/* MAIN TAGS */

html, body, div, nav, header, footer, main, section, article, aside {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	min-width: 320px;
	height: 100%;
}
body {
	min-width: 320px;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 1.6;
	position: relative;
	background: #f6f6f6;
}
h1, h2, h3, h4 {
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 700;
}
h2:first-child, 
h3:first-child, 
h4:first-child {
	margin-top: 0;
}
h5 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
p {
	padding: 0;
}
p:empty {
	display: none;
}
p.last,
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	padding: 0;
}
ul li,
ol li {
	padding: 0 0 13px;
	margin: 0 0 0 14px;
}
ul li:last-child,
ol li:last-child {
	padding-bottom: 0;
}
a {
	color: #389A9F;
	text-decoration: underline;
	cursor: pointer;
}
a,
a::before,
a::after {
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
a:hover {
	color: #3EABB1;
}
a.no-underline {
	text-decoration: none;
}
a.hover-underline:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
b,
strong,
.font-bold {
	font-weight: 600;
}
address {
	padding: 0;
	font-style: normal;
}
address:last-child,
address.last {
	margin: 0;
}

table:first-child {
	margin-top: 0;
}
table:last-child {
	margin-bottom: 0;
}

::-moz-selection {
	background-color: #3EABB1;
	color: #FFF;
}
::selection {
	background-color: #3EABB1;
	color: #FFF;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child,
p:last-child,
ul:last-child, ol:last-child,
img:last-child,
address:last-child {
	margin-bottom: 0;
}

hr {
	display: block;
	border: none;
	width: 100%;
	height: 2px;
	background: #DDD;
}
hr.zero-top {
	margin-top: 0;
}
hr.zero-bottom {
	margin-top: 0;
}

@media (max-width: 479px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 16px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	body,
	.font-normal {
		font-size: 15px;
	}
	.font-large {
		font-size: 16px;
	}
	.font-small {
		font-size: 14px;
	}
	.font-tiny,
	table.data {
		font-size: 13px;
	}
	h1, h2, h3, h4, h5,
	p,
	address {
		margin: 0 0 18px 0;
	}
	h2, h3, h4 {
		margin-top: 28px;
	}
	ul, ol {
		margin: 0 0 18px 5px;
	}
	table {
		margin-top: 28px;
	}
	hr {
		margin: 30px 0;
	}
}
@media (min-width: 768px) {
	body,
	.font-normal {
		font-size: 16px;
	}
	.font-large {
		font-size: 17px;
	}
	.font-small {
		font-size: 15px;
	}
	.font-tiny,
	table.data {
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1079px) {
	h1, h2, h3, h4, h5,
	p,
	address {
		margin: 0 0 20px 0;
	}
	h2, h3, h4 {
		margin-top: 30px;
	}
	ul, ol {
		margin: 0 0 20px 5px;
	}
	table {
		margin-top: 30px;
	}
	hr {
		margin: 35px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 19px;
	}
	h4 {
		font-size: 18px;
	}
}
@media (min-width: 980px) and (max-width: 1179px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 19px;
	}
}
@media (min-width: 1080px) {
	h1, h2, h3, h4, h5,
	p,
	address {
		margin: 0 0 23px 0;
	}
	h2, h3, h4 {
		margin-top: 33px;
	}
	ul, ol {
		margin: 0 0 23px 5px;
	}
	table {
		margin-top: 33px;
	}
	hr {
		margin: 40px 0;
	}
}
@media (min-width: 1180px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
}
@media (min-width: 1180px) and (max-width: 1599px) {
	h1 {
		font-size: 28px;
	}
}
@media (min-width: 1600px) {
	h1 {
		font-size: 30px;
	}
}

/* LAYOUT */

#page {
	min-width: 320px;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.section-content {
	position: relative;
	box-sizing: border-box;
}
.section-content.zero-top {
	padding-top: 0;
}
.section-content.zero-bottom {
	padding-bottom: 0;
}
.section-content.with-border-top {
	border-top-style: solid;
	border-top-width: 1px;
}
.section-content.with-border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.text-wrapper .grid,
article .grid,
.as-article .grid {
	max-width: none;
}
.grid-box.with-border {
	border-style: solid;
	border-width: 2px;
}

@media (max-width: 359px) {
	.content-wrapper {
		margin: 0 17px;
	}
	.section-content {
		padding: 30px 0;
	}
	.grid-item {
		margin-bottom: 30px;
	}
	.grid.compact .grid-item {
		margin-bottom: 22px;
	}
	.grid.tight .grid-item {
		margin-bottom: 15px;
	}
	.grid-box {
		padding: 20px 17px;
	}
}
@media (min-width: 360px) and (max-width: 479px) {
	.content-wrapper {
		margin: 0 25px;
	}
}
@media (min-width: 360px) and (max-width: 767px) {
	.section-content {
		padding: 35px 0;
	}
	.grid-item {
		margin-bottom: 35px;
	}
	.grid.compact .grid-item {
		margin-bottom: 25px;
	}
	.grid.tight .grid-item {
		margin-bottom: 15px;
	}
}
@media (min-width: 360px) and (max-width: 767px) {
	.grid-box {
		padding: 20px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.content-wrapper {
		margin: 0 30px;
	}
}
@media (max-width: 767px) {
	.grid-item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.grid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		-o-align-items: stretch;
		align-items: stretch;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.grid-item {
		-webkit-flex: 0 0 50%;
		-moz-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		-o-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grid-item:nth-child(2n+1):nth-last-child(-n+2) ~ .grid-item,
	.grid.compact .grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grid.compact .grid-item:nth-child(2n+1):nth-last-child(-n+2) ~ .grid.compact .grid-item,
	.grid.tight .grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grid.tight .grid-item:nth-child(2n+1):nth-last-child(-n+2) ~ .grid.tight .grid-item {
		margin-bottom: 0;
	}
	.grid-box {
		min-height: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.content-wrapper {
		margin: 0 40px;
	}
	.grid-item:nth-child(odd) {
		padding-right: 20px;
	}
	.grid-item:nth-child(even) {
		padding-left: 20px;
	}
	.grid-box {
		padding: 22px;
	}
}
@media (min-width: 768px) and (max-width: 1179px) {
	.section-content {
		padding: 40px 0;
	}
	.grid-item {
		margin-bottom: 40px;
	}
	.grid.compact .grid-item {
		margin-bottom: 30px;
	}
	.grid.tight .grid-item {
		margin-bottom: 20px;
	}
}
@media (max-width: 979px) {
	#page {
		padding-top: 80px;
	}
}
@media (min-width: 980px) and (max-width: 1179px) {
	.content-wrapper {
		margin: 0 50px;
	}
	.grid-item:nth-child(odd) {
		padding-right: 25px;
	}
	.grid-item:nth-child(even) {
		padding-left: 25px;
	}
	.grid-box {
		padding: 22px 25px;
	}
}
@media (min-width: 980px) and (max-width: 1279px) {
	#page {
		padding-top: 90px;
	}
}
@media (min-width: 1180px) and (max-width: 1279px) {
	.content-wrapper {
		margin: 0 60px;
	}
	.grid-item:nth-child(odd) {
		padding-right: 30px;
	}
	.grid-item:nth-child(even) {
		padding-left: 30px;
	}
	.grid-box {
		padding: 25px 30px;
	}
}
@media (min-width: 1180px) and (max-width: 1599px) {
	.section-content {
		padding: 50px 0;
	}
	.grid-item {
		margin-bottom: 50px;
	}
	.grid.compact .grid-item {
		margin-bottom: 30px;
	}
	.grid.tight .grid-item {
		margin-bottom: 20px;
	}
}
@media (min-width: 1280px) and (max-width: 1599px) {
	.content-wrapper {
		margin: 0 50px;
	}
	.grid-item:nth-child(odd) {
		padding-right: 25px;
	}
	.grid-item:nth-child(even) {
		padding-left: 25px;
	}
	.grid-box {
		padding: 25px;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	#page {
		padding-left: 340px;
	}
}
@media (min-width: 1440px) and (max-width: 1599px) {
	#page {
		padding-left: 360px;
	}
}
@media (min-width: 1600px) {
	#page {
		padding-left: 380px;
	}
	.section-content {
		padding: 60px 0;
	}
	.grid-item {
		margin-bottom: 60px;
	}
	.grid.compact .grid-item {
		margin-bottom: 40px;
	}
	.grid.tight .grid-item {
		margin-bottom: 25px;
	}
}
@media (min-width: 1600px) and (max-width: 1819px) {
	.content-wrapper {
		margin: 0 60px;
	}
	.grid {
		max-width: calc(100% - 220px);
	}
	.grid-item:nth-child(odd) {
		padding-right: 30px;
	}
	.grid-item:nth-child(even) {
		padding-left: 30px;
	}
	.grid-box {
		padding: 30px;
	}
}
@media (min-width: 1820px) {
	.content-wrapper {
		margin: 0 70px;
	}
	.grid-item:nth-child(odd) {
		padding-right: 35px;
	}
	.grid-item:nth-child(even) {
		padding-left: 35px;
	}
	.grid-box {
		padding: 30px 35px;
	}
}
@media (min-width: 1820px) and (max-width: 1839px) {
	.grid {
		max-width: calc(100% - 200px);
	}
}
@media (min-width: 1840px) {
	.grid {
		max-width: 1120px;
	}
}

/* HEADER */

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

#logo {
	line-height: 1.0;
	display: block;
	text-decoration: none;
	outline: none;
}
#logo-symbol {
	float: left;
}
#site-name {
	display: block;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #222;
}
#site-desc {
	display: block;
	font-weight: 600;
	color: #AAA;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#header hr {
	background: #EEE;
}

