/*
	Theme Name: HTC Robocar
	Description: 2015 HTC Robocar
	Author: HTC Dev Team
	Author URI: http://www.htc.com

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    /* remember to define focus styles! */

    outline: 0;
}

body {
    background: #fff;
    /*line-height: 1;*/
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */

    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: 0;
}

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/*--------------------------------------------------
HTC Global Template
--------------------------------------------------*/
/* Grid System Based on 960 Grid System - http://960.gs/ */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.container_4 .grid_1 {
    width: 256px;
}

.container_4 .grid_2 {
    width: 512px;
}

.container_4 .grid_3 {
    width: 768px;
    float: right;
}

.container_4 .grid_4 {
    width: 1024px;
}

body {
    background-color: #fff;
    color: #7e7e7e;
    font-family: Arial, 'sans serif';
    margin: 0;
    padding: 0;
    width: 100%;
}

body.home {
    background: url('images/bg-homepage.jpg') #fff repeat-x;
    color: #7e7e7e;
    font-family: Arial, 'sans serif';
    margin: 0;
    padding: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, 'sans-serif';
    font-weight: bold;
    color: #252525;
}

h1 {
    margin: 0;
}

h2 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.0em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: 1.0em;
}

a:link,
a:visited {
    color: #7dbe32;
    text-decoration: none;
}

a:hover,
a:active {
    color: #4d9f1c;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

h1.entry-title a:link,
h1.entry-title a:visited {
    color: #534741;
    text-decoration: none;
}

h1.entry-title a:hover,
h1.entry-title a:active {
    color: #7dbe32;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    padding: 0 0 0 0;
}

img {
    border: 0;
    vertical-align: top;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

sup {
    font-size: 50%;
}

.right {
    float: right;
}

input:focus,
select:focus,
textarea:focus {
    /* remove auto highlight on form elements */

    outline: none;
}

a:active,
a:selected,
a:visited,
a:hover {
    /* remove dotted border onclick */

    border: none;
    outline: none;
}

::selection {
    background: #3399ff;
    /* Safari */
}

::-moz-selection {
    background: #3399ff;
    /* Firefox */
}

#page-container {
    background-color: #fafafa;
    background-image: url('images/bg-interior-top-gradients.jpg'), url('images/bg-interior-body-top-btm-edge2.jpg');
    background-position: center 85px, left -30px;
    background-repeat: no-repeat, repeat-x;
    color: 5a5a5a;
    font-family: Arial, 'sans serif';
    width: 100%;
    padding: 0 0 60px 0;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

legend {
    display: none;
}

#homepage-outer-container {
    width: 1024px;
    margin: 1px auto 0 auto;
}

#main-container {
    width: 1024px;
    margin: 0 auto;
    overflow: visible;
    display: block;
}
/* @end General Styles */
/* @group Header */

#header-container {
    background: #000;
    border-top: 6px solid #69b40f;
    height: 78px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
}

.header-content {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

h1#logo {
    float: left;
}

h1#logo a {
    background: url('images/htc-logo.png') no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    margin: 24px 0 0 0;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    width: 84px;
    z-index: 0;
}

#nav {
    float: left;
    width: 894px;
}

#header-nav-main {
    margin: 6px 0 0 29px;
    overflow: hidden;
}

#header-nav-main li {
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding-bottom: 8px;
    padding-right: 0;
    text-transform: uppercase;
    float: left;
}

#header-nav-main li.spacer:last-child {
    padding-right: 0;
}

#header-nav-main li a,
#header-nav-main li a:link,
#header-nav-main li a:visited {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .03em;
    display: block;
    padding: 15px 31px 24px 31px;
    margin-right: 1px;
}

#header-nav-main li a:hover {
    color: #7dbe32;
}

#header-nav-main li:last-child {
    padding-right: 0;
}

#header-nav-main .submenu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 84px;
    background-color: #fff;
    z-index: 9999;
}

#header-nav-main .subnav-active {
    background: #fff;
}

#header-nav-main .subnav-active a {
    color: #434343;
}

#header-nav-main .submenu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 78px;
    background-color: #FFF;
    z-index: 9999;
}

#header-nav-main .submenu ul.subnav {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#header-nav-main.submenu ul.subnav>li {
    display: 0;
    display: inline-block;
    display: inline;
    float: left;
    list-style-type: none;
    padding: 0 5px;
    text-align: center;
}

#header-nav-main .submenu ul.subnav>li>a {
    color: #666;
    display: block;
    max-width: 200px;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 7px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .6;
    transition: .2s;
}

#header-nav-main .submenu ul.subnav>li>a>span {
    display: block;
    padding-top: 10px;
}

#header-nav-main .submenu ul.subnav>li>a:hover {
    color: #434343;
    opacity: 1.0;
    transition: .2s;
}

#secondary-header-container {
    margin: 0;
    position: relative;
    float: right;
    display: block;
    text-align: right;
    z-index: 10;
    padding-right: 30px;
}

#secondary-header-container ul {
    float: right;
    margin: 7px 0 0 0;
}

#secondary-header-container li,
#secondary-header-container li a {
    color: #999;
    list-style-type: none;
    display: inline;
    font-size: 11px;
    padding: 0 0 0 10px;
    margin: 0;
    letter-spacing: .04em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 9px;
}

#secondary-header-container li a:hover,
#secondary-header-container li a:active {
    color: #7dbe32;
}

#secondary-header-container li:first-child,
#secondary-header-container li a:first-child {
    padding: 0 0 0 0;
}

#secondary-header-container .search-container {
    display: block;
    float: right;
    margin: 0 0 0 15px;
}

#secondary-header-container .search-container span.search {
    background: url(images/search-input-bg.png) no-repeat 0 0;
    width: 128px;
    height: 22px;
    display: block;
    float: left;
}

#secondary-header-container .search-container .search-input {
    background: url('images/search-placeholder.png') no-repeat scroll 8px 8px transparent;
    background-color: #333;
    height: 28px;
    width: 178px;
    border: none;
    color: #999;
    font-size: 13px;
    padding-left: 28px;
    outline-width: 0;
}

#secondary-header-container .search-container a.search-button {
    width: 21px;
    height: 22px;
    display: block;
    float: left;
}

#secondary-header-container .search-container a.search-button:hover {
    width: 21px;
    height: 22px;
    display: block;
    float: left;
}
/* @end Header */
/* @group Footer */

#htc-footer {
    clear: both;
    font-family: Lato, Arial, sans-serif;
}

#htc-footer .engagement {
    color: #bababa;
    background-color: #373737;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

#htc-footer .engagement:before,
footer .engagement:after {
    content: "";
    display: table;
}

#htc-footer .engagement:after {
    clear: both;
}

#htc-footer .engagement .engagement-content {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

#htc-footer .engagement .engagement-content:before,
#htc-footer .engagement .engagement-content:after {
    content: "";
    display: table;
}

#htc-footer .engagement .engagement-content:after {
    clear: both;
}

#htc-footer .engagement .engagement-content .social {
    margin: 0;
    float: left;
}

#htc-footer .engagement .engagement-content .social:before,
#htc-footer .engagement .engagement-content .social:after {
    content: "";
    display: table;
}

#htc-footer .engagement .engagement-content .social:after {
    clear: both;
}

#htc-footer .engagement .engagement-content .social .title {
    float: left;
    font-size: 12px;
    margin: 31px 0 31px 0;
    text-transform: uppercase;
}

#htc-footer .engagement .engagement-content .social ul {
    float: left;
    list-style-type: none;
    margin: 26px 0 0 0;
    padding: 0 0 0 18px;
}

#htc-footer .engagement .engagement-content .social ul li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 5px;
}

#htc-footer .engagement .engagement-content .social ul li a {
    display: block;
    opacity: 0.60;
}

#htc-footer .engagement .engagement-content .social ul li a:hover {
    opacity: 1;
}

#htc-footer .engagement .engagement-content .social ul li img {
    display: block;
    height: 20px;
    width: 20px;
}

#htc-footer .engagement .engagement-content .newsletter {
    width: 275px;
    margin: 21px 0 0 15px;
    float: right;
}

#htc-footer .engagement .engagement-content .newsletter:before,
#htc-footer .engagement .engagement-content .newsletter:after {
    content: "";
    display: table;
}

#htc-footer .engagement .engagement-content .newsletter:after {
    clear: both;
}

#htc-footer .engagement .engagement-content .newsletter form {
    float: left;
    margin: 0;
}

#htc-footer .engagement .engagement-content .newsletter .email {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

