html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  padding-top: 50px;
  padding-bottom: 260px;
  font-family: "Roboto";
  background-color: #fafafa !important;
}

body:not(.modal-open ){
  padding-right: 0 !important;
}

#createProjectModal {
  padding:0 !important;
}

#createProjectModal{
  top: 51px !important;
}

.project-creation-modal {
  width:100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.project-creation-modal .modal-content {
  border-radius: 0;
}

.clearfix {
  clear: both;
  content: "";
}

.mobileApp {
  margin-top: -50px;
}

/**/
span[aria-expanded=true] .fa-chevron-up {
  display: none;
}

span[aria-expanded=false] .fa-chevron-down {
  display: none;
}

#packageIframe {
  background: white;
}

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

.m-0 {
  margin: 0;
}

.m-15 {
	margin: 15px;
}

.mt-0p {
  margin-top: 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-2p {
  margin-left: 2px;
}

.mr-2p {
  margin-right: 2px;
}

.ml-4p {
  margin-left: 4px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-a {
  margin-left: auto !important;
}

.mr-4p {
  margin-right: 4px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-0p {
  margin-bottom: 0 !important;
}

.mb-4p {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-0 {
  padding: 0 !important;
}

.pl-0p {
  padding-left: 0 !important;
}

.pl-3p {
  padding-left: 3px !important;
}

.pr-0p {
  padding-right: 0;
}

.pr-30 {
  padding-right: 30px;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5p {
  padding-bottom: 5px !important;
}

.block {
  display: block;
}

.dotted {
  border: 2px dotted
}

.border-bottom, .elements-border-bottom {
  border-bottom: 1px solid #ddd;
}

.justify-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between;
}

.main-section-container {
  background: white;
}

.project-info {
  width: 100%;
}

.project-meta {
  margin-bottom: 10px;
}

.header-top {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.btn-outline-white {
    border: 1px solid white;
}

.user-projects-modal {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #333;
  color: white;
}

.user-projects-modal-info {
  margin-left: 15px;
  vertical-align: middle;
  text-align: left;
}

.user-projects-img {
  border: 3px solid white;
}

.top-project-description {
  margin-top: 10px;
}

.capture-header-section {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}

.capture-project-container {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin: 20px 0;
}

.image-project-container {
  margin-bottom: 20px;
}

.video-section-container {
  margin-bottom: 20px;
}

.avatar-left {
  float: left;
}

.creator-image {
  width: 44px;
}

.creator-title {
  color: #333;
}

.creator-title:hover {
  text-decoration: none;
  color: #333;
}

.info-right {
  width: calc(100% - 56px);
  margin-left: 56px;
}

.date-info {
  display: inline-block;
}

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

.circle-muted {
  font-size: 7px !important;
  vertical-align: middle;
}

#socialBar {
  border-top: 1px solid #e8e8e8;
  text-align: right;
  background: #fafafa !important;
}

.admin-bar {
  background: #333;
  color: white;
}

.header-buttons {
  display: flex;
  align-self: flex-start;
  margin-left: 6px;
}

.header-buttons-no-title {
  margin-left: 0;
  margin-bottom: 10px;
}

.header-options {
  align-items: center;
}

.options-right {
  justify-content: flex-end;
}

.dropdown-left {
  left: -44px;
}

.bg-active-none:active {
  box-shadow: none !important;
}

/**/
.clarofy-logo {
  margin-top: -9px;
}

.no-svg .clarofy-logo {
  width: 40px;
  height: 40px;
  background-image: url(/images/clarofy-logo-80f5fb5bfe8474be7af8213b2b65a1b7.png);
}

.clarofy-logo-text {
  color: #FFFFFF;
  text-decoration: none;
  float: right;
  margin-left: 3px;
}

.full-width {
  margin-left: -20px;
  margin-right: -20px;
}

.bgimage {
  background-image: url(/images/clarofy_image-8a42ebab9cda2c4bae37bad11ee4b9dd.jpg);
  background-size: 100%;
}

.bgimage-inside {
  padding-top: 55.0%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 260px;
  background-color: #2D333B;
  margin-left: 0px;
  margin-right: 0px;
  left: 0px;
}

.footer-link, .footer-link:visited {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Lato, sans-serif;
  color: #7f8585;
  font-size: 15px;
  text-decoration: none;
}

.footer-link:hover, .footer-link:active {
  color: #f0f7f7;
  text-decoration: none;
}

.footer-link.policy-links, .footer-link.policy-links:visited {
  color: #7f8585;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-link.policy-links:hover, footer-link.policy-links:active {
  color: #f0f7f7;
  text-decoration: none;
}

.footer-link.policy-links.address-footer {
  font-family: Lato, sans-serif;
  color: #7f8585;
  font-size: 14px;
}

.bottom-footer-text {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  color: #c4cfcf;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.social-icons {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.social-icon-link {
  padding-right: 12px;
}

.underline {
  text-decoration: underline;
}

.col-interactive {
  display: flex;
  align-items: center;
}

#articleShareModal h4 {
  display: inline-block;
}

#articleShareModal .modal-body {
  text-align: center;
}

#articleShareModal .social-icons {
  display: inline-flex;
}

#articleShareModal .social-icons a {
  margin: 0 3px;
}

.share-article-btn {
  font-size: 1.25em;
}

#likeButton, #dislikeButton, .share-article-btn:focus {
  outline: none !important;
}

.share-article-btn:hover {
  background-color: #e6e6e6;
}

#addToCollectionModal .ml-0 {
  margin-left: 0;
}

#addToCollectionModal .mr-0 {
  margin-right: 0;
}

#createACollection:hover {
  cursor: pointer;
}

#project {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.pane-default-dotted {
  border: 2px dotted #ddd;
}

.project-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0px;
}

.project-panel h4 {
  margin-top: 13px;
}

.project-panel-bottom .project-stats-label {
  font-size: 14px;
  padding: 6px 6px;
}

.project-panel-bottom .btn {
  padding: 6px 6px;
}

.project-panel-text {
  color: #777;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  line-height: inherit;
}

.project-panel-text a {
  display: inline-block;
}

.project-panel-text .clear-fix {
  overflow: auto;
}

.project-panel-user {
  border-top: 1px solid rgb(231, 231, 231);
  display: block;
  justify-content: space-between;
  padding: 10px 15px;
  overflow: auto;
  clear: both;
}

.project-panel-user:hover {
  background: rgb(241, 241, 241) !important;
}

.project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-name a {
  color: #000000;
  text-decoration: none;
}

.project-name-home-card {
  padding-bottom: 1px;
}

.text-panel-overflow {
  overflow-wrap: break-word;
}

.project-panel-bottom {
  line-height: 32px;
}

.permission-options {
  display: flex;
  align-self: center;
  align-items: center;
}

