img, legend {
	border: 0
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not ([controls] ){
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, optgroup, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not (:root ){
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre, textarea {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

.aside-menu a, .aside-title, .formNL label, .header-donation-title,
	.header-nav>ul ul a, .header-nav>ul>li>a {
	text-transform: uppercase
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.SelectClass, .slick-slider {
	-moz-box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend, td, th {
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.SlectBox {
	width: 200px;
	padding: 5px 8px
}

.SelectClass {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.SumoSelect>.CaptionCont, .SumoSelect>.optWrapper>.options>li label {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: 0
}

.SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
	box-shadow: 0 0 2px #7799D0;
	border-color: #7799D0
}

.SumoSelect>.CaptionCont {
	position: relative;
	border: 1px solid #A4A4A4;
	min-height: 14px;
	background-color: #fff;
	margin: 0
}

.SumoSelect>.CaptionCont>span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
	color: #ccc;
	font-style: italic
}

.SumoSelect>.CaptionCont>label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px
}

.SumoSelect>.optWrapper {
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease-out, top .2s ease-out, visibility .2s
		ease-out;
	-webkit-transition: opacity .2s ease-out, top .2s ease-out, visibility
		.2s ease-out;
	-moz-transition: opacity .2s ease-out, top .2s ease-out, visibility .2s
		ease-out;
	-ms-transition: opacity .2s ease-out, top .2s ease-out, visibility .2s
		ease-out;
	-o-transition: opacity .2s ease-out, top .2s ease-out, visibility .2s
		ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -100;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	overflow: hidden
}

.SumoSelect>.optWrapper.open {
	top: 35px;
	visibility: visible;
	opacity: 1;
	z-index: 1000
}

.SumoSelect>.optWrapper>.options {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-height: 250px
}

.SumoSelect>.optWrapper.isFloating>.options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options>li {
	padding: 6px;
	border-bottom: 1px solid #F3F3F3;
	position: relative
}

.SumoSelect>.optWrapper>.options>li:last-child {
	border-bottom: none
}

.SumoSelect>.optWrapper>.options>li:hover {
	background-color: #E4E4E4
}

.SumoSelect>.optWrapper>.options>li.sel {
	background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options>li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer
}

.SumoSelect>.optWrapper>.options>li span {
	display: none
}

.SumoSelect>.optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%
}

.SumoSelect>.optWrapper>.options>li.disabled {
	background-color: inherit;
	pointer-events: none
}

.SumoSelect>.optWrapper>.options>li.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options>li {
	padding-left: 35px;
	cursor: pointer
}

.SumoSelect .select-all>span, .SumoSelect>.optWrapper.multiple>.options>li span
	{
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px
}

.SumoSelect .select-all>span i, .SumoSelect>.optWrapper.multiple>.options>li span i
	{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .13)
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
	display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
	padding: 6px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
	border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options>li {
	padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options>li {
	padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
	padding-bottom: 43px
}

.SumoSelect.disabled {
	opacity: .7;
	cursor: not-allowed
}

.SumoSelect .select-all>span i, .aside-title, .btnInfo-icon {
	cursor: pointer
}

.SumoSelect.disabled>.CaptionCont {
	border-color: #ccc;
	box-shadow: none
}

.SumoSelect .select-all {
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px
}

.SumoSelect .select-all.partial>span i {
	background-color: #ccc
}

.SumoSelect>.optWrapper>.options>li.optGroup {
	padding-left: 5px;
	text-decoration: underline
}

.footer a, .header-nav>ul ul a, .header-nav>ul>li>a, a:hover {
	text-decoration: none
}

@font-face {
	font-family: BebasNeue;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/BebasNeue.eot?#iefix) format("embedded-opentype"),
		url(../fonts/BebasNeue.woff2) format("woff2"),
		url(../fonts/BebasNeue.woff) format("woff"),
		url(../fonts/BebasNeue.ttf) format("truetype"),
		url(../fonts/BebasNeue.svg#BebasNeue) format("svg")
}

.u-showDesktop {
	display: none !important
}

.u-mbs {
	margin-bottom: 30px
}

.u-mbm {
	margin-bottom: 25px
}

.grid::after {
	clear: both;
	content: "";
	display: table
}

.grid [class*=grid-] {
	margin-top: 30px
}

ol, p, ul {
	margin: 0
}

.grid [class*=grid-]:first-child {
	margin-top: 0
}

html {
	height: 100%;
	font-size: 100%;
	box-sizing: border-box
}

*, :before {
	box-sizing: border-box
}

body {
	color: #303030;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	font-family: Montserrat, sans-serif;
	font-size: 87.5%
}

.box-title, .documentation-title, .h1, .header-nav .formNL label,
	.header-nav>ul>li>a, h1 {
	font-family: BebasNeue, Arial, sans-serif
}

h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1.1;
	font-weight: 400
}

.aside-title, .boxDonation-title, .footer-title, .header-nav>ul ul a,
	.titleBorder, .upTitle {
	font-weight: 700
}

a {
	color: inherit
}

ol, ul {
	padding: 0
}

ol li, ul li {
	list-style: none
}

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

.wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px
}

.home {
	background-color: #f7f8f9
}

.mainContent {
	padding-top: 30px;
	padding-bottom: 30px
}

main::after {
	clear: both;
	content: "";
	display: table
}

.topnav {
	background-color: #0069b4
}

.topnav .wrapper {
	display: table;
	width: 100%
}

.topnav-search {
	display: table-cell;
	vertical-align: middle;
	width: 300px
}

.topnav-search input[type=submit] {
	border: 0;
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 20px 0 0 20px;
	background: url(../img/sprite.png) -48px -173px no-repeat
}

.topnav-search input[type=text] {
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	font-size: 12px;
	font-size: .75rem;
	text-transform: uppercase;
	color: #cecece;
	width: 100px;
	vertical-align: middle;
	display: inline-block
}

.topnav-fonts, .topnav-nl {
	display: table-cell;
	vertical-align: middle
}

.topnav-fonts {
	width: 1%;
	background-color: #004373
}

.topnav-fonts ul {
	display: table
}

.topnav-fonts li, .topnav-social {
	display: table-cell
}

.topnav-fonts li:first-child button {
	padding-left: 20px
}

.topnav-fonts li:last-child button {
	padding-right: 20px
}

.topnav-fonts button {
	height: 50px;
	border: 0;
	color: #fff;
	font-size: 15px;
	font-size: .9375rem;
	padding: 6px;
	outline: 0;
	background-color: #004373
}

.topnav-social {
	padding: 0 20px 0 10px;
	vertical-align: middle;
	width: 1%
}

.topnav-social ul {
	display: table
}

.topnav-social li {
	display: table-cell;
	padding: 0 5px;
	vertical-align: top
}

.topnav-social-fb, .topnav-social-twitter {
	display: block;
	width: 0;
	padding: 20px 0 0 24px;
	height: 0;
	overflow: hidden
}

.topnav-social a {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.topnav-social a:hover {
	opacity: .8
}

.topnav-social-fb {
	background: url(../img/sprite.png) 0 -173px no-repeat
}

.topnav-social-twitter {
	background: url(../img/sprite.png) -24px -173px no-repeat
}

.topnav-opts {
	display: table-cell;
	vertical-align: middle;
	width: 1%
}

.topnav-opts ul {
	display: table
}

.topnav-opts li {
	display: table-cell;
	vertical-align: top;
	padding: 0 4px
}

.btn, .btnInfo, .formNL label, .formNL-fields, .header-donation-content,
	.header-donation-title, .slider-slide-cell {
	vertical-align: middle
}

.topnav-opts a {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 24px 0 0 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease
}

.topnav-opts a:hover {
	background-color: #004373
}

.topnav-opts a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%
}

.topnav-opts-question:after {
	margin: -5px 0 0 -3px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 10px 0 0 6px;
	background: url(../img/sprite.png) -188px -137px no-repeat
}

.topnav-opts-email:after {
	margin: -3px 0 0 -5px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 7px 0 0 10px;
	background: url(../img/sprite.png) -126px -128px no-repeat
}

.formNL label {
	font-size: 12px;
	font-size: .75rem;
	color: #cecece;
	margin-right: 5px
}

.header-nav .formNL label {
	display: block;
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem
}

.formNL-fields {
	display: inline-block;
	border: 2px solid #fff
}

.formNL-fields::after {
	clear: both;
	content: "";
	display: table
}

.formNL input[type=email] {
	float: left;
	height: 25px;
	padding: 5px 10px;
	width: 184px;
	border: 0;
	font-size: 14px;
	font-size: .875rem;
	color: #cecece;
	font-style: italic;
	background-color: transparent;
	border-right: 2px solid #fff
}

.formNL input[type=submit] {
	float: left;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	height: 25px;
	width: 25px;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #004373
}

.header {
	background: #eceff2;
	position: relative;
	z-index: 200;
	border-bottom: 1px solid #aebdcc
}

.header .wrapper {
	padding-top: 10px;
	padding-bottom: 10px
}

.header-logo a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 66px 0 0 116px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/logo-mobile.png)
}

.header-toggle {
	border: 0;
	outline: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	padding: 10px 10px 12px;
	display: inline-block;
	background-color: transparent
}

.header-toggle span {
	width: 40px;
	height: 4px;
	position: relative;
	display: inline-block;
	background-color: #0069b4;
	-webkit-transition: background .3s .3s ease;
	-moz-transition: background .3s .3s ease;
	transition: background .3s .3s ease
}

.header-toggle span:after, .header-toggle span:before {
	content: "";
	z-index: 3;
	left: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	padding: 4px 0 0 40px;
	background-color: #0069b4;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top .3s .3s ease, -webkit-transform .3s ease;
	transition: top .3s .3s ease, transform .3s ease
}

.header-nav, .header-nav>ul>li:last-child:after {
	display: none
}

.header-toggle span:before {
	top: 10px
}

.header-toggle span:after {
	top: -10px
}

.header-toggle.open span {
	-webkit-transition: background .3s 0s ease;
	-moz-transition: background .3s 0s ease;
	transition: background .3s 0s ease;
	background: 0 0
}

.header-toggle.open span:after, .header-toggle.open span:before {
	top: 0;
	padding-left: 40px;
	transition: top .3s ease, -webkit-transform .3s .3s ease;
	transition: top .3s ease, transform .3s .3s ease
}

.header-toggle.open span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header-toggle.open span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header-nav {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	background-color: #0069b4
}

.header-nav>ul {
	padding: 30px 0
}

.header-nav>ul>li {
	margin-bottom: 30px;
	position: relative
}

.header-nav>ul>li:last-child {
	margin-bottom: 0
}

.header-nav>ul>li:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #5a86d6;
	margin: 0 auto
}

.header-nav>ul>li>a {
	font-size: 36px;
	font-size: 2.25rem
}

.header-nav>ul ul {
	padding: 10px 0;
	display: none
}

.header-nav>ul ul li {
	margin-top: 10px
}

.header-nav>ul ul li:first-child {
	margin-top: 0
}

.header-nav>ul ul li.is-active a {
	background-color: #024272
}

.header-nav>ul ul a {
	padding: 2px 30px 0;
	font-size: 16px;
	font-size: 1rem;
	color: #ceced0;
	display: inline-block
}

.header-nav-search {
	margin-bottom: 5px
}

.header-nav-search-wrap {
	position: relative;
	display: inline-block
}

.header-nav-search-wrap:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 26px 0 0 26px;
	background: url(../img/sprite.png) -108px -137px no-repeat
}