#htc-footer .engagement .engagement-content .newsletter .email input {
    border: 1px solid #e6e6e6;
    background: #ecebe9;
    color: #858484;
    font-size: 12px;
    font-weight: 400;
    height: 29px;
    width: 227px;
    padding-left: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#htc-footer .engagement .engagement-content .newsletter .button {
    float: left;
    z-index: 9999;
}

#htc-footer .engagement .engagement-content .newsletter .button input[type=submit] {
    background: url('images/site-buttons.png') no-repeat -92px -6px;
    width: 33px;
    height: 33px;
    border: none;
    font-size: 0;
    margin: 0 0 0 4px;
    padding: 0;
}

#htc-footer .engagement .engagement-content .newsletter .button input[type=submit].active {
    background: url('images/site-buttons.png') no-repeat -137px -6px;
    width: 33px;
    height: 33px;
}

#htc-footer .engagement .engagement-content .newsletter .customer {
    float: left;
    color: white;
    display: none;
    font-size: 11px;
    padding: 10px 0 0 0;
}

#htc-footer .engagement .engagement-content .newsletter .customer span {
    padding: 0 5px 0 0;
}

#htc-footer .engagement .engagement-content .newsletter .customer label {
    padding: 0 5px 0 5px;
}

#htc-footer .engagement .engagement-content .newsletter .privacy {
    float: left;
    color: white;
    display: none;
    font-size: 11px;
    padding: 10px 0 0 0;
    position: relative;
}

#htc-footer .engagement .engagement-content .newsletter .privacy a {
    color: white;
}

#htc-footer .engagement .engagement-content .newsletter .privacy span {
    padding: 0 5px 0 5px;
    width: 250px;
}

#htc-footer .engagement .engagement-content .newsletter .privacy .asterisk {
    color: #69b40f;
}

#htc-footer .engagement .engagement-content .newsletter p.success,
#htc-footer .engagement .engagement-content .newsletter p.error {
    display: none;
    font-size: 12px;
    margin: 0;
    position: relative;
    top: 12px;
}

#htc-footer .engagement .engagement-content .newsletter p.success .highlight {
    color: white;
    font-weight: bold;
}

#htc-footer .engagement .engagement-content .newsletter p.error .highlight {
    color: #FFF;
    font-weight: 700;
}

#htc-footer .engagement .engagement-content .newsletter label.error {
    border: 1px solid #8d1e1e;
    color: #FFF;
    display: none;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    background-color: #d50e0e;
}

#htc-footer .engagement .engagement-content .newsletter label.error:after {
    border-color: transparent transparent transparent #d52e2e;
    border-style: solid;
    border-width: 6px;
    content: '';
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 5px;
    width: 0;
}

#htc-footer .engagement .engagement-content .newsletter .email label.error {
    right: 250px;
    top: 4px;
    white-space: nowrap;
}

#htc-footer .engagement .engagement-content .newsletter .privacy label.error {
    right: 295px;
    top: -1px;
    white-space: nowrap;
}

#htc-footer .engagement .engagement-content .newsletter .error-mobile {
    color: #FFF;
    background: red;
    padding: 5px;
    margin: 10px 0 0;
    display: none;
}

#htc-footer .sitemap {
    color: #bababa;
    background-color: white;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

#htc-footer .sitemap:before,
#htc-footer .sitemap:after {
    content: "";
    display: table;
}

#htc-footer .sitemap:after {
    clear: both;
}

#htc-footer .sitemap .sitemap-content {
    width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 15px 0 30px 0;
}

#htc-footer .sitemap .sitemap-content:before,
#htc-footer .sitemap .sitemap-content:after {
    content: "";
    display: table;
}

#htc-footer .sitemap .sitemap-content:after {
    clear: both;
}

#htc-footer .sitemap .sitemap-content .links {
    margin: 0 15px 0 0;
    float: left;
    color: #595959;
}

#htc-footer .sitemap .sitemap-content .links:before,
#htc-footer .sitemap .sitemap-content .links:after {
    content: "";
    display: table;
}

#htc-footer .sitemap .sitemap-content .links:after {
    clear: both;
}

#htc-footer .sitemap .sitemap-content .links ul {
    margin: 0;
    padding: 0;
}

#htc-footer .sitemap .sitemap-content .links ul li {
    list-style-type: none;
    margin: 5px 0 5px 0;
    padding: 0;
}

#htc-footer .sitemap .sitemap-content .links ul li .title,
#htc-footer .sitemap .sitemap-content .links ul li .title>a {
    color: #534741;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    text-decoration: none;
}

#htc-footer .sitemap .sitemap-content .links li>a {
    color: #888;
    font-size: 12px;
    text-decoration: none;
}

#htc-footer .sitemap .sitemap-content .links li>a:hover {
    text-decoration: underline;
}

#htc-footer .sitemap .sitemap-content .links .links-col1,
#htc-footer .sitemap .sitemap-content .links .links-col2,
#htc-footer .sitemap .sitemap-content .links .links-col3,
#htc-footer .sitemap .sitemap-content .links .links-col4 {
    display: inline;
    float: left;
    width: 136px;
    margin: 0 16px;
    margin: 0;
    padding-right: 16px;
}

#htc-footer .sitemap .sitemap-content .legal {
    width: 275px;
    margin: 21px 0 0 15px;
    float: right;
}

#htc-footer .sitemap .sitemap-content .legal:before,
#htc-footer .sitemap .sitemap-content .legal:after {
    content: "";
    display: table;
}

#htc-footer .sitemap .sitemap-content .legal:after {
    clear: both;
}

#htc-footer .sitemap .sitemap-content .legal .logo {
    background: url('images/htc-logo.png') no-repeat scroll 0 0 transparent;
    height: 28px;
    width: 84px;
    margin: 15px 0 10px 0;
}

#htc-footer .sitemap .sitemap-content .legal .copyright {
    color: #595959;
    font-size: 12px;
    margin: 0;
}

#htc-footer .sitemap .sitemap-content .legal ul {
    margin: 0;
    padding: 0;
}

#htc-footer .sitemap .sitemap-content .legal ul li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    list-style-type: none;
}

#htc-footer .sitemap .sitemap-content .legal ul li a {
    color: #888888;
    font-size: 10px;
    padding-right: 17px;
    text-decoration: none;
    text-transform: uppercase;
}

#htc-footer .sitemap .sitemap-content .legal .qrcode {
    margin: 50px 0 0 0;
}
/* @end Footer */
/* Homepage Hero */

#homepage-hero a {
    width: 950px;
    height: 520px;
    display: block;
    border: none;
    outline: none;
}

.homepage-hero-bg {
    height: 520px;
    position: relative;
    top: 0;
    width: 1024px;
    z-index: 100;
}
/* Homepage Promos */

#promo-container {
    background: url("images/homepage-promos-bg-with-boxes.png") no-repeat top right transparent;
    width: 250px;
    height: 520px;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    z-index: 200;
}

.promo-ad-container {
    width: 230px;
    height: 160px;
    margin: 9px 0 0 10px;
    vertical-align: top;
    padding: 0;
}

.promo-ad-container:hover span {
    color: #4d9f1c;
}

span.promo-right-arrow {
    background: url("images/promo-right-arrow.gif") center right no-repeat;
    height: 5px;
    padding: 0 6px 0 0;
    color: #7dbe32;
    font-weight: bold;
    font-size: 12px;
}

.promo-ad-container h1 {
    color: #2e2c2a;
    padding: 14px 10px 0 10px;
    font-weight: normal;
    font-size: 13.5px;
    letter-spacing: .06em;
    text-shadow: 0 1px 0 #fff;
    margin: 0;
}

.promo-ad-container h1 a {
    color: #2e2c2a;
}

.promo-ad-container p span,
.promo-ad-container p span a {
    margin: 0 10px;
    font-size: 12px;
    letter-spacing: .04em;
    text-shadow: 0 1px 0 #fff;
}
/* Masthead */

.title-container {
    overflow: hidden;
}

.title-container.listing {
    padding-left: 255px;
    margin-bottom: 15px;
}

.title-container h1 {
    font-size: 35px;
    font-weight: normal;
    color: #534741;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    padding: 20px 0 10px 0;
    margin: 0;
    overflow: hidden;
    float: left;
}
/* Marquee Three-Quarters */

#marquee-container {
    float: left;
    -moz-box-shadow: 0 0 4px 0 #dcdcdc;
    -webkit-box-shadow: 0 0 4px 0 #dcdcdc;
    box-shadow: 0 0 4px 0 #dcdcdc;
    padding: 0;
    margin: 0;
    width: 775px;
    height: 295px;
}

