@charset "UTF-8";
/*
Theme Name: gralbcn 
Theme URI: https://lume-office.com
Description: GralBCN Theme
Author: Lume Office
Author URI: https://lume-office.com
Version: 1.11
Requires PHP: 8.0
Requires CP: 2.0
Tested up to: 2.3.1

Tags: two-columns, custom-menu, blog, news, rtl-language-support, featured-images, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, right-sidebar

License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: gralbcn

GitHub Theme URI: lume-office/gralbcn
Primary Branch: main

*/
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("fonts/Inter-Light.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/Inter-Bold.woff2") format("woff2"); }



.page-template-page-home .container.grid {
  filter: blur(10px);
  opacity: 0.7;
  transition: filter 1s ease, opacity 1s ease;
}

.page-template-page-home.loaded .container.grid {
  filter: blur(0);
  opacity: 1;
}


.footer-copy {
    float: left;
    margin-right: 40px;
}


.home-main-image-mobile{display: none;}
#wp-admin-bar-wp-logo, #wp-admin-bar-updates, #wp-admin-bar-comments, #wp-admin-bar-new-content{display:none !important;}
#wp-admin-bar-site-name .ab-sub-wrapper{display:none !important;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset & Basics (Inspired by E. Meyers) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Basic Styles */
body {
  background: #fff !important;
  background-color: #fff !important;
  font-size: 14px;
  line-height: 1.2;
  font-family:  "Inter", arial, sans-serif;

  font-weight: 400;
  color: #000;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 1;
 
}


/*
body.loaded {
  opacity: 1;
  transition: opacity 1.2s linear;
}

*/

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family:  "Inter", arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  text-wrap: balance;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 29px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 21px 0;
}

p img {
  margin: 0;
}

address {
  margin: 0 0 16px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.screen-reader-text {
  display: none;
}

p.has-small-font-size {
  font-size: 12px;
}

p.has-large-font-size {
  font-size: 17px;
  line-height: 1.4;
}

.wp-caption {
  background: #eee;
  margin-bottom: 30px;
  max-width: 100%;
}
.wp-caption img {
  display: block;
}
.wp-caption .wp-caption-text {
  padding: 10px;
}
.wp-caption .wp-caption-text:last-child {
  margin: 0;
}

@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }
  p {
    margin-bottom: 16px;
  }
  h1 {
    font-size: 61px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 39px;
  }
  h4 {
    font-size: 31px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 24px;
  }
  p.has-small-font-size {
    font-size: 14px;
  }
  p.has-large-font-size {
    font-size: 19px;
  }
}
/*	Blockquotes  */
blockquote, blockquote p {
  color: #000;
  font-style: normal;
}
blockquote:last-child, blockquote p:last-child {
  margin: 0;
}

blockquote {
  background: #DFE5E2;
  border-left: 5px solid #008550;
  margin: 0 0 16px;
  padding: 20px;
}
blockquote cite {
  display: block;
  font-size: 12px;
}
blockquote cite cite a,
blockquote cite cite a:visited,
blockquote cite cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* Links */
a, a:visited {
  color: #0b36a5;

  text-decoration: underline;
  transition: color 0.3s ease;
}

a {
  transition: color 0.3s ease;
}

a:hover {
  color: #0b36a5;
}


a:focus-visible {
  outline-color: #0b36a5;
}

a:active {
  background: inherit;
}

p a, p a:visited {
  line-height: inherit;
}



#nav2 ul li a {
  transition: color 0.3s ease !important;
}

#nav2 ul li a:hover {
  color: #0b36a5;
}

a.blue, .social-icons a {
  transition: opacity 0.3s ease;
  text-decoration: none;
}

a.blue:hover, .social-icons a:hover {
  opacity: 0.5;
}


.btn.btn-primary {
  transition: opacity 0.3s ease !important;
}

.btn:hover {
  opacity: 0.5;
}




/* Lists */
ul, ol {
  line-height: 1.2;
  margin: 0 0 16px 32px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 0 0 0 30px;
}

dl {
  margin: 0 0 30px 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 0 30px;
}

pre {
  background: #DFE5E2;
  display: block;
  font-family: monospace;
  margin-bottom: 20px;
  padding: 20px;
  tab-size: 4;
  white-space: pre-wrap;
  word-break: break-word;
}

code {
  background: #DFE5E2;
  font-family: monospace;
  padding: 3px 5px;
}

