html, body, div, span, applet, object, 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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* float clearing for IE6 */
* html .clearFix{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html .clearFix{
	min-height: 1%;
}

/* float clearing for everyone else */
.clearFix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

body {
	color: #444040;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
	padding: 0 15px;
	background: rgb(247,113,110);
	background: -moz-linear-gradient(top, rgb(247,113,110) 0%, rgb(239,85,87) 25%, rgb(226,76,92) 50%, rgb(85,59,103) 75%, rgb(67,51,79) 100%);
	background: -webkit-linear-gradient(top, rgb(247,113,110) 0%,rgb(239,85,87) 25%,rgb(226,76,92) 50%,rgb(85,59,103) 75%,rgb(67,51,79) 100%);
	background: linear-gradient(to bottom, rgb(247,113,110) 0%,rgb(239,85,87) 25%,rgb(226,76,92) 50%,rgb(85,59,103) 75%,rgb(67,51,79) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7716e', endColorstr='#43334f',GradientType=0 );
	background-repeat: no-repeat;
	background-attachment: fixed;
}

*, div, fieldset, input, select, textarea, p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, button, textarea {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #555;
	outline: none;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

h1 {
	
	font-weight: 700;
	color: #676;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 300%;
	letter-spacing: -0.022em;
}

h2 {
	font-weight: 300;
	color: #676;
	line-height: 1.1;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 250%;
	letter-spacing: -0.025em;
}

h2:first-child {
	margin-top: 0;
}

h3 {
	font-family: Open Sans;
	font-weight: normal;
	color: #676;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 130%;
	letter-spacing: 0em;
}

h4 {
	font-family: Open Sans;
	font-weight: normal;
	line-height: 1;
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 120%;
}

ul {
	margin: 15px 0;
	padding: -1em;
	padding-left: 1.2em;
}

ol {
	margin: 0;
	padding: 0;
	padding-left: 2.5em;
	margin-bottom: 20px;
}

ul > li, ol > li {
	margin: 8px 0px;
}

.large {
	font-size: 120%;
	line-height: 1.7;
	font-weight: 400;
	margin-bottom: 25px;
}

.small {
	font-size: 90%;
	line-height: 140%;
}

a {
	color: #d7576c;
}

a:hover {
	color: #f7578c;
}

a > img {
	border: none;
}


/*** Navigation ***/

#header {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	min-width: 900px;
}

div.navigation {
	width: 100%;
	padding: 20px 30px;
}

.navigation a.navLogo {
	float: left;
	display: block;
	margin-left: 30px;
	display: block;
	width: 110px;
	padding: 20px;
	background-color: #fff;
	margin-top: -20px;
}

.navigation a.navLogo img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

ul.nav {
	padding: 0;
	margin: 8px 0;
	white-space: nowrap;
	float: right;
	list-style-type: none;
	position: relative;
}

ul.nav li {
	float: left;
	margin: 0;
}

ul.nav li > a {
	font-size: 100%;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 5px 15px 5px 15px;
	margin: 0;
	text-decoration: none;
	border-radius: 2px;
	font-weight: bold;
}

ul.nav li > a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.25);
}

ul.nav li > a.active {
	background-color: rgba(0,0,0,0.5);
}

a.lang {
	font-weight: 400;
	float: right;
	font-size: 100%;
	color: #f0f0f0;
	display: block;
	background: #d7576c;
	padding: 0px 10px 0px 10px;
	margin: 6px 3px;
	text-decoration: none;
	border-radius: 2px;
}

a.scrollTop {
	position: fixed;
	bottom: 0px;
	right: 100px;
	padding: 12px 12px;
	border-radius: 3px 3px 0px 0px;
	background: #000 url(images/19px-white-up.png) center center no-repeat;
	opacity: 0.66;
	width: 32px;
	height: 32px;
	text-decoration: none;
	box-shadow: 0 0 0 0;
	transition: opacity .5s;
	display: none;
}