#marquee-container img {
    position: relative;
    z-index: 100;
}

#marquee-container-shadow {
    background: url('images/marquee-three-quarters-shadow.png') no-repeat 0 0;
    width: 780px;
    height: 29px;
    float: left;
}

.marquee-cms {
    display: inline-block;
    float: right;
    width: 368px;
    position: relative;
    top: 64px;
    z-index: 150;
}

.marquee-cms a {
    color: #82786f;
}

.marquee-cms .logo {
    margin: 0 0 5px;
}

.marquee-cms .text {
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    margin: 0 0 21px;
    color: #82786f;
}

.marquee-cms .text b {
    font-weight: bold;
}

.marquee-cms .rating-stars {
    margin: 0;
    line-height: 16px;
}

.marquee-cms .rating-stars a {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.marquee-cms .button {
    margin: 13px 0 0 -10px;
}
/* Marquee Full Width */

.marquee-container-full-width {
    float: left;
    -moz-box-shadow: 1px 0 4px #d0d0d0;
    -webkit-box-shadow: 1px 0 4px #d0d0d0;
    box-shadow: 1px 0 4px #d0d0d0;
    padding: 0;
    margin: 0 0 40px 0;
    width: 1024px;
    /*height: 360px;*/

    height: 404px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.marquee-container-full-width img {
    position: absolute;
    z-index: 100;
}

.marquee-container-full-width-shadow {
    background: url('images/marquee-full-width-shadow.png') no-repeat 0 0;
    width: 1024px;
    height: 27px;
    float: left;
    position: absolute;
    top: 404px;
    /*IE-only*/

    _position: relative;
    _top: -40px;
}
/*IE7-only*/

*+.marquee-container-full-width-shadow {
    background: url('images/marquee-full-width-shadow.png') no-repeat 0 0;
    width: 1024px;
    height: 27px;
    float: left;
    position: relative;
    top: -40px;
}

.feature-detail-content-container article .marquee-container-730-width,
body.author .feature-detail-content-container .marquee-container-730-width {
    float: left;
    -moz-box-shadow: 1px 0 4px #d0d0d0;
    -webkit-box-shadow: 1px 0 4px #d0d0d0;
    box-shadow: 1px 0 4px #d0d0d0;
    padding: 5px;
    margin: 0;
    width: 730px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

body.category .feature-detail-content-container .marquee-container-730-width {
    float: left;
    -moz-box-shadow: 1px 0 4px #d0d0d0;
    -webkit-box-shadow: 1px 0 4px #d0d0d0;
    box-shadow: 1px 0 4px #d0d0d0;
    padding: 5px;
    margin: 0;
    width: 730px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

body.single .feature-detail-content-container article .marquee-container-730-width,
body.category .feature-detail-content-container article .marquee-container-730-width {
    padding: 5px 5px 5px 15px;
}

body.author .feature-detail-content-container .marquee-container-730-width {
    padding: 15px;
}

body.category .feature-detail-content-container .marquee-container-730-width {
    padding: 0px;
}

.feature-detail-content-container article .marquee-container-730-width img {
    position: relative;
    z-index: 100;
}

.feature-detail-content-container article .marquee-container-730-width-shadow,
body.author .feature-detail-content-container .marquee-container-730-width-shadow {
    background: url('images/marquee-730-width-bottom-shadow.png') no-repeat 0 0;
    width: 740px;
    height: 27px;
    float: left;
    margin-left: 0px;
}

body.category .feature-detail-content-container .marquee-container-730-width-shadow {
    background: url('images/marquee-730-width-bottom-shadow.png') no-repeat 0 0;
    width: 740px;
    height: 27px;
    float: left;
    margin-left: 0px;
}

.marquee-container-full-width .marquee-cms {
    display: inline-block;
    float: right;
    width: 417px;
    position: relative;
    top: 126px;
    z-index: 150;
}

.marquee-container-full-width .marquee-cms a {
    color: #82786f;
}

.marquee-container-full-width .marquee-cms img {
    margin: 0 0 5px;
}

.marquee-container-full-width .marquee-cms .text {
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    margin: 10px 0 21px;
    color: #82786f;
    width: 330px;
    float: right;
}

div.caption {
    color: #534741;
}

.marquee-container-full-width .marquee-cms .text b {
    font-weight: bold;
}

.marquee-container-full-width .marquee-cms .rating-stars {
    margin: 0;
    line-height: 16px;
}

.marquee-container-full-width .marquee-cms .rating-stars a {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.marquee-container-full-width .marquee-cms .button {
    margin: 13px 0 0 -10px;
}

.language-selector-container {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
/* Product Landing and Product List Page */

.display-featured-product-container,
.display-featured-accessories-container {
    float: left;
    clear: both;
    display: block;
    width: 768px;
    position: relative;
    vertical-align: bottom;
    padding: 13px 0 0 0;
    margin: 25px 0 0 0;
}

.display-container {
    float: left;
    clear: both;
    display: block;
    width: 1024px;
    position: relative;
    vertical-align: bottom;
    padding: 13px 0 0 0;
    margin: 27px 0 0;
    border-top: 1px solid #dcdad9;
}

.display-container h2 {
    color: #534741;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: .02em;
}

.display-product-list-container .product-container,
.display-container .product-container {
    float: left;
    height: 455px;
    margin: 0;
    padding: 0 12px 10px 12px;
    text-align: center;
    width: 231px;
}

.display-product-list-container .product-container p.product-desc,
.display-product-list-container .product-container div.rating-stars,
.display-product-list-container .product-container div.compare,
.display-product-list-container .product-container div.see-all,
.display-container .product-container p.product-desc,
.display-container .product-container div.rating-stars,
.display-container .product-container div.compare,
.display-container .product-container div.see-all {
    width: 231px;
    margin: 0 auto;
}

.display-product-list-container .product-container h3,
.display-container .product-container h3 {
    color: #1e1e1e;
    font-size: 18px;
    margin: 10px auto 3px auto;
    font-weight: normal;
    letter-spacing: .03em;
}

h3 b {
    font-weight: bold;
}

.display-product-list-container .product-container h3 b,
.display-container .product-container h3 b {
    font-weight: bold;
}

.display-product-list-container .product-container p.product-desc,
.display-container .product-container p.product-desc {
    color: #7e7e7e;
    font-size: 11px;
    margin: 0 auto;
}

.display-product-list-container .product-container div.rating-stars,
.display-container .product-container div.rating-stars,
.recommended-products div.rating-stars {
    margin: 8px 0 3px;
}

.display-product-list-container .product-container p.see-all-link,
.display-container .product-container p.see-all-link {
    margin: 143px 0 0 75px;
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .03em;
}

.button {
    border: 0;
    display: block;
}

.button-more-container {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}

.button-more {
    background: #fbfbfb;
    color: #675c53;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 0;
    width: 790px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b9b9b9;
}
/* square green button */

a.button-square-green span {
    background: transparent url('images/sprite-button-square-green-left.png') no-repeat top left;
    border: 0 none;
    display: block;
    font-size: 0.93em;
    height: 25px;
    letter-spacing: 0.03em;
    line-height: 26px;
    padding: 0 0 0 20px;
    color: #fff;
    text-shadow: 0 1px 0 #858585;
}

a.button-square-green {
    background: transparent url('images/sprite-button-square-green-right.png') no-repeat top right;
    display: block;
    height: 25px;
    border: 0;
    padding: 0 20px 0 0;
}

a.button-square-green:hover span {
    background: transparent url('images/sprite-button-square-green-left.png') no-repeat bottom left;
    border: 0 none;
    display: block;
    font-size: 0.93em;
    height: 25px;
    letter-spacing: 0.03em;
    line-height: 26px;
    padding: 0 0 0 20px;
    color: #fff;
    text-shadow: 0 1px 0 #858585;
}

a.button-square-green:hover {
    background: transparent url('images/sprite-button-square-green-right.png') no-repeat bottom right;
    display: block;
    height: 25px;
    border: 0;
    padding: 0 20px 0 0;
}

a.button-square-green-active:hover span {
    background: transparent url('images/sprite-button-square-green-left.png') no-repeat bottom left;
    border: 0 none;
    display: block;
    font-size: 0.93em;
    height: 25px;
    letter-spacing: 0.03em;
    line-height: 26px;
    padding: 0 0 0 20px;
    color: #fff;
    text-shadow: 0 1px 0 #858585;
}

a.button-square-green-active:hover {
    background: transparent url('images/sprite-button-square-green-right.png') no-repeat bottom right;
    display: block;
    height: 25px;
    border: 0;
    padding: 0 20px 0 0;
}
/* square grey button */

.main-section-container a.button-square-grey span {
    font-weight: bold;
    color: #82786F;
}

a.button-square-grey:hover span {
    background: transparent url('images/sprite-button-square-grey-left.png') no-repeat bottom left;
}

a.button-square-grey:hover {
    background: transparent url('images/sprite-button-square-grey-right.png') no-repeat bottom right;
}

a.button-square-grey {
    background: transparent url('images/sprite-button-square-grey-right.png') no-repeat top right;
    border: 0 none;
    display: inline-block;
    height: 25px;
    padding: 0 8px 0 0;
}

a.button-square-grey span {
    background: transparent url('images/sprite-button-square-grey-left.png') no-repeat top left;
    border: 0 none;
    color: #675C53;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    line-height: 26px;
    padding: 0 6px 0 12px;
    text-shadow: 0 1px 0 #FFFFFF;
    position: relative;
}

a.button-square-grey span.arrow {
    background: url("images/arrow-right-grey-small.png") no-repeat right center transparent;
    height: 8px;
    margin: 9px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
}
/* button square grey arrow */

.main-section-container a.button-square-grey-arrow span {
    font-weight: bold;
    color: #82786F;
}

a.button-square-grey-arrow:hover span {
    background: transparent url('images/sprite-button-square-grey-left.png') no-repeat bottom left;
}

a.button-square-grey-arrow:hover {
    background: transparent url('images/sprite-button-square-grey-right.png') no-repeat bottom right;
}

a.button-square-grey-arrow {
    background: transparent url('images/sprite-button-square-grey-right.png') no-repeat top right;
    border: 0 none;
    display: inline-block;
    height: 25px;
    padding: 0 8px 0 0;
}

a.button-square-grey-arrow span {
    background: transparent url('images/sprite-button-square-grey-left.png') no-repeat top left;
    border: 0 none;
    color: #675C53;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    line-height: 26px;
    padding: 0 12px 0 12px;
    text-shadow: 0 1px 0 #FFFFFF;
    position: relative;
}

a.button-square-grey-arrow span.arrow {
    background: url("images/arrow-right-grey-small.png") no-repeat right center transparent;
    height: 8px;
    margin: 9px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

a.button-square-grey span.arrow-grey-down,
a.button-square-grey-arrow span.arrow-grey-down {
    background: url("images/button-down-arrow-grey.png") no-repeat right center transparent;
    height: 4px;
    margin: 11px 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
/* Left Nav */

#left-nav {
    clear: both;
    float: left;
    margin: 0px 30px 0 0;
}

#left-nav .grid_1 {
    position: relative;
    width: 219px;
    float: left;
    padding: 10px 37px 0 0;
}

#left-nav .grid_1 p {
    position: relative;
    text-align: right;
    width: 190px;
    list-style: none;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
    clear: both;
    float: right;
}

#left-nav .grid_1 p a {
    color: #675c53;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 14px;
    letter-spacing: .02em;
    display: block;
}

#left-nav .grid_1 p a:hover {
    color: #7dbe32;
}

#left-nav .grid_1 p.active a {
    color: #fff;
    margin: 0 31px 20px 0;
    padding: 4px 0 0;
    text-shadow: 0 1px 0 #999;
}
/* not active left nav */

#left-nav .grid_1 p.oneLineText {
    list-style: none;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
    height: 20px;
}

#left-nav .grid_1 p.twoLineText {
    list-style: none;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
    height: 100%;
    height: 40px;
}

