html,
body {
    min-height: 100%;
}

h1 {
  line-height: 1.1em !important;
}

h2 {
  line-height: 1.2em !important;
}

h3 {
  line-height: 1.3em !important;
}

p {
  line-height: 1.6em !important;
}



.alert {
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: .9rem;
  border: none;
}
.alert.alert-icon {
  padding-left: 40px;
}
.alert.alert-icon i {
  float: left;
  margin-left: -25px;
  font-size: 1.1rem;
  margin-top: 2px;
}
.c-base-1-light {
  color: #7AADEB !important;
}
.sct-color-2,
.bg-base-1-light {
  background-color: rgba(199, 226, 255, 0.3) !important;
  /* background-color: #C7E2FF !important; */
}
.badge-base-1-light {
  background-color: #C7E2FF !important;
}

.alert-success {
  color: #0f8a40;
  background-color: #d7efdc;
}
.alert-primary {
  color: #007bff;
  background-color: #e8f0ff;
}
.alert-secondary {
  color: #737376;
  fill: #737376!important;
  background-color: #ebebeb;
}

img.player-logo {
  height: 36px !important;
  max-width: none !important;
}

.alert a {
  color: inherit;
  text-decoration: underline;
}

.navbar-brand {
    line-height: 1.25rem;
    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
    font-size: 36px;
}
.rounded-xl {
    border-radius: .5rem !important;
}
.box-shadow {
  box-shadow: 0 2px 12px rgba(176,184,190,.1);
}
.input-group-text {
  font-size: 14px;
}

.form-group.is-invalid .invalid-feedback {
  display: block !important;
}

.btn-sm, .btn-sm.btn-styled {
    padding: 0.525rem .8rem !important;
    font-size: 0.875rem !important;
}


/* Template Preview iFrame */
.design-preview {
  position: relative;
  height: 200px;
}
.design-preview .disable-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.design-preview iframe {
  z-index: 5;
  display: block;
  border: none;
  width: 200%;
  height: 800px;
  -ms-zoom: 0.5;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
}

/* Template Preview iFrame */
.design-preview.design-preview-wide {
  height: 400px;
}
.design-preview.design-preview-wide iframe {
  width: 250%;
  height: 1000px;
  -ms-zoom: 0.40;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.40);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.40);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.40);
  -webkit-transform-origin: 0 0;
}
/* Template Preview iFrame */
.design-preview.design-preview-full {
  height: 500px;
}
.design-preview.design-preview-full iframe {
  width: 400%;
  height: 2000px;
  -ms-zoom: 0.25;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}


@media only screen and (max-width: 479px) {

    .main-content form.form {
        margin: 0 15px;
    }

}

/* Hide image in s3direct widget when remove is hit */
.s3direct .file-image {
    display: none;
    float: left;
    clear: left;
}

.s3direct.link-active .file-image {
    display: block;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
}

.alphateam-bar {
    border: none;
    font-family: 'Expletus Sans', sans-serif;
}

.alphateam-bar a {
    color: rgba(255,255,255,.8) !important;
}

.alphateam-bar a:hover {
    color: rgba(255,255,255,1) !important;
}

.bg-alphateam {
    background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
    color: white !important;
}



.swiper-button-prev:after {
    font-family: FontAwesome;
    content: "\f104";
}
.swiper-button-next:after {
    font-family: FontAwesome;
    content: "\f105";
}
.btn-back-to-top:before {
    font-family: FontAwesome;
    content: "\f106";
}



.plus-form .tox-tinymce {
  height: 500px !important;
}


button.no-style-button {
  background:none;
  color:inherit;
  border:none;
  padding:0!important;
  font: inherit;
  /*border is optional*/
  cursor: pointer;
  color: #007bff;
}

p, section p:not(.lead) {
  font-size: 1rem;
  line-height: 1.6;
}


#email-collect input.form-control {
  /*background: #fafafa;
  border: 1px solid #dddeeb; */
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 1.75rem 1.5rem;
  outline: none;
}
#email-collect input.form-control:focus {
  /* background: #fff;
  border: 1px solid #ccc; */
  color: #0f0e1d;
}


