.drag-n-drop-columns .dnd-columns{display:flex;justify-content:space-between;gap:10px}.drag-n-drop-columns .dnd-col{padding:0;width:50%;flex:0 1 auto;text-align:center;margin-bottom:15px}.drag-n-drop-columns .dnd-source{padding:0}.drag-n-drop-columns .dnd-item[draggable]{cursor:grab}.drag-n-drop-columns .dnd-title{display:flex;justify-content:center;align-items:center}.drag-n-drop-columns .dnd-drop{display:block;margin:0;list-style-type:none;height:100%;position:relative}.drag-n-drop-columns .dnd-drop:empty:before{position:absolute;content:"+ Drop here";top:40%;left:50%;transform:translate(-50%,-50%)}.drag-n-drop-columns .dnd-source.-dragover{background:transparent}.drag-n-drop-columns .dnd-col.-dragover{background:#a4a4a452}.drag-n-drop-columns .dnd-items{list-style-type:none;margin:0;text-align:center}.drag-n-drop-columns .dnd-item{display:inline-block}.drag-n-drop-columns .dnd-item:not([draggable]){color:#aaa;background-color:#f2f2f2!important;border:1px solid #d0cece!important;cursor:not-allowed}.drag-n-drop-columns .dnd-item:not([draggable]):hover{color:#aaa;background-color:#f2f2f2!important;border:1px solid #d0cece!important;box-shadow:3px 3px 3px #0000001f!important}.drag-n-drop-columns .dnd-item *{pointer-events:none}.invalid .dnd-source{background-color:#ff00001c;position:relative}.invalid .dnd-source:after{position:absolute;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='red' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");content:"";top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:6px;z-index:-1}.x-scored-checkbox-table{width:100%;margin-bottom:2em}.x-scored-checkbox-table .validation-input{width:0;height:0;opacity:1;border:none;padding:0}.x-scored-checkbox-table .checbox-column-heading,.x-scored-checkbox-table .checkbox-container{text-align:center}.x-scored-checkbox-table .header{display:flex;justify-content:space-between}.x-scored-checkbox-table input[type=checkbox]{position:relative;box-sizing:content-box;vertical-align:middle;overflow:hidden;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.x-scored-checkbox-table input[type=checkbox]:before{position:relative;content:"";display:block;box-sizing:content-box;width:20px;height:20px;border:2px solid #ccc;transition:.2s border-color ease;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:4px}.x-scored-checkbox-table input[type=checkbox]:after{position:absolute;left:50%;top:50%;content:"";display:block;box-sizing:content-box;transform-origin:50% 50%;background-color:#00f;width:18px;height:18px;border-radius:4px;transform:translate(-50%,-50%) scale(0)}.x-scored-checkbox-table input[type=checkbox]:checked:before{border-color:#00f;transition:.5s border-color ease}.x-scored-checkbox-table input[type=checkbox]:checked:after{-webkit-animation:toggleOnRadio .2s ease forwards;animation:toggleOnRadio .2s ease forwards}.x-scored-checkbox-table input[type=checkbox]:disabled{cursor:not-allowed}.x-scored-checkbox-table input[type=checkbox]:disabled:before{border:2px solid #dfdfdf;filter:grayscale(1)}.x-scored-checkbox-table input[type=checkbox]:disabled:after{background-color:#dfdfdf;filter:grayscale(1)}.x-scored-checkbox-table .score-sum{text-align:center}.x-scored-checkbox-table .summary{background:transparent;margin:0;height:0}:root{--font-open-sans: "OpenSans-Regular", sans-serif;--font-open-sans-bold: "OpenSans-Bold", sans-serif;--text-color: #05396d;--primary-color: #05396d;--secondary-color: #a89568;--content-bg: #e4f0f5;--navy-blue: #05396d;--gold-dark-color: #ae8542;--gold-color: #a89568;--bright-gold: #f7f1df;--body-bg: #99c6da;--white: #ffffff;--Montserrat-Light: "Montserrat-Light", sans-serif;--font-Roboto-Regular: "Roboto-Regular", sans-serif;--top-nav-height: 0}.gradient-gold{background:#a6833d;background:-moz-linear-gradient(90deg,rgb(166,131,61) 0%,rgb(214,181,94) 100%);background:-webkit-linear-gradient(90deg,#a6833d 0%,#d6b55e 100%);background:linear-gradient(90deg,#a6833d,#d6b55e);padding:1em 2em .8em;color:#fff}#page-container{background-color:var(--body-bg)}.course-template{margin-top:var(--top-nav-height);background-color:#fff}.course-template .answer-status{font-size:18px;margin-bottom:1em}.course-template .answer-status ul{font-weight:400}.course-template .answer-status ul li{color:var(--text-color)}.course-template .Answer .answer-status.correct p,.course-template .Answer .answer-status.incorrect p{font-size:18px}.course-template .container p.text-small{font-size:15px!important}.course-template .icon.gold-gradient{border-radius:20px;position:relative;top:-.5em;padding:1em;text-align:center;max-width:300px;color:#fff!important}.course-template .icon.gold-gradient h1{font-size:70px;font-weight:600}.course-template .icon .rounded-box p{color:#fff!important}.course-template .gold-gradient{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)}.course-template .gold-gradient h6{font-weight:600;font-size:20px}.course-template .navy{color:var(--navy-blue)}.course-template .text-main{color:var(--text-color);text-decoration:none}.course-template .lowercase{text-transform:lowercase}.course-template .container hr{margin-top:1rem;margin-bottom:0;border:0;border-top:3px solid var(--gold-color);opacity:1}.course-template .diagram .section-container{position:relative;min-height:150px}.course-template .diagram .section-container div{position:absolute;transform:translate(-50%);display:none;vertical-align:top;text-align:left;width:70%}.course-template .diagram .common-part-module{background-position:top center;background-repeat:no-repeat;background-size:auto 260px}.course-template .diagram .common-part-module .visual{margin-bottom:20px}.course-template .diagram .section-container #section-a{left:64%}.course-template .diagram .section-container #section-ab{left:69%}.course-template .diagram .section-container #section-b{left:62%}.course-template .diagram .tab-container{max-width:430px;margin:0 auto}.course-template .diagram .circle{display:inline-block;max-height:260px;line-height:254px;vertical-align:middle;border:none;border-radius:50%;margin-bottom:1em;text-decoration:none;transition:all .2s ease-in-out;padding-top:0!important}.course-template .diagram .circle span{position:relative;width:auto;background-color:transparent;transition:all .2s ease-in-out;font-weight:700;font-size:21px;text-decoration:none;color:#fff}.course-template .diagram .circ-a{text-align:left;margin-right:-104px;padding-left:1em;background-color:transparent}.course-template .diagram .circ-a span{left:42px;top:-62px}.course-template .diagram .circ-b span{right:42px;top:-62px}.course-template .diagram .circ-b{text-align:right;margin-left:-104px;padding-right:1em;background-color:transparent}.course-template .diagram .circ-ab{text-align:center}.course-template .diagram .circle.circ-a,.course-template .diagram .circle.circ-b{position:relative;height:100%;width:260px;z-index:1;border:solid 1px transparent;text-decoration:none}.course-template .diagram .circle.circ-ab{position:relative;border-color:transparent;width:102px;z-index:2;display:inline-block;height:204px;padding-top:20px!important}.course-template .diagram .circle.circ-ab span{position:relative;top:-20px}.course-template .diagram .circ-a:hover span,.course-template .diagram .circ-a:focus span{color:#1f4e7c}.course-template .diagram .circ-b:hover span,.course-template .diagram .circ-b:focus span{color:#c9a454}.course-template .diagram .circ-ab:hover span,.course-template .diagram .circ-ab:focus span{color:#346698}.course-template .diagram .tab-content{max-width:800px;margin:0 auto}.course-template .diagram .ct1 p{margin-left:100px}.course-template .diagram .ct2 p{max-width:400px;margin-left:250px}.course-template .diagram .ct3 p{margin-left:50px}.course-template .diagram .circ-x,.course-template .diagram .ctx{display:none!important}.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(--navy-blue)}.course-template .self-reflect.flexbox{align-items:center}.course-template .shadow-img{padding:20px 30px}.course-template .indent-left{padding-left:3em}.course-template h2.title{font-size:2.4rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--navy-blue);margin-left:-1px}.course-template h3{color:var(--navy-blue)}.course-template h3.subtitle{font-size:34px;letter-spacing:1px;font-weight:400;color:var(--navy-blue);text-transform:uppercase;padding-bottom:20px}.course-template h3.video-label{font-size:32px;font-weight:400;text-transform:uppercase;padding:0 2em;color:var(--navy-blue)}.course-template h4{font-size:18px}.course-template h4.subtitle{font-size:24px;font-weight:600;color:var(--navy-blue);padding-bottom:10px}.course-template h5{font-size:22px;line-height:1.6;font-weight:600;color:var(--navy-blue)}.course-template h5 strong{font-family:var(--font-open-sans-bold)}.course-template tr.gold-gradient h5{color:#fff}.course-template h6{font-size:16px;font-weight:400}.course-template .container p{font-size:18px;color:var(--text-color);margin-bottom:1rem}.course-template .container p.bigger-size{font-family:var(--ubuntu-font);font-style:italic;font-size:28px;line-height:28px;font-weight:400;letter-spacing:1.5px}.course-template .container .draggable-container p{margin-bottom:0}.course-template .draggable-item-title{background:var(--primary-color);border-radius:10px 10px 0 0;text-align:center;overflow:hidden;color:#fff}.course-template .draggable-item-title p{padding:10px;color:var(--white);margin-bottom:0}.course-template .drag-n-drop-columns .dnd-items{min-height:100px;padding:15px 15px 20px;background-color:#fff}.course-template .drag-n-drop-columns .dnd-item[style*="cursor: grabbing;"]{background-color:#3e7e9a29!important}.course-template .drag-n-drop-columns .dnd-source{border:2px solid var(--primary-color);border-radius:5px}.course-template .drag-n-drop-columns .dnd-drop{padding:10px;margin:0;min-height:100px;height:75%}.course-template .drag-n-drop-columns .dnd-drop:empty:before{color:#d0cece}.course-template .drag-n-drop-columns .dnd-source.-dragover{background:#e4f0f5}.course-template .dnd-col{border:2px solid var(--primary-color);border-radius:5px;margin-bottom:5px}.course-template .dnd-col.-dragover{background:#ec593929}.course-template .dnd-item{border:1px solid var(--primary-color);border-radius:3px;box-shadow:3px 3px 3px #0000001f;margin:6px 5px;font-weight:600;padding:5px 10px;font-size:16px;color:var(--text-color);line-height:normal;background-color:var(--white)}.course-template .dnd-item:hover{border-color:var(--primary-color)}.course-template .dnd-title{padding:10px 20px;color:var(--white);background-color:var(--primary-color);font-size:20px;line-height:1.2}.course-template .head-min .dnd-title{min-height:70px}.course-template a{color:var(--gold-dark-color);text-decoration:underline}.course-template a.circle{text-decoration:none}.course-template a:hover{color:var(--navy-blue)}.course-template .call-out a{color:var(--bright-gold)}.course-template .call-out a:hover{color:var(--navy-blue)}.course-template .container .figure-img{margin:-10px 0 0}.course-template .container .figure-title{margin-top:2em;color:var(--navy-blue);font-weight:600}.course-template .container .figure-caption{font-size:.9rem;text-align:left;padding:2em 0 0;color:var(--navy-blue)}.course-template .container .question-headline{font-size:20px;font-weight:600;color:var(--navy-blue)}.course-template .container .question-title{font-size:22px;text-transform:uppercase;font-weight:600;color:var(--navy-blue);margin-bottom:5px}.course-template .container .question-title strong{font-weight:700}.course-template .container .question-title .lowercase,.course-template .container .question-title.lowercase{text-transform:none}.course-template .container .question-instruction{margin-bottom:0}.course-template .container .custom-list,.course-template .container .custom-ol{padding-left:0}.course-template .container .custom-list.final li,.course-template .container .custom-ol.final li{padding-left:28px;color:var(--text-color)}.course-template .container .custom-list.final li:before,.course-template .container .custom-ol.final li:before{font-weight:700;text-align:right;width:30px;left:-12px}.course-template .container .custom-list li.before-none:before,.course-template .container .custom-ol li.before-none:before{display:none!important}.course-template .container .custom-list li a,.course-template .container .custom-ol li a{color:var(--gold-dark-color)}.course-template .container .custom-list.links a,.course-template .container .custom-ol.links a{color:var(--navy-blue)}.course-template .reference-box .custom-list{margin-left:0;padding-inline-start:12px}.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 .container p.feedback-title,.course-template .container p.abbreviations,.course-template .container p.ref-title{color:var(--gold-color);font-family:var(--ubuntu-font);font-style:italic;font-size:32px;line-height:30px;font-weight:600;letter-spacing:1.5px}.course-template .outcome-block{display:block;background-color:var(--bright-gold)}.course-template .outcome-block .header{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);padding:1em 2em .3em;color:#fff}.course-template .outcome-block .header p{color:#fff}.course-template .outcome-block .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 .custom-ol{padding:1.6em 2em 2em}.course-template .outcome-block .headerspecial{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);padding:1em 2em .8em;color:#fff}.course-template .outcome-block .headerspecial .whitetext{color:#fff}.course-template .outcome-block .custom-list,.course-template .outcome-block .custom-ol{color:var(--text-color)}.course-template .outcome-block .custom-list .list-headline,.course-template .outcome-block .custom-ol .list-headline{text-transform:uppercase;letter-spacing:1px;color:var(--text-color);font-size:2rem;font-weight:400;padding-top:0;margin-top:0}.course-template .outcome-block .custom-list li,.course-template .outcome-block .custom-ol li{color:var(--text-color)}.course-template .outcome-block.learning .custom-list{padding:2em}.course-template .outcome-block.learning .custom-list li:before{width:10px;height:10px;background-color:var(--gold-color);top:12px}.course-template .outcome-block .custom-ol li:before{color:var(--text-color);left:1.5em}.course-template .form-group.invalid,.course-template .option-container.invalid{outline:dashed 1px red;background-color:#ff000008}.course-template .paragrph-block{padding:1.5em 2em}.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 li{font-size:18px;line-height:1.8;padding-left:29px;counter-increment:custom-number;color:var(--text-color)}.course-template .custom-ol li:before{position:absolute;left:3px;content:counter(custom-number) ". ";color:var(--navy-blue);font-weight:700}.course-template .custom-ol.long li:before{left:-5px;text-align:right;min-width:20px}.course-template .highlited,.course-template ul.custom-list li .highlited{color:var(--navy-blue);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:before{left:20px;top:20px}.course-template .custom-list.stripednormal li:nth-child(odd){background-color:var(--bright-gold)}.course-template .custom-list.stripednormal.oposit li:nth-child(2n){background-color:var(--bright-gold)}.course-template .custom-list.stripednormal.oposit li:nth-child(odd){background-color:#fff}.course-template .custom-list.no-before-el li{padding-left:20px}.course-template .custom-list.no-before-el :before{display:none}.course-template .custom-list.striped{margin:0;padding:0}.course-template .custom-list.striped li{padding:5px 40px;margin:0;font-weight:700;font-size:18px;letter-spacing:.1px}.course-template .custom-list.striped li:before{left:20px;top:20px}.course-template .custom-list.striped li:nth-child(odd){background-color:var(--bright-gold)}.course-template .custom-list.striped li:nth-child(2n){background-color:#fff}.course-template .custom-list.sudolist .negative-margin{margin-left:-.7em}.course-template .btn{min-width:266px;border-radius:30px;color:#fff;font-size:1.6rem;font-weight:700;margin:0 .6rem;text-transform:uppercase;transition:var(--transition);box-shadow:4px 8px 10px -6px #00000080;padding-left:30px;padding-right:30px;line-height:1.8;letter-spacing:1px}.course-template .btn.btn-link{font-weight:inherit;font-size:inherit;color:var(--navy-blue);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 .btn.btn-previous{background:#d6b55e;background:-moz-linear-gradient(90deg,rgb(214,181,94) 0%,rgb(166,131,61) 100%);background:-webkit-linear-gradient(90deg,rgb(214,181,94) 0%,rgb(166,131,61) 100%);background:linear-gradient(90deg,#d6b55e,#a6833d);border:none}.course-template .btn.btn-previous:hover,.course-template .btn.btn-next:hover,.course-template .btn.btn-submit:hover{opacity:.8;color:#fff}.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,.course-template .next-phase3,.course-template .next-phase4{margin-top:15px;text-align:center}.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 .btn-next,.course-template .btn-submit{background:#05396d;background:-moz-linear-gradient(160deg,rgb(5,57,109) 5%,rgb(1,39,73) 95%);background:-webkit-linear-gradient(160deg,rgb(5,57,109) 5%,rgb(1,39,73) 95%);background:linear-gradient(160deg,#05396d 5%,#012749 95%);border:none}.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(--navy-blue);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,.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:0;list-style-type:none;list-style-position:outside}.course-template ul.custom-list li{position:relative;color:var(--text-color);font-size:18px;line-height:1.8;padding-left:.6em;margin-left:1em}.course-template ul.custom-list li:before{content:"";width:6px;height:6px;background-color:var(--navy-blue);border-radius:50%;position:absolute;left:-14px;top:13px}.course-template .list-headline{padding:0;color:var(--navy-blue);font-size:20px;margin:1em 1em .4em 0;font-weight:600}.course-template .custom-list .parent-line{padding:0;color:var(--text-color);font-size:16px;margin:1em 1em .2em -1em}.course-template .custom-list-sub li{list-style:none}.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 ul.custom-list .sub-list li:before{content:"";width:10px;height:3px;background-color:var(--navy-blue);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(--navy-blue)}.course-template ul.custom-list .sub-list .sub-square{list-style:none;padding-left:40px;padding-top:10px}.course-template ul.custom-list .sub-list .sub-square li:before{content:"";width:8px;height:8px;background-color:var(--navy-blue);border-radius:0;position:absolute;left:-10px;top:9px}.course-template .reference-box{margin-top:30px}.course-template .reference-box p{color:var(--text-color);font-size:20px;font-weight:600;margin-bottom:0}.course-template .reference-box ol{margin-top:18px;padding-inline-start:20px}.course-template .reference-box ol li{color:var(--text-color);font-size:18px;word-break:break-word}.course-template .reference-box ol li::marker{font-weight:600}.course-template .reference-box a{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:var(--gold-dark-color)!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 .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(--bright-gold);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(--bright-gold)}.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);color:#fff}.course-template .container .accordion-block.with-table .panel-heading h4 a{color:var(--navy-blue);text-decoration:none}.course-template .container .accordion-block.with-table .panel-body{background:#0000;border-radius:0;padding:0;position:relative;z-index:0;border:1px solid rgba(0,0,0,.1)}.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,.course-template .important-block .light-gold th{background:#0000;color:var(--navy-blue);padding-left:2em}.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 .custom-table.multi-textarea.assessment td{font-size:18px}.course-template .custom-table .accent-bg{background-color:var(--bright-gold)}.course-template .custom-table.special .border-r,.course-template .custom-table.multi-textarea .border-r{border-right:solid 2px var(--bright-gold)}.course-template .custom-table td.border-b{border-bottom:solid 2px var(--bright-gold)}.course-template .custom-table.multi-textarea td.border-b{border-bottom:solid 3px var(--gold-color)}.course-template .custom-table.multi-textarea tr.no-bprder-b{border-bottom:solid 2px var(--bright-gold)!important}.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);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(--navy-blue)}.course-template .container table td.space{padding:.2em 0}.course-template .custom-table tr.bg-hl td{background-color:var(--bright-gold)}.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)}.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(--bright-gold);background:var(--bright-gold);padding:3em 7em;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-image:url(/build/assets/img/quote-mark.png);background-position:top left;background-repeat:no-repeat;background-size:52px 44px}.course-template .common-part-module{background-image:url(/build/assets/img/Mod-3-screen-6-figure-1-bg.jpg)}.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(--text-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)}.course-template .steps-container .next-phase2 a,.course-template .steps-container .next-phase3 a,.course-template .steps-container .next-phase4 a{background-color:var(--navy-blue)}.course-template .call-out.blue-call h4{text-align:center;margin-left:-60px;color:var(--navy-blue);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)}.course-template .quote-block-text{font-size:18px;line-height:26px;color:var(--navy-blue);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(--text-color)}.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:var(--gold-dark-color);line-height:normal}.course-template .form-control:focus{border-color:var(--navy-blue);box-shadow:0 0 7px -2px #0f396d}.course-template .question-container{align-items:center;display:flex;justify-content:center;flex-direction:column}.course-template .row.row-header{background-color:#fff;margin:0 5px;font-size:16px;color:var(--navy-blue)}.course-template .row.true-false-block{margin:0}.course-template .labels-row{width:100%;justify-content:flex-end;padding:10px 20px 0}.course-template .labels-row span{width:12.5%;text-align:center;font-weight:600;color:var(--primary-color)}.course-template .row.true-false-block>div>.row{margin-top:10px}.course-template .boolean-group-items .answer-status.correct p,.course-template .boolean-group-items .answer-status.incorrect p{font-size:14px}.course-template .true-false{background-color:var(--bright-gold);margin:10px 0 0;padding:20px}.course-template .true-false .radio-col{width:25%}.course-template .true-false .q-col{width:75%}.course-template .true-false .methods{width:100%;min-height:0!important}.course-template .true-false .question-title{text-transform:none;font-size:18px;font-weight:400}.course-template .tf-radio{width:100%}.course-template .quest-col{padding-left:2.5em}.course-template .quest-col .content-text{margin-bottom:0}.course-template .question-container{align-items:center;display:block;justify-content:center;flex-direction:column}.course-template .x-scored-checkbox-table tbody,.course-template .x-scored-checkbox-table tfoot{color:var(--navy-blue);font-family:var(--font-open-sans)}.course-template .x-scored-checkbox-table tfoot th{border-color:var(--gold-color);border-bottom:solid 3px var(--gold-color);padding:12px 10px}.course-template .x-scored-checkbox-table tbody tr{border-bottom:solid 3px var(--gold-color)}.course-template .x-scored-checkbox-table th{padding:10px;font-family:var(--font-open-sans-bold)}.course-template .x-scored-checkbox-table tbody th{font-size:18px}.course-template .x-scored-checkbox-table thead th{color:#fff;font-family:var(--font-open-sans);padding:20px 5px;font-size:22px;line-height:1.6;font-weight:600}.course-template .x-scored-checkbox-table td{padding:2px 10px;font-size:18px}.course-template .x-scored-checkbox-table input[type=checkbox]{width:50px;height:44px}.course-template .x-scored-checkbox-table input[type=checkbox]:before{border:2px solid #ccc;border-radius:4px}.course-template .x-scored-checkbox-table input[type=checkbox]:after{background-color:var(--gold-color);border-radius:4px}.course-template .x-scored-checkbox-table input[type=checkbox]:checked:before{border-color:var(--gold-color);transition:.5s border-color ease}.course-template .x-scored-checkbox-table .score-sum{font-family:var(--font-open-sans)}.course-template .x-scored-checkbox-table .summary .summary-show strong{padding:15px 0 0;font-family:var(--font-open-sans-bold);display:block;position:relative;left:-10px}.course-template .x-scored-checkbox-table .summary .summary-show span{padding:0;display:block;position:relative;left:-10px}.course-template .multi-checkbox .col-6.px-0{max-width:40%}.course-template .multi-checkbox .pl-42{padding-left:42px}.course-template .multi-checkbox p,.course-template .multi-checkbox li{font-family:var(--font-open-sans)}.course-template .multi-checkbox p strong,.course-template .multi-checkbox p.strong,.course-template .multi-checkbox li strong,.course-template .multi-checkbox li.strong{font-family:var(--font-open-sans-bold)}.course-template .multi-checkbox li{list-style:none}.course-template .multi-checkbox .table-heading{padding-bottom:20px;padding-top:20px}.course-template .multi-checkbox .table-heading p,.course-template .multi-checkbox .table-heading li{color:#fff;font-size:22px}.course-template .multi-checkbox .table-subheading,.course-template .multi-checkbox .table-content,.course-template .multi-checkbox .score-row{border-bottom:solid 3px var(--gold-color);padding-top:8px;padding-bottom:8px}.course-template .multi-checkbox .table-subheading>div,.course-template .multi-checkbox .table-content>div,.course-template .multi-checkbox .score-row>div{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.course-template .multi-checkbox .table-subheading p,.course-template .multi-checkbox .table-content p,.course-template .multi-checkbox .score-row p{margin-bottom:0}.course-template .multi-checkbox .score-row ul li{min-width:50px;text-align:center;font-size:22px}.course-template .multi-checkbox .methods{display:flex;margin-bottom:0;justify-content:space-evenly}.course-template .multi-checkbox .methods .method{position:relative;display:inline-block;padding-bottom:5px}.course-template .multi-checkbox .methods .method label{display:none}.course-template .multi-checkbox .methods .method input{position:relative;box-sizing:content-box;vertical-align:middle;overflow:hidden;min-width:50px;width:70%;left:50%;top:50%;transform:translate(-50%,-50%);height:100%;margin-left:auto;margin-right:auto;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.course-template .multi-checkbox .methods .method input:before{position:relative;content:"";display:block;box-sizing:content-box;width:20px;height:20px;border:2px solid #ccc;transition:.2s border-color ease;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:4px}.course-template .multi-checkbox .methods .method input:after{position:absolute;left:50%;top:50%;content:"";display:block;box-sizing:content-box;transform-origin:50% 50%;background-color:var(--gold-color);width:18px;height:18px;border-radius:4px;transform:translate(-50%,-50%) scale(0)}.course-template .multi-checkbox .methods .method input:checked:before{border-color:var(--gold-color);transition:.5s border-color ease}.course-template .multi-checkbox .methods .method input:checked:after{-webkit-animation:toggleOnRadio .2s ease forwards;animation:toggleOnRadio .2s ease forwards}.course-template .multi-checkbox .methods .method input:disabled{cursor:not-allowed}.course-template .multi-checkbox .methods .method input:disabled:before{border:2px solid #dfdfdf}.course-template .multi-checkbox .methods .method input:disabled:after{background-color:#dfdfdf}.course-template .option-container .box-option .method{max-width:90px}.course-template .option-container ul{list-style:none}.course-template .option-container .method{display:flex;flex-direction:row;align-items:flex-start;padding:0!important;justify-content:center}.course-template .option-container .method:before{display:none!important}.course-template .option-container label{margin:0 0 10px;padding-top:3px;line-height:1.2em;-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 .option-container input{position:relative!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:3px;margin-right:10px!important;margin-left:8px;box-sizing:content-box;overflow:hidden;max-width:20px;max-height:20px}.course-template .option-container input:before{content:"";display:block;box-sizing:content-box;width:16px;height:16px;border:2px solid var(--primary-color);transition:.2s border-color ease;border-radius:100vh}.course-template .option-container input:checked:before{border-color:var(--primary-color);transition:.5s border-color ease}.course-template .option-container input:checked:after{-webkit-animation:toggleOnRadio .2s ease forwards;animation:toggleOnRadio .2s ease forwards;background-color:var(--primary-color)}.course-template .option-container input:disabled:before{border-color:#ccc;background-color:#ccc}.course-template .option-container input:after{content:"";display:block;position:absolute;box-sizing:content-box;top:50%;left:50%;transform-origin:50% 50%;background-color:var(--secondary-color);width:14px;height:14px;border-radius:100vh;transform:translate(-50%,-50%) scale(0)}.course-template .checkbox-container.option-container input:before,.course-template .checkbox-container.option-container label:before{border-radius:0}.course-template .checkbox-container.option-container input:after,.course-template .checkbox-container.option-container label:after{border-radius:0}.course-template .no-before-el input{display:none}.course-template .no-before-el label{display:block;width:100%;background-color:var(--bright-gold);margin-bottom:8px;color:var(--primary-color);padding:1.2em 2em 1.2em 1.6em;transition:var(--transition);font-size:18px;cursor:pointer}.course-template .no-before-el label:hover{background-color:#ede7d5}.course-template .no-before-el input[type=checkbox]:checked+label,.course-template .no-before-el input[type=radio]:checked+label{color:#fff;font-weight:700;box-shadow:0 0 40px -5px #a89568d9;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)}.course-template .no-before-el input[type=radio]:checked+label:before,.course-template .no-before-el input[type=checkbox]:checked+label:before{background-color:var(--gold-dark-color);border:.2em solid #ffffff;display:flex;justify-content:center;align-items:center;color:#fff;padding:.4em;margin-right:.9em}.course-template .no-before-el input[type=radio]:disabled+label:before{background-color:#ccc;border-color:#999}@-webkit-keyframes toggleOnCheckbox{0%{opacity:0;transform:translate(-50%,-85%) scale(0) rotate(45deg)}70%{opacity:1;transform:translate(-50%,-85%) scale(.9) rotate(45deg)}to{transform:translate(-50%,-85%) scale(.8) rotate(45deg)}}@keyframes toggleOnCheckbox{0%{opacity:0;transform:translate(-50%,-85%) scale(0) rotate(45deg)}70%{opacity:1;transform:translate(-50%,-85%) scale(.9) rotate(45deg)}to{transform:translate(-50%,-85%) scale(.8) rotate(45deg)}}@-webkit-keyframes toggleOnRadio{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}70%{opacity:1;transform:translate(-50%,-50%) scale(.9)}to{transform:translate(-50%,-50%) scale(.8)}}@keyframes toggleOnRadio{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}70%{opacity:1;transform:translate(-50%,-50%) scale(.9)}to{transform:translate(-50%,-50%) scale(.8)}}.landing-template{margin-top:var(--top-nav-height);background-color:var(--body-bg);font-family:var(--font-Roboto-Regular)}.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 .learning-outcomes-block{background-color:var(--bright-gold)}.landing-template .divider{border-top:2px solid var(--secondary-color)}.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;color:var(--text-color)}.landing-template h4,.landing-template h1,.landing-template h2,.landing-template h3{font-family:var(--font-Roboto-Regular)}.landing-template p,.landing-template ul li,.landing-template h4{color:#212529}.landing-template .fw-600{font-weight:600}.landing-template .fw-500{font-weight:500}.landing-template .bradius-1{border-radius:0 30px;overflow:hidden}.landing-template .box-shadow-1{box-shadow:5px 5px 10px #0003}.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 h4{font-size:1.8em}.landing-template .sponsor img{max-width:200px}.landing-template .call-out{width:100%;position:relative;padding:3em;border:0}.landing-template .call-out h1{font-weight:600;font-size:1.6rem;line-height:1.5;color:var(--white)}.landing-template .learning-outcomes-block .blue-box{border-radius:20px}.landing-template .learning-outcomes-block h2{font-size:32px;line-height:1.2;letter-spacing:2px;font-weight:700;padding:.3em 0 .4em;color:var(--white)}.landing-template .learning-outcomes-block h3{font-size:2em}.landing-template .learning-outcomes-block p.sub-title{font-size:1.5rem}.landing-template .learning-outcomes-block .custom{margin-left:0;font-size:1.4em;line-height:1.4em;list-style-type:none}.landing-template .learning-outcomes-block .custom li{position:relative;margin-bottom:10px;color:var(--text-color)}.landing-template .learning-outcomes-block .custom li:before{content:"";display:block;width:10px;height:10px;background-color:var(--gold-color);top:10px;border-radius:50%;position:absolute;left:-20px}.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 p{font-size:1.5rem;max-width:800px;color:#000;margin:0 auto}.landing-template .login-container .or{font-size:1.8rem}.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);font-size:1.5rem;color:#fff}.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(--heading-text-font)}.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:70px;width:auto}.landing-template .sponsor h4{font-size:1.2em}.landing-template .sponsor img{max-height:50px;max-width:200px}.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}.landing-template .learning-outcomes-block .custom,.landing-template p{font-size:1em!important;line-height:1.4em!important}.landing-template h2.startlearn{font-size:2.2rem}.landing-template .image-copy img{max-width:100%}.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}.landing-template p,.landing-template ul{font-size:16px!important}}@media screen and (max-width: 480px){.landing-template table{min-width:400px}.landing-template .accreditation img{max-height:60px}.landing-template .sponsor img{max-width:130px;width:100%}.landing-template .image-copy img{margin:0 auto 20px;max-height:80px!important;width:auto}}.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}