#left-nav .grid_1 p.threeLineText {
    list-style: none;
    line-height: 17px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
    height: 100%;
    height: 60px;
}
/* active left nav */

#left-nav .grid_1 p.active.oneLineText {
    background: #7dbe32 url('images/sub-nav-active-arrow-one-line.gif') no-repeat top right;
    border-right: 0 none;
    height: 20px;
    line-height: 12px;
    margin: 0 -12px 20px 0;
    padding: 0;
    width: 225px;
}

#left-nav .grid_1 p.active.twoLineText {
    background: url("images/sub-nav-active-arrow-two-lines.png") no-repeat scroll right top #7DBE32;
    border-right: 0 none;
    height: 40px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 9px 0 0;
    width: 225px;
}

#left-nav .grid_1 p.active.threeLineText {
    background: #7dbe32 url("images/sub-nav-active-arrow-three-lines.gif") no-repeat top right;
    border-right: 0 none;
    height: 59px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 9px 0 0;
    width: 225px;
}
/* subnav left-nav */

#left-nav .grid_1 dl {
    display: block;
    float: right;
    margin: -13px 20px 15px 0;
    position: relative;
    text-align: right;
}

#left-nav dl dd {
    display: block;
    float: right;
    margin: -10px 20px 15px 0;
    position: relative;
    text-align: right;
}

#left-nav .grid_1 dl dt a {
    color: #82786f;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 0;
    height: 19px;
    font-size: 12px;
    letter-spacing: .02em;
    display: block;
}

#left-nav .grid_1 dl dt a:hover {
    color: #7dbe32;
}

#left-nav .grid_1 dl dt .active a {
    color: #fff;
    margin: 0 37px 20px 0;
    padding: 4px 0 0;
    text-shadow: 0 1px 0 #999;
}
/* not active sub left nav */

#left-nav .grid_1 dl dt dd.oneLineText {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: 0;
}

#left-nav .grid_1 dl dt dd.twoLineText {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: 0;
}

#left-nav .grid_1 dl dt dd.threeLineText {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: 0;
}
/* active sub left nav */

#left-nav .grid_1 dl dt dd.oneLineText.active {
    background: transparent;
    border-right: 0;
    height: 20px;
    line-height: 12px;
    margin: 0 -12px 20px 0;
    padding: 0;
    width: 256px;
}

#left-nav .grid_1 dl dt dd.twoLineText.active {
    background: transparent;
    border-right: 0;
    height: 40px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 0 0 40px;
}

#left-nav .grid_1 dl dt dd.threeLineText.active {
    background: transparent;
    border-right: 0;
    height: 59px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 0 0 15px;
}

#left-nav ul {
    position: relative;
    text-align: right;
}

#left-nav .grid_1 ul li {
    list-style: none;
    line-height: 15px;
    margin: 0 0 11px 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #7dbe32;
    clear: both;
    float: right;
}

#left-nav ul li a {
    color: #675c53;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 0;
    height: 21px;
    font-size: 14px;
    letter-spacing: .02em;
    display: block;
}

#left-nav ul li a:hover {
    color: #7dbe32;
}

#left-nav ul li.active a {
    color: #fff;
    margin: 0 27px 20px 0;
    padding: 4px 0 0;
    text-shadow: 0 1px 0 #999;
}
/* not active left nav */

#left-nav ul li.oneLineText {
    list-style: none;
    line-height: 17px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
}

#left-nav ul li.twoLineText {
    list-style: none;
    line-height: 17px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
    height: 100%;
    height: 40px;
}

#left-nav ul li.threeLineText {
    list-style: none;
    line-height: 17px;
    margin: 0 0 20px 0;
    padding: 0 17px 0 0;
    border-right: 1px solid #7dbe32;
    height: 100%;
    height: 60px;
}
/* active left nav */

#left-nav ul li.active.oneLineText {
    background: #7dbe32 url('images/sub-nav-active-arrow-one-line.gif') no-repeat top right;
    border-right: 0 none;
    height: 20px;
    line-height: 12px;
    margin: 0 -9px 20px 0;
    padding: 0;
    width: 225px;
}

#left-nav ul li.active.twoLineText {
    background: url("images/sub-nav-active-arrow-two-lines.png") no-repeat scroll right top #7DBE32;
    border-right: 0 none;
    height: 40px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 0 0 40px;
}

#left-nav ul li.active.threeLineText {
    background: #7dbe32 url("images/sub-nav-active-arrow-three-lines.gif") no-repeat top right;
    border-right: 0 none;
    height: 59px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 0 0 15px;
}
/* sub left-nav */

#left-nav ul ul.sub-nav {
    display: block;
    float: right;
    margin: -15px 20px 20px 0;
    position: relative;
    text-align: right;
}

#left-nav ul ul.sub-nav li {
    list-style: none;
    line-height: 19px;
    margin: 0 0 0 0;
    padding: 0 17px 0 0;
    clear: both;
    float: right;
    border: 0;
}

