a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
body {
	width: 100%;
	color: #311205;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	background-color: #e9d7be;
	-webkit-font-smoothing: antialiased;
}

/*
font-family: "calluna"
weights 600, 700, 900
*/
p,
li,
figcaption {
	line-height: 1.448em;
	margin-top: 0;
	margin-bottom: 1.4em;
}
figure {
	margin: 1em 0;
}
img {
	max-width: 100%;
}
ul {
	margin-left: 50px;
}
h1,
h2,
h3,
h4 {
	margin-bottom: 0.5em;
	line-height: 120%;
	font-weight: 600;
	font-family: "calluna", Georgia, serif;
}

h1 {
	font-size: 35px;
	line-height: 44px;
}
h2 {
	font-size: 30px;
	letter-spacing: 1.5px;
}
h3,
.h3-style {
	font-size: 24px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

a {
	color: #4a5635;
	text-decoration: none;
	transition: color 0.3s, background 0.3s, border 0.3s;
}
a:hover {
	text-decoration: none;
}

/* BIZANGO PAGE LAYOUT STRUCTURE */

#page_body {
	position: relative;
}
#body_home #page_body {
}

#hero_frame {
	position: relative;
	width: 100%;
	background-color: #2f2f2e;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 465px;
	color: #fff3e3;
	box-shadow: inset 0 -79px 91px -18px rgba(5, 11, 7, 0.7);
	text-align: center;
}
#body_home #hero_frame {
	height: 521px;
	box-shadow: 0px;
}

#hero_frame .text {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}

#hero_frame .text > div {
	max-width: 700px;
	display: inline-block;
}

#hero_frame h1 {
	font-size: 44px;
	margin-bottom: 9px;
	letter-spacing: 2px;
	text-shadow: 0 0 8px rgba(5, 11, 7, 0.7);
}
#hero_frame p {
	font-size: 18px;
}

.page_frame {
	margin: 0px auto;
	position: relative;
	width: 1100px;
}
.page_full {
	width: 90%;
	padding: 0 5%;
}

/* column layouts  */
.page_sidebar {
	position: relative;
	width: 30%;
}
.page_content {
	position: relative;
	width: 65%;
}
.page_half {
	position: relative;
	width: 46.5%;
}
.page_half_noguttter {
	position: relative;
	width: 50%;
}

.page_wide_content {
	position: relative;
	width: 80%;
}

.page_thirds {
	position: relative;
	width: 32%;
	margin-right: 2%;
}
.page_thirds:nth-child(3n) {
	margin-right: 0;
}

/*others*/
.randomcol1 {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
/* NAV */
#nav_frame {
	position: relative;
	width: 100%;
}
#nav {
	position: relative;
	background-color: #382e1b;
	text-align: right;
	border-bottom: 4px solid #4a5635;
	height: 60px;
}
ul.nav {
	z-index: 100;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
ul.nav li {
	float: left;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.nav > li {
	padding: 0;
}
.nav a {
	display: block;
	float: left;
	padding: 27px 19px 19px;
	text-decoration: none;
	color: #dfcfb7;
	font-size: 15.5px;
	letter-spacing: 1.6px;
	cursor: pointer;
}
ul.nav > li > a {
	text-transform: uppercase;
	font-family: "calluna", Georgia, serif;
}
.nav a:hover,
.nav a.current {
	background-color: #56401f;
}

ul.nav > li.current .submenu {
	display: block;
	z-index: 10;
}

.submenu {
	position: absolute;
	display: none;
	left: auto;
	right: 0;
	margin: 0;
	top: 60px;
	background-color: #4a5635;
	list-style-type: none;
	z-index: 99;
	border-top: 4px solid #627046;
	float: right;
}
ul.nav .submenu li {
	float: left;
}
.submenu a {
	height: 40px;
	line-height: 40px;
	float: left;
	color: #ffffff;
	font-size: 14px;
	padding: 0 12px;
	font-weight: 200;
	letter-spacing: 0;
}

li:not(.current):hover .submenu {
	display: block;
	cursor: pointer;
}
li:not(.current) .submenu {
	position: absolute;
	margin-top: 0px;
	z-index: 999;
	display: none;
	list-style-type: none;
	background-color: #56401f;
	padding-left: 0;
	margin-left: 0;
	left: 0;
	right: -85px;
	bottom: -4px;
	border-top: 0px solid transparent;
	text-align: left;
}
li:not(.current) .submenu a {
	float: none;
}

li:not(.current) {
	position: relative;
}
li:not(.current) .submenu li {
	float: none !important;
	background-color: #56401f;
}
#top_nav .submenu li a {
	font-size: 0.7em;
	padding: 3px 30px;
}

.extend {
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	height: 40px;
	background-color: #4a5635;
	z-index: 1;
	border-top: 4px solid #627046;
}
#body_home .extend {
	display: none;
}

.nav .submenu a:hover,
.nav .submenu a.current {
	background-color: #627046;
}
#mobile_nav {
	display: none;
}

