body {
	background-color: #5d5347;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	background-image: url(../images/DUOTONE.jpg);
	font-style: normal;
}
.HCCC_Body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
}
.HCCC_botNAV {
	font-size: 14px;
	color: #FFFFFF;
}
.style1 {
	color: #FFFFFF;
	font-style: italic;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #660000;
}
a:active {
	color: #999999;
}
td img {
	/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.HCCC_SubHead {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
}

img#hccc_navi_r1_c2:hover {
	z-index:999 !important;
}

.header_video a:link, .header_video a:visited {
	float: right;
	text-align: right;
	color: white;
	z-index: 999;
	margin: 30px 30px 0px 0px;
	text-decoration:none;
	font-size:13px;
	line-height:1.5em;

}

.header_video a:hover, .header_video a:active {
	text-decoration:underline;
}

.header_video a .caps {
	text-transform:uppercase;
	font-size:14px;
}

h2.prop-title {
	text-transform: uppercase;
	font-family: "trajan-pro-3",sans-serif;
	color: #670001;
	font-weight: 300;
}

button.pdf-link {
    font-family: "trajan-pro-3",sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    background: #670001;
    border: none;
    border-radius: 30px;
}


.style2 {	
	font-size: 14px;
	font-weight: bold;
}

.style4 {	
	font-size: 13px;
	font-weight: bold;
}
.style5 {
	color: #333333;
}

.style11 {
	font-size: 10px
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}











/* UPDATES - Fall 2016 */

.hc-content {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
	overflow: hidden;
}

.hc-half {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.hc-half.first {
	padding-left: 0;
}

.hc-half.last {
	padding-right: 0;
}

h2 {
	text-transform: uppercase;
    font-family: "trajan-pro-3",sans-serif;
    color: #670001;
    font-weight: 300;
	font-size: 20px;
	margin: 0;
}

h3 {
	text-transform: capitalize;
    font-family: Helvetica Neue, Helvetica, Arial," sans-serif";
    color: #000000;
    font-weight: 500;
	font-size: 20px;
	margin: 0;
	margin-bottom: 8px;
}

h4 {
    font-family: "trajan-pro-3",sans-serif;
    color: #000;
    font-weight: 300;
	font-size: 13px;
	margin: 0;
	margin-bottom: 10px;
}

.hc-video-link {
	text-decoration: none;
	text-align: center;
}

.hc-video-link img {
	width: 100%;
	margin-bottom: 10px;
}

.hc-button {
	font-family: "trajan-pro-3",sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
    background: #670001;
    border: none;
    border-radius: 30px;
	margin:  0 auto;
}

.hc-button:hover {
    background: #450000;
	cursor: pointer;
}

a.hc-video-link:hover {
	text-decoration: none;
}

.hc-overlay-btn .hc-video-link {
    margin-top: -66px;
    position: absolute;
    margin-left: 108px;
}

.hc-overlay-btn .hc-video-link .hc-button {
	box-shadow: 0 0 10px #000;
}

.nivo-lightbox-content {
    max-width: 900px !important;
    margin: 0 auto !important;
}




/* GENERAL */

.hc-body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
	background: #fff;
    overflow: hidden;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.hc-body {
		margin-top: 0px;
	}
}

/* NAVIGATION / HEADER */

.navbar {
	border-radius: 0;
	margin: 0;
	background: #000;
	min-height: 0;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs > li {
	width: 20%;
	text-align: center;
}

.nav-tabs > li > a {
	border-radius: 0;
	margin: 0;
	border: none;
	padding: 15px;
	font-family: "trajan-pro-3",sans-serif;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: #333;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #222;
}

.dropdown-menu {
    padding: 0;
    list-style: none;
    background-color: #333;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
	padding: 8px;
    font-family: Arial, "sans-serif";
    color: #fff;
	text-align: center;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #424242;
    background-image: none;
	color: #fff;
}

.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #333;
}

.navbar-toggle .icon-bar {
	background: #000;
}