#menu-links,
.menu-sublinks {
	list-style: none;
	margin: 0;
}
#menu-links li {
	margin: 0 0 15px 0;
	padding: 0;
}
#menu-links li:last-child,
#menu-links li.main:last-child {
	margin: 0;
}
#menu-links .menu-sublinks li {
	margin: 15px 0 0 10px;
	padding: 0;
}
#menu-links a {
	text-decoration: none;
	line-height: 1.0;
	position: relative;
}
#menu-links a:hover {
	text-decoration: underline;
}
#menu-links a.no-underline:hover {
	text-decoration: none;
}
#menu-links .main .menu-link {
	font-weight: 600;
	text-transform: uppercase;
}
#menu-links .menu-link.with-sublinks {
	display: block;
}
#menu-links .menu-link.with-sublinks::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-links .menu-link.with-sublinks.expanded::after {
	margin-top: -3px;
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
	transform: rotate(-135deg); 
}
#menu-links .menu-sublinks {
	overflow: hidden;
	max-height: 0;
	padding: 0;
}
#menu-links .with-sublinks.expanded + .menu-sublinks {
	max-height: 320px;
	padding-bottom: 10px;
	overflow: visible;
}
#menu-links a.current::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
}
.has-admin-bar #wpadminbar {
	position: fixed !important;
}

