@import url('https://fonts.googleapis.com/css?family=Baskervville|Gelasio:400,500,600,700|Ibarra+Real+Nova:400,600,700|Montserrat:400,500,600,700,800,900|Open+Sans|Oswald:300,400,600,700|Raleway:400,500,600,700,900&display=swap');

body {
	background-color: #ffffff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

/*
	homepage 
*/


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

.navbar {
	//font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	padding: 0;
	background-color: #fff !important;
	font-size: 16px;
	border-color: #e7e7e7;
}

#brand-img {
	background-color: #fff;
	opacity: 1;
	border-radius: 3px;
	display: inline-block;
	//transition: 0.4s;
}

.brandName {
	position: absolute;
	margin-left: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}

.brandName {
	display: inline-block;
}

@media(min-width:768px) {	
	#brand-img {
		width: 99%;
	}
	
	.navbar-brand {
	  // padding: 0 15px;
	  height: 100px;
	  line-height: 80px;
	}
	
	.container > .navbar-brand {
		//margin-top: 5px;
		margin-left: -78px;
	}
	
	.navbar {
		min-height: 74px;
	}
	
	.navbar-toggler {
	  /* (80px - button height 34px) / 2 = 23px  */
	  margin-top: 23px;
	  padding: 9px 10px !important;
	}
	
	.nav-link {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	.navbar-nav > li > a {
		/* (80px - line-height of 27px) / 2 = 26.5px */
		// padding-top: 26.5px;
		padding-top: 36.5px;
		// padding-bottom: 26.5px;
		padding-bottom: 36.5px;
		line-height: 27px;
	}
}

@media(max-width:767px) {
	.container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	#brand-img {
		padding-top: 10px;
		margin-top: -10px;
		margin-left: -10px;
		width: 30%;
		border-radius: 3px;
	}
	
	.navbar-nav {
		margin: 7.5px -15px !important;
	}
	
	.nav-link {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.brandName {
		padding-top: 0;
	}
}

.navbar-nav > li > .nav-link {
    color: #2c2c2c;
    letter-spacing: 1.3px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #555;
    background-color: #e7e7e7;
}

.navbar {
    border-bottom: 1px solid #99a3a4 !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
}

.dropdown-menu {
    font-size: 15px;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #cccccc;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}

.fullWidth {
	margin: -20px -15px 140PX -15px;
	height: calc(100vh - 30px);
}

@media(max-width:767px) {
    .fullWidth {
        height: calc(100vh - 86px);;
    }
}

.fullWH {
	height: 100%;
}

.carousel-inner .carousel-item {
	background-color: #34495e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.body-content {
	width: calc(100% - 4rem);
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
}

.containerSlider {
	background-color: #ffffff;
	border-radius : 4px;
	width: 100%;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.containerSlider::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 12%;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,.3) 50%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.7) 100%);
}

.carousel-caption {
	bottom: 15%;
	right: 10%;
	left: 10%;
}

.carousel-caption .carouselMH {
	//background-color: rgba(0, 0, 0, 0.3) !important;
	padding: 8px 14px 0;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 2px;
	display: table;
	margin: 0 auto 20px;
}

.carousel-caption .carouselSH {
	//background-color: rgba(0, 0, 0, 0.3) !important;
	padding: 10px 14px 0;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 2px;
	display: table;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.carousel-caption .carouselMH {
		font-size: 2.4rem;
	}
	
	.carousel-caption .carouselSH {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1400px) {
	.carousel-caption .carouselMH {
		font-size: 2.8rem;
	}
	
	.carousel-caption .carouselSH {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:767px) {
	.carousel-caption {
		right: 0;
		left: 0;
		border-radius: 0;
	}
    .carousel-caption .carouselMH {
		padding: 10px 2px;
		font-size: 1.4rem;
		font-weight: 400;
		text-transform: capitalize;
		border-radius: 0;
	}
	
	.carousel-caption .carouselSH {
		font-size: 1rem;
		border-radius: 0;
	}
}

.carousel-control.left, .carousel-control.right {
	background-image: inherit;
}

.carousel-indicators .active {
    background-color: #1c2833;
}

#sectionIndicator {
	position: relative;
	margin-top: -100px;
	width: 100%;
	height: 100px;
}

.indicator a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.indicator a:hover {
	opacity: .7;
}


#sectionIndicator a {
	padding-top: 60px;
}

#sectionIndicator a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.containerMarq {
	color: #2c2c2c;
	background-color: #fff;
	padding: 5px 0;
	height: 50px;
	border-top: 1px solid #e2e6eb;
	border-bottom: 1px solid #e2e6eb;
}

