@charset "UTF-8";
/*!
Theme Name: Cabot-Wellington
Theme URI: https://cabotwellington.com
Author: 
Author URI: 
Description: 
Version: 1.4.11
License: 
License URI: 
Text Domain: cabwel
Tags: translation-ready

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.95em;
  line-height: 1.4;
}

h3 {
  font-size: 1.56em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Pullquote
  ## Quote
  ## Separator
  ## Table
  ## Video
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/
.entry-content > * {
  margin: 2rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.entry-content > .alignwide {
  max-width: 1070px;
}

.entry-content > .alignfull {
  margin: 1.5em 0;
  padding: 0;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/
.wp-block-code {
  padding: 0.8em 1em;
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-code {
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/
.wp-block-cover-text p {
  padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/
.wp-block-group > .wp-block-group__inner-container > * {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group > .wp-block-group__inner-container > .alignwide {
  max-width: 1070px;
}

.wp-block-group > .wp-block-group__inner-container > .alignfull {
  max-width: 100%;
}

.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
  width: calc( 100% + 60px );
  max-width: calc( 100% + 60px );
  position: relative;
  left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
  /* 
  margin: 1.5em auto;
  max-width: 580px; 
  */
  margin: 0 0 0 2em;
  /* RGS/ATI adjustment 9/17/21 */
  padding-left: 1rem;
  /* RGS/ATI adjustment 9/17/21 */
  list-style-position: outside;
}

.entry-content li {
  /* margin: 0 0 1rem 1rem; */
  margin: 1rem 0 1rem 1rem;
  /* RGS/ATI adjustment 9/17/21 */
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  /* margin: 1.5em auto 0; */
  margin: 0 auto;
  /* RGS/ATI adjustment 9/17/21 */
  padding-left: 2rem;
  /* RGS/ATI adjustment 9/17/21 */
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  /* margin-left: 0; */
  margin: 1rem 0 1rem 0;
  /* RGS/ATI adjustment 9/17/21 */
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/
.more-link {
  display: block;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/
.wp-block-quote {
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
}

.wp-block-quote > * {
  margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 644px) {
  .wp-block-quote {
    margin: 36px auto;
  }
}
/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.wp-block-table {
  overflow-x: auto;
  margin-left: 14px;
  margin-right: 14px;
  width: calc( 100% - 28px );
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

@media screen and (min-width: 608px) {
  .wp-block-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.wp-block-video video {
  max-width: 580px;
}

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/
.has-black-color {
  color: #1D1F24;
}

.has-black-background-color {
  background-color: #1D1F24;
}

.has-barni-forest-green-color {
  color: #242E15;
}

.has-barni-forest-green-background-color {
  background-color: #242E15;
}

.has-butter-island-rose-color {
  color: #DEBCAF;
}

.has-butter-island-rose-background-color {
  background-color: #DEBCAF;
}

.has-red-color {
  color: #FF5C5C;
}

.has-red-background-color {
  background-color: #FF5C5C;
}

.has-dark-gray-color {
  color: #525252;
}

.has-dark-gray-background-color {
  background-color: #525252;
}

.has-very-light-gray-color {
  color: #EBEBEB;
}

.has-very-light-gray-background-color {
  background-color: #EBEBEB;
}

.has-pebbled-shore-color {
  color: #DCD4CB;
}

.has-pebbled-shore-background-color {
  background-color: #DCD4CB;
}

.has-pina-colada-color {
  color: #F2DEB3;
}

.has-pina-colada-background-color {
  background-color: #F2DEB3;
}

.has-bay-blue-color {
  color: #213F73;
}

.has-bay-blue-background-color {
  background-color: #213F73;
}

.has-chathams-blue-color {
  color: #2B576F;
}

.has-chathams-blue-background-color {
  background-color: #2B576F;
}

.has-cw-purple-color {
  color: #242C6C;
}

.has-cw-purple-background-color {
  background-color: #242C6C;
}

.has-lavender-color {
  color: #D9CFE7;
}

.has-lavender-background-color {
  background-color: #D9CFE7;
}

/* Button block
--------------------------------------------- */
.wp-block-button a:link, .wp-block-button a:visited {
  text-decoration: none;
}

.wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.wp-block-button__link:hover {
  text-decoration: none;
  transition: all 0.33s ease-out;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #1D1F24;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #343740;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #1D1F24;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: #060708;
}
.wp-block-button__link.has-barni-forest-green-color:hover, .wp-block-button__link.has-barni-forest-green-color:focus {
  color: #242E15;
}
.wp-block-button__link.has-barni-forest-green-background-color:hover, .wp-block-button__link.has-barni-forest-green-background-color:focus {
  background-color: #090b05;
}
.wp-block-button__link.has-butter-island-rose-color:hover, .wp-block-button__link.has-butter-island-rose-color:focus {
  color: #DEBCAF;
}
.wp-block-button__link.has-butter-island-rose-background-color:hover, .wp-block-button__link.has-butter-island-rose-background-color:focus {
  background-color: #cf9e8b;
}
.wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
  color: #FF5C5C;
}
.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background-color: #ff2929;
}
.wp-block-button__link.has-dark-gray-color:hover, .wp-block-button__link.has-dark-gray-color:focus {
  color: #525252;
}
.wp-block-button__link.has-dark-gray-background-color:hover, .wp-block-button__link.has-dark-gray-background-color:focus {
  background-color: #393939;
}
.wp-block-button__link.has-very-light-gray-color:hover, .wp-block-button__link.has-very-light-gray-color:focus {
  color: #EBEBEB;
}
.wp-block-button__link.has-very-light-gray-background-color:hover, .wp-block-button__link.has-very-light-gray-background-color:focus {
  background-color: #d2d2d2;
}
.wp-block-button__link.has-pebbled-shore-color:hover, .wp-block-button__link.has-pebbled-shore-color:focus {
  color: #DCD4CB;
}
.wp-block-button__link.has-pebbled-shore-background-color:hover, .wp-block-button__link.has-pebbled-shore-background-color:focus {
  background-color: #c7bbad;
}
.wp-block-button__link.has-pina-colada-color:hover, .wp-block-button__link.has-pina-colada-color:focus {
  color: #F2DEB3;
}
.wp-block-button__link.has-pina-colada-background-color:hover, .wp-block-button__link.has-pina-colada-background-color:focus {
  background-color: #ebcb87;
}
.wp-block-button__link.has-bay-blue-color:hover, .wp-block-button__link.has-bay-blue-color:focus {
  color: #213F73;
}
.wp-block-button__link.has-bay-blue-background-color:hover, .wp-block-button__link.has-bay-blue-background-color:focus {
  background-color: #16294b;
}
.wp-block-button__link.has-chathams-blue-color:hover, .wp-block-button__link.has-chathams-blue-color:focus {
  color: #2B576F;
}
.wp-block-button__link.has-chathams-blue-background-color:hover, .wp-block-button__link.has-chathams-blue-background-color:focus {
  background-color: #1d3a4a;
}
.wp-block-button__link.has-cw-purple-color:hover, .wp-block-button__link.has-cw-purple-color:focus {
  color: #242C6C;
}
.wp-block-button__link.has-cw-purple-background-color:hover, .wp-block-button__link.has-cw-purple-background-color:focus {
  background-color: #171c46;
}
.wp-block-button__link.has-lavender-color:hover, .wp-block-button__link.has-lavender-color:focus {
  color: #D9CFE7;
}
.wp-block-button__link.has-lavender-background-color:hover, .wp-block-button__link.has-lavender-background-color:focus {
  background-color: #beadd6;
}

.is-style-ghost .wp-block-button__link:not(.has-background) {
  background: none;
  border: 2px solid #1D1F24;
}
.is-style-ghost .wp-block-button__link:not(.has-background):not(.has-text-color) {
  color: #333;
}
.is-style-ghost .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
  background: #1D1F24;
  color: #fff;
}

.is-style-ghost-light .wp-block-button__link:not(.has-background) {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.is-style-ghost-light .wp-block-button__link:not(.has-background):not(.has-text-color) {
  color: #fff;
}
.is-style-ghost-light .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}

#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: row;
  flex-direction: row-reverse;
}
@media screen and (min-width: 834px) {
  .site-header {
    flex-direction: row;
  }
}

.site-footer {
  clear: both;
}

.site-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding: 6rem 1rem 2rem;
  color: #6c7781;
  font-size: 0.88rem;
}
.site-footer-container .footer-logo {
  grid-column: 1/2;
}
.site-footer-container .footer-logo img {
  max-width: 64px;
}
.site-footer-container .footer-navigation {
  grid-column: 2/4;
}
.site-footer-container .footer-navigation-secondary, .site-footer-container .footer-menu-tertiary-container {
  grid-column: 2/4;
  padding: 2rem 0;
}
.site-footer-container .address {
  grid-column: 2/4;
  margin-top: 3rem;
}

.site-info {
  color: #6c7781;
  font-size: 0.88rem;
  margin-top: 3rem;
  padding: 1.4rem 0 2rem;
}

.copyright {
  font-size: 80%;
  color: #AAA9B7;
  padding: 0 1rem;
}

@media screen and (min-width: 767px) {
  .site-footer-container {
    grid-template-columns: repeat(6, 1fr);
    max-width: 1200px;
    margin: 0 auto;
  }
  .site-footer-container .footer-logo {
    grid-column: 1/2;
  }
  .site-footer-container .footer-navigation {
    grid-column: 2/4;
  }
  .site-footer-container .footer-navigation-secondary {
    grid-column: 4/6;
    padding-top: 0;
  }
  .site-footer-container .footer-menu-tertiary-container {
    grid-row: 2;
    grid-column: 4/7;
    padding-top: 0;
  }
  .site-footer-container .address {
    grid-row: 2;
    grid-column: 2/4;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 834px) {
  .site-footer-container {
    grid-template-columns: repeat(12, 1fr);
    max-width: 1200px;
    margin: 0 auto;
  }
  .site-footer-container .footer-logo {
    grid-column: 1/2;
  }
  .site-footer-container .footer-navigation {
    grid-column: 3/5;
  }
  .site-footer-container .footer-navigation-secondary {
    grid-column: 5/7;
    padding-top: 0;
  }
  .site-footer-container .footer-menu-tertiary-container {
    grid-row: 1;
    grid-column: 7/10;
    padding-top: 0;
  }
  .site-footer-container .address {
    grid-row: 1;
    grid-column: 10/13;
    margin-top: 0;
  }
}
@media screen and (min-width: 1201px) {
  .site-footer-container {
    padding: 6rem 0 2rem;
  }
  .site-footer-container .footer-menu-tertiary-container {
    grid-column: 8/10;
  }
  .site-footer-container .address {
    grid-column: 11/13;
  }

  .copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 1rem 8%;
}

.home-container {
  display: flex;
  flex-direction: column;
}
.home-container #upcoming {
  margin: 0 0 2rem;
}
.home-container #photo-band {
  padding-right: 1rem;
  padding-left: 1rem;
}
.home-container #hero {
  order: 1;
}
.home-container #stickyhome {
  order: 2;
}
.home-container .homerecentpost-2 {
  order: 3;
}
.home-container .homerecentpost-3 {
  order: 4;
}
.home-container .homerecentpost-4 {
  order: 5;
}
.home-container .homerecentpost-5 {
  order: 6;
}
.home-container .homerecentpost-6 {
  order: 7;
}
.home-container .homerecentpost-7 {
  order: 8;
}
.home-container #your-office {
  order: 9;
}
.home-container #photo-band {
  order: 12;
}
.home-container #upcoming {
  order: 11;
}
.home-container #office-links {
  order: 10;
  margin: 2rem 0 0 1rem;
}
.home-container #office-links h3 {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  margin: 0 0 0.5rem;
}
.home-container #office-links ul {
  list-style-type: none;
  margin: 0 0 3rem;
  padding: 0;
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .home-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .home-container #hero {
    margin-bottom: 1rem;
    grid-column: 1/4;
    grid-row: 1;
    box-sizing: content-box;
  }
  .home-container #upcoming {
    margin: 0 0.5rem 1rem;
    grid-column: 1/3;
    grid-row: 2;
  }
  .home-container #stickyhome {
    grid-column: 3/4;
    grid-row: 2;
  }
  .home-container .homerecentpost-2 {
    grid-column: 1/2;
    grid-row: 3;
  }
  .home-container .homerecentpost-3 {
    grid-column: 2/3;
    grid-row: 3;
  }
  .home-container .homerecentpost-4 {
    grid-column: 3/4;
    grid-row: 3;
  }
  .home-container .homerecentpost-5 {
    grid-column: 1/2;
    grid-row: 4;
  }
  .home-container .homerecentpost-6 {
    grid-column: 2/3;
    grid-row: 4;
  }
  .home-container .homerecentpost-7 {
    grid-column: 3/4;
    grid-row: 4;
  }
  .home-container #your-office {
    grid-column: 1/3;
    grid-row: 5;
  }
  .home-container #office-links {
    margin-top: 0;
    grid-column: 3/4;
    grid-row: 5;
    align-self: center;
  }
  .home-container #office-links h3 {
    text-align: left;
  }
  .home-container #photo-band {
    grid-column: span 3;
    grid-row: 6;
  }
  .home-container #photo-band .section-container {
    display: flex;
  }
  .home-container #photo-band .section-container .gallery-item {
    margin: 0 0.5rem;
    flex: 1;
  }
}
@media screen and (min-width: 834px) {
  .home-container {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .home-container #hero {
    grid-column: 1/9;
    grid-row: 1;
    align-self: stretch;
    margin-bottom: 1rem;
    box-sizing: content-box;
  }
  .home-container #stickyhome {
    grid-column: 9/13;
    grid-row: 1;
    box-sizing: content-box;
  }
  .home-container #upcoming {
    grid-column: 1/13;
    grid-row: 5;
    margin: 2rem 0 4rem;
  }
  .home-container .homerecentpost-2 {
    grid-column: 1/5;
    grid-row: 3;
  }
  .home-container .homerecentpost-3 {
    grid-column: 5/9;
    grid-row: 3;
  }
  .home-container .homerecentpost-4 {
    grid-column: 9/13;
    grid-row: 3;
  }
  .home-container .homerecentpost-5 {
    grid-column: 1/5;
    grid-row: 4;
  }
  .home-container .homerecentpost-6 {
    grid-column: 5/9;
    grid-row: 4;
  }
  .home-container .homerecentpost-7 {
    grid-column: 9/13;
    grid-row: 4;
  }
  .home-container #home-content {
    max-width: 1200px;
    margin: 0 auto;
    grid-row: 6;
    grid-column: span 12;
  }
  .home-container #your-office {
    grid-column: 1/10;
    grid-row: 6;
  }
  .home-container #office-links {
    grid-column: 10/13;
    grid-row: 6;
    margin: 0;
  }
  .home-container #photo-band {
    grid-column: span 12;
    grid-row: 7;
  }
}

