.hero-detail-header-wrapper {
	background: #6D0020;
	margin-left: 0; 
	margin-right: 0;	
	margin-bottom: 100px; 
}

.hero-detail-header {
	display: flex;
	margin-bottom: 100px;
	height: 500px; 
	max-width: 1140px;
	background: #6D0020;
	margin: 0 auto;	
}

h1.hero-detail-title {
	color: #fff!important;
	margin-top: 5px; 
	margin-bottom: 10px;
}

h2.hero-detail-subtitle {
	color: #fff;
	font-size: 24px!important;
	margin-top: 10px;
}

.hero-detail-header-content {
	margin-top: 100px; 
	max-width: 500px;
}

.hero-detail-header-content .primary-button {
	background: #fff;
	margin-right: 10px; 
	text-decoration: none;
	color: #6D0020;
	border: 2px solid #fff;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-detail-header-content .primary-button:focus{
	border: 2px solid #000;
}

.hero-detail-header-content .primary-button:hover {
	background: none;
	border: 2px solid #fff;
	color: #fff;
}

.hero-detail-header-content .secondary-button {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none; 
	display: inline-block;
}

.hero-detail-header-content .secondary-button:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #6D0020;
	text-decoration: none; 
}


.hero-detail-header-content .hero-detail-lead {
	color: #fff;
}

.hero-button-wrapper {
	margin-top: 30px; 
	margin-bottom: 30px;
}


.hero-detail-image {
	margin-top: 50px; 
	width: 50%;
	background-size: cover!important;
	background-position: top center;
	background-repeat: no-repeat!important;
	height: 500px;
	position: absolute;
	border-radius: 12px 0 0 12px;
	right: 0;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);	
}

 @media (max-width: 1200px) {
	h1.hero-detail-title { font-size: 32px!important }
	h2.hero-detail-subtitle { font-size: 20px!important; line-height: 1.4;}
	.hero-detail-header-content { padding-left: 40px; max-width: 500px }

 }

  @media (max-width: 950px) {
	.hero-detail-header-content { max-width: 400px }
  }

  @media (max-width: 850px) {
	.hero-detail-header-content { max-width: 300px }
  }  

 @media (max-width: 750px) {
  .hero-detail-header {
    display: flex;
    flex-direction: column; 
    height: auto;
  }

  .hero-detail-image {
    order: -1;                
    position: relative;      
    top: 0;
    right: auto;
    width: 100%;
    height: 150px;
    margin-top: 0;
    border-radius: 0;
  }

  .hero-detail-header-content {
    padding: 20px 30px 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .hero-detail-header-wrapper {
    height: auto;         
    margin-bottom: 0;
  }

  .hero-detail-title { top: 0; } 

  h2.hero-detail-subtitle {
    font-size: 18px !important;
    line-height: 1.4;
  }

  .hero-detail-header-content h1 {
    font-size: 30px !important;
  }

  .hero-grid-item {
    max-width: 600px;
    width: 48%;
  }
}