#left-nav ul ul.sub-nav li a {
    color: #82786f;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 0;
    height: 21px;
    font-size: 12px;
    letter-spacing: .02em;
    display: block;
}

#left-nav ul ul.sub-nav li a:hover {
    color: #7dbe32;
}

#left-nav ul ul.sub-nav li.active a {
    color: #fff;
    margin: 0 37px 20px 0;
    padding: 4px 0 0;
    text-shadow: 0 1px 0 #999;
}
/* not active sub left nav */

#left-nav ul ul.sub-nav li.oneLineText {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: 0;
}

#left-nav ul ul.sub-nav li.twoLineText {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: 0;
}

#left-nav ul ul.sub-nav li.threeLineText {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-right: 0;
}
/* active sub left nav */

#left-nav ul ul.sub-nav li.oneLineText.active {
    background: transparent;
    border-right: 0;
    height: 20px;
    line-height: 12px;
    margin: 0 -12px 20px 0;
    padding: 0;
    width: 256px;
}

#left-nav ul ul.sub-nav li.twoLineText.active {
    background: transparent;
    border-right: 0;
    height: 40px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 0 0 40px;
}

#left-nav ul ul.sub-nav li.threeLineText.active {
    background: transparent;
    border-right: 0;
    height: 59px;
    line-height: 16px;
    margin: 0 -22px 20px 0;
    padding: 0 0 0 15px;
}
/* Footer Promo */

.footer-promo {
    width: 100%;
    background: #e0dfdb url('images/footer-promo-bg.jpg') repeat-x bottom left;
    vertical-align: top;
    clear: both;
    margin: 0 auto 0 auto;
    display: inline-block;
}

.footer-promo-content {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-promo .container_4 .divider {
    background: url('images/footer-promo-divider.png') left center no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: inline-block;
    float: left;
    height: 146px;
    margin: 35px 0 0;
    vertical-align: middle;
    width: 17px;
}

.footer-promo .footer-promo-content h1 {
    font-weight: bold;
    color: #534741;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 22px;
}

.footer-promo .content p {
    margin: 0 0 10px 0;
    line-height: 19px;
    font-size: 14px;
}

.footer-promo .content p a.sub-link {
    color: #5a5a5a;
}

.footer-promo .content strong {
    font-size: 14px;
}

.footer-promo .content a {
    color: #659829;
    margin: 0;
}
/* 2 column promo */

.footer-promo .container_4 .promos-2-1 {
    display: inline-block;
    float: left;
    padding: 44px 0 0;
    width: 503px;
}

.footer-promo .container_4 .promos-2-2 {
    display: inline-block;
    float: left;
    padding: 44px 0 0;
    width: 503px;
}

.footer-promo .container_4 .promos-2-1 .content {
    width: 410px;
    text-shadow: 0 1px 0 #ecebea;
    margin: 0 0 50px 45px;
}

.footer-promo .container_4 .promos-2-2 .content {
    width: 410px;
    text-shadow: 0 1px 0 #ecebea;
    margin: 0 0 50px 40px;
}

.footer-promo .content.split p {
    margin: 0 50px 50px 0;
    line-height: 19px;
    font-size: 14px;
    float: left;
}
/* 3 column promo */

.footer-promo .promos-3-1 {
    width: 300px;
    padding: 40px 20px 40px 0;
    display: inline-block;
    float: left;
}

.footer-promo .promos-3-2 {
    width: 300px;
    padding: 40px 20px 0 15px;
    display: inline-block;
    float: left;
}

.footer-promo .promos-3-3 {
    width: 300px;
    padding: 40px 0 0 12px;
    display: inline-block;
    float: left;
}

.footer-promo .container_4 td.promos-3-1 .content,
.footer-promo .container_4 td.promos-3-2 .content,
.footer-promo .container_4 td.promos-3-3 .content {
    text-shadow: 0 1px 0 #ecebea;
    margin: 0 0 50px 0;
}
/* 4 column promo */

.footer-promo .promos-4-1,
.footer-promo .promos-4-2,
.footer-promo .promos-4-3 {
    padding: 40px 15px;
    width: 210px;
    text-shadow: 0 1px 0 #ECEBEA;
    display: inline-block;
    float: left;
}

.footer-promo .promos-4-4 {
    padding: 40px 0 40px 15px;
    width: 210px;
    text-shadow: 0 1px 0 #ECEBEA;
    display: inline-block;
    float: left;
}

.footer-promo .promos-4:first-child {
    padding: 40px 20px 40px 0;
}

.footer-promo .promos-4:last-child {
    padding: 40px 0 40px 20px;
}

.footer-promo .container_4 .promos-four.content {
    width: 220px;
    margin: 0 20px 0 40px;
    display: inline-block;
    float: left;
}

.footer-promo.columns-4 .footer-promo-content .divider {
    background: transparent url('images/footer-promo-divider.png') left center no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: inline-block;
    float: left;
    height: 146px;
    margin: 20px 0 0;
    vertical-align: middle;
    width: 17px;
}
/* Modal */

#basic-modal-content {
    display: none;
}
/* Overlay */

#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}
/* Container */

#simplemodal-container {
    height: 220px;
    width: 600px;
    color: #5a5a5a;
    background-color: #fff;
    padding: 12px;
    position: relative;
    z-index: 99999;
}

#simplemodal-container .simplemodal-data {
    padding: 25px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url('images/x.png') no-repeat;
    width: 34px;
    height: 34px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container h3 {
    color: #020202;
}

#simplemodal-container p {
    color: #5a5a5a;
    margin: 10px 0;
}
/* marquee-header-component */

.marquee-header-container {
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}

.marquee-header-component {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: 0px 3px 3px #d0d0d0;
    -moz-box-shadow: 0px 3px 3px #d0d0d0;
    box-shadow: 0px 3px 3px #d0d0d0;
    clear: none;
    float: left;
    height: 225px;
    margin: 4px;
    width: 504px;
    font-size: 12px;
}

.marquee-header-component .content {
    padding: 15px 20px;
    /*width: 275px;*/
}

.marquee-header-component .content h2 {
    color: #534741;
    font-size: 19px;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 19px;
    letter-spacing: .01em;
}

.marquee-header-component .content p {
    color: #898989;
    margin: 0 0 10px 0;
    line-height: 16px;
    padding: 0;
    width: 275px;
}

.marquee-header-component .button {
    margin: 0 0 0 -4px;
    clear: left;
    float: left;
}

.marquee-header-component p.link {
    margin: 0 0 3px 0;
}
/* Marquee Sub Promos */
/* row one */

.subpromo-tiles-container {
    width: 1029px;
    margin: 0 auto;
    padding: 0 0 0 0;
    clear: both;
    display: block;
    float: left;
    text-align: center;
}

.subpromo-tile {
    display: none;
    float: left;
    background: #fff url('images/subpromo-tile-bg.jpg') no-repeat bottom left;
    margin: 4px;
    height: 123px;
    -webkit-box-shadow: 0px 3px 3px #d0d0d0;
    -moz-box-shadow: 0px 3px 3px #d0d0d0;
    box-shadow: 0px 3px 3px #d0d0d0;
}

.subpromo-hidden {
    display: none;
}

.subpromo-50-percent {
    /* 2 tiles */

    display: block;
    width: 49%;
}

.subpromo-33-percent {
    /* 3 tiles */

    display: block;
    width: 32.4%;
}

.subpromo-25-percent {
    /* 4 tiles */

    display: block;
    width: 24.1%;
}

.subpromo-20-percent {
    /* 5 tiles */

    display: block;
    width: 19.1%;
}

.subpromo-tiles-container .subpromo-tile.sub-promo-content {
    float: left;
    padding: 0 0 0 0;
    text-align: center;
}

.subpromo-tiles-container .subpromo-tile.sub-promo-content p.icon {
    height: 61px;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 61px;
}

.subpromo-tiles-container .subpromo-tile.sub-promo-content p.text {
    color: #534C47;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 auto;
    overflow: visible;
    padding: 8px 0 0;
    width: 75%;
}
/* All Features Container */

.all-features-container {
    display: block;
    float: left;
    margin: 0 0 20px;
    width: 1024px;
}
/* Feature Detail Container */

.feature-detail-container {
    margin: 0 0 0 0;
    float: left;
}

.container_4 .grid_2.feature-detail-content-container {
    color: #7e7e7e;
    font-size: 12px;
    margin: 0 5px 0 0;
    overflow: visible;
    padding: 0 0 0 32px;
    width: 475px;
}

