@font-face {
  font-family: 'Open Sans Condensed';
  src: url("../fonts/OpenSansCond/OpenSans-CondLight-webfont.woff") format("woff"), url("../fonts/OpenSansCond/OpenSans-CondLight-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Condensed';
  src: url("../fonts/OpenSansCond/OpenSans-CondBold-webfont.woff") format("woff"), url("../fonts/OpenSansCond/OpenSans-CondBold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#page-slider,
#home-slider {
  position: relative; }
  #page-slider .content,
  #home-slider .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
    #page-slider .content .row,
    #home-slider .content .row {
      height: 100%; }
  #page-slider .motto,
  #home-slider .motto {
    font-size: 30px;
    font-family: "Open Sans Condensed", sans-serif;
    color: #FFF;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.06;
    display: flex;
    align-items: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    z-index: 11;
    position: relative; }
  #page-slider .slick-slide,
  #home-slider .slick-slide {
    min-height: 100vh;
    /*define the height of slide*/
    height: 100%;
    transition: height .3s ease;
    position: relative;
    z-index: 9; }
    #page-slider .slick-slide:after,
    #home-slider .slick-slide:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-color: rgba(0, 0, 0, 0.2); }
    #page-slider .slick-slide:focus,
    #home-slider .slick-slide:focus {
      outline: none; }
    #page-slider .slick-slide .video,
    #home-slider .slick-slide .video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
      #page-slider .slick-slide .video iframe,
      #home-slider .slick-slide .video iframe {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
  #page-slider .slider-caption,
  #home-slider .slider-caption {
    width: 85%;
    max-width: 1150px;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 1; }
    #page-slider .slider-caption .vert-align,
    #home-slider .slider-caption .vert-align {
      height: 100%; }
    #page-slider .slider-caption p, #page-slider .slider-caption h3,
    #home-slider .slider-caption p,
    #home-slider .slider-caption h3 {
      color: #fff; }
    #page-slider .slider-caption p,
    #home-slider .slider-caption p {
      font-size: 126px;
      text-transform: uppercase;
      line-height: 1;
      font-weight: lighter; }
  #page-slider .slide-button-container,
  #home-slider .slide-button-container {
    width: 85%;
    max-width: 1150px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 155px;
    text-align: left;
    z-index: 100000; }
  #page-slider .slide-button,
  #home-slider .slide-button {
    background-color: #01294c;
    color: #FFF;
    height: 42px;
    border-radius: 21px;
    line-height: 42px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase; }
    #page-slider .slide-button:hover,
    #home-slider .slide-button:hover {
      background-color: #000e1a; }
  #page-slider .slick-dots,
  #home-slider .slick-dots {
    width: 85%;
    max-width: 1150px;
    margin: auto;
    margin-bottom: 0;
    bottom: 35%;
    text-align: right;
    left: 0;
    right: 0;
    padding-right: 25px;
    z-index: 10000;
    height: 0px; }
    #page-slider .slick-dots li,
    #home-slider .slick-dots li {
      height: 10px; }
  #page-slider .slick-dots li.slick-active button:before,
  #home-slider .slick-dots li.slick-active button:before {
    background-color: #b39140; }
  #page-slider .slick-dots li button:before,
  #home-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #fff; }
  #page-slider .slick-prev:before,
  #page-slider .slick-next:before,
  #home-slider .slick-prev:before,
  #home-slider .slick-next:before {
    display: none; }
  #page-slider .slick-prev,
  #page-slider .slick-next,
  #home-slider .slick-prev,
  #home-slider .slick-next {
    width: 32px;
    height: 32px;
    top: 40%;
    background-size: contain; }
    #page-slider .slick-prev:hover,
    #page-slider .slick-next:hover,
    #home-slider .slick-prev:hover,
    #home-slider .slick-next:hover {
      -webkit-filter: brightness(0.7);
              filter: brightness(0.7); }
  #page-slider .slick-next,
  #home-slider .slick-next {
    right: 4%;
    background: url("../images/arrow_right.png") no-repeat center; }
  #page-slider .slick-prev,
  #home-slider .slick-prev {
    left: 4%;
    background: url("../images/arrow_left.png") no-repeat center; }