.entry-content {
  margin-top: 49px;
}
@media screen and (min-width: 1201px) {
  .entry-content {
    margin-top: 96px;
  }
}

.single-post .body-container {
  max-width: 800px;
  margin: 0 auto;
}

.page-template-default-page-with-margins .page-content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-child article .child-pages, .page-template-familyOffice-page .child-pages,
.page-template-sub-section-page-php .child-pages, .page-template-wealth-page .child-pages {
  padding-left: 1rem;
}
@media screen and (min-width: 834px) {
  .page-child article .body-container, .page-template-familyOffice-page .body-container,
.page-template-sub-section-page-php .body-container, .page-template-wealth-page .body-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-child article .entry-header, .page-template-familyOffice-page .entry-header,
.page-template-sub-section-page-php .entry-header, .page-template-wealth-page .entry-header {
    grid-column: span 12;
  }
  .page-child article .entry-header.no-featured-image, .page-template-familyOffice-page .entry-header.no-featured-image,
.page-template-sub-section-page-php .entry-header.no-featured-image, .page-template-wealth-page .entry-header.no-featured-image {
    max-width: 1200px;
    margin: 64px auto -2rem;
    grid-column: unset;
  }
  .page-child article .entry-header.no-featured-image h1, .page-template-familyOffice-page .entry-header.no-featured-image h1,
.page-template-sub-section-page-php .entry-header.no-featured-image h1, .page-template-wealth-page .entry-header.no-featured-image h1 {
    margin: 0;
  }
  .page-child article .entry-content, .page-template-familyOffice-page .entry-content,
.page-template-sub-section-page-php .entry-content, .page-template-wealth-page .entry-content {
    grid-column: 5/12;
  }
  .page-child article .child-pages, .page-template-familyOffice-page .child-pages,
.page-template-sub-section-page-php .child-pages, .page-template-wealth-page .child-pages {
    grid-column: 1/4;
    grid-row: 1;
  }
}
@media screen and (min-width: 1201px) {
  .page-child article .child-pages, .page-template-familyOffice-page .child-pages,
.page-template-sub-section-page-php .child-pages, .page-template-wealth-page .child-pages {
    padding-left: 0;
  }
}

.page-child.page-template-family-directory-page article .body-container {
  display: block;
}
.page-child.page-template-family-directory-page article .child-pages {
  display: none;
}

.child-pages {
  clear: both;
}

.search-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.search-box .search-form {
  padding: 0 1rem;
}

.archiveposts-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .archiveposts-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .archiveposts-container .archivepost {
    min-width: 48%;
    flex: 1;
  }
}

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
}

@media screen and (min-width: 834px) {
  .section-header-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 834px) {
  .recent-posts #most-recent-post, .related-posts #most-recent-post, .archive #most-recent-post, .gallery-grid #most-recent-post {
    width: 100%;
  }
}
@media screen and (min-width: 834px) and (min-width: 834px) {
  .recent-posts .older-posts, .related-posts .older-posts, .archive .older-posts, .gallery-grid .older-posts {
    margin: 0 3rem;
  }
}
@media screen and (min-width: 834px) and (min-width: 1201px) {
  .recent-posts .older-posts, .related-posts .older-posts, .archive .older-posts, .gallery-grid .older-posts {
    max-width: 1200px;
    min-height: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 834px) {
  .recent-posts .recentpost-2, .recent-posts .recentpost-3, .recent-posts .recentpost-4,
.recent-posts .relatedpost-1, .recent-posts .relatedpost-2, .recent-posts .relatedpost-3,
.recent-posts .type-gallery,
.recent-posts .homerecentpost-1, .recent-posts .homerecentpost-2, .recent-posts .homerecentpost-3,
.recent-posts .homerecentpost-4, .recent-posts .homerecentpost-5, .recent-posts .homerecentpost-6, .recent-posts .homerecentpost-7,
.recent-posts .recentpost-5, .recent-posts .recentpost-6, .recent-posts .recentpost-7, .recent-posts .recentpost-8, .related-posts .recentpost-2, .related-posts .recentpost-3, .related-posts .recentpost-4,
.related-posts .relatedpost-1, .related-posts .relatedpost-2, .related-posts .relatedpost-3,
.related-posts .type-gallery,
.related-posts .homerecentpost-1, .related-posts .homerecentpost-2, .related-posts .homerecentpost-3,
.related-posts .homerecentpost-4, .related-posts .homerecentpost-5, .related-posts .homerecentpost-6, .related-posts .homerecentpost-7,
.related-posts .recentpost-5, .related-posts .recentpost-6, .related-posts .recentpost-7, .related-posts .recentpost-8, .archive .recentpost-2, .archive .recentpost-3, .archive .recentpost-4,
.archive .relatedpost-1, .archive .relatedpost-2, .archive .relatedpost-3,
.archive .type-gallery,
.archive .homerecentpost-1, .archive .homerecentpost-2, .archive .homerecentpost-3,
.archive .homerecentpost-4, .archive .homerecentpost-5, .archive .homerecentpost-6, .archive .homerecentpost-7,
.archive .recentpost-5, .archive .recentpost-6, .archive .recentpost-7, .archive .recentpost-8, .gallery-grid .recentpost-2, .gallery-grid .recentpost-3, .gallery-grid .recentpost-4,
.gallery-grid .relatedpost-1, .gallery-grid .relatedpost-2, .gallery-grid .relatedpost-3,
.gallery-grid .type-gallery,
.gallery-grid .homerecentpost-1, .gallery-grid .homerecentpost-2, .gallery-grid .homerecentpost-3,
.gallery-grid .homerecentpost-4, .gallery-grid .homerecentpost-5, .gallery-grid .homerecentpost-6, .gallery-grid .homerecentpost-7,
.gallery-grid .recentpost-5, .gallery-grid .recentpost-6, .gallery-grid .recentpost-7, .gallery-grid .recentpost-8 {
    width: 32%;
    float: left;
  }
}
@media screen and (min-width: 834px) {
  .recent-posts .homerecentpost-4, .recent-posts .homerecentpost-5, .recent-posts .homerecentpost-6, .recent-posts .homerecentpost-7,
.recent-posts .recentpost-5, .recent-posts .recentpost-6, .recent-posts .recentpost-7, .recent-posts .recentpost-8, .related-posts .homerecentpost-4, .related-posts .homerecentpost-5, .related-posts .homerecentpost-6, .related-posts .homerecentpost-7,
.related-posts .recentpost-5, .related-posts .recentpost-6, .related-posts .recentpost-7, .related-posts .recentpost-8, .archive .homerecentpost-4, .archive .homerecentpost-5, .archive .homerecentpost-6, .archive .homerecentpost-7,
.archive .recentpost-5, .archive .recentpost-6, .archive .recentpost-7, .archive .recentpost-8, .gallery-grid .homerecentpost-4, .gallery-grid .homerecentpost-5, .gallery-grid .homerecentpost-6, .gallery-grid .homerecentpost-7,
.gallery-grid .recentpost-5, .gallery-grid .recentpost-6, .gallery-grid .recentpost-7, .gallery-grid .recentpost-8 {
    width: 24%;
  }
}

.people-grid-container, .gallery-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.gallery-grid {
  justify-content: space-between;
}
.gallery-grid .relatedpost-1 {
  max-width: 32%;
  min-width: 32%;
  padding: 0 0.25rem 0.25rem;
}

.error-404 {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.error-404 .page-header {
  margin: 0 1rem;
}
@media screen and (min-width: 834px) {
  .error-404 .page-header {
    display: flex;
  }
  .error-404 .page-header img {
    max-width: 600px;
  }
  .error-404 .page-header h1 {
    margin-top: 8rem;
  }
}
.error-404 .widget-container {
  margin: 4rem 0 5rem;
  text-align: left;
}
@media screen and (min-width: 834px) {
  .error-404 .widget-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
}
.error-404 .widget-container ul {
  margin: 0;
  list-style-type: none;
}
.error-404 .widget {
  flex: 1;
  margin: 0 1rem 2rem;
}
.error-404 .widget h2 {
  font-size: 2.4rem;
}

.page-template-profile-page #acf-form .acf-form-submit {
  padding: 2rem 0 1rem;
  text-align: center;
}
@media screen and (min-width: 834px) {
  .page-template-profile-page {
    margin: 0 auto;
    max-width: 1200px;
  }
  .page-template-profile-page #user_profile_pic {
    max-width: 200px;
  }
  .page-template-profile-page .acf-button {
    padding: 1rem;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: #1D1F24;
  }
  .page-template-profile-page .acf-button:hover {
    text-decoration: none;
    transition: all 0.33s ease-out;
  }
  .page-template-profile-page #acf-form {
    display: flex;
  }
  .page-template-profile-page #acf-form .acf-form-submit {
    order: 1;
    flex: 1;
    text-align: right;
  }
  .page-template-profile-page #acf-form .acf-form-fields {
    order: 2;
    flex: 4;
  }
}

.page-template-doc_center-page .has-post-thumbnail .entry-header {
  max-height: 340px;
}
.page-template-doc_center-page .has-post-thumbnail .entry-header .entry-title {
  margin: 220px auto 0;
}
.page-template-doc_center-page .entry-content {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-doc_center-page .entry-content > * {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.page-template-doc_center-page #elfinder * {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-doc_center-page #elfinder {
  border: none;
  box-shadow: none;
  background: #f9f9f9;
}
.page-template-doc_center-page #elfinder .elfinder-toolbar {
  background: #f0f0f0;
}
.page-template-doc_center-page #elfinder .elfinder-statusbar {
  padding: 6px 0 0;
  border-top: 1px solid #f0f0f0;
}
.page-template-doc_center-page .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file {
  width: 80px;
  height: 92px;
  border: 1px solid transparent;
  border-radius: 0;
}

