/* PICTOS =pictos
------------------------------------------------------------*/
@font-face{font-family:'Pictos';src:url("../fonts/pictos-web.eot");src:local("☺"),url("../fonts/pictos-web.woff") format("woff"),url("../fonts/pictos-web.ttf") format("truetype"),url("../fonts/pictos-web.svg#webfontIyfZbseF") format("svg");font-weight:normal;font-style:normal}

/* RESET: =reset
------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

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

/* GENERAL: =general
------------------------------------------------------------*/
body {
  background: #fff;
  color: #3D466E;
  font: normal 14px/21px "Droid Sans", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  -webkit-text-size-adjust: 100%;
}
a img {
  border: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  /*width: 960px;*/
}
.align-center {
  text-align: center;
}

/* TYPOGRAPHY: =typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #3D466E;
  font-weight: 600;
  font-family: 'Sofia', 'Droid Sans', Helvetica, Arial, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin: 0 0 15px 0;
}
p img {
  margin: 0;
}

strong, b {
  font-weight: bold;
}

li {

}

blockquote {
  border-left: 2px solid #eee;
  font-style: italic;
  line-height: 1.8em;
  margin: 0 0 15px 20px;
  padding-left: 10px;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 10px 0 30px;
}

a,
a:active,
a:visited {
  color: #2EC99A; /* #149FEF */
  text-decoration: none;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear
}
a:hover {
  text-decoration: underline;
}

/* BUTTONS: =buttons
------------------------------*/
.button,
button,
input[type="submit"]:not(.popup-dom-fixer-class),
input[type="reset"],
input[type="button"] {
  background: #2EC99A;
  border-radius: 4px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 400 0.95em/normal "Droid Sans", Helvetica, Arial, sans-serif;
  outline: none;
  padding: 8px 13px;
  text-decoration: none;
  -webkit-appearance: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #1CB186;
  color: #fff;
  text-decoration: none;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #1CB186;
  color: #fff;
}

.button:visited,
button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited {
  color: #fff;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* FORMS: =form
------------------------------*/
input[type="text"]:not(.popup-dom-fixer-class),
input[type="password"],
input[type="email"],
textarea {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3D466E;
  display: block;
  font: 13px/normal "Droid Sans", Helvetica, Arial, sans-serif;
  padding: 8px 6px;
  margin: 0;
  margin-bottom: 20px;
  outline:none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  /*width: 210px;*/
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #3A4DF9;
}

form .error-msg {
  color: #FF3600;
  display: block;
  font-size: .8em;
  margin-bottom: 20px;
}

input[type="text"] + .error-msg,
input[type="password"] + .error-msg,
input[type="email"] + .error-msg,
textarea + .error-msg {
  margin-top: -18px;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
textarea.error {
  border: 1px solid #FF3600;
}
input[type="text"].error:focus,
input[type="password"].error:focus,
input[type="email"].error:focus,
textarea.error:focus {
  border: 1px solid #FF3600;
  box-shadow: 0 0 5px rgba(177, 0, 0, 1);
}

/* HEADER: =header
------------------------------------------------------------*/

/* correcting markerly z-index */

div.markerly-image-wrapper {
  z-index: 1;
}

div.markerly-tip-wrap {
  z-index: 1;
}

/* */

#go-to {
  color: #fff;
  display: inline-block;
  font: 400 .8em/normal "Droid Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 10px;
  top: 6px;
  text-decoration: initial;
  text-transform: uppercase;
}
#go-to .go-to-start {
  background: rgba(83, 162, 183, .3);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: inline-block;
  padding: 10px 15px;
}
#go-to .go-to-link {
  background: rgba(0, 0, 0, .3);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #53a2b7;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: initial;
  -webkit-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  transition: background-color .15s linear;
}
#go-to:hover .go-to-link {
  background: rgba(0, 0, 0, .4);
  color: #009ec8;
}

/* MAIN: =main
------------------------------------------------------------*/
#main {
  background: #fff;
  padding-top: 0;
  padding-bottom: 2em;
}

.container .primary {
  float: right;
}

.container .primary-wide {
  margin: 0 auto;
}

/* SECTION HEADER: =section-header
------------------------------*/
.section-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  position: relative;
}
.section-header h1 {
  font-size: 1.8em;
  line-height: normal;
  margin-bottom: 2px;
  max-width: 400px;
}
.section-header h1 em {
  color: #ccc;
  display: block;
  font: 400 .47em/normal "Droid Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

/* SEARCH FORM: =searchform
------------------------------*/
.section-header #searchform {
  position: absolute;
  right: 0;
  top: 0;
}
#searchform input {
  background-color: #fff;
  background-size: 12px;
  padding-left: 32px;
  width: 240px;
}
.search-input-container {
  position: relative;
}
.search-input-container:after {
  content: 's';
  color: rgba(0,0,0,.3);
  display: inline-block;
  font-family: 'Pictos';
  font-size: 16px;
  left: 10px;
  position: absolute;
  top: 8px;
}