.slider-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 145px;
  z-index: 11; }
  .slider-logos .row .wrap {
    width: 100%;
    height: 100%;
    padding: 15px 0; }
  .slider-logos .text {
    color: #FFF;
    font-size: 16px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    line-height: 115px; }
  .slider-logos img {
    max-height: 100%;
    max-width: 200px;
    margin: auto;
    vertical-align: middle;
    display: inline-block; }
  .slider-logos .helper {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle; }
  .slider-logos .slick-slide:after {
    display: none; }
  .slider-logos #logo-slider {
    display: inline-block;
    width: calc(100% - 155px);
    max-height: 115px; }
    .slider-logos #logo-slider .slick-slide {
      max-height: 115px;
      min-height: auto;
      height: 115px;
      min-width: 200px;
      width: 220px;
      text-align: center; }
      .slider-logos #logo-slider .slick-slide img {
        max-width: 180px; }

.slide-logo-row {
  width: 85%;
  max-width: 1150px;
  margin: auto;
  margin-top: -95px;
  margin-bottom: 180px;
  height: 90px;
  max-height: 90px; }
  .slide-logo-row img {
    display: inline-block;
    max-height: 90px;
    margin-right: 15px; }

#logo-slider-small .slick-slide {
  text-align: center; }

#logo-slider-small img {
  vertical-align: middle;
  display: inline-block;
  max-width: 160px; }

#logo-slider-small .helper {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }

/* -----------------------------------------
    Default Page
----------------------------------------- */
#page-slider .motto {
  padding-top: 20vh; }

#page-slider .slick-slide {
  min-height: 630px;
  display: block;
  float: none; }
  #page-slider .slick-slide.default-image {
    min-height: 420px; }
  #page-slider .slick-slide .slider-caption p {
    margin-bottom: 155px; }

#page-slider #logo-slider {
  display: inline-block;
  width: calc(100% - 155px);
  max-height: 115px; }
  #page-slider #logo-slider .slick-slide {
    max-height: 115px;
    float: left;
    min-height: auto;
    height: 115px;
    min-width: 200px;
    text-align: center; }

#page-slider.no-logo .slick-slide {
  min-height: 630px; }
  #page-slider.no-logo .slick-slide.default-image {
    min-height: 320px; }
  #page-slider.no-logo .slick-slide.video {
    min-height: 630px; }
  #page-slider.no-logo .slick-slide .slider-caption p {
    margin-bottom: 55px; }

/* -----------------------------------------
    Speakers Slider
----------------------------------------- */
#speakers-slider .slick-slide {
  display: block; }
  #speakers-slider .slick-slide:focus {
    outline: none; }

#speakers-slider .slick-prev:before,
#speakers-slider .slick-next:before {
  display: none; }

#speakers-slider .slick-prev,
#speakers-slider .slick-next {
  width: 32px;
  height: 32px;
  top: auto;
  bottom: 0;
  margin-bottom: 0;
  transform: none;
  background-size: contain; }

#speakers-slider .slick-next {
  right: 15px;
  background: url("../images/arrow_right.png") no-repeat center; }

#speakers-slider .slick-prev {
  left: auto;
  right: 55px;
  background: url("../images/arrow_left.png") no-repeat center; }

@media only screen and (max-width: 1024px) {
  #page-slider .slick-slide,
  #home-slider .slick-slide {
    min-height: 700px;
    /*define the height of slide*/ }
  #page-slider .motto,
  #home-slider .motto {
    padding-top: 10%; }
  #page-slider .slider-caption p,
  #home-slider .slider-caption p {
    font-size: 70px; }
  #page-slider .slick-next,
  #home-slider .slick-next {
    right: 15px; }
  #page-slider .slick-prev,
  #home-slider .slick-prev {
    left: 15px; }
  #page-slider .slick-slide {
    min-height: 500px; }
    #page-slider .slick-slide.default-image {
      min-height: 320px; }
  .slide-logo-row {
    margin-top: -115px; } }