.page-template-public-home-page {
  height: 100vh;
  background-position: center, -20vh top;
  background-size: cover, auto 100vh;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 1201px) {
  .page-template-public-home-page {
    background-position: center, left top;
  }
}
.page-template-public-home-page #home-grid {
  padding: 2rem 1rem 0;
  height: 100vh;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1201px) {
  .page-template-public-home-page #home-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 2;
    max-width: 1200px;
    margin: 2rem auto 0;
    height: auto;
    background-color: transparent;
  }
}
.page-template-public-home-page #home-grid .address {
  font-size: 1rem;
  line-height: 1.2;
}
.page-template-public-home-page #home-grid .address a:link, .page-template-public-home-page #home-grid .address a:visited {
  font-size: 1rem;
  color: #525252;
}
.page-template-public-home-page #home-grid .address img, .page-template-public-home-page #home-grid .address svg {
  width: 52px;
  height: 52px;
  fill: #242C6C;
}
@media screen and (min-width: 1201px) {
  .page-template-public-home-page #home-grid .address {
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    color: #fff;
  }
  .page-template-public-home-page #home-grid .address a:link, .page-template-public-home-page #home-grid .address a:visited {
    font-size: 1rem;
    color: #fff;
  }
  .page-template-public-home-page #home-grid .address img, .page-template-public-home-page #home-grid .address svg {
    width: 52px;
    height: 52px;
    fill: #ffffff;
  }
}
.page-template-public-home-page .intro {
  margin: 10vh 0 2rem;
  grid-column: 5/13;
  grid-row: 1;
}
.page-template-public-home-page .intro h1 {
  font-size: 2.25rem;
  margin: 0;
}
.page-template-public-home-page .intro blockquote {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (min-width: 834px) {
  .page-template-public-home-page .intro h1 {
    font-size: 2.75rem;
  }
  .page-template-public-home-page .intro blockquote {
    width: 50%;
    float: left;
  }
  .page-template-public-home-page .intro .intro-links {
    width: 44%;
    float: right;
  }
}
.page-template-public-home-page .philo {
  margin: 3rem 0;
  grid-row: 2;
  grid-column: 5/13;
}
.page-template-public-home-page .philo h2 {
  margin: 0;
  font-size: 2rem;
}
@media screen and (min-width: 834px) {
  .page-template-public-home-page .philo h2 {
    font-size: 2.4rem;
  }
  .page-template-public-home-page .philo .philo-intro {
    width: 50%;
    float: left;
  }
  .page-template-public-home-page .philo .philo-links {
    width: 44%;
    float: right;
  }
}
.page-template-public-home-page #colophon {
  display: none;
}

.page-template-public-home-page.logged-in {
  background-position: center, left 68px;
}

.page-template-fullwidth-child-page article .body-container {
  display: block;
}
.page-template-fullwidth-child-page .wp-block-media-text__content {
  padding-top: 0;
}
@media screen and (min-width: 834px) {
  .page-template-fullwidth-child-page h5 {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

.page-template-public-default-page .entry-header {
  background: #f2deb3;
}
.page-template-public-default-page .has-post-thumbnail .entry-header {
  background: #f2deb3;
}
.page-template-public-default-page .has-post-thumbnail .entry-header .featured-image {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-public-default-page .has-post-thumbnail .entry-header .featured-image img {
  max-width: 600px;
}
.page-template-public-default-page .body-container {
  margin: 0 auto;
  max-width: 1200px;
}
.page-template-public-default-page article .entry-content {
  grid-column: 1/13;
}
.page-template-public-default-page article .entry-content p {
  max-width: 36rem;
  margin: 2rem 0;
}
.page-template-public-default-page article .entry-content ul {
  margin: 1.5rem 0;
}
.page-template-public-default-page article .entry-content .apply-box {
  margin: 2rem 0;
  padding: 2.5rem 1.8rem;
  font-size: 90%;
  border: 1px solid #DEE2E6;
  background: #FCFEFF;
}
.page-template-public-default-page article .entry-content .apply-box p {
  line-height: 1.5;
}
.page-template-public-default-page article .entry-content .apply-box ul {
  margin: 0 0 2rem;
  padding: 0 1rem 0;
}
.page-template-public-default-page article .entry-content .apply-box li {
  margin: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #525252;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  line-height: 1.111;
  color: #525252;
  clear: both;
}

.entry-header .entry-title {
  font-size: 2.8rem;
  color: #304659;
  line-height: 1.111;
  margin: 1rem 1rem 0;
}
@media screen and (min-width: 834px) {
  .entry-header .entry-title {
    font-size: 3.375rem;
  }
}

h1 {
  font-size: 3.375rem;
  color: #304659;
  line-height: 1.111;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.375rem;
  font-weight: 400;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
}

.is-style-subtitle {
  color: #777;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

h2.is-style-section-header {
  width: 100%;
  margin: 96px 1rem 48px !important;
  padding: 0 0 18px;
  border-bottom: 2px solid #ebebeb;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #535252;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2.is-style-section-header + p {
  margin: -16px 1rem 48px;
}

h4.is-style-section-header {
  width: 100%;
  margin: 2rem 1rem 2rem !important;
  padding: 0 0 18px;
  border-bottom: 2px solid #ebebeb;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #535252;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

strong {
  font-weight: 600;
}

a:link {
  font-weight: 500;
  text-decoration: underline;
}

.has-large-font-size {
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 400;
  color: #777;
}

.has-normal-font-size {
  font-size: 1.125rem;
  line-height: 2;
}

.has-small-font-size {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.has-drop-cap:not(:focus):first-letter {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  float: left;
  font-size: 8.4rem;
  line-height: 0.68;
  font-weight: 400;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: #2F2F2F;
}
@media screen and (min-width: 834px) {
  blockquote {
    font-size: 1.25rem;
    line-height: normal;
  }
}

.wp-block-pullquote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  line-height: 1.4;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 80%;
  line-height: normal;
}

.wp-block-quote:not(.is-style-solid-color), .wp-block-pullquote:not(.is-style-solid-color) {
  font-size: 1.25rem;
  background-size: 25%;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  color: #666;
  font-size: 1.125rem;
  margin-top: 0;
  position: relative;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-caption-text {
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: left;
  padding: 0 1rem;
}

.wp-block-embed figcaption, .wp-block-image figcaption {
  padding: 0;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
  code, kbd, tt, var {
    font-size: 0.8125rem;
  }
}
p > code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.archive .site-header {
  margin-bottom: 3.5em;
}

.site-title {
  margin: 0.4375em 0 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #333332;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.byline, .posted-on {
  color: #878787;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.byline a, .posted-on a {
  text-decoration: none;
  color: #878787;
}

.posted-on {
  font-weight: 400;
}

a.moretag:link, a.moretag:visited {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 1.75rem 1rem 0 0;
  color: #FF5C5C;
  font-weight: 600;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  clear: both;
}

a.moretag:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f9f9f9;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  font-size: 1rem;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0;
  font-weight: 400;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-quote, .wp-block-pullquote {
  margin: 2rem 0;
  padding: 3.5rem 0;
  font-size: 2rem;
  line-height: 1.4;
  border: none;
  border-top: 1px solid #EDEAE7;
  border-bottom: 1px solid #EDEAE7;
  background: url("build/img/icons/blockquote-bg.svg") no-repeat center;
  background-size: contain;
}
.wp-block-quote p, .wp-block-pullquote p {
  margin: 0 0 1.5rem 1rem;
}
.wp-block-quote cite, .wp-block-pullquote cite {
  margin-top: 2rem;
}
.wp-block-quote.is-style-solid-color, .wp-block-pullquote.is-style-solid-color {
  border: none;
  border-left: none;
  border-top: 1px solid #EDEAE7;
  border-bottom: 1px solid #EDEAE7;
}
.wp-block-quote:not(.is-style-solid-color), .wp-block-pullquote:not(.is-style-solid-color) {
  border: none;
  border-left: none;
  margin: 0 0 2rem;
  padding: 0 3rem 0 0;
  min-height: 48px;
  border-left: 1px solid #EDEAE7;
  background: url("build/img/icons/blockquote-bg.svg") no-repeat right top;
  background-size: 40px;
}

.wp-block-pullquote {
  background-size: 124px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 1rem;
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  background: #1D1F24;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  text-decoration: none;
  transition: all 0.33s ease-out;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #ebebeb;
  border-radius: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #333;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 0.5rem 0.5rem 0.7rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ebebeb;
}

textarea {
  width: 100%;
}

.search-container .search-form {
  display: none;
  margin: 0;
  padding: 40vh 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(#1d3b4b, rgba(29, 59, 75, 0));
  z-index: 9;
  backdrop-filter: blur(4px);
}
.search-container .search-form .screen-reader-text {
  display: none;
}
.search-container .search-form .search-field {
  width: 90%;
  margin: 0 5%;
  color: #000;
  padding: 1rem;
  font-size: 1.8rem;
  border: none;
}
.search-container .search-form .search-submit {
  width: 40%;
  max-width: 240px;
  margin-right: 5%;
  float: right;
}
.search-container .search-form a.closeBtn {
  position: absolute;
  top: 32vh;
  right: 5%;
  padding: 0 !important;
}
.search-container .search-form a.closeBtn:hover, .search-container .search-form a.closeBtn:active {
  background-color: #ff5c5c;
}
.search-container .search-form.active {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
  ## Links
  ## Menus
  ## read later buttons
  ## section menus
  ## footer menus
  ## page & section children menus
  ## pagination
  ## edit circular menu

--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link {
  color: #ff5c5c;
}

a:visited {
  color: #213f73;
}

a:hover, a:focus, a:active {
  color: #213f73;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

a#to-top:link {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #eeeeee;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 0.8rem;
  color: #666;
  text-decoration: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

a#to-top:hover {
  cursor: pointer;
  color: #fff;
  background-color: #FF5C5C;
  border-color: #ff3333;
}

a#to-top:active {
  box-shadow: none;
}

a#to-top.show {
  opacity: 1;
  visibility: visible;
}

a.updated-tag::after {
  content: "UPDATED";
  font-size: 60%;
  letter-spacing: 1px;
  color: #525252;
  background-color: #fff0c5;
  margin: 0 0.25rem;
  padding: 0.25rem;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.page-template-public-default-page.logged-in #masthead {
  display: none;
}

@media screen and (min-width: 834px) {
  #site-navigation {
    flex: 4;
  }
}
#site-navigation #primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 834px) {
  #site-navigation #primary-menu {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
  }
}
#site-navigation #primary-menu li a:link, #site-navigation #primary-menu li a:visited {
  display: block;
  padding: 1.25rem 1rem 1.25rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #504f4f;
  text-decoration: none;
  text-shadow: 0 1px 1px #f3e4c9;
}
@media screen and (min-width: 834px) {
  #site-navigation #primary-menu li a:link, #site-navigation #primary-menu li a:visited {
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 1.6rem 0.75rem 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #AAA9A9;
    transition: all 0.33s;
    text-shadow: none;
  }
}
@media screen and (min-width: 1201px) {
  #site-navigation #primary-menu li a:link, #site-navigation #primary-menu li a:visited {
    text-align: left;
    padding: 1.6rem 1.5rem 1rem 0;
  }
}
@media screen and (min-width: 834px) {
  #site-navigation #primary-menu li a:hover, #site-navigation #primary-menu li a:active {
    color: #525252;
  }
}
#site-navigation #primary-menu .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 68px;
  z-index: 99999;
  width: auto;
  background: rgba(17, 17, 17, 0.8);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
