/*--------------------------------------------------------------
# Notifications
--------------------------------------------------------------*/
.price.christmas,
.christmas-row {
  display: none;
}
.main .pricing-list table .christmas-row td:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;

  color: #ffffff;
  font-size: 20px;

  background: #cf4790;
}
#webinar-live {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;

  background: #ffd100;
}
#webinar-live {
  color: #17242a;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}
#webinar-live .live-underline {
  text-decoration: underline;
}
@media screen and (min-width: 720px) {
  .main .head-buttons {
    display: flex;
    justify-content: space-around;
    width: 700px;
  }
  .main .hero button.action {
    max-width: 300px;
  }
}
/*--------------------------------------------------------------
# Main and container
--------------------------------------------------------------*/
#overlay {
  display: none;
}
#overlay.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  display: block;
  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.5);

  content: '';
}
.main {
  position: relative;

  width: 100%;
  padding-top: 0;
  overflow: hidden;

  background: #ffffff;
}
.main .container {
  position: relative;

  box-sizing: border-box;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0;

  outline: none;
}
.main .container.narrow {
  max-width: 900px;
}
.main section,
.main header {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 20px;
}
.main section.no-padding-bottom {
  padding-bottom: 0;
}
.main section.no-padding-top {
  padding-top: 4rem;
}
.main section.available-for {
  background-color: #f4f4f4;
}
.main section.available-for h3 {
  margin-top: 0;
}
.main .head-buttons svg {
  vertical-align: bottom;
}
.main img,
.main svg {
  max-width: 100%;
}
.main .hero-icon {
  display: block;
  max-width: 100%;
}
.main .flex {
  display: flex;
  flex-wrap: wrap;
}
.main .flex.nowrap {
  flex-wrap: nowrap;
}
.main .flex.column,
.main .flex.mobile-column {
  flex-direction: column;
}
.main .flex.center {
  align-items: center;
}
.main .flex.end {
  align-items: flex-end;
}
.main .flex.end-h {
  justify-content: flex-end;
}
.main .flex.center-h {
  justify-content: center;
}
.main .flex.between {
  justify-content: space-between;
}
.main .flex.around {
  justify-content: space-around;
}
.main .flex.two-cols > div,
.main.license .flex.two-cols > div,
.main .flex.two-cols > p,
.main .flex.two-cols > img,
.main .flex.three-cols > div,
.main .flex.three-cols > p,
.main .flex.three-cols > img,
.main .flex.three-cols > a,
.main .flex.four-cols > div,
.main .flex.four-cols > p,
.main .flex.four-cols > img {
  width: 100%;
}
.main .flex.four-cols.xs-two > div {
  width: 50%;
}
.main .gap-top {
  margin-top: 45px;
}
.main .gap-bottom {
  margin-bottom: 45px;
}
.main .no-margin-top {
  margin-top: 0;
}
.main .no-margin-bottom {
  margin-bottom: 0;
}
.main video,
.main canvas {
  width: 100%;
  max-width: 100%;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

/*--------------------------------------------------------------
# Text & headers
--------------------------------------------------------------*/
.main h1,
.main p,
.main h2,
.main h3,
.main h4,
.main h5 {
  color: #17242a;
  font-weight: 700;
  text-align: center;
}
.main h1 {
  margin-bottom: 23px;

  font-weight: 100;
  font-size: 1.1rem;
}
.main h1 strong {
  font-weight: 700;
}
.main h2 {
  margin-bottom: 27px;

  font-size: 2rem;
}
.main h3 {
  margin-top: 27px;
  margin-bottom: 27px;

  font-size: 2rem;
}
.main h4 {
  margin-bottom: 20px;

  font-size: 1.9375rem;
}
.main h5 {
  margin-bottom: 10px;

  font-size: 14px;
}
.main p,
.main a,
.main .action.plain {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
}
.main a {
  display: block;

  text-decoration: none;
}
.main .inline-link {
  display: inline;
}
.main strong {
  font-weight: 600;
}
.main p.small,
.main .action.plain.small {
  font-size: 12px;
  text-align: center;
}
.main .sup {
  position: relative;
  top: -10px;

  font-size: 11px;
}
.main .ar-compat {
  padding-top: 10px;
}

/*--------------------------------------------------------------
# CTAs
--------------------------------------------------------------*/
.main .action.arrow {
  display: inline-flex;
}
.main .action.arrow:after {
  display: inline-block;
  margin-left: 4px;

  font-family: 'Material Icons';

  content: '\e5cc';
}
.main .action {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;

  color: #47cfcb;
  font-weight: 400;
  font-size: 16px;

  border-radius: 4px;
  cursor: pointer;
}
.main .action.plain {
  padding: 0;
}
.main .action.filled {
  color: #ffffff;

  background: #47cfcb;
}
.main .action.filled.white {
  color: #47cfcb;

  background: #ffffff;
  border: 1px solid #ffffff;
}
.main .action.transparent {
  background: none;
  border: 1px solid #47cfcb;
}
.main .action.transparent.white {
  color: #ffffff;

  background: transparent;
  border: 1px solid #ffffff;
}
.main .action.medium {
  box-sizing: border-box;
  padding: 18px 40px;

  font-weight: 700;
  font-size: 1.225rem;
}
.main .action.big {
  padding: 20px 60px;

  font-weight: 700;
  font-size: 1.125rem;
}
.main .action.big.filled.white,
.main .action.transparent.white {
  border: 2px solid #ffffff;
}
.main .compare-more {
  max-width: 147px;
  margin: 50px auto 0;
  padding: 9px 25px;

  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;

  background: #47cfcb;
  border: 1px solid #47cfcb;
  border-radius: 4px;
}

.main .button-home {
  padding: 10px 15px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main .watch-video {
  display: inline-block;

  cursor: pointer;
}
.main .hero .action {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 60px;

  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
.main .hero .hero-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;

  pointer-events: none;
}
.main .hero h1 {
  margin-bottom: 9px;

  font-size: 1.125rem;
  font-weight: 400;

  font-family: 'Source Sans Pro';
  line-height: normal;
}
.main .hero h1 strong {
  font-family: 'Source Sans Pro';
}
.main .hero h3 {
  margin-top: 9px;
  margin-bottom: 20px;

  font-size: 2.6rem;
  line-height: 1.08;
}
.main .bg-color #hero-blurb {
  margin-bottom: 20px;

  line-height: 1.25;

  opacity: 0.7;
}
.main .logo {
  width: 74px;
  height: 74px;
}
.main .hero button.action {
  width: 100%;
  height: 70px;
  margin-top: 10px;
  padding: 0;

  font-size: 18px;

  border: none;
}
.main .hero button.action:hover,
.main a.compare-more:hover {
  background: #38a5a2;
  border: 1px solid #38a5a2;
}
.main .hero button.action.transparent {
  border: 2px solid #47cfcb;
}
.main .hero button.action.transparent:hover,
.main #pricing_table .action.transparent:hover {
  background: rgba(71, 207, 203, 0.05);
}
.main .hero button .material-icons {
  vertical-align: bottom;
}

