  /* Talon Help Page
================================================================================================================ */
a.talon-how-to-document-link {
	color: #0053a1;
	text-decoration: none;
	font-weight: 600;
  }

.talon-help-banner{
	height: 200px;
	background-image: url("https://www.doormerica.com/wp-content/uploads/2021/03/background.png");
	background-position: center;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	font-weight: 100;
  }
  
  .talon-how-to-document-icon {
	text-align: center;
	margin-top: 30px;
  }
  
  #document-icon{
	height: 40px;
	margin: 25px;
  }
  
  .talon-how-to-document-header{
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 50px;
  }
  
  .talon-how-to-document-links-header{
	width: 60%;
	background-color: #E4E4E4;
	color: #0053a1;
	font-size: 20px;
	font-weight: 400;
	margin: auto;
	padding: 10px 30px;
  }
  
  .talon-how-to-document-links-container {
	width: 60%;
	margin: auto;
	padding: 10px 30px;
  }
  
  .talon-how-to-document-links{
	color : #0053a1;
	margin-top: 10px;
  }
  
  .talon-how-to-video-icon{
	text-align: center;
	margin-top: 30px;
  }
  
  #video-icon{
	height: 50px;
	margin: 25px;
  }
  
  .talon-how-to-video-header{
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 50px;
  }
  
  .talon-how-to-video-container{
	margin: 0 auto;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  
  .talon-how-to-video-items{
	margin:0 40px;
  }
  
  .talon-how-to-video-iframe{
	width: 400px;
	height: 300px;
  }
  
  .talon-how-to-video-title{
	  text-align: center;
	  padding: 15px;
	  color: #0053a1;
  }

/* Talon POM Page
================================================================================================================ */
.POM-header-container{
    background:linear-gradient(rgb(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../promotions/images/POM Header.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color:white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	height: 90vh;
}

#POM-text{
    font-size: 60px;
	font-weight: 100;    
	margin: 30px 0 0 50px;
	width: 50%;
}

#POM-copy-text{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	width: 50%;
	margin: 30px 0 0 50px;
}

a#POM-subscribe{
	font-size: 23px;
	font-weight: 300;
	margin: 30px 0 0 50px;
	color: rgb(218, 172, 49);
}

.POM.fa-arrow-circle-right{
	margin-left: 10px;
}

#POM-region-label{
	width: 50%;
	margin: 30px 0 0 50px;
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
}

.POM-button-container{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.POM-category-button-container{
	display: flex;
	justify-content: center;
	padding: 40px 0 20px 0;
}

.POM-button{
    background-color: transparent;
    color: white;
	border-radius: 5px;
    height: 60px;
    width: 175px;
    font-size: 25px;
    font-weight: 300;
    margin: 15px 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.POM-button-category{
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.6);
    height: 60px;
    width: 175px;
    font-size: 25px;
    font-weight: 300;
    margin: 15px 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	cursor: pointer;
}

#POM-all{
	background-color: #003572;
	color: white;
	border: none;
}

#all-regions{
	border-bottom: 3px solid white;
}

.POM-container{
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0 100px;
}

.POM-item{
    margin: 20px 50px;
}

.POM-image-button{
    width: 350px;
    height: 350px;
    background-size: cover;
}

.POM-image-button.door{
    background: linear-gradient(rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../promotions/images/POM door image.jpg");
    background-size: cover;
}

.POM-image-button.hardware{
    background: linear-gradient(rgb(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../promotions/images/POM hardware image.png");
    background-size: cover;
}

.POM-image-button:hover .POM-text-label{
    display: none;
}

.POM-image-button:hover .POM-date{
    display: none;
}

.POM-POM-text:before{
    content:attr(pre-hover);
}

.POM-image-button:hover .POM-POM-text:before{
    content: attr(post-hover);
}

.POM-image-button:hover .POM-color-label{
    border: 1px solid white;
    background: rgba(0, 0, 0, 0.50);
    margin-top: 40%;
    transition: all 0.3s ease;
}

.POM-image-button:hover .POM-POM-text{
    text-align: center;
    width: 100%;
}

.POM-color-label{
    background: #003572;
    color: white;
    width: 75%;
    text-align: left;
    display: inline-block;
    margin: 3em;
    border-radius: 5px;
}

 /* Set position for color label content */
.POM-date, .POM-POM-text{
    width: 85%;
    margin: 5px 0px;
    float: right;
}

.POM-date{
    padding-top: 10px;
	letter-spacing: 1px;
}

.POM-POM-text{
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.POM-text-label{
    margin-left: 20px;
    color: white;
    margin-top: 20px;
}

.POM-product{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.POM-location{
    font-size: 20px;
}

#POM-shop-ABS{
    background:linear-gradient(rgb(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../promotions/images/footer-house.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	height: 55vh;
}

.POM-shop-ABS-infobox{
    width: 80%;
    color: white;
    text-align: center;
	margin: 50px 0;
}

.POM-shop-ABS-infobox > p{
    margin: 35px 0px;
}

.POM-shop-ABS-infobox > p:nth-child(1){
	font-size: 40px;
	font-weight: 100;
}

.POM-shop-ABS-infobox > p:nth-child(2){
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 0 30px;
}

#POM-contact-rep-divider{
    display: flex;
    font-size: 22px;
    margin: 20px;
    padding: 0px 40px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

#POM-contact-rep-divider > p {
    text-align: center;
    margin: 0px 20px;
}

.POM-divider-bar{
    background-color: #003672;
    height: 2px;
    width: 100%;
}

#POM-shop-button-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}

.POM-button-shop{
	background-color: transparent;
    color: rgb(218, 172, 49);
	border: 1px solid rgb(218, 172, 49);
	border-radius: 5px;
    height: 50px;
    width: 175px;
    font-size: 25px;
    font-weight: 100;
    margin: 15px 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.POM-no-link-style{
    text-decoration: none;
	color: inherit;
}

.hero-contents-container {
    height: 30vh;
    width: 100%;
    align-items: center;
}