#site-navigation #primary-menu .sub-menu li {
  padding: 0.5rem 1rem 0.5rem 1rem;
  list-style-type: none;
}
#site-navigation #primary-menu .sub-menu li:hover {
  background-color: #111;
}
#site-navigation #primary-menu .sub-menu li a {
  padding: 0;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: normal;
}
@media screen and (min-width: 1201px) {
  #site-navigation #primary-menu li:hover > ul.sub-menu {
    display: block;
  }
}
#site-navigation .menu-main-navigation-container {
  position: absolute;
  width: 100%;
  height: 0;
  min-height: 0;
  z-index: 9;
  top: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0s 0s;
  z-index: 99;
}
@media screen and (min-width: 834px) {
  #site-navigation .menu-main-navigation-container {
    position: static;
    height: auto;
    opacity: 1;
  }
}
#site-navigation .menu-main-navigation-container.active {
  margin-top: 8vh;
  min-height: 90vh;
  right: 0;
  opacity: 1;
  background: linear-gradient(0deg, rgba(222, 188, 175, 0.9) 0%, #debcaf 70%);
  overflow: visible;
}
@media screen and (min-width: 767px) {
  #site-navigation .menu-main-navigation-container.active {
    width: 50%;
    margin-left: 50%;
    border-left: 1px solid #ac6e6e;
    box-shadow: 0 8px 16px #553c3c;
  }
}

.admin-bar #site-navigation #primary-menu .sub-menu {
  top: 100px;
}

.menu-toggle {
  flex: 1;
  max-width: 100px;
  height: 8vh;
  margin: 0;
  padding: 0 1.25rem;
  background-color: #f9f9f9;
  border-radius: 0;
  border: none;
  color: #525252;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 1px 0 1px #fff;
  letter-spacing: 1.67px;
}
@media screen and (min-width: 834px) {
  .menu-toggle {
    display: none;
  }
}

.page-template-public-home-page .menu-toggle {
  display: none;
}

#icon-menu {
  height: 8vh;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 1rem;
}
#icon-menu div {
  flex: 1;
  padding: 1rem 0 0.75rem;
  max-width: 120px;
}
#icon-menu a:link, #icon-menu a:visited {
  display: block;
  padding: 8px;
  width: 40px;
  height: 40px;
  font-size: 0;
  fill: #D4D4D4;
  stroke: #D4D4D4;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1201px) {
  #icon-menu a:link, #icon-menu a:visited {
    float: right;
  }
}
#icon-menu a:hover, #icon-menu a:active {
  fill: #525252;
  stroke: #525252;
}
#icon-menu .current-user {
  padding: 0;
}
#icon-menu .current-user #avatar a {
  max-height: 40px;
  padding: 0;
  margin-right: 1rem;
  text-decoration: none;
  border: none;
}
@media screen and (min-width: 834px) {
  #icon-menu .current-user #avatar a {
    margin-right: 0;
    border-right: 1px solid #dddddd;
    width: 100%;
  }
}
#icon-menu .current-user #avatar img {
  background-color: #FF5C5C;
  transition: all 0.1s ease-in;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
#icon-menu .current-user #avatar img:hover {
  transform: scale(1.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 834px) {
  #icon-menu {
    padding-left: 0;
    height: auto;
  }
}

#current-user-links {
  display: none;
}

.single-post a.rml-save-for-later-button {
  position: fixed;
  bottom: 0;
  left: 1rem;
}
@media screen and (min-width: 834px) {
  .single-post a.rml-save-for-later-button {
    position: absolute;
    top: 110px;
    left: 0;
  }
}
.single-post a.rml-save-for-later-button img {
  padding: 6px;
  height: 30px !important;
  width: 90px !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.single-post a.rml-save-for-later-button img:hover {
  background-color: black;
}

a.rml-saved-trigger.button {
  background-color: #525252;
}
a.rml-saved-trigger.button img {
  margin-left: 8px;
}

.rml-save-for-later-remove-all {
  background: #FF5C5C;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid transparent;
  margin-bottom: 15px;
}

.rml-save-for-later-remove-all:hover {
  background: #fff;
  color: #FF5C5C;
  border: 1px solid #FF5C5C;
}

a.rml-see-saved {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #e2e4e7;
  margin: 0 auto 60px;
  max-width: 580px;
  overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
## section menus
--------------------------------------------------------------*/
#section-nav {
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.5s;
}
@media screen and (min-width: 834px) {
  #section-nav {
    flex: 2;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
#section-nav ul {
  margin: 0 1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
}
@media screen and (min-width: 834px) {
  #section-nav ul {
    margin: 0;
    flex-wrap: nowrap;
  }
}
#section-nav li {
  flex: auto;
}
#section-nav li a {
  display: block;
  text-decoration: none;
  padding: 5px 1rem 10px 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#section-nav li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 834px) {
  #section-nav li a {
    font-size: 1.5rem;
    text-align: right;
    font-size: 1.25rem;
    padding: 10px 0.5rem 10px;
  }
}
@media screen and (min-width: 1201px) {
  #section-nav li a {
    font-size: 1.5rem;
    padding: 10px 0 10px 2rem;
  }
}

#section-menu-toggle {
  position: relative;
  margin-top: -100%;
  width: 100%;
  padding: 5rem 1rem 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #f9f9f9;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#section-menu-toggle.block {
  margin-top: 0;
}
@media screen and (min-width: 834px) {
  #section-menu-toggle {
    display: none;
  }
}

/*--------------------------------------------------------------
## footer menus
--------------------------------------------------------------*/
.site-footer h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

#footer-menu, #footer-secondary-menu, #footer-menu-tertiary, .address, .child-pages, .section-children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-menu a:link, #footer-menu a:visited, #footer-secondary-menu a:link, #footer-secondary-menu a:visited, #footer-menu-tertiary a:link, #footer-menu-tertiary a:visited, .address a:link, .address a:visited, .child-pages a:link, .child-pages a:visited, .section-children a:link, .section-children a:visited {
  font-size: 0.875;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
  color: #878787;
  text-decoration: none;
}
#footer-menu a:active, #footer-menu a:hover, #footer-secondary-menu a:active, #footer-secondary-menu a:hover, #footer-menu-tertiary a:active, #footer-menu-tertiary a:hover, .address a:active, .address a:hover, .child-pages a:active, .child-pages a:hover, .section-children a:active, .section-children a:hover {
  text-decoration: underline;
  color: #6e6e6e;
}

.address a:link, .address a:visited {
  font-size: 0.88rem;
  color: #6c7781;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
## page & section children menus
--------------------------------------------------------------*/
.child-pages, .section-children {
  margin: 96px 0 4rem;
}
.child-pages h4, .section-children h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1;
}
.child-pages ul, .section-children ul {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.child-pages ul li, .section-children ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.child-pages ul a:link, .child-pages ul a:visited, .section-children ul a:link, .section-children ul a:visited {
  line-height: 1;
}
.child-pages ul ul, .section-children ul ul {
  margin: 0.5rem 0 2rem 0.5rem;
  font-size: 90%;
  list-style-position: outside;
}
.child-pages ul ul li, .section-children ul ul li {
  line-height: 1.2;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  border-left: 2px solid #ebebeb;
}
.child-pages ul ul li:hover, .section-children ul ul li:hover {
  border-left: 2px solid #6e6e6e;
}
.child-pages p.return_link, .section-children p.return_link {
  padding-top: 0;
  margin-top: 20px;
  border-top: 1px solid #878787;
}
.child-pages.flat, .section-children.flat {
  max-width: 1200px;
  margin: 96px auto;
  text-align: center;
}
.child-pages.flat h4, .section-children.flat h4 {
  padding: 0 0 1rem;
  border-bottom: 1px solid #ebebeb;
}
.child-pages.flat ul, .section-children.flat ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.child-pages.flat ul li, .section-children.flat ul li {
  margin: 1rem 1rem 2rem;
}

/*--------------------------------------------------------------
## pagination
--------------------------------------------------------------*/
.pagination {
  display: block;
  text-align: center;
}

/*--------------------------------------------------------------
## public page menus
--------------------------------------------------------------*/
.page-template-public-default-page .public-subpages {
  padding: 1rem 0.5rem;
  background: #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.page-template-public-default-page .public-subpages .page-menu {
  flex: 1;
  margin: 0 auto;
  padding: 1rem 0 0;
  max-width: 1200px;
  list-style-type: none;
}
.page-template-public-default-page .public-subpages li {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 1.2;
}
.page-template-public-default-page .public-subpages li a:link, .page-template-public-default-page .public-subpages li a:visited {
  color: #525252;
  text-decoration: none;
}
.page-template-public-default-page .public-subpages li a:hover, .page-template-public-default-page .public-subpages li a:active {
  text-decoration: underline;
}
.page-template-public-default-page .public-subpages li ul {
  flex: 3;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.page-template-public-default-page .public-subpages li ul li {
  font-weight: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  padding: 1rem 1rem 1rem 0;
}

/*--------------------------------------------------------------
  ## Edit menu
  --------------------------------------------------------------*/
#circular-menu {
  position: fixed;
  bottom: 8rem;
  left: 3rem;
}
#circular-menu .edit-menu-open-button {
  background: #ebebeb;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
#circular-menu .edit-menu-open {
  display: none;
}
#circular-menu .lines {
  width: 24px;
  height: 2px;
  background: #525252;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
#circular-menu .line-1 {
  transform: translate3d(0, -8px, 0);
}
#circular-menu .line-2 {
  transform: translate3d(0, 0, 0);
}
#circular-menu .line-3 {
  transform: translate3d(0, 8px, 0);
}
#circular-menu .edit-menu-open:checked + .edit-menu-open-button .line-1 {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#circular-menu .edit-menu-open:checked + .edit-menu-open-button .line-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
#circular-menu .edit-menu-open:checked + .edit-menu-open-button .line-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#circular-menu .edit-menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1, 1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.14);
}
#circular-menu .edit-menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
#circular-menu .edit-menu-open:checked + .edit-menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item {
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(3) {
  transition-duration: 180ms;
  transform: translate3d(0.08361px, -104.99997px, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(4) {
  transition-duration: 280ms;
  transform: translate3d(90.9466px, -52.47586px, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(5) {
  transition-duration: 380ms;
  transform: translate3d(90.9466px, 52.47586px, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(6) {
  transition-duration: 480ms;
  transform: translate3d(0.08361px, 104.99997px, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(7) {
  transition-duration: 580ms;
  transform: translate3d(-90.86291px, 52.62064px, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(8) {
  transition-duration: 680ms;
  transform: translate3d(-91.03006px, -52.33095px, 0);
}
#circular-menu .edit-menu-open:checked ~ .edit-menu-item:nth-child(9) {
  transition-duration: 780ms;
  transform: translate3d(-0.25084px, -104.9997px, 0);
}
#circular-menu .edit-menu-item {
  background: #EEEEEE;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  position: absolute;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  line-height: 56px;
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
#circular-menu .edit-menu {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
}
#circular-menu .edit-menu-item:hover {
  background: #FF5C5C;
  color: #fff;
}
#circular-menu .edit-menu-item:nth-child(3) {
  transition-duration: 180ms;
}
#circular-menu .edit-menu-item:nth-child(4) {
  transition-duration: 180ms;
}
#circular-menu .edit-menu-item:nth-child(5) {
  transition-duration: 180ms;
}
#circular-menu .edit-menu-item:nth-child(6) {
  transition-duration: 180ms;
}
#circular-menu .edit-menu-item:nth-child(7) {
  transition-duration: 180ms;
}
#circular-menu .edit-menu-item:nth-child(8) {
  transition-duration: 180ms;
}
#circular-menu .edit-menu-item:nth-child(9) {
  transition-duration: 180ms;
}
#circular-menu .item-1 {
  background: #242c6c url("/wp-content/themes/cabotwellington/build/img/Edit.svg") no-repeat center center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
#circular-menu .item-1:hover {
  background: #ff5c5c url("/wp-content/themes/cabotwellington/build/img/Edit.svg") no-repeat center center;
  text-shadow: none;
}
#circular-menu .item-2 {
  background: #213f73 url("/wp-content/themes/cabotwellington/build/img/Plus.svg") no-repeat center center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
#circular-menu .item-2:hover {
  background: #ff5c5c url("/wp-content/themes/cabotwellington/build/img/Plus.svg") no-repeat center center;
  text-shadow: none;
}
#circular-menu .item-3 {
  background: #2b576f url("/wp-content/themes/cabotwellington/build/img/Contrast.svg") no-repeat center center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
#circular-menu .item-3:hover {
  background: #ff5c5c url("/wp-content/themes/cabotwellington/build/img/Contrast.svg") no-repeat center center;
  text-shadow: none;
}
#circular-menu .item-4 {
  background-color: #C49CDE;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
