@charset "UTF-8";
.entry-header .entry-meta {
  font-size: 14px;
  overflow: hidden;
  text-indent: -9999px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .entry-header .entry-meta {
      font-size: 0.8rem; } }
  .entry-header .entry-meta a[rel="bookmark"] {
    color: inherit;
    pointer-events: none; }

.entry-header .entry-date {
  float: left;
  text-indent: 0; }
  .entry-header .entry-date::after {
    background: #333;
    content: "";
    display: inline-block;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    left: 0;
    top: -3px; }

.entry-header .byline,
.entry-header .vcard {
  float: left;
  text-indent: 0; }

.entry-header .byline {
  text-indent: -9999px; }

.entry-header .author {
  display: inline-block;
  white-space: nowrap;
  position: relative; }
  .entry-header .author a {
    text-decoration: none;
    border-bottom: 1px solid #0686d4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .entry-header .author a:hover {
      background: #D5EBF8;
      text-decoration: none;
      border-bottom-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      .entry-header .author a {
        transition: none; } }

.entry-title {
  line-height: 1.2;
  margin: -5px 0 9px;
  text-transform: none; }
  .entry-title a {
    color: #333; }
    .entry-title a:hover {
      box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #333;
      text-decoration: none; }

.entry-content {
  margin-top: calc(1rem - (0.7rem)); }
  .entry-content *[style*="400"] {
    font-weight: 300 !important; }
  .entry-content span {
    font-family: inherit !important;
    font-size: inherit !important; }
  .entry-content a {
    text-decoration: none;
    border-bottom: 1px solid #0686d4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .entry-content a:hover {
      background: #D5EBF8;
      text-decoration: none;
      border-bottom-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      .entry-content a {
        transition: none; } }
    .entry-content a:empty {
      display: none !important; }
  .entry-content * + h2,
  .entry-content * + h3 {
    margin-top: calc(2rem - 0.7rem); }
  .entry-content > p:last-child {
    margin-bottom: 0; }

.nmx-wrap-container.blog {
  max-width: 1560px; }

input[type="submit"],
input[type="button"] {
  display: inline-block;
  font-weight: 500;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.65rem 2.5rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 1.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #0686d4;
  color: #fff;
  border-color: #0686d4;
  width: auto; }
  @media screen and (prefers-reduced-motion: reduce) {
    input[type="submit"],
    input[type="button"] {
      transition: none; } }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    text-decoration: none; }
  input[type="submit"]:focus, input[type="submit"].focus,
  input[type="button"]:focus,
  input[type="button"].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled {
    opacity: 0.65; }
  input[type="submit"]:not(:disabled):not(.disabled),
  input[type="button"]:not(:disabled):not(.disabled) {
    cursor: pointer; }
  input[type="submit"]:not(:disabled):not(.disabled):active, input[type="submit"]:not(:disabled):not(.disabled).active,
  input[type="button"]:not(:disabled):not(.disabled):active,
  input[type="button"]:not(:disabled):not(.disabled).active {
    background-image: none; }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #056CAA;
    color: #fff; }

.archive-title {
  font-size: 0.9rem;
  margin-top: 0; }

.hfeed.site > div {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  justify-content: space-between; }
  .hfeed.site > div .widget-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 25%;
    max-width: 25%;
    order: 0; }
  .hfeed.site > div .site-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    flex: 1 0 auto;
    order: 1;
    margin: 0 auto; }

.widget > h1 {
  line-height: 1.33;
  margin-bottom: 8px;
  text-transform: uppercase; }

.widget + .widget {
  margin-top: 33px; }

.widget > ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }

.widget-top-hr {
  display: none; }

.widget-area a {
  color: inherit; }
  .widget-area a:hover {
    color: #0686d4;
    text-decoration: none; }

.widget-area li,
.widget-area .textwidget {
  font-size: 14px; }
  @media (min-width: 768px) {
    .widget-area li,
    .widget-area .textwidget {
      font-size: 0.8rem; } }

.widget-area li + li {
  margin-top: 5px; }