sub,
sup {
  font-size: 80%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sub {
  top: 0.5ex;
}

sup {
  bottom: 1ex;
}

var {
  font-style: italic;
}

cite {
  font-style: italic;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

.left {
  float: left;
}

.right {
  float: right;
}

.imgleft, .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.imgright, .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}

.centre {
  text-align: center;
}

abbr, acronym {
  font-style: italic;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

th {
  background: #eee;
  font-weight: 700;
}

th, td {
  border: 1px solid #666;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}








.container .container-presentation-home {
    margin-top: 80px;
}


.featured-text-home {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 80px;
    width:95%;
}

.main-text-home {
    width:95%;
    font-size: 20px;
}




.education-block {
  margin-bottom: 2em;
  margin-top:40px;
  font-size: 14px;
}

.education-block h3 {
  font-weight: 600;
  margin-bottom: 1.5em;
}

.education-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.education-list li {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin-bottom: 1.5em;
}

.education-year {
  width: 80px; 
}

.education-title {
  flex: 1;
}




.container-images-home{

}

.images-home-block {
  margin-top:100px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.image-item {
  position: relative;
  flex: 1;
  min-height: 400px; 
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.image-item .overlay-images-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.image-item .image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;

  text-align: center;
  z-index: 1;
  padding: 0 10px;
      width: 90%;
    font-size: 32px;
}




.latest-news-block h6 {
    margin-left: 20px;
}

.latest-news-block {
  background-color: #f4f4f4;
  padding: 60px 60px;
  margin-top:100px;
  margin-bottom:100px;
}

.news-columns {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.news-column {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box;
}

.news-column h5 {
  font-weight: 600;
  margin-bottom: 1em;
}

.news-column p {
    margin-bottom: 1em;
    min-height: 140px;
    font-size: 20px;
}




#footer {
  background-color: white !important;
  border-top: 1px solid #222;
  padding: 40px 20px 20px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px;
}

.footer-logo {
  flex: 0 0 38%;
}

.footer-social,
.footer-find {
  flex: 0 0 27%;
}

.footer-column {

  min-width: 200px;
}

.footer-logo img {
  max-width: 80%;
}

.footer-logo p {
  margin-top: 10px;
}

.footer-social h6,
.footer-find h6 {
  font-weight: 600;
  margin-bottom: 20px;
  color:#666;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 40px;
  height: 40px;
}

.footer-find img {
  max-width: 150px;
  margin-top: 10px;
}

.footer-bottom {
 color:#666;
font-size: 12px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    margin-top: 30px;
}







.blue{color: #0B36A5}

.publications-page {
  margin-top:100px;margin-bottom:100px;width:100%;
  font-size: 20px;
}

.publications-page h2 {
  font-weight: 600;
  margin-bottom: 70px;
}

.publications-list {
  margin-bottom: 80px;
}
.publication-item {
  margin-bottom: 30px;
}

button#view-more-btn {
  cursor: pointer;
}


.container-center-button{
  margin: 0 auto;
  text-align: center;
}



.presentations-page {
 margin-top:100px;margin-bottom:100px;width:100%;
 min-height: 440px;
 font-size: 20px;
}

.presentations-page h2 {
   font-weight: 600;
  margin-bottom: 70px;
}

.years-menu {
  margin-bottom: 50px;
}

.year-item {
    cursor: pointer;
    margin-right: 10px;
    color: #0B36A5;
    padding-bottom: 5px;
    display: inline-block;
}

.year-item.active {
  text-decoration: underline;
}

.year-block p {
  margin-bottom: 30px;
}


.teaching-page {
 margin-top:100px;margin-bottom:100px;width:100%;
 min-height: 440px;
  font-size: 20px;
}

.teaching-section {
  margin-bottom: 140px;
}

.teaching-section h2 {
  font-weight: 600;
  margin-bottom: 70px;
}

.teaching-section p {
  margin-bottom: 30px;
}




.research-page {
 margin-top:100px;margin-bottom:100px;width:100%;
 min-height: 440px;
 font-size: 20px;
}

.research-section {
  margin-bottom: 60px;
}

.research-section h2 {
  font-weight: 600;
  margin-bottom: 70px;
}

.research-item {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 5px 20px;
  margin-bottom: 50px;
  align-items: start;
}

.research-item p {
  margin: 5px 0;
}

.research-item strong {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.research-item .logo {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.research-item .logo img {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.research-groups-section{margin-top:120px;}



.hidden {
  display: none;
}

























/* Notification Styles */
.positive {
  background-color: #006600;
  background-image: url(images/icon-pos.svg);
  background-position: 10px 9px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px 5px 32px;
}

.warning {
  background-color: #0082b2;
  background-image: url(images/icon-info.svg);
  background-position: 10px 9px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px 5px 32px;
}

.negative {
  background-color: #c00;
  background-image: url(images/icon-neg.svg);
  background-position: 10px 9px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px 5px 32px;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
}

/* Buttons */
button {
  background: transparent;
  border: 0;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
.button,
.button:visited,
.btn,
.btn:visited,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #fff;
  border: 0;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family:  "Inter", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
  padding: 12px 40px;
  text-decoration: none;
  transition: background 0.2s linear;
  -webkit-appearance: none;
}

button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: rgb(0, 148.3, 89.2030075188);
  color: #fff;
  transition: background 0.2s linear;
}

button:active,
.button:active,
.button:focus,
.btn:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}

input[type=submit]:disabled {
  background: #999;
  cursor: not-allowed;
}

@media only screen and (min-width: 600px) {
  .button,
  .button:visited,
  .btn,
  .btn:visited,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-size: 20px;
  }
}
/* Forms */
form {
  margin-bottom: 20px;
}

form > div,
fieldset > div {
  margin-bottom: 10px;
}

fieldset {
  background: #DFE5E2;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 30px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #777;
  display: block;
  font-family:  "Inter", arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 11px 15px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
textarea:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444;
}

textarea {
  min-height: 60px;
}

.select-input {
  background-color: #fff;
  background-image: url(images/icon-chev-down-grey.svg);
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 43px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
}
.select-input:focus-within {
  outline: rgb(0, 95, 204) auto 2px;
  outline-offset: 1px;
}

select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family:  "Inter", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  outline: 0;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  display: inline;
}

@media only screen and (min-width: 600px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea,
  select {
    font-size: 16px;
  }
}
/* Grid < 800px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

.container .container {
  margin: 0;
  width: 100%;
}

.container .one,
.container .one,
.container .two,
.container .three,
.container .four,
.container .five,
.container .six,
.container .seven,
.container .eight,
.container .nine,
.container .ten,
.container .eleven,
.container .twelve,
.container .one-quarter,
.container .one-half,
.container .three-quarter,
.container .one-third,
.container .two-thirds {
  /*hyphens: auto;*/
  margin: 0;
  flex: 0 0 100%;
}

.row {
  margin: 0 0 2% 0;
}

/* Grid > 800px */
@media only screen and (min-width: 800px) {
  .container {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1%;
  }
  .container .column,
  .container .columns {
    margin: 0 1%;
  }
  .gridRow,
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
  /* Base Grid */
  .container .one.column,
  .container .one.columns {
    flex: 0 0 6.333%;
  }
  .container .two.columns {
    flex: 0 0 14.666%;
  }
  .container .three.columns {
    flex: 0 0 23%;
  }
  .container .four.columns {
    flex: 0 0 31.333%;
  }
  .container .five.columns {
    flex: 0 0 39.666%;
  }
  .container .six.columns {
    flex: 0 0 48%;
  }
  .container .seven.columns {
    flex: 0 0 56.333%;
  }
  .container .eight.columns {
    flex: 0 0 64.666%;
  }
  .container .nine.columns {
    flex: 0 0 73%;
  }
  .container .ten.columns {
    flex: 0 0 81.333%;
  }
  .container .eleven.columns {
    flex: 0 0 89.666%;
  }
  .container .twelve.columns {
    flex: 0 0 98%;
  }
  .container .one-quarter.column {
    flex: 0 0 23%;
  }
  .container .one-half.column {
    flex: 0 0 48%;
  }
  .container .three-quarter.column {
    flex: 0 0 73%;
  }
  .container .one-third.column {
    flex: 0 0 31.333%;
  }
  .container .two-thirds.column {
    flex: 0 0 64.666%;
  }
  .row {
    margin: 0 -1% 2% -1%;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    padding: 0;
  }
}
.container.gridRow {
  clear: both;
  margin-bottom: 2%;
  width: 100%;
}

.gridRow .column,
.gridRow .columns {
  background: #FFF !important;
  box-sizing: border-box;
  padding: 10px;
}

/* Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}

/* Header */
.skipLink {
  position: absolute;
  left: 50%;
  transform: translateY(-100%);
  z-index: 9999;
}
.skipLink:focus-visible {
  transform: translateY(20px);
}

.wrap {
  background: transparent;
}

#header {
  background: #fff;
  height: 80px;
  position: relative;
  z-index: 8999;
}
#header .container {
  height: 80px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  #header {
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  #header {
    height: 140px;
  }
  #header .container {
    height: 140px;
    position: relative;
  }
}
#headerLogo {
  height: auto;
  position: absolute;
  left: 20px;
  top: 10px;
}
#headerLogo svg, #headerLogo img {
  display: block;
  max-height: 60px;
  width: auto;
}
#headerLogo .site-title {
  font-size: 50px;
  font-weight: 100;
  line-height: 1.2;
  float:left;
  letter-spacing: -4px;
      color: #000;
}