#footer {
	background: url(/images/sites/cd3/footer_bg-3.png) bottom center repeat-x #39301f;
	padding: 35px 0 10px;
	color: #000000;
	font-size: 13px;
}
.footer-logo {
	margin: 10px 16px;
	max-height: 85px;
	max-width: 85px;
}
.footer-logo.wide {
	max-width: 300px;
}
.social {
	margin-bottom: 20px;
}
.social div {
	height: 24px;
	float: left;
	background-image: url(/images/sites/cd2/social.png);
	background-repeat: no-repeat;
}
.twitter {
	width: 29px;
	margin-right: 12px;
	background-position: left center;
}
.facebook {
	width: 29px;
	margin-right: 17px;
	background-position: -41px center;
}
.instagram {
	width: 29px;
	margin-right: 19px;
	background-position: -87px center;
}
.tripadvisor {
	width: 123px;
	margin-right: 15px;
	background-position: -135px center;
}
.blog {
	width: 29px;
	background-position: -274px center;
}
.footnav {
	list-style: none;
	margin-left: 0;
	margin-top: 32px;
	margin-bottom: 16px;
}
.footnav li {
	float: left;
	margin-right: 19px;
	margin-bottom: 0;
}
.footnav li a {
	color: #f6e3ca;
}
#footer .randomcol2 {
	margin-left: 60px;
}
#footer .randomcol2 h4 {
	color: #ecd489 !important;
	letter-spacing: 0;
	margin-bottom: 3px;
	margin-left: 7px;
}
#footer .randomcol2 p {
	color: #f3e6c6 !important;
	font-size: 12px;
	font-family: "calluna";
	margin-bottom: 15px;
	letter-spacing: 0.35px;
	margin-left: 8px;
}
.footer-logo {
	height: auto;
	max-width: 200px;
}
#footer .flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 18px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .footer-logo-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -16px;
}
.calltoday {
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #6b4429;
	background: url(/images/sites/cd2/redtexture.jpg);
	margin-left: 18px;
	margin-bottom: 114px;
	padding: 19px 55px 19px 35px;
}
.calltoday h4 {
	color: #ccb892;
	letter-spacing: 1.33px;
	margin-bottom: 15px;
}
.calltoday p {
	font-size: 20px;
	color: #ccb892;
	background: url(/images/sites/cd2/phone.png) left center no-repeat;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 39px;
}
#bizango {
	text-align: left;
	width: 150px;
	height: 18px;
	font-size: 10px;
	margin: 0 auto;
	padding: 0px;
	display: inline-block;
	background-image: url("/images/bizango-black-small.png");
	background-repeat: no-repeat;
	background-position: right center;
	opacity: 0.5;
	color: black;
	font-weight: 400;
	float: right;
}

.cta {
	background: #4a5635;
	padding: 20px 0;
	color: #e9d7be;
}
.cta h1 {
	max-width: 540px;
	margin-bottom: 0;
	margin-left: 11px;
}
.cta .page_frame > .bizango_cms a {
	color: #f1c40f;
}
.cta .page_frame > .bizango_cms > *:last-child {
	margin-bottom: 0;
}
.cta .tab {
	position: absolute;
	right: 0;
	bottom: -20px;
	padding: 21px 25px 22px 25px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #765736;
	border-bottom: 0px solid transparent;
	background: #432516;
	box-shadow: 0 0 15px #404b2e;
	text-align: center;
}
.cta .tab a {
	color: #ccb892;
}
.cta .tab a h4 {
	background: url(/images/sites/cd2/whiteRight2.png) right center no-repeat;
	padding-right: 24px;
}
.cta .tab span {
	display: inline-block;
	background: url(/images/sites/cd2/phone.png) left center no-repeat;
	padding: 7px 0 3px 32px;
	font-size: 16px;
	color: #ccb892;
}
.rule {
	background: #627046;
	height: 7px;
}
.bigrule {
	background: #627046;
	height: 12px;
}

#intro,
.intro {
	background: #4a5635;
	padding: 40px 0 32px;
	color: white;
	text-align: center;
}
#introRule,
.intro-rule {
	background-color: #627046;
	height: 7px;
}
#body_denali-national-park #intro {
	text-align: left;
}
#body_denali-national-park #intro .center {
	margin-left: 0;
}

#intro p {
	font-size: 16px;
	line-height: 25px;
}
#intro a {
	color: #e8d6be;
	font-weight: bold;
}
#intro .page_content div p:last-child {
	margin-bottom: 0;
}

/* REQUIRED FOR CMS */
.block_container {
	position: relative;
}
.block_container_loggedin {
	min-height: 200px;
	position: relative;
}
.blockcontrols {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	background-color: #eee;
	color: #666;
	z-index: 999;
	max-height: 500px;
	/*transition: max-height 1.5s;*/
	box-shadow: inset 0 10px 10px -10px #888, inset 0 -10px 10px -10px #888;
	transition: all 0.7s ease;
	overflow: hidden;
}
.blockcontrols_closed {
	max-height: 0px;
	box-shadow: none;
	/*transition: max-height .5s;*/
	transition: all 0.7s ease;
}
.blockcontrols p {
	font-size: 13px;
	color: #666;
	margin-bottom: 0px;
	margin-top: 10px;
}