.widget-area .st-tags {
  border: 1px solid #0687d5;
  border-radius: 15px;
  color: #0687d5;
  font-size: 12px !important;
  font-weight: 500;
  padding: 4px 9px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 3px 0; }
  .widget-area .st-tags:hover {
    background: #d5ebf8; }

.widget-title {
  font-size: 0.9rem;
  margin: 0; }
  .widget-title hr {
    display: none; }

article {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 33px; }

.entry-content > p:first-child img {
  display: block;
  margin-bottom: 21px;
  margin-top: 18px; }

footer.entry-meta {
  margin-top: 15px; }
  footer.entry-meta a {
    text-decoration: none;
    border-bottom: 1px solid #0686d4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    footer.entry-meta a:hover {
      background: #D5EBF8;
      text-decoration: none;
      border-bottom-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      footer.entry-meta a {
        transition: none; } }
  footer.entry-meta .sep {
    display: none; }
  footer.entry-meta .comments-link {
    display: block;
    margin-top: 5px; }
    @media (min-width: 768px) {
      footer.entry-meta .comments-link {
        border-left: 1px solid #e6e6e6;
        display: inline-block;
        margin: 0 0 0 11px;
        padding-left: 15px; } }

#comments {
  padding: 30px;
  margin-top: 1.75rem;
  background: #f7f7f7; }

.comments-title {
  margin-top: 0; }

#comments #respond {
  margin-top: -5px; }

#comments #respond h3#reply-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0; }

#respond form .logged-in-as {
  font-size: inherit;
  margin-top: -10px; }

#comments #respond form {
  margin-bottom: .75rem; }

#comments #respond .comment-notes {
  font-size: 0;
  margin-top: -15px;
  margin-bottom: 22px; }

.comments-link:before,
.edit-link:before {
  margin-right: 5px; }

#respond label {
  display: inline-block !important; }

.comment-form-comment #comment {
  height: 150px; }

span.required {
  background: none !important;
  vertical-align: top; }

#respond .comment-form-author,
#respond .comment-form-email {
  float: left;
  width: 50%; }

#respond .comment-form-author {
  padding-right: 12px; }

#respond .comment-form-email {
  padding-left: 12px; }

.comment-form-url {
  clear: both; }

p[class^="comment-form"] {
  margin-bottom: 1rem; }

#respond form #url {
  width: 100%; }

#ajax-comment-preview {
  margin-bottom: 12px;
  margin-top: 30px; }

.comment-subscription-form {
  margin: 0; }

.comment .children {
  margin-left: 30px; }

.comments-image {
  float: left;
  margin-right: 15px;
  width: 40px; }

.comment-hr {
  display: none; }

.form-submit {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .form-submit input + input {
    margin-left: 12px; }

.comments-title {
  margin-bottom: 24px; }

.commentlist {
  padding-left: 0;
  list-style: none; }
  .commentlist ol,
  .commentlist ul {
    list-style: none; }

.comment > footer {
  font-size: 0.8rem;
  overflow: hidden;
  line-height: 100%;
  margin-bottom: .5rem; }
  .comment > footer a {
    color: inherit;
    display: block;
    pointer-events: none;
    text-decoration: none; }
  .comment > footer .comment-meta {
    margin-top: 9px; }

.comment cite {
  font-style: normal; }

.reply a,
.akismet_comment_form_privacy_notice a {
  text-decoration: none;
  border-bottom: 1px solid #0686d4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .reply a:hover,
  .akismet_comment_form_privacy_notice a:hover {
    background: #D5EBF8;
    text-decoration: none;
    border-bottom-color: transparent; }
  @media screen and (prefers-reduced-motion: reduce) {
    .reply a,
    .akismet_comment_form_privacy_notice a {
      transition: none; } }

#nav-above {
  display: none; }

.nav-single,
.navigation-paging,
#comment-nav-below {
  display: flex;
  justify-content: space-between; }
  .nav-single a,
  .navigation-paging a,
  #comment-nav-below a {
    text-decoration: none;
    border-bottom: 1px solid #0686d4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .nav-single a:hover,
    .navigation-paging a:hover,
    #comment-nav-below a:hover {
      background: #D5EBF8;
      text-decoration: none;
      border-bottom-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      .nav-single a,
      .navigation-paging a,
      #comment-nav-below a {
        transition: none; } }