#headerLogo .site-description{
  font-size: 50px;
  font-weight: 700;
  margin-left: 20px;
  line-height: 1.2;
  float:left;
  letter-spacing: -2px;
      color: #000;
}
#headerLogo .site-title a {
  text-decoration: none;
}

@media only screen and (min-width: 1400px) {
  #headerLogo {
    margin: 0;
    position: absolute;
    left: 1%;
    top: 20px;
  }
  #headerLogo svg, #headerLogo img {
    display: block;
    max-height: 100px;
    width: auto;
  }

}
#nav2 {
  display: none;
}

#headerMenuMobile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 20px;
  vertical-align: top;
  z-index: 2000;
}
#headerMenuMobile .btn {
  background: transparent;
  color: #fff;
  font-size: 0;
  padding: 0;
}
#headerMenuMobile .btn:active {
  box-shadow: none;
}
#headerMenuMobile button {
  background-color: transparent;
  border-radius: 0;
  display: block;
  font-size: 0;
  height: 29px;
  width: 29px;
}
#headerMenuMobile button span {
  display: block;
  font-size: 0;
  height: 4px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 40px;
}
#headerMenuMobile button:before {
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 40px;
}
#headerMenuMobile button:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 40px;

  
}

#headerMenuMobile button span, #headerMenuMobile button:before, #headerMenuMobile button:after {
    background-color: #000 !important;
}
#headerMenuMobile button.navOpen:before {
  background: #fff;
  transform: rotate(45deg);
  top: 12px;
  left: -3px;
  width: 38px;
}
#headerMenuMobile button.navOpen span {
  opacity: 0;
  font-size: 0;
}
#headerMenuMobile button.navOpen:after {
  background: #fff;
  transform: rotate(-45deg);
  bottom: 12px;
  left: -3px;
  width: 38px;
}

