/* Custom SCSS */
html, body {
  height: 100%;
}

body {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

main {
  line-height: 30px;
}

code, kbd, pre, samp {
  font-family: "Fira Code", SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 15.5px;
  line-height: 22px;
}

#page-content {
  flex: 1 0 auto;
}

a {
  text-decoration: none !important;
}

textarea {
  resize: none;
}

.btn {
  border-radius: 0;
}

.page-padding {
  padding: 4rem 0 8rem 0;
}

.section-padding {
  padding: 8rem 0;
}

.page-heading {
  font-family: "Red Hat Display", serif;
  color: #000;
  text-align: center;
  font-size: 3.5rem;
}

.page-subheading {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #444;
  font-size: 20px;
  font-weight: 300;
  margin-top: -1rem;
}

.section-heading {
  font-family: "Red Hat Display", serif;
  color: #000;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: 600;
}

.section-subheading {
  text-align: center;
  color: #444;
  font-size: 20px;
}

.navbar {
  padding: 1rem;
}
.navbar .brand {
  font-size: 3rem;
  color: #000;
  font-family: "Red Hat Display", serif;
  font-weight: 800;
  line-height: 24px;
}
.navbar .brand img {
  height: 70px;
}
.navbar .navbar-nav .nav-item .dropdown .dropdown-menu {
  border-color: #000;
}
.navbar .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #000;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  border-bottom: 1px solid #000;
  color: #000;
}
.navbar .navbar-toggler {
  border: 1px solid #fff;
  font-size: 20px;
  padding: 0.125rem 0.25rem;
}