@media (max-width: 359px) {
	#header-wrapper {
		margin: 0 17px;
	}
	#menu-icon {
		right: 11px;
	}
}
@media (min-width: 360px) and (max-width: 479px) {
	#header-wrapper {
		margin: 0 25px;
	}
	#menu-icon {
		right: 19px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#header-wrapper {
		margin: 0 30px;
	}
	#menu-icon {
		right: 24px;
	}
}
@media (max-width: 767px) {
	#menu-links a {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	#menu-links a {
		font-size: 17px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#header-wrapper {
		margin: 0 40px;
	}
	#menu-icon {
		right: 34px;
	}
}
@media (max-width: 782px) {
	body.has-admin-bar #header,
	body.has-admin-bar #main-menu {
		top: 46px;
	}
	body.has-admin-bar #menu-icon {
		margin-top: 46px;
	}
}
@media (min-width: 783px) {
	body.has-admin-bar #header {
		top: 32px;
	}
}
@media (min-width: 783px) and (max-width: 1279px) {
	body.has-admin-bar #menu-icon {
		margin-top: 32px;
	}
	body.has-admin-bar #main-menu {
		top: 32px;
	}
}
@media (max-width: 979px) {
	#header {
		max-height: 80px;
	}
	#header-wrapper {
		padding: 15px 0;
	}
	#menu-icon {
		top: 20px;
	}
	#header.compact #header-wrapper {
		padding: 10px 0;
	}
	#header.compact #menu-icon {
		top: 5px;
	}
	#main-menu {
		right: -280px;
		width: 280px;
	}
	#menu-links {
		top: 48px;
		bottom: 20px;
	}
	body.with-menu #menu-icon,
	body.with-menu #header.compact #menu-icon {
		top: 14px;
		right: 14px;
	}
}
@media (min-width: 980px) and (max-width: 1179px) {
	#header-wrapper {
		margin: 0 50px;
	}
	#menu-icon {
		right: 44px;
	}
}
@media (min-width: 980px) and (max-width: 1279px) {
	#header {
		max-height: 90px;
	}
	#header-wrapper {
		padding: 20px 0;
	}
	#menu-icon {
		top: 25px;
	}
	#header.compact #header-wrapper {
		padding: 15px 0;
	}
	#header.compact #menu-icon {
		top: 10px;
	}
	#main-menu {
		right: -320px;
		width: 320px;
	}
	#menu-links {
		top: 58px;
		bottom: 25px;
	}
	body.with-menu #menu-icon,
	body.with-menu #header.compact #menu-icon {
		top: 19px;
		right: 24px;
	}
}
@media (min-width: 1180px) and (max-width: 1279px) {
	#header-wrapper {
		margin: 0 60px;
	}
	#menu-icon {
		right: 54px;
	}
}
@media (max-width: 1279px) {
	body.with-menu {
		overflow: hidden;
	}
	#header {
		right: 0;
	}
	#header-wrapper {
		position: relative;
	}
	#logo-symbol {
		width: 41px;
		height: 50px;
		margin: 0 22px 0 0;
	}
	#site-name {
		margin: 0 0 0 63px;
		padding: 7px 0 9px;
		font-size: 19px;
	}
	#site-desc {
		margin: 0 0 0 63px;
		font-size: 11px;
	}
	#header.compact #logo-symbol {
		width: 25px;
		height: 30px;
		margin: 0 15px 0 0;
	}
	#header.compact #site-name {
		margin: 0 0 0 40px;
		padding: 8px 0 0;
		font-size: 17px;
	}
	#header.compact #site-desc {
		display: none;
	}
	#header hr {
		display: none;
	}
	#menu-icon {
		position: fixed;
		width: 40px;
		height: 40px;
		z-index: 999;
	}
	#menu-icon span {
		display: block;
		width: 28px;
		height: 2px;
		position: absolute;
		top: 19px;
		left: 6px;
	}
	#menu-icon span::before,
	#menu-icon span::after {
		content: "";
		width: 28px;
		height: 2px;
		position: absolute;
		left: 0;
	}
	#menu-icon span::before {
		top: -11px;
	}
	#menu-icon span::after {
		bottom: -11px;
	}
	#menu-icon.opened span {
		background: none;
	}
	#menu-icon.opened span::before,
	#menu-icon.opened span::after {
		width: 35px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		left: -4px;
	}
	#menu-icon.opened span::before {
		-webkit-transform: rotate(40deg);
   	-moz-transform: rotate(40deg);
    	-ms-transform: rotate(40deg);
    	-o-transform: rotate(40deg);
		transform: rotate(40deg);
		top: 0;
	}
	#menu-icon.opened span::after {
		-webkit-transform: rotate(-40deg);
   	-moz-transform: rotate(-40deg);
    	-ms-transform: rotate(-40deg);
    	-o-transform: rotate(-40deg);
		transform: rotate(-40deg);
		bottom: 0;
	}
	#main-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		-o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
		z-index: 888;
	}
	body.with-menu #main-menu {
		right: 0;
	}
	#main-menu-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #000;
		opacity: 0.25;
		z-index: 777;
		display: none;
	}
	body.with-menu #main-menu-overlay {
		display: block;
	}
	#menu-links {
		position: absolute;
		left: 0;
		right: 0;
		padding: 0 30px;
		overflow: auto;
	}
}
@media (min-width: 1280px) {
	#header {
		bottom: 0;
		overflow: hidden;
		max-height: none;
	}
	#header-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		overflow: auto;
	}
	#logo-symbol {
		width: 50px;
		height: 60px;
		margin: 0 25px 0 0;
	}
	#site-name {
		margin: 0 0 0 75px;
		padding: 10px 0 10px;
		font-size: 21px;
	}
	#site-desc {
		margin: 0 0 0 75px;
		font-size: 12px;
	}
	#menu-icon {
		display: none;
	}
}
@media (min-width: 1280px) and (max-width: 1599px) {
	#header hr {
		margin: 25px 0 45px;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	#header {
		width: 340px;
	}
	#header-wrapper {
		padding: 25px 30px 0;
		bottom: 65px;
	}
}
@media (max-width: 1439px) {
	#menu-links a.current::before {
		left: -30px;
	}
	#menu-links .menu-sublinks a.current::before {
		left: -40px;
	}
}
@media (min-width: 1440px) and (max-width: 1599px) {
	#header {
		width: 360px;
	}
	#header-wrapper {
		padding: 25px 35px 0;
		bottom: 75px;
	}
	#menu-links a.current::before {
		left: -35px;
	}
	#menu-links .menu-sublinks a.current::before {
		left: -45px;
	}
}
@media (max-width: 1599px) {
	#menu-links li.main {
		margin-bottom: 25px;
	}
	#menu-links li.main + li.general,
	#menu-links li.general + li.main {
		margin-top: 30px;
	}
}
@media (min-width: 1600px) {
	#header {
		width: 380px;
	}
	#header-wrapper {
		padding: 35px 40px 0;
		bottom: 85px;
	}
	#header hr {
		margin: 35px 0 55px;
	}
	#menu-links li.main {
		margin-bottom: 30px;
	}
	#menu-links li.main + li.general,
	#menu-links li.general + li.main {
		margin-top: 35px;
	}
	#menu-links a.current::before {
		left: -40px;
	}
	#menu-links .menu-sublinks a.current::before {
		left: -50px;
	}
}