.collection-panel-user {
  border-top: 1px solid rgb(231, 231, 231);
}

.inline {
  display: inline-flex;
}

.mb-5p {
  margin-bottom: 5px;
}

.project-panel-bottom .btn.text-muted {
  color: #8a8a8a !important;
}

.creditItem {
  line-height: 30px;
  padding: 10px 16px;
  position: relative;
}

.creditItem:hover {
  background-color: rgb(241, 241, 241);
}

.creditItem-link:hover {
  text-decoration: none;
  background-color: rgb(241, 241, 241);
}

.creditItem-link {
  color: #717171;
  font-weight: bold;
  text-decoration: none;
}

.creditItem-img {
  display: inline;
  margin-right: 5px;
}

.creditItem-name {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-weight: bold;
}

.link-name:hover {
  text-decoration: none;
}

.creditLink-name {
  text-decoration: none !important;
  font-weight: bold;
}

.creditItem-name:hover {
  text-decoration: none !important;
}

.user-link:hover {
  background: none;
}

.image_on, .project-panel:hover .image_off {
  display: none
}

.image_off, .project-panel:hover .image_on {
  display: block
}

.block-span {
  display: inline-block;
}

.no-wrap-white-space {
  white-space: nowrap;
}

.no-border-button {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}

.row-search {
  margin-top: 10px;
  margin-bottom: 10px
}

.search-group {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: inherit;
}

.search-input:focus {
  outline: 0;
  border-color: 0;
  box-shadow: none !important;
}

.search-bar-long {
  width: 100%;
}

@media (max-width: 768px) {  
  .search-filter-bar .btn {
    padding: 0.5rem;
  }
  
  .search-filter-bar .filter-bar {
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
  }
}


.exit-btn {
  border-right: 1px solid #ddd;
}

.thumbnail-public {
  display: inline-block !important;
  background-color: white !important;
}

.bg-full-height {
  height: 100%;
}

.projects-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer-text {
  color: white;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
}
.text-ellipsis.grow {
  width : 0;
}

.create-instructions-modal {
  max-height: calc(100% - 180px);
  overflow-y: auto;
}

.btn-link {
  text-decoration: none !important;
}

.navbar>.navbar-header {
  min-width: 300px;
}

.discover-pills {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.center-pills {
  margin: 0 auto;
}

.center-pills a {
  text-decoration: none;
  padding-bottom: 5px !important;
}

.center-pills a:hover {
  background-color: transparent !important;
  color: #333;
}

.btn-likeproject {
  padding: 6px 12px;
}

.active-link-line {
  margin: 0 0 5px;
  border: 1px solid #ddd;
}

.right-flex-box {
  -webkit-flex: 1;
  flex: 1;
}

.push-bottom {
  margin-top: auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.imagedroparea {
  min-height: 100px;
  align-items: center;
}

.attachment-responsive {
  align-items: center;
  font-size: smaller;
}

.attachment-responsive .panel {
  width: 100%;
  margin-bottom: 0;
}

.attachment-responsive .panel-body {
  min-height: 80px;
  padding: 0;
}

.user-list-panel-body {
  padding: 5px 10px;
}

.user-panel {
  margin-bottom: 10px;
}

.attachment-responsive .panel-heading {
  padding: 5px 15px;
}

.upload-column {
  padding: 8px 16px;
  margin-bottom: 48px;
}

.upload-box {
  padding: 4px;
  border: 2px dotted #ddd;
  text-align: center;
  color: grey;
}

.attachment-responsive li {
  padding: 2px 8px 2px 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2px;
}

.attachmentlist li::before {
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  width: 1.4em;
}

.msword::before {
  content: "\f1c2";
}

.msexcel::before {
  content: "\f1c3";
}

.msppt::before {
  content: "\f1c4";
}

.pdf::before {
  content: "\f1c1";
}

.genericfile::before {
  content: "\f016";
}

.attachmentlist {
  list-style-type: none;
  margin: 5px;
  padding: 0px 16px;
}

.btn-removeattachment {
  padding: 4px 4px;
  position: absolute;
  float: right;
  font-family: FontAwesome;
  right: 19px;
  background-color: transparent;
  z-index: 2;
  visibility: hidden;
  font-size: inherit;
  -webkit-text-fill-color: grey;
}

.attachment-menu {
  width: 30px;
  height: 30px;
  right: 8px;
  bottom: 8px;
  position: absolute;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  color: #666666;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px;
}

.attachment-menu::before {
  content: '\f0c6';
  position: absolute;
  height: 25px;
  width: 25px;
  left: 7px;
  top: 5px;
}

.attachmentdroparea .btn-removeattachment {
  visibility: visible;
}

.file-upload {
  font-size: large;
}

.embedarea {
  min-height: 100px;
  align-items: center;
}

.dragAndDropArea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.fullwidth-image {
  width: 100%
}

.image-element-edit {
  position: absolute;
  right: 42px;
  bottom: 0;
  cursor: pointer;
}

.delete-icon, .save-icon {
  font-size: 14px;
  margin-right: 4px;
}

.deleteable-element {
  position: relative;
}

.droptext {
  padding: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: transparent;
  text-align: center;
  font-size: 12px;
}

.droptext p {
  margin: 0;
}

.imagedroparea .droptext {
  background-color: white;
  border: 1.3px solid white;
  border-radius: 4px;
  padding: 10px 16px;
}

#embedCodeValue iframe {
  overflow: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

#packageIframe {
  height: 59vh;
}

#embedCodeValue {
  width: 100%;
}

.embedtext {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background-color: white;
  padding: 5px;
  width: 100%;
}

.embedCodeArea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  text-align: center;
  padding: 15px;
  background-color: white;
  border: 1.3px solid white;
  border-radius: 4px;
}

.embedCodeArea-capture {
  width: 50%;
}

.embedCodeArea-showSteps {
	top: auto; 
  bottom: 25vh;
}

.embed-iframe {
  overflow: auto;
  border: 0;
}

.flex.download-buttons-row {
  gap: 1rem;
  margin-left: -1rem;
}

.image-opaque {
  opacity: 0.4;
}

.progressBar {
  width: 200px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0px 10px 5px 5px;
  vertical-align: top;
}

.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0ba1b5; /*LESS*/
  border-radius: 3px;
}

.statusbar {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 25px;
  margin-left: -75px;
  margin-top: -18px
}

