@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,300&display=swap');

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

p {margin-bottom: 1rem;}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.messages {
  background: no-repeat 10px 17px;  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 20px; /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
[dir="rtl"] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
  box-shadow: -8px 0 0 #77b259; /* LTR */
}
[dir="rtl"] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}
/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600; /* LTR */
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}
/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
  box-shadow: -8px 0 0 #e62600; /* LTR */
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}

form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0; /*LTR*/
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em; /*LTR*/
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: .5em;
}
form .field-add-more-submit {
  margin: .5em 0 0;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend,
.label {
  display:inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
   margin-left: 0;
   margin-right: 2.4em;
}
.marker {
  color: #e00;
}

.form-required:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.form-item--error-message:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background-size: contain;
}

div.tabs {
  margin: 1em 0;
}
ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}
.tabs > li {
  display: inline-block;
  margin-right: 0.3em; /* LTR */
}
[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}
.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.tabs a.is-active {
  background-color: #eee;
}
.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

/* */

body{

  font-family: 'Roboto', sans-serif;

  font-size: 18px;
  line-height: 1.6em;
  color: #111;
  overflow-x: hidden;
}

p{ margin: 0 0 20px 0; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  margin: 3rem 0 1.38rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 2.388rem;
}

h2 {
  margin-top: 2rem;
  font-size: 2.074rem;
}

h3 {
  margin-top: 2rem;
  font-size: 1.728rem;
}

h4 {
  font-size: 1.44rem;
}

h5 {
  font-size: 1.2rem;
}

small, .text_small {font-size: 0.833rem;}

.container{
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
}

.container-inner{
  margin: 0 auto;
  width: 900px;
  max-width: 90%;
}

.container-outer{
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}

a{
  color: #2b66b1;
  text-decoration: none;
}

a:hover{
  color: #2b66b1;
}

