html {
	height: 100%;
}
body {

	font-family: "Open Sans", sans-serif;
	color: #fff;
	position: relative;
}
h1,
h2 {
	font-size: 1.8vw;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h3 {
	font-size: 1.4vw;
	font-weight: 300;
}
p, ul, li {
	font-size: 1vw;
	font-weight: 300;
	line-height: 1.3;
}
.bold {font-weight: 600;}
.clear {clear: both;}
.activeBar {
	color: #3a3a3a!important;
	border: 1px solid #3a3a3a!important;
}
.top {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 300;
	display: none;
}
.webBars {
    margin: 1% 0 0 1%;
    font-size: 1.8vw;
    color: #fff;
    border: 1px solid #fff;
	padding: 0.2% 0.45%;
	border-radius: 15%;
	position: absolute;
	z-index: 300;
}
.fa-bars:hover {
	cursor: pointer;
}
.mobileBars {
	display: none;
	font-size: 30px;
	padding: 0px;
	border: none;
    margin-top: 2px;
    color: #3a3a3a;
	border-radius: 15%;
	float: right;
	margin: 14px 15px;
}
.menuPanel {
	display: none;
	background: #fff;
	height: 100%;
	position: absolute;
	z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pdf {
	margin-top: 22%;
}
.pdf hr, .pdf-mobile hr {
	color: #ddd;
	border: none;
	height: 1px;
	background-color: #ddd;
}
.pdf a {
	font-size: 0.8vw;
	color:#3a3a3a;
	margin-left: 8%;
	font-weight: 300;
}
.pdf-ico {
	padding-left: 3%;
	width: 8%;
}
.logo-menu {
    width: 60%;
    bottom: 2%;
    position: absolute;
    left: 18%;
}
.menu {
	list-style: none;
	padding: 40% 0 0 0;
	font-size: 1vw;
}
.menu .subMenu > ul{
	display: none;
}
.menu .subMenu .open ~ ul {
	display: block;
}
.menu .subMenu .open {
	background: #004A83;
	color: #fff;
}
.menu .subMenu > span {
	cursor: pointer;
	color: #3a3a3a;
	font-weight: 300;
}
.menu li a,
.menu .subMenu > span {
	padding: 10px 15px;
	display: block;
}
.menu .subMenu ul li {
	font-size: 0.8vw;
}
.menu .subMenu ul a {
	padding-left: 30px;
}
.menu li a, .menu-mobile li a {
	text-decoration: none;
	color: #3a3a3a;
	font-weight: 300;
}
.menu li:hover > a,
.menu > .subMenu > span:hover,
.menu > .subMenu:hover > a,
.menu-mobile li > a:hover,
.menuPanel > a:hover,
.pdf-mobile a:hover,
.menu li.active a,
.menu-mobile li.active a {
	background: #0078D1;
	color: #fff;
}
.menu-mobile {
	display: none;
	width: 100px;
	display: none;
	float: none;
	margin: 0;
	text-align: center;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 200;
	padding-bottom: 10px;
}
.menu-mobile li {
	font-size: 16px;
	width: 100%;
	color: #3a3a3a;
}
.menu-mobile li a {
	padding: 8px 15px;
    display: block;
    text-align: right;
}
.pdf-mobile {
	display: none;
	padding: 10px 0;
	text-align: center;
	position: fixed;
	z-index: 200;
	background: #fff;
	width: 100%;
}
.pdf-mobile a {
	font-size: 11px;
	color:#3a3a3a;
	font-weight: 300;
}
.pdf-mobile .pdf-ico {
	width: 2%;
	padding-left: 1%;
}

.logo {
    width: 40%;
	margin-bottom: 4%;
}
.logoMobile {
	width: 80px;
	float: left;
	margin: 8px 15px;
}

#section-1 {
	background: url("../img/bg-1.jpg") no-repeat;
	background-size: cover;
}
#section-1 p, #section-2 p, #section-3 p, #section-9 p, #section-10 p {
	margin: 3% 0;
	text-align: justify;
}
.content-1, .content-2, .content-3, .content-4, .content-5 {
    width: 38%;
    margin: 1% 0 1% 13%;
}
.content-1 {
	text-align: center;
}
.content-2 p a {
	text-decoration: underline;
	color: white;
}
.content-2 p a:hover {
	text-decoration: none;
	color: white;
}

#section-2, #section-9 {
	background: url("../img/bg-2.jpg") no-repeat;
	background-size: cover;
}

#section-3, #section-10 {
	background: url("../img/bg-3.jpg") no-repeat;
	background-size: cover;
}
.content-3 {
	float: right;
	margin: 1% 8% 0 0;
}
.content-3 .footer {
	left: 48%;
}

