/*  typography */
@import url("https://fonts.googleapis.com/css?family=Inter:400,600,700");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
.h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1, h2, h3, .h1, .h2, .h3 {
	font-weight: 600;
	line-height: 25px;
}

h1, .h1 {font-size: 30px;}
h2, .h2 {font-size: 25px;}
h3, .h3 {font-size: 20px;}

strong {font-weight:600;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer, header, section {
	display: block;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: disc;
	padding-left: 50px;
}

p, ul, li {
	font-size: 18px;
	color: #707070;
	font-weight: 400;
	line-height: 30px;
}

@media screen and (max-width: 768px) {
	p, ul, li {
		font-size: 16px;
	}
	ul {
		padding-left: 30px;
	}
}

@media screen and (max-width: 320px) {
	p, ul, li {
		font-size: 14px;
	}
	ul {
		padding-left: 20px;
	}
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font-family: Inter;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
}

button {
	outline: none;
	font-family: Inter;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #30447a;
}

/* custom scrollbar ------------------------------------------------------------------------------*/

::-webkit-scrollbar {
	width: 20px;
	height: 20px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbbf;
}

/* buttons
------------------------------------------------------------------------------*/

.button {
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-color: #212e52;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	width: auto;
	height: auto;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px 0px;
}

.button:hover {
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #30447a;
	color:#30447a;
	transition: 0.5s ease-out;
}

/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.container-pg {
	position: relative;
	max-width: 85%;
	margin: 0 auto;
}

.container-media {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}


@media screen and (min-width: 1900px) {
	.container-media {
	  width: 1800px;
	}
  }
/*content
------------------------------------------------------------------------------*/

.content {
	overflow: hidden;
	padding-bottom: 10px;
}

/* Top-Header navigator ------------------------------------------------------------------------------*/
.topnav {
	overflow: hidden;
	background-color: #212e52;
	margin: 0px;
}

#header  {
	background-color:#ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
	color:  #30447a;
}

#header a:hover {
	background-color: #30447a;
	color: #ffffff;
}

.topnav .right {
	float: right;
}

.topnav a {
	float: left;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 30px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}
  
.topnav a:hover {
	text-decoration: none;
	background-color: #ffff;
	color: #30447a;
	transition: 0.5s ease-out;
}

.topnav .icon {
	display: none;
}

#icon {
	color: #30447a;
}

@media screen and (max-width: 1050px) {
	.topnav a {
		font-size: 18px;
		padding: 16px;
	}
}

@media screen and (max-width: 1050px) {
	.topnav a {
		font-size: 16px;
		padding: 16px;
	}
}

@media screen and (max-width: 768px) {
	.topnav a:not(:first-child) {
		display: none;
	}

	.topnav .right {
		float: left;
	}
	
	.topnav .right a {
		display: none;
	}

	.topnav a.icon {
	  	float: right;
	  	display: block;		
	}
}
  
@media screen and (max-width: 768px) {
	.topnav a {
		font-size: 16px;
		padding: 16px;
	}

	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
	  	position: absolute;
	  	right: 10px;
	  	bottom: 10px;
	}

	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
}

@media screen and (max-width: 375px) {
	.topnav a {
		font-size: 14px;
	}
}

/* sidenav
------------------------------------------------------------------------------*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #212e52;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.photos {
	padding-top: 200px;
}
	
.sidenav a {
	padding: 12px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}

.sidenav-p {
	font-size:20px; 
	padding: 20px 0 0 30px; cursor:pointer;
}

.sidenav a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #30447a;
	transition: 0.5s ease-out;
}
  
.sidenav .closebtn {
	position: absolute;
	top: -2px;
	right: 25px;
	font-size: 32px;
	padding: 12px;
}

.sidenav .closebtn-photos {
	top: 100px;
}

#main {
	transition: margin-left .5s;
}

@media screen and (max-width: 768px) {
	.sidenav {
		display: none;
	}
	.sidenav-p {
		display: none;
	}
}

/* meet the team
------------------------------------------------------------------------------*/

.team-column {
	text-align: left;
	width: 100%;
}

.team-left {
	float: left;
	width: 15%;
}

.team-right {
	float: right;
	width: 80%;
}

.team-row {
	border: 1px solid #cfcfcf;
	background-color: transparent;
	border-radius: 3px;
	padding: 10px;
	margin: 20px 80px 20px 80px;
}

.team-row .span {
	font-weight: 600;
	color: #30447a;
}

.h3-team {
	color: #30447a;
	padding: 30px;
}

.name {
	padding-top: 20px;
}

.team-row .img {
	width: 80%;
    height: auto;
	display: block;
	margin: 10px;
	border-radius: 50%;
    transition-duration: 1s;
}