.header-nav-search input {
	border: 0;
	height: 26px;
	width: 0;
	padding-left: 26px;
	background-color: transparent;
	position: relative;
	z-index: 10;
	outline: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.aside-menu a, .listDocs-item-thumb {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.header-nav-search input:focus {
	width: 170px;
	padding-left: 36px
}

.header-nav-fb, .header-nav-twitter {
	margin: 0 5px 5px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 30px 0 0 36px
}

.header-nav-fb {
	background: url(../img/sprite.png) -36px -137px no-repeat
}

.header-nav-twitter {
	background: url(../img/sprite.png) -72px -137px no-repeat
}

.header-donation {
	display: none;
	margin-bottom: 30px;
	width: 100%
}

.header-donation-title {
	display: table-cell;
	color: #ea580d;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.1
}

.header-donation-content {
	width: 260px;
	padding-left: 40px;
	display: table-cell
}

.footer {
	color: #fff;
	padding: 30px 0;
	background-color: #0069b4
}

.footer-grid::after {
	clear: both;
	content: "";
	display: table
}

.footer-grid-col {
	margin-top: 20px
}

.footer-grid-col:first-child {
	margin-top: 0
}

.footer-title {
	font-size: 1em;
	margin-bottom: 5px
}

.footer li {
	margin-top: 5px
}

.footer li:first-child {
	margin-top: 0
}

.footer a:hover {
	text-decoration: underline
}

.aside-menu a, .donation-btn, .linkMore {
	text-decoration: none
}

.footer-frm {
	text-align: center;
	margin-top: 40px
}

.footer-copy {
	font-size: .8125em;
	text-align: center;
	margin-top: 20px
}

.aside {
	/*float: left;*/
	position: absolute;
	width: 300px;
	border: 2px solid #0069b4;
	background-color: #f7f8f9
}

.aside-title:after, .btnInfo-icon, .donation-btn span:before {
	width: 0;
	overflow: hidden;
	height: 0
}

.aside-title {
	padding: 10px 40px 10px 15px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #0069b4;
	display: block;
	position: relative
}

.aside-title:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	display: block;
	padding: 8px 0 0 14px;
	background: url(../img/sprite.png) -112px -128px no-repeat
}

.aside-title.is-active:after {
	background-position: -176px -165px
}

.aside-menu {
	display: none
}

.aside-menu .is-active a, .aside-menu a:hover {
	background-color: #aebdcc
}

.aside-menu.is-open {
	display: block
}

.aside-menu a {
	display: block;
	padding: 6px 30px;
	font-size: 14px;
	font-size: .875rem;
	transition: all .3s ease
}

.donation {
	position: relative
}

.donation-progress {
	border: 1px solid #c2c5c7;
	background-color: #000;
	margin-bottom: 4px
}

.donation-progress-percent {
	background-color: #ea580d;
	color: #fff;
	display: block;
	font-size: 9px;
	font-size: .5625rem;
	padding: 1px 10px;
	text-align: right
}

.boxDonation-title, .btn--big, .btnInfo-msg, .donation-btn, .form-submit .grid-2-3,
	.listDocs-item-title, .member-aside, .memberResume-info,
	.slider-slide-cell, .sliderPartners-slide {
	text-align: center
}

.donation-btn {
	padding: 17px 20px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	background: url(../img/bg-btn-donation.png) left top repeat-x #b3450c
}

.donation-btn:hover {
	background: #ef7225
}

/* .donation-btn span { */
/* 	position: relative; */
/* 	padding-left: 40px */
/* } */

.btnInfo-msg, .btnInfo-msg:after, .donation .btnInfo, .donation-btn span:before
	{
	position: absolute;
	top: 50%
}

/* .donation-btn span:before { */
/* 	content: ""; */
/* 	left: 0; */
/* 	margin-top: -13px; */
/* 	display: block; */
/* 	padding: 25px 0 0 26px; */
/* 	background: url(../img/sprite.png) -134px -137px no-repeat */
/* } */

.donation .btnInfo {
	left: -30px
}

.donation--box .donation-progress {
	margin-bottom: 10px;
	background-color: #303030;
	border: 0;
	box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .6)
}