/* ARTICLE: =article
------------------------------*/
article {
  border-bottom: 1px solid #EEE;
  margin: 15px 0;
  padding: 20px 0 40px;
}

article .entry-title {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
article .entry-title a {
  color: #3A4DF9;
  text-decoration: none;
}
article .entry-title a:hover {
  opacity: 0.7;
}
article .entry-content {
  word-wrap: break-word;
}
article h2 {
  font-size: 1.5em;
  line-height: 1.3;
  padding-top: 20px;
}
article h2.entry-title {
  padding-top: 0px;
}
article h3 {
  font-size: 1.2em;
  line-height: 1.2;
  padding-top: 10px;
}
article h4 {
  font-size: .9em;
  line-height: .9;
}
article h5 {
  font-size: .8em;
  line-height: .8;
}
article ul,
article ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
article li {
  line-height: 1.8em;
}
article p {
  line-height: 1.8em;

}
article img {
  border: 1px solid #ddd;
  border-radius: 2px;
  max-width: 518px;
}
article .pin-it-button img {
  border: none;
  border-radius: none;
}
article .share {
  float: right;
  margin-top: 5px;
}

article .share  .twitter-share-button {
  padding-left: 6px;
  //width: 100px !important;
}

article .share .fb-like {
  top: -5px;
}
/*
article .share .fb-like {
  width: 98px !important;
}
article .share .fb-like iframe {
  margin-top: -3px;
}
*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {

  article .share {
    float: left;
    margin-top: 10px;
  }

  article .entry-meta .share .fb-like span {
    margin-left: 0px;
  }

}

article .continue {
  }

article .entry-meta {
  margin-top: 20px;
}

article .author-meta {
  margin-left: 15px;
  font-size: 0.9em;
  color: #aaa;
}

article .entry-meta span {
  margin-left: 10px;
  color: #aaa;
}

article .comments-link {
  margin-left: 10px;
}

article .comments-link a {
  font-size: .9em;
  text-decoration: none;
}
article .comments-link a:hover {
  text-decoration: underline;
}

.single-post {
  margin-top: 0;
  padding-top: 0;
}
.single-post .entry-title {
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
}

.container .post-content {
  margin-right: 20px;
}
.container .page-content {
  margin-left: 10px;
}
.container .post-share {
  margin-left: 0;

}
.post-share .sharer {
  margin: 0 0 15px 10px;
}

.wide-image {
  max-width: 100%; /* was 960px than 1000px */
}

/* PAGE: =page
------------------------------*/
.page #txtarea {
  height: auto !important;
  width: 100% !important;
}

/* COMMENTS: =comments
------------------------------*/
#comments {
  border-bottom: 1px solid #eee;
  margin: 15px 0;
  padding: 15px 0;
}
#comments h2 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
}
.comment-author {
  margin-bottom: 4px;
}

.comment-body {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.commentlist {
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 30px;
  /* padding: 30px 0 0 0; */
}
.commentlist li {
  margin-bottom: 30px;
  list-style: none;
  word-wrap: break-word;
}
.commentlist li p {
  line-height: 1.8em;
}
.commentlist .comment-author {
  font-style: normal;
}
.commentlist .comment-meta {
  margin-bottom: 6px;
}
.commentlist .comment-date {
  float: right;
}

.comment .children {
  list-style: none;
  margin-top: 30px;
  margin-left: 20px;
}

/* COMMENT FORM: =commentform
------------------------------*/
#commentform {
  /*border-bottom: 1px solid #eee;*/
  margin: 0 0 15px 0;
}
#commentform label {
  font-weight: 600;
}
#commentform input[type="text"] {
  margin-bottom: 0;
  width: 100%;
}
#commentform textarea {
  width: 100%;
}
.comment-form-author {
  float: left;
  margin-right: 10px;
  /*width: 310px;*/
  width: 249px;
}
.comment-form-email {
  margin-left: 10px;
  float: left;
  /*width: 310px;*/
  width: 249px;
}
.comment-form-url {
  clear: both;
  width: 100%;
}
.comment-form-comment {
  width: 100%;
}

#reply-title {
  font-size: 1.3em;
  font-weight: 600;
}
#reply-title small {
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
  margin-left: 6px;
}
/*#reply-title small:before {
  content: '- ';
}*/

