@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap");
@font-face {
  font-family: "dhf";
  font-style: normal;
  font-weight: bold;
  /*src: local("dhf"), url("../fonts/dhf-webfont.woff") format("woff"), url("../fonts/dhf-webfont.ttf") format("truetype"), url("../fonts/dhf-webfont.svg#webfont4ffyQUuk") format("svg");*/
  src: local("dhf"), url("../fonts/GT-Super-Display-Light.woff") format("woff2"), url("../fonts/GT-Super-Display-Light.ttf") format("truetype");
}
@font-face {
  font-family: "dhfBold";
  font-weight: bold;
  /*src: local("dhfBold"), local("dhf-Bold"), url("../fonts/dhfbd_.woff") format("woff"), url("../fonts/dhfbd_.ttf") format("truetype");*/
  src: local("dhfBold"), local("dhf-Bold"), url("../fonts/GT-Super-Display-Bold.woff") format("woff"), url("../fonts/GT-Super-Display-Bold.ttf") format("truetype");
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-maj-08, 10:05:08
    Author     : casper
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-maj-04, 17:23:34
    Author     : casper
*/
/*$body-font: 'Libre Franklin', sans-serif;*/
/*$paragraph-font: 'Libre Franklin', sans-serif;*/
/*$primary-color: #1A82FF;*/
/* n4 grey-blue-dark mörkblå */
/*$secondary-color: #ff9d47;*/
/*rödish*/
/*New 2023*/
/*$complementary-color: #F85949;*/
/*ljusblå*/
/*$blog-color: $purple;*/
/*$news-color: $blue;*/
/*$event-color: $green;*/
/*$publication-color: $red;*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-maj-04, 17:22:00
    Author     : casper
*/
html, body {
  min-height: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  background-color: #fff;
  font-size: 18px;
}

body, input, textarea, p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #222;
  font-weight: 300;
}

a {
  color: #222;
}
img {
  -ms-interpolation-mode: bicubic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: dhf, Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  font-size: 2.1em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.76em;
  }
}

h2 {
  font-size: 1.9em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}

h3 {
  font-size: 1.6em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.8em;
    line-height: 2.2rem;
  }
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

strong {
  font-weight: 700;
}

@media (max-width: 574px) {
  .col {
    padding-bottom: 1rem;
  }
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.badge {
  color: #34363b;
  background-color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  margin-bottom: 1.2rem;
}
.badge.badge-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}

