/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v29-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v29-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    word-wrap: break-word;
}

.content {
	max-width: 1280px;
	margin: auto;
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

.content-footer {
  padding: 80px 0px;
}

.content-text {
	padding-bottom: 80px;
}

.text {
  font-style: italic;
}

h1 {
    font-family: 'Oswald';
    font-size: 40px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    margin: auto;
}

h2 {
    color: #004B89;
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}

h6 {
    text-align: left;
    line-height: 34px;
    font-family: 'Open Sans';
    color: #78777B;
    font-weight: 700;
    font-size: 20px;
}

p {
    text-align: left;
    line-height: 34px;
    font-family: 'Open Sans';
    color: #78777B;
    font-weight: 400;
    font-size: 17px;
}

.header_desc {

}

button:focus { outline:0 !important; }

.small, .small p {
    font-weight: 400;font-size: 17px;
}


.dark-grey-back {
	background-color: rgba(224,224,224, 1);
	color: #004B89;
}

.grey-back {
	color: #004B89;
  background-color: rgba(246,246,246, 1);
}

.dark-grey-back-hover:hover, .anchor-choosen {
	background-color: rgba(224,224,224, 1);
  color: #004B89; 
}

.blue_back {
	background-color: #004B89;
	color: #fff; 
}

.blue-back:hover {
	background-color: #fff;
	color: #004B89;
}

.blue {
  background-color: #fff;
  color: #004B89;
}

.w3-btn:hover {
	box-shadow: none;
}

.button_text {
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    background-color: #004B89;
}

.menu_style {
	position: fixed;
	top: 0;
	right: 0;
	max-width: 500px;
  width: 80%;
	text-align: left;
    background-color: rgba(246,246,246, 1);
    color: #004B89;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    font-family: 'Open Sans';
    line-height: 45px;
    z-index: 11;
    height: 100%;
    overflow: auto;
    letter-spacing: 1px;
}

#menu ul {
	 list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    padding: 0px 30px;
    font-size: 100%;
    border-bottom: 1px solid rgba(224,224,224, 1);
}

#menu ul li:hover {
	background-color: rgba(224,224,224, 1);
	color: #004B89; 
}

#header{
  height: 100px; 
  width: 100%; 
  background-color: #fff;
}

header {
  position: fixed; 
  top:0px;
  z-index: 4; 
  width: 100%;
}

header p {
    text-align: left;
    line-height: 43px;
    font-family: 'Oswald';
    color: #004B89;
    font-weight: 400;
    font-size: 36px;
    margin: 0px; 
    margin-left: 40px;
}

.header_img {
  max-width: 70px; width: 25%
}

.w3-bar-item.w3-xxlarge {
  margin-top: -15px;
}

#cont {
  overflow: visible; 
  background-color: white;
  margin-top: 120px;
}



.even {
  background-color: #EBEBEB;
}

.odd {
  background-color: #fff;
}

a {
	text-decoration: none;
}

.parallax {
  /* Set a specific height */
  min-height: 610px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird, 
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-rest {
	padding-left: 60px;
	padding-right: 60px;
}

.w3-row-padding {
	padding-left: 0px;
	padding-right: 0px;
}

#talkbubble {
   color: #004B89;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  margin:20px;
}

#talkbubble>p {
	   font-family: 'Open Sans';
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #004B89;
}

#talkbubble>span {
  	font-family: 'Open Sans';
    font-size: 75px;
    color: #004B89;
    letter-spacing: 0;
    line-height: 1.1;
    color: #004B89;
}

hr {
	width: 80%;
	margin: 0px auto;
	background-color: #DDDCD9;
	height: 5px;
	overflow: hidden;
}

/** SLIDER */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  padding-bottom: 20px;
  background-color: #004B89;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Caption text */
.text {
  padding: 8px 12px;
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-family: 'Open Sans';
  color: #78777B;
  font-weight: 400;
  font-size: 17px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 20%;
  max-width: 100px;
  margin: 0 10px;
  background-color: #004B89;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 0.5;
}

.active, .dot:hover {
  background-color: #004B89;
  opacity: 1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.card-padding {
  	padding: 0px 30px;
}

footer, footer p {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Open Sans';
	font-weight: 700;
  background-color: #004B89;
  color: #fff;
}

.flex-item {
  	display:flex;
  	width:100%;
  	padding: 4px 8px;
}

.flex-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}





/* MEDIA */

@media (min-width: 993px) {
	.quarter {
		width: 25%;
	}
	.third {
	    width: 33.33%;
	}
	.half {
	    width: 50%;
	}
	.twothird {
	  	width: 66.66%;
	}
	.threequarter {
	  	width: 75%;
	}
	.full {
	    width: 100%;
	}
}

@media (max-width: 1066px) {
  .w3-third, .w3-twothird {
    width: 100%!important;
  }

  #talkbubble>span {
    font-size: 55px;
  }
  .third {
      width: 50%;
  }
  #talkbubble {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  hr {
    width: 0px;
  }
}

@media (min-width: 1067px) {
  .third {
      width: 33.33%;
  }
}

@media (max-width: 992px) {
  header p {
    line-height: 20px;
    width: 60%;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    margin-left: 10px;
  }

  .header_img {
    max-width: 50px; width: 25%
  }

  .w3-bar-item.w3-xxlarge {
    margin-top: -10px;
    font-size: 20px!important;
  }
  
  .content{
    padding-left: 20px;
    padding-right: 20px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after {
    left: 15px;
  }
  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: none;
  }
}


@media (max-width:600px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }

  h2 {
      font-size: 23px;
  }

  #menu ul li {
    padding: 10px 50px;
    line-height: 25px;
    font-size: 22px;
  }

 

  .flex-item {
    padding: 0px;
    width: 100%;
  }
  .card-padding {
    padding: 30px 0px;
  }
  .content-footer {
    padding: 40px 0px;
  }

  #header{
    height: 90px;
  }
  #header .content {
    padding-top: 22px;
  }
  #cont {
    margin-top: 90px;
  }

  /* The circles on the timeline */
.container::after {
  font-size: 20px;
  width: 55px;
  height: 43px;
  padding-top: 3px;
  }

  .w3-row-padding>.w3-rest {
    padding-right: 5px;
    padding-left: 5px;
  }
}