.filename {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.filesize {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-left: 10px;
  margin-right: 5px;
}

.star-favourite-container {
  font-size: 130%;
  padding-top: 12px;
}

.article {
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: -.003em;
  -x-height-multiplier: 0.35;
  -baseline-multiplier: 0.179;
  overflow: hidden;
}

.article a:link:not(.btn), .question-content a:link:not(.btn), .answer-content a:link:not(.btn) {
	color: #0000EE; 
}

.article a:visited:not(.btn), .question-content a:visited:not(.btn), .answer-content a:visited:not(.btn) {
  color: #551A8B; 
}

.article a:active:not(.btn), .question-content a:active:not(.btn), .answer-content a:active:not(.btn) {
  color: #EE0000; 
}

.article-subheading {
  padding-top: 5px;
}

@media (min-width: 768px) {
  .article-show-layout-gap-right {
    margin-right: 0;
    margin-bottom: 2%;
  }

  .article-show-layout-gap-left {
      margin-left: 0;
      margin-bottom: 2%;
    }
}

.create-tabs>li>a>div>span {
  display: block;
  padding-bottom: 10px;
}

.create-tabs>li {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
  zoom: 1; /* hasLayout ie7 trigger */
  padding-top: 1%;
  width: calc(20% - 4px);
}

.center-image {
  display: inline-block;
}

.create-tabs>li.active>a, .create-tabs>li.active>a:focus, .create-tabs>li.active>a:hover
{
  color: darkgrey;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
  background-color: #f1f1f1; /* LESS */
}

.create-tabs>li {
  padding-top:0;
}

.create-options {
  display: flex;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
  padding-left: 0;
  list-style: none;
}

.move-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border-right {
  border-right: 1px solid #ddd;
}

.articles-border {
  border:1px solid #ddd;
}

.articles-border:hover {
  cursor:pointer;
}

.claroIcon {
  width: 2%;
  height: auto;
  margin-right: 10px;
}

.capture-col, .capture-col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.capture-col-left {
  border-right: 1px solid #ddd;
}

.not-a-user {
  margin-top: 40px;
}

.project-creation-modal .btn {
  background-color: transparent;
  font-weight: bold;
}

.project-creation-modal .btn:hover {
  background-color: #ddd;
}

.create-options {
  white-space: nowrap;
}

.create-options li {
  width:18%;
}

#articlesModal, #softwareSimulationModal {
  display:none;
}

.articles-modal-header {
  border-bottom: none;
}

.article-form-text {
  border: 2px dotted #CCCCCC;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 15px;
  padding-right: 15px;
}

#cancelCreateProjectsButton:focus {
  outline: none;
}

.create-clarofy, .create-learning {
  display:flex;
  flex-direction:column;
  align-items: center;
}

.create-clarofy-image, .create-learning-image {
 display: flex;
 height: 186px;
 justify-content: center;
 width: 120px;
}

.clarofy-image {
  max-width: 60px !important;
}

.create-clarofy-logo {
  height: 80px;
  align-self: center;
}

.create-learning img {
  max-width:48px;
  margin:6px;
  border: none !important;
}

.create-options>li:first-of-type {
  border-right: 1px solid #ddd;
}

.create-options img {
  border: 1px solid #ddd;
}

.create-tabs>li>a:hover{
 text-decoration: none !important;
 background-color: transparent !important;
 border-color: transparent !important;
}

.create-tabs>li:hover {
  background-color: transparent !important;
}

.img-responsive-modal {
    max-width: 120px;
    height: auto;
}

.image-editor-modal-body {
	height: 65vh;
	min-height: 215px;
  position: relative;
}

.create-media {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border-left: 1px solid #ddd;
}

.create-media-list {
  list-style: none;
}

.media-li {
  display: flex;
  max-width: 140px;
  margin: 20px auto;
}

.media-li a {
  text-decoration: none;
}

.media-li img {
  margin-right: 15px;
  max-width: 45px;
}

.create-tabs .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.create-tabs, .create-tabs .navbar-collapse {
  text-align: center;
}

.create-tabs {
  border-bottom: none;
}

.tab-border-right {
  border-right: 1px solid darkgrey;
  border-radius: 0;
}

.create-tabs li.active,
.create-tabs li:after {
  content: " ";
  position: absolute;
  left: calc(50% - 15px);
  opacity: 0;
  margin: 0 auto;
  bottom: -2px;
  border: 5px solid transparent;
  border-bottom-color: #E6E6E6; /* LESS */
  transition: 0.1s ease-in-out;
  z-index: 2;
}

.create-tabs li.active:after {
  content: " ";
  position: absolute;
  left: calc(50% - 15px);
  opacity: 1;
  margin: 0 auto;
  bottom: -2px;
  border: 15px solid transparent;
  border-bottom-color: #E6E6E6; /* LESS */
  z-index: 2;
}

.create-tabs li.active,
.create-tabs li:before {
  content: " ";
  position: absolute;
  left: calc(50% - 15px);
  opacity: 0;
  margin: 0 auto;
  bottom: -1px;
  border: 5px solid transparent;
  border-bottom-color: darkgrey;
  transition: 0.1s ease-in-out;
  z-index: 1;
}

.create-tabs li.active:before {
  content: " ";
  position: absolute;
  left: calc(50% - 15px);
  opacity: 1;
  margin: 0 auto;
  bottom: -1px;
  border: 15px solid transparent;
  border-bottom-color: darkgrey;
  z-index: 1;
}

.border-bottom {
  border-bottom: 1px solid darkgrey;
}

@media ( max-width : 767px ) {
  .slider-graphics-carousel {
    height: 55vw !important;
    width: 60vw !important;
  }  

  .options-column-right {
     margin-top: 10px;
  }
  .cancel-button {
    margin-left: 0px !important;
  }
  .cancel-button  a {
    margin-left: 0px !important;
  }  
}

@media (min-width : 993px) {
  .slider-graphics {
    display:none;
  }
  .permission-selection {
    padding-right: 15px;
    border-right: 1px solid #ddd;
    margin-right: 15px;
  }
  .categories-selection {
    padding-right: 15px;
    border-right: 1px solid #ddd;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
 }

@media (min-width: 768px) and (max-width: 992px) {
  .categories-selection {
    margin-right: 5px;
  }
  .permission-selection {
    margin-right: 5px;
  }
}

.article-tagsinput {
  overflow-x: hidden;
  white-space: nowrap;
  overflow-y: hidden;
  border-radius: 3px;
  line-height: 17px;
}

.options-column-left .tags-input {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 30px;
}

.article-tt-menu {
  left: initial;
  padding: 0;
  border-radius: 3px;
}

.article-tt-menu.tt-open:not(.tt-empty) {
  display: block;
}
  
.categories-form {
  padding-top: 5px;
  padding-bottom: 5px;
}

.category-collapse:focus {
  text-decoration: none;
}

.category-collapse:hover {
  text-decoration: none;
}

@media ( max-width : 992px) {
  div.article-layouts div.col-xs-6.col-md-3 {
    padding: 10px;
  }

  .featured-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .featured-card-left, .featured-card-right {
    max-width: 460px;
  }

  .featured-card-left {
    margin-bottom: 20px;
  }

  .featured-card-right {
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }
  
  .card-graphics {
    display:none;
  }
  
  #softwareSimulationPanel {
    border-right:1px solid #ddd;
  }
  
  .last-column {
    border-top: 1px solid #ddd;
    border-left: none !important;
    align-items:center !important;
  }  
}