/* FOOTER */

@media (max-width: 419px) {
	#footer {
		padding-bottom: 15px;
		text-align: center;
	}
	#footer-copy {
		margin-bottom: 5px;
	}
}
@media (min-width: 420px) {
	#footer {
		line-height: 1.0;
		text-align: right;
	}
}
@media (min-width: 420px) and (max-width: 979px) {
	#footer {
		padding-bottom: 20px;
	}
}
@media (min-width: 420px) and (max-width: 1279px) {
	#footer-copy {
		float: left;
	}
}
@media (min-width: 980px) and (max-width: 1439px) {
	#footer {
		padding-bottom: 25px;
	}
}
@media (min-width: 1280px) {
	#footer-copy {
		position: fixed;
		z-index: 999;
		left: 0;
		bottom: 0;
		color: #AAA;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	#footer-copy {
		padding: 25px 35px;
	}
}
@media (min-width: 1440px) and (max-width: 1599px) {
	#footer {
		padding-bottom: 30px;
	}
	#footer-copy {
		padding: 30px;
	}
}
@media (min-width: 1600px) {
	#footer {
		padding-bottom: 35px;
	}
	#footer-copy {
		padding: 35px 40px;
	}
}

/* CONTENT */

#breadcrumbs {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-transform: uppercase;
}
#breadcrumbs-links {
	list-style: none;
	margin: 0;
}
#breadcrumbs-links > li {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}
#breadcrumbs-links > li:last-child {
	padding: 0;
}
#breadcrumbs-links > li::after {
	content: "/";
	width: 20px;
	text-align: center;
	display: inline-block;
}
#breadcrumbs-links > li:last-child::after {
	display: none;
}
#breadcrumbs-links a.breadcrumb-with-sublinks {
	font-weight: 600;
	padding-right: 25px;
}
#breadcrumbs-links a.breadcrumb-with-sublinks::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#breadcrumbs-links a.breadcrumb-with-sublinks.expanded::after {
	margin-top: -3px;
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
	transform: rotate(-135deg); 
}
#breadcrumbs-links .breadcrumbs-sublinks-wrapper {
	position: absolute;
	top: 100%;
	left: -10px;
	padding: 0 10px 0;
	overflow: hidden;
	z-index: 100;
	max-height: 0;
}
#breadcrumbs-links a.breadcrumb-with-sublinks.expanded + .breadcrumbs-sublinks-wrapper {
	padding: 0 10px 10px;
	max-height: 320px;
}
#breadcrumbs-links .breadcrumbs-sublinks {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	text-transform: none;
	padding: 15px 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