.h1, .upTitle, h1 {
	margin-bottom: 20px;
	text-transform: uppercase
}

.donation--box .donation-progress-percent {
	font-size: 14px;
	font-size: .875rem;
	padding: 0 10px;
	box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .3)
}

.donation--box .donation-btn {
	border-radius: 8px;
	background: #ea580d;
	font-size: 24px;
	font-size: 1.5rem;
	border-bottom: 6px solid #b43e00
}

.donation--box .donation-btn span {
	padding: 0
}

.donation--box .donation-btn span:before {
	display: none
}

.btnInfo {
	display: inline-block
}

.btnInfo-icon, .btnInfo:hover .btnInfo-msg {
	display: block
}

.btnInfo-icon {
	padding: 18px 0 0 18px;
	background: url(../img/sprite.png) -176px -60px no-repeat
}

.btnInfo-msg {
	background-color: #4eb4ff;
	color: #fff;
	font-size: 9px;
	font-size: .5625rem;
	padding: 10px;
	width: 260px;
	right: 100%;
	display: none;
	min-height: 60px;
	margin-top: -30px;
	margin-right: 15px
}

.btnInfo-msg:after {
	content: "";
	left: 100%;
	margin-top: -8px;
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #4eb4ff;
	border-top: 8px solid transparent
}