/*#########Homepage##########*/
/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
.main .intro video {
  box-shadow: 0 3px 36px 0 rgba(0, 0, 0, 0.5);
}
.main .intro .see-it {
  text-align: center;
}
.main .available-devices {
  margin-top: 38px;
}
.main .available-devices svg {
  margin-right: 15px;
}

/*--------------------------------------------------------------
# Licenses
--------------------------------------------------------------*/
.main .license-box {
  position: relative;

  box-sizing: border-box;
  max-width: 405px;
  margin: 83px auto 0;
  padding: 0px 20px 120px;

  text-align: center;

  background: #ffffff;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);

  transition: all 0.3s ease;
}
.main #licenses p.million {
  max-width: 800px;
  margin: auto;
}
.main .bg-color .license-box h4,
.main .bg-color .license-box p:not(.action) {
  color: #17242a;
}
.main .license-box:hover {
  box-shadow: 0 3px 30px 10px rgba(0, 0, 0, 0.09);

  transition: all 0.3s ease;
}
.main .license-box:hover .action {
  background: #38a5a2;
}
.main .license-box:hover img {
  transform: translate3d(0, 10px, 0);

  transition: all 0.3s ease;
}
.main .license-box:first-child {
  margin-top: 57px;
}
.main .license-box .action {
  position: absolute;
  bottom: 40px;
  left: 50%;

  padding: 18px 45px;

  font-size: 24px;

  transform: translate3d(-50%, 0, 0);

  transition: all 0.3s ease;
}
.main .license-box img {
  width: 110px;
  margin: -55px auto 20px;

  transition: all 0.3s ease;
}
.main .license-box p:not(.action) {
  margin-bottom: 40px;

  font-size: 1.125rem;
}
.main .compare-plans-link {
  text-align: center;
}
.main .compare-plans-link p {
  position: relative;

  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;

  color: #47cfcb !important;

  cursor: pointer;
}
.main .compare-plans-link p:before,
.main .compare-plans-link p:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 19px;
  height: 12px;
  margin: auto;

  background: url('https://cdn.3d4medical.com/media/homepage/arrow_down.svg');

  content: '';
}
.main .compare-plans-link .inner-link:hover,
p.small .action.small:hover {
  color: #38a5a2;
}
.main .compare-plans-link p:after {
  right: 0;
  left: initial;
}
.main .course-box {
  margin-bottom: 24px;

  border-bottom: 1px solid #cfcfcf;
}
.main.license .course-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.main.license .license-content .course-box p {
  margin-bottom: 0;
  padding: 5px 0;

  font-weight: 700;
}
.main .micromodel-image {
  max-width: 80%;
  margin: auto;
}
.main.license .course-box .course-link > p {
  display: inline-flex;

  color: #47cfcb;
  font-weight: 600;
  vertical-align: middle;
}
.main .course-link svg {
  vertical-align: middle;
}
.main .course-link {
  margin-bottom: 24px;
}
.main.license .license-content .mapping-selector p {
  flex: 1;
  padding: 0 5px;

  color: #b9bdbf;
  text-align: center;

  border-bottom: 1px solid #b9bdbf;
  cursor: pointer;
}
.main.license .license-content .mapping-selector p.active {
  color: #47cfcb;

  border-bottom: 1px solid #47cfcb;
}
.main.license .mapping-images {
  position: relative;

  padding-bottom: 90%;
}
.main.license .mapping-images img {
  position: absolute;

  display: none;
}
.main.license .mapping-images img.parts {
  display: block;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.main .features .feature {
  box-sizing: border-box;
  margin-top: 62px;
  padding: 0 5px;
}
.main p.journey {
  max-width: 760px;
  margin: auto;
}
.main .features .feature .icon {
  box-sizing: border-box;
  width: 77px;
  height: 77px;
  margin: 0 auto 14px;

  text-align: center;

  border-radius: 50%;
}
.main .features .feature .icon svg {
  margin: auto;
}
.main .features .feature p {
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Universities
--------------------------------------------------------------*/
.main .universities {
  background: url('https://cdn.3d4medical.com/media/homepage/universities.jpg');
  background-position: top -5vw center;
  background-size: contain;
}
.main .universities p {
  font-size: 2rem;
}
.main .universities p strong {
  font-weight: 700;
  font-size: 2rem;
}
.main .case-study {
  display: block;

  cursor: pointer;
}
.main .case-study-button {
  width: 50%;
  max-width: 220px;
  margin: auto;
  padding: 20px 70px;

  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;

  background: #47cfcb;
  border-radius: 4px;
}
.main .case-study-button:hover,
.main #sso_plans:hover,
.main #buy_student:hover,
.main #buy_educator:hover,
.main #buy_professional:hover {
  background: #38a5a2;
}
.main .case-study p {
  font-size: 1rem;
}

main .case-video-button {
  margin-top: 40px;
  padding: 10px 25px;

  color: #47cfcb !important;
  font-size: 1rem;

  border: 1px solid #47cfcb;
  /* font-weight: 400; */
  border-radius: 4px;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Pricing list
--------------------------------------------------------------*/
.main #plans {
  text-align: center;
}
.main #plans p.small {
  margin-top: 44px;
}
.main #plans p.small .usd {
  text-decoration: underline;

  cursor: default;
}
.main #plans > .action {
  margin-top: 30px;
}
.main .pricing-list table {
  width: 100%;

  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.main .pricing-list table td,
.main .pricing-list table th {
  padding: 5px;

  empty-cells: show;
}
.main .pricing-list table tbody tr:nth-child(odd),
.main .pricing-list thead tr:first-child {
  display: none;
}
.main .pricing-list table td:first-child:not(.mobile-td),
.main .pricing-list table th:first-child,
.main .pricing-list table td:last-child,
.main .pricing-list table th:last-child,
.main .pricing-list table tfoot td {
  background: none;
}
.main .pricing-list thead tr:first-child td:first-child {
  color: #f3f3f3;
  font-size: 15px;

  background: #596f76;
}
.main .pricing-list table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.main .pricing-list table tbody tr:first-child,
.main .pricing-list table tbody tr:nth-child(2) {
  border-top: 0;
}
.main .pricing-list table tbody tr td:first-child {
  text-align: left;
}
.main .pricing-list table td {
  padding: 27px 5px 27px 0;

  color: #47cfcb;
  font-weight: 400;
  font-size: 1.125rem;
  vertical-align: middle;
}
.main .pricing-list table td.label {
  color: #ffffff;
}
.main .pricing-list table td svg {
  width: 31px;
  height: 31px;
}
.main .pricing-list table td .info-tip svg {
  width: unset;
  height: unset;
  margin-left: 0.25em;
}
.main .pricing-list table td .inscription svg {
  width: unset;
  height: unset;
  margin-left: 0.25em;
}
.main .pricing-list table td .eng-only svg {
  width: unset;
  height: unset;
  margin-left: 0.25em;
}
.main .pricing-list .old-price {
  margin-bottom: 13px;

  font-size: 0.93rem;
  text-decoration: line-through;
}
main .pricing-list .old-price.professional,
main .pricing-list .old-price.educator {
  text-decoration: none;

  visibility: hidden;
}

.main .pricing-list .badge-spacer {
  height: 29px;
}

.main .pricing-list .old-price.not-line-through {
  text-decoration: none;
}
.main .pricing-list .badge {
  position: relative;

  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 15px;

  font-size: 12px;
  text-align: center;

  background: #596f76;
}
.main .pricing-list .price {
  margin-bottom: 25px;

  font-size: 2.3375rem;
}
.main .pricing-list table th {
  position: relative;

  padding-top: 30px;
  padding-bottom: 46px;
}
.main .pricing-list table th > div {
  height: 100%;
}
.main .pricing-list thead .action {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 50%;

  display: inline-block;
  max-width: 125px;
  margin: 0 auto;

  text-transform: uppercase;

  transform: translate3d(-50%, 0, 0);
}

.sp-price-spacer {
  min-height: 21px;
}
@media screen and (max-width: 900px) {
  .sp-price-spacer {
    min-height: 49px;
  }
}
@media screen and (max-width: 767px) {
  .main .pricing-list thead .action {
    font-size: 13px;
  }
}

@media screen and (max-width: 445px) {
  .sp-price-spacer {
    min-height: 66px;
  }
}

@media screen and (max-width: 337px) {
  .sp-price-spacer {
    min-height: 84px;
  }
}

/*--------------------------------------------------------------
# TIFF
--------------------------------------------------------------*/
.main .tiff {
  padding: 35px;
}
.main .tiff h4,
.main .tiff p {
  text-align: left;
}
.main .tiff p span {
  font-size: 1rem;
}
.main .tiff .action-buttons {
  margin-top: 32px;

  text-align: center;
}
.main .tiff .action {
  width: 100%;
  margin: 16px 10px 0;

  text-align: center;
}
/*################################*/

/*#########License pages##########*/
/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.main.license .flex.nowrap {
  flex-wrap: wrap;
}
.main.license .flex section {
  width: 100%;
}
.main .container {
  max-width: 1380px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.main.license.student .hero-section {
  background: url('https://cdn.3d4medical.com/media/licenses/hero-student.jpg');
  background-position: 67% center;
  background-size: cover;
}
.main.license.professional .hero-section {
  background: url('https://cdn.3d4medical.com/media/licenses/hero-professional.jpg');
  background-position: 67% center;
  background-size: cover;
}
.main.license .hero-section {
  padding-top: 84px;
  padding-bottom: 32px;
}
.main.license .hero-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 144px;
  margin-top: 16px;
}
.main.license .hero .action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.main.license .hero-section .hero > div {
  max-width: 600px;
  margin: auto;

  text-align: center;
}
.main.license .hero-section .hero .stu-tag {
  max-width: 585px;
  margin: auto;
}
.main #testimonial-vid-link {
  padding: 25px 4rem;

  font-size: 1.75rem;
}