.wp-caption-text {
  font-style: italic;
  font-size: 80%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-maj-04, 19:21:10
    Author     : casper
*/
.site-container {
  padding: 0;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
.site-header {
  padding: 1rem 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
.site-header .header-logo-container {
  padding: 0;
}
.site-header .container {
  max-width: 1300px;
}
@media (max-width: 1199px) {
  .site-header .container {
    max-width: 100%;
  }
}

.site-footer {
  background-color: #282b31;
  color: #fff;
  min-height: 300px;
  padding: 3rem 0;
  text-align: center;
}
.site-footer p, .site-footer a {
  color: #d0e5ff;
}
.site-footer .address {
  font-size: 0.9em;
  color: #d0e5ff;
  max-width: 150px;
}
.site-footer .social {
  margin-top: 2rem;
}
.site-footer .social .social-icon {
  margin: 0 0.5rem;
  font-size: 1.2em;
}
.site-footer .copyright {
  text-align: center;
  padding: 0.8rem 0;
  font-size: 0.8em;
  margin-top: 1rem;
}
.site-footer .copyright p {
  color: #d0e5ff;
}
.site-footer .nav-link {
  padding: 0;
}
.site-footer .nav-link:hover {
  text-decoration: underline;
}

.main-content {
  background-color: #fff;
  padding: 0;
}
.main-content.main-content-narrow .container {
  max-width: 800px;
}

.section {
  background-color: #fff;
}
.section.footer {
  padding: 2rem;
}
.section.footer a {
  color: #fff;
}
.section.section-header-intro {
  padding: 0;
}

.textboxes {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.textboxes .text-box {
  background-color: #F5F5F5;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .textboxes .text-box {
    height: 230px;
    margin-bottom: auto;
    font-size: 80%;
  }
}
@media (min-width: 992px) {
  .textboxes .text-box {
    height: 230px;
    font-size: 85%;
  }
}
@media (min-width: 1200px) {
  .textboxes .text-box {
    height: 230px;
    font-size: 100%;
  }
}
@media (min-width: 768px) {
  .textboxes .text-box .btn {
    position: absolute;
    bottom: 1rem;
  }
}
.textboxes .box-title {
  text-transform: uppercase;
}

article .article-content {
  font-family: "Inter", sans-serif;
  margin-top: 2rem;
}
article .article-content a {
  color: #1a82ff;
}
article .article-content div {
  max-width: 100%;
}
article .article-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(174, 174, 174, 0.6), rgba(174, 174, 174, 0.9));
  color: #fff;
  padding: 10rem 0 5rem;
  position: relative;
  text-align: center;
}
article .article-header a {
  color: #fff;
}
article .article-header hr {
  display: none;
}
article .article-header .post-title {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
article .article-header .intro, article .article-header .intro p {
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
  margin-top: 1.5rem;
  font-weight: 400;
}
article .article-header .overlay {
  display: none;
}
article .article-header .article-meta .author-img {
  border-radius: 50%;
  width: 44px;
  margin-right: 0.5rem;
}
article .article-footer .article-meta {
  color: #ccc;
  font-size: 0.9em;
  margin-bottom: 1rem;
}
article .detail-meta-box {
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 5px;
  margin-top: -70px;
  margin-bottom: 2rem;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.14);
  /*font-family: 'Open sans', sans-serif;*/
  font-family: "Inter", sans-serif;
  min-height: 200px;
}
article .detail-meta-box .detail-meta-title {
  margin-bottom: 1.2rem;
  margin-left: 1.3rem;
  font-size: 1.2em;
}
article .detail-meta-box .detail-meta-title:before {
  content: " ";
  width: 4px;
  height: 20px;
  background-color: #ff9d47;
  position: absolute;
  margin-left: -13px;
  margin-top: 3px;
  border-radius: 4px;
}
article .detail-meta-box .meta-item {
  margin-left: 1.3rem;
  margin-top: 0.5rem;
  font-size: 0.85em;
}
article .detail-meta-box .meta-item .fa, article .detail-meta-box .meta-item .far, article .detail-meta-box .meta-item .fas {
  padding-right: 0.5rem;
  color: #ff9d47;
}
article .detail-meta-box .meta-item .label {
  font-weight: 700;
  padding-right: 0.5rem;
}
article .detail-meta-box .btn {
  margin-top: 1.5rem;
}
article .author-bio {
  margin-bottom: 2rem;
}
article .author-bio .author-img {
  border-radius: 50%;
  width: 68px;
  margin-right: 1rem;
}
article .author-bio .author-name {
  font-family: dhf, Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
}
article .author-bio .bio-text {
  font-size: 0.9em;
  line-height: 1.76;
  color: #555;
  margin-top: 1rem;
}
article .content blockquote, article .article-content blockquote {
  margin: 1.5rem 0;
  border-left: 10px solid #65708E;
  background-color: #F5F5F5;
  padding: 1rem;
  padding-left: 3rem;
  position: relative;
  font-style: italic;
  font-size: 1.25em;
}
article .content blockquote:before, article .article-content blockquote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: -0.5rem;
}
article ul {
  padding-left: 20px;
  padding-right: 5rem;
  clear: both;
}
article li {
  padding-bottom: 0.2em;
}
article li:last-child {
  padding-bottom: 0;
}
article img {
  max-width: 100% !important;
  height: auto;
}

.title-container .section-title, .title-container .post-title {
  margin-bottom: 0;
}
.title-container hr {
  width: 50px;
  height: 6px;
  /*background-color: #ff9d47;*/
  /*background-color:$secondary-color;*/
  background-color: #abb2c9;
  border-radius: 6px;
  display: inline-block;
}
.title-container.center {
  text-align: center;
}

.no-thumbnail .article-header {
  background-color: #fff;
  background-image: none;
  padding: 10rem 0 3rem 0;
  text-align: left;
}
.no-thumbnail .article-header .post-title {
  text-shadow: none;
  color: #222;
}
.no-thumbnail .article-header .intro, .no-thumbnail .article-header .intro p {
  color: #555;
  font-size: 1.1em;
  text-align: left;
  margin-top: 0rem;
}
.no-thumbnail .article-header hr {
  display: inline-block;
}