.container::after, .team-row::after {
	content: "";
	clear: both;
	display: table;
}

.team-row a {color: #30447a;}

.team-row a:hover {	
	text-decoration: none;
	border-bottom: 2px solid #30447a;
	cursor: pointer;
}

.more {display: none;}

#pdfFrame {
	width:100%;
	height:500px;
	display: none; 
	padding-top: 30px;
}

#iFrame {
	width: 725px;
	height: 453px;
	/*display: none; */
}

@media screen and (max-width: 768px) {
	.team-row {
	  margin: 20px 40px 20px 40px;
	  display: block;
	}

	.team-row button {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.team-row .img {
		display: none;
	}
	
	.team-right {
		float: left;
		width: 100%;
	}

	.h3-team {
		font-size: 18px;
		padding: 20px;
	}
}

/* menu accordion
------------------------------------------------------------------------------*/

.accordion {
	background-color: #f7f7f7;
	color: #555555;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none;
	margin: 2px;
	text-align: left;
	line-height: 30px;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
}

.accordion .right{
    float:right;
	padding-right: 40px;
}

.accordion .left{
    float:left;
	padding-left: 40px;
	font-weight: 600;
}

.active, .accordion:hover {
	background-color: #dadada; 
}
  
.panel {
	padding: 30px 50px;
	display: none;
	background-color: white;
	overflow: hidden;
}

@media screen and (max-width: 768px) {

	.accordion {
		font-size: 14px;
	}
	.accordion .right{
		padding-left: 50px;
		width: 100%;
	}
	
	.accordion .left{
		padding-left: 15px;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {

	.accordion {
		font-size: 12px;
		line-height: 20px;
	}
	.accordion .right{
		padding-left: 20px;
	}
	
	.accordion .left {
		padding-left: 5px;
	}
}

/* image gallery
------------------------------------------------------------------------------*/

.image-gallery img {
    width: 100%;
    height: auto;
    margin: 10px;
    transition-duration: 1s;
}

.image-gallery img:hover {
    transform: scale(1.2);
}

.image-gallery  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 0px 55px 70px 55px;
}

.img-grid-row {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}

.img-grid-column {
	-ms-flex: 33.3%; /* IE10 */
	flex: 33.3%;
	max-width: 33.3%;
	padding: 0 4px;
}
  
.img-grid-column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

#ImgGrid { display: none;}

@media screen and (max-width: 800px) {
	.img-grid-column {
	  -ms-flex: 50%;
	  flex: 50%;
	  max-width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.img-grid-column {
	  -ms-flex: 100%;
	  flex: 100%;
	  max-width: 100%;
	}
}

.scroll-container {
	background-color:transparent;
	overflow: auto;
	white-space: nowrap;
	padding:10px;
	margin: 40px;
}
  
.scroll-container img {
	padding: 10px;
	width: 400px;
	height: 225px;
}

.h2-scroll {
	overflow: hidden;
	color:  #30447a;
	text-align: center;
	padding-top: 100px;
}

@media screen and (max-width: 768px) {
	.h2-scroll {
		font-size: 18px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 450px) {
	.h2-scroll {
		font-size: 14px;
		padding-top: 30px;
	}
}

/* hero
------------------------------------------------------------------------------*/
.hero {
	position: relative;
	overflow: hidden;
}

.hero .bxhero {
	background: url(../images/pic_slide.webp) no-repeat;
	height: 600px;
	width: 100%;
	background-size: contain;
	float: right;
	top: 30px;
}

.hero .bxhero .box {
  	width: 800px;
	height: 28vw;
	background-color: rgba(255, 255, 255, 0.6 );
	background-size: contain;
	margin-top: 6vw;
}

.hero .info {
	padding: 0px 20px 0px 70px;
	color: #30447a;
}

.h1-hero {
	font-size: 35px;
	line-height: 60px;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.h2-hero {
	padding-top: 50px;
	color: #30447a;
}

.hero .info a {
	font-size: 20px;
	font-weight: 400;
	float: left;	
	border: 1px solid #30447a;
	padding: 20px;
}

.hero .info a:hover {
	text-decoration: none;
	background-color: #30447a;
	color: #fff;
	transition: 0.5s ease-out;
}

@media screen and (min-width: 1441px) {
	
	.hero .bxhero {
		background: url(../images/pic_slide_4K.webp) no-repeat;
		width: 100%;
		background-size: contain;
	}

	.hero .bxhero .box {
		height: 300px;
		width: 100%;
	
	.h1-hero {
		font-size: 40px;
		padding: 50px 0px 50px 0px;
		}
	}
}

@media screen and (max-width: 1200px) {

	.hero .bxhero {height: 500px;}
	.box {height: 300px;}

	.hero .bxhero .box {
		width: 100%;
		border-radius: 0px;
	}
	.hero a {font-size: 16px;}
}

@media screen and (max-width: 1000px) {
	.hero .bxhero {
		height: 400px;
	}
	.h1-hero {
		font-size: 30px;
		line-height: 50px;
	}
}

@media screen and (max-width: 900px) {
	.hero .info a {
		font-size: 16px;
		padding: 16px;
	}
	.h1-hero {
		padding: 30px 0px 30px 0px;
	}
	.h2-hero {padding-top: 40px;}
}

@media screen and (max-width: 768px) {
	
	.hero .bxhero {
		background: url(../images/pic_slide.webp) no-repeat;
		height: 480px;
		width: 100%;
		background-size: contain;
	}
	.hero .bxhero .box {height: 300px}
	.h2-hero {padding-top: 40px;}
}

@media screen and (max-width: 700px) {

	.hero .bxhero {
		height: 430px;
	}

	.h1-hero {
		font-size: 25px;
		line-height: 40px;
	}
	
	.h2-hero {font-size: 22px;}

	.hero .info a {
		font-size: 14px;
		padding: 10px;
	}
}

@media screen and (max-width: 600px) {

	.hero .bxhero {height: 300px;}
	.hero .bxhero .box {height: 250px}
	.hero .info {
		padding: 0px 40px 0px 20px;
	}
	.h1-hero {
		font-size: 22px;
		line-height: 30px;
	}
	.h2-hero {
		font-size: 18px;
		padding-top: 20px;
	}

	.hero .info a {
		font-size: 14px;
		padding: 5px;
	}
}

@media screen and (max-width: 500px) {

	.hero .bxhero {height: 300px;}
	.hero .bxhero .box {height: 230px}
	.h1-hero {font-size: 20px;}
	.hero .info {
		padding: 0px 16px 0px 30px;
	}
}

@media screen and (max-width: 425px) {

	.hero .bxhero {height: 280px;}
	.hero .bxhero .box {height: 200px}

	.hero .info {
		padding: 0px 20px 0px 40px;
	}

	.h1-hero {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0px 15px 0px;
	}
	.h2-hero {
		font-size: 18px;
		padding-top: 20px;
	}
	.hero .info a {
		font-size: 12px;
		padding: 5px;
	}
}
@media screen and (max-width: 375px) {
	.hero .bxhero {height: 250px}
	.hero .bxhero .box {height: 180px}

	.hero .info {
		padding: 0px 15px 0px 25px;
	}

	.h1-hero {
		font-size: 18px;
		line-height: 25px;
		padding: 15px 0px 15px 0px;
	}
	.h2-hero {
		font-size: 16px;
		padding-top: 18px;
	}
	.hero .info a {
		font-size: 12px;
		padding: 5px;
	}
}

@media screen and (max-width: 320px) {

	.hero .bxhero {height: 200px}
	.hero .bxhero .box {height: 150px}
	.hero .info {
		padding: 0px 10px 0px 20px;
	}

	.h1-hero {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 0px 12px 0px;
	}
	.h2-hero {
		font-size: 14px;
		padding-top: 12px;
	}
	.hero .info a {
		font-size: 10px;
	}

}
/* posts
------------------------------------------------------------------------------*/

.posts {
	overflow: hidden;
	padding: 60px 5px 60px 45px;
}

.post-column {
	display: table;
	width: 100%;
}

.post-cell {
	display: table-cell;
	width: 50%;
	padding: 20px;
}

.posts .img {
	float: left;
	text-align: left;
	padding: 0px 20px 20px 0px;
}

.h3-post {
	color:  #30447a;
	padding-bottom: 25px;
}	

.posts .info {
	overflow: hidden;
}

.posts-p {
	padding-bottom: 25px;
}

.posts ul {
	padding-bottom: 20px;
}

.posts li {
	line-height: 35px ;
}

.posts .post-more {
	color: #30447a;
}

.posts a:hover {	
	text-decoration: none;
	border-bottom: 2px solid #30447a;
}

@media screen and (max-width: 650px) {

	.posts {
		padding: 30px 5px 60px 45px;
	}

	.posts .img {
		display: none;
	}
	.post-column, .post-cell {
		width: 100%;
		display: inline;
	}
	.h3-post {
		font-size: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 320px) {
	.h3-post {
		font-size: 16px;
		padding-bottom: 10px;
	}
}

/* news
------------------------------------------------------------------------------*/

.news  {
	overflow: hidden;
	background: #212e52;
	padding: 60px 55px 20px 55px;
}

.news-column {
	display: table;
	width: 100%;
}

.news-cell {
	display: table-cell;
	width: 33.3%;
	padding: 20px 30px 20px 30px;
}

.h2-news {
	color: #ffffff;
	text-align: center;
	padding-bottom: 50px;
	font-weight: 400;
}

.news .info .p-news {
	color: #a9bee5;
	font-weight: 600;
}

.news .info {
	overflow: hidden;
	color: #ffffff;
	line-height: 25px;
	padding-bottom: 20px;
}

.news .info p {
	padding-bottom: 20px;
	color: #ffffff;;
}

#myBtnNews {
	background-color:#ffffff;
	color:#30447a;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
	float: right;
}

#myBtnNews:hover {
	text-decoration: none;
	background-color: #30447a;
	color: #ffffff;
	transition: 0.5s ease-out;
}

#more-news {display: none;}

.news a {color: #ffffff;}

.news a:hover {	
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 650px) {
	.news-column, .news-cell {
		width: 100%;
		display: inline;
	}
	
	.h2-news {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.news .info p {
		padding-bottom: 10px;
	}

	#myBtnNews {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	.h2-news {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.news .info p {
		padding-bottom: 10px;
	}
}
/* events
------------------------------------------------------------------------------*/

.events {
	overflow: hidden;
	padding: 60px 55px 20px 55px;
}

.events-column {
	display: table;
	width: 100%;
}

.events-cell {
	display: table-cell;
	width: 33%;
	padding: 20px 30px 20px 30px;
}

.cell {
	display: table-cell;
	padding: 40px 30px 40px 30px;
	width: 33%;
}

.events-h2 {
	color: #30447a;
	line-height: 25px;
	font-weight: 600;
}

.h2-events {
	color: #30447a;
	text-align: center;
	padding-bottom: 50px;
	font-weight: 400;
}

.events .info .h2 {padding-bottom: 10px;}

.current-date {
	width: 70px;
	float: left;
	border-radius: 4px;
	background-color: #008bc3;
	margin-right: 30px;
	margin-top: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 3px;
	line-height: 20px;
}

.current-date .day {
	background-color: #fff;
	color: #008bc3;
	font-size: 30px;
	border-radius: 4px;
	line-height: 49px;
	margin-top: 3px;
	font-weight: bold;
}

.cell .date {font-style: italic;}

.events .info .date-hidden {
	display: none;
	font-style: italic;
	padding: 0px;
}

.current-date .month {
	color: #fff;
}

.events .info {
	overflow: hidden;
	line-height: 25px;
}

.events .info p {
	padding-bottom: 20px;
}

#myBtnEvents {
	background-color: transparent;
	color:#30447a;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #30447a;
	padding: 10px;
	text-align: center;
	float: right;
}

#myBtnEvents:hover {
	text-decoration: none;
	background-color: #30447a;
	color: #ffffff;
	transition: 0.5s ease-out;
}

#more-events {display: none;}

.events a {
	color: #30447a;}

.events a:hover {	
	text-decoration: none;
	border-bottom: 2px solid #30447a;
}


@media screen and (max-width: 650px) {

	.events-column, .events-cell, .cell {
		width: 100%;
		display: inline;
	}
	
	.current-date {
		display: none;
	}

	.events .info .date-hidden {
		display: block;
	}

	.events-h2 {
		font-size: 16px;
		padding-bottom: 20px;
	}

	.events .info p {
		padding-bottom: 10px;
	}

	#myBtnEvents {
		font-size: 12px;
	}
}


/* Content
------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 760px;
}

/* Footer
------------------------------------------------------------------------------*/

.footer {
	overflow: hidden;
	background: #212e52;
	padding: 60px 55px 30px 55px;
}

.footer-column {
	display: table;
	width: 100%;
}

.footer-cell {
	display: table-cell;
	width: 50%;
	padding: 20px 30px 20px 30px;
}

.footer .info {
	overflow: hidden;
	line-height: 25px;
}

.footer .info .p-footer {
	color: #a9bee5;
	font-weight: 600;
}


.footer .pic {
	float: left;
	margin-right: 25px;
	padding: 5px;
	background: #ffffff;
	border-radius: 5px;
}

.footer a {
	color: #fff;
}

.footer a:hover {	
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.footer p {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

.footer .copy {
	display: block;
	text-align: center;
	clear: both;
	color: #a9bee5;
}
.footer .copy .pad {
	padding-top: 50px;
}

@media screen and (max-width: 650px) {
	.footer-column, .footer-cell {
		width: 100%;
		display: inline;
	}
	/*#h1-news {
		font-size: 20px;
		padding-bottom: 20px;
	}*/
	.footer .info p {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 320px) {
	/*#h1-news {
		font-size: 16px;
		padding-bottom: 10px;
	}*/
	.footer .info p {
		padding-bottom: 10px;
	}
}