.feature-detail-container h1 {
    color: #534741;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    padding: 7px 0 5px;
    position: relative;
    text-shadow: 0 1px 0 #FFF;
}

.feature-detail-content-container p.intro-text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
    color: #7e7e7e;
}

h1 span.h1-icon {
    width: 61px;
    height: 61px;
    float: left;
    font-size: 24px;
    margin: 0 15px 0 0;
}

.container_4 .grid_2 h2.key-features,
.container_4 .grid_3 h2.key-features {
    color: #534741;
    font-size: 13px;
    letter-spacing: .03em;
    margin: 40px 0;
    text-transform: uppercase;
}
/* Feature Detail Definition List */

dl.feature-item {
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 20px 20px;
    width: 440px;
}

dl.feature-item dt {
    display: inline;
    float: left;
    width: 50px;
}

dl.feature-item dd {
    display: inline;
    float: left;
    width: 390px;
    font-weight: normal;
    color: #675c53;
}

dl.feature-item dt span.icon {
    width: 26px;
    position: relative;
    left: 0;
    top: 0;
}

dl.feature-item dd h3 {
    font-weight: bold;
    font-size: 14px;
    color: #534741;
    letter-spacing: .02em;
    margin: 0 0 2px 0;
}

dl.feature-item dd p {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 18px;
    color: #7e7e7e;
}
/* Feature Detail Callout */

.feature-detail-container-callout {
    background: #e7e6e4;
    width: 180px;
    float: right;
    padding: 20px 20px 60px 20px;
    margin: 10px 0 0 0;
    -moz-box-shadow: inset 0 0 6px #d5d5d5;
    -webkit-box-shadow: inset 0 0 6px #d5d5d5;
    box-shadow: inset 0 0 6px #d5d5d5;
}

.feature-detail-container-callout h3.title {
    color: #675c53;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.feature-detail-container-callout p.text {
    color: #7e7e7e;
    font-size: 12px;
    line-height: 17px;
}
/* IR Marquee Callout */

.content-container {
    width: 1024px;
    text-shadow: none;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}

.main-content-container {
    float: left;
    width: 512px;
    margin: 0;
}

.marquee-container-callout-full-width,
.marquee-container-callout-two-wide {
    background: #ececea;
    width: 768px;
    color: #7e7e7e;
    float: left;
    padding: 30px 25px;
    margin: 10px 0 0 0;
    -moz-box-shadow: inset 0 0 6px #d5d5d5;
    -webkit-box-shadow: inset 0 0 6px #d5d5d5;
    box-shadow: inset 0 0 6px #d5d5d5;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: center;
}

.marquee-container-callout-two-wide {
    width: 512px;
    padding: 30px 20px 10px;
    margin: 0 0 25px 0;
}

.marquee-container-callout-full-width h2 {
    color: #534741;
    font-size: 22px;
    font-weight: normal;
    margin: 86px 0 12px 0;
}

.marquee-container-callout-two-wide h2,
.main-section-container h2 {
    color: #534741;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.marquee-container-callout-full-width h3 {
    color: #534741;
    font-size: 18px;
    font-weight: bold;
    margin: 80px 0 12px 0;
}

.marquee-container-callout-two-wide h3 {
    color: #534741;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.marquee-container-callout-full-width h4 {
    color: #534741;
    font-size: 24px;
    padding-bottom: 10px;
}

.marquee-container-callout-full-width h5 {
    color: #534741;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}

.marquee-container-callout-full-width p.text,
.marquee-container-callout-two-wide p.text {
    color: #7c7c7c;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.marquee-container-callout-full-width p.text-small {
    color: #7e7e7e;
    margin: 0 0 14px 0;
    line-height: 1.5em;
}

.marquee-section {
    border-top: 1px solid #DADADA;
    float: left;
    margin: 10px 0 0;
    padding: 25px 0 15px;
    width: 100%;
}

.marquee-section .button-see-more-container {
    display: block;
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    right: 0;
    color: #82786f;
    text-transform: normal;
    font-size: 11px;
    font-weight: bold;
}
/* Right Column */

.right-column-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 0 20px;
    font-size: 11px;
    line-height: 1.54em;
}

.right-column-container h3,
.right-column-container h2 {
    font-size: 14px;
    font-weight: bold;
    color: #534741;
}

.right-column-container h3 {
    margin-bottom: 25px;
}

.right-column-container h2 {
    margin-bottom: 5px;
}

.right-column-container ul {
    list-style: none;
    margin: 10px 0 25px 0;
    line-height: 18px;
}

.right-column-container ul li {
    font-size: 12px;
}

.right-column-container ul li:first-child a {
    font-weight: bold;
    font-size: 13px;
    color: #534741;
}

.right-column-container ul li a {
    color: #82786f;
}

.right-column-container ul li a:hover {
    color: #4d9f1c;
}

.main-section-container {
    padding: 0 0 0 10px;
}

.main-section-container h3,
.ir-content .content h1 {
    font-weight: bold;
    color: #534741;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 22px;
}

span.date-notice {
    background: #a59d95;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: normal;
    margin: 0 5px;
    padding: 2px 2px 1px 2px;
    text-shadow: none;
    text-transform: uppercase;
}

.content-container .ir-content .content p.date-info {
    display: block;
    margin: 0 0 0 0;
}
/* Sprites */

.content-container .ir-content .content p a.ir-icon-link {
    margin: 0 5px 0 0;
}

.content-container .ir-content .content a.ir-icon-link {
    color: #82786f;
    text-transform: uppercase;
    font-size: 9px;
}

.content-container .ir-content .content a.ir-icon-link:hover,
.quarterly-documents a.ir-icon-link:hover,
.section a.ir-icon-link:hover,
.meeting-documents a.ir-icon-link:hover,
.marquee-section dl dd a.ir-icon-link:hover {
    color: #4d9f1c;
}

.content-container .content a.ir-icon-link span,
.main-section-container dt a.ir-icon-link span,
.main-section-container dd a.ir-icon-link span,
.marquee-section dt a.ir-icon-link span,
.marquee-section dd a.ir-icon-link span,
a.ir-icon-link {
    margin: 0;
}

a.ir-icon-link,
.main-section-container dd a.ir-icon-link,
.content-container .marquee-section dd a.ir-icon-link {
    color: #82786F;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    line-height: 17px;
}

.content-container .ir-content .content p.link-layout a.ir-icon-link,
.main-section-container a.ir-icon-link,
.quarterly-documents a.ir-icon-link,
.marquee-container-callout-two-wide a.ir-icon-link,
.section a.ir-icon-link {
    margin: 0 30px 0 0;
    float: left;
}

.marquee-section .button-see-more-container {
    margin: 40px 0 0 0;
}

.sprite-icons-pdf,
.sprite-icons-doc,
.sprite-icons-download,
.sprite-icons-email,
.sprite-icons-cal,
.sprite-icons-webcast,
.sprite-icons-rss {
    background-image: url('images/sprite-icons.png');
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    width: 16px;
}

.sprite-icons-pdf {
    background-position: 0 -2px;
    height: 15px;
}

.sprite-icons-doc {
    background-position: -16px -2px;
    height: 15px;
}

.sprite-icons-download {
    background-position: -32px -2px;
    height: 15px;
}

.sprite-icons-email {
    background-position: -46px 3px;
    height: 13px;
}

.sprite-icons-cal {
    background-position: -64px 0;
    height: 13px;
}

.sprite-icons-webcast {
    background-position: -79px 0;
    height: 13px;
}

.sprite-icons-rss {
    background-position: -96px -2px;
    height: 12px;
}
/* Marquee Section */

.main-section-container dt,
.main-section-container dd,
.marquee-section dt,
.marquee-section dd {
    float: left;
    font-size: 12px;
    margin-bottom: 12px;
}

.meeting-documents dt,
.quarterly-documents dt,
.right-rail dt,
.event-container p:first-child {
    color: #82786f;
    font-weight: bold;
}

.main-section-container dd + dt,
.marquee-section dd + dt {
    clear: left;
}

.main-section-container dt {
    width: 412px;
}

.marquee-section dt {
    width: 330px;
}

.marquee-section dt {
    font-weight: bold;
    color: #82786f;
}

.main-section-container .button-container {
    clear: both;
    float: left;
    display: block;
}

.main-section-container h4 {
    font-weight: bold;
    color: #534741;
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 14px;
    line-height: 18px;
}

.main-section-container h4 span {
    font-weight: normal;
    color: #82786F;
}