#section-4,
#section-6,
#section-7,
#section-8 {
	background: url("../img/bg-4.jpg") no-repeat;
	background-size: cover;
}
.content-4,
.content-6,
.content-7,
.content-8 {
	line-height: 1.3;
	margin: 1% 0 0 13%;
	font-weight: 300;
	font-size: 1vw;
	margin-top: -15%;
}
.content-4 h3 {
	margin-bottom: 8%;
}
.content-4 .left {
	float: left;
	width: 50%
}
.content-4 .right {
	float: left;
	width: 50%;
}

#section-5 {
	background: url("../img/bg-5.jpg") no-repeat;
	background-size: cover;
}
.content-5 {
	width: 40%;
	margin-left: 13%;
	font-size: 1vw;
	margin-top: -17%;
}
.content-5 .left {
	width: 30%;
	margin: 4% 0;
	float: left;
}
.content-5 .right {
	width: 70%;
	margin: 4% 0;
	float: left;
	font-weight: 300;
}
.content-5 .left span, .content-5 .left a, .content-5 .right span, .content-5 .right a {
	line-height: 1.5;
	color: #fff;
}
.content-5 p {
	margin: 0 0 15px 0;
}
.content-5 table a {
	color: #fff;
	text-decoration: underline;
}
.content-5 table a:hover {
	color: #0078D1;
}
.content-5 table tr td:first-child {
	padding: 5px 10px 5px 0;
}
.content-5 table tr td:last-child {
	font-weight: 300;
	padding: 5px 0 5px 10px;
}

.footer {
    font-size: 0.7vw;
    border-top: 1px solid #fff;
    width: 50%;
	left: 2%;
	position: absolute;
	bottom: 10px;
	line-height: 1.8;
}
.footer .footer-left {
    float: left;
}
.footer .footer-right {
    float: right;
}
.footer br {
	display: none;
}


.goup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 1.6vw;
	display: none;
	color: rgba(255, 255, 255, 0.6);
	z-index: 200;
}
.goup:hover {
	cursor: pointer;
}
.fa-chevron-up {
	color: #3a3a3a;
}

ul.article-attachment-files {
	margin: 1em 0;
	padding: 0 0 0 1em;
}
ul.article-attachment-files li {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
ul.article-attachment-files li:last-child {
	margin-bottom: 0;
}
ul.article-attachment-files li a {
	text-decoration: none;
	color: white;
}
ul.article-attachment-files li a:hover {
	text-decoration: underline;
}
ul.article-attachment-files li i {
	margin-right: 1em;
}


.simple-captcha-form {
	margin-top: 20px;
}
.simple-captcha-form img {
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.simple-captcha-form .input {
	display: inline-block;
}
.simple-captcha-form .input label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.simple-captcha-form .input input[type="text"],
.simple-captcha-form .input input[type="submit"] {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
	border: none;
}
.simple-captcha-form .input input[type="text"] {
	width: 100px;
	margin-right: 10px;
	padding: 0 0 0 10px;
}
.simple-captcha-form .input .error-message {
	color: #FF6633;
	font-weight: bold;
	font-size: 14px;
}




/********************** ARTICLES ************************/
.article * {
	font-family: "Open Sans", sans-serif;
	color: #fff;
}
.article {
	background: url(../img/bg-2.jpg) no-repeat;
    background-size: cover;
	background-position: left;
	min-height: 100vh;
	text-align: justify;
}
.article .content {
	width: 45%;
	margin: 20px 0 0 13%;
}
.wysiwyg span,
.wysiwyg ul,
.wysiwyg li,
.wysiwyg p {
	font-size: 14px;
}
.article h1 {
	font-size: 35px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	font-weight: 400; 
}
.wysiwyg h2 {
	font-size: 25px;
}
.wysiwyg h3 {
	font-size: 20px;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg h2,
.wysiwyg h3 {
	font-weight: 600; 
	margin: 30px 0 20px 0;
	text-transform: none;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	font-size: 18px;
}
.wysiwyg table {
	margin: 0 0 20px 0;
}
.wysiwyg table {
	border: none;
}
.wysiwyg table tr td {
	padding: 5px 10px;
}
.wysiwyg table tr:first-of-type td {
	color: #fff;
}
.wysiwyg table tr:first-of-type td,
.wysiwyg table tr td:first-of-type {
	font-weight: 600;
}
/********************** ARTICLES ************************/




@media only screen and (max-width: 1100px) and (orientation : landscape), only screen and (max-device-width: 1100px) and (orientation : landscape) {

h1,
h2 {
	font-size: 2vw;
}
h3 {
	font-size: 1.6vw;

}
p, ul, li {
	font-size: 1.2vw;
	font-weight: 300;
	line-height: 1.3;
}
.logo {
    width: 50%;
}
.content-4, .content-5 {
	font-size: 1.2vw
}
.content-5 {
	width: 50%;
}
.content-5 .left {
	width: 30%;
}
.content-5 .right {
	width: 70%;
}
.footer {
    font-size: 0.8vw;
}

}



@media (min-width: 992px) {
	.container {
		max-width: 900px!important;
	}
}