*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: 'Lato', Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	background-color:#FFF;
	background-image:url(../img/background-body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	color:#000;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

p {
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ul {
	list-style-position:outside;
	list-style-type:disc;
	padding:0;
}

main ul {
	list-style-type:disc;
	padding-left:15px;	
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top:0;
	margin-bottom:15px;
}

h1 {
	font-size:30px;
	line-height:34px;
	font-weight:700;
}

h2 {
	font-size:24px;
	line-height:28px;
	font-weight:700;
}

h3 {
	font-size:18px;
	line-height:22px;
	font-weight:700;
}

h4, h5, h6 {
	font-size:16px;
	line-height:20px;
	font-weight:700;
}


#container {
	background-color: transparent;
	width:100%;
	min-width:320px;
	height:auto;
	margin:0 auto 0 auto;
	position: relative;
}

.wrapper-fluid {
	width:100%;
	min-width:100%;
	height:auto;
	position:relative;
	background-color:transparent;
}

.wrapper-fixed {
	width:100%;
	margin:0 auto;
	height:auto;
	min-height:1px;
	position:relative;
}

/**************************************************
**** Start Form Styling ***************************
**************************************************/

::-webkit-input-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

:-moz-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	width:100%;
	display:block;
	height:30px;
	padding:0 10px;
}

select {
	width:100%;
	display:block;
	height:30px;
	padding:0 10px;
}

textarea {
	width:100%;
	display:block;
	height:120px;
	padding:10px;
}

#recaptcha_widget_div,
#recaptcha_widget_div * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;	
}

#recaptcha_widget_div input[type="text"] {
	height:auto;
}

#recaptcha_table .recaptcha_input_area {
	height:34px !important;
}

/**************************************************
**** Start Header *********************************
**************************************************/

#header-wrapper {
	z-index:2;
}

#header-wrapper .wrapper-fixed {
	padding-top:20px;
}

#header-strapline {
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:5px;
}

#header-strapline img {
	display:block;
	width:auto;
	margin:0 auto;
}

#header-bottom {
	width:619px;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-bottom:15px;
}

#header-logo {
	float:left;
	width:25%;
}

#header-accreditation {
	float:right;
	text-align:right;
	width:70%;
	padding-top:50px;
}

#header-accreditation img {
	margin-left:auto;
}

#header-information {
	text-align:center;
	color:#FFF;
	background-color:rgba(50, 124, 190, 0.8);
	padding:10px 15px;
	font-size:24px;
	line-height:28px;
	letter-spacing:2px;
}

#header-information p {
	margin-bottom:10px;
}

#header-information strong {
	font-weight:700;
}

#header-information p:last-child {
	margin:0;
}

#header-information p span {
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
	font-weight:300;
}

#header-information p span:last-child {
	margin-right:0;
}

#header-information a {
	color:#FFF;
	font-weight:300;
}

#header-navigation {
	text-align:center;
	color:#FFF;
	background-color:#c1a16a;
	padding:10px 15px;
	font-size:18px;
}

#header-navigation ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#header-navigation ul li {
	display:inline-block;
	vertical-align:top;
	margin-left:-4px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #FFF;
}

#header-navigation ul li:first-child {
	margin-left:0;
}

#header-navigation ul li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:0;
}

#header-navigation ul li a {
	color:#FFF;
	text-transform:uppercase;
}

#mobile-menu-toggle {
	display:none;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}

#mobile-menu-toggle:before {
	content:"Open ";
}

#mobile-menu-toggle.active:before {
	content:"Close ";
}

#mobile-menu-toggle.active {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}

/**************************************************
**** Start Footer *********************************
**************************************************/

#footer-wrapper .wrapper-fixed {
	background-color:#FFF;
	padding:15px;
	margin-bottom:15px;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);
}

#footer-wrapper .wrapper-fixed p {
	margin:0;
}

#footer-wrapper .wrapper-fixed p span {
	float:right;
}


/**************************************************
**** Start Main ***********************************
**************************************************/

#main-wrapper {
	z-index:1;
}

#main-wrapper .wrapper-fixed {
	background-color:#FFF;
	padding:15px;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:15px;
}

.box {
	padding:15px;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
}

img.centered {
	margin-left:auto;
	margin-right:auto;
}

ul.gallery {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

ul.gallery li {
	float:left;
	width:33.33%;
	padding:5px;
}

ul.gallery li:nth-child(3n+1){
	clear:left;
}

ul.gallery li span {
	display:block;
	text-align:center;
}

ul.gallery li img {
	margin:0 auto;
}

article {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #DDD;
}

article:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

form label {
	display:block;
	margin-bottom:5px;
}

fieldset {
	margin:0 0 15px;
}

fieldset legend {
	padding:0 10px;
	font-weight:700;
	font-size:16px;
}

.featherlight,
.featherlight * {
	transition:all 0s linear; 
	-o-transition:all 0s linear; 
	-moz-transition:all 0s linear; 
	-webkit-transition:all 0s linear;
	overflow:hidden !important;
}