a.scrollTop:hover {
	opacity: 0.33;
}


/*** Features ***/

div.features {
	margin: 0;
}

div.feature {
	float: left;
	width: 40%;
	margin: 2.5% 5%;
	text-align: center;
}

div.feature h2 {
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #676;
	font-weight: 700;
}

div.feature p {
}

div.feature img.icon { 
	display: inline-block;
	margin-bottom: 10px;
	height: auto;
	width: 32px;
}


/*** Footer ***/

div.footer {
	font-size: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.2);
}

div.footer > div {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 50px;
	text-align: center;
}

div.footer p {
	margin: 10px 0;
	line-height: 1.5;
}

div.footer p.small {
	font-size: 80%;
}

div.footer a {
	color: #fff;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

div.footer a.social {
	font-size: 80%;
	font-weight: 600;
	line-height: 1;
}

div.footer a.social img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}


/*** Forms ***/

input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	padding: 7px;
	border-radius: 3px;
}

input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #aaaaff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(96, 192, 255, 1);
	box-shadow: 0px 0px 3px 0px rgba(96, 192, 255, 1);
	background: #fff;
}

textarea {
	border: 1px solid #ccc;
	padding: 7px;
	border-radius: 3px;
}

textarea:focus {
	border: 1px solid #aaaaff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(96, 192, 255, 1);
	box-shadow: 0px 0px 3px 0px rgba(96, 192, 255, 1);
	background: #fff;
}

select {
	border: 1px solid #ccc;
	padding: 5px;
}

textarea:disabled, input:disabled, select:disabled {
	border-color: #ededed;
	background-color: #f4f4f4;
	color: #bbb;
}

form label {
	display: block;
	color: #888;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 80%;
}

form .formRow {
	padding: 5px 0;
	margin-bottom: 10px;
}

.formRow input[type="text"], .formRow select {
	width: 100%;
}

span.label {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	color: #888;
	text-transform: uppercase;
	font-size: 80%;
}


/*** Tables ***/

table {
	margin: 20px 0;
}

tr {
}

th {
	padding: 15px 10px;
	line-height: 130%;
	font-size: 120%;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
}

td {
	padding: 15px 10px;
	line-height: 130%;
	font-size: 90%;
	border-top: 1px dotted #ddd;
	vertical-align: middle;
}

td.label {
	color: #888;
}

td.tdhead {
	padding-top: 35px;
	font-size: 120%;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	vertical-align: bottom;
}

td.tdhead img {
	display: block;
	float: left;
	margin-right: 15px;
	width: 38px;
	height: 38px;
}

th.center, td.center {
	text-align: center;
}

td.right {
	text-align: right;
}

td.formLabel {
	white-space: nowrap;
}

td > img {
	display: block;
}

td.center > img {
	display: block;
	margin: 0 auto;
}

td ul {
	margin: 0;
	padding-left: 2em;
	line-height: 130%;
}

td ul > li {
	margin: 4px 0;
}


/*** Links & Buttons ***/

