html, body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body, p {
  font-family: Montserrat-regular, Verdana, sans-serif;
  font-weight: normal;
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #333;
}
body, body.Design {
  max-width: 100%;
  overflow-x:hidden;
}
ul, li div, span, a {
  font-family: Montserrat-regular, Verdana, sans-serif;
  font-weight: normal;
  font-size: 17px;
}
b, strong, li strong {
  font-family: Montserrat-semibold, Verdana, sans-serif;
  font-weight: normal;
}

em, p em, li em {
  font-family: 'Montserrat-italic', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
strong em, p strong em, p em strong, li strong em, li em strong {
  font-family: 'Montserrat-semibold-italic', Verdana, sans-serif;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-semibold', Verdana, sans-serif;
  font-weight: normal;
  margin-top:0;
  color: #333;
  line-height: 1.2;
}

h1, .topheadline h1 { 
  font-size: 56px;
  margin-top: 0px;
  margin-bottom:30px;
}

h2 { 
  font-size: 32px;
  margin-bottom: 16px; 
}
.topheadline h2 {
  margin-bottom:0;
}
h3 { 
  font-size: 24px;
  margin-bottom: 16px;
}
h4, h5, h6 { 
  font-size: 20px;
  margin-bottom: 8px;
}

.footer_quick a, .quicklinks a:visited, .quicklinks a:hover, .quicklinks a:active {
  color:inherit;
}
.footerlinks .footer_quick a:hover {
  color:#76858d;
}
#content .editimgtxt a {
  text-decoration: underline;
}

a, a:visited, a:active {
  font-weight: inherit;
}



.topbar {
  background-color: #fff;
  min-height: 26px;
}
.topbar p {
  color: #fff;
}
.topbar .container {
  padding-top: 16px;
}

#logo img {
  max-height: 110px;
  width: auto;
}

#content {
  margin-top: 50px;
  margin-bottom: 50px;
}

#content p {
  margin: 0 0 25px 0;
}
#content img {
  box-shadow: none;

  height: auto;
  max-width: 100%;
}
#content .edit img {
  border-radius: none;
}

#content a:hover {
  color: #555e4f;
}

#footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}


#content {
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s; /* Firefox */
  -webkit-animation: fadein 0.5s; /* Safari and Chrome */
  -o-animation: fadein 0.5s; /* Opera */
}

@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}



#overflow, #lightbox, #overflow *, #lightbox * {
  max-width: 100%!important;
}