.vc-markup-edit {
  cursor: pointer;
}

.vc-markdown a {
  font-weight: bold;
}

textarea {
  font-size: 0.9rem;
}

mark {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pd3 {
  padding: 3px;
}

.links li {
  list-style: none;
}

.ul-header {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
}

.profile-section {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  padding: 1rem 0rem 1rem 0rem;
}

.li-subitem {
  list-style: none;
}

.li-subitem a {
  padding: 0.3em 0 !important;
}

.article-info {
  font-style: italic;
  color: #999999;
}

.youtube-iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-t {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.col-toggl {
  width: 25%;
  min-width: 200px;
}

@media screen and (max-width: 800px) {
  .col-toggl {
    width: 100%;
  }
}

.dash {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0.5rem;
  -webkit-box-shadow: 3px 2px 6px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 2px 6px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.dash .dash-h3 {
  padding: 10px 0px 0px 0px;
  margin: 0px !important;
}

.dash .dash-sub {
  font-size: 1rem;
}

.dash .dash-kpi {
  font-size: 1.8rem;
}

.dash:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*# sourceMappingURL=site.css.map */