.body-wrap { background-color: transparent; }
.main-content {
  min-height: 450px;
}

.c-gray-light {color: #92959b !important;}
.form-group textarea.form-control {
  height: 100px;
}
.card, .rounded-extra {border-radius: .75rem !important; position: relative; overflow: hidden;}
.card.rounded {border-radius: .25rem !important;}
.card-header:first-child {border-radius: calc(.75rem - 1px) calc(.75rem - 1px) 0 0;}
.card-footer:last-child {border-radius: 0 0 calc(.75rem - 1px) calc(.75rem - 1px);}
.card.mb-4 {margin-bottom: 30px !important;}

#pricing-cards .card.rounded-xl {border-radius: 2rem !important;}

.badge-gray {
    color: #92959b;
    background-color: #f1f1f1;
    font-weight: 600;
}

.show-page .navbar-brand {
  line-height: 1.25rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.show-page .navbar-brand img {
  height: 40px;
  margin-right: 10px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse.navbar-light .navbar-brand {
  color: rgba(255,255,255,0.9);
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-brand {
    color: rgba(255,255,255,0.9) !important;
  }

}

.btn-icon-left .icon, .btn-icon-left .fa, .btn-icon-left .far, .btn-icon-left .fas, .btn-icon-left .fal, .btn-icon-left .fab {
  margin-right: 0.625rem;
}
.btn-icon-right .icon, .btn-icon-right .fa, .btn-icon-right .far, .btn-icon-right .fas, .btn-icon-right .fal {
  margin-left: 0.625rem;
}

.sidebar--style-1.email-signup {
  background: #2b2b2c;
  color: white;
  border: none;
}
.sidebar--style-1.email-signup p {
  font-size: 1.1rem;
  font-weight: bold;
}
.dropdown-menu .mega-dropdown-menu .dropdown-item>i {
  margin-right: .2rem;
}
.navbar-nav .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
  padding: .75rem;
}
.navbar-nav .dropdown-menu .list-group-item  {
  border:  none !important;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: .75rem;
  border-radius: 4px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #efefef;
}
.navbar-nav .dropdown-menu .dropdown-item.active, .dropdown-item:active {
  background: #efefef;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
  margin-top: 1rem !important;
}
blockquote p {
  font-size: 1rem !important;
}

small {
  font-size: 80%;
}

.timeline::before {
  background: #ccc;
}
.bg-size-cover {
  background-position: center;
}

.navbar-nav .section-header {
  font-weight: bolder;
  font-size: .875rem;
}


.navbar .list-group-item:first-child {
  border-top: none !important;
}
.navbar .list-group-item:last-child {
  border-bottom: none !important;
}

.icon-block--style-1-v1 .block-icon i {font-size: 2em !important;}

.block-post .block-post-body img {
  max-width: 100%;
}

.block-post .block-post-body img:not(.plyr_episode_image) {
  height: auto;
}

.block-post .block-post-body a {
  text-decoration: underline;
}

.block-post .block-post-body>p,
.block-post .block-post-body li {
    font-size: 1.1rem;
    margin-top: 1.25rem !important;
    line-height: 1.5;
}
.block-post .block-post-body>p.lead {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
}
.block-post .block-post-body.transcript>p{
    margin-bottom: 1.25rem !important;
    margin-top: 0 !important;
}
.block-post .block-post-body pre {
    margin-top: 1.25rem !important;
    padding: 1.25rem;
}
.block-post .block-post-body>h1,
.block-post .block-post-body>h2,
.block-post .block-post-body>h3,
.block-post .block-post-body>h4,
.block-post .block-post-body>h5,
.block-post .block-post-body>h6 {
    margin-bottom: 0 !important;
    margin-top: 3rem !important;
    padding: 0;
    text-transform: none;
    font-weight: 600;
    color: inherit;
    line-height: 1.46;
}

.block-post .block-post-body>h1 {
    font-size: 2.5rem !important;
    line-height: 1.3;
}
.block-post .block-post-body>h2 {
    font-size: 2rem !important;
    line-height: 1.3;
}
.block-post .block-post-body>h3 {
    font-size: 1.5rem !important;
    line-height: 1.3;
}
.block-post .block-post-body ol {
    font-size: inherit;
}

.cover-card {
  min-height: 450px;
}
.floating-button {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 1000;
}
.floating-button.floating-button-top {
  top: 30px;
  right: 30px;
  left: unset;
  bottom: unset;
}
.floating-button.floating-button-brand {
  font-family: "DM Sans", Arial, sans-serif;
  left: 10px;
  bottom: 10px;
  line-height: .7;
}


/* Template Preview iFrame */
.design-preview {
  position: relative;
  height: 250px;
}

.design-preview:before {
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -15px;
  top: 20%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f1ce";
  color:#6c757d;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.design-preview .disable-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.design-preview iframe {
  z-index: 5;
  display: block;
  border: none;
  width: 400%;
  height: 1000px;
  -ms-zoom: 0.25;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}

/* Template Preview iFrame */
.design-preview.design-preview-full {
  height: 500px;
}
.design-preview.design-preview-full iframe {
  width: 400%;
  height: 2000px;
  -ms-zoom: 0.25;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}

/* Template Onboarding Preview iFrame */
.design-preview.design-preview-huge {
  height: 1000px;
}
.design-preview.design-preview-huge iframe {
  width: 200%;
  height: 2000px;
  -ms-zoom: 0.5;
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
}

.select2-dropdown .select2-search--dropdown:before {
    font-family: "Font Awesome 5 Pro" !important;
}

.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f104";
}
.swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
}
.btn-back-to-top:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f106";
}
.btn-link {
  -webkit-appearance: none;
}