/*--------------------------------------------------------------
# Text, headers & images
--------------------------------------------------------------*/
.main.license .license-content section h2 {
  display: none;
}
.main.license .license-content section {
  padding-top: 0;
  padding-bottom: 0;
}
.main.license .license-content section p,
.main.license .license-content section h2,
.main.license .license-content section h3 {
  text-align: left;
}
.main.license .license-content #sidebar-section {
  box-sizing: content-box;
  height: 68px;
  margin-top: 6rem;
  padding-top: 0;
  padding-bottom: 6rem;
}
.main.license .license-content.sticky #sidebar-section {
  height: auto;
}
.main.license .license-content > div section .subsection#atlas {
  padding-top: 20px;
}
.main.license .license-content.sticky #atlas {
  margin-top: 68px;
}
.main.license .license-content section .img-container {
  position: relative;

  width: 100%;
  height: 0;
  margin: 48px 0 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.main.license .license-content section .img-container img {
  position: absolute;

  width: 100%;
}
.main.license .license-content > div p {
  margin-bottom: 24px;
}
.main.license .license-content > div p span {
  display: inline-block;
  margin-top: 24px;

  color: #47cfcb;

  cursor: pointer;
}
.main.license .hero-section h2 {
  margin-top: 32px;
  margin-bottom: 16px;
}

@media screen and (min-width: 650px) {
  .main.license .hero-buttons {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .main.license .hero-buttons p,
  .main.license .hero-buttons a {
    display: inline-block;
    box-sizing: border-box;
    width: 270px;
    height: 60px;
    padding: 20px 60px;

    font-weight: 700;
    font-size: 1.125rem;
    line-height: normal;
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .main.license .hero-section {
    padding-top: 100px;
  }
  .main.license .hero-section .hero > div {
    width: 700px;
    max-width: unset;
  }
  .main.license.student .hero-section,
  .main.license.professional .hero-section {
    background-position: center center;
  }
  .main.license .hero-buttons p,
  .main.license .hero-buttons a {
    width: 340px;
  }
  .main.license .hero-section h2 {
    font-size: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .main.license .hero.container {
    max-width: unset;
  }
  .main.license .hero-section {
    padding-top: 120px;
  }
  .main.license .hero-buttons p,
  .main.license .hero-buttons a {
    height: 90px;

    font-size: 1.75rem;
    line-height: 1.7;
  }
}

/*--------------------------------------------------------------
# License sidebar
--------------------------------------------------------------*/
#sidebar-container ul.license-sidebar {
  padding: 0 20px 20px;
}
#sidebar-container ul.license-sidebar::-webkit-scrollbar {
  width: 4px;

  background-color: #ffffff;
}
#sidebar-container ul.license-sidebar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#sidebar-container ul.license-sidebar::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border: 0;
  border-radius: 10px;
}
#sidebar-container {
  position: relative;

  box-sizing: border-box;
  width: calc(100vw - 40px);
  height: 68px;
  padding: 0;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #a6a6a6;

  transition: height 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
#sidebar-container:after {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;

  color: #47cfcb;
  font-size: 36px;
  font-family: 'Material Icons';

  transition: transform 0.2s ease;

  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path opacity=".87" fill="none" d="M24 24H0V0h24v24z"/><path fill="%2347cfcb" d="M15.88 9.29L12 13.17 8.12 9.29c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z"/></svg>');
  pointer-events: none;
}
#sidebar-container.opened:after {
  transform: rotate3d(0, 0, 1, 180deg);
}
#sidebar-container.sticky {
  position: fixed;
  top: 101px;
  z-index: 1;
}
#sidebar-container.opened {
  z-index: 101;

  height: calc(100vh - 101px);
  overflow: auto;
}
#sidebar-container.opened::-webkit-scrollbar {
  width: 4px;

  background-color: #ffffff;
}
#sidebar-container.opened::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#sidebar-container.opened::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border: 0;
  border-radius: 10px;
}
#sidebar-container #mobile-selector {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;

  box-sizing: border-box;
  width: 100%;
  height: 68px;
  padding: 16px;

  font-weight: 700;
  font-size: 1.2rem;
  line-height: 28px;

  background: #ffffff;
  cursor: pointer;
}
#sidebar-container ul.license-sidebar > li {
  font-size: 1.25rem;

  cursor: pointer;
}
#sidebar-container ul.license-sidebar li:last-child {
  margin-bottom: 0;
}
#sidebar-container ul.license-sidebar > li:last-child .subsections {
  padding-bottom: 40px;
}
#sidebar-container ul.license-sidebar li p {
  position: relative;

  padding: 16px 0;

  font-weight: 700;
  font-size: 1.2rem;
  text-align: left;

  cursor: pointer;
}
#sidebar-container ul.license-sidebar li .subsections {
  padding-left: 24px;
}
#sidebar-container ul.license-sidebar li .subsections li {
  padding: 16px 5px 16px 0;

  font-size: 1.2rem;
}
#sidebar-container ul.license-sidebar li .subsections li:hover,
#sidebar-container ul.license-sidebar li p:hover {
  color: #47cfcb;
}
.main.license.student .hide-student,
.main.license.professional .hide-professional,
.main.license.individual .hide-individual,
.main.license.educator .hide-educator {
  display: none;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  padding-right: 40px;
  padding-left: 40px;

  background-image: linear-gradient(74deg, #334a54, #17242a);
}
#testimonials .text {
  position: relative;

  width: 100%;
  max-width: 900px;
  margin-bottom: 25px;

  font-weight: 600;
  font-size: 1.8rem;
}
#testimonials .text:before {
  position: absolute;
  top: -10px;
  left: -20px;

  width: 25px;
  height: 25px;

  background: url(https://cdn.3d4medical.com/media/complete-anatomy-3/quote-mark.png);
  background-repeat: no-repeat;
  background-size: contain;

  content: '';
}
#testimonials .author {
  font-weight: 600;
  font-size: 1.25rem;

  opacity: 0.6;
}
#testimonials .author span {
  font-weight: 400;
}
.main #testimonial-vid-link {
  margin-top: 5rem;

  text-align: center;
}

