/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  box-sizing: border-box;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'SerifRom';
  src: url('../fonts/SerifRom.eot');
  src: url('../fonts/SerifRom.eot') format('embedded-opentype'), url('../fonts/SerifRom.woff2') format('woff2'), url('../fonts/SerifRom.woff') format('woff'), url('../fonts/SerifRom.ttf') format('truetype'), url('../fonts/SerifRom.svg#SerifRom') format('svg');
}
@font-face {
  font-family: 'SerifLigIta';
  src: url('../fonts/SerifLigIta.eot');
  src: url('../fonts/SerifLigIta.eot') format('embedded-opentype'), url('../fonts/SerifLigIta.woff2') format('woff2'), url('../fonts/SerifLigIta.woff') format('woff'), url('../fonts/SerifLigIta.ttf') format('truetype'), url('../fonts/SerifLigIta.svg#SerifLigIta') format('svg');
}
/*@font-face {
    font-family: 'UniveCon';
    src: url('../fonts/UniveCon.eot');
    src: url('../fonts/UniveCon.eot') format('embedded-opentype'),
         url('../fonts/UniveCon.woff2') format('woff2'),
         url('../fonts/UniveCon.woff') format('woff'),
         url('../fonts/UniveCon.ttf') format('truetype'),
         url('../fonts/UniveCon.svg#UniveCon') format('svg');
}
*/
@font-face {
  font-family: 'UniveBla';
  src: url('../fonts/UniversLTStdBlack.eot');
  src: url('../fonts/UniversLTStdBlack.eot') format('embedded-opentype'), url('../fonts/UniversLTStdBlack.woff2') format('woff2'), url('../fonts/UniversLTStdBlack.woff') format('woff'), url('../fonts/UniversLTStdBlack.ttf') format('truetype'), url('../fonts/UniversLTStdBlack.svg#UniversLTStdBlack') format('svg');
}
@font-face {
  font-family: 'UniveCon';
  src: url('../fonts/UniversLTStdCn.eot');
  src: url('../fonts/UniversLTStdCn.eot') format('embedded-opentype'), url('../fonts/UniversLTStdCn.woff2') format('woff2'), url('../fonts/UniversLTStdCn.woff') format('woff'), url('../fonts/UniversLTStdCn.ttf') format('truetype'), url('../fonts/UniversLTStdCn.svg#UniversLTStdCn') format('svg');
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  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;
  }
}
/*General*/
a {
  font-family: "UniveBla";
}
p {
  font-family: "SerifRom";
  font-size: 13px;
}
h2 {
  font-family: "UniveBla";
  font-size: 37px;
  color: #767676;
}
b {
  font-size: 34px;
  color: #e67824;
}
h3 {
  font-family: "UniveCon";
  font-size: 18px;
}
h1 {
  font-size: 23px;
  font-family: "UniveBla";
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body,
html {
  /*max-width:1024px;*/
  width: 100%;
  margin: 0 auto;
}
main {
  margin-top: 105px;
}
.main_container {
  margin: 0 auto;
  /*width:80.762%;*/
  /*width:836.0028px;*/
  width: 836.231px;
  height: 68px;
}
header {
  /* height:68px; */
  top: 0;
  background-color: #edefef;
  /*  max-width: 1024px;*/
  width: 100%;
  margin: 0 auto;
  position: fixed;
}
.header_logo {
  float: left;
  height: 68px;
}
.header_logo img {
  height: 68px;
  width: 68px;
}
.main_container a {
  float: right;
  height: 68px;
  color: #e77824;
  padding-top: 28px;
  font-size: 14.23px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.welcome {
  top: 0;
  width: 388px;
  margin: 0 auto;
  text-align: center;
}
.welcome h1 {
  /*            margin-top:68px;
            padding-top:35px;*/
  color: #e77824;
  margin: 0;
  padding-bottom: 32.913px;
}
.welcome img {
  width: 342px;
  height: 165px;
}
.welcome h3 {
  margin: 0;
  padding-top: 33px;
  padding-bottom: 26px;
}
.welcome p {
  margin: 0 auto;
  font-size: 14px;
  width: 350px;
}
.button {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 21px 31px;
  width: 321px;
  font-size: 16px;
}
.signup {
  background-color: #e77824;
  color: #fff;
  margin: 40px auto 28px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 21px 31px;
  width: 321px;
  font-size: 16px;
}
.subscription {
  color: #ecba1d;
  border: solid #ecba1d;
  margin: 0 auto 55px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 21px 31px;
  width: 321px;
  font-size: 16px;
}
.learn_more {
  background-color: #e77824;
  height: 70px;
  text-align: center;
  /* padding-top: 1px;*/
}
.learn_more a {
  display: block;
  padding: 21px 0 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.learn_more img {
  width: 21px;
  height: 13px;
  margin: 0 auto;
  display: block;
}
.definition {
  width: 395px;
  margin: 98px auto;
}
.term {
  float: left;
  /*width:30%;*/
  width: 172px;
  text-align: center;
}
.term img {
  width: 102px;
  height: 47px;
}
#beo_upsidedown {
  font-size: 34px;
}
.define {
  /*float:left;*/
  /*width:67%;*/
  width: 396px;
}
.orange_line {
  width: 836.231px;
  margin: 0 auto;
  height: 1px;
  background-color: #e67824;
}
.container2 {
  margin: 30px auto;
  text-align: center;
  width: 317px;
  margin-bottom: 62px;
  display: block;
}
/*About Beo*/
.entire_width {
  width: 100%;
}
.about_beo {
  margin: 0 auto;
  /*width:80.762%;*/
  width: 836.231px;
  padding: 80px 0 78.298px;
}
.about_beo h2 {
  text-align: center;
}
.about_beo h3 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding-top: 20px;
}
.about_beo .answer {
  margin: 30px auto;
  text-align: center;
  width: 317px;
  margin-bottom: 62px;
  display: block;
}
.about_beo article {
  float: left;
  margin-right: 65px;
  width: 235px;
  /* width:28.14%;*/
  padding: 21px;
  background-color: #eceeee;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
}
.about_beo article:last-child {
  margin-right: 0;
}
.about_beo article img {
  width: 65px;
  height: 75px;
}
.first {
  color: #e77824;
}
.second {
  color: #ebb91d;
}
.third {
  color: #39a6e2;
}
/*Honeycomb section*/
.honeycomb {
  width: 642px;
  margin: 0 auto;
  padding: 85px 0 73px;
  text-align: center;
}
.honeycomb h2 {
  text-align: center;
}
.honeycomb p {
  margin: 30px auto;
  text-align: center;
  width: 317px;
  margin-bottom: 62px;
  display: block;
}
.honeycomb img {
  height: 340px;
  width: 642px;
  padding-bottom: 58px;
  cursor: pointer;
}
.honeycomb a {
  margin: 0 auto;
}
.learning {
  /*width:83.34%;*/
  width: 820.0028px;
  margin: 0 auto 130px;
}
.learning h2 {
  text-align: center;
  /*color:#fff;*/
}
.learning p {
  margin: 30px auto;
  text-align: center;
  width: 317px;
  margin-bottom: 62px;
  display: block;
}
.learning img {
  width: 818.16px;
  height: 398.402px;
}
.beekeeper_aside {
  background-color: #e67824;
  padding-bottom: 30px;
}
.beekeeper_aside .container4 {
  width: 315px;
  margin: 0 auto;
}
.beekeeper_aside h2 {
  padding: 63px 0 35px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.beekeeper_aside a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 21px 31px;
  width: 321px;
  font-size: 16px;
  color: #e67824;
  background-color: #edefef;
  text-align: center;
}
.beekeeper_aside .beekeeper_l {
  padding-top: 27px;
  width: 320px;
  height: 320px;
  display: block;
  padding-bottom: 27px;
}
.beekeeper_aside .grey_logo {
  display: block;
  width: 150px;
  height: 76px;
  margin: 0 auto;
  /*padding-bottom:30px;*/
}
/*Footer*/
footer {
  /* max-width: 1024px;*/
  width: 100%;
  margin: 0 auto;
  background-color: #767676;
}
footer .bottom {
  margin: 0 auto;
  /*width:80.762%;*/
  /*width:836.0028px;*/
  width: 836.231px;
  height: 68px;
  text-decoration: none;
  color: #eceeee;
  background-color: #767676;
  font-family: "SerifRom";
  height: 55px;
}
footer p {
  margin-top: 23px;
  display: inline-block;
  float: left;
  font-size: 12px;
}
footer div.bottom ul {
  float: right;
}
footer div.bottom ul li {
  display: inline-block;
  margin-right: 23px;
}
footer div.bottom ul li:last-child {
  margin-right: 0;
}
footer div.bottom ul a {
  font-size: 12px;
  font-family: "SerifRom";
  text-decoration: none;
  color: #eceeee;
  text-transform: capitalize;
}
/***********Tab Modal Injected**********/
.inputbox {
  border-radius: 10px;
  background: #eceeee;
  border: #bdbcbc solid 1px;
  display: block;
  width: 320px;
  height: 40px;
  margin: 10px auto;
  padding-left: 50px;
}
input[type="email"] {
  padding-left: 50px;
  border-radius: 10px;
  background: #eceeee;
  border: #bdbcbc solid 1px;
  display: block;
  width: 320px;
  height: 40px;
  margin: 10px auto;
  background: url(../img/email_icon.svg) no-repeat left;
  background-size: 25.7px 17.1px;
  background-position: 16px;
}
input[type="password"] {
  padding-left: 50px;
  border-radius: 10px;
  background: #eceeee;
  border: #bdbcbc solid 1px;
  display: block;
  width: 320px;
  height: 40px;
  margin: 10px auto;
  background: url(../img/password_icon.svg) no-repeat left;
  background-size: 18.425px 21.467px;
  background-position: 16px;
}
#email_icon {
  width: 25.7px;
  height: 17.1px;
}
#password_icon {
  width: 18.425px;
  height: 21.467px;
}
.modal {
  display: none;
  position: fixed;
  border-radius: 50px;
  background: #eceeee;
  text-align: center;
  /* height: 580px;*/
  width: 486px ;
  z-index: 100;
  /*top:50%;*/
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding-top: 68px;
}
.modal ul {
  margin-bottom: 20px;
  padding-right: 20px;
}
.modal li {
  display: inline-block;
  margin-right: 20px;
}
.modal li:last-child {
  margin-right: none;
}
.login_button {
  /*   width:175px;
    height:60px;*/
  background-color: #e67824;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 45px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 22px;
}
.modal h2 {
  color: #e67824;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#facebook,
#google_plus {
  width: 65px;
  height: 65px;
}
.close {
  background: #ECEEEE;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* Course Preview Modal*/
#project_modal {
  cursor: pointer;
}
.wrap .slide .top_bee {
  text-transform: uppercase;
  color: #8BC53F;
  font-size: 12px;
  padding-top: 45px;
}
.wrap .slide img {
  width: 20px;
  height: 20px;
}
.wrap .slide h2 {
  font-family: "UniveBla";
  font-size: 27px;
  margin-bottom: 5px;
}
.wrap .slide h3 {
  font-family: "UniveCond";
  font-size: 18px;
  margin: 0;
}
.aside_container {
  padding: 0;
  width: 600px;
  list-style: none;
}
.left_side {
  float: left;
  width: 60%;
  list-style: none;
}
.left_side p {
  font-size: 12px;
  line-height: 1.5;
}
.right_side {
  float: right;
  width: 40%;
}
.right_side h4 {
  padding-left: 50px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
}
.right_side ul {
  margin-top: 0;
  margin-bottom: 42px;
  padding-left: 50px;
}
.right_side li {
  list-style-type: disc;
  font-family: "SerifRom";
  font-size: 12px;
}
.right_side .button_aside {
  padding: 17px 20px;
  background-color: #3AA4E0;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  right: -30px;
}
.buttonnav {
  position: absolute;
  display: block;
  width: 50px;
  height: 70px;
  cursor: pointer;
}
#next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.inputbox {
  border-radius: 10px;
  background: #eceeee;
  border: #bdbcbc solid 1px;
  display: block;
  width: 320px;
  height: 40px;
  margin: 10px auto;
}
/*.wrap p {
  font-size: 12px;
  margin-bottom: 20px;
}*/
.wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 900px ;
  z-index: 999;
}
aside.overlay {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 950;
}
.slide-container {
  position: relative;
  border-radius: 30px;
  background: #eceeee;
  text-align: left;
  min-height: 780px;
  min-width: 670px;
  width: 50%;
  z-index: 100;
  padding: ;
  margin: 0 auto;
  top: 10px;
}
.close {
  background-color: #ECEEEE;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
}
/*.wrap ul {
  list-style: none;
}*/
.slideshow {
  position: relative;
}
.slideshow > li.slide {
  display: none;
  width: 80%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
}
/*.wrap h1 {
  font-size: 42px;
  margin-bottom: 20px;
}*/
.slideshow > li.activeslide {
  display: block;
}
#end-poster {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: white;
  color: black;
  border: black solid 1px;
  height: 300px;
  width: 600px;
  text-align: center;
  z-index: 199;
}
.videowrap {
  position: relative;
  margin: 35px auto 0;
  z-index: 100;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  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;
  }
}