@media only screen and (max-width: 640px) {
  #page-slider .slick-slide,
  #home-slider .slick-slide {
    height: 100%;
    /*define the height of slide*/
    min-height: 400px; }
  #page-slider .slider-caption p,
  #home-slider .slider-caption p {
    font-size: 45px; }
  #page-slider .motto,
  #home-slider .motto {
    font-size: 36px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  #page-slider .slide-button-container,
  #home-slider .slide-button-container {
    margin-bottom: 55px; }
  #page-slider .slick-dots,
  #home-slider .slick-dots {
    bottom: 30px; }
  #page-slider .slick-next,
  #home-slider .slick-next {
    right: 5px; }
  #page-slider .slick-prev,
  #home-slider .slick-prev {
    left: 5px; }
  #page-slider .slick-prev,
  #page-slider .slick-next,
  #home-slider .slick-prev,
  #home-slider .slick-next {
    width: 16px;
    height: 16px;
    background-size: contain; }
  #page-slider .slider-logos,
  #home-slider .slider-logos {
    flex-direction: column; }
  #page-slider .slick-slide {
    min-height: 500px;
    padding-top: 170px; }
    #page-slider .slick-slide.default-image {
      min-height: 520px; }
  #speakers-slider .slick-next {
    right: 40%;
    background: url("../images/arrow_right.png") no-repeat center; }
  #speakers-slider .slick-prev {
    left: 40%;
    right: auto;
    background: url("../images/arrow_left.png") no-repeat center; }
  .slide-logo-row {
    margin-top: -30px;
    margin-bottom: 15px; }
    .slide-logo-row img {
      max-height: 70px; } }

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
  position: relative; }
  .wp-caption .wp-caption-text {
    color: #FFF;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(82, 79, 77, 0.7);
    margin-bottom: 0;
    padding: 10px 15px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto; }
  .wp-caption.alignnone {
    margin: 0 1em 1em 0; }
  .wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 96%; }
  .wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 96%; }

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0); }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  -webkit-font-smoothing: antialiased;
  position: static; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none; }

/* Placeholder styling */
/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  /* STYLES GO THERE */ }

textarea[rows] {
  /*Styles for TextArea*/ }

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Align Middle */
.align-middle {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none; }

p:empty {
  display: none; }

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  /* font-weight: 700; */
  color: #474646;
  margin-bottom: 30px;
  font-weight: 300;
  margin-top: 0; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  color: #000; }
  p a {
    text-decoration: underline; }