/* POST NAVIGATION: =post-navigation
------------------------------*/
.post-navigation {
  margin: 30px 0;
  position: relative;
}
.post-navigation a {
  background: #fff;
  border: 1px solid #2EC99A;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 18px;
}
.post-navigation a:hover {
  background-color: #2EC99A;
  color: white;
  text-decoration: none;
}
.post-navigation a:last-child {
  float: right;
}
.post-navigation a:first-child {
  float: left;
}

/* PAGINATION: =pagination
------------------------------*/
.pagination {
  text-align: center;
}
.pagination ul {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  list-style: none;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
}
.pagination li:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li {
  border: 1px solid #ddd;
  border-left: 0;
  color: #999;
  display: inline-block;
  margin: 0;
  float: left;
}
.pagination a,
.pagination .current,
.pagination .dots {
  display: inline-block;
  padding: 9px 18px;
  text-decoration: none;
  -webkit-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  transition: background-color .15s linear;
}
.pagination .current,
.pagination a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

/* SPECIAL QUOTE: =quote
------------------------------*/
article .quote {
  border-left: 5px solid #eee;
  margin: 0 0 18px;
}
article .quote .top {
  padding: 0 0 0 15px;
}
article .quote .bottom {
  background: #eee;
  padding: 15px 0 8px 15px;
}
article .quote span {
  color: #999;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  margin-top: 30px;
  padding-left: 15px;
  vertical-align: top;
  text-shadow: 1px 1px 1px #ffffff;
}
article .quote img {
  border: none;
  display: inline-block;
}
article .quote p {
  font-size: 14px;
  font-style: italic;
  line-height: 22.5px;
  margin-bottom: 15px;
}

/* KM AD: =kmad
------------------------------*/
.kmad {
  background: rgba(77, 177, 204, 0.1);
  border: 1px solid rgba(77, 177, 204, 0.1);
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
}
.primary .kmad p {
  font-weight: 600;
}
.primary .kmad p:last-child {
  margin-bottom: 0;
}
.primary .kmad .button {
  margin: 0 0 0 10px;
}

/* SIDEBAR: =sidebar
------------------------------------------------------------*/
.sidebar #side_facebook iframe,
.sidebar #side_twitter .twitter-share-button,
.sidebar #side_google iframe {
  float: left;
}

.sidebar .module {
  margin-bottom: 20px;
}

.sidebar h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sidebar-list {
  background: #fff;
  padding: 22px 22px 5px 22px;
}

.sidebar-list hr {
  margin: 22px -22px;
  border: none;
  border-bottom: 1px solid #eee;
}

.sidebar #side_facebook,
.sidebar #side_twitter,
.sidebar #side_google {
  border-bottom: 1px solid #eee;
  margin: 8px 0;
  padding: 10px 0 15px 0;
}
.sidebar #side_google {
  margin-bottom: 30px;
}
.sidebar #side_facebook p,
.sidebar #side_twitter p,
.sidebar #side_google p {
  margin: 3px 0 0 70px;
  line-height: 1.4;
}
.sidebar #side_facebook strong a,
.sidebar #side_twitter strong a,
.sidebar #side_google strong a {
  color: #333;
}

/* POPULAR WIDGET: =popular-widget
------------------------------*/
.sidebar .popular-widget {
  margin: 12px 0 30px;
}
.sidebar .popular-widget .pop-widget-tabs {
  border-bottom: 1px solid #eee;
}
.sidebar .popular-widget .pop-widget-tabs li {
  border: none;
  display: inline-block;
  float: none;
  font: 400 .9em/normal "Droid Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 -1px 10px;
}
.sidebar .popular-widget .pop-widget-tabs li a {
  border: none;
  color: #aaa;
  float: none;
  font: 400 .9em/normal "Droid Sans", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  padding: 10px 7px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar .popular-widget .pop-widget-tabs li a:hover {
  background: inherit;
  color: #333;
}
.sidebar .popular-widget .pop-widget-tabs li a.active {
  background: inherit;
  padding: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 3px solid #187993;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #fff;
  color: #333;
  font-weight: 500;
}
.sidebar .popular-widget .pop-inside {
  border: 0;
  margin: 0;
}
.sidebar .popular-widget .pop-inside ul li {
  border: 0;
  margin: 0;
  padding: 0;
}
.sidebar .popular-widget .pop-inside ul li a {
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: normal;
  -webkit-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  transition: background-color .15s linear;
}
.sidebar .popular-widget .pop-inside ul li a:hover {
  background: #fbfbfb;
  color: #2EC99A;
  text-decoration: none;
}
.sidebar .popular-widget .pop-inside ul li .pop-title {
  font-weight: normal;
}

.sidebar .widget_text {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 22px -22px;
  padding: 0 22px;
}

.sidebar .widget_text:last-child {
  border: none;
  border-bottom: none;
  margin: 0;
  padding: 0;

}

/* EMAIL SIGNUP: =email-signup
------------------------------*/
.email-signup {
  background: #fff;

  /* box-shadow: #ddd 0 0 5px; */
  margin-bottom: 10px;
}

.email-signup p {
  font-size: .9em;
  line-height: 1.4;
  margin-bottom: 10px;
}
/*
.email-signup h3:after {
  border-top: 7px solid #187993;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  content: '';
  left: 50%;
  margin-left: -7px;
  position: absolute;
  display: block;
}
*/
/*
.email-signup form {
  padding: 20px;
}
*/
.email-signup form input[type="text"] {
  margin-bottom: 10px;
  width: 100%;
}

.email-signup form input[type="text"] + .error-msg {
  margin-top: -8px;
}
.email-signup form .error-msg {
  margin-bottom: 10px;
}

/* SIDEBAR SOCIAL LINKS: =sidebar-social-links
------------------------------*/

.sidebar-social-links ul {
  list-style: none;
  margin: 8px 0 0 0;
}

#site-footer .sidebar-social-links ul {
  margin-left: 0;
  margin-top: 12px;
}

