@media (orientation : portrait) {

    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;
        padding: 0;
        margin: 0 auto;
        color: #58585A;
        text-align: left;
        background-color: #FFF;
    }

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

    #header #trulink-logo {
        background: url('../img/trulink_logo_tablet.png') no-repeat center top transparent;
        /* width: 304px; */
        width: 520px;
        height: 84px;
        margin: 30px 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: 50px;
        left: 46px;
    }

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

    #header #top-nav-mobile li a:hover,
    #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: 58px; */
        font-size: 36px;
    }

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

    #footer #contact form {
        padding-top: 20px;
    }

    #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-left: 22px;
    }

    #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;
        overflow: hidden;
        background: url('../img/select.png') no-repeat right top #FFF;
        border: 1px solid #CCC;
    }

    .select.interest {
		width: 300px;
		margin-bottom: 22px;
	}


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

    .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 h2 {
    font-size: 18px;
    line-height: 22px;
    color: #05B6CC;
    letter-spacing: 0.4px;
    margin: 21px 0;
}

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

#body #faq p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 16px;
    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.4;
}

	#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: 20px 0 0 20px;
	padding-left: 20px;
}

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

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

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

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

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

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


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

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

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

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