/* line 6, /app/databasic/static/sass/settings/_fonts.scss */
p, a, option, .btn, input, label {
  font-family: HalisGR-Book;
  font-weight: normal;
  font-style: normal; }

/* line 12, /app/databasic/static/sass/settings/_fonts.scss */
h1, h2, h3, h4, th {
  font-family: HalisGR-Medium;
  font-weight: normal;
  font-style: normal; }
  /* line 17, /app/databasic/static/sass/settings/_fonts.scss */
  h1 a, h2 a, h3 a, h4 a, th a {
    font-family: HalisGR-Medium; }

/* line 22, /app/databasic/static/sass/settings/_fonts.scss */
p {
  font-size: 18px; }

/* line 26, /app/databasic/static/sass/settings/_fonts.scss */
a {
  color: #fff; }

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("/static/fonts/fontawesome-webfont.eot");
  src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirBold';
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot");
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot") format("embedded-opentype"), url("/static/fonts/avenir/AvenirNext-Bold.ttf") format("truetype"), url("/static/fonts/avenir/AvenirNext-Bold.woff") format("woff"), url("/static/fonts/avenir/AvenirNext-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/* line 53, /app/databasic/static/sass/settings/_fonts.scss */
.fa.noun_134105:before {
  font-family: 'fontawesome-webfont';
  content: "\e900"; }

/* line 3, /app/databasic/static/sass/layout/_header.scss */
header {
  background-color: #fff;
  box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.3); }
  /* line 8, /app/databasic/static/sass/layout/_header.scss */
  header #logo {
    vertical-align: bottom; }
    /* line 10, /app/databasic/static/sass/layout/_header.scss */
    header #logo img {
      max-height: 48px; }
  /* line 15, /app/databasic/static/sass/layout/_header.scss */
  header #header-logo-container {
    text-align: center; }
    /* line 17, /app/databasic/static/sass/layout/_header.scss */
    header #header-logo-container .logo-container {
      height: 80px; }
      /* line 19, /app/databasic/static/sass/layout/_header.scss */
      header #header-logo-container .logo-container img {
        position: absolute;
        bottom: 10px; }
  /* line 26, /app/databasic/static/sass/layout/_header.scss */
  header #language-selector {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    color: #000;
    font-family: HalisGR-Book;
    font-weight: normal;
    font-style: normal; }
    /* line 35, /app/databasic/static/sass/layout/_header.scss */
    header #language-selector a {
      color: white; }
      /* line 37, /app/databasic/static/sass/layout/_header.scss */
      header #language-selector a:after {
        content: ''; }
  /* line 42, /app/databasic/static/sass/layout/_header.scss */
  header #language-selector:hover {
    background-color: white; }
  /* line 45, /app/databasic/static/sass/layout/_header.scss */
  header .badge:hover {
    border-radius: 10px !important; }
  /* line 48, /app/databasic/static/sass/layout/_header.scss */
  header .badge a:hover {
    color: white;
    background: transparent;
    text-decoration: none; }

/* line 1, /app/databasic/static/sass/layout/_footer.scss */
body {
  margin-bottom: 40px !important; }