.sidebar-social-links li {
  position: relative;
  display: inline;
  float: left;
}

.sidebar-social-links li a {
  //background-color: #fff;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  display: inline;
  -webkit-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  transition: background-color .15s linear;
  border-radius: 3px;
  //padding: 5px 10px 3px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
  margin-right: 4px;

  height: 35px;
  width: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-social-links a:hover {
  text-decoration: none;
}

.sidebar-social-links-twitter a {
  background-color: #4086CD;
  background-image: url('../images/social-twitter.svg');
  background-size: 58%;
}

.sidebar-social-links-twitter a:hover {
  background-color: #6BA4D9;
}

.sidebar-social-links-facebook a {
  background-color: #346DA6;
  background-image:url('../images/social-facebook.svg');
  background-size: 35%;
}

.sidebar-social-links-facebook a:hover {
  background-color: #4E8DC8;
}

.sidebar-social-links-youtube a {
  background-color: #DF5745;
  background-image:url('../images/social-youtube.svg');
  background-size: 60%;
}

.sidebar-social-links-youtube a:hover {
  background-color: #E88578;
}

.sidebar-social-links-linkedin a {
  background-color: #346DA6;
  background-image:url('../images/social-linkedin.svg');
  background-size: 50%;
}

.sidebar-social-links-linkedin a:hover {
  background-color: #4E8DC8;
}

.sidebar-social-links-pinterest a {
  background-color: #CA4638;
  background-image:url('../images/social-pinterest.svg');
  background-size: 50%;
}

.sidebar-social-links-pinterest a:hover {
  background-color: #D77267;
}


/* SIDEBAR CTA: =sidebar-signup-cta
------------------------------*/
#sidebar-signup-cta {
  background: #4a7c83;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
#sidebar-signup-cta p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2;
  margin: 0 15px 20px 15px;
  text-align: center;
  text-shadow: #000 0 1px 2px;
}
#sidebar-signup-cta .button {
  background: #042129;
  color: #9ee0e3;
  font-size: .9em;
  font-weight: 600;
  padding: 15px 20px;
  text-align: center;
}
#sidebar-signup-cta .button:hover {
  background: #000;
}
.sidebar-cta em[class|=highlight] {
  font-style: normal;
}
.sidebar-cta .highlight-blue {
  color: #9ee0e3;
}
.sidebar-cta .highlight-yellow {
  color: #f4e53a;
}
.sidebar-cta .highlight-green {
  color: #81cf66;
}

.sidebar-simple-cta h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.sidebar-simple-cta p {
  line-height: 1.8em;
}

/* FOOTER: =footer
------------------------------------------------------------*/
#site-footer {
  border-top: 1px solid rgba(0, 0, 0, .03);
  padding: 30px 0 0 0;
  background: #EAF4FE;
}

#site-footer .five.columns {
  width: 280px;
  }

#site-footer .container {
  padding-bottom: 15px;
}
#site-footer h3 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
}
#site-footer p {
  font-size: .9em;
}
#site-footer ul {
  list-style: none;
  margin-left: -40px;
}
#site-footer .article-categories li {
  display: inline-block;
  font-size: .9em;
  margin: 0 0 0 40px;
  padding: 0;
  width: 118px;
}
#site-footer li a {
  color: #3d466e;
  text-decoration: none;
}
#site-footer li a:hover {
  color: #3A4DF9;
}
#site-footer .button {
  margin-bottom: 4px;
}

