@charset "utf-8";
@font-face {
	font-display: swap; 
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v27-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		 url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
  @font-face {
	font-display: swap; 
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700.eot'); /* IE9 Compat Modes */
	src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		 url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
}
html {
	min-height: 100%;
}
body {
	font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
	color: #5E6F7F;
}
#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 864px;
	border: solid 1px #000;
	background: #fff;
}
p {
	padding-bottom: 1rem;
}
h1 {
	margin: 0.25rem 0 1.5rem;
	text-align: center;
	font-size: 2.05em;
	line-height: 1.1em;
}
h2 {
	font-size: 1.375em;
	line-height: 1.3;
	padding-bottom: 1rem;
}
h1, h2, strong {
	font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
}
ul {
	padding: 0;
	list-style: none;
}
li {
	padding: 0 0 0 25px;
}
ul li:before {
	content: "✓";
	font-size: 1em;
	margin: 0 0 0 -25px;
	float: left;
}
.content {
	padding: 0.8rem 1.5rem;
	background: #fff url('../images/bg.jpg') no-repeat bottom;
}
.postion {
	position: relative;
	border: 1px solid #DADEE1;
	border-radius: 0.7rem;
	padding: 1rem 1rem 1.5rem;
	margin-bottom: 1rem;
}
.postion:before, .reponsiblilites section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 4%;
	background: #006AA8;
	border-radius: 0.7rem 0.7rem 0 0;
}
.reponsiblilites section:before {
	height: 2%;
}
.reponsiblilites {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reponsiblilites section {
	width: 49.1%;
	position: relative;
	border: 1px solid #DADEE1;
	border-radius: 0.7rem;
	padding: 1rem 1rem 1.5rem;
	margin-bottom: 1rem;
}
footer {
	padding: 6rem 0 1rem;
}
footer :is(p, h2) {
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
a.link {
	font-weight: 700;
	text-decoration: underline;
}
.video {
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
  height: 0;
  border: none;
}

.video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
}

@media only screen and (max-width:863px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		background: #fff;
	}
	p, li {
		hyphens: auto;
	}
	p :is(a, span) {
		display: inline-block;
	}
	footer {
		padding: 1rem;
		background: #275A82;
	}
	.postion::before {
		height: 2%;
	}
	.content {
		background: #fff;
	}
}
@media only screen and (max-width:780px) {
	.reponsiblilites section {
		width: 100%;
	}
}
@media only screen and (max-width:480px) {
	.content {
		padding: 0.75rem 1rem;
	}
}