.slider, .sliderNews {
	position: relative
}

.h1:after, .titleBorder:after, h1:after {
	height: 4px;
	background-color: #0069b4;
	display: block;
	content: ""
}

.h1, h1 {
	font-size: 1.625em
}

.h1 span, h1 span {
	color: #b1b1b1
}

.h1:after, h1:after {
	width: 100px;
	margin-top: 5px
}

.titleBorder {
	margin-bottom: 30px;
	font-size: 1.875em;
	color: #0069b4;
	text-transform: uppercase;
	line-height: 1.1
}

.titleBorder:after {
	width: 100%;
	margin-top: 2px
}

.box+.box {
	margin-top: 30px
}

.box-thumb img {
	display: block;
	width: 100%;
	height: auto
}

.box-desc {
	background-color: #fff;
	padding: 20px
}

.box-title {
	font-size: 1.5em;
	color: #0069B4;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.1
}

.box-title:after {
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	margin-top: 10px;
	background-color: #0069B4
}

.box p {
	margin-bottom: 10px
}

.box time {
	display: block;
	color: #4eb4ff;
	font-size: 18px;
	font-size: 1.125rem
}

.linkMore {
	color: #4eb4ff
}

.linkMore:hover {
	text-decoration: underline
}

.boxDonation {
	margin-bottom: 40px;
	position: relative;
	padding-top: 56.25%;
	background: #f7c1ab;
	background-size: cover;
	text-align: center;
}

.zz{
	width:100%;
	height:100%;
	z-index:2;
	position:absolute;
	top:15%;
}

.boxDonation-title-zz {
	color: #ea580d;
	font-size: 2.4vw;
	/*font-size: 2rem;*/
	font-weight: bold;
	margin-bottom: 8%;
}

.boxDonation a.donation-btn-zz{
	font-size:2rem;
	border-radius: 8px;
	background: #ea580d;
	border-bottom: 6px solid #b43e00;
	display: inline-block;
	padding: 17px 17px;
	text-align: center;
	text-decoration: none;
	color:white;
}


.slider-slide-title, .wysiwyg h2 {
	font-size: 1.25em;
	font-weight: 700;
}