.gear {
	position: absolute;
	height: 52px;
	width: 52px;
	background: url("/images/admin/gear2.png") no-repeat center center;
	top: 15px;
	left: 15px;
	cursor: pointer;
	z-index: 999;
	transition: all 0.7s ease;
}

.blockcontrols_gear_closed {
	transition: all 0.7s ease;
	transform: rotate(-30deg);
}

.help {
	padding: 10px;
	background-color: #444;
	color: #eee;
	border: 1px dotted #999;
}
.help p a {
	color: #ddd;
	text-decoration: underline;
}

/*BLOCKS - big image links*/
.big-image-links {
	background-color: #627046;
}
.three.big-image-links .ratio {
	padding-top: 64%;
}
.two.big-image-links .ratio {
	padding-top: 65.7%;
}
.big-image-links .cell {
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
	background-color: rgba(56, 46, 27, 0);
	vertical-align: bottom;
	position: relative;
}
.big-image-links .text {
	display: none;
	margin-top: 12px;
}
.big-image-links p,
.big-image-links a,
.big-image-links h1,
.big-image-links h2,
.big-image-links h3,
.big-image-links h4 {
	color: #fff3e3;
}
.big-image-links p a {
	display: inline-block;
	padding-right: 20px;
	background: url(/images/sites/cd2/whiteRight.png) right center no-repeat;
	font-weight: bold;
}
.big-image-links h2 {
	background-image: url(/images/sites/cd2/swoosh.png);
	background-size: initial;
	display: inline-block;
	padding: 0 5px 20px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: bottom center;
	letter-spacing: 1.5px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.big-image-links .cell .contents {
	max-width: 320px;
	margin: 0 auto;
	padding: 5% 0;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.two.big-image-links .cell .contents {
	max-width: 400px;
}
.big-image-links.three .cell {
	width: 33.3333%;
}
.big-image-links.two .cell {
	width: 50%;
}
.big-image-links .screen {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: background-color 0.3s;
	background-color: rgba(56, 46, 27, 0);
}
.big-image-links .cell:hover .screen {
	background-color: rgba(56, 46, 27, 0.9);
}
.big-image-links .cell:hover .text {
	display: block;
}
.one-big-background-image-two-columns {
	padding: 320px 0 60px;
	background-size: cover;
	background-position: center center;
	background-color: #24344b;
	color: #f9efe2;
	font-size: 14px;
	min-height: 121px;
}
.one-big-background-image-two-columns a {
	color: #aa6745;
}
.one-big-background-image-two-columns h1,
.one-big-background-image-two-columns h2,
.one-big-background-image-two-columns h3,
.one-big-background-image-two-columns h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#body_history .one-big-background-image-two-columns {
	padding: 240px 0 60px;
}
#body_history .one-big-background-image-two-columns .page_half.fl > div {
	margin: 0 auto;
	width: inherit;
	white-space: nowrap;
}

.blocks-photo-album {
	background: #39301f;
	padding: 20px 0;
	text-align: center;
	color: #e9d7be;
}
.blocks-photo-album .img {
	opacity: 0.3;
	background-size: 80% 80%;
	background-position: center center;
	margin-top: 43px;
	margin-left: 10px;
	margin-right: 10px;
	transition: padding 0.3s, margin 0.3s, background-size 0.3s;
	background-repeat: no-repeat;
}
.logged-in {
	margin-top: 100px;
}
.logged-in .img {
	width: 25%;
	float: left;
	opacity: 1;
}

.blocks-photo-album .img div {
	padding-top: 50%;
	transition: padding 0.3s;
}
.blocks-photo-album .img.slick-center {
	opacity: 1;
	margin-top: 0;
	background-size: contain;
}
.blocks-photo-album .img.slick-center div {
	padding-top: 75%;
}
.slick-prev,
.slick-next {
	height: 24px;
	width: 24px;
	border: 0;
	text-indent: -10000px;
	position: absolute;
	top: 120px;
	z-index: 100;
}
.slick-track {
	margin-top: 100px;
	height: 400px;
}
.slick-prev {
	background: url(/images/sites/cd2/prev.png);
	left: 27%;
}
.slick-next {
	background: url(/images/sites/cd2/next.png);
	right: 27%;
}

.three-image-two-columns {
	padding: 50px 0 25px;
}
.three-image-two-columns .img {
	background-size: cover;
	background-repeat: no-repeat;
}
.three-image-two-columns h1,
.three-image-two-columns h2,
.three-image-two-columns h3,
.three-image-two-columns h4 {
	color: #4a5635;
}
.three-image-two-columns .imgbar {
	margin-bottom: 11px;
	margin-top: 27px;
}

