/*!
Theme Name: JPL Platypus Academy
Author: JPL
Author URI: https://jpl.agency/
Description: The JPL Platypus Academy theme is a responsive bootstrap or "starter" theme designed and developed by JPL to be used in conjunction with a child theme. This theme leverages Normalize.css, jQuery, Slick Carousel, Colorbox, the Advanced Custom Fields plugin and more.
Version: 4.9.9
*/
/**
 * Media Queries
 */
/**
 * Standard Colors
 */
:focus {
  outline: 1px dotted #707070;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
/* common tags */
body {
  min-width: 360px;
  /* mac font smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
sub,
sup {
  font-size: 70%;
}
img {
  height: auto;
  max-width: 100%;
}
/* overriding monospace,monospace hack in normalize.css, see: https://stackoverflow.com/questions/38781089/font-family-monospace-monospace; */
code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
/* framework */
.bdy {
  /* prevent overflow from .block calc() functions where scrollbar widths are not factored into the results */
  overflow: hidden;
}
.block.alignfull,
.wp-block-columns.alignfull,
.block.alignwide,
.wp-block-columns.alignwide {
  /* remove negative margins when used on the back end for live preview */
}
@media only screen and (min-width: 768px) {
  .block.alignfull,
  .wp-block-columns.alignfull,
  .block.alignwide,
  .wp-block-columns.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .wp-admin .block.alignfull,
  .wp-admin .wp-block-columns.alignfull,
  .wp-admin .block.alignwide,
  .wp-admin .wp-block-columns.alignwide {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .block.alignwide,
  .wp-block-columns.alignwide {
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 49vw);
  }
}
@media only screen and (min-width: 1170px) {
  .block.alignwide,
  .wp-block-columns.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 15px;
}
/* WordPress Core, See Generated Classes: https://codex.wordpress.org/CSS */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 782px) {
  .alignright {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 782px) {
  .alignleft {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 782px) {
  a img.alignright {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 782px) {
  a img.alignleft {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* clearfloat */
.cf:before,
.cf:after {
  content: '';
  display: block;
}
.cf:after {
  clear: both;
}
