.flip-card{padding:0;margin:0}.flip-card .card{margin:0}.flip-card .card:hover{cursor:pointer}.flip-card input[type=checkbox]{display:none}.flip-card .card-container{display:grid;perspective:700px}.flip-card .card-flip{display:grid;grid-template:1fr/1fr;grid-template-areas:"frontAndBack";transform-style:preserve-3d;transition:all .7s ease}.flip-card .card-flip div{backface-visibility:hidden;transform-style:preserve-3d}.flip-card .front{grid-area:frontAndBack}.flip-card .back{grid-area:frontAndBack;transform:rotateY(-180deg)}.flip-card input[type=checkbox]:checked+.card-container .card-flip{transform:rotateY(180deg)}.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}.drag-n-drop-rows{border:0;border-radius:5px;overflow:hidden;width:100%}.drag-n-drop-rows .dnd-header{padding:0;vertical-align:bottom;width:33%}.drag-n-drop-rows .dnd-header-content{display:block}.drag-n-drop-rows .dnd-header:nth-of-type(1) .dnd-header-content{border-radius:5px 0 0}.drag-n-drop-rows .dnd-header:nth-of-type(2) .dnd-header-content{padding:20px 10px 10px}.drag-n-drop-rows .dnd-header:nth-of-type(3) .dnd-header-content{border-radius:0 5px 0 0}.drag-n-drop-rows .dnd-title{vertical-align:middle}.drag-n-drop-rows .dnd-row{padding:0}.drag-n-drop-rows .dnd-row.-dragover{background:transparent}.drag-n-drop-rows .dnd-drop{width:100%;margin:0;position:relative}.drag-n-drop-rows .dnd-drop:empty:before{position:absolute;content:"Drop here";color:#d0cece;top:50%;left:50%;transform:translate(-50%,-50%)}.drag-n-drop-rows .dnd-source{position:relative}.drag-n-drop-rows .dnd-source.-dragover{background:transparent}.drag-n-drop-rows .dnd-items{position:absolute;display:flex;flex-direction:column;justify-content:center;list-style-type:none;width:100%;margin:0;top:0;bottom:0}.drag-n-drop-rows .dnd-item{display:inline-block;padding:5px;cursor:grab}.drag-n-drop-sentences .dnd-container{display:flex;justify-content:space-between}.drag-n-drop-sentences .dnd-source{width:100%;padding:0}.drag-n-drop-sentences .dnd-title{display:flex;justify-content:center;align-items:center}.drag-n-drop-sentences .dnd-drop{position:relative;display:inline-block;vertical-align:baseline;padding:0;text-align:center}.drag-n-drop-sentences .dnd-drop:empty:before{position:absolute;content:"+ Drop here";white-space:nowrap;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15px}.drag-n-drop-sentences .dnd-drop.-dragover{background:transparent}.drag-n-drop-sentences .dnd-items{min-height:100px;text-align:center;padding:15px 15px 20px}.drag-n-drop-sentences .dnd-item{display:inline-block;cursor:pointer}.drag-n-drop-sentences .dnd-item[draggable]{cursor:grab}.drag-n-drop-sentences .dnd-item:not([draggable]){color:#aaa;background-color:#f2f2f2;border-color:#999;cursor:not-allowed}.drag-n-drop-list .dnd-item{display:flex;flex-direction:row;position:relative;cursor:grab;transition:all .3s ease-in-out}.drag-n-drop-list .dnd-item.-current{opacity:.25}.drag-n-drop-list .dnd-item.-before{padding-bottom:2em}.drag-n-drop-list .dnd-item.-after{padding-top:2em}.drag-n-drop-list .dnd-item-content{width:100%;display:flex;background-color:#fff;transition:all .3s ease-in-out}.drag-n-drop-list .dnd-item-phantom{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.6;cursor:grabbing!important;transition:all .3s ease-in-out;z-index:10}.drag-n-drop-list .dnd-dropgap{position:absolute;height:0;width:100%}.drag-n-drop-list .dnd-dropgap.-before{height:2em;top:0}.drag-n-drop-list .dnd-dropgap.-after{height:2em;bottom:0}.drag-n-drop-list .mr-2{margin-right:.5rem}:root{--font-gotham-book: "Gotham-Book", sans-serif;--font-bebasNeue: "BebasNeue-Regular", sans-serif;--font-gotham-bold: "Gotham-Bold", sans-serif;--body-bg-color: #ffffff;--body-text-color: #2d2b2e;--body-text-size: 16px;--secondary-color: #7fb320;--primary-light-color: #f9fae3;--divider-color: #bad727;--transition: .4s all ease;--accordion-bg: #fcfcf1;--primary-color: #6a9815;--content-bg: #ffffff;--white: #fff;--black: #000;--landing-bg-color: #bbc9c8;--font-Roboto-Regular: "Roboto-Regular", sans-serif;--font-Montserrat-Light: "Montserrat-Light", sans-serif;--top-nav-height: 0}.gradient-bg{background:#7fb320;background:-moz-linear-gradient(90deg,rgb(127,179,32) 0%,rgb(200,206,56) 100%);background:-webkit-linear-gradient(90deg,#7fb320 0%,#c8ce38 100%);background:linear-gradient(90deg,#7fb320,#c8ce38);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fb320",endColorstr="#c8ce38",GradientType=1)}.gradient-bg-2{background:#faf9fa;background:-moz-linear-gradient(180deg,rgb(250,249,250) 50%,rgb(224,223,224) 100%);background:-webkit-linear-gradient(180deg,rgb(250,249,250) 50%,rgb(224,223,224) 100%);background:linear-gradient(180deg,#faf9fa 50%,#e0dfe0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf9fa",endColorstr="#e0dfe0",GradientType=1)}.course-template{background-color:var(--body-bg-color);color:var(--white);margin-top:var(--top-nav-height);font-size:13px;line-height:1.5}.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 p,.course-template li{color:var(--body-text-color)}.course-template p strong{font-family:var(--font-gotham-bold),sans-serif;font-weight:400}.course-template .referencelist li{color:var(--body-text-color)}.course-template .icon-holder{position:absolute;right:5%;max-width:130px;margin-top:20px}.course-template .main-content{background-color:var(--white)}.course-template .main-content .container{padding-top:0}.course-template select.form-select:focus{border-color:var(--secondary-color);box-shadow:0 0 0 2px var(--secondary-color)}.course-template .accordion .accordion-item{background-color:#fff;border:none}.course-template .accordion .accordion-header{position:relative;z-index:0}.course-template .accordion .accordion-button{margin:auto;color:var(--secondary-color);font-size:1.4rem;max-width:1090px;text-transform:uppercase;padding:25px 0 10px;background-color:#fff!important;font-weight:700;border-bottom:none}.course-template .accordion .accordion-button.collapsed:after{transform:rotate(180deg)}.course-template .accordion .accordion-button.collapsed,.course-template .accordion .accordion-button:focus{border-bottom:solid 1px #bbd72a!important}.course-template .accordion .accordion-button:before{display:none}.course-template .accordion .accordion-button:after{background-image:url(/build/assets/img/arrow-accordion-close.png)!important;background-size:28px auto;width:28px;height:24px;background-repeat:no-repeat;transform:rotate(0);content:"";margin-right:20px;margin-top:-10px}.course-template .accordion .accordion-button span{font-size:16px;font-style:italic;margin-left:10px}.course-template .accordion .accordion-collapse{position:relative;z-index:1}.course-template .accordion .accordion-body{background-color:var(--accordion-bg);border-top:1px solid var(--divider-color);margin-top:-1px;padding:3rem 1.25rem 2rem}.course-template .accordion .accordion-body .container{max-width:1140px;margin:auto;padding-bottom:.8em}.course-template .dragdrop-wrapper .drag-n-drop-columns.invalid .dnd-source{outline:2px dashed rgb(255,0,0)}.course-template .dragdrop-wrapper .drag-n-drop-columns.invalid .dnd-source:after{display:none}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-title{color:var(--black)}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns{float:right;width:48%;border-radius:15px;box-shadow:-2px -2px 8px #8a85851a,20px 10px 30px #8a85851a;-webkit-box-shadow:-2px -2px 8px rgba(7,3,3,.1),20px 10px 30px rgba(138,133,133,.1);-moz-box-shadow:-2px -2px 8px rgba(138,133,133,.1),20px 10px 30px rgba(138,133,133,.1);margin:0 10px;background-color:#fff}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col{width:100%}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col header{background:#7fb320!important;border-top-left-radius:15px;border-top-right-radius:15px;color:#fff;text-align:center;font-size:24px;font-weight:800;font-family:var(--font-gotham-book);padding:20px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop{height:432px;padding-left:0}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop:before{content:"+ Drop here";color:#33333380;position:absolute;top:40px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item{font-family:var(--font-gotham-book);font-size:var(--body-text-size);font-weight:700;padding:25px 25px 25px 90px;background-color:#fff;border-radius:30px;margin:8px 16px;list-style:none;display:block;text-align:left;-webkit-filter:drop-shadow(5px 5px 4px rgba(7,3,3,.1));filter:drop-shadow(5px 5px 4px rgba(7,3,3,.1));position:relative}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item[data-answer="IMMUNISATION ADVOCATE"]:before{content:"";background-image:url(/build/assets/img/icon-01.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item[data-answer="GO ALONG TO GET ALONG"]:before{content:"";background-image:url(/build/assets/img/icon-02.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item[data-answer="CAUTIOUS ACCEPTOR"]:before{content:"";background-image:url(/build/assets/img/icon-03.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item[data-answer=FENCE-SITTER]:before{content:"";background-image:url(/build/assets/img/icon-04.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item[data-answer="ABSOLUTE REFUSER"]:before{content:"";background-image:url(/build/assets/img/icon-05.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source{float:left;width:47%;border-radius:15px;box-shadow:-2px -2px 8px #8a85851a,20px 10px 30px #8a85851a;-webkit-box-shadow:-2px -2px 8px rgba(7,3,3,.1),20px 10px 30px rgba(138,133,133,.1);-moz-box-shadow:-2px -2px 8px rgba(138,133,133,.1),20px 10px 30px rgba(138,133,133,.1);margin:0 10px;background-color:#fff}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source header{background:#7fb320!important;border-top-left-radius:15px;border-top-right-radius:15px;color:#fff;text-align:center;font-size:24px;font-weight:800;font-family:var(--font-gotham-book);padding:20px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items{height:440px;padding-left:0}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items li{font-family:var(--font-gotham-book);font-size:var(--body-text-size);font-weight:700;padding:25px 25px 25px 90px;background-color:#fff;border-radius:30px;margin:8px 16px;list-style:none;display:block;text-align:left;-webkit-filter:drop-shadow(5px 5px 4px rgba(7,3,3,.1));filter:drop-shadow(5px 5px 4px rgba(7,3,3,.1));position:relative}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items li[data-answer="IMMUNISATION ADVOCATE"]:before{content:"";background-image:url(/build/assets/img/icon-01.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items li[data-answer="GO ALONG TO GET ALONG"]:before{content:"";background-image:url(/build/assets/img/icon-02.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items li[data-answer="CAUTIOUS ACCEPTOR"]:before{content:"";background-image:url(/build/assets/img/icon-03.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items li[data-answer=FENCE-SITTER]:before{content:"";background-image:url(/build/assets/img/icon-04.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper .drag-n-drop-columns .dnd-source ul.dnd-items li[data-answer="ABSOLUTE REFUSER"]:before{content:"";background-image:url(/build/assets/img/icon-05.png)!important;width:60px;height:60px;background-size:60px;display:block;position:absolute;top:5px;left:15px}.course-template .dragdrop-wrapper-four,.course-template .dragdrop-wrapper-four .drag-n-drop-columns{display:inline-block}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-title{color:var(--black)}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-columns{background-color:#fff;border-radius:5px;width:61%;flex-direction:row;float:right;display:flex;-webkit-flex-direction:row;flex-wrap:wrap}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-columns .dnd-col{width:47%;margin:0 1% 10px}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-columns .dnd-col header{background:#7fb320!important;border-top-left-radius:15px;border-top-right-radius:15px;color:#fff;text-align:center;font-size:19px;font-family:var(--font-gotham-book);padding:10px 20px}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop{min-height:259px;border:2px solid #7fb320;padding:15px 20px;height:calc(100% - 50px)}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item{font-size:16px;padding:10px;border:2px solid #7fb320;background-color:#fff;margin:6px 5px;list-style:none;-webkit-filter:drop-shadow(2px 2px 3px rgba(80,80,80,.16));filter:drop-shadow(2px 2px 3px rgba(80,80,80,.16));border-radius:3px;display:inline-block;transition:.4s all ease;vertical-align:top}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-columns .dnd-col .dnd-drop .dnd-item:hover{background-color:#7fb320;color:#fff}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-source{background-color:#fff;border-radius:5px;width:37%;float:left}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-source header{background:#7fb320!important;border-top-left-radius:15px;border-top-right-radius:15px;color:#fff;text-align:center;font-size:24px;font-family:var(--font-gotham-book);padding:6px 20px}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-source ul.dnd-items{height:588px;border:2px solid #7fb320;padding:15px 20px}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-source ul.dnd-items li{font-size:16px;padding:10px;border:1px solid #7fb320;background-color:#fff;margin:6px 5px;font-weight:700;list-style:none;-webkit-filter:drop-shadow(2px 2px 3px rgba(80,80,80,.16));filter:drop-shadow(2px 2px 3px rgba(80,80,80,.16));border-radius:3px;display:inline-block;transition:.4s all ease;vertical-align:top}.course-template .dragdrop-wrapper-four .drag-n-drop-columns .dnd-source ul.dnd-items li:hover{background-color:#7fb320;color:#fff}.course-template .dragdrop-wrapper-four .drag-n-drop-columns.invalid{position:relative;background-color:#ff00000d;outline:dashed 1px rgba(255,0,0,.5098039216);padding:8px}.course-template .dragdrop-wrapper-four .drag-n-drop-columns.invalid:before{position:absolute;content:"*";top:-1px;left:-27px;font-size:40px;border-radius:15px 0 0 15px;width:28px;height:24px;text-align:center;padding:0;z-index:9;line-height:36px;color:red}.course-template .option-container .methods{padding:0!important;overflow:hidden}.course-template .option-container .method{padding:0;display:block;float:left;width:46%;margin-right:4%;margin-top:2px;margin-bottom:13px}.course-template .option-container .method input[type=checkbox]:disabled:checked+label{background-color:#80b32021;color:#8a8a8a}.course-template .option-container .method:before{display:none!important}.course-template .option-container ul{list-style:none}.course-template .option-container.invalid{position:relative;border:dashed 1px red;background-color:#ff000008}.course-template .option-container.invalid:before{color:red;top:-10px;left:-15px}.course-template .option-container.large-height.question-page-twotwo label{vertical-align:middle;display:flex;align-items:center;line-height:24px;padding-top:12px;padding-bottom:12px}.course-template .option-container label{margin:0;width:100%;border-radius:30px;border:1px solid var(--divider-color);padding:12px 24px;transition:var(--transition);line-height:26px}.course-template .option-container label:hover{background-color:#bbd72742}.course-template .option-container input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:6px 8px;box-sizing:content-box;overflow:hidden;position:absolute!important;color:var(--body-text-color)}.course-template .option-container input:before{content:"";display:block;box-sizing:content-box;width:16px;height:16px;border:2px solid #ccc;transition:.2s border-color ease}.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:#8a8888;width:16px;height:16px;border-radius:100vh;transform:translate(-50%,-50%) scale(0)}.course-template .option-container input:checked:before{border-color:#8a8888;transition:.5s border-color ease}.course-template .option-container input:checked+label{background:var(--divider-color);color:#fff;font-weight:700}.course-template .option-container input:disabled:before{border-color:#ccc;background-color:#ccc}.course-template .option-container input:disabled+label{background:#ededed;color:#ababab;border-color:#dbdbdb}.course-template .option-container input:disabled:checked+label{background:#9e9e9e!important;color:#fff!important}.course-template .option-container input[type=radio]:before{border-radius:100vh}.course-template .option-container input[type=radio]:after{width:16px;height:16px;border-radius:100vh;transform:translate(-50%,-50%) scale(0)}.course-template .option-container input[type=radio]:checked:after{-webkit-animation:toggleOnRadio .2s ease forwards;animation:toggleOnRadio .2s ease forwards}.course-template .option-container input[type=checkbox]:before{border-radius:4px}.course-template .option-container input[type=checkbox]:after{width:9.6px;height:16px;border-radius:0;transform:translate(-50%,-85%) scale(0) rotate(45deg);background-color:transparent;box-shadow:4px 4px #444}.course-template .option-container input[type=checkbox]:checked:after{-webkit-animation:toggleOnCheckbox .2s ease forwards;animation:toggleOnCheckbox .2s ease forwards}.course-template .option-container.radio-container input[type=radio],.course-template .option-container.radio-container input[type=checkbox],.course-template .option-container.checkbox-container input[type=checkbox]{display:none}.course-template .option-container .form-select.invalid{position:relative;border:dashed 1px red;background-color:#ff000008}.course-template .question-page-twotwo .method label{padding-top:12px;padding-bottom:12px}.course-template .question-page-twotwo .method:nth-child(4) label,.course-template .question-page-twotwo .method:nth-child(5) label{padding:20px 0 20px 25px}.course-template .tabs-alpine .tab-container{border-bottom:1px solid var(--secondary-color)}.course-template .tabs-alpine .tab-nav{max-width:150px;padding:10px!important;border-radius:5px 5px 0 0;border-bottom:0!important;text-decoration:none;text-align:center;color:var(--body-text-color);margin-bottom:-1px;font-weight:500}.course-template .tabs-alpine .bg-active{border:1px solid var(--secondary-color);background:#fff}.course-template .tab-content .container{padding-left:0;padding-right:0}.course-template .flip-cards-row{display:inline-flex;flex-direction:row;margin-left:-10px;margin-right:-10px}.course-template .flip-card{display:contents}.course-template .flip-card .card-flip{padding:0 7px}.course-template .flip-card .card{text-align:center;width:100%;position:relative;margin-top:0;background-color:#f9fae3;border:1px solid #bad727;border-radius:.25rem}.course-template .flip-card .card h3,.course-template .flip-card .card p,.course-template .flip-card .card li{color:#2b2b2b}.course-template .flip-card .card h3{font-size:1.35em;margin-top:20px;font-weight:700}.course-template .flip-card .card p{margin-top:20px;font-size:16px;margin-bottom:0}.course-template .flip-card .card.front{padding:5px;backface-visibility:hidden;top:0;left:0}.course-template .flip-card .card.back{display:flex;flex-direction:column;justify-content:center;text-align:left}.course-template .flip-card .card.back .card-block{padding:0 15px}.course-template .flip-card .card.back .list-headline{padding-left:1.2em;padding-bottom:.5em;margin-top:0}.course-template .flip-card .card.back p{margin-top:0}.course-template .flip-card .card.back ul{margin-bottom:0}.course-template .flip-card .card.back ul li{position:relative;padding-left:1em;padding-right:1.5em;list-style-type:none}.course-template .flip-card .card.back ul li:before{content:"";position:absolute;border-radius:50%;left:1px;top:10px;width:6px;height:6px;background-color:#7fb220}.course-template .change-flip{display:contents}.course-template .change-flip .card-flip{padding:0 7px}.course-template .change-flip .card{text-align:center;width:100%;position:relative;margin-top:0;background-color:var(--white);border:1px solid #cde264;border-radius:.25rem}.course-template .change-flip .card h3,.course-template .change-flip .card p,.course-template .change-flip .card li{color:#2b2b2b}.course-template .change-flip .card h3{font-size:1.35em;margin-top:20px;font-weight:700}.course-template .change-flip .card p{margin-top:20px;font-size:16px;margin-bottom:0}.course-template .change-flip .card.front{padding:5px;backface-visibility:hidden;top:0;left:0}.course-template .change-flip .card.front .card-block{padding:20px 0}.course-template .change-flip .card.front .card-block img{width:230px;height:auto;vertical-align:center}.course-template .change-flip .card.back{display:flex;flex-direction:column;justify-content:center;text-align:left;padding:0 30px;background-color:#f9fae3}.course-template .change-flip .card.back h3{color:#7fb320;text-align:center;margin-top:-5px}.course-template .change-flip .card.back p{text-align:center}.course-template .change-flip .card.back .list-headline{padding-left:1.2em;padding-bottom:.5em;margin-top:0}.course-template .change-flip .card.back ul{margin-bottom:0}.course-template .change-flip .card.back ul li{position:relative;padding-left:1em;padding-right:1.5em;list-style-type:none}.course-template .change-flip .card.back ul li:before{content:"";position:absolute;border-radius:50%;left:1px;top:4px;width:6px;height:6px;background-color:#7fb220}.course-template .flip-card-option{display:inline-flex;flex-direction:row;margin-left:-10px;margin-right:-10px;width:100%;max-width:830px}.course-template .flip-option{display:contents}.course-template .flip-option .card-flip{padding:0 7px}.course-template .flip-option .card{text-align:center;width:100%;position:relative;margin-top:0;background-color:#f9fae3;border:1px solid #bad727;border-radius:.25rem;height:300px}.course-template .flip-option .card h3,.course-template .flip-option .card p,.course-template .flip-option .card li{color:#2b2b2b}.course-template .flip-option .card h3{font-size:1.35em;font-weight:700;margin:120px 0}.course-template .flip-option .card p{margin-top:20px;font-size:16px;margin-bottom:0}.course-template .flip-option .card.front{padding:5px;backface-visibility:hidden;top:0;left:0}.course-template .flip-option .card.back{display:flex;flex-direction:column;justify-content:center;text-align:left;padding:0 20px}.course-template .flip-option .card.back .list-headline{padding-left:1.2em;padding-bottom:.5em;margin-top:0}.course-template .flip-option .card.back p{margin-top:-20px}.course-template .flip-option .card.back ul{margin-bottom:0}.course-template .flip-option .card.back ul li{position:relative;padding-left:1em;padding-right:1.5em;list-style-type:none}.course-template .flip-option .card.back ul li:before{content:"";position:absolute;border-radius:50%;left:1px;top:4px;width:6px;height:6px;background-color:#7fb220}.course-template .flip-skills .card{height:340px}.course-template .example{margin-top:30px}.course-template .example h3{font-weight:700;font-size:16px;color:var(--black)}.course-template .border-right{border-right:1px solid #dee2e6!important}.course-template .border-left{border-left:1px solid #dee2e6!important}.course-template hr.greyline{border:1px solid rgba(0,0,0,.3)}.course-template .sortable{position:relative;cursor:grab;list-style:none}.course-template .sortable li{padding:12px 10px 8px;margin:10px 0;border-color:#7fb320;background:#fcfcf1;line-height:1}.course-template .sortable .drag-n-drop-list .dnd-item{display:block;text-align:left;padding:10px;margin:10px 0;border:1px solid #7fb320;background:#fcfcf1;line-height:1;font-weight:700;color:#676a6c}.course-template .sortable .drag-n-drop-list .dnd-item-content{font-size:16px;font-family:var(--font-gotham-book);background-color:transparent}.course-template .sortable .drag-n-drop-list .dnd-item-content i{display:none}.course-template .sortable .drag-n-drop-list .dnd-items{padding:15px 0 20px}.course-template .dragdrop-wrapper .col-title{font-size:24px;font-weight:800;font-family:var(--font-gotham-book)}.course-template a{color:var(--secondary-color);text-decoration:underline}.course-template a:hover{text-decoration:none}.course-template section p,.course-template .container p,.course-template section ul,.course-template section ol,.course-template table p{font-family:var(--font-gotham-book);font-size:var(--body-text-size)}.course-template h2.title,.course-template section h1,.course-template section h2,.course-template section h3,.course-template section h4,.course-template section h5,.course-template section h6{font-family:var(--font-gotham-book)}.course-template h2.title{text-transform:uppercase;font-weight:400;display:inline-block;padding:8px 25px 2px;font-family:var(--font-bebasNeue);color:#fff;letter-spacing:1px;font-size:3em;line-height:1em}.course-template .about img{max-width:240px;max-height:100px}.course-template .accreditation-copy p{color:var(--secondary-color)}.course-template ul.custom{list-style:none;padding-left:24px}.course-template ul.custom li{position:relative;line-height:1.6;color:var(--body-text-color)}.course-template ul.custom>li:before{position:absolute;content:"";left:-22px;top:7px;background:var(--secondary-color);width:10px;height:10px;border-radius:50%}.course-template p.subtitle{font-size:20px;color:var(--secondary-color);font-weight:700}.course-template .video-js .vjs-big-play-button{display:none}.course-template .light-bg{background-color:var(--primary-light-color)}.course-template .learning-outcomes{background-image:url(/build/assets/img/learning-outcomes-pharmacist.png);background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:right center}.course-template .btn{min-width:266px;border-radius:30px;font-size:1.6rem;font-weight:700;margin:0 .6rem;text-transform:uppercase;padding-left:30px;padding-right:30px;line-height:1.8;letter-spacing:1px;border:none;color:#fff;opacity:1;transition:.4s all ease}.course-template .btn-next,.course-template .btn-submit{background:#7fb320;background:-moz-linear-gradient(0deg,rgb(127,179,32) 30%,rgb(200,206,56) 100%);background:-webkit-linear-gradient(0deg,rgb(127,179,32) 30%,rgb(200,206,56) 100%);background:linear-gradient(0deg,#7fb320 30%,#c8ce38);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fb320",endColorstr="#c8ce38",GradientType=1)}.course-template .btn-previous{background:#ccc;background:-moz-linear-gradient(180deg,rgb(204,204,204) 20%,rgb(172,172,172) 100%);background:-webkit-linear-gradient(180deg,rgb(204,204,204) 20%,rgb(172,172,172) 100%);background:linear-gradient(180deg,#ccc 20%,#acacac);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#acacac",GradientType=1)}.course-template section .question-headline{font-size:2em;color:var(--primary-color)}.course-template section .question-title{font-size:1.8em;font-family:var(--font-gotham-book)}.course-template table,.course-template tr,.course-template th,.course-template td{font:inherit;vertical-align:baseline}.course-template table{border-collapse:collapse;border-spacing:0}.course-template table *{margin:0}.course-template th,.course-template td{text-align:left;padding:8px 15px;border:1px solid var(--divider-color)}.course-template .free-text-form.invalid{background-color:#ff000014;outline:dashed 1px rgba(255,0,0,.5098039216);padding:8px}.course-template textarea.form-control{border-color:var(--divider-color)}.course-template select.invalid{outline:dashed 1px rgba(255,0,0,.03)}.course-template tr:nth-child(2n){background:var(--primary-light-color)}.course-template thead{background:var(--secondary-color)}.course-template thead *{color:var(--primary-color)}.course-template p.feedback-title,.course-template p.abbreviations{font-size:1.6em;line-height:30px;font-weight:600}.course-template .reference-box .ref-title{font-size:22px;line-height:30px;font-weight:600}.course-template .reference-box li span{font-weight:400}.course-template .reference-box ol{padding-left:35px!important}.course-template .reference-box ol li{margin-left:-15px}.course-template .reference-box ol li::marker{font-weight:700}.course-template .quote{padding:40px;font-style:italic;border:1px solid var(--divider-color);background:var(--primary-light-color);border-radius:5px}.course-template .quote p{font-size:1.3em!important;font-weight:600}.course-template .panel{border-bottom:1px solid var(--divider-color)}.course-template .panel .card-title{color:var(--secondary-color);font-size:2.5em;font-weight:700}.course-template .panel .card-text{font-weight:700}.course-template .panel .copy{position:relative;z-index:2}.course-template .panel .copy-right{margin-right:-70px}.course-template .panel .copy-left{margin-left:-70px}.course-template .hero-img{background-color:var(--accordion-bg)}.courses-landing-page #content-wrap,.pages-show #content-wrap{padding-bottom:0}.courses-landing-page #content-wrap>.row>.mb-3,.pages-show #content-wrap>.row>.mb-3{margin-bottom:0!important}.landing-template{background:var(--landing-bg-color);margin-top:var(--top-nav-height)}.landing-template li,.landing-template p,.landing-template h1,.landing-template h2,.landing-template h3,.landing-template h4{color:#212529;font-family:var(--font-Roboto-Regular)}.landing-template .divider{border-top:2px solid var(--secondary-color);opacity:1}.landing-template .gradient-blue{background:#2ca19e;background:-moz-linear-gradient(310deg,rgb(44,161,158) 35%,rgb(117,212,214) 100%);background:-webkit-linear-gradient(310deg,rgb(44,161,158) 35%,rgb(117,212,214) 100%);background:linear-gradient(310deg,#2ca19e 35%,#75d4d6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ca19e",endColorstr="#75d4d6",GradientType=1)}.landing-template header{margin-top:58px}.landing-template .box-course-content{background:var(--content-bg);border-bottom-left-radius:30px;border-top-right-radius:30px}.landing-template .white-box{background:var(--content-bg);text-align:center;border-radius:30px}.landing-template .divider{border-top:2px solid var(--secondary-color)}.landing-template .box-shadow-1{box-shadow:5px 5px 10px #0003}.landing-template h2{font-size:3rem}.landing-template .h1,.landing-template h1{font-size:2rem;line-height:1.4em}.landing-template h3{font-size:1.4rem}.landing-template p,.landing-template ul{font-size:1.2em}.landing-template .fw-600{font-weight:600}.landing-template .fw-500{font-weight:500}.landing-template .accreditation img{margin:14px;max-height:90px;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.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;display:inline-block;color:#fff;font-weight:600}.landing-template .learning-outcomes-block p.sub-title{font-size:1.5rem}.landing-template ul.custom{margin-left:0;list-style-type:none;font-size:1.4em;line-height:1.4em}.landing-template ul.custom li{position:relative;padding-left:.6em;margin-bottom:10px}.landing-template ul.custom li:before{content:"";background-size:100% auto!important;background-repeat:no-repeat;width:14px;height:14px;border-radius:50%;position:absolute;left:-15px;background:var(--secondary-color);top:8px}.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!important}.landing-template .login-container .or *{font-weight:600}.landing-template .btn-create-account{background:var(--primary-color);border:1px solid var(--primary-color);font-size:1.5rem!important}.landing-template .btn-create-account:hover{background:#1ab394;border:1px solid #1ab394}.landing-template .btn-login{background:var(--secondary-color);border:1px solid var(--secondary-color);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)}.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:50px;width:auto}.landing-template .sponsor h4{font-size:1.2em}.landing-template .sponsor img{max-height:50px;max-width:140px}.landing-template .call-out h1{font-size:1.4rem;margin:0;line-height:1.2em}.landing-template .learning-outcomes-block h2,.landing-template .learning-outcomes-block h3{font-size:1.4em}.landing-template .learning-outcomes-block p.sub-title{font-size:1.3rem!important;margin:0}.landing-template p,.landing-template ul.custom{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 .image-copy img{max-width:230px;margin:0 auto}.landing-template .learning-outcomes-block h3{font-size:1.6em}.landing-template .login-container .or{font-size:16px!important}.landing-template .btn-create-account,.landing-template .btn-login{font-size:1.2rem!important}}@media screen and (max-width: 480px){.landing-template .sponsor img{max-width:130px;width:100%}.landing-template .forgot-passwd a{font-size:1rem}}
