/*

  ================================
  Developer: "Elliance Inc"
  ================================

*/
/* ================================
   Reuseable Classes
   ================================ */
.screen-reader-text,
.meta-nav {
  position: absolute;
  left: -99999em;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

ul.clean,
ol.clean {
  list-style: none;
  margin-left: 0;
}
ul.clean li,
ol.clean li {
  padding-left: 0;
}

.paused {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.fade-cloud {
  -webkit-transition: opacity 1.3s ease-in;
          transition: opacity 1.3s ease-in;
  opacity: .1 !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear-both {
  clear: both;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.page-body {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  background: #FFFFFF;
}

.post-template-blockchain .page-body {
  background: #F4F4F4;
  border-bottom: 25px solid #C31D24;
  border-top: 15px solid #C31D24;
  padding: 50px 0;
}

.page-body .contained {
  position: relative;
}

.intro a,
.intro a:visited {
  color: #c4122f;
  text-decoration: none;
}
.intro a:hover,
.intro a:visited:hover {
  text-decoration: underline;
}

.outro {
  margin-top: 15%;
  text-align: left;
}

.site-link {
  color: #464646;
  font-weight: 700;
  text-decoration: none;
}
.site-link:hover {
  text-decoration: underline;
}

/* ================================
   Animations
   ================================ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fumes {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background-color: transparent;
  }
  51% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    background-color: #FFFFFF;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fumes {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background-color: transparent;
  }
  51% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    background-color: #FFFFFF;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeSmoke {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeSmoke {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* ================================
   Normalize
   ================================ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

/* ================================
   Base (Base)
   ================================ */
.skipnav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  z-index: 100;
}
.skipnav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2f2f3;
  min-height: 100%;
  min-width: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

pre, code {
  background: #ccc;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}

code,
samp,
kbd {
  font-family: "Courier New", Courier, monospace;
  padding: 0 6px;
  text-align: left;
}

pre {
  font-family: "Courier New", Courier, monospace;
  overflow: auto;
  padding: 1em 0 1em 1.5em;
  border: 1px solid #ddd;
  white-space: pre;
  word-wrap: normal;
}

pre > code {
  padding: 0;
}

* html pre {
  overflow: visible;
  overflow-x: auto;
}

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

td,
th {
  padding: 0;
}

table {
  margin: 1em 0;
  width: 100%;
}

th,
td {
  border: solid 1px #ccc;
  padding: 5px 11px;
  vertical-align: top;
}

dt {
  font-weight: bold;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #ccc;
  padding: 1em;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

input, textarea {
  box-sizing: border-box;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"] {
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}

input[type="radio"] {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  vertical-align: middle;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="color"] {
  padding: 0;
  min-height: 50px;
  min-width: 50px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table button, table input {
  *overflow: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote, q, cite {
  font-style: normal;
}

blockquote {
  padding-left: 1.625em;
  border-left: 5px solid gray;
  display: block;
  margin-bottom: 48px;
  font-style: normal;
}

blockquote > p {
  padding: 0;
}

blockquote footer {
  text-align: right;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 1.635em;
  margin-left: 1.5em;
}

li ul, li ol {
  margin: 0 1.625em;
}

dl dd {
  margin-left: 1.625em;
}

nav ul li {
  list-style: none;
}

a:hover, a:active {
  outline: none;
}

figure {
  margin: 0;
}

abbr[title], dfn[title] {
  border-bottom: 0;
}

mark {
  background: #ff0;
}

ins {
  text-decoration: none;
  background: #ff9;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 24px;
}

strong, b, dt {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

var, address {
  font-style: normal;
}

sub, sup {
  font-size: 0.85em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code, pre {
  background: #eee;
}

pre {
  padding: 0.5em;
}

table {
  width: 100%;
}

table caption {
  padding: 0.5em;
}

table td, table th {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #ccc;
}

h1, .h1 {
  color: #c4122f;
  font-family: "Roboto Slab", Times, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.5rem;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  h1, .h1 {
    width: 55%;
  }
}

h2, .h2 {
  font-family: "Roboto Slab", Times, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

h4, .h4 {
  color: #c4122f;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 760px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.21428571;
}

h6, .h6 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.53846154;
}

p {
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-top: 0;
  margin-bottom: 24px;
}

ul, ol, pre, table, blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* ================================
   Typography -- Custom
   ================================ */
/* ================================
   Base (Custom)
   ================================ */
body {
  min-width: 250px;
  overflow-x: hidden;
  background: #f2f2f3;
}

.container, .contained {
  max-width: 1600px;
  padding: 0 1em;
  margin: 0 auto;
  display: block;
}
@media (min-width: 760px) {
  .container, .contained {
    width: 95%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container, .contained {
    width: 90%;
  }
}
.container:before, .contained:before {
  content: "";
  display: table;
}
.container:after, .contained:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.container.relative, .contained.relative {
  position: relative;
}

.contained-narrow {
  margin: 0 auto;
  padding: 0 1em;
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .contained-narrow {
    max-width: 550px;
  }
}

.more-link:after {
  content: "\f301";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out;
}

.more-link:hover:after {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.post-template-blockchain .blockchain {
  margin: 15% auto 0 auto;
  text-align: center;
  -webkit-transition: width .3s ease-in;
          transition: width .3s ease-in;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.post-template-blockchain .blockchain:hover .blockchain-part img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.post-template-blockchain .blockchain .blockchain-image {
  position: relative;
}
.post-template-blockchain .blockchain .blockchain-image a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  position: relative;
  -webkit-transition: margin-top .5s ease;
          transition: margin-top .5s ease;
  text-align: left;
  text-decoration: none;
}
.post-template-blockchain .blockchain .blockchain-image a img {
  margin-right: 35px;
  max-width: 140px;
  width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
@media (min-width: 640px) {
  .post-template-blockchain .blockchain .blockchain-image a img {
    max-width: 220px;
  }
}
.post-template-blockchain .blockchain .blockchain-image a img.closed {
  opacity: 1;
  left: 0;
  top: 0;
  position: relative;
  z-index: 5;
}
.post-template-blockchain .blockchain .blockchain-image a img.open {
  -webkit-filter: none;
          filter: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
}
.post-template-blockchain .blockchain .blockchain-image a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(100%) drop-shadow(1px 4px 2px rgba(0, 0, 0, 0.6));
          filter: brightness(100%) drop-shadow(1px 4px 2px rgba(0, 0, 0, 0.6));
  z-index: 20;
}
.post-template-blockchain .blockchain .blockchain-image a:hover img.open {
  -webkit-filter: none;
          filter: none;
}
.post-template-blockchain .blockchain .blockchain-image a.is-collapsed h2 {
  color: #c4122f;
}
.post-template-blockchain .blockchain .blockchain-image a.is-expanded {
  margin-top: 80px;
}
@media (min-width: 640px) {
  .post-template-blockchain .blockchain .blockchain-image a.is-expanded {
    margin-top: 120px;
  }
}
.post-template-blockchain .blockchain .blockchain-image a.is-expanded h2 {
  color: #144a9b;
}
.post-template-blockchain .blockchain .blockchain-image a.is-expanded img.closed {
  opacity: 0;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.post-template-blockchain .blockchain .blockchain-image a.is-expanded img.open {
  opacity: 1;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  width: 100%;
}
.post-template-blockchain .blockchain .blockchain-part {
  margin-top: -53px;
  position: relative;
  -webkit-transition: -webkit-filter .3s linear, filter .3s linear;
          transition: filter .3s linear;
}
@media (min-width: 640px) {
  .post-template-blockchain .blockchain .blockchain-part {
    margin-top: -85px;
  }
}
.post-template-blockchain .blockchain .blockchain-part:first-of-type {
  margin-top: 0;
}
.post-template-blockchain .blockchain .blockchain-text {
  background: #FFFFFF;
  max-height: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  text-align: left;
  -webkit-transition: max-height .6s ease-in-out, margin-top .5s ease, margin-bottom .5s ease;
          transition: max-height .6s ease-in-out, margin-top .5s ease, margin-bottom .5s ease;
}
.post-template-blockchain .blockchain .blockchain-text p {
  color: #144a9b;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .post-template-blockchain .blockchain .blockchain-text p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.post-template-blockchain .blockchain .blockchain-text p:last-of-type {
  margin-bottom: 0;
}
.post-template-blockchain .blockchain .blockchain-text.is-expanded {
  margin-bottom: 90px;
  margin-top: 30px;
  max-height: 500px;
}
@media (min-width: 640px) {
  .post-template-blockchain .blockchain .blockchain-text.is-expanded {
    margin-bottom: 150px;
    margin-top: 50px;
  }
}
.post-template-blockchain .blockchain .blockchain-text-inner {
  padding: 20px;
}
@media (min-width: 760px) {
  .post-template-blockchain .blockchain .blockchain-text-inner {
    padding: 36px 0;
  }
}
.post-template-blockchain .blockchain #accordion5.blockchain-text.is-expanded {
  margin-bottom: 0;
}

/* ================================
   Body Parts
   ================================ */
.post-template-blockchain .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  text-align: center;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  float: none;
}
@media (min-width: 760px) {
  .post-template-blockchain .logo {
    margin-left: 0;
    padding-top: 160px;
    text-align: left;
    float: none;
  }
}
@media (min-width: 1200px) {
  .post-template-blockchain .logo {
    width: calc(87.5% - 37.5px);
    float: left;
    margin-left: 20px;
    float: none;
    margin-left: 0;
  }
}
.post-template-blockchain .logo img {
  max-width: 260px;
  width: 100%;
}
.post-template-blockchain .logo .site-link {
  color: #c4122f;
  font-weight: 400;
  margin: 10px 0 0 0;
}
@media (min-width: 640px) {
  .post-template-blockchain .logo .site-link {
    margin: 10px 0 0 68px;
  }
}
.post-template-blockchain .logo .site-link:visited {
  color: #c4122f;
}
@media (min-width: 760px) {
  .post-template-blockchain .logo-left {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
.post-template-blockchain .logo-right {
  padding-top: 15px;
}
@media (min-width: 760px) {
  .post-template-blockchain .logo-right {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    padding-top: 0;
  }
}
.post-template-blockchain .copyright {
  font-size: 12px;
  padding-top: 30px;
  text-align: center;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 760px) {
  .post-template-blockchain .copyright {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .post-template-blockchain .copyright {
    width: calc(87.5% - 37.5px);
    float: left;
    margin-left: 20px;
  }
}

/* ================================
   Footer
   ================================ */
footer {
  padding: 40px 0;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer ul li {
  padding-bottom: 15px;
}
footer ul li a,
footer ul li a:visited {
  color: #000000;
  font-size: 0.875rem;
  text-decoration: none;
}
footer ul li:hover {
  text-decoration: underline;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img, p {
    page-break-inside: avoid;
  }

  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;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 25mm 0mm 25mm 0mm;
  }
}
/* Custom Print Styles */
@media print {
  * {
    color: black !important;
  }

  h1, h2, h3, h4, h5, h6 {
    color: black !important;
  }

  .main-body {
    width: 100%;
  }

  header,
  footer,
  .side-column,
  .back-to-top,
  .mobile-side-nav {
    display: none !important;
  }
}