.dark-mode .swiper-button--style-1 {
  color: rgba(255,255,255,.7);
}

.footer .copy-links li, .footer .copy-links li a {
  color: inherit;
}
.footer .copy-links li a {
  text-decoration: underline;
}

.google-serp-result {
  font-family: Roboto, arial, sans-serif !important;
}

.google-serp-result .serp-url {
  color: #202124;
  font-size: 13px;
}
.google-serp-result .serp-title {
  color: #1a0dab;
  font-size: 20px;
}
.google-serp-result .serp-description {
  color: #4d5156;
  font-size: 14px;
}


#sidebar-custom-html img {
  max-width: 100% !important;
  height: auto;
}

.swiper-hidden-on-loading {
  display: none;
}

.show-page .navbar-nav .nav-link {
  white-space: nowrap;
}


/* DASHBOARD NAV */
@media (min-width: 992px) {
  .show-page .navbar-nav .nav-link {
    text-align: center;
  }


  .full-min-height {
    min-height: 100vh;
  }


}

@media only screen and (max-width: 1000px) {
  .floating-button.floating-button-top {
    top: 15px;
    right: 65px;
  }

}
/* Mobile */
@media only screen and (max-width: 650px) {
  .cover-card {
    min-height: 225px;
  }

  .heading-xl {
    font-size: 2.5rem !important;
  }

  .show-page .navbar-brand {
    width: 85%;
  }
  .show-page .navbar-brand-container .navbar-brand, /* TODO:navbar-cleanup: remove this line*/
  .show-page .navbar-brand-container {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar-collapse .navbar-nav .nav-item {
    max-width: 100%;
  }
  .navbar-collapse .navbar-nav .nav-link {
    border: none !important;
    font-size: 1.25rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/** Read More on Long Scripts **/
.pp-read-more-box {
  position: relative;
  /* transition: linear height 0.3s; */
  overflow-y: hidden;
}

.pp-read-more-button {
  font-weight: bold;
}

.pp-read-more-blurred-bottom {
  position: absolute;
  height: 30px;
  bottom: 0px;
  width: 100%;
  text-align: right;
  background: linear-gradient(180deg, rgba(255,255,255,0.45), white)
}

.dark-mode .pp-read-more-blurred-bottom {
  background: linear-gradient(180deg, rgba(0,0,0,0.45), black)
}
/** Read More on Long Scripts **/


/** Template Preview Modal Styles Start */
#previewModal .modal-body {
  padding: 0px;
  overflow-y: hidden;
}
.select-preview-screen-size i {
  margin: 10px 20px;
  cursor: pointer;
  color: lightgrey;
}
.select-preview-screen-size i:hover {
  color: grey;
}

.select-preview-screen-size i.fa-icon-active {
  color: #135FA9;
}

.preview-iframe-container {
  position: relative;
  -ms-zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transition: -moz-transform-origin 0.3s, -o-transform-origin 0.3s, -webkit-transform-origin 0.3s;
}

.preview-iframe-container:before {
  position: absolute;
  left: 96%;
  top: 25%;
  z-index: -1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f1ce";
  color: #6c757d;
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  width: 100px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  transition: left 0.3s;
}

.preview-iframe-container.preview-mobile-active:before {
  left: 44%;
}

.preview-iframe-container.preview-mobile-active {
  text-align: center;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transform-origin: top;
}

.preview-iframe-container iframe {
  width: 200%;
  transition: width 0.3s;
  height: 1000px;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0,25%);
  pointer-events: none;
}

.preview-iframe-container.preview-mobile-active iframe {
  width: 480px;
}
/** Template Preview Modal Styles End */


.show-page .navbar.bg-dark {
  background-color: #000000 !important;
}
.show-page .navbar.navbar-transparent.bg-dark {
  background-color: transparent !important;
}

.slice-lg.slice--offset-top {
  padding-top: 8rem !important;
}
.slice-xl.slice--offset-top {
  padding-top: 10rem !important;
}
@media only screen and (max-width: 650px) {
  .slice--offset-top, .slice-xl.slice--offset-top, .slice-xl.slice--offset-top {
    padding-top: inherit !important;
  }
}



.announcement-banner a {
  color: inherit !important;
  text-decoration: underline !important;
}
.announcement-banner a:hover {
  text-decoration: none !important;
}
@media only screen and (min-width: 770px) {
  #coming-soon-page {
    height: 100vh;
  }
}