/*--------------------------------------------------------------
# Highlights
--------------------------------------------------------------*/
.main.license #highlights h2 {
  font-size: 2rem;
}
.main.license #highlights .highlight {
  margin: 2rem auto 0;

  text-align: center;
}
.main.license #highlights .highlight .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.75rem;

  background: #314953;
  border-radius: 50%;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.main.license #highlights .highlight .icon:hover {
  background: #47cfcb;
}
.main.license #highlights .highlight .icon svg {
  width: 100%;
  max-width: 40%;
  max-height: 90%;
}
.main.license #highlights .highlight h4 {
  font-size: 1.5rem;
}
.main.license #highlights .highlights-features {
  box-sizing: border-box;
  margin: 70px -20px 0 -20px;
  padding: 70px 20px;

  background: #e6e6e6;
}
.main.license #highlights .highlights-features .highlight-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 0 5px;
}
.main.license #highlights .highlights-features .highlight-feature svg {
  pointer-events: none;
}
.main.license #highlights .highlights-features .highlight-feature p {
  margin-left: 10px;

  text-align: left;

  pointer-events: none;
}
.main.license #highlights .highlight .icon span {
  display: none;
}

/*################################*/

/*--------------------------------------------------------------
# Theming
--------------------------------------------------------------*/
.main .bg-color h1,
.main .bg-color p:not(.action),
.main .bg-color h2,
.main .bg-color h3,
.main .bg-color h4,
.main .bg-color h5 {
  color: #ffffff;
}
.main .primary {
  background: #47cfcb;
}
.main .grey-blue {
  background-image: linear-gradient(to bottom, #334a54, #17242a);
}

/* Available Devices */
.main .available-devices a:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Queries
--------------------------------------------------------------*/
@media screen and (min-width: 520px) {
  .main .tiff .action {
    width: auto;
  }
  .main .hero .action {
    padding: 20px 100px;
  }
  .main .action.big {
    padding: 20px 100px;
  }
  .main .flex.three-cols.sm-one > div {
    width: 30%;
  }
  .main.license .course-boxes {
    flex-direction: column;
  }
  .main.license .course-image img {
    width: 90px;
    height: 90px;
  }
  .main.license .course-box:hover .course-image img {
    width: 100px;
    height: 100px;

    transition: all 0.1s ease;
  }
  .main.license .course-box {
    display: flex;
    flex-direction: row;
  }
  .main .course-link {
    margin-bottom: 10px;
  }
  .main.license #courses h2 {
    display: block;
  }
  .main.license .course-about {
    padding-left: 15px;
  }
  .main .course-box {
    border: none;
  }
  .main .course-box:hover {
    margin-left: -10px;

    box-shadow: 0 3px 30px 10px rgba(0, 0, 0, 0.09);

    transition: box-shadow 0.1.5s ease;
    transition: margin-left 0.1s ease;
  }
}

