/*!
Theme Name: Usabilla Blog
Theme URI: http://usabilla.com/
Author: Claudio Semeraro
Author URI: http://twitter.com/keepitterron
Description: Usabilla blog theme 2015
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usabilla
Tags: flat, usabilla, theme

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.widget select,
.wp-caption,
embed,
iframe,
img,
object,
pre {
  max-width: 100%; }

.btn,
.btn-full {
  -webkit-tap-highlight-color: rgba(107, 107, 107, 0.5); }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

address,
table {
  margin: 0 0 1.5em; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

cite,
dfn,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: .9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

ins,
mark {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

*,
:after,
:before {
  box-sizing: inherit; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto; }

th {
  text-align: left;
  font-weight: 600; }

tr {
  border-bottom: 1px solid #dfdfdf; }

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111; }

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto; }

.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%; }

.main-navigation.toggled ul,
.menu-toggle {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.hentry,
.widget {
  margin: 0 0 1.5em; }

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table; }

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both; }

.widget_search .search-submit {
  display: none; }

.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.5em; }

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: .8075em 0; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

@font-face {
  font-family: 'FF Milo';
  font-weight: 100;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Thin.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Thin.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 100;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-ThinIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-ThinIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 200;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Exlig.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Exlig.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 200;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-ExligIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-ExligIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 300;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Light.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Light.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 300;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-LightIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-LightIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 400;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 400;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Ita.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Ita.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 500;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Text.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Text.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 500;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-TextIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-TextIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 600;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Medi.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Medi.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 600;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-MediIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-MediIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 700;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Bold.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Bold.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 700;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-BoldIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-BoldIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 800;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Xbold.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Xbold.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 800;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-XboldIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-XboldIta.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 900;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Black.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-Black.woff) format("woff"); }

@font-face {
  font-family: 'FF Milo';
  font-weight: 900;
  font-style: italic;
  src: url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-BlackIta.woff2) format("woff2"), url(//s3.amazonaws.com/usabilla-cdn/typefaces/milo/MiloOT-BlackIta.woff) format("woff"); }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.7em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: 0 0;
  outline: 0; }

.tcon > * {
  display: block; }

.tcon:focus,
.tcon:hover {
  outline: 0; }

.tcon::-moz-focus-inner {
  border: 0; }

.tcon-menu__lines {
  transition: .3s;
  background: #6b6b6b;
  position: relative;
  width: 80%; }

.tcon-menu__lines,
.tcon-menu__lines::after,
.tcon-menu__lines::before {
  display: inline-block;
  height: 3.33px;
  border-radius: 2.86px;
  -webkit-transition: .3s; }

.tcon-menu__lines::after,
.tcon-menu__lines::before {
  transition: .3s;
  background: #6b6b6b;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.86px center;
  -ms-transform-origin: 2.86px center;
  transform-origin: 2.86px center;
  width: 50%; }

.tcon-menu__lines::before {
  top: 10px; }

.tcon-menu__lines::after {
  top: -10px;
  width: 120%; }

.pushy_active .tcon-menu__lines,
.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xbutterfly {
  width: auto; }

.tcon-menu--xbutterfly .tcon-menu__lines::after,
.tcon-menu--xbutterfly .tcon-menu__lines::before {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease; }

.pushy_active .tcon-menu--xbutterfly .tcon-menu__lines,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: 0 0; }

.pushy_active .tcon-menu--xbutterfly .tcon-menu__lines::after,
.pushy_active .tcon-menu--xbutterfly .tcon-menu__lines::before,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  top: 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  width: 40px; }

.pushy_active .tcon-menu--xbutterfly .tcon-menu__lines::before,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.pushy_active .tcon-menu--xbutterfly .tcon-menu__lines::after,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.btn--full-width,
.hbspt-form .hs-button {
  width: 100%; }

.pushy,
body.pushy-active {
  overflow-x: hidden; }

body,
html {
  height: 100%; }

.btn,
.btn-blue,
.btn-blue-full,
.btn-full,
.btn-green,
.btn-green-full,
.btn-red,
.btn-red-full,
.btn-yellow,
.btn-yellow-full,
.hbspt-form .hs-button {
  display: inline-block;
  position: relative;
  padding: 0.6em 0.8em;
  min-width: 114px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.hbspt-form .small.hs-button,
.small.btn,
.small.btn-blue,
.small.btn-blue-full,
.small.btn-full,
.small.btn-green,
.small.btn-green-full,
.small.btn-red,
.small.btn-red-full,
.small.btn-yellow,
.small.btn-yellow-full {
  padding: 5px 12px 6px;
  min-width: 0;
  font-size: ms(-2); }

.btn {
  background: #fff;
  color: #6b6b6b;
  border-color: #6b6b6b; }

.btn:hover {
  border-color: #595959;
  color: #595959;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn:active,
.btn:focus {
  border-color: #6b6b6b; }

.btn:focus {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #6b6b6b, 0 1px 1px 1px black(0.1);
  outline: 0;
  color: #6b6b6b; }

.btn:hover:active {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #787878; }

.btn:focus:hover {
  border-color: #5c5c5c;
  color: #5c5c5c; }

.btn:focus:active {
  color: #787878;
  border-color: #787878;
  -webkit-transition: 0;
  transition: 0; }

.btn-full {
  background: #6b6b6b;
  border-color: #6b6b6b;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff; }

.btn-full:hover {
  background-color: #616161;
  border-color: #616161;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-full:active,
.btn-full:focus {
  background-color: #6b6b6b; }

.btn-full:focus {
  box-shadow: inset 0 0 0 1px white(0.5), 0 1px 1px 1px black(0.1);
  outline: 0;
  border-color: #6b6b6b; }

.btn-full:focus:hover {
  border-color: #616161;
  background-color: #616161; }

.btn-full:focus:active {
  background: #707070;
  border-color: #707070;
  box-shadow: inset 0 0 0 1px white(0.8);
  -webkit-transition: 0;
  transition: 0; }

.btn-blue {
  background: #fff;
  color: #00a5c9;
  border-color: #00a5c9;
  -webkit-tap-highlight-color: rgba(0, 165, 201, 0.5); }

.btn-blue:hover {
  border-color: #0088a5;
  color: #0088a5;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-blue:active,
.btn-blue:focus {
  border-color: #00a5c9; }

.btn-blue:focus {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #00a5c9, 0 1px 1px 1px black(0.1);
  outline: 0;
  color: #00a5c9; }

.btn-blue:hover:active {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #00bae3; }

.btn-blue:focus:hover {
  border-color: #008caa;
  color: #008caa; }

.btn-blue:focus:active {
  color: #00bae3;
  border-color: #00bae3;
  -webkit-transition: 0;
  transition: 0; }

.btn-blue-full,
.hbspt-form .hs-button {
  background: #00a5c9;
  border-color: #00a5c9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 165, 201, 0.5); }

.btn-green,
.btn-green-full {
  -webkit-tap-highlight-color: rgba(0, 201, 126, 0.5); }

.btn-blue-full:hover,
.hbspt-form .hs-button:hover {
  background-color: #0094b5;
  border-color: #0094b5;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-blue-full:active,
.hbspt-form .hs-button:active {
  background-color: #00a5c9; }

.btn-blue-full:focus,
.hbspt-form .hs-button:focus {
  box-shadow: inset 0 0 0 1px white(0.5), 0 1px 1px 1px black(0.1);
  outline: 0;
  background-color: #00a5c9;
  border-color: #00a5c9; }

.btn-blue-full:focus:hover,
.hbspt-form .hs-button:focus:hover {
  border-color: #0094b5;
  background-color: #0094b5; }

.btn-blue-full:focus:active,
.hbspt-form .hs-button:focus:active {
  background: #00add3;
  border-color: #00add3;
  box-shadow: inset 0 0 0 1px white(0.8);
  -webkit-transition: 0;
  transition: 0; }

.btn-green {
  background: #fff;
  color: #00c97e;
  border-color: #00c97e; }

.btn-green:hover {
  border-color: #00a568;
  color: #00a568;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-green:active,
.btn-green:focus {
  border-color: #00c97e; }

.btn-green:focus {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #00c97e, 0 1px 1px 1px black(0.1);
  outline: 0;
  color: #00c97e; }

.btn-green:hover:active {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #00e38e; }

.btn-green:focus:hover {
  border-color: #00aa6b;
  color: #00aa6b; }

.btn-green:focus:active {
  color: #00e38e;
  border-color: #00e38e;
  -webkit-transition: 0;
  transition: 0; }

.btn-green-full {
  background: #00c97e;
  border-color: #00c97e;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff; }

.btn-red,
.btn-red-full {
  -webkit-tap-highlight-color: rgba(234, 67, 67, 0.5); }

.btn-green-full:hover {
  background-color: #00b571;
  border-color: #00b571;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-green-full:active,
.btn-green-full:focus {
  background-color: #00c97e; }

.btn-green-full:focus {
  box-shadow: inset 0 0 0 1px white(0.5), 0 1px 1px 1px black(0.1);
  outline: 0;
  border-color: #00c97e; }

.btn-green-full:focus:hover {
  border-color: #00b571;
  background-color: #00b571; }

.btn-green-full:focus:active {
  background: #00d384;
  border-color: #00d384;
  box-shadow: inset 0 0 0 1px white(0.8);
  -webkit-transition: 0;
  transition: 0; }

.btn-red {
  background: #fff;
  color: #ea4343;
  border-color: #ea4343; }

.btn-red:hover {
  border-color: #e62323;
  color: #e62323;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-red:active,
.btn-red:focus {
  border-color: #ea4343; }

.btn-red:focus {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #ea4343, 0 1px 1px 1px black(0.1);
  outline: 0;
  color: #ea4343; }

.btn-red:hover:active {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #ed5a5a; }

.btn-red:focus:hover {
  border-color: #e72727;
  color: #e72727; }

.btn-red:focus:active {
  color: #ed5a5a;
  border-color: #ed5a5a;
  -webkit-transition: 0;
  transition: 0; }

.btn-red-full {
  background: #ea4343;
  border-color: #ea4343;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff; }

.btn-yellow,
.btn-yellow-full {
  -webkit-tap-highlight-color: rgba(255, 200, 63, 0.5); }

.btn-red-full:hover {
  background-color: #e83131;
  border-color: #e83131;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-red-full:active,
.btn-red-full:focus {
  background-color: #ea4343; }

.btn-red-full:focus {
  box-shadow: inset 0 0 0 1px white(0.5), 0 1px 1px 1px black(0.1);
  outline: 0;
  border-color: #ea4343; }

.btn-red-full:focus:hover {
  border-color: #e83131;
  background-color: #e83131; }

.btn-red-full:focus:active {
  background: #eb4c4c;
  border-color: #eb4c4c;
  box-shadow: inset 0 0 0 1px white(0.8);
  -webkit-transition: 0;
  transition: 0; }

.btn-yellow {
  background: #fff;
  color: #ffc83f;
  border-color: #ffc83f; }

.btn-yellow:hover {
  border-color: #ffbe1b;
  color: #ffbe1b;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-yellow:active,
.btn-yellow:focus {
  border-color: #ffc83f; }

.btn-yellow:focus {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #ffc83f, 0 1px 1px 1px black(0.1);
  outline: 0;
  color: #ffc83f; }

.btn-yellow:hover:active {
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #ffcf59; }

.btn-yellow:focus:hover {
  border-color: #ffbf20;
  color: #ffbf20; }

.btn-yellow:focus:active {
  color: #ffcf59;
  border-color: #ffcf59;
  -webkit-transition: 0;
  transition: 0; }

.btn-yellow-full {
  background: #ffc83f;
  border-color: #ffc83f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff; }

.btn-yellow-full:hover {
  background-color: #ffc22b;
  border-color: #ffc22b;
  box-shadow: 0 1px 1px 1px black(0.1);
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease; }

.btn-yellow-full:active,
.btn-yellow-full:focus {
  background-color: #ffc83f; }

.btn-yellow-full:focus {
  box-shadow: inset 0 0 0 1px white(0.5), 0 1px 1px 1px black(0.1);
  outline: 0;
  border-color: #ffc83f; }

.btn-yellow-full:focus:hover {
  border-color: #ffc22b;
  background-color: #ffc22b; }

.btn-yellow-full:focus:active {
  background: #ffcb49;
  border-color: #ffcb49;
  box-shadow: inset 0 0 0 1px white(0.8);
  -webkit-transition: 0;
  transition: 0; }

.btn-group:last-child {
  margin-right: 0; }

[class*=btn][disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  cursor: not-allowed;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

[class*=btn][disabled]:hover {
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none; }

html {
  box-sizing: border-box;
  font: 100% "FF Milo", "Lucida Grande", sans-serif; }

body {
  background: #F3F3F3;
  color: #303030;
  padding-top: 67px; }

.main {
  padding: 1em 0.6em;
  margin: 0 auto;
  max-width: 935px; }

@media only screen and (max-width: 500px) {
  html {
    font-size: 85%; }
  .home .main {
    display: none; } }

@media only screen and (min-width: 501px) and (max-width: 1023px) {
  .main {
    padding: 2em; } }

@media only screen and (min-width: 1024px) {
  .tcon-menu__lines::after,
  .tcon-menu__lines::before {
    left: inherit;
    right: 0; }
  .main {
    padding: 2em 0 3em; } }

.container {
  position: relative; }

.clearfix:after {
  clear: both;
  display: block;
  content: ""; }

.hbspt-form label {
  font-weight: 600;
  padding-bottom: .3em;
  display: block;
  position: relative;
  overflow: hidden; }

.hbspt-form li {
  padding: .4em 0 0; }

.hbspt-form li label {
  font-weight: 300; }

.hbspt-form .submitted-message {
  background: #00c97e;
  color: #f9f9f9;
  padding: 1em;
  margin-right: 1em;
  position: relative;
  z-index: 2; }

.hbspt-form .hs-error-msgs {
  color: #ea4343; }

.hbspt-form .hs-form-field {
  margin: 0 0 1em; }

.hbspt-form .hs-input {
  width: 100%;
  border-color: #cfcfcf;
  font-size: 14px;
  padding: 0.6em 1em; }

.hbspt-form .hs-input:focus {
  outline: 0;
  border-bottom: 1px solid #00A5C9; }

.hbspt-form .hs-input[type=checkbox] {
  padding: 0;
  width: auto;
  margin: 0 5px 0 0; }

.hbspt-form .hs_blog_category input[type=checkbox] {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  font-size: 0; }

.hbspt-form .hs_blog_category input[type=checkbox] + span {
  margin-left: 1.5em; }

.hbspt-form .hs_blog_category input[type=checkbox] + span:after {
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(img/chkbox-f.png) no-repeat;
  background-size: 1em;
  display: bolck;
  content: "";
  left: 0; }

.hbspt-form .hs_blog_category input[type=checkbox]:checked + span:after {
  background-image: url(img/chkbox-t.png); }

.mobile_choice {
  display: none;
  padding: 1em 1em 0; }

@media only screen and (max-width: 500px) {
  .home .mobile_choice {
    display: block; }
  .home .mobile_choice h2 {
    font-weight: 300;
    margin-bottom: 1em;
    text-align: center; }
  .home .mobile_choice .btn--full-width {
    margin-top: 1em;
    background: 0 0;
    font-size: 2em; }
  .home .mobile_choice .btn--full-width:hover {
    text-decoration: none; } }

.footer__socials ul li,
.header__menu a {
  text-transform: uppercase;
  font-weight: 600; }

.hubspot_cta {
  display: none;
  box-shadow: 0 2px 3px #cfcfcf;
  border-radius: 1px; }

.hubspot_cta h3 {
  position: relative;
  top: 1em; }

.hubspot_cta li {
  display: inline-block;
  padding: 0; }

.hubspot_cta .submitted-message {
  margin-bottom: .5em; }

.hubspot_cta .hs_blog_category {
  float: left;
  width: 40%;
  position: relative;
  top: 2em; }

.hubspot_cta .hs_blog_category label {
  float: left;
  padding: 0 1em 0 0;
  color: #6b6b6b;
  font-size: 500; }

.hubspot_cta .hs_email {
  float: left;
  width: 35%; }

.hubspot_cta .hs_email label {
  display: none; }

.hubspot_cta .hs_email input {
  font-size: 1.2em; }

.hubspot_cta .hs_submit {
  float: left;
  width: 25%;
  padding: 0 0 0 2em; }

.header,
.header__top {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.hubspot_cta .hs_submit input {
  padding: .8em; }

.hubspot_cta .hs-error-msgs label {
  display: block;
  color: #ea4343; }

@media only screen and (min-width: 1024px) {
  .hubspot_cta {
    padding: 0 1em 0.6em 2em;
    background-color: #fff;
    margin: 0 0 2em; }
  .hubspot_cta.show {
    display: block; } }

.header {
  text-align: center;
  background-color: #fff;
  z-index: 5;
  padding: 1em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: -webkit-transform, margin;
  transition-property: transform, margin; }

.header--hidden .header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.header--hidden .header .header__top {
  opacity: 0; }

.scrolling .header .header__top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.header__top {
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out; }

.header__top li {
  display: inline-block; }

.header__top a {
  color: #303030;
  font-size: 12px;
  margin: 0 0.6em 0 0; }

.header__top a:last-child {
  margin: 0; }

.header__search {
  display: block;
  float: right;
  height: 30px;
  width: 50px;
  background: url(img/search@2x.png) right 50%/25px no-repeat; }

.header__cta {
  display: none;
  font-size: .8em; }

.header__searchform {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -webkit-calc(-55px - 1em);
  bottom: calc(-55px - 1em);
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.header__searchform input {
  width: 70%;
  margin: 0 auto;
  padding: 0.6em 1em;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
  border: 0;
  font-size: 1.5em; }

.header__searchform input:focus {
  outline: 0; }

.header--hidden .header__searchform {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0; }

.header__searchform.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.header__logo {
  display: block;
  float: left;
  height: 30px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: 50px;
  background: url(img/logo.svg) 50% no-repeat;
  background-size: contain;
  z-index: 2; }

.header__menu {
  display: none;
  float: right;
  margin-right: 100px;
  transition: all 0.3s ease-in-out;
  height: 30px;
  line-height: 35px; }

.header__menu,
.header__menu a {
  -webkit-transition: all 0.3s ease-in-out; }

.header__menu a {
  color: #CFCFCF;
  transition: all 0.3s ease-in-out;
  border-bottom: 0 solid currentColor; }

.header__menu a:hover {
  text-decoration: none;
  border-width: 0 0 2px;
  color: #6B6B6B; }

.header__menu a:hover.e-commerce {
  border-color: orange; }

.header__menu a:hover.ux-design {
  border-color: #00A5C9; }

.header__menu .active a {
  color: #6B6B6B; }

.header__menu li {
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid #CFCFCF; }

.header__menu li:last-child {
  padding: 0 0 0 1em;
  border: 0; }

.header__menu-circle {
  display: inline-block;
  height: .5em;
  width: .5em;
  margin: 0 0.3em 0.1em 0;
  border: 2px solid #00A5C9;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.active .header__menu-circle {
  background: #00A5C9; }

.e-commerce .header__menu-circle {
  border-color: orange; }

.active .e-commerce .header__menu-circle {
  background: orange; }

.header .hbspt-form {
  display: none; }

@media only screen and (min-width: 1024px) {
  .header__logo {
    position: absolute;
    width: 120px;
    height: 142px;
    top: 50%;
    margin-top: -71px;
    margin-left: 0;
    left: 1em; }
  .header__menu {
    display: block; }
  .header__top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .header__search {
    float: left;
    margin-left: 150px; }
  .header__cta {
    display: block;
    float: left;
    margin-left: 2em; }
  .header__hamburger {
    float: right; }
  .header__searchform {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); }
  .header .hbspt-form {
    position: absolute;
    width: 230px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    top: 100%;
    text-align: left;
    padding: 1.5em;
    left: 180px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
  .header .hbspt-form:after,
  .header .hbspt-form:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    top: -24px;
    left: 50%;
    margin-left: -12px; }
  .header .hbspt-form:before {
    border-width: 14px;
    border-bottom-color: #cfcfcf;
    top: -28px;
    margin-left: -14px; }
  .header .hbspt-form.open {
    display: block;
    opacity: 1; }
  .header .hbspt-form .hs-button {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .header__searchform input {
    width: 100%; } }

.hamburger {
  display: block;
  position: fixed;
  left: 1em;
  height: 30px;
  width: 50px;
  top: 1em;
  z-index: 99999;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: -webkit-transform, margin;
  transition-property: transform, margin; }

.hamburger:focus {
  outline: 0; }

.header--hidden .hamburger {
  -webkit-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0); }

.pushy-active .hamburger {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.scrolling .hamburger {
  top: 1em; }

@media only screen and (min-width: 1024px) {
  .hamburger {
    left: inherit;
    right: 1em;
    text-align: right; } }

/*.home .header__menu {
  margin: 0 auto;
  width: 100%;
  max-width: 935px;
  float: none; }

.home .header__menu a {
  color: #6b6b6b; }

.home .header__menu li {
  width: 50%;
  padding: 0;
  float: left; }

.home .header__cta, .home .header__search, .home .header__searchform {
  display: none; }*/