.nav-single,
.navigation-paging {
  color: #0686d4; }
  .nav-single > span,
  .navigation-paging > span {
    max-width: 50%; }
    .nav-single > span:empty,
    .navigation-paging > span:empty {
      display: none; }
  .nav-single .nav-previous,
  .navigation-paging .nav-previous {
    padding-right: 10px; }
    .nav-single .nav-previous::before,
    .navigation-paging .nav-previous::before {
      content: '←';
      margin-right: 4px; }
    .nav-single .nav-previous .meta-nav,
    .navigation-paging .nav-previous .meta-nav {
      margin-left: -15px;
      visibility: hidden; }
  .nav-single .nav-next,
  .navigation-paging .nav-next {
    padding-left: 10px;
    text-align: right; }
    .nav-single .nav-next::before,
    .navigation-paging .nav-next::before {
      content: '→';
      float: right;
      margin-left: 4px; }
    .nav-single .nav-next .meta-nav,
    .navigation-paging .nav-next .meta-nav {
      margin-right: -15px;
      visibility: hidden; }

#comment-nav-below {
  margin-bottom: 24px; }

#right-sidebar,
.entry-thumbnail,
.readmore,
.screen-reader-text,
.assistive-text {
  display: none; }

.entry-meta *::before {
  display: none !important; }

.gpone,
.more-link::before {
  display: none; }

.comment-author-link {
  cursor: text; }
  .comment-author-link a {
    pointer-events: none; }

.sharedaddy.sd-sharing-enabled {
  margin-top: 1rem; }

body #jp-relatedposts {
  margin-top: 2rem;
  padding-top: 0; }

body div.sharedaddy h3.sd-title,
body #jp-relatedposts h3.jp-relatedposts-headline {
  font-size: inherit; }

body div.sharedaddy h3.sd-title,
body #jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: 500; }

body div.sharedaddy h3.sd-title {
  width: 113px;
  white-space: nowrap;
  overflow-x: hidden;
  margin-bottom: 3px; }

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
  margin-bottom: 9px; }

body div.sharedaddy h3.sd-title::before,
body #jp-relatedposts h3.jp-relatedposts-headline em::before {
  display: none; }

body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  opacity: 1; }

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0; }
  body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    border-bottom: 1px solid #333;
    text-decoration: none; }

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  background: none;
  text-decoration: none; }

body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 0.9rem;
  line-height: 1.3;
  padding-top: 0;
  margin: 0 0 6px;
  text-transform: none; }

body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
      font-size: 0.8rem; } }

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  margin-top: 5px; }

.jetpack-likes-widget-unloaded {
  display: none; }

#blog .sd-content ul li a.sd-button {
  background: #D5EBF8 !important;
  border: 1px solid #ACD6F0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  color: #0686d4 !important; }
  #blog .sd-content ul li a.sd-button:hover {
    color: #056CAA !important; }

.toggle-blog-sidebar {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  background: url(../../images/select_arrow.svg) no-repeat right center;
  background-size: 10px 6px;
  padding: 0.275rem 0;
  cursor: pointer;
  display: none;
  text-align: left;
  width: 100%; }

@media (max-width: 1024px) {
  .hfeed.site > div .site-content {
    max-width: none;
    margin-top: 21px; }
  #left-sidebar {
    display: none;
    flex: 0 0 100%;
    max-width: none; }
    #left-sidebar.show {
      display: block; }
    #left-sidebar > aside:first-child {
      margin-top: 21px; }
    #left-sidebar > aside:last-child {
      padding-bottom: 21px;
      border-bottom: 1px solid #f0f0f0; }
  .toggle-blog-sidebar {
    display: block; } }

@media (max-width: 435px) {
  .form-submit input {
    width: 100%; }
  .form-submit input + input {
    margin: 12px 0 0; } }