ul {
  list-style-image: url("../images/dot.png"); }
  ul li {
    font-size: 14px;
    color: #787878; }

a {
  color: #b39140;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #685425; }

.button {
  transition: all .3s ease-in-out; }
  .button:hover, .button:focus {
    /*basic hover and focus effects*/ }

#page-slider .slick-slide,
#home-slider .slick-slide, .speakers__item .photo {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/*-------------------------------
        Paginator
-------------------------------*/
.pagination ul.pagination {
  margin-bottom: 0;
  text-align: center; }

.pagination ul.pagination li {
  float: none;
  display: inline-block; }

ul.pagination li a {
  padding: 0 4px;
  border-radius: 0;
  font-size: 18px;
  color: #fff375; }
  ul.pagination li a:focus, ul.pagination li a:hover {
    color: #fff375;
    border-bottom: 1px solid #fff375;
    background-color: transparent !important; }

.pagination.current {
  display: inline-block;
  color: #fff375;
  border-bottom: 1px solid #fff375;
  padding: 0 4px;
  font-size: 18px; }

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 15;
  padding: 20px 40px 0; }
  .header .row {
    max-width: 100%; }
  .header .logo {
    max-width: 151px; }

.calendar-button {
  display: inline-block;
  color: #fff;
  background: transparent;
  border: 2px solid #0E497D;
  padding: 0 15px 0 23px;
  border-radius: 25px;
  height: 48px;
  text-align: center;
  margin-top: 40px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.8); }
  .calendar-button:hover {
    text-decoration: underline; }
  .calendar-button svg {
    vertical-align: middle;
    margin-right: 4px; }

.language-switcher {
  position: absolute;
  top: 40px;
  right: 100px; }
  .language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0; }
  .language-switcher li {
    font-weight: 300;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 17px;
    color: #FFF; }
    .language-switcher li.wpml-ls-current-language a {
      color: #fff; }
    .language-switcher li:first-child a {
      border-right: 1px solid #fff; }
    .language-switcher li a {
      padding: 0 10px;
      line-height: 1.2;
      padding-bottom: 3px; }
      .language-switcher li a:hover {
        color: #b39140; }

.sandwich-bar {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 24px;
  z-index: 101;
  cursor: pointer; }
  .sandwich-bar .bar {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    transition: all .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .sandwich-bar .bar.top {
      top: 0; }
    .sandwich-bar .bar.mid {
      top: 50%;
      transform: translateY(-50%); }
    .sandwich-bar .bar.bot {
      bottom: 0; }
  .sandwich-bar.toggled .bar {
    width: 31px;
    transition: all .5s;
    box-shadow: none; }
  .sandwich-bar.toggled .bar.mid {
    top: -60px;
    opacity: 0; }
  .sandwich-bar.toggled .bar.top {
    transform-origin: 0% 0%;
    transform: rotate(45deg);
    left: 10px; }
  .sandwich-bar.toggled .bar.bot {
    transform-origin: 0% 100%;
    transform: rotate(-45deg);
    left: 10px; }

#searchform {
  position: relative;
  height: 34px; }
  #searchform #s {
    position: absolute;
    width: 0;
    margin-bottom: 0;
    top: 0;
    left: 0;
    padding: 0;
    height: 34px;
    visibility: hidden;
    transition: all .3s;
    border-radius: 4px; }
  #searchform i {
    position: absolute;
    left: 0;
    color: #fff;
    line-height: 34px;
    transition: all .3s;
    z-index: 100;
    cursor: pointer; }
  #searchform.active #s {
    width: 100%;
    visibility: visible;
    transition: all .3s;
    padding-left: 25px; }
  #searchform.active i {
    color: #01294c;
    transition: all .3s;
    left: 5px; }

.title-bar {
  background-color: transparent;
  /* collapsed menu bar color */
  padding: 0;
  display: inline-block; }
  .title-bar .title-bar-title {
    vertical-align: top; }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 39px;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
    outline: none; }
    .title-bar .menu-icon:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      background: #b39140;
      top: 50%;
      left: 0;
      margin-top: -9px;
      box-shadow: 0 7px 0 #b39140, 0 14px 0 #b39140; }

.menu-main-menu-container {
  max-width: 1260px;
  margin: auto; }

