#giftcard header{
	background:#fff url("/assets/img/giftcard_header.jpg") center center no-repeat;
	position:relative;
	border-bottom:10px solid #e6e7e8;
	z-index:1;
	position:relative;
}

#giftcard header h1{
	color:#fff;
	font-size:60px;
	text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
	margin:0;
	padding:50px 0 75px 35px;
	line-height:125%;
}

#giftcard p{
	font-size:17px;
	margin: 0 auto;
    padding: 0 0 20px;
}

#giftcard a{
	color:#007a78;
	font-weight:bold;
}

#giftcard div.info{
	float:left;
	width:580px;
	margin-top: 20px;
}

#giftcard div.sidebar{
	width:300px;
	float:right;
	background:#f2f2f2;
	box-sizing:border-box;
	padding:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:-45px 20px 0 0;
	z-index:10;
	position:relative;
}

#giftcard div.sidebar h2{
	font-size:22px;
	color:#bd5027;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

#giftcard div.sidebar a{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
}

#giftcard div.sidebar p.plan-info{
	font-size:15px;
}

#giftcard div.sidebar p.plan-info:last-child{
	padding-bottom:0;
}

#giftcard div.code-box{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(213,102,39); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213,102,39,1) 0%, rgba(189,80,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,102,39,1)), color-stop(100%,rgba(189,80,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(213,102,39,1) 0%,rgba(189,80,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(213,102,39,1) 0%,rgba(189,80,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(213,102,39,1) 0%,rgba(189,80,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(213,102,39,1) 0%,rgba(189,80,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d56627', endColorstr='#bd5027',GradientType=0 ); /* IE6-9 */
}

#giftcard div.code-box p{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	display:inline;
}

#giftcard div.code-box input{
	display:inline;
	font-size:22px;
	margin:0 0 0 15px;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	width:255px;
	box-sizing:border-box;
	float:right;
}

#giftcard div.code-box button{
	width:100%;
	font-size:20px;
	display:block;
	text-align:center;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing:border-box;
	padding:10px;
	margin:15px 0 0;
	border:none;
	background: rgb(64,100,126); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(64,100,126,1) 0%, rgba(36,56,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,100,126,1)), color-stop(100%,rgba(36,56,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(64,100,126,1) 0%,rgba(36,56,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(64,100,126,1) 0%,rgba(36,56,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(64,100,126,1) 0%,rgba(36,56,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(64,100,126,1) 0%,rgba(36,56,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40647e', endColorstr='#243844',GradientType=0 ); /* IE6-9 */
}

#giftcard div.code-box button:hover{
	background: rgb(36,56,68); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(36,56,68,1) 0%, rgba(64,100,126,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,56,68,1)), color-stop(100%,rgba(64,100,126,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(36,56,68,1) 0%,rgba(64,100,126,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(36,56,68,1) 0%,rgba(64,100,126,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(36,56,68,1) 0%,rgba(64,100,126,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(36,56,68,1) 0%,rgba(64,100,126,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243844', endColorstr='#40647e',GradientType=0 ); /* IE6-9 */
}

#giftcard div.code-box .validation-error{
	text-align:center;
	color:yellow;
	padding-top: 5px;
}
.subscribe-phone{
	width: 205px;
}
.subscribe-phone-ext{
	width: 50px;
}
.subscribe-phone-div{
	float:left;
}
.subscribe-phone-sep{
	float: left;
	margin: 5px 8px;
}
#top-menu-nav #subscribeLogin {
	background-color: #BE4E03;
	padding-top: 0;
	box-shadow: 1px 1px 2px #BBBBBB;
	-webkit-box-shadow: 1px 1px 2px #BBBBBB;
}
#top-menu-nav #subscribeLogin a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 12px 3px 9px;
	font-weight: bold;
	display: block;
	cursor: pointer;
}
#subscribeLogin .dropdown-menu {
	margin-left: -170px;
	background-color: #e2e2e2;
	padding: 0;
	border-radius: 0;
	min-width: 160px;
	text-transform: none;
}
#subscribeLogin .dropdown-menu h1{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0 auto;
	color: #666;
	line-height: 40px;
}
#subscribeLogin form {
	background-color: #ebeeed;
	padding: 5px 10px 15px 10px;
	margin-bottom: 0;
}

#subscribeLogin input.form-control, #subscribeLogin input[type=password] {
	margin-top: 10px;
	padding: 4px 6px;
	height: auto;
}

#subscribeLogin #login {
	margin: 10px auto;
	background-color: #BE4E03;
	border-radius: 0;
	width: 80px;
	color: #FFFFFF;
	padding: 4px 12px;
	cursor: pointer;
}
#subscribeLogin #forgot-password {
	text-align: center;
}
#subscribeLogin #forgot-password a {
	color: #CF7D46;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
#subscribeLogin .login-error {
	color: #B94A48;
	font-size: 85%;
}
/*free subscriber popup css*/
.marketingOptIn, .marketingOptIn label {
	display: inline;
}