@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');

body
{
	font-family: 'Noto Sans TC', sans-serif;
	margin: 0;
}

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
}

.white-content,
.white-content p,
.white-content td,
.white-content span,
.white-content a,
.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6
{
	color: white;
}

.white-content .H1-bordered,
.white-content .bordered-heading
{
	color: white !important;
}

img.auto-scale
{
	height: auto !important;
	max-width: 100%;
}

.page-centered
{
	margin: 0 auto;
	position: relative;
	width: 1070px;
}

h1.H1-bordered:after,
h1.H1-bordered_White:after,
.bordered-heading:after
{
	background: #d6c02c;
	content: "";
	display: block;
	height: 3px;
	margin-top: 34px;
	max-width: 400px;
}


/* main nav bar --------------------------------------- */
div#nav-bar
{
	box-sizing: border-box;
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

div#nav-bar a.logo
{
	background: url('../../../images/logo1.png') no-repeat left top;
	background-size: auto 100%;
	display: block;
	font-size: 0 !important;
	height: 55px;
	margin: 25px 0 0 50px;
	position: absolute;
	text-decoration: none !important;
	width: 100px;
	
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
}

div#nav-bar nav
{
	color: white;
	float: right;
}

div#nav-bar.sticky-menu
{
	background: #fff;
	box-sizing: border-box;
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: background 0.5s;
}

div#nav-bar.sticky-menu a.logo
{
	background: url('../../../images/logo2.png') no-repeat left top;
	background-size: auto 100%;
	display: block;
	font-size: 0 !important;
	height: 55px;
	margin: 20px 0 0 50px;
	position: absolute;
	text-decoration: none !important;
	width: 100px;
	
	-webkit-filter: none;
    filter: none;
}

div#nav-bar.sticky-menu nav
{
	color: #8b2036;
	float: right;
}

ul#navigation 
{
	display: flex;
	height: 100px;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
}

ul#navigation li
{
	display: block;
	position: relative;
}

ul#navigation a.nav-link
{
	color: #fff;
	box-sizing: border-box;
	display: block;
	font-family: 'Noto Serif TC', serif;
	font-size: 18px;
	font-weight: 400;
	height: 100px;
	letter-spacing: 0.1em;
	padding: 35px 20px 0 30px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s;
}

ul#navigation li:hover a.nav-link
{
	color: #8b2036;
}

ul#navigation div.facebook
{
	background: url('images/facebook-1.png') no-repeat left top;
	background-size: 100% auto;
	width: 28px;
	height: 28px;
	
	-webkit-filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.3));
}

div#nav-bar.sticky-menu ul#navigation a.nav-link
{
	color: #8b2036;
	transition: color 0.3s;
	text-shadow: none;
}

div#nav-bar.sticky-menu ul#navigation li:hover a.nav-link
{
	color: #4f0414;
}

ul#navigation ul.flyout
{
	display: none;
}

div#nav-bar.sticky-menu ul#navigation div.facebook
{
	background: url('images/facebook-2.png') no-repeat left top;
	background-size: 100% auto;
	width: 28px;
	height: 28px;
	transition: background 0.3s;
	
	-webkit-filter: none;
    filter: none;
}

/* section legend ------------------------------------- */
.section-legend
{
	color: white;
	font-family: 'Avenir', sans-serif;
	left: 0;
	margin-left: 48px;
	/*opacity: 0;*/
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	/*transition: opacity 0.2s, visibility 0.2s;
	visibility: hidden;*/
	z-index: 9999;
}

.current-strip .section-legend 
{
	opacity: 1;
	visibility: visible;
}

.section-legend ul.legend-items
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-legend ul.legend-items li
{
	display: block;
	position: relative;
}

.section-legend ul.legend-items li.color-white
{
}

.section-legend ul.legend-items .item-num
{
	display: none;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 30px;
}

