@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'NHaasGroteskDSPro-25Th';
	src: url('../fonts/NHaasGroteskDSPro-25Th.eot');
	src: local('☺'), url('../fonts/NHaasGroteskDSPro-25Th.woff') format('woff'), url('../fonts/NHaasGroteskDSPro-25Th.ttf') format('truetype'), url('../fonts/NHaasGroteskDSPro-25Th.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NHaasGroteskTXPro-55Rg';
	src: url('../fonts/NHaasGroteskTXPro-55Rg.eot');
	src: local('☺'), url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff'), url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-55Rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NHaasGroteskTXPro-75Bd';
	src: url('../fonts/NHaasGroteskTXPro-75Bd.eot');
	src: local('☺'), url('../fonts/NHaasGroteskTXPro-75Bd.woff') format('woff'), url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-75Bd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}



body,
p {
	font-family: "NHaasGroteskTXPro-55Rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
}

pre,
code {
	font-family: "NHaasGroteskTXPro-55Rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
}

hr {
	border: 0 #CCCCCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-family: "NHaasGroteskTXPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 1.0;
	font-weight: normal;
}

h2 {
	font-family: "NHaasGroteskDSPro-25Th", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1.0;
	font-weight: normal;
}

h3 {
	font-family: "NHaasGroteskTXPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 1.1;
	font-weight: normal;
}

h4 {
	font-family: "NHaasGroteskTXPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 1.1;
	font-weight: normal;
}

h5 {
	font-family: "NHaasGroteskTXPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 1.1;
	font-weight: normal;
}

h6 {
	font-family: "NHaasGroteskTXPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.1;
	font-weight: normal;
}


input {
	font-family: "NHaasGroteskTXPro-55Rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}


b,
strong,
.bold,
a,
li,
button,
.click_button,
nav,
nav li,
nav li a {
	font-family: "NHaasGroteskTXPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}


ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

nav {
	font-size: 18px;
	line-height: 1.0;
}



/* TYPE MARGIN + PADDING */

h3 {
	margin-bottom: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 20px;
}

h1,
h2,
h4,
h5 {
	margin-bottom: 10px;
}

h6 {
	margin-bottom: 5px;
}



/* TYPE COLOUR */

body,
p,
p a,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
li,
li a {
	color: #666666;	
}



footer p, 
footer p a {
	font-size: 14px;
	color: #FFFFFF;	
}





/* Text styling - COLOURS
--------------------------------------------- */

.text-colour-white, .text-colour-white a {
	color: #FFFFFF;
}

.text-colour-black, .text-colour-black a {
	color: #000000;
}

.text-colour-grey, .text-colour-grey a {
	color: #666666;
}

.text-colour-blue, .text-colour-blue a {
	color: #004F91;
}

.text-colour-red, .text-colour-red a {
	color: #E5004B;
}




/* Text styling - MARGIN
--------------------------------------------- */

.text-margin_bottom-none {
	margin-bottom: 0;	
}

.text-margin_bottom-xxxlarge {
	margin-bottom: 40px;	
}

.text-margin_bottom-xxlarge {
	margin-bottom: 30px;	
}

.text-margin_bottom-xlarge {
	margin-bottom: 20px;	
}

.text-margin_bottom-large {
	margin-bottom: 15px;	
}

.text-margin_bottom-medium {
	margin-bottom: 10px;	
}

.text-margin_bottom-small {
	margin-bottom: 5px;	
}

.text-margin_bottom-xsmall {
	margin-bottom: 2px;	
}

.text-margin_top-none {
	margin-top: 0;	
}

.text-margin_top-xxxlarge {
	margin-top: 40px;	
}

.text-margin_top-xxlarge {
	margin-top: 30px;	
}

.text-margin_top-xlarge {
	margin-top: 20px;	
}

.text-margin_top-large {
	margin-top: 15px;	
}

.text-margin_top-medium {
	margin-top: 10px;	
}

.text-margin_top-small {
	margin-top: 5px;	
}

.text-margin_top-xsmall {
	margin-top: 2px;	
}




/* Text styling - PADDING
--------------------------------------------- */

.text-padding_bottom-none {
	padding-bottom: 0;	
}

.text-padding_bottom-xxxlarge {
	padding-bottom: 40px;	
}

.text-padding_bottom-xxlarge {
	padding-bottom: 30px;	
}

.text-padding_bottom-xlarge {
	padding-bottom: 20px;	
}

.text-padding_bottom-large {
	padding-bottom: 15px;	
}

.text-padding_bottom-medium {
	padding-bottom: 10px;	
}

.text-padding_bottom-small {
	padding-bottom: 5px;	
}

.text-padding_bottom-xsmall {
	padding-bottom: 2px;	
}

.text-padding_top-none {
	padding-top: 0;	
}

.text-padding_top-xxxlarge {
	padding-top: 40px;	
}

.text-padding_top-xxlarge {
	padding-top: 30px;	
}

.text-padding_top-xlarge {
	padding-top: 20px;	
}

.text-padding_top-large {
	padding-top: 15px;	
}

.text-padding_top-medium {
	padding-top: 10px;	
}

.text-padding_top-small {
	padding-top: 5px;	
}

.text-paading_top-xsmall {
	padding-top: 2px;	
}



/* Text styling - SIZE
--------------------------------------------- */

.text-size-xxsmall {
	font-size: 0.65em;
}

.text-size-xsmall {
	font-size: 0.75em;
}

.text-size-small {
	font-size: 0.85em;
}






/* Text styling - STYLE
--------------------------------------------- */

.text-style-uppercase {
	text-transform: uppercase;
}

.text-style-underline {
	text-decoration: underline;
}

