@charset "UTF-8";
/* CSS Document */
body {
  background-color: #19578d;
  /* Was: #062b44;*/

}
h1 {
  font-family: 'Oxygen', sans-serif;
  color: #FFF;
  font-size: 2em;
  font-weight: 700;
  line-height: 43px;
  padding-top: 10px;
  text-align: center;
}
h2 {
  font-family: 'Oxygen', sans-serif;
  color: #FFF;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 7px;
  line-height: 20px;
}
h3 {
  font-family: 'Oxygen', sans-serif;
  color: #79bee5;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 43px;
  padding-top: 20px;
}
h4 {
  font-family: 'Oxygen', sans-serif;
  color: #fff99f;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
  padding-top: 00px;
}
p {
  font-family: 'Oxygen', sans-serif;
  padding-top: 10px;
  color: #79bee5;
  font-weight: 100;
  line-height: 20px;
}
.header {
  width: 100%;
  height: 230px;
}
.header .background {
  position: absolute;
  width: 100%;
  height: 400px;
  background: url(../images/background2.jpg) no-repeat 40% 40%;
  z-index: -1;
}
.logo {
  width: 201px;
  height: 200px;
  background: url(../images/logo2.png);
  background-size: 200px 200px;
  text-align: center;
  margin: -300px auto 0 auto;
}
.blueContainer {
  width: 100%;
  height: 400px;
}
.headTextContainer {
  position: relative;
  top: -200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  min-height: 250px;
}
.headTextContainer .header,
.headTextContainer h1 {
  vertical-align: middle;
}
.headTextContainer h1.fc-element {
  display: block;
  width: 50%;
  text-align: center;
  color: #79bee5;
}
.content {
  margin: 0 auto 0 auto;
  max-width: 960px;
}
.title-container {
  text-align: center;
}
.main-tabs {
  color: #79bee5;
  text-align: center;
}
.main-tabs .tab {
  height: 200px;
  cursor: pointer;
  background-color: #0e4f83;
  width: 49.5%;
  float: left;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.main-tabs .tab#understandTab {
  margin-right: 1%;
}
.main-tabs .tab.selected {
  background-color: #11446d;
}
.main-tabs .tab.selected h1 {
  color: #79bee5;
  text-decoration: underline;
}
.main-tabs .tab:hover h1 {
  color: #79bee5;
}
.main-tabs img {
  width: 150px;
}
.details {
  background-color: #11446d;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
}
.details > div {
  display: none;
}
.details h3 {
  text-align: center;
  color: #fff;
}
.details .item {
  font-family: 'Oxygen', sans-serif;
  text-align: left;
  padding: 0px;
  line-height: 20px;
  margin-bottom: 20px;
  background-color: #0e4f83;
  color: #fff99f;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.details .item img {
  width: 100%;
}
.details .more-details {
  display: none;
  width: 100%;
  height: 400px;
}
.textContainer {
  width: 560px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.textContainer h3 {
  margin-bottom: 20px;
}
.textContainer a,
.textContainer a:visited {
  color: #79bee5;
  text-decoration: none;
}
.textContainer a:hover {
  color: #79bee5;
  text-decoration: underline;
}
.footer {
  margin-top: 50px;
}
.fancybox-wrapper {
  display: none;
}
.fancybox-content {
  max-width: 500px;
  max-height: 500px;
  color: #666;
}
#fancybox-content > div {
  overflow: visible!important;
}