.section-other-posts {
  padding: 4rem 0;
}
.section-other-posts .card {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-other-posts .card .box-title {
  font-size: 1em;
}
.section-other-posts .card:hover {
  box-shadow: -10px 20px 30px 0 rgba(0, 0, 0, 0.23);
}
.section-other-posts .card:hover a {
  color: #fff;
}
.section-other-posts .card .author {
  font-size: 0.8em;
  margin-top: 0.2rem;
}
.section-other-posts .card .author .author-img {
  border-radius: 50%;
  width: 32px;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .section-other-posts .card {
    max-width: 50%;
  }
}

.main-content.blog .article-header {
  background-color: #6D0720;
  background-image: none;
}
.main-content.blog .article-header .blog-authors-container {
  text-align: left;
  display: inline-block;
}
.main-content.blog .article-header .blog-authors-container .author {
  margin-top: 0.2rem;
}
.main-content.blog .article-header .blog-authors-container .author a {
  color: #fff;
}
.main-content.blog .badge {
  color: #6D0720;
}
.main-content.blog .section-other-posts .card .badge {
  background-color: #6D0720;
  color: #fff;
}
.main-content.blog .section-other-posts .card:hover {
  background-color: #6D0720;
}
.main-content.news .article-header {
  background-color: #65708E;
  background-image: none;
}
.main-content.news .article-header .badge {
  color: #65708E;
}
.main-content.news .section-other-posts .card .badge {
  background-color: #65708E;
  color: #fff;
}
.main-content.news .section-other-posts .card:hover {
  background-color: #65708E;
}
.main-content.my-publication .article-header {
  background-color: #65708E;
  background-image: none;
}
.main-content.my-publication .article-header .badge {
  color: #65708E;
}
.main-content.my-publication .section-other-posts .card .badge {
  background-color: #65708E;
  color: #fff;
}
.main-content.my-publication .section-other-posts .card:hover {
  background-color: #65708E;
}
.main-content.my-event .article-header {
  background-color: #65708E;
  background-image: none;
}
.main-content.my-event .article-header .badge {
  color: #65708E;
}
.main-content.my-event .section-other-posts .card .badge {
  background-color: #65708E;
  color: #fff;
}
.main-content.my-event .section-other-posts .card:hover {
  background-color: #65708E;
}
.main-content.staff-member .article-header {
  background-color: #1A82FF;
  background-image: none;
}
.main-content .has-post-thumbnail.blog .badge {
  background-color: #6D0720;
  color: #fff;
}
.main-content .has-post-thumbnail.my-publication .badge {
  background-color: #65708E;
  color: #fff;
}
.main-content .has-post-thumbnail.my-event .badge {
  background-color: #65708E;
  color: #fff;
}
.main-content .has-post-thumbnail .overlay {
  /*background-color: rgba(0,0,0,0.5);*/
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  display: block;
}

/*.article-header.hero-bg-img .overlay ,*/
/*.main-content .has-post-thumbnail .overlay ,*/
/*article#post-10 .article-header .overlay,*/
.overlay-hide .overlay {
  display: none !important;
}

.post-type-archive-my-event .article-header {
  background-color: #65708E;
  background-image: none;
}

.post-type-archive-my-publication .article-header {
  background-color: #65708E;
  background-image: none;
}

.category-blog .article-header {
  background-color: #6D0720;
  background-image: none;
}

.category-news .article-header {
  background-color: #65708E;
  background-image: none;
}

.post-list {
  margin-top: 2rem;
}
.post-list .post-list-item {
  background-color: #F5F5F5;
  border: 1px solid #E9E9E9;
  padding: 1rem;
  margin-bottom: 1rem;
}
.post-list .post-list-item .post-title {
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 1rem;
}
.post-list .post-list-item .article-meta {
  font-size: 0.8em;
}
.post-list .post-list-item .post-type {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 1rem;
}
.post-list .post-list-item.category-news .post-type {
  color: #65708E;
}
.post-list .post-list-item.my-event .post-type {
  color: #65708E;
}
.post-list .post-list-item.my-publication .post-type {
  color: #65708E;
}
.post-list .post-list-item.category-blog .post-type {
  color: #6D0720;
}

.home .article-header .intro, .home .article-header .intro p {
  font-size: 1em;
}

#search_modal .modal-content {
  background: none;
  border: none;
}
#search_modal .modal-search-close {
  position: absolute;
  top: -70px;
  right: 0px;
  font-size: 3rem;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.col-content-middle {
  display: flex;
  align-items: center;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-inline .form-group {
  margin-right: 1rem;
}

.form-control {
  background: transparent;
  border-radius: 0px;
  border: 0px solid;
  border-color: inherit;
  box-shadow: none;
  outline: 0 none;
  border-bottom: 1px solid #34363b;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.form-control:focus, .form-control *:focus {
  background: transparent;
  outline: 0 none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus {
  outline: 0 none;
}

.bg-darkgray, #search_modal {
  background-color: rgba(0, 0, 0, 0.6);
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
.bg-darkgray .form-control::-webkit-input-placeholder, #search_modal .form-control::-webkit-input-placeholder {
  color: #E9E9E9;
}
.bg-darkgray .form-control:-moz-placeholder, #search_modal .form-control:-moz-placeholder {
  color: #E9E9E9;
}
.bg-darkgray .form-control::-moz-placeholder, #search_modal .form-control::-moz-placeholder {
  color: #E9E9E9;
}
.bg-darkgray .form-control:-ms-input-placeholder, #search_modal .form-control:-ms-input-placeholder {
  color: #E9E9E9;
}
.bg-darkgray .form-control::-ms-input-placeholder, #search_modal .form-control::-ms-input-placeholder {
  color: #E9E9E9;
}
.bg-darkgray .form-control, #search_modal .form-control {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.bg-darkgray .form-control:focus, .bg-darkgray .form-control *:focus, #search_modal .form-control:focus, #search_modal .form-control *:focus {
  color: #fff;
}