ol, ul {
  padding-left: 15px;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

.main-header{
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

.main-header .region{
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.main-header .region-header{
  display: inline-block;
}

.site-branding{
  margin: 0;
}

.region-header .brand.logo{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  color: #666;
  margin-right: 0.4em;
  line-height: 80px;
  vertical-align: top;
}

.region-header .brand.logo a{
  display: inline-block;
  vertical-align: top;
}

.region-header .brand.logo img{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.main-header{
  height: 80px;
}

.region-header{
  display: inline-block;
}

#main-navigation{
  display: inline-block;
  float: right;
}

.region-header .brand.site-name{
  /*
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
  */
  letter-spacing: -1.0px;
  font-size: 22px;  
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  
}

.region-header .brand.site-name a{
  color: #333;
}

input, button, select, textarea{
  padding: 5px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.main-menu {
  position: relative;
  z-index: 9999;
}

#main-menu{
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}

#main-menu li{
  display: inline-block;
  list-style: none;
}

#main-menu li a{
  height: 80px;
  line-height: 80px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  position: relative;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu li a:after{
  background-color: #2b66b1;
  display: inline-block;
  bottom: 20px;
  width: 0%;
  height: 2px;
  left: 50%;
  content: "";
  position: absolute;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu li a:hover,
#main-menu li.active a{
  color:#2b66b1;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu li a:hover:after,
#main-menu li.active a:after{
  width: 40%;
  left: calc(50% - 20%);
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu:hover li.active a{
  color: #333;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu:hover li.active a:after{
  width: 0%;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu:hover li.active a:hover{
  color:#2b66b1;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-menu:hover li.active a:hover:after{
  width: 40%;
  left: calc(50% - 20%);
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#main-header-sticky-wrapper{
  position: relative;
}

#main-header{
  background-color: #fff;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.is-sticky{
  position: relative;
  z-index: 200;
}

.is-sticky #main-header{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.region-highlighted .messages{
  margin: 1em 0;
}

.navbar-toggle{
  z-index: 999;
  background: #333;
}

.navbar-toggle .icon-bar {
  background: #ffff;
}

.section-front{
  min-height: 10vh; 
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
}

.section-front:nth-child(even) {
  /*background: #CCC*/
}

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul,
.breadcrumb ol{
  padding: 0;
}

.breadcrumb ul li,
.breadcrumb ol li{
  display: inline-block;
  padding-right: 10px;
}

.breadcrumb ul li:after,
.breadcrumb ol li:after{
  content: ">";
  padding-left: 10px;
}

.breadcrumb ul li:last-child:after,
.breadcrumb ol li:last-child:after{
  content: "";
  padding: 0px;
}

.region-search{
  display: none;
}

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

.block-search input{
  width: 100%;
}

.block-search{
  margin: 0;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

.maintenance-page{
  background-image: url('../images/mgb_01.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 18px;
  color: #000;
  min-height: 100vh;
}

.maintenance-page .layout-container{
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 2;

}

.maintenance-page .logo-ico{
  max-width: 100px;
  display: block;
  vertical-align: top;
  margin: 0 auto 1.2em auto;
}

.maintenance-page .logo-text{
  max-width: 70%;
  display: block;
  vertical-align: top;
  margin-bottom: 2.0em;
  margin: 0 auto 2em auto;
}

.maintenance-page .logo{
  display: inline-block;
  width: 100%;
}

.maintenance-page header{
  position: relative;
}

.maintenance-msg {
  padding: 40px 40px;
  display: inline-block;
  width: 800px;
  background: rgba(255, 255, 255, 1);
  font-size: 16px;
  max-width: calc(90% - 80px);
  filter: drop-shadow(0px 0px 65px rgb(0 0 0 / 17%));
  position: relative;
  z-index: 5;

  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 8px );
  -webkit-backdrop-filter: blur( 8px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18);  
}

.maintenance-content{
  max-width: 70%;
  margin: 0 auto;
}

.maintenance-msg h1{

}

.maintenance-msg h2{
  margin-top: 0;
    color: #333;
}

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2b66b1;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  overflow: hidden;
  height: 3px;
}

#mobile-navigation{
  display: none;
}

.region-cover{
  margin-top: 1em;
  position: relative;
}

.views-cover .views-row .views-field-field-thumb .field-content > div{
  height: 50vh;
  background-position: center;
  background-attachment: fixed;
  background-size: cover; 
  position: relative;
}

.no-cover{
  height: 15vh;
  width: 100%;
  display: inline-block;
  background: rgb(43,102,177);
  background: linear-gradient(160deg, rgba(43,102,177,1) 0%, rgba(27,67,115,1) 100%);
}

.path-node{

}

.bottomwidget{
  padding: 3vh 0 3vh 0;
}

.bottomwidget .container{
  position: relative;
}

.bottomwidget .container-inner{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.region-bottom-left{
  width: 50%;
}

.region-bottom-right{
  width: 50%;
}

.footer-wrapper{
  
}

.footer{
  border-top: 5px solid #333;
  background-color: #434343;
  color: #fff;
  padding: 3em 2em 3em 2em;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 1px;
  line-height: 20px;
}

.footer .block{
  margin: 0;
}

.footer a{
  color: #ddd;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.footer a:hover{
  color: #fff;
  text-decoration: underline;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.footer-left{
  width: 10%;
  text-align: left;
  vertical-align: middle;
}

.footer-right{
  width: 90%;
  text-align: right;
  vertical-align: middle;
}

.footer-right p{
  text-align: right;
  margin: 0;
  padding: 0;
}

.footer-logo{

}

.footer-logo img{
  width: 100px;
  filter: grayscale(1) invert(1) contrast(1.4) brightness(1.6);
}

ol, ul {
  padding-left: 30px;
}

.node__content{
  min-height: 5vh;
}

.block-local-tasks-block{
  text-align: center;
}

nav.pager{
  display: inline-block;
  width: 100%;
}

nav.pager ul{
  list-style: none;
  margin: 2em auto;
  text-align: center;
  padding: 0;
}

nav.pager ul li{
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}

nav.pager ul li a{
  display: inline-block;
  padding: 8px 14px;
  border: 2px solid #2b66b1;
  border-radius: 4px;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  text-transform: lowercase;
}

nav.pager ul li a:hover{
  color: #fff;
  background-color: #2b66b1;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.sidr-class-visually-hidden{
  display: none;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  max-width: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  background: #fff;
  color: #333;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}
.sidr .sidr-inner {
  padding: 0;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -350px;
}
.sidr.left {
  left: -350px;
  right: auto;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 40px;
}


.sidr ul li a,
.sidr ul li span {
  padding: 0;
  display: block;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
} 

#sidr-close{
  display: none;
}

a#sidr-main{
  display: none;
}

a#navigation-toggle { 
  height: 60px;
  line-height: 60px;
  float: none;
  margin: 0;
  cursor: pointer;
  margin-left: 0px; 
  font-weight: 600; 
  position: relative; 
  z-index: 9; 
  text-decoration: none !important;
  display: none;
  text-transform: uppercase;
  font-size: 18px;
  vertical-align: top;
  width: 60px;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 80%);
}

a#navigation-toggle svg { 
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.sidr-class-contextual{
  display: none;
}

.sidr-class-visually-hidden{
  display: none;
}

.sidr-class-toggle-sidr-close svg {
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 30px;

  color: #000;
  margin: 0;
  display: inline-block;
  z-index: 500;

  width: 40px;
  height: 40px;  
}

#sidr-main{

  padding: 40px 30px 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);  
}

.sidr-inner h2 {
  font-size: 1em;
}

#sidr-main a {
  color: rgba(38, 32, 51, 0.9);
}