/* SITE FOOTER NAV: =site-footer-nav
------------------------------*/
#site-footer-nav {
  padding: 15px 0 0 0;
}
#site-footer-nav .container {
  padding-bottom: 0;
  background: none;
}
#site-footer-nav p {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
#site-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#site-footer-nav li {
  display: inline;
  font-size: .9em;
}
#site-footer-nav li a {
  padding: 5px 12px;
  text-decoration: none;
}

#site-footer-nav li a:last-child {
  padding-right: 0;
}

article p a {
word-wrap: break-word;
}


/* Sidebar Ad */

.sidebar-ad-dark {
width: 200px;
height: 300px;
max-width: 200px;
max-height: 300px;
overflow: hidden;
border: 1px solid #AE7B3E;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
margin: 0 0 22px 0;
}

.sidebar-ad-dark .top {
height: 200px;
max-height: 200px;
overflow: hidden;
background: #e89837; /* Old browsers */
background: -moz-linear-gradient(top,  #e89837 0%, #db6b26 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e89837), color-stop(100%,#db6b26)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e89837 0%,#db6b26 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e89837 0%,#db6b26 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e89837 0%,#db6b26 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e89837 0%,#db6b26 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89837', endColorstr='#db6b26',GradientType=0 ); /* IE6-9 */
padding: 10px 20px 20px 20px;
font: bold 18px/25px 'Helvetica Neue', Helvetica, Arial, Tahoma, Geneva, sans-serif;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #CE7722;
position: absolute;
color: #FFF;
text-shadow: 0px 1px 0px #BF6E27;
}

  .sidebar-ad-dark .top span {
  color: #FFD166;
  }

  .sidebar-ad-dark .top img {
  margin-top: 5px;
  //margin-left:auto;
  //margin-right:auto;
  left: 50px;
  //position:absolute;
  }

.sidebar-ad-dark .bottom {
height: 100px;
max-height: 100px;
overflow: hidden;
background: #3B3C3B; /* Old browsers */
padding: 15px;
font: bold 13px/20px 'Helvetica Neue', Helvetica, Arial, Tahoma, Geneva, sans-serif;
text-align: center;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
z-index:0;
position: absolute;
top: 200px;
}

  .sidebar-ad-dark .bottom a.cta {
  color: #333;
  text-shadow: 1px 1px 1px rgba(254, 205, 112, 1);
  float: right;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  border: 1px solid #ffaa22;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fee74d;
  background: -moz-linear-gradient(top,  #fee74d 0%, #fd9b10 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee74d), color-stop(100%,#fd9b10));
  background: -webkit-linear-gradient(top,  #fee74d 0%,#fd9b10 100%);
  background: -o-linear-gradient(top,  #fee74d 0%,#fd9b10 100%);
  background: -ms-linear-gradient(top,  #fee74d 0%,#fd9b10 100%);
  background: linear-gradient(to bottom,  #fee74d 0%,#fd9b10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee74d', endColorstr='#fd9b10',GradientType=0 );
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
  padding: 12px;
  display: block;
  }

  .sidebar-ad-dark .bottom a.cta:hover {
  border: 1px solid #EC8B11;
  background: #fedb4c;
  background: -moz-linear-gradient(top,  #fedb4c 0%, #fd9613 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fedb4c), color-stop(100%,#fd9613));
  background: -webkit-linear-gradient(top,  #fedb4c 0%,#fd9613 100%);
  background: -o-linear-gradient(top,  #fedb4c 0%,#fd9613 100%);
  background: -ms-linear-gradient(top,  #fedb4c 0%,#fd9613 100%);
  background: linear-gradient(to bottom,  #fedb4c 0%,#fd9613 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedb4c', endColorstr='#fd9613',GradientType=0 );
  }

  .sidebar-ad-dark .bottom a.cta:active {
  border: 1px solid #EC8B11;
  background: #FD9512;
  }

.sidebar-ad-dark .bottom a {
display: block;
background: #FFC02F;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 10px;
}

#ki_container { display: inherit; }
p.social-share-link-mobile { display: none; }


/* Big Cover Image styles */

a.big-cover-image-wrapper {
max-height: 240px;
overflow: hidden;
margin-bottom: 25px;
display: block;
}

img.big-cover-image {
max-width: 100%;
border: none;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  a.big-cover-image-wrapper {
  display: none;
  }

}

/* Dynamic CTA Styles */

.footer-dynamic-cta {
  background: #D3F6F0;
  border-radius: 6px;
  width: 100%;
  margin-top: 35px;
}

.footer-dynamic-cta .cta-wrapper {
margin: 0 auto;
position: relative;
padding: 1.5em 2em 2em 0em;
}

.footer-dynamic-cta img {
//opacity: 0.2;
border: none;
//width: 75px;
margin: 0.5em auto 0 auto;
display: block;
max-width: 70%;
}

.footer-dynamic-cta h3 {
font-weight: bold;
font-size: 22px;
color: #3A4DF9;
}

.footer-dynamic-cta .left-column {
float:left;
display:inline;
width: 35%;
}

.footer-dynamic-cta .right-column {
float:left;
display:inline;
width: 65%;
}

.footer-dynamic-cta a.cta, .footer-dynamic-cta button.cta {
font-size: 16px;
margin: 0 0 4px 0;
text-decoration: none;
padding: 12px;
text-align: center;
background: #FE7C63;
display: block;
border-radius: 3px;
color: #fff;
font-weight: 400;
-webkit-box-shadow: none;
box-shadow: none;
}

.footer-dynamic-cta button.cta {
width: 100%;
}

.footer-dynamic-cta a.cta:hover, .footer-dynamic-cta button.cta:hover {
text-decoration: none;
background: #CC6351;
}

.footer-dynamic-cta input, .footer-dynamic-cta select {
width: 100%;
}

.footer-dynamic-cta input[type="text"] {
margin-bottom: 15px;
}

.footer-dynamic-cta select {
padding: 2px;
font-size: 12px;
border: 0;
border-radius: 3px;
height: 33px;
margin-bottom: 15px;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .footer-dynamic-cta .cta-wrapper {
  padding-left: 1.5em;
  }

  .footer-dynamic-cta .left-column {
  display: none;
  }

  .footer-dynamic-cta .right-column {
  width: 100%;
  }

  .footer-dynamic-cta {
  margin-bottom: 20px;
  }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  .footer-dynamic-cta .cta-wrapper {
  padding-left: 1.5em;
  }

  .footer-dynamic-cta .left-column {
  display: none;
  }

  .footer-dynamic-cta .right-column {
  width: 100%;
  }

  .footer-dynamic-cta {
  margin-bottom: 20px;
  }

}

/* End Dynamic CTA Styles */

/* Hero Image Styles */

.header-hero {
  min-height: 100px;
  padding: 50px 0 15px;
  background: #3A4DF9;
}

.header-hero > h1,
.header-hero > h2 {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.header-hero > h1 {
  font-size: 64px;
  font-weight: normal;
}

.header-hero > h2 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .15em;
  padding-top: 20px;
}

/* End Academy Hero Image Styles */

/* Welcome Mat Styles */

.header-welcome-mat {
  background: #3A4DF9;
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 19px 0 39px;
  min-height: 40px;
}

.header-welcome-mat .header-welcome-mat-container {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.header-welcome-mat h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-top: 7px;
  margin-bottom: 5px;
  line-height: 30px;
  display: inline-block;
}

.header-welcome-mat h2 span {
  font-weight: 400;
}

.header-welcome-mat input {
  display: inline;
}

/* Clearing Floats in the form */
.header-welcome-mat .cf:before, .header-welcome-mat .cf:after{
    content:"";
    display:table;
}

.header-welcome-mat .cf:after{
    clear:both;
}

.header-welcome-mat .cf{
    zoom:1;
}

/* Form wrapper styling */
.header-welcome-mat .form-wrapper {
    width: 460px;
    float: right;
}

/* Form text input */
.header-welcome-mat .form-wrapper input {
    width: 250px;
    height: 41px;
    padding: 10px 12px;
    float: left;
    border: 0;
    border-radius: 4px;
    margin-bottom: 4px;
    font-size: 14px;
}

.header-welcome-mat .form-wrapper input:focus {
    outline: 0;
    background: #fff;
}

/* Form submit button */
.header-welcome-mat .form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 41px;
    width: 200px;
    color: #fff;
    background-color: #2EC99A;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
}

.header-welcome-mat .form-wrapper button:hover{
    background-color: #1CB186;
}

.header-welcome-mat .form-wrapper button:active,
.header-welcome-mat .form-wrapper button:focus{
    background: #1CB186;
    outline: 0;
}

.header-welcome-mat .form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

@media only screen and (max-width: 1264px) {
  .header-welcome-mat {
    text-align: center;
  }

  .header-welcome-mat .form-wrapper {
    float: none;
    margin: auto;
  }
}

@media only screen and (max-width: 479px) {
  .header-welcome-mat .form-wrapper {
    width: 80%
  }

  .header-welcome-mat .form-wrapper input, .header-welcome-mat .form-wrapper button {
    display: block;
    float: none;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    width: 100%;
  }

  .header-welcome-mat .form-wrapper button {
    margin-top: 10px;
  }
}

/* End Welcome Mat Styles */


/* MEDIA QUERIES: =media-queries
------------------------------------------------------------*/
/* Design for a width of 1280px
@media only screen and (min-width: 1280px) {
  article img {
    max-width: 698px;
  }
  .comment-form-author {
    width: 339px;
  }
  .comment-form-email {
    width: 339px;
  }
} Not being used due to removing 1280 grid for now */


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  article img {
    max-width: 410px;
  }
  .comment-form-author {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comment-form-email {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .pagination a,
  .pagination .current,
  .pagination .dots {
    padding: 8px 14px;
  }
  #site-footer li {
    width: 88px;
  }
  #site-footer-nav li {
    margin-left: 20px;
  }

  #go-to {
    top: 0;
  }

  #searchform .search-input-container input {
    width: 200px;
  }


    /* Styles for sidebar ad */

    .sidebar-ad-dark { width: 165px; height: 275px; max-width: 165px; max-height: 275px; }
    .sidebar-ad-dark .top { height: 175px; max-height: 175px; }
    .sidebar-ad-dark .top img { display: none; }
    .sidebar-ad-dark .bottom a.cta { font-size: 13px; }
    .sidebar-ad-dark .bottom { top: 175px; }

    #ki_container { display: none; }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  article img {
    max-width: 410px;
  }
  .comment-form-author {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comment-form-email {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .primary,
  .sidebar {
    float: none;
    margin: 0;
  }

  #ki_container { display: none; }
  p.social-share-link-mobile { display: inherit; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  #main {
    padding-top: 0;
  }
  #go-to {
    margin: 15px auto 0;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    width: 242px;
  }
  #go-to .go-to-start {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    display: block;
    width: 90%;
  }
  #go-to .go-to-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    width: 90%;
  }
  .section-header #searchform {
    position: relative;
  }
  #searchform input {
    width: 100%;
  }
  article img {
    max-width: 410px;
  }
  article .comments-link {

    margin-bottom: 8px;
  }
  article .share {
    float: none;
  }
  .primary,
  .sidebar {
    float: none;
    margin: 0;
  }
  .columns {
    margin-bottom: 15px;
  }
  .sidebar {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
  }
  .container .offset-by-quarter {
    padding-left: 0;
  }
  .container .offset-by-half {
    padding-left: 0;
  }
  #site-footer .columns {
    margin-bottom: 15px;
  }
  #site-footer .article-categories {
    margin-bottom: 15px;
  }
  #site-footer .article-categories li {
    text-align: center;
    width: 188px;
  }
  #site-footer h3 {
    text-align: center;
  }
  #site-footer p {
    text-align: center;
  }
  #site-footer-nav p {
    text-align: center;
  }
  #site-footer-nav ul {
    margin-top: 15px;
    position: relative;
  }
  #site-footer-nav li {
    display: block;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .comment-form-author {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comment-form-email {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .pagination a,
  .pagination .current,
  .pagination .dots {
    font-size: .9em;
    padding: 4px 10px;
  }

  /* Hide some elements at these smaller sizes */
  .container .post-share,
  #sidebar-signup-cta-sticky-wrapper {
    display: none;
  }
  #ki_container { display: none; }
  p.social-share-link-mobile { display: inherit; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  #main {
    padding-top: 0;
  }
  #go-to {
    margin: 15px auto 0;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    width: 242px;
  }
  #go-to .go-to-start {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    display: block;
    width: 90%;
  }
  #go-to .go-to-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    width: 90%;
  }
  .section-header #searchform {
    position: relative;
  }
  #searchform input {
    width: 100%;
  }
  article img {
    max-width: 298px;
  }
  article .comments-link {

    margin-bottom: 8px;
  }
  article .share {
    float: none;
  }
  .primary,
  .sidebar {
    float: none;
    margin: 0;
  }
  .columns {
    margin-bottom: 15px;
  }
  .sidebar {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
  }
  .container .offset-by-quarter {
    padding-left: 0;
  }
  .container .offset-by-half {
    padding-left: 0;
  }
  #site-footer .columns {
    margin-bottom: 15px;
  }
  #site-footer .article-categories {
    margin-bottom: 15px;
  }
  #site-footer .article-categories li {
    text-align: center;
    width: 128px;
  }
  #site-footer h3 {
    text-align: center;
  }
  #site-footer p {
    text-align: center;
  }
  #site-footer-nav p {
    text-align: center;
  }
  #site-footer-nav ul {
    margin-top: 15px;
    position: relative;
  }
  #site-footer-nav li {
    display: block;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .comment-form-author {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comment-form-email {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .pagination a,
  .pagination .current,
  .pagination .dots {
    font-size: .8em;
    padding: 2px 6px;
  }

  /* Hide some elements at these smaller sizes */
  .container .post-share,
  #sidebar-signup-cta-sticky-wrapper {
    display: none;
  }
  #ki_container { display: none; }
  p.social-share-link-mobile { display: inherit; }
}