#search_modal .form-control {
  border-bottom: 2px solid #fff;
  font-weight: 700;
}

.btn {
  border-radius: 23px;
  padding: 0.575rem 1.75rem;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  background-color: #65708E;
  border-color: transparent;
  /*font-family: dhf,Georgia,"Times New Roman",Times,serif;*/
  font-family: "Inter", sans-serif;
}
.btn:hover {
  box-shadow: -10px 20px 30px 0 rgba(0, 0, 0, 0.23);
  /*background-color: $complementary-color;*/
  background-color: #65708E;
  border-color: transparent;
}

.btn-lg {
  font-size: 0.9em;
  padding: 0.8rem 2rem;
  border-radius: 27px;
}

.btn-warning {
  color: #fff;
  background-color: #65708E;
  border-color: #65708E;
}
.btn-warning:hover {
  background-color: #53906c;
  color: #fff;
}

.btn-red {
  /*background-color: $red;*/
  background-color: #65708E;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
}

.btn-green {
  /*background-color: $green;*/
  background-color: #65708E;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
}

.btn-purple {
  /*background-color: $purple;*/
  background-color: #65708E;
  background-color: #65708E;
  color: #fff;
}
.btn-purple:hover {
  color: #fff;
}

.btn-outline-light {
  border-width: 2px;
}

.filter-form {
  padding-bottom: 2rem;
}

.header-nav-container.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.header-nav-container .navbar-collapse {
  margin-top: auto;
}
.navbar-light {
  font-family: "Inter", sans-serif;
  background-color: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .navbar-light {
    padding-left: 0;
    padding-right: 0;
    margin-top: auto;
  }
}
.navbar-light .navbar-nav {
  max-width: 90%;
  margin: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.navbar-light .nav-link {
  color: #fff;
  font-weight: 400;
}

.no-thumbnail .navbar-light .navbar-nav .nav-link {
  color: #222;
}
.no-thumbnail .navbar-light .nav-link {
  color: #222;
}
.no-thumbnail .header-nav-container.scrolled .navbar-light .nav-link, .no-thumbnail .header-nav-container.scrolled .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .current-menu-item > a, .navbar-light .navbar-nav > .current_page_item > a, .navbar-light .navbar-nav > .current_page_parent > a,
.navbar-light .navbar-nav > .current-menu-parent > a {
  background-color: transparent;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  font-weight: 700;
  color: #fff;
}

.no-thumbnail .navbar-light .navbar-nav .nav-link:focus, .no-thumbnail .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  background-color: #65708E;
}

@media (max-width: 991px) {
  .dropdown-menu {
    background-color: #000;
    margin-left: 0px;
    font-size: 80%;
    width: 100%;
    overflow: hidden;
  }
  .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    /*color: #16181b;*/
    /*text-decoration: none;*/
    background-color: #000;
  }
  .dropdown-menu .off-canvas-nav .menu-item a {
    border: none;
  }
}
.off-canvas-nav {
  list-style: none;
  background: #000;
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -200px;
  z-index: 100;
  overflow-y: auto;
}
.off-canvas-nav ul {
  list-style: none;
  padding: 0;
}

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for=nav-trigger] {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
  z-index: 10;
}

.no-thumbnail label[for=nav-trigger] {
  color: #000;
}