@media screen and (min-width: 900px) {
  #sidebar-container.sticky {
    top: 51px;
  }

  .main .pricing-list thead .action {
    width: 90%;
  }
}

@media screen and (min-width: 650px) {
  /* Tablet */
  /*--------------------------------------------------------------
    # Main and container
    --------------------------------------------------------------*/
  .main section {
    padding: 6rem 48px;
  }
  .main header {
    padding: 81px 48px;
  }
  .main .gap-top {
    margin-top: 6.25rem;
  }
  .main .gap-bottom {
    margin-bottom: 6.25rem;
  }
  .main .flex.two-cols.sm-two > div {
    width: 40%;
  }
  .main .flex.three-cols > div,
  .main .flex.three-cols > p,
  .main .flex.three-cols > img,
  .main .flex.three-cols > svg,
  .main .flex.three-cols > a {
    width: 33.3334%;
  }
  .main .flex.three-cols.spaced > div,
  .main .flex.three-cols.spaced > p,
  .main .flex.three-cols.spaced > img,
  .main .flex.three-cols.spaced > svg,
  .main .flex.three-cols.spaced > a {
    width: 28%;
  }
  .main .flex.four-cols > div {
    width: 45%;
  }
  .main .flex.four-cols.sm-four > div {
    width: 25%;
  }
  .main .flex.md-one > div,
  .main .flex.md-one > a,
  .main .flex.md-one.spaced > div,
  .main .flex.md-one.spaced > a {
    width: 100%;
  }
  .main .flex.mobile-column {
    flex-direction: row;
  }
  main .case-video-button {
    padding: 30px 5rem;

    font-size: 1.75rem;
  }
  /*--------------------------------------------------------------
    # Text & headers
    --------------------------------------------------------------*/
  .main h1,
  .main h1 span {
    margin-bottom: 39px;

    font-size: 1.375rem;
  }
  .main h2 {
    margin-bottom: 40px;
  }
  .main h3 {
    margin-bottom: 40px;
  }
  .main h4 {
    font-size: 1.5rem;
  }
  .main h5 {
    font-size: 1.25rem;
  }

  /* Hero */
  .main .hero .hero-icon {
    width: 85px;
    height: 85px;
  }
  .main .hero h1 {
    font-size: 1.375rem;
  }
  .main .hero h3 {
    max-width: 650px;

    font-size: 4.275rem;
  }
  .main .bg-color #hero-blurb {
    margin-top: 10px;
    margin-bottom: 35px;

    font-size: 1.5rem;
  }
  .main .hero .hero-buttons {
    flex-direction: row;
  }
  .main .hero .action {
    padding: 25px 60px;

    font-size: 1.4rem;
  }
  .main .hero h2 {
    font-size: 2.5rem;
  }

  /* Licenses */
  .main .license-box .action {
    font-size: 20px;
  }

  /* Universities */
  .main .universities p {
    font-size: 3.25rem;
  }
  .main .universities p strong {
    font-size: 6.5rem;
  }
  .main .case-study p {
    font-size: 1.25rem;
  }

  /* CTA */
  .main .action.medium {
    padding: 14px 33px;

    font-size: 1rem;
  }
  .main .action.big {
    padding: 20px 100px;

    font-size: 1.25rem;
  }

  /*--------------------------------------------------------------
    # Features
    --------------------------------------------------------------*/
  .main .features .feature .icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 27px;
  }
  #sidebar-container {
    width: calc(100vw - 88px);
  }
  .main .features .feature p {
    padding-top: 0;
  }

  /*--------------------------------------------------------------
    # Testimonials
    --------------------------------------------------------------*/
  #testimonials .text {
    margin-bottom: 40px;

    font-size: 2.5rem;
  }
  #testimonials .text:before {
    top: -20px;
    left: -30px;

    width: 35px;
    height: 35px;
  }
  #testimonials .author {
    font-size: 2rem;
  }

  /*--------------------------------------------------------------
    # Highlights
    --------------------------------------------------------------*/
  .main.license #highlights h2 {
    font-size: 2.5rem;
  }
  .main.license #highlights .highlights-features {
    margin: 70px -48px 0 -48px;
  }
}