.main-section-container p {
    margin: 10px 0;
    font-size: 12px;
}

.main-section-container .border-top {
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px 0;
}

.main-section-container p.text {
    margin: 0 0 20px 0;
    line-height: 19px;
    font-size: 14px;
    color: #7c7c7c;
}
/* modal window styles taken from htc.com/www */

.modal-overlay-popup-background {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    background: white;
}

.confirmation-popup {
    z-index: 12000;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    display: none;
}

.confirmation-popup-inner {
    width: 268px;
    background: #656667;
    padding: 19px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.confirmation-popup-message {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    border-bottom: 1px dashed #5a5a5a;
    margin-bottom: 10px;
}

.confirmation-popup-message span {
    width: 225px;
    display: block;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.confirmation-popup-buttons {
    position: relative;
    float: left;
    left: 50%;
}

.confirmation-popup-buttons-inner {
    position: relative;
    left: -50%;
}

a.overlay-close {
    background: url('images/x.png') no-repeat 0 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 34px;
    height: 34px;
    text-indent: -30000px;
    z-index: 12000;
}
/* 404 Page */

body.error404 .feature-detail-container {
    background: url('images/troll.png') no-repeat top left;
    position: relative;
}

body.error404 .entry-header {
    margin-bottom: 15px;
    text-align: center;
}

body.error404 .entry-header h1.entry-title {
    font-family: 'Gochi Hand', cursive;
    font-size: 54px;
    margin: 90px 0 0 0;
}

body.error404 .entry-content {
    margin-right: 0;
    text-align: center;
}

body.error404 .entry-content p {
    font-size: 18px;
    color: #333;
}

body.error404 .entry-content .search-input {
    font-family: Arial, sans-serif;
    color: #666;
    font-size: 25px;
    font-weight: normal;
    border-radius: 5px;
    display: block;
    border: 1px solid #c6c6c6;
    width: 500px;
    padding: 12px;
    margin: 60px auto 100px auto;
    outline: none;
    text-align: center;
    background-color: #fff;
}

body.error404 .search-container #arrowSearch {
    position: absolute;
    top: 120px;
    right: 140px;
}
/* WP Template-specific */

.entry-header {
    margin-bottom: 15px;
}

.entry-content img {
    display: inline;
    margin: 0 2px 2px 2px;
}

.entry-content .alignleft {
    float: left;
    margin: 0 10px 0 0;
}

.entry-content .alignright {
    float: right;
    margin: 0 10px 0 0;
}

.entry-content .aligncenter,
.entry-content img.centered {
    display: inline-block;
    margin: 0 auto 10px;
}

.entry-content .aligncenter {
    display: block;
}

.entry-content img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

.entry-content img.alignleft,
.single .entry-content .wp-post-image {
    display: inline;
    margin: 0 20px 20px 2px;
    float: left;
}

.entry-content img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
}

.entry-content a img {
    border: medium none;
    height: auto !important;
}

.entry-content p,
.entry-content ul li,
.featured-text .caption.excerpt,
.entry-content .widget {
    color: #7E7E7E;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
}

.entry-content p a {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
}

.entry-content .wp-caption {
    padding: 5px;
    text-align: center;
}

.entry-content p.wp-caption-text {
    font-size: 11px;
    padding: 0px 0 20px 0;
}

.entry-content .wp-smiley,
.entry-content .wp-wink {
    border: none;
    float: none;
}

.entry-content {
    margin-top: 5px;
    margin-bottom: 30px;
    /* margin-right: 38px; */
}

.entry-content p {
    padding: 0 0 15px;
}

.entry-content p strong {
    font-weight: bold;
}

.entry-content p em {
    font-style: italic
}

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 15px;
}

.entry-content ul li,
.archive-page ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
    line-height: 18px;
}

.entry-content ol li,
.archive-page ol li {
    list-style-type: decimal;
    margin: 0 0 0 30px;
    padding: 0;
    line-height: 18px;
}

blockquote {
    margin: 5px 15px 20px;
    padding: 15px 20px 0;
}

.post {
    margin: 0 0 20px 0px;
}

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 15px;
}

.flexslider .caption.title {
    margin-bottom: 25px;
    font-size: 22px;
    color: #534741;
    letter-spacing: 0.02em;
    line-height: 22px;
}

body.category .flexslider .caption.title {
    margin: 20px 0px 10px 15px;
}

.entry-meta,
.caption.meta {
    font-size: 12px;
}

body.category .flexslider .caption.meta {
    margin: 0px 0px 15px 15px;
}

body.category .flexslider .featured-image {
    padding-left: 0px;
}

.entry-meta .meta-separator {
    color: #7DBE32;
    margin: 0 5px;
}

.caption.meta {
    margin-bottom: 10px;
}

.caption.excerpt .button.cms-green-button {
    margin: 15px 0px 20px 0px;
}

#nav-below {
    margin-bottom: 100px;
}

.horizontal-separator {
    border-top: 1px solid #D7D7D7;
    margin-bottom: 15px
}

body.category .horizontal-separator {
    margin-top: 20px
}

div.button.cms-green-button a span,
.flexslider .slides div.button.cms-green-button a span.more {
    background: transparent url('images/sprite-button-oval-green-left.png') no-repeat top left;
    color: #ffffff;
    display: block;
    height: 38px;
    letter-spacing: 0.03em;
    line-height: 35px;
    padding: 0 11px 0 32px;
    text-shadow: 0 1px 0 #71A420;
    font-size: 12px;
    font-weight: bold;
}

div.button.cms-green-button a,
.flexslider .slides div.button.cms-green-button a {
    background: transparent url('images/sprite-button-oval-green-right.png') no-repeat top right;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    margin: 0 6px 0 -3px;
    padding: 0 21px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

div.button.cms-green-button a:hover span,
div.button.cms-green-button a:active span {
    background: transparent url('images/sprite-button-oval-green-left.png') no-repeat bottom left;
    color: #FFF;
    display: block;
    height: 37px;
    letter-spacing: 0.03em;
    line-height: 35px;
    padding: 0 11px 0 32px;
    text-shadow: 0 1px 0 #71A420;
}

div.button.cms-green-button a:hover,
div.button.cms-green-button a:active {
    background: transparent url('images/sprite-button-oval-green-right.png') no-repeat bottom right;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    margin: 0 6px 0 -3px;
    padding: 0 21px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

#nav-below div.button.nav-next {
    float: left;
}

#nav-below div.button.nav-previous {
    float: right;
}

#left-nav aside {
    margin-bottom: 30px;
}

#left-nav aside.widget {
    padding: 10px 37px 0 0;
    width: 219px;
    float: left;
}

body.home #left-nav aside.widget {
    position: relative;
}

#left-nav aside.widget {
    position: relative;
}

#left-nav .widget_popular ul li {
    margin-bottom: 15px;
}

#left-nav .widget_popular ul li a {
    color: #675C53;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}

article .entry-content.excerpt .more {
    background: url("images/arrow-right-green-small.png") no-repeat scroll right 6px transparent;
    padding-right: 10px !important;
    font-size: 14px;
}

#left-nav aside.widget_popular ul li a:hover,
#left-nav aside.widget_popular ul li a:active {
    color: #4d9f1c;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

div.archive-link {
    text-align: right;
    font-size: 12px;
}

a.arrow-right-green-small,
aside.widget_team p a.all,
div.archive-link a {
    background: url("images/arrow-right-green-small.png") no-repeat scroll right 6px transparent;
    height: 6px;
    padding: 0 8px 0 0;
}

aside h3.widget-title,
.entry-content h2.widgettitle {
    font-size: 18px;
    font-weight: bold;
    color: #534741;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin: 0 0 20px;
}

aside h3.widget-title {
    text-align: right;
}

aside.widget.widget_text img {
    float: right;
}

div.content aside h3.widget-title {
    text-align: left;
}

