/*
Theme Name: Budge & Heipt (Bizango)
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: budgeandheipt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

budgeandheipt is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}
body.noscroll{
    overflow:hidden;
}

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;
}

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: monospace, monospace;
	font-size: 1em;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url("https://use.typekit.net/dtm1lbj.css");
/* 
  font-family: futura-pt, sans-serif;
    book 400, medium 500
  font-family: futura-pt-bold, sans-serif;
    bold 700
  font-family: cormorant-garamond, serif;
    reg 400, medium 500, bold 700
*/

html {
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
# 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: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
::selection {
    background: #c5a461;
    color: #FFF;
}

::-moz-selection {
    background: #c5a461;
    color: #FFF;
}


/*--------------------------------------------------------------
# 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;
}

.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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	border:solid 1px #fff;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	border:solid 1px #fff;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #fff;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #c0995b;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav li {
  margin-bottom: 0;
}
.nav a {
  color: #fff;
  display: block;  
  font-family: futura-pt-bold, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 1rem;
  text-transform: uppercase;
}
.nav .current_page_item > a,
.nav .current-menu-item > a,
.nav .current_page_ancestor > a,
.nav .current_page_parent > a,
.nav .current-post-ancestor > a {
  color: #c5a461;
}
@media only screen and (min-width: 64em){

  .nav ul {
    display: flex;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  left: 0;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.header__logo {
  max-width: 255px;
}
.site-header .page-frame--inner {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 64em){
  
  .site-header .page-frame--inner {
    align-items: flex-end;
    flex-direction: row;
  }
  .header__navs {
    flex: 1;
  }
}

/*--------------------------------------------------------------
## Utility Nav
--------------------------------------------------------------*/
.utility-navigation li a {
  text-decoration: none;
}
.site-header .utility-navigation li a {
  padding: 10px;
}

/*--------------------------------------------------------------
## Main Nav
--------------------------------------------------------------*/
.main-navigation li {
	position: relative;
}
.main-navigation li a {
  line-height: 1.2;
  text-decoration: none;
}
.main-navigation li a:hover {
  text-decoration: none;
  color: #c5a461;
}
.main-navigation li.large-icon a {
  font-size: 1rem;
}
.site-header .main-navigation li.case a {
  background-color:#c5a461;
  color: #fff !important;
}

/* Small menu. */
.menu-toggle {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  line-height: 100%;
  text-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute;
  right: 0;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle.active,
.menu-toggle.disabled,
.menu-toggle[disabled] {
  color: #c5a461;
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle.active {
  text-decoration: none;
}
.menu-toggle.active, .menu-toggle:active {
  box-shadow: none;
}

@media screen and (max-width: 63.9375rem) {
  
  .header__logo {
    min-height: 40.5px; /* same as menu toggle */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }  
  .site-header .main-navigation .menu-primary-menu-container {
    background-color: #000;
    display: none;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 100%;
  }
  .site-header .main-navigation.toggled .menu-primary-menu-container {
    display: block;
  }
  .main-navigation li {
    text-align: left;
  }
  .main-navigation ul ul a {
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
  }
}

@media screen and (min-width: 64rem) {
  
  .menu-toggle {
    display: none;
  }    
  .main-navigation .menu-primary-menu-container {
    display: block;
  }
  .main-navigation li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
  .main-navigation .menu > li > a {
    text-align: center;
  }.site-header .main-navigation li.case a {
  background-color:#c5a461;
  color: #fff !important;
}

  .site-header .main-navigation ul.nav-menu > li.case > a {
    position: relative;
    }  
  .site-header .main-navigation ul.nav-menu > li.case > a:before {
    background-color: #c5a461;
    content: '';
    height: 1px;
    left: 100%;
    position: absolute;
    right: min(-20px, calc((100vw - 1242px) / -2));
    top: 50%;
  }
  .main-navigation ul ul {
    background-color: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
  }
  .main-navigation .menu > li:hover > ul.sub-menu {
    display: block;
  }
}

/*--------------------------------------------------------------
## Utility Nav
--------------------------------------------------------------*/
.utility-navigation ul {
  display: flex;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-bottom: 4em;
  padding-top: 4em;
}
.footer__logo {
  max-width: 255px;
}
@media only screen and (max-width: 47.9375em){

  .site-footer .utility-navigation {
    display: none;
  }
}
@media only screen and (min-width: 48em){

  .site-footer .page-frame--inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 64em){
  
  .site-footer .page-frame--inner {
    align-items: flex-end;
    flex-direction: row;
  }
  .site-footer .main-navigation ul ul {
    display: none !important;
  }
  .footer__navs {
    flex: 1;
  }
}

/*--------------------------------------------------------------
## Site Info Footer
--------------------------------------------------------------*/
#colophon {
	background: #000;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	overflow:hidden;
}

.site-info {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #fff;
	max-width: 1040px;
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.site-info a {
	color: #fff;
}

.foot-info-clear {
	clear: none;
	display: inline;
}

@media screen and (max-width: 820px) {
.site-info {
	padding-top: 10px;
	
}
.foot-info-clear {
	clear: both;
	display: block;
	margin-bottom: 5px;
}

}

#bizango{
  width: 220px;
  height: 12px;
  padding-bottom: 30px;
  font-size: 10px;
  color: #888;
  display: block;
  margin: 0 auto;
  background-image:url("./images/bizango-white.png");
  background-repeat:no-repeat;
  background-position:center bottom;
}

/*--------------------------------------------------------------
# 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%;
}

.lightbox img {
    cursor: zoom-in;   
}

.lit-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 0px;
    background-color: rgba(99,99,99,.5);
    z-index: 100;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}
.lit-box img{
    margin: 0 auto;
    display: block;
     cursor: zoom-out;  
}

/*--------------------------------------------------------------
## 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.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none
}
.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous {
  text-align: left;
}
.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next {
  text-align: right;
}
.post-navigation .nav-links a,
.posts-navigation .nav-links a {
  display: inline-block;
  font-family: futura-pt-bold;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
.post-navigation .nav-links .nav-previous a {
  padding-left: 30px;
}
.posts-navigation .nav-links .nav-previous a {
  padding-right: 30px;
}
.post-navigation .nav-links a:before,
.posts-navigation .nav-links a:before {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: '';
  height: 1.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
}
.post-navigation .nav-links .nav-previous a:before,
.posts-navigation .nav-links .nav-previous a:before {
  left: -2px;
}
.post-navigation .nav-links .nav-next a:before,
.posts-navigation .nav-links .nav-next a:before {
  right: -2px;
}
.post-navigation .nav-links a:after,
.posts-navigation .nav-links a:after {
  display: inline-block;
  font-family: fontello;
  margin-left: 0.25em;
  position: absolute;
  top: calc(50% - 0.2px);
  transform: translateY(-50%);
}
.post-navigation .nav-links .nav-previous a:after,
.posts-navigation .nav-links .nav-previous a:after {
  content: '\f104';
  left: 0;
}
.post-navigation .nav-links .nav-next a:after,
.posts-navigation .nav-links .nav-next a:after {
  content: '\f105';
  right: 0;
}
@media only screen and (min-width: 768px){

  .post-navigation .nav-links,
  .posts-navigation .nav-links {
    display: flex;
  }
  .post-navigation .nav-links > div,
  .posts-navigation .nav-links > div {
    flex: 1;
  }
  .post-navigation .nav-links a,
  .posts-navigation .nav-links a {
    font-size: 0.75rem;
  }  
}

.col-widgets aside.widget {
  margin-bottom: 40px;
}

.single .back-to-link {
  color: #fff;
  display: inline-block;
  font-family: futura-pt-bold;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
.single .back-to-link:before {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: '';
  height: 1.2em;
  left: -4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
}
.single .back-to-link:after {
  content: '\f104';
  display: inline-block;
  font-family: fontello;
  left: -2px;
  margin-left: 0.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single .post,
.single .post-navigation,
.single .related-posts {
  --left-padding: 40px;
  background-color: #fff;
  padding: var(--left-padding);
}
.single .post-navigation {
  padding-top: 0 !important;
}
.single .related-posts .heading {
  position: relative;
}
.single .related-posts .heading:before {
  background-color: #c79750;
  content: '';
  height: 10px;
  left: calc(var(--left-padding) * -1);
  position: absolute;
  right: calc(100% + 10px);
  top: 0.25em;
}
.single .entry-meta {
  font-weight: 500;
}
.single .block.banner .all-cols-wrap {
  padding-top: 30px;
}
@media only screen and (min-width: 768px){

  .single .back-to-link {
    font-size: 0.75rem;
  }  
  .single .medium-margin-top-negative {
    margin-top: -80px;
  }
  .single .post,
  .single .post-navigation,
  .single .related-posts {
    --left-padding: 70px;
    padding: 50px var(--left-padding);
  }  
  .single .related-posts {
    padding: 35px var(--left-padding);
  }    
  .single .entry-meta {
    font-size: 1.09375rem;
  }
}

/*--------------------------------------------------------------
# Various Helpers
--------------------------------------------------------------*/
.page-frame {
  margin: 0 auto;
  position: relative;
}
.page-frame--inner {
  max-width: 1242px;
}
.page-frame--outer {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.contain-native-block {
  margin: 0 auto;
  max-width: 1242px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.contain-native-block.narrow {
  max-width: 920px;
}
.position--relative {
  position: relative;
}
.z-index--9 {
  z-index: 9;
}
.overflow--hidden {
  overflow: hidden;
}
.background-color--black {
  background-color: #000;
  color: #fff;
}
.background-color--white {
  background-color: #fff;
  color: #000;
}
.has-gray-background-color,
.background-color--gray {
  background-color: #f2f2f2;
  color: #000;
}
.text--black,
.blank-link a {
  color: #000;
}
.text--white {
  color: #fff;
}
.text--gold {
  color: #c0995b;
}
.text--gold-lighter {
  color: #c79750;
}
.text--difference {
  mix-blend-mode: difference;
}
.font-weight--500 {
  font-weight: 500;
}
.border-bottom--black {
  border-bottom: 1px solid #000;
}
.contrasting-columns--yes {
  overflow: hidden;
}
.contrasting-columns--yes .col-1 {
  background-color: #000;
  color: #fff;
}  
.contrasting-columns--yes .col-2 {
  background-color: #f2f2f2;
  color: #000;
}  
.contrasting-columns--yes .col {
  position: relative;
}
.contrasting-columns--yes .col:before {
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
}  
.contrasting-columns--yes .col-1:before {
  background-color: #000;
  left: -9999px;
  right: 100%;
}
.contrasting-columns--yes .col-2:before {
  background-color: #f2f2f2;
  left: 100%;
  right: -9999px;
}
@media only screen and (max-width: 47.9375em){

  .contrasting-columns--yes .col:after {
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
  }  
  .contrasting-columns--yes .col-1:after {
    background-color: #000;
    left: 100%;
    right: -20px;
  }
  .contrasting-columns--yes .col-2:after {
    background-color: #f2f2f2;
    left: -20px;
    right: 100%;
  }
}
.img--grayscale {
  filter: grayscale(1);
}
.add-gold-bar {
  position: relative;
}
.add-gold-bar:before {
  background-color: #c79750;
  content: '';
  height: 10px;
  position: absolute;
  right: calc(100% + 20px);
  left: -9999px;
  top: 0.7143em;
}
.add-white-bar {
  position: relative;
}
.add-white-bar:before {
  background-color: #fff;
  content: '';
  height: 10px;
  position: absolute;
  right: calc(100% + 20px);
  left: -9999px;
  top: 0.5867em;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block {
  position: relative;
}
.block__bg-img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block__bg-img img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}
.block__bg-img.bg-img--grayscale {
  filter: grayscale(1);
}
.block__bg-img.bg-img--lighten {
  opacity: 0.12;
}
.block__bg-img.bg-img--lighten-less {
  opacity: 0.6;
}
.block__bg-img.bg-img--dark-gradient:after {
  background-image: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.block.two-column-content-with-slider {
  --negative-margin-and-offset: 0;  
}
.block.two-column-content-with-slider .slider {
  list-style: none;
  margin: 0;
  padding: 0;

  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
@media only screen and (min-width: 48em){


  .block.two-column-content-with-slider {
    --negative-margin-and-offset: -40px;
  }
  .block.two-column-content-with-slider .negative-margin-and-extend-right {
    margin-bottom: 20px;
    margin-top: var(--negative-margin-and-offset);
    position: relative;
  }
  .block.two-column-content-with-slider .negative-margin-and-extend-right:before {
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    right: min(-20px, calc((100vw - 1242px) / -2));
    top: 0;
  }
  .block.two-column-content-with-slider .negative-margin-and-extend-right.background-color--white:before {
    background-color: #fff;
  }
}
@media only screen and (min-width: 64em){

  .block.two-column-content-with-slider .slider-offset {
    margin-bottom: calc(var(--negative-margin-and-offset) * -1); 
    margin-top: -240px;
    mix-blend-mode: screen;
  }
  .block.two-column-content-with-slider .slider-offset:after {
    background-image: linear-gradient(to bottom, #000, transparent);
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .block.two-column-content-with-slider .slider {
    position: absolute;
  }
  .block.two-column-content-with-slider .slider li {
    margin: 0;
    padding-bottom: 1rem;
  }
  .block.two-column-content-with-slider .negative-margin-left-for-img {
    font-size: 0;
    margin-left: min(-20px, calc((100vw - 1242px) / -2));
  }
  .block.two-column-content-with-slider .negative-margin-left-for-img img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px){

  .block.two-column-content-with-slider .negative-margin-left-for-img {
    margin-left: calc((1440px - 1242px) / -2);
  }
}

.block.one-column-content-with-links {
}
.block.one-column-content-with-links .col {
  text-align: center;
}
.block.one-column-content-with-links .links-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block.one-column-content-with-links .links-container .button {
  background-color: #000;
}
@media only screen and (max-width: 767px){

  .block.one-column-content-with-links .links-container .button {
    display: block;
  }
}
@media only screen and (min-width: 768px){

  .block.one-column-content-with-links .links-container ul {
    display: flex;
    justify-content: center;
  }
  .block.one-column-content-with-links .links-container ul li {
    margin-bottom: 0;
  }
  .block.one-column-content-with-links .links-container .button {
    margin: 0 0.25rem;
  }
}

.block.two-column-content {
}
.block.two-column-content .bg-img--lighten-less {
  opacity: 0.8;
}
.block.two-column-content.columns--shifted .cell > .h5-style:first-child {
  position: relative;
}
.block.two-column-content.columns--shifted .cell > .h5-style:first-child:before {
  background-color: #c79750;
  content: '';
  height: 10px;
  position: absolute;
  right: calc(100% + 10px);
  width: 60px;
  top: 10px;
}
@media only screen and (min-width: 1024px){

  .block.two-column-content.add-padding {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}

.block.two-column-content-big-right {
}
.block.two-column-content-big-right .add-padding {
  padding-bottom: 3rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 48em){

  .block.two-column-content-big-right .add-padding {
    padding-left: 5.55556%;
    padding-right: 5.55556%;
  }
}

.block.banner {
}
.block.banner {
  border-bottom: 10px solid #c79750;
}
.block.banner .all-cols-wrap {
  min-height: 200px;
  padding-top: 80px;
}
.block.banner .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.block.banner.banner--bio .col {
  text-align: left;
}

.block.bio {
}
.block.bio .post-excerpts p {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 0;
  padding: 0.5em 0;
}
@media only screen and (min-width: 48em){

  .block.bio .medium-margin-top-negative {
    margin-top: -110px;
    padding-right: 40px;
  }
}

.block.hero {
}
.block.hero .all-cols-wrap {
  align-items: center;
  min-height: 350px;
}
@media only screen and (min-width: 48em){

  .block.hero .all-cols-wrap {
    min-height: 500px;
  }
}
@media only screen and (min-width: 64em){

  .block.hero .all-cols-wrap {
    min-height: 700px;
  }
}

.block.news-slider {
}
.block.news-slider .slide {
  margin-bottom: 0;
  padding: 20px 30px;
}
.block.news-slider .slide__logo {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 20px 10px;
}
.block.news-slider .slide__logo img {
  max-height: 65px;
  max-width: 165px;
  object-fit: contain;
}
.block.news-slider .border-bottom--black {
  border-width: 4px;
}
.block.news-slider .slide__button {
  background-color: transparent;
  color: #c0995b;
  margin-top: 0;
  padding-left: 0;
}
.block.news-slider .slick-prev {
  display: none !important;
}
.block.news-slider .slick-next {
  /* positioning */
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: 50%;
}
.block.news-slider .slick-next {
  /* reset button styling */
  font-size: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.block.news-slider .slick-next {
  /* apply custom styling */
  background-color: #c0995b;
  border-radius: 50%;
  color: #fff;
  height: 42px;
  width: 42px;
}
.block.news-slider .slick-next:before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: '';
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
.block.news-slider .slick-next:after {
  content: '\f105';
  display: inline-block;
  font-family: fontello;
  font-size: 20px;
  left: calc(50% + 0.05em);
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.05em);
  transform: translate(-50%, -50%);
}  
@media only screen and (max-width: 47.9375em){
  
  .block.news-slider .slick-next {
    transform: translateX(40%);
  }
}
@media only screen and (min-width: 48em){

  .block.news-slider .col-2:before {
    background-color: #000;
    content: '';
    height: 125px;
    left: -40px;
    margin-right: min(-20px, calc((100vw - 1242px) / -2));
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .block.news-slider .slick-list {
    margin-right: min(-20px, calc((100vw - 1242px) / -2));
  }  
  .block.news-slider .slick-track {
    display: flex !important;
  }
  .block.news-slider .slick-slide {
    height: auto;
  }
  .block.news-slider .slide {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    margin-right: 10px;
  }
  .block.news-slider .slick-list:after {
    background-image: linear-gradient(90deg, transparent, white);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
  }  
}

.block.quote {
}
.block.quote .block__bg-img.bg-img--dark-gradient:after {
  background-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 60%);
  top: 0;
}
.block.quote .block__bg-img img {
  object-position: right;
}
@media only screen and (min-width: 768px){

  .block.quote {
    padding-bottom: 5rem;
    padding-top: 6rem;
  }
}

.block.cta {
}
.block.cta .cta-button p {
  position: relative;
}
.block.cta .cta-button p:before {
  background-color: #fff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% + 0.4375rem);
  transform: translateX(-50%);
  width: 9999px;
}
@media only screen and (min-width: 768px){

  .block.cta {
    padding-bottom: 5rem;
    padding-top: 6rem;
  }
}

.block.related-posts {
}
.block.related-posts .add-top-border {
  padding-top: 40px;
  position: relative;
}
.block.related-posts .add-top-border:before {
  background-color: #c79750;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 150px;
}

/*--------------------------------------------------------------
# Custom/Customized Widgets
--------------------------------------------------------------*/
.cta-widget {
  min-height: 320px;
  padding-left: 25px;
  padding-right: 25px;
}
.cta-widget .widget-min-height {
  min-height: 240px;
}
.cta-widget .h2-style {
  line-height: 1;
}

.widget_nav_menu {
}
.widget_nav_menu ul a {
  color: #000;
}
.widget_nav_menu ul {
  list-style-type: none;
}
.widget_nav_menu ul li {
  font-family: futura-pt-bold;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0.5625rem;
  text-transform: uppercase;
}
.widget_nav_menu ul li ul {
  margin-left: 0;
  padding-top: 0.5625rem;
}
.widget_nav_menu ul li ul li {
  font-family: futura-pt;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.wp-block-latest-posts a {
  color: #000;
  font-family: futura-pt;
  font-size: 0.9375rem;
  font-weight: 400;
}

.custom-widget-padding {
  --custom-padding-x: 36px; 
  background-color: #f2f2f2;
  padding: 36px var(--custom-padding-x);
}
.custom-widget-title .widget-title {
  position: relative;
}
.custom-widget-title .widget-title:before {
  background-color: #c79750;
  content: '';
  height: 10px;
  left: calc(var(--custom-padding-x) * -1);
  position: absolute;
  right: calc(100% + 10px);
  top: 10px;
}

/*--------------------------------------------------------------
# Special Rules
--------------------------------------------------------------*/
.page-id-996 .post-block{display:none;}
.page-id-1007 .post-block{display:none;}
.page-id-1029 .post-block{display:none;}