/* Main Layout Styles */

h1, .h1 { margin-bottom: 24px; }
h2, .h2 { font-size: 32px; line-height: 40px; font-weight: 500; margin-bottom: 40px; }
h3, .h3 { font-size: 24px; line-height: 32px; font-weight: 500; margin-bottom: 12px; }
h4, .h4 { font-size: 20px; line-height: 28px; font-weight: 700; }
h5, .h5 { font-size: 18px; line-height: 26px; font-weight: 700; }
h6, .h6 { font-size: 16px; line-height: 24px; font-weight: 700; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }

.d-flex { display: flex; }
.justify-content-center { justify-content: center;}
.align-items-center { align-items: center;}
.navbar.prls-sub-nav .navbar-header .navbar-brand { font-weight: 500; }
.navbar.prls-sub-nav .navbar-nav>li:not(:first-child):before { content: none; }
.navbar.prls-sub-nav .navbar-collapse { background: none; }
/*.navbar.prls-sub-nav { z-index: 996!important;}*/
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar.prls-sub-nav { border-bottom: 1px solid #DEDEDE; -webkit-box-shadow: none; box-shadow: none; }

@media only screen and (min-width: 992px){
	.navbar.prls-sub-nav .navbar-nav>li>a {
		padding: 26px 20px 25px !important;
	}
	.navbar.prls-sub-nav .navbar-nav>li>a {
		font-weight: normal;
	}
}
@media (max-width:767px) {
  bbody > main .btn-group .dropdown-toggle {
    padding-right: 0px !important;
  }
}

body .navbar.prls-sub-nav .btn { margin: 13px 0 0 30px; }
span.red-asterisk { font-size: 14px; color: #DA3038; }

.btn-line, .buttons { margin-top: 32px; }
.btn-group { margin-top: 0; margin-bottom: 0; }

/* Product Page Styles */

#section-hero p { font-size: 18px; line-height: 26px; font-weight: 400; margin-bottom: 0; }
#section-hero .sub-bus-links p { font-size: 16px; line-height: 24px; font-weight: 400; }
#section-hero div.buttons { margin-left: 0 !important; margin-right: 0px !important; }

a.btn-video {
    margin-left: 12px;
	font-weight: 500;
}
a.btn-video:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    background-color: #0067CB;
	-webkit-mask: url(../../fileadmin/res/img/general/icons/2023/play-circle.svg) center/cover no-repeat;
    mask: url(../../fileadmin/res/img/general/icons/2023/play-circle.svg) center/cover no-repeat;
    top: 4px;
}
a.btn-video:hover:before {
    width: 20px;
    height: 20px;
    background-color: #0052A3;
    -webkit-mask-image: url(../../fileadmin/res/img/general/icons/2023/play-circle.svg);
    mask-image: url(../../fileadmin/res/img/general/icons/2023/play-circle.svg);
}

a.toggle-link .showAll img, a.toggle-link .showLess img {
  width: 15px;
  height: 15px;
  margin-left: 6px;
  margin-top: -2px;
}
a.toggle-link:hover .showAll img, a.toggle-link:hover .showLess img {
  filter: brightness(75%);
  width: 15px;
  height: 15px;
}
a.toggle-link .showLess img {
  transform: rotate(180deg);
}

.row.intro { text-align: center; padding-bottom: 40px; }
.row.intro h2 { margin-bottom: 0; }


@media (min-width:768px) {
  *[id*="section-"] {
    padding: 90px 0px;
  }
}
@media (max-width:1199px) {
	.mb-sm-30 { margin-bottom: 30px; }
}
@media only screen and (max-width:767px) {
  *[id*="section-"] {
    padding: 60px 0px 30px;
  }
}
@media (max-width:767px) {
  #section-hero {
    padding: 0px 0px 30px;
  }
  #section-hero img { margin-bottom: 20px; }
  #section-hero .sub-bus-links { margin-top: 20px; }
  #section-whatsnew a.btn-video { margin-left: 0; }
}


/*******************************
  Modal styles
*******************************/


/*******************************
  Circle + / - buttons 
*******************************/

#section-features button.circle-plus.closed, #section-new-features button.circle-plus.closed {
  .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
  }
  .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
    opacity: 1;
  }
}

#section-features button.circle-plus.opened, #section-new-features button.circle-plus.opened {
  opacity: 1;
  .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }
  .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
}

button.circle-plus {
  height: 100%;
  width: 100%;
  opacity: 1;
  padding: 0;
  border: 0;
  background: none;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 991px){
  button.circle-plus  {
      width: inherit;
  }
  }
#section-users button.circle-plus {
    height: 100%;
    width: 100%;
    opacity: 1;
    padding: 0;
    border: 0;
    background: none;
    bottom: 20px;
    right: 20px;
}

button.circle-plus .circle {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: solid 1em #0067CB;
    background-color: #0067CB;
    bottom: 20px;
    right: 20px;
}
button.circle-plus .circle:hover {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: solid 1em #0052A3;
    background-color: #0052A3;
    cursor: pointer;
}
button.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #fff;
    width: 14px;
    height: 2px;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    border-radius: 1px;
}
button.circle-plus .circle .vertical {
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 14px;
    left: calc(50% - 1px);
    top: calc(50% - 7px);
    border-radius: 1px;
}






#section-compare { background-color: #F8F8F8; }
#section-compare .section-compare-editions-header { padding: 0; }
.compareEditions .table-striped > tbody > tr:nth-of-type(even) {background-color: transparent;}




.compareEditions .table-responsive {
    border: none
}

.compareEditions sub {
    top: -.5em
}

.compareEditions table {
    border-radius: 5px;
    margin-bottom: 40px
}