.containerMarq a {
	color: #2c2c2c;
	padding-left: 20px;
	padding-right: 20px;
}

.arrow {
	color: #F54A48;
	font-size: 1.3em;
}

.bannerMarq li {
	padding-top: 2px;
}

@media screen and (min-width: 1200px) {
	.navbar > .container {
		max-width: 1300px !important;
	}
	
	.container > .navbar-brand {
		//margin-top: 5px;
		margin-left: -28px;
	}
	
	.container {
		max-width: 1250px !important;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1400px !important;
	}
	
	.container > .navbar-brand {
		margin-left: -120px;
	}
}

.relatiV {
	position: relative;
}

.homeBox {
	margin-bottom: 50px;
}

.bar {
	width: 80px;
	height: 4px;
	margin: 0.3rem auto 3rem;
}

.blackBar {
	background-color: #000;
}

#aboutContent {
	text-align: justify;
	margin-bottom: 60px;
}

.parallaxBox {
	background-color: #fff;
	box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}

@media screen and (min-width: 768px) {
	.parallaxBox {
		position: relative;
		height: 100vh;
	}
	
	.two {
		height: 100%;
	}
}

@media screen and (min-width: 1400px) {
	.parallaxBox {
		position: relative;
		height: 70vh;
	}
	
	.two {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	#aboutContent {
		text-align: left;
		margin-top: -20px;
	}
	
    .parallaxBox { 
		display: flex; 
		flex-flow: column-reverse;
		position: relative;
	}
	
	.one { 
		margin-top: -250px; 
	}
}

.parallaxContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #4a4a4a;
}

@media screen and (min-width: 768px) {
	.parallaxContent {
		position: absolute;
		transform: translateY(15%);
		padding-left: 4rem;
		padding-right: 4rem;
	}
	
	.msgBox {
		padding-bottom: 20px;
	}
}

