body {
  font-size: 18px;
  color: #343a40;
  font-family: "Verdana", "Times New Roman", serif;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #343a40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus, a:hover {
  color: #ef7600;
}

article a, .post-content a {
  color: #007bff;
}
article a:visited, .post-content a:visited {
  color: #6f42c1;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #ef7600;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #ef7600;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}
#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -71px;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #ef7600;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #ef7600;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center top;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.7;
}
@media (max-width: 767px) {
  header.masthead .background-filter-addon {
    backdrop-filter: blur(20px);
  }
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 70px 0px 70px;
  }
}
header.masthead .page-heading h1,
header.masthead .post-heading h1,
header.masthead .site-heading h1 {
  text-shadow: 2px 2px 0px #131313;
}
header.masthead .page-heading,
header.masthead .site-heading {
  text-align: left;
}
header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  text-shadow: 1px 1px 2px black;
  margin: 10px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}
header.masthead .post-heading h1 {
  font-size: 35px;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Verdana", "Times New Roman", serif;
}
header.masthead .post-heading .meta a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}
.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #ef7600;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}
.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}
.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #ef7600;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: "Verdana", "Times New Roman", serif;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: "Verdana", "Times New Roman", serif;
}
.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}
.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #ef7600;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #ef7600;
  border-color: #ef7600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #c96300 !important;
  border-color: #c96300 !important;
}
.btn-primary:hover, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #7c7c7c !important;
}

.btn-outline-primary {
  color: #ef7600;
  background-color: transparent;
  border-color: #ef7600;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff;
  background-color: #ef7600 !important;
  border-color: #c96300 !important;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #7c7c7c !important;
}
.btn-outline-primary:focus:active {
  background-color: #c96300 !important;
  box-shadow: 0 0 0 0.2rem #7c7c7c !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.btn-group {
  flex-wrap: wrap;
}

.badge-primary {
  background-color: #ef7600;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-img {
  max-width: 40%;
}

.newsletter-form .indicates-required {
  font-size: small;
  text-align: right;
}
.newsletter-form .asterisk {
  color: #dc3545;
}
.newsletter-form input {
  white-space: normal;
  width: 100%;
}

table ul {
  margin: 0;
}

.wrapper {
  width: 100%;
}

.sidebar-btn {
  width: 100%;
}

#sidebar {
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar .row {
  padding: 0px 10px 0px 10px;
}
#sidebar img {
  max-width: 100%;
}
#sidebar #jan-wilczek-image {
  padding-right: -20px;
}
#sidebar .card .row {
  display: flex;
  padding: 0px;
}
#sidebar .card .column {
  flex: 100%;
  padding: 0px;
}
#sidebar .card .btn {
  padding: 5px;
}
#sidebar .card-title {
  text-align: center;
  margin: 0px;
}
#sidebar .card-text {
  text-align: justify;
  margin: 0px;
}
#sidebar .card-body {
  padding: 0 1.25rem;
}
#sidebar .card-body .row {
  margin: 10px 0px 10px;
}
#sidebar .newsletter-form ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
#sidebar .newsletter-form .card {
  background-color: #dee2e6;
}
#sidebar ul.components {
  padding: 0;
}
#sidebar ul {
  padding-inline-start: 0px;
  list-style-type: none;
}
#sidebar ul li .row {
  margin: 0px;
  padding: 0px;
}
#sidebar ul li .row .column {
  padding: 5px;
}
#sidebar ul li > ul li {
  font-size: 0.9rem;
}
#sidebar ul li > ul li a {
  border-bottom: 1px solid transparent;
}
#sidebar ul li > ul li a span {
  color: #000;
}
#sidebar ul li a {
  padding: 0px;
  display: block;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar ul li a span {
  color: #fff;
}
#sidebar ul li.active > a {
  background: transparent;
  color: #ef7600;
}
#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
}
#sidebar .custom-menu .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
#sidebar .custom-menu .btn i {
  margin-right: -40px;
  font-size: 14px;
}
#sidebar .custom-menu .btn.btn-primary {
  background: transparent;
  border-color: transparent;
}
#sidebar .custom-menu .btn.btn-primary:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(45deg);
  background: #ef7600;
  border-radius: 10px;
}
#sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
  background: transparent !important;
  border-color: transparent !important;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: all 0.3s;
}

.btn.btn-primary {
  background: #ef7600;
  border-color: #ef7600;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ef7600 !important;
  border-color: #ef7600 !important;
}

.footer p {
  color: rgba(255, 255, 255, 0.5);
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 0;
  color: #343a40;
  border: 1px solid #ccc;
  font-size: 0.75rem;
}
.tagcloud a:hover {
  border-color: #ef7600;
  background: #ef7600;
  color: #fff;
}

.form-control {
  height: 44px !important;
  background: #fff;
  color: #000 !important;
  border-radius: 4px;
  box-shadow: none !important;
  border: transparent;
}
.form-control:focus, .form-control:active {
  border-color: #000;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7);
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7);
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7);
}

.subscribe-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.checklist-banner, .online-course-banner {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: white;
  border: 0.1rem;
  border-style: solid;
  border-color: #ef7600;
  border-radius: 5px;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.course-progress-bar {
  background-color: #ef7600;
}

.course-progress {
  height: 2rem;
  margin: 1rem 0;
}

.online-course-banner {
  padding: 1rem;
  margin-bottom: 1rem;
}
.online-course-banner p {
  margin: 0;
  margin-top: 0.5rem;
}

.category-box .btn {
  margin: 5px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .category-box .btn {
    margin: 15px;
    padding: 20px;
  }
}

.pagination-numbers .btn {
  margin-bottom: 6px;
}

.resource-card-columns {
  column-gap: 0.5rem;
}
@media (min-width: 576px) {
  .resource-card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .resource-card-columns {
    column-count: 3;
  }
}
@media (min-width: 1800px) {
  .resource-card-columns {
    column-count: 4;
  }
}

.resource-card {
  padding: 5%;
}

.resource-img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0.75rem;
}

.resource-btn-container {
  width: 100%;
  padding: 0%;
  align-content: center;
}

.resource-btn {
  width: 100%;
}

.resource-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.resource-authors {
  margin-bottom: 0.4rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1rem;
}

.resource-description {
  margin: 15px 0px;
}

.faq h3 {
  padding-left: 0;
  text-align: left;
}
.faq [data-toggle=collapse] h3::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  color: #007bff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg);
  transition: all linear 0.25s;
}
.faq [data-toggle=collapse].collapsed h3::before {
  transform: rotate(0deg);
}

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