.compareEditions table .glyphicon.glyphicon-ok:before {
    background: url(../../fileadmin/res/img/general/icons/2020/check-2x.png) no-repeat center;
    content: '';
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: block
}

.compareEditions table thead tr { height: 40px; }
.compareEditions table thead tr .mostPopular {
  background-color: #DA3038; font-size: 16px; color: #fff; border-radius: 10px 10px 0 0;
}

.compareEditions table tbody tr:first-child td:first-child,.compareEditions table tbody tr:first-child th:first-child {
    border-top-left-radius: 5px
}

.compareEditions table tbody tr:first-child td:last-child,.compareEditions table tbody tr:first-child th:last-child {
    border-top-right-radius: 5px
}

.compareEditions table tbody tr:last-child td:first-child,.compareEditions table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 5px
}

.compareEditions table tbody tr:last-child td:last-child,.compareEditions table tbody tr:last-child th:last-child {
    border-bottom-right-radius: 5px
}

.compareEditions table tbody tr td {
    height: 45px;
    padding: 5px 25px;
    font-size: 15px;
    border-right: none;
}

.compareEditions table tbody tr td .new {
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  margin-right: 6px;
}


.compareEditions table .pdprice td { font-size: 18px; font-weight: 800 !important; }


.compareEditions table tbody tr td.std,.compareEditions table tbody tr td.pdp,.compareEditions table tbody tr td.pdb {
    width: 180px
}

@media only screen and (min-width: 992px) {
    .compareEditions table tbody tr td.std,.compareEditions table tbody tr td.pdp,.compareEditions table tbody tr td.pdb {
        width:200px
    }
}

@media only screen and (max-width: 991px) {
    .compareEditions table tbody tr td {
        padding:5px 10px
    }
}

.compareEditions table tbody tr.header td,.compareEditions table tbody tr.header th {
    font-size: 18px;
    border: none;
    background-color: #D3E9FF;
}

@media only screen and (min-width: 992px) {
    .compareEditions table tbody tr.header td,.compareEditions table tbody tr.header th {
        white-space:nowrap
    }
}

.compareEditions table tbody tr.header td.pdp,.compareEditions table tbody tr.header th.pdp {
    background-color: #d8edff
}

.compareEditions table tbody tr.header+tr td:first-child {
    border-top-left-radius: 5px
}

.compareEditions table tbody tr.header+tr td:last-child {
    border-top-right-radius: 5px
}

.compareEditions table tfoot tr td {
    padding-top: 30px;
    vertical-align: top;
    white-space: normal!important
}

@media only screen and (max-width: 991px) {
    .compareEditions table tfoot tr td {
        padding:10px 5px
    }
}

.compareEditions table tfoot tr td .btn-with-price {
    display: none
}

.compareEditions table tfoot tr td.note {
    font-size: 14px
}

.compareEditions table tfoot tr td.note .guarantee-badge {
    float: right
}

.compareEditions table tfoot tr td.guarantee {
    padding-top: 4px;
    padding-bottom: 4px
}

.compareEditions table tfoot tr td.pdp {
    border-radius: 0 0 5px 5px
}

.compareEditions table tfoot tr td .btn {
    white-space: nowrap!important
}


.compareEditions .small-table table {
    margin-bottom: 10px
}

.compareEditions .student {
    text-align: center;
    font-size: 22px
}

.compareEditions .student .fa-graduation-cap {
    font-size: 45px;
    display: block;
    line-height: 45px;
    margin-right: 20px
}

@media only screen and (min-width: 768px) {
    .compareEditions .student {
        line-height:45px;
        display: inline-flex;
        justify-content: center
    }

    .compareEditions .student .fa-graduation-cap {
        display: inline-block;
        float: left
    }
}

.compareEditions.pd17 table tbody tr.header td {
    background-color: #D3E9FF!important;
}


.compareEditions button#btnExpand { font-weight: 500; font-size: 16px; display: flex; justify-content: center; background: transparent; border: none; color: #0067CB; margin: 0 auto;}
.compareEditions button#btnExpand:hover { color: #0052A3; text-decoration: underline;}

.compareEditions button#btnExpand:after {
  position: relative;
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: inline-block;
  background-color: #0067CB;
  -webkit-mask: url(../../fileadmin/res/img/general/icons/2023/plus.svg) center/cover no-repeat;
  mask: url(../../fileadmin/res/img/general/icons/2023/plus.svg) center/cover no-repeat;
  top: 4px;
}
.compareEditions button#btnExpand:hover:after {
    width: 14px;
    height: 14px;
    background-color: #0052A3;
    -webkit-mask-image: url(../../fileadmin/res/img/general/icons/2023/plus.svg);
    mask-image: url(../../fileadmin/res/img/general/icons/2023/plus.svg);
}

.compareEditions button#btnExpand.minus:after {
  position: relative;
  content: '';
  width: 14px;
  height: 2px;
  margin-left: 8px;
  display: inline-block;
  background-color: #0067CB;
  -webkit-mask: url(../../fileadmin/res/img/general/icons/2023/minus.svg) center/cover no-repeat;
  mask: url(../../fileadmin/res/img/general/icons/2023/minus.svg) center/cover no-repeat;
  top: 11px;
}
.compareEditions button#btnExpand.minus:hover:after {
    width: 14px;
    height: 2px;
    background-color: #0052A3;
    -webkit-mask-image: url(../../fileadmin/res/img/general/icons/2023/minus.svg);
    mask-image: url(../../fileadmin/res/img/general/icons/2023/minus.svg);
}

.compareEditions table .pdprice td s {
    display: block;
    text-decoration: line-through;
    color: #8B9096;
    font-size: 16px;
    font-weight: 400;
}

.compareEditions table .pdprice td s+br {
    display: none;
}