@media (min-width: 1400px) {
	.parallaxContent {
		position: absolute;
		transform: translateY(20%);
		padding-left: 4rem;
		padding-right: 4rem;
	}
	
	.msgBox {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.parallaxText h2 {
	display: block;
	text-align: center;
	color: #2E8364;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
	
.parallaxBtn{
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
	max-width: 148px;
}

@media screen and (min-width: 768px) {	
	.parallaxText h2{
		text-align: center;
		font-size: 3.5rem;
		padding-bottom: 2rem;
	}
	
	.parallaxBtn{
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 1400px) {
	.parallaxBtn{
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 767px) {
    .parallaxContent {
		margin-bottom: 30px;
		font-size: 1rem;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.parallaxText {
		margin-bottom: 40px;
	}
	
	.parallaxText h2{
		font-size: 2.5rem;
	}
	
	.parallaxBtn{
		font-size: 1.5rem;
		margin-bottom: 70px;
	}
}

.block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
    .block{
		height: 700px;
	}
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 20%;
  transform: translate(-50%,0);
  pointer-events: none
}

.btn-extra {
	font-size: 1.2rem;
}

.aboutBox {
	padding: 12px 10px 1px;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	box-shadow:  10px 10px 30px #d9d9d9, -10px -10px 30px #ffffff;
	transition: 0.5s;
	color: #000;
}

.btn-align-mid {
	max-width: 150px;
	margin: 40px 0 0;
}

.btn-neu {
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
	transition: 0.5s;
	color: #000;
	
	font-size: 1.2rem;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	padding: 12px 8px 1px;
}

.aboutBox:hover {
	box-shadow: inset 4px 4px 8px #c7c7c7, inset -4px -4px 8px #ffffff;
}

.btn-neu:hover {
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

@media screen and (max-width: 767px) {
	.aboutBox {
		margin-bottom: 20px;
	}
}

.aboutBox p:after {
	display: block;
	content: '';
	border-bottom: solid 1px #019fb6;   
	transform: scaleX(0);    
	transition: transform 250ms ease-in-out;
}

.aboutBox p:hover:after {
	transform: scaleX(1);
}

.btn-neu p:after {
	display: block;
	content: '';
	border-bottom: solid 1px #019fb6;   
	transform: scaleX(0);    
	transition: transform 250ms ease-in-out;
}

.btn-neu p:hover:after {
	transform: scaleX(1);
}

.noLinkU a:hover {
	text-decoration: none;
}

.btn-align-mid a:hover {
	text-decoration: none;
}

/* parallax */

.directorBackImage {
	//background: #34495e url("../img/main-page/directorBack.jpg");
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
}

.overlayDir {
	position: absolute;
	bottom: 00;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
}

.directorData {
	margin-top: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1400px) {
	#director {
		//height: calc(100vh - 100px);
		margin-bottom: 40px;
	}
}

.contentHeader h2 {
	display: block;
	text-align: center;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.1px;
}

@media screen and (min-width: 768px) {
	.directorBackImage {
		margin-top: -48px;
		margin-left: -32px;
		margin-right: -32px;
	}
	
	.contentHeader h2{
		font-size: 3rem;
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 1400px) {
	.directorBackImage {
		margin-top: -90px;
		margin-left: -32px;
		margin-right: -32px;
	}
}

@media screen and (max-width: 767px) {	
	.directorBackImage {
		margin-top: -118px;
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.msgBox {
		margin-top: 70px;
	}
	
	.contentHeader h2{
		font-size: 2rem;
	}
	
	.directorHeader {
		margin-bottom: 50px;
	}
}

/* director image div */
.img-box {
	width: 160px;
	margin: -180px auto 0;
	position: relative;
	border: 2px solid #ffffff;
	margin-bottom: 20px;
}

.msgExcerpt {
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	color: #4a4a4a;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	.marginBSD {
		margin-bottom: 20px;
	}
	
	.col-sm-12 {
		padding-right: 0;
		padding-left: 0;
	}
	
	.msgExcerpt {
		margin-top: 60px;
		font-size: 1rem;
		padding: 0 20px 20px;
	}
}

.img-shadow {
	box-shadow: 0 10px 6px -6px #777;
	transition: 1s;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  transform: scale(0.8);
  transition: 0.5s;
}

.img-center-2 {
  display: block;
  transition: 1s;
}

.img-center:hover {
	transform: scale(1);
}

/* blog index */

.blogBox {
	margin-bottom: 30px;
}

.blogContent {
	background: #34495e url("../img/main-page/blogBack.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
	padding: 20px 20px 5px;
	margin-bottom: 20px;
}

.blogContent table {
	font-size: 16px;
}

.blogContent a {
	color: #fff;
}

.blogContent a:hover {
	color: #d0d3d4;
}

/* blog index */

.contentIndex {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color:  #1c2833;
}

@media screen and (min-width: 768px) {
	.contentIndex {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.contentIndex {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.hrBar {
	border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

.line {
	height: 2px;
    overflow: hidden;
    background-color: #e5e5e5;
}

#noticeContainer {
	background: #ffffff url("../img/DSC02894S.jpg") fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	margin-left:-15px;
	margin-right: -15px;
}

@media screen and (min-width: 768px) {
	#noticeContainer {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 767px) {
	#noticeContainer {
		//background-position: right top;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#noticeContainer:after {
		content: "";
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -10;
		background: url(photos/2452.jpg) no-repeat center center;
		background-size: cover;
	}
}

.overlay {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.noticeRow {
	margin-left: 0;
	margin-right: 0;
}

@media(min-width:768px) {	
	.noticeRow {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.noticeBox {
	padding: 2rem 2rem;
}

@media(max-width:767px) {
    .noticeRow {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.noticeBox {
		padding: 2rem 1rem;
	}
}

.noticeHeader {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 30px;
}

.noticeContent .table {
	color: #fff;
	font-size: 16px;
}

.noticeContent .table-hover > tbody > tr:hover {
    background-color: #fff;
	color: #1c2833;
}

.researchBox {
	height: 330px;
	padding: 2rem 0;	
	text-align: center;
	color: #fff;
}

.captionMain h4{
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	color: #dc9814;
}

@media screen and (max-width: 767px) {
	.researchBox {
		height: 350px;
		//padding: 4rem 3rem;	
		text-align: center;
		color: #fff;
	}
}

.indexContent{
	height: 100%;
	padding: 3em 2em;
	border-radius: 25px;
	box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.indexContent{
		padding: 2em 1em 2em;
	}
}

.researchBox h4 {
	color: #fff;
}

.researchBox h4:after {
	display: block;
	content: '';
	border-bottom: solid 1px #fff;  
	transform: scaleX(0);   
	transition: transform 250ms ease-in-out;
}

.researchBox h4:hover:after {
	transform: scaleX(1);
}

.researchBox a:hover {
	text-decoration: none;
}

.r1, .r3, .r5 {
	background-color: #646464;
}

.r2, .r4 {
	background-color: #444 ;
}

.iconHolder a:hover {
	text-decoration: none;
}

.linkBox {
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.linkBox {
		margin-bottom: 20px;
		font-size: 1rem;
	}
}

#people {
	height: 100%;
}

.people {
	background-color: #fff;
	padding: 3em 2em 4em;
}

.peopleBG {
	background: #ffffff url("../img/DSC0289S.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 520px;
}

.people h3 {
	//color: #fff;
}

.peopleBoxPad {
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	.peopleBoxPad {
		width: 300px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.peopleBoxPad {
		margin-bottom: 20px;
	}
}

.text a {
	color: #fff;
}

.slideDown {
	position: relative;
	padding-top: 60px;
}

.peopleCaption {
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}

.peopleHeader {
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.4;
}

.peopleHeader:after {
	display: block;
	content: '';
	border-bottom: solid 1px #019fb6;   
	transform: scaleX(0);    
	transition: transform 250ms ease-in-out;
}

.peopleHeader:hover:after {
	transform: scaleX(1);
}

/* --- people --- */

.academicHeader {
	color: #515a5a;
	font-size: 2.2rem;
	line-height: 1.4;
}

.neuBox {
	height: 280px;
	border-radius: 20px;
	border: 1px solid #ececec;
	box-shadow:  10px 10px 30px #d9d9d9, -10px -10px 30px #ffffff;
	transition: 0.5s ease;
}

.neuBox:hover {
	box-shadow:  2px 2px 6px #d9d9d9, -2px -2px 6px #ffffff;
}

.greenBG {
	height: 280px;
	background-color: #58d68d ;
}

.creamBG {
	height: 250px;
	background-color: #f4d03f;
}

.image {
  display: block;
  width: 44%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.overlayUp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.noWrap {
	color: white;
	white-space: nowrap;
	font-size: 28px;
}

.noWrap a {
	text-decoration: none;
}

.containerGov {
	background-color: #eaecee;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.containerGov ul > li{
	width: 200px;
	padding: 10px;
}

.imgGov {
	margin-left: auto;
	margin-right: auto;
}

footer {
	color: #fff;
	font-size: 14px;
}

.footer {
	padding-top: 40px;
	padding-bottom: 30px;
	height: auto;
	background-color: #465052;
}

.footer a {
	color: #fff;
}

.site-footer {
	background-color: #465052;
}

address {
	line-height: 1.8;
}

/* 
	end homepage
*/

.header {
	margin: 0 0 5rem 0;
	text-align: center;
	background: #34495e url("../img/header-ibsd-1346.jpg");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: 0 10px 6px -6px #777;
}

.headerContact {
	margin: 0 0 5rem 0;
	background-color: #34495e;
	box-shadow: 0 10px 6px -6px #777;
}

@media screen and (min-width: 768px) {
	.headerContact {
		height: 400px;
	}
	
	.mapDimension {
		height: 400px;
		width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.headerContact {
		height: 500px;
	}
	
	.mapDimension {
		height: 500px;
		width: 100%;
	}
}

.headerBlog {
	margin: 0 0 5rem 0;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.headerNoBG {
	text-align: center;
}

.headerTitle {
	padding: 40px 0 30px 50px;;
}

.researchTitle {
	padding: 40px 0 30px 50px;;
}

@media screen and (max-width: 767px) {
	.headerTitle {
		border-radius: 0;
		bottom: 10%;
		left: 0;
		padding: 0;
	}
}

h1, h3 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.075em;
	text-transform: capitalize;
	margin-top: 5px;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
	font-weight: 700;
}

.header h1 {
	color : #fff;
}

.header h2 {
	color : #fff;
}

.headerTitle h1{
	color: #535353;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.headerTitle h1{
		font-size: 2rem;
	}
	
	h2 {
		font-size: 2rem;
		font-weight: 700;
	}
	
	.researchTitle h1 {
		font-size: 2rem;
	}
}

h3 {
	margin-top: 10px;
	padding-right: 10px;
	//font-size: 2.8rem;
	font-weight: 500;
	display: inline-block;
}

h4 {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}

h5 {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.4rem;
	font-weight: 300;
	color: #333333;
}

@media screen and (min-width:768px) and (max-width: 1399px) {
	h5 {
		font-size: 1.2rem;
	}
}

.headerSub {
	margin: 0 0 4rem 0;
	text-align: center;
}

.headerSub h3 {
	padding-left: 10px;
}

.subHeading {
	color:  #424949;
}

@media screen and (max-width: 767px) {
    .reverseDiv { 
		display: flex; 
		flex-flow: column-reverse;
		position: relative;
	}
}

.containerBox p {
	line-height: 1.7;
}

.headerNoBG h1 {
	font-family: 'Oswald', sans-serif;
	color: #333333;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 2px;
	//text-transform: uppercase;
}

.containerBox {
	background-color: #ffffff;
	border-radius : 4px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
}

.content {
	height: 100%;
	padding : 3rem;
	font-size: 16px;
	color: #434343;
	border-radius: 20px;
	box-shadow: 10px 10px 30px #d9d9d9, -10px -10px 30px #ffffff;
}

@media(max-width:767px) {
    .content {
		margin-left: 15px;
		margin-right: 15px;
		padding : 30px 15px;
		font-size: 12pt;
		margin-bottom: 20px;
	}
}

.listItem ol > li{
	margin-bottom: 20px;
}

.containerSmall {
	background-color: #ffffff;
	border-radius : 4px;
	padding : 0 2rem 0;
	color: #666;
	font-size: 11pt;
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);
}

.containerBox table {
	text-align: left;
	font-size: 16px;
}

.contentNews {
	padding : 3rem 6rem 4rem 6rem;
	font-size: 12pt;
	font-weight: 300;
	text-align: justify;
	line-height: 2;
	border: 1px #eeeeee solid;
}

.newsHeader {
	height: 250px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen;
}

.headerNews {
	margin: 0 0 3rem 0;
	text-align: center;
}

.newsDescrip {
	font-family: 'Libre Baskerville', serif;
}

.contentBlog {
	font-family: 'Open Sans', sans-serif;
	padding : 2rem 8rem 6rem 8rem;
	font-size: 14pt;
	font-color: #111;
	text-align: justify;
}

/* gallery */

.polaroid {
	background-color: white;
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	margin-bottom: 40px;
	transition: 0.2s ease-in-out;
}

.polaroid:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px 
    rgba(0,0,0,0.3);
}

.galleryLabel {
	text-align: center;
	padding: 10px 20px;
}

.imagePreview {
	margin-top: 8px;
	vertical-align: middle;
}

.tz-gallery .lightbox img {
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.tz-gallery img {
	border: 0;
}

.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

/* gallery-end */

.side-menu {
	border-radius: 20px;
	box-shadow: 10px 10px 30px #d9d9d9, -10px -10px 30px #ffffff;
}

@media(max-width:767px) {
    .side-menu {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.side-menu .divider {
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.side-menu ul {
  list-style-type: none;
  font-size: 13pt;
  margin: 0;
  padding: 14px 0;
  overflow: hidden;
}

.side-menu li {
	margin-bottom: 5px;
}

.side-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.side-menu .active {
	background-image: linear-gradient(to right, #717d7e, #d5dbdb  );
	color: #fff;
	font-size: 14pt;
}

.side-menu .activeBig {
	background-image: linear-gradient(to right, #717d7e, #aab7b8);
	color: #fff;
	font-size: 15pt;
}

.side-menu a {
	padding-top: 10px;
	border-bottom: 0 solid;
}

.side-menu a:after {
	display: block;
	content: '';
	border-bottom: solid 1px #019fb6;    
	transform: scaleX(0);    
	transition: transform 250ms ease-in-out;
}

.side-menu a:hover:after {
	transform: scaleX(1);
}

.side-menu a:after {
	transform-origin:  0% 50%;
}

.linkStruc a {
	color: #1c2833;
}

.linkStruc a:hover {
	color:  #cb4335;
}

.table {
	font-size: 16px;
}

.kv-table-wrap th a {
	//color: #fff;
}

.kv-table-wrap tr {
	border-bottom: 1px solid #ececec;
}

.downloadIco {
	font-size: 2rem;
}

@media(min-width:768px) {
	.tableDiv {
		margin-bottom: 20px;
	}
}

@media(max-width:767px) {
    .kv-table-wrap tr > td:first-child {
		font-size: 1rem;
	}
	
	.kv-table-wrap td {
		font-size: 1rem;
	}
	
	.downloadIco {
		font-size: 1.5rem;
	}
} 

.formBox {
	margin-top: 50px;
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.clear-fix {
	clear: both;
}

.tableHeading {
	color: #dc9814;
	font-size: 18px;
}

.tab-pane {
	padding-top: 20px;
}

/* blog index */

.blogDiv {
	background-color: white;
	margin-bottom: 40px;
	background: #ffffff;
	transition: 0.5s;
	color: #000;
}

.blogDiv:hover {
	box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
	transition: 0.5s;
	color: #000;
}

.blogIndexBG {
	background: #34495e url("../img/main-page/blogBack.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
}

.blogIndexDetails {
	color: #777777;
}

.blogIndexDetails a{
	color: #777777;
}

/* blog index */

.profileDetail {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.profilePhoto {
	width: 100px;
}

.staffName {
	font-size: 20px;
}