a.more {
	padding-right: 15px;
	background: url(images/arrow-tbe9r.png) right center no-repeat;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

a.more:hover {
	background: url(images/arrow-tbf9r.png) right center no-repeat;
}

a.more2 {
	padding-right: 15px;
	background: url(images/arrow-w7r.png) right center no-repeat;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}

a.more2:hover {
	background: url(images/arrow-w7r.png) right center no-repeat;
}

a.button {
	padding: 10px 25px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 30px;
	color: #fff;
	background: #d7576c;
	text-transform: uppercase;
}

a.button:hover {
	background: rgba(0,0,0,0.66);
	color: #fff;
}

p.red-highlight {
	background: #d7576c;
	display: block;
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
}

.alignCenter {
	text-align: center;
}

strong, b {
	font-weight: 700;
}

i {
	font-style: italic;
}


/*** Images ***/

img.full-size {
	display: block;
	margin: 25px auto;
	max-width: 500px;
	height: auto;
}

img.wrap-left {
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 30px; 
	display: block;
	width: 420px;
	height: auto;
}

img.wrap-right {
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px; 
	display: block;
	width: 420px;
	height: auto;
}


/*** Page Sections ***/

.section {
	clear: both;
	margin: 0px auto;
	padding: 0 30px;
	background: #fff;
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(250,250,250,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(40%,rgba(250,250,250,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(250,250,250,1) 40%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(250,250,250,1) 40%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(250,250,250,1) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(250,250,250,1) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 );
}

.sectionImage {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	margin: 0px auto;
}

.sectionImage > div {
	margin: 0 auto;
	padding: 50px 0;
	padding-top: 280px;
	width: 100%;
	background-color: rgba(0,0,0,0.25);
	vertical-align: bottom;
	text-align: center;
}

.sectionImage > div > h2 {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	font-size: 360%;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	color: #fff;
}

.sectionImage > div > p {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	font-size: 200%;
	line-height: 100%;
	color: #fff;
}

.sectionIcon {
	margin-bottom: 25px;
}

.sectionFirst {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 720px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.sectionSplash {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.sectionColour {
	background: #d7576c;
	color: #fff;
}

.sectionColour > div {
	width: 900px;
	padding: 50px 0px;
	margin: 0 auto;
}

.sectionColour .quote, p.quote {
	font-family: "Contrail One", sans-serif;
	font-size: 175%;
	line-height: 1.35;
	font-weight: 400;
}

.sectionColour h2, .sectionColour h3, .sectionColour p  {
	color: #fff;
}

.sectionContent {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0px;
}

.sectionContent .text {
	margin-right: 50%;
	width: 50%;
}

.sectionContent .fullText {
	text-align: left;
	font-size: 100%;
	margin: 0;
}


/*** Modifiers ***/

*:first-child {
	margin-top: 0;
}

*:last-child {
	margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {

body {
	font-size: 15px;
}

}

@media only screen and (max-width: 800px) {

body {
	font-size: 14px;
}

img.full-size {
	display: block;
	margin: 25px auto;
	max-width: 400px;
	width: 400px;
	height: auto;
}

img.wrap-left {
	float: none;
	display: block;
	margin: 25px auto;
	max-width: 400px;
	width: 400px !important;
	height: auto;
}

img.wrap-right {
	float: none;
	display: block;
	margin: 25px auto;
	max-width: 400px;
	width: 400px !important;
	height: auto;
}

.sectionColour > div {
	width: auto;
	padding: 25px 0px;
	margin: 0 auto;
}

.mobileCenter {
	text-align: center;
}

.sectionImage > div {
	padding-top: 220px;
}

}

@media only screen and (max-width: 768px) {

body {
	font-size: 13px;
}

.navigation a.navLogo {
	margin-left: 5px;
	display: block;
	width: 100px;
	padding: 20px;
	margin-top: -20px;
}

.section {
	padding: 0 20px;
}

.sectionContent {
	max-width: none;
	margin: 0 auto;
	padding: 30px 0px;
}

}

@media only screen and (max-width: 480px) {

body {
	font-size: 13px;
	padding: 0 10px;
}

img.full-size {
	display: block;
	margin: 25px auto;
	max-width: none;
	width: 100% !important;
	height: auto;
}

img.wrap-left {
	float: none;
	display: block;
	margin: 25px auto;
	max-width: none;
	width: 100% !important;
	height: auto;
}

img.wrap-right {
	float: none;
	display: block;
	margin: 25px auto;
	max-width: none;
	width: 100% !important;
	height: auto;
}

.section {
	padding: 0 15px;
}

.sectionContent {
	max-width: none;
	margin: 0 auto;
	padding: 25px 0px;
}

div.feature {
	float: none;
	width: auto;
	margin: 2.5% 5%;
	text-align: center;
}

}

@media only screen and (max-width: 320px) {

body {
	font-size: 12px;
}


}