.add-element {
  overflow: hidden;
  text-align: center;
  padding-top: 1.8em;
}

.add-to-layout-element {
  overflow: hidden;
  text-align: center;
  padding-top: 1.8em;
}

.add-element:before, .add-element:after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.add-to-layout-element:before, .add-to-layout-element:after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.add-element:before {
  right: 1.5em;
  margin-left: -50%;
}

.add-element:after {
  left: 1.5em;
  margin-right: -50%;
}

.add-to-layout-element:before {
  right: 1.5em;
  margin-left: -50%;
}

.add-to-layout-element:after {
  left: 1.5em;
  margin-right: -50%;
}

.horizontal-line {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 6px;
  margin-bottom: 24px;
}

.add-element-sprite {
  width: 34px;
  height: 34px;
  left: calc(50% + 2em);
  transform: translateX(-50%);
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1030;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 7px;
}

.add-to-layout-element-sprite {
  width: 34px;
  height: 34px;
  left: calc(50% + 2em);
  transform: translateX(-50%);
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1030;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 7px;
}

.add-element-sprite::before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  left: 5px;
  top: 5px;
  background-image: url('/images/create/add-sprite-02b154aeaa2723cad5ec5cef55fcf605.png');
}

.add-to-layout-element-sprite::before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  left: 5px;
  top: 5px;
  background-image: url('/images/create/add-sprite-02b154aeaa2723cad5ec5cef55fcf605.png');
}

#addElement {
  width: 40px;
  height: 40px;
  left: 50%;
  margin-top: -4px;
}

#addToLayoutElement {
  width: 40px;
  height: 40px;
  left: 50%;
  margin-top: -4px;
}

.add-elements-modal {
  max-width: 450px;
  margin: 40px auto;
}

.add-elements-row {
  position: relative;
  padding: 0 15px;
}

.add-elements-title {
  text-align: left;
}

#addElement::before {
  left: 8px;
  top: 8px;
}

#addToLayoutElement::before {
  left: 8px;
  top: 8px;
}

#addElement::before {
  background-position: 25px -100px
}

#addToLayoutElement::before {
  background-position: 25px -100px
}

.dropable-element-menu, .element-menu {
  width: 30px;
  height: 30px;
  right: 6px;
  bottom: 6px;
  position: absolute;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.76) 0px 0px 8px 1px;
}

.dropable-element-menu::before, .element-menu::before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  left: 3px;
  top: 3px;
  background-image: url('/images/create/add-sprite-02b154aeaa2723cad5ec5cef55fcf605.png');
  background-position: 0px -125px;
}

.tooltip-templates {
  display: none;
}

.add-element-button {
  text-align: center;
  height: auto;
  display: block;
  padding: 12px;
  white-space: nowrap;
}

.add-element-button:hover, .element-horizontal-description:hover {
  cursor: pointer;
}

.width-auto {
  width: auto;
}

.element-horizontal-description {
  align-self: center;
  margin: 0;
}

.wrap {
  flex-wrap: wrap;
}

.sprite {
  display: inline-block;
  margin-bottom: 10px;
  height: 27px;
  width: 37px;
  background-image: url('/images/create/Authoring-sprite-525cd9ee9ff72b5ca2289587c2570d95.png');
}

.sprite2 {
  display: inline-block;
  margin-bottom: 10px;
  height: 27px;
  width: 37px;
  background-image: url('/images/create/Authoring-sprite2-940f13582d255a122e982709494a7f24.png');
}

.sprite2Layout {
  display: inline-block;
  height: 19px;
  width: 37px;
  background-image: url('/images/create/Authoring-sprite2-940f13582d255a122e982709494a7f24.png');
}

.move-article {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 1px;
  padding-left: 1px;
}

.modal-dialog-elements {
  max-width: 400px;
}

#addHeading {
  background-position: 0px 0px;
}

#addSubHeading {
  background-position: 0px -27px;
}

#addText {
  background-position: 0px -54px;
}

#addSmallText {
  background-position: 0px -81px;
}

#addQuote {
  background-position: 0px -108px;
}

#addCallout {
  background-position: 0px -135px;
}

#addCode {
  background-position: 0px -162px
}

#addImage {
  background-position: 0px -189px;
}

#addFullWidthImage {
  background-position: 0px -216px;
}

#addCaptionedImage {
  background-position: 0px -400px;
}

#addVideoRecording {
  background-position: 0px -297px;
}

#addYoutubeEmbed {
  background-position: 0px -243px;
}

#addVimeoEmbed {
  background-position: 0px -270px;
}

#addClarofy {
  background-position: 0px -324px;
}

#addAttachment {
  background-position: 0px -351px;
}

#addLayout {
  background-position: 0px -380px;
}

#sixesLayout {
  background-position: 0px -382px;
}

#sixesLayoutSelected {
  background-position: 0px -409px;
}

#fourEightLayout {
  background-position: 0px -436px;
}

#fourEightLayoutSelected {
  background-position: 0px -463px;
}

#eightFourLayout {
  background-position: 0px -490px;
}

#eightFourLayoutSelected {
  background-position: 0px -517px;
}

#addForm {
	background-position: 0px -540px;
}

.spriteClarofyTypes {
	display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url('/images/Clarofy-types-sprite-820e6e7c544e7048e86d8ee66fc1ecb7.png');
}

.icon-article {
	background-position: 0px 0px;
}

.icon-image {
	background-position: 0px -48px;	
}

.icon-video {
  background-position: 0px -72px;
}

.icon-soft-sim {
	background-position: 0px -96px;
}

.icon-screencast {
	background-position: 0px -120px;
}

.icon-learning {
	background-position: 0px -144px;
}

.icon-link {
	background-position: 0px -168px;
}

.icon-question {
	background-position: 0px -192px;	
}

.vertical-align-middle {
	vertical-align: middle;
}

.element {
  clear: both;
}

.element-caption {
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  transform: translateX(-50%);
}

.tooltip-row-container {
  position: relative;
  display: flex;
}

.tooltip-container {
	overflow: visible;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-box
{
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized .tooltipster-content
{
  padding: 4px 6px 0px 6px;
}

.row-clarofy, .row-attachment {
  align-items: center;
}

.add-element-options.in {
  opacity: 1;
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.mobile-avatar {
  height: 3em;
  width: 3em;
}

#projectPickerBody {
  height: calc(100vh - 240px);
  overflow-y: scroll
}

#projectPickerCardView {
  font-size: small;
  padding: 15px;
}

#projectPickerListView {
  font-size: small;
}

#projectPickerListView td {
  vertical-align: middle;
}

#projectPickerListView tr {
  cursor: pointer;
}