.u-optimizely {
  /* We need to force hide this element without removing events and hovers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0 !important;
  background: transparent !important;
  color: rgba(0,0,0,0) !important;
  overflow: hidden !important;

  /* Now size and position it */
  position: absolute !important;
  right: 0 !important;
  height: 12px !important;
  width: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  -moz-box-sizing: border-box;
       box-sizing: border-box;

  /* Must brute force this to ensure that no one gets hit with bad or partial rendering */
}

/* Styles for new blog header being A/B tested. */

#blog-header {
  background-color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
#blog-header .bh-container {
  height: 30px;
  max-width: 1240px;
  margin: auto;
  padding: 3em 20px;
}
#blog-header .bh-logo {
  background-image: url(../images/km_logo_2017_blue.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow-x: hidden;          /* Image replacement. */
  text-indent: 171.36125654px; /* Image replacement. */
  width: 171.36125654px;       /* Image replacement. */
}
#blog-header .bh-nav {
  float: right;
  line-height: 30px; /* Vertically align with logo. */
  list-style-type: none;
  margin: 5px 0 0;   /* Align with logo text. */
  padding: 0;
}
#blog-header .bh-nav-item {
  display: inline-block;
  margin: 0 0 0 1.5em;
  padding: 0;
}
#blog-header .bh-nav-link {
  color: #3e54ff;
  padding: 3em 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
  font-family: 'Sofia', 'Droid Sans', Helvetica, Arial, sans-serif;
}
#blog-header .bh-nav-link:hover {
  opacity: 0.7;
}
#blog-header .bh-phone {
  color: #999;
}
#blog-header .bh-nav-signup {
  background-color: #2ECB9B;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 0.75em 1.25em;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