.nav-trigger:checked ~ .off-canvas-nav {
  left: 0px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.nav-trigger + label, .off-canvas-nav {
  transition: left 0.2s;
}

.off-canvas-nav .menu-item a {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin: 0px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 700;
}

@media (min-width: 992px) {
  .nav-trigger, label[for=nav-trigger] {
    display: none;
  }
  .off-canvas-nav {
    display: none;
  }
}
.pagination-container {
  margin-bottom: 1rem;
}
.pagination-container .page-item .page-link {
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 1.4rem;
  border: 2px solid transparent;
  color: #555;
}
.pagination-container .page-item.active .page-link {
  background-color: transparent;
  border: 2px solid #555;
}

.post-type-archive-my-publication .page-item.active .page-link {
  border-color: #65708E;
}

.post-type-archive-my-event .page-item.active .page-link {
  border-color: #65708E;
}

.category-blog .page-item.active .page-link {
  border-color: #6D0720;
}

body.page-id-10 .section.section-highlights.layout-side-by-side .overlay {
  display: none;
}

.section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.section-narrow {
  padding-left: 3rem;
  padding-right: 3rem;
}
.section.bg-gray {
  background-color: #E9E9E9;
}
.section.bg-lightgray {
  background-color: #F5F5F5;
}
.section.bg-darkgray {
  background-color: #34363b;
  color: #fff;
}
.section.bg-darkgray p {
  color: #fff;
}
.section.bg-orange {
  background-color: #65708E;
  color: #fff;
}
.section.bg-orange p {
  color: #fff;
}
.section.bg-white {
  background-color: #fff;
}
.section.footer {
  padding-top: 3rem;
}
.section.footer a {
  color: #fff;
}
.section.section-real-estate {
  color: #65708E;
}
.section.section-real-estate p {
  color: #65708E;
}
.section.section-boxes {
  text-align: center;
}
.section.section-boxes .box-icon {
  height: 80px;
  margin-bottom: 1rem;
}
.section.section-boxes a {
  color: #000;
}
.section.section-boxes .card {
  background: none;
  border: none;
}
.section.section-boxes .btn {
  margin: auto auto 1rem;
}
.section.section-boxes .btn-outline-light {
  color: #fff;
}
.section.section-boxes .btn-outline-light:hover {
  color: #000;
}
.section.section-boxes .btn-outline-dark:hover {
  color: #fff;
}
.section.section-content img {
  margin-bottom: 1rem;
}
.section .post-type-name {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
.section .post-type-name.blog {
  color: #6D0720;
}
.section .post-type-name.news {
  color: #65708E;
}
.section .post-type-name.my-publication {
  color: #65708E;
}
.section .post-type-name.my-event {
  color: #65708E;
}
@media (max-width: 767px) {
  .section .post-type-name {
    margin-top: 1rem;
    display: block;
  }
}
.section .btn {
  text-transform: uppercase;
  font-weight: 700;
}
.section.has-thumbnail .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
}
.section .content-align-center, .section .content-align-center .section-title {
  text-align: center;
}
.section .content-align-right, .section .content-align-right .section-title {
  text-align: right;
}
.section .content-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.section .content-align-left {
  max-width: 600px;
  margin-right: auto;
}
.section .content-align-right {
  max-width: 600px;
  margin-left: auto;
}
.section img {
  max-width: 100%;
  height: auto;
}

.home .section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-jumbotron {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 3rem;
  color: #fff;
}
.section-jumbotron h1 {
  font-size: 3.5em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-jumbotron h1 {
    font-size: 3em;
  }
}
.section-jumbotron .lead {
  color: #fff;
  font-size: 2em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-jumbotron .lead {
    font-size: 1.3em;
    margin-bottom: 5rem;
  }
}
.section-jumbotron .jumbotron-content {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-jumbotron .jumbotron-content {
    margin-bottom: 0;
    text-align: left;
  }
}
.section-jumbotron .btn {
  width: 12rem;
}

.section-text .section-title {
  text-align: center;
}
.section-text a {
  color: #1a82ff;
}

@media (min-width: 768px) {
  .section-text-img .section-title {
    text-align: left;
  }
}
.section-text-img p a {
  color: #1a82ff;
}
.section-text-img .img-wrapper {
  width: 100%;
  text-align: center;
}
.section-text-img .img-wrapper img {
  width: 100%;
}
.section-text-img .img-wrapper {
  width: 100%;
  text-align: center;
}
.section-text-img .img-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .section-text-img .img-wrapper {
    margin: inherit;
    width: inherit;
  }
  .section-text-img .img-wrapper img {
    width: auto;
    margin-bottom: 0;
  }
}

