html, body {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
body, p {
  font-family: 'latoregular', Helvetica, Arial, sans-serif;;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #243956;
}
html {
  height:100%;
}
body, body.Design {
  max-width: 100%;
  overflow-x:hidden;
  min-height: 100%;
}
ul, li div, span, a {
  font-family: 'latoregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
b, strong {
  font-family: 'latobold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

em, p em {
  font-family: 'latoitalic', Helvetica, Arial, sans-serif;
  font-weight: normal;
  /*font-style: italic;*/
}
strong em, p strong em {
  font-family: 'latobold_italic', Helvetica, Arial, sans-serif;
  font-style: italic;
}
h1, h2, h3, h4 {
  font-family: 'latobold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top:0;
  color: #243956;
}

h1 { 
  font-size: 56px;
  margin-bottom: 20px;
  color: #247586;
  font-family: 'latoregular', Helvetica, Arial, sans-serif;;
}

h2 { 
  font-size: 32px;
  margin-bottom: 16px;
}

h3 { 
  font-size: 24px;
  margin-bottom: 16px;
}
h4 { 
  font-size: 18px;
  margin-bottom: 8px;
}

.topheadline h1 {
  margin-bottom:50px;
}
.footer_quick a, .quicklinks a:visited, .quicklinks a:hover, .quicklinks a:active {
  color:inherit;
}
.footerlinks .footer_quick a:hover {
  color:#2eb9ef;
  color:#82928f;
}
#content .editimgtxt a {
  text-decoration: underline;
  color: #243956;
}

#content .editimgtxt a:hover {
  color: #3d8984;
  }

a, a:visited, a:active {
  font-weight: inherit;
}
.imagesbotrow img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-bottom: 10px;
}
.imagesbotrow img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.imagesbotrow .formaalimg img {
  padding-left:40px;
}


.quicklinks li {
  border-bottom:1px solid #68bf5f;
}

.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;
}
#content .edit img {
  border-radius: none;
}

#content a:hover {
  color: #0c80b8;
}

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

#footer img {
  width: 28px;
  height: 28px;
}

#footer a,
#footer a:active,
#footer a:visited {
  color: #fff;
}

#footer a:hover, #footer li a:hover {
  color: #2eb9ef;
}

#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;
}