#projectPickerListView .thumbnail-image img {
  border-radius: 4px;
  width: 50px;
  height: 50px;
  min-width: 50px !important;
  margin: 0 !important;
  object-fit: cover;
}

#projectPickerCardView .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-user-profile {
  margin-bottom: 20px;
}

.project-listing .panel {
  cursor: pointer;
}

.project-listing .panel-header {
  height: 86px;
  background-size: cover;
  background-position: center;
}

.embed-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}

.embed-responsive-16x9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4x3 {
  padding-bottom: 75%;
}

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

.embed-question {
  padding-left: 30px;
  padding-right: 30px;
}

.cover-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  background-size: cover;
  background-position: center;
  padding: 32px;
  text-align: center;
  border-radius: 8px;
}

.hero.hero-learning {
  color: #fff;
  background-image: url("/images/create/dominknowuser_card-9ff009a91c324fb9f6f19106d7e9b2f4.png");
}

#code-clipboard {
  float: right;
}

.codeSnippet {
  top: 0;
  right: 3.8em;
  display: block;
  font-size: 12px;
  color: #767676;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-radius: 0 4px;
  position: relative;
  padding: 5px 8px;
}

.cke_editable pre {
  margin: 10px 0 10px 0;
}

.bs-callout h4 {
  margin-top: 0;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.layout-column {
}

.ckeditor-row {
  border: 2px dotted #CCCCCC;
  margin-left: -1px;
  margin-right: -1px;
}

.cke_editable {
  outline: none;
}

.article-container .cke_editable[data-cke-editorplaceholder]::before {
  position: relative;
}

.move-buttons {
  display:flex;
  justify-content: space-between;
  align-content:center;
}

.move-buttons p {
  color: #333;
  font-weight:light;
  margin-bottom: 0px;
}
.move-buttons .btn:focus {
  outline: none;
}

.btn-move-buttons, .btn-toggle-revisions {
  background-color: transparent;
  font-size: inherit;
  outline: none;
}

.btn-move-buttons, .btn-toggle-revisions {
  background-color: transparent;
  font-size: inherit;
}

.btn-move-buttons:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.btn-layout-button {
  padding-bottom: 2px;
}

.btn-remove-clarofy-answer {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -30px;
  top: 0;
  border-radius: 50%;
  border: 1px;
  cursor: pointer;	
}

.btn-remove-clarofy-answer i {
	color: red !important;
}
 .btn-clear-redirect {
   position: absolute;
   bottom: 15px;
 }

.btn-remove-collection-project {
  position:  absolute;
  width: 25px;
  height: 25px;
  right: 23px;
  top: 18px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.answer-embed-area {
	position: relative;
	margin-right: 15px;
}

.col-xs-12 blockquote {
  margin: 5px 0px 5px
}

div[data-element-type="TEXT"] .cke_editable {
  min-height: 2.6em;
}

div[data-element-type="SMALL_TEXT"] .cke_editable {
  min-height: 2.3em;
}

.small-text {
  font-size: small;
}

.navbar-image-drop-zone {
  position: relative;
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  border-width: 2px;
  height: 40px;
}

.create-image-drop-zone {
  position: relative;
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  border-width: 2px;
  height: 160px;
}

.image-project-image {
  width: 100%;
  margin: 0;
}

.create-image-drop-zone.drop {
  color: #222;
  border-color: #222;
}

.upload-image-preview {
  position: relative;
  padding: 12px;
  height: 240px;
  width: 25%;
  display: inline-block;
}

.options-right-float {
  float: right !important;
  right: 0;
  left: auto;
}

.column-options-left {
  height: 36px;
  display: flex;
}

.column-options-right {
  height: 36px;
  display: flex;
  justify-content: flex-end;
}

#toggleHistory {
  border: 1px solid #ddd;
}

#toggleHistory:hover {
 background: #f7f7f7 !important;
}

#delete-button-footer, #delete-button-layout {
  color: red !important;
}

.delete-separator {
  padding-left:5px;
  border-left: 1px solid #8a8a8a;
}

.project-creation-elements {
    padding-top: 52px;
}

@media only screen and (max-width : 1200px) {
  .upload-image-preview {
    width: 33.3%;
  }
}

@media only screen and (max-width : 767px) {
  .upload-image-preview {
    width: 50%;
  }
  .attachmentlist {
    margin-bottom: 48px;
  }
  .options-left {
    margin-top: 10px;
    margin-bottom: 10px
  }
  .column-options-right {
    border-top: 1px solid #ddd;
  }
  .options-right {
    justify-content: space-between;
  }
  
  .row-search {
    margin-top: 0;
    margin-bottom: 0;
  }
  .options-column-left {
    flex-direction: column;
  }
  .project-creation-elements {
    padding-top: 215px !important;
  }
}

@keyframes ellipsis {to {
  width: 1.25em;
}
}
@-webkit-keyframes ellipsis {to { 
  width: 1.25em;
}
}
.upload-image-preview img {
  object-fit: cover;
  width: 100%;
  height: 140px;
  border-radius: 4px;
}

.upload-image-preview textarea {
  bottom: 0;
  height: 64px;
  resize: none;
  margin-top: 12px;
}

.upload-image-preview .btn {
  position: absolute;
  left: 2px;
  padding: 1px 7px;
  top: 2px;
  border-radius: 100%;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

#submit-image, #submit-video, #submit-learning {
  min-width: 4.5em;
}

.revision-bg {
  position: absolute;
  left: 0;
  top: 51px;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1040;
}

.revision-container {
  position: fixed;
  right: -400px;
  width: 360px;
  bottom: 0px;
  top: 51px;
  height: auto;
  z-index: 1040;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin: 0;
  overflow-y: auto;
}

.revision-container .list-group-item {
  border-radius: 0;
  padding-bottom: 16px;
}

.revision-container .preview-button {
  margin-top: 4px;
}

.revision-container a {
  text-decoration: none;
}

.revision-container .text-label {
  font-size: 14px;
}

#videoplayer {
  width: 100%;
}

#link-panel {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.project-container .m-0 {
  margin: 0;
}

.p-2 {
  padding: 2px !important;
}

.project-panel .p-0 {
  padding: 0;
}

.project-panel .pl-0 {
  padding-left: 0;
}

.project-panel .pr-0 {
  padding-right: 0;
}

.link-project-panel {
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
}

.project-bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.padding-fix-12 {
  margin-right: -12px;
}

.padding-fix-6 {
  margin-right: -6px;
}

.padding-fix-plus-6 {
  margin-right: 6px;
}

.btn-edit>* {
  pointer-events: none;
}

#edit-button {
  display: inline-block;
}

.white {
  color: #fafafa;
}