.navbar-collapse {
    padding: 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse.in {
	overflow: hidden;
}

.hc-header {
	height: 180px;
	background-color: #640106;
	background-image: url(../images/00-misc/head-overlay.png);
}

.hc-header img {
    margin: 10px 70px;
    float: left;
}

.hc-header-feature {
    float: right;
    margin: 30px;
}

.hc-header-feature p {
	font-family: "trajan-pro-3",sans-serif;
    color: #fff;
	text-transform: uppercase;
	text-align: right;
}

.hc-header-feature p span {
	font-family: Times, Times New Roman, serif;
    color: #fff;
	text-transform: none;
	font-style: italic;
}

@media (max-width: 991px) {
	.nav a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.nav-tabs > li {
		width: 100%;
		text-align: center;
	}
	.dropdown-menu {
		width: 100%;
		position: relative;
	}
	.hc-header img {
		margin: 10px 30px;
		float: left;
	}

	.hc-header-feature {
		float: right;
		margin: 30px;
		font-size: 90%;
	}
}


@media (max-width: 499px) {
	.hc-header-feature {
		display: none;
	}
}

/* FOOTER */

footer {
    background: #640106;
    width: 100%;
    overflow: hidden;
}

.hc-foot-float {
    float: left;
	padding: 15px;
}

.hc-foot-float.first {
	padding-left: 30px;
}

.hc-foot-float.last {
	padding-right: 30px;
}

footer p {
    color: #fff;
	font-size: 12px;
}

footer p a, footer p a:link, footer p a:visited {
    color: #fff;
	text-decoration: none;
}

footer p a:hover {
    text-decoration: underline;
}

footer img {
    max-width: 160px;
}

.hc-foot-copy {
	padding: 0 30px 15px;
	text-align: center;
}

.responsive-foot {
	display: none;
}

@media (max-width: 900px) {
	.foot-name.first {
		clear: both;
	}
	.foot-name {
		width: 33.333%;
	}
	
	.responsive-foot {
		display: block;
	}
	.hc-foot-float.last {
		display: none;
	}
}

@media (max-width: 767px) {
	.hc-foot-copy {
		padding: 0 30px 15px;
		text-align: center;
	}
}

@media (max-width: 499px) {
	.foot-name {
		width: 100%;
	}
	
	.hc-foot-float {
		padding-left: 30px;
	}
	.hc-foot-copy {
		text-align: left;
		padding-top: 30px;
	}
	.hc-foot-float {
		padding-bottom: 0;
	}
}

/* General */

.hc-text-block {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.hc-text-block p {
	font-size: 14px;
	line-height: 23px;
	color: #000;
}

.hc-text-block p span {
	font-weight: bold;
}

.hc-text-block p span.big {
	font-weight: normal;
	font-size: 140%;
}

.bg-tan {
	background: #ACA188;
}

.hc-edge-image {
	width: 100%;
	height: 100%;
}

.hc-edge-image img {
	width: 100%;
}

.hc-overlay-btn .hc-video-link {
    margin-top: -100px;
    position: absolute;
}

.hc-home-own img {
	max-width: 200px;
	margin-bottom: 20px;
}

ul {
    padding: 0 0 0 16px;
}

ul li {
	line-height: 200%;
}

ul li.highlight {
	font-weight: bold;
	color: #640106;
}

.row img {
	width: 100%;
}

.logo-max {
	max-width: 250px;
}

.no-bottom {
	padding-bottom: 0;
}

@media (max-width: 991px) {
	#contact-us .hc-text-block {
		padding-bottom: 0;
	}
}
/* Curved Images */

.curved-svg {
	width: 108%; margin-left: -32px; margin-bottom: 30px;
}

.responsive-image {
	width: 100%;
	display: none;
}

.responsive-image img {
	width: 100%;
}

.col-md-12 {
	clear: both;
}

@media (max-width: 991px) {
	.responsive-image {
		display: block;
	}
	.curved-svg {
		display: none;
	}
}

/* Table */

.hc-table {
	margin-top: 20px;
}

.tb-1, .tb-2 {
    width: 50%;
    float: left;
}

.tb-1 p, .tb-2 p {
    margin-bottom: 3px;
}

.tb-1 {
	clear: both;
}

/* Dec 2016 Edits */

@media (max-width: 499px) {
	.hc-logo {
		width: 160px;
		margin: 0 auto;
		overflow: hidden;
	}
	.hc-header img {
		margin: 10px 0;
		float: left;
	}
}

/* Jan 2017 Edits */

.hc-home-own hr {
	margin-top: -5px;
}
@media (max-width: 499px) {
	.tb-1, .tb-2 {
		width: 100%;
		float: left;
	}
	.tb-2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	button.pdf-link {
		font-size: 14px;
	}
	body {
		margin-bottom: 0px;
	}
	
	.hc-foot-contain img {
		margin-top: 8px;
		margin-bottom: 20px;
	}
}

.desktop-image {
	display: none;
}

@media (min-width: 992px) {
	.desktop-image {
		display: block;
	}
	.col-md-6.home-left {
		width: 47%;
	}

	.col-md-6.no-padding.home-right {
		width: 53%;
	}
}
