/* normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* GLOBAL STYLES */
html {
	box-sizing: border-box;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .3px;
	color: #000000;
	font-size: 1.05em;
	overflow-x: hidden;
}

body.active-nav {
	overflow: hidden;
	position: fixed;
}

div,
img {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 0;
	line-height: 1.4em;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 3em;
}

h2 {
	font-style: normal;
	font-weight: 800;
	font-size: 2.2em;
}

h3 {
	font-style: normal;
	font-weight: 800;
	font-size: 1.8em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .75em;
}

:before {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

a,
a:hover {
	text-decoration: none;
}

a {
	color: #B15B42;
	transition: .3s ease;
}

a:hover {
	color: #000;
}

hr {
	border-top: 1px solid #f3f3f3;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	/*margin: 30px 0;*/
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
    display: block;
    margin-bottom: 8px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.aligncenter {
	margin: 0 auto;
}

.align-right {
	text-align: right;
}

.waem-btn-primary,
.waem-btn-secondary {
	background-color: #B15B42;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s
}

.waem-btn-secondary {
	background-color: #000000;
}

.waem-btn-primary:hover {
	color: #ffffff;
	background-color: #000000;
	transition: all 0.3s ease-in-out 0s
}

.waem-btn-secondary:hover {
	color: #ffffff;
	background-color: #999;
	transition: all 0.3s ease-in-out 0s
}

.waem-btn-outline {
	background-color: transparent;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #B15B42;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 25px;
	border: 1px solid #B15B42;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s
}

.waem-btn-outline:hover {
	background: #B15B42;
	color: #ffffff;	
}

.waem-btn-link {
	color: #B15B42;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 800;
}

.waem-btn-link:hover {
	color: #008477;
}
	

strong, b {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 800;

}

/* COLOURS */

.white {
	color: #ffffff;
}

/* BACKGROUND COLOURS */

.white-bg {
	background:#ffffff;
}

.light-grey-bg {
	background-color: #f2f2f2;
}

/* PADDING */
.row-padding {
	padding: 60px 0;
}

.padd-all-20 {
	padding: 20px;
}

.pad-right-20 {
	padding-right: 20px;
}

.pad-left-50 {
	padding-left: 50px;
}

.pad-right-50 {
	padding-right: 50px;
}

/* LISTS */


/* XLarge */
@media only screen and (max-width : 1280px) {

}


/* Large */
@media only screen and (max-width : 1024px) {	

}

/* Medium */
@media only screen and (max-width : 768px) {
	.pad-right-50 {
		padding-right: 0;
	}
}

/* Small */
@media only screen and (max-width : 568px) {

}