.sidebar .widget_socials {
    background: transparent;
    border: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.widget_socials .hidden {
    display: none;
    text-indent: -9999em;
}

.widget_socials a {
    display: inline-block;
    margin: 0 5px;
}

.widget_socials .btn-tw {
    background: url(images/icon-twitter.png) no-repeat;
    width: 21px;
    height: 18px;
}

.widget_socials .btn-fb {
    background: url(images/icon-facebook.png) no-repeat;
    width: 18px;
    height: 18px;
}

.widget_socials .btn-rss {
    background: url(images/icon-rss.png) no-repeat;
    width: 18px;
    height: 18px;
}

.widget_socials .btn-yt {
    background: url(images/icon-youtube.png) no-repeat;
    width: 45px;
    height: 18px;
}

.widget_socials .btn-mail {
    background: url(images/icon-mail.jpg) no-repeat;
    width: 22px;
    height: 18px;
}

.widget_socials p.social-icons {
    text-align: right;
}

.media-gallery-close {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100001;
    text-align: right;
}

.media-gallery-close.below-wpadminbar {
    top: 30px;
}
/* Media Gallery widget fake crop */

.crop {
    float: right;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    width: 65px;
    height: 55px;
}

.crop img {
    /*
	position:absolute;
	*/
}

* LEGACY ------------------------------------------------------------ */
/* Header
------------------------------------------------------------ */

#legacy-header {
    overflow: hidden;
    width: 100%;
}

#legacy-header .wrap {
    padding-top: 30px;
}

#legacy-header .wrap #nav {
    padding-left: 30px;
}

#title-area {
    background: url(images/legacy-sprite-header-nav-english.png) no-repeat;
    float: left;
    overflow: hidden;
    text-indent: -9999em;
    display: block;
    height: 53px;
    width: 102px;
    margin-left: -6px;
}

#title,
#title a {
    text-indent: -9999em;
    display: block;
    height: 53px;
    width: 102px;
}

#title a,
#title a:hover {
    color: #333;
    text-decoration: none;
}

#description {
    font-size: 14px;
}

#legacy-header .widget-area {
    float: right;
    padding-left: 30px;
}

#legacy-header .widget-area .widget {
    float: left;
    margin-top: 8px;
}

#legacy-header .widget-wrap .textwidget {
    padding: 5px 5px 0 0;
}

#legacy-header .widget-area .sign-up {
    font-size: 12px;
    background: url(images/legacy-sign-up-icon.jpg) no-repeat left center;
    padding: 0 15px 0 15px;
    color: #666;
    font-weight: bold;
}

#legacy-header .widget-area .sign-up:hover {
    text-decoration: none;
    color: #87be1c;
}

li:hover ul ul,
li.sfHover ul ul {
    left: -9999px;
}

li:hover,
li.sfHover {
    position: static;
}

#legacy-header ul.nav li a.sf-with-ul,
#legacy-header ul.menu li a.sf-with-ul,
#subnav li a.sf-with-ul {
    padding-right: 25px;
}

li a .sf-sub-indicator {
    background: url(../genesis/images/arrow-down.png) no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 13px;
    width: 10px;
}

li li a .sf-sub-indicator {
    background: url(../genesis/images/arrow-right.png) no-repeat;
    top: 10px;
}

#legacy-header .widget-area {
    padding-left: 30px;
}

#legacy-header .searchform {
    float: right;
    background: url(images/legacy-search-bg.jpg) no-repeat;
    width: 222px;
    height: 30px;
    overflow: hidden;
}

.s {
    font-size: 12px;
    margin: 5px 0 0 10px;
    border: none;
    background: none;
    outline: none;
    width: 168px;
}

.searchsubmit,
.searchsubmit:hover {
    width: 30px;
    height: 25px;
    float: right;
    background: none;
    border: none;
    cursor: pointer;
}
/*Legacy footer */

#footer-widgets h4 {
    border: none;
    color: #595959;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #D7D7D7;
}

#footer-widgets {
    background-color: #fff;
    clear: both;
    color: #5b5b5b;
    font-size: 12px;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
}

#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets .textwidget {
    padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
    padding: 0;
}

#footer-widgets p,
#footer-widgets li {
    color: #5b5b5b;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 5px;
    list-style-type: none;
}

#menu-footer-get-around li {
    float: left;
    width: 160px;
}

#menu-footer-beyond-htc-com li {
    float: left;
    width: 160px;
}

#footer-widgets a,
#footer-widgets a:visited {
    color: #5b5b5b;
    line-height: 17px;
    display: block;
}

#footer-widgets a:hover {
    text-decoration: underline;
}

#footer-widgets .widget {
    padding-left: 10px;
}

#footer-widgets ul {
    color: #fff;
    margin: 0 0 10px;
    overflow: hidden;
}

.footer-widgets-1 {
    float: left;
    width: 48%;
}

.footer-widgets-2 {
    float: left;
    padding-left: 3%;
    width: 48%;
}

#footer-widgets li.facebook a {
    background: url("images/legacy-icon-facebook-small.png") no-repeat scroll left center transparent;
    padding-left: 25px;
}

#footer-widgets li.twitter a {
    background: url("images/legacy-icon-twitter-small.png") no-repeat scroll left center transparent;
    padding-left: 25px;
}

#footer-widgets li.youtube a {
    background: url("images/legacy-icon-youtube-small.png") no-repeat scroll -3px center transparent;
    padding-left: 25px;
}

#footer-widgets li.arrow a {
    background: url(images/legacy-icon-arrow-small.png) no-repeat left center;
    padding-left: 25px;
}

#footer {
    background: transparent;
    clear: both;
    font-size: 12px;
    overflow: hidden;
    padding: 6px 0 5px;
    width: 100%;
}

#footer p {
    color: #a3a3a3;
    font-size: 11px;
    padding-top: 30px;
    line-height: 11px;
    height: 11px;
}

#footer a,
#footer a:visited {
    color: #a3a3a3;
}

.widget-wrap h4.widgettitle {
    color: #534741;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin: 0 0 20px;
}

#footer a.logo {
    background: url(images/legacy-footer-logo.jpg) no-repeat;
    display: block;
    float: left;
    text-indent: -9999em;
    width: 87px;
    height: 45px;
    margin-top: -20px;
}

#footer a.region {
    background: url(images/legacy-region.png) no-repeat;
    display: block;
    float: right;
    text-align: center;
    font-weight: bold;
    color: #666;
    width: 146px;
    height: 42px;
    line-height: 42px;
    margin-top: -20px;
}
/* end of legacy footer*/

header h2.entry-title a {
    font-size: 28px;
    color: #534741;
}

body.single.single-post article.post div.entry-content h2 {
    font-size: 16px;
}

body.search.search-results #ls-gen3-ls-fxr .feature-detail-container .container_4.grid_3.feature-detail-content-container {
    width: 530px;
}
/* Start of Mobile */

@media only screen and (max-width: 720px) {
    #benefits_gallery,
    .container_4.grid_1.feature-detail-sub-nav,
    #footer-promo,
    body.archive.category .marquee-container-730-width,
    body.archive.category .marquee-container-730-width-shadow,
    div.container_4.grid_3.feature-detail-content-container div.horizontal-separator:nth-of-type(1) {
        display: none;
    }
    ul.menu-list li.has-sub-menu.product-tab.expanded .sub-menu a {
        border-bottom: solid 1px #dbdbdb;
        padding: 17px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        color: #666;
        text-decoration: none;
        font-weight: bold;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .container_4.grid_3.feature-detail-content-container {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        width: 680px;
    }
    .container_4.grid_3.feature-detail-content-container article a img {
        width: 680px;
        height: 368px;
    }
    body.single.single-post .marquee-container-730-width,
    body.single.single-post .marquee-container-730-width-shadow {
        width: 680px;
    }
    header h2.entry-title,
    .container_4.grid_3.feature-detail-content-container .entry-content.excerpt,
    #nav-below {
        width: 680px;
    }
    header h2.entry-title a {
        font-size: 22px;
    }
    body.search.search-results #ls-gen3-ls-fxr .feature-detail-container .container_4.grid_3.feature-detail-content-container {
        float: left;
        width: 100%;
    }
    body.search.search-results #ls-gen3-ls-fxr .feature-detail-container .container_4.grid_3.feature-detail-content-container h1.page-title {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .container_4.grid_3.feature-detail-content-container {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        width: 308px;
    }
    .container_4.grid_3.feature-detail-content-container article a img {
        width: 308px;
        height: 172px;
    }
    body.single.single-post .marquee-container-730-width,
    body.single.single-post .marquee-container-730-width-shadow {
        width: 308px;
    }
    header h2.entry-title,
    .container_4.grid_3.feature-detail-content-container .entry-content.excerpt,
    #nav-below {
        width: 308px;
    }
    header h2.entry-title a {
        font-size: 22px;
    }
}


.htc-chrome .footer-space{
    display: inline-block !important;
    height: 50px;
}
@media only screen and (max-width: 720px){
    .htc-chrome .footer-space{
        height: 0;
    }
}

/*@media only screen and (max-width: 720px){
    .htc-chrome .m-header .product-tab{
        display: none !important;
    }
}*/