.footer,
.footer a {
  color: #6B6B6B; }

@media only screen and (max-width: 1023px) {
  .home .header__search,
  .home .header__searchform {
    display: block; } }

.footer {
  padding: 4em 1em;
  background: #303030;
  text-align: center;
  position: relative; }

@media only screen and (max-width: 500px) {
  .header__searchform {
    bottom: -webkit-calc(-48px - 1em);
    bottom: calc(-48px - 1em); }
  .home .footer {
    display: none; } }

.footer .container {
  margin: 0 auto;
  max-width: 1168px; }

.footer__logo {
  display: block;
  width: 100%;
  background: url(img/logo_footer_mobile.png) 50% no-repeat;
  height: 3.5em; }

.footer__menu {
  display: none;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  float: right;
  text-align: left;
  padding: 1.6em 0 1em; }

.footer__menu li {
  padding: .5em 0 0; }

.footer__menu > div {
  float: left;
  width: 25%; }

.footer__menu h4 {
  color: #CFCFCF;
  text-transform: uppercase; }

.footer__socials {
  padding: 1em 0;
  clear: both; }

.footer__socials__title--desktop {
  display: none; }

.footer__socials ul {
  padding: 2em 0; }

.footer__socials ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-right: 1em;
  overflow: hidden;
  text-align: left;
  color: #9B9B9B;
  font-size: .8em;
  line-height: 1.2; }