#circular-menu .item-4:hover {
  color: #ff5c5c;
  text-shadow: none;
}
#circular-menu .item-5 {
  background-color: #FC913A;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
#circular-menu .item-5:hover {
  color: #ff5c5c;
  text-shadow: none;
}
#circular-menu .item-6 {
  background-color: #62C2E4;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}
#circular-menu .item-6:hover {
  color: #ff5c5c;
  text-shadow: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 580px !important;
  /* Let's work to make this !important unnecessary */
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.search-box {
  display: flex;
}
.search-box #input-search {
  margin: 2rem 0 3rem;
  padding: 0.25rem 0.5rem;
  flex: 1;
}
.search-box input {
  flex: 1;
}

/*--------------------------------------------------------------
# Content
  ## Posts and pages
  ## Author Blocks
  ## Comments
  ## Related Posts
  ## Archive blocks
  ## Section Headers
  ## Single post header
  ## People Cards
  ## Upcoming Card
  ## Event Card
  ## Halves/sticky Card
  ## Photo Band
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 60px 0;
}

.page .hentry, .single .hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
  margin: 0;
}
.entry-content h2 + p, .entry-content h3 + p, .entry-content h4 + p {
  margin-top: 0;
}
.entry-content h2 + figure, .entry-content h3 + figure, .entry-content h4 + figure {
  margin-top: 0;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  color: #6c7781;
  font-size: 90%;
  margin: 0 1rem;
  line-height: 1.2;
}
.entry-meta .byline {
  order: 3;
}
.entry-meta .posted-on {
  order: -1;
  flex: 1 0 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page .entry-header, .page .overlay {
  min-height: 240px;
}
.page .no-featured-image {
  min-height: 0;
}

.entry-header {
  background-color: transparent;
}

.has-post-thumbnail .overlay {
  padding: 2rem 0 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}
.has-post-thumbnail .entry-header {
  background-color: #333;
  height: auto;
  background-size: cover;
  overflow: auto;
}
.has-post-thumbnail .entry-header .entry-title, .has-post-thumbnail .entry-header .byline, .has-post-thumbnail .entry-header .posted-on {
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 1px #333;
}
.has-post-thumbnail .entry-header .entry-title a, .has-post-thumbnail .entry-header .byline a, .has-post-thumbnail .entry-header .posted-on a {
  color: #fff;
}
.has-post-thumbnail .entry-header .entry-title {
  margin-top: 20vh;
  margin-bottom: 4vh;
  font-size: 3rem;
}
@media screen and (min-width: 834px) {
  .has-post-thumbnail .entry-header .entry-title {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin-top: 40vh;
    margin-bottom: 10vh;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1201px) {
  .has-post-thumbnail .entry-header .entry-title {
    padding-left: 0;
  }
}

.single-gallery .has-post-thumbnail .entry-header {
  background-color: transparent;
  text-align: center;
}
.single-gallery .has-post-thumbnail .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  color: #595959;
}
@media screen and (min-width: 834px) {
  .single-gallery .has-post-thumbnail .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.single-gallery .has-post-thumbnail .entry-header .custom-excerpt {
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.4;
  color: #858585;
}
.single-gallery .has-post-thumbnail .entry-content {
  margin: 0 auto;
  max-width: 1200px;
}
.single-gallery .has-post-thumbnail .entry-content p {
  max-width: 80%;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #6c7781;
  font-size: 90%;
  padding: 48px 0 24px;
  border-bottom: 1px solid #EDEAE7;
  clear: both;
}

/*--------------------------------------------------------------
## Author Blocks
--------------------------------------------------------------*/
#author {
  margin: 5rem 1rem;
  color: #595959;
  line-height: 1.714;
}
#author dt {
  padding-top: 0.5rem;
}
#author dd {
  font-size: 0.75rem;
}
#author .author-img {
  border-radius: 50px;
  float: left;
  margin: 0 1.8rem 1rem 0;
}
#author .author-phone a, #author .author-email a {
  text-decoration: none;
  color: #595959;
  font-weight: 400;
}
#author .author-phone a:hover, #author .author-email a:hover {
  background: #fff;
  text-decoration: underline;
}
#author .author-phone .send_msg, #author .author-email .send_msg {
  color: #FF5C5C;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-author {
  padding: 2rem 0 0;
}
.comment-author img, .comment-author .sgi-letter-avatar {
  float: left;
  border-radius: 30px;
  margin: 0 2rem 0 0;
}

.comments-title {
  margin: 0 1rem;
  font-size: 1rem;
  letter-spacing: 1.8px;
  font-weight: 500;
}

.comment-list {
  margin: 0 1rem;
  padding: 0;
  color: #595959;
}
.comment-list .comment {
  list-style-type: none;
  margin: 1rem 0;
}
.comment-list .comment .fn {
  font-weight: 600;
  font-size: 1rem;
}
.comment-list .comment .fn a {
  text-decoration: none;
  color: inherit;
}
.comment-list .comment .says {
  display: none;
}
.comment-list .comment .reply a {
  position: relative;
  top: -1rem;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment-list .comment .reply a:after {
  content: "↑";
}
.comment-list .comment .comment-metadata {
  margin: -0.8rem 0 0 5rem;
  font-weight: 400;
  color: #B2A3A3;
  font-size: 0.75rem;
}
.comment-list .comment .comment-metadata a {
  text-decoration: none;
  color: inherit;
}
.comment-list .comment .comment-content {
  margin: 1rem 0 0 80px;
  font-size: 0.88rem;
  line-height: 1.714;
  clear: both;
}
.comment-list .comment .reply a {
  margin-left: 80px;
}
.comment-list .comment .children {
  margin: 0;
  padding: 0 0 0 1rem;
  border-left: 1px solid #ddd;
}
@media screen and (min-width: 834px) {
  .comment-list .comment .children {
    padding: 0 0 0 4rem;
  }
}
.comment-list .comment .children .comment {
  margin: 0;
}
.comment-list .comment .children .comment-author img {
  margin: 0 1rem 0 0;
  width: 40px;
}
.comment-list .comment .children .comment-content {
  margin: 1rem 0 0 60px;
}
.comment-list .comment .children .reply a {
  margin-left: 60px;
}
.comment-list .comment .children .comment-metadata {
  margin-left: 3rem;
}

.logged-in-as, #reply-title {
  display: none;
}

#reply-header {
  margin: 4rem 1rem 0;
  font-size: 0.88rem;
}
#reply-header p {
  padding-top: 0.8rem;
}
#reply-header img {
  margin: 0 1rem 0.5rem 0;
  float: left;
  border-radius: 30px;
}

#respond {
  margin: 0 1rem;
}
#respond p {
  margin: 0;
}
#respond .comment-form-comment label {
  display: none;
}
#respond textarea {
  border: 1px solid #F1F1F1;
  height: 240px;
  box-shadow: inset 1px 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#respond #submit {
  float: right;
  display: block;
  width: 180px;
  height: 48px;
  background-color: #1D1F24;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.related-posts, .recent-posts, .gallery-grid, .home-container {
  margin: 5.125rem 0 0;
}
.related-posts h4, .recent-posts h4, .gallery-grid h4, .home-container h4 {
  padding: 0 0 1.5rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  border-bottom: 1px solid #EBEBEB;
}
.related-posts .post, .recent-posts .post, .gallery-grid .post, .home-container .post {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 834px) {
  .related-posts .post, .recent-posts .post, .gallery-grid .post, .home-container .post {
    margin: 0 0 4rem;
  }
}
.related-posts .overlay, .recent-posts .overlay, .gallery-grid .overlay, .home-container .overlay {
  padding: 0;
  height: 100%;
}
.related-posts .featured-image, .recent-posts .featured-image, .gallery-grid .featured-image, .home-container .featured-image {
  background-color: #fff;
}
.related-posts .featured-image a:link, .related-posts .featured-image a:visited, .recent-posts .featured-image a:link, .recent-posts .featured-image a:visited, .gallery-grid .featured-image a:link, .gallery-grid .featured-image a:visited, .home-container .featured-image a:link, .home-container .featured-image a:visited {
  display: block;
  line-height: 0;
}
.related-posts .featured-image a:link img, .related-posts .featured-image a:visited img, .recent-posts .featured-image a:link img, .recent-posts .featured-image a:visited img, .gallery-grid .featured-image a:link img, .gallery-grid .featured-image a:visited img, .home-container .featured-image a:link img, .home-container .featured-image a:visited img {
  min-width: 100%;
  min-height: 220px;
  object-fit: cover;
}
.related-posts .entry-title, .recent-posts .entry-title, .gallery-grid .entry-title, .home-container .entry-title {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  line-height: 0.8;
}
.related-posts .entry-title a, .recent-posts .entry-title a, .gallery-grid .entry-title a, .home-container .entry-title a {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #494949;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  text-shadow: none;
  line-height: 1;
}
.related-posts .recent-entry-content p, .recent-posts .recent-entry-content p, .gallery-grid .recent-entry-content p, .home-container .recent-entry-content p {
  margin: 0.65rem 0 0;
  padding: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.8;
}
.related-posts .relatedpost-1, .related-posts .recentpost-2, .related-posts #stickyhome, .recent-posts .relatedpost-1, .recent-posts .recentpost-2, .recent-posts #stickyhome, .gallery-grid .relatedpost-1, .gallery-grid .recentpost-2, .gallery-grid #stickyhome, .home-container .relatedpost-1, .home-container .recentpost-2, .home-container #stickyhome {
  color: #fff;
  background-size: cover;
  background-color: #595959;
  text-shadow: 0 1px #000;
  margin-bottom: 1rem;
}
.related-posts .relatedpost-1 .overlay, .related-posts .recentpost-2 .overlay, .related-posts #stickyhome .overlay, .recent-posts .relatedpost-1 .overlay, .recent-posts .recentpost-2 .overlay, .recent-posts #stickyhome .overlay, .gallery-grid .relatedpost-1 .overlay, .gallery-grid .recentpost-2 .overlay, .gallery-grid #stickyhome .overlay, .home-container .relatedpost-1 .overlay, .home-container .recentpost-2 .overlay, .home-container #stickyhome .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.related-posts .relatedpost-1 .posted-on, .related-posts .recentpost-2 .posted-on, .related-posts #stickyhome .posted-on, .recent-posts .relatedpost-1 .posted-on, .recent-posts .recentpost-2 .posted-on, .recent-posts #stickyhome .posted-on, .gallery-grid .relatedpost-1 .posted-on, .gallery-grid .recentpost-2 .posted-on, .gallery-grid #stickyhome .posted-on, .home-container .relatedpost-1 .posted-on, .home-container .recentpost-2 .posted-on, .home-container #stickyhome .posted-on {
  color: #fff;
  margin-top: 12rem;
}
@media screen and (min-width: 834px) {
  .related-posts .relatedpost-1 .posted-on, .related-posts .recentpost-2 .posted-on, .related-posts #stickyhome .posted-on, .recent-posts .relatedpost-1 .posted-on, .recent-posts .recentpost-2 .posted-on, .recent-posts #stickyhome .posted-on, .gallery-grid .relatedpost-1 .posted-on, .gallery-grid .recentpost-2 .posted-on, .gallery-grid #stickyhome .posted-on, .home-container .relatedpost-1 .posted-on, .home-container .recentpost-2 .posted-on, .home-container #stickyhome .posted-on {
    margin-top: 20rem;
  }
}
.related-posts .relatedpost-1 .byline, .related-posts .recentpost-2 .byline, .related-posts #stickyhome .byline, .recent-posts .relatedpost-1 .byline, .recent-posts .recentpost-2 .byline, .recent-posts #stickyhome .byline, .gallery-grid .relatedpost-1 .byline, .gallery-grid .recentpost-2 .byline, .gallery-grid #stickyhome .byline, .home-container .relatedpost-1 .byline, .home-container .recentpost-2 .byline, .home-container #stickyhome .byline {
  display: none;
}
.related-posts .relatedpost-1 .entry-title, .related-posts .recentpost-2 .entry-title, .related-posts #stickyhome .entry-title, .recent-posts .relatedpost-1 .entry-title, .recent-posts .recentpost-2 .entry-title, .recent-posts #stickyhome .entry-title, .gallery-grid .relatedpost-1 .entry-title, .gallery-grid .recentpost-2 .entry-title, .gallery-grid #stickyhome .entry-title, .home-container .relatedpost-1 .entry-title, .home-container .recentpost-2 .entry-title, .home-container #stickyhome .entry-title {
  margin: 1rem;
}
.related-posts .relatedpost-1 .entry-title a, .related-posts .recentpost-2 .entry-title a, .related-posts #stickyhome .entry-title a, .recent-posts .relatedpost-1 .entry-title a, .recent-posts .recentpost-2 .entry-title a, .recent-posts #stickyhome .entry-title a, .gallery-grid .relatedpost-1 .entry-title a, .gallery-grid .recentpost-2 .entry-title a, .gallery-grid #stickyhome .entry-title a, .home-container .relatedpost-1 .entry-title a, .home-container .recentpost-2 .entry-title a, .home-container #stickyhome .entry-title a {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: unset;
  text-decoration: none;
  text-shadow: 0 1px #000;
}
.related-posts .relatedpost-1 .moretag, .related-posts .recentpost-2 .moretag, .related-posts #stickyhome .moretag, .recent-posts .relatedpost-1 .moretag, .recent-posts .recentpost-2 .moretag, .recent-posts #stickyhome .moretag, .gallery-grid .relatedpost-1 .moretag, .gallery-grid .recentpost-2 .moretag, .gallery-grid #stickyhome .moretag, .home-container .relatedpost-1 .moretag, .home-container .recentpost-2 .moretag, .home-container #stickyhome .moretag {
  margin: 1rem 1rem 0;
  padding-bottom: 1rem;
  text-shadow: 0 1px #570d0d;
}
@media screen and (min-width: 1201px) {
  .related-posts #stickyhome .overlay, .recent-posts #stickyhome .overlay, .gallery-grid #stickyhome .overlay, .home-container #stickyhome .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 50%);
  }
  .related-posts #stickyhome .posted-on, .recent-posts #stickyhome .posted-on, .gallery-grid #stickyhome .posted-on, .home-container #stickyhome .posted-on {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 834px) {
  .related-posts .recentpost-3, .related-posts .relatedpost-2, .recent-posts .recentpost-3, .recent-posts .relatedpost-2, .gallery-grid .recentpost-3, .gallery-grid .relatedpost-2, .home-container .recentpost-3, .home-container .relatedpost-2 {
    margin: 0 2%;
  }
}
@media screen and (min-width: 834px) {
  .related-posts .homerecentpost-5, .related-posts .homerecentpost-6, .related-posts .homerecentpost-7,
.related-posts .recentpost-5, .related-posts .recentpost-6, .related-posts .recentpost-7, .related-posts .recentpost-8, .recent-posts .homerecentpost-5, .recent-posts .homerecentpost-6, .recent-posts .homerecentpost-7,
.recent-posts .recentpost-5, .recent-posts .recentpost-6, .recent-posts .recentpost-7, .recent-posts .recentpost-8, .gallery-grid .homerecentpost-5, .gallery-grid .homerecentpost-6, .gallery-grid .homerecentpost-7,
.gallery-grid .recentpost-5, .gallery-grid .recentpost-6, .gallery-grid .recentpost-7, .gallery-grid .recentpost-8, .home-container .homerecentpost-5, .home-container .homerecentpost-6, .home-container .homerecentpost-7,
.home-container .recentpost-5, .home-container .recentpost-6, .home-container .recentpost-7, .home-container .recentpost-8 {
    margin: 0 0 0 1%;
  }
}
.related-posts .homerecentpost-4, .related-posts .recentpost-5, .recent-posts .homerecentpost-4, .recent-posts .recentpost-5, .gallery-grid .homerecentpost-4, .gallery-grid .recentpost-5, .home-container .homerecentpost-4, .home-container .recentpost-5 {
  clear: both;
}

