/* --- RESET DEFAULT BROWSER CSS --- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /* font-family: inherit; */
  vertical-align: baseline;
}

/* removed perforated edge around links */
a { outline:0 !important; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }s
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --- END BROWSWER RESET --- */
html { overflow-x: hidden; }

.hidden_for_screen_readers {
  visibility: hidden;
  position: absolute;
  left: -999999px;
}

/* Headings */
h1,h2 { font-family: 'EB Garamond', serif!important; font-style: italic; line-height: 1.3em; margin-bottom: 20px; }
h3,h4,h5,h6 { font-family: 'Cabin', serif!important; line-height: 1.3em; margin-bottom: 15px; letter-spacing: 3px; }


h1 { font-size: 2.8em; margin-bottom: 45px; color: #BF311A; }
h2 { font-size: 1.9em; margin: 45px 0 30px; color: #8B6F6F; font-weight: 400; border-top: 2px solid #c5b6b6; padding-top: 12px; font-style: normal; }
h1 + h2 {font-size: 1.75em !important; color: #707070; font-weight: normal; border: 0px; padding-top: 0; font-family: 'EB Garamond', serif !important; text-transform: unset;}
h1 + h2.callout-heading {font-size: 1.75em !important; color: #707070; font-weight: normal; border: 0px; padding-top: 0; font-family: 'EB Garamond', serif !important; text-transform: unset;}
/*h3 { font-size: 1.55em; color: #8B6F6F; font-weight: 400; border-top: 2px solid #c5b6b6; padding-top: 12px; font-style: normal; }*/
h3 { font-size: 0.9em; color: #8B6F6F; text-transform: uppercase; font-weight: 600; }
h4 { font-size: 0.9em; color: #8B6F6F; text-transform: uppercase; font-weight: 600; }
h5 { font-size: 0.9em; color: #8B6F6F; text-transform: uppercase; }

h2:first-child    {
	margin-top: 0;
}
h2, h3 { transition: border-color .75s ease-in-out; }
.noBorder { border-color: rgba(255,255,255,0); }

h2.divider { color: #BF311A; font-weight: 600; border-top: 2px solid #df988d; padding-top: 15px; margin: 45px 0; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
.colored { color: #892e65; }

p { margin: 0 0 25px; }
a { color: #de391f; text-decoration: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
a:focus, a:hover { color: #000; text-decoration: none; }

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color: #666; }

pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists */
ul, ol { margin: 0 0 30px 30px; }
li ul, li ol { margin:0 30px; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; margin-left: 20px; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }

/* Tables */
table { margin-bottom: 0.5em; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 0px 5px 0px 5px; }
th { padding: 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }

/* Misc classes */
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.8em; }
.hide { display: none; }
.white { color: #FFF; }

.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }

.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

/* --- END DEFAULT TYPOGRAPHY --- */

/* Bootstrap customizations at XL screen size */
@media (min-width: 1300px) {
	.container { max-width: 1260px; padding-left: 30px; padding-right: 30px; }
	.row { margin-left: -30px; margin-right: -30px; }
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-left: 30px; padding-right: 30px; }
}
/* END Bootstrap customizations */

body { font-family: Barlow, sans-serif; font-size: 18px; font-weight: 300; line-height: 1.42em; background: #FFF; color: #000; }
img:not(.rsImg) { max-width: 100%; height: inherit !important; }
.gm-style img { height: initial !important; } /* Fix for Google Maps buttons */
img[style*="float: left"] { max-width: 50%; margin: 0 25px 10px 0; }
img[style*="float: right"] { max-width: 50%; margin: 0 0 10px 25px; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 30px; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.marginTop { margin-top: 30px; }
.noMarginTop { margin-top: 0px; }
.marginBottom { margin-bottom: 30px; }
.forceRight { float: right; }
.hidden { display: none; }
.error { color: red; background: #fff; padding: 5px; border: 1px solid red; margin: 10px 0; display: inline-block; }
/*-- old buttons
.button { display: inline-block; padding: 5px 15px; background: #BF2E1A; color: #FFF; position: relative; text-transform: uppercase; }
.button:hover { background: #4D4D4E; color: #FFF; text-decoration: none; }
.button:before { background: none; content: ""; display: block; position: absolute; top: 3px; left: 3px; right: 3px; bottom: 3px; pointer-events: none; border: 1px solid #FFF; }
*/
.button { display: inline-block; padding: 5px 0; font-family: Cabin, sans-serif; color: #BF311A; text-transform: uppercase; letter-spacing: 2px; }
.button:after { display: block; position: relative; top: 5px; height: 2px; width: 70%; content: ""; background: #BF311A; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
.button:hover:after, .button:focus:after { width: 100%; background: #000; }
.submit-align-left .button:after { display: none; }
.button.red { border: 2px solid #BF311A; background: #FFF; color: #BF311A; text-align: center; padding: 8px 20px; font-size: 0.75em; letter-spacing: 3px; }
.button.red.solid { background-color: #BF311A; color: #FFF; border-color: #BF311A; }
.button.red:hover, .button.red:focus { border-color: #5D0014; color: #5D0014; }
.button.red.solid:hover { background-color: #5d0114; color: #FFF; }
.button.brown { border: 2px solid #8B6F6F; background: #FFF; color: #8B6F6F; text-align: center; padding: 8px 20px; font-size: 0.75em; letter-spacing: 3px; }
.button.brown:hover, .button.brown:focus { border-color: #333; color: #333; }
.button.red:after, .button.brown:after { display: none; }

main ul { margin: 0 0 28px 40px; }
hr { margin: 40px 0; background: #CCC; height: 2px; border: 0px; }
blockquote { color: #424243; background: #FAF7F7; border-left: 8px solid #826868; margin: 45px 0; padding: 30px 60px 30px 70px; }
blockquote p { margin: 0; }
blockquote::before {content: "“";font-family: 'EB Garamond';display: block;font-size: 4.2em;height: 0;left: -50px;position: relative;top: 10px;color: #8B6F6F;}
blockquote .quote, blockquote p:first-child { font-size: 1.55em; color: #8B6F6F; font-style: italic; font-family: 'EB Garamond'; line-height: 1.2em; margin-bottom: 10px; }
blockquote .author { font-family: Barlow; font-style: normal; padding-left: 50px; position: relative; }
blockquote .author:before { content: "-"; position: absolute; left: 35px; top: 0; }
blockquote .subtitle { font-family: Barlow; color: #424243; font-size: 0.9em; font-style: italic; padding-left: 50px; }
.row > div > blockquote:first-child { margin-top: 0; }
/*.testimonial--homepage{ margin: 45px 0 0; }*/

svg .cls-1, svg .cls-2 { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
svg.primaryBtn .cls-1 { fill: #BF311A; }
svg.primaryBtn .cls-2 { fill: #fff; }
a:hover svg.primaryBtn .cls-1 { fill: #5D0014; }
svg.secondaryBtn .cls-1 { fill: #fff; stroke: #8c0925; stroke-miterlimit: 10; stroke-width: 1px; }
svg.secondaryBtn .cls-2 { fill: #bf311a; }
a:hover svg.secondaryBtn .cls-1 { stroke: #5D0014; stroke-miterlimit: 10; stroke-width: 1px; }
a:hover svg.secondaryBtn .cls-2 { fill: #5D0014; }


/* Header */
header { padding: 40px 55px 5px; }
.logo { float: left; margin: 0 0 10px 0; }
.utilityNav { float: right; margin: 20px 0 0 0; }
.utilityNav ul { text-align: right; margin: 0 0 5px; display: inline-block; }
.utilityNav ul li { display: inline-block; list-style-type: none; margin-left: 20px; }
.utilityNav ul.buttons svg { width: 210px; }

/* Menu Styles */
.navbar { clear: both; margin: 0px; padding: 0; background: #transparent; }
.navbar-toggler { border-color: #CCC; padding: 5px 10px; outline: 0px !important; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-nav { margin: 0; padding: 0; width: 100%; display: flex; justify-content: space-between; }
.navbar-nav .nav-link, .searchMenuItem .searchBtn { font-family: 'Cabin', sans-serif; letter-spacing: 2px; color: #8B6F6F; text-transform: uppercase; }
.navbar-expand-lg .navbar-nav .nav-link { padding: 15px 0; }
.navbar-expand-lg .navbar-nav .nav-link  .menuSm { display: none; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active { color: #BF311A; }
.navbar-expand-lg .navbar-nav .dropdown-menu { background: transparent; border: 0px; border-radius: 0px; padding: 1px 0 0; }
.dropdown-menu .dropdown-item { display: block; background: #f9f9f9; padding: 5px 15px 3px; font-size: 0.85em; color: #424343; font-family: 'Cabin', sans-serif; text-transform: uppercase; }
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item.active { background: #f9f9f9 !important; color: #BF311A !important; }
.nav-spacer:not(.d-md-none) { color: #c61200; font-size: .3em!important; display: flex; align-items: center; margin-top: -.5rem; }

@media (min-width: 992px) {
	.navbar-brand { display: none; }
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu { top: 46px !important; left: 2px !important; padding: 1px; }
	.navbar-nav .nav-link .sub-arrow { display: none !important; }
	.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { top: calc(50% + 5px); }
	.dropdown-menu > li:first-child > .dropdown-item { padding-top: 15px; }
	.dropdown-menu > li:last-child > .dropdown-item { padding-bottom: 13px; }
}
@media (min-width: 1200px) and (max-width: 1550px) {
	.navbar-expand-lg .navbar-nav .nav-link { font-size: 0.9em; letter-spacing: .1em; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .nav-link { font-size: 0.85em; letter-spacing: .08em; }
	.navbar-nav > li > .dropdown-menu { left: -7px !important; }
	.banner .item .overlay h2 { font-size: 2.5em; }
	.nav-spacer:not(.d-md-none) { margin-top: -.3rem; }
	.navbar-expand-lg .navbar-nav .nav-link  .menuLg { display: none; }
	.navbar-expand-lg .navbar-nav .nav-link  .menuSm { display: inline-block; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item:last-child { border-bottom: 0px; }
}
@media (max-width: 991px) {
	.navbar-brand { color: #000; }
	.navbar-brand.collapsed { color: #BF311A; }
	.navbar-collapse { border-top: 1px dotted #999999; margin: 10px 0; }
	.navbar-nav .nav-item { border-bottom: 1px solid #DDD; }
	.navbar-nav.sm-collapsible .sub-arrow { margin-right: 0.15em; }
	.navbar-expand-lg .navbar-nav .dropdown-menu { padding-bottom: 10px; }
	.dropdown-menu .dropdown-item { padding-left: 25px }
	.dropdown-menu .dropdown-menu .dropdown-item { padding-left: 50px }
  .nav-spacer:not(.d-md-none) { display: none; }
}

/* Homepage Slider & Innerpage Banners */

.banner { position: relative; margin-bottom: 100px; padding-top: 28px; background: url('images/sliderPinTopUnderline.svg') top center repeat-x; background-size: 7px; }
.banner .owl-carousel, .banner .pinsBottom { padding-bottom: 28px; background: url('images/sliderPinBottomUnderline.svg') bottom center repeat-x; background-size: 7px; }
.banner .item { /*display: none;*/ height: 630px; background-repeat: no-repeat; background-position: top center; background-size: cover; font-family: Cabin; font-weight: 400; color: #424243; position: relative; }
.banner.slider-with-placeholder .item { display: none; }
.banner .item img { width: 100%; display: block; }
.banner .item .tabletImg { display: none; }
.banner .item .gradient { display: block; position: relative; width: 100%; height: 100%; background: url('images/sliderGradient.png') right top repeat-y; }
.banner .item .overlay { width: 475px; position: absolute; right: 17.5%; top: 50px; height: 435px; display: flex; flex-direction: column; justify-content: center; }
.banner .item .overlay .container { padding: 0; }
.banner .item .overlay h2 { font-size: 3em; line-height: 1.125em; font-style: italic; color: #424243; padding: 0; border: 0; margin-top: 0; letter-spacing: 0; }
.banner .item .overlay p { font-size: 1.3em; line-height: 1.5em; color: #424243; }
.banner svg { width: 220px; }
.banner a { margin-left: 25px; }
.banner a:first-child { margin-left: 0px; }
.banner a svg .cls-1 { fill: #fff; stroke: #a19a94; stroke-miterlimit: 10; stroke-width: 0.375px; }
.banner a svg .cls-2 { fill: #a19a94; }
.banner a:hover svg .cls-1 { fill: #BF311A; stroke: #BF311A; }
.banner a:hover svg .cls-2 { fill: #FFF; }
.banner .photographer-credit { background:  #fffffe; display: flex; position: absolute; bottom: 1rem; right: 1rem; border: 1px solid #967a7a; opacity: .8; cursor: pointer; transition: all 300ms ease-in-out; }
.banner .photographer-credit a { overflow: hidden; color: #967a7a; padding: .3rem .65rem; font-size: .85rem; display: flex; align-items: center;}
.banner .photographer-credit i { padding: .4rem .15rem;}
.banner .photographer-credit .photographer-credit__name { width: 0; height: 0; display: block; opacity: 0; transition: width 300ms ease-in-out, height 300ms ease-in-out; }
/*.photographer-credit__name { display: none; }*/
.banner .photographer-credit:hover .photographer-credit__name { display: block; width: auto; height: auto; opacity: 1; }
.banner .photographer-credit:hover { opacity: 1; }
.banner .photographer-credit:hover i { padding-right: .5rem; }
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] { max-height: none; }
.owl-carousel .owl-item img.owl-lazy:not([src]), .owl-carousel .owl-item img.owl-lazy[src^=""] {  max-height: 0; }
/*.owl-carousel .owl-stage { background: #faf7f7; }*/


@media (min-width: 992px) and (max-width: 1199px) {
	.banner .item .overlay h2 { font-size: 2.5em; }
}

.owl-carousel .owl-nav { position: absolute; left: 0; top: calc(50% - 73px); width: 100%; height: 100%; pointer-events: none; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.owl-carousel:hover .owl-nav { opacity: 1; }
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { position: absolute; left: 0; top: 0; width: 44px; height: 44px; background: rgba(255,255,255,0.1) url('images/arrows.png') left -40px no-repeat; background-size: 80px; margin: 0; text-indent: -8000px; pointer-events: initial; border: 2px solid #a09994; outline:0 !important; }
.owl-carousel .owl-nav button.owl-next { left: initial; right: 0; background-position: right -40px; }
.owl-carousel .owl-nav > button > .fa { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; height: 30px; line-height: 1px; font-size: 25px; opacity: 0.7; color: #090909; }
.owl-carousel .owl-nav > button:hover { background-position-y: top; border-color: #BF311A; z-index: 1000; }
.owl-carousel .owl-nav > button:hover > .fa { opacity: 1; }

/* old diamond styles
.owl-carousel .owl-dots { text-align: center; padding-top: 5px; }
.owl-carousel .owl-dot { display: inline-block; height: 30px; width: 30px; padding: 5px; margin: 0; outline:0 !important; }
.owl-carousel .owl-dot span { display: inline-block; height: 10px; width: 10px; background: #b9b6b6; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span { background: #bf2e1a; }
*/

.owl-carousel .owl-dots {  text-align: center; padding-top: 5px; }
.owl-carousel .owl-dot { display: inline-block; height: 30px; width: 30px; padding: 5px; margin: 0; outline:0 !important; }
.owl-carousel .owl-dot span { display: inline-block; height: 22px; width: 22px; background: rgba(255,255,255,0.5); border: 3px double #444; border-radius: 50%; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span { border-color: #bf2e1a; }

.banner .owl-carousel .owl-dots { display: none; text-align: left; padding: 0; position: absolute; left: calc(82.5% - 475px); bottom: 60px; }
.banner .owl-carousel .owl-nav { text-align: right; padding: 0; position: absolute; top: initial; left: initial; right: 60px; bottom: 60px; opacity: 1; width: 86px; height: 44px; }

.banner.innerBanner { margin-bottom: 50px; }
.banner.innerBanner .item { height: 510px; }


.videoSlider { margin: 0 auto 4px; }
.videoSlider .item a:not(.button) { display: block; }
.videoSlider .owl-item img { margin-bottom: 39px; }
.owl-carousel .owl-video-frame { background: #FFF; }
.owl-carousel .item-video .owl-video-wrapper { height: 251px; }
.owl-carousel .item-video .video-background { position: relative; }
.owl-carousel .item-video a[data-fancybox] { position: absolute; width: 70px; height: 70px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: url(../js/owl-carousel/assets/owl.video.play.png) center no-repeat; background-size: 100% 100%; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.owl-carousel .item-video a[data-fancybox]:hover { height: 80px; width: 80px; }
.owl-carousel .item-video.hasCustomImg { background-position: center; background-repeat: no-repeat; background-size: cover; }
.owl-carousel .item-video.hasCustomImg .owl-video-wrapper { background: transparent; }
.owl-carousel .item-video.hasCustomImg .owl-video-tn { background: transparent !important; }
.videoSlider.owl-carousel .owl-nav button.owl-prev { margin: 0 0 0 15px; }
.videoSlider.owl-carousel .owl-nav button.owl-next { margin: 0 15px 0 0; }
.videoSlider.owl-carousel .owl-dots { position: absolute; top: 252px; width: 100%; }
.owl-video-wrapper { margin-bottom: 35px; }
.video-background { background-size: cover; height: 250px; margin-bottom: 45px; }


/* Homepage Quotes */
.homeQuotes {  margin: 50px 0 30px 20px; }
.homeQuotes .item h2 { font-size: 1.6em; border: 0px; padding: 0px; font-weight: 400; margin: 0; }
.homeQuotes .item .author { font-size: 0.9em; text-align: right; }

.homeGrid { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; }
.homeGrid a { flex-basis: 47.5%; margin-bottom: 5%; display: flex; flex-direction: column; }
.homeGrid a .heading { font-family: Cabin; font-weight: 400; font-size: 0.9em; letter-spacing: 4px; display: block; border-top: 2px solid #8B6F6F; padding: 10px 0; color: #8B6F6F; text-transform: uppercase; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.homeGrid a img { display: block; width: 100%; }
.homeGrid a:nth-child(3), .homeGrid a:nth-child(4) { flex-direction: column-reverse; }
.homeGrid a:nth-child(3) .heading, .homeGrid a:nth-child(4) .heading { border-top: 0px; border-bottom: 2px solid #8B6F6F; }
.homeGrid a:hover .heading, .homeGrid a:focus .heading { color: #BF311A; border-color: #BF311A; }

.homeExplore { position: relative; margin-bottom: 30px; }
.homeExplore img { display: block; width: 100%; }
.homeExplore .overlay { position: absolute; left: 0; top: 0; width: 100%; text-align: center; padding: 50px 20px 0; }
.homeExplore .overlay h2 { margin: 0 15px 30px; font-size: 1.4em; font-family: 'EB Garamond'; color: #8B6F6F; font-weight: 300; text-transform: initial; font-style: italic; letter-spacing: initial; border-top: none; padding-top: 0; }
.homeExplore a svg .cls-1 { fill: #FFF; stroke: #a19a94; stroke-miterlimit: 10; stroke-width: 0.375px; }
.homeExplore a svg .cls-2 { fill: #a19a94; }
.homeExplore a:hover svg .cls-1 { fill: #BF311A; stroke: #BF311A; }
.homeExplore a:hover svg .cls-2 { fill: #FFF; }

.homeCTAs { margin-top: 60px; margin-bottom: 30px; }
.homeCTAs .heading { font-family: Cabin; font-weight: 400; font-size: 0.9em; letter-spacing: 4px; display: block; border-top: 2px solid #8B6F6F; padding: 10px 0; color: #8B6F6F; text-transform: uppercase; }
.homeCTAs a.image { display: block; position: relative; margin-bottom: 40px; }
.homeCTAs a.image img { display: block; }
.homeCTAs a.image .overlay { font-family: 'EB Garamond'; text-transform: uppercase; letter-spacing: 3px; padding: 22px 10px; text-align: center; color: #FFF; position: absolute; top: 0; left: 0; width: 100%; background: rgba(66,66,66,0.75); }

/* Logo Grid */
.logoGrid > div { display: flex; justify-content: center; align-items: center; }

/* Footer */
.footer { background: #faf7f7; padding: 60px 0; color: #8B6F6F; font-family: 'Cabin', sans-serif; font-size: 0.85em; }
.footer > .container > .row > div { padding-left: 50px; padding-right: 50px; }
.footer > .container > .row > div:first-child { border-left: 0; padding-left: 30px; }
.footer > .container > .row > div:last-child { padding-right: 30px; }
.footer h4 { color: #8B6F6F; margin-bottom: 22px; font-family: 'Cabin', sans-serif; font-weight: 600; font-style: normal; letter-spacing: 4px; text-transform: uppercase; font-size: 1.1em; }
.footer ul { margin: 0; }
.footer li { list-style-type: none; margin: 0 0 6px; }
.footer a { color: #8B6F6F; }
.footer a:hover, .footer a:focus { color: #BF311A; }
.footer .social li { display: inline-block; font-size: 1.6em; margin: 10px 18px 0 0; }
.footer .contactCol p { position: relative; padding-left: 30px; margin-bottom: 20px; }
.footer .contactCol p a { display: block; }
.footer .contactCol p.map { padding-left: 0; }
.footer .contactCol p.map img { border: 1px solid #A68F8F; }
.footer .contactCol p:before { position: absolute; left: 0; top: 0; font-family: 'FontAwesome'; content: ""; }
.footer .contactCol p.address:before { content: "\f279"; }
.footer .contactCol p.phone:before { content: "\f095"; }
.footer .contactCol p.email { margin: 0; }
.footer .contactCol p.email:before { content: "\f0e0"; }
.footer .contactCol p.directory:before { content: "\f0c0"; }

.footer #mc_embed_signup input[type="email"], .sidebarCta #mc_embed_signup input[type="email"], .footer #mc_embed_signup input[type="text"] { width: 100%; color: #8B6F6F; margin: 15px 0; padding: 10px 15px !important; border: 1px solid #8B6F6F !important; }
.footer #mc_embed_signup input[type="submit"], .footer #mc_embed_signup button[type="submit"], .sidebarCta #mc_embed_signup button[type="submit"] { width: 100%; background: #FFF; border: 2px solid #8B6F6F !important; color: #8B6F6F; text-align: center; padding: 8px 20px !important; font-size: 0.75em; letter-spacing: 3px; text-transform: uppercase; }
.footer #mc_embed_signup input[type="submit"]:hover, .footer #mc_embed_signup input[type="submit"]:focus, .footer #mc_embed_signup button[type="submit"]:focus, .sidebarCta #mc_embed_signup button[type="submit"]:focus, .footer #mc_embed_signup button[type="submit"]:hover, .sidebarCta #mc_embed_signup button[type="submit"]:hover { border-color: #333 !important; color: #333 !important; }


.credits { background: #8E8787; padding: 30px 0; color: #FFF; text-align: center; font-family: Cabin, sans-serif; font-weight: 600; font-size: 0.9em; }
.credits a { color: #FFF; border-left: 2px solid #FFF; margin-left: 30px; padding-left: 30px; }
.credits a:hover, .credits a:focus { color: #000; }

/* Inner Page Elements */
.fullWidth, .contentColumns { margin-bottom: 40px; }

/* Sidebar */
#sidebarRow { display: flex; }
#sidebarRow .content { width: 75%; padding-right: 30px; }
#sidebar { width: 25%; padding-left: 0; will-change: min-height; }
.sidebar__inner { border-left: 4px solid #F9F6F6; padding: 10px 0 10px 20px; margin-left: 30px; transform: translate(0, 0); /* For browsers don't support translate3d. */ transform: translate3d(0, 0, 0); will-change: position, transform; }
.sidebarCta { font-family: 'Cabin'; font-size: 0.95em; color: #826868; margin-top: 55px; letter-spacing: 0.6px;}
.sidebar__inner > div > div:first-child > .sidebarCta { margin-top: 0px; }
.sidebarCta h3 { font-family: 'EB Garamond', serif !important; color: #8B6F6F; font-weight: 400; font-size: 1.8em; line-height: 1.1em; letter-spacing: 1px; border: 0px; padding-top: 0px; text-transform: initial; }
.sidebarCta .img { text-align: center; margin: 15px 0 5px; }
.sidebarCta .img img { display: inline-block; }
.sidebarCta .button { display: block; margin: 15px 0; }
.sidebarCta__copy { font-family: "EB Garamond"; font-style: italic; font-size: 1.25em; }

.sidebarCta #mc_embed_signup input[type="email"] { width: 100%; color: #8B6F6F; margin: 15px 0; padding: 10px 15px !important; border: 1px solid #8B6F6F !important; }
.sidebarCta #mc_embed_signup input[type="submit"] { width: 100%; background: #FFF; border: 2px solid #8B6F6F !important; color: #8B6F6F; text-align: center; padding: 8px 20px !important; font-size: 0.75em; letter-spacing: 3px; text-transform: uppercase; }
.sidebarCta #mc_embed_signup input[type="submit"]:hover, .sidebarCta #mc_embed_signup input[type="submit"]:focus { border-color: #333 !important; color: #333 !important; }

/* CTA Grid */
.ctaGrid .cta { display: block; text-align: center; margin-bottom: 30px; }
.ctaGrid .cta img { display: block; width: 100%; margin-bottom: 12px; }
.ctaGrid .cta .title { font-family: Cabin; color: #8B6F6F; font-weight: normal; letter-spacing: 3px; padding-bottom: 10px; margin-bottom: 30px; border-bottom: 2px solid #a68f8f; display: block; text-align: left; text-transform: uppercase; }
.ctaGrid .cta .text { color: #000; display: block; text-align: left; }
.ctaGrid a.cta:hover .title, .ctaGrid a.cta:focus .title { color: #333; }
.ctaListings + .ctaGrid { border-top: 3px dotted #999999; padding-top: 30px; }


/* CTA Listings */
.ctaListings { margin: 45px 0; }
.ctaListing { margin-bottom: 45px; }
.ctaListing h2 { color: #8B6F6F; font-family: 'Cabin'; font-style: normal; font-size: 0.9em; letter-spacing: 4px; padding-top: 10px; margin-bottom: 30px; border-top: 2px solid #a68f8f; text-transform: uppercase; }
.ctaListing .contentCol > *:last-child { margin-bottom: 0; }
.ctaListing .fancybox { display: block; border: 4px solid transparent; margin-right: 4px; }
.ctaListing .fancybox img { display: block; }
.ctaListing .fancybox:hover, .resp-tab-content .fancybox:focus { border-color: #a9a9a9; }

/*H2 heading styles */
h2.callout-heading { color: #8B6F6F; font-family: 'Cabin'; font-style: normal; font-size: 0.9em; letter-spacing: 4px; padding-top: 10px; margin-bottom: 30px; /*border-top: 2px solid #a68f8f;*/ text-transform: uppercase; }



/* Three Col With Double Boxes */
.threeColDoubleBox h2, .threeColDoubleBox h3, .threeColDoubleBox h4 { text-align: center; }
.threeColDoubleBox .doubleBox { display: flex; justify-content: space-between; }
.threeColDoubleBox .doubleBox .box:first-child { margin-right: 15px; }
.box { width: 50%; background: #ECEDE8; padding: 20px 10px; border: 2px solid #fbfbfa; border-radius: 1px; }
.box ul { margin-left: 25px; }

/* Tabs */
.verticalTabWrapper { background: #FAF7F7; border: 3px solid #FAF7F7; margin-bottom: 45px; }
.resp-vtabs .resp-tabs-container { width: 70%; margin: 0; }
.resp-vtabs .resp-tabs-list li { margin-bottom: 0 !important; border: 0px !important; color: #8B6F6F; font-family: Cabin; font-size: 0.95em; padding: 15px 15px 15px 25px !important; }
.resp-vtabs li.resp-tab-active { border-left: 8px solid #826868 !important; border-right: 3px solid #FAF7F7 !important; padding-right: 12px !important; padding-left: 17px !important; }
.resp-vtabs ul.resp-tabs-list { margin: 0 !important; padding: 0; }
.resp-vtabs .resp-tabs-container { border-width: 0px; border-radius: 0; }
.resp-tab-content { font-size: 1.05em; padding: 15px 45px; }
.resp-tab-content h2 { color: #826868; border: 0px; padding: 0px; font-size: 1.8em; margin-bottom: 20px; }
.resp-tab-content h2:first-child { margin-top: 45px; }
.resp-tab-content .subtitle { color: #8B6F6F; font-family: Cabin; font-size: 0.85em; letter-spacing: 4px; border-bottom: 2px solid #A68F8F; padding-bottom: 8px; margin-top: -15px; }
.resp-tab-content .fancybox { display: inline-block; border: 4px solid transparent; margin-right: 4px; }
.resp-tab-content .fancybox img { display: block; }
.resp-tab-content .fancybox:hover, .resp-tab-content .fancybox:focus { border-color: #a9a9a9; }

/* Royal Slider Gallery */
.royalSlider { margin-bottom: 45px; width: 100%; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs { background: transparent !important; }
.rsDefault .rsThumbsHor { height: 85px; }
.rsDefault a.rsLink { opacity: 0; }
img.rsImg { width: 100% !important; height: auto !important; margin-top: -5% !important; }

/* Employment Opportunities */
.employmentSidebar { padding-left: 45px; }
.employmentSidebar ul { margin: 0 0 30px; }
.employmentSidebar ul li { list-style-type: none; font-size: 1.1em; padding-bottom: 8px; }

/* Isotope elements */
.isotopeGrid { margin-bottom: 45px; }
.isotopeGrid .gridItem { font-size: 0.85em; float: left; width: calc(25% - 11.25px); background: #FFF; color: #333333; box-shadow: 0 1px 3px rgba(34,25,25,0.4); border-color: hsla(0, 0%, 0%, 0.7); margin-bottom: 20px; padding: 20px; }
.isotopeGrid .gridItem blockquote { background: transparent; border: 0px; margin: 0; padding: 20px 10px 5px 20px; color: #333333; }
.isotopeGrid .gridItem blockquote:before { left: -28px; }
.isotopeGrid .gridItem blockquote .quote { font-style: italic; }

.pressItem p { margin-bottom: 15px; }
.pressItem p.img  { margin-bottom: 15px; height: 230px; display: flex; align-items: center; justify-content: center; }
.pressItem p.img img { height: initial !important; display: block; }
.pressItem .title { font-size: 1.4em; }
.pressItem .subtitle { font-weight: bold; }

/* Expanding Panels */
@keyframes arrowSpinOut {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(180deg); }
}
@keyframes arrowSpinIn {
	0% { transform: rotate(180deg); }
	100% { transform: rotate(0deg); }
}
.accordion { margin-bottom: 30px; }
.card { margin-bottom: 5px; border-color: #C1C1C1; }
.card-header { font-size: 1em; line-height: 1.4em; padding: 0; }
.card-header h4 { margin: 0; }
.card-header a { display: block; padding: 10px 10px 10px 30px; position: relative; cursor: pointer; }
.card-header a:hover, .card-header a:focus { text-decoration: none !important; }
.card-header a .fa { display: inline-block; height: 15px; width: 15px; font-size: 14px; line-height: 12px; position: absolute; left: 9px; top: 12px; animation: 0.4s ease 0s normal forwards 1 running arrowSpinOut; }
.card-header a.collapsed .fa { animation: 0.4s ease 0s normal forwards 1 running arrowSpinIn; }
.card-body { border: 0px; padding-left: 30px; padding-bottom: 5px; }

/* News & Blog Styles */
.categoriesList, .tagsList, .archivesList { margin-bottom: 30px; }
.categoriesList ul, .tagsList ul, .archivesList ul { margin: 0px; }
.categoriesList ul li { list-style-type: none; display: block; padding: 5px 0; }
.archivesList .archiveLink { display: block; padding: 5px 0; }
.archivesList .archiveLink:last-child { margin-bottom: 15px; }
.archivesList .panel-title a .fa { top: 12px; }
.videoThumb { position: relative; }
.videoThumb .playBtn { top: 39%; left: 41%; background: url('images/youtubePlay.png') no-repeat; width: 40px; height: 28px; display: inline-block; position: absolute; }
.s9-facebook { display: none !important; }

.newsItem { margin-bottom: 30px; }
.newsItem .image, .newsItem .videoThumb { float: right; max-width: 200px }

.blogItem { margin-bottom: 30px; }
.blogItem .image, .blogItem .videoThumb { float: right; max-width: 200px }

.blogHeader { text-align: center; margin: 20px 0 45px; border-bottom: 2px solid #ccc; }
.blogHeader.landing { border: 0px; }
.blogHeader .banner { margin-bottom: 20px; }
.blogHeader .categoriesList { margin-bottom: 5px; }
.blogHeader .categoriesList li { list-style-type: none; display: inline-block; border-left: 2px solid #333333; padding: 0px 10px; line-height: 1em; margin-bottom: 15px; }
.blogHeader .categoriesList li:first-child { border: 0px; padding-left: 0px; }
.blogHeader .categoriesList li a { font-size: 1.1em; text-transform: uppercase; color: #333333; }
.blogHeader .categoriesList li a:hover, .blogHeader .categoriesList li a:focus, .blogHeader .categoriesList li a.active { color: #de391f; }

.blogList { margin-bottom: 45px; }
.blogList .latestBlog { margin-bottom: 30px; }
.blogList .blogItem { margin-top: 45px; padding-top: 45px; border-top: 2px solid #CCC; }
.blogList .blogItem:first-child { margin-top: 0px; padding-top: 0px; border-top: 0px; }
.blogList .blogItem h2 { border: 0; padding: 0; margin-top: 0; }
.blogList .blogImg { margin-bottom: 15px; text-align: center; }
.blogList .blogImg .caption { display: block; font-weight: bold; margin-top: 8px; }
.blogList .blogInfo  { margin-bottom: 10px; }
.blogList .blogInfo .date { color: #858585; margin-bottom: 10px; display: block; }
.blogList .blogItem .readMore { text-align: right; }

.blogDetail { margin-bottom: 45px; }
.blogDetail .blogImg { margin-bottom: 30px; text-align: center; }
.blogDetail .blogImg .caption { display: block; font-weight: bold; margin-top: 8px; }
.blogDetail .blogImg.primary img { display: inline-block; }
.blogDetail .blogInfo { margin-top: 30px; }

.blogSidebar { padding-top: 9px; }
.blogSidebar .recentPosts .blogItem { text-align: center; }

.blogSidebar .http://dev.marblebrewery.com { margin-bottom: 30px; }
.blogSidebar .http://dev.marblebrewery.com label { display: none; }

/* Paging */
.paging ul { margin: 60px 0 0; }
.paging li { display: inline-block; line-height: 25px; margin-right: 3px; }
.paging li.pages { margin-right: 10px; }
.paging li a { background: #333; color: #FFF; text-decoration: none; padding: 8px 12px; display: inline-block; line-height: 25px; font-family: 'Quattrocento', serif; }
.paging li a.active, .paging li a:hover, .paging li a:focus { background: #BF311A; }
.paging li a .fa { line-height: 25px; }

/* Forms */
#tripleseat_embed_form { margin-bottom: 45px; }
#tripleseat_embed_form h2 { border: 0; padding: 0; }
#tripleseat_embed_form table { width: 100%; }
input, select, textarea { padding: 10px 8px; border: 2px solid #cccccc; }
input[type="submit"], button[type="submit"], input.button { background: #FFF; cursor: pointer; border: 0px; padding: 10px; }
button[type="submit"] { border: 1px solid black; font-size: 15px; }
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus, input.button:hover, input.button:focus { color: #000; }
input.timeselect_input { width: 115px !important; padding-left: 25px !important; }
input.hasDatepicker { width: 130px !important; padding-left: 25px !important; }
#mc_embed_signup input[type="email"] { margin-right: 10px; }
#mc_embed_signup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #8B6F6F; font-family: Barlow; font-weight: 300; font-size: 0.9em; }
#mc_embed_signup ::-moz-placeholder { /* Firefox 19+ */ color: #8B6F6F; font-family: Barlow; font-weight: 300; font-size: 0.9em; }
#mc_embed_signup :-ms-input-placeholder { /* IE 10+ */ color: #8B6F6F; font-family: Barlow; font-weight: 300; font-size: 0.9em; }
#mc_embed_signup :-moz-placeholder { /* Firefox 18- */ color: #8B6F6F; font-family: Barlow; font-weight: 300; font-size: 0.9em; }

input.newsletter-input { margin-bottom: 15px; display: block; }

.form { margin-bottom: 45px; }
.form h3 { border-bottom: 2px solid #CCC; color: #BF2E1A; padding: 20px 0 5px; border-top: 0px; }
.form label { display: block; font-weight: 600; margin-bottom: 5px; }
.form label.required:after { content: '*'; position: absolute; color: #de391f; padding-left: 3px; }
.form .radio label { font-weight: normal; }
.form .alert-danger { color: #FFF; background: #BF2E1A; border-color: #BF2E1A; }
.form .errors li { color: #BF2E1A; }

.form.login { display: inline-block; text-align: left; width: 300px; }
.form .formInput { margin-bottom: 10px; }
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea { width: 100%; }
.form .formSubmit { text-align: right; }
.error-inline { color: #FF0000; }

/* ResDiary embed */
.c51_resdiary_container { overflow: hidden; padding-top: 720px; position: relative; max-width: 615px; }
.c51_resdiary_container--mini { padding-top: 300px;}
.c51_resdiary_container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#rd-widget-root .modal-dialog, #rd-mini-widget-root .modal-dialog, #widget-modal-root .modal-dialog { max-width: 660px; width: 630px; }
.modal.fade.in::before { content: ""; background-color: rgba(255,255,255,.7); z-index: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
@media (max-width: 633px){
  .c51_resdiary_container { padding-top: 740px; }
}
@media (min-width: 1300px){
  .c51_resdiary_container { padding-top: 700px; }
}

/* Event Calendar popups */
.fancybox-slide--iframe .fancybox-content { width  : 650px; height : 775px; margin: 0; }


/* Press downloads */
.pressDownload { margin-bottom: 30px; }
.pressDownload .description { line-height: 1.2em; margin-bottom: 10px; }

/* Search */
.searchBtn { display: block; height: 60px; width: 60px; cursor: pointer; }
.searchBtn .searchLabel { visibility: hidden; }
.searchMenuItem .searchBtn:before { position: relative; left: 19px; top: 13px; font-family: 'FontAwesome'; content: "\f002"; font-size: 20px; color: #8B6F6F; }
.searchMenuItem .searchBtn:hover:before { color: #BF311A; }

.searchBox { position: fixed; display: flex; flex-direction: column; justify-content: center; align-items: center; right: 0; top: 0; width: 0vw; height: 100%; background: #FFF; z-index: 10; overflow: hidden; -webkit-transition: width 0.5s ease-in-out; -moz-transition: width 0.5s ease-in-out; -ms-transition: width 0.5s ease-in-out; -o-transition: width 0.5s ease-in-out; transition: width 0.5s ease-in-out; }
.searchBox.open { width: 50vw; box-shadow: 5px 0 20px #CCC; }
.searchResult h2 { margin: 45px 0 15px; padding-top: 20px; }
.searchResult .blogInfo { margin: 0 0 12px; }
.searchResult .blogImg { float: right; margin: 30px 0 5px 20px; max-width: 300px; }
.searchBox .searchBtn { height: 30px; width: 30px; position: absolute; top: 40px; right: 8vw; opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.searchBox.open .searchBtn { opacity: 1; }
.searchBox .searchBtn svg .cls-1 { fill: none; stroke: #707070; stroke-width: 2px; }
.searchBox .searchBtn:hover svg .cls-1 { stroke: #BF311A; }
.searchBox label { display: none; }
.searchBox input { font-family: 'EB Garamond'; border: 0px !important; border-bottom: 2px solid #8B6F6F !important; max-width: 325px; height: 76px; font-size: 3em; color: #8B6F6F; padding-right: 60px; outline: none !important; line-height: 1; }
.searchBox input:placeholder { color: #C5B7B7; }
.searchBox .ui-front { float: left; margin-bottom: 160px; }
.searchBox button { float: right; margin-left: -45px; width: 45px; height: 76px; background: transparent; padding: 0; }
.searchBox button .label { display: none; }
.searchBox button:before { position: relative; left: 0; top: 0px; font-family: 'FontAwesome'; content: "\f002"; font-size: 34px; color: #8B6F6F; }
.searchBox button:hover:before { color: #BF311A; }

.searchBox.serpNoResults { position: static; width: 320px; height: initial; }
.searchBox.serpNoResults .ui-front { margin-bottom: 45px; }

.searchBox .searchInfo { width: 325px; max-width: 325px; padding: 24px 40px 0; text-align: center; font-size: 0.9em; color: #8B6F6F; background: url('images/sliderPinTopUnderline.svg') top center repeat-x; background-size: 7px; }
.searchBox .searchInfo p { margin-bottom: 8px; }
.searchBox .searchInfo a { font-weight: bold; color: #8B6F6F; }
.searchBox .searchInfo .bottom { padding-bottom: 20px; margin: 0 -40px; background: url('images/sliderPinBottomUnderline.svg') bottom center repeat-x; background-size: 7px; }

.announcement { background: #BF311A; color: #FFF; padding: 10px 30px; text-align: center; font-size: 1.1em; margin-bottom: -25px; }
.announcement > a { color: #FFF; text-decoration: underline; font-weight: 400; }

/* Events */
.wide_container {margin: 36px auto 25px auto;padding: 2rem 0 0 0; width: 95%; max-width: 1920px;}
.top-strip { background-image: url(images/sliderPinTopUnderline.svg); background-size:7px; height: 19px; width: 100vw; position: absolute; left: 0; display: block; transform: translateY(-36px); }
.event-main-image {max-height:1000px;position: sticky;position: -webkit-sticky;top: 2rem;}
ul.event-ticket-list {list-style-type: none;font-size: 90%;line-height: 1.2em; margin: 0;}
ul.event-ticket-list li {max-width:90%;border-bottom: 1px solid #c5b6b6;padding:1em 0;position: relative;min-height: 4.5em;vertical-align: middle}
ul.event-ticket-list li:last-child { border-bottom: 0px; }
ul.event-ticket-list li a { display: block; padding-right: 30px; }
ul.event-ticket-list li a:after { position: absolute;font-family: 'FontAwesome';font-weight: 900;right: 10px; content: "\f105";padding-left: 15px;color: #de391f;top: 1.75em;}
ul.event-ticket-list li.soldOut { padding-right: 80px; }
ul.event-ticket-list li.soldOut:after { position: absolute; right: 10px; content: "Sold Out";color: #de391f;top: 1.75em;}
.event-date-date, .event-date-time {display:block}
.event-location-notes {font-size: .9em}
.event-filters { text-align: center; margin-bottom: 10px; font-size: 0.9em; }
.event-filters .filtersLabel { font-weight: bold; margin-bottom: 1rem; }
.event-filters .categorySelect,
.event-filters .dateSelect,
.event-filters .searchEvents,
.event-filters .clearFilters { display: inline-block; margin: 0 auto 10px; }
/*.event-filters .searchEvents { padding: 3px 20px; }*/
.dateSelect .dateFrom, .dateSelect .dateTo { display: inline-block; margin-left:20px; }
.event-filters label { display: none; }
.event-filters input, .event-filters select { padding: 2px 10px; }
.event-filters input { width: 120px; }
.event-filters .clearFilters { margin-left:20px; }
.event-filters .searchEvents {
	background: #FFF;
	border: 2px solid #8B6F6F;
	color: #8B6F6F;
	text-align: center;
	padding: 2px 20px;
	margin: 0 0 13px 20px;
	font-size: 0.75em;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media (max-width: 1550px) {
	.announcement { margin-bottom: 0px; }
}
@media (min-width: 1200px) and (max-width: 1550px) {
	header { padding: 20px 30px 5px; }
	.banner .item .overlay { right: 9%; }
	.banner .owl-carousel .owl-dots { left: calc(91% - 475px); }
}
@media (min-width: 992px) and (max-width: 1199px)
{
	header { padding: 15px 5px 0 15px; }
	.logo { max-width: 360px; margin: 0; }
	.utilityNav { margin: 20px 0 0; }
	.utilityNav ul.buttons svg { width: 165px; }
	.banner .item .overlay { right: 60px; }
	.banner .owl-carousel .owl-dots { left: calc(100% - 535px); }
	.owl-carousel .item-video { /*height: 258px;*/ }
	.video-background, .owl-video-tn, .owl-carousel .item-video .owl-video-wrapper { height: 202px; }
	.video-background { margin-bottom: 45px; }
	.video-background .owl-video-wrapper iframe { height: 202px!important; }
	.pressItem p.img  { height: 174px; }
	.footer > .container > .row > div, .footer > .container > .row > div:first-child { padding-left: 22px; padding-right: 22px; }
	.footer .social li { margin: 10px 12px 0 0; }
	.sidebarCta { font-size: 0.9em; line-height: 1.3em; }
	.sidebarCta h3 { font-size: 1.4em; }
	.videoSlider.owl-carousel .owl-dots { top: 210px; }
}
@media (max-width: 991px)
{
	.banner { margin-bottom: 50px; }
	.banner .item, .banner.innerBanner .item {background: none !important; height: inherit; }
	.banner .item .overlay { position: static; width: 100%; height: inherit; font-size: 0.8em; background: #faf7f7; }
	.banner .item .overlay .container { padding: 20px 15px 0; }
	.banner .owl-carousel, .banner .pinsBottom { padding-bottom: 0; background: none; }
	.banner .item .tabletImg { display: block; width: 100%; padding-bottom: 28px; background: #faf7f7 url('images/sliderPinBottomUnderline.svg') bottom center repeat-x; background-size: 7px; }
	.banner .owl-carousel .owl-nav { top: 30vw; bottom: initial; right: 30px; text-align: center; transform: translateY(-100%); }
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { background-color: rgba(255,255,255,0.4); border-color: #FFF; background-position: left -80px; }
	.owl-carousel .owl-nav button.owl-next { background-position: right -80px; }
	.owl-carousel .owl-nav button.owl-prev:hover { background-position: left top; border-color: #BF311A; }
	.owl-carousel .owl-nav button.owl-next:hover { background-position: right top; border-color: #BF311A; }
	.banner .owl-carousel .owl-dots { top: 37vw; transform: translateX(-50%); bottom: initial; left: 50%;  }
	.banner.innerBanner { margin-bottom: 45px; }
	.banner.innerBanner .item .overlay .container { padding-top: 30px; }
	.banner .photographer-credit { bottom: 2.25rem; opacity: .65; }
	.banner .photographer-credit i { padding: .25rem 0; }
	.footer > .container > .row > div, .footer > .container > .row > div:first-child { padding-left: 15px; padding-right: 15px; border: 0px; }
	.footer > .container > .row > div:nth-child(1), .footer > .container > .row > div:nth-child(2) { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #A68F8F; }
	#sidebarRow { display: initial; }
	#sidebarRow .content { width: initial; padding-right: 15px; }
	#sidebar { width: initial; padding-left: 15px; }
	.sidebar__inner { margin: 0 0 30px; border-left: 0px; border-top: 4px solid #F9F6F6; padding: 30px 0 0; }
	.sidebar__inner .col-sm-6 { margin-bottom: 30px; }
	.sidebarCta { font-size: 0.9em; line-height: 1.3em; background: #faf7f7; margin: 0; height: 100%; padding: 25px; }
	.sidebarCta h3 { font-size: 1.4em; }
	.searchMenuItem .searchBtn { width: 100%; height: inherit; padding: 15px 0; position: relative; }
	.searchMenuItem .searchBtn:before { position: absolute; left: 90px; top: 14px; }
	.searchMenuItem .searchBtn .searchLabel { display: block; }
}
@media (min-width: 768px) and (max-width: 991px) 
{
	header { padding: 15px 30px; }
	.logo { max-width: 270px; margin: 0; }
	.utilityNav { margin: 20px 0 0; }
	.utilityNav ul li { margin-left: 5px; }
	.utilityNav ul.buttons svg { width: 130px; }
	.homeQuotes { font-size: 0.9em; margin: 30px; }
	.homeExplore .overlay { padding: 30px 10px 0; }
	.homeCTAs .cta .image, .videoSlider { float: left; /*width: 45%;*/ margin: 0 45px 30px 0; }
	.owl-carousel .item-video { /*height: 217px;*/ display: flex; }
	.isotopeGrid .gridItem { width: calc(33.33% - 10px); }
	.pressItem p.img  { height: 170px; }
	.videoSlider.owl-carousel .owl-dots { position: absolute; width: 54%; top: 260px; bottom: auto; margin-top: 6px; }
	.video-text-block {flex-basis: 300px; padding-left: 45px; }
	.video-background { flex-basis: 360px; height: 250px; margin-bottom: 0; margin-bottom: 45px; }
  .videoSlider .owl-item .item { display: flex; }
	.videoSlider .item img { flex-basis: 360px; max-height: 250px; }
  .videoSlider .item .video-slider__description { flex-basis: 285px; margin-left: 45px; }
}
@media (min-width: 768px){
	.resp-vtabs { display: flex!important; }
	.resp-vtabs .resp-tab-content { flex: 1; }
}
@media (max-width: 767px) 
{
	header { padding: 15px 30px; }
	.logo { float: none; max-width: 270px; margin: 0 auto; }
	.utilityNav, .utilityNav ul { float: none; text-align: center; margin: 10px 0 0; }
	.utilityNav { display: flex; flex-direction: column-reverse; }
	.utilityNav ul li { margin: 0 5px; }
	.utilityNav ul li img { max-height: 25px; }
	.utilityNav ul.links li a { font-size: 0.8em; }
	.videoSlider { width: 100%; margin-top: 0; padding: 0; }
	.homeCTAs .cta { margin-bottom: 30px; }
	.homeCTAs .cta .image, .videoSlider { max-width: 360px; margin: 0 auto 10px auto; }
	.homeQuotes { font-size: 0.9em; margin: 30px; }
	.homeExplore { max-width: 255px; margin: 0 auto 30px; }
	.verticalTabWrapper { background: inherit; border: 0px; }
	.resp-vtabs .resp-tabs-container { width: 100%; }
	.resp-tab-content { padding: 15px; }
	.resp-tab-content h2 { margin-top: 5px; }
	h2.resp-accordion .fa { top: 18px; }
	.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1 !important; }
	.isotopeGrid .gridItem { width: calc(50% - 7.5px); }
	.isotopeGrid .gridItem { width: calc(50% - 7.5px); }
	.pressItem p.img  { height: 193px; }
	.sidebar { padding-left: 15px; }
	.credits { font-size: 0.9em; }
	.credits a { margin-left: 15px; padding-left: 15px; }
	.credits a:last-child { display: block; border: 0px; margin-left: 0px; padding-left: 0px; margin-top: 20px; }
	blockquote { padding: 20px 30px 20px 40px; }
	blockquote:before { left: -30px; }
	blockquote .quote, blockquote p:first-child { font-size: 1.3em; }
	.searchBox.open { width: 100vw; }
}
@media (min-width: 576px) and (max-width: 767px) 
{
	.utilityNav ul li { margin: 0 2px; }
	.utilityNav, .utilityNav ul { display: flex; }
	.utilityNav ul.buttons svg { width: 100%; }
}
@media (max-width: 575px) 
{
  h1 { font-size: 2.25em; margin-bottom: 1.75rem; }
  h1 + h2 { font-size: 1.65em; }
  h2 { margin: 30 0 25; }
  .ctaListing h2 { margin-bottom: 1.25rem; }
	img[style*="float: left"], img[style*="float: right"] { margin: 0 auto 30px; display: block; max-width: 100%; float: none !important; }
	.utilityNav ul.links li a { font-size: 0.7em; }
	.banner a { margin-left: 0; display: block; }
	.banner .owl-carousel .owl-nav { top: 240px; }
	.banner .owl-carousel .owl-nav button.owl-prev { margin: 0; float: left; }
	.banner .owl-carousel .owl-nav button.owl-next { margin: 0; float: right; }
	.banner.innerBanner .item .overlay { padding-top: 0; }
	.banner .item .tabletImg img{ width: auto; display: block; height: 250px!important; max-width: none; transform: translateX(-50%); position:  relative; left: 50%; }
	.banner .item .tabletImg { overflow: hidden; }
	.banner.innerBanner { margin-bottom: 25px; }
	.innerBanner .item .tabletImg img{ height: 200px!important;	}
	.owl-carousel .item-video { /*height: 57vw;*/ }
	.threeColDoubleBox .doubleBox { display: block; }
	.threeColDoubleBox .doubleBox .box:first-child { margin: 0 0 30px; }
	.box { width: 100%; }
	.footer > .container > .row > div:nth-child(3) { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #A68F8F; }
	.credits { font-size: 0.8em; }
	blockquote .quote, blockquote p:first-child { font-size: 1.2em; }
	.videoSlider.owl-carousel .owl-dots { top: 212px; }
	.owl-carousel .item-video .video-background iframe { height: 202px!important; }
  .video-background, .owl-carousel .item-video .owl-video-wrapper { height: 202px; }
	
}

@media (max-width: 450px) 
{
	.isotopeGrid .gridItem { width: 100%; }
	.pressItem p.img  { height: 250px; }
}

@media (max-width: 350px) 
{
	.owl-carousel .owl-dot { width: 25px; }
}
@media (max-height: 600px){
  #search_form {
    float: left;
    margin-bottom: 60px;
    margin-top: 100px;
  }
  .searchBox .ui-front {
    margin-bottom: 0;
    
  }
  #searchClose { position: relative; right: 0; margin-left: auto; margin-right: 20px; }
}


body main .container div#content h1 + h2.callout-heading {
    color: rgb(112, 112, 112) !important;
    font-weight: normal !important;
    padding-top: 0px !important;
    text-transform: unset !important;
    font-size: 1.75em !important;
    font-family: "EB Garamond", serif !important;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
    font-style: normal !important;
    margin: 45px 0px 30px !important;
    line-height: 1.3em !important;
	letter-spacing: unset !important;
}