/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
TEXT & LAYOUT STYLES
*********************/

html,body, p {
	font-size:1.0625rem;
	color:rgba(115, 109, 100, 1);
	font-family: "Chronicle SSm A", "Chronicle SSm B";
	line-height:1.5;
}

.quote {
	font-size:1rem;
	
}

@media screen and (max-width: 39.9375em) {
	html,body, p {
		font-size:1rem;
	}
}

h1 {
	font-size:1.25rem;
}

h2 {
	font-size:1.1875rem;
}

h2.spacer {
	padding-top:.6rem;
}

h1, h2 {
	font-weight:500;
	font-family: "Chronicle SSm A", "Chronicle SSm B";
	font-style:normal;
}

a, a:focus, a:hover {
	color:rgba(115, 109, 100, 1);
	text-decoration:underline;
}

strong {
	font-weight:500;
}

.cite, .cite em {
	font-size:.875rem;
}

.cite {
	padding-left:1rem;
}

.quote-follows {
	margin-bottom:.35rem;
}

.content, .inner-footer, .top-bar {
	max-width:1088px;
	margin:0 auto;
}

@media screen and (max-width: 39.9375em) {
	.content, .inner-footer, .top-bar {
		max-width:82%;
		margin:0 auto;
	}	
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.content, .inner-footer, .top-bar {
		max-width:79%;
		margin:0 auto;
	}		
}

@media screen and (min-width: 64em) and (max-width: 77.9375em) {
	.content, .inner-footer, .top-bar {
		margin:0 5rem;
	}		
}

.no-auto-columns .entry-content {
	-webkit-column-count: 1!important;
      -moz-column-count: 1!important;
           column-count: 1!important;
}

.entry-content {
	-webkit-column-count: 3;
      -moz-column-count: 3;
           column-count: 3;

   -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
           column-gap: 1rem;
		   

}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.entry-content {
		-webkit-column-count: 2;
		-moz-column-count: 2;
			column-count: 2;
	}
}

@media screen and (max-width: 39.9375em) {
	.entry-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
			column-count: 1;
	}	
}

.wide-column {
	flex:2;
	padding-left:1rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.wide-column {
		flex:1;
	}
}

.narrow-column p:not(:last-of-type) {
	margin-bottom:0;
}

@media screen and (max-width: 39.9375em) {
	.wp-block-columns {
		flex-direction:column;
	}	
}

/*********************
HEADER STYLES
*********************/

.top-bar, .top-bar ul {
	background-color:#fff;
}

.top-bar {
	margin-top:2.5rem;
	margin-bottom:3.75rem;
	padding:0;
	align-items:flex-start;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.top-bar {
		margin-top:2.625rem;
		margin-bottom:3.3125rem;
	}
}

.logo {
	padding-right:.7rem;
}

@media screen and (max-width: 39.9375em) {
	.top-bar {
		margin-top:2rem;
		margin-bottom:3.3125rem;
	}	
	
	.logo {
		max-width:146px;
		height:auto;
	}
}

