
/* Base Styles */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #fff;
	opacity: 1;
	min-width: 320px;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	color:#204053;
}

a,
a:focus,
a:hover {
	display: inline-block;
	color: #24C8A4;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

.wa-container {
	width: 100%;
	margin: auto;
	max-width: 1024px;
}


/* ==================== FONTS ==================== */
/* ==================== FONTS ==================== */
/* ==================== FONTS ==================== */

@font-face {
  font-family: 'Montserrat-light';
  src: url('/fonts/Montserrat-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('/fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


/* WA - WebArticle. Prefix to each class */

/* Header Styles */
.wa-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background: #542f37; /* Old browsers */
	background: -moz-linear-gradient(left, #542f37 0%, #2d5b77 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #542f37 0%,#2d5b77 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(left right, #542f37 0%,#2d5b77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wa-header div {
	max-width:1000px;
	padding:0 30px;
	margin:0 auto;
}

.wa-header .wa-logo {
	padding: 50px 0;
	width: 120px;
	height: 32px;
}

/* Main Styles */
.wa-title {
	position: relative;
	max-width:1000px;
	margin:0 auto;
	padding:0 30px;
}
.wa-title h5 {
	color:#999;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat-light', sans-serif;
	margin: 50px 0 10px;
}

.wa-title h1 {
	font-size: 60px;
	font-weight: 700;
	font-family: 'Montserrat-light', sans-serif;
	line-height: 1;
	margin: 0 0 0px -5px;
	padding-bottom: 20px;
	letter-spacing: -1px;
}

.f-bg {
	position: absolute;
	top: 50;
	left: -10px;
	z-index: -1;
}

.s-bg {
	position: absolute;
	top: 10px;
	right: -50px;
	z-index: -1;
}


.wa-profile {
	text-align: center;
	margin:0 auto;
	margin-top: 15px;
	max-width: 700px;
	font-size: 14px;
}

.wa-profile img {
	width: 75px;
	height: 75px;
}

.wa-profile p {
	font-size: 18px;
	font-family: 'Montserrat-Medium', sans-serif;
	margin: 0 auto;
}

.wa-profile p.role {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat-light', sans-serif;
	margin: 0;
}

.wa-content {
	margin:0 auto;
	margin-top: 35px;
	margin-bottom:60px;
	max-width: 700px;
	font-size: 18px;
	font-family: 'Montserrat-light', sans-serif;
}

.wa-content strong {
	font-weight: 600;
}

.wa-content p {
	font-size: 18px;
	line-height: 180%;
	font-family: 'Montserrat-light', sans-serif;
	margin:10px 0 20px 0;
	padding:0;
}
.wa-content p.tip {
	padding:20px;
	margin:30px 4px 30px 4px;
	border:2px solid #efefef;
	border-radius: 10px;
}
.wa-content p.suggest {
	text-align:center;
	margin:100px 4px 30px 4px;
}
.wa-content p.suggest img {
	width:80px;
	text-align:center;
	margin:0 auto;
	display:block;
}

.wa-content p.tip em {
	background:#FFF6A7;
}

.wa-content ul, ol {
	font-size: 18px;
	line-height: 180%;
	font-family: 'Montserrat-light', sans-serif;
	margin:10px 0 20px 0;
}
.wa-content li {
	margin-bottom:5px;
}

.wa-content img {
	width: 100%;
	margin:10px 0 10px 0;
}

.wa-content img.icon {
	color:#204053;
	fill: currentColor;
	display:inline;
	height:20px;
	width:20px;
	margin:0;
	padding:0 5px;
}

.wa-content img.gui {
	display:inline;
	height:45px;
	width:auto;
	margin:0 0 -15px 0;
	padding:0;
}


.wa-content img.iconLarge {
	display:block;
	float:left;
	width:60px;
	margin:0;
	padding:0 5px 5px 0;
}

.wa-content iframe.youtube {
	width: 100%;
	height:320px;
	margin:10px 0 10px 0;
}

.wa-content h2 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 30px;
	margin: 50px 0 20px 0;
	line-height:110%;
}
.wa-content h3 {
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 18px;
	margin: 30px 0 0 0;
	padding:0;
}

/* Footer Styles */
.wa-footer {
	background-color: #4A4A4A;
	color: #fff; 
	text-align: center;
	padding: 50px 0 70px;
	margin-top: 70px;
}

.wa-footer h2 {
	font-family: 'Montserrat-light', sans-serif;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.wa-footer a {
	font-family: 'Montserrat-light', sans-serif;
	height: 50px;
	width: 222px;
	background: linear-gradient(0deg, #37C2AC 0%, #4D9BCB 100%);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-radius: 100px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	line-height: 3.2;
}

.wa-footer p {
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat-light', sans-serif;
	margin:100px 0 20px 0;
	padding:0;
}

.wa-content img.small {width:50%; text-align:center; margin:0 auto; display: block;}


/* Media Styles */

/* 1200px */
@media only screen and (max-width: 1200px) {
	section {
		max-width: 950px;
	}
}

/* 992px */
@media only screen and (max-width: 992px) {
	section {
		max-width: none;
		width: auto;
		padding: 0 30px;
	}
	.wa-header {
		text-align: center;
	}
	.wa-title {
		position: static;
	}
	.wa-title h1 {
		font-size: 70px;
		margin-left: -4px;
	}
	.f-bg {
		top: 70px;
		left: 0px;
		bottom: auto;
	}
	.s-bg {
		display: none;
	}
	.wa-footer h2 {
		font-size: 35px;
	}
}

/* 768px */
@media only screen and (max-width: 768px) {
	.wa-title h1 {
		font-size: 46px;
		margin-left: -2px;
	}
	.wa-content h2 {
		font-size:30px;
	}
	.f-bg {
		top: 70px;
	}
	.wa-footer {
		padding-left: 25px;
		padding-right: 25px;
	}
	.wa-footer h2 {
		font-size: 30px;
	}
	.wa-content img.small {width:75%; text-align:center; margin:0 auto; display: block;}
}

/* 480px */
@media only screen and (max-width: 480px) {
	.wa-title h1 {
		font-size: 46px;
		margin-left: -2px;
	}
	.wa-title .f-bg {
		top: 60px;
		left: -50px;
	}
	.wa-content h2 {
		font-size: 30px;
	}
	.wa-content img {
		width: 125%;
		margin:0 -40px 0 -40px;
	}
	.wa-content iframe.youtube {
	width: 125%;
	height:240px;
	margin:5px -40px 5px -40px;
	}
	.wa-footer h2 {
		font-size: 18px;
	}
	.wa-footer a {
		font-size: 14px;
		height: 42px;
		width: 185px;
		margin-top: 10px;
	}
}