#headerContactMobile {
  background-image: url(images/icon-mobile.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  height: 34px;
  position: absolute;
  top: 25px;
  right: 20px;
  vertical-align: top;
  width: 30px;
}
#headerContactMobile a {
  display: block;
  font-size: 0;
  height: 34px;
  width: 30px;
}

@media only screen and (min-width: 1400px) {
  #headerMenuMobile,
  #headerContactMobile {
    display: none;
  }
}
/* Page template */
#content {
  padding: 40px 0;
}
#content.noGap {
  padding-top: 0;
}

#pageContent {
  margin-bottom: 40px;
}

@media only screen and (min-width: 830px) {
  #pageContent {
    margin-bottom: 0;
  }
}
/* Flexible content */
.transparent {
  background: transparent;
}

.white {
  background: #fff;
}

.green {
  background: #008550;
}

.grey {
  background: #E6EDED;
}

.icon svg {
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.icon.mobile svg {
  position: relative;
  top: -2px;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}

.padded {
  padding: 20px;
}

@media only screen and (min-width: 600px) {
  .padded {
    padding: 40px;
  }
}
.hero .container {
  padding: 0;
}
.hero .banner {
  background: #333;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.hero .banner img {
  display: block;
  max-height: 300px;
  min-width: 100%;
  max-width: 9999px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.hero .banner .inner {
  color: #fff;
  position: relative;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .banner .inner h1, .hero .banner .inner h2 {
  color: #fff;
  line-height: 1.1;
  padding: 0 20px;
}
.hero .banner .inner a {
  color: #fff;
  text-decoration: none;
}
.hero .banner .inner h1:last-child,
.hero .banner .inner p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 830px) {
  .hero .banner {
    margin-bottom: 40px;
  }
  .hero .banner img {
    left: auto;
    transform: none;
    max-height: 9999px;
    max-width: 100%;
  }
}
.single .hero .banner img {
  max-height: 999px;
  max-width: 100%;
  left: auto;
  transform: none;
}

.filler {
  padding: 40px 0 0 0;
}

@media only screen and (min-width: 600px) {
  .filler {
    padding: 70px 0 0 0;
  }
}
.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 16px;
  padding: 60px 20px 120px 20px;
  position: relative;
  text-align: center;
}
.testimonials .container {
  position: inherit;
}
.testimonials blockquote {
  padding: 0 12%;
}
.testimonials h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.testimonials cite {
  opacity: 0.75;
}
.testimonials .tns-nav {
  display: none;
}
.testimonials .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
}

