@keyframes circleStatsAnimation{0%,33%{--pgPercentage: 0}to{--pgPercentage: var(--value)}}@property --circleStatsPercentage{syntax: "<number>"; inherits: false; initial-value: 0;}.circle-stats{display:flex;justify-content:space-between}.circle-stats .circle-counter{--size: 12rem;--fg: rgb(2, 82, 202);--bg: rgb(0, 192, 250);--circleStatsPercentage: var(--value);animation:circleStatsAnimation 3s 1 forwards;width:var(--size);height:var(--size);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(closest-side,white 86%,transparent 0 99.9%,white 0,transparent 50%),conic-gradient(var(--fg) calc(var(--circleStatsPercentage) * 1%),var(--bg) 0);box-shadow:0 0 10px #0003;font-family:sans-serif;font-size:calc(var(--size) / 5);color:var(--fg)}.circle-stats .circle-counter:before{counter-reset:percentage var(--value);content:counter(percentage) "%"}.circle-stats .circle-label{font-size:.5em}.x-double-range-input{position:relative;width:100%}.x-double-range-input .range{position:absolute;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20;height:8px;width:100%;opacity:0;cursor:pointer}.x-double-range-input .range:disabled~.range-ui .range-bar{background-color:#e9ecef}.x-double-range-input .range:disabled~.range-ui .range-min,.x-double-range-input .range:disabled~.range-ui .range-max,.x-double-range-input .range:disabled~.range-ui .range-value span{background-color:#d8d8d8}.x-double-range-input .range:disabled~.range-ui .range-min:before,.x-double-range-input .range:disabled~.range-ui .range-max:before,.x-double-range-input .range:disabled~.range-ui .range-value span:before{border-top:10px solid #d8d8d8}.x-double-range-input .range::-webkit-slider-thumb{pointer-events:all;width:24px;height:24px;-webkit-appearance:none}.x-double-range-input .range-ui{position:relative;z-index:10;height:8px}.x-double-range-input .range-tray{position:absolute;z-index:10;left:0;right:0;bottom:0;top:0;border-radius:3px;background:#f5f5f5}.x-double-range-input .range-bar{position:absolute;z-index:20;top:0;bottom:0;border-radius:6px;background:#03a9f4}.x-double-range-input .range-min{position:absolute;z-index:30;width:24px;height:24px;top:0;left:0;background:#03a9f4;border-radius:50%;margin-top:-8px;margin-left:-4px}.x-double-range-input .range-max{position:absolute;z-index:30;width:24px;height:24px;top:0;right:0;background:#03a9f4;border-radius:50%;margin-top:-8px;margin-right:-12px}.x-double-range-input .range-value{position:absolute;top:-40px}.x-double-range-input .range-value span{width:30px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:50%;transform:translate(-50%);border-radius:6px}.x-double-range-input .range-value span:before{content:"";position:absolute;width:0;height:0;border-top:10px solid #03a9f4;border-left:5px solid transparent;border-right:5px solid transparent;top:100%;left:50%;margin-left:-5px;margin-top:-1px}.x-axis{display:flex;justify-content:space-between}.x-axis .axis-dash{position:relative;padding-top:8px}.x-axis .axis-dash:before{position:absolute;content:"";width:1px;height:4px;background-color:gray;top:0;left:50%}.x-axis .axis-dash.-number:before{height:8px}.x-axis .axis-dash span{position:absolute;left:50%;transform:translate(-50%)}:root{--text-color: #13447c;--primary-color: #ed413c;--secondary-color: #a4b1ee;--secondary-light-color: #e8fdfc;--content-bg: #ffffff;--gradient-left: #ed413c;--gradient-right: #c52823;--white: #fff;--body-bg: #ececec;--color-text: #494949;--tab-text-color: #757575;--font-Helvetica-Neue: "Helveltica Neue", sans-serif;--font-OpenSans-Medium: "OpenSans-Medium", sans-serif;--font-Roboto: "Roboto-Regular", sans-serif;--font-Roboto-Bold: "Roboto-Bold", sans-serif;--font-Ubuntu-Regular: "Ubuntu-Regular", sans-serif;--font-Ubuntu-Bold: "Ubuntu-Bold", sans-serif;--font-Ubuntu-Italic: "Ubuntu-Italic", sans-serif;--landing-page-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--top-nav-height: 0}.gradient-bg{background:var(--gradient-right);background:-moz-linear-gradient(310deg,var(--gradient-right) 30%,var(--gradient-left) 100%);background:-webkit-linear-gradient(310deg,var(--gradient-right) 30%,var(--gradient-left) 100%);background:linear-gradient(310deg,var(--gradient-right) 30%,var(--gradient-left) 100%)}#page-container{background:var(--white)}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.course-template{background:var(--white);margin-top:var(--top-nav-height);font-family:var(--font-Roboto)}.course-template .hidden,.course-template #CommencingJaki{display:none}.course-template ol.referencelistbox li{font-style:italic;font-size:12px;text-align:left}.course-template ol.referencelistbox li::marker{font-weight:700!important}.course-template .exceptiontext{display:inline-block}.course-template p{color:var(--color-text)}.course-template .radiobuttons.samerowtwo ul.methods li{width:50%;float:left;text-align:center;list-style-type:none}.course-template .radiobuttons label:before{content:"";width:1.5em;height:1.5em;border-radius:1.15em;padding:.8em;margin-right:.5em;border:.1em solid #494949;display:inline-block;top:10px;position:relative}.course-template .radiobuttons input[type=radio]:checked+label:before{background-color:#7489e9;border:.1em solid #7489e9;display:inline-block;justify-content:center;align-items:center;color:#fff}.course-template .radiobuttons input[type=radio]{cursor:pointer;opacity:0;position:absolute}.course-template .radiobuttons.samerow ul li{width:25%;float:left;text-align:center;list-style-type:none}.course-template .radiobuttons.center{width:300px;display:block;margin:0 auto}.course-template .radiobuttons.center ul li{list-style-type:none}.course-template .checkboxbuttons ul li{list-style-type:none;margin-left:-20px}.course-template .checkboxbuttons ul li label:before{content:"";width:1.5em;height:1.5em;border-radius:1.15em;padding:.8em;margin-right:.5em;border:.1em solid #494949;display:inline-block;top:10px;position:relative}.course-template .checkboxbuttons ul li input[type=checkbox]:checked+label:before{background-color:#7489e9;border:.1em solid #7489e9;justify-content:center;align-items:center;color:#fff;display:inline-block;top:10px;position:relative}.course-template .checkboxbuttons ul li input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.course-template .centerattention p{margin:60px 0}.course-template #wrapper{height:100%;min-height:400px!important}.course-template #page-wrapper,.course-template #formAdminLearn{height:100%}.course-template .navbar{width:100%;position:absolute;z-index:99}.course-template #page-wrapper{padding:0;background:#f6f7fb!important}.course-template .skin-5 .navbar-static-top{background-image:none;background-color:#0000}.course-template .skin-5 #page-wrapper{background:#fff!important}.course-template #ionrange_1 .range-ui{height:12px;background-color:#fff;border:1px solid #ccc;border-radius:6px}.course-template #ionrange_1 .range-ui .range-bar{background-color:#92bce0;border:1px solid #f3403a;background:linear-gradient(to bottom,#fff,#f33f3a 30%,#f4403b);box-shadow:inset 0 0 1px 1px #ffffff80}.course-template #ionrange_1 .range-ui .range-tray{background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border-radius:6px}.course-template #ionrange_1 .range-ui .range-value{top:-48px}.course-template #ionrange_1 .range-ui .range-value span{background:linear-gradient(to bottom,#7b8eea,#a1afed);width:30px;height:30px;line-height:30px;font-size:16px;border-radius:3px}.course-template #ionrange_1 .range-ui .range-value span:before{border-top:10px solid #a0afed}.course-template #ionrange_1 .range-ui .range-value:nth-child(1) span{left:-6px}.course-template #ionrange_1 .range-ui .range-value:nth-child(2) span{left:-3px}.course-template #ionrange_1 .range-ui .range-min,.course-template #ionrange_1 .range-ui .range-max{width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff,#b4b9be 30%,#fff);box-shadow:1px 1px 2px #0003,inset 0 0 3px 1px #fff;border-radius:30px;margin-top:-10px;margin-left:-14px}.course-template #ionrange_1 .x-axis{margin-top:20px;position:relative;max-width:calc(100% - 4px);left:2px}.course-template #ionrange_1 .x-axis:before{position:absolute;content:"";width:100%;height:6px;left:0;top:-8px;background:#00f;background:-moz-linear-gradient(left,#0000ff 0%,#0000ff 14%,#00aeae 15%,#00aeae 24%,#007900 25%,#007900 34%,#64c12a 35%,#64c12a 44%,#feb300 45%,#feb300 54%,#ff4600 55%,#ff4600 64%,#cc00af 65%,#cc00af 74%,#7308a5 75%,#7308a5 100%);background:-webkit-linear-gradient(left,#0000ff 0%,#0000ff 14%,#00aeae 15%,#00aeae 24%,#007900 25%,#007900 34%,#64c12a 35%,#64c12a 44%,#feb300 45%,#feb300 54%,#ff4600 55%,#ff4600 64%,#cc00af 65%,#cc00af 74%,#7308a5 75%,#7308a5 100%);background:linear-gradient(to right,#00f,#00f 14%,#00aeae 15%,#00aeae 24%,#007900 25%,#007900 34%,#64c12a 35%,#64c12a 44%,#feb300 45%,#feb300 54%,#ff4600 55%,#ff4600 64%,#cc00af 65%,#cc00af 74%,#7308a5 75%,#7308a5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#7308a5",GradientType=1);border-radius:3px}.course-template #ionrange_1 .x-axis .axis-dash:before{background-color:#428bca}.course-template #ionrange_1 .x-axis .axis-dash.-number{color:#428bca}.course-template #ionrange_1 .range:disabled~.range-ui .range-value span{background:#d8d8d8!important}.course-template #ionrange_1 .range:disabled~.range-ui .range-min:before,.course-template #ionrange_1 .range:disabled~.range-ui .range-max:before,.course-template #ionrange_1 .range:disabled~.range-ui .range-value span:before{border-top:10px solid #d8d8d8}.course-template .text-correct p{color:#28a745!important}.course-template .text-danger p{color:#ed423d!important}.course-template .question-title{font-size:25px}.course-template .question-instruction{font-size:19px;text-align:center}.course-template .checkbox-container{align-items:center;display:flex;justify-content:left;min-width:200px}.course-template .checkbox-container label{align-items:inherit;cursor:pointer;display:flex;font-size:20px}.course-template .checkbox-container input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.course-template .checkbox-container label:before{content:"";width:1.5em;height:1.5em;border-radius:1.15em;padding:.8em;margin-right:.5em;border:.1em solid #494949}.course-template .checkbox-container label:hover:before,.course-template .checkbox-container input[type=checkbox]:hover+label:before{background-color:#a7b4ee}.course-template .checkbox-container input[type=checkbox]:disabled+label,.course-template .checkbox-container input[type=checkbox]:disabled{color:#aaa;cursor:default}.course-template .checkbox-container input[type=checkbox]:checked+label:before{background-color:#7489e9;border:.1em solid #7489e9;display:flex;justify-content:center;align-items:center;color:#fff}.course-template .checkbox-container input[type=checkbox]:disabled+label:before{background-color:#ccc;border-color:#999}.course-template .question-container{align-items:center;display:flex;justify-content:center;flex-direction:column}.course-template .radio-container{align-items:center;display:flex;justify-content:left;min-width:332px}.course-template .radio-container label{align-items:center;cursor:pointer;display:flex;font-size:20px}.course-template .radio-container input[type=radio]{cursor:pointer;opacity:0;position:absolute}.course-template .radio-container label:before{content:"";width:1.5em;height:1.5em;border-radius:1.15em;padding:.8em;margin-right:.5em;border:.1em solid #494949}.course-template .radio-container label:hover:before,.course-template .radio-container input[type=radio]:hover+label:before{background-color:#a7b4ee}.course-template .radio-container input[type=radio]:disabled+label,.course-template .radio-container input[type=radio]:disabled{color:#aaa;cursor:default}.course-template .radio-container input[type=radio]:checked+label:before{background-color:#7489e9;border:.1em solid #7489e9;display:flex;justify-content:center;align-items:center;color:#fff}.course-template .radio-container input[type=radio]:disabled+label:before{background-color:#ccc;border-color:#999}.course-template .radio-container input:disabled:checked+label:before{background-color:#7489e9}.course-template .option-container .methods{width:auto;min-width:41%}.course-template .option-container .methods li{display:flex;width:100%;align-items:center}.course-template .option-container.flex-column ul.methods li{min-height:36px}.course-template .option-container.flex-column ul.methods li input[type=checkbox]:checked+label:before,.course-template .option-container.flex-column ul.methods li label:before{top:0}.course-template .option-container.invalid,.course-template .question-container.invalid,.course-template .free-text-form.invalid{background-color:#ff00000d;outline:dashed 1px rgba(255,0,0,.5098039216);padding:8px}.course-template .methods.d-flex .method{margin:0 50px}.course-template .container{border-radius:5px;color:#494949}.course-template h3.title{margin-top:5%;text-transform:uppercase;padding:15px 0 0;margin-bottom:0;font-weight:700}.course-template h2.subtitle{color:#a4b1ee;font-weight:600;font-family:var(--font-Ubuntu-Regular);margin-bottom:20px}.course-template h3{color:#ed413c;font-family:var(--font-Ubuntu-Regular);font-size:30px;padding:15px 0}.course-template p{font-size:18px}.course-template ul{padding-inline-start:20px}.course-template ul li{font-size:18px;padding-bottom:15px}.course-template p.question-title{font-size:25px;color:#a4b1ee;font-weight:600;font-family:var(--font-Ubuntu-Regular);width:100%}.course-template p.abbreviations{font-family:var(--font-Roboto-Bold);font-size:18px;margin-top:25px;margin-bottom:0;font-weight:800;color:#494949}.course-template p.abbreviations-content{color:#494949;font-size:15px;font-weight:400}.course-template p.subtitle{font-size:30px;font-weight:600;color:#ed403c;margin-top:20px;margin-bottom:10px}.course-template .subtitle-content{font-size:30px;font-weight:600;font-family:var(--font-Ubuntu-Regular);color:#a4b1ee;margin-top:20px;margin-bottom:10px}.course-template img{margin:0 auto;display:block}.course-template .image-container{text-align:center;margin-top:20px}.course-template p.subtitle-image{font-size:20px;font-weight:600;font-family:var(--font-Ubuntu-Regular);color:#a4b1ee;margin-top:20px;margin-bottom:10px}.course-template .purple-gradient-bg{padding:25px;color:#fff;background:#1e5799;background:-moz-linear-gradient(45deg,#9faded 0%,#687fe1 100%);background:-webkit-linear-gradient(45deg,#9faded 0%,#687fe1 100%);background:linear-gradient(45deg,#9faded,#687fe1)}.course-template .purple-gradient-bg p.img-title{text-align:center;color:#fff;font-weight:600;font-family:var(--font-Ubuntu-Regular);font-size:2.5em}.course-template p.doc-name{color:#ed413c;font-weight:600;font-family:var(--font-Ubuntu-Regular);font-size:1.8rem;margin-bottom:0}.course-template p.doc-specialist{color:#a4b1ee;font-size:1.6rem}.course-template p.patient-quote{align-items:center;background-image:url(/build/assets/img/quote-image.png);background-size:100% 100%;background-repeat:no-repeat;color:#778ce9;display:flex;flex-direction:column;font-style:italic;font-weight:400;justify-content:center;min-height:184px;padding:50px}.course-template p.practise-point{align-items:center;background-image:url(/build/assets/img/practise-point.png);background-size:100% 100%;background-repeat:no-repeat;color:#778ce9;display:flex;flex-direction:column;font-style:italic;font-weight:400;justify-content:center;min-height:184px;padding:50px}.course-template #PEI-accordion h3{background-color:#fff0;color:#a4b1ee;cursor:pointer}.course-template #PEI-accordion h3:hover{background-color:#e3f1f9}.course-template .form-control:focus,.course-template .single-line:focus{border-color:#9eacec}.course-template .white-shadow-bg{background-color:#fff;box-shadow:-2px -2px 8px #8a85851a,20px 22px 30px #8a85855e;height:100%;padding:25px;-webkit-box-shadow:-2px -2px 8px rgba(138,133,133,.1),20px 22px 30px rgba(138,133,133,.37);-moz-box-shadow:-2px -2px 8px rgba(138,133,133,.1),20px 22px 30px rgba(138,133,133,.37)}.course-template .shadow-box{box-shadow:-2px -2px 8px #8a85851a,20px 22px 30px #8a85855e;-webkit-box-shadow:-2px -2px 8px rgba(7,3,3,.1),20px 22px 30px rgba(138,133,133,.37);-moz-box-shadow:-2px -2px 8px rgba(138,133,133,.1),20px 22px 30px rgba(138,133,133,.37)}.course-template .table-background{background-image:url(/build/assets/img/testbackground.png),linear-gradient(to right,#778ce900,#778ce900);background-repeat:no-repeat,no-repeat;background-position:left,right}.course-template .table-background tr:nth-child(1),.course-template .table-background tr:nth-child(3){background-color:#8b9dec}.course-template .table-background tr:nth-child(2),.course-template .table-background tr:nth-child(4){background-color:#778ce9}.course-template .table-background tr td:first-child{background-image:url(/build/assets/img/testbackground.png),no-repeat,fixed}.course-template table.two-column tr td:first-child{width:35%}.course-template table.two-column tr td{padding:35px;vertical-align:middle;border-left:1px solid #e7eaec}.course-template table.two-column tr td p.table-heading{font-weight:600;font-family:var(--font-OpenSans-Medium),sans-serif;font-size:2.5em;margin-bottom:0}.course-template table.three-columns tr td:nth-child(1){width:35%}.course-template table.three-columns tr td:nth-child(2){width:30%}.course-template table.three-columns tr td:nth-child(3){width:35%}.course-template table.three-columns tr td{padding:35px;vertical-align:middle;border-left:1px solid #e7eaec;font-size:1.1rem;text-align:center}.course-template table.three-columns th{font-weight:600;font-family:var(--font-OpenSans-Medium),sans-serif;border-left:1px solid #e7eaec;font-size:1.4rem;margin-bottom:0;text-align:left;padding:10px}.course-template #tabs{position:relative;border:0;padding:.2em}.course-template #tabs .ui-widget-content{border:0;padding:40px 25px;background-color:#fff;outline:none;box-shadow:-6px 0 17px #8a85855e,20px 22px 30px #8a85855e;-webkit-box-shadow:-6px 0px 17px rgba(138,133,133,.37),20px 22px 30px rgba(138,133,133,.37);-moz-box-shadow:-6px 0px 17px rgba(138,133,133,.37),20px 22px 30px rgba(138,133,133,.37)}.course-template .ui-state-active,.course-template .ui-widget-content .ui-state-active,.course-template .ui-widget-header .ui-state-active{border:0;background:#a1afed!important;background:-moz-linear-gradient(top,#a1afed 0%,#6e84e3 100%)!important;background:-webkit-linear-gradient(top,#a1afed 0%,#6e84e3 100%)!important;background:linear-gradient(to bottom,#a1afed,#6e84e3)!important;outline:none;color:#fff!important}.course-template .ui-state-active a{color:#fff!important;outline:none}.course-template .ui-widget-content .ui-state-default,.course-template .ui-widget-header .ui-state-default{background:#c1c1c1;background:-moz-linear-gradient(top,#c1c1c1 0%,#fcfcfc 100%);background:-webkit-linear-gradient(top,#c1c1c1 0%,#fcfcfc 100%);background:linear-gradient(to bottom,#c1c1c1,#fcfcfc);color:#757575}.course-template #tabs .nav-bar{display:flex;align-items:stretch;justify-content:space-between;width:100%;margin:0;padding:0}.course-template #tabs .nav-bar .tab-nav:focus{outline:none}.course-template #tabs .nav-bar .tab-nav{padding:25px;display:block;color:#757575;font-size:1.3rem;text-transform:none;font-family:var(--font-Helvetica-Neue)}.course-template #tabs .nav-bar .tab-nav:not(:last-child){margin-right:5px}.course-template #tabs .nav-bar .tab-nav.bg-active{background:linear-gradient(to bottom,#a1afed,#6e84e3)!important;color:var(--white)}.course-template #tabs .nav-bar .tab-nav.bg-not-active{background:linear-gradient(to bottom,#c1c1c1,#fcfcfc)!important;color:var(--tab-text-color)}.course-template .tab-content{box-shadow:-6px 0 17px #8a85855e,20px 22px 30px #8a85855e;-webkit-box-shadow:-6px 0px 17px rgba(138,133,133,.37),20px 22px 30px rgba(138,133,133,.37);-moz-box-shadow:-6px 0px 17px rgba(138,133,133,.37),20px 22px 30px rgba(138,133,133,.37)}.course-template .select-option{bottom:0;left:0;position:absolute;width:100%;background-color:#a4b1ee;color:#fff!important;text-align:center}.course-template .select-option p{padding:15px 10px;margin-bottom:0;font-size:2rem}.course-template .option-selected{box-shadow:0 0 10px #677de1;-moz-box-shadow:0 0 10px rgb(103,125,225);-webkit-box-shadow:0 0 10px rgb(103,125,225);-o-box-shadow:0 0 10px rgb(103,125,225)}.course-template p.paitient-name{color:#fff;font-family:var(--font-Ubuntu-Regular);background:#a1afed;background:-moz-linear-gradient(top,#a1afed 0%,#6e84e3 100%);background:-webkit-linear-gradient(top,#a1afed 0%,#6e84e3 100%);background:linear-gradient(to bottom,#a1afed,#6e84e3);text-align:center;font-size:2rem;margin:15px 0 0;padding:20px}.course-template .paitient-image{width:80%}.course-template .stepimg{margin-bottom:-30px}.course-template .next-phase2 button,.course-template .next-phase3 button{background:#888686;color:#fff;border-radius:25px;justify-content:center;font-weight:600;width:200px;height:60px;margin-top:5px;font-size:15px;border:0}.course-template .next-phase2 button:hover,.course-template .next-phase3 button:hover{opacity:.6}.course-template .next-phase2 button.active,.course-template .next-phase3 button.active{display:none}.course-template .next-phase2 button:hover,.course-template .next-phase3 button:hover{color:#fff}.course-template .next-phase2,.course-template .next-phase3{margin-top:25px}.course-template .btn{border-radius:35px;color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 87px;padding:10px 65px;text-transform:uppercase}.course-template .btn-next{background:#d81b15;background-image:-moz-linear-gradient(-45deg,#d81b15 0%,#f84540 100%);background-image:-webkit-linear-gradient(-45deg,#d81b15 0%,#f84540 100%);background-image:linear-gradient(135deg,#d81b15,#f84540)}.course-template .btn-next:hover{background:#d81b15}.course-template .btn-submit{margin:0 25px 87px;background:#7489e9;background-image:-moz-linear-gradient(-45deg,#778ce9 0%,#778ce9 50%,#a8b5ee 100%);background-image:-webkit-linear-gradient(-45deg,#778ce9 0%,#778ce9 50%,#a8b5ee 100%);background-image:linear-gradient(135deg,#778ce9,#778ce9,#a8b5ee)}.course-template .btn-submit:hover{background:#7489e9}.course-template .btn-previous{color:#fff;background:#7489e9;background-image:-moz-linear-gradient(-45deg,#778ce9 0%,#778ce9 50%,#a8b5ee 100%);background-image:-webkit-linear-gradient(-45deg,#778ce9 0%,#778ce9 50%,#a8b5ee 100%);background-image:linear-gradient(135deg,#778ce9,#778ce9,#a8b5ee);margin:0 25px 87px 0}.course-template .btn-previous:hover{background:#7489e9}.course-template .button-container{margin:30px 0}.course-template .reference-box{margin-top:25px}.course-template .reference-box ol li::marker{font-weight:700}.course-template .reference-box p{color:#494949;font-size:20px;font-weight:600;margin-bottom:0}.course-template .reference-box ol{padding-inline-start:15px}.course-template .reference-box ol li{color:#494949;font-size:15px}.course-template circle.circle{stroke:#7e92ea!important}.course-template circle.border{stroke:#f23e39!important}.course-template #footer{position:relative;bottom:0;width:100%;margin-left:0;margin-right:0}.course-template footer .row{width:100%}.course-template footer{background-color:#5f6062;color:#fff;font-size:14px;-webkit-box-shadow:0px -4px 3px rgba(138,133,133,.75);-moz-box-shadow:0px -4px 3px rgba(138,133,133,.75);box-shadow:0 -4px 3px #8a8585bf}.course-template footer .container{max-width:1250px}.course-template footer .footer-title{margin:20px 0 10px;font-size:16px;font-weight:600}.course-template footer p img{margin-right:5px}@media all and (min-width: 1801px){.course-template .header-box{left:50%;top:60%}.course-template .header-box h2{font-size:20px}}@media all and (min-width: 1250px) and (max-width: 1800px){.course-template .header-box{left:60%}.course-template .header-box h2{font-size:20px}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.course-template .container{margin-right:0!important;margin-left:0!important;height:100%}.course-template .col-md-3 .img-fluid{height:100%!important}.course-template .col-md-2 .img-fluid{height:auto;max-height:150px}.course-template p.patient-quote,.course-template p.practise-point{display:block!important;padding:60px 50px 50px!important}.course-template .question-container{display:block!important}}.courses-landing-page #content-wrap{padding-bottom:0}.courses-landing-page #content-wrap>.row>.mb-3{margin-bottom:0!important}.landing-template{margin-top:var(--top-nav-height);overflow:hidden}.landing-template .box-course-content{background:var(--content-bg);border-bottom-left-radius:30px;border-top-right-radius:30px}.landing-template .white-box{background:var(--content-bg);text-align:center;border-radius:30px}.landing-template .divider{border-top:2px solid var(--secondary-color)}.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:2rem;line-height:1.4em}.landing-template h3{font-size:1.4rem}.landing-template p,.landing-template ul{font-size:1.2em}.landing-template p,.landing-template li,.landing-template h4{color:#212529}.landing-template h1,.landing-template h2,.landing-template h3,.landing-template h4{font-family:var(--landing-page-font)}.landing-template .fw-600{font-weight:600}.landing-template .fw-500{font-weight:500}.landing-template hr{opacity:1}.landing-template .h-caption{position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%)}.landing-template .h-caption .container{position:relative}.landing-template .h-caption .container .header-box{position:absolute;z-index:2;top:50%;width:100%;max-width:680px;right:0;transform:translateY(-50%)}.landing-template .h-caption .container .header-box h1{font-family:var(--font-Ubuntu-Regular);font-size:2rem;text-shadow:1px 1px 2px #bd1818,0 0 1em red,0 0 .2em #bb0a0a;text-transform:uppercase;font-style:italic;color:#fff}.landing-template .h-caption .container .header-box p{font-family:var(--font-Ubuntu-Regular);font-size:1.4rem;font-style:italic;font-weight:700;color:#fff;text-shadow:1px 1px 10px rgba(0,0,0,.5)}.landing-template .accreditation img{margin:14px;max-height:120px;width:auto}.landing-template .sponsor{display:block;flex-direction:column;justify-content:center;text-align:center;margin-bottom:0}.landing-template .sponsor img{max-height:80px;width:auto}.landing-template .sponsor h4{font-size:1.6em}.landing-template .accreditation img[alt*=RACP]{max-width:250px}.landing-template .call-out{width:100%;margin:1em 0;position:relative;padding:3em;border:0}.landing-template .learning-outcomes-block .blue-box{border-radius:20px}.landing-template .learning-outcomes-block h3{font-size:2em;color:var(--primary-color)}.landing-template .learning-outcomes-block p.sub-title{font-size:1.5rem;color:var(--secondary-color)}.landing-template ol.custom{margin-left:0;font-size:1.4em;line-height:1.4em}.landing-template ul.custom li,.landing-template ol.custom li{position:relative;margin-bottom:10px}.landing-template ol.custom ::marker{font-weight:600}.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,.landing-template .btn-login:hover{background:var(--secondary-color);border:1px solid var(--secondary-color);color:#fff}.landing-template .btn-login{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 .form-control:focus,.landing-template .single-line:focus{border-color:#7fafba}.landing-template h2.startlearn{color:var(--primary-color)}.landing-template .login-container p,.landing-template p.startpara{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:100px;width:auto}.landing-template .sponsor h4{font-size:1.2em}.landing-template .sponsor img{max-height:50px;max-width:125px}.landing-template .call-out h1{font-size:1.4rem;margin:0}.landing-template .learning-outcomes-block .header 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 .h-caption{position:relative;top:0;background:#0003;transform:translate(0)}.landing-template .h-caption .container .header-box{position:relative;transform:translate(0);text-align:center;min-width:0;padding-top:20px;padding-bottom:10px}.landing-template .h-caption .container .header-box h1{font-size:1.6rem;line-height:1.2}.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}}
