@font-face {
    font-family: 'texgyreherosregular';
    src: url('/css/fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot');
    src: url('/css/fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.woff') format('woff'),
         url('/css/fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: none;
	color: #00416B;
	font-weight: bold;
}

body {
	margin:0px;
	padding: 0px;
	font-family: texgyreherosregular, Arial, Helvetica, sans-serif;
	color: grey;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 100%;
}

body.page_forgotPassword{
	background-image: url("/images/sn_background.jpg");
}

body.page_iftttSignIn{
	background-image: url("/images/sn_background.jpg");
}

body.page_nestSuccess{
	background-image: url("/images/sn_background.jpg");
}

body.page_resetPassword{
	background-image: url("/images/sn_background.jpg");
}

body.page_signIn{
	background-image: url("/images/sn_background.jpg");
}

body.page_terms, body.page_privacy{
	background: url("/images/sn_background.jpg") no-repeat center center fixed;
	background-repeat: repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.page_signUp{
	background-image: url("/images/sn_background.jpg");
}
body.page_successPage{
	background-image: url("/images/sn_background.jpg");
}

input[type="email"], input[type="text"], input[type="password"], select{
	height: 35px;
	width: 100%;
    border: 1px solid #D7DBDD;
    font-size: 1em;
    padding: 7px;
}

.button {
    padding: 8px 20px 12px 20px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
}

.button-normal {
    background: #00416B;
    color: #FFFFFF;
}

.button-inverse {
	border: 1px solid #4A7EAF;
    background: #FFFFFF;
    color: #4A7EAF;
}

div#container {
	margin-top:25px;
}

div#main-content {
	margin: 0px auto;
    border: 1px solid #D7DBDD;
    width: 30%;
    min-width: 280px;
    background-color: #FFFFFF;
}

div#main-content.wide {
    width: 90%;
    max-width:900px;
    margin-bottom:25px;
}

div#header {
    background-color: #00416B;
    color: #FFFFFF;
    width: 100%;
}

p#header-main {
    width: 100%;
    font-size: 1.25em;
    padding: 20px 10px;
    margin: 0px;
    box-sizing: border-box;
    text-align: center;
}

p.center{
	text-align: center;
}

p.terms{
	margin:0px;
	background-color: #CCCCCC;
	padding: 10px 0px;
	font-size: .75em;	
}

div#label {
	padding-bottom: 5px;
    font-weight: bold;
    color: #848484;
}


div#message {
	margin: 10px;
	color:red;
	font-weight: bold;
	text-align: center;
}

div#message.specialMsg{
	color: grey;
}

div#content{
	padding: 5% 5% 0 5%;
}

table{
	width:100%;
}

div#lbl-subscribe-newsletter{
    padding-top: 1px;
    font-weight: normal;
}

div#signup{
	margin: auto;
}

div#signup-btn{ 
	width:100%; 
	padding-bottom: 20px;
	text-align: center;
}

div#signup-text{
	
}

.inline-middle{
	display:inline-block;
	vertical-align:middle;
}

.inline-top{
	display:inline-block;
	vertical-align:top;
}

ul{
	list-style-type: disc;
}

body.page_privacy ul, body.page_terms ul{
	padding-left: 1.5em;
}

.outerHeadingList{
	list-style-type: none;
	padding-left:0px !important;
}

.outerHeadingList.contents{
	font-weight:bold;
}

.outerHeadingList li.heading{
	font-weight: bold;
	padding-top:.5em;
	padding-bottom:.5em;
}

.nobullets{
	list-style-type: none;
}

.spaced li{
	margin-top:.5em;
	margin-bottom:.5em;
}

.newbutton {
	width: 826.03px;
	height: 108.86px;
	
	font-family: 'Univers LT Std';
	font-style: normal;
	font-weight: 700;
	font-size: 57.63px;
	line-height: 69px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 6.40333px;
	
	color: #FCAB4D;
	
	
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
}