.social-contacts {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.social-contacts a i {
  font-size: 2rem;
}

.highlighter-rouge {
  position: relative;
  transition: transform 0.3s;
}
.highlighter-rouge .copy-code {
  position: absolute;
  top: 5px;
  right: 8px;
  border: none;
  background: rgb(46, 45, 116);
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
}
.highlighter-rouge .copy-code:hover {
  transform: scale(1.1);
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 23%;
  right: 4%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: auto;
  border: none;
  text-indent: 100%;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.stay-connected-section {
  background-color: #000;
  color: #fff;
}

.sidebar-share-page h5 {
  font-size: 16px;
}
.sidebar-share-page .badge {
  display: inline-block;
}
.sidebar-share-page .twitter-share {
  background-color: #55acee;
}
.sidebar-share-page .facebook-share {
  background-color: #3b5998;
}
.sidebar-share-page .linkedin-share {
  background-color: #0077B5;
}
.sidebar-share-page a {
  font-weight: 300;
}
.sidebar-share-page .email-share {
  background-color: #999;
}
.sidebar-share-page .email-share:hover {
  color: #fff;
}
.sidebar-share-page .email-share svg {
  height: 12px;
}

.footer-section {
  background: #000;
}
.footer-section .footer-text {
  font-family: "Red Hat Display", serif;
  font-size: 30px;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}
.footer-section .footer-tagline {
  color: yellow;
  font-size: 13px;
  font-style: italic;
}
.footer-section .footer-social a {
  font-size: 18px;
}

@media screen and (max-width: 520px) {
  .navbar {
    padding: 1rem 0;
  }
  .navbar .navbar-toggler {
    border: 1px solid #555;
    padding: 8px;
    margin-top: -10px;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav {
    display: inline-block;
    margin-top: 8px;
  }
  .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
    border: 0;
    outline: none;
  }
  .navbar .brand {
    font-size: 2rem;
  }
  .navbar .brand img {
    height: 45px;
  }
  .page-heading {
    font-size: 3rem;
    padding: 0 1rem;
  }
  .section-heading {
    font-size: 2.5rem;
    padding: 0 1rem;
  }
  .section-subheading {
    padding: 0 1rem;
  }
  .section-padding {
    padding: 5rem 0;
  }
  .social-contacts {
    margin-top: 1rem;
  }
  .stay-connected-section {
    padding: 4rem 0;
    text-align: center;
  }
  .congrats-wrapper .image-caption-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .congrats-wrapper .image-caption-wrapper h2 {
    margin-top: 0 !important;
  }
}
code.highlighter-rouge {
  padding: 2px 5px !important;
}

.highlighter-rouge code {
  color: #333;
}

.highlighter-rouge pre.highlight {
  background: #fdfdfd;
  padding: 1rem 1rem 1rem 10px;
  margin: 0;
}

.highlight .c {
  color: #998;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .k {
  font-weight: bold;
}

.highlight .o {
  font-weight: bold;
}

.highlight .cm {
  color: #998;
  font-style: italic;
}

.highlight .cp {
  color: #555;
  font-weight: bold;
}

.highlight .c1 {
  color: #998;
  font-style: italic;
}

.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}

.highlight .gd {
  color: #000;
  background-color: #fdd;
}

.highlight .gd .x {
  color: #000;
  background-color: #faa;
}

.highlight .ge {
  font-style: italic;
}

.highlight .gr {
  color: #a00;
}

.highlight .gh {
  color: #999;
}

.highlight .gi {
  color: #000;
  background-color: #dfd;
}

.highlight .gi .x {
  color: #000;
  background-color: #afa;
}

.highlight .go {
  color: #888;
}

.highlight .gp {
  color: #555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaa;
}

.highlight .gt {
  color: #a00;
}

.highlight .kc {
  font-weight: bold;
}

.highlight .kd {
  font-weight: bold;
}

.highlight .kp {
  font-weight: bold;
}

.highlight .kr {
  font-weight: bold;
}

.highlight .kt {
  color: #458;
  font-weight: bold;
}

.highlight .m {
  color: #099;
}

.highlight .s {
  color: #d14;
}

.highlight .na {
  color: #008080;
}

.highlight .nb {
  color: #0086B3;
}

.highlight .nc {
  color: #458;
  font-weight: bold;
}

.highlight .no {
  color: #008080;
}

.highlight .ni {
  color: #800080;
}

.highlight .ne {
  color: #900;
  font-weight: bold;
}

.highlight .nf {
  color: #900;
  font-weight: bold;
}

.highlight .nn {
  color: #555;
}

.highlight .nt {
  color: #000080;
}

.highlight .nv {
  color: #008080;
}

.highlight .ow {
  font-weight: bold;
}

.highlight .w {
  color: #bbb;
}

.highlight .mf {
  color: #099;
}

.highlight .mh {
  color: #099;
}

.highlight .mi {
  color: #099;
}

.highlight .mo {
  color: #099;
}

.highlight .sb {
  color: #d14;
}

.highlight .sc {
  color: #d14;
}

.highlight .sd {
  color: #d14;
}

.highlight .s2 {
  color: #d14;
}

.highlight .se {
  color: #d14;
}

.highlight .sh {
  color: #d14;
}

.highlight .si {
  color: #d14;
}

.highlight .sx {
  color: #d14;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #d14;
}

.highlight .ss {
  color: #990073;
}

.highlight .bp {
  color: #999;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #008080;
}

.highlight .vi {
  color: #008080;
}

.highlight .il {
  color: #099;
}

.learning-page div[class^=language-] {
  color: #360084;
  border: solid 1px #360084;
  border-left: solid 5px #360084;
  margin: 15px 5px 10px 0;
  border-radius: 4px 0 0 4px;
}
.learning-page div.source {
  color: #360084;
  border: solid 1px #360084;
  border-left: solid 5px #360084;
  margin: 15px 5px 10px 0;
  border-radius: 4px 0 0 4px;
}
.learning-page div.error {
  color: #bd2c00;
  border: solid 1px #bd2c00;
  border-left: solid 5px #bd2c00;
  margin: 15px 5px 10px 0;
  border-radius: 4px 0 0 4px;
}
.learning-page div.warning {
  color: #cda01d;
  border: solid 1px #cda01d;
  border-left: solid 5px #cda01d;
  margin: 15px 5px 10px 0;
  border-radius: 4px 0 0 4px;
}
.learning-page div.output {
  color: #303030;
  border: solid 1px #303030;
  border-left: solid 5px #303030;
  margin: 15px 5px 10px 0;
  border-radius: 4px 0 0 4px;
}
.learning-page div.error::before,
.learning-page div.warning:before,
.learning-page div.output::before,
.learning-page div.source::before,
.learning-page div[class^=language-]::before {
  background-color: #f2eff6;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
}
.learning-page div[class^=language-]::before,
.learning-page div.source::before {
  content: "Code";
}
.learning-page div.error::before {
  background-color: #ffebe6;
  content: "Error";
}
.learning-page div.warning:before {
  background-color: #f8f4e8;
  content: " Warning";
}
.learning-page div.output::before {
  background-color: #efefef;
  content: "Output";
}
.learning-page div.language-bash::before {
  content: "Bash";
}
.learning-page div.language-c::before {
  content: "C";
}
.learning-page div.language-cmake::before {
  content: "CMake";
}
.learning-page div.language-cpp::before {
  content: "C++";
}
.learning-page div.language-html::before {
  content: "HTML";
}
.learning-page div.language-css::before {
  content: "CSS";
}
.learning-page div.language-make::before {
  content: "Make";
}
.learning-page div.language-matlab::before {
  content: "MATLAB";
}
.learning-page div.language-python::before {
  content: "Python";
}
.learning-page div.language-r::before {
  content: "R";
}
.learning-page div.language-sql::before {
  content: "SQL";
}
.learning-page .tab-pane {
  border: solid 1px #ddd;
  border-top: none;
  padding: 20px 20px 10px 20px;
  border-radius: 0 0 4px 4px;
}
.learning-page ul.nav.nav-tabs {
  background: #E1E1E1;
  border-radius: 4px 4px 0 0;
}
.learning-page ul.nav.nav-tabs li a {
  line-height: 24px;
}
.learning-page .yt-wrapper2 {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .learning-page .yt-wrapper2 {
    max-width: 100%;
  }
}
.learning-page .yt-wrapper {
  height: 0;
  margin-top: 10px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.learning-page .yt-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.learning-page section img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.learning-page section h2 {
  margin: 48px 0 16px;
  border-bottom: solid 1px #eaecef;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
.learning-page section h3 {
  margin: 30px 0 14px;
}
.learning-page section pre {
  margin: 0;
  border: 0;
}
.learning-page .callout {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #f4fd9c !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .callout h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #f4fd9c, rgb(245.1, 253.2, 165.9)) !important;
  border-color: #f4fd9c !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .caution {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #cf000e !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .caution h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #cf000e, rgb(237.3, 0, 16.0492753623)) !important;
  border-color: #cf000e !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .challenge {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #060606 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .challenge h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #060606, rgb(30.9, 30.9, 30.9)) !important;
  border-color: #060606 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .checklist {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #dfd2a0 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .checklist h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #dfd2a0, rgb(226.2, 214.5, 169.5)) !important;
  border-color: #dfd2a0 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .discussion {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #eec275 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .discussion h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #eec275, rgb(239.7, 200.1, 130.8)) !important;
  border-color: #eec275 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .keypoints {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #7ae78e !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .keypoints h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #7ae78e, rgb(135.3, 233.4, 153.3)) !important;
  border-color: #7ae78e !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .objectives {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #daee84 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .objectives h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #daee84, rgb(221.7, 239.7, 144.3)) !important;
  border-color: #daee84 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .prereq {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #9cd6dc !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .prereq h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #9cd6dc, rgb(165.9, 218.1, 223.5)) !important;
  border-color: #9cd6dc !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .solution {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #4e4e4e !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .solution h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #4e4e4e, rgb(95.7, 95.7, 95.7)) !important;
  border-color: #4e4e4e !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .testimonial {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #fc8dc1 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .testimonial h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #fc8dc1, rgb(252.3, 152.4, 199.2)) !important;
  border-color: #fc8dc1 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .takeaways {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #fad586 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .takeaways h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #fad586, rgb(250.5, 217.2, 146.1)) !important;
  border-color: #fad586 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .overview {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #daee84 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .overview h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #daee84, rgb(221.7, 239.7, 144.3)) !important;
  border-color: #daee84 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .instructor {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #1c1c1c !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .instructor h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #1c1c1c, rgb(50.7, 50.7, 50.7)) !important;
  border-color: #1c1c1c !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .example {
  padding: 0 0 5px 5px !important;
  border: 1px solid !important;
  border-color: #060606 !important;
  border-radius: 0 !important;
  margin: 15px 5px 10px 0 !important;
}
.learning-page .example h2 {
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 20px !important;
  background: linear-gradient(to bottom, #060606, rgb(30.9, 30.9, 30.9)) !important;
  border-color: #060606 !important;
  margin-top: 0px !important;
  padding-left: 8px !important;
  margin-left: -5px !important;
}
.learning-page .callout h3,
.learning-page .challenge h3,
.learning-page .checklist h3,
.learning-page .discussion h3,
.learning-page .keypoints h3,
.learning-page .objectives h3,
.learning-page .prereq h3,
.learning-page .solution h3,
.learning-page .testimonial h3,
.learning-page .takeaways h3,
.learning-page .overview h3,
.learning-page .instructor h3,
.learning-page .example h3 {
  font-size: 18px;
}
.learning-page .challenge {
  background-color: rgba(238, 194, 117, 0.1254901961);
}
.learning-page .callout {
  background-color: rgba(244, 253, 156, 0.1254901961);
}
.learning-page .challenge {
  background-color: rgba(238, 194, 117, 0.1254901961);
}
.learning-page .checklist {
  background-color: rgba(223, 210, 160, 0.1254901961);
}
.learning-page .discussion {
  background-color: rgba(238, 194, 117, 0.1254901961);
}
.learning-page .keypoints {
  background-color: rgba(122, 231, 142, 0.1254901961);
}
.learning-page .objectives {
  background-color: rgba(218, 238, 132, 0.1254901961);
}
.learning-page .prereq {
  background-color: rgba(156, 214, 220, 0.1254901961);
}
.learning-page .solution {
  background-color: #fff;
}
.learning-page .testimonial {
  background-color: rgba(252, 141, 193, 0.1254901961);
}
.learning-page .takeaways {
  background-color: rgba(255, 248, 232, 0.7215686275);
}
.learning-page .overview {
  background-color: rgba(218, 238, 132, 0.1254901961);
}
.learning-page .instructor {
  background-color: rgba(244, 253, 156, 0.1254901961);
}
.learning-page .example {
  background-color: rgba(255, 248, 232, 0.7215686275);
}
.learning-page blockquote p {
  margin: 5px;
  font-style: normal !important;
}
.learning-page blockquote :not(h2) + p {
  padding-top: 1em;
}
.learning-page .keypoints ul, .learning-page .objectives ul, .learning-page .takeaways ul, .learning-page .prereq ul, .learning-page .overview ul {
  margin-bottom: 0;
}
.learning-page .takeaways .text {
  font-size: 16px;
}
.learning-page blockquote {
  font-size: inherit;
  margin-bottom: 0 !important;
}
.learning-page a:active,
.learning-page a:hover {
  outline: 0;
  text-decoration: underline;
}
.learning-page code {
  white-space: nowrap;
  padding: 2px 5px;
  color: #24292e;
}
.learning-page samp {
  hyphens: none;
}
.learning-page dt {
  margin-top: 20px;
}
.learning-page dd {
  margin-left: 2em;
}
.learning-page .solution h2:hover {
  cursor: pointer;
}
.learning-page .solution h2 span.fold-unfold {
  margin-left: 10px;
  opacity: 0.5;
}
.learning-page .solution h2 .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "boxicons" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.learning-page .solution h2 .icon-collapse-down::before {
  content: "\ece8";
}
.learning-page .solution h2 .icon-collapse-up::before {
  content: "\ee30";
}
.learning-page .figures h2 {
  margin-top: 100px;
}
.learning-page .maintitle {
  text-align: center;
}
.learning-page .footertext {
  text-align: center;
}
.learning-page footer .license,
.learning-page footer .help-links {
  font-size: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.learning-page img.navbar-logo {
  height: 40px;
  padding-top: 5px;
  padding-right: 10px;
}
.learning-page div.branding {
  color: #2b3990;
}
.learning-page ul,
.learning-page ol {
  padding-left: 2em;
}
.learning-page span.fold-unfold {
  margin-left: 10px;
  opacity: 0.5;
}
.learning-page p.image-with-shadow img,
.learning-page img.image-with-shadow {
  box-shadow: 0 6px 24px 0 #888;
}
.learning-page .pre-alpha {
  color: #a94442;
  background: #f2dede;
}
.learning-page .alpha {
  color: #8a6d3b;
  background: #fcf8e3;
}
.learning-page .beta {
  color: #31708f;
  background: #d9edf7;
}
.learning-page pre.highlight span.err {
  border: none;
}
.learning-page kbd {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #242729;
  text-shadow: 0 1px 0 #FFF;
  background-color: #e1e3e5;
  border: 1px solid #adb3b9;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 2px #FFF inset;
  white-space: nowrap;
  font-style: normal;
}
.learning-page section p {
  margin: 0 0 6px;
}
.learning-page section ul li {
  margin-bottom: 5px;
}
.learning-page section ul li:last-child {
  margin-bottom: 10px;
}
.learning-page section .main-title {
  text-align: center;
  font-size: 23px;
}
.learning-page section blockquote p {
  margin: 5px;
}
.learning-page section blockquote :not(h2) + p {
  padding-top: 1em;
}
.learning-page .image-caption {
  color: #777 !important;
}

.home-header .banner-section {
  padding: 1rem 0;
}
.home-header .banner-section .banner-img-wrapper .banner-img {
  height: 400px;
  margin: 2rem auto;
}
.home-header .banner-section .left-panel-wrapper .banner-title {
  font-family: "Red Hat Display", serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 60px;
}
.home-header .banner-section .left-panel-wrapper .banner-title h3 {
  font-size: 3rem;
  width: 90%;
  font-weight: 800;
}
.home-header .banner-section .left-panel-wrapper .banner-description {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #555;
  width: 90%;
}
.home-header .banner-section .left-panel-wrapper .banner-description .highlight {
  color: #2b2b2b;
}
.home-header .banner-section .left-panel-wrapper .action-btns {
  margin-top: 2rem;
}

.home-body .join-channel-section {
  background-color: #f8f8f8;
  padding: 6rem 0 6rem;
}
.home-body .join-channel-section .container {
  max-width: 1000px;
}
.home-body .join-channel-section .container .wrapper {
  box-shadow: -2px -5px 33px rgba(221, 225, 233, 0.52), 14px 18px 61px -21px #B6BFCC;
}
.home-body .join-channel-section .container .wrapper .img-wrapper {
  height: 100%;
  padding: 0;
}
.home-body .join-channel-section .container .wrapper .img-wrapper .channel-img {
  height: 100%;
  width: 100%;
}
.home-body .join-channel-section .container .wrapper .caption-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #2b2b2b;
  padding: 3rem;
}
.home-body .join-channel-section .container .wrapper .caption-wrapper h1 {
  color: #000;
  text-align: left;
}
.home-body .events-section .community-events-wrapper {
  margin-bottom: 2rem;
}
.home-body .events-section .community-events-wrapper .event-card .card-body .event-date {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-size: 18px;
  padding: 8px 1rem;
  text-align: center;
  font-weight: 400;
}
.home-body .events-section .community-events-wrapper .event-card .card-body .event-date .date_day {
  display: flex;
  gap: 2rem;
}
.home-body .events-section .community-events-wrapper .event-card .card-body .event-details {
  padding: 1rem;
}
.home-body .events-section .community-events-wrapper .event-card .card-body .event-details .card-title {
  color: #666;
  font-size: 24px;
  font-weight: bold;
}
.home-body .events-section .community-events-wrapper .event-card .card-footer {
  background-color: transparent;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 0;
  border: 0;
}
.home-body .events-section .community-events-wrapper .event-card .card-footer .venue {
  text-transform: uppercase;
  font-weight: 400;
  background-color: #222;
  color: #fff;
  padding: 3px 10px;
}
.home-body .events-section .event-wrapper {
  height: 100%;
}
.home-body .events-section .event-wrapper .event-info {
  display: flex;
  align-items: center;
  height: 100%;
}
.home-body .events-section .event-wrapper .event-info .event-caption {
  color: #444;
}
.home-body .events-section .event-wrapper .event-info .event-types {
  list-style: none;
  padding-left: 1rem;
  color: #444;
}
.home-body .missions-section {
  background-color: #f8f8f8;
}
.home-body .missions-section .mission-card {
  background-color: inherit;
}
.home-body .missions-section .mission-card .mission-card-img {
  height: 14rem;
}
.home-body .missions-section .mission-card .card-title {
  color: #000;
}
.home-body .workshops-section .workshops-wrapper .workshop-card {
  border-radius: 0;
}
.home-body .workshops-section .workshops-wrapper .workshop-card .card-body {
  height: 6rem;
  background-color: #fdfdfd;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.home-body .workshops-section .workshops-wrapper .workshop-card .card-body .card-title {
  color: #111;
  font-weight: 500;
  text-align: center;
}
.home-body .workshops-section .workshops-wrapper .workshop-card .card-body .workshop-card-info {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.home-body .courses-section {
  background-color: #f8f8f8;
}
.home-body .courses-section .courses-wrapper .course-card {
  background-color: #f8f8f8;
  border-radius: 0;
}
.home-body .courses-section .courses-wrapper .course-card .card-body {
  background-color: #fdfdfd;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.home-body .courses-section .courses-wrapper .course-card .card-body .card-title {
  color: #111;
  font-weight: 500;
  text-align: center;
}
.home-body .courses-section .courses-wrapper .course-card .card-body .course-card-info {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.home-body .courses-section .courses-wrapper .course-card .card-body .course-modules {
  color: blue;
}
.home-body .courses-section .courses-wrapper .course-card .card-body .coupon-code {
  text-align: center;
}
.home-body .courses-section .courses-wrapper .course-card .card-body .coupon-code span {
  font-size: 15px;
}
.home-body .blogs-section .card {
  border: 0;
}
.home-body .blogs-section .card .card-img-top {
  border-radius: 0;
}
.home-body .blogs-section .card .card-body {
  padding: 1.5rem 0;
}
.home-body .blogs-section .card .card-body .card-text {
  color: #555;
  font-weight: 300;
  font-family: "Source Serif 4", serif;
}
.home-body .blogs-section .card .card-body .card-text a {
  font-family: "Red Hat Display", sans-serif;
}

@media screen and (max-width: 520px) {
  .home-header .banner-section {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .home-header .banner-section .container {
    max-width: 95%;
  }
  .home-header .banner-section .left-panel-wrapper .banner-title {
    line-height: 50px;
  }
  .home-header .banner-section .left-panel-wrapper .banner-title h3 {
    font-size: 1.8rem;
  }
  .home-header .banner-section .left-panel-wrapper .banner-title .typed {
    font-size: 2.5rem;
  }
  .home-header .banner-section .left-panel-wrapper .banner-description {
    font-size: 1.2rem;
    width: 100%;
  }
  .home-header .banner-section .action-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .home-header .banner-section .banner-img-wrapper {
    padding: 2rem;
  }
  .home-header .banner-section .banner-img-wrapper .banner-img {
    height: 320px;
  }
  .home-body .events-section .event-wrapper .event-info {
    padding: 1.5rem 1rem;
  }
  .home-body .courses-section .container {
    max-width: 96%;
  }
  .home-body .courses-section .courses-wrapper .course-card {
    padding: 1rem !important;
  }
  .home-body .courses-section .courses-wrapper .course-card .course-card-img {
    height: 210px;
  }
  .home-body .join-channel-section .container {
    max-width: 90%;
  }
  .home-body .join-channel-section .container .wrapper .img-wrapper .channel-img {
    border-radius: 15px 15px 0 0;
  }
  .home-body .join-channel-section .container .wrapper .caption-wrapper {
    padding: 2.8rem 2rem;
  }
}
.blogs-page {
  font-family: "Source Serif 4", serif;
}
.blogs-page .page-header {
  background: url("/assets/img/blog-page-header.jpg") no-repeat center center/cover;
  padding: 8rem 0;
}
.blogs-page .page-header h1 {
  font-size: 2.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff !important;
  margin-bottom: 0;
}
.blogs-page .blogs-body {
  padding: 1rem 0;
}

.blogs-page .card-group, .blog-tags-page .card-group {
  margin-bottom: 2rem;
}
.blogs-page .card, .blog-tags-page .card {
  border: none;
  border-radius: 0;
}
.blogs-page .card .maxthumb, .blog-tags-page .card .maxthumb {
  max-height: 300px;
}
.blogs-page .card .card-img-top, .blog-tags-page .card .card-img-top {
  height: 15rem;
  object-fit: cover;
  border-radius: 0;
}
.blogs-page .card .card-title, .blog-tags-page .card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
}
.blogs-page .card .card-text, .blog-tags-page .card .card-text {
  color: rgba(0, 0, 0, 0.44);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Source Serif 4", serif;
}
.blogs-page .card .card-text a, .blog-tags-page .card .card-text a {
  font-family: "Red Hat Display", sans-serif;
}
.blogs-page .card .card-body, .blog-tags-page .card .card-body {
  padding-bottom: 0;
}
.blogs-page .card .card-footer, .blog-tags-page .card .card-footer {
  background-color: #fff;
  border: 0;
}
.blogs-page .card .card-footer span, .blog-tags-page .card .card-footer span {
  font-size: 13px;
  color: #777;
}
.blogs-page .post-tags, .blog-tags-page .post-tags {
  padding-left: 0;
}
.blogs-page .post-tags li, .blog-tags-page .post-tags li {
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 0.25rem;
}
.blogs-page .post-tags li a, .blog-tags-page .post-tags li a {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 5px 10px;
}

.blog-post, .blog-tags {
  margin-top: 70px;
}

.blog-card-heading span {
  font-size: 14px;
  color: #000;
}

.blog-tags .post-title {
  font-size: 2rem;
}

.post-title {
  font-family: "Red Hat Display", serif;
  font-size: 42px;
  color: #242424;
  font-weight: 800;
  line-height: 52px;
}

.post-body .opening-text {
  font-family: "Source Serif 4", serif;
  font-size: 22px;
  color: #111;
  font-weight: 400;
}

.disclaimer-text {
  font-size: 14px;
  color: #777;
}

.post-body {
  font-size: 16px;
  font-family: "Source Serif 4", sans-serif;
}
.post-body h1,
.post-body h2 {
  font-family: "Red Hat Display", sans-serif;
  font-family: 700;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 42px;
}
.post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 42px;
}
.post-body h2[id]:before, .post-body h3[id]:before, .post-body h4[id]:before {
  content: none;
}
.post-body blockquote {
  font-size: 1.15em;
}
.post-body h1 + p, .post-body h2 + p, .post-body h3 + p, .post-body h4 + p {
  margin-top: 0px;
}
.post-body p {
  line-height: 32px;
  font-size: 20px;
  color: #242424;
  font-weight: 400;
  margin-top: 42px;
}
.post-body ul {
  margin-top: -8px;
}
.post-body ul li {
  color: #242424;
  font-size: 20px;
  font-weight: 400;
}
.post-body blockquote p {
  font-style: italic;
  padding: 0 2em;
  color: #555;
}
.post-body blockquote .quote-bar {
  border-left: 4px solid #333;
  padding-left: 0.5em;
}
.post-body .breakline {
  border: 0.11em solid #333;
  width: 25%;
}
.post-body .ending-text {
  font-size: 18px;
  color: #333;
  font-style: italic;
}
.post-body .image-wrapper .image-caption {
  text-align: center;
  font-size: 11px;
  color: grey;
  margin: 0.5em 0;
}

.blog-post-page {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
}
.blog-post-page .post-container {
  padding: 1.5rem 2rem 2rem 2rem;
}
.blog-post-page .share {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem !important;
  z-index: 10;
}
.blog-post-page .share .share-caption {
  font-size: 28px;
  font-weight: 800;
  color: #242424;
}
.blog-post-page .share ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.blog-post-page .share ul li {
  margin-bottom: 10px;
}
.blog-post-page .post-tags {
  padding-left: 0;
}
.blog-post-page .post-tags li {
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 0.25rem;
}
.blog-post-page .post-tags li a {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 5px 10px;
}
.blog-post-page .share a i {
  color: #242424;
}

.footer-area .footer-logo,
.footer-area .footer-bottom {
  text-align: center;
}
.footer-area .footer-social {
  text-align: center;
  margin: 25px 0px 50px;
}
.footer-area .footer-logo h4 {
  font-size: 21px;
  color: #777777;
  font-weight: 700;
  margin-top: 48px;
}

.blog-posts .blog-card .post-img {
  margin: auto;
}
.blog-posts .blog-card .blog-card .post-img img {
  padding: 5px;
}
.blog-posts .blog-card .card-body {
  padding: 0.5em;
}
.blog-posts .blog-card .card-body .blog-card-title {
  margin: 0px;
}
.blog-posts .blog-card .card-body .blog-card-title .post-title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 520px) {
  .blog-post-page .post-container {
    padding: 2rem 1rem;
  }
  .blog-post-page .post-body {
    padding: 0 0.5rem;
  }
  .blog-post-page .post-body p {
    line-height: 28px;
    font-size: 18px;
    margin-top: 28px;
  }
  .blog-post-page .post-body ul li {
    line-height: 28px;
    font-size: 18px;
    margin-top: 14px;
  }
  .blog-post-page .post-body h1, .blog-post-page .post-body h2, .blog-post-page .post-body h3, .blog-post-page .post-body h4 {
    margin-bottom: 8px;
  }
  .blog-post-page .post-body h1 + p, .blog-post-page .post-body h2 + p, .blog-post-page .post-body h3 + p, .blog-post-page .post-body h4 + p {
    margin-top: 0px;
  }
  .blog-post-page .post-title {
    font-size: 32px;
    line-height: 38px;
  }
  .blog-post-page .post-container {
    padding-top: 0 !important;
  }
  .blogs-page .page-header h1 {
    font-size: 1.5rem;
  }
  .blog-post-page .share {
    text-align: center;
    margin-top: 0;
  }
  .blog-post-page .share ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .blog-post-page .share ul li {
    display: inline-block;
  }
}
/* ======= Base ======= */
.cv-page {
  font-family: Arial, Helvetica, sans-serif;
}
.cv-page h1,
.cv-page h2,
.cv-page h3,
.cv-page h4,
.cv-page h5,
.cv-page h6 {
  font-weight: 700;
}
.cv-page a {
  color: rgb(45.375, 118.8392857143, 136.125);
}
.cv-page a:hover {
  text-decoration: underline;
  color: rgb(26.25, 68.75, 78.75);
}
.cv-page a:focus {
  text-decoration: none;
}
.cv-page p {
  line-height: 1.5;
}
.cv-page .wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  background: #42A8C0;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.cv-page .sidebar-wrapper {
  grid-column: span 3;
  background: #42A8C0;
  color: #fff;
}
.cv-page .sidebar-wrapper a {
  color: #fff;
}
.cv-page .sidebar-wrapper .profile-container {
  padding: 2.5rem 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}
.cv-page .sidebar-wrapper .name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.cv-page .sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.cv-page .sidebar-wrapper .profile {
  margin-bottom: 15px;
}
.cv-page .sidebar-wrapper .avatar {
  max-width: 100px;
  margin-bottom: 15px;
  border: 0px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cv-page .sidebar-wrapper .contact-list .fas,
.cv-page .sidebar-wrapper .contact-list .fab,
.cv-page .sidebar-wrapper .contact-list .far {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.cv-page .sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}
.cv-page .sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.cv-page .sidebar-wrapper .container-block {
  padding: 30px;
}
.cv-page .sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.cv-page .sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.cv-page .sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
}
.cv-page .sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}
.cv-page .sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
}
.cv-page .sidebar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}
.cv-page .sidebar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}
.cv-page .sidebar-wrapper .languages-list {
  margin-bottom: 0;
}
.cv-page .sidebar-wrapper .languages-list li {
  margin-bottom: 10px;
}
.cv-page .sidebar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}
.cv-page .sidebar-wrapper .interests-list {
  margin-bottom: 0;
}
.cv-page .sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
}
.cv-page .sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}
.cv-page .main-wrapper {
  border: 1px solid #bbb;
  grid-column: span 7;
  background: #fff;
  padding: 60px;
}
.cv-page .main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: rgb(45.375, 118.8392857143, 136.125);
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
.cv-page .main-wrapper .section {
  margin-bottom: 60px;
}
.cv-page .main-wrapper .experiences-section .item,
.cv-page .main-wrapper .educations-section .item {
  margin-bottom: 30px;
}
.cv-page .main-wrapper .upper-row,
.cv-page .main-wrapper .second-upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
  display: flex;
}
.cv-page .main-wrapper .job-title,
.cv-page .main-wrapper .degree,
.cv-page .main-wrapper .cert-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  flex: 75%;
}
.cv-page .main-wrapper .time,
.cv-page .main-wrapper .cert-url {
  position: absolute;
  right: 0;
  top: 0;
  color: #97AAC3;
  flex: 25%;
}
.cv-page .main-wrapper .company,
.cv-page .main-wrapper .university,
.cv-page .main-wrapper .cert-org {
  margin-bottom: 10px;
  color: #97AAC3;
}
.cv-page .main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  color: rgb(45.375, 118.8392857143, 136.125);
}
.cv-page .main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}
.cv-page .main-wrapper .projects-section .item {
  margin-bottom: 15px;
}
.cv-page .main-wrapper .publication-title {
  font-size: 16px;
  font-weight: 400;
  color: #3F4650;
  margin-bottom: 1px;
}
.cv-page .main-wrapper .publication-authors {
  font-style: italic;
  color: #97AAC3;
  margin-bottom: 1px;
}
.cv-page .main-wrapper .publications-section .intro {
  margin-bottom: 30px;
}
.cv-page .main-wrapper .publications-section .item {
  margin-bottom: 15px;
}
.cv-page .skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}
.cv-page .skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}
.cv-page .skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
}
.cv-page .skillset .level-bar-inner {
  height: 12px;
  background: rgb(123.375, 194.4107142857, 211.125);
}