.project-container {
  border-left : 1px solid #CCC;
  border-top : 1px solid #CCC;
}
.project-container .row {
  border-bottom : 1px solid #CCC;
}
.project-container .collection-image {
  height: 120px;
  background-color: #DDD;
  border-right : 1px solid #CCC;
}

.collection-thumb > .flex {
  width : 100%;
  height : 100%;
}
.collection-thumb:hover {
  text-decoration : none;
}

.collection-profile:hover {
  color: white;
  text-decoration: none;
}

.collection-profile img {
  min-width: 50px;
  display: inline;
}

.collection-breadcrumb {
  background: #fafafa !important;
  margin-top: 6px;
  margin-bottom: 6px;
}

.collection-info {
  background: #333 !important;
  color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-image a {
  display: flex;
  height: 100%;
  justify-content: center;
}

.collection-image img {
  align-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.link-project-panel a {
  width: 800px;
  max-width: 100%;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.mobile-footer-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.mobile-panel {
  width: 100%;
}

#link-panel img {
  width: 100%;
}

#channelThumbnail {
  margin-left: 10px;
  max-height: 35px;
}

#recordingExplanation {
  padding: 30%;
}

.embed-placeholder {
  position: relative;
  height: 0;
  padding-bottom: 75.0%
}

#recordingExplanation span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  text-align: center;
}

#demo-navbar-logo {
  padding: 5px;
}

.video-upload-progress {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 75%;
  top: 12em;
}

#commentsFragment, #questionsFragment {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.comment-control {
  margin-right: 5px;
  width: 85% !important;
}

.comment-item {
  margin-bottom: 20px;
}

.comment-list, .question-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
	.question-panel {
		margin-top: 36px;
	}
}

@media (min-width: 768px) {
	.question-header {
		padding-right: 20px;
	}
}

.comment-children {
  list-style: none;
}

.comment-children>li {
  margin-bottom: 20px !important;
}

.comment-box {
  margin-bottom: 20px;
}

@media ( min-width : 1200px) {
  .container-large {
    width: 1500px;
  }
}

@media ( min-width : 1500px) {
  .container-large {
    width: 1800px;
  }
}

.container-large {
  max-width: 100%;
}


.carousel-container {
  display: flex;
  flex-direction: column;
  height:400px;
  clear:both;
}

.carousel-container h3 {
  margin-top:0px;
  margin-bottom:35px;
}

.col-centered {
  float: none;
  margin:auto;
}

.carousel-control { 
  width: 8%;
  width: 0px;
}

.carousel-control.left,
.carousel-control.right { 
  background-image: none;
  opacity: 0.8;
  top: calc(50% - 10px);
}


/* .carousel-control > a > i {
font-size: 29px !important;
} */