.tns-controls button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  font-size: 0;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}
.tns-controls button:first-child {
  background-image: url(images/icon-down-grey.svg);
  transform: rotate(90deg);
}
.tns-controls button:nth-child(2) {
  background-image: url(images/icon-down-grey.svg);
  transform: rotate(-90deg);
}

.newsCards h2 {
  padding: 0 20px;
  text-align: center;
}
.newsCards .card {
  background: #fff;
  margin-bottom: 40px;
}
.newsCards .card .news-thumb img {
  display: block;
  width: 100%;
}
.newsCards .card .newsExcerpt {
  padding: 20px;
}

@media only screen and (min-width: 900px) {
  .newsCards .card {
    flex: 0 0 31.333%;
    margin: 0 1%;
  }
  .newsCards .card .newsExcerpt {
    padding: 30px;
  }
}
.gallery {
  background: transparent;
  clear: both;
  padding: 0;
  text-align: center;
}
.gallery .one-quarter.column {
  float: left;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 48%;
}
.gallery img {
  display: block;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: opacity 0.5s;
}
.gallery .close-overlay {
  display: none;
}
.gallery .column:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.5s;
}
.gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.5s;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  z-index: 100;
}
.gallery .column:hover .expand {
  opacity: 1;
  transition: opacity 0.5s;
}

@media only screen and (min-width: 600px) {
  .gallery .one-quarter.column {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
}
.twoColumn {
  clear: both;
  padding: 0;
}
.twoColumn .box {
  margin-bottom: 20px;
}
.twoColumn.boxed .box {
  padding: 20px;
}
.twoColumn p:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .twoColumn {
    padding: 0;
  }
  .twoColumn .container {
    display: flex;
  }
  .twoColumn.middle .container {
    align-items: center;
  }
  .twoColumn .box {
    flex: 0 0 46%;
    margin: 0 2%;
  }
  .twoColumn.boxed .box {
    padding: 30px;
  }
}
.threeColumn {
  padding: 0;
}
.threeColumn .box {
  margin-bottom: 20px;
}
.threeColumn.boxed .box {
  padding: 20px;
}
.threeColumn p:last-child {
  margin: 0;
}

@media only screen and (min-width: 800px) {
  .threeColumn {
    padding: 0;
  }
  .threeColumn .container {
    display: flex;
  }
  .threeColumn.middle .container {
    align-items: center;
  }
  .threeColumn .box {
    flex: 0 0 29.333%;
    margin: 0 2%;
  }
  .threeColumn.boxed .box {
    padding: 30px;
  }
}
.full {
  clear: both;
}
.full .text {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
.full p:last-child {
  margin: 0;
}

@media only screen and (min-width: 800px) {
  .full .text {
    padding: 0;
  }
}
.boxes .box {
  flex-flow: row nowrap;
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 30px;
}
.boxes .box:last-child {
  margin-bottom: 0;
}
.boxes .box p:last-child {
  margin: 0;
}
.boxes .gutters {
  margin: 0 1%;
}

@media only screen and (min-width: 600px) {
  .boxes .normal {
    align-items: normal;
  }
  .boxes .top {
    align-items: start;
  }
  .boxes .middle {
    align-items: center;
  }
  .boxes .box {
    margin-bottom: 0;
  }
}
.textImage {
  background-size: cover;
  background-position: center top;
  padding: 50px 0;
}
.textImage .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: calc(96% - 24px);
}
.textImage .text h2, .textImage .text h3 {
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .textImage {
    padding: 80px 0;
  }
  .textImage .text.right {
    float: right;
    text-align: right;
    width: 50%;
  }
  .textImage .text.left {
    float: left;
    text-align: left;
    width: 50%;
  }
  .textImage .text.centre {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%;
  }
}
.faqs {
  margin: 0 auto;
  padding: 0 20px;
}

