/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-condensed-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-condensed-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-condensed-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-condensed-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-condensed-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-condensed-v15-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}
.open-sans-condensed {
font-family: 'Open Sans Condensed';
font-weight: 300;
}

#header .open-sans-condensed {
font-size:22px;
}
#header .open-sans-condensed.helen {
font-size: 18px;
}
@media(max-width: 500px) {
#header .open-sans-condensed {
font-size: 16px;
}
}
#header .open-sans-condensed:hover{
text-decoration: none;
}
#header span.open-sans-condensed {
margin-left: auto;
}
.mobile-logo .open-sans-condensed {
display: none;
}
h2, h3, h4, h5, h6 {
font-family: 'Open Sans Condensed';
}
body.header-fixed.header-animated #header.scrolled {
height: auto;
}
#header .navbar-section.desktop-menu {
height: auto;
background: white;
}
#footer {
padding: 1rem;
background-color: #00b68c !important;
text-align: left;
color: #222;
}
#footer a, #footer a:visited {
color: #222;
}
#body-wrapper .container {
padding: 2rem .4rem;
}
#header {
border-bottom: 1.5px solid #222;
}
#header .logo svg {
height: 3.8rem;
width: auto;
margin-top: 0.23rem;
background-color: white;
}

#header.scrolled .open-sans-condensed {
display: none;
}
@media(max-width: 840px) {
#header .helen-wagner {
display: none !important;
}
}
@media(max-width: 480px) {
#header .kjpt {
font-size: 15px;
}
}
.mobile-logo svg {
width: auto;
}
.treemenu li a {
line-height: 2;
}
.treemenu .toggler {
line-height: 1.9;
}
.dropmenu.animated ul ul {
min-width:100%;
}
.overlay.open {
opacity: 1;
}
.overlay {
background-color: #d7f2ff;
}
.mobile-menu .button_container.active .top, .mobile-menu .button_container.active .middle, .mobile-menu .button_container.active .bottom {
background: #222;
}
.treemenu li .toggler:before {
padding: 0 0.5rem;
}
.treemenu ul {
margin: 0 0 0 2.2rem;
}
.quoted {
font-style: italic;
font-family: 'Open Sans Condensed';
font-size: 20px;
position: relative;
margin-left: 2rem;
padding-left: 1rem;
border-left: 0.2rem solid #00b68c;
}
@media(max-width: 480px) {
.quoted {
font-size: 16px;
line-height: 1.5rem;
}
}
.quoted:before, .quoted:after {
  font-family: Calibri;
  color: #00b68c;
  font-size: 34px;
}
.quoted:before {content: '\201e'}
.quoted:after {content: '\201c';}

.breadcrumb {
font-size:0.7rem;
}

.navbar .navbar-section{
flex:initial;
width: 100%;
justify-content: space-between;
}
#header.scrolled .navbar-section {
width: auto;
}
body.header-fixed.header-animated #header.scrolled .logo img, body.header-fixed.header-animated #header.scrolled .logo svg {
margin-top: 0;
}
@media(min-width: 800px) {
#header .navbar-section {
height: 5rem;
}
#header {
height: 5rem;
}
#header .logo svg {
margin-top: 1.23rem;
}
.header-fixed #body-wrapper {
padding-top: 5rem;
}
}
