picture img {
  float: left;
}
img {
  max-width: 100%;
}
a, img {
  border: none;
  outline: 0;
}
a:focus, a:active, button:focus {
  outline: 0;
  border: 0;
}
input[type='radio'], input[type='radio']:hover, input[type='radio']:focus,
input[type='checkbox'], input[type='checkbox']:hover, input[type='checkbox']:focus {
  background: none;
  border: none;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased !important;
}
section {
  cursor: default;
}
*:focus {
  outline: none;
}
*::-moz-focus-inner {
  border: 0;
}
a {
  color: #4E889E;
  text-decoration: none;
}
a section {
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
input[type='file'] {
  padding: 0;
}
[data-sr] {
  visibility: hidden;
}
iframe[id^="oauth2relay"] {
  position: fixed !important;
}
nav ul {
  list-style: none;
}
address {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.owl-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}
.owl-item:active {
  cursor: move;
}
strong {
  font-weight: normal;
}
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}