.standard-two-column {
	padding: 50px 0;
}
.standard-two-column h1,
.standard-two-column h2,
.standard-two-column h3,
.standard-two-column h4 {
	color: #4a5635;
}
.standard-two-column h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #311205;
	font-weight: 300;
	font-size: 20px;
}
.standard-two-column h4 {
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 8px;
}
#body_history .standard-two-column h4 {
	margin-top: -12px;
}
.standard-two-column li {
	margin-bottom: 10px;
}
.standard-two-column .button {
	background: url(/images/sites/cd2/whiteRight2.png) right center no-repeat;
	padding-right: 24px;
	color: #627046;
}
.standard-two-column .imgs {
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
#body_special-emphasis-series-new .standard-two-column .imgs {
	width: 50%;
}
#body_special-emphasis-series .standard-two-column .imgs {
	width: 50%;
}
.standard-two-column .imgs.lotsa {
}
.standard-two-column .ratio,
.three-image-two-columns .ratio,
.specialstuffishere .ratio {
	padding-top: 72%;
}
.standard-two-column div.lotsa:nth-child(3n + 1) {
	width: 47.5%;
	margin-right: 5%;
}
.standard-two-column div.lotsa:nth-child(3n + 2) {
	width: 47.5%;
	float: right;
}
.blocklinks {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 122;
}

#location {
	position: relative;
	background-size: initial;
	background-position: left center;
	height: 320px;
	background-repeat: no-repeat;
	background-image: url(/images/sites/cd2/locBG.jpg);
}

#map {
	position: absolute;
	width: 682px;
	height: 455px;
	right: 0;
	top: -163px;
	background: url(/images/sites/cd2/map.png);
}
#dnp {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* OPTIONAL */

img.illustration {
	display: block;
	margin: 0px;
	margin-bottom: 20px;
}
#nav_frame #logo {
	/*background-color: #c3ad90;*/
	display: inline-block;
	float: left;
	height: 125px;
	position: relative;
	text-decoration: none;
	top: 0; /*-8px;*/
	/*    transform: rotate(-4deg);
*/
	width: 200px;
	z-index: 100;
}
/*#nav_frame #logo:before {
  background-image: url("/images/sites/cd2/dark-leather.png"), linear-gradient(90deg, rgba(185,160,132,1) 0%, rgba(224,212,197,1) 30%, rgba(217,203,185,1) 70%, rgba(185,160,132,1) 100%);
  background-size: contain;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
#nav_frame #logo:after {
  background-image: url("/images/sites/cd2/logo-2020.png");
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size: contain;
  bottom: 5px;
  content: '';
  left: 5px;
  position: absolute;
  right: 5px;
  top: 20px;
}
*/
#body_home #logo {
	margin-left: 40px;
}
#mlogo {
	display: none;
}

#newsflash {
	padding: 20px;
	color: #c6c2c2;
	margin-top: 30px;
	margin-bottom: 20px;
}

#newsflash h2,
#newsflash h1 {
	color: #eee;
}

img.content_image {
	clear: left;
	display: block;
	float: left;
	margin: 10px 20px 20px 0px;
}

#body_media #hero_frame h1 {
	background-image: url(/images/sites/cd2/swoosh.png);
	background-size: initial;
	display: inline-block;
	padding: 0 5px 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom center;
	letter-spacing: 1.5px;
	font-size: 38px;
	text-shadow: none;
}
#body_media #hero_frame {
	height: 504px;
	text-align: center;
	padding-top: 91px;
}
#body_media #hero_frame p {
	font-family: "calluna";
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
#body_media #hero_frame p:first-child {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
#body_media #hero_frame .text {
	max-width: 100%;
	bottom: 23px;
}
#body_media #hero_frame .text img {
	display: inline-block;
	padding: 16px 36px;
	vertical-align: middle;
}
.specialstuffishere h4 {
	color: #382e1b;
	font-weight: 900;
	margin-bottom: 15px;
	margin-top: 22px;
}
.specialstuffishere strong {
	font-weight: 900;
}
.specialstuffishere .imgs {
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.specialstuffishere .ratio {
	position: relative;
}
.specialstuffishere iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	bottom: 0;
}
.specialstuffishere .page_thirds {
	margin-top: 36px;
	margin-bottom: 4px;
}
.specialstuffishere .page_thirds:nth-child(3n + 1) {
	clear: left;
}
.specialstuffishere .bizango_cms_pencil {
	position: relative;
	z-index: 100;
}

/* collection list items */

.collection_list_item {
	clear: both;
	margin-bottom: 30px;
}
p.collection_list_item_readmore {
	text-align: right;
	clear: both;
}

#body_home #nav_home,
#body_home #nh {
	display: none;
}

.preview {
	padding: 42px 0;
}
.preview .img {
	width: 100%;
	margin-bottom: 12px;
	background-size: cover;
	background-position: center center;
}
.preview .ratio {
	padding-top: 94%;
}
.preview .title {
	margin-bottom: 6px;
	margin-left: 4px;
	font-size: 15px;
	line-height: 16px;
	color: #311205;
}
.preview .guest {
	margin-bottom: 3px;
	margin-left: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #4a5635;
	font-weight: bold;
}

.preview .date p {
	margin-left: 4px;
	font-size: 10px;
	color: #311205;
	line-height: 14px;
}