.slider-slide {
	height: 320px;
	display: table !important;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.slider-slide-cell {
	display: table-cell;
	color: #fff;
	padding: 50px
}

.slider-slide-title {
	text-transform: uppercase;
	margin-bottom: 10px
}

.slider-slide-link {
	text-decoration: none
}

.slider-slide-link:hover {
	text-decoration: underline
}

.btn, .faq-nav a, .wysiwyg a:hover {
	text-decoration: none
}

.sliderNews {
	margin-bottom: 10px
}

.sliderNews-slide {
	padding-right: 30px
}

.sliderNews .slick-next, .sliderNews .slick-prev {
	left: auto;
	right: 0;
	margin: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 8px 0 0 14px
}

.sliderNews p {
	margin: 0
}

.sliderNews .slick-prev {
	top: 0;
	background: url(../img/sprite.png) -176px -165px no-repeat
}

.sliderNews .slick-next {
	top: auto;
	bottom: 0;
	background: url(../img/sprite.png) -112px -128px no-repeat
}

.sliderPartners {
	margin-bottom: 10px
}

.sliderPartners-slide {
	height: 110px;
	line-height: 110px;
	padding: 0 10px
}


.sliderPartners-slide a{ display: inline-block; padding-right: 10px; }
a.Platine, .Platine{ color: #a6a6a6; }
a.Or, .Or{ color: #ffd966; }
a.Argent, .Argent{ color: #7f7f7f; }
a.Bronze, .Bronze{ color: #bf8209; }

a.Platine, a.Or, a.Argent, a.Bronze{
	line-height: 20px;
	padding-top: 40px;
	text-decoration: none;
}

.sliderPartners-slide img {
	vertical-align: middle;
	max-height: 110px;
	display: inline
}

.sliderPartners .slick-next, .sliderPartners .slick-prev {
	margin-top: -11px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 22px 0 0 13px
}

.sliderPartners .slick-prev {
	left: -20px;
	background: url(../img/sprite.png) -176px -78px no-repeat
}

.sliderPartners .slick-next {
	right: -20px;
	background: url(../img/sprite.png) -176px -100px no-repeat
}

.slick-next, .slick-prev {
	top: 50%;
	border: 0;
	margin-top: -15px;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 30px 0 0 18px;
	position: absolute;
	z-index: 30;
	outline: 0;
	display: block
}

.slick-prev {
	left: 15px;
	background: url(../img/sprite.png) -176px -30px no-repeat
}

.slick-next {
	right: 15px;
	background: url(../img/sprite.png) -176px 0 no-repeat
}

.slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 15px;
	z-index: 30;
	text-align: center
}

.slick-dots li {
	display: inline-block;
	margin: 0 4px;
	border-radius: 6px
}

.wysiwyg h2, .wysiwyg p {
	margin-bottom: 20px
}

.slick-dots li button:hover:after, .slick-dots li.slick-active button:after
	{
	background-color: #fff
}

.slick-dots button {
	width: 12px;
	height: 12px;
	outline: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	text-indent: -999em;
	background: 0 0;
	position: relative
}

.slick-dots button:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px;
	border: 1px solid #fff;
	background-color: transparent;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease
}

.btnDl:before, .wysiwyg .listAnchors a:after {
	top: 50%;
	content: "";
	overflow: hidden
}

.wysiwyg p:last-child {
	margin-bottom: 0
}

.wysiwyg blockquote {
	margin: 0 0 20px 30px;
	border-left: 6px solid #0069b4;
	padding: 15px;
	background-color: #ededed
}

.wysiwyg img {
	margin-bottom: 20px
}

.wysiwyg .alignleft {
	float: left;
	margin: 0 40px 20px 0
}

.wysiwyg .alignright {
	float: left;
	margin: 0 0 20px 40px
}

.wysiwyg ol, .wysiwyg ul {
	padding-left: 18px;
	margin-bottom: 20px
}

.wysiwyg ul li {
	list-style: disc
}

.wysiwyg ol li {
	list-style: decimal
}

.wysiwyg + .wysiwyg {
	margin-top: 40px;
}

.listContact li, .listDocs-item, .wysiwyg .listAnchors li {
	list-style: none
}

.wysiwyg .listAnchors {
	padding: 0;
	max-width: 340px;
	font-size: .8125em;
	background-color: #ededed;
	border-left: 2px solid #0069b4
}

.wysiwyg .listAnchors a {
	display: block;
	padding: 6px 40px 6px 12px;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative
}

.wysiwyg .listAnchors a:hover {
	color: #0069b4
}

.btn, .btnDl {
	color: #fff;
	font-weight: 700
}

.wysiwyg .listAnchors a:hover:after {
	background-position: -184px -151px
}

.wysiwyg .listAnchors a:after {
	right: 20px;
	margin-top: -7px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	padding: 14px 0 0 8px;
	background: url(../img/sprite.png) -176px -151px no-repeat
}

.blockLink {
	display: block;
	text-decoration: none;
}

.memberResume-thumb  {
	min-height: 160px;
}

.memberResume-thumb a {
	display: block;
}

.memberResume-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px
}

.memberResume-info {
	padding: 20px 5px;
	text-transform: uppercase
}

.memberResume-name {
	font-size: 1.1em;
	font-weight: 700
}

.memberResume-job {
	font-size: .85em
}

.member::after {
	clear: both;
	content: "";
	display: table
}

.member-info {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d6d7d8
}

.member-thumb {
	margin-bottom: 20px
}

.member-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px
}

.member-thumb--logo img {
	width: auto;
	margin: 0 auto
}

.member-aside ul, .news-thumb {
	margin-bottom: 20px
}

.member-aside li {
	font-size: 1em;
	text-transform: uppercase
}

.member-aside li+li {
	margin-top: 10px
}

.btn {
	border: 0;
	padding: 6px 10px;
	display: inline-block;
	background-color: #0069b4
}

.btn--big {
	font-weight: 700;
	display: block;
	padding: 10px;
	text-transform: uppercase
}

.showMore {
	margin-top: 50px
}

.btnDl {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 5px;
	position: relative;
	padding: 8px 10px 8px 34px;
	background-color: #4eb4ff
}

.btnDl:before {
	position: absolute;
	left: 10px;
	margin-top: -7px;
	display: block;
	width: 0;
	height: 0;
	padding: 14px 0 0 12px;
	background: url(../img/sprite.png) -176px -137px no-repeat
}

.news+.news, .timeline-item+.timeline-item {
	margin-top: 30px
}

.news {
	width: 100%;
	overflow: hidden
}

.news::after {
	clear: both;
	content: "";
	display: table
}

.news-thumb img {
	display: block;
	width: 100%;
	height: auto
}

.news-title {
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase
}

.news-time {
	font-size: .6875em;
	display: block;
	margin-bottom: 10px
}

.news p {
	margin-bottom: 20px
}

.timeline {
	border-left: 4px solid #bebebe;
	padding-left: 30px
}

.timeline-item {
	position: relative
}

.timeline-item::after {
	clear: both;
	content: "";
	display: table
}

.timeline-item--noThumb:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: -39px;
	top: 30px;
	z-index: 10;
	background-color: #f2f2f2
}

.timeline-item-time {
	display: block;
	color: #0069b4;
	font-size: 1.875em;
	line-height: 1.1
}

.timeline-item-title {
	font-size: 1em;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #303030
}

.timeline-item-title:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0
}

.timeline-item-foundation {
	color: #0069b4;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	padding: 10px 0 10px 40px
}

.timeline-item-foundation:before, .timeline-item-thumb:before {
	position: absolute;
	display: block;
	content: ""
}

.timeline-item-foundation:before {
	left: 0;
	top: 50%;
	margin-top: -18px;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 36px 0 0 36px;
	background: url(../img/sprite.png) 0 -137px no-repeat
}

.timeline-item-thumb {
	margin-top: 20px
}

.timeline-item-thumb:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: -42px;
	top: 30px;
	z-index: 10;
	border: 6px solid #f2f2f2;
	background-color: #bf2257
}

.faq-nav a, .faq-nav li {
	position: relative
}

.timeline-item-thumb img {
	width: 100%;
	height: auto;
	display: block
}

.faq::after {
	clear: both;
	content: "";
	display: table
}

.faq-nav {
	margin-bottom: 30px
}

.faq-nav li a:hover, .faq-nav li.is-current a {
	color: #0069b4;
	background-color: #fff
}

.faq-nav li a:hover:after, .faq-nav li.is-current a:after {
	background-position: -184px -151px
}

.faq-nav a {
	display: block;
	color: #fff;
	font-size: .8125em;
	padding: 10px 40px 10px 15px;
	background-color: #0069b4;
	-webkit-transition: color .3s ease, background .3s ease;
	-moz-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease
}

.faq-nav a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 14px 0 0 8px;
	background: url(../img/sprite.png) -176px -151px no-repeat
}

.documentation {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 4px solid #0069b4
}

.documentation.no-border {
	border-top: none;
}

