body {
	margin: 0px;
    font-size: 14px;
    font-weight: 400;
    background-color: white;
    letter-spacing: 1px;
}

.heading {
	font-weight: 100;
}

.heading2 {
	font-weight: 100;
}

.heading3 {
	font-weight: 100;
	margin-top: 5px;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	z-index: 3;
	background-color: rgba(0,0,0,0.2);
}

.slides-navigation {
	z-index: 6;
}

.slides-navigation .prev,
.slides-navigation .next {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slides-navigation a.prev {
	left: 20px;
	background-image: url(../images/icons/back.png);
}

.slides-navigation a.next {
	right: 20px;
	background-image: url(../images/icons/next.png);
}

.downarrow {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 80px;
	background-size: 100%;
	z-index: 1000;
	background-image: url(../images/icons/down-arrow.gif);
}

.titleMessage {
	height: 250px;
	position: absolute;
	width: 100%;
	top: 100px;
	color: white;
	z-index: 5;
	text-align: center;
}

.titleMessage .heading .main1 {
	font-size: 30px;
	font-weight: 200;
	color: white;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	letter-spacing: 2px;
	line-height: 1.2;
}

.titleMessage .heading .main2 {
	font-size: 40px;
	font-weight: 300;
	color: white;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	letter-spacing: 2px;
	line-height: 1.2;
}

.titleMessage .heading .sub {
	font-size: 23px;
	margin-top: 20px
	font-weight:; 200;
}

.titleMessage .heading .main1:hover,
.titleMessage .heading .main2:hover,
.overlay .scrolldown .scroll:hover {
	text-decoration: none;
	color: #ffff;
}

.titleMessage .heading .main2:hover {
	text-decoration: none;
}

.updatecontainer {
	text-align: center;
}

.listofstuff {
	text-align: left;
}

.section {
	padding: 50px 0;
}

.section .heading {
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
}

.lastUpdate {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}

.aboutimage {
	max-width: 100%;
	max-height: 95%;
}

.contactSection {
	background-color: #273c75;
	color: white;
}

.riskSection {
	background-color: #273c75;
	color: white;
}

.keydatesSection {
	z-index: 2;
	/* background-image: url("../images/test.jpg"); */
	background-color: #273c75;
	color: white;
  	min-height: 500px; 
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.keydatesoverlay {
	margin: auto;
	background: rgba(255,255,255,50%);
	z-index: 4;
	min-width: 50%;
	max-width: 90%;
	padding: 20px;
	margin-bottom: 20px;
}

.keydatesoverlaycontent {
	color: #fff;
	z-index: 500;
}

.nobullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
 }

.qualifiedSection {
	background-color: #fff;
	color: #000;
}

.documentsSection {
	background-color: #273c75;
	color: white;
}

.socialItem {
	margin-top:30px;
	position: relative;
}

.socialInnerContainer {
	position: relative;
	padding: 10px 15px 35px;
	text-align: center;
	border: 2px solid #fff;
	border-top: none;
}

.socialInnerContainer:after,
.socialInnerContainer:before {
	content: '';
	position: absolute;
	top: 0px;
	width: 30%;
	border-bottom: 2px solid #fff;
}

.socialInnerContainer:before {
	right: 0px;
}

.socialInnerContainer:after {
	left: 0px;
}

.socialContent h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 200;
	color: #fff;
}

.socialContent h3 {
	font-size: 13px;
	font-weight: 600;
	margin: 0px;
}

.socialContent .link {
	color: #fff;
}

.socialIcon {
	position: relative;
	width: 40%;
	height: 60px;
	font-size: 45px;
	top: -42px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;

}

.contactButton {
	color: #ffff;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #ffff;
	border-radius: 2px;
}

.contactButton:hover {
	text-decoration: none;
	color: #273c75;
	background-color: #ffff;
}

#filters {
padding: 0px;
border-left: 0px;

}

.filter {
	text-align: center;
	width: 100%;
}

.filter a {
	color: #bdc3c7;
	border: 1px solid #bdc3c7;
	padding: 10px 18px;
	display: block;
}

.filter li {
	display: inline-block;
	padding: 5px;
}

.filter .current {
	background-color: #273c75;
	border-color: #273c75;
	color: #ffff;
}

.items {
	padding: 0;
}

.items li {
	display: inline-block;
	padding: 5px;
}

.items li img {;
	width: 100%;
	-webkit-transition: all 0.2s linear, 1s;
	-moz-transition: all 0.2s linear, 1s;
	-o-transition: all 0.2s linear, 1s;
	-ms-transition: all 0.2s linear, 1s;
	-transition: all 0.2s linear, 1s;
}

.items .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.items .item:hover img {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-transform: scale(1.05,1.05);
}

.itemsContainer {
	width: 100%;
}

.copyrightSection {
	background-color: #000;
	color: #fff;
	padding: 30px 5px;
}

.copyrightSection p {
	margin: 0;
}

#navigation {
	background-color: #273c75;
	color: #ffff;
	padding: 10px;
	z-index: 100;
	padding-left: 20px;
	font-weight: 100;
}

#navigation li a {
	padding: 0 10px;
	color: #ffff;
}

.navbar-toggler-icon {
	background: url(../images/icons/menu.png);
	background-size: 100%;
}

.navbar-brand,
.navbar-brand:hover {
color: #ffff;

}

.fixedNav #navigation {
	position: fixed;
	top: 0px;
	width: 100%;
}

.nav-link {
	font-size: larger;
}

.loader {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.loader .inner {
	width: 100%;
	height: 100%;
	background: url(../images/icons/swimmer.gif) center center no-repeat;
}

.footerlogo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 40px;
	padding-bottom: 5px;
}

.carousellogo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 80px;
	padding-top: 10px;
}

.navlogo {
	display: block;
	height: 40px;
	padding-top: 3px;
}

.scroll {
	display: block;
	text-align: center;
    position:absolute; 
    bottom: 0; 
    padding: 20px;
	width: 100%;
	font-size: 30px;
	font-weight: 200;
	color: white;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	letter-spacing: 2px;
	line-height: 1.2;
	z-index: 2000;

}

.datesimage {
	position: relative;
	max-width: 100%;
	padding-bottom: 10px;

}

.button2 {
  display: inline-block;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #273c75;
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  font-size: 18px;
  position: absolute;
  opacity: 0;
  top: -1px;
  right: -20px;
  transition: 0.5s;
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
}