#blog-header .bh-nav-signup:hover {
  background-color: #1CB186;
}
#blog-header .bh-nav-signin {
  border-radius: 5px;
  color: #2ECB9B;
  font-weight: bold;
  padding: 0.75em 1.25em;
  padding: calc(0.75em - 1px) calc(1.25em - 1px);
  border: 1px solid #2ECB9B;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
#blog-header .bh-nav-signin:hover {
  background-color: #2ECB9B;
  color: #fff;
}
#blog-header .bh-subnav-container {
  background-color: #EAF4FE;
}
#blog-header .bh-subnav {
  list-style-type: none;
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}
#blog-header .bh-subnav-item {
  display: inline-block;
}
#blog-header .bh-subnav-link {
  color: #3D466E;
  display: inline-block;
  font-size: 1.1666666667em;
  line-height: 1.5em;
  margin-right: 2em;
  padding: 1em 0;
  text-decoration: none;
  font-family: 'Sofia', 'Droid Sans', Helvetica, Arial, sans-serif;
}
#blog-header .bh-subnav-link.active {
  border-bottom: 0.15em solid #3D466E;
  font-weight: bold;
  padding: 1em 0 0.85em;
}
#blog-header .bh-subnav-link:hover {
  border-bottom: 0.15em solid #3D466E;
  padding: 1em 0 0.85em;
}
#blog-header .bh-mobl-icon {
  background-image: url(../images/blog-header/reorder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
  float: right;
  height: 25px;
  opacity: 0.9;
  width: 25px;
}
#blog-header .bh-mobl-icon.open {
  background-image: url(../images/blog-header/remove11.svg);
}
#blog-header .bh-nav-mobl {
  background-color: #fff;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
