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

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;
}

.desktop {
    display: none;
}

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

#header {
    border-bottom: 10px solid #E6E6E6;
}

#header #title {
    padding-left: 72px;
}

#header #trulink-logo {
    background: url('../img/trulink_logo_mobile.png') no-repeat right center transparent;
    background-size: contain;
    width: 304px;
    height: 84px;
    margin: 20px auto;
    padding: 0;
    float: none;
    display: block;
}

#header #mobile-menu {
    background: url('../img/menu.png') no-repeat center center transparent;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

@media (orientation : portrait) {
    #header #trulink-logo {
        background: url('../img/trulink_logo_mobile.png') no-repeat right center transparent;
        background-size: contain;
        width: 168px;
    }
    #header #mobile-menu {
        top: 40px;
    }
}

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

#header #top-nav-mobile {
    display: none;
}

#header #top-nav-mobile 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-mobile li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 4px;
    zoom: 1;
    background-color: #E6E6E6;
    position: relative;
}

#header #top-nav-mobile li a {
    background-color: transparent;
    padding: 10px 32px;
    margin: 0px;
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 22px;
}

@media (orientation : portrait) {
    #header #top-nav-mobile li a {
        font-size: 18px;
    }
}

#header #top-nav-mobile li.selected a {
    background-color: #05B6CC;
    color: #FFF;
}

#header .support {
	display: none;
}

#body {
    padding: 10px;
}

#footer {
    padding: 10px;
}

#footer #apple-mobile {
    padding: 20px 35px;
}

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

#footer #contact a,
#footer #contact h2 {
    color: #EA6D5E !important;
    text-decoration: none !important;
    font-size: 36px;
    line-height: 36px;
}

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

@media (orientation : portrait) {
    #footer #apple-mobile {
        padding: 20px 10px 0px;
    }
    #footer #apple-mobile a img {
        margin-bottom: 10px;
    }
    #footer #contact {
        padding: 20px 10px;
    }
    #footer #contact h2 {
        font-size: 22px;
        line-height: 22px;
    }
    #footer #contact p {
        font-size: 18px;
    }
}

#footer #contact input#firstname,
#footer #contact input#lastname {
    width: calc(100% - 25px);
}

#footer #contact input#phone {
    width: calc(100% - 25px);
}

#footer #contact input#email {
    /* width: calc(100% - 148px);
    margin-right: 22px; */
    width: calc(100% - 25px);
}

#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 #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;
    font-family: 'Chalet LondonNinteenSixty';
    font-size: 16px;
    color: #7F7F7F;
    padding: 7px 9px;
    margin-bottom: 22px;
    -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;
    float: left;
    clear: both;
}

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

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

.select.interest {
	width: 200px;
}

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

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

.select select#interest {
	width: 250px;
}

.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 8px 43px;
}

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

#body #faq h3 {
    padding: 0 8px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Chalet NewYorkNinteenSixty';
    color: #58585A;
    margin: 20px 0 8px;
}

#body #faq p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 8px;
    max-width: 772px;
}

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

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

.highlight h1 {
	margin-top: 0;
}

#body #faq .highlight p {
	margin: 0 0 20px 0;
	padding: 0;
}

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

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

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

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

/* Styles for Android Compatibility page  ---------------------------- */
#body #faq h1 {
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	margin-top: 12px;
}

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

#body #faq p,
#body #faq li {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 26px;
}

.product-android {
	display: block;
	float: none;
	width: 274px;
	margin: 28px auto;
	padding: 0;
}

.copy-android {
	width: 100%;
	float: none;
}

	.copy-android a {
		display: block;
		width: 274px;
		height: 96px;
		margin: 40px auto 20px;
		background: url('/sites/TruLinkHearing/img/google-play-large.png') top left no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}

	.copy-android img {
		display: block;
		height: 112px;
		margin: 20px auto 40px;
	}

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

#body #faq li {
	margin: 0 10px 20px 0;
}

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

/* css for Instructional Video links */
#instructional-videos {
	padding-top: 10px;
}

#body #faq a.button,
#body #faq a.play-video {
	display: block;
  width: 246px;
  background-color: #00b5cb;
	margin: 0 auto 8px auto;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 14px;
	text-decoration: none;
}

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

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

@media (orientation : landscape) {
  #body #faq a.button,
	#body #faq a.play-video {
		width: 434px;
		font-size: 18px;
		line-height: 22px;
		padding: 16px 18px;
	}

  #body #faq a.play-video {
    width: 380px;
    background-position: 20px center;
    padding-left: 70px;
  }
}