.recentpost-3 figure, .recentpost-4 figure,
.relatedpost-2 figure, .relatedpost-3 figure {
  margin-top: 0;
  height: 220px;
  overflow: hidden;
}

.homerecentpost-2, .homerecentpost-3, .homerecentpost-4,
.homerecentpost-5, .homerecentpost-6, .homerecentpost-7 {
  margin-top: 18px;
}
.homerecentpost-2 figure, .homerecentpost-3 figure, .homerecentpost-4 figure,
.homerecentpost-5 figure, .homerecentpost-6 figure, .homerecentpost-7 figure {
  margin-top: 0;
  height: 220px;
  overflow: hidden;
}

.home-container {
  margin: 0 auto;
}
.home-container .post {
  margin: 0 1rem 4rem;
}
@media screen and (min-width: 767px) {
  .home-container .post {
    margin: 0 0.5rem 1rem 0.5rem;
  }
}
@media screen and (min-width: 834px) {
  .home-container .post {
    margin: 0 0 2rem;
  }
}

.gallery-grid {
  margin: 0 auto;
}
.gallery-grid .has-post-thumbnail .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 64%);
}
.gallery-grid .relatedpost-1 .posted-on {
  margin-top: 8rem;
}

#office-recents, #home-recents, #default-related-posts {
  margin: 4rem auto 0;
  max-width: 1200px;
}

.page .recent-posts {
  margin: 0;
}

.recent-posts #most-recent-post {
  padding: 2rem 0;
  margin-bottom: 8rem;
}
@media screen and (min-width: 834px) {
  .recent-posts #most-recent-post {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 4rem;
  }
}
.recent-posts #most-recent-post .recentpost-1 {
  grid-column: 2/12;
}
@media screen and (min-width: 834px) {
  .recent-posts #most-recent-post .recentpost-1 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 4;
    margin: 0 auto;
    max-width: 1200px;
  }
}
.recent-posts #most-recent-post .featured-image {
  min-height: 0;
  background: none;
  grid-column: 5/11;
  grid-row: 1/span 4;
}
.recent-posts #most-recent-post .entry-meta {
  margin: 0 0 1rem;
  grid-column: 1/5;
}
@media screen and (min-width: 834px) {
  .recent-posts #most-recent-post .entry-meta {
    padding-top: 8vh;
  }
}
.recent-posts #most-recent-post .byline {
  display: none;
}
.recent-posts #most-recent-post .posted-on {
  font-weight: 600;
}
.recent-posts #most-recent-post .recent-post-title {
  grid-column: 1/7;
  grid-row: 2;
}
.recent-posts #most-recent-post .recent-entry-content {
  grid-column: 1/5;
  padding: 0 3rem 0 0;
}
.recent-posts #most-recent-post .entry-title {
  margin: 0;
}
.recent-posts #most-recent-post .entry-title a {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: unset;
  text-decoration: none;
  background: #DEBCAF;
  text-shadow: 0 0 1px #DEBCAF;
}
.recent-posts .morenews {
  font-size: 1rem !important;
}

#section-butter-island #most-recent-post, #section-bar-ni-ranch #most-recent-post, #section-wealth #most-recent-post,
#section-philanthropy #most-recent-post, #section-family #most-recent-post, #section-education #most-recent-post, #section-family-office #most-recent-post {
  background: #DEBCAF;
}
#section-butter-island #most-recent-post a, #section-butter-island #most-recent-post .posted-on, #section-bar-ni-ranch #most-recent-post a, #section-bar-ni-ranch #most-recent-post .posted-on, #section-wealth #most-recent-post a, #section-wealth #most-recent-post .posted-on,
#section-philanthropy #most-recent-post a,
#section-philanthropy #most-recent-post .posted-on, #section-family #most-recent-post a, #section-family #most-recent-post .posted-on, #section-education #most-recent-post a, #section-education #most-recent-post .posted-on, #section-family-office #most-recent-post a, #section-family-office #most-recent-post .posted-on {
  color: #2B576F;
}
#section-butter-island #most-recent-post .entry-title a, #section-bar-ni-ranch #most-recent-post .entry-title a, #section-wealth #most-recent-post .entry-title a,
#section-philanthropy #most-recent-post .entry-title a, #section-family #most-recent-post .entry-title a, #section-education #most-recent-post .entry-title a, #section-family-office #most-recent-post .entry-title a {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.1;
}
#section-butter-island #most-recent-post .moretag, #section-bar-ni-ranch #most-recent-post .moretag, #section-wealth #most-recent-post .moretag,
#section-philanthropy #most-recent-post .moretag, #section-family #most-recent-post .moretag, #section-education #most-recent-post .moretag, #section-family-office #most-recent-post .moretag {
  margin: 2rem 0 0;
  text-align: center;
  max-width: 260px;
  max-height: 75px;
  padding: 25px 80px 30px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 0.33s ease-out;
}
#section-butter-island #most-recent-post .moretag:hover, #section-bar-ni-ranch #most-recent-post .moretag:hover, #section-wealth #most-recent-post .moretag:hover,
#section-philanthropy #most-recent-post .moretag:hover, #section-family #most-recent-post .moretag:hover, #section-education #most-recent-post .moretag:hover, #section-family-office #most-recent-post .moretag:hover {
  background: rgba(255, 255, 255, 0.5);
}

#section-bar-ni-ranch #most-recent-post {
  background: #242E15;
}
#section-bar-ni-ranch #most-recent-post a, #section-bar-ni-ranch #most-recent-post .posted-on, #section-bar-ni-ranch #most-recent-post .recent-entry-content {
  color: #DCD4CB;
  background: #242E15;
}

#section-wealth #most-recent-post, #section-family-office #most-recent-post {
  background: #213F73;
}
#section-wealth #most-recent-post a, #section-wealth #most-recent-post .posted-on, #section-wealth #most-recent-post .recent-entry-content, #section-family-office #most-recent-post a, #section-family-office #most-recent-post .posted-on, #section-family-office #most-recent-post .recent-entry-content {
  color: #F2DEB3;
  background: #213F73;
}

#section-family #most-recent-post {
  background: #F2DEB3;
}
#section-family #most-recent-post a, #section-family #most-recent-post .posted-on, #section-family #most-recent-post .recent-entry-content {
  color: #213F73;
  background: #F2DEB3;
}

#section-philanthropy #most-recent-post {
  background: #D9CFE7;
}
#section-philanthropy #most-recent-post a, #section-philanthropy #most-recent-post .posted-on, #section-philanthropy #most-recent-post .recent-entry-content {
  color: #213F73;
  background: #D9CFE7;
}

#section-education #most-recent-post {
  background: #213F73;
}
#section-education #most-recent-post a, #section-education #most-recent-post .posted-on, #section-education #most-recent-post .recent-entry-content {
  color: #F2DEB3;
  background: #213F73;
}

/*--------------------------------------------------------------
## Archive Blocks
--------------------------------------------------------------*/
.archivepost {
  padding: 0 1rem;
}
.archivepost .featured-image {
  flex: 1;
}
.archivepost .featured-image figure {
  margin: 0;
  max-height: 220px;
  overflow: hidden;
}
.archivepost .featured-image img {
  width: 100%;
}
.archivepost .archivepost-content {
  flex: 2;
}
.archivepost .entry-title {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  line-height: 1.2;
}
.archivepost .entry-title a {
  color: #525252;
  text-decoration: none;
}
.archivepost .entry-title a:hover {
  text-decoration: underline;
  color: #FF5C5C;
}
.archivepost .archive-entry-content {
  margin: 1rem 0;
  font-size: 1.125;
  line-height: 2;
}
@media screen and (min-width: 834px) {
  .archivepost {
    display: flex;
  }
  .archivepost .featured-image figure {
    margin: 0 2rem 0 0;
  }
  .archivepost .entry-title {
    font-size: 2.75rem;
  }
}

/*--------------------------------------------------------------
## Section Headers
--------------------------------------------------------------*/
.section-header {
  padding: 0;
}
.section-header .entry-title {
  margin: 0;
  padding: 1rem 0 0 1rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.section-header .entry-title a:link, .section-header .entry-title a:visited {
  text-decoration: none;
  font-weight: 400;
}
.section-header .entry-title a:hover, .section-header .entry-title a:active {
  text-decoration: underline;
}
@media screen and (min-width: 834px) {
  .section-header .entry-title {
    flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 1201px) {
  .section-header .entry-title {
    padding-left: 0;
  }
}

#section-butter-island .section-header {
  background: #E2C5B9;
}
#section-butter-island .section-header .entry-title {
  color: #2B576F;
}
#section-butter-island .section-header .entry-title a:link, #section-butter-island .section-header .entry-title a:visited {
  color: inherit;
}
#section-butter-island #section-nav li a {
  color: #2B576F;
}