#breadcrumbs-links .breadcrumbs-sublinks li {
	padding: 0 50px 0 20px;
	margin: 0;
	line-height: 36px;
}

.section-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	line-height: 1.0;
	margin: 0;
}
.section-title:first-child {
	margin-top: 0;
}

article,
.as-article {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
article .date,
.as-article .date {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table:first-child {
	margin: 0;
}
th {
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
	text-align: left;
}
table ul,
table ul li,
table ol,
table ol li {
	margin: 0;
	list-style: none;
}
table ul li,
table ol li {
	padding-bottom: 10px;
}

.document-list {
	list-style: none;
	clear: both;
	margin: 0;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.document-list.tight {
	border: none;
	padding-bottom: 0;
}
.document-list:first-child,
.document-list.zero-top {
	margin-top: 0;
}
.document-list li {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.document-list li:last-child {
	margin: 0;
}
.document-link {
	display: block;
	position: relative;
	text-decoration: none;
	min-height: 40px;
}
.document-link .wrapper {
	display: block;
	padding-left: 62px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.document-link  .name {
	font-weight: 600;
	display: block;
	position: relative;
	margin: -5px 0 2px;
	white-space: normal;
}
.document-link .info {
	display: block;
	font-weight: normal;
	overflow: hidden;
   text-overflow: ellipsis;
	font-size: 14px;
	width: 100%;
}
.document-link .arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	line-height: 38px;
	padding: 0;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
}
.document-link .arrow::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); 
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 13px;
	left: 13px;
}
.document-link .arrow::after {
	content: "";
	width: 1px;
	height: 16px;
	border-right-style: solid;
	border-right-width: 2px;
	position: absolute;
	top: 10px;
	left: 17px;
}
.document-link:hover .arrow::before,
.document-link:hover .arrow::after {
	border-color: #FFF;
}
.list-item:last-child {
	margin-bottom: 0;
}
.links,
.infos {
	list-style: none;
	font-weight: 600;
	margin: 0;
}
.links li,
.infos li {
	margin: 0;
}
.button {
	display: inline-block;
	position: relative;
	font-weight: 700;
	line-height: 42px;
	color: #FFF;
	padding: 0 42px 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	outline: none;
}
.button:hover {
	color: #FFF;
	padding: 0 47px 0 20px;
}
.button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	box-sizing: border-box;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.button:hover::after {
	right: 17px;
}
.link {
	display: inline-block;
	position: relative;
	font-weight: 600;
	padding-right: 25px;
}
.link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	box-sizing: border-box;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.link:hover::after {
	right: 2px; 
}
.link.color-white::after {
	border-color: #FFF;
}

sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -5px;
}

@media (max-width: 359px) {
	.section-title {
		margin-top: 30px;
	}
}
@media (min-width: 360px) and (max-width: 767px) {
	.section-title {
		margin-top: 35px;
	}
}
@media (min-width: 420px) and (max-width: 767px) {
	#intro-aside .links li,
	.infos.inline li {
		display: inline-block;
		padding: 0;
		margin: 0 25px 0 0;
	}
	#intro-aside .links li:last-child,
	.infos.inline li:last-child {
		margin: 0;
	}
}
@media (max-width: 479px) {
	table,
	tbody,
	thead,
	tr,
	th,
	td {
		display: block;
	}
	tr {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding: 7px 0;
	}
	th,
	td {
		padding: 3px 0;
		border: none;
		line-height: 26px;
	}
	table.with-head::after {
		content: "";
		display: table;
		clear: both;
	}
	thead {
		float: left;
		width: 25%;
	}
	table.data thead {
		display: none;
	}
	table.with-head tbody {
		float: left;
		width: 75%;
	}
	thead tr,
	table.with-head tbody tr {
		float: left;
		border-top-style: solid;
		border-top-width: 1px;
	}
	table.data tbody tr {
		border: none;
		border-top-style: solid;
		border-top-width: 2px;
	}
	table.data tbody tr:last-child {
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}
	table.data tbody td {
		border-top-style: solid;
		border-top-width: 1px;
		padding: 12px 0;
	}
	table.data tbody td:first-child {
		border-top: none;
	}
	thead tr {
		width: 100%;
	}
	thead th.align-right {
		text-align: left;
	}
	table.with-head tbody.columns-2 tr {
		width: 50%;
	}
	table.with-head tbody.columns-3 tr {
		width: 33.3333%;
	}
	table.with-head td {
		text-align: right;
	}
	table.no-head tbody tr:first-child {
		border-top-style: solid;
		border-top-width: 1px;
	}
	table.no-head td.align-right {
		text-align: left;
	}
}
@media (min-width: 480px) {
	th {
		border-top-style: solid;
		border-top-width: 2px;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		padding: 15px 30px 15px 0;
	}
	td {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding: 15px 30px 15px 0;
	}

	table.no-head tr:first-child td {
		border-top-style: solid;
		border-top-width: 2px;
	}
	th:last-child,
	td:last-child,
	table.no-head th:last-child,
	table.no-head td:last-child {
		padding-right: 0;
	}
}
@media (min-width: 480px) and (max-width: 639px) {
	table.no-head th,
	table.no-head td {
		padding: 15px 30px 15px 0;
	}
}
@media (max-width: 639px) {
	article .date,
	.as-article .date {
		display: block;
		margin: -10px 0 20px;
		position: relative;
	}
}
@media (min-width: 640px) {
	article h3.inline,
	.as-article h3.inline {
		display: inline-block;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	table.no-head th,
	table.no-head td {
		padding: 15px 40px 15px 0;
	}
	article h3.inline,
	.as-article h3.inline {
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	#intro-aside .infos {
		display: none;
	}
	#breadcrumbs-links li {
		line-height: 42px;
	}
	.section-title {
		padding-bottom: 20px;
	}
	article,
	.as-article {
		padding: 30px 0;
	}
	table {
		margin-bottom: 30px;
	}
	.document-list {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.list-item {
		margin-bottom: 25px;
	}
	.link-wrapper,
	.infos {
		margin-top: 28px;
	}
	.link-wrapper.compact,
	.infos.compact {
		margin-top: 18px;
	}
	.document-list li {
		margin-bottom: 25px;
	}
	.button {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	#intro {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		-o-align-items: stretch;
		align-items: stretch;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	#intro-aside .links {
		margin-top: 4px;
	}
	#breadcrumbs-links li {
		line-height: 50px;
	}
	.section-title {
		padding-bottom: 25px;
	}
	table {
		margin-bottom: 40px;
	}
	.document-list {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.button {
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#intro-aside {
		-webkit-flex: 0 0 260px;
		-moz-flex: 0 0 260px;
		-ms-flex: 0 0 260px;
		-o-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;
	}
	#intro-text {
		-webkit-flex: 0 0 calc(100% - 260px);
		-moz-flex: 0 0 calc(100% - 260px);
		-ms-flex: 0 0 calc(100% - 260px);
		-o-flex: 0 0 calc(100% - 260px);
		flex: 0 0 calc(100% - 260px);
		max-width: calc(100% - 260px);
	}
	#intro-aside .links.gap-top-h1 {
		margin-top: 59px;
	}
	article,
	.as-article {
		padding: 35px 0;
	}
	article h3.inline,
	.as-article h3.inline {
		margin-right: 35px;
	}
	table.no-head th,
	table.no-head td {
		padding: 15px 50px 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 1079px) {
	.list-item {
		margin-bottom: 27px;
	}
	.link-wrapper,
	.infos {
		margin-top: 30px;
	}
	.link-wrapper.compact,
	.infos.compact {
		margin-top: 20px;
	}
	.document-list li {
		margin-bottom: 27px;
	}
}
@media (min-width: 768px) and (max-width: 1179px) {
	.section-title {
		margin-top: 40px;
	}
}
@media (min-width: 980px) {
	article,
	.as-article {
		padding: 40px 0;
	}
	article h3.inline,
	.as-article h3.inline {
		margin-right: 40px;
	}
	.infos.inline li {
		display: inline-block;
		padding: 0;
		margin: 0 30px 0 0;
	}
	.infos.inline li:last-child {
		margin: 0;
	}
}
@media (min-width: 980px) and (max-width: 1179px) {
	#intro-aside {
		-webkit-flex: 0 0 280px;
		-moz-flex: 0 0 280px;
		-ms-flex: 0 0 280px;
		-o-flex: 0 0 280px;
		flex: 0 0 280px;
		max-width: 280px;
	}
	#intro-text {
		-webkit-flex: 0 0 calc(100% - 280px);
		-moz-flex: 0 0 calc(100% - 280px);
		-ms-flex: 0 0 calc(100% - 280px);
		-o-flex: 0 0 calc(100% - 280px);
		flex: 0 0 calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
	#intro-aside .links.gap-top-h1 {
		margin-top: 61px;
	}
	table.no-head th,
	table.no-head td {
		padding: 15px 60px 15px 0;
	}
}
@media (min-width: 1080px) {
	.list-item {
		margin-bottom: 30px;
	}
	.link-wrapper,
	.infos {
		margin-top: 33px;
	}
	.link-wrapper.compact,
	.infos.compact {
		margin-top: 23px;
	}
	.document-list li {
		margin-bottom: 30px;
	}
}
@media (min-width: 1080px) and (max-width: 1179px) {
	.text-wrapper {
		max-width: calc(100% - 180px);
	}
}
@media (min-width: 1180px) {
	table.no-head th,
	table.no-head td {
		padding: 15px 70px 15px 0;
	}
}
@media (min-width: 1180px) and (max-width: 1279px) {
	#intro-text {
		-webkit-flex: 0 0 calc(100% - 340px);
		-moz-flex: 0 0 calc(100% - 340px);
		-ms-flex: 0 0 calc(100% - 340px);
		-o-flex: 0 0 calc(100% - 340px);
		flex: 0 0 calc(100% - 340px);
		max-width: calc(100% - 340px);
	}
	#intro-aside {
		-webkit-flex: 0 0 340px;
		-moz-flex: 0 0 340px;
		-ms-flex: 0 0 340px;
		-o-flex: 0 0 340px;
		flex: 0 0 340px;
		max-width: 340px;
	}
	.section-title,
	article,
	.as-article,
	.text-wrapper {
		max-width: calc(100% - 200px);
	}
}
@media (min-width: 1180px) and (max-width: 1599px) {
	#intro-aside .links.gap-top-h1 {
		margin-top: 68px;
	}
	.section-title {
		margin-top: 50px;
	}
}
@media (min-width: 1280px) and (max-width: 1599px) {
	#intro-aside {
		-webkit-flex: 0 0 280px;
		-moz-flex: 0 0 280px;
		-ms-flex: 0 0 280px;
		-o-flex: 0 0 280px;
		flex: 0 0 280px;
		max-width: 280px;
	}
	#intro-text {
		-webkit-flex: 0 0 calc(100% - 280px);
		-moz-flex: 0 0 calc(100% - 280px);
		-ms-flex: 0 0 calc(100% - 280px);
		-o-flex: 0 0 calc(100% - 280px);
		flex: 0 0 calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
}
@media (min-width: 1366px) and (max-width: 1439px) {
	.text-wrapper {
		max-width: calc(100% - 180px);
	}
}
@media (min-width: 1440px) and (max-width: 1599px) {
	.text-wrapper {
		max-width: calc(100% - 280px);
	}
}
@media (min-width: 1600px) {
	#intro-aside .links.gap-top-h1 {
		margin-top: 71px;
	}
	.section-title {
		margin-top: 60px;
	}
}
@media (min-width: 1600px) and (max-width: 1819px) {
	.section-title,
	article,
	.as-article {
		max-width: calc(100% - 220px);
	}
	.text-wrapper {
		max-width: calc(100% - 120px);
	}
}
@media (min-width: 1600px) and (max-width: 1839px) {
	#intro-text {
		-webkit-flex: 0 0 calc(100% - 340px);
		-moz-flex: 0 0 calc(100% - 340px);
		-ms-flex: 0 0 calc(100% - 340px);
		-o-flex: 0 0 calc(100% - 340px);
		flex: 0 0 calc(100% - 340px);
		max-width: calc(100% - 340px);
	}
	#intro-aside {
		-webkit-flex: 0 0 340px;
		-moz-flex: 0 0 340px;
		-ms-flex: 0 0 340px;
		-o-flex: 0 0 340px;
		flex: 0 0 340px;
		max-width: 340px;
	}
}
@media (min-width: 1820px) and (max-width: 1839px) {
	.section-title,
	article,
	.as-article {
		max-width: calc(100% - 200px);
	}
	.text-wrapper {
		max-width: calc(100% - 140px);
	}
}
@media (min-width: 1840px) {
	#intro-text {
		-webkit-flex: 0 0 1120px;
		-moz-flex: 0 0 1120px;
		-ms-flex: 0 0 1120px;
		-o-flex: 0 0 1120px;
		flex: 0 0 1120px;
		max-width: 1120px;
	}
	#intro-aside {
		-webkit-flex: 0 0 calc(100% - 1120px);
		-moz-flex: 0 0 calc(100% - 1120px);
		-ms-flex: 0 0 calc(100% - 1120px);
		-o-flex: 0 0 calc(100% - 1120px);
		flex: 0 0 calc(100% - 1120px);
		max-width: calc(100% - 1120px);
	}
	.section-title,
	article,
	.as-article {
		max-width: 1120px;
	}
	.text-wrapper {
		max-width: 980px;
	}
}

/* COLORS */

.color-white,
.hover-color-white:hover {
	color: #FFF;
}
.color-black {
	color: #111;
}
.color-default {
	color: #282828;
}
.color-gray {
	color: #666;
}
.color-light-gray,
table th {
	color: #888;
}
.color-lighter-gray {
	color: #999;
}
.background-white {
	background: #FFF;
}
.border-silver,
table tr,
table th,
table td {
	border-color: #CCC;
}
.border-black,
.pseudo-border-black::before,
.pseudo-border-black::after {
	color: #111;
}

/* ANIMATIONS */

.transition-quick,
.transition-quick::before,
.transition-quick::after {
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	 transition: all 0.15s ease-out;
}
.transition-fast,
.transition-fast::before,
.transition-fast::after {
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	 transition: all 0.25s ease-out;
}

/* MISC */

.hidden {
	display: none !important;
}
.invisible {
	visibility: hidden;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

@media (max-width: 479px) {
	.hide-phone {
		display: none !important;
	}
}
@media (min-width: 480px) {
	.show-phone {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.show-mobile {
		display: none !important;
	}
}