@media screen and (min-width: 900px) {
  /* Desktop */
  /*--------------------------------------------------------------
    # Main and container
    --------------------------------------------------------------*/
  .main section,
  .main header {
    padding: 4.125rem 30px;
  }
  .main header.home {
    padding-bottom: 12rem;
  }
  .main section.intro {
    margin-top: -12rem;
  }
  .main.license .license-content.flex > div {
    box-sizing: border-box;
    width: 65%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .main.license .license-content.flex > section {
    width: 35%;
  }
  .main .flex.two-cols > div,
  .main.license .flex.two-cols > div,
  .main .flex.two-cols > p,
  .main .flex.two-cols > img,
  .main .flex.two-cols > svg {
    width: 50%;
    margin: 0;
  }
  .main .flex.two-cols.spaced > div,
  .main .flex.two-cols.spaced > p,
  .main .flex.two-cols.spaced > img,
  .main .flex.two-cols.spaced > svg {
    width: 40%;
    margin: 0;
  }
  .main .flex.four-cols > div,
  .main .flex.four-cols.xs-two > div {
    width: 22%;
  }
  .main .flex.three-cols > div,
  .main .flex.three-cols > p,
  .main .flex.three-cols > img,
  .main .flex.three-cols > svg,
  .main .flex.three-cols > a,
  .main .flex.md-one > div,
  .main .flex.md-one > a {
    width: 33.3334%;
  }
  .main .flex.three-cols.spaced > div,
  .main .flex.three-cols.spaced > p,
  .main .flex.three-cols.spaced > img,
  .main .flex.three-cols.spaced > svg,
  .main .flex.three-cols.spaced > a,
  .main .flex.md-one.spaced > div,
  .main .flex.md-one.spaced > a {
    width: 28%;
  }

  /*--------------------------------------------------------------
    # Text & headers
    --------------------------------------------------------------*/
  .main h1,
  .main .h1 {
    font-size: 1.8625rem;
  }
  .main h2 {
    font-size: 3.75rem;
  }
  .main h3 {
    font-size: 2.5rem;
  }
  .main h4 {
    font-size: 2rem;
  }
  .main p,
  .main a,
  .main .action.plain {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  /* Hero */
  .main .hero h2 {
    margin-bottom: 24px;

    font-size: 3.125rem;
    line-height: 1.21;
  }
  .hero .logo {
    width: 108px;
    height: 108px;
  }
  .main .hero .action {
    font-size: 1.75rem;
  }

  /* Licenses */
  .main .license-box .action {
    font-size: 24px;
  }

  /* Universities */
  .main .universities p {
    font-size: 4.0625rem;
  }
  .main .universities p strong {
    font-size: 8.125rem;
  }
  .main .case-study p {
    font-size: 1.25rem;
  }

  /* CTA */
  .main .action.medium {
    padding: 18px 40px;

    font-size: 1.225rem;
  }

  /* TIFF */
  .main .tiff h4 {
    margin-bottom: 10px;

    font-size: 2.5rem;
  }
  .main .tiff .action-buttons {
    display: flex;
    justify-content: flex-end;
  }
  .main .tiff .action,
  .main .tiff .action:first-child {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .main #sso_footer:hover,
  .main #student-tiff-footer:hover,
  .main #educator-tiff-footer:hover,
  .main #professional-tiff-footer:hover,
  .main #individual-tiff-footer:hover {
    opacity: 0.8;
  }
  .main #buy_footer:hover,
  .main #student-buy-footer:hover,
  .main #educator-buy-footer:hover,
  .main #professional-buy-footer:hover,
  .main #individual-buy-footer:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  /*--------------------------------------------------------------
    # Features
    --------------------------------------------------------------*/
  .main .features .feature .icon {
    width: 120px;
    height: 120px;
    padding: 0;
  }

  /*--------------------------------------------------------------
    # Licenses
    --------------------------------------------------------------*/
  .main .license-box,
  .main .license-box:first-child {
    margin: 0 auto;
  }

  /*#########License pages##########*/
  /*--------------------------------------------------------------
    # Text and Headers
    --------------------------------------------------------------*/
  .main.license .license-content section h2,
  .main.license #sidebar-container {
    display: block;
  }
  .main.license .license-content section {
    padding-bottom: 6rem;
  }
  /*--------------------------------------------------------------
    # License sidebar
    --------------------------------------------------------------*/
  #sidebar-container ul.license-sidebar {
    max-width: 380px;
    height: calc(100vh - 131px);
    padding: 40px 0 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #sidebar-container {
    position: static;

    box-sizing: content-box;
    width: 100%;
    height: calc(100vh - 51px);
    padding: 0 0 40px;

    border: 0;

    transition: none;
  }
  #sidebar-container:after {
    display: none;
  }
  #sidebar-container.sticky-bot {
    position: absolute;
    top: initial;
    bottom: 0;
  }
  #sidebar-container #mobile-selector {
    display: none;
  }
  #sidebar-container > div {
    position: relative;

    height: 100%;
  }
  #sidebar-container > div:before,
  #sidebar-container > div:after {
    position: absolute;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 40px;

    content: '';
  }
  #sidebar-container > div:before {
    top: 0;

    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  }
  #sidebar-container > div:after {
    bottom: 0;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  }

  /*--------------------------------------------------------------
    # License page
    --------------------------------------------------------------*/
  .main.license .hero-section .hero > div {
    margin-left: 0;
  }
  #sidebar-container ul.license-sidebar > li {
    font-size: 1.75rem;
  }
  #sidebar-container ul.license-sidebar li p {
    font-size: 1.75rem;
  }
  .main.license .license-content section .img-container {
    margin: 48px 0 100px;
  }
  .main.license .license-content #sidebar-section {
    box-sizing: border-box;
    height: auto;
    margin-top: 2rem;
    padding-bottom: 6rem;
  }
  .main.license .license-content section {
    padding-top: 6rem;
  }
  .main.license
    .license-content
    > div
    section
    .subsection:not(#introduction-atlas) {
    padding-top: 0;
  }

  /*--------------------------------------------------------------
    # Highlights
    --------------------------------------------------------------*/
  .main.license #highlights h2 {
    font-size: 3.125rem;
  }
  .main.license #highlights .highlight {
    margin: 6.25rem auto 0;
  }
  .main.license #highlights .highlight .icon {
    width: 186px;
    height: 186px;
    margin: 0 auto 3.75rem;
  }
  .main.license #highlights .highlight .icon svg {
    max-width: 80%;
  }
  .main.license #highlights .highlight h4 {
    font-size: 2rem;
  }
  .main.license #highlights .highlights-features {
    margin: 70px -30px 0 -30px;
  }
}