#blog-header .bh-nav-item-mobl {
  border-bottom: 1px solid #ddd;
}
#blog-header .bh-nav-link-mobl {
  color: #333;
  display: block;
  padding: 0.8333333333em 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#blog-header .bh-subnav-mobl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#blog-header .bh-subnav-link-mobl {
  color: #999;
  display: block;
  padding: 0.8333333333em 20px 0.8333333333em 40px;
  text-decoration: none;
}
#blog-header .bh-phone-mobl {
  color: #23c4eb;
  padding: 0.8333333333em 20px;
}

@media only screen and (max-width: 1279px) {
  #blog-header .bh-blog-extra {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #blog-header .bh-phone {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  #blog-header .bh-nav {
    display: none;
  }
  #blog-header .bh-subnav-container {
    display: none;
  }
  #blog-header .bh-container {
    height: 25px;
    padding: 2em 20px;
  }
  #blog-header .bh-logo {
    height: 25px;
    width: 142.80104712px;
    overflow: hidden;
  }
  #blog-header .bh-mobl-icon {
    display: block;
  }
  #blog-header .bh-nav-mobl.open {
    display: block;
  }
  .header-academy-hero {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #blog-header .bh-nav-mobl {
    font-size: 0.8em;
  }

  .header-hero > h1 {
    font-size: 52px;
    line-height: normal;
  }
}