#section-bar-ni-ranch .section-header {
  background: #3c452d;
}
#section-bar-ni-ranch .section-header .entry-title {
  color: #DCD4CB;
}
#section-bar-ni-ranch .section-header .entry-title a:link, #section-bar-ni-ranch .section-header .entry-title a:visited {
  color: inherit;
}
#section-bar-ni-ranch #section-nav li a {
  color: #DCD4CB;
}

#section-family .section-header {
  background: #f5e6c4;
}
#section-family .section-header .entry-title {
  color: #213F73;
}
#section-family .section-header .entry-title a:link, #section-family .section-header .entry-title a:visited {
  color: inherit;
}
#section-family #section-nav li a {
  color: #213F73;
}

#section-education .section-header {
  background: #274a87;
}
#section-education .section-header .entry-title {
  color: #F2DEB3;
}
#section-education .section-header .entry-title a:link, #section-education .section-header .entry-title a:visited {
  color: inherit;
}
#section-education #section-nav li a {
  color: #F2DEB3;
}

#section-wealth .section-header, #section-family-office .section-header {
  background: #274a87;
}
#section-wealth .section-header .entry-title, #section-family-office .section-header .entry-title {
  color: #F2DEB3;
}
#section-wealth .section-header .entry-title a:link, #section-wealth .section-header .entry-title a:visited, #section-family-office .section-header .entry-title a:link, #section-family-office .section-header .entry-title a:visited {
  color: inherit;
}

#section-nav li a {
  color: #F2DEB3;
}

#section-philanthropy .section-header {
  background: #e6e0f0;
}
#section-philanthropy .section-header .entry-title {
  color: #213F73;
}
#section-philanthropy .section-header .entry-title a:link, #section-philanthropy .section-header .entry-title a:visited {
  color: inherit;
}
#section-philanthropy #section-nav li a {
  color: #213F73;
}

/*--------------------------------------------------------------
## Single Post Header
--------------------------------------------------------------*/
.single article.post .entry-header, .page-template-wealth-page article.page .entry-header,
.page-template-dashboard-page #hero .entry-header {
  margin-top: 60px;
}
.single article.post .overlay, .page-template-wealth-page article.page .overlay,
.page-template-dashboard-page #hero .overlay {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 834px) {
  .single article.post .entry-meta, .single article.post .moretag, .page-template-wealth-page article.page .entry-meta, .page-template-wealth-page article.page .moretag,
.page-template-dashboard-page #hero .entry-meta,
.page-template-dashboard-page #hero .moretag {
    grid-column: 2/12;
    grid-row: 1;
  }
}
@media screen and (min-width: 1201px) {
  .single article.post .entry-meta, .single article.post .moretag, .page-template-wealth-page article.page .entry-meta, .page-template-wealth-page article.page .moretag,
.page-template-dashboard-page #hero .entry-meta,
.page-template-dashboard-page #hero .moretag {
    grid-column: 1/13;
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 834px) {
  .single article.post .entry-title, .page-template-wealth-page article.page .entry-title,
.page-template-dashboard-page #hero .entry-title {
    grid-column: 2/12;
    grid-row: 2;
  }
}
@media screen and (min-width: 1201px) {
  .single article.post .entry-title, .page-template-wealth-page article.page .entry-title,
.page-template-dashboard-page #hero .entry-title {
    grid-column: 1/13;
    width: 1200px;
    margin: 0 auto;
  }
}
.single article.post .custom-excerpt, .page-template-wealth-page article.page .custom-excerpt,
.page-template-dashboard-page #hero .custom-excerpt {
  margin: 1rem 1rem 0;
  max-width: 780px;
  color: #777;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}
.single article.post .custom-excerpt .moretag, .page-template-wealth-page article.page .custom-excerpt .moretag,
.page-template-dashboard-page #hero .custom-excerpt .moretag {
  display: none;
}
@media screen and (min-width: 834px) {
  .single article.post .custom-excerpt, .page-template-wealth-page article.page .custom-excerpt,
.page-template-dashboard-page #hero .custom-excerpt {
    grid-column: 2/9;
    grid-row: 3;
  }
}

.single article.post.has-post-thumbnail .entry-header, .page-template-wealth-page article.page .entry-header,
.page-template-dashboard-page #hero .entry-header {
  margin-top: 0;
  background: #18303d;
  background-size: cover;
}
.single article.post.has-post-thumbnail .overlay, .page-template-wealth-page article.page .overlay,
.page-template-dashboard-page #hero .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 80%);
}
@media screen and (min-width: 1201px) {
  .single article.post.has-post-thumbnail .overlay, .page-template-wealth-page article.page .overlay,
.page-template-dashboard-page #hero .overlay {
    min-height: 480px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  }
}
.single article.post.has-post-thumbnail .entry-meta, .single article.post.has-post-thumbnail .moretag, .page-template-wealth-page article.page .entry-meta, .page-template-wealth-page article.page .moretag,
.page-template-dashboard-page #hero .entry-meta,
.page-template-dashboard-page #hero .moretag {
  grid-column: 2/12;
  grid-row: 3;
  margin: 3rem auto 2rem;
}
@media screen and (min-width: 834px) {
  .single article.post.has-post-thumbnail .entry-meta, .single article.post.has-post-thumbnail .moretag, .page-template-wealth-page article.page .entry-meta, .page-template-wealth-page article.page .moretag,
.page-template-dashboard-page #hero .entry-meta,
.page-template-dashboard-page #hero .moretag {
    margin: 2rem auto 3rem;
  }
}
@media screen and (min-width: 1201px) {
  .single article.post.has-post-thumbnail .entry-meta, .single article.post.has-post-thumbnail .moretag, .page-template-wealth-page article.page .entry-meta, .page-template-wealth-page article.page .moretag,
.page-template-dashboard-page #hero .entry-meta,
.page-template-dashboard-page #hero .moretag {
    grid-column: 1/13;
    width: 1000px;
    margin: 2rem auto 3rem;
  }
}
.single article.post.has-post-thumbnail .byline, .page-template-wealth-page article.page .byline,
.page-template-dashboard-page #hero .byline {
  text-align: left;
  padding-left: 0.25rem;
  text-shadow: 0 1px 1px #333;
  color: #EDEAE7;
  margin-right: auto;
}
.single article.post.has-post-thumbnail .posted-on, .page-template-wealth-page article.page .posted-on,
.page-template-dashboard-page #hero .posted-on {
  flex: none;
  text-align: right;
  font-weight: 600;
  padding-right: 0.25rem;
  text-shadow: 0 1px 1px #333;
  color: #EDEAE7;
  margin-left: auto;
}
.single article.post.has-post-thumbnail .entry-title, .single article.post.has-post-thumbnail .entry-title a, .page-template-wealth-page article.page .entry-title, .page-template-wealth-page article.page .entry-title a,
.page-template-dashboard-page #hero .entry-title,
.page-template-dashboard-page #hero .entry-title a {
  margin: 4vh 0 1rem;
  grid-column: 1/13;
  grid-row: 1;
  font-size: 2.4rem;
  text-align: center;
  color: #f9f9f9;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 834px) {
  .single article.post.has-post-thumbnail .entry-title, .single article.post.has-post-thumbnail .entry-title a, .page-template-wealth-page article.page .entry-title, .page-template-wealth-page article.page .entry-title a,
.page-template-dashboard-page #hero .entry-title,
.page-template-dashboard-page #hero .entry-title a {
    grid-column: 2/12;
    margin: 6rem 0 2rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1201px) {
  .single article.post.has-post-thumbnail .entry-title, .single article.post.has-post-thumbnail .entry-title a, .page-template-wealth-page article.page .entry-title, .page-template-wealth-page article.page .entry-title a,
.page-template-dashboard-page #hero .entry-title,
.page-template-dashboard-page #hero .entry-title a {
    grid-column: 1/13;
    max-width: 1200px;
    margin-top: 8rem;
    margin-bottom: inherit;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.6rem;
  }
}
.single article.post.has-post-thumbnail .custom-excerpt, .page-template-wealth-page article.page .custom-excerpt,
.page-template-dashboard-page #hero .custom-excerpt {
  grid-column: 1/13;
  grid-row: 2;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  color: #CABEB2;
  text-shadow: 0 1px 1px #333;
}
@media screen and (min-width: 834px) {
  .single article.post.has-post-thumbnail .custom-excerpt, .page-template-wealth-page article.page .custom-excerpt,
.page-template-dashboard-page #hero .custom-excerpt {
    grid-column: 3/11;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1201px) {
  .single article.post.has-post-thumbnail .custom-excerpt, .page-template-wealth-page article.page .custom-excerpt,
.page-template-dashboard-page #hero .custom-excerpt {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.2;
    grid-column: 1/13;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6rem;
  }
}

.page-template-dashboard-page #hero .overlay {
  display: block;
  padding: 2rem 0 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 100%);
}
@media screen and (min-width: 834px) {
  .page-template-dashboard-page #hero .overlay {
    min-height: 440px;
  }
}
.page-template-dashboard-page #hero .entry-title {
  width: 90%;
  margin: 4rem auto 0;
}
.page-template-dashboard-page #hero .entry-title a {
  margin: 0;
  padding: 0 1rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 2rem;
  text-shadow: 0 1px 1px #333;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 767px) {
  .page-template-dashboard-page #hero .entry-title a {
    padding: 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .page-template-dashboard-page #hero .entry-title a {
    font-size: 2.6rem;
  }
}
.page-template-dashboard-page #hero .custom-excerpt {
  margin: 0 auto 1rem;
  max-width: 80%;
  padding: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 1201px) {
  .page-template-dashboard-page #hero .custom-excerpt {
    padding: 0 4rem;
    max-width: 80%;
  }
}
.page-template-dashboard-page #hero .custom-excerpt .moretag {
  max-width: 100%;
  display: block;
  padding: 1rem 0 3rem;
  font-style: normal;
}

.address .tel, .address .email, .address .fax {
  text-decoration: none;
  color: #878787;
  font-weight: 400;
}