.top-bar {
  padding: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  left: 100%;
  width: 490px;
  max-width: 100%;
  background-color: #FFF;
  padding-top: 150px;
  padding-left: 134px;
  transform: translateX(0);
  transition: all .1s;
  z-index: 1;
  /* Dropdown item styling */ }
  .top-bar #close-menu {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer; }
  .top-bar.active {
    transform: translateX(-100%);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 15; }
  .top-bar ul {
    background: transparent;
    max-width: 1260px;
    margin: 0;
    list-style: none;
    padding: 0;
    margin: auto; }
  .top-bar .header-menu {
    font-size: 0;
    padding-right: 15%; }
    .top-bar .header-menu li {
      display: block;
      background-color: transparent;
      padding-left: 0;
      padding: 0;
      vertical-align: top;
      margin-bottom: 30px; }
      .top-bar .header-menu li:before {
        content: '';
        display: none; }
      .top-bar .header-menu li > a {
        /* Regular menu item style */
        display: block;
        padding: 0;
        background: transparent;
        font-family: "Open Sans", sans-serif;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 600;
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 19px; }
      .top-bar .header-menu li.wpml-ls-item {
        position: absolute;
        right: 50px;
        top: 53px; }
      .top-bar .header-menu li.wpml-ls-item-en a {
        position: relative; }
        .top-bar .header-menu li.wpml-ls-item-en a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-left: 9px;
          width: 24px;
          height: 24px;
          background-image: url("../images/flag-eng.png");
          background-size: contain; }
      .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
        /* Style of Current page and Ancestor page */
        background: transparent;
        color: #b39140; }
      .top-bar .header-menu li.has-dropdown > a {
        /* Style of item with dropdown */ }
        .top-bar .header-menu li.has-dropdown > a:after {
          /* Hide dropdown arrow */
          display: none !important; }
        .top-bar .header-menu li.has-dropdown > a:hover {
          /* Hover state for dropdown link */ }
      .top-bar .header-menu li > a:hover {
        /* menu item style on hover */
        background: transparent;
        color: #b39140; }
    .top-bar .header-menu:after {
      content: '';
      display: table;
      clear: both; }
  .top-bar .accordion-toggle {
    display: none; }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: transparent;
    color: #666; }
  .top-bar .submenu {
    border: none;
    display: block !important; }
    .top-bar .submenu li {
      display: block; }
      .top-bar .submenu li > a {
        /* Regular link in dropdown */
        background: transparent;
        color: #666; }
        .top-bar .submenu li > a:hover {
          /* Dropdown link on hover */
          background: transparent;
          color: #666; }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0; }
    .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
      /* Styles for 2nd level dropdown menu link */ }

/* ------------------------------------
    Content Styles
------------------------------------- */
.row.main-wrap {
  max-width: 100%; }

.row.main-wrap.collapse .row {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }

.row {
  max-width: 1000px; }

.column, .columns {
  padding-left: 10px;
  padding-right: 10px; }

@keyframes imageZoomOut {
  0% {
    background-size: 100%; }
  100% {
    background-size: 120%; } }

.hero {
  min-height: 720px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  animation: imageZoomOut 2s 1 forwards ease-in-out; }
  .hero h1 {
    font-weight: 700;
    font-size: 116px;
    line-height: 0.85;
    color: #FFFFFF;
    width: 281px;
    margin-top: 105px;
    font-family: "Open Sans Condensed", sans-serif; }
    .hero h1 span {
      display: block;
      text-align: right; }
  .hero h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    margin-top: 110px;
    color: #FFF;
    font-family: "Open Sans Condensed", sans-serif; }
  .hero h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 66px;
    /* or 106% */
    margin-top: 97px;
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Open Sans Condensed", sans-serif; }
  .hero .button {
    border-radius: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    margin-top: 7px;
    padding: 13px 38px; }

.slider-logos-mobile {
  text-align: center;
  background-color: #01294c;
  padding-top: 30px;
  padding-bottom: 30px; }
  .slider-logos-mobile span {
    color: #fff; }
  .slider-logos-mobile img {
    margin-top: 30px; }

.page-content,
.home-content {
  padding-top: 70px;
  padding-bottom: 80px; }

.home-content {
  padding-bottom: 50px;
  padding-top: 115px; }
  .home-content :where(.wp-block-columns.is-layout-flex) {
    gap: 20px; }
  .home-content figure {
    margin: 0; }
  .home-content .wp-block-heading:first-child {
    margin-top: 48px; }
  .home-content h1, .home-content h2, .home-content h3, .home-content h4, .home-content h5, .home-content h6 {
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #072947;
    font-family: "Open Sans Condensed", sans-serif;
    margin-bottom: 27px; }
  .home-content h2 {
    font-size: 41px; }
  .home-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.41;
    color: #000000; }

.main-title {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.05;
  font-family: "Open Sans Condensed", sans-serif;
  color: #072947; }

.page-content {
  padding-top: 35px; }
  .page-content .row {
    max-width: 835px; }
  .page-content__content h2 {
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 23px;
    line-height: 1.04;
    color: #072947; }
  .page-content__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
  .page-content__content ul {
    /* list-style-image: url('../images/dot.png'); */
    list-style: none;
    margin-left: 0; }
    .page-content__content ul li {
      margin-bottom: 4px;
      position: relative;
      padding-left: 18px; }
      .page-content__content ul li:before {
        content: "\002022";
        font-size: 30px;
        position: absolute;
        left: 0;
        top: 11px;
        color: #b39140;
        line-height: 0;
        vertical-align: middle; }
  .page-content ul {
    /* list-style-image: url('../images/dot.png'); */ }
    .page-content ul li {
      margin-bottom: 4px; }
  .page-content .child-menu {
    text-align: right;
    width: 100%;
    list-style: none;
    margin: 0;
    margin-bottom: 20px; }
    .page-content .child-menu li {
      display: inline-block;
      margin-left: 25px; }
      .page-content .child-menu li a {
        color: #0A0A0A;
        font-size: 16px;
        position: relative;
        padding-bottom: 10px; }
        .page-content .child-menu li a:after {
          content: '';
          height: 1px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #b39140;
          transition: all .3s; }
        .page-content .child-menu li a.active:after, .page-content .child-menu li a:hover:after {
          height: 3px;
          transition: all .3s; }
  .page-content .page-logos-section {
    padding-top: 40px;
    clear: both; }
  .page-content .page-logos {
    margin-top: 20px; }
    .page-content .page-logos a {
      max-width: 100%; }

.info-box {
  background: #072947;
  padding: 36px 36px 33px 39px; }
  .info-box h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.04;
    font-family: "Open Sans Condensed", sans-serif;
    color: #FFFFFF; }
  .info-box ul {
    list-style: none; }
    .info-box ul li {
      padding-left: 0; }
      .info-box ul li:before {
        display: none; }
      .info-box ul li a {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        text-decoration-line: underline;
        color: #DEA147; }

.home-blog {
  padding-top: 75px;
  padding-bottom: 95px;
  background-color: #01294c; }
  .home-blog .row {
    position: relative; }
    .home-blog .row:before {
      content: 'Nyheter';
      position: absolute;
      top: 137px;
      font-family: "Open Sans Condensed", sans-serif;
      color: #01294c;
      font-weight: 700;
      font-size: 49px;
      line-height: 35px;
      transform: rotate(-90deg);
      transform-origin: left top;
      text-shadow: -1px -1px 0 #BD7916, 1px -1px 0 #BD7916, -1px 1px 0 #BD7916, 1px 1px 0 #BD7916; }
  .home-blog.en .row:before {
    content: 'News'; }
  .home-blog__item {
    padding-bottom: 30px;
    padding-top: 32px;
    border-top: 1px solid #0E497D; }
    .home-blog__item:last-of-type {
      border-bottom: 1px solid #0E497D; }
    .home-blog__item .date {
      display: inline-block;
      text-transform: uppercase;
      text-align: left;
      color: #b39140;
      vertical-align: top;
      font-weight: 400;
      font-size: 11px;
      line-height: 1.4; }
    .home-blog__item .text {
      display: block;
      vertical-align: top; }
      .home-blog__item .text h3 {
        font-weight: 700;
        font-size: 25px;
        line-height: 1.1;
        font-family: "Open Sans Condensed", sans-serif;
        color: #fff;
        margin-bottom: 2px; }
        .home-blog__item .text h3 a {
          color: #fff;
          font-family: "Open Sans Condensed", sans-serif; }
      .home-blog__item .text .category {
        color: #AEAEAE;
        font-size: 11px;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 2px; }
    .home-blog__item--sticky {
      padding-left: 0;
      border: none !important; }
      .home-blog__item--sticky .date {
        margin-bottom: 25px; }
      .home-blog__item--sticky .text h3 {
        margin-bottom: 5px;
        font-size: 32px;
        line-height: 1.1; }
      .home-blog__item--sticky .text p {
        color: #fff; }
  .home-blog.index-page .home-blog__item--sticky {
    margin-bottom: 95px; }
  .home-blog .blog-read-more {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: underline;
    color: #b39140;
    margin-top: 11px;
    display: inline-block; }

.home-blog.index-page {
  background-color: #fff; }
  .home-blog.index-page .row:before {
    top: 137px;
    color: #fff;
    text-shadow: -1px -1px 0 #0E497D, 1px -1px 0 #0E497D, -1px 1px 0 #0E497D, 1px 1px 0 #0E497D; }
  .home-blog.index-page .home-blog__item {
    border-bottom: 1px solid rgba(14, 73, 125, 0.7);
    border-top: none; }
    .home-blog.index-page .home-blog__item:last-of-type {
      border-bottom: 1px solid rgba(14, 73, 125, 0.7); }
    .home-blog.index-page .home-blog__item .date {
      color: #b39140; }
    .home-blog.index-page .home-blog__item .text h3 {
      font-size: 25px;
      color: #01294c; }
      .home-blog.index-page .home-blog__item .text h3 a {
        color: #01294c; }

.load-more {
  border-radius: 25px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px; }

.page-content + .speakers {
  padding-top: 0; }

.speakers {
  padding-top: 60px;
  padding-bottom: 20px; }
  .speakers .main-title {
    font-weight: 700;
    font-size: 33px;
    line-height: 24px;
    color: #072947;
    font-family: "Open Sans Condensed", sans-serif;
    padding-bottom: 0;
    margin-bottom: 30px; }
    .speakers .main-title:after {
      display: none; }
  .speakers__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px; }
    .speakers__item img {
      width: 100%; }
    .speakers__item .photo {
      height: 164px;
      width: 100%; }
    .speakers__item .content .name {
      font-weight: 700;
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 17px;
      margin-top: 10px;
      margin-bottom: 0;
      line-height: 1.4;
      color: rgba(0, 0, 0, 0.8); }
    .speakers__item .content .position {
      margin-bottom: 17px;
      font-weight: normal;
      font-family: "Open Sans Condensed", sans-serif; }
    .speakers__item .content p {
      font-size: 16px;
      line-height: 1.3;
      color: #787878;
      margin: 0;
      font-weight: bold; }
    .speakers__item .content__link {
      display: block;
      margin-top: 15px;
      color: #474646;
      font-size: 14px; }
  .speakers .speakers-button {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-decoration: underline;
    color: #C2A766; }

.speakers-slider-arrows {
  margin-bottom: 45px; }
  .speakers-slider-arrows button {
    width: 35px;
    height: 35px;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none; }
    .speakers-slider-arrows button:before {
      display: none; }

.subscribe {
  padding-top: 130px;
  padding-bottom: 90px;
  background-color: #01294c; }
  .subscribe__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    font-family: "Open Sans Condensed", sans-serif;
    color: #fff;
    margin-bottom: 15px; }
  .subscribe__byline {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 45px; }
  .subscribe__form {
    text-align: center;
    font-size: 0; }
    .subscribe__form form {
      vertical-align: top; }
    .subscribe__form .es-email {
      font-weight: 400;
      font-size: 22px;
      line-height: 24px;
      font-size: 22px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0;
      height: 52px;
      width: 100%;
      font-size: 18px;
      padding: 0 20px;
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px;
      width: 283px;
      border: none;
      display: inline-block;
      vertical-align: top; }
      .subscribe__form .es-email::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .subscribe__form .es-email:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.5); }
      .subscribe__form .es-email::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.5); }
      .subscribe__form .es-email:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
    .subscribe__form .gjs-row {
      justify-content: center !important; }
      .subscribe__form .gjs-row input[type='submit'] {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #b39140;
        text-align: center;
        color: #fff;
        display: inline-block;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
        border: none;
        width: 134px; }
        .subscribe__form .gjs-row input[type='submit']:hover {
          background-color: rgba(255, 255, 255, 0.2) !important; }

.single-post .post-date {
  font-size: 14px;
  color: #747373; }

.vert-align {
  font-size: 0; }
  .vert-align:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle; }
  .vert-align > * {
    vertical-align: middle;
    display: inline-block; }

/* Programm Page */
.program-row.row {
  max-width: 530px; }

.programm {
  margin-bottom: 30px; }
  .programm .day {
    text-align: center;
    font-weight: bold; }
  .programm__main-link {
    display: block; }
  .programm__sub-link {
    color: inherit; }
    .programm__sub-link:visited {
      color: inherit; }
    .programm__sub-link:hover {
      color: inherit;
      text-decoration: underline; }
  .programm__item {
    color: #FFF;
    padding: 25px 23px 16px;
    min-height: 92px;
    position: relative;
    display: flex;
    justify-content: flex-start; }
    .programm__item.parallell {
      padding-right: 85px; }
    .programm__item .time {
      width: 38px;
      min-width: 38px;
      padding-top: 10px; }
      .programm__item .time h2 {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        font-family: "Open Sans Condensed", sans-serif;
        margin: 0; }
    .programm__item .content {
      padding-left: 48px; }
      .programm__item .content h2 {
        color: #FFF;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 21px;
        font-family: "Open Sans Condensed", sans-serif;
        line-height: 1.2; }
        .programm__item .content h2 a {
          color: #FFF;
          font-family: "Open Sans Condensed", sans-serif; }
        .programm__item .content h2 svg {
          vertical-align: middle;
          margin-top: -5px;
          margin-left: 5px; }
      .programm__item .content h3 {
        font-size: 14px;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 15px;
        text-transform: uppercase; }
      .programm__item .content p {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.1;
        color: #FFF;
        margin-bottom: 0; }

.parallell-label {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  font-size: 12px;
  padding: 0 8px;
  text-align: center;
  display: block;
  background-color: #4bb75b;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  margin-bottom: 0;
  text-align: center; }

.page-content.single-post {
  padding-top: 49px; }
  .page-content.single-post .main-title {
    margin-bottom: 32px; }
  .page-content.single-post .post-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px; }
  .page-content.single-post .post-content h2 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #072947;
    margin-top: 29px;
    margin-bottom: 17px; }
  .page-content.single-post .post-content h3 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #072947;
    margin-top: 34px;
    margin-bottom: 20px; }
  .page-content.single-post .post-content .wp-block-image img {
    margin-bottom: 28px; }

.post-hero #page-slider .motto {
  padding-top: 40px;
  font-size: 101px;
  text-shadow: none;
  max-width: 400px;
  margin-bottom: 0;
  line-height: 0.9; }

.post-hero #page-slider .motto-shifted {
  padding-left: 55px;
  margin: 0;
  padding-top: 0; }

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_fields {
  margin: 0; }

.gfield {
  list-style: none; }

.gfield_label {
  display: none; }

.gfield_error input, .gfield_error textarea {
  border-color: red; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.gform_footer {
  text-align: right;
  /*aligning of submit button*/ }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

button, .button, input[type='submit'], input[type='reset'] {
  background-color: #01294c;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px;
  transition: all .3s ease; }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: #000e1a; }

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #01294c;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px; }
  .footer .logo,
  .footer .menu {
    display: inline-block; }
  .footer .logo {
    max-width: 132px;
    padding-left: 12px; }
  .footer .menu {
    text-align: right;
    float: right;
    padding-top: 55px; }
    .footer .menu .inline-list {
      margin-bottom: 0; }
      .footer .menu .inline-list .sub-menu {
        display: none; }
      .footer .menu .inline-list li {
        margin-left: 30px; }
        .footer .menu .inline-list li a {
          color: #fff;
          padding: 0 5px; }
          .footer .menu .inline-list li a:hover {
            color: #b39140; }
        .footer .menu .inline-list li.current_page_item a {
          color: #b39140; }

/* .sticky-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
} */