@media screen and (max-width: 899px) {
  /* Tablet */
  /*--------------------------------------------------------------
    # Intro
    --------------------------------------------------------------*/
  .main .flex.between.available-devices {
    justify-content: space-around;
  }
  .main .available-devices > div {
    justify-content: center;
    width: 33%;
    margin-bottom: 20px;
  }
  .main .available-devices a {
    width: 100%;
  }
  .main .available-devices a div {
    justify-content: center;
    margin: 5px 0;
  }

  /*--------------------------------------------------------------
    # Pricing list
    --------------------------------------------------------------*/
  .main .pricing-list table td:first-child:not(.mobile-td),
  .main .pricing-list table th:first-child,
  .main .pricing-list .badge-spacer {
    display: none;
  }
  .main .pricing-list table tbody tr:nth-child(odd),
  .main .pricing-list thead tr:first-child {
    display: table-row;
  }
  .main .pricing-list table tbody tr:nth-child(2),
  .main .pricing-list table tbody td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main .pricing-list table tbody tr:first-child td,
  .main .pricing-list thead tr:first-child {
    border-top: 0;
  }
  .main .pricing-list table {
    border-collapse: separate;
  }
  .main .pricing-list table tbody .mobile-td {
    font-size: 1.125rem;

    background: rgba(125, 233, 231, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main .pricing-list table tbody .mobile-td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main .pricing-list table td svg {
    width: 24px;
    height: 24px;
  }
  .main .pricing-list table td {
    padding: 18px 5px 18px 8px;
  }
  .main .pricing-list .price {
    font-size: 21px;
  }
  .main .pricing-list .old-price {
    margin-bottom: 5px;
  }
  .main .pricing-list thead .action,
  .main .pricing-list table tfoot .action {
    min-width: 117px;
    padding: 5px 10px;
  }
  .main .pricing-list .old-price.not-line-through {
    font-size: 21px;

    transform: translate3d(0, 25px, 0);
  }

  /* Sticky header */
  .main .pricing-list thead.sticky {
    position: fixed;
    top: 50px;
    z-index: 1;

    display: table;
    width: calc(100vw - 96px);

    background: #345159;

    transition: top 0.2s ease;
  }
  .main .pricing-list thead.sticky.hide {
    top: -600px;
  }
  .main .pricing-list thead.sticky th {
    width: 24.9%;
  }
}

@media screen and (min-width: 1024px) {
  .main .hero .hero-icon {
    margin-bottom: 23px;
  }
  .main .hero h1 {
    font-size: 1.6rem;
  }
  .main .hero h3 {
    max-width: 1000px;
    margin-top: 15px;
    margin-bottom: 48px;

    font-size: 5rem;
    line-height: 1;
    letter-spacing: -1.3px;
  }
  .main .bg-color #hero-blurb {
    max-width: 750px;
    margin-bottom: 20px;

    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1220px) {
  .main #testimonials .text {
    max-width: 1000px;
  }
}

@media screen and (max-width: 649px) {
  /* Mobile */

  /*--------------------------------------------------------------
    # Intro
    --------------------------------------------------------------*/
  .main .available-devices > div {
    width: 100%;
  }

  /*--------------------------------------------------------------
    # Pricing list
    --------------------------------------------------------------*/
  .main .pricing-list .price span {
    display: block;
    margin-top: -8px;
    padding-bottom: 14px;
  }
  .main .pricing-list thead .action,
  .main .pricing-list table tfoot .action {
    min-width: 96px;
  }
  .main .pricing-list thead.sticky {
    width: calc(100vw - 40px);
  }

  /*--------------------------------------------------------------
    # TIFF
    --------------------------------------------------------------*/
  .main .tiff-section {
    padding: 0;

    background: #47cfcb;
  }
  .main .tiff .action {
    margin: 16px 0 0;
  }
  /*--------------------------------------------------------------
    # Testimonial
    --------------------------------------------------------------*/
  .main #testimonial-vid-link {
    margin-top: 40px;

    font-size: 1.125rem;
  }
}

@media screen and (max-width: 480px) {
  /* Small device */
  /*--------------------------------------------------------------
    # Pricing list
    --------------------------------------------------------------*/
  .main h5 {
    font-size: 13px;
  }
  .main .pricing-list thead .action {
    min-width: 73px;
    padding: 5px 7px;

    font-size: 12px;
  }
  .main .pricing-list table th {
    padding-bottom: 12px;
  }
  .main .tiff {
    margin-top: 15px;
  }
}

@media screen and (max-width: 350px) {
  /* iPhone SE */
  /*--------------------------------------------------------------
    # Pricing list
    --------------------------------------------------------------*/
  .main h5 {
    font-size: 11px;
  }
}
.courses-descr__dark {
  margin-top: 30px;

  color: #17242a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
