.bg-active{background-color:#d2d2d2}.bg-not-active{background-color:#e8e8e8}.tab-nav{text-decoration:none;transition:all .3s ease-in-out}.tab-nav:hover{filter:brightness(1.07)}.tab-content{padding:1em}@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}:root{--dark-blue-color: #214657;--blue-color: #75a1b0;--brand-color: #140f6f;--brand-hover: #747474;--quest-hover: #c6c6c6;--gold-color: #a7864b;--main-txt-color: #51484f;--divider-color: #d0cece;--light-blue-color: #93bac7;--table-border-color: #d0d0d0;--ubuntu-font: "Ubuntu-Regular", sans-serif;--transition: .4s all ease;--btn-radius: 8px;--open-sans-bold: "OpenSans-Bold", "Helveltica Neue", sans-serif;--open-sans: "OpenSans-Regular", "Helveltica Neue", sans-serif;--roboto-bold: "Roboto-Bold", "Helveltica Neue", sans-serif;--roboto-regular: "Roboto-Regular", "Helveltica Neue", sans-serif;--oswald: "Oswald", "Helveltica Neue", sans-serif;--text-color: #13447c;--primary-color: #140f6f;--secondary-color: #a7864b;--secondary-light-color: #e8fdfc;--content-bg: #ffffff;--gradient-left: #a7864b;--gradient-right: #725729;--white: #fff;--black: #000;--body-bg: #ececec;--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: 60px}.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}.course-template{background-color:var(--white);color:var(--black);position:relative;margin-top:var(--top-nav-height)}.course-template sup{font-size:9.5px}.course-template .course-nav .btn{text-transform:uppercase;color:var(--white)}.course-template .divider{border-top:2px solid var(--secondary-color);margin-top:0}.course-template .header-course{background-image:url(/build/assets/img/header-bg9.png);background-color:#c3b9b7;background-position:left;background-repeat:no-repeat;background-size:auto 100%;min-height:190px}@media (max-width: 1023px){.course-template .header-course{background-position:left}}@media (max-width: 900px){.course-template .header-course{right:0}}@media (max-width: 479px){.course-template .header-course{height:80px}}.course-template .header-course .header-placeholder{width:100%}.course-template .header-box{position:absolute;z-index:2;top:53%;right:120px;width:70%;transform:translateY(-50%);max-width:100%}@media (max-width: 900px){.course-template .header-box{right:0}}.course-template .header-box h1{font-size:3rem;color:var(--primary-color);text-transform:uppercase;line-height:1em;font-family:var(--roboto-bold);letter-spacing:2px;text-align:right}.course-template .header-box h1 span{font-size:1.85rem;color:var(--gold-color);font-family:var(--roboto-regular)}@media (max-width: 900px){.course-template .header-box h1 span{font-size:1rem}}@media (max-width: 360px){.course-template .header-box h1{font-size:11px!important}}.course-template .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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d7d7d",endColorstr="#d5d5d5",GradientType=1)}.course-template .circle-stats{justify-content:space-around}.course-template .circle-stats .circle-counter{--fg: #003161;--bg: #ff1c16}.course-template div.brand{background-color:var(--brand-color)}.course-template div.gold{background-color:var(--gold-color)}.course-template div.brand p,.course-template div.gold p{color:#fff}.course-template .answer-status{font-size:18px;margin-bottom:1em}.course-template .container p.text-small{font-size:15px!important}.course-template .answer-status.correct{color:green;font-weight:700!important}.course-template .answer-status.incorrect{color:red;font-weight:700!important}.course-template .icon.gold-gradient{border-radius:20px;position:relative;top:-.5em;padding:1em;text-align:center;max-width:300px}.course-template .navy{color:var(--brand-color)}.course-template .text-main{color:var(--main-txt-color);text-decoration:none}.course-template .lowercase{text-transform:lowercase}.course-template .underlined{text-decoration:underline}.course-template .bold{font-weight:700}.course-template .container hr{margin-top:0;margin-bottom:2em;border:0;border-top:1px solid #d0cece;opacity:1}.course-template .flexbox{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.course-template .self-reflect .reflection{font-size:18px;padding:0 0 0 1.4em;color:var(--brand-color)}.course-template .self-reflect.flexbox{align-items:center}.course-template .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap}.course-template .row>[class*=col-]{display:flex;flex-direction:column}.course-template *{box-sizing:border-box}.course-template #wrapper{height:100%;min-height:400px!important}.course-template #page-wrapper,.course-template #formAdminLearn{height:100%}.course-template .img-fluid{height:auto;margin:0 auto}.course-template .tabs-alpine{box-shadow:-7px 10px 30px -10px #0000007d}.course-template .tabs-alpine .tab-nav{padding:25px;font-size:1.3rem;text-transform:none;text-decoration:none;text-align:center;font-weight:600}.course-template .tabs-alpine .tab-nav.bg-active{background-color:var(--gold-color);color:#fff}.course-template .tabs-alpine .tab-nav.bg-not-active{color:var(--main-txt-color)}.course-template .option-container ul li label{width:100%}.course-template .header-box h2{color:#a7864b;font-family:var(--roboto-bold);font-size:1.1rem;white-space:nowrap;font-weight:300;text-transform:uppercase;letter-spacing:6px}.course-template .header-box img{display:none;float:left;height:100%;left:-25px;margin-right:15px;position:absolute}.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{-webkit-filter:drop-shadow(5px 5px 12px rgba(7,3,3,.1));filter:drop-shadow(5px 5px 12px rgba(7,3,3,.1))}.course-template .text-center.shadow-img{padding:20px 30px}.course-template .submit-row{text-align:center;width:100%;margin-bottom:2em}.course-template .indent-left{padding-left:3em}.course-template #tabs{position:relative;border:0;padding:0;box-shadow:-7px 10px 30px -10px #0000007d}.course-template #tabs .ui-widget-content{border:0;padding:40px 25px;background-color:#fff;outline:none}.course-template .ui-state-active,.course-template .ui-widget-content .ui-state-active,.course-template .ui-widget-header .ui-state-active{border:0;background-color:var(--gold-color)!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:#e8e8e8;color:var(--main-txt-color)}.course-template #tabs ul.nav-bar{display:flex;align-items:stretch;justify-content:space-between;width:100%;margin:0;padding:0}.course-template #tabs ul.nav-bar li{list-style:none;position:relative;top:0;margin:0;border-bottom-width:0;padding:0;white-space:nowrap;width:100%}.course-template #tabs ul.nav-bar li:focus{outline:none}.course-template #tabs ul.nav-bar li a{padding:25px;display:block;color:var(--main-txt-color);font-size:1.3rem;text-transform:none;text-decoration:none;text-align:center;font-weight:600}.course-template h2.title{color:var(--brand-color);text-transform:uppercase;line-height:50px;font-family:var(--open-sans-bold);font-weight:700;font-size:48px}.course-template h3.subtitle{font-size:38px;letter-spacing:1px;font-weight:600;color:var(--brand-color);text-transform:uppercase;padding-bottom:20px;font-family:Arial}.course-template h3.video-label{font-size:32px;font-weight:400;text-transform:uppercase;padding:0 2em;color:var(--brand-color)}.course-template h4{font-size:18px}.course-template textarea.form-control{background-color:var(--white);color:var(--black)}.course-template textarea.form-control::placeholder{font-size:16px;color:gray}.course-template h4.subtitle{font-size:24px;font-weight:600;color:var(--brand-color);padding-bottom:10px}.course-template h4.highliten-headline{color:var(--brand-color);font-size:20px;font-weight:700;line-height:32px;margin:20px 0}.course-template h5{font-size:22px;line-height:1.6;font-weight:600;color:var(--brand-color)}.course-template tr.gold-gradient h5{color:#fff}.course-template h6{font-size:16px;font-weight:400}.course-template .img-headline{font-size:17px;text-align:left;padding-bottom:5px}.course-template .video-container{max-width:860px;margin:auto;padding:0 0 3em}.course-template .video-headline h4{text-transform:uppercase;color:var(--brand-color);font-size:28px;line-height:38px;padding:0;margin:0}.course-template .container p{font-size:18px;color:var(--main-txt-color);margin-bottom:1rem;font-family:var(--open-sans)}.course-template .container p.bigger-size{font-family:var(--open-sans);font-style:italic;font-size:28px;line-height:28px;font-weight:400;letter-spacing:1.5px}.course-template body .container .draggable-container p{margin-bottom:0}.course-template body a:hover{color:var(--brand-color)}.course-template .container .figure-img{margin:-10px 0 0}.course-template .container .figure-img .col-lg-12{padding-right:8px;padding-left:8px}.course-template .container .figure-title{margin-top:2em;color:var(--brand-color);font-weight:600}.course-template .container .figure-caption{font-size:.9rem;text-align:left;padding:2em 0 0;color:var(--brand-color)}.course-template .container .question-headline,.course-template p.subtitle-content{font-size:24px;font-weight:600;color:var(--main-txt-color)}.course-template .question-title{font-size:22px!important;font-weight:500;color:var(--main-txt-color);margin-bottom:20px}.course-template .question-title.lowercase,.course-template .question-title span.lowercase{text-transform:none}.course-template .your-answer-headline{color:var(--light-blue-color);font-size:20px;line-height:20px;font-weight:800}.course-template .container .custom-list li a,.course-template .container .custom-ol li a{color:var(--brand-color)}.course-template .reference-box .custom-list{margin-left:0;padding-inline-start:12px}.course-template .custom-list.links a{color:var(--brand-color)}.course-template .custom-list li.before-none:before{display:none!important}.course-template .custom-ol.final li:before{font-weight:700;text-align:right;width:30px;left:-12px;color:var(--main-txt-color);background-color:transparent}.course-template .custom-ol.final li{padding-left:0}.course-template .custom-ol.final li a{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.course-template .custom-ol.final li a.nobreak{white-space:normal!important;word-break:normal!important}.course-template p.feedback-title,.course-template .reference-box p.ref-title,.course-template p.abbreviations{position:relative;color:var(--main-txt-color);font-family:var(--open-sans-bold);font-size:22px;line-height:30px;font-weight:600;letter-spacing:1px;margin-bottom:1px;margin-top:1.8em}.course-template p.feedback-title:before,.course-template p.abbreviations:before{position:absolute;content:"";width:100%;height:1px;left:0;top:-1.6em;background-color:#d0cece}.course-template .outcome-block{display:block}.course-template .outcome-block .custom-ol{padding:1.6em 2em 2em}.course-template .outcome-block .headerspecial .whitetext{color:#fff}.course-template .paragrph-block{padding:1.5em 2em}.course-template .outcome-block .custom-ol .list-headline,.course-template .outcome-block .custom-list .list-headline{text-transform:uppercase;letter-spacing:1px;color:var(--main-txt-color);font-size:2rem;font-weight:400;padding-top:0;margin-top:0}.course-template .outcome-block.learning .header h5{text-transform:uppercase;font-size:32px;line-height:1.2;letter-spacing:2px;font-weight:700;padding:.3em 0 .4em}.course-template .outcome-block.learning .custom-list{padding:2em}.course-template .outcome-block.learning ul.custom-list li:before{width:10px;height:10px;background-color:var(--gold-color);top:12px}.course-template .outcome-block .custom-ol,.course-template .outcome-block .custom-list li{color:var(--main-txt-color)}.course-template .warning-box{display:block;border:solid 2px var(--light-blue-color)}.course-template ol.words{padding-left:30px}.course-template .custom-ol{position:relative;list-style:none;counter-reset:custom-number;margin-bottom:30px}.course-template .custom-ol .list-headline{margin-bottom:5px}.course-template .custom-ol.no-dot{counter-reset:item;list-style-type:none}.course-template .custom-ol.no-dot li{padding-left:15px;margin-bottom:15px}.course-template .custom-ol.no-dot li:before{content:counter(item) "  ";counter-increment:item;width:30px;text-align:center;height:30px;border-radius:50%;margin-top:2px;line-height:29px;font-size:18px;padding-left:1px}.course-template .custom-ol li{font-size:18px;line-height:1.5em;padding-left:20px;counter-increment:custom-number}.course-template ol.custom-ol li:before{position:absolute;left:-3px;content:counter(custom-number) ". ";color:#fff;font-weight:600;background-color:var(--gold-color)}.course-template .outcome-block ol.custom-ol li:before{color:var(--main-txt-color);left:1.5em}.course-template .custom-ol li{padding-left:29px;color:var(--main-txt-color)}.course-template ol.custom-ol.long li:before{left:-5px;text-align:right;min-width:20px}.course-template .radio-container ul .flexbox li{display:inline-flex;width:auto}.course-template .radio-container ul.methods label{text-align:left}.course-template .radio-container ul.methods label strong{margin-right:10px;font-weight:500}.course-template .radio-container .methods.text-center .method label,.course-template .checkbox-container .methods.text-center .method label{padding-left:1.5em;padding-right:1.5em}.course-template .highlited,.course-template ul.custom-list li .highlited{color:var(--brand-color);text-decoration:underline}.course-template .custom-list.stripednormal{margin:0;padding:0}.course-template .custom-list.stripednormal li{padding:.6em 1em .6em 2.4em;margin:0;font-weight:400;font-size:18px;letter-spacing:.1px}.course-template .custom-list.stripednormal li:nth-child(odd){background-color:gray}.course-template .custom-list.stripednormal.oposit li:nth-child(2n){background-color:#666}.course-template .custom-list.stripednormal.oposit li:nth-child(odd){background-color:#fff}.course-template .custom-list.stripednormal li:before{left:20px;top:20px}.course-template .custom-list.striped{margin:0;padding:0}.course-template .custom-list.striped li{padding:.6em 1em .6em 2.4em;margin:0;font-weight:700;font-size:18px;letter-spacing:.1px}.course-template .custom-list.striped li:nth-child(odd){background-color:gray}.course-template .custom-list.striped.oposit li:nth-child(2n){background-color:#666}.course-template .custom-list.striped.oposit li:nth-child(odd){background-color:#fff}.course-template .custom-list.sudolist .negative-margin{margin-left:-.7em}.course-template .custom-list.striped li:before{left:20px;top:20px}.course-template .highlited .pure-bold{text-decoration:none;color:var(--main-txt-color);font-weight:700}.course-template .row.presentation-row{max-width:800px;margin:0 auto 30px}.course-template .presentation-row h5,.course-template .presentation-row p{font-size:16px}.course-template .desc-block{background-color:#eaf3f8;padding-top:20px;padding-left:24px;padding-right:24px}.course-template .img-col{padding-left:0;padding-right:0}.course-template .img-block{padding:0}.course-template .Answer.text-danger{color:#51484f!important}.course-template .btn.btn-link{font-weight:inherit;font-size:inherit;color:var(--brand-color);box-shadow:none;display:inline-block;padding:0 0 2px;line-height:inherit}.course-template .btn.btn-link:hover{color:var(--light-blue-color)}.course-template .steps-container img{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f;-webkit-box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);-moz-box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.course-template .next-phase2 a,.course-template .next-phase3 a,.course-template .next-phase4 a{background:#909090;color:#fff;border-radius:30px;justify-content:center;font-weight:100;padding:15px 30px;font-size:20px;text-transform:uppercase}.course-template .next-phase2 a:hover,.course-template .next-phase3 a:hover,.course-template .next-phase4 a:hover{color:#fff}.course-template .next-phase2,.course-template .next-phase3,.course-template .next-phase4{margin-top:15px;text-align:center}.course-template .btn{font-family:Arial;min-width:266px;border-radius:var(--btn-radius);color:var(--white);font-size:1.6rem;font-weight:500;margin:0 .6rem;text-transform:uppercase;transition:var(--transition);padding-left:30px;padding-right:30px;line-height:1.8;letter-spacing:1px;border:none}.course-template .btn-next{background:var(--brand-color)}.course-template .btn-submit{background:var(--gold-color)}.course-template .btn-previous{background:#a5bbd1}.course-template .btn-previous:hover,.course-template .btn-next:hover,.course-template .btn-submit:hover{background:var(--brand-hover)}.course-template .button-container{margin:60px 0}.course-template .d-hidden{display:none}.course-template .dark-bordered{display:block;margin:24px auto;width:100%;padding:20px 30px;text-align:center;border:solid 3px var(--brand-color);font-size:18px}.course-template .thin-border{display:block;margin:24px auto;width:100%;padding:15px 25px;text-align:left;border:solid 1px var(--dark-blue-color);font-size:16px}.course-template .Answer ul.custom-list{margin-bottom:0}.course-template .Answer ol.custom-list{margin-bottom:0;margin-left:1em}.course-template .Answer .call-out{margin-top:30px;margin-bottom:30px}.course-template ul.custom-list{margin-left:-15px;list-style-type:none;list-style-position:outside}.course-template ul.custom-list li{position:relative;color:var(--main-txt-color);font-size:18px;line-height:1.8;padding-left:.6em;margin-left:0}.course-template ul.custom-list li:before{content:"";width:8px;height:8px;background-color:var(--gold-color);border-radius:50%;position:absolute;left:-14px;top:13px}.course-template .custom-list .list-headline{padding:0;color:var(--brand-color);font-size:20px;margin:1em 1em .4em 0;font-weight:600}.course-template .custom-list .parent-line{padding:0;color:var(--main-txt-color);font-size:16px;margin:1em 1em .2em -1em}.course-template .custom-list-sub li{list-style:none}.course-template .reviewer{padding:1rem 0 .5rem}.course-template .reviewer img{width:100%;padding:0 1rem .4rem}.course-template .reviewer h3{text-align:center;font-size:15px}.course-template .custom-list-sub li:before{content:"-";display:inline-block;width:1em;margin-left:-1em;font-size:1.5em}.course-template ul.sub-list{list-style:none;padding-left:40px;padding-top:5px}.course-template .sub-list ul{list-style:none}.course-template ul.custom-list .sub-list li:before{content:"";width:10px;height:3px;background-color:var(--gold-color);border-radius:0;position:absolute;left:-10px;top:16px}.course-template ul.custom-list .sub-list.circle li:before{content:"";width:8px;height:8px;background-color:#0000;position:absolute;left:-10px;top:8px;border-radius:50%;border:solid 1px var(--brand-color)}.course-template ul.sub-square{list-style:none;padding-left:40px;padding-top:10px}.course-template ul.custom-list li .sub-list .sub-square li:before{content:"";width:8px;height:8px;background-color:var(--brand-color);border-radius:0;position:absolute;left:-10px;top:9px}.course-template .reference-box{margin-top:30px}.course-template .reference-box p{color:var(--main-txt-color);font-size:20px;font-weight:600;margin-bottom:0}.course-template .reference-box ol{margin-top:2px;padding-inline-start:20px}.course-template .reference-box ol.custom-ol li{padding-left:0}.course-template .reference-box ol.custom-ol li:before{background-color:var(--white);color:var(--black)}.course-template .reference-box ol li{color:var(--main-txt-color);font-size:18px;font-weight:400;word-break:break-word}.course-template body .reference-box a{color:var(--main-txt-color);overflow-wrap:break-word;word-wrap:break-word}.course-template .reference-box ul{margin-top:15px;padding-inline-start:20px}.course-template .reference-box ul li{font-size:15px}.course-template circle.circle{stroke:#04396c!important}.course-template circle.border{stroke:red!important}.course-template .chart-container{display:flex;align-items:center;justify-content:center}.course-template .custom-table.special.as-accorrion-header th{vertical-align:top}.course-template .custom-table.special ul.custom-list{padding:0 1em}.course-template .custom-table.dense td{padding:8px 10px}.course-template .container .accordion-block.with-table .tabs-container .panel-body{padding:1em .5em}.course-template .container .accordion-block.with-table .panel-heading{position:relative;z-index:3;font-size:18px;max-width:100%;padding:0}.course-template .container .accordion-block.with-table .panel-heading .panel-title{margin:0}.course-template .container .accordion-block.with-table .panel-heading .panel-title a{display:block;width:100%;background-color:var(--brand-color);padding:1em 1.5em;margin-bottom:0;border-bottom:solid 1px #caba98;transition:var(--transition);cursor:pointer}.course-template .container .accordion-block.with-table .panel-heading .panel-title a.collapsed{background-color:var(--brand-color)}.course-template .container .accordion-block.with-table .panel-heading .panel-title a.collapsed:hover,.course-template .container .accordion-block.with-table .panel-heading .panel-title a[aria-expanded=true]:hover{background:#a6833d;background:-moz-linear-gradient(90deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:-webkit-linear-gradient(90deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:linear-gradient(90deg,#a6833d,#d6b55e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6833d",endColorstr="#d6b55e",GradientType=1);color:#fff}.course-template .container .accordion-block.with-table .panel-heading h4 a{color:var(--brand-color);text-decoration:none}.course-template table.custom-table.special.as-accorrion-header{position:relative;z-index:2}.course-template .container .accordion-block.with-table .tabs-container .panel-body{background:#0000;border:none;border-radius:0;padding:0;position:relative;z-index:0}.course-template .custom-table tr.gold-gradient.to-top th{vertical-align:top;padding-left:.8em!important}.course-template .accordion-block .light-gold,.course-template .important-block .light-gold{background-color:#f8f5ee!important}.course-template .accordion-block .light-gold th{background:#0000;color:var(--brand-color);padding-left:2em}.course-template .container .accordion-block.with-table .panel-body{position:relative;padding:0}.course-template .custom-table.special.as-accorrion-header th h6{font-weight:700}.course-template .custom-table.special tr.gold-gradient th{background:transparent;padding:1.6em 2em 1em}.course-template .custom-table.special .cutom-list li,.course-template p.feedback-content,.course-template div.feedback-content,.course-template .custom-table.multi-textarea.assessment td{font-size:18px}.course-template p.feedback-content,.course-template div.feedback-content{color:var(--main-txt-color)}.course-template .custom-table.multi-textarea td.border-b{border-bottom:solid 3px var(--gold-color)}.course-template table tr td.middle{height:100%;vertical-align:middle}.course-template table.table-four-col tr td{width:25%;max-width:25%;padding:20px;font-size:18px;text-align:center}.course-template .custom-table{border:none;width:100%}.course-template .container .custom-table p{margin-bottom:0}.course-template .custom-table tr.gold-gradient.spacer{border:0!important}.course-template .custom-table tr.gold-gradient.spacer td{height:6px}.course-template .gold-gradient.spacer td{font-size:0;padding:0;height:5px}.course-template .custom-table-white{color:#fff}.course-template .custom-table th,.course-template .custom-table.multi-textarea tr:first-child{padding:15px;background:#a6833d;background:-moz-linear-gradient(90deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:-webkit-linear-gradient(90deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:linear-gradient(90deg,#a6833d,#d6b55e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6833d",endColorstr="#d6b55e",GradientType=1);color:#fff}.course-template .custom-table td{border:0;padding:15px 10px;font-size:16px;vertical-align:top}.course-template .custom-table.multi-textarea.dense td{font-size:18px}.course-template .container .custom-table td,.course-template .container .custom-table td a{color:var(--brand-color)}.course-template .container table td.space{padding:.2em 0}.course-template .custom-table td.form-block{padding:20px 10px}.course-template .form-block .free-text-form{padding:0;margin-bottom:0}.course-template .free-text-form.multi-forms{padding:0}.course-template .custom-table.multi-textarea tr:first-child{border-bottom:none}.course-template .custom-table.multi-textarea tr{border-bottom:solid 3px var(--gold-color)}.course-template .form-block .free-text-form textarea{margin-bottom:0}.course-template .custom-table td:last-child,.course-template .custom-table th:last-child{border-right:none}.course-template .custom-table.multi-textarea th{background-color:transparent;background:transparent}.course-template .warning-block{position:relative;width:100%;margin:1em 0;border-radius:20px 0;left:50%;transform:translate(-50%);padding:4em;border:0;background:#a6833d;background:-moz-linear-gradient(170deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:-webkit-linear-gradient(170deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:linear-gradient(170deg,#a6833d,#d6b55e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6833d",endColorstr="#d6b55e",GradientType=1)}.course-template .warning-block:after{position:absolute;top:2em;left:2em;content:"";background-color:#fff;width:calc(100% - 4em);height:calc(100% - 4em);display:block;z-index:0;border-radius:12px 0}.course-template .warning-text{font-size:24px;line-height:1.5;color:#fff;letter-spacing:1px;font-weight:600;width:100%;position:relative;z-index:1;padding:0 1em}.course-template .call-out.art-quote{border-radius:60px 0;background-color:var(--gold-color);background:var(--gold-color);padding:3em 5em;position:relative}.course-template .call-out.art-quote:before,.course-template .call-out.art-quote:after{position:absolute;display:block;width:52px;height:44px;content:"";background-position:top left;background-repeat:no-repeat;background-size:52px 44px}.course-template .call-out.art-quote:before{top:34px;left:34px;right:auto;bottom:auto}.course-template .call-out.art-quote:after{bottom:34px;right:34px;top:auto;left:auto;transform:rotate(180deg)}.course-template .call-out.art-quote .cal-out-text{color:var(--main-txt-color);text-align:center}.course-template .call-out-ico{z-index:1}.course-template .call-out{width:100%;margin:1em 0;border-radius:20px 0;position:relative;left:50%;transform:translate(-50%);padding:3em;border:0;background:#a6833d;background:-moz-linear-gradient(170deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:-webkit-linear-gradient(170deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:linear-gradient(170deg,#a6833d,#d6b55e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6833d",endColorstr="#d6b55e",GradientType=1)}.course-template .steps-container .next-phase2 a,.course-template .steps-container .next-phase3 a,.course-template .steps-container .next-phase4 a{background-color:var(--brand-color)}.course-template .call-out.blue-call h4{text-align:center;margin-left:-60px;color:var(--brand-color);font-size:20px;font-weight:700}.course-template .cal-out-text{font-size:24px;line-height:1.5;color:#fff;letter-spacing:1px;font-weight:600;width:100%}.course-template .cal-out-text a{color:#fff}.course-template .quote-block{width:100%;margin:40px 0;border:0;position:relative;left:0;padding:0 15px 30px 5px}.course-template .quote-block-border{position:absolute;height:100%;width:18px;left:0;top:0;background:#e3b65e;background:-moz-linear-gradient(0deg,rgb(227,182,94) 0%,rgb(220,186,89) 100%);background:-webkit-linear-gradient(0deg,rgb(227,182,94) 0%,rgb(220,186,89) 100%);background:linear-gradient(0deg,#e3b65e,#dcba59);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3b65e",endColorstr="#dcba59",GradientType=1)}.course-template .quote-block-text{font-size:18px;line-height:26px;color:var(--brand-color);letter-spacing:.8px;font-weight:500;padding-left:2.5em;margin-bottom:1.6em}.course-template .quote-block-author{text-align:left;display:block;width:100%;position:absolute;bottom:0;font-size:18px;font-style:italic;padding-left:2.4em;color:var(--main-txt-color)}.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:#02294d;background:-moz-linear-gradient(90deg,rgb(2,41,77) 0%,rgb(5,57,109) 100%);background:-webkit-linear-gradient(90deg,rgb(2,41,77) 0%,rgb(5,57,109) 100%);background:linear-gradient(90deg,#02294d,#05396d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#02294d",endColorstr="#05396d",GradientType=1);border:none;color:#fff;font-size:14px}.course-template footer .container{max-width:1250px}.course-template footer .footer-title{margin:20px 0 10px;font-size:16px;font-weight:400}.course-template footer p{font-weight:100}.course-template footer p img{margin-right:5px}.course-template .free-text-form{padding:0}.course-template .container .free-text-form hr{margin-top:3em;border-width:2px}.course-template .free-text-form textarea{font-size:15px;margin-bottom:20px;border-color:#e5e6e7;line-height:normal}.course-template .form-control:focus{border-color:var(--brand-color);box-shadow:0 0 7px -2px #0f396d}.course-template .option-container{width:100%;align-items:center;display:flex;justify-content:center;flex-direction:column}.course-template .option-container.invalid:before{color:red}.course-template .option-container.align-items-center{max-width:420px;display:block;margin:0 auto}.course-template .checkbox-container{align-items:center;display:flex;justify-content:left;min-width:200px}.course-template .checkbox-container label{align-items:center;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 var(--main-txt-color)}.course-template .checkbox-container label:hover:before,.course-template .checkbox-container input[type=checkbox]:hover+label:before{background-color:var(--brand-color)}.course-template .checkbox-container input[type=checkbox]:checked+label:before{background-color:var(--brand-color);border:.1em solid var(--brand-color);display:flex;justify-content:center;align-items:center;color:#fff}.course-template .iradio_square-blue{width:24px;height:24px}.course-template .row.row-header{background-color:#fff;margin:0 5px;font-size:16px;color:var(--brand-color)}.course-template .row.true-false-block{margin:0}.course-template .row.true-false-block>div>.row{margin-top:10px}.course-template .true-false{background-color:var(--gold-color);margin:0}.course-template .container .true-false .content-text{margin-bottom:1.3rem}.course-template .true-false .check-options .Answer{transform:translate(-50%,-30px)}.course-template .true-false .check-options{align-items:center;justify-content:center}.course-template .quest-col,.course-template .check-options{border-right:0}.course-template .quest-col{padding-left:2.5em}.course-template .quest-col .content-text{margin-bottom:0}.course-template .option-container{align-items:center;display:block;justify-content:center;flex-direction:column}.course-template .radio-container,.course-template .checkbox-container{display:block;width:100%;text-align:center}.course-template .radio-container ul,.course-template .checkbox-container ul{list-style:none;margin:0 1em 2em;padding:0}.course-template .option-container.no-before-el .radio-container label:before,.course-template .option-container.no-before-el .checkbox-container label:before,.course-template .radio-container.no-before-el li label:before,.course-template .checkbox-container.no-before-el li label:before,.course-template ul.custom-list.no-before-el li:before{display:none!important}.course-template ul.custom-list.no-before-el li{padding-left:1.5em}.course-template .radio-container li,.course-template .checkbox-container li{display:block;width:100%;background-color:green;margin-bottom:8px;padding:0;color:var(--main-txt-color);cursor:pointer}.course-template .radio-container li.method input,.course-template .checkbox-container li.method input{display:none}.course-template .radio-container li.method label,.course-template .checkbox-container li.method label{text-align:center}.course-template .radio-container li.method,.course-template .checkbox-container li.method{background:none}.course-template .radio-container label,.course-template .checkbox-container label{padding:.6em 2em .6em 1.6em;transition:var(--transition);align-items:center;cursor:pointer;display:block;font-size:19px;margin:0 0 1em;border-radius:var(--btn-radius);background-color:#ededed;font-family:Arial;font-weight:400;color:var(--main-txt-color)}.course-template .radio-container label:hover,.course-template .checkbox-container label:hover{background-color:var(--quest-hover)}.course-template .radio-container input[type=radio]{opacity:0;position:absolute}.course-template .radio-container label:hover:before,.course-template .radio-container input[type=radio]:hover+label:before,.course-template .checkbox-container label:hover:before,.course-template .checkbox-container input[type=checkbox]:hover+label:before{transition:var(--transition);background-color:var(--gold-color)}.course-template .option-container input[type=radio]:disabled+label,.course-template .option-container input[type=radio]:disabled,.course-template .option-container input[type=checkbox]:disabled+label,.course-template .option-container input[type=checkbox]:disabled{color:#aaa;cursor:not-allowed}.course-template .option-container input[type=radio]:disabled+label:hover,.course-template .option-container input[type=radio]:disabled:hover,.course-template .option-container input[type=checkbox]:disabled+label:hover,.course-template .option-container input[type=checkbox]:disabled:hover{background-color:#ededed}.course-template textarea.form-control:disabled{color:#aaa;cursor:not-allowed;background-color:#ededed}.course-template textarea.form-control:disabled:hover{background-color:#ededed}.course-template .option-container input[type=checkbox]:disabled+label,.course-template .option-container input[type=checkbox]:disabled{color:#aaa;background-color:red}.course-template .radio-container input[type=checkbox]:checked+label,.course-template .radio-container input[type=radio]:checked+label,.course-template .checkbox-container input[type=checkbox]:checked+label,.course-template .checkbox-container input[type=radio]:checked+label{color:#fff!important;box-shadow:none;background-color:var(--brand-color)!important}.course-template .radio-container input[type=radio]:checked+label:before,.course-template .checkbox-container input[type=checkbox]:checked+label:before{background-color:#f0f;border:.2em solid #ffffff;display:flex;justify-content:center;align-items:center;color:#fff;padding:.4em;margin-right:.9em}.course-template .radio-container input[type=radio]:disabled+label:before{background-color:#ccc;border-color:#999}.course-template .checkbox-container{display:block;width:100%}.course-template .checkbox-container label{align-items:center;cursor:pointer;font-size:18px}.course-template .checkbox-container input[type=radio]{cursor:pointer;opacity:0;position:absolute}.course-template .checkbox-container label:before,.course-template .radio-container label:before{content:"";width:15px;height:15px;border-radius:50%;padding:.5em;margin-right:.8em;border:.1em solid var(--gold-color);background-color:#fff}.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]:disabled+label:before{background-color:#ccc;border-color:#999}.course-template .option-container.invalid,.course-template .radio-container.invalid,.course-template .checkbox-container.invalid,.course-template .free-text-form.invalid{background-color:#ff00000d;outline:dashed 1px rgba(255,0,0,.5098039216);padding:8px}.course-template .your-answer-headline{font-size:1.2rem;font-weight:600;color:var(--brand-color)}.course-template .order-sort #sortable{list-style-type:none;margin:0;padding:0;width:100%}.course-template .order-sort #sortable li{margin:5px 3px 3px;padding:.4em .4em .4em 1.5em;font-size:16px;height:32px;width:100%;vertical-align:middle;background-color:#fff;border-radius:3px;text-shadow:0 1px 0 rgba(255,255,255,.5);-webkit-filter:drop-shadow(2px 2px 3px rgba(80,80,80,.1607843137));filter:drop-shadow(2px 2px 3px rgba(80,80,80,.16));border:1px solid #ddd}.course-template .order-sort #sortable li:hover{border:1px solid var(--brand-color);cursor:-webkit-grab;cursor:grab}.course-template .order-sort #sortable li img{width:40px;vertical-align:middle}.course-template .order-sort #sortable li i{position:absolute;margin-left:-15px}.course-template .order-sort .ui-sortable-placeholder{background:#ec5939fc!important}.course-template .order-sort .ui-sortable-helper{background:#ffffffe6!important}@media all and (max-width: 575px){.course-template header .header-course{min-height:94px}.course-template header .header-box{width:58%;left:142px}.course-template header .header-box h1{font-size:1rem}}@media all and (max-width: 991px){.course-template .container video{max-width:100%}}@media all and (max-width: 767px) and (min-width: 576px){.course-template header .header-course{min-height:140px}.course-template header .header-box{width:62%;left:215px}.course-template header .header-box h1{font-size:1.8rem}}@media all and (max-width: 991px) and (min-width: 768px){.course-template header .header-course{min-height:160px}.course-template header .header-box{width:60%;left:250px}.course-template header .header-box h1{font-size:2.2rem}}@media all and (max-width: 1200px) and (min-width: 1060px){.course-template main .header-box{width:72%!important}}@media all and (min-width: 1201px){.course-template main .header-course{max-height:220px}.course-template main .header-course .header-box{left:350px}}.landing-template{margin-top:var(--top-nav-height);background:var(--body-bg)}.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 .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%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d7d7d",endColorstr="#d5d5d5",GradientType=1)}.landing-template .header-box{position:absolute;z-index:2;top:53%;right:120px;width:70%;transform:translateY(-50%);max-width:100%}@media (max-width: 900px){.landing-template .header-box{right:0}}.landing-template .header-box h1{font-size:3rem;color:var(--primary-color);text-transform:uppercase;line-height:1em;font-family:var(--roboto-bold);letter-spacing:2px;text-align:right}.landing-template .header-box h1 span{font-size:1.8rem;color:var(--gold-color)}@media (max-width: 900px){.landing-template .header-box h1 span{font-size:1rem}}@media (max-width: 900px){.landing-template .header-box h1{font-size:2rem}}@media (max-width: 479px){.landing-template .header-box h1{font-size:11px}}.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 li,.landing-template p,.landing-template h1,.landing-template h2,.landing-template h3,.landing-template h4{color:#212529;font-family:var(--landing-page-font)}.landing-template .fw-600{font-weight:600}.landing-template .fw-500{font-weight:500}.landing-template .header-course{background-image:url(/build/assets/img/header-bg9.png);background-position:center center;background-repeat:no-repeat;background-size:cover;min-height:auto;display:block;position:relative;height:200px}@media (max-width: 1023px){.landing-template .header-course{background-position:left}}@media (max-width: 479px){.landing-template .header-course{height:80px}}.landing-template .accreditation img{margin:14px;max-height:120px;width:auto}.landing-template .accreditation img[alt*=RACP]{max-width:250px}.landing-template .sponsor{display:block;flex-direction:column;justify-content:center;text-align:center}.landing-template .sponsor img{max-height:70px;width:auto}.landing-template .sponsor h4{font-size:1.6em}.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 .learning-outcomes-block .custom{margin-left:0;font-size:1.4em;line-height:1.4em}.landing-template .learning-outcomes-block .custom li{position:relative;margin-bottom:10px}.landing-template .learning-outcomes-block .custom li ::marker{color:var(--secondary-color);font-weight:600}.landing-template ul.custom li,.landing-template ol.custom li{position:relative;margin-bottom:10px}.landing-template ol.custom ::marker{color:var(--secondary-color);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 .responsive-accreditation-image{width:130px}.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 (max-width: 956px){.landing-template .flex-row{flex-direction:column!important}.landing-template .responsive-accreditation-image{width:130px}}@media only screen and (max-width: 991px){.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:1.6rem}.landing-template p.startpara{font-size:1.2rem}.landing-template .or{margin:0!important}}@media only screen and (max-width: 767px){.landing-template h1{font-size:1.4rem;line-height:1.2em}.landing-template .header-course{height:auto}.landing-template .header-placeholder{display:none}.landing-template .header-box{width:100%;position:relative;top:0;transform:translate(0)}.landing-template .header-box h1{font-size:2rem;padding:20px;background:#fff6;margin-bottom:0;text-align:center}.landing-template .learning-outcomes-block h3{font-size:1.6em}.landing-template .or *{font-size:16px!important}.landing-template .btn-create-account,.landing-template .btn-login{font-size:1.2rem!important}.landing-template .image-copy img{margin:0 auto 20px}}
