html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333;
}

a {
  color: #248cc8;
}

a:active,
a:focus,
a:hover {
  color: #f47e3c;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
  margin: 0 0 1.5em;
}

ol,
ul {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

figure {
  margin: 0;
}

#main,
article.page,
article.post,
.entry-header,
.entry-content {
  zoom: 1;
}

#main::before,
article.page::before,
article.post::before,
.entry-header::before,
.entry-content::before {
  content: "";
  display: block;
}

#main::after,
article.page::after,
article.post::after,
.entry-header::after,
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

#main {
  background: #fcfcfc;
  padding: 35px;
}

#primary,
.page-template-default #primary {
  float: left;
  width: 71.287%;
}

#secondary {
  float: right;
  width: 23.762%;
}

body.robotuno-static-migration.page-layout-no-sidebar #primary,
body.robotuno-static-migration.page-layout-no-sidebar .content-area,
body.robotuno-static-migration.no-sidebar #primary,
body.robotuno-static-migration.no-sidebar .content-area {
  float: none;
  width: 100%;
}

article.page,
article.post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

article.page:last-child,
article.post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

article.page .entry-header,
article.post .entry-header {
  margin-bottom: 20px;
}

article.page .entry-header h1.entry-title,
article.post .entry-header h1.entry-title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
}

.entry-content {
  line-height: 1.6;
  color: #666;
}

.entry-content p,
.entry-content > ol,
.entry-content > ul {
  margin: 1em 0;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content img,
.entry-content video,
.entry-content iframe {
  max-width: 100%;
  height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: #444;
  margin: 1em 0;
  font-weight: 500;
}

.entry-content h1 {
  font-size: 1.7em;
}

.entry-content h2 {
  font-size: 1.6em;
}

.entry-content h3 {
  font-size: 1.5em;
}

.site-content {
  word-wrap: break-word;
}

#scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  border-radius: 3px;
  text-decoration: none;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}

#scroll-to-top .vantage-icon-arrow-up {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
}

#scroll-to-top .vantage-icon-arrow-up::before {
  content: "\2191";
  display: block;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 680px) {
  body.responsive #primary,
  body.responsive #secondary {
    float: none;
    width: auto;
  }
}