.preview .smalltext p:first-child {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 16px;
	color: #311205;
}
.preview .smalltext {
	margin-left: 4px;
	font-size: 0.8em;
}
.preview h4 {
	font-size: 20px;
	font-weight: 900;
	color: #4a5635;
	margin-bottom: 28px;
	letter-spacing: 1px;
}
.preview .greenRight {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}
.preview .page_sidebar {
	min-height: 257px;
	background-image: url(/images/sites/cd2/tripbg.jpg);
	background-size: cover;
	font-size: 14px;
	color: #fff3e3;
	text-align: center;
}
.preview .page_sidebar a {
	background-image: url(/images/sites/cd2/whiteRight2.png);
	background-position: 100% 5px;
	background-repeat: no-repeat;
	background-size: 5px;
	font-size: 12px;
	padding-right: 9px;
	color: #fff3e3;
}
.preview .page_sidebar p {
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
}
div.specialspecial:nth-child(even) {
	background-color: transparent;
}
.specialspecial h3,
.specialspecial h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.specialspecial h3 {
	font-size: 24px;
	color: #4a5635;
	margin-bottom: 0;
}
.specialspecial h4 {
	font-size: 19px;
	color: #311205;
	font-weight: 200;
	letter-spacing: 0;
	margin-top: 0;
}

.faqtoggles h3 {
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 30px;
}
.faqtoggles h3:after {
	content: "[+]";
}
.faqtoggles h3.open:after {
	content: "[-]";
}

/*RECIPE*/

.recipe_card {
	background: #f9efe2;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 8px 0px rgba(122, 109, 47, 0.8);
}

.recipe_card .recipe_card_top {
	margin: -30px -30px 0px -30px;
	padding: 30px 30px 0px 30px;
	margin-bottom: 20px;
}
.recipe_card .recipe_card_photoholder {
	width: 200px;
	float: right;
	margin-top: -40px;
	padding-left: 15px;
	position: relative;
}
.recipe_card .recipe_card_photoholder img {
	width: 193px;
	border: 4px solid #fff;
	-webkit-box-shadow: 3px 3px 5px 0px #352c1a;
	box-shadow: 3px 3px 5px 0px #352c1a;
	margin-bottom: 20px;
}
.recipe_paperclip {
	width: 47px;
	height: 143px;
	position: absolute;
	top: -24px;
	left: 150px;
	background: url("/images/sites/cd2/recipe_paperclip.png") top left no-repeat;
}
.recipe_card .recipe_card_top h2 {
	line-height: 28px;
	margin-botttom: 0px;
}
.recipe_card .recipe_card_top hr {
	background: transparent;
	height: 1px;
	color: transparent;
	border: 0px solid transparent;
	border-bottom: 1px solid #682513;
}
.recipe_card_teaser {
	width: 75%;
}
a.recipe_readmore {
	float: right;
	text-align: right;
	display: block;
	color: #4a5635;
	background: url(/images/sites/cd2/greenRight.png) right center no-repeat;
	padding-right: 12px;
	clear: right;
	font-weight: normal;
}

.latestRecipe {
	list-style-type: none;
	margin-left: 20px;
}
.latestRecipe li {
	margin-bottom: 5px;
	background: url(/images/sites/cd2/greenRight.png) left top no-repeat;
	padding-left: 19px;
	color: #4a5635;
}
.featuredRecipe {
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.recipe_subnav a {
	display: inline-block;
	padding-right: 10px;
}
.recipe_subnav a.active {
	font-weight: 900;
}
.recipe_card_content ul {
	margin: 40px 80px;
	padding: 30px 20px;
	font-size: 14px;
	line-height: 23px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	list-style-type: none;
	display: inline-block;
}
@media only screen and (min-width: 960px) {
	.recipe_card_content ul {
		box-sizing: border-box;
		width: calc(100% - 360px - 160px);
	}
}
.recipe_card_content ul li {
	margin-bottom: 0;
}
.recipe_social {
	text-align: right;
	float: right;
}
.printonly {
	display: none;
}
@media print {
	.printonly {
		display: inline-block;
	}
}
/*form*/
#bizango_superform .superform_field,
#travel_login_password {
	font-size: 18px;
	line-height: 18px;
	width: 97%;
	height: 18px;
	margin: 0 auto 10px;
	border: 0px solid #111;
	color: #454545;
	padding: 11px 0 11px 3%;
	background-color: white;
}
#bizango_superform #superform_submit,
#travel_login_button {
	float: right;
	background: #7e905a;
	padding: 15px 40px;
	text-align: center;
	font-size: 14px;
	color: white;
	letter-spacing: 1.7px;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
	margin-bottom: 20px;
}
select {
	padding: 11px 35px 10px 20px;
	border-radius: 8px;
	border: 0px solid transparent;
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 14px;
	color: #3b3b3b;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #bababa;
	margin-top: 6px;
}
.archive-basic .blog_teaser_image img.illustration {
	width: inherit;
}
.blog_teaser_image {
	margin-top: 40px;
	max-width: 60% !important;
	margin-right: 20px;
	width: inherit !important;
	float: left;
}
.sharing_links > div {
	display: inline-block !important;
	margin-right: 10px !important;
}

/* Breadcrumbs in Collections */

#breadcrumbs {
}
#breadcrumbs ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#breadcrumbs li {
	font-size: 1em;
	list-style: none;
	display: inline-block;
}
#breadcrumbs a {
	color: red;
}
#breadcrumbs a:after {
	content: "\203A";
	padding-left: 5px;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
