.img-map{position:relative}.img-map figure{width:370px;height:840px;display:block;margin:0 auto}.img-map .img-map-area{cursor:pointer}.img-map .img-map-area.active rect,.img-map .img-map-area.active polygon,.img-map .img-map-area.active circle{fill:gray;opacity:1}.img-map .img-map-area.active:hover{cursor:default}.img-map .img-map-area rect,.img-map .img-map-area polygon,.img-map .img-map-area circle{opacity:.65;fill:red;transition:all .15s ease-in-out}.img-map .img-map-popup{position:absolute;display:none;width:320px;height:auto;text-align:center;background:#fff;border-radius:5px;box-shadow:3px 3px 10px #0003;padding:10px 10px 0}.img-map .img-map-popup.active{display:block}.img-map .img-map-popup .closebtn{position:absolute;font-weight:700;top:0;right:0;font-size:1.2rem;cursor:pointer}.img-map .img-map-popup .closebar{width:100%;display:inline-block}.flip-card{padding:0;margin:0}.flip-card .card{margin:0}.flip-card .card:hover{cursor:pointer}.flip-card input[type=checkbox]{display:none}.flip-card .card-container{display:grid;perspective:700px}.flip-card .card-flip{display:grid;grid-template:1fr/1fr;grid-template-areas:"frontAndBack";transform-style:preserve-3d;transition:all .7s ease}.flip-card .card-flip div{backface-visibility:hidden;transform-style:preserve-3d}.flip-card .front{grid-area:frontAndBack}.flip-card .back{grid-area:frontAndBack;transform:rotateY(-180deg)}.flip-card input[type=checkbox]:checked+.card-container .card-flip{transform:rotateY(180deg)}:root{--font-ubuntu-regular: "Ubuntu-Regular";--font-ubuntu-bold: "Ubuntu-Bold";--body-bg-color: #ffffff;--body-text-color: #393939;--grey-bg-color: #8f8f8f;--primary-color: #802C88;--option-selected: #009874;--secondary-color: #3D3092;--secondary-light: #010B46;--primary-dark-blue: #375684;--divider-color: #3D3092;--transition: .4s all ease;--white: #ffffff;--top-nav-height: 0}.course-template{background-color:var(--body-bg-color);color:var(--body-text-color);margin-top:var(--top-nav-height)}.course-template .course-nav .btn{text-transform:uppercase;color:#fff;min-width:220px;line-height:1.6;margin:0 20px;border-radius:30px;font-size:1.6rem;font-weight:700}.course-template .divider{border-top:1px solid var(--divider-color);margin-top:0;opacity:1}.course-template h3{font-size:1.4em;font-weight:700}.course-template p strong{font-weight:700;font-family:var(--font-ubuntu-bold)}.course-template a{color:inherit}.course-template a:hover{text-decoration:none!important}.course-template p a,.course-template ul a,.course-template ol a{text-decoration:underline}.course-template figcaption{font-size:12px}.course-template table{border:none}.course-template table td{padding:12px 0}.course-template table td:nth-of-type(1){max-width:210px}.course-template table h4{color:#fff;font-size:26px;text-transform:uppercase;font-family:var(--font-ubuntu-bold)}.course-template table p{margin-bottom:0}.course-template table ul{margin-bottom:0;line-height:1.4;padding-left:20px}.course-template .table-responsive table h3{color:#fff!important;text-align:center;font-family:var(--font-ubuntu-bold);font-size:24px!important;line-height:1;margin-bottom:0}.course-template .table-responsive table thead{background-color:var(--secondary-color)}.course-template .table-responsive table thead th{vertical-align:middle}.course-template .table-responsive table tbody{background-color:#f1f0f7}.course-template .table-responsive table tbody *{color:var(--secondary-color);font-size:20px}.course-template .table-responsive table th,.course-template .table-responsive table td{background-color:transparent;padding:20px;border-bottom:0}.course-template .table-responsive table td{background-color:transparent;padding:20px 30px;border-bottom:0}.course-template .table-responsive table td>ul>li{margin-bottom:10px}.course-template .table-responsive table th:nth-of-type(1),.course-template .table-responsive table td:nth-of-type(1){border-right:1px solid #A19BC8;width:30%}.course-template .table-responsive table th:nth-of-type(3),.course-template .table-responsive table td:nth-of-type(3){border-left:1px solid #A19BC8}.course-template .table-responsive table .timeline{background-color:var(--secondary-color)}.course-template .table-responsive table .timeline td{vertical-align:middle}.course-template hr.divider{border-color:var(--divider-color);padding-top:1px;margin:5px 0 20px}.course-template .main-content .container{padding-top:0}.course-template .optional .b-text{font-size:20px;line-height:1.4}.course-template section p,.course-template .container p,.course-template section ul,.course-template section ol,.course-template table p{font-family:var(--font-ubuntu-regular);font-size:var(--body-text-size)}.course-template .title{color:var(--primary-color);font-weight:500;font-family:var(--font-ubuntu-bold)}.course-template h2.title{font-family:var(--font-ubuntu-bold);color:var(--primary-color);padding-top:5px;font-size:44px;line-height:1em;padding-bottom:10px}.course-template h3.title{font-size:32px}.course-template h3.title strong{color:var(--secondary-color)}.course-template h4.title{font-size:26px;text-transform:uppercase;line-height:1.2}.course-template h4.secondary-title{font-size:22px;font-weight:400;line-height:1.2;margin-bottom:10px}.course-template p{color:var(--body-text-color)}.course-template p.sub-title{font-size:28px!important;color:var(--secondary-color);line-height:1.2em;font-family:var(--font-ubuntu-bold)}.course-template ul li{color:var(--body-text-color)}.course-template .box-content{background-image:url(/build/assets/img/bg-gradient.png)}.course-template .box-content p{color:var(--white);font-size:20px}.course-template .panel{background-image:url(/build/assets/img/bg-gradient.png);background-color:var(--body-text-color);background-position:0 center;background-size:cover}.course-template .panel h4{text-transform:uppercase;font-family:var(--font-ubuntu-bold);font-size:18px}.course-template .panel p{margin-bottom:0}.course-template .panel img{border-radius:100%;max-width:300px;margin-bottom:20px;border:7px solid var(--white)}.course-template .panel *{color:var(--white)}.course-template .learning-outcomes .image-bg{background-image:url(/build/assets/img/bg-gradient.png);background-color:var(--body-text-color);background-position:0 center;background-size:cover}.course-template .learning-outcomes .title{color:var(--white)!important;text-transform:capitalize!important;letter-spacing:1px;font-family:var(--font-ubuntu-bold)!important}.course-template .learning-outcomes hr.divider{border-top:1px solid var(--white)!important;padding-top:0}.course-template .learning-outcomes p.subtitle{font-size:26px;color:var(--white)!important;font-weight:700;font-family:var(--font-ubuntu-bold)}.course-template .learning-outcomes .custom{list-style:none;padding-left:24px;color:var(--white)!important;font-size:22px;line-height:1}.course-template .learning-outcomes .custom li{line-height:1.2;margin-bottom:15px;color:var(--white)!important;position:relative}.course-template .learning-outcomes .custom li:before{position:absolute;content:"";left:-22px;top:7px;background:#fff;width:10px;height:10px;border-radius:50%}.course-template .btn-next,.course-template .btn-submit,.course-template .btn-opt,.course-template g{background:#802c88;background:-moz-linear-gradient(280deg,rgb(128,44,136) 0%,rgb(1,11,70) 50%);background:-webkit-linear-gradient(280deg,rgb(128,44,136) 0%,rgb(1,11,70) 50%);background:linear-gradient(280deg,#802c88,#010b46 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#802c88",endColorstr="#010b46",GradientType=1)}.course-template a.btn-previous{background:var(--body-text-color)}.course-template .option-container.invalid,.course-template .free-text-form.invalid{background-color:#ff00000a;box-shadow:0 0 2px #ff000057;border-radius:3px}.course-template .abbreviations h3,.course-template .subheader h3{font-family:var(--font-ubuntu-bold);color:var(--primary-color)}.course-template .abbreviations p strong,.course-template .subheader p strong{font-family:var(--font-ubuntu-bold)}.course-template .subheader h3{font-size:1.7em}.course-template .reference-box h3{font-size:1.6em;font-family:var(--font-ubuntu-bold);margin-bottom:5px;color:var(--secondary-light)}.course-template .reference-box ol{padding-left:18px}.course-template .reference-box ol *{color:var(--body-text-color)}.course-template .reference-box ol li::marker{font-weight:700}.course-template h3.disclaimer{font-size:1.6em;font-family:var(--font-ubuntu-bold);margin-bottom:5px;color:var(--secondary-light)}.courses-landing-page #content-wrap,.pages-show #content-wrap{padding-bottom:0}.courses-landing-page #content-wrap>.row>.mb-3,.pages-show #content-wrap>.row>.mb-3{margin-bottom:0!important}.landing-template{margin-top:var(--top-nav-height);background-color:#d1d1d1}.landing-template .box-course-content{background:var(--content-bg);border-bottom-left-radius:30px;border-top-right-radius:30px;overflow:hidden}.landing-template .white-box{background:var(--content-bg);text-align:center;border-radius:30px}.landing-template .divider{margin:0;opacity:1}.landing-template .box-shadow-1{box-shadow:5px 5px 10px #0003}.landing-template h2{font-size:3rem}.landing-template .h1,.landing-template h1{font-size:1.8rem;line-height:1.2em;font-family:var(--font-ubuntu-regular)!important}.landing-template h3{font-size:1.4rem}.landing-template p,.landing-template ul{font-size:1.2em}.landing-template p,.landing-template h4,.landing-template h3,.landing-template h1{font-family:var(--font-ubuntu-regular)}.landing-template .fw-500{font-weight:500}.landing-template .fw-600{font-weight:600}.landing-template .sponsor img{max-width:230px}.landing-template .accreditation img{margin:5px 20px}.landing-template .call-out{background:var(--primary-color)}.landing-template .learning-outcomes-block .sub-title{font-family:Arial,sans-serif;font-weight:700;font-size:28px}.landing-template .learning-outcomes-block .image-bg{background-image:url(/build/assets/img/bg-gradient.png);background-position:0 center;background-size:cover}.landing-template .learning-outcomes-block h3{font-size:40px;font-weight:700;font-family:var(--font-ubuntu-bold)}.landing-template .learning-outcomes-block ul{font-family:var(--font-ubuntu-regular);font-size:24px}.landing-template .learning-outcomes-block *{color:#fff}.landing-template .image-copy p{font-size:1.2em;font-weight:500;margin-bottom:0}.landing-template .image-copy h3{font-weight:700}.landing-template .login-container{display:block;margin:0 auto;max-width:600px}.landing-template .login-container .or{font-size:1.8rem!important}.landing-template .login-container .or *{font-weight:600}.landing-template .btn-create-account{background:var(--primary-color);border:1px solid var(--primary-color);font-size:1.5rem!important}.landing-template .btn-create-account:hover{background:#1ab394;border:1px solid #1ab394}.landing-template .btn-login{background:var(--secondary-color);border:1px solid var(--secondary-color);color:#fff;font-size:1.5rem}.landing-template .btn-login:hover{background:#1ab394;border:1px solid #1ab394;font-size:1.5rem}.landing-template .forgot-passwd a{color:#00314c;font-size:1.2rem;text-decoration:underline}.landing-template .forgot-passwd a:hover{text-decoration:none}.landing-template .copyright{font-weight:600}.landing-template .img-fluid{align-self:center}.landing-template h2.startlearn{color:var(--primary-color);font-family:var(--font-ubuntu-bold)}.landing-template p.startpara,.landing-template .login-container p{font-size:1.5rem;max-width:800px;color:#000;margin:0 auto}.landing-template .provider{background:#fff;border-radius:30px}.landing-template .provider img{max-width:500px;width:100%}.landing-template .b-shadow{box-shadow:5px 5px 10px #0003}@media only screen and (min-width: 1400px){.landing-template .container{max-width:1140px}}@media only screen and (max-width: 991px){.landing-template .accreditation img{max-height:60px;width:auto}.landing-template .sponsor h4{font-size:1.2em}.landing-template .sponsor img{max-width:125px}.landing-template .call-out h1{font-size:1.4rem;margin:0}.landing-template .learning-outcomes-block h2{font-size:1.8em}.landing-template .learning-outcomes-block p.sub-title{font-size:1.3rem!important;margin:0}.landing-template p,.landing-template ul.custom,.landing-template ol.custom{font-size:1em!important;line-height:1.4em!important}.landing-template h2.startlearn{font-size:2.2rem}.landing-template p.startpara{font-size:1.2rem}}@media screen and (max-width: 767px){.landing-template .mobile-hidden{display:none}.landing-template .learning-outcomes-block h3{font-size:2em}.landing-template .login-container .or{font-size:16px!important}.landing-template .btn-create-account,.landing-template .btn-login{font-size:1.2rem!important}.landing-template .image-copy img{max-width:200px;margin:0 auto 20px}}@media screen and (max-width: 480px){.landing-template .sponsor img{max-width:130px;width:100%}.landing-template .image-copy img{margin:0 auto 20px;max-height:80px!important;width:auto}.landing-template .logosection .col-6{width:100%!important}}.video-container{max-width:1100px;margin:0 auto}.video-container .vjs-poster{background-size:cover}.video-container .video-title{font-size:22px!important;color:var(--secondary-color)}