.faq {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  padding-left: 40px;
  position: relative;
}

.faq:first-child {
  border-top: 1px solid #eee;
}

.faq-question {
  cursor: pointer;
  position: relative;
}

.showFaq {
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 24px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
}
.showFaq svg {
  width: 100%;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq.active .showFaq {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
  transition: all 0.2s ease;
}

.tabs .container {
  max-width: 800px;
}
.tabs .tabList {
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 400;
}
.tabs .tabList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.tabs .tabList li button {
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
}
.tabs .tabList li button:hover {
  text-decoration: none;
}
.tabs .tabList li.active button {
  background: #fff;
  padding-bottom: 11px;
}
.tabs .tabsPanel {
  border: 1px solid #ddd;
  margin-top: -1px;
  position: relative;
}
.tabs .tabContent {
  background: #fff;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all 0.2s linear;
  z-index: 300;
}
.tabs .tabContent.active {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
}

.accordion .container {
  max-width: 800px;
}
.accordion .accordionPanel h3 {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 0;
  padding: 10px 20px;
}
.accordion .accordionPanel h3 a {
  cursor: pointer;
  display: block;
}
.accordion .accordionPanel .inner {
  border: 1px solid #eee;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0s linear;
}
.accordion .accordionPanel.active .inner {
  height: unset;
  opacity: 1;
  padding: 20px;
  transition: opacity 0.2s linear, height 0.2s linear, padding 0s linear;
}

/* Blog section */
#bread {
  margin-bottom: 20px;
}

#blog-header {
  padding: 40px 0 0 0;
  text-align: center;
}
#blog-header .twelve {
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 830px) {
  #blog-header {
    text-align: left;
  }
}
.blog-listing .news-thumb img {
  display: block;
}
.blog-listing .page,
.blog-listing .post {
  margin-bottom: 50px;
  word-break: break-word;
}

@media only screen and (min-width: 830px) {
  .blog-listing {
    padding: 0;
  }
}
.blog-post {
  padding: 0 20px 50px 20px;
  word-break: break-word;
}
.blog-post .news-thumb img {
  display: block;
}

@media only screen and (min-width: 830px) {
  .blog-listing .page,
  .blog-listing .post {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
  }
  .blog-listing .page .news-thumb,
  .blog-listing .post .news-thumb {
    flex: 100% 0 0;
  }
  .blog-listing .page .news-text,
  .blog-listing .post .news-text {
    flex: 100% 0 0;
    padding-right: 30px;
  }
  .blog-listing .page .news-text.wide,
  .blog-listing .post .news-text.wide {
    flex: 100% 0 0;
  }
  .blog-post {
    padding: 0 0 50px 0;
  }
  .blog-post .news-thumb {
    padding-bottom: 30px;
  }
}
.post-metadata {
  font-size: 12px;
  border-top: 1px solid #eee;
  margin: 32px 0 0 0;
  padding: 10px 0;
  flex: 0 0 100%;
}
.post-metadata span {
  display: inline-block;
}
.post-metadata .blog-cat {
  padding: 0 16px 0 0;
}
.post-metadata .blog-date {
  padding: 0 16px 0 0;
}

.entry img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.navigation {
  clear: both;
  padding: 40px 0;
  text-align: center;
}
.navigation .navlink {
  display: inline-block;
}
.navigation .alignleft,
.navigation .alignright {
  float: none;
  margin: 0 10px;
}

/* Single post */
.required-field-message {
  display: block;
  font-style: italic;
  margin-top: 10px;
}

.required {
  color: red;
}

#comment-list {
  margin-top: 40px;
}

