html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
	color: #222222;
	background: #ffffff;
}

body {
	padding-top: 120px;
}

body.signin {
  background: #ededee;
}

a, a:hover, a:active, a:visited {
	color: #251f4c;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: "Red Hat Display", sans-serif;
	font-weight: 700;
	color: #251f4c;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input,
select,
textarea {
	color: #ffffff !important;
}

#upload-progress {
	width: 100%;
	height: 35px;
	background: #251f4c;
	display: none;
}
#upload-progress-value {
	width: 0%;
	height: 35px;
	background: #251f4c;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.navbar-dark {
	background: #251f4c;
	padding: 20px;
}

.navbar-light {
	background: #ffffff;
	padding: 20px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-link {
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-dark .nav-link {
	color: #ffffff !important;
}
.navbar-dark .nav-link:hover {
	color: #ffffff !important;
}

.navbar-light .nav-link {
	color: #251f4c !important;
}
.navbar-light .nav-link:hover {
	color: #bbbbbb !important;
}

.nav-link.last {
	color: #251f4c !important;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007cff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.btn-primary {
	background: #251f4c;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 5px 30px !important;
	font-weight: bold !important;
}

.btn-primary:hover {
	background: #251f4c !important;
}

.btn-primary.disabled {
	background: #aaaaaa;
}

.home .btn {
	border-radius: 5px !important;
	color: #e2e8f6 !important;
}

.navbar-brand {
	text-indent: -100em;
	overflow: hidden;
	width: 100px;
}

.navbar-dark .navbar-brand {
	background: transparent url("/theme/images/nav-logo-white.png") 0% 50% no-repeat;
	background-size: contain;
}

.navbar-brand {
	background: transparent url("/theme/images/nav-logo.png") 0% 50% no-repeat;
	background-size: contain;
	margin-top: -10px;
	height: 65px;
	width: 170px;
	text-indent: -1000em;
	overflow: hidden;
}



/*
 * Sign In
 */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.shortcuts {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #251f4c ;
	margin-top: -40px;
	margin-bottom: 40px;
}

.form-floating {
	margin-bottom: 15px;
}

.form-floating.submit-wrap {
	margin-top: 30px;
}

.form-floating.color-picker {
	width: 200px;
}

.shortcuts a {
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	color: #ffffff;
	font-weight: bold;
}

.shortcuts .pod-icon {
	width: 55px;
	height: 30px;
	margin-bottom: -6px;
}

.shortcuts .pod-icon.episodes {
	background: url("/theme/images/menu-icon-episodes.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .pod-icon.audience {
	background: url("/theme/images/menu-icon-audience.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .pod-icon.analytics {
	background: url("/theme/images/menu-icon-stats.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .pod-icon.settings {
	background: url("/theme/images/menu-icon-settings.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.episodes, .shortcuts .pod-icon.episodes:hover {
	background: url("/theme/images/menu-icon-episodes-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.audience, .shortcuts .pod-icon.audience:hover {
	background: url("/theme/images/menu-icon-audience-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.analytics, .shortcuts .pod-icon.analytics:hover {
	background: url("/theme/images/menu-icon-stats-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.settings, .shortcuts .pod-icon.settings:hover {
	background: url("/theme/images/menu-icon-settings-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.home {
	font-size: 24px;
}

.home h2 {
	color: #251f4c;
}

.header-row {
	background: #251f4c url("/theme/images/crowdapps-header.png") 100% 100% no-repeat;
	background-size: 50vw;
	color: #e2e8f6;
	margin-top: -25px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.header-row.list {
	background: #251f4c url("/theme/images/solution-crowd-list-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.cbadge {
	background: #251f4c url("/theme/images/solution-crowd-badge-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.ccard {
	background: #251f4c;
}
.header-row.qanda {
	background: #251f4c url("/theme/images/solution-crowd-qanda-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.screen {
	background: #251f4c url("/theme/images/solution-crowd-screen-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.zap {
	background: #251f4c url("/theme/images/solution-crowd-zap-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}

.background-list-1 {
	background: #e2e8f6 url("/theme/images/background-list-1.png") 100% 100% no-repeat !important;
	background-size: 40vw !important;
}
.background-list-2 {
	background: #e2e8f6 url("/theme/images/background-list-2.png") 0% 0% no-repeat !important;
	background-size: 40vw !important;
}
.background-list-3 {
	background: #e2e8f6 url("/theme/images/background-list-3.png") 100% 100% no-repeat !important;
	background-size: 40vw !important;
}





.badge-image {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}







@media (max-width: 991px) {
	.header-row {
		background: #251f4c url("/theme/images/crowdapps-header-semi.png") 100% 100% no-repeat;
		background-size: 90vw;
	}
	.header-row.list, .header-row.qanda, .header-row.screen, .header-row.zap, .background-list-1, .background-list-2, .background-list-3 {
		background-size: 0px !important;
	}
}

.contact-row {
	background: #251f4c url("/theme/images/contact-background.png") 0% 0% no-repeat;
	background-size: contain;
	color: #ffffff;
	margin-top: -25px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-row h2 {
	color: #ffffff;
}

.contact-row .hollow {
	border-color: #ffffff;
	background: #251f4c;
}

.contact-row .btn-secondary {
	border-color: #c700bd;
	background: #c700bd;
}

.header-row h2 {
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.header-row .solution-heading {
	font-size: 26px;
}

.header-row .btn-primary {
	border: 1px solid #e2e8f6 !important;
	color: #e2e8f6 !important;
	font-size: 25px;
	border-radius: 30px !important;
}

.header-row .btn-primary:hover {
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: #251f4c !important;
	font-size: 25px;
	border-radius: 30px !important;
}


.header-row .btn.branded-badge {
	border-color: #fdbd35 !important;
	color: #fdbd35 !important;
}
.header-row .btn.branded-badge:hover {
	background: #fdbd35 !important;
	color: #251f4c !important;
}
.header-row .btn.branded-card {
	border-color: #ea255b !important;
	color: #ea255b !important;
}
.header-row .btn.branded-card:hover {
	background: #ea255b !important;
	color: #251f4c !important;
}
.header-row .btn.branded-list {
	border-color: #c500ba !important;
	color: #c500ba !important;
}
.header-row .btn.branded-list:hover {
	background: #c500ba !important;
	color: #251f4c !important;
}
.header-row .btn.branded-qanda {
	border-color: #00d2d4 !important;
	color: #00d2d4 !important;
}
.header-row .btn.branded-qanda:hover {
	background: #00d2d4 !important;
	color: #251f4c !important;
}
.header-row .btn.branded-screen {
	border-color: #035af2 !important;
	color: #035af2 !important;
}
.header-row .btn.branded-screen:hover {
	background: #035af2 !important;
	color: #251f4c !important;
}
.header-row .btn.branded-zap {
	border-color: #721ccf !important;
	color: #721ccf !important;
}
.header-row .btn.branded-zap:hover {
	background: #721ccf !important;
	color: #251f4c !important;
}

.container.home {
	width: 90%;
	max-width: 1000px;
}

.about-row {
	background: #e2e8f6;
	color: #251f4c;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-row.white {
	background: #ffffff;
}

.info-row.dark h2 {
	color: #ffffff;
}
.about-row.tight {
	padding-top: 0px;
	padding-bottom: 0px;
}
.plan h3 {
	color: #ffffff;
	padding-bottom: 10px;
}
.plan {
	background: #251f4c;
	color: #ffffff;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.plan small {
	font-size: 75%;
}
.plan.right {
	background: #5b5875;
}

.slideshow-row {
	background: #e2e8f6;
	padding-bottom: 40px;
}

.client-row {
	background: #ffffff;
	color: #251f4c;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.client-row.client-dark {
	background: #251f4c;
	color: #ffffff;
}

.image-carousel {
	margin-top: 40px;
}

.image-carousel .carousel-item .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.image-carousel .carousel-item .col img {
  max-width: 70%;
  height: auto;
}

#example-carousel .carousel-item img {
  /*max-height: 400px !important;*/
  /*width: auto !important;*/
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none; /* Remove default Bootstrap arrows */
    color: black; /* Your desired color */
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
    content: '';
    display: inline-block;
    border: solid #251f4c; /* Your desired color */
    border-width: 0 3px 3px 0;
    padding: 5px;
}

.client-row.client-dark .carousel-control-prev-icon, .client-row.client-dark .carousel-control-next-icon {
	color: #ffffff;
}

.client-row.client-dark .carousel-control-prev-icon:after, .client-row.client-dark .carousel-control-next-icon:after {
    content: '';
    display: inline-block;
    border: solid #ffffff; /* Your desired color */
    border-width: 0 3px 3px 0;
    padding: 5px;
}

.carousel-control-prev-icon:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel-control-next-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
}
.carousel-control-prev {
    left: -100px; /* You can adjust this value to suit your needs */
}

.carousel-control-next {
    right: -100px; /* You can adjust this value to suit your needs */
}

.info-row {
	background: #251f4c;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.info-row .quote {
	font-size: 30px;
}

.product-row {
	background: #ffffff;
	color: #251f4c;
	padding-top: 100px;
	padding-bottom: 100px;
}

.product-row.alt {
	background: #f8f9fd;
}

.product-row h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
}

.product-row h3 {
	margin-bottom: 20px;
}

.product-row .product-links {
	margin-top: 40px;
}

.testomany-row {
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.testomany-row h3 {
	color: #ffffff;
	margin-bottom: 20px;
}

.testomany-row em {
	font-size: 75%;
}











.nope {display: none;}

.dashboard-header {
	margin-bottom: 30px;
}

.actions .option {
	color: #ffffff;
	display: inline-block;
	height: 25.5px;
	width: 30.75px;
	line-height: 25.5px;
	margin-left: 15px;
}

.actions .option.pause {
	background: url("/theme/images/action-pause.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}
.actions .option.pause:hover {
	background: url("/theme/images/action-pause-hover.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}

.actions .option.unpause {
	background: url("/theme/images/action-unpause.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}
.actions .option.unpause:hover {
	background: url("/theme/images/action-unpause-hover.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}

.actions .option.edit {
	background: url("/theme/images/action-edit.png") 50% 50% no-repeat;
	background-size: contain;
}
.actions .option.edit:hover {
	background: url("/theme/images/action-edit-hover.png") 50% 50% no-repeat;
	background-size: contain;
}

.actions .option.delete {
	background: url("/theme/images/action-delete.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25px;
}
.actions .option.delete:hover {
	background: url("/theme/images/action-delete-hover.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25px;
}

.actions .option.disabled {
	opacity: 0.4;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(4.5rem + 2px);
}

.actions .option.off {
	display: none;
}

.sharebox {
	text-align: center;	
}
.sharebox .share-success {
	display: none;
	position: absolute;
	width: calc(100% - 32px);
	background: rgba(54, 169, 224, 0.8);
	font-weight: bold;
	color: #ffffff;
	padding: 2px 3px;
}

.share-items div {
	clear: left;
	min-height: 70px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.modal-content {
	border-radius: 0px;
}
.modal-footer {
	border: none;
}

#share-url {
	width: 1px !important;
	height: 1px !important;
	border: none;
	padding: 0px;
	margin: 0px;
}

.image-preview {
	padding: 10px;
	background: url("/theme/images/trans-grid.jpg");
	width: 100%;
}


.form-check-input:checked {
    background-color: #251f4c;
    border-color: #251f4c;
}

.side-links {
	margin-top: 8px;
}

.side-links a {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #251f4c;
	padding: 4px 10px;
	text-align: center;
	color: #251f4c;
	border-radius: 5px;
	font-weight: bold;
}

.side-links a:hover {
	border: 1px solid #251f4c;
	background: #251f4c;
	color: #ffffff;
}

.side-links a:hover .fa {
	color: #ffffff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

#stats-panel {
	float: right;
	padding: 0px 8px 0px 8px;
}

#stats-panel a {
    padding-right: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
}

.dashboard .page-header {
	padding: 30px 0px 0px 0px;
}

.dashboard .page {
	padding: 30px 0px;
}

.dashboard h3 {
	color: #251f4c;
}

.dashboard h3 small {
	color: #251f4c;
}


table td.actions {
	text-align: right;
}

table td {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.page-item.active .page-link {
	background-color: #251f4c;
	border-color: #251f4c;
}

.pagination a, .pagination a:visited, .pagination a:hover {
	color: #222222;
}

#subscriber-search input {
	background: url("/theme/images/icon-search.jpg") 5px 50% no-repeat;
	background-size: 22px;
	padding-left: 40px;
}

.alert p {
	margin: 0px;
}

.dashboard .table-header {
	background: #251f4c;
}

.dashboard .table-header.recordings {
	background: #251f4c url("/theme/images/recordings_file.png") 10px 50% no-repeat;
	background-size: auto 65%;
	padding-left: 25px;
}

.dashboard .table-header h3 {
	color: #ffffff;
	padding: 10px 30px;
	margin: 0px;
}

.dashboard .table-header a {
	color: #ffffff;
}

.dashboard .table-header a {
	text-decoration: none;
}

.dashboard .table-header a .fa {
	position: absolute;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;
	display: none;
}

.dashboard .table-header:hover a .fa {
	display: inline-block;
}

.dashboard .table-header .create {
	float: right;
	background: #251f4c url("/theme/images/create_session.png") 0% 50% no-repeat;
	background-size: auto 80%;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 30px 5px 70px;
	font-size: 28px;
	margin: 0px;
	text-decoration: none;
}

.dashboard .table-header .create:hover {
	background: #251f4c url("/theme/images/create_session.png") 0% 50% no-repeat;
	background-size: auto 80%;
	color: #ffffff;
}

.dashboard thead th {
	border-bottom: 1px solid #251f4c;
	padding: 12px 0px;
	color: #251f4c;
	font-weight: bold;
}

.dashboard td {
	border-top: none;
	border-bottom: 1px solid #251f4c;
	color: #251f4c;
	vertical-align: middle;
}

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

.dashboard td .btn {
	margin-bottom: 5px;
}

.dashboard td.no-indent {
	padding-left: 0px;
}

.dashboard th.add-indent {
	padding-left: 10px;
}

.dashboard td a, .dashboard td a:hover {
	color: #251f4c;
	text-decoration: none;
}

.dashboard td.important {
	background: #f0f8fb;
	font-weight: bold;
}

.dashboard td.important, .dashboard td.important a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.dashboard tr:hover td.important {
	background: #cdd4eb;
}

.stats {
	padding: 50px 0px;
}
.stats .fa {
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 10px;
}
.stats .number {
	font-size: 30px;
	font-weight: bold;
}
.stats .metric {
	font-size: 16px;
}

.points {
	padding: 10px 0px;
}

.points .point {
	margin-bottom: 30px;
	margin-top: 30px;
}

.points .fa, .points .fab {
	color: #251f4c;
	font-size: 50px;
}

.points h3 {
	font-size: 20px;
	margin-bottom: 5px !important;
}

.points p {
	font-size: 16px;
	margin-bottom: 0px !important;
}

.linked {
	cursor: pointer;
}

.dashboard td.important .link-icon, .dashboard td.important .view-icon {
	display: none;
}

.dashboard tr:hover td.important .link-icon, .dashboard td:hover .view-icon {
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
}

.dashboard .small-only {
	display: none;
}

.dashboard .trash .fa {
	margin-left: 10px;
	color: #251f4c !important;
	opacity: 0.2;
}

.dashboard .trash:hover .fa {
	opacity: 1;
}

.recordings-wrap {
	padding-bottom: 60px;
}

.dashboard .file-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	text-indent: -1000em;
}

.dashboard .file-icon.hosted {
	background: url("/theme/images/recording_hosted.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .file-icon.dropbox {
	background: url("/theme/images/recording_dropbox.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .file-icon.google {
	background: url("/theme/images/recording_google.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .title-text.editing {
	opacity: 0;
	display: block;
	margin-top: -30px;
}

.dashboard .title-edit {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #251f4c;
	padding: 3px 6px;
	float: right;
	display: block;
}

.dashboard-form .control-group {
	margin: 15px 0px;
}

.dashboard-form .control-group label {
	font-weight: bold;
	color: #251f4c;
	margin: 0px;
}

.dashboard-form .required {
	color: #251f4c;
}

.dashboard-form .text-input {
	width: 100%;
	border: 1px solid #251f4c;
	border-radius: 0px;
	padding: 6px 10px;
}

.video-wrap {
	margin-bottom: 40px;
}

.dot {
	background: #251f4c;
	color: #ffffff;
	font-size: 10px;
	display: inline-block;
	width: 20px;
	margin-left: 6px;
	text-align: center;
	padding: 2px 0px;
	border-radius: 50%;
	float: right;
	margin-top: 3px;
}


.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-solid { background-color: #251f4c; }

.bg-solid-alt { background-color: #52def9; }

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vine { padding-bottom: 100%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

:root {
  --jumbotron-padding-y: 3rem;
}

footer {
	background: #251f4c;
	color: #ffffff;
}
footer .lower {
	padding: 30px 0px;
}
.apps {
	padding: 30px 0px;
}
.apps ul {
	margin: 0px;
	padding: 0px;
}
.apps .app {
	width: 10%;
	display: inline-block;
	margin-right: 30px;
}
.apps .app.crowd {
	width: 20%;
}

.apps .app.crowd a {
	display: block;
	width: 100%;
	height: 120px;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent url("https://static.crowdapps.co/shared-logos/footer-crowdapps.png") 50% 50% no-repeat;
	background-size: contain;
}

footer {
	margin-top: 0px !important;
}

.apps .app.list, .apps .app.qanda, .apps .app.screen, .apps .app.zap {
	background: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: right;
	margin-top: 30px;
	border-radius: 6px;
	text-align: center;
	padding: 0px;
}

.apps img {
	width: 20px;
	height: 20px;
	margin: 0px;
	margin-top: 10px;
}

.contact-details {
	margin-bottom: 30px;
}

.contact-details a:hover {
	text-decoration: none;
}

.form-control {
	border-radius: 0.5rem;
}

footer p {
  margin-bottom: .25rem;
}

footer h4, footer .fa, footer .fab, footer .fas, footer a, footer a:visited {
	color: #ffffff !important;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.footer-logo {
	max-width: 200px;
}

.fa, .fab, .fas {
	color: #251f4c;
}

.home-row .btn {
	margin-bottom: 20px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1000px) {
	.dashboard .small-only {
		display: inline-block;
	}
	.dashboard .large-only {
		display: none;
	}
	.dashboard .controls {
		text-align: center;
	}
	.dashboard .controls .btn {
		background: #fff;
		border: none;
		padding: 0px 10px !important;
		margin: 0px !important;
	}
	.dashboard tr:hover .controls .btn {
		background: none !important;
	}
	.dashboard .controls .btn .fa, 	.dashboard .controls .fa {
		color: #251f4c;
		opacity: 1;
	}
}
@media (max-width: 767px) {
	#stats-panel {
		display: none;
	}
	.home .container {
		padding-top: 0px !important;
	}
	.home-row img.round {
		border-radius: 5px;
	}
	.nav-item:first-of-type {
		margin-top: 20px;
	}
	.nav-item {
		text-align: center;
	}
	.login {
		background: #ffffff !important;
	}
	.secondary {
		display: none;
	}
	.table-header h3, .table-header .create {
		font-size: 18px !important;
	}
	.table-header .create {
		padding: 7px 7px 7px 40px !important;
	}
	.shortcuts a {
		font-size: 11px;
		margin-right: 15px;
		padding-right: 15px;
	}
	.shortcuts .pod-icon {
		width: 40px;
		height: 40px;
	}
}
@media (min-width: 767px) {
	.desktop-img {
		display: block;
	}
	.mobile-img {
		display: none;
	}
}



.image-error {
	display: none;
}

.hidden {
	display: none;
}




.file-picker {
}

.file-picker .btn {
	width: 200px;
	border-color: #251f4c;
	color: #251f4c;
}

.file-picker .btn:hover {
	background-color: #251f4c;
	color: #ffffff;
}

.header-add-remove-button.off {
	display: none;
}

.image-uploading {
	margin-top: 10px;
	width: 200px;
	height: 32px;
	background: #ffffff url("/theme/images/uploading.gif") no-repeat 0% 50%;
	background-size: contain;
	text-indent: -100em;
	overflow: hidden;
}

.file-picker .btn:hover .fa {
	color: #ffffff;
}







#audio-player {
	margin-bottom: 40px;
}

#audio-player audio {
	width: 100%;
}




.text_post_block strong, .text_post_block b {
	font-weight: 800;
	color: #251f4c;
}

.text_post_block_header {
	margin-bottom: 20px;
}

.text_post_block_header {
	color: #251f4c !important;
}

.text_post_block.heavy {
	margin-bottom: 80px !important;
}

.text_post_block .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.post_header, .text_post_block {
	margin-bottom: 40px;
}

.guides a {
	text-decoration: none;
}

.guides .guide h4 {
	margin-top: 5px;
}

.guides, .pagination {
	margin-bottom: 60px;
}

.guides.feature {
	margin-top: 60px;
}





#uploading.off {
	display: none;
}
div.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
  z-index: 100;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

#uploading .text {
  margin: auto;
  position: absolute;
  top: 400px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 200px;
  font-size: 22px;
  color: #ffffff;
}









.tab-select {
	background: #251f4c;
	text-align: center;
	padding: 20px;
}

#question-list {
	margin-top: 40px;
	min-height: 400px;
}

.tab-select .btn-round {
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	background: #ffffff;
	width: 36px;
	height: 36px;
}

.tab-select .btn-round:hover {
	background: #251f4c;
	color: #ffffff;
}

.tab-select .btn-round.active {
	background: #251f4c;
	color: #ffffff;
}

.question-controls {
	margin: 0 auto;
}

.question-wrap {
	margin-bottom: 40px;
}

.question-wrap .asked-name {
	display: block;
	font-size: 24px;
}

.question-wrap .asked-question {
	display: block;
	color: #251f4c;
}

.question-wrap .controls {
	margin-top: 10px;
}

.question-wrap .controls span {
	border-radius: 50%;
	margin-left: 10px;
}

.question-wrap .controls span:hover {
	background: #251f4c;
}

.question-wrap .controls span.active {
	background: #251f4c;
	color: #ffffff;
}

#loading {
    display: none;
    height: 250px;
    width: 100%;
}
#loading.on {
    display: flex;
}
.ball {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: url("/theme/images/ball.png") no-repeat 50% 50%;
    background-size: contain;
    height: 130px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 130px;
}
.bounce {
    animation-name: bounce;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}
@keyframes bounce {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-100px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}




.custom-logo-wrap {
	text-align: center;
	margin: 50px auto 40px auto;
}

.custom-logo {
	width: 80%;
	max-width: 400px;
}



.ask {
	max-width: 700px;
	min-height: 370px;
	margin: 0px auto;
	background: #f2f4fb;
	padding: 20px;
	border-radius: 40px;
}

.ask .form-wrap {
	padding: 20px;
}

.ask .text-input {
	width: 100%;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px 10px;
	border-radius: 50px;
}

.ask textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0px;
	padding: 10px;
	border-radius: 20px;
}

.ask .input-label {
	color: #706F6F;
	text-align: left !important;
	margin: 0px 0px 5px 0px;
}

.ask .required {
	color: #251f4c;
}

#frm_question_count {
	float: right;
	color: #251f4c;
}

.promo {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.promo h3 {
	color: #706F6F;
	font-size: 22px;
}

.promo img {
	width: 200px;
	margin-top: 30px;
}

.in-page-logo {
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
}

.in-page-image {
	width: 100%;
	max-width: 800px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.lead-image {
	width: 100%;
	margin-bottom: 30px;
}