.carousel-col { 
  position: relative; 
  min-height: 1px; 
  padding: 5px; 
  float: left;

}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev        { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev        { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
  .carousel-inner .next        { left:  33%; }
  .carousel-inner .prev        { left: -33%; }
  .carousel-col                { width: 33%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
  .carousel-inner .next        { left:  25%; }
  .carousel-inner .prev        { left: -25%; }
  .carousel-col                { width: 25%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .active > div:first-child + div + div + div { display:block; }
}

.block {
  margin: 0 15px;
  height: 240px;

}

.centered {
  margin: auto;
  text-align:center;
}

.img-responsive-carousel {
  object-fit: cover;
  object-position: 100% 0;
  height: 140px;
}

.card-content {
  text-align: left;
  display:flex;
  flex-direction:column;
  overflow: hidden;
  overflow-wrap: break-word

}
.max-two-lines,
.max-four-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.max-two-lines {
 -webkit-line-clamp: 2;
}

.max-four-lines {
  -webkit-line-clamp: 4;
}

.card-body {
  height:140px;
  margin-top: 2px;
  padding: 0 15px;
  overflow: hidden;
}

.cardbody h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-footer {
  padding: 10px 15px;
  display:flex;
  border-top:1px solid rgb(231, 231, 231);
  margin-top: auto;
}

.carousel-card {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.carousel-image {
  height: 135px;
  background-color: #efefef;
}

.carousel-image a {
  display: flex;
  height: 100%;
  justify-content: center;
}

.carousel-image img {
  align-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.popular {
  background:white !important;
}

.featured-collection-image-group {
  border: 1px solid #e8e8e8;
}

.center {
  text-align:center;
}

.featured-card-right {
  flex-direction: column;
  margin-left:20px;
}

.featured-collection-image {
  margin: 2px;
  width: calc(50% - 4px);
  height: 128px;
}

.featured-collection-image a, .featured-collection-image-right a {
  display: flex;
  height: 100%;
  justify-content: center;
}

.featured-collection-row-right {
  height: 119px !important;
  overflow:hidden;
  text-overflow:ellipsis;
}

.featured-collection-row-right h4 {
  margin-top:0;
}

.featured-collection-image img, .featured-collection-image-right img{
  align-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.featured-collection-image-right {
  margin: 2px;
  width: 113px;
  height: 113px;
  background-color: #efefef; 
}

.contributors-row, .graphics-row {
  width: 100%;
  display: flex;
}

.graphics-row {
  justify-content: space-between; 
  margin-bottom:30px;
}

.graphics-legend {
  align-items: center;
  flex-wrap: wrap;
}

.graphics-legend p {
  margin:0 5px;
}

.graphics-col, .graphics-col-small {
  border: 1px solid #DDD;
  background:white;
  border-radius:3px;
}

.graphics-col, .graphics-col-small {
  padding: 15px 15px 10px;
  position: relative;
  width : 260px;
}
.graphics-col.graphics-col-responsive {
  width : 100%;
}
.graphics-col.graphics-col-responsive .chart-container {
  width : 0;
  flex : 1 1 auto;
  position:relative; 
  overflow:hidden;
}
.graphics-col.graphics-col-responsive .chart-container canvas{
  max-width : 100px;
}

.graphics-col.graphics-col-responsive p {
  margin-bottom : 0;
}

.graphics-col.graphics-col-responsive .chart-data .gow{
   height : 100%;
}
@media (max-width : 768px) {
  .graphics-col.graphics-col-responsive {
    width : auto;
    height : auto;
    display : flex;
    align-items : center;
  }
  .graphics-col.graphics-col-responsive .chart-container {
    width : 64px;
    height : 64px;
  }
  .graphics-col.graphics-col-responsive .chart-data {
    align-items : center;
  }
  .graphics-col.graphics-col-responsive .graphics-legend {
    white-space : nowrap;
    margin-top : 0;
    align-items : start;
    flex-direction : column;
  }
  .graphics-col.graphics-col-responsive .graphics-legend > * {
    margin-right : 0;
  }
  .graphics-col.graphics-col-responsive .graphics-legend > *:not(:last-child) {
    margin-bottom : 0.5rem;
  }
}

.graphics-col.fluid {
  width: 100%;
  height : auto;
}

.graphics-col-small {
  width: 15%;
}

.graphics-col-large {
  width: 30%;
}

.graphics-col-medium {
  width: 22%;
}

.graphics-title {
  margin-top: 0px;
  margin-bottom: 5px
}

.large {
  font-size: 2em;
}

.medium {
  font-size: 1.25em;
}

.extra-large {
  font-size : 3em;
}

.posts-title-col h4 {
  margin-top:0;
}

.posts-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

.legend-circle {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  flex : 0 0 10px;
}

.orange {
  background-color: #D66B00;
}

.green {
  background-color: #69997A;
}

.lighter-green {
  background-color : #AFCEAF;
}

.blue {
  background-color: #2488BB;
}

.clay {
  background-color: #974848;
}

.gray {
  background-color : #CCC;
}

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

.mr-5p {
  margin-right: 5px !important;
}

.ml-5p {
  margin-left: 5px !important;
}

.mt-20 {
  margin-top : 20px;
}

.slide-buffer { 
  margin-top: 30px;
}

.slider-graphics-carousel {
  margin: 0 auto;
  background: white;
  position:relative;
  height: 35vw;
  width: 43vw;
  margin-bottom: 40px
}

.slider-graphics-carousel {
  border: 1px solid #e8e8e8;
}

.slider-graphics-carousel .item {
  padding:15px;
  height:100%;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: -30px;
}

.carousel-indicators li {
  border: 1px solid black;
}

.carousel-indicators .active {
  background-color: black;
}

.p-0 {
  padding:0;
}

.contributor-col {
   border: 1px solid #CCC;
   background-color : #FFF;
   padding : 15px 30px;
   border-radius : 4px;
}

.contributor-col-left {
  justify-content: left !important;
  padding : 15px;
}

#contributorsCarousel .carousel-control.right {
  right:10;
}

.top-contributors-slide {
	height: 100%;
	min-height: 50px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**/

/* override position and transform in 3.3.x */
.contributor .item.left.active {
  transform: translateX(-33%);
}
.contributor.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.contributor  .item.next {
  transform: translateX(33%)
}
.contributor .item.prev {
  transform: translateX(-33%)
}

.contributor  .item.right,
.contributor  .item.left { 
  transform: translateX(0);
}

.contributor .carousel-control.left, .contributor .carousel-control.right {background-image:none;}

.contributor-col {
  display: flex !important;
  justify-content: center;
}

#contributorsCarousel {
  display: flex;
  height: 100%;
  align-items: center;
}

.small-col {
  border-right: 1px solid #e8e8e8;
}

.carousel-container .carousel-control.left {
  margin-left: -15px;
}

.contributors-col-left {
  display: flex !important;
  height: 100% !important;
  align-items: center !important;
}

.posts-link {
  margin-top:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration:none;
}

.posts-link:hover {
 text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.collection-link, .collection-link:hover  {
  text-decoration:none;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-weight: bold;
}

.multiple-contributors-col {
  width: 100%;
  display: flex;
  align-items: center;
}

.multiple-contributors-row {
  width: 100%;
}

.carousel-cell, .card {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDD;
}
.carousel-cell {
  width: 280px;
  height: 325px;
  margin-right: 15px;
  counter-increment: carousel-cell;
}

.aspect1x1,
.aspect16x9 {
  height : auto;
  position : relative;
}
.aspect1x1 > *,
.aspect16x9 > * {
  position : absolute;
  top : 0;
  left : 0;
  right : 0;
  bottom : 0;
}

.aspect1x1 {
  padding : 50% 0;
}
.aspect16x9 {
  padding : 28.125% 0;
}

.carousel-cell.basic{
  height : auto;
  width  : auto;
  background : none;
  border : none;
}

.carousel-cell.basic .carousel-image {
  border : 1px solid #CCC;
}

.carousel-cell.basic > * {
  width : 100%;
}

.carousel-cell.basic .collection-thumb {
  display : block;
}


.card {
  padding : 1.5rem;
}

.card:not(:last-child) {
  margin-bottom : 1.5rem;
}

.card > h5{
  margin-top : 0;
}

*[data-card-link]:not(.carousel-cell) {
  cursor : pointer;
}


.preview-card {
  height: 325px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.redirect-card {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}

.btn-preview {
  width: 100%;
  margin-bottom: 10px;
}

.btn-change-publish {
  border-color: #ddd;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  padding: 6px 8px;
  margin-left: 10px;
}

.publish-container {
  padding-top: 120px;
}

.publish-display {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

.font-weight-normal {
  font-weight: normal;
}

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

.publish-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}

.show-link-grid {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  grid-column-gap: 10px;
  align-items: center;
}

.publish-categories {
  grid-column-start: 1;
  grid-column-end: 3;
}

.publish-grid .categories-form {
  grid-column-start: 1;
  grid-column-end: 3;
}

.grid-two-col-width {
  grid-column-start: 1;
  grid-column-end: 3;
}

.flickity-page-dots {
  position: unset;
  margin: 20px 0px;
}

.main-carousel:after{
  content : 'flickity';
  display : none;
}
.main-carousel .flickity-button {
  background: #333;
}

.main-carousel .flickity-prev-next-button {
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

/* icon color */
.main-carousel .flickity-button-icon {
  fill: white;
}

.main-carousel .flickity-prev-next-button.previous {
  left: -32px;
}

.main-carousel .flickity-prev-next-button.next {
  right: -32px;
}

.container-white {
  background: white;
}

.main-carousel.contributors .carousel-cell {
  align-self: center;
  margin-right: 10px;
  counter-increment: carousel-cell;
}

.main-carousel.contributors .flickity-viewport {
  height: 100% !important;
}

.main-carousel.contributors .flickity-slider {
  display: flex;
  align-items: center;
}

.carousel-cell-graphics {
  width:100%;
  padding: 10px;
}

.slider-graphics {
  max-width: 500px;
}

.main-carousel {
  opacity: 0;
  transition : opacity 250ms ease-in;
}
.main-carousel {
  padding : 0 30px;
}
.main-carousel:not(:hover) .flickity-button,
.main-carousel .flickity-button:disabled {
  opacity : 0;
}
.main-carousel .flickity-button {
  height :100%;
  width : 30px;
  border-radius: 0;
  opacity : 1;
  transition : opacity 100ms linear;
}
.main-carousel .flickity-button,
.main-carousel .flickity-button:hover {
  background : transparent;
}
.main-carousel .flickity-button.previous {
  left : 0;
}
.main-carousel .flickity-button.next {
  right : 0;
}
.main-carousel .flickity-button:focus {
  box-shadow : none;
}
.main-carousel .flickity-button:focus svg {
  box-shadow : 0 0 0 5px #19f;
}
.main-carousel .flickity-button svg {
  width : 20px;
  height : 60px;
  top : 50%;
  left :50%;
  margin-top : -30px;
  transition : transform 100ms linear;
  fill : #333;
}

.main-carousel .flickity-button.previous svg {
  margin-left : -15px;
}
.main-carousel .flickity-button.next svg {
  margin-left : -5px;
}

.main-carousel .flickity-button:hover svg {
  transform : scale(1.25);
}

@media (max-width: 991px) {
  html.mobile .main-carousel {
    padding : 0;
  }
  html.mobile .main-carousel .flickity-button {
    visibility : hidden;
  }
}

.permission-text {
	margin-top: 7px;
}

.cancel-button a, .save-button button, .publish-button a{
  width: 90px;
  margin: 0 5px;
}

.history-button a, .settings-button a{
	margin: 0 5px;
}

.project-type-column {
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}

.project-type-column-panel {
  border: 1px solid #ddd;
}


.project-type-article-image {
  max-width: 120px;
  max-height: 186px;
}

.nowrap {
  white-space: nowrap;
}

.create-dominknow-logo {
  align-self:center;
  height: 58px;
}

.first-column {
  border-right: 1px solid #ddd;
}

.last-column {
  border-left: 1px solid #ddd;
  align-items: baseline;
  justify-content: center;
}


@media (min-width: 995px) {
  .navbar-form {
    padding: 0;
  }
}

@media (max-width: 995px) {
  a .navbar-brand .brand {
    padding-left: 15px !important;
    margin-left: 15px !important;
  }
  .navbar-header, 
  .navbar-collapse {
    margin-right: -15px !important;
    margin-left: -15px !important;
  } 
  .navbar-form {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1) !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding: 10px 15px;
  }
  .hidden-xs {
    display: none;
  }   
  .visible-xs {
    display: block !important;
  }   
  .form-control {
    width:100% !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    z-index: 1049;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
   position: static;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
   margin-left: 0px !important;
 }
 .navbar-form .form-group {
   display: block;
 }
 .options-column-left {
    display:flex;
    justify-content: space-between;
  }
 .options-column-right {
    display:flex;
  }
  .history-button {
    margin-left: auto;
  }
  .project-creation-elements {
    padding-top: 74px;
  } 
}

.learning-column-mobile {
  border-right: 1px solid #ddd;
}

.last-column-mobile {
  border: none !important;
  height: 270px !important;
}

.article-template-panel {
  display:flex;
}

.article-template-panel {
  margin-top:10px;
}

.article-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

img.img-magnify-target {
  cursor: zoom-in;
}

#scaledImageBody {
  overflow: auto;
  max-height: 75vh;
}

.article-options-container {
  max-width: 800px !important;
}

.capture-logo {
  height: 91px;
}

.tooltipster-base {
 height: auto ! important;
}

.tooltipster-content > div {
 overflow-x: hidden;
}

.modal {
  z-index:1050;
}

#createProjectModal {
  z-index: 1048 !important;
}

.no-border {
  border: none !important;
}

.modal-nav-padding {
  top: 51 !important;
}

.body-no-padding-right {
  padding-right: 0px !important;
}

input.rounded {
  border-radius : 30px;
}
/*   Flex helpers   */
.flex {
    display : flex;
    display : -ms-flexbox;
}
.flex.inline {
    display : inline-flex;
    display : -ms-inline-flexbox;
}
.flex.flex-col {
    flex-direction     : column;
    -ms-flex-direction : column;
}
.flex.row-reverse {
    flex-direction     : row-reverse;
    -ms-flex-direction : row-reverse;
}
.flex.col-reverse {
    flex-direction     : column-reverse;
    -ms-flex-direction : column-reverse;
}
.flex.wrap {
    flex-wrap     : wrap;
    -ms-flex-wrap : wrap;
}
.flex.justify-start{
    justify-content : flex-start;
    -ms-flex-pack   : start;
}
.flex.justify-center{
    justify-content : center;
    -ms-flex-pack   : center;
}
.flex.justify-end{
    justify-content : flex-end;
    -ms-flex-pack   : end;
}
.flex.justify-space-around{
    justify-content : space-around;
    -ms-flex-pack   : distribute;
}
.flex.justify-space-between{
    justify-content : space-between;
    -ms-flex-pack   : justify;
}
.flex.align-start{
    align-content      : flex-start;
    -ms-flex-line-pack : start;
}
.flex.align-center{
    align-content      : center;
    -ms-flex-line-pack : center;
}
.flex.align-end{
    align-content      : flex-end;
    -ms-flex-line-pack : end;
}
.flex.align-items-start{
    align-items    : flex-start;
    -ms-flex-align : start;
}
.flex.align-items-center{
    align-items    : center;
    -ms-flex-align : center;
}
.flex.align-items-end{
    align-items    : flex-end;
    -ms-flex-align : end;
}
.flex .nogrow {
    flex     : 0 0 auto;
    -ms-flex : 0 0 auto;
}
.flex .grow {
    flex     : 1 1 auto;
    -ms-flex : 1 1 auto;
}

.flexradio{
	margin: 0px !important;
}

.categoriesTopLevel {
  padding: 5px 10px;
}

.categoriesValueLevel {
  background-color: #EFEFEF;
  padding: 5px 10px;
}

.subCategoriesLevel {
  background-color: #F7F7F7;
  margin-left: 15px;
	padding: 5px 10px;
}

.subCategoriesValueLevel {
  background-color: #FBFBFB;
  margin-left: 25px;
  padding: 5px 10px;
}

.image-left-title-description {
  color : unset;
}
.image-left-title-description,
.image-left-title-description:hover,
.image-left-title-description:active {
  text-decoration : none;
}
.image-left-title-description img {
  flex : 0 0 100px;
  object-fit : contain;
  overflow : hidden;
}

.image-left-title-description p {
  font-size : 0.9em;
}
.image-left-title-description .description {
  font-size : 0.85em;
}

@media only screen and (min-width : 1200px) and (max-width : 3000px) {
  #video-player-controls{
    padding-left: 7%;
    padding-right:7%;
  }
}

@media only screen  and (min-width : 768px) and (max-width : 1199px) {
  #video-player-controls {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 85%;
  }
}

@media only screen  and (min-width : 668px) and (max-width : 767px) {
  #video-player-controls{
    padding-left: 16%;
    padding-right:16%;
    font-size: 80%;
  }
}

@media only screen  and (min-width : 568px) and (max-width : 667px) {
  #video-player-controls{
    padding-left: 12%;
    padding-right:12%;
    font-size: 80%;
  }
}

@media only screen  and (min-width : 400px) and (max-width : 567px) {
  #video-player-controls{
    padding-left: 3%;
    padding-right:3%;
    font-size: 75%;
  }
}

@media only screen  and (max-width : 399px) {
  #video-player-controls{
    padding-left: 1%;
    padding-right:1%;
    font-size: 60%;
  }
}