#sidr-main .contextual{
  display: none;
}

#sidr-main ul li a{

}

#sidr-id-mobile-menu-branding{
  text-align: center;
  margin: 2em 0 1em 0;
}


#sidr-id-mobile-menu-logo{
  max-width: 90%;
  margin: 0 auto;
}

#sidr-id-mobile-menu-title{
  font-size: 22px;
  font-weight: bold;
}

#sidr-id-mobile-menu-subtitle{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0.5em;
}

.sidr-class-region-mobile-menu a{
  padding: 7px 14px;
  display: inline-block;
}

#global-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,0.7);
  backdrop-filter: grayscale(0%);
}

#global-overlay.active{
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;

  backdrop-filter: grayscale(100%);
}

#front-cover{
  height: 70vh;
  overflow: hidden;
  position: relative;
  padding:0;
}

#front-cover-slider * {
  outline: none;
}

#front-cover-slider .slick-slide .front-cover-slide{

  background-size: cover;
  width: 100%;
  height: 70vh;

  transform: scale(1);
  transition: all 20s cubic-bezier(0.4, 0.0, 0.2, 1);

}

#front-cover-slider .slick-slide.slick-active .front-cover-slide{
  transform: scale(1.2);
  transition: all 1s cubic-bezier(0.4, 0.0, 0.2, 1);
  transition-duration: 8s;
  transition-timing-function: ease-out;  
}

#front-cover-overlay{
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#front-cover-logo{
  width: 150px;
  margin-bottom: 1em;
  filter:
    drop-shadow(3px -3px 2px rgba(255,255,255,0.6))
    drop-shadow(-3px 3px 2px rgba(255,255,255,0.6))
    drop-shadow(3px 3px 2px rgba(255,255,255,0.6))
    drop-shadow(-3px -3px 2px rgba(255,255,255,0.6));  
  display: inline-block;
  line-height: initial;  
}

#front-cover-title{
  font-weight: bold;
  font-size: 3em;
  color: #fff;

  width: 450px;
  max-width: 90%;
  filter:
    drop-shadow(3px -3px 2px rgba(255,255,255,0.4))
    drop-shadow(-3px 3px 2px rgba(255,255,255,0.4))
    drop-shadow(3px 3px 2px rgba(255,255,255,0.4))
    drop-shadow(-3px -3px 2px rgba(255,255,255,0.4));  
  display: inline-block;
  line-height: initial;
  text-align: center;
}

.section-title h2{
  margin-bottom: 1em;
  color: #000;
}

.section-title:first-letter{
  
}

.section-front-inv .section-title h2{
  color: #fff;
}

.section-front-inv .section-title h2:first-letter{
  color: #fff;
}

.button.gb,
button.gb,
a.gb,
input[type="submit"]{
  cursor: pointer;
  display: inline-block;
  background-color: #2b66b1;
  border: 2px solid #2b66b1;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 90%;
  letter-spacing: 1px;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.button.gb:hover,
button.gb:hover,
a.gb:hover,
input[type="submit"]:hover{
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  background-color: #fff;
  color: #2b66b1;
}

a.gbi{
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  color: #333;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 90%;
  letter-spacing: 1px;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

a.gbi:hover{
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  border: 2px solid #2b66b1;
  color: #2b66b1;
}

#section-alapitvany{
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

#section-alapitvany .section-title h2{
  margin-top: 1em;
}

#section-alapitvany .container-outer{
  background-color: #1b75bc;
  background-image: url(../images/100-90-10.png);
  color: #fff;
  border-radius: 60px;
}

#section-alapitvany .container-outer:before {
  content: "";
  position: absolute;
  background-color: #1b75bc;
  background-image: url(../images/100-90-10.png);
  left: 45px;
  width: calc(100% - 90px);
  border-radius: 50% / 20px;
  top: -17px;
  height: 0;
  padding: 20px 0 20px 0;
  height: calc(100% - 6px);
}

.feta-logo-wrapper{
  margin: 0 auto;
  text-align: center;
}

.feta-logo{
  max-width: 300px;
  display: inline-block;
  filter: grayscale(1) brightness(3);
}

.section-more-link{
  margin: 1em 0 0 0;
}

.section-more-link a{

}

.views-row .views-field-title h3,
.views-row .views-field-title h4{
  margin-top: 0;
  margin-bottom: 0.2em;
}