.documentation-title {
	font-size: 1.5em;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
.thin{
	font-weight: 500 !important;
}

.listDocs::after {
	clear: both;
	content: "";
	display: table
}

.listDocs-item+.listDocs-item {
	margin-top: 20px
}

.listDocs-item-thumb {
	display: block;
	height: 170px;
	margin-bottom: 10px;
	position: relative;
	transition: all .3s ease;
	background: url(../img/bg-doc.png) left top #3b68ad
}

.listContact-title:before, .listDocs-item-thumb:before {
	content: "";
	top: 50%;
	width: 0;
	height: 0;
	overflow: hidden
}

.listDocs-item-thumb:before {
	position: absolute;
	left: 50%;
	margin: -69px 0 0 -56px;
	display: block;
	padding: 137px 0 0 112px;
	background: url(../img/sprite.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.listDocs-item-title {
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase
}

.listDocs .btnDl {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -70px
}

.result::after {
	clear: both;
	content: "";
	display: table
}

.result+.result {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 4px solid #b2d2e8
}

.result-thumb {
	float: left;
	margin: 0 20px 0 5px;
	max-width: 80px
}

.result-title {
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase
}

.result-title span {
	color: #0069b4
}

.result-type {
	display: block;
	color: #b1b1b1;
	font-style: italic;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 15px
}

.result p {
	margin-bottom: 25px
}

.result p strong {
	color: #0069b4
}

.listContact {
	margin-bottom: 50px;
	padding: 0
}

.listContactText {
	margin-bottom: 50px;
}

.listContact li {
	position: relative;
	padding-left: 80px;
	margin-top: 40px
}

.listContact li:first-child {
	margin-top: 0
}

.listContact-title {
	display: block;
	font-weight: 700;
	text-transform: uppercase
}

.listContact-title:before {
	position: absolute;
	left: 0;
	margin-top: -32px;
	display: block;
	padding: 64px 0 0 64px;
	background: url(../img/sprite.png) -112px -64px no-repeat
}

.listContact-title--tel:before {
	background-position: -112px 0
}

.form label {
	display: block;
	margin-bottom: 5px
}

.form input[type=text], .form input[type=email], .form select, .form textarea
	{
	background-color: #f7f8f9;
	border: 0;
	display: block;
	width: 100%;
	padding: 10px 5px;
	font-weight: 700;
	border-radius: 0;
	border-bottom: 1px solid #333
}

.form input[type=text].error, .form input[type=email].error, .form select.error,
	.form textarea.error {
	border-color: red
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arr-select.png) right center no-repeat #f7f8f9
}

.form textarea {
	height: 200px;
	resize: none;
	border: 1px solid #333
}

.form-group {
	margin-top: 30px
}

.form-group:first-child {
	margin-top: 0
}

.form .error-label {
	display: block;
	color: red;
	margin: 5px 0 0
}

.form-submit {
	margin-top: 30px
}

.form-mandatory {
	font-size: 10px;
	font-size: .625rem
}

.videoWrapper {
	position: relative;
	padding-top: 56.25%
}

.videoWrapper .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.videoWrapper .vjs-control-bar {
	background-color: #0069b8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.videoWrapper .vjs-slider {
	background-color: #004175
}

.videoWrapper .vjs-play-progress {
	background-color: #fff
}

.videoWrapper .vjs-load-progress {
	background-color: #ccc
}

.videoWrapper .vjs-big-play-button {
	display: none
}

@font-face {
	font-family: 'icone-fondation-avc';
	src:    url('../fonts/icone-fondation-avc.eot?r04d0b');
	src:    url('../fonts/icone-fondation-avc.eot?r04d0b#iefix') format('embedded-opentype'),
	url('../fonts/icone-fondation-avc.ttf?r04d0b') format('truetype'),
	url('../fonts/icone-fondation-avc.woff?r04d0b') format('woff'),
	url('../fonts/icone-fondation-avc.svg?r04d0b#icone-fondation-avc') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icone-fondation-avc' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-you-tube:before {
    content: "\e902";
}
a.icon{
	font-size:2.5em;
	margin-right: 0.5em;
}
a.icon:hover{
	text-decoration: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.3) , only screen and
		(min--moz-device-pixel-ratio:1.3) , only screen and
		(-o-min-device-pixel-ratio:1.3 / 1) , only screen and
		(min-resolution:125dpi) , only screen and (min-resolution:1.3dppx) {
	.topnav-opts-email:after, .topnav-opts-question:after, .topnav-search input[type=submit],
		.topnav-social-fb, .topnav-social-twitter {
		background-image: url(../img/sprite@2x.png);
		background-size: 194px 193px
	}
	.header-logo a {
		background-image: url(../img/logo-mobile@2x.png);
		background-size: 116px 66px
	}
	.aside-title:after, .btnDl:before, .btnInfo-icon, .donation-btn span:before,
		.faq-nav a:after, .header-nav-fb, .header-nav-search-wrap:before,
		.header-nav-twitter, .listContact-title:before, .listDocs-item-thumb:before,
		.slick-next, .slick-prev, .sliderNews .slick-next, .sliderNews .slick-prev,
		.sliderPartners .slick-next, .sliderPartners .slick-prev,
		.timeline-item-foundation:before, .wysiwyg .listAnchors a:after {
		background-image: url(../img/sprite@2x.png);
		background-size: 194px 193px
	}
}

@media ( min-width :30em) {
	.grid--members {
		margin-left: -15px;
		margin-right: -15px
	}
	.grid--members [class*=grid-] {
		float: left;
		padding: 0 15px;
		margin: 0
	}
	.grid--members .grid-1-2 {
		width: 50%
	}
	.memberResume-info {
		min-height: 120px
	}
	.result {
		display: table;
		width: 100%
	}
	.result-desc, .result-thumb {
		display: table-cell;
		vertical-align: top
	}
	.result-thumb {
		max-width: 150px;
		width: 150px;
		margin: 0;
		padding-right: 15px
	}
}

@media ( min-width :48em) {
	.grid--medium {
		margin-left: -20px;
		margin-right: -20px
	}
	.grid--medium [class*=grid-] {
		float: left;
		padding: 0 20px;
		margin: 0
	}
	.grid--medium .grid-1-2 {
		width: 33.33%
	}
	.grid--medium .grid-1-3 {
		width: 33%
	}
	.grid--medium .grid-2-3 {
		width: 66.66%
	}
	.footer-grid {
		margin: 0 -20px
	}
	.footer-grid-col {
		float: left;
		width: 25%;
		padding: 0 20px;
		margin: 0
	}
	.footer-grid .footer-frm {
		width: 40%;
		clear: both;
		float: none;
		margin-left: auto;
		padding-top: 20px;
		text-align: right
	}
	.footer-copy {
		text-align: right
	}
	.box {
		display: table;
		width: 100%
	}
	.box-desc, .box-thumb {
		display: table-cell;
		vertical-align: top;
		width: 50%
	}
	.box-desc {
		padding: 0 0 0 30px;
		background: 0 0
	}
	.slider-slide-title:after, .timeline-item-thumb:after, .timeline:before
		{
		content: "";
		display: block
	}
	.slider-slide {
		height: 260px
	}
	.slider-slide-title {
		font-size: 1.875em
	}
	.slider-slide-title:after {
		width: 320px;
		height: 4px;
		background-color: #fff;
		margin: 10px auto 0
	}
	.slider-slide-link {
		font-size: 20px;
		font-size: 1.25rem
	}
	.slick-prev {
		left: 60px
	}
	.slick-next {
		right: 60px
	}
	.member-thumb {
		float: left;
		width: 33.33%;
		margin: 0
	}
	.member-aside {
		float: left;
		width: 66.66%;
		text-align: left;
		padding-left: 30px
	}
	.news-desc, .news-thumb {
		float: left;
		padding: 0 15px
	}
	.news {
		margin: 0 -15px
	}
	.news-thumb {
		width: 33.33%;
		margin: 0
	}
	.news-desc {
		width: 66.66%
	}
	.timeline {
		border: 0;
		position: relative;
		padding: 30px 0
	}
	.timeline:before {
		width: 1px;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		background-color: #bebebe
	}
	.timeline-item:nth-child(2n) .timeline-item-thumb {
		float: right
	}
	.timeline-item:nth-child(2n) .timeline-item-thumb:before {
		left: 0
	}
	.timeline-item:nth-child(2n) .timeline-item-thumb img {
		margin-left: auto
	}
	.timeline-item:nth-child(2n) .timeline-item-desc {
		float: left
	}
	.timeline-item--noThumb:before {
		left: 50%;
		top: 50%;
		margin: -7px 0 0 -7px
	}
	.timeline-item-desc {
		float: right;
		width: 45%
	}
	.timeline-item-thumb {
		float: left;
		width: 50%;
		margin: 0;
		position: relative
	}
	.timeline-item-thumb:after {
		left: 0;
		width: 100%;
		top: 50%;
		height: 1px;
		z-index: -1;
		position: absolute;
		background-color: #f2f2f2
	}
	.timeline-item-thumb:before {
		left: 100%;
		top: 50%;
		margin: -10px 0 0 -10px
	}
	.timeline-item-thumb img {
		width: 90%
	}
	.listDocs {
		margin: 0 -15px
	}
	.listDocs-item {
		float: left;
		width: 28%;
		padding: 0 15px
	}
	.listDocs-item+.listDocs-item {
		margin-top: 0
	}
	.listDocs-item-thumb:before {
		opacity: .8
	}
	.listDocs-item-thumb:hover {
		background-color: #3d6198
	}
	.listDocs-item-thumb:hover .btnDl, .listDocs-item-thumb:hover:before {
		opacity: 1
	}
	.listDocs .btnDl {
		opacity: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease
	}
	.form textarea {
		height: 320px
	}
}

@media ( min-width :64em) {
	.u-showDesktop {
		display: block !important
	}
	.u-hideDesktop {
		display: none !important
	}
	.u-mbs {
		margin-bottom: 40px
	}
	.u-mbm {
		margin-bottom: 40px
	}
	.grid {
		margin-left: -20px;
		margin-right: -20px
	}
	.grid [class*=grid-] {
		float: left;
		padding: 0 20px;
		margin: 0
	}
	.grid .grid-1-2 {
		width: 50%
	}
	.grid .grid-1-3 {
		width: 33%
	}
	.grid .grid-2-3 {
		width: 66.66%
	}
	.grid--members {
		margin-left: -20px;
		margin-right: -20px
	}
	.grid--members [class*=grid-] {
		float: left;
		padding: 0 20px;
		margin: 0
	}
	.grid--members .grid-1-2 {
		width: 20%
	}
	.grid--members .grid-1-2:nth-of-type(5n+1) {
    	clear: left;
	}
	.grid--members .grid-1-2:first-child {
    	clear: none;
	}
	.mainContent {
		padding-top: 30px;
		padding-bottom: 60px
	}
	.mainInner {
		margin-left: 340px
	}
	.header .wrapper {
		padding-top: 40px;
		padding-bottom: 25px;
		width: 100%;
		display: table
	}
	.header-logo {
		display: table-cell;
		vertical-align: bottom;
		width: 300px
	}
	.header-logo a {
		margin: 0;
		display: block;
		overflow: hidden;
		width: 0;
		height: 0;
		padding: 155px 0 0 267px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../img/logo.png)
	}
	.header-nav {
		display: block;
		position: static;
		box-shadow: none
	}
	.header-nav>ul {
		padding: 0
	}
	.header-nav>ul::after {
		clear: both;
		content: "";
		display: table
	}
	.header-nav>ul ul, .header-nav>ul>li:after {
		display: none
	}
	.header-nav>ul>li {
		float: left;
		margin: 0
	}
	.header-nav>ul>li>a {
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		font-size: 15px;
		font-size: .9375rem;
		display: block;
		color: #eceff2;
		/*padding: 10px 20px*/
		padding: 10px 8px
	}
	.header-nav .header-nav-home {
		text-indent: -999em;
		position: relative;
		padding: 10px 0 10px 50px
	}
	.header-nav .header-nav-home:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -8px 0 0 -8px;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		padding: 15px 0 0 16px;
		background: url(../img/sprite.png) -176px -122px no-repeat
	}
	.header-donation {
		display: table
	}
	.header-right {
		display: table-cell;
		vertical-align: bottom
	}
	.footer-grid-col {
		width: 20%
	}
	.footer-grid .footer-frm {
		width: 20%;
		clear: none;
		float: left;
		padding-top: 0;
		text-align: center
	}
	.donation--box .donation-btn {
		font-size: 32px;
		font-size: 2rem
	}
	.h1, h1 {
		font-size: 3.125em;
		margin-bottom: 30px
	}
	.h1:after, h1:after {
		margin-top: 20px
	}
	.upTitle {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 40px
	}
	.colWrapper {
		margin-left: -20px;
		margin-right: -20px
	}
	.colWrapper .titleBorder {
		width: 50%;
		padding: 0 20px
	}
	.titleBorder {
		margin-bottom: 40px;
		font-size: 2.625em
	}
	.box-title {
		font-size: 1.875em
	}
	.box+.box {
		margin-top: 40px
	}
	.boxDonation-title {
		font-size: 42px;
		font-size: 2.625rem;
		font-size: 1.8rem
	}
	/*.boxDonation {*/
		/*padding: 25px 80px*/
	/*}*/
	.wysiwyg h2 {
		font-size: 1.875em;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.wysiwyg blockquote, .wysiwyg ol, .wysiwyg p, .wysiwyg ul {
		margin-bottom: 20px;
	}
	.memberResume-info {
/* 		padding: 30px */
	}
	.btn {
		display: inline-block;
		padding: 10px 40px;
		font-size: 1.25em
	}
	.showMore {
		margin-top: 100px
	}
	.documentation, .news+.news, .timeline-item+.timeline-item {
		margin-top: 40px
	}
	.listContact {
		display: table;
		table-layout: fixed
	}
	.listContact li {
		padding-left: 80px;
		display: table-cell;
		padding-right: 70px;
		vertical-align: top
	}
	.listContact-title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media only screen and (min-width:64em) and
		(-webkit-min-device-pixel-ratio:1.3) , only screen and
		(min-width:64em) and (min--moz-device-pixel-ratio:1.3) , only screen
		and (min-width:64em) and (-o-min-device-pixel-ratio:1.3 / 1) , only
		screen and (min-width:64em) and (min-resolution:125dpi) , only screen
	and (min-width:64em) and (min-resolution:1.3dppx) {
	.header-logo a {
		background-image: url(../img/logo@2x.png);
		background-size: 267px 155px
	}
	.header-nav .header-nav-home:after {
		background-image: url(../img/sprite@2x.png);
		background-size: 194px 193px
	}
}

@media ( min-width :81.19em) {
	.wrapper {
		padding: 0 60px
	}
	.header-logo, .topnav-search {
		width: 440px
	}
	.header-donation-title {
		font-size: 42px;
		font-size: 2.625rem
	}
	.boxDonation-title {
/* 		margin-bottom: 260px; */
		font-size: 2.625rem;
	}
	/*.boxDonation {*/
		/*padding: 75px 80px*/
	/*}*/
	.member {
		margin: 0 -20px
	}
	.member-info {
		float: left;
		width: 33.33%;
		padding: 0 20px;
		border: 0
	}
	.member-thumb {
		float: none;
		width: auto;
		margin-bottom: 30px
	}
	.member-aside {
		width: auto;
		float: none;
		padding: 0
	}
	.member-desc {
		float: left;
		width: 66.66%;
		padding: 0 20px
	}
	.timeline-item-time {
		font-size: 3.125em
	}
	.timeline-item-title {
		font-size: 1.5625em
	}
	.timeline-item-desc {
		width: 40%
	}
	.timeline-item-thumb img {
		width: 80%
	}
	.faq-nav {
		float: left;
		width: 33.33%
	}
	.faq-nav li {
		display: table;
		height: 80px;
		width: 100%
	}
	.faq-nav a {
		display: table-cell;
		vertical-align: middle
	}
	.faq-content {
		float: left;
		width: 66.66%;
		padding-left: 40px
	}

}

@media ( min-width :85.19em) {
	.header-nav>ul>li>a {
		padding: 10px 20px
	}
}

.form-donation {
	border: 1px solid #ccc;
	color: #505050;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 1em;
	max-width: 800px;
}
.form-donation .form-item {
	margin-top: .5em;
}
.form-donation .form-item input {
	width: 100px;
	line-height: 14px;
}
.field-item h2{
	font-family: BebasNeue, Arial, sans-serif;
	font-size: 1.875em;
	margin-bottom: 20px;
	font-weight: 500;
}