.page-template-dashboard-page #home-content {
  margin: 0 1em;
}
.page-template-dashboard-page #home-content .dashboard-two-column-container {
  margin-bottom: 0;
}
.page-template-dashboard-page #home-content .quote-column {
  margin-bottom: 0;
  margin-top: 1em;
}
.page-template-dashboard-page #home-content h3 {
  margin: 0.25em 0 0.5em 0;
}
@media screen and (max-width: 600px) {
  .page-template-dashboard-page #home-content .weatherwidget-io {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 1201px) {
  .page-template-dashboard-page #home-content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-template-dashboard-page #home-content .quote-column {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## People Cards
--------------------------------------------------------------*/
.person {
  margin: 0 0.5rem 4rem;
  width: 160px;
  max-height: 290px;
  background: #DCD4CB;
}
@media screen and (min-width: 834px) {
  .person {
    width: 180px;
  }
}
.person .profile-pic {
  max-height: 180px;
  min-height: 180px;
  overflow: hidden;
}
.person .profile-pic figure {
  margin: 0;
}
.person .profile-pic figure img {
  min-width: 100%;
}
.person .info {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  padding: 0 0.25rem;
  color: #2B2B2B;
  text-align: center;
  line-height: 1.4;
}
.person .info a {
  text-decoration: none;
}
.person .info .dname {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
.person .info .title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1rem;
}
.person .info .phone, .person .info .email, .person .info .msg {
  visibility: hidden;
}

.person:hover, .person:active {
  position: relative;
}
.person:hover .info, .person:active .info {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 92%;
  min-height: 250px;
  padding: 0.5rem;
  background: #f9f9f9;
  box-shadow: 0 1px 3px #595959;
}
.person:hover .phone, .person:hover .email, .person:hover .msg, .person:active .phone, .person:active .email, .person:active .msg {
  visibility: visible;
  line-height: 2;
}
.person:hover .phone, .person:active .phone {
  margin-top: 3rem;
}

/*--------------------------------------------------------------
  ## Upcoming Card
  --------------------------------------------------------------*/
.upcoming {
  background-color: #dcd4cb;
  margin: 0;
  padding: 1.2rem 0 0;
  box-shadow: inset 1px 0 4px #beb7ae;
}
.upcoming h2 {
  margin: 0 1rem 2rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 400;
  border-bottom: 1px solid #ecead1;
  text-shadow: 0 1px #ecead1;
}
@media screen and (min-width: 767px) {
  .upcoming .upcoming-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.upcoming dl {
  margin: 0 0 2rem;
  min-width: 180px;
  padding: 0 1rem;
  flex: 1;
}
@media screen and (min-width: 834px) {
  .upcoming dl {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0.5rem 2.5rem;
  }
}
.upcoming dt {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.upcoming dt a {
  text-decoration: none;
  color: #525252;
  font-weight: 600;
}
.upcoming dt a:hover {
  text-decoration: underline;
  color: #FF5C5C;
}
.upcoming dd.date {
  font-size: 0.8rem;
  color: #777777;
}
.upcoming dd.date span {
  font-weight: 500;
  margin-right: 0.5rem;
}
.upcoming .moretag {
  margin: 0.5rem 1rem 0 0;
  align-self: flex-end;
}

/*--------------------------------------------------------------
  ## Event Card
  --------------------------------------------------------------*/
.single-event .hentry, .modal .hentry {
  max-width: 800px;
  margin: 4rem auto;
}
.single-event .entry-header, .modal .entry-header {
  min-height: 0;
  margin: 0 0 1rem;
  padding: 5rem 1rem 2rem;
  background: #525252 url("/wp-content/uploads/2020/07/wealth-bg-1000x481.jpg") no-repeat center center;
  background-size: cover;
  background-blend-mode: soft-light;
}
.single-event .entry-header h1, .modal .entry-header h1 {
  font-size: 2.5rem;
  color: #f9f9f9;
  text-shadow: 0 1px #595959;
}
.single-event .entry-content, .single-event .entry-footer, .modal .entry-content, .modal .entry-footer {
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.single-event .entry-footer, .modal .entry-footer {
  margin: 0 1rem 1rem;
  font-size: 0.8rem;
  border-top: 1px solid #eee;
}

#event-meta {
  margin: 2rem 0 0;
  width: 100%;
  font-size: 1.1rem;
}
@media screen and (min-width: 767px) {
  #event-meta {
    height: 3rem;
  }
  #event-meta .event-date {
    font-weight: 600;
    float: left;
  }
  #event-meta .event-time {
    margin: 0 1rem;
    float: left;
    font-size: 1rem;
  }
  #event-meta .event-time img {
    margin-bottom: -1px;
    width: 14px;
    height: 14px;
  }
  #event-meta .event-link {
    float: right;
  }
  #event-meta .event-link a {
    text-decoration: none;
  }
}

/*--------------------------------------------------------------
## Halves/sticky Card
--------------------------------------------------------------*/
#halvespost {
  text-align: center;
  min-height: 500px;
  border: 1px solid #EBEBEB;
  box-shadow: 0 0 4px #ebebeb;
}
#halvespost .half-image {
  display: block;
  width: 100%;
  min-height: 25vh;
  overflow: hidden;
  background: #525252;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 834px) {
  #halvespost .half-image {
    min-height: 40vh;
  }
}
#halvespost .half-content {
  flex: 1;
  padding: 1rem 1rem 3rem;
}
#halvespost .half-content .entry-title {
  font-size: 2.2rem;
}
#halvespost .half-content .entry-title a {
  color: #1D1F24;
  text-decoration: none;
}
#halvespost .half-content .recent-entry-content {
  padding: 0 1.5rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #A9A9A9;
  line-height: 1.25;
}
#halvespost .half-content .recent-entry-content a.moretag {
  font-style: normal;
  margin: 4rem auto 2rem;
  padding: 2rem 2rem;
  max-width: 50%;
  color: #525252;
  border: 1px solid #838383;
}
#halvespost .half-content .recent-entry-content a:hover.moretag {
  background: #111;
  color: #fff;
}
@media screen and (min-width: 834px) {
  #halvespost {
    display: flex;
    flex-flow: row;
  }
  #halvespost .half-image {
    flex: 1;
    height: auto;
  }
  #halvespost .recent-entry-content .moretag {
    max-width: 30%;
  }
}
@media screen and (min-width: 1201px) {
  #halvespost .recent-entry-content .moretag {
    max-width: 25%;
  }
}

/*--------------------------------------------------------------
## Photo Band
--------------------------------------------------------------*/
#photo-band {
  padding: 82px 0 42px;
  background-color: #DCD4CB;
}
#photo-band h4 {
  width: auto;
  margin: 0 1rem 56px;
  padding: 0 0 18px;
  border-bottom: 2px solid rgba(235, 235, 235, 0.4);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #535252;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#photo-band p {
  display: none;
}
#photo-band a.moretag {
  padding: 0 1rem;
  text-align: right;
}
#photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
}
#photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  margin: 0 24px 0 0;
}
#photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item figure a img {
  max-width: 120px;
}
#photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item figure a:hover img, #photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item figure a:active img {
  opacity: 0.75;
}
#photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item:nth-child(n+10) {
  display: none;
}
@media screen and (min-width: 834px) {
  #photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid p {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  #photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item {
    flex: 0 0 auto;
    width: 280px;
    height: 280px;
    margin: 0 24px 0 0;
  }
  #photo-band .wp-block-gallery.is-cropped .blocks-gallery-grid .blocks-gallery-item figure a img {
    max-width: 280px;
  }
}
@media screen and (min-width: 834px) {
  #photo-band p {
    display: block;
    font-size: 0.9rem;
    margin: 0 auto;
    width: 80%;
    max-width: 720px;
  }
}
#photo-band.family {
  background-color: #BCD3D2;
}
#photo-band.bar-ni-ranch {
  background-color: #DCD4CB;
}
#photo-band.education {
  background-color: #DCD4CB;
}
#photo-band.butter-island {
  background-color: #78B1B5;
}
#photo-band.philanthropy {
  background-color: #EBEBEB;
}
#photo-band.home {
  background-color: transparent;
}
#photo-band.home h4 {
  margin: 0 0 56px;
}
#photo-band.home p {
  display: none;
}
#photo-band.home .gallery-item a:link, #photo-band.home .gallery-item a:visited {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #494949;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  text-shadow: none;
  line-height: 1;
}
#photo-band.home .gallery-item a:hover, #photo-band.home .gallery-item a:active {
  text-decoration: underline;
}
#photo-band.home .gallery-item img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}
#photo-band.home .gallery-item h5 {
  margin: 0 0 2rem;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Front-end messaging system
--------------------------------------------------------------*/
.page-template-inbox-page article {
  padding: 0 1rem;
}

#fep-wrapper {
  color: #525252;
}

#fep-notification-bar {
  position: absolute;
  bottom: 4rem;
  left: 0;
  max-width: 33%;
  background-color: #d9cfe7;
  border-color: #c2bace;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  box-sizing: border-box;
  color: #595959;
  font-size: 1rem;
  font-weight: normal;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 0 4px #acabab;
}
#fep-notification-bar .fep-notice-dismiss {
  background: none;
  border: 0;
  color: #595959;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 8px;
  position: absolute;
  right: 10px;
  top: 0;
}

#fep-header {
  border: none;
}
#fep-header .welcome-msg {
  float: left;
}
#fep-header #avatar {
  margin: 0 1rem 1rem 0;
  float: left;
}
#fep-header #avatar img {
  border-radius: 30px;
}
#fep-header h2 {
  font-size: 2rem;
  margin: 0;
}
#fep-header .fep-box-size {
  font-size: 70%;
  font-weight: 500;
  border: 1px solid #ebebeb;
  background: #f8f6f6;
  padding: 1rem;
}
#fep-header .indicator-green {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}
#fep-header .indicator-red {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
  animation: blinkRed 0.5s infinite;
}
@keyframes blinkRed {
  from {
    background-color: #F00;
  }
  50% {
    background-color: #A00;
    box-shadow: inset #832626 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #F00;
  }
}

.fep-font-red {
  color: #ff5c5c;
}

.fep-button {
  background-color: #ebebeb;
  color: #525252;
  border: none;
  border-radius: 0;
}

#fep-menu {
  padding: 0;
  clear: both;
  background: #ebebeb;
}

#fep-menu a.fep-button {
  color: #595959;
  border-radius: 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  background: #ebebeb;
}

.fep_unread_message_count.fep_unread_message_count_hide_if_zero {
  padding: 0 2px;
  font-weight: 600;
}

a.fep-button-active {
  margin: 0;
  color: #f9f9f9;
  border-radius: 0;
  border: none;
  background: #474747;
  border: none;
}

#fep-menu .fep-button:hover, .fep-button-active {
  font-size: 1rem;
}

.fep-table .fep-column-avatar, .fep-avatar-p-90 {
  display: none;
}

#fep-content {
  margin: 0;
  padding: 1rem;
  border: 1px solid #ebebeb;
}
#fep-content form select {
  width: 100%;
  padding: 0.75rem 1rem;
}
#fep-content #fep-box-content-main {
  margin-top: 2rem;
}
#fep-content h2 {
  font-size: 2rem;
  margin: 0;
}
#fep-content .fep-odd-even > div:nth-child(odd) {
  background-color: #ebebeb;
}
#fep-content .fep-column-title {
  padding: 1rem 0 0;
}
#fep-content .fep-column-title a:link {
  font-weight: 500;
  text-decoration: none;
}
#fep-content .fep-column-title a:hover, #fep-content .fep-column-title a:active {
  text-decoration: underline;
}
#fep-content .fep-column-title a:visited {
  color: #242c6c;
}
#fep-content .fep-message-author {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #5a5a5a;
}
#fep-content .fep-message-date {
  padding: 0 1rem 3rem 0;
  color: #acacac;
}
#fep-content .fep-message-excerpt {
  font-size: 0.9rem;
}
#fep-content .fep-unread-class {
  font-size: 50%;
  letter-spacing: 1px;
  color: #525252;
  background-color: #fff0c5;
  margin: 0 0.25rem;
  padding: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  height: auto;
  top: -12px;
  text-transform: uppercase;
}
#fep-content .fep-message-title-heading, #fep-content .fep-message-title {
  border-radius: 0;
}

#fep-messagebox-search-form input, #fep-announcementbox-search-form input {
  width: 100%;
}

.fep-per-message {
  border: none;
  margin: 0;
  padding: 0;
}

/*Auto-suggest*/
#fep-result {
  background: #fff;
  border: solid 1px #eee;
  display: none;
  position: absolute;
  width: 240px;
}

#fep-result ul,
#fep-result li {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fep-result li {
  border-top: solid 1px #333333;
}

#fep-result li a {
  color: #333333;
  display: block;
  font-weight: normal;
  padding: 5px;
  text-decoration: none;
}

#fep-result li a:hover {
  background: #333333;
  color: white;
}

/* Notify Styling */
.fep-error,
.fep-success,
.fep-wp-error {
  background-color: #ffdada;
  border-color: #ecd0d0;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: #525252;
  font-size: 13px;
  font-weight: normal;
  margin: 15px 0;
  padding: 0.6em;
  text-align: center;
  width: 100%;
}

.fep-success {
  background-color: #e3f1d9;
  border-color: #eaeaea;
}

.fep-progress-bar {
  width: 100%;
  background-color: #eee;
  display: none;
  margin: 0;
  font-size: 13px;
}

.fep-progress-bar .fep-progress-bar-inner {
  font-size: 13px;
  width: 0%;
  height: 36px;
  background-color: #d2debe;
  text-align: center;
  line-height: 2rem;
  color: #525252;
}

/*--------------------------------------------------------------
## Modals
--------------------------------------------------------------*/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 80;
  max-width: 720px;
  box-sizing: border-box;
  width: 96%;
  background: #f9f9f9;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 12px #111;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/themes/cabotwellington/build/img/X-white.svg");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #111;
  height: 40px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #292929;
  opacity: 0.85;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  color: #f9f9f9;
  font-size: 4rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #f9f9f9;
  font-size: 0.75rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;
  color: #f9f9f9;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(41, 41, 41, 0.9);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #f9f9f9;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