.c-inherit {
  color: inherit !important;
}
.z-depth-10 {
  /* border: 1px solid #11111126 !important; */
  box-shadow: 0px 10px 70px 0px #0000000D;
}

.dark-mode .pagination .page-link, .pagination .page-item>span {
  border:  1px solid rgba(255,255,255,0.15) !important;
}
.dark-mode .pagination>.disabled .page-link,
.dark-mode .pagination>.disabled .page-link:focus,
.dark-mode .pagination>.disabled .page-link:hover,
.dark-mode .pagination>.disabled>span,
.dark-mode .pagination>.disabled>span:focus,
.dark-mode .pagination>.disabled>span:hover {
  color:  #666 !important;
  background-color: black !important;
}

/* Social Colors */
.c-linkedin {
  color: #0B65C2;
}
/* //Social Colors */

.mw-100 {
  max-width: 100%;
}


.c-instagram-gradient:before {
    background: linear-gradient(
        90deg,
        rgba(164, 57, 150, 1) 0%,
        rgba(227, 30, 45, 1) 40%,
        rgba(254, 213, 34, 1) 100%
    );
    color: white;
    padding: 3px;
    border-radius: 5px;
}


.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee > div {
  display: inline-block;
  padding-left: 10%; /* Start off the screen */
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Django ACE */
.django-ace-widget {
  border: 1px solid #efefef;
}

.show-page .tabs--style-2 .nav-tabs {
  border-bottom: 3px solid rgba(0,0,0,0.05) !important;
}
.show-page.dark-mode .tabs--style-2 .nav-tabs {
  border-color: rgba(255,255,255,0.125) !important;
}
.show-page .tabs--style-2 .nav-tabs .nav-item {
  margin-bottom: -3px;
}
.show-page .tabs--style-2 .nav-tabs .nav-link {
  color: inherit !important;
}
.show-page .tabs--style-2 .nav-tabs .nav-item.show .nav-link, .tabs--style-2 .nav-tabs .nav-link.active {
  border-bottom-width: 3px !important;
}
.show-page .tabs--style-2 .nav-tabs .nav-link:hover:not(.active) {
  opacity: .7 !important;
  border-bottom: none !important;
}