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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix
{
	display: inline-block;
}
 
html[xmlns] .clearfix
{
	display: block;
}
 
* html .clearfix
{
	height: 1%;
}

::selection 
{
	background: #dd0000; /* Safari */
}

::-moz-selection 
{
	background: #dd0000; /* Firefox */
}

body
{
	width:100%;
	height: 100%;
	background-color: white;
}

.line
{
	width: 100%;
	height: 1px;
	background-color: #D9DFED;
}

#header
{
	width: 1120px;
	margin-left:auto;
	margin-right:auto;
	height: 128px;
}

#header .content{
	height:100%;
	width: 100%;
}

#txLogo
{
	margin-top: 36px;
	float:left;
	height: 63px;
	width: 63px;
}

#txarnet
{
	float:right;
	margin-top: 10px;
	height:110px;
	width:110px;
}

#headerTxt
{
	float:left;
	height: 128px;
}

#headerTxt .iwatch
{
	height: 128px;
	line-height: 136px;
	float:left;
	color: #434D5F;
	font-size: 24px;
	letter-spacing: 6.9px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-left: 19px;
}

#headerTxt .sub
{
	float:left;	
	text-transform: uppercase;
	height: 128px;	
	line-height: 142px;
	color: #B5C4DC;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4.28px;
	margin-left:28px;
}


#mainContent
{
	margin-left:auto;
	margin-right:auto;
	width: 1120px;
}

#mainContent .text
{	
	margin: 60px auto;
	width: 984px;
	font-family: "Open Sans";
	font-size: 16px;
	letter-spacing: 0.22px;
	line-height: 29px;
	color: #3C4657;
	text-align:center;
}

#mainContent .buttonContainer
{
	position: relative;
	width: 812px;
	height: 370px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #D9DFED;
}

#buttonText
{
	margin-top: 72px;
	font-family: "Open Sans";
	font-size: 18px;
	color: #434D5F;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-align: center;
}

#txtUnderline
{
	position: absolute;
	left: 372px;
	top: 94px;

	height: 4px;
	width: 197px;
	border-radius: 3px;
	background: linear-gradient(135deg, #FF6363 0%, #FF8A8A 100%);
}

#btnSchool, #btnTx
{
	display: block;
	width: 336px;
	height: 44px;
	border-radius: 5px;
	line-height: 45px;
	border:0;

	font-family: "Open Sans";
	font-size: 16px;
	letter-spacing: 0.28px;
	color: white;
	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#btnSchool
{
	margin-top: 60px;
	box-shadow: 0 20px 60px 0 rgba(189,68,68,0.33);
	background: linear-gradient(135deg, #FF6363 0%, #FF8A8A 100%);
}

#btnTx
{
	margin-top: 53px;
	box-shadow: 0 20px 60px 0 rgba(10,17,36,0.37);
	background: linear-gradient(321.1deg, #202734 0%, #3A4153 100%);
}

.boldButtonText
{
	font-weight: bold;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

#logoContainer
{
	width: 610px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
	margin-bottom: 120px;
}

#logoContainer img
{
	width: 70px;
	height: 70px;
	margin-right: 16px;
}

#logoContainer img:last-child{
	margin-right:0;
	height: 58px;
	width: 67px;
	margin-bottom:4px;
}

#footer
{
    width: 100%;
}

#footer .footerText{
	color: #252732;
	width: 1120px;
	font-family: "Open Sans";
	font-size: 12px;
	letter-spacing: 0.78px;
	line-height: 27px;
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:50px;
}

.text a
{
	color: #3C4657;
}