.item-table {
  margin-right: -1rem;
  margin-left: -1rem;
}
.item-table .cell {
  display: flex;
  flex: 1;
}
.item-table .item {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 1.25rem;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
}
.item-table .item.has-thumbnail {
  border: none;
}

.post-box, .item-table .item {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 1.25rem;
  /*padding: .25rem;*/
}
.post-box.post-box-big.no-thumbnail, .post-box.item-box.no-thumbnail, .item-table .item.post-box-big.no-thumbnail, .item-table .item.item-box.no-thumbnail {
  color: #fff;
}
.post-box.post-box-big.no-thumbnail .badge, .post-box.item-box.no-thumbnail .badge, .item-table .item.post-box-big.no-thumbnail .badge, .item-table .item.item-box.no-thumbnail .badge {
  background-color: #fff;
  color: #000;
}
.post-box.post-box-big.no-thumbnail.blog, .post-box.item-box.no-thumbnail.blog, .item-table .item.post-box-big.no-thumbnail.blog, .item-table .item.item-box.no-thumbnail.blog {
  background-color: #6D0720;
}
.post-box.post-box-big.no-thumbnail.blog .badge, .post-box.item-box.no-thumbnail.blog .badge, .item-table .item.post-box-big.no-thumbnail.blog .badge, .item-table .item.item-box.no-thumbnail.blog .badge {
  background-color: #fff;
  color: #6D0720;
}
.post-box.post-box-big.no-thumbnail.news, .post-box.item-box.no-thumbnail.news, .item-table .item.post-box-big.no-thumbnail.news, .item-table .item.item-box.no-thumbnail.news {
  background-color: #65708E;
}
.post-box.post-box-big.no-thumbnail.news .badge, .post-box.item-box.no-thumbnail.news .badge, .item-table .item.post-box-big.no-thumbnail.news .badge, .item-table .item.item-box.no-thumbnail.news .badge {
  background-color: #fff;
  color: #65708E;
}
.post-box.post-box-big.no-thumbnail.my-publication, .post-box.item-box.no-thumbnail.my-publication, .item-table .item.post-box-big.no-thumbnail.my-publication, .item-table .item.item-box.no-thumbnail.my-publication {
  background-color: #65708E;
}
.post-box.post-box-big.no-thumbnail.my-publication .badge, .post-box.item-box.no-thumbnail.my-publication .badge, .item-table .item.post-box-big.no-thumbnail.my-publication .badge, .item-table .item.item-box.no-thumbnail.my-publication .badge {
  background-color: #fff;
  color: #65708E;
}
.post-box.post-box-big.no-thumbnail.my-event, .post-box.item-box.no-thumbnail.my-event, .item-table .item.post-box-big.no-thumbnail.my-event, .item-table .item.item-box.no-thumbnail.my-event {
  background-color: #65708E;
}
.post-box.post-box-big.no-thumbnail.my-event .badge, .post-box.item-box.no-thumbnail.my-event .badge, .item-table .item.post-box-big.no-thumbnail.my-event .badge, .item-table .item.item-box.no-thumbnail.my-event .badge {
  background-color: #fff;
  color: #65708E;
}
.post-box {
  height: 100%;
}

.bg-white .post-box, .bg-white .item-table .item {
  border-color: #E9E9E9;
}

.post-box, .item-table .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: left;
  min-height: 220px;
}
.post-box .box-body, .post-box .item-body, .item-table .item .box-body, .item-table .item .item-body {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.post-box .box-body .middle, .post-box .item-body .middle, .item-table .item .box-body .middle, .item-table .item .item-body .middle {
  flex-grow: 1;
}
.post-box .box-body .middle .box-title, .post-box .item-body .middle .box-title, .item-table .item .box-body .middle .box-title, .item-table .item .item-body .middle .box-title {
  /*background-color:  rgba(0, 0, 1, 0.5);*/
  /*text-shadow: 2px 2px 2px rgb(0, 0, 0);*/
  /*font-family: "Inter", sans-serif;*/
  /*font-weight: normal;*/
  /*padding: 10px;*/
}
.post-box .overlay, .item-table .item .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
}
.post-box .badge, .item-table .item .badge {
  background-color: #34363b;
  color: #fff;
}
.post-box.blog .badge, .item-table .item.blog .badge {
  background-color: #6D0720;
}
.post-box.news .badge, .item-table .item.news .badge {
  background-color: #65708E;
}
.post-box.my-publication .badge, .item-table .item.my-publication .badge {
  background-color: #65708E;
}
.post-box.my-event .badge, .item-table .item.my-event .badge {
  background-color: #65708E;
}
.post-box.has-thumbnail, .item-table .item.has-thumbnail {
  color: #fff;
}
.post-box .author, .item-table .item .author {
  font-size: 0.8em;
  margin-top: 0.2rem;
}
.post-box .author .author-img, .item-table .item .author .author-img {
  border-radius: 50%;
  width: 32px;
  margin-right: 0.5rem;
}

