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

.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: 250px;
    }
    #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;
}

#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; */
}

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