#comments .comment-meta {
  margin-bottom: 16px;
}
#comments .comment-author,
#comments .comment-metadata {
  display: block;
}
#comments .fn {
  font-weight: 700;
}
#comments .says {
  display: none;
}
#comments .comment-metadata {
  line-height: 1;
  padding-left: 20px;
}
#comments .comment-metadata a {
  font-size: 0.75rem;
  padding-left: 20px;
}
#comments .comment-metadata > a {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  pointer-events: none;
  text-decoration: none;
}
#comments .vcard img {
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
#comments .comment-content,
#comments .reply {
  padding-left: 40px;
}
#comments ol {
  list-style: none;
  margin: 0;
}
#comments ol.comment-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#comments ol.comment-list article {
  margin-bottom: 40px;
}
#comments ol.comment-list li .children {
  margin-left: 40px;
}
#comments #respond small {
  display: block;
  font-size: 80%;
  margin-top: 20px;
}
#comments #respond #cancel-comment-reply-link {
  color: #c00;
}

/* Sidebar section */
#blog-sidebar,
#page-sidebar {
  padding-top: 40px;
}

#sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar #submit {
  float: left;
  margin-left: 5px;
}
#sidebar > li {
  margin: 0 0 40px 0;
}
#sidebar > li.widget_text {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#sidebar > li.widget_text img {
  display: block;
}
#sidebar > li.widget_text p:last-child {
  margin: 0;
}
#sidebar li li {
  margin: 0;
}
#sidebar form > div {
  margin: 0;
}
#sidebar label {
  display: none;
}

#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}

#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}

#search {
  position: absolute;
  left: 0;
  right: 75px;
}

#search input[type=text] {
  width: 100%;
}

#searchSubmit {
  width: 60px;
}

#searchWrapper {
  background: #fff;
  padding: 10px;
}
#searchWrapper label {
  display: none;
}
#searchWrapper div {
  margin: 0;
}

.search-page {
  display: block;
  margin: 40px auto;
  max-width: 800px;
  padding: 40px 30px;
}

@media only screen and (min-width: 830px) {
  #blog-sidebar,
  #page-sidebar {
    padding-top: 0;
  }
  #sidebar {
    padding-left: 12px;
  }
}


.btt {
  display: block;
  font-size: 0;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  width: auto;
}
.btt a {
  display: inline-block;
}
.btt svg {
  height: auto;
  width: 30px;
}
.btt path {
  fill: #eee;
  transition: color 0.2s linear;
}
.btt a:hover path {
  fill: #fff;
  transition: color 0.2s linear;
}

@media only screen and (min-width: 1400px) {
  #nav2 {
    display: block;
    position: absolute;
    top: 40px;
    right: 1%;
  }
  #nav2 ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav2 ul li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li a {
        display: block;
        height: 40px;
        line-height: 40px;
        margin-right: 2px;
        padding: 0 30px;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        font-size: 16px;
  }
  #nav2 ul li button.sub_nav {
    display: none;
  }
  #nav2 ul li:last-child > a {
    padding-right: 0;
  }
  #nav2 ul li.cta a {
    border: 2px solid #008550;
    border-radius: 4px;
    line-height: 38px;
    padding: 0 30px;
  }
  #nav2 ul li.cta a:hover {
    background: #008550;
    color: #fff;
  }
  #nav2 ul li.menu-item-has-children {
    position: relative;
    z-index: 400;
  }
  #nav2 ul li.menu-item-has-children a {
    padding-right: 30px;
  }
  #nav2 ul li.menu-item-has-children > a:after {
    background-image: url(images/icon-chev-down-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 12px;
    top: 11px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 ul li.menu-item-has-children.openSubnav > a:after {
    opacity: 0;
    transition: all 0.1s linear;
  }
  #nav2 ul li .sub-menu {
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 5px 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    overflow: hidden;
    width: 180px;
  }
  #nav2 ul li.openSubnav .sub-menu {
    display: block;
  }
}
/* Custom checkbox */
label {
  line-height: 30px;
}

/* Hide the browser's default checkbox */
input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 24px;
}
input[type=checkbox]:focus {
  border-color: blue;
  border-radius: 5px;
  box-shadow: 0 0 0 0.25rem rgba(35, 35, 35, 0.25);
}