.post-box:hover, .item-table .item:hover {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(174, 174, 174, 0.6), rgba(174, 174, 174, 0.9));
  box-shadow: -10px 20px 30px 0 rgba(0, 0, 0, 0.23);
  border: none;
  padding: calc(1.25rem + 1px);
  color: #fff;
}
.post-box:hover.blog, .item-table .item:hover.blog {
  background-color: #6D0720;
  background-image: none;
}
.post-box:hover.news, .item-table .item:hover.news {
  background-color: #65708E;
  background-image: none;
}
.post-box:hover.my-publication, .item-table .item:hover.my-publication {
  background-color: #65708E;
  background-image: none;
}
.post-box:hover.my-event, .item-table .item:hover.my-event {
  background-color: #65708E;
  background-image: none;
}
.post-box:hover.no-thumbnail .badge, .item-table .item:hover.no-thumbnail .badge {
  background-color: #fff;
  color: #000;
}
.post-box:hover.no-thumbnail.blog .badge, .item-table .item:hover.no-thumbnail.blog .badge {
  color: #6D0720;
}
.post-box:hover.no-thumbnail.news .badge, .item-table .item:hover.no-thumbnail.news .badge {
  color: #65708E;
}
.post-box:hover.no-thumbnail.my-publication .badge, .item-table .item:hover.no-thumbnail.my-publication .badge {
  color: #65708E;
}
.post-box:hover.no-thumbnail.my-event .badge, .item-table .item:hover.no-thumbnail.my-event .badge {
  color: #65708E;
}

.post-box-container {
  height: 100%;
}
.post-box-container a:hover {
  color: #fff;
}

.section-boxes .icon {
  font-size: 5em;
}
.section-boxes.bg-darkgray {
  color: #fff;
}

