/**/
.planetimage {
  position: relative; }

.planetimage .base0 {
  /* position: absolute; */
  top: 0px;
  left: 0px;
  z-index: 0;
  max-width: fit-content; }

.planetimage .base1 {
  position: absolute;
  top: 62px;
  left: 10%;
  z-index: 1;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  max-width: fit-content; }

.planetimage .base2 {
  position: absolute;
  top: 40px;
  left: 20%;
  z-index: 2;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  max-width: fit-content; }

.planetimage .base3 {
  position: absolute;
  top: -12px;
  left: 35%;
  z-index: 3;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  max-width: fit-content; }

.planetimage .base4 {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 4;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  max-width: fit-content; }

.planetimage .base5 {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 5;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  max-width: fit-content; }

/* ******************************************************************************** */
/* From custom.css */
.fa-1x {
  font-size: 1.5rem; }

.navbar-toggler.toggler-example {
  cursor: pointer; }

.dark-blue-text {
  color: #0A38F5; }

.dark-pink-text {
  color: #AC003A; }

.dark-amber-text {
  color: #ff6f00; }

.dark-teal-text {
  color: #004d40; }

/* ******************************************************************************** */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

/* Structure */
html {
  font-size: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none; }

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.6;
  word-wrap: break-word;
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
  top: 60px;
  background-image: url("https://media.mickmake.com/about/images/8085-4.gif");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

.noHover {
  pointer-events: none; }

.parent-toc {
  position: absolute !important;
  width: 100%; }

.child-toc {
  position: sticky !important; }

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.container--outer {
  height: auto !important;
  margin: 10px auto;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.wrapper {
  padding-top: 0px !important;
  padding-bottom: 25px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #fff; }

.flex {
  display: -webkit-flex;
  display: flex; }

.primary {
  -webkit-flex: 1 0 65.83%;
  flex: 1 0 65.83%;
  -webkit-order: 1;
  order: 1;
  min-width: 0; }

.sidebar {
  -webkit-flex: 1 0 31.66%;
  flex: 1 0 31.66%;
  -webkit-order: 2;
  order: 2;
  min-width: 0;
  margin: 0 0 0 2.5%;
  padding-right: 0px !important; }

.sidebar--left {
  -webkit-order: 0;
  order: 0;
  margin: 0 2.5% 0 0; }

.clearfix {
  display: block; }

.clearfix::after {
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  content: ""; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* Button */
.btn {
  padding: 5px 10px;
  font-weight: 700;
  white-space: pre-line;
  color: #ffffff;
  background-color: #015272;
  border: 1px solid #dadada; }

.btn:disabled, button[disabled] {
  color: #ffffff40;
  background-color: #01527240;
  border: 1px solid #dadada40; }

.btn:hover {
  padding: 5px 10px;
  font-weight: 700;
  white-space: pre-line;
  color: #ffffff !important;
  background-color: #039724 !important;
  border: 1px solid #dadada; }

a img .btn:hover {
  border: 3px solid #039724 !important; }

a:hover img.border-0 {
  border: 3px solid #039724 !important; }

a img.border-0 {
  border: 3px solid transparent !important; }

.btn-nohover:hover {
  color: #015272 !important;
  background-color: #039724 !important;
  border: 1px solid #dadada !important; }

.btn-normal {
  color: #ffffff !important;
  background-color: #015272 !important;
  border: 1px solid #dadada !important; }

.btn-normal:disabled, button[disabled] {
  color: #ffffff40 !important;
  background-color: #01527240 !important;
  border: 1px solid #dadada40 !important; }

.btn-normal:hover,
.btn-normal:hover a {
  color: #ffffff !important;
  background-color: #039724 !important;
  border: 1px solid #dadada !important; }

.btn3d {
  transition: all .0s linear !important;
  position: relative;
  outline: medium none;
  -moz-outline-style: none;
  border: none !important;
  margin-right: 10px !important;
  margin-top: 15px; }

.btn3d {
  border: none !important; }

.btn3d:hover {
  transition: all .0s linear !important;
  /*transition: transform 0.850s;*/
  box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 4px 0 0 #adadad, 0 4px 0 1px rgba(0, 0, 0, 0.4), 0 4px 4px 1px rgba(0, 0, 0, 0.5);
  top: 4px; }

.btn3d:focus {
  /*outline:medium none;
    -moz-outline-style:none;*/
  box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 0 #adadad, 0 1px 0 1px rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgba(0, 0, 0, 0.5);
  top: 7px; }

.btn3d:active {
  top: 9px; }

.btn3d-normal {
  box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #adadad, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
  background-color: #015272 !important; }

.btn3d-default {
  box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #adadad, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff; }

.btn3d-primary {
  box-shadow: 0 0 0 1px #428bca inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #357ebd, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #428bca; }

.btn3d-success {
  box-shadow: 0 0 0 1px #5cb85c inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4cae4c, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #5cb85c; }

.btn3d-info {
  box-shadow: 0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #46b8da, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #5bc0de; }

.btn3d-warning {
  box-shadow: 0 0 0 1px #f0ad4e inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #eea236, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #f0ad4e; }

.btn3d-danger {
  box-shadow: 0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #C24032, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #c63702; }

/* ******************************************************************************** */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  margin: 0 0 1.00rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000; }

h1 {
  font-size: 32px;
  font-size: 2rem; }

h2 {
  font-size: 24px;
  font-size: 1.5rem; }

h3 {
  font-size: 20px;
  font-size: 1.25rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  font-size: 16px;
  font-size: 1rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

.post h1 {
  max-width: fit-content;
  border-bottom: 5px solid #015272;
  padding-bottom: 6px; }

.post h2 {
  max-width: fit-content;
  border-bottom: 2px solid #015272;
  padding-bottom: 3px; }

/* ******************************************************************************** */
.main-content a,
.main-content a:link,
.card-title a,
.card-title a:link,
.flip-card a,
.flip-card a:link,
.warning a,
.warning a:link {
  /* color: black;
  text-decoration: none; */
  background-position-y: -0%;
  background-image: linear-gradient(#ffffff 50%, #ffff00 50%);
  transition: background 500ms ease;
  background-size: 2px;
  background-size: auto 175%; }

a {
  transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
  text-decoration: none;
  font-weight: 700;
  color: #015272;
  background-color: #ffffff;
  /*border: 1px solid #ffffff;*/
  padding-left: 4px;
  padding-right: 4px; }

.main-content a:hover,
.card-title a:hover,
.flip-card a:hover,
.warning a:hover {
  color: #015272;
  background-position-y: 100%;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23453886' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E"); */
  transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
  text-decoration: none;
  font-weight: 700;
  background-color: #039724;
  border: none;
  padding-left: 4px;
  padding-right: 4px; }

figure a {
  background-color: transparent !important;
  border: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  background-image: none !important; }

figure a:hover {
  background-color: transparent !important;
  border: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-image: none !important;
  color: #039724 !important; }

a img {
  border-width: 3px !important;
  border-style: solid !important;
  border-color: #dadada !important;
  padding-left: 0px;
  padding-right: 0px; }

a:hover img {
  border-width: 3px !important;
  border-style: solid !important;
  border-color: #015272 !important;
  padding-left: 0px;
  padding-right: 0px;
  /* background-image: none; */ }

.content a,
.warning a {
  transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
  text-decoration: none;
  font-weight: 700;
  color: #015272;
  background-color: #ffffff;
  border: none;
  /* border: 1px solid #ffffff; */ }

.content a:hover,
.warning a:hover {
  transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
  text-decoration: none;
  color: #015272;
  /*background-color: #015272;*/
  border: none;
  /*border: 1px solid #dadada;*/ }

.footer a {
  transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
  text-decoration: none;
  color: #ffffff;
  background-color: #015272;
  border: 1px solid #2a2a2a; }

.footer a:hover {
  transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
  text-decoration: none;
  color: #eeeeee;
  background-color: #015272;
  border: 1px solid #dadada;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23453886' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E"); */ }

hr {
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid #dadada; }

p {
  margin: 0 0 20px;
  margin: 0 0 1.00rem; }

b,
strong {
  font: inherit;
  font-weight: 700; }

i,
em {
  font: inherit;
  font-style: italic; }

ol,
ul {
  padding: 0;
  margin: 0; }

small {
  font-size: 12px;
  font-size: .75rem; }

mark {
  background-color: #fd5; }

figure {
  margin: 0 0 20px;
  margin: 0 0 1.00rem; }

figcaption {
  margin-top: 4px;
  margin-top: .25rem;
  color: #666; }

figcaption h4 {
  margin: 0;
  color: inherit; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: inherit; }

pre,
code {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb; }

code {
  padding: 0 5px;
  color: #c33; }

pre {
  display: block;
  padding: 0;
  padding: 1.00rem;
  margin-bottom: 20px;
  margin-bottom: 1.00rem;
  overflow: auto;
  color: #000; }

pre code {
  padding: 0;
  color: inherit;
  white-space: inherit;
  background: inherit;
  border: 0; }

kbd {
  padding: 2px 3px;
  color: #000000;
  background-color: #2a2a2a; }

blockquote {
  display: block;
  padding: 5px 0 5px 15px;
  margin: 0 0 20px;
  margin: 0 0 1.00rem;
  line-height: 1.6;
  border-left: 5px solid #015272; }

blockquote p:last-child {
  margin: 0; }

blockquote footer {
  text-align: right; }

sup,
sub {
  font-size: 10px;
  font-size: .625rem;
  font-style: normal; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

abbr[title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted #000; }

q {
  font-style: italic; }

address {
  margin-bottom: 20px;
  margin-bottom: 1.00rem;
  font-family: "Consolas", Courier New, Courier, monospace;
  line-height: 1.5; }

dl {
  margin: 0 0 10px 20px; }

dt,
dd {
  display: list-item; }

dt {
  font-weight: bold;
  list-style-type: square; }

dd {
  margin-left: 20px;
  list-style-type: circle; }

select {
  max-width: 100%; }

.warning {
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #ddd; }

.warning__icon {
  margin-bottom: 20px;
  fill: #ddd; }

/* Header */
.header {
  background-color: #fff; }

.logo {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.logo figure {
  max-width: none !important; }

.logo figure img {
  border-width: 0px !important; }

.logo__link {
  display: inline-block;
  text-transform: uppercase; }

.logo__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000; }

.logo__tagline {
  display: inline-block;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  color: #015272;
  border-top: 1px solid #ebebeb; }

.divider {
  height: 5px;
  margin: 0;
  background-color: #015272;
  border: 0; }

/* Posts/Pages */
.summary__header,
.post__header,
.main__header {
  margin-bottom: 20px;
  margin-bottom: 1.00rem; }

.main__title {
  font-size: 28px;
  font-size: 1.75rem;
  border-bottom: 5px solid #015272; }

.main__content {
  margin-bottom: 20px;
  margin-bottom: 1.00rem; }

.meta {
  font-size: 13px;
  font-size: .8125rem;
  vertical-align: baseline; }

.meta__item {
  display: inline;
  margin-left: 15px; }

.meta__item:first-child {
  margin-left: 0; }

.meta__icon {
  margin-right: 5px;
  vertical-align: middle;
  fill: #c4c4c4; }

.meta__text {
  vertical-align: middle; }

/* Section content */
.section__title h2,
.section__title h3,
.section__title {
  max-width: 100% !important;
  text-align: center;
  margin-bottom: .25rem; }

.section__excerpt {
  font-weight: 700;
  color: #015272;
  background-color: #eeeeee;
  border: 1px solid #01527210; }

.section__meta {
  margin-top: 5px; }

.section__thumbnail {
  float: left;
  margin: 0 20px 0 0; }

.section__thumbnail a:hover,
.section__thumbnail a {
  background-image: none !important;
  background-color: transparent; }

.section__thumbnail img {
  width: 100%;
  max-width: 235px; }

.section__footer {
  padding-right: 8px;
  padding-right: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  float: right; }

.section__footer-readmore {
  float: right;
  background-image: none !important; }

.section__footer a:hover {
  padding-left: 10px;
  padding-right: 10px; }

/* List content */
.list__item {
  padding-bottom: 20px;
  padding-bottom: 1.00rem;
  margin-bottom: 20px;
  margin-bottom: 1.00rem;
  border-bottom: 1px solid #ebebeb; }

.list__header {
  margin-bottom: 10px;
  margin-bottom: .625rem; }

.list__meta {
  margin-top: 5px; }

.list__thumbnail {
  float: left;
  margin: 0 20px 0 0; }

.list__thumbnail img {
  width: 100%;
  max-width: 235px; }

.list__footer-readmore {
  float: right;
  margin-top: 10px;
  background-image: none !important; }

.list__footer a:hover {
  padding-left: 10px;
  padding-right: 10px; }

/* post */
.post__title h2,
.post__title h3,
.post__title {
  max-width: 100% !important;
  border-bottom: 3px solid #015272 !important; }

.post__meta {
  padding: 5px 0;
  margin-top: 10px;
  margin-top: .625rem;
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb; }

.post__lead {
  margin-top: 4px;
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic; }

.post__thumbnail {
  max-width: 1030px;
  margin: 0 0 20px;
  margin: 0 0 1.00rem; }

.post__thumbnail img {
  width: 100%; }

/* post summary */
.summary__title h2,
.summary__title h3,
.summary__title {
  max-width: 100% !important;
  border-bottom: 0px solid #015272 !important;
  text-align: center; }

.summary__meta {
  padding: 5px 0;
  margin-top: 10px;
  margin-top: .625rem;
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb; }

.summary__lead {
  margin-top: 4px;
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic; }

.summary__thumbnail {
  max-width: 1030px;
  margin: 0 0 20px;
  margin: 0 0 1.00rem; }

.summary__thumbnail img {
  width: 100%; }

.summary__footer {
  padding-right: 8px;
  padding-right: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem; }

.summary__footer-readmore {
  float: right;
  background-image: none !important; }

.summary__footer a:hover {
  padding-left: 10px;
  padding-right: 10px; }

.content .alignnone {
  display: block;
  margin: 20px 0;
  margin: 1.00rem 0; }

.content .aligncenter {
  display: block;
  margin: 20px auto;
  margin: 1.00rem auto; }

.content .alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 20px 0;
  margin: .3125rem 1.00rem 1.00rem 0; }

.content .alignright {
  display: inline;
  float: right;
  margin: 5px 0 20px 20px;
  margin: .3125rem 0 1.00rem 1.00rem; }

.content ul {
  list-style: square; }

.content ol {
  list-style: decimal; }

.content ul,
.content ol {
  margin: 0 0 20px 40px; }

.content ul ul,
.content ol ol,
.content ol ul,
.content ul ol {
  margin: 0 0 0 40px; }

.content li {
  margin-bottom: 5px; }

.no-highlight,
.no-highlight a {
  background-image: none !important;
  background-color: transparent; }

/* Post tags */
.tags {
  margin-bottom: 20px;
  margin-bottom: 1.00rem;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  color: #000000; }

.tags__list {
  list-style: none; }

.tags__list a,
.tags__list a:hover {
  background-image: none !important; }

.tags__badge {
  float: left;
  width: 32px;
  height: 32px;
  padding: 8px;
  margin-right: 6px;
  background-color: #015272;
  fill: #fff; }

/* Author Box */
.authorbox {
  padding: 25px 0;
  margin-bottom: 25px;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.authorbox__avatar {
  float: left;
  padding: 3px;
  margin: 0 25px 0 0;
  border: 1px solid #ebebeb; }

.authorbox__header {
  margin-bottom: 10px; }

.authorbox__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

/* Pagination */
.pagination {
  margin-top: 20px; }

.pagination__item {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 700;
  color: #000;
  background-color: #f5f5f5; }

.pagination__item:hover,
.pagination__item--current {
  color: #000000;
  background-color: #015272; }

/* Post Navigation */
.post-nav {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb; }

.post-nav__caption {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.post-nav__post-title {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 13px;
  font-size: .8125rem; }

.post-nav__item {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 30%; }

.post-nav__item--next {
  /*margin-left: auto;*/
  text-align: right; }

.post-nav__link {
  display: block;
  width: max-content;
  margin: auto; }

.fit-content {
  max-width: max-content; }

/* ******************************************************************************** */
/* Images / Video */
img {
  width: auto\9;
  /* ie8 */
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: #ffffff !important; }

iframe,
embed,
object,
video {
  max-width: 100%; }

.youtube-playlist {
  width: 75%; }

/* ******************************************************************************** */
/* Table */
table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.00rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb; }

td,
th {
  padding: 5px 10px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

th {
  font-weight: 700; }

/* ******************************************************************************** */
/* Forms */
input {
  padding: 5px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  transition: all .25s ease-in-out; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
  width: 60%; }

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
  border: 1px solid #aaa; }

input[type=submit],
input[type=reset] {
  display: inline-block;
  min-width: 150px;
  padding: 10px 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2a2a2a;
  border: 0;
  transition: all .1s linear;
  -webkit-appearance: none; }

input[type=submit]:hover,
input[type=reset]:hover {
  background-color: #015272; }

textarea {
  width: 96%;
  padding: 5px;
  overflow: auto;
  line-height: 1.5;
  resize: vertical;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* ******************************************************************************** */
/* Widgets */
.widget {
  margin-bottom: 25px;
  overflow: hidden; }

.widget:empty {
  display: none; }

div:empty {
  display: none; }

.widget:last-child {
  margin-bottom: 0; }

.widget__title {
  margin: 0 0 20px;
  margin: 0 0 1.00rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-bottom: 3px solid #015272;
  margin-bottom: 0px !important; }

.widget__content {
  padding: 0.5rem; }

.widget__item {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #ebebeb; }

.widget__item:first-child {
  padding-top: 0; }

/* Search toc */
.widget-toc:before {
  height: 54px;
  content: "";
  display: block; }

/* Search widget */
.widget-search__form {
  display: block;
  padding: 5%;
  margin: 0 auto;
  background-color: #f5f5f5; }

.widget-search__form .widget-search__submit {
  display: none; }

.widget-search__field {
  position: relative;
  display: block;
  width: 90%;
  padding: 8px;
  margin: 0 auto;
  font-size: 11px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline-offset: -2px;
  transition: none;
  -webkit-appearance: none; }

.widget-search__field:active,
.widget-search__field:focus {
  cursor: text; }

/* Social widget */
.widget-social__item {
  padding: 0;
  border: 0; }

.widget-social__link {
  display: block;
  margin: 0 0 8px;
  white-space: normal; }

.widget-social__link-icon {
  /*	margin: 0 0px 0 0;
	vertical-align: middle; */
  fill: #fff; }

/* Tags Widget */
.widget-taglist__link {
  display: inline-block;
  margin: 0 4px 8px 0;
  font-size: 12px;
  text-transform: uppercase; }

/* Languages Widget */
.widget-languages__link {
  display: block; }

.widget-languages__link:hover .widget-languages__link-btn {
  color: #327ab7;
  background-color: #015272; }

.widget-languages__link-btn {
  display: inline-block; }

/* ******************************************************************************** */
/* Footer */
.footer {
  padding: 0px 0px;
  font-size: 12px;
  font-size: .75rem;
  color: #999;
  background-color: #2a2a2a;
  position: fixed;
  /*	border-top: 5px solid #015272; */ }

.footer__container {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.footer__links {
  -webkit-order: 1;
  order: 1; }

.same-height .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.same-height .row > [class*='col-'] {
  display: flex;
  flex-direction: column; }

/* ******************************************************************************** */
/* animation */
.rotate {
  transition: transform 1s; }

.rotate:hover {
  transform: rotate(1080deg); }

/* ******************************************************************************** */
/* Media Queries */
@media screen and (max-width: 3840px) {
  .body {
    padding-top: 25px !important; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 75%; }
  video {
    display: block;
    visibility: visible;
    max-height: 282px; }
  .container--outer {
    width: 100%;
    height: auto !important; } }

@media screen and (max-width: 1920px) {
  .body {
    padding-top: 35px !important; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 75%; }
  video {
    display: block;
    visibility: visible;
    max-height: 282px; }
  .container--outer {
    width: 100%;
    height: auto !important; } }

@media screen and (max-width: 1200px) {
  .body {
    padding-top: 40px !important; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 75%; }
  video {
    display: block;
    visibility: visible;
    max-height: 282px; }
  .container--outer {
    margin: 0px 0px; } }

@media screen and (max-width: 992px) {
  .body {
    padding-top: 40px !important; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 100%; }
  video {
    display: block;
    visibility: visible;
    max-height: 282px; } }

@media screen and (max-width: 812px) {
  .body {
    padding-top: 40px !important; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 100%; }
  video {
    display: none;
    visibility: hidden;
    max-height: 282px; } }

@media screen and (max-width: 768px) {
  .body {
    padding-top: 40px !important; }
  .wrapper {
    padding-top: 0px !important;
    padding-bottom: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #fff; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 100%; }
  video {
    display: none;
    visibility: hidden;
    max-height: 282px; } }

@media screen and (max-width: 576px) {
  .body {
    padding-top: 40px !important; }
  .logo {
    height: fit-content; }
  .youtube-playlist {
    width: 100%; }
  video {
    display: none;
    visibility: hidden;
    max-height: 282px; }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url] {
    width: 88%; }
  .meta__item {
    display: block;
    margin-left: 0; }
  .authorbox {
    text-align: center; }
  .authorbox__avatar {
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
  .post-nav {
    display: block; }
  .post-nav__item {
    min-width: 100%;
    text-align: center; }
  .post-nav__item--prev {
    padding-bottom: 25px; }
  .content ul,
  .content ol {
    margin: 0 0 20px 20px; }
  .content ul ul,
  .content ol ol,
  .content ol ul,
  .content ul ol {
    margin: 0 0 0 20px; }
  .list__thumbnail {
    max-width: 80px; }
  .list__title {
    font-size: 16px;
    font-size: 1rem; }
  .list__lead {
    font-size: 14px;
    font-size: .875rem; }
  .list__meta {
    display: block;
    font-size: 11px;
    font-size: .6875rem; }
  .section__thumbnail {
    max-width: 80px; }
  .section__title {
    font-size: 16px;
    font-size: 1rem; }
  .section__lead {
    font-size: 14px;
    font-size: .875rem; }
  .section__meta {
    display: block;
    font-size: 11px;
    font-size: .6875rem; } }

@media (max-width: 480px) {
  .body {
    padding-top: 0px !important; }
  .logo {
    padding-top: 40px !important;
    height: fit-content; }
  .youtube-playlist {
    width: 100%; }
  video {
    display: none;
    visibility: hidden;
    max-height: 282px;
    max-height: 282px; }
  .container {
    padding: 0;
    margin: 0; }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; } }

/* ******************************************************************************** */
/* mmImageFlip */
.flip-card {
  background-color: transparent;
  width: 320px;
  height: 180px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  /* bootstrap mb-2 */
  margin-bottom: 0.5rem !important; }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* bootstrap col */
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  /* bootstrap align-items-center */
  -ms-flex-align: center !important;
  align-items: center !important;
  /* bootstrap justify-content-center */
  -ms-flex-pack: center !important;
  justify-content: center !important;
  /* bootstrap p-0 */
  padding: 0 !important; }

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
  /* bootstrap d-flex */
  display: -ms-flexbox !important;
  display: flex !important; }

.flip-card-img {
  flex: 0 0 100%;
  max-width: 100%; }

/* Style the back side */
.flip-card-back {
  /*	color: #bbb !important;
	background-color: #015272 !important; */
  border: 1px solid #2a2a2a !important;
  transform: rotateY(180deg); }

.flip-card-back a:hover {
  /*color: #ffff00 !important;
        background-color: #015272 !important;*/
  /* background-image: none; */
  /* border: 1px solid #dadada !important; */ }

.flip-card-back a {
  /*	color: #2a2a2a !important;
	background-color: #015272 !important;
	border: 1px solid #015272 !important;
*/ }

.flip-card-title {
  font-weight: 700;
  line-height: 1.3;
  padding: 5px;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #015272;
  margin-bottom: 0px !important;
  /* color: #28a745 !important; */
  background-color: #015272 !important;
  /* border: 1px solid #dadada !important; */
  background-image: none !important;
  border: 0px; }

.flip-card-title a {
  color: #ffffff !important;
  background-image: none !important;
  background-color: #015272 !important; }

.flip-card-title a:hover {
  color: #ffff00 !important;
  background-color: #015272 !important; }

.flip-card-summary {
  /* color: #015272 !important;
        background-color: #000000 !important; */ }

.flip-card-summary a {
  /*color: #015272 !important;
        background-color: #000000 !important;*/ }

.flip-card-summary a:hover {
  /*color: #015272 !important;*/ }

/* Media */
@media screen and (min-width: 1920px) {
  .flip-card {
    background-color: transparent;
    width: 320px;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; } }

@media screen and (max-width: 1200px) {
  .flip-card {
    background-color: transparent;
    width: 320px;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; } }

@media screen and (max-width: 992px) {
  .flip-card {
    background-color: transparent;
    width: 320px;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; } }

@media screen and (max-width: 768px) {
  .flip-card {
    background-color: transparent;
    width: 320px;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; } }

@media screen and (max-width: 576px) {
  .flip-card {
    background-color: transparent;
    width: 320px;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; } }

@media (max-width: 480px) {
  .flip-card {
    background-color: transparent;
    width: 320px;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; } }

@media (max-height: 480px) {
  .footer {
    display: none !important; } }

@media (max-width: 980px) {
  .shareaholic-canvas {
    display: none !important; } }
