﻿/*  *********************************************/
/*  	 					*/
/*  HTK Horizon web theme                     	*/
/*  HTK Horizon login screen promo		*/
/*  	 					*/
/*  *********************************************/

.loginscreenpromo {
	width:250px;
	height:370px;
	background-color:#ffffff;
	padding:10px;
}

P {
	font-family: Poppins, Arial, sans-serif; 
	font-size:14pt;
	line-height: 120%;
	color: #333333;
}

h1 {
	font-family: Poppins, Arial, sans-serif; 
	font-size:16pt;
	line-height: 120%;
	color: #333333;
}

h2 {
	font-family: Poppins, Arial, sans-serif; 
	font-size:14pt;
	line-height: 120%;
	color: #74c15e;
	text-transform:none;
}

h3 {
	font-family: Poppins, Arial, sans-serif; 
	font-size:12pt;
	line-height: 120%;
	color: #333333;
}

a:link, a:visited {
	color:#e57200;;
	text-decoration:none;
}

a:hover, a:active {
	color:#d44405;
	text-decoration: underline;
}

.htk_button:link {
	color:#000000;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button:visited {
	color:#000000;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button:hover {
	color:#000000;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button:active {
	color:#000000;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button_cta:link {
	color:#ffffff;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button_cta:visited {
	color:#ffffff;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button_cta:hover {
	color:#ffffff;
	text-decoration:none !important;
	border-bottom:none !important;
}
.htk_button_cta:active {
	color:#ffffff;
	text-decoration:none !important;
	border-bottom:none !important;
}

/* 
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

/* Call-to-action button */
.buyNow, .buyNow:hover, .buyNow:active, .htk_button_cta {
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	background-color: #00a5dd;
	border: medium none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	cursor: pointer;
	font-family: HelveticaNeueW02-75Bold Helvetica,Arial,sans-serif;
	font-size:13px;
	padding: 1.2rem 2.0rem;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

/* Other button */
.readMore, .readMore:hover, .readMore:active, .htk_button {
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	background-color: #ffffff;
	border: medium none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	color: #00a5dd;
	cursor: pointer;
	font-family: HelveticaNeueW02-75Bold Helvetica,Arial,sans-serif;
	font-size:13px;
	padding: 1.2rem 2.0rem;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

form.hp-smartInsertForm .hp-form-submit-button input, form.hp-smartInsertForm .hp-form-submit-button input:hover {
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	background-color: #00a5dd;
	border: medium none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	cursor: pointer;
	font-family: HelveticaNeueW02-75Bold Helvetica,Arial,sans-serif;
	font-size:13px;
	padding: 1.2rem 2.0rem;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}