html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Chalet LondonNinteenSixty', Sans-Serif;
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    margin: 25px 0 10px 0;
	font-size: 34px;
	font-family: 'Chalet ParisNinteenSixty';
	line-height: 44px;
	text-align: center;
}

h1 span {
    font-family: 'Chalet LondonNinteenSixty';
    color: #05b6cc;
}

.mobile {
    display: none;
}

#site-container {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    color: #58585A;
    text-align: left;
    background-color: #FFF;
}

#header {
	position: relative;
    padding: 0 10px;
}

#header #trulink-logo {
    background: url('../img/trulink_logo.png') no-repeat transparent;
    /* width: 168px; */
    width: 290px;
    height: 48px;
    position: relative;
    left: 40px;
    top: 20px;
}

#header #trulink-logo span {
    display: none;
}

#header #learn-more {
    background: #F7F7F7;
    padding: 2px 16px 0px;
   /*  margin: 0 3px 33px; */
   margin:  0 3px 40px; /* added space for technical support mesaging */
    /* margin: 0 3px 26px; */
    color: #000;
}

#header #learn-more a,
#header #learn-more h2 {
    color: #EA6D5E !important;
    text-decoration: none !important;
    font-size: 32px;
    margin: 13px 12px 0;
    /* margin: 13px 18px 12px 0; */
    letter-spacing: -1px;
    font-family: 'Chalet NewYorkNinteenSixty';
}

#header #learn-more p {
    line-height: 15px;
    font-size: 12px;
    margin: 13px 0 7px;
    letter-spacing: 0.05px;
}

#header #learn-more a.boxed {
    background-color: #58585A;
    color: #FFF;
    text-decoration: none;
    padding: 0 7px;
}

#header #top-nav {
    background-color: #E6E6E6;
    width: 940px;
    height: 28px;
}

#header #top-nav ul {
    padding: 0;
    margin: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    text-align: center;
}

#header #top-nav li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    margin: 0 -5px;
    padding: 0 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: transparent;
    position: relative;
}

#header #top-nav li a {
    background-color: transparent;
    height: 28px;
    /* padding: 0 32px; */
    padding: 0 24px;
    margin: 0px;
    text-decoration: none;
    display: block;
    color: #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#header #top-nav li.selected {
    background: url('../img/selected.png') no-repeat center bottom #FFF;
}

#header #top-nav li a:hover,
#header #top-nav li.selected a {
    background-color: #05B6CC;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    color: #FFF;
}

#header .support {
	position: absolute;
	right: 13px;
	bottom: 38px;
	padding: 4px 6px;
	background-color: #ea6d5e;
}

	#header .support a {
		font-family: 'Chalet LondonNinteenSixty', Sans-Serif;
		font-size: 12px;
		/* color: #00b5cb; */
		color: #fff;
		text-decoration: none;
	}

	#header .support a:hover {
		/* color: #585859; */
		color: #fff;
	}

	#header .support:hover {
		background-color: #585859;
	}


#body {
    padding: 10px;
}

#footer {
    padding: 10px;
}

#footer #contact {
    padding: 0px 37px;
    margin-bottom: 34px;
}

#footer #contact h2 {
    color: #EA6D5E;
    font-size: 23px;
}

#footer #contact p {
    color: #383838;
    font-size: 15px;
    margin: 7px 0 17px;
}

#footer #contact input#firstname,
#footer #contact input#lastname {
    width: 248px;
}

#footer #contact input#email {
    /* width: 190px; */
    width: 320px;
}

#footer #contact input#phone {
    width: 174px;
}

#footer #contact #output {
    /*display: none;*/
}

#footer #contact #output .error {
    background: #CE2E3F;
    text-align: center;
    /*margin: 10px 0;*/
}

#footer #contact #output .error p {
    padding: 10px;
    color: #FFF;
}
#footer #contact #output .error span.field-validation-valid
{
    display: none;
}

#footer #contact #output .error span.field-validation-error
{
    padding: 10px 0px;
    color: #FFF;
    font-size: 15px;
    display: block;
}

#footer #legal {
    border-top: 1px solid #E6E6E6;
    padding: 1px 0;
    margin: 0 5px;
    font-family: Arial;
    font-size: 10px;
    color: #C0C0C0;
}

#footer #legal p {
    line-height: 12px;
    margin: 8px 0;
}

#footer #apple {
    margin: 7px 3px 20px;
}

#footer #apple a {
    margin: 0 6px;
}

input {
    border: 1px solid #CCC;
    height: 16px;
    /* margin-right: 9px; */
    margin: 0 9px 13px 0;
    font-family: 'Chalet LondonNinteenSixty';
    font-size: 16px;
    color: #7F7F7F;
    padding: 7px 9px;
    -webkit-font-smoothing: antialiased !important;
}

input.error {
    color: #CE2E3F;
    border: 1px solid #CE2E3F;
}