.top-bar-left {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.top-bar .menu.dropdown {
	border-top: 8px solid #736D64;
	justify-content:flex-end;
}

.dropdown.menu li.is-submenu-item a {
	padding-left:.5rem;
}

.dropdown.menu li:not(.is-submenu-item):first-of-type a {
	padding-left:0;
}

.dropdown.menu li:not(.is-submenu-item):last-of-type a {
	padding-right:0;
}

@media screen and (max-width:1089px) {
	
	.top-bar .menu.dropdown {
		max-width: 605px;
	}
	.dropdown.menu li:not(.is-submenu-item):last-of-type a {
		padding-right:1rem;
	}
}

.menu a, .menu a:hover, .dropdown.menu .is-active > a {
	color:#736D64;
	font-size:1rem;
	text-decoration:none;
	text-transform:uppercase;
}

.menu .active > a {
	color:inherit;
	background-color:inherit;
	font-weight:bold;
}

.menu .is-active, .is-dropdown-submenu li {
	background-color:rgba(115, 109, 100, 0.1);
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	border:0;
}

.is-dropdown-submenu {
	min-width:129px;
	border:0;
	border-bottom:8px solid rgba(115, 109, 100, 0.3);
}

/*********************
RESPONSIVE NAV STYLES
*********************/


.overlay-nav-menu-toggle {
	position: relative;
	font-size: 1.5rem;
	color: #736D64;
	transition: all 0.4s ease-in-out;
}

.toggle-open {
	float:right;
	bottom:-.5rem;
}

.overlay-nav-menu-toggle:hover {
	transition: all 0.4s ease-in-out;
	color: #736D64;
}

.responsive-nav-wrapper {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  display: inline-block;
  opacity: 0;
  list-style: none;
  background: #fff;
  background-size: cover;
  text-align: center;
  -webkit-transform: translateX(-100%);
		  transform: translateX(-100%);
  transition: all 400ms ease-in-out;
  min-height:1800px;
}

.toggle-wrapper {
	width:81%;
	margin:0 auto;
	margin-top:4rem;
	text-align:right;
}

.overlay-nav-menu {
	width:81%;
	margin:0 auto;
	border-top:8px solid rgba(115, 109, 100, 1);
	padding-top:3rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.toggle-wrapper {
		margin-top:8.5rem;
	}
	
	.overlay-nav-menu  {
		width:33%;
	}
}

.overlay-nav-menu li {
  font-size: 1.5rem;
  width:100%;
}

.overlay-nav-menu a {
	display: block;
	color:#736D64;
	font-size:1.2rem;
	line-height: 1.2rem;
	text-decoration: none;
	text-transform:uppercase;
}

.overlay-nav-menu a:hover {
	background-color: rgba(254, 254, 254, 0.6);
	color: #736D64;
	font-size:1.2rem;
	line-height: 1.2rem;
}

.responsive-nav-wrapper.is-open {
	top: 0;
	opacity: 1;
	-webkit-transform: translateX(0) rotateX(0);
        transform:  translateX(0) rotateX(0);
}

.responsive-nav-wrapper.is-open ~ .overlay-nav-menu-toggle {
	display: inline-block;
	transition: all 0.4s ease-in-out;
	align-self:flex-start;
}

.is-cross::before {
	content:'\f00d';
}



/*********************
POSTS & CONTENT STYLES
*********************/

figure {
	margin-bottom:1.25rem;
}



.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

/*********************
FORM STYLES
*********************/

.gform_wrapper {
	margin-top:0;
}

@media screen and (max-width:40rem) {
	.gform_wrapper {
		margin-top:1.5rem;
	}
}

body .gform_wrapper ul li.gfield {
	margin-bottom:1rem;
	margin-top:0;
}

label, .gform_wrapper .top_label .gfield_label {
	font-weight:600;
	color:rgba(115, 109, 100, 1);
	font-size:.9375rem;
	font-family: "Chronicle SSm A", "Chronicle SSm B";
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top:0;
}

.button, .button:focus, .button:hover,gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	background-color:rgba(115, 109, 100, 1);
	border-radius:6px;
	font-size:.9375rem;
	line-height:1;
	padding-top:.9375rem;
	padding-bottom:.9375rem;
	width:9.125rem;
	text-align:center;
	color:rgba(250, 250, 250, 1);
	
}

input::placeholder, textarea::placeholder {
	font-size:.9375rem;
	color:rgba(115, 109, 100, .3);
	font-family: "Chronicle SSm A", "Chronicle SSm B";
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 2rem; 
  margin-bottom:2.25rem;
}

.inner-footer {
	background-color:rgba(115, 109, 100, .2);
	padding-top:1rem;
	padding-bottom:1rem;
}

.footer strong {
	font-weight:600;
}
  
.footer p:not(.back-to-top) {
	margin-bottom:0;
	font-size:.875rem;
}

.back-to-top {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:.8125rem;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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