.video_frame {
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	width: 80% !important;
	height: 400px;
	top: 40px;
	margin-top: 10px;
	margin-left: 10%;
	margin-bottom: 20px;
	z-index: 1;
	box-shadow: 0 0 15px black;
	display: none;
}
.youtubers {
	position: absolute;
	left: 20px;
	bottom: 118px;
}
.hero-video-title {
	bottom: 118px;
	left: 108px;
	position: absolute;
}
/*.top {
	box-shadow: 0 -5px 5px -5px #333;
}

.right {
	box-shadow: 5px 0 5px -5px #333;
}

.bottom {
	box-shadow: 0 5px 5px -5px #333;
}

.left {
	box-shadow: -5px 0 5px -5px #333;
}*/

/* helpers-> clearfix */
.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tAc {
	text-align: center;
}
.tAr {
	text-align: right;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.leftmargin1 {
	margin-left: 50px;
}
.greenRight {
	display: inline-block;
	background: url(/images/sites/cd2/greenRight.png) right center no-repeat;
	padding-right: 19px;
	color: #4a5635;
}
.lightBG {
	background-color: #f9efe2;
}

.hide {
	display: none;
}
.responsive-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.responsive-wrap > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*- desktop small */
@media all and (max-width: 1199px) {
	.page_frame {
		width: 100%;
	}
	.page_thirds,
	#hero_frame .text,
	.leftmargin1,
	.randomcol2,
	.randomcol1,
	.page_half_noguttter,
	.page_half,
	.page_tricol_right,
	.page_tricol_left,
	.page_tricol_content,
	.page_content,
	.page_sidebar,
	.blog_main_column,
	.blog_header {
		padding: 0 1%;
	}
}

/* fix footer */
@media only screen and (min-width: 990px) and (max-width: 1199px) {
	#footer .randomcol1,
	#footer .randomcol2 {
		box-sizing: border-box;
	}
	/* these percentages are based on the pixel widths on wider viewports */
	/* #footer .randomcol1 {
    margin-left: 7.9286%;
    width: 35.2279%;
  } */
	#footer .randomcol2 {
		margin-left: 4.9108%;
		width: 21.8037%;
	}
}
@media only screen and (max-width: 1119px) {
	#footer .footer-logo-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	#footer .randomcol2 {
		margin-left: 0;
	}
}
/*- Mobile Styles Large */
@media all and (max-width: 989px) {
	#nav {
		display: none;
	}
	#mobile_nav {
		display: block;
		text-align: right;
		padding-right: 5%;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		width: 95%;
		background: #4a5635;
		color: white;
	}
	#mobile_nav .icon {
		position: relative;
		font-size: 1.4em;
		float: right;
		padding-left: 5px;
	}
	#mobile_nav .nav {
		position: absolute;
		width: 100%;
		top: 50px;
		left: 0;
	}
	#mobile_nav .nav li {
		float: none;
		background-color: rgba(167, 149, 65, 0.8);
		position: relative;
	}
	.subopen {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		cursor: pointer;
		width: 5%;
		background-image: url(/images/sites/cd2/open.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.subopen.close {
		background-image: url(/images/sites/cd2/close.png);
	}
	#mobile_nav .nav li a.current,
	.nav a.current {
		color: white;
		background-color: #a79541;
	}
	#mobile_nav .nav li a {
		float: none;
		padding: 15px 8%;
		position: relative;
	}
	.mobile_submenu {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.nav .mobile_submenu a.current {
		background-color: transparent;
		color: white;
	}
	.bookshelfrow {
		background-image: none;
	}
	.book_on_shelf {
		float: none;
		width: 90%;
		padding: 5%;
		height: auto;
		margin: 0;
	}
	.book_on_shelf_img_holder {
		width: 100%;
	}
	.book_on_shelf img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.5);
	}
	.book_text {
		margin: 0 auto;
	}
	.page_tricol_right img.illustration {
		width: 50%;
		margin: 10px auto;
	}
	.collection_list_item {
		margin-bottom: 10px;
	}
	.page_tricol_left_double,
	.page_frame {
		float: none;
		width: 100%;
		margin: 0;
	}
	.page_thirds,
	#hero_frame .text,
	.leftmargin1,
	.randomcol2,
	.randomcol1,
	.page_half_noguttter,
	.page_half,
	.page_tricol_right,
	.page_tricol_left,
	.page_tricol_content,
	.page_content,
	.page_sidebar,
	.blog_main_column,
	.blog_header {
		width: 90%;
		margin: 0;
		padding: 0 5%;
	}
	.page_tricol_left {
		text-align: left;
	}
	.page_tricol_left img {
		display: block;
		margin: 0 auto;
	}
	#mlogo {
		/*background-color: #c3ad90;*/
		display: inline-block;
		float: left;
		height: 125px;
		margin: 0 10px;
		position: relative;
		text-decoration: none;
		top: 0; /*-8px;*/
		/*transform: rotate(-4deg);*/
		width: 200px;
		z-index: 999;
	}
	/*#mlogo:before {
  background-image: url("/images/sites/cd2/dark-leather.png"), linear-gradient(90deg, rgba(185,160,132,1) 0%, rgba(224,212,197,1) 30%, rgba(217,203,185,1) 70%, rgba(185,160,132,1) 100%);
  background-size: contain;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
#mlogo:after {
  background-image: url("/images/sites/cd2/logo-2020.png");
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size: contain;
  bottom: 5px;
  content: '';
  left: 5px;
  position: absolute;
  right: 5px;
  top: 20px;
}
*/
	.table {
		display: block;
	}
	.cell,
	.big-image-links.three .cell,
	.big-image-links.two .cell {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.cta .tab {
		position: relative;
		border-radius: 0;
		border: 0;
	}
	.cta h1 {
		text-align: center;
		margin-left: 5%;
		width: 90%;
		max-width: 90%;
	}
	.calltoday {
		display: block;
		border-radius: 0;
		border: none;
		margin: 0 0 30px;
	}
	#footer {
		padding: 0 0 10px;
		height: initial;
		text-align: center;
	}
	#footer .fl {
		float: none;
	}
	.social div {
		float: none;
		display: inline-block;
	}
	.footnav li {
		float: none;
		margin: 0 0 20px;
	}
	#bizango {
		display: block;
		float: none;
		margin-top: 20px;
	}
	#map {
		display: none;
	}
	#body_media #hero_frame .text img {
		padding: 16px 10px;
		max-width: 25%;
	}
	#footer .footer-logo-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-grp-2 {
		color: #f6e3ca;
	}
	.slick-prev,
	.slick-next {
		top: 67px;
	}
	.slick-next {
		right: 5%;
	}
	.slick-prev {
		left: 5%;
	}
	.randomcol1,
	.randomcol2 {
		padding-top: 25px !important;
	}
	.calltoday p {
		display: inline-block;
	}

	.body_home .preview .page_sidebar {
		background-color: #3a3222;
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/*- Mobile Styles phone*/
@media only screen and (max-width: 659px) {
	input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	.two.big-image-links .ratio,
	.three.big-image-links .ratio {
		padding-top: 75%;
	}
	.big-image-links .cell .contents {
		padding: 0;
	}
	.preview .greenRight {
		float: none;
	}

	.social div {
		margin-right: 0 !important;
	}
	.blog_teaser_image {
		max-width: inherit !important;
		float: none !important;
		text-align: center;
		margin: 0 !important;
		padding: 0 !important;
	}
	.sharing_links > div {
		margin-right: 0 !important;
	}
	.blog_main_column {
		margin-bottom: 40px !important;
	}
	#hero_frame {
		height: 200px;
	}
	#body_home #hero_frame {
		height: 200px;
	}
	.youtubers {
		bottom: 20%;
	}
	.hero-video-title {
		bottom: 19%;
	}
	#mlogo {
		height: 80px;
		width: 130px;
	}
	.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#footer .flex {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.block-video-gallery {
	background-color: #dbc5af;
	padding-bottom: 40px;
	padding-top: 20px;
}
.video-gallery__main-header {
	color: #311205;
	margin-bottom: 2em;
}
.video-gallery__featured-video-header {
	color: #4a5635;
	font-size: 24px;
	font-weight: 700;
	margin-top: 1em;
	text-align: left;
}
.public .video-gallery__gallery-item {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 5%;
	position: relative;
	width: 47.5%;
}
.public .video-gallery__gallery-item:nth-child(even) {
	margin-right: 0;
}
.public .video-gallery__gallery-item .bizango_content_title {
	bottom: 16px;
	color: #f0ece3;
	font-size: 18px;
	left: 20px;
	margin-bottom: 0;
	position: absolute;
	z-index: 2;
	width: calc(100% - 20px - 55px); /* subtract left and right margins */
}
.video-gallery__gallery-item-screencap {
	position: relative;
}
.video-gallery__gallery-item-screencap:before {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.video-gallery__gallery-item-screencap:after {
	background-image: url("/images/sites/cd2/video-gallery-play-button.png");
	background-size: contain;
	bottom: 17px;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	right: 22px;
	width: 30px;
	z-index: 2;
}
.admin .responsive-wrap--gallery-track {
	height: auto;
	padding-bottom: 0;
}
.admin .responsive-wrap--gallery-track > *:first-child {
	position: relative;
}

@media only screen and (max-width: 1140px) {
	.block-video-gallery .page_frame {
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 659px) {
	.public .responsive-wrap--gallery-track {
		height: auto;
		padding-bottom: 0;
	}
	.public .responsive-wrap--gallery-track > *:first-child {
		position: relative;
	}
}
@media only screen and (max-width: 359px) {
	.video-gallery__main-header img {
		display: none;
	}
}
@media only screen and (min-width: 660px) {
	.video-gallery__featured-video {
		float: left;
		margin-right: 3.5%;
		width: 72.5%;
		width: calc(100% - 3.5% - 265px);
	}
	.video-gallery__gallery {
		float: left;
		position: relative;
		width: 24%;
		width: calc(265px * 1); /* this is just a clever way to default to 24% if calc isn't supported */
	}
	.public .video-gallery__gallery-item {
		display: block;
		margin-right: 0 !important;
		width: 100%;
	}
	.public .responsive-wrap--gallery-track {
		overflow: auto;
		padding-bottom: calc((56.25% + 14px) * 3);
	}
	.public .video-gallery__scroll-control {
		background-image: url("/images/sites/cd2/video-gallery-scroll-control.png");
		background-size: contain;
		cursor: pointer;
		height: 24px;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 24px;
	}
	.public .video-gallery__scroll-control--up {
		bottom: -12px;
	}
	.public .video-gallery__scroll-control--up {
		-webkit-transform: translateX(-50%) scaleY(-1);
		-ms-transform: translateX(-50%) scaleY(-1);
		transform: translateX(-50%) scaleY(-1);
		top: -36px;
	}
}

.hero-video-button {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.hero-video-button img {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 12px;
	cursor: pointer;
}
.video_frame--alt {
	overflow: hidden;
	position: absolute;
	width: 80% !important;
	left: 10%;
	top: 40px;
	margin: 10px auto 20px;
	z-index: 1;
	box-shadow: 0 0 15px black;
}
@media only screen and (max-width: 659px) {
	#hero_frame.has-video-button {
		height: 320px;
	}
	.hero-video-button {
		top: 25%;
	}
}
@media only screen and (max-width: 340px) {
	.footer-logo.wide {
		max-width: calc(100% - 32px);
	}
}
.alert-banner {
	background-color: #904936;
	color: #dcccb4;
	font-family: "calluna", Georgia, serif;
	font-size: 16px;
	padding: 50px 0 10px;
}
@media only screen and (max-width: 1139px) {
	.alert-banner .page_frame {
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}
}
.alert-banner__container {
	display: flex;
	justify-content: center;
}
.alert-banner__alert {
	align-self: flex-start;
	border: 2px solid #dcccb4;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 auto;
	font-weight: bold;
	line-height: 1.15;
	text-align: center;
	width: 22px;
}
.alert-banner .bizango_cms_content {
	box-sizing: border-box;
	padding-left: 10px;
}
.alert-banner .bizango_cms_content a {
	color: #dcccb4;
	font-weight: 700;
}
.alert-banner .bizango_cms_content a:after {
	background-image: url(/images/sites/cd2/whiteRight2.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 9px;
	margin-left: 5px;
	width: 7px;
}
.alert-banner .bizango_cms_content p:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.alert-banner {
		padding-top: 10px;
	}
}
/* FAQS BLOCK */
.block_type__faqs {
	background-color: #e8d6be;
	color: #302b2e;
	padding: 4.5rem 0;
}
.block_type__faqs .all-cols-wrap {
	display: block;
	margin: 0 auto;
	max-width: 825px;
}
.faqs__title {
	margin-bottom: 30px;
}
.block_type__faqs .windowshade-button {
	background-color: #dac4ad;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid currentColor;
	display: block;
	font-family: "calluna", Georgia, serif;
	font-size: 1em;
	font-weight: 400;
	margin: -1px 0 0 0;
	padding: 28px 70px 28px 24px;
	position: relative;
	text-align: left;
	width: 100%;
}
.block_type__faqs .windowshade-button .h3-style {
	font-weight: 400;
}
.block_type__faqs .windowshade-plus {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0;
	font-size: 1.5em;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.block_type__faqs .windowshade-plus span {
	position: absolute;
	-webkit-transition: 300ms;
	transition: 300ms;
	background: currentColor;
	border-radius: 2px;
}
/* Create the "+" shape by positioning the spans absolutely */
.block_type__faqs .windowshade-plus span:first-child {
	top: 25%;
	bottom: 25%;
	width: 10%;
	left: 45%;
}
.block_type__faqs .windowshade-plus span:last-child {
	left: 25%;
	right: 25%;
	height: 10%;
	top: 45%;
}
/* Morph the shape when the plus is clicked */
.block_type__faqs .active .windowshade-plus span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.block_type__faqs .active .windowshade-plus span:last-child {
	left: 50%;
	right: 50%;
}
.block_type__faqs .windowshade__content {
	border: 1px solid currentColor;
	display: none;
	padding: 10px;
}
.block_type__faqs .windowshade__content .bizango_cms_content > *:last-child {
	margin-bottom: 0;
}
/* OPTIONS */
.block_type__faqs .button-background-color__transparent .windowshade-button {
	background-color: transparent;
	border: 2px solid currentColor;
}
/* ADMIN */
.block_type__faqs.block__admin-view .windowshade__content {
	display: block;
}
@media only screen and (min-width: 640px) {
	.block_type__faqs .windowshade-button {
		padding: 28px 105px 28px 45px;
	}
	.block_type__faqs .windowshade-plus {
		right: 40px;
	}
	.block_type__faqs .windowshade__content {
		padding: 6px 35px;
	}
}
@media only screen and (min-width: 1000px) {
	.block_type__faqs .windowshade__content {
		padding: 26px 70px;
	}
	.block_type__faqs.block__admin-view .windowshade__content {
		padding: 0px 70px 20px 70px;
	}
}