.views-row a{
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.views-row:hover a{
  color: #000;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

::-moz-selection { background: #2b66b1; color:#fff; filter: unset;}
::selection { background: #2b66b1; color:#fff; filter: unset;}

.form-item label{
  font-weight: bold;
  font-size: 90%;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.form-item-name{
  width: calc(48%);
  vertical-align: top;
  display: inline-block;
}

.form-item-email{
  width: calc(48%);
  vertical-align: top;
  float: right;
  display: inline-block;
}

.form-item-message{
  width: calc(100% - 40px);
  display: inline-block;
}

.form-text,
.form-email,
.form-textarea{
  max-width: calc(100% - 40px - 2px);
  width: calc(100% - 40px - 2px);
  border-radius: 4px;
  border: 1px solid #787878;
  color: #333;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);  
}

.form-textarea{
  max-width: calc(100% - 2px);
  width: calc(100% - 2px); 
}

.form-text:focus,
.form-email:focus,
.form-textarea:focus{
  border: 1px solid #000;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.section-more{
  padding-top: 5vh;
}

.section-more .section-title{
  text-align: center;
}

.views-photo-grid-container .views-photo-grid-item{
  overflow: hidden;
  display: inline-block;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.views-photo-grid-container .views-photo-grid-item:hover{
  border-radius: 30px;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.views-photo-grid-container .views-photo-grid-item a{
  display: inline-block;
  vertical-align: top;
}

.views-photo-grid-container .views-photo-grid-item img{
  display: inline-block;
  vertical-align: top;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  transform: scale(1.00);
}

.views-photo-grid-container .views-photo-grid-item:hover img{
  transform: scale(1.08);
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.views-photo-grid-container{
  overflow: hidden;
}

#sliding-popup{
  width: 100%;
  background-color: #2b66b1;
  color: #fff;
  padding: 1.4em 0;
  display: inline-block;
  box-shadow: 0 -3px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);  
}

#popup-buttons button{
  cursor: pointer;
  display: inline-block;
  background-color: #2b66b1;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 90%;
  letter-spacing: 1px;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#popup-buttons button:hover{
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  background-color: #fff;
  color: #2b66b1;
}

#popup-buttons button.agree-button{
  background:unset;
  background-color: #fff;
  border: 2px solid #fff;
  color: #2b66b1;
}

#popup-buttons button.agree-button:hover{
  background:unset;
  background-color: #2b66b1;
  color: #fff;
}

#popup-buttons button.decline-button{
  background:unset;
  background-color: #dedede;
  border: 2px solid #dedede;
  color: #333;
}

#popup-buttons button.decline-button:hover{
  background:unset;
  background-color: #2b66b1;
  color: #fff;
}

#popup-text h2{
  font-size: 22px;
  margin-top: 0;
}

.eu-cookie-compliance-message p{
  font-size: unset;
}

#sliding-popup button.find-more-button{
  border: unset;
  background: unset;
  color: #fff;
  display: inline-block;
}

#popup-text p{
  margin-bottom: 0;
  display: inline-block;
}

.eu-cookie-compliance-buttons {
  margin-top: 1em;
}

.eu-cookie-compliance-content {
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
}

.eu-cookie-compliance-message {
  float: left;
  max-width: 70%;
}

.eu-cookie-compliance-buttons {
  float: right;
  max-width: 30%;
}


#s2020-banner-cover{
  z-index: 100;
  top: 0;
  right: 0;
  display: inline-block;
  position: absolute; 
  display: none;
}

.node-nid-7 #s2020-banner-cover{
  display: inline-block;
}

#s2020-banner{
  z-index: 100;
  top: 0;
  right: 0;
  display: inline-block;
  position: absolute;
}

#s2020-banner-menu{
  z-index: 100;
  top: 0;
  right: 0;
  display: inline-block;
  position: fixed;
  opacity: 0;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.not-front #s2020-banner-menu{
  display: none;
}

.not-front.node-nid-7 #s2020-banner-menu{
  display: inline-block; 
}

.is-sticky #s2020-banner-menu{
  opacity: 1;
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#wrapper{
  min-height: 45vh; 
}

#page-title{
  position: relative;
  z-index: 90;
  margin-top: -10vh;
  margin-bottom: 10vh;
}

#page-title h1{
  /*font-weight: bold;*/
  clip-path: polygon(0 0, calc(100% - 0.5em) 0%, 100% 100%, 0% 100%);
  background-color: #fff;
  padding: 0.2em 0.4em;
}

.node-nid-6 .webform-submission-form{
  padding-bottom: 10vh;
}

#about .container-inner{
  width: 650px;
}

#section-projekt{
  background-attachment: fixed;
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;  
}

#section-projekt .container-inner{
  position: relative;
}

#section-projekt .container-inner:before{
  content: "";
  z-index: 1;
  position: absolute;
  top: -2em;
  left: -2em;
  width: calc(100% + 4em);
  height: calc(100% + 4em);
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

#section-projekt .container-inner .section-title,
#section-projekt .container-inner .section-content,
#section-projekt .container-inner .section-more-link{
  position: relative;
  z-index: 2;
}

#section-kapcsolat .section-title{
  text-align: center;
}

#sidr-id-mobile-menu-logo img{
  width: 100px;
}