input:checked[type=checkbox] {
  background-color: #666;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.social {
  font-size: 0;
  margin-bottom: 40px;
}
.social a {
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.social svg {
  height: 100%;
  width: auto;
}
.social a path {
  fill: #ccc;
  transition: all 0.2s linear;
}
.social a:hover path {
  fill: #fff;
  transition: all 0.2s linear;
}
.social .youtube svg {
  height: 25px;
  padding-top: 5px;
}
.social .bluesky {
  padding: 2px;
}
.social .linkedin {
  padding-top: 2px;
}

.fadeTest {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.in-view {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}


#nav2 ul li.current_page_item a{ color:#0b36a5;text-decoration: underline;}

@media only screen and (max-width: 1399px) {
  #nav2 {
    border-top: 1px solid #555;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 20px 20px 100px 20px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 1500;
    /* Second Level */
  }
  #nav2 .navopen {
    display: block;
  }
  #nav2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 80px auto 0 auto;
    max-width: 300px;
  }
  #nav2 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
  }
  #nav2 ul li a,
  #nav2 ul li a:link,
  #nav2 ul li a:visited {
    color: #000;
    display: block;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    float: none;
    padding: 10px 0;
    clear: both;
    text-decoration: none;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    
  }
  #nav2 ul li a span,
  #nav2 ul li a:link span,
  #nav2 ul li a:visited span {
    display: block;
    font-size: 16px;
    opacity: 0.5;
  }
  #nav2 ul li button.sub_nav {
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 6px;
    margin: 0;
    padding: 0;
    transform: rotate(0deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
    z-index: 500;
  }
  #nav2 ul li button.sub_nav.open {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
  }
  #nav2 ul li button.sub_nav .arrow_down {
    background-image: url(images/icon-chev-down-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 35px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 35px;
  }
  #nav2 ul li.menu-item-has-children a:nth-child(2) {
    margin-right: 40px;
  }
  #nav2 ul ul {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
    width: 100%;
    z-index: 999999;
  }
  #nav2 ul ul.show {
    max-height: 500px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  #nav2 ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #nav2 ul ul li:last-child {
    border-bottom: 0;
  }
  #nav2 ul ul a,
  #nav2 ul ul a:link,
  #nav2 ul ul a:visited {
    color: #aaa;
    padding: 10px 0 10px 20px;
  }
  #nav2 ul ul a:hover {
    color: #fff;
  }
  #nav2 ul.sub-menu ul.sub-menu {
    display: none;
  }
}







@media only screen and (max-width: 1050px) {


  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}

.gridRow .column, .gridRow .columns {
     padding: 0px;
}

.image-item {
    min-height: 290px;
}

.image-item .image-text {
    font-size: 22px;
}

  .footer-container {
    display: block;
    justify-content: unset;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    gap: unset;
    text-align: center;
}

.footer-column {
    min-width: 200px;
    margin-bottom: 50px;
}


.footer-bottom {
    text-align: center;
    margin-top: 70px;
}

.footer-copy {
    float: none;
   
}




}


@media only screen and (max-width: 700px) {

#headerLogo .site-title {
    font-size: 28px;
    letter-spacing: 0px;
}


#headerLogo .site-description {
    font-size: 28px;
    letter-spacing: 0px;
    margin-left: 10px;
}

#headerMenuMobile {
    top: 25px;
    right: 0;
    zoom: 65%;
}

#nav2 {
    top: 55px;
}

#nav2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto 0 auto;
    max-width: 100%;
}

#nav2 ul li a, #nav2 ul li a:link, #nav2 ul li a:visited {
    font-size: 28px;
}


.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.container .container-presentation-home {
    margin-top: 0;
}

.featured-text-home {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    width: 100%;
}

.main-text-home {
    width: 100%;
    font-size: 18px;
}

.home-main-image-mobile{display: block;margin-bottom: 30px;}
.home-main-image{display: none;}

.images-home-block {
    margin-top: 50px;
    display: block;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.latest-news-block {
    background-color: #f4f4f4;
    padding: 40px 0px;
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: -20px;
    width: calc(100% + 40px);
}



.news-column p {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: unset;
    font-size: 18px;
}

.research-page {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    min-height: 440px;
    font-size: 18px;
}


button, .button, .button:visited, .btn, .btn:visited, input[type=submit], input[type=reset], input[type=button] {
    font-size: 18px;
}

.research-item {
    display: block;
    grid-template-columns: 250px 1fr;
    gap: 5px 20px;
    margin-bottom: 100px;
    align-items: start;
}

.research-item strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}




.publications-page {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    font-size: 18px;
}

.publication-item {
    margin-bottom: 45px;
}



.presentations-page {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    min-height: 440px;
    font-size: 18px;
}

.years-menu {
    margin-bottom: 50px;
}

.year-block p {
    margin-bottom: 45px;
}

.teaching-page {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    min-height: 440px;
    font-size: 18px;
}










}
