/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
:root{--img-path:'//secureimages.teach12.com/tgc/images/m2/';--font-awesome-family:'Font Awesome 6 Pro';--slide-width:266px;--plans-width:265px;--player-width:970px;--link-color:#1790FF;--link-gift:#1C9DF0;--light-txt:#ACB4C2;--lgt-txt:#D4D9E2;--dropdown-border:#423B4D;--media-hover:rgba(0,27,138,0.3);--bright-red:#F04337;--btn-border-radius:15px;--red-1:#ffe6e6;--red-2:#b71711;--red-3:#ffbfbb;--white:#fff;--gray:#ACB4C2;--gray-light:#D4D9E2;--black:#000;--white-2:#edeaf1;--white-3:#3b4560;--purple-0:#6994ff;--purple-1:#0028cc;--purple-2:#000f4b;--purple-3:#03278a;--purple-4:#a299ac;--purple-5:#c2bdca;--purple-6:#f1f4ff;--purple-7:#dee5ff;--purple-8:#011874;--purple-9:#2751ff;--purple-10:#a8bafa;--cyan-0:#acb4c2;--cyan-1:#71798a;--cyan-2:#8f98a9;--cyan-3:#d4d9e2;--blue-0:#5ebaff;--blue-1:#19bfff;--blue-3:#5aafee;--blue-4:#0021a8;--blue-5:#0076b3;--blue-6:#000416;--blue-7:#001b8a;--blue-8:#001466;--blue-9:#00b0f5;--blue-10:#00a0df;--blue-11:#0076b3;--blue-12:#00092d;--blue-13:#dfecfe;--blue-14:#0090ce;--blue-15:#03196e;--blue-16:#1e1a25;--blue-17:#48b1fe;--blue-18:#0096da;--blue-19:#2ba4ff;--blue-20:#555e71;--yellow-0:#e29404;--yellow-1:#f58738;--yellow-2:#f36d0c;--yellow-3:#ffc21a;--yellow-4:#f7b500;--yellow-5:#ebca44;--yellow-6:#f2ce40;--yellow-7:#ffac00;--yellow-8:#f6d54b;--yellow-9:#f2ce40;--yellow-10:#ecbe00;--yellow-11:#f3e83a;--orange-1:#d78000;--teal-1:#45b9b0;--teal-2:#368f88;--teal-3:#2e7a74;--teal-4:#061730;--fbleed:#000416;--fbleed-rgb:rgba(0,4,22,0.5);--size-progress:20rem;--fg-amber:#FFC21A;--fg-turquoise:#45B9B0;--fg-red:#E82E28;--fg-navy:#466BFF;--fg-orange:#FF7A15;--fg-violet:#A06AC8;--bg:#e9fbff26;--pgPercentage:var(--value)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Basier Circle","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold}h1.reg-font,h2.reg-font,h3.reg-font,h4.reg-font,h5.reg-font,h6.reg-font,.h1.reg-font,.h2.reg-font,.h3.reg-font,.h4.reg-font,.h5.reg-font,.h6.reg-font{font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif}h1.cond,h2.cond,h3.cond,h4.cond,h5.cond,h6.cond,.h1.cond,.h2.cond,.h3.cond,.h4.cond,.h5.cond,.h6.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}h1.extraCond,h2.extraCond,h3.extraCond,h4.extraCond,h5.extraCond,h6.extraCond,.h1.extraCond,.h2.extraCond,.h3.extraCond,.h4.extraCond,.h5.extraCond,.h6.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}h1,.h1{font-size:4rem;line-height:4.2rem}h1.h1-lg,.h1.h1-lg{font-size:4.6rem;line-height:5rem}.h2,h2{font-size:3.3rem}.h3,h3{font-size:2.8rem}.h4,h4{font-size:2.2rem;line-height:2.6rem}.h4.h4-lg,h4.h4-lg{font-size:2.4rem;line-height:2.8rem}.h4.h4-sm,h4.h4-sm{font-size:2.0rem;line-height:2.4rem}.h5,h5{font-size:1.8rem;line-height:2.8rem}.h6,h6{font-size:1.6rem}p,.p{font-size:1.6rem;line-height:2rem}.p-lg{font-size:1.8rem;line-height:2.4rem}.p-sm{font-size:1.4rem}body{font-size:1.4rem}.nav-tabs>li a{font-size:2.2rem;line-height:2.8rem}.scale-icon{font-size:1.8rem}.btn{font-size:1.4rem}.btn-lg{font-size:1.6rem}.btn-sm{font-size:1.4rem}.dropdown .dropdown-menu a.dropdown-item{font-size:1.4rem}.dropdown .dropdown-menu a.dropdown-item.lg{font-size:1.6rem}.dropdown .dropdown-menu a.dropdown-item.sm{font-size:1.4rem}a:focus,a:active,a:active:focus{outline:none;text-decoration:none}a.n-link{color:var(--white);cursor:text !important}a.n-link:focus,a.n-link:active,a.n-link:active:focus{color:var(--white);cursor:text}:focus,:active:focus{outline:none}.table .p-lg{font-size:1.6rem}.container.content p{font-size:1.6rem;line-height:2.4rem;margin:0 0 1.6rem}.yel4{color:var(--yellow-4)}.gray{color:var(--gray)}.gray-light{color:var(--gray-light)}.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif !important}.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif !important}.catalog-product-view .slider_section.show-trans{padding-top:30px}.catalog-product-view h4{font-family:"Basier Circle","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;font-size:2.2rem;line-height:2.6rem;font-size:2.4rem;line-height:2.8rem}.catalog-product-view h4.reg-font{font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif}.catalog-product-view h4.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}.catalog-product-view h4.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}.catalog-product-view h4.h4-lg{font-size:2.4rem;line-height:2.8rem}.catalog-product-view h4.h4-sm{font-size:2.0rem;line-height:2.4rem}.professor-detail .product-info-main{background:#000416;margin-top:1rem}.professor-detail h4{margin:30px 0 15px 0}.professor-detail .collapse-btn>.far{margin-right:0;margin-left:0.5rem}.professor-detail .overview-section-content,.professor-detail .overview-section-content *,.professor-detail .professor_bio .value,.professor-detail .professor_bio .value>*{font-size:1.8rem;line-height:2.4rem;font-weight:300}.professor-detail .overview-section-content,.professor-detail .professor_bio{margin:2.5rem 0;overflow:hidden}.professor-detail .overview-sec{padding:5rem 0;border-bottom:1px solid var(--blue-7)}.professor-detail .overview-sec .buy-button-wrapper a{margin-left:1.1rem}.professor-detail .professor-about .also-by-this-expert{margin-top:3rem}.professor-detail .professor-about .professor-name-mobile,.professor-detail .professor-about .professor-circle{vertical-align:middle}.professor-detail .professor-about .prof-top-section{display:flex;flex-direction:row;padding:5rem 0}.professor-detail .professor-about .prof-top-section .professor-image{display:inline-block;border-radius:50%;overflow:hidden;width:240px;height:240px;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;margin-right:1.7rem}.professor-detail .professor-about .prof-top-section .professor-image img{width:240px;height:auto}.professor-detail .professor-about .prof-top-section .professor-meta{display:flex;flex-direction:row;flex-wrap:wrap}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{overflow:hidden;order:2;margin-bottom:1.8rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-name-mobile{margin:0}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-slide-controls a+a{margin-left:1.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor-education,.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{width:100%}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote{order:4;margin-top:1.5rem;width:100%}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value{font-size:2.6rem;line-height:3.6rem;display:inline;font-family:'yorktenslabnormregular',serif;font-weight:100;font-style:italic;color:white}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value:before{font-family:var(--font-awesome-family);font-weight:900;content:"\f10d";color:#0D6FCA;padding-right:.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value:after{font-family:var(--font-awesome-family);font-weight:900;content:"\f10e";vertical-align:bottom;color:#0D6FCA;padding-left:.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value>*{font-size:2.6rem;line-height:3.6rem;display:inline;font-family:'yorktenslabnormregular',serif;font-weight:100;font-style:italic;color:white}.professor-detail .professor-about .prof-top-section .professor-meta .professor-education{order:3}.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile>*{font-size:1.4rem;line-height:2rem}@media screen and (min-width:600px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile>*{font-size:calc(1.4rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile>*{font-size:1.8rem}}@media screen and (min-width:600px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile>*{line-height:calc(2rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .overview-section-content,.isMobile.professor-detail .overview-section-content *,.isMobile.professor-detail .professor_bio .value,.isMobile.professor-detail .professor_bio .value .isMobile>*{line-height:2.4rem}}.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value>*{font-size:1.8rem;line-height:2.8rem}@media screen and (min-width:600px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value>*{font-size:calc(1.8rem  +  .8  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value>*{font-size:2.6rem}}@media screen and (min-width:600px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value>*{line-height:calc(2.8rem  +  .8  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value>*{line-height:3.6rem}}.isMobile.catalog-product-view h4{font-size:1.8rem;line-height:2.2rem}@media screen and (min-width:600px){.isMobile.catalog-product-view h4{font-size:calc(1.8rem  +  .6  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.catalog-product-view h4{font-size:2.4rem}}@media screen and (min-width:600px){.isMobile.catalog-product-view h4{line-height:calc(2.2rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.catalog-product-view h4{line-height:2.6rem}}@media (max-width:767px){.isMobile.professor-detail .overview-sec{padding:3rem 0}.isMobile.professor-detail .professor-about .prof-top-section{padding:1.5rem 0}.isMobile.professor-detail .professor-about .prof-top-section .professor-image{width:74px;height:74px}.isMobile.professor-detail .professor-about .prof-top-section .professor-image img{width:72px;height:auto}.isMobile.professor-detail .professor_bio{margin:0 0 2.5rem 0}.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote{margin-left:-91px;width:calc(100vw - 40px)}.isMobile.professor-detail .product.attribute .attribute-label{margin-bottom:0}}@media (min-width:768px){.isMobile.professor-detail .professor-about .prof-top-section .professor-image{width:192px;height:192px}.isMobile.professor-detail .professor-about .prof-top-section .professor-image img{width:192px;height:auto}}@media (max-width:1023px){.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{flex-direction:column !important}.isMobile.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-slide-controls{margin-top:1rem;width:35%}}@media (min-width:1024px){.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{justify-content:space-between}.professor-detail .professor-about .prof-top-section .professor-image{width:240px;height:240px}.professor-detail .professor-about .prof-top-section .professor-image img{width:240px;height:auto}}/* Intetionally left empty */