/*
Mobile overrides
*/
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.ir {
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ir:before {
  width: 0;
  height: 100%;
  content: "";
  display: block;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.curved {
  border-radius: 5px;
}
.fake-table {
  display: table;
  width: 100%;
}
.fake-table > * {
  display: table-cell;
  vertical-align: top;
}
.center {
  margin: 0 auto;
}
.center-text {
  text-align: center;
}
.center-text.button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.restrict-width {
  width: 70%;
}
.inset {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10px;
}
.inset:before,
.inset:after {
  content: " ";
  display: table;
}
.inset:after {
  clear: both;
}
.compact {
  margin: 0;
  padding: 0;
}
.compact > li {
  margin: 0;
  display: block;
}
.horizontal:before,
.horizontal:after {
  content: " ";
  display: table;
}
.horizontal:after {
  clear: both;
}
.horizontal > li {
  float: left;
}
.debug {
  box-shadow: 0 0 2px black inset;
}
.debugl {
  box-shadow: 0 0 2px white inset;
}
.columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
}
.columns .column {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.columns .bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.columns.two .column {
  width: 46%;
}
.columns.two .column + .column {
  padding-left: 4%;
}
.columns.three .column {
  width: 31%;
}
.columns.three .column + .column {
  padding-left: 3%;
}
.columns.column-style-gutter .column + .column {
  padding-left: 1em;
}
.split {
  width: 100%;
  display: table;
}
.split > .left,
.split > .right {
  display: table-cell;
  vertical-align: top;
}
.split.even > .left,
.split > .right {
  width: 50%;
}
.split.vertical-center > .left,
.split > .right {
  vertical-align: middle;
}
.split.uneven.one-quarter > .left {
  width: 25.0%;
}
.split.uneven.one-third > .left {
  width: 33.3%;
}
.split.uneven.two-fifths > .left {
  width: 40.0%;
}
.split.uneven.two-thirds > .left {
  width: 66.6%;
}
.split.uneven.three-quarters > .left {
  width: 75.0%;
}
.visual-split {
  position: relative;
}
.visual-split > * {
  display: block;
  margin-bottom: 0;
}
.visual-split > * + * {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .slideshow {
    padding-top: 20px;
    border-top: 1px solid #cacaca;
  }
  .style-blog-post-hero-image {
    float: none;
    padding: 0;
    margin: 1em auto;
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 924px) {
  p:empty {
    display: none;
  }
  .style-content {
    width: auto;
  }
}
