
@import url("colors.css");
@import url("../fonts/fontawesome-free-5.1.0-web/css/all.css");
@import url("../fonts/icons/style.css");
@import url("../fonts/roboto-v20-latin/style.css");
@import url("../fonts/roboto-condensed-v18-latin/style.css");



.extbase-debugger{
  z-index:99999;
}



/****  GENERAL  ****/
*{
  padding:0px;
  margin:0px;
  border:0px;
}
html{
  width:100%;
  height:100%;
}
body{
  position:relative;
  width:100%;
  height:100%;
  background-color:#ffffff;
  color:var(--primary);
  font-family: 'Roboto';
  font-weight:normal;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  font-variant-numeric: lining-nums;
  overflow-x:hidden;

}

body{ font-size:calc(14px + .25vw); }
@media screen and (min-width:1440px) {
	body{ font-size: 16px; }
}
sub{
  margin-right:0.5em;
}
pre{
  text-align:left;
  max-height:500px;
}
input,textarea{
  font-variant-numeric: lining-nums;
}
input[type="text"]:focus,
textarea:focus{
  outline:0;
}
.form-control:focus{
  /* color: inherit;
  background-color: inherit;
  border-color: transparent;
  outline: 0;
  box-shadow: none; */
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
p {
  margin: 0;
}
hr{
  border-top: 1px solid var(--primary);
}
h1,h2,h3,h4,h5{
  font-weight:400;
  line-height:normal;
  margin:0 0 1em 0;
  font-family:'Roboto Condensed'
}
.ce-bodytext h1, .ce-bodytext h2, .ce-bodytext h3, .ce-bodytext h4, .ce-bodytext h5,
.content h1, .content h2, .content h3, .content h4, .content h5{
  color:var(--secondary);
}
h1{
  font-size:2em;
}
h2{
  font-size:1.75em;
}
h3{
  font-size:1.25em;
}
h4{
  font-size:1.125em;
}
h5{
  font-size:1em;
}
.ce-headline-center{
  text-align:center;
}
.ce-headline-right{
  text-align:right;
}
.ce-headline-left{
  text-align:left;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.bold {
  font-weight:bold;
}
.loader{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:99999;
}
.loader i{
  color:var(--primary);
}
.overlay {
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1040;
  display: none;
}
.align-center{
  text-align:center;
}
.align-right{
  text-align:right;
}
.align-justify{
  text-align:justify;
}
.width-10{ width:10% !important; }
.width-20{ width:20% !important; }
.width-30{ width:30% !important; }
.width-40{ width:40% !important; }
.width-50{ width:50% !important; }
.width-60{ width:60% !important; }
.width-70{ width:70% !important; }
.width-80{ width:80% !important; }
.width-90{ width:90% !important; }
.width-100{ width:100% !important; }
.divider hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #cccccc;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 0px;
}


html.nav-shown, html.nav-shown body {
  /* margin: 0; */
  /* height: 100%; */
  /* overflow: hidden; */
}


.shell{
  min-height:100vh;
  display:flex;
  width:100%;
  flex-direction: column;

  -webkit-transition: all .3s ease-in;
  -moz-transition:  all .3s ease-in;
    -ms-transition:  all .3s ease-in;
        transition: all .3s ease-in;
}
.shell > *{
  flex:0 1 auto;
}
.shell > .row{
  min-height:100vh;
}
.shell > .row > .col{
  position:relative;
}
.navbar .navbar-brand,
.shell > .row > .col:nth-child(1){
  flex: 0 0 33.3333333%;
  max-width: 33.333333%;
  flex: 0 0 40%;
  max-width: 40%;
}
.navbar .navbar-nav,
.shell > .row > .col:nth-child(2){
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  flex: 0 0 60%;
  max-width: 60%;
}
.shell > .row > .col:nth-child(2){
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
.shell > .row > .col:nth-child(2) main{

}
.shell > .row > .col:nth-child(2) footer{
  justify-self: flex-end;
}



.shell > .row > .col:nth-child(1) .header,
.shell > .row > .col:nth-child(1) .header *{
  height:100%;
  min-height:100vh;
  max-height:100vh;
}
.shell > .row > .col:nth-child(1) .header .slick-dots,
.shell > .row > .col:nth-child(1) .header .slick-dots *{
  height:unset;
  min-height:unset;
}


.site-nav{
  align-items: flex-end;
}
.navbar-nav{
  padding:2em 2em 0 0 ;
}

.navbar-nav .site-nav a{
  font-family: "Roboto Condensed";
  display:block;
  padding:0.5em 0.5em;
  border:1px solid transparent;
}
.navbar-nav .site-nav .item-wrap{
  margin:0.2em 0;
}

.navbar-nav .site-nav .nav-item.active a{
  border:1px solid var(--primary);
  position:relative;
}




.item-wrap a{ 
  background: none;
  border: 0;
  box-sizing: border-box;  
  display:block;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  position: relative;  
}
.item-wrap a::before, 
.item-wrap a::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.item-wrap a::before {
  top: 0;
  left: 0;
}
.item-wrap a::after {
  bottom: 0;
  right: 0;
}
.item-wrap a:hover {
  color: var(--primary);
}


.nav-item:not(.active) .item-wrap a:hover::before, 
.nav-item:not(.active) .item-wrap a:hover::after {
  width: 100%;
  height: 100%;
}
.nav-item:not(.active) .item-wrap a:hover::before {
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.nav-item:not(.active) .item-wrap a:hover::after {
  border-bottom-color: var(--primary);
  border-left-color: var(--primary);
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}




.navbar-nav .site-nav .nav-item.active a:hover{
  color:var(--primary);
}
.navbar-nav .site-nav .nav-item.active .item-wrap{
  position:relative;
  display:block;
}
.navbar-nav .site-nav .nav-item.active .item-wrap:before{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  left:-0.75em;
  width:1em;
  height:1px;
  margin-top:-1px;
  background-color:var(--primary);
}
.news-single .news-image img{
  max-width:100%;
  height:auto;
}
.news .news-feed{
  padding:0 3em;
}
.news .news-feed .media-preview img{
  width:100%;
  height:auto;
}
.news .news-feed .media-preview{
  margin-bottom:2em;
  position:relative;
}
.news .news-feed .media-preview > a{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.news .news-feed .media-preview > a > img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.news .news-feed .media-preview:before{
  content:"";
  display:block;
  padding-top:47.125%;
}




.news .news-feed .teaser p{
  font-size:0.8em;
  text-align: justify;
}


main{
  flex:1 !important;
  /* min-height:150vh; */
  padding:2em 9em 2em 2em;
}
main .frame p{
  font-weight:300;
}
footer{
  padding:2em;
}
footer .frame{
  font-size:0.9em;
}
/* .sticky-wrapper{
  z-index:9999;
  background:transparent;
  position:fixed;
  top:0;
  width:100%;
} */
.shell.no-header .sticky-wrapper{
  position:relative;
}
.head {
  position:relative;
  z-index:999;
  /* background-color:#ffffff; */
}
.logo{
  position:fixed;
}
.head.stuck {
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
  /* border-top:0.35em solid var(--secondary); */
}
.head.stuck:hover{
  z-index:99999;
}


.head,
.constant-top,
.main-nav-top,
.main-nav .logo{
  -webkit-transition: all .3s ease-in;
  -moz-transition:  all .3s ease-in;
    -ms-transition:  all .3s ease-in;
        transition: all .3s ease-in;
}




p .button{
  display:inline-block;
  padding:0.95em 0.95em 0.85em 0.95em;
  color:var(--secondary);
  line-height:1;
  border:1px solid var(--secondary);
}
p .button:after{
  content:"\e603";
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:0.8em;
  margin-left:0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p .button:hover{
  color:#ffffff;
  background-color:var(--secondary);
}
p .button:hover:after{
  /* color:#ffffff; */
}




.navbar{
  align-items: initial;
  z-index:990;
}
.navbar:hover{
  z-index:99999;
}

.logo{
  width:16.125em;
  padding-top:2em;
  padding-right:2em;
  position:absolute;
  position:fixed;
  z-index:9;  
  right:0;
  right:60%;
  top:0em;
}
.logo svg{
  width:100%;
  height:auto;
}




.head.shrinked{
  /* -moz-box-shadow:     0 0.25em 0.5em rgba(0,0,0,0.35);
  -webkit-box-shadow:  0 0.25em 0.5em rgba(0,0,0,0.35);
  box-shadow:          0 0.25em 0.5em rgba(0,0,0,0.35); */
}






.container{
  max-width:1440px;

}
.container-fluid .container,
.container .container{
  padding:0;
}
.navbar > .container{

}
.navbar-collapse > .container{

}
.navbar ul{
  list-style:none;
  margin:0;
}
.navbar ul li{
  padding:0;
}
.navbar{
  padding:0;
}












.navbar-toggle{
  display:none;
}
.navbar-brand{
  /* width:17.9166%;
  width:22.3958%; */
  font-size:1em;
  /* width:16.125em; */
  /* min-width:100px;
  max-width:250px; */
  padding-top:0;
  padding-bottom:0;
  padding-right:2em;
  /* position:relative; */
  /* align-self: flex-start; */
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items:flex-end;
  -webkit-transition: all .25s ease-in;
  -moz-transition:  all .25s ease-in;
  -ms-transition:  all .25s ease-in;
  transition: all .25s ease-in;
}









.navbar-collapse.collapsing{
  position:absolute;
  width:100%;
}
.navbar-collapse .site-nav{
  flex-direction:column;
  
}
.navbar-collapse .site-nav > li{
  /* flex:1 1 auto;
  justify-content: center;
  align-items: center;
  display:flex; */
}




/*
  NAVIGATION
*/

.navbar-collapse{
  -webkit-transition: all .15s ease-in;
  -moz-transition:  all .15s ease-in;
  -ms-transition:  all .15s ease-in;
  transition: all .15s ease-in;
}
.navbar-collapse .nav > li > span > a{
  
  position:relative;
  
}



.navbar-collapse ul{
  padding: 0;
  list-style: none;
}
.navbar-collapse ul.menu > li{
  padding:0em 1em 0em 1em;
  line-height:1;
  
}
.navbar-collapse ul.menu > li:hover > span {
  color:var(--secondary);
}
.navbar-collapse ul.menu > li:hover > span *{
  color:inherit;
}

.navbar-collapse ul.menu > li > span{
  position:relative;
}
.navbar-collapse ul.menu > li.has-sub > span:after{
  content:"";
  width:1em;
  height:1em;
  display:block;
  margin:0 auto 0 auto;
  position:absolute;
  left:50%;
  margin-left:-1.25em; /* RESPECT THE SUBINDICATOR ON PARENT A-TAG */

  bottom:-2.5em;
  transform: rotate(45deg);
  background-color:#ffffff;
  /* background-color:#ff0000; */
  z-index:999;
  opacity:0;
  bottom:2em;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.navbar-collapse ul.menu > li.has-sub:hover > span:after{
  bottom:-0.5em;
  opacity:1;
}

.nav  li .item-wrap{
  position:relative;
  white-space: nowrap;
}
.site-nav >  li > .item-wrap{
  /* flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  height:100%; */
}
.nav > li > ul{
  list-style: none;
  position: absolute;
  /* z-index: 98; */
  text-align:left;
  background-color:rgba(255,255,255,1);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  padding:0em 0 0em 0;
  visibility:hidden;
  top:70%;
  left:0;
  opacity:0;
}
.nav > li:hover > ul{
  visibility:visible;
  top:100%;
  opacity:1;
}

.nav  li .sub-indicator{
  padding:0 0.5em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav  li .sub-indicator i{
  font-size:0.5em;
}








.menu > li > ul{
  width:100%;
  background-color: var(--secondary);
  color:var(--white);
  padding:9em 6em;
  display:flex;
  flex-direction: row;
}
.menu > li > ul{

}
.menu > li > ul > li{
  flex:1 1 33.3333%;
  padding:0 3em;
}

.menu > li > ul ul{
  flex-direction: column;
}



.submenu .nav-item.nav-level-2 > span > a{
  font-weight:bold;
  font-size:1.125em;
  padding-bottom:1.5em;
  display:block;
}
.submenu .nav-item.nav-level-2 .submenu{
  padding:1em 0;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
}
.submenu .nav-item.nav-level-2 .submenu li a{
  padding:0.25em 0;
  display:block;
}












.navbar-toggle{
  width:30px;
  height:24px;
  z-index:999;
  padding:0;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger:focus{
  outline:0;
}
.hamburger-inner {
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: var(--primary);
  border-radius:0;
  /* -moz-box-shadow:    1px 2px 2px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.6);
  box-shadow:         1px 2px 2px 0px rgba(0,0,0,0.6); */
}
.head.shrinked .hamburger-inner,.head.shrinked .hamburger-inner::before,.head.shrinked .hamburger-inner::after {
  background-color: var(--tertiary);
}

.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger-box {
  width: 100%;
  height: 100%;
}



.row.grid{
  flex-wrap:nowrap;
}
.row.grid .col{
  display:flex;
  flex-direction: column;
}
.row.grid.cols-1-1 > .col{
  flex:0 0 50%;
  max-width:50%;
}

.row.grid.cols-1-1 > .col > div{
  flex:1 1 auto;
}

.row.grid.cols-1-1 > .col > div > div,
.row.grid.cols-1-1 > .col > div > div > div{
  height:100%;
}



.row.grid{

}
.row.grid.cols-2-1 .col:nth-child(1){
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.row.grid.cols-2-1 .col:nth-child(2){
  flex: 0 0 33.3333333%;
  max-width: 33.333333%;
}


.row.grid.cols-3-2 .col:nth-child(1){
  flex: 0 0 60%;
  max-width: 60%;
}
.row.grid.cols-3-2 .col:nth-child(2){
  flex: 0 0 40%;
  max-width: 40%;
}
.row.grid.cols-2-3 .col:nth-child(1){
  flex: 0 0 40%;
  max-width: 40%;
}
.row.grid.cols-2-3 .col:nth-child(2){
  flex: 0 0 60%;
  max-width: 60%;
}



.row.grid.cols-3 .col:nth-child(1){
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
.row.grid.cols-3 .col:nth-child(2){
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row.grid.cols-3 .col:nth-child(3){
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}






.frame-type-uploads ul,
.frame-type-menu_subpages ul,
.frame-type-menu_pages ul{
  list-style:none;
  margin:0;
}
.frame-type-uploads header > *{
  color:inherit;
  font-size:1em;
  line-height:1.5;
  font-weight:normal;
}

.frame-type-menu_subpages ul li a svg{
  max-width:3em;
  max-height:3em;
}

.foot .frame-type-menu_subpages ul.direction-horizontal{
  margin:0 -1em;
}
.foot .frame-type-menu_subpages ul.direction-horizontal li{
  padding:0 1em;
}
.foot .frame-type-menu_subpages ul li a svg{
  width:3em;
  max-width:3em;
}
.foot .frame-type-menu_subpages ul li a svg path{
  fill:var(--white);
}





.page-slide-teaser {
  position:relative;
  background-repeat:no-repeat;
  background-size:cover;
  display:flex;
}
.page-slide-teaser::before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.page-slide-teaser::after {
  clear: left;
  content: " ";
  display: table;
}

.page-slide-teaser .slide-content{
  overflow:hidden;
  max-width:100%;
  width:100%;
  display:flex;
  flex-direction: column;
  height:100%;
  align-self: flex-end;
  color:#ffffff;
  padding:2em 4em 4em 4em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+62&0+0,0.65+63 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.24) 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.24) 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.page-slide-teaser .slide-content header{
  color:#ffffff;
}

.page-slide-teaser .slide-content header > *{
  font-size:1.5em;
  font-weight:300;
}
.page-slide-teaser .slide-content header{
  margin-bottom:0.25em;
}
.slide-link i{
  margin-left:0.5em;
  font-size:0.8em;
}
.slick-slide .slide-content header{
  transform:translate(-200%,0%);
  opacity:0;
}
.slick-slide .slide-content .slide-link{
  transform:translate(0,100%);
  opacity:0;
}
.slick-slide.slick-active .slide-content header,
.slick-slide.slick-active .slide-content .slide-link{
  -webkit-transition: all .5s ease-in 0.8s;
  -moz-transition:  all .5s ease-in 0.8s;
    -ms-transition:  all .5s ease-in 0.8s;
        transition: all .5s ease-in 0.8s;
  transform:translate(0,0%);
  opacity:1;
}
.slick-slide.slick-active .slide-content header{
  -webkit-transition: all .8s ease-in-out 0.2s;
  -moz-transition:  all .8s ease-in-out 0.2s;
    -ms-transition:  all .8s ease-in-out 0.2s;
        transition: all .8s ease-in-out 0.2s;
}
.grid.row .col .page-slide-teaser .slide-content{
  padding-left:9em;
}






.frame-layout-1{
  background-color:var(--callout);
  color:var(--white);
  padding:3em 2em;
}
.frame-layout-1 header,
.frame-layout-1 header > *{
  color:inherit;
}



.news-callout{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;
}
.news-callout .callout-link{
  justify-self: flex-end;
  padding-left:3em;
}
.news-callout .callout-link a{
  display:inline-block;
  padding:0.95em 0.95em 0.85em 0.95em;
  line-height:1;
}
.news-callout .callout-link a i{
  font-size: 0.8em;
  margin-left: 0.5em;
}
.frame-layout-1 .news-callout .callout-link a{
  background-color:var(--white);
  color:var(--callout);
}


.news .article:after{
  display:none;
}

.news-feed .article {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}
.news-feed .article .news-copy{

}
.news-feed .article .news-date{
  display:block;
  text-align:right;
}
.news-feed .article .news-date time{
  font-size:0.9em;
  font-weight:500;
  font-family: 'Roboto Condensed';
  text-align:right;
}
.news-feed .article header{
  margin-bottom:1em;
}
.news-feed .article .teaser{
  
}
.news-feed .article .more-link{
  display:none;
}
.news-feed .article .more-link a{
  color:var(--secondary);
}
.news-feed .article .more-link a i{
  font-size:0.8em;
  margin-left:0.5em;
}


.frame-type-form_formframework{

}
.frame-type-form_formframework form{
  
}
.frame-type-form_formframework form .row{
  
}
.frame-type-form_formframework form .row fieldset{
  margin-bottom:0;
}
.frame-type-form_formframework form .row fieldset .form-group{
  margin-top:3em;
  margin-bottom: 0em;
}
.frame-type-form_formframework form .row fieldset > .form-group:first-child{
  margin-top:0em;
}
.frame-type-form_formframework form .row fieldset .form-group > label{
  display:none;
}
.frame-type-form_formframework form .row fieldset .form-group > .input{
  
}
.frame-type-form_formframework form .row fieldset .form-group > .input textarea.form-control,
.frame-type-form_formframework form .row fieldset .form-group > .input input.form-control{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-bottom: 1px solid var(--primary20);
  border-radius: 0;
  font-family: 'Roboto';
  
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.frame-type-form_formframework form .row fieldset .form-group > .input textarea.form-control{
  border-left: 1px solid var(--primary20);
  border-bottom: 0px solid transparent;
}
.frame-type-form_formframework form .row > div:nth-child(2) fieldset,
.frame-type-form_formframework form .row > div:nth-child(2) fieldset .form-group,
.frame-type-form_formframework form .row > div:nth-child(2) fieldset .form-group .input,
.frame-type-form_formframework form .row > div:nth-child(2) fieldset .form-group .input textarea.form-control{
  height:100%;  
}

.frame-type-form_formframework .actions{
  margin-top:2em;
}
.frame-type-form_formframework .actions .btn{
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary20);
  display: inline-block;
  font-weight: 500;
  font-family:'Roboto Condensed';
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid var(--primary20);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-toolbar{
  justify-content: flex-end;
}







.nav-tabs{
  justify-content: center;

}
.nav-tabs .nav-item{
  margin-bottom:0;
}
.nav-tabs .nav-item .nav-link{
  border:0px solid transparent;
  text-transform: uppercase;
  margin-bottom:-0.4em;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border:0px solid transparent;
}
.nav-tabs .nav-item .nav-link.active{
  color:var(--secondary);
  border:0px solid transparent;
  border-bottom:0.35em solid var(--secondary);
}

.tab-pane > div{
  margin-top:3em!important;
  /* padding:3em 0 0 0; */
}


.ui-widget.ui-widget-content.cpopup-content{
  -moz-box-shadow:     0.15em 0.15em 0.15em rgba(0,0,0,0.3);
  -webkit-box-shadow:  0.15em 0.15em 0.15em rgba(0,0,0,0.3);
  box-shadow:          0.15em 0.15em 0.15em rgba(0,0,0,0.3);
  border:0px solid transparent;
  padding:0;
  z-index:998;
}
.cpopup-content img{
  max-width:100%;
  height:auto!important;
}
.cpopup-content .ui-dialog-titlebar{
  display:none;
}
.cpopup-content .container{
  padding:0;
}
.cpopup-content.ui-dialog .ui-dialog-content{
  padding:0;
}
.cpopup-content .container .frame{
  margin:2em;
}
.cpopup-content .container .frame-type-image{
  margin:0;
}
.cpopup-content header h1{
  font-size:2em;
}
.cpopup-content header h2{
  font-size:1.75em;
}
.cpopup-content header h3{
  font-size:1.5em;
}













.foot header > * {
  font-weight:300;
  font-size:3em;
}
.foot{
  padding:5em 0 2em 0;
  display:block;
  width:100%;
}
.foot .frame-type-uploads ul li *,
.foot .frame-type-menu_subpages ul li *{
  font-weight:300;
}
.foot .frame-type-menu_pages ul li *{
  font-weight:normal;
}
.newsletter{
  padding:0 0 1em 0;
}
.foot .newsletter .input-group-lg > .form-control{
  border-radius:0;
  background:transparent;
  border:0px solid transparent;
  color:#ffffff;
  font-weight:300;
  font-size:1em;
}

.foot .newsletter .input-group-lg > .form-control::-webkit-input-placeholder {
  color: var(--white);
  opacity:1;
}
.foot .newsletter .input-group-lg > .form-control::-moz-placeholder {
  color: var(--white);
  opacity:1;
}
.foot .newsletter .input-group-lg > .form-control:-ms-input-placeholder {
  color: var(--white);
  opacity:1;
}
.foot .newsletter .input-group-lg > .form-control:-moz-placeholder {
  color: var(--white);
  opacity:1;
}

.foot .newsletter .input-group{
  border:1px solid var(--secondary);
}
.foot .newsletter .input-group button[type=submit]{
  opacity:0;
  padding:0 0.5em;
  background:transparent;
  color:#ffffff;
}
.foot .newsletter .form-check{
  margin-top:0.5em;
  padding-left:0;
}
.foot .newsletter .form-check .form-check-input{
  position:relative;
  margin:0;
}

.form-check input[type=checkbox]{
  opacity:0;
  width:1em;
  height:1em;
}
.form-check input[type=checkbox] + span,
.form-check input[type=checkbox] + label{
  cursor:pointer;
}
.form-check input[type=checkbox] + span,
.form-check input[type=checkbox] + label p{
  display:inline-block;
  font-size:0.8em;
  float:left;
}
.form-check input[type=checkbox] + span:before,
.form-check input[type=checkbox] + label:before{
  content:"";
  /* position:absolute; */
  /* left:0; */
  float:left;
  margin-left:-1em;
  display:inline-block;
  width:1em;
  height:1em;
  margin-right:0.5em;
  border:1px solid var(--secondary);
  color:#000000;
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor:pointer;
}
.form-check input[type=checkbox]:checked + span:before,
.form-check input[type=checkbox]:checked + label:before{
  content: "\e206";
}


.frame-type-form_formframework .row {
  margin-bottom:2em;
}





.subheader{
  text-transform:uppercase;
  font-size:1.2em;
  letter-spacing:0.1em;
}




.close {
  position: absolute;
  top: -50px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  height: 40px;
  width: 40px;
  background-size: 40px;
}



.close:before,.close:after{
  content:'';
  position:absolute;
  width:36px;
  height:2px;
  background-color:white;
  top:16px;
}

.close:before{
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
  left:2px;
}
.close:after{
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  transform:rotate(-45deg);
  right:2px;
}




figure{
  margin:0;
}
figure.image img{
  /* max-width:100%; */
}
.frame-type-gridelements_pi1 .row .col img{
  width:100%!important;
  height:auto!important;
}

.back-to-top{
  position: fixed;
  right: 2em;
  width:2em;
  height:2em;
  bottom:1.5em;
  background-color: transparent;
  display: block;
  margin:0;
  text-align:center;
  /* border-radius: 100%; */
  cursor: pointer;
  z-index:9999;
  text-align:center;
  border:1px solid var(--secondary);
  background-color:var(--white);
  display:none!important;
  /* -moz-box-shadow:     0 0 0.25em rgba(0,0,0,0.1);
  -webkit-box-shadow:  0 0 0.25em rgba(0,0,0,0.1);
  box-shadow:          0 0 0.25em rgba(0,0,0,0.1); */
}
.back-to-top i{
  position:absolute;
  top:50%;
  left:50%;
  font-size:0.5em;
  /* font-size:1.85em; */
  /* transform: translate(-50%,-50%) rotate(-90deg); */
  transform: translate(-50%,-50%) rotate(-180deg);
  color:var(--secondary);
}
.back-to-top:hover{
  -moz-box-shadow:     0 0 0.5em rgba(0,0,0,0.35);
  -webkit-box-shadow:  0 0 0.5em rgba(0,0,0,0.35);
  box-shadow:          0 0 0.5em rgba(0,0,0,0.35);
  background-color:var(--secondary);
  color:var(--white);
}
.back-to-top:hover i,
.back-to-top:hover i:before{
  color:var(--white);
}




/*
.frame-space-before-extra-small { padding-top: 1.875em!important; }
.frame-space-before-small { padding-top: 3.75em!important; }
.frame-space-before-medium { padding-top: 5.625em!important; }
.frame-space-before-large { padding-top: 7.5em!important; }
.frame-space-before-extra-large { padding-top: 11.25em!important; }
.frame-space-after-extra-small { padding-bottom: 1.875em!important; }
.frame-space-after-small { padding-bottom: 3.75em!important; }
.frame-space-after-medium { padding-bottom: 5.625em!important; }
.frame-space-after-large { padding-bottom: 7.5em!important; }
.frame-space-after-extra-large { padding-bottom: 11.25em!important; }
*/

.frame-space-before-extra-small { margin-top: 1.875em!important; }
.frame-space-before-small { margin-top: 3.75em!important; }
.frame-space-before-medium { margin-top: 5.625em!important; }
.frame-space-before-large { margin-top: 7.5em!important; }
.frame-space-before-extra-large { margin-top: 11.25em!important; }
.frame-space-after-extra-small { margin-bottom: 1.875em!important; }
.frame-space-after-small { margin-bottom: 3.75em!important; }
.frame-space-after-medium { margin-bottom: 5.625em!important; }
.frame-space-after-large { margin-bottom: 7.5em!important; }
.frame-space-after-extra-large { margin-bottom: 11.25em!important; }








::-webkit-input-placeholder {
  color: var(--white);
  opacity:1;
}
::-moz-placeholder {
  color: var(--white);
  opacity:1;
}
:-ms-input-placeholder {
  color: var(--white);
  opacity:1;
}
:-moz-placeholder {
  color: var(--white);
  opacity:1;
}















.slick-dots{
  margin:0 -0.5em;
  padding: 0;
  /* left:50%; */
  /* margin-left:570px;
  padding-left:2em; */
  list-style: none;
  position:absolute;
  /* top:50%; */
  bottom:1.5em;
  right:2em;
  /* left:50%;
  transform:translateX(-50%); */
  z-index:99;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  /* margin: 0em 0.5em; */
  padding: 0 0.5em;
  cursor: pointer;
}
.slick-dots li button{
  display: block;
  padding: 0em;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  position:relative;
  border:0px solid transparent;
  width:1em;
  height:1em !important;
  background-color:var(--white);
}
.slick-dots li.slick-active  button{
  background-color:var(--secondary);
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-arrow{
  background:none;
  color:var(--primary60);
  font-size:2em;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:99;
}
.slick-arrow.slick-prev{
  left:0em;
  /* left:0;
  transform:translateX(-1.12em); */
}
.slick-arrow.slick-next{
  right:0em;
  /* right:0;
  transform:translateX(1.12em); */
}
.slick-arrow.slick-disabled{
  opacity:0.5;
}
.slick-arrow:focus,.slick-arrow:active{
  outline:0;
}

.slideshow-ctrl {
  position:absolute;
  bottom:-48px;
  right:0;

  text-align:right;
  margin-top:1em;
}
.slideshow-gallery + .slideshow-ctrl {
  text-align:left;
}
.image-left .slideshow-ctrl {
  text-align:left;
  left:0;
  right:auto;
}
.slideshow-ctrl .slick-arrow{
  position:relative;
  left:auto;
  top:auto;
  right:auto;
  bottom:auto;
  transform:none;
  border:1px solid var(--primary);
  border-radius:100%;
  display:inline-block;
  width:2em;
  height:2em;
  width:32px;
  height:32px;
  font-size:1em;
  margin-left:0.5em;
}
.slideshow-ctrl .slick-arrow i{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:0.8em;
}

.media-slider .slick-dots{

  bottom:-3.75em;
  left:auto;
  right:0;
}
.media-slider .slick-dots li button{
  border:1px solid var(--secondary);
  height:0.5em;
}







.ui-widget{
  font-family:inherit;
}


.ui-dialog .dialog-close{
  position:absolute;
  right:0.25em;
  top:0.25em;
  width:2em;
  height:2em;
  cursor:pointer;
  z-index:9999;
  background-color:#ffffff;
}
.dialog-close:before, .dialog-close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 1px;
  background-color: #333;
}
.dialog-close:before {
  transform: rotate(45deg);
}
.dialog-close:after {
  transform: rotate(-45deg);
}


.ui-widget-overlay{
  opacity:1;
  background-color:rgba(255,255,255,0.1);
}

body.with-dialog .shell{
  filter: blur(5px);
}
.ui-dialog.ajax-content .ui-dialog-titlebar {
  display: none;
}
.ui-dialog.ajax-content.ui-widget.ui-widget-content{
  border:0px solid transparent;
  font-family:inherit;
  border-radius:0!important;
}
.ui-dialog.ajax-content{
  -moz-box-shadow:     0 0 0.5em rgba(0,0,0,0.2);
  -webkit-box-shadow:  0 0 0.5em rgba(0,0,0,0.2);
  box-shadow:          0 0 0.5em rgba(0,0,0,0.2);
}
.ui-dialog .ui-dialog-content{
  padding:2.5em 5em;
}
.ui-dialog.ajax-content .content{
  padding:0;
}
.ui-dialog.ajax-content .content > .container {
  padding: 0 0 0 0;
}


.cc-window{
  background-color: rgba(255,255,255,0.9);
  -moz-box-shadow:    0px -3px 3px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.1);
  box-shadow:         0px -3px 3px 0px rgba(0,0,0,0.1);
}
.cc-revoke, .cc-window{

  font-weight:300;
}
.cc-link{
  opacity:0.3;
  padding-right:1em;
}
.cc-btn{
  background-color:var(--brown);
  color:#ffffff;
  border-color:var(--brown);
}
.cc-btn:hover{
  color:var(--brown);
  background-color:#ffffff;
}





@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}