input[type="submit"] {
    background: url('../img/send.png') no-repeat right top #58585A;
    color: #FFF;
    font-size: 16px;
    height: 32px;
    padding: 1px 46px 0 17px;
    font-family: 'Chalet LondonNinteenSixty';
    border: none;
    margin: 0;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: url('../img/send.png') no-repeat right bottom #EA6D5E;
}

.select {
    width: 102px;

    height: 30px;
    overflow: hidden;
    background: url('../img/select.png') no-repeat right top #FFF;
    border: 1px solid #CCC;
    /* margin-right: 9px; */
    margin-bottom: 13px;
}

.select.interest {
	width: 396px;
	margin-right: 9px;
}

.select.error {
    border: 1px solid #CE2E3F;
}

.select select {
    background: transparent;
    /* width: 148px; */
    width: 102px;
    width: 152px\9;
    padding: 3px 9px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    /*height: 28px;*/
    height: 30px;
    -webkit-appearance: none;
    color: #7F7F7F;
    font-family: 'Chalet LondonNinteenSixty';
    -webkit-font-smoothing: antialiased !important;
    font-size: 16px;
}

.select select#interest {
	width: 396px;
    width: 446px\9;
}

.select.error select {
    color: #CE2E3F;
}

.container {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.blue {
    color: #00B5CB;
}

.hide {
    display: none;
}

sup {
    vertical-align: super !important;
    font-size: 12px !important;
    font-family: 'Chalet NewYorkNinteenSixty';
}

#body #faq {
    margin: 0 5px;
    border-bottom: 1px solid #E6E6E6;
    padding: 7px 34px 43px;
}

#body #faq h1 {
	margin: 25px 0;
}

	#body #faq h1.headline-android {
		margin: 25px auto;
		width: 728px;
	}

#body #faq h2 {
    font-size: 15px;
    color: #05B6CC;
    letter-spacing: 0.4px;
    margin: 21px 0;
}

#body #faq h3 {
    padding: 0 16px;
    font-size: 13px;
    font-family: 'Chalet NewYorkNinteenSixty';
    color: #58585A;
    margin: 20px 0 3px;
}

#body #faq p {
    font-size: 13px;
    line-height: 17px;
    padding: 0 16px;
    margin: 0 0 20px 0;
    max-width: 772px;
}

	#body #faq p strong {
		font-family: 'Chalet NewYorkNinteenSixty';
	}

	#body #faq p sup {
	    font-size: 11px;
	    line-height: 0px;
	}

	#body #faq p.copyright {
		margin: 30px 0 0 0;
		font-size: 10px;
	}

#body #thanks {
    margin: 0 5px;
    border-bottom: 1px solid #E6E6E6;
    padding: 7px 34px 43px;
    min-height: 340px;
}

#body #thanks h1 {
    font-size: 22px;
    color: #05B6CC;
    letter-spacing: 0.4px;
    margin: 21px 0;
}

#body #thanks p {
    font-size: 13px;
    line-height: 17px;
    max-width: 772px;
}

.highlight {
	margin-top: 20px;
	padding: 10px 16px 4px 16px;
	background-color: #f7f7f7;
}

#body #faq .highlight h1 {
	margin-top: 0;
}

#body #faq .highlight p {
	padding-left: 0;
}

#body #faq .highlight h3 {
	padding-left: 0;
	line-height: 1.4;
}

#body #faq .support {
	padding: 12px 16px;
	background-color: #ea6d53;
	color: #fff;
}

	#body #faq .support strong {
		font-family: 'Chalet NewYorkNinteenSixty';
	}

	#body #faq .support a {
		color: #fff;
		text-decoration: none;
	}

#body #faq ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
}

#body #faq li {
	margin: 0 10px 20px 0;
	font-size: 13px;
	line-height: 17px;
}

#body #faq li strong {
	font-family: 'Chalet NewYorkNinteenSixty';
}

.product-android {
	float: left;
	padding-right: 40px;
}

.copy-android {
	width: 408px;
	float: left;
}

	.copy-android a {
		display: inline-block;
		width: 160px;
		height: 56px;
		margin: 24px 0 0 36px;
		background: url('/sites/TruLinkHearing/img/google-play.png') top left no-repeat;
		text-indent: -9999px;
	}

	.copy-android img {
		height: 56px;
		padding: 24px 0 0 20px;
		vertical-align: top;
	}


/* css for Instructional Video links */
#body #faq a.button,
#body #faq a.play-video {
	display: inline-block;
	background-color: #00b5cb;
	width: 384px;
	margin: 0 0 8px 8px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 16px 18px;
	text-decoration: none;
}

#body #faq a.play-video {
  width: 346px;
  background: url('../img/video-play.png') no-repeat 12px center #00b5cb;
  padding-left: 56px;
}

#body #faq a.button:hover,
#body #faq a.play-video:hover {
	background-color: #58585a;
}