.footer__socials ul li span {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(img/socials.png) no-repeat; }

.footer__socials ul li a:hover {
  opacity: .8; }

.footer__socials ul li:last-child {
  padding-right: 0; }

.footer__socials ul li.linkedin span {
  background-position: -185px 0; }

.footer__socials ul li.gplus span {
  background-position: 0 0; }

.footer__socials ul li.rss span {
  background-position: -47px 0; }

.footer__socials ul li.twitter span {
  background-position: -138px 0; }

.footer__socials ul li.facebook span {
  background-position: -92px 0; }

.footer__socials ul li strong {
  display: block;
  color: #6B6B6B;
  font-size: 1.2em; }

@media only screen and (min-width: 1024px) {
  .footer__logo {
    width: 80px;
    background: url(img/logo_footer.png) 50% no-repeat;
    float: left; }
  .footer__menu {
    display: block; }
  .footer__socials__title--mobile {
    display: none; }
  .footer__socials__title--desktop {
    display: block; }
  .footer__socials ul li {
    height: auto;
    width: 19%;
    padding-left: 1em; }
  .footer__socials ul li span {
    position: relative;
    left: -1em; } }

.footer__corporate {
  font-size: 14px; }

.footer__corporate ul li {
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #6B6B6B; }

.footer__corporate ul li:first-child {
  padding-left: 0; }

.footer__corporate ul li:last-child {
  padding-right: 0;
  border: 0; }

.pushy {
  width: 250px;
  height: 100%;
  top: 64px;
  z-index: 9999;
  background: #fff;
  color: #6b6b6b;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.8s ease-in-out;
  transform: translate3d(-250px, 0, 0); }

.pushy,
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0); }