.section-blogger-spotlight .blogger-img {
  border-radius: 50%;
  max-width: 165px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-blogger-spotlight .media {
  display: block;
}
.section-blogger-spotlight .media .box-title {
  text-align: center;
}
@media (min-width: 768px) {
  .section-blogger-spotlight .blogger-img {
    display: inline;
    margin-right: 1rem !important;
  }
  .section-blogger-spotlight .media {
    display: flex;
  }
  .section-blogger-spotlight .media .box-title {
    text-align: left;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .caption {
  margin-top: 1rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev, swiper-button-next {
  color: #fff;
}

.swiper-custom-button-next, .swiper-custom-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-custom-button-next {
  right: -60px;
  left: auto;
}

.swiper-custom-button-prev {
  left: -60px;
  right: auto;
}

.swiper-button-disabled {
  color: #E9E9E9;
}

.section-post-slider .swiper-container {
  padding-bottom: 2rem;
}

.section-image-slider a:hover {
  text-decoration: none;
}
.section-image-slider .swiper-container {
  height: 300px;
  background-color: #000;
}
.section-image-slider .swiper-slide {
  background: transparent;
  background-size: cover;
  background-position: center;
}
.section-image-slider .slider-images {
  height: 88%;
  width: 100%;
}
.section-image-slider .slider-thumbs {
  height: 12%;
  box-sizing: border-box;
  padding: 10px 0;
}
.section-image-slider .slider-thumbs .swiper-slide {
  width: 5%;
  height: 100%;
  opacity: 0.4;
}
.section-image-slider .slider-thumbs .swiper-slide-active {
  opacity: 1;
}
.section-image-slider .swiper-button-next {
  right: 30px;
}
.section-image-slider .swiper-button-prev {
  left: 30px;
}
.section-image-slider .caption {
  color: #fff;
  font-size: 80%;
  margin-top: 1rem;
}
.section-image-slider .credit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 70%;
  padding: 0.12rem 0.3rem;
  position: absolute;
  bottom: 80px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.section-qoutes-slider {
  padding: 0 !important;
}
.section-qoutes-slider .swiper-slide {
  overflow: hidden;
}
.section-qoutes-slider .slider-img {
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-qoutes-slider .slider-img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .section-qoutes-slider .slider-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.section-qoutes-slider .quote-sign {
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .section-qoutes-slider .quote-sign {
    font-size: 2.8em;
  }
}
.section-qoutes-slider .quote-sign.white {
  color: #fff;
}
.section-qoutes-slider .quote-sign.black {
  color: #000;
}
.section-qoutes-slider .quote-sign.blue {
  /*color: $blue;*/
  color: #abb2c9;
}
.section-qoutes-slider .quote-sign.purple {
  /*color: $purple;*/
  color: #abb2c9;
}
.section-qoutes-slider .quote-sign.green {
  /*color: $green;*/
  color: #abb2c9;
}
.section-qoutes-slider .quote-sign.red {
  /*color: $red;*/
  color: #abb2c9;
}
.section-qoutes-slider .qoute-content {
  position: absolute;
  color: #fff;
  text-align: left;
}
.section-qoutes-slider .quote-text {
  font-size: 1.4em;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .section-qoutes-slider .quote-text {
    font-size: 2.7em;
  }
}
.section-qoutes-slider .quote-byline {
  margin-top: 1.5rem;
}
.section-qoutes-slider .overlay {
  background-image: linear-gradient(231deg, rgba(50, 43, 46, 0), rgba(50, 43, 46, 0.24) 26%, rgba(50, 43, 46, 0.3) 34%, rgba(50, 43, 46, 0.9));
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-qoutes-slider .swiper-button-next {
  margin-right: 2rem;
}
.section-qoutes-slider .swiper-button-prev {
  margin-left: 2rem;
}

.section-video-slider .swiper-slide {
  flex-direction: column;
}

.section-newsletter-subscription .agree_to_terms {
  font-size: 80%;
  line-height: 1.2;
}
.section-newsletter-subscription.bg-darkgray .agree_to_terms a {
  color: #fff;
}

.parallax-scroll {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.alignleft {
  float: left;
}

img.alignleft {
  margin-right: 1rem;
}

.alignright {
  float: right;
}

img.alignright {
  margin-left: 1rem;
}

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

.clearfix {
  clear: both;
}

.hidden {
  display: none;
}

#sidebar .widget {
  margin-bottom: 3rem;
}
#sidebar .widget .widget-title {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}
#sidebar .widget_recent_entries ul, #sidebar .widget_archive ul {
  list-style: none;
  padding: 0;
}
#sidebar .widget_recent_entries ul a, #sidebar .widget_archive ul a {
  font-weight: 400;
}
#sidebar .widget_recent_entries ul .post-date, #sidebar .widget_archive ul .post-date {
  text-align: right;
  font-size: 90%;
  color: #34363b;
}

.div.wpcf7-mail-sent-ok {
  border: 1px solid #6D0720;
  margin: 0;
}

.wpcf7-response-output {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.staff-member-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staff-member-listing a {
  color: #222;
}
.staff-member-listing .staff-member {
  text-align: center;
  padding: 2%;
  width: 50%;
  display: flex; /* so child elements can use flexbox stuff too! */
}
@media (min-width: 992px) {
  .staff-member-listing .staff-member {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .staff-member-listing .staff-member {
    width: 25%;
  }
}
.staff-member-listing .staff-member .caption {
  margin-top: 0.8rem;
}
.staff-member-single .article-header {
  text-align: left;
}
.staff-member-single .article-header .staff-image {
  border-radius: 50%;
}

ul.vfb-section {
  padding-left: 0;
}

.vfb-item {
  margin-bottom: 15px;
}

.vfb-span {
  display: block;
}

.vfb-desc {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}

.vfb-required-asterisk {
  color: #a94442;
}

.vfb-legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333;
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.vfb-text, .vfb-textarea, .vfb-select {
  background: #F5F5F5;
  border-radius: 0px;
  border: 0px solid;
  border-color: inherit;
  box-shadow: none;
  outline: 0 none;
  border-bottom: 1px solid #34363b;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
  display: block;
}

.vfb-textarea {
  height: auto;
  min-height: 150px;
}

.vfb-submit {
  border-radius: 23px;
  padding: 0.575rem 1.75rem;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  font-family: dhf, Georgia, "Times New Roman", Times, serif;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: pointer;
}
.vfb-submit:hover {
  box-shadow: -10px 20px 30px 0 rgba(0, 0, 0, 0.23);
}

.vfb-choice {
  margin: 0 5px;
  font-weight: 400;
}

.vfb-small {
  width: 25%;
}

.vfb-medium {
  width: 50%;
}

.vfb-large {
  width: 100%;
}

.addtoany_header {
  font-family: dhf, Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: dhfBold, Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  /*line-height: 1.3;*/
}

/*# sourceMappingURL=app.css.map */