.section-legend ul.legend-items .item-name
{
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 0 30px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.section-legend ul.legend-items .item-name span
{
	display: inline-block;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.section-legend ul.legend-items li.current .item-name span,
.section-legend ul.legend-items li:hover .item-name span
{
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}

.section-legend ul.legend-items .item-name:before
{
	background: white;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 30px;
	opacity: 0.5;
	transition: opacity 0.3s;
	vertical-align: -3px;
	width: 15px;
}

.section-legend ul.legend-items li.current .item-name:before,
.section-legend ul.legend-items li:hover .item-name:before
{
	opacity: 1;
	transition-delay: 0s;
}

.section-legend ul.legend-items .item-divider
{
	background: white;
	display: none;
	height: 100px;
	margin: 0 0 30px 34px;
	transition: height 0.4s linear;
	width: 3px;
}

.section-legend ul.legend-items li.current .item-num,
.section-legend ul.legend-items li.current .item-divider
{
	display: block;
}

.section-legend.dark ul.legend-items .item-num,
.section-legend.dark ul.legend-items .item-name
{
	color: #5b5b5b;
}

.section-legend.dark ul.legend-items .item-name:before,
.section-legend.dark ul.legend-items .item-divider
{
	background: #5b5b5b;
}

.scroll-down
{
	background: url('images/scroll-down.png') no-repeat left top;
	bottom: 0;
	height: 280px;
	margin-left: 565px;
	position: absolute;
	width: 53px;
	z-index: 999;
}

/* homepage video ------------------------------------- */
div#homepage-video
{
	background: #efefef;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	margin-bottom: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

div#homepage-video video
{
	display: block;
	left: 50%;
	max-height: 100%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	vertical-align: baseline;
}

@media screen and (min-aspect-ratio: 16/9)
{
	div#homepage-video video
	{
		max-height: none;
		max-width: 100%;
	}
}

/* frontpage sections --------------------------------- */
section.page-section
{
	min-height: 100vh;
	position: relative;
	z-index: 2;
}

section#strip1
{
	background: transparent;
	position: relative;
}

section#strip1 .strip-content
{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
}

section.page-section ul.social-media
{
	list-style: none;
	margin: 0 48px 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

section.page-section .social-media a.social-icon
{
	color: white;
	font-size: 20px;
	line-height: 3em;
	text-decoration: none;
}

section.page-section .social-media a.social-icon span
{
	display: none;
}

section#strip2
{
	background: url('') no-repeat center 103px;
	background-size: cover;
	background-color: #666;
}

section#strip2 .registration-bar
{
	background: #8b2036;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	height: 103px;
	padding-top: 35px;
	text-align: center;
}

section#strip2 .registration-bar .register-btn
{
	border: 1px solid #353333;
	color: inherit;
	display: inline-block;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

section#strip2 .strip-content
{
	padding: 201px 19.5% 205px 375px;
}

.homepage-project-gallery
{
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

.homepage-project-gallery .gallery-item
{
	padding-bottom: 138%;
	position: relative;
	width: 33.3%;
}

.homepage-project-gallery .gallery-item img
{
	border: none;
	display: block;
	height: auto;
	width: 100%;
}

section#strip3
{
	background: url('images/strip3-bg.jpg') no-repeat center top;
	background-size: cover;
}

section#strip3 .strip-content
{
	align-content: center;
	display: flex;
	flex-flow: row wrap;
	min-height: inherit;
	padding: 40px 0 40px 375px;
}

section#strip3 .strip-content .strip-top
{
	margin-bottom: 65px;
	width: 100%;
}

section#strip3 .strip-content .strip-left
{
	max-width: 400px;
	width: 25.9%;
}

section#strip3 .strip-content .strip-middle
{
	box-sizing: border-box;
	padding: 0 25px 0 66px;
	min-width: 398px;
	width: calc(398px / 100%);
}

section#strip3 .strip-content .strip-right
{
	min-width: 372px;
	width: calc(372px / 100%);
}


section#strip4
{
	background: url('images/strip4-bg.jpg') no-repeat center top;
	background-size: cover;
}

section#strip4 .strip-content-wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding: 0 22.4% 0 375px;
}

section#strip4 .strip-content-wrapper .strip-content
{
	padding: 40px 0;
}

section#strip5
{
	background: url('images/strip5-bg.png') no-repeat center top;
	background-size: cover;
}

section#strip5 .section-legend ul.legend-items .item-num,
section#strip5 .section-legend ul.legend-items .item-name
{
	color: #5b5b5b;
}

section#strip5 .section-legend ul.legend-items .item-name:before,
section#strip5 .section-legend ul.legend-items .item-divider
{
	background: #5b5b5b;
}

section#strip5 .strip-content
{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding: 40px 129px 40px 375px;
}

section#strip5 .strip-slide
{
	min-height: 100px;
}

section#strip5 .strip-top
{
	padding-bottom: 35px;
	position: relative;
}

section#strip5 .strip-sections
{
	display: flex;
	padding-bottom: 60px;
	position: relative;
	width: 887px;
}

section#strip5 .strip-sections .strip-column
{
	box-sizing: border-box;
	padding: 40px 35px;
	width: 50%;
}

section#strip5 .strip-sections .strip-column-orange
{
	background: #d6c02c;
}

section#strip5 .strip-image
{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42%;
}

section#strip6
{
	background: url('images/strip6-bg.jpg') no-repeat center top;
	background-size: cover;
	min-height: 0;
}

section#strip6 .strip-content
{
	display: flex;
	flex-flow: row wrap;
	padding: 107px 17.7% 0 375px;
}

section#strip6 .strip-content .strip-left
{
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-right: 30px;
	width: 52.4%;
}

section#strip6 .strip-content .strip-right
{
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 47.6%;
}

section#strip6 .strip-content .strip-menu
{
	display: flex;
	margin: 0 -10px;
	width: 66.5%;
}

section#strip6 .strip-content .strip-menu .menu-column
{
	box-sizing: border-box;
	color: white;
	padding: 0 10px;
	width: 33.3%;
}

section#strip6 .strip-content .strip-copyright
{
	width: 33.5%;
}

section#strip6 ul.footer-menu
{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

section#strip6 ul.footer-menu .top-footer-link,
section#strip6 ul.footer-menu .sub-footer-link
{
	color: #9f9f9f;
	display: block;
	font-family: 'Avenir', sans-serif;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s;
}

section#strip6 ul.footer-menu .top-footer-link
{
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 10px;
}

section#strip6 ul.footer-menu .sub-footer-link
{
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 5px;
}

section#strip6 ul.footer-menu .top-footer-link:hover,
section#strip6 ul.footer-menu .sub-footer-link:hover
{
	color: white;
}

div#footer-bar
{
	background: #ccc;
	position: relative;
}

div#footer-bar .footer-bar-content
{
	color: white;
	display: flex;
	justify-content: space-between;
	margin: 0 100px 0 100px;
	padding-top: 40px;
}

/* PROJECTS page -------------------------------------------- */
section#projects-header
{
	background: white;
}

section#projects-header .homepage-header
{
	height: 100vh;
}

section#projects-content
{
	background: url('images/project-homes-bg.jpg') no-repeat center bottom;
	background-size: cover;
}

section#projects-content .strip-content
{
	min-height: 100vh;
	padding: 40px 16% 40px 315px;
}

.project-menu-bar
{
	background: #d6c02c;
	height: 79px;
	padding-left: 315px;
}

.project-menu-bar .project-menu
{
	display: flex;
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	position: relative;
}

.project-menu-bar .project-menu li
{
	display: block;
	padding: 29px 20px 0 20px;
}

.project-menu-bar .project-menu a.project-menu-link
{
	color: #353333;
	display: block;
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 6px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.project-menu-bar .project-menu li.current a.project-menu-link,
.project-menu-bar .project-menu li a.project-menu-link:hover
{
	border: 1px solid #353333;
	padding: 5px 7px;
}

.project-menu-bar .project-menu li.register-link
{
	margin-right: 73px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.project-menu-bar .project-menu li.register-link a.project-menu-link,
.project-menu-bar .project-menu li.register-link a.project-menu-link:hover
{
	background: black;
	border: none;
	box-sizing: border-box;
	color: #d6c02c;
	height: 79px;
	font-size: 19px;
	padding: 29px 50px 0 50px;
}

.project-list-gallery
{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	position: relative;
}

.project-list-gallery .gallery-item
{
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
	margin: 0 10px 20px 10px;
	width: calc(25% - 20px);
}

.project-list-gallery .gallery-item .item-image img
{
	border: none;
	display: block;
	height: auto;
	width: 100%;
}

.project-list-gallery .gallery-item .item-desc
{
	padding: 15px 40px;
}

/* SINGLE PROJECT PAGE -------------------------------------- */
#project-overview
{
	background: url('images/project-overview-bg.jpg') no-repeat center top;
	background-size: cover;
}

#project-overview .project-menu-bar
{
	padding-left: 375px;
}

#project-overview .strip-content
{
	display: flex;
	flex-flow: row wrap;
	padding: 80px 0 40px 0;
}

#project-overview .strip-top
{
	box-sizing: border-box;
	margin-bottom: 70px;
	padding: 0 50px 0 375px;
	width: 100%;
}

#project-overview .strip-left
{
	box-sizing: border-box;
	margin-left: 375px;
	padding: 0 54px 0 0;
	width: 41.7%;
}

#project-overview .strip-right
{
	width: 368px;
}

#project-floor-plans
{
	background: url('images/project-floorplans-bg.jpg') no-repeat center top;
	background-size: cover;
}

#project-floor-plans .strip-content
{
	margin: 0 19% 0 375px;
	padding: 50px 0;
	width: 65%;
}

#project-features
{
	background: url('images/project-features-bg.jpg') no-repeat center top;
	background-size: cover;
}

#project-features .strip-content
{
	display: flex;
	flex-flow: row wrap;
	margin: 0 19% 0 375px;
	padding: 100px 0 50px 0;
	position: relative;
}

#project-features .strip-top
{
	margin-bottom: 25px;
	width: 100%;
}

#project-features .strip-left
{
	box-sizing: border-box;
	padding-right: 25px;
	width: 50%;
}

#project-features .strip-right
{
	box-sizing: border-box;
	padding-left: 25px;
	width: 50%;
}

#project-gallery
{
	background: url('images/project-gallery-bg.jpg') no-repeat center top;
	background-size: cover;
}

#project-gallery .strip-content
{
	margin: 0 19% 0 375px;
	padding: 150px 0 50px 0;
	width: 65%;
}

#project-register
{
	background: url('images/project-register-bg.jpg') no-repeat center top;
	background-size: cover;
}

#project-register .strip-content
{
	margin: 0 19% 0 375px;
	padding: 150px 0 50px 0;
	width: 65%;
}

#project-reserve
{
	background: url('images/project-reserve-bg.jpg') no-repeat center top;
	background-size: cover;
}

#project-reserve .strip-content
{
	align-content: center;
	display: flex;
	min-height: 100vh;
	padding-left: 375px;
}

#project-reserve .strip-main
{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	padding: 40px 114px 40px 0;
	width: 516px;
}

#project-reserve .strip-map
{
	background: #efefef;
	flex: 1 1;
}

/* HOMEOWNER CARE formatting -------------------------------- */
#homeowner-header
{
	background: url('images/homeowner-header.jpg') no-repeat center top;
	background-size: cover;
}

#homeowner-header .header-content
{
	margin-left: 471px;
	padding: 184px 0 1px 0;
	width: 375px;
}

#homeowner-process
{
	background: url('images/homeowner-process-bg.png') no-repeat center 79px;
	background-size: cover;
}

#homeowner-process .strip-content
{
	margin-left: 375px;
}

#homeowner-process .strip-top
{
	margin: 0 0 65px;
	padding-top: 87px;
	width: 470px;
}

#homeowner-process .strip-columns
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0;
	position: relative;;
}

#homeowner-process .strip-columns .column
{
	box-sizing: border-box;
	padding: 0 40px 50px 40px;
	position: relative;
	width: 50%;
}

/*#homeowner-process .strip-columns .column:before
{
	color: #d6c02c;
	display: block;
	font-family: 'Avenir', sans-serif;
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1em;
	position: absolute;
	width: 75px;
}

#homeowner-process .strip-columns .column1:before { content: '1.'; }
#homeowner-process .strip-columns .column2:before { content: '2.'; }
#homeowner-process .strip-columns .column3:before { content: '3.'; }
#homeowner-process .strip-columns .column4:before { content: '4.'; }

#homeowner-process .strip-columns .column .column-content
{
	padding-left: 75px;
}*/

#homeowner-warranty
{
	background: url('images/homeowner-warranty-bg.jpg') no-repeat center top;
	background-size: cover;
}

#homeowner-warranty .strip-content
{
	display: flex;
	flex-flow: row wrap;
	margin-left: 375px;
	min-height: 100vh;
}

#homeowner-warranty .strip-left
{
	padding: 170px 0 100px 0;
	margin-right: 146px;
	width: 360px;
}

#homeowner-warranty .strip-right
{
	display: flex;
	flex-direction: column;
	flex: 1 1;
	justify-content: center;
	max-width: 670px;
}

#homeowner-request
{
	background: url('images/homeowner-request-bg.png') no-repeat center top;
	background-size: cover;
}

#homeowner-request .strip-content
{
	margin-left: 375px;
	padding: 180px 40px 100px 0;
}

#homeowner-request .strip-top
{
	margin-bottom: 70px;
}

#homeowner-request .strip-columns
{
	display: flex;
	margin: 0 -30px;
	position: relative;
}

#homeowner-request .strip-columns .column
{
	box-sizing: border-box;
	padding: 0 30px;
	width: 33.3%;
}

/* ABOUT page formatting ------------------------------------ */
#about-top
{
	background: url('images/about-top-bg.jpg') no-repeat center top;
	background-size: cover;
}

#about-top .strip-content
{
	padding: 0 10% 0 473px;
}

#about-top .strip-columns
{
	display: flex;
	position: relative;
}

#about-top .strip-columns .strip-left
{
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 260px 0 100px 0;
	width: 372px;
}

#about-top .strip-columns .strip-right
{
	flex: 1 1;
	max-width: 581px;
	margin-left: 80px;
}

#about-top .strip-columns .strip-right .strip-right-top
{
	padding: 160px 0 120px 0;
}

#about-top .strip-columns .strip-right .strip-right-bottom
{
	padding-bottom: 100px;
}

#about-company
{
	background: url('images/about-company-bg.jpg') no-repeat center top;
	background-size: cover;
	color: #b1b1b1;
}

#about-company .strip-content
{
	padding: 0 10% 0 375px;
}

#about-company .strip-columns
{
	display: flex;
	justify-content: center;
}

#about-company .strip-columns .strip-left
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-right: 64px;
	max-width: 471px;
}

#about-company .strip-columns .strip-left-top
{
	padding: 147px 0 45px 0;
	width: 100%;
}

#about-company .strip-columns .strip-left-bottom
{
	max-width: 371px;
	padding-bottom: 100px;
}

#about-company .strip-columns .strip-right
{
	padding: 195px 0 100px 0;
	max-width: 372px;
}

#about-standard
{
	background: url('images/about-standard-bg.png') no-repeat center top;
	background-size: cover;
}

#about-standard .strip-content
{
	padding: 0 10% 0 375px;
}

#about-standard .strip-columns
{
	display: flex;
}

#about-standard .strip-columns .strip-left
{
	padding: 118px 0 100px 0;
	margin-right: 144px;
	max-width: 356px;
}

#about-standard .strip-columns .strip-right
{
	padding: 244px 0 150px 0;
	max-width: 566px;
}

/* GIVING BACK page formatting ------------------------------ */
#giving-back-header
{
	background: url('images/givingback-header-bg.jpg') no-repeat center top;
	background-size: cover;
}

#giving-back-header .strip-content
{
	margin-left: 375px;
}

#giving-back-header .strip-columns
{
	display: flex;
	justify-content: space-between;
	max-width: 1116px;
}

#giving-back-header .strip-left
{
	margin-right: 40px;
	max-width: 455px;
	padding: 260px 0 100px 0;
}

#giving-back-header .strip-right
{
	max-width: 376px;
	padding: 310px 0 100px 0;
}

#giving-back-support
{
	background: url('images/givingback-support-bg.png') no-repeat center top;
	background-size: cover;
}

#giving-back-support .strip-content
{
	margin-left: 375px;
}

#giving-back-support .strip-columns
{
	display: flex;
}

#giving-back-support .strip-left
{
	margin-right: 113px;
	padding: 105px 0 70px 0;
	width: 358px;
}

#giving-back-support .strip-right
{
	flex: 1 1;
	padding: 140px 0 70px 0;
	max-width: 822px;
}


/* SECONDARY page formatting -------------------------------- */
#content-area
{
	background: white;
}

#content-area .wide-content
{
	margin: 0 auto;
	padding: 40px 0;
	width: 1070px;
}


/* custom component CSS ------------------------------------- */

/* registration form popup --- */
#register-popup-modal
{
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

body.show-reg-modal
{
	overflow: hidden;
}

body.show-reg-modal #register-popup-modal
{
	opacity: 1;
	visibility: visible;
}

#register-popup-modal .popup-content
{
	background: white;
	border-radius: 6px;
	box-sizing: border-box;
	left: 50%;
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1070px;
}

#register-popup-modal .popup-content .close-btn
{
	color: #2f2f2f;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	margin: 5px 10px 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}

/* custom header gallery --- */
.homepage-header 
{
	position: relative;
}

.homepage-header .hh-content-area,
.homepage-header .hh-content-item
{
	height: inherit;
}

.homepage-header .fading-images
{
	height: inherit;
}

.homepage-header .gallery-image
{
	background-position: center;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.homepage-header .gallery-image img
{
	display: block;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.homepage-header .gallery-image .image-desc
{
	color: white;
	margin-right: 150px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.homepage-header .gallery-image .image-desc p
{
	color: white;
}

/* content-slider component --- */
.content-slider
{
	overflow: hidden;
	position: relative;
}

.content-slider .slider-pane
{
	display: flex;
	position: absolute;
	transition: left 0.5s;
}

.content-slider .slider-item
{
	position: relative;
}

.content-slider .slider-pagination
{
	bottom: 0;
	font-size: 0;
	left: 50%;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	position: absolute;
	transform: translateX(-50%);
}

.content-slider .slider-pagination li
{
	display: inline-block;
	padding: 0 15px;
}

.content-slider .slider-pagination .page-dot
{
	background: #777777;
	border-radius: 50%;
	display: block;
	height: 15px;
	opacity: 0.5;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 15px;
}

.content-slider .slider-pagination li.current .page-dot,
.content-slider .slider-pagination .page-dot:hover
{
	opacity: 1;
}

/* ----------------------------------------------------------------------------------- */

div.hhblog-post
{
	padding-bottom: 20px;
}

div.hhblog-readmore
{
	padding-bottom: 10px;
}

div.hhblog-post-info
{
	border-top: 1px solid #970700;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding-top: 5px;
}

div#hhblog-post-comments
{
	padding-bottom: 20px;
}

textarea.hhblog-comment-contents
{
	display: block;
	height: 100px;
	width: 90%;
}

div.hhblog-post-comment
{
	padding-bottom: 10px;
}

div.hhblog-comment-info
{
	padding-bottom: 15px;
}

div.hhblog-comment-info span
{
	display: block;
}

div.hhblog-comment-info span.hhblog-author-name
{
	display: inline;
	font-weight: bold;
}

div.hhblog-comment-text
{
	padding-bottom: 5px;
}

div.hhblog-comment-replies
{
	border-left: 2px solid #970700;
	margin: 5px 0 10px;
	padding: 0 0 0 15px;
}

span.hhblog-comment-timestamp
{
	font-size: 12px;
}


div#hhblog-comment-form div.hhblog-form-row
{
	margin-bottom: 10px;
}

div.hhblog-form-heading 
{
	color: #970700;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

div#hhblog-comment-form textarea
{
	display: block;
	height: 80px;
	resize: none;
	width: 100%;
}

div#hhblog-comment-form textarea:focus
{
	outline: none;
}

h1.hhblog-post-title a
{
	color: inherit;
	text-decoration: none;
}


.lasso-form 
{

}

.lasso-form .field-row,
.lasso-form .field-columns
{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	position: relative;
}

.lasso-form .field-columns .field-column
{
	box-sizing: border-box;
	padding: 0 10px;
	width: 50%;
}

.lasso-form .form-heading
{
	padding: 0 0 20px 0;
}

.lasso-form .form-field
{
	box-sizing: border-box;
	padding: 0 10px 20px 10px;
	position: relative;
	width: 33.3%;
}

.lasso-form .form-field.full-length,
.lasso-form .field-columns .form-field
{
	width: 100% !important;
}

.lasso-form .field-row-cols2 .form-field
{
	width: 50%;
}

.lasso-form .form-field label.field-label
{
	display: block;
	margin-bottom: 5px;
}

.lasso-form .form-field.required label.field-label:before
{
	color: red;
	content: '* ';
}

.lasso-form .form-field .error-text
{
	color: red;
	display: none;
	padding-top: 5px;
}

.lasso-form .form-field.has-error .error-text
{
	display: block;
}

.lasso-form .form-field .field-control
{
	background: white;
	border: 1px solid #2f2f2f;
	box-sizing: border-box;
	display: block;
	height: 40px;
	padding: 0 10px;
	width: 100%;
}

.lasso-form .form-field .field-checkboxes label
{
	display: block;
	margin-bottom: 5px;
}

.lasso-form .form-field .field-checkboxes label:last-child
{
	margin: 0;
}

.lasso-form .form-field .checkbox-columns
{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	position: relative;
}

.lasso-form .form-field .checkbox-columns label
{
	box-sizing: border-box;
	display: block;
	padding: 0 10px 10px 10px;
	width: 50%;
}

.lasso-form .button-field
{
	margin-bottom: 20px;
	text-align: center;
}

.lasso-form .hh-g-recaptcha
{
	display: inline-block;
}

.lasso-form .submit-button
{
	background: none;
	border: 1px solid #d2ab58;
	cursor: pointer;
	display: inline-block;
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 20px;
	text-transform: uppercase;
}