.main,
.pushy {
  -webkit-transition: -webkit-transform 0.8s ease-in-out; }

.pushy-left {
  transform: translate3d(-250px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: -20px; }

.pushy-open,
body.pushy-active .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

body.pushy-active .pushy-right {
  right: 0; }

.pushy-scrolling {
  top: 0; }

.main {
  transition: transform 0.8s ease-in-out; }

body.pushy-active .main {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

@media only screen and (max-width: 500px) {
  .pushy {
    top: 59px; } }

@media only screen and (min-width: 1024px) {
  .pushy {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: -20px;
    top: 0;
    padding-top: 110px; }
  .scrolling .pushy {
    padding-top: 80px; }
  body.pushy-active .pushy {
    right: 0; }
  body.pushy-active .main {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }
  body.pushy-active .header__menu {
    margin-right: 270px; }
  /*  body.pushy-active.home .header__menu {
    margin: 0 auto; }
*/ }

@media only screen and (min-width: 1280px) {
  body.pushy-active .main {
    -webkit-transform: translate3d(-125px, 0, 0);
    transform: translate3d(-125px, 0, 0); } }

@media only screen and (min-width: 1500px) {
  body.pushy-active .main {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.aside-menu__accordion-title {
  font-size: 1.2em;
  padding: 0.8em 1em;
  text-transform: uppercase;
  background: url(img/ac-arrow.svg) 90% 50% no-repeat;
  border-bottom: 1px solid #DFDFDF;
  cursor: pointer; }

.aside-menu__accordion-title.open {
  background-image: url(img/ac-arrow-up.svg); }

.aside-menu__accordion-content {
  padding: 2em 2em 1em;
  border-bottom: 1px solid #DFDFDF;
  background: #F9F9F9;
  display: none; }

.aside-menu__accordion-content.open {
  display: block; }

.aside-menu__accordion-content a {
  display: inline-block;
  color: #6B6B6B;
  text-decoration: none;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
  margin: 0 0 1em; }

.aside-menu__accordion-content a:hover {
  color: #303030;
  border-color: #00A5C9;
  text-decoration: none; }

.aside-menu__accordion-content.e-commerce a:hover {
  border-color: orange; }

.aside-menu__accordion-circle {
  display: inline-block;
  height: .5em;
  width: .5em;
  margin: 0 0.3em 0.1em 0;
  border: 2px solid #00A5C9;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.e-commerce .aside-menu__accordion-circle,
.post-list__split .e-commerce .post-list__single,
.post-list__split .ecommerce .post-list__single {
  border-color: orange; }

.open .aside-menu__accordion-circle {
  background: #00A5C9; }

.e-commerce.open .aside-menu__accordion-circle {
  background: orange; }

.aside-menu__tabs-container {
  padding: 0 0 0 1em;
  display: none; }

.aside-menu__tabs-container ol {
  display: none;
  color: #00A5C9;
  list-style-type: decimal;
  padding: 1.2em 1.2em 0; }

.aside-menu__tabs-container ol.active {
  display: block; }

.aside-menu__tabs-container ol li {
  padding: 0 0 1em; }

.aside-menu__tabs-container ol a {
  color: #6b6b6b;
  line-height: 1.3; }

.active .aside-menu__tabs-container ol a,
.aside-menu__tabs-container ol a:hover {
  color: #303030;
  border-bottom: 1px solid #00A5C9; }

.aside-menu__tabs-container a:hover {
  text-decoration: none; }

.aside-menu__tabs-toggle {
  border-bottom: 1px solid #cfcfcf; }

.aside-menu__tabs-toggle a {
  text-transform: uppercase;
  color: #cfcfcf;
  display: inline-block;
  margin-bottom: -2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 0 0.5em; }

.aside-menu__tabs-toggle a.active,
.aside-menu__tabs-toggle a:hover {
  color: #303030;
  border-bottom: 2px solid #00A5C9; }

.aside-menu__hubspot {
  padding: 0 0 0 1em; }

.aside-menu__hubspot h3 {
  color: #00A5C9;
  font-size: 1.3em;
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 1em; }

.aside-menu__hubspot p {
  font-weight: 300;
  padding: 0.5em 0 1em;
  line-height: 1.2; }

.aside-menu__hubspot .hbspt-form {
  padding-right: 1em; }

.aside-menu__hubspot .hs-button {
  float: right; }

.aside-menu__guest-author {
  display: block;
  background: url(img/user.svg) left 50% no-repeat;
  margin: 1em 1em 0;
  padding: 1em 1em 1em 3em; }

.aside-menu hr {
  visibility: hidden;
  height: 2em; }

@media only screen and (min-width: 1024px) {
  .aside-menu__hubspot {
    display: none; }
  .aside-menu__tabs-container {
    display: block; } }

#hubspot-iframe {
  display: none; }

.post-list > h5 {
  text-transform: uppercase;
  font-weight: 300; }

.post-list > h3 {
  text-transform: uppercase;
  font-weight: 600; }

.post-list__split > div {
  float: left;
  width: 48%; }

.post-list__split > div:last-child {
  float: right; }

.post-list__split .post-list__single {
  border-bottom: 2px solid #00A5C9; }

.post-list__all img,
.post-list__split img {
  width: 100%; }

.post-list__single {
  box-shadow: 0 1px 2px rgba(107, 107, 107, 0.15);
  margin: 0 0 2em;
  background: #fff; }

.post-list__single--latest {
  margin-top: 1.5em; }

.post-list__single--full .post-list__title {
  float: none;
  width: 100%;
  font-size: 3.1em;
  padding: 0 0 0.6em; }

.post-list__single--full .post-list__content {
  padding: 1em; }

@media only screen and (min-width: 1024px) {
  .post-list__single--full .post-list__content {
    padding: 2em; } }

.post-list__single--full .post-list__meta {
  padding: 0; }

.post-list__cover {
  text-align: center;
  background: #F9F9F9; }

.post-list__cover img {
  max-width: 100%; }

.post-list__content {
  padding: 2em; }

.post-list__content:after {
  display: block;
  content: '';
  clear: both; }

.post-list__title {
  font-weight: 300;
  padding: 0 0 0.6em; }

.post-list__title a {
  color: #303030; }

.post-list__title a:hover {
  text-decoration: none;
  border-bottom: 2px solid currentColor; }

.author-profile,
.related-articles__nav,
.related-articles__posts {
  border-bottom: 1px solid #CFCFCF; }

.post-list__excerpt {
  line-height: 1.4; }

.post-list__meta {
  padding: 0 0 0.6em; }

.post-list__meta > div {
  color: #cfcfcf;
  text-transform: uppercase;
  padding: 0 0 0.3em; }

.e-commerce .post-list__meta > div a,
.ecommerce .post-list__meta > div a {
  color: orange; }

.post-list__meta--cat {
  margin-top: 1em;
  line-height: 3; }

.post-list__meta--tag {
  margin-top: 1em;
  line-height: 1.2;
  position: relative;
  top: 2.5em;
  color: #dfdfdf; }

@media only screen and (max-width: 749px) {
  .post-list__meta--tag {
    position: static; } }

.post-list__meta--tag a {
  color: #6b6b6b;
  text-transform: none; }

.author-profile .cta,
.author-profile--header .cta {
  text-transform: uppercase; }

.post-list__meta .monarch-social-share {
  width: 268px;
  float: right;
  padding: 0;
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 749px) {
  .post-list__meta .monarch-social-share {
    float: none;
    margin: 0 auto; } }

.post-list__meta .et_social_inline_top {
  margin: 0; }

.post-list__meta > p,
.post-list__meta > p a {
  color: #6B6B6B; }

.post-list__post {
  padding: 3em 3em 2em;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.6; }

.post-list__post h2,
.post-list__post h3,
.post-list__post h4 {
  margin: 1.5em 0 0.5em;
  font-weight: 600; }

.post-list__post p {
  padding: 0 0 1.5em; }

.post-list__post strong {
  font-weight: 600; }

.post-list__post ul {
  list-style-type: circle; }

.post-list__post ol {
  list-style-type: decimal; }

.post-list__post ol,
.post-list__post ul {
  padding-left: 1.2em; }

.post-list__post blockquote {
  border-left: 2px solid #6B6B6B;
  margin: 1em 0 1em 15%;
  padding: 0 1em;
  width: 85%; }

.post-list__post blockquote p {
  padding: 0;
  font-weight: 200;
  line-height: 1.2; }

.post-list__post blockquote p:last-child {
  padding: .5em 0 0; }

.post-list__post blockquote ul {
  padding: 0;
  list-style: none; }

.post-list__post .hs-cta-img {
  margin-left: -4.5em;
  width: -webkit-calc(100% + 9em);
  width: calc(100% + 9em);
  max-width: none; }

@media only screen and (min-width: 1024px) {
  .post-list__post .hs-cta-img {
    margin-left: -6em;
    width: -webkit-calc(100% + 12em);
    width: calc(100% + 12em); } }

@media only screen and (max-width: 500px) {
  .post-list > h3 {
    font-size: 1.3em; }
  .post-list__excerpt {
    display: none; } }

@media only screen and (max-width: 749px) {
  .post-list__post .hs-cta-img {
    margin-left: -2em;
    width: -webkit-calc(100% + 4em);
    width: calc(100% + 4em); }
  .post-list__post {
    padding: 3em 0.5em 2em; } }

@media only screen and (min-width: 750px) {
  .post-list__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .post-list__title {
    padding: 0 0 0.3em;
    line-height: 1.2em; }
  .post-list__single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
  .post-list__single--latest .post-list__title {
    float: left;
    width: 48%;
    padding: 0; }
  .post-list__single--latest .post-list__excerpt {
    float: right;
    width: 48%; } }

.load-more {
  display: block;
  text-align: center;
  padding-top: 50px;
  position: relative;
  color: #6b6b6b; }

.load-more:after,
.load-more:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 100%;
  width: 40px;
  height: 40px; }

.author-profile,
.author-profile--header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; }

.load-more:after {
  background: url(img/loader.svg) 50% no-repeat #f9f9f9; }

.load-more:before {
  box-shadow: 0 2px 4px #cfcfcf; }

.load-more.spin:after {
  -webkit-animation: spin 1.7s infinite linear;
  animation: spin 1.7s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.et_monarch .et_social_autowidth li {
  padding: 0 10px 0 0; }

.author-profile {
  padding: 3em 0;
  display: flex; }

.author-profile--header {
  padding: 2em 0; }

.author-profile--header > div {
  display: flex; }

.author-profile--header p {
  padding: 0 0 1em;
  color: #6B6B6B;
  line-height: 1.2; }

.author-profile p {
  padding: 0 0 1em;
  color: #6B6B6B;
  line-height: 1.4; }

.author-profile__cover {
  float: left;
  border-radius: 50%;
  width: 44px;
  height: 44px; }

@media only screen and (min-width: 750px) {
  .author-profile__cover {
    width: 100px;
    height: 100px; } }

.author-profile__info {
  float: right;
  width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 0 0 1em; }

.author-profile__name {
  padding: 0.2em 0 0.5em; }

@media only screen and (min-width: 1024px) {
  .author-profile__name {
    font-size: 1.5em; }
  .author-profile p {
    font-size: 1em; }
  .author-profile h5 {
    font-size: 1.2em; } }

.related-articles__nav {
  padding: 1em 0; }

.related-articles__nav a {
  display: block;
  float: left;
  width: 50%;
  font-size: 1.1em;
  font-weight: 600;
  color: #6B6B6B; }

.related-articles__nav a:nth-child(2) {
  text-align: right; }

.related-articles__posts {
  padding: 2em 0; }

.related-articles__posts h4 {
  color: #111;
  padding: 0 0 1.2em; }

.related-articles__posts h2 {
  font-size: 1.4em;
  font-weight: 300;
  padding-right: 1em; }

@media only screen and (max-width: 749px) {
  .related-articles__posts h2:nth-of-type(1) {
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #CFCFCF; } }

@media only screen and (min-width: 750px) {
  .related-articles__posts h2 {
    width: 50%;
    float: left;
    font-size: 2.2em;
    line-height: 1.5; }
  .related-articles__posts h2:nth-of-type(2) {
    padding: 0 0 0 1em;
    border-left: 1px solid #CFCFCF; } }

.related-articles__posts h2 a {
  color: #6B6B6B; }

.comment-section {
  padding: 2em 0; }

.comment-section h4 {
  color: #111;
  padding: 0 0 1.2em; }

a {
  color: #00A5C9;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.bolder {
  font-weight: 600 !important;
  color: #303030; }

.align-center {
  text-align: center !important; }

.header__logo {
  background-size: contain; }

@media only screen and (max-width: 1023px) {
  .hbspt-form .hs_blog_category .hs-input[type=checkbox] {
    position: relative !important;
    left: 0 !important;
    top: 2px;
    font-size: 14px !important;
    width: 1em;
    height: 1em; }
  .hbspt-form .hs-input[type=checkbox]:after {
    position: absolute;
    width: 1em;
    height: 1em;
    background: url(img/chkbox-f.png) no-repeat;
    background-size: 1em;
    content: "";
    left: -1px;
    top: -1px; }
  .hbspt-form .hs-input[type=checkbox]:checked::after {
    background-image: url(img/chkbox-t.png); } }

.footer__corporate ul li {
  margin-bottom: 1em; }