@media screen and (max-width: 520px) {
  .cv-page .wrapper {
    box-shadow: none;
    margin-bottom: 3rem;
  }
  .cv-page .main-wrapper {
    border: none;
  }
  .cv-page .upper-row {
    justify-content: space-between;
  }
  .cv-page .upper-row .job-title, .cv-page .upper-row .time {
    flex: none;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .cv-page .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .cv-page .wrapper {
    display: block;
  }
  .cv-page .main-wrapper {
    padding: 30px;
  }
  .cv-page .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .cv-page .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cv-page .skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
  .cv-page .skillset .level-bar {
    display: inline-block;
    width: 70%;
    float: left;
    position: relative;
    top: 1px;
  }
}
@media print {
  @page {
    size: A4;
  }
  body {
    font-size: 12pt;
  }
  img.avatar {
    filter: grayscale(1);
    -webkit-filter: greyscale(1);
  }
  .main-wrapper .time {
    float: right;
    color: black !important;
    -webkit-print-color-adjust: exact;
  }
  .sidebar-wrapper {
    position: static;
    float: right;
    width: 40%;
    -webkit-print-color-adjust: exact;
  }
  .remove-container.container-block {
    display: none;
  }
  footer {
    display: none;
  }
  .skillset .level-bar-inner {
    background-color: black !important;
    -webkit-print-color-adjust: exact;
  }
  .fa-inverse,
  .fa-inverse:after,
  .fa-inverse:before {
    color: #ffffff !important;
  }
}

/*# sourceMappingURL=main.css.map */