/* line 5, /app/databasic/static/sass/layout/_footer.scss */
footer {
  background-color: #666666; }
  /* line 10, /app/databasic/static/sass/layout/_footer.scss */
  footer nav .navbar-logo {
    padding: 12px; }

/* line 3, /app/databasic/static/sass/layout/_nav.scss */
nav {
  background-color: #666666; }
  /* line 5, /app/databasic/static/sass/layout/_nav.scss */
  nav a {
    color: white; }
  /* line 11, /app/databasic/static/sass/layout/_nav.scss */
  nav .navbar-logo {
    padding: 12px; }
    /* line 13, /app/databasic/static/sass/layout/_nav.scss */
    nav .navbar-logo img {
      height: 26px; }
  /* line 17, /app/databasic/static/sass/layout/_nav.scss */
  nav .navbar-toggle .icon-bar {
    background-color: #ffffff; }
  /* line 22, /app/databasic/static/sass/layout/_nav.scss */
  nav li {
    border-right: 1px solid #333333; }
  /* line 26, /app/databasic/static/sass/layout/_nav.scss */
  nav.culture-navbar {
    background-color: #ff6643 !important; }
    /* line 28, /app/databasic/static/sass/layout/_nav.scss */
    nav.culture-navbar li {
      border-right: 1px solid #ffffff !important; }
    /* line 31, /app/databasic/static/sass/layout/_nav.scss */
    nav.culture-navbar #language-selector {
      color: #ffffff; }
      /* line 33, /app/databasic/static/sass/layout/_nav.scss */
      nav.culture-navbar #language-selector .badge {
        background-color: rgba(0, 0, 0, 0.5); }

/* line 28, /app/databasic/static/sass/_base.scss */
.btn,
th, td,
.navbar-default,
.form-control,
.nav-tabs.nav-justified > li > a,
.active a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important; }

/* line 37, /app/databasic/static/sass/_base.scss */
html {
  position: relative;
  min-height: 100%; }

/* line 42, /app/databasic/static/sass/_base.scss */
body {
  margin: 0;
  color: #fff; }

/* line 49, /app/databasic/static/sass/_base.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out; }

/* line 56, /app/databasic/static/sass/_base.scss */
.centered-row {
  text-align: center; }

/* line 60, /app/databasic/static/sass/_base.scss */
.bottom-section {
  color: #999;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  /* line 20, /app/databasic/static/sass/modules/_mixins.scss */
  .bottom-section ::selection {
    color: #fff;
    background: #666; }
  /* line 24, /app/databasic/static/sass/modules/_mixins.scss */
  .bottom-section ::-moz-selection {
    color: #fff;
    background: #666; }
  /* line 66, /app/databasic/static/sass/_base.scss */
  .bottom-section h2 {
    text-align: center; }

/* line 71, /app/databasic/static/sass/_base.scss */
a.invitation {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px; }
  /* line 80, /app/databasic/static/sass/_base.scss */
  a.invitation.red {
    background-color: #ff6643; }
  /* line 81, /app/databasic/static/sass/_base.scss */
  a.invitation.blue {
    background-color: #10b0f7; }
  /* line 82, /app/databasic/static/sass/_base.scss */
  a.invitation.orange {
    background-color: #ff9800; }

/* line 6, /app/databasic/static/sass/home.scss */
header {
  box-shadow: none; }

/* line 10, /app/databasic/static/sass/home.scss */
.home-logo {
  width: 440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 20px; }

/* line 17, /app/databasic/static/sass/home.scss */
.home-tagline {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: HalisGR-Book;
  color: #000;
  text-align: center; }
  @media (min-width: 992px) {
    /* line 17, /app/databasic/static/sass/home.scss */
    .home-tagline {
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    /* line 17, /app/databasic/static/sass/home.scss */
    .home-tagline {
      font-size: 24px; } }

/* line 28, /app/databasic/static/sass/home.scss */
.no-gutter > [class*='col-'] {
  padding: 0; }

/* line 32, /app/databasic/static/sass/home.scss */
.thumbnail {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important; }
  @media (min-width: 768px) {
    /* line 32, /app/databasic/static/sass/home.scss */
    .thumbnail {
      margin-bottom: 80px; } }
  /* line 35, /app/databasic/static/sass/home.scss */
  .thumbnail:hover, .thumbnail:focus {
    text-decoration: none; }
    /* line 38, /app/databasic/static/sass/home.scss */
    .thumbnail:hover > .thumbnail-img, .thumbnail:focus > .thumbnail-img {
      opacity: 0.5; }

/* line 44, /app/databasic/static/sass/home.scss */
.thumbnail-img {
  height: 375px;
  opacity: 1;
  transition: opacity .15s ease-in;
  -webkit-backface-visibility: hidden; }

/* line 51, /app/databasic/static/sass/home.scss */
.thumbnail-caption {
  margin-top: 20px;
  padding: 15px;
  color: #000; }
  @media (min-width: 768px) {
    /* line 51, /app/databasic/static/sass/home.scss */
    .thumbnail-caption {
      padding: 10px; } }

/* line 58, /app/databasic/static/sass/home.scss */
.home-newsflash {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #10b0f7; }
  @media (min-width: 992px) {
    /* line 58, /app/databasic/static/sass/home.scss */
    .home-newsflash {
      padding-bottom: 80px; } }
  /* line 63, /app/databasic/static/sass/home.scss */
  .home-newsflash h1 {
    margin: 0 auto 40px;
    font-family: HalisGR-Book; }

/* line 69, /app/databasic/static/sass/home.scss */
.home-video {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffacb8; }
  @media (min-width: 992px) {
    /* line 69, /app/databasic/static/sass/home.scss */
    .home-video {
      padding-bottom: 80px; } }
  /* line 74, /app/databasic/static/sass/home.scss */
  .home-video h1 {
    margin: 0 auto 40px;
    font-family: HalisGR-Book; }

/* line 82, /app/databasic/static/sass/home.scss */
.home-about--header h1 {
  margin: 40px auto;
  font-family: HalisGR-Book;
  color: #000; }
  /* line 86, /app/databasic/static/sass/home.scss */
  .home-about--header h1 > strong {
    font-family: HalisGR-Medium;
    font-weight: 400; }

/* line 93, /app/databasic/static/sass/home.scss */
.home-about {
  background-image: url("/static/img/background_tile_tiny.png"); }

/* line 97, /app/databasic/static/sass/home.scss */
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 107, /app/databasic/static/sass/home.scss */
.row-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 125, /app/databasic/static/sass/home.scss */
.feature-box--green-o {
  padding: 20px;
  border: 20px solid #1ec293 !important;
  color: #1ec293; }

/* line 127, /app/databasic/static/sass/home.scss */
.feature-box {
  width: 100%;
  padding: 40px;
  background-color: #fff; }
  @media (min-width: 768px) {
    /* line 127, /app/databasic/static/sass/home.scss */
    .feature-box {
      width: 50%;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    /* line 127, /app/databasic/static/sass/home.scss */
    .feature-box {
      width: 37.5%;
      margin-bottom: 80px; } }
  /* line 133, /app/databasic/static/sass/home.scss */
  .feature-box.feature-box--blue {
    background-color: #10b0f7; }
  /* line 134, /app/databasic/static/sass/home.scss */
  .feature-box.feature-box--green-o {
    padding: 20px;
    border: 20px solid #1ec293 !important;
    color: #1ec293; }
  /* line 135, /app/databasic/static/sass/home.scss */
  .feature-box.feature-box--yellow-o {
    padding: 20px;
    border: 20px solid #fec52e !important;
    color: #fec52e; }
    @media (max-width: 767px) {
      /* line 135, /app/databasic/static/sass/home.scss */
      .feature-box.feature-box--yellow-o {
        order: 2; } }
  /* line 139, /app/databasic/static/sass/home.scss */
  .feature-box.feature-box--red {
    background-color: #fd755a; }
    @media (max-width: 767px) {
      /* line 139, /app/databasic/static/sass/home.scss */
      .feature-box.feature-box--red {
        order: 1; } }
  /* line 143, /app/databasic/static/sass/home.scss */
  .feature-box.feature-box--pink {
    background-color: #ffacb8; }
  /* line 144, /app/databasic/static/sass/home.scss */
  .feature-box.feature-box--blue-o {
    padding: 20px;
    border: 20px solid #10b0f7 !important;
    color: #10b0f7; }
  /* line 145, /app/databasic/static/sass/home.scss */
  .feature-box > img {
    width: 100%; }
  /* line 148, /app/databasic/static/sass/home.scss */
  .feature-box > p {
    margin-bottom: 0; }

/* line 153, /app/databasic/static/sass/home.scss */
.home-news {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fec52e; }
  @media (min-width: 992px) {
    /* line 153, /app/databasic/static/sass/home.scss */
    .home-news {
      padding-bottom: 80px; } }
  /* line 158, /app/databasic/static/sass/home.scss */
  .home-news h1 {
    margin: 0 auto 40px;
    font-family: HalisGR-Book; }
    /* line 161, /app/databasic/static/sass/home.scss */
    .home-news h1 > strong {
      font-family: HalisGR-Medium;
      font-weight: 400; }
  @media (max-width: 991px) {
    /* line 166, /app/databasic/static/sass/home.scss */
    .home-news .row-flex {
      display: block; } }

/* line 171, /app/databasic/static/sass/home.scss */
.blog-wrapper {
  display: flex;
  flex: 1; }

/* line 176, /app/databasic/static/sass/home.scss */
.blog-post {
  flex: 1;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
  background-color: #fff; }
  @media (min-width: 992px) {
    /* line 176, /app/databasic/static/sass/home.scss */
    .blog-post {
      margin-bottom: 0; } }
  /* line 183, /app/databasic/static/sass/home.scss */
  .blog-post > .blog-meta {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #aaa; }
  /* line 188, /app/databasic/static/sass/home.scss */
  .blog-post > a > .blog-image {
    width: 100%;
    margin-bottom: 15px;
    opacity: 1;
    transition: opacity .15s ease-in;
    -webkit-backface-visibility: hidden; }
    @media (min-width: 480px) and (max-width: 991px) {
      /* line 188, /app/databasic/static/sass/home.scss */
      .blog-post > a > .blog-image {
        float: left;
        width: 200px;
        margin-right: 20px; } }
  /* line 200, /app/databasic/static/sass/home.scss */
  .blog-post > a:hover > .blog-image,
  .blog-post > a:focus > .blog-image {
    opacity: .5; }
  /* line 204, /app/databasic/static/sass/home.scss */
  .blog-post > a > h3 {
    margin-top: 0;
    color: #000; }
  /* line 208, /app/databasic/static/sass/home.scss */
  .blog-post > p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000; }

/* line 215, /app/databasic/static/sass/home.scss */
.home-credits {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #10b0f7; }
  @media (min-width: 992px) {
    /* line 215, /app/databasic/static/sass/home.scss */
    .home-credits {
      padding-bottom: 80px; } }
  /* line 220, /app/databasic/static/sass/home.scss */
  .home-credits h3 {
    font-family: HalisGR-Book;
    margin-bottom: 40px; }
  /* line 224, /app/databasic/static/sass/home.scss */
  .home-credits p {
    font-size: 15px;
    margin-bottom: 20px; }
    /* line 227, /app/databasic/static/sass/home.scss */
    .home-credits p > a {
      border-bottom: 1px solid #fff; }
    /* line 230, /app/databasic/static/sass/home.scss */
    .home-credits p:last-of-type {
      margin: 40px auto; }

/* line 236, /app/databasic/static/sass/home.scss */
#newsflash {
  margin-bottom: 50px;
  text-align: left;
  color: #000000; }
  /* line 239, /app/databasic/static/sass/home.scss */
  #newsflash .logo {
    display: inline-block;
    float: left;
    padding: 10px 30px 10px 10px; }

/*# sourceMappingURL=../css/home.scss.css.map */