:root{--radio-custom--colour:currentColor;--radio-button--colour:currentColor;--radio-button--background:var(--color--turquoise);--radio-button--text-color:var(--color--white)}.reset-layout,.wFormContainer,.wFormContainer .supportInfo,.wFormContainer .wFormTitle,.wFormContainer div,.wFormContainer h1,.wFormContainer h2,.wFormContainer h3,.wFormContainer h4,.wFormContainer h5,.wFormContainer h6,.wFormContainer p,.wForm form .actions,.wForm form .htmlSection,.wForm form .oneField{padding:unset;border:unset}.wForm{--_radio-size:2rem;--_radio-colour:#0b7161;--_vertical-gap:2rem}.wForm .actions,.wForm .gridLayout,.wForm .matrixLayout,.wForm .wfPagingButtons,.wForm div>div.oneField,.wForm fieldset,.wForm fieldset>div.oneField,.wForm form>div.oneField,.wForm h4{margin-top:unset}.wForm form{display:flex;flex-direction:column;row-gap:var(--_vertical-gap)}.wForm form label{font-weight:400}.wForm form input:-internal-autofill-selected,.wForm form input:-internal-autofill-selected:active,.wForm form input:-internal-autofill-selected:focus,.wForm form input:-internal-autofill-selected:focus-visible,.wForm form input:-internal-autofill-selected:focus-within,.wForm form input:-internal-autofill-selected:hover,.wForm form input:-webkit-autofill,.wForm form input:-webkit-autofill:active,.wForm form input:-webkit-autofill:focus,.wForm form input:-webkit-autofill:focus-visible,.wForm form input:-webkit-autofill:focus-within,.wForm form input:-webkit-autofill:hover,.wForm form input:autofill,.wForm form input:autofill:active,.wForm form input:autofill:focus,.wForm form input:autofill:focus-visible,.wForm form input:autofill:focus-within,.wForm form input:autofill:hover{-webkit-text-fill-color:inherit;box-shadow:inset 0 0 0 9999px #fff}.wForm form input,.wForm form select,.wForm form textarea{background-color:transparent}.wForm form input:focus,.wForm form input:focus-visible,.wForm form select:focus,.wForm form select:focus-visible,.wForm form textarea:focus,.wForm form textarea:focus-visible{outline:unset;background-color:#f8f8f8}.wForm form input[type=email],.wForm form input[type=number],.wForm form input[type=password],.wForm form input[type=tel],.wForm form input[type=text],.wForm form input[type=time],.wForm form input[type=url],.wForm form textarea{width:100%;padding:2px;font-weight:600;border-width:0 0 1px;border-style:solid;border-color:#8a8a8a}.wForm form select{width:100%;padding:6px 2px;font-size:inherit;line-height:inherit;border-width:0 0 1px;border-style:solid;border-color:#8a8a8a;border-radius:0}.wForm form select option:checked{font-weight:600}.wForm form input[type=radio]{width:0;height:0;margin:0;padding:0;visibility:hidden;display:none;-webkit-appearance:none;appearance:none}.wForm form .input-radio-faux{width:var(--_radio-size);height:var(--_radio-size);aspect-ratio:1/1;position:relative;isolation:isolate;margin:0;padding:0;padding-inline-start:calc(var(--_radio-size) + 1rem)}.wForm form .input-radio-faux:after,.wForm form .input-radio-faux:before{content:"";margin:0;padding:0;border-radius:99999px;width:var(--_radio-size);height:var(--_radio-size);aspect-ratio:1/1;display:inline-flex;position:absolute;top:-1px;left:1px;border:1px solid transparent}.wForm form .input-radio-faux:before{border-color:var(--_radio-colour)}.wForm form .input-radio-faux:after{transform:scale(0);transition:transform .2s ease-out}.wForm form .oneChoice:has(input[type=radio]) label{cursor:pointer}.wForm form .oneChoice:has(input[type=radio]:not(:checked)) .input-radio-faux:after{background-color:transparent}.wForm form .oneChoice:has(input[type=radio]:checked) .input-radio-faux:after{transform:scale(.6);transition:transform .2s ease-out;border-color:var(--_radio-colour);background-color:var(--_radio-colour)}.wForm form input[type=checkbox]+label{position:relative;isolation:isolate}.wForm form input[type=checkbox]+label:after,.wForm form input[type=checkbox]+label:before{content:"";border:1px solid #0b7161}.wForm form .primaryAction,.wForm form .secondaryAction{min-width:15rem;padding-block:1.2rem;padding-inline:3rem}.wForm form .primaryAction.disabled,.wForm form .primaryAction:disabled,.wForm form .secondaryAction.disabled,.wForm form .secondaryAction:disabled{cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none}.wForm form .primaryAction,.wForm form input[type=submit]{font-weight:600;text-transform:uppercase;border-radius:99999px;border:1px solid #0b7161;background-color:#0b7161;color:#fff;align-self:flex-end;order:999999}.wForm form .primaryAction:active,.wForm form .primaryAction:focus,.wForm form .primaryAction:focus-visible,.wForm form .primaryAction:focus-within,.wForm form .primaryAction:hover,.wForm form input[type=submit]:active,.wForm form input[type=submit]:focus,.wForm form input[type=submit]:focus-visible,.wForm form input[type=submit]:focus-within,.wForm form input[type=submit]:hover{border-color:#024c41;background-color:#024c41;color:#fff}.wForm form .primaryAction.disabled,.wForm form .primaryAction:disabled,.wForm form input[type=submit].disabled,.wForm form input[type=submit]:disabled{border-color:#e1e1e1;background-color:#e1e1e1;color:#8a8a8a}.wForm form .inputWrapper{width:100%}.wForm form label.preField{margin-bottom:unset;padding-bottom:unset}.wForm form label.preField~.inputWrapper{margin-top:.5rem}.wForm form .choices.horizontal{display:flex;flex-direction:row;gap:1rem}.wForm form .choices.vertical{display:flex;flex-direction:column;gap:1rem}.wForm form .section{width:100%}.wForm form .errMsg{margin-top:.8rem;font-size:.8em;font-weight:400;color:#ab2328}.wForm form .lengthIndicator{margin-top:2px;font-size:.8em;font-weight:400;color:#8a8a8a}.wForm form .captcha{display:flex;flex-direction:column;place-content:flex-start;place-items:flex-end}.wForm form .captchaHelp{margin:0;padding:0;font-size:1.2rem;text-align:right}.wForm form *+.captchaHelp{margin-top:.75em}.wForm form *+.captchaHelp+.captchaHelp{margin-top:unset}.wForm form #google-captcha br{display:none}.wForm form .actions{display:flex;flex-direction:column;row-gap:var(--_vertical-gap)}.wForm form .inline .oneField{width:100%}.wForm form .group{display:flex!important}.wForm form .group.inline{flex-direction:row;column-gap:2rem}.wForm form .group:after,.wForm form .group:before{content:unset}@media screen and (max-width:740px){.wForm form .group.inline{flex-direction:column;row-gap:var(--_vertical-gap)}}.wFormContainer{width:100%;min-width:unset;max-width:unset;font-size:1.5rem}.wFormContainer,.wFormContainer *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.wFormContainer h1+*,.wFormContainer h2+*,.wFormContainer h3+*,.wFormContainer h4+*,.wFormContainer h5+*,.wFormContainer h6+*{margin-top:1.5rem}.wFormContainer .wFormTitle{margin:0;font-size:2.8rem;line-height:1.1;text-transform:uppercase}.wFormContainer .codesection{display:none}.wFormContainer .supportInfo{margin:0;clear:unset;font-size:inherit;line-height:inherit}.wFormContainer .wFormFooter{font-size:1.2rem;line-height:1.1}.wFormContainer .wForm{background-color:transparent}.wFormContainer .offstate{display:none!important}.wFormWebPage{margin:0;padding:0;background-color:transparent}.wFormWebPage,.wFormWebPage *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#header{position:fixed;top:0;left:0;width:100%;z-index:600;transition:top .5s linear}@media screen and (min-width:981px){.breadcrumbs__hide #header{top:-36px}}#header.header--dark .network-links{background-color:#fff}#header.header--dark .network-links__link{color:#363635}#header.header--dark #header__bar--inner{background-color:#363635}#header.header--dark .icon-LeftArrow{color:#363635;font-weight:600}#header.header--dark #header__bar--inner{box-shadow:none}#header__bar{position:relative;padding-left:0;height:70px;transition:padding-left .5s ease}.navigation__close #header__bar{padding-left:67px}@media screen and (min-width:1201px){#header__bar{padding-left:180px}}@media screen and (max-width:980px){#header__bar{background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.15)}}@media screen and (min-width:981px) and (max-width:1200px){#header__bar{padding-left:160px}}@media screen and (min-width:741px) and (max-width:980px){#header__bar{height:70px;padding-left:110px!important}}@media screen and (max-width:740px){#header__bar{height:44px;padding-left:130px!important}}#header__bar--inner{position:absolute;z-index:710;margin-left:-35px;padding-left:35px;width:100%;height:100%;background-color:#0b7161;border-radius:70px 0 0 70px;transform:translateX(0);transition:transform .5s ease}#header__bar--inner.header__bar--inner-public{background-color:#1a1a1a}@media screen and (min-width:981px){#header__bar--inner{box-shadow:0 2px 2px rgba(0,0,0,.15)}.navigation__close #header__bar--inner{transform:translateX(25px)}}.network-links{background-color:#363635;text-align:right}.network-links:after,.network-links:before{content:" ";display:table}.network-links:after{clear:both}@media screen and (max-width:980px){.network-links{display:none}}.network-links.header__network-links--public{color:#363635;font-weight:600;background-color:#fff}@media screen and (max-width:980px){.network-links.network-links-merge{display:block;overflow:scroll}}@media screen and (max-width:980px){.network-links.network-links-merge ul{white-space:nowrap}}.network-links ul{margin:0;padding:0;padding:0 40px}.network-links ul:after,.network-links ul:before{content:" ";display:table}.network-links ul:after{clear:both}@media screen and (min-width:981px) and (max-width:1200px){.network-links ul{overflow:auto;white-space:nowrap;transition:padding-left .5s ease}.navigation__open .network-links ul{padding-left:160px}.navigation__close .network-links ul{padding-left:67px}}.network-links__list-item{display:inline-block;vertical-align:top;position:relative;margin:0 17px;background:none}.network-links__list-item:last-child{margin-right:0}@media screen and (min-width:981px) and (max-width:1200px){.network-links__list-item{margin:0 10px}}.network-links__link{display:block;font-weight:400;font-size:1.2rem;line-height:1.2rem;text-decoration:none;color:#fff;padding:10px 0 12px;transition:color .15s ease-out}.network-links__link:focus,.network-links__link:hover{color:#fff;text-decoration:underline}.header__network-links--public .network-links__link{font-weight:600;color:#363635}.header__network-links--public .network-links__link:focus,.header__network-links--public .network-links__link:hover{color:#363635;text-decoration:underline}.network-links__link.link__external{position:relative;padding-right:20px}.network-links__link.link__external i{position:absolute;right:0;font-size:1.1rem;font-weight:600}.network-links__link.course__count{padding-left:20px;margin:0 0 0 -20px;font-family:Arial,sans-serif;font-weight:600;font-style:normal}.network-links__link.course__count i{display:inline-block;position:relative;color:#fff;z-index:10;width:30px;text-align:center;margin-left:10px;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400}.wf-worldlybold-n4-active .network-links__link.course__count i{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.network-links__link.course__count i:after{z-index:-1;position:absolute;top:0;left:0;bottom:0;margin:auto;content:"";background-color:#c74298;width:30px;height:20px;border-radius:20px}.network-links__link--skip{position:absolute;top:-9999em;color:#c74298}.network-links__link--skip:focus{position:relative;top:0;color:#fff}.network-links__expendable a{position:relative;padding-right:15px}.network-links__expendable a:after{position:absolute;right:0;top:50%;margin-top:-4px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -60px;display:inline-block;vertical-align:top;content:"";width:9px;height:7px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.network-links__expendable a:after{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.network-links .icon-LeftArrow{position:absolute;right:-7px;top:-3px;bottom:0;margin:auto 0;color:#fff;transform:rotate(-90deg);font-size:.8rem;background-color:transparent}.course__count i{font-style:normal}.lang-dropdown__list{transition:.15s ease-in-out}.network-links .lang-dropdown__list{position:absolute;z-index:780;left:0;right:-20px;top:100%;padding:5px 0;max-height:0;overflow:hidden;border:1px solid #e2e2e2;background-color:#fff;opacity:0;list-style:none;border-radius:5px}.network-links .lang-dropdown__list li{background:none}.network-links .lang-dropdown__list:before{content:"";position:absolute;top:-6px;right:17px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.breadcrumbs__hide .network-links .lang-dropdown__list{top:-20px}.network-links .lang-dropdown__list .hidden{position:absolute;left:-9999999px}.lang-toggle:hover+.lang-dropdown__list,.network-links ul .lang-dropdown__list:focus,.network-links ul .lang-dropdown__list:hover{max-height:400px;opacity:1;z-index:880;overflow:visible}.has-js .lang-toggle:hover+.lang-dropdown__list,.has-js .network-links ul .lang-dropdown__list:focus,.has-js .network-links ul .lang-dropdown__list:hover{max-height:0;overflow:hidden;padding:0;opacity:0}.has-js .lang-toggle:hover+.lang-dropdown__list.active,.has-js .network-links ul .lang-dropdown__list:focus.active,.has-js .network-links ul .lang-dropdown__list:hover.active{max-height:400px;padding:5px 0;opacity:1;z-index:880;overflow:visible}.has-js .lang-dropdown__list.active{max-height:400px;opacity:1;z-index:880;overflow:visible}.lang-dropdown__list-link{display:block;padding:5px;width:100%;text-align:center;font-size:1.2rem;color:#000}.lang-dropdown__list-item{margin:0}.main-logo{position:absolute;top:0;left:10px;bottom:0;margin:auto;height:46px;transition:left .5s ease}@media screen and (max-width:740px){.main-logo{left:5px;height:35px}}.main-logo__link{border:0;color:transparent;font:0/0 a;text-shadow:none}.main-logo__assistive-text{position:absolute;right:-1000em}.main-logo__image{display:block;float:right;height:100%}.site-link{font-family:Arial,sans-serif;display:none;float:right;margin-left:50px;color:#fff;font-size:2.6rem;font-weight:400;line-height:4.6rem;text-decoration:none}.wf-worldlylight-n4-active .site-link{font-family:Worldly Light,Open Sans,Arial,sans-serif}.site-link:hover{color:#fff;font-weight:inherit}@media screen and (min-width:981px){.site-link{display:inline-block}}.background--orange .site-link{color:#363635}.header__bar--visible .site-link{display:inline-block}@media screen and (max-width:740px){.header__bar--visible .site-link{margin-top:-2px}}.header-rebrand{display:flex;flex-direction:column-reverse;z-index:101;height:auto;width:100%;position:fixed;top:0;left:0;background-color:var(--color--charcoal-02,#1a1a1a);border-bottom:1px solid transparent}@media screen and (max-width:980px){.header-rebrand{z-index:600}}.header-rebrand.expanded{border-bottom:1px solid var(--color--charcoal,#363635)}.header-rebrand__network-links{display:none;background-color:var(--color--charcoal,#363635)}@media screen and (min-width:741px){.header-rebrand__network-links{display:flex;justify-content:flex-end;padding:0 20px;height:36px;transition:height .5s ease-in-out;z-index:1}}.header-rebrand__network-links>ul{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-top:0;width:100%}.header-rebrand__network-links>ul .network-links__list-item{margin:0;display:flex;vertical-align:initial;background:none}.header-rebrand__network-links>ul .network-links__list-item .network-links__link{font-family:Open Sans Semi-bold,Arial,sans-serif;font-weight:600;display:flex;margin-right:20px;padding:12px 0;padding-right:0}.header-rebrand__network-links>ul .network-links__list-item .network-links__link.course__count{display:inline-block;line-height:2.4em;margin:0;padding:0}.header-rebrand__network-links>ul .network-links__list-item .network-links__link.course__count:hover i{text-decoration:none}.header-rebrand__network-links>ul .network-links__list-item .network-links__link.course__count i{color:var(--color--white,#fff);background-color:var(--color--magenta,#c74298);width:26px;height:26px;border-radius:50%;text-align:center;font-style:normal;display:inline-block;justify-content:center;align-items:center;margin-left:5px;top:1px}.header-rebrand__network-links>ul .network-links__list-item .network-links__link.course__count i:after{display:none}.header-rebrand__network-links>ul .network-links__list-item:last-child{margin-left:30px}.header-rebrand__bar{display:flex;flex-direction:row;width:100%;height:50px;padding:0 10px;background-color:var(--color--charcoal-02,#1a1a1a)}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__bar{height:70px}}@media screen and (min-width:741px){.header-rebrand__bar{z-index:101;height:70px;padding:0 20px}}.header-rebrand__bar--logo{display:flex;align-self:center;height:30px;margin-left:5px}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__bar--logo{margin-left:20px}}@media screen and (min-width:741px){.header-rebrand__bar--logo{height:45px}}.header-rebrand__bar--logo .network-links__link--skip:focus{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Open Sans Semi-bold,Arial,sans-serif;font-weight:600;font-size:1.8rem;text-align:center;line-height:3rem;text-decoration:none;text-transform:uppercase;outline:thin solid;z-index:999999999;background-color:var(--skip--link,#0b7161);padding:10px;width:150px}.header-rebrand__bar--logo .main-logo__link{width:90px}@media screen and (min-width:741px){.header-rebrand__bar--logo .main-logo__link{width:135px}}.header-rebrand__bar--search{display:flex;flex-direction:row;align-items:center;align-self:center;justify-content:flex-end;flex-grow:1;margin-left:15px}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__bar--search{margin-left:25px}}@media screen and (min-width:981px){.header-rebrand__bar--search{margin-left:0;min-width:var(--search-global-button--size,4.4rem)}}@media screen and (min-width:1441px){.header-rebrand__bar--search{flex-grow:0}}.header-rebrand__bar--search-wrapper,.header-rebrand__bar--search-wrapper .header-rebrand__bar--search-mobile{width:100%}.header-rebrand__bar--search-wrapper .search-bar--wrapper{display:flex;justify-content:flex-end}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__submit{display:none}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-bar__input-wrapper{width:0;transition:width .5s ease,padding .5s ease,opacity .4s ease;overflow:hidden;opacity:0}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-bar__input-wrapper.active{width:100%;opacity:1}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-bar__input-wrapper{max-width:35rem;transition:width 1s ease,padding .5s ease,opacity 1.3s ease}}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-bar__input-wrapper input{width:100%;height:var(--search-global-button--size,3rem);border-radius:50rem;margin:0;padding:0 35px 0 15px;color:var(--search-global-text-input--color,var(--color--charcoal,#363635));background-color:var(--search-global-text-input--background,var(--color--white,#fff));text-overflow:ellipsis;overflow:hidden}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-bar__input-wrapper input{height:var(--search-global-button--size,4.4rem)}}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__toggle{display:flex;align-self:center;visibility:visible;transition:background-color .3s ease .2s,opacity .5s;width:var(--search-global-button--size,3rem);height:var(--search-global-button--size,2.9rem);margin:0;padding:0;border-radius:50%;position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--search--button-toggle,#0b7161);background-color:var(--color-white,#fff);opacity:1;z-index:720}@media screen and (min-width:741px){.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__toggle{width:var(--search-global-button--size,4.4rem);height:var(--search-global-button--size,4.4rem)}}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__toggle .icon{width:100%;height:100%;margin:0;padding:0;color:inherit;fill:currentColor;position:relative;top:unset;bottom:unset;left:unset;right:unset;transform:scale(.4)}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__toggle .icon{transform:scale(.5)}}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__toggle[aria-pressed=true]{background-color:rgba(12,133,115,.4)}.header-rebrand__bar--search-desktop{display:none}@media screen and (min-width:741px){.header-rebrand__bar--search-desktop{display:flex;position:fixed;left:50%;top:106px;transform:translate(-50%);background-color:var(--color--charcoal-02,#1a1a1a);transition:.5s ease-in-out;padding:40px 100px 40px 120px;width:100%;height:auto;border-bottom-right-radius:10px;border-bottom-left-radius:10px;opacity:0;z-index:600}}.breadcrumbs__hide .header-rebrand__bar--search-desktop{top:70px}.header-rebrand__bar--search-desktop label{display:none}@media screen and (min-width:741px){.header-rebrand__bar--search-desktop .search-rebrand__close-desktop{height:20px;width:20px;position:absolute;top:10px;right:20px;color:#fff}}.header-rebrand__bar--search-desktop .search-rebrand__close-desktop svg{transform:scale(3)}@media screen and (min-width:741px){.header-rebrand__bar--search-desktop .search-bar__input-desktop-wrapper{width:100%;height:50px;align-self:center;display:flex;flex-direction:row}}.header-rebrand__bar--search-desktop .search-bar__input-desktop-wrapper input{padding:0 55px 0 25px;border-radius:25px}@media screen and (min-width:741px){.header-rebrand__bar--search-desktop .search-bar__input-desktop-wrapper button{width:50px;height:49px;color:var(--search--button,#0b7161);background-color:var(--color-white,#fff);align-self:center;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:25px}}.header-rebrand__bar--search-desktop .search-bar__input-desktop-wrapper button svg{transform:scale(.7);position:relative;top:3px;right:5px}.header-rebrand__burger{display:flex;flex-direction:column;justify-content:flex-end;padding:0 5px;margin-bottom:4px}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__burger{padding:0;align-items:center;margin-bottom:10px}}@media screen and (min-width:981px){.header-rebrand__burger{display:none}}.header-rebrand__burger .hamburger{font-size:0;line-height:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.3s;margin-left:5px;margin-bottom:5px}.header-rebrand__burger .hamburger .patties{display:inline-block;vertical-align:top;position:relative;width:22px;height:2px;background:var(--color--white,#fff)}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__burger .hamburger .patties{margin-bottom:4px}}.header-rebrand__burger .hamburger .patties:after,.header-rebrand__burger .hamburger .patties:before{display:inline-block;vertical-align:top;position:absolute;left:0;top:0;width:22px;height:2px;background:var(--color--white,#fff);content:"";transition:all .3s}.header-rebrand__burger .hamburger .patties:before{top:6px}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__burger .hamburger .patties:before{top:8px}}.header-rebrand__burger .hamburger .patties:after{top:-6px}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__burger .hamburger .patties:after{top:-8px}}.header-rebrand__burger .hamburger--text{font-size:1.1rem;font-weight:700;color:var(--color--white,#fff)}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__burger .hamburger--text{font-size:1.3rem}}.header-rebrand__burger[aria-pressed=true] .patties{background:transparent}.header-rebrand__burger[aria-pressed=true] .patties:before{transform:rotate(-45deg);top:0;background:var(--mobile--menu-active,#58bcaf)}.header-rebrand__burger[aria-pressed=true] .patties:after{transform:rotate(45deg);top:0;background:var(--mobile--menu-active,#58bcaf)}.header-rebrand__burger[aria-pressed=true] .hamburger--text{color:var(--mobile--menu-active,#58bcaf)}.header-rebrand__students.mobile-search__open:not(.header-rebrand--sticky):not(.header-library),.navigation-rebrand__open .header-rebrand__students:not(.header-rebrand--sticky):not(.header-library){position:relative!important}.header-rebrand__students .site-link{font-size:2rem;line-height:2.8rem;font-weight:600;display:block;margin:5px 0 0 20px;padding:6px 0 0 20px;border-left:1px solid #fff;height:37px}.header-rebrand__students .site-link:focus,.header-rebrand__students .site-link:hover{color:var(--navigation--active-area,#23b0cf)}@media screen and (max-width:740px){.header-rebrand__students .site-link{border-left:none;margin-top:4px;padding-top:0;padding-left:0;margin-left:10px}}.header-rebrand__students .header-rebrand__bar--search-wrapper .search-bar--wrapper .search-rebrand__toggle[aria-pressed=true]{background-color:rgba(35,176,207,.4)}.header-rebrand__students .header-rebrand__bar--search-wrapper input[type=text]{font-size:15px!important}.header-rebrand__students .header-rebrand__network-links ul{margin-top:0}.header-rebrand__students .header-rebrand__network-links ul li.network-links__list-item:last-child{margin-left:0}.header-rebrand__students .header-rebrand__network-links ul li.network-links__list-item:last-child a:not([class*=button]){padding-right:0;margin-right:0}@media screen and (min-width:741px){.breadcrumbs__hide .header-rebrand__network-links{height:0}}#header__bar .grid{position:absolute;top:0;left:0;right:0}@media screen and (min-width:981px){#header__bar .grid{left:auto;right:10px;width:100%}}html.has-js #search-bar__filter-select{visibility:hidden}#search-bar{position:relative;z-index:800;padding-bottom:5px;height:20px;box-sizing:content-box;border-bottom:1px solid #55aa9d}#angular-app #search-bar{border-bottom:1px solid hsla(0,0%,100%,.3)}@media screen and (max-width:980px){#search-bar{display:none;height:auto;margin-top:0;padding:0;background:#fff;border:none;box-shadow:none;width:100%}#search-bar.show{display:block;border-radius:2px;box-shadow:0 7px 14px 0 rgba(0,0,0,.07)}#search-bar.show #search-bar__input{border-radius:5px 5px 0 0}}#search-bar__wrapper{padding-top:25px;float:none}@media screen and (min-width:981px) and (max-width:1200px){#search-bar__wrapper{transition:width .5s ease}}@media screen and (max-width:980px){#search-bar__wrapper{width:100%;padding-top:90px;padding-right:8px}}@media screen and (max-width:740px){#search-bar__wrapper{padding-top:65px}}@media screen and (min-width:981px){#search-bar__wrapper--outer{position:relative}}#search-bar__wrapper .select2-container--open .select2-dropdown--below{top:12px;box-shadow:0 7px 14px 0 rgba(0,0,0,.07)}@media screen and (max-width:980px){#search-bar__wrapper .select2-container--open .select2-dropdown--below{top:0;background-color:#f5f5f5;border-bottom-right-radius:3px;border-bottom-left-radius:3px}}#search-bar__wrapper .select2-results__options{overflow:auto}#search-bar__wrapper .select2-results__option{padding:15px 25px;font-size:1.4rem}@media screen and (max-width:980px){#search-bar__wrapper .select2-results__option{font-size:1.4rem;line-height:1.4rem;font-style:normal;padding:12px 0 12px 40px}}#search-bar__wrapper .select2-dropdown{border:1px solid #e2e2e2;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top:none}#search-bar__wrapper .select2-results__option--highlighted{color:#363635;background-color:#e1e1e1;font-family:Arial,sans-serif;font-weight:600;font-style:normal}#search-bar:-moz-placeholder{line-height:normal;color:#707070}#search-bar::placeholder{line-height:normal;color:#707070}#search-bar__button--submit{border:0;color:transparent;font:0/0 a;text-shadow:none;position:absolute;top:-3px;left:-45px;padding:4px}#search-bar__button--submit:focus{border:1px solid #fff}@media screen and (max-width:980px){#search-bar__button--submit{top:17px;left:6px;transform:scale(.7)}}#search-bar__button--submit .icon__search--white{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-30px -90px;display:inline-block;vertical-align:top;content:"";width:20px;height:20px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#search-bar__button--submit .icon__search--white{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}#search-bar__button--close{display:none;position:absolute;top:10px;right:15px;z-index:810;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px 0;width:15px;height:15px;border:0;color:transparent;font:0/0 a;text-shadow:none}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#search-bar__button--close{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:980px){#search-bar__button--close{display:block;top:22px}}#search-bar__toggle{-webkit-appearance:none;visibility:hidden;position:absolute;z-index:720;top:9px;right:0;font-size:1.6rem;line-height:2rem;color:#fff;padding-left:0;padding-top:10px;padding-bottom:10px}@media screen and (max-width:980px){#search-bar__toggle{visibility:visible}}@media screen and (min-width:741px) and (max-width:980px){#search-bar__toggle{top:14px}}@media screen and (max-width:740px){#search-bar__toggle{top:2px}}#search-bar__toggle .icon__search--white{margin-right:10px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-30px -90px;display:inline-block;vertical-align:top;content:"";width:20px;height:20px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#search-bar__toggle .icon__search--white{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:740px){#search-bar__toggle .icon__search--white{margin-right:5px}}#search-bar #global-search,#search-bar__input{position:relative;top:-2px;z-index:1;padding:0;width:calc(100% - 165px);height:inherit;vertical-align:middle;font-size:1.8rem;font-style:italic;color:#fff;background-color:transparent;border:0}#search-bar #global-search:-moz-placeholder,#search-bar__input:-moz-placeholder{height:inherit;color:#fff;vertical-align:middle;font-style:normal}#search-bar #global-search::placeholder,#search-bar__input::placeholder{height:inherit;color:#fff;vertical-align:middle;font-style:normal}@media screen and (max-width:980px){#search-bar #global-search,#search-bar__input{width:100%}}#search-bar #global-search-wrapper:before,#search-bar__input-wrapper:before{display:none;position:absolute;bottom:-2px;left:0;width:calc(100% - 85px);height:0;border-bottom:1px solid #fff;content:""}#search-bar #global-search-label,#search-bar__input-label{display:none}@media screen and (max-width:980px){#search-bar #global-search,#search-bar__input{padding:20px 40px;color:#363635;font-size:16px;border-top-right-radius:3px;border-top-left-radius:3px;background-clip:padding-box}#search-bar #global-search:-moz-placeholder,#search-bar__input:-moz-placeholder{color:#363635}#search-bar #global-search::placeholder,#search-bar__input::placeholder{color:#363635}}#search-bar__filter{display:inline-block;vertical-align:top;position:absolute;top:2px;right:0;width:210px;height:100%}#search-bar__filter:after,#search-bar__filter:before{content:" ";display:table}#search-bar__filter:after{clear:both}@media screen and (max-width:980px){#search-bar__filter{position:relative;width:100%;border-left:0 solid #e1e1e1;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-bottom-right-radius:5px;border-bottom-left-radius:5px}}#search-bar__filter-select-label{display:none}#search-bar__filter>.select2-container--default:before{display:none;position:absolute;bottom:-14px;right:30px;z-index:-1;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;content:""}@media screen and (max-width:980px){#search-bar__filter>.select2-container--default:before{display:block;bottom:107px}}@media screen and (max-width:740px){#search-bar__filter>.select2-container--default:before{right:20px}}@media screen and (min-width:981px){#search-bar__filter>.select2-container--default.select2-container--open:before{display:block}}#search-bar__filter .select2-container{position:relative;padding:0;height:100%;cursor:pointer;outline:none;background-color:transparent;color:#0b7161;font-size:1.4rem;line-height:1.6rem;border-bottom-right-radius:5px;border-top-right-radius:5px;background-clip:padding-box;border-bottom:none}@media screen and (max-width:980px){#search-bar__filter .select2-container{font-size:1.4rem;line-height:1.4rem;font-weight:600;font-style:normal;border-radius:0}}#search-bar__filter .select2-container--open{border-bottom-right-radius:0}#search-bar__filter .select2-container--open .select2-selection__arrow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-330px -30px;display:inline-block;vertical-align:top;content:"";width:27px;height:27px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#search-bar__filter .select2-container--open .select2-selection__arrow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:980px){#search-bar__filter .select2-container--open .select2-selection__arrow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -60px;display:inline-block;vertical-align:top;content:"";width:27px;height:27px}}#search-bar__filter .select2-container--focus .select2-selection--single:before{position:absolute;border-bottom:1px solid #fff;bottom:9px;width:100%;content:""}@media screen and (max-width:980px){#search-bar__filter .select2-container--focus .select2-selection--single:before{display:none}}#search-bar__filter .select2-selection{padding:0}@media screen and (min-width:981px){#search-bar__filter .select2-selection--single{float:right;display:inline-block;position:relative}#search-bar__filter .select2-selection--single:before{content:"";position:absolute;bottom:9px;right:0;width:100%;height:0;border-bottom:1px solid #55aa9d;z-index:1}}#search-bar__filter .select2-selection__arrow{position:absolute;right:-10px;top:5px;bottom:0;margin:auto;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-330px 0;display:inline-block;vertical-align:top;content:"";width:27px;height:27px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#search-bar__filter .select2-selection__arrow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:980px){#search-bar__filter .select2-selection__arrow{right:0;top:16px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -30px;display:inline-block;vertical-align:top;content:"";width:27px;height:27px}}#search-bar__filter .select2-selection__placeholder{position:relative;display:inline-block;color:#fff;font-family:Arial,sans-serif;font-weight:600;font-style:normal}@media screen and (max-width:980px){#search-bar__filter .select2-selection__placeholder{color:#363635}}#search-bar__filter .select2-selection__rendered{padding-right:25px;padding-left:0;color:#fff;text-align:right;overflow:visible;font-family:Arial,sans-serif;font-weight:600;font-style:normal}@media screen and (max-width:980px){#search-bar__filter .select2-selection__rendered{text-align:left;color:#333}}@media screen and (max-width:980px){#search-bar__filter .select2-selection{padding:15px 0 15px 40px}#search-bar__filter .select2-selection--single{height:auto;background-color:#f5f5f5}}.search__bar{margin-bottom:40px;padding:0}.search__bar:after,.search__bar:before{content:" ";display:table}.search__bar:after{clear:both}@media screen and (max-width:1200px){.search__bar{margin-bottom:30px}}@media screen and (min-width:981px){.search__bar{padding:0 15px}}@media screen and (min-width:1601px){.search__bar{width:66.66666667%;margin-left:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.search__bar{width:80%;margin-left:10%}}.advanced__filter .search__bar{margin-left:0;width:100%;padding:0}.advanced__filter .search__bar--input{margin-top:50px;width:100%}.search__bar--input{float:left;position:relative;padding-right:30px;width:75%}@media screen and (max-width:740px){.search__bar--input{width:70%;padding-right:0}}.search__bar [class^=icon]{position:absolute;top:15px}.search__bar input[type=text]{height:auto;padding-left:50px;padding-bottom:20px;border-bottom:1px solid gray;font-size:2.4rem;line-height:normal}.search__bar input[type=text]:focus{outline:0 solid #fff;border-bottom:1px solid #0b7161}.search__bar .button{margin:0;float:right;width:25%;min-width:0}@media screen and (max-width:740px){.search__bar .button{display:block}}@media screen and (max-width:740px){.search__bar .button.mobile-show{display:inline-block;float:none;width:100%;margin-top:16px}}#course-search-toggle{display:none;margin-bottom:50px}@media screen and (max-width:740px){#course-search-toggle{display:block}}.main-logo__link:focus{outline:1px dotted #fff}.search-bar--elastic{width:var(--search-global--width,30rem);max-width:35rem;height:var(--search-global--height,100%);margin:0;padding:0;position:absolute!important;top:50%;right:0;transform:translateY(-50%);z-index:720}#header__bar .search-bar--elastic .grid{width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.search-bar--elastic #search-bar{display:block;background-color:transparent;border:unset}.search-bar--elastic #search-bar__wrapper{width:100%;height:100%;margin:0;padding:0;float:unset}.search-bar--elastic #search-bar__input-wrapper{width:100%;height:100%;margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;overflow:hidden;position:absolute;top:0;bottom:0;right:0;left:auto}.search-bar--elastic #search-bar,.search-bar--elastic form{width:100%;height:100%;margin:0;padding:0}.search-bar--elastic #search-bar__input-label{display:none}.search-bar--elastic #search-bar #search-bar__input,.search-bar--elastic #search-bar__input,.search-bar--elastic #search-bar input[type=search],.search-bar--elastic #search-bar input[type=text]{width:100%;height:var(--search-global-text-input--height,4.4rem);margin:0;padding:0 var(--search-global-button--size,4.5rem) 0 2rem;border-radius:50rem!important;border:unset;position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:var(--search-global-text-input--font-size,1.5rem);font-family:var(--search-global-text-input--font-family,"Open Sans",Arial,sans-serif);font-style:normal;line-height:normal;font-weight:400;color:var(--search-global-text-input--color,var(--color--charcoal,#363635));background-color:var(--search-global-text-input--background,var(--color--white,#fff));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-bar--elastic #search-bar #search-bar__input::placeholder,.search-bar--elastic #search-bar__input::placeholder,.search-bar--elastic #search-bar input[type=search]::placeholder,.search-bar--elastic #search-bar input[type=text]::placeholder{all:unset;color:var(--search-global-text-input-placeholder--color,#8a8a8a)}.search-bar--elastic #search-bar__button--submit,.search-bar--elastic #search-bar__toggle{width:var(--search-global-button--size,4.5rem);height:var(--search-global-button--size,4.5rem);margin:0;padding:0;border-radius:50%;position:absolute;top:50%;bottom:unset;right:0;left:unset;transform:translateY(-50%);z-index:720;display:none;color:var(--search-global-button--color,#1a1a1a)}.search-bar--elastic #search-bar__button--submit .icon,.search-bar--elastic #search-bar__toggle .icon{width:100%;height:100%;margin:0;padding:0;color:inherit;fill:currentColor;position:relative;top:unset;bottom:unset;left:unset;right:unset;transform:scale(.4)}.search-bar--elastic #search-bar__toggle{background-color:var(--color--white,#fff);transition:background-color .3s ease .2s}.search-bar--elastic #search-bar.show #search-bar__toggle{background-color:rgba(12,133,115,.4)}@media screen and (min-width:981px){.search-bar--elastic{right:3.5rem}.search-bar--elastic #search-bar__button--submit{display:flex}.search-bar--elastic #search-bar__input{width:100%}}@media screen and (max-width:980px){.search-bar--elastic{right:3rem}.search-bar--elastic #search-bar__toggle{display:flex;visibility:visible}.search-bar--elastic #search-bar__input-wrapper{width:0;transition:width .5s ease,padding .5s ease}.search-bar--elastic #search-bar.show #search-bar__input-wrapper{width:100%}}@media screen and (max-width:740px){.search-bar--elastic{--search-global-button--size:3rem;--search-global-text-input--height:3rem;--search-global--width:55vw;--search-global--height:3rem;right:1rem}}.debug-999 .search-bar--elastic{outline:2px dashed #ff0!important}.debug-999 .search-bar--elastic #search-bar__button--submit,.debug-999 .search-bar--elastic #search-bar__toggle{outline:1px dashed #00008b!important}.debug-999 .search-bar--elastic #search-bar__button--submit .icon,.debug-999 .search-bar--elastic #search-bar__toggle .icon{outline:1px dotted red!important}@media screen and (min-width:981px){.debug-999 .search-bar--elastic{outline:5px dotted #00008b!important}}.toggle__backing{position:absolute;z-index:600;bottom:0;left:0;top:-36px;width:180px;background:#fff;transition:width .5s ease;box-shadow:inset -2px 2px 4px 0 rgba(0,0,0,.15)}@media screen and (max-width:1200px){.toggle__backing{width:160px}}@media screen and (max-width:980px){.toggle__backing{width:60px}}.header--dark .toggle__backing{box-shadow:none}#navigation__toggle{position:absolute;z-index:600;bottom:0;left:0;top:0;padding:0 0 0 40px;height:70px;text-align:left;font-size:1.4rem;line-height:1.4rem;color:#363635;-webkit-appearance:none}@media screen and (min-width:981px){#navigation__toggle{transition:top .15s linear,padding .5s ease;height:70px}.breadcrumbs__hide #navigation__toggle{top:0}#navigation__toggle:focus:after{position:absolute;top:0;right:0;width:39px;height:100%;outline:3px auto #83bffc;content:""}}@media screen and (max-width:980px){#navigation__toggle{top:0;padding:0 15px;width:auto;font-size:1.2rem;line-height:1.2rem}}@media screen and (min-width:981px) and (max-width:1200px){#navigation__toggle{padding:0 0 0 30px}}@media screen and (min-width:741px) and (max-width:980px){#navigation__toggle{padding:0 0 0 20px}}@media screen and (max-width:740px){#navigation__toggle{height:44px;line-height:4.4rem}}#navigation__toggle:focus{outline:0}#navigation__toggle:before{position:absolute;top:0;left:0;z-index:-1;width:120px;height:70px;background:#e1e1e1;border-radius:0 40px 40px 0;transform:translateX(0);transition:transform .5s ease,background-color .3s ease;content:""}@media screen and (min-width:981px) and (max-width:1200px){#navigation__toggle:before{width:100px}}@media screen and (max-width:980px){#navigation__toggle:before{width:140px}}@media screen and (min-width:741px) and (max-width:980px){#navigation__toggle:before{height:70px}}@media screen and (max-width:740px){#navigation__toggle:before{height:44px}}.navigation__close #navigation__toggle{padding:0 0 0 14px}@media screen and (min-width:741px) and (max-width:980px){.navigation__close #navigation__toggle{padding:0 0 0 20px}}@media screen and (max-width:740px){.navigation__close #navigation__toggle{padding:0 0 0 16px}}.navigation__close #navigation__toggle:before{transform:translateX(-100%)}.navigation__open #navigation__toggle:hover:before{background:#c8c8c8}#navigation__toggle span{display:block}@media screen and (max-width:740px){#navigation__toggle span{display:inline-block;vertical-align:top}}#navigation__toggle .hamburger{padding-top:12px;padding-bottom:12px;font-size:0;line-height:0;margin-left:5px;margin-bottom:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.3s}#navigation__toggle .hamburger .patties{display:inline-block;vertical-align:top;position:relative;width:24px;height:2.4px;background:transparent}#navigation__toggle .hamburger .patties:after,#navigation__toggle .hamburger .patties:before{display:inline-block;vertical-align:top;width:24px;height:2.4px;background:#0b7161;position:absolute;content:"";left:0;top:0;transition:all .3s}#navigation__toggle .hamburger .patties:before{transform:rotate(-45deg)}#navigation__toggle .hamburger .patties:after{transform:rotate(45deg)}@media screen and (max-width:980px){#navigation__toggle .hamburger{padding-top:10px;padding-bottom:10px}#navigation__toggle .hamburger .patties,#navigation__toggle .hamburger .patties:after,#navigation__toggle .hamburger .patties:before{width:20px;height:2px}}@media screen and (max-width:740px){#navigation__toggle .hamburger{position:relative;top:10px;margin-left:0;padding-right:10px}}.navigation{position:fixed;z-index:599;left:0;top:0;height:100%;pointer-events:auto;background-color:#fff;width:180px}@media screen and (min-width:981px) and (max-width:1200px){.navigation{width:160px}}@media screen and (max-width:980px){.navigation{left:-100%;width:260px}.navigation__open .navigation{left:0}}.navigation.navigation__activated{transition:padding-top .2s linear,left .5s ease,width .5s ease}.navigation__trigger{display:block;position:absolute;left:210px;top:0;width:50px;height:55px;text-align:center;transition:left .15s linear}.navigation__level--1>.navigation__trigger{left:150px;top:0;height:45px;width:30px}@media screen and (min-width:981px) and (max-width:1200px){.navigation__level--1>.navigation__trigger{left:130px}}@media screen and (max-width:980px){.navigation__level--1>.navigation__trigger{left:230px}}.navigation__level--1>.navigation__trigger:after{content:none!important}.navigation__level--1>.navigation__trigger:before{position:relative;top:14px;transform:none;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-330px -120px;display:inline-block;vertical-align:top;content:"";width:20px;height:17px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.navigation__level--1>.navigation__trigger:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.navigation__level--1:hover>.navigation__trigger:before{transform:none;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-330px -150px;display:inline-block;vertical-align:top;content:"";width:20px;height:17px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.navigation__level--1:hover>.navigation__trigger:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.navigation__item--active>.navigation__trigger:after,.navigation__trigger:before{transform:rotate(90deg) translateZ(0)}.navigation ul,.navigation ul li{list-style:none;margin:0;padding:0}.navigation ul li{background:none}.navigation a{display:block;padding:0 10px 0 15px;font-family:inherit;font-style:normal;font-size:1.4rem;text-decoration:none;color:#363635;font-weight:600}.navigation a span{width:100%;display:block;padding:10px 0}.navigation a:active,.navigation a:focus,.navigation a:hover{color:#000;font-weight:600}.navigation a:active.link__external:before,.navigation a:active:not(.link__external):after,.navigation a:focus.link__external:before,.navigation a:focus:not(.link__external):after,.navigation a:hover.link__external:before,.navigation a:hover:not(.link__external):after{position:absolute;top:0;bottom:0;left:0;margin:auto 0;width:0;height:20px;border-left:3px solid #0b7161;content:""}.navigation__wrapper{padding-top:130px;height:100%;background-color:hsla(0,0%,100%,.95);transition:padding-top .2s linear;box-shadow:inset -2px 0 3px rgba(0,0,0,.15)}@media screen and (min-width:981px){.breadcrumbs__hide .navigation__wrapper{padding-top:95px}}@media screen and (min-width:741px) and (max-width:980px){.navigation__wrapper{padding-top:70px}}@media screen and (max-width:740px){.navigation__wrapper{padding-top:44px}}.navigation__open .navigation__wrapper{overflow:auto}@media screen and (max-width:980px){.navigation__wrapper--ecosystem{padding-top:130px}}@media screen and (max-width:740px){.navigation__wrapper--ecosystem{padding-top:110px}}.navigation__level--1{overflow:hidden;width:100%}.navigation__level--1 li:first-child a span{border-top:0 solid #000}.navigation__level--1 a{position:relative;margin-right:0;font-weight:400}.navigation__level--1>a{padding:0 30px 0 15px}.navigation__level--2.navigation__level{position:fixed;display:block;z-index:-1;left:-270px;height:100%;width:270px;top:0;padding-top:130px;background-color:#e1e1e1;transition:left .2s cubic-bezier(.4,0,.2,1) .1s}@media screen and (max-width:980px){.navigation__level--2.navigation__level{z-index:609}}@media screen and (min-width:741px) and (max-width:980px){.navigation__level--2.navigation__level{padding-top:70px}}@media screen and (max-width:740px){.navigation__level--2.navigation__level{padding-top:44px}}.breadcrumbs__hide .navigation__level--2.navigation__level{padding-top:95px}.navigation__level--2.navigation__level>ul{left:0;height:100%;overflow:auto}.navigation__level--2.navigation__level>ul li{overflow:hidden}.navigation__level--2.navigation__level a{font-weight:600;transition:background-color .3s ease}.navigation__level--2.navigation__level a.navigation__item--title span{border:none}.navigation__level--2.navigation__item--active>a{background-color:#fff}.navigation__level--2.navigation__item--active>a span{transform:translateX(0)}.navigation__level--2.navigation__item--active>.navigation--trigger{background-color:gray!important;border:1px solid #fff!important;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:12px;height:11px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.navigation__level--2.navigation__item--active>.navigation--trigger{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.navigation__level--2>.navigation__trigger{left:217px;cursor:pointer;height:100%;width:53px}.navigation__level--2>.navigation__trigger:before{position:absolute;top:9px;right:14px;display:inline-block;width:24px;height:24px;border-radius:100%;background-color:#fff;transform:none!important;transition:background-color .3s ease;content:""}.navigation__level--2>.navigation__trigger:after{position:absolute;top:9px;left:0;width:100%;font-size:2.5rem;color:#0b7161;text-align:center;transform:none!important;content:"+"}.navigation__level--2>a{padding-right:45px}.navigation__level--2.navigation__item--expanded>.navigation__trigger:before{background-color:#363635}.navigation__level--2.navigation__item--expanded>.navigation__trigger:after{top:-2px;color:#fff;content:"_"}.navigation__level--3 ul{border-bottom:1px solid #e2e2e2}.navigation__level--3.navigation__level{background-color:#fff}.navigation__level--3.navigation__level a{font-weight:400;border-bottom:0 solid #fff}.navigation__level--3.navigation__level a.navigation__item--title span{border:none}.navigation__level--3.navigation__level a:hover{color:#000}.navigation__level--3.navigation__level a:focus{background:#e2e2e2}.navigation__level--3 a{padding-left:40px;padding-right:20px;font-weight:400!important}.navigation__expandable{position:relative}a.navigation__item--return{display:none;color:#0b7161;position:relative}a.navigation__item--return>span{padding-left:20px}a.navigation__item--return:before{position:absolute;top:15px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-120px 0;display:inline-block;vertical-align:top;content:"";width:12px;height:11px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){a.navigation__item--return:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:980px){a.navigation__item--return{display:block}}a.navigation__item--title{font-weight:700;font-style:normal}.navigation__network-links{display:none}.navigation__network-links li a{font-weight:400;color:#707070}.navigation__network-links li a>span{border-top:0 solid #fff}.navigation__network-links li a.link__external{position:relative}.navigation__network-links li a.link__external:after{position:absolute;right:30px;top:18px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-120px -60px;display:inline-block;vertical-align:top;content:"";width:14px;height:14px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.navigation__network-links li a.link__external:after{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:980px){.navigation__network-links li a.link__external:after{right:15px}}.navigation__network-links li a.course__count span{position:relative}.navigation__network-links li a.course__count i{float:right;margin-right:10px;margin-top:2px;display:inline-block;position:relative;color:#fff;z-index:10;width:30px;text-align:center;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-style:normal}.wf-worldlybold-n4-active .navigation__network-links li a.course__count i{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.navigation__network-links li a.course__count i{margin-right:0}}.navigation__network-links li a.course__count i:after{z-index:-1;position:absolute;top:-2px;left:0;bottom:0;margin:auto;content:"";background-color:#c74298;width:30px;height:20px;border-radius:20px}@media screen and (max-width:980px){.navigation__network-links{display:block}}.navigation__close .navigation__level--1.navigation__expandable .navigation__trigger{display:none}.navigation__close .toggle__backing{width:67px}@media screen and (max-width:980px){.navigation__close .toggle__backing{display:none}}.navigation__close .navigation{pointer-events:none;left:-113px}@media screen and (max-width:1200px){.navigation__close .navigation{left:-93px}}@media screen and (max-width:980px){.navigation__close .navigation{left:-100%}}.navigation__close .navigation a{color:#fff}.navigation__close .navigation__level--1 a{border-bottom:1px solid #fff;margin-right:5px}.navigation__close #navigation__toggle .hamburger .patties{background:#0b7161}.navigation__close #navigation__toggle .hamburger .patties:before{transform:rotate(0);top:6px}.navigation__close #navigation__toggle .hamburger .patties:after{transform:rotate(0);top:-6px}@media screen and (max-width:980px){.navigation__close #navigation__toggle .hamburger .patties:before{top:5px}.navigation__close #navigation__toggle .hamburger .patties:after{top:-5px}}.navigation__open--level.navigation__level--2{left:180px}@media screen and (max-width:1200px){.navigation__open--level.navigation__level--2{left:160px}}@media screen and (max-width:980px){.navigation__open--level.navigation__level--2{left:0}}.navigation__frozen{position:relative;z-index:249;width:100%;margin:0 0 -2px;padding:0;text-align:left;white-space:nowrap}.navigation__frozen--divider{position:absolute;left:0;right:0;height:2px;background-color:#e2e2e2;z-index:1}.navigation__frozen--divider-top{top:0}.navigation__frozen--divider-bottom{bottom:0}.navigation__frozen--wrapper{position:relative;padding:0 60px;text-align:left;white-space:nowrap;background:#fff}@media screen and (max-width:740px){.navigation__frozen--wrapper{padding:0}}.navigation__frozen--view{position:relative;z-index:2;padding:0;margin-left:16.66666667%;width:66.66666667%;text-align:left;white-space:nowrap}@media screen and (min-width:981px) and (max-width:1600px){.navigation__frozen--view{width:80%}}@media screen and (min-width:741px) and (max-width:980px){.navigation__frozen--view{width:90%;margin:0 auto}}@media screen and (max-width:740px){.navigation__frozen--view{padding:0;margin:0;width:100%}}.navigation__frozen--body{position:relative;overflow:hidden;margin:0;padding:0;text-align:left;white-space:nowrap}@media screen and (max-width:740px){.navigation__frozen--body{overflow-x:scroll}}.navigation__frozen--items{margin:0;padding:0;text-align:left;white-space:nowrap;list-style:none;position:relative}.navigation__frozen--items:after,.navigation__frozen--items:before{content:" ";display:table}.navigation__frozen--items:after{clear:both}.navigation__frozen--item{display:inline-block;margin:0;padding:0;list-style:none;position:relative;vertical-align:middle;white-space:nowrap;background:transparent;text-align:center}@media screen and (max-width:740px){.navigation__frozen--item{margin:0}}.navigation__frozen--item a{display:block;padding:15px 20px 14px;margin:0;color:#5e5e5e;cursor:pointer;list-style:none;overflow:hidden;vertical-align:top;white-space:nowrap;border-bottom:2px solid #e2e2e2;font-size:1.2rem;font-family:Arial,sans-serif;font-weight:400;text-transform:uppercase;text-align:center;text-decoration:none;letter-spacing:.05rem;transition:color .15s ease-out}.font-loaded__worldly-bold .navigation__frozen--item a{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.navigation__frozen--item a{padding:21px 16px}}.navigation__frozen--item-active a,.navigation__frozen--item a:focus,.navigation__frozen--item a:hover{color:#000;border-bottom:2px solid #000}.navigation__frozen--button{border:0;color:transparent;font:0/0 a;text-shadow:none;display:none;position:absolute;top:2px;bottom:2px;width:90px;text-align:center}.navigation__frozen--button .icon{position:relative;top:10px}.navigation__frozen--button-prev{left:-80px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0003/767721/bg_course-navigation_prev.png?v=0.1.1);background-position:0 0}.navigation__frozen--button-prev .icon{right:0;transition:right .15s ease-in-out}.navigation__frozen--button-prev:hover .icon{right:5px}.navigation__frozen--button-next{right:-80px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0011/767720/bg_course-navigation_next.png?v=0.1.1);background-position:100% 0}.navigation__frozen--button-next .icon{left:0;transition:left .15s ease-in-out}.navigation__frozen--button-next:hover .icon{left:5px}@media screen and (max-width:740px){.navigation__frozen--button{display:none!important}}.navigation__course{position:relative;width:100%;margin:0 0 -2px;padding:0;text-align:left;white-space:nowrap}.navigation__course--wrapper:before,.navigation__course:before{width:1000vw;height:100%;content:"";position:absolute;top:0;bottom:0;left:-50vw;right:0;z-index:1;background-color:var(--navigation-course--background,var(--color--grey-light,#f5f5f5));border-width:0 0 1px;border-style:solid;border-color:var(--navigation-course--border-color,var(--color--grey-light,#f5f5f5))}@media screen and (max-width:980px){.navigation__course{margin:0}}.module__promotion.background--grey-light+.navigation__course{margin-top:-40px}.navigation__course--sticky .navigation__course{height:60px}@media screen and (max-width:980px){.navigation__course--sticky .navigation__course{height:52px}}@media screen and (max-width:740px){.navigation__course--sticky .navigation__course--save-course{height:72px}}.utility__button--sticky .navigation__course{z-index:251}.navigation__course--divider{position:absolute;left:0;right:0;height:2px;background-color:#e2e2e2;z-index:1}.navigation__course--divider-top{top:0}.navigation__course--divider-bottom{bottom:0}.navigation__course--wrapper{position:relative;padding:0 60px;text-align:left;white-space:nowrap}@media screen and (max-width:980px){.navigation__course--wrapper{padding:0}}.navigation__course--sticky .navigation__course--wrapper{position:fixed;width:100%;z-index:100;top:68px;left:0}.navigation__course--sticky .navigation__course--wrapper .navigation__course--divider-top{display:none}@media screen and (min-width:741px) and (max-width:980px){.navigation__course--sticky .navigation__course--wrapper{top:70px}}@media screen and (max-width:740px){.navigation__course--sticky .navigation__course--wrapper{top:44px}}.navigation__course--view{position:relative;z-index:2;padding:0;margin-left:16.66666667%;width:66.66666667%;max-width:1050px;text-align:left;white-space:nowrap}@media screen and (min-width:981px) and (max-width:1600px){.navigation__course--view{width:90%}}@media screen and (max-width:980px){.navigation__course--view{padding:0;margin:0;width:100%}}.navigation__course--view:after,.navigation__course--view:before{display:none;position:absolute;top:0;height:100%;width:32px;content:"";z-index:1}.navigation__course--view.left-fade:before{left:0;background:linear-gradient(270deg,hsla(0,0%,96%,0),#f5f5f5)}.navigation__course--view.right-fade:after{right:0;background:linear-gradient(270deg,#f5f5f5,hsla(0,0%,96%,0))}.navigation__course--body{position:relative;overflow:hidden;margin:0;padding:0;text-align:left;white-space:nowrap;border-radius:100px}@media screen and (max-width:980px){.navigation__course--body{overflow-x:scroll;border-radius:0}}.navigation__course--items{margin:0;padding:0;text-align:left;white-space:nowrap;list-style:none;position:relative}.navigation__course--items:after,.navigation__course--items:before{content:" ";display:table}.navigation__course--items:after{clear:both}.navigation__course--item{display:inline-block;margin:0;padding:0;list-style:none;position:relative;vertical-align:middle;white-space:nowrap;background:transparent;text-align:center;border-bottom:3px solid #f5f5f5}@media screen and (max-width:740px){.navigation__course--item{margin:0}}.navigation__course--item a{display:block;padding:15px 20px 14px;margin:0;cursor:pointer;list-style:none;overflow:hidden;vertical-align:top;white-space:nowrap;height:100%;color:#363635;font-size:1.4rem;font-family:Arial,sans-serif;text-align:center;text-decoration:none;letter-spacing:.05rem;transition:color .15s ease-out}.mixin_open-sans--semibold .navigation__course--item a{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.navigation__course--item a{padding:21px 16px}}.navigation__course--item-active{border-bottom-color:#0b7161!important}.navigation__course--item-active a{color:#0b7161}.navigation__course--button{border:0;color:transparent;font:0/0 a;text-shadow:none;display:none;position:absolute;top:0;bottom:0;margin:auto;width:40px;height:40px;text-align:center;border-radius:50%;transition:background-color .3s ease}.navigation__course--button .icon{position:relative;top:9px}.navigation__course--button-prev{left:10px;background-color:#0b7161}.navigation__course--button-prev .icon{right:0;top:13px}.navigation__course--button-prev:focus,.navigation__course--button-prev:hover{background-color:#024c41}.navigation__course--button-next{right:35px;background-color:#0b7161}.navigation__course--button-next .icon{left:2px;top:13px}.navigation__course--button-next:focus,.navigation__course--button-next:hover{background-color:#024c41}@media screen and (max-width:980px){.navigation__course--button{display:none!important}}.navigation__course--apply-button{display:none;position:absolute;right:0;top:0;z-index:2}@media screen and (min-width:981px){.navigation__course--apply-button{width:260px}}@media screen and (min-width:1601px){.navigation__course--apply-button{right:-40px}}.navigation__course--apply-button a{display:block;position:relative;padding:21px 0 22px 80px;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;line-height:1.2rem;text-transform:uppercase;background-color:#333;color:#fff;transition:background-color .15s ease-out,color .15s ease-out}.wf-worldlybold-n4-active .navigation__course--apply-button a{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.navigation__course--apply-button a:hover{background-color:#000}.navigation__course--apply-button a .icon{position:absolute;top:12px;left:27px}@media screen and (min-width:981px) and (max-width:1600px){.navigation__course--apply-button{right:-170px}.navigation__course--apply-button a{padding-left:20px}.navigation__course--apply-button .icon,.navigation__course--apply-button .sticky-hide{display:none}}@media screen and (min-width:981px){.utility__button--sticky .navigation__course--apply-button{display:block}}.navigation__close .navigation__course--stacked .navigation__course--wrapper{transition:left .5s ease,padding-left .5s ease}@media screen and (min-width:981px) and (max-width:1200px){.navigation__close.navigation__course--sticky .navigation__course--stacked .navigation__course--wrapper{padding-left:107px}.navigation__open.navigation__course--sticky .navigation__course--stacked .navigation__course--wrapper{padding-left:220px}}@media screen and (min-width:1201px){.navigation__close.navigation__course--sticky .navigation__course--stacked .navigation__course--wrapper{padding-left:127px}.navigation__open.navigation__course--sticky .navigation__course--stacked .navigation__course--wrapper{padding-left:240px}}.navigation__course--stacked .navigation__course--body,.navigation__course--stacked .navigation__course--items,.navigation__course--stacked .navigation__course--view{text-align:center}.navigation__course--stacked .navigation__course--view{margin-right:auto;margin-left:auto}.navigation__course--stacked .navigation__course--item{position:relative;max-width:180px;line-height:1.6rem}.navigation__course--stacked .navigation__course--item,.navigation__course--stacked .navigation__course--item-active{border-bottom-width:5px}.navigation__course--stacked .navigation__course--item a{display:table;padding:0 25px;height:55px;font-size:1.5rem;white-space:pre-wrap}.mixin_open-sans--semibold .navigation__course--stacked .navigation__course--item a{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.navigation__course--stacked .navigation__course--item a{height:52px}}.navigation__course--stacked .navigation__course--item a:before{position:absolute;top:0;right:0;bottom:0;margin:auto 0;height:15px;width:0;border-left:1px solid #8a8a8a;content:""}.navigation__course--stacked .navigation__course--item:last-child a:before{border:none}.navigation__course--stacked .navigation__course--item span{display:table-cell;vertical-align:middle}.navigation__course--stacked .navigation__course--button-next .icon,.navigation__course--stacked .navigation__course--button-prev .icon{top:9px}@media screen and (max-width:740px){.navigation__course.navigation__course--save-course{background-color:#f5f5f5}}.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--wrapper{right:0}@media screen and (max-width:740px){.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--wrapper{max-width:unset}}@media screen and (min-width:1601px){.navigation__course.navigation__course--save-course .navigation__course--wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation__course.navigation__course--save-course .navigation__course--wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.navigation__course.navigation__course--save-course .navigation__course--wrapper{padding:0 15px;margin:0 auto;max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.navigation__course.navigation__course--save-course .navigation__course--wrapper{padding:0 8px;margin:0 auto;max-width:709px}}@media screen and (max-width:740px){.navigation__course.navigation__course--save-course .navigation__course--wrapper{padding:0 16px;margin:0 auto;max-width:513px}}@media screen and (min-width:981px) and (max-width:1200px){.navigation__close.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--wrapper{padding-left:127px}}@media screen and (min-width:1201px){.navigation__course.navigation__course--save-course .navigation__course--wrapper{padding:0 15px;margin:0 auto}.navigation__close.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--wrapper{left:67px;padding-left:0}.navigation__open.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--wrapper{left:180px;padding-left:0}}.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--inner-wrapper{margin:0 auto;width:100%}@media screen and (min-width:1201px){.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--inner-wrapper{padding-left:15px}}@media screen and (min-width:1601px){.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--inner-wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation__course--sticky .navigation__course.navigation__course--save-course .navigation__course--inner-wrapper{max-width:1021px}}.navigation__course.navigation__course--save-course .navigation__course--body,.navigation__course.navigation__course--save-course .navigation__course--items,.navigation__course.navigation__course--save-course .navigation__course--view{text-align:center}.navigation__course.navigation__course--save-course .navigation__course--view{width:100%;overflow:hidden}@media screen and (min-width:1601px){.navigation__course.navigation__course--save-course .navigation__course--view{max-width:83.33333333%}}@media screen and (max-width:980px){.navigation__course.navigation__course--save-course .navigation__course--view{padding:0;margin:0}}.navigation__course.navigation__course--save-course .navigation__course--view.right-fade:after{right:140px}@media screen and (max-width:740px){.navigation__course.navigation__course--save-course .navigation__course--view.right-fade:after{right:0}}.navigation__course.navigation__course--save-course .navigation__course--body{border-radius:0}.navigation__course.navigation__course--save-course .navigation__course--items{margin:0 auto}.navigation__course.navigation__course--save-course .navigation__course--item{max-width:140px}@media screen and (max-width:1200px){.navigation__course.navigation__course--save-course .navigation__course--item a{padding:0 20px}}.navigation__course.navigation__course--save-course .navigation__course--button:before{content:"";position:absolute;top:50%;transform:translateY(-50%);height:60px;width:50px}.navigation__course.navigation__course--save-course .navigation__course--button-prev:before{right:100%;background:linear-gradient(270deg,hsla(0,0%,96%,0),#e1e1e1 50%,#e1e1e1)}.navigation__course.navigation__course--save-course .navigation__course--button-next:before{left:100%;background:linear-gradient(270deg,#e1e1e1 100%,#e1e1e1 0,hsla(0,0%,96%,0))}.navigation__course.navigation__course--save-course .navigation__course--save-button{position:relative;display:table;padding-left:10px;width:100%;height:100%;color:#fff;text-decoration:none;font-weight:400}.navigation__course.navigation__course--save-course .navigation__course--save-button:before{content:"";position:absolute;top:0;right:100%;width:0;height:0;border-style:solid;border-width:0 0 70px 30px;border-color:transparent transparent #f5f5f5}.navigation__course.navigation__course--save-course .navigation__course--save-button>*{display:table-cell;vertical-align:middle}.navigation__course .related-item--favourite{position:absolute;right:0;top:0;margin:0;width:10px;height:100%;z-index:5}.navigation__course .related-item--favourite:before{content:"";position:absolute;top:0;right:100%;width:0;height:0}@media screen and (max-width:740px){.navigation__course .related-item--favourite{position:relative;width:100%;height:60px;text-align:center;display:none}}.navigation__course .related-item--favourite .icon__heart{top:-2px;margin-left:10px}.navigation__home{position:relative;width:100%;border-top:2px solid #e2e2e2;border-bottom:2px solid #e2e2e2;margin-bottom:40px}@media screen and (max-width:1200px){.navigation__home{margin-bottom:30px}}.navigation__home--wrapper{margin:0 auto}@media screen and (min-width:1601px){.navigation__home--wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation__home--wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.navigation__home--wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.navigation__home--wrapper{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.navigation__home--wrapper{max-width:513px}}.navigation__home--items{margin:0 auto;padding:0;white-space:nowrap;overflow-x:scroll}.navigation__home--items:after,.navigation__home--items:before{content:" ";display:table}.navigation__home--items:after{clear:both}@media screen and (min-width:741px){.navigation__home--items{display:table;width:100%}}@media screen and (min-width:1601px){.navigation__home--items{width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.navigation__home--items{width:80%}}.navigation__home--item{margin:0;padding:0;list-style:none;background:transparent}@media screen and (min-width:741px){.navigation__home--item{display:table-cell}}@media screen and (max-width:740px){.navigation__home--item{display:inline-block}}.navigation__home--item a{display:block;padding:14px 0 13px;color:#5e5e5e;font-size:1.2rem;font-family:Arial,sans-serif;font-weight:400;text-transform:uppercase;text-align:center;text-decoration:none;letter-spacing:.05rem;transition:color .15s ease-out}.font-loaded__worldly-bold .navigation__home--item a{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.navigation__home--item a{padding:14px 16px 13px}}.navigation__home--item a:focus,.navigation__home--item a:hover{color:#000}.navigation__home--apply-button{position:absolute;right:0;top:-2px;z-index:2;width:260px}@media screen and (max-width:1200px){.navigation__home--apply-button{display:none}}@media screen and (min-width:1601px){.navigation__home--apply-button{right:-40px}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation__home--apply-button{right:-180px}}.navigation__home--apply-button a{position:relative;display:block;padding:21px 0 22px 80px;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;line-height:1.2rem;text-transform:uppercase;color:#fff;transition:background-color .15s ease-out,color .15s ease-out;background-color:#0b7161}.wf-worldlybold-n4-active .navigation__home--apply-button a{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.navigation__home--apply-button a:hover{background-color:#c74298}.navigation__home--apply-button a .icon{position:absolute;top:12px;left:27px}.navigation__section{padding-left:8px;padding-right:8px;display:flex;z-index:10}@media screen and (min-width:1201px){.navigation__section{position:absolute;top:25px;display:block}.navigation__section:before{display:none}}@media screen and (min-width:1601px){.navigation__section{right:8.33333333%;width:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation__section{right:0;width:20%}}@media screen and (min-width:981px){.navigation__section{padding-left:15px;padding-right:15px}}@media screen and (min-width:1201px){.navigation__section--open .navigation__section{top:20px}}@media screen and (max-width:1200px){.navigation__section--open .navigation__section{padding-top:10px;padding-bottom:10px}}.navigation__section--open .navigation__section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:100vw;background-color:#f5f5f5;box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}@media screen and (max-width:740px){.navigation__section--open .navigation__section-container--light-theme .module__content-panel--wrapper{top:124px!important}}@media screen and (max-width:740px){.navigation__section--open .navigation__section-container--light-theme .navigation__section{padding-top:10px;padding-bottom:10px}}.navigation__section-container--light-theme.navigation__section-container{padding:0;background-color:#fff}@media screen and (max-width:1200px){.navigation__section-container--light-theme .navigation__section{padding-top:20px;padding-bottom:20px}}.navigation__section-container--light-theme .navigation__section:before{background-color:#fff!important}.navigation__section-container--light-theme .navigation__section:after{position:absolute;top:100%;left:50%;transform:translateX(-50%);height:0;width:calc(100% - 30px);border-bottom:1px solid #e1e1e1}@media screen and (max-width:1200px){.navigation__section-container--light-theme .navigation__section:after{content:""}}@media screen and (max-width:980px){.navigation__section-container--light-theme .navigation__section:after{width:calc(100% - 16px)}}.navigation__section--open .navigation__section-container--light-theme .navigation__section:after{border-bottom:0}.navigation__section-container--light-theme .navigation__section-select{border:1px solid #e1e1e1}.navigation__section-container{position:relative;min-height:1px;background-color:#e1e1e1;z-index:100}@media screen and (max-width:1200px){.navigation__section-container{padding:20px 0;height:84px;z-index:50}}.navigation__section--open .navigation__section-container .module__content-panel--10-col{position:static}.navigation__section--open .navigation__section-container .module__content-panel--wrapper{position:fixed;top:118px;left:0;right:0;transition:left .5s ease}@media screen and (max-width:740px){.navigation__section--open .navigation__section-container .module__content-panel--wrapper{top:91px}}@media screen and (min-width:981px) and (max-width:1200px){.navigation__open .navigation__section--open .navigation__section-container .module__content-panel--wrapper{left:160px}.navigation__close .navigation__section--open .navigation__section-container .module__content-panel--wrapper{left:67px}}@media screen and (min-width:1201px){.navigation__section--open .navigation__section-container .module__content-panel--wrapper{top:70px;left:180px}.navigation__close .navigation__section--open .navigation__section-container .module__content-panel--wrapper{left:67px}}@media screen and (min-width:1201px){.navigation__section--pause .navigation__section-container .module__content-panel--wrapper{position:absolute;left:0!important;transition:none}}@media screen and (min-width:1201px){.navigation__section--open .navigation__section--pause .navigation__section-container .module__content-panel--wrapper{transition:none}}.navigation__section-nav{position:relative;flex:2}@media screen and (min-width:1201px){.navigation__section-nav{margin-bottom:15px;border:1px solid #e1e1e1;border-radius:22px;background-color:#fff;overflow:hidden}}@media screen and (max-width:1200px){.navigation__section-nav.open i{transform:translateY(-50%) rotate(180deg)}}.navigation__section-nav i{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#fff;font-size:1rem;font-weight:600;z-index:60;pointer-events:none}@media screen and (min-width:1201px){.navigation__section-nav i{display:none}}.navigation__section-nav i:before{display:flex;align-items:center;justify-content:center;height:22px;width:22px;transform:rotate(90deg);border-radius:15px;background-color:#0b7161}.navigation__section-nav ul{margin-top:0}@media screen and (max-width:1200px){.navigation__section-nav ul{display:none}}.navigation__section-nav ul li{margin:0;padding-left:0;background:0}.navigation__section-nav ul li:last-child span{border-bottom:0}.navigation__section-nav ul li span{display:block;padding-bottom:10px;line-height:2rem;border-bottom:1px solid #e1e1e1}.navigation__section-nav ul li a{color:inherit;transition:background-color .3s ease,color .3s ease}.navigation__section-nav ul li a:hover{color:#0b7161}.navigation__section-nav ul li a.active{color:#fff;background-color:#0b7161}.navigation__section-nav ul li a.active:hover{background-color:#024c41}.navigation__section-nav ul li a.active span{border-bottom:0}.navigation__section-nav li a{padding:10px 15px 0;display:block;width:100%;font-size:1.3rem;text-decoration:none}.navigation__section-select{border-radius:20px;background-color:#fff}.navigation__section-options{border:0;border-radius:0 0 20px 20px;box-shadow:4px 4px 6px 0 #c0bec0}.navigation__section-options ul{padding:0 15px;max-height:215px}.navigation__section-options li{font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding:11px 0;color:inherit;font-size:1.3rem;transition:color .3s ease,background-color .3s ease;border-top:1px solid #e1e1e1}.navigation__section-options li[aria-selected=true]{color:#0b7161;background-color:#fff}.navigation__section-options li.select2-results__option--highlighted{background-color:#fff}.navigation__section-nav-header{padding-bottom:10px;color:#fff;background-color:#0b7161}.navigation__section-additional{margin-top:10px;padding:10px 15px;background-color:#fff;border-radius:10px}@media screen and (max-width:1200px){.navigation__section-additional{display:none}}.navigation__section .button{display:flex;justify-content:center;align-items:center;flex:1;padding:7px 14px;margin-top:10px;min-width:0;width:100%;min-height:34px;font-size:1.3rem}@media screen and (max-width:1200px){.navigation__section .button{margin-top:0;margin-left:15px}}@media screen and (max-width:740px){.navigation__section .button{margin-left:10px;flex:0 0 auto;padding:0;height:44px;width:44px}}.navigation__section .button--blue{border:1px solid #f5f5f5}.navigation__section .button i{display:none;margin-right:5px;color:inherit;font-size:1.8rem;background-color:transparent}@media screen and (max-width:740px){.navigation__section .button i{display:inline-block;font-size:2.6rem;margin-right:0}.navigation__section .button i.icon-Download{margin-left:-3px}.navigation__section .button i.icon-Question{margin-left:1px}.navigation__section .button i.icon-ApplyNow{margin-left:2px}}@media screen and (min-width:1201px){.navigation__section .button i{display:inline-block}}@media screen and (max-width:740px){.navigation__section .button span{display:none}}.navigation__section .related-item--favourite,.navigation__section .related-item--share{font-family:Arial,sans-serif;font-weight:600;font-style:normal;position:relative;display:block;font-size:1.3rem}.navigation__section .related-item--favourite li,.navigation__section .related-item--share li{line-height:0}.navigation__section .related-item--favourite a,.navigation__section .related-item--share a{display:inline-block;margin-bottom:0;text-decoration:none}.navigation__section .related-item--favourite a:focus .label,.navigation__section .related-item--favourite a:hover .label,.navigation__section .related-item--share a:focus .label,.navigation__section .related-item--share a:hover .label{text-decoration:none}.navigation__section .related-item--favourite a.saved .icon-Heart,.navigation__section .related-item--share a.saved .icon-Heart{display:none}.navigation__section .related-item--favourite a.saved .icon-HeartFilled,.navigation__section .related-item--share a.saved .icon-HeartFilled{display:inline}.navigation__section .related-item--favourite .label,.navigation__section .related-item--share .label{text-decoration:underline}.navigation__section .related-item--favourite .icon,.navigation__section .related-item--share .icon{position:relative;top:2px;margin-right:5px;font-size:2rem}.navigation__section .related-item--favourite .icon-HeartFilled,.navigation__section .related-item--share .icon-HeartFilled{display:none}.navigation__section .related-item--share{margin-top:5px}.navigation__section .select2-container{padding:0;border:0!important;width:100%!important}@media screen and (min-width:1201px){.navigation__section .select2-container{display:none}}.navigation__section .select2-container--open .navigation__section-select{border-radius:20px 20px 0 0;box-shadow:4px 4px 6px 0 #c0bec0}.navigation__section .select2-selection--single{display:flex;align-items:center;padding-left:15px;padding-right:42px;height:44px}.navigation__section .select2-selection__rendered{font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding-right:0!important;color:#0b7161;font-size:1.3rem;line-height:1.4rem;white-space:normal;text-overflow:unset;white-space:normal!important}.navigation-rebrand{position:fixed;left:-100%;top:50px;height:calc(100% - 50px);width:100%;transition:height .5s ease-in-out,left .7s ease-in-out;z-index:99999999;background-color:var(--color--black,#000)}@media screen and (min-width:1601px){.navigation-rebrand{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation-rebrand{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.navigation-rebrand{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.navigation-rebrand{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.navigation-rebrand{max-width:513px}}@media screen and (min-width:741px) and (max-width:980px){.navigation-rebrand{width:335px;height:calc(100% - 70px - 36px);top:106px}}@media screen and (min-width:981px){.navigation-rebrand{position:relative;left:0;top:0;width:100%;height:auto;background-color:transparent;transition:none;margin:0 20px}}@media screen and (min-width:1441px){.navigation-rebrand{flex-grow:1;max-width:none}}.breadcrumbs__hide .navigation-rebrand{top:50px;height:calc(100% - 50px)}@media screen and (min-width:741px) and (max-width:980px){.breadcrumbs__hide .navigation-rebrand{top:70px;height:calc(100% - 70px)}}@media screen and (min-width:981px){.breadcrumbs__hide .navigation-rebrand{top:0;height:70px}}.navigation-rebrand__open{position:relative;overflow:hidden;height:100%}.navigation-rebrand__open .navigation-rebrand{left:0}.navigation-rebrand__wrapper{height:100%}@media screen and (min-width:741px){.header-rebrand__students .navigation-rebrand__wrapper{max-width:95%}}@media screen and (min-width:1750px){.header-rebrand__students .navigation-rebrand__wrapper{max-width:1750px}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation-rebrand__wrapper{max-width:1021px}}@media screen and (min-width:1601px){.navigation-rebrand__wrapper{max-width:1421px}}@media screen and (min-width:1441px){.navigation-rebrand__wrapper{margin:0 auto;position:relative;left:-47px}}.navigation-rebrand__wrapper .navigation-rebrand__level{overflow-y:scroll;position:relative}@media screen and (min-width:981px){.navigation-rebrand__wrapper .navigation-rebrand__level{overflow:inherit}}.navigation-rebrand__wrapper>div{height:100%}.navigation-rebrand .navigation-rebrand__main{padding:0 30px;border-top:1px solid #5a5a5a;margin-top:0}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main{display:flex;flex-direction:row;align-items:center;padding:0;border-top:none;height:100%}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main>li{flex-grow:1;flex-basis:0;border-bottom:none!important;height:100%}}.navigation-rebrand .navigation-rebrand__main>li.active{color:var(--navigation--active-area,#65d8ca)}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main>li.active span:after{position:absolute;bottom:5px;width:100%;height:5px;border-radius:2.5px;content:" ";background-color:var(--navigation--active-area,#65d8ca)}}@media screen and (min-width:981px) and (max-width:1024px){.navigation-rebrand .navigation-rebrand__main>li.active span:after{bottom:0}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main>li>a{align-items:center;justify-content:center;height:100%;padding:0 10px;line-height:1.3em;font-family:Open Sans,Arial,sans-serif}}.navigation-rebrand .navigation-rebrand__main>li>a:focus,.navigation-rebrand .navigation-rebrand__main>li>a:hover{cursor:default;font-weight:400}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main>li>a:focus span,.navigation-rebrand .navigation-rebrand__main>li>a:hover span{color:var(--navigation--active-area,#65d8ca)}}.navigation-rebrand .navigation-rebrand__main>li>a:focus span:after,.navigation-rebrand .navigation-rebrand__main>li>a:hover span:after{display:none}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main>li>a:focus span:after,.navigation-rebrand .navigation-rebrand__main>li>a:hover span:after{content:" ";position:absolute;bottom:5px;display:inline-block;width:100%;height:5px;border-radius:2.5px;background-color:var(--navigation--active-area,#65d8ca)}}@media screen and (min-width:981px) and (max-width:1024px){.navigation-rebrand .navigation-rebrand__main>li>a:focus span:after,.navigation-rebrand .navigation-rebrand__main>li>a:hover span:after{bottom:0}}.navigation-rebrand .navigation-rebrand__main li{padding:0;margin:0;border-bottom:1px solid #5a5a5a;background-image:none}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main li.back{display:none}}.navigation-rebrand .navigation-rebrand__main li a:not(.arrow_link){display:flex;flex-direction:row;font-size:1.5rem;padding:15px 30px 15px 0;position:relative}@media screen and (max-width:980px){.navigation-rebrand .navigation-rebrand__main li a:not(.arrow_link){font-family:Open Sans,Arial,sans-serif;font-weight:400}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__main li a:not(.arrow_link) span{display:flex;align-items:center;position:relative;height:100%}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--1>a{padding:0 20px!important}}@media screen and (min-width:981px) and (max-width:1200px){.navigation-rebrand .navigation-rebrand__level--1>a{padding:0 10px!important}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--1>a span{text-align:center}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--1.current>a span{color:var(--navigation--active-area,#65d8ca)}}.navigation-rebrand .navigation-rebrand__level--1.current>a span:after{display:none}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--1.current>a span:after{content:" ";position:absolute;bottom:5px;display:inline-block;width:100%;height:5px;border-radius:2.5px;background-color:var(--navigation--active-area,#65d8ca)}}@media screen and (min-width:981px){.header-rebrand.expanded .navigation-rebrand .navigation-rebrand__level--1.current>a span{color:#fff}}@media screen and (min-width:981px){.header-rebrand.expanded .navigation-rebrand .navigation-rebrand__level--1.current>a span:after{background-color:transparent}}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--1.expanded>a span{color:var(--navigation--active-area,#65d8ca)!important}}.navigation-rebrand .navigation-rebrand__level--1.expanded>a span:after{display:none}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--1.expanded>a span:after{content:" ";position:absolute;bottom:5px;display:inline-block;width:100%;height:5px;border-radius:2.5px;background-color:var(--navigation--active-area,#65d8ca)!important}}@media screen and (min-width:981px) and (max-width:1024px){.navigation-rebrand .navigation-rebrand__level--1.expanded>a span:after{bottom:0}}@media screen and (min-width:741px){.header-rebrand__students .navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{max-width:95%}}@media screen and (min-width:1750px){.header-rebrand__students .navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{max-width:1750px}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{position:fixed;left:50%;top:106px;transform:translate(-50%);transition:.5s ease-in-out;display:flex;flex-direction:column-reverse;width:100%;height:auto;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:20px 30px;background-color:var(--color--charcoal-02,#1a1a1a)}}@media screen and (min-width:741px) and (max-height:700px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{height:80vh;overflow-y:scroll;overflow-x:hidden}}@media screen and (min-width:981px) and (max-width:1200px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{width:calc(100% - 32px)}}@media screen and (min-width:981px) and (max-width:1024px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{width:100%}}@media screen and (min-width:1201px) and (max-width:1600px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{max-width:1021px}}@media screen and (min-width:1601px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{max-width:1421px}}.breadcrumbs__hide .navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2{top:70px}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2>ul{display:flex;flex-direction:column;flex-wrap:wrap;column-gap:40px;row-gap:30px;align-content:flex-start;width:100%;height:530px;padding-bottom:20px;border-bottom:1px solid var(--color--charcoal,#363635)}}@media screen and (min-width:981px) and (max-width:1024px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2>ul{column-gap:30px}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2>ul .navigation-rebrand__level--2-item{max-width:20%;width:17%}}@media screen and (max-width:980px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2>ul .navigation-rebrand__level--2-item>a{font-weight:400;font-family:Open Sans,Arial,sans-serif}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2>ul .navigation-rebrand__level--2-item>a{font-size:1.8rem;font-weight:600;padding:0;margin-bottom:10px;padding-bottom:20px;border-bottom:1px solid var(--color--charcoal,#363635)}}@media screen and (max-width:980px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 .navigation-rebrand__level--2--link{font-family:Open Sans,Arial,sans-serif}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 .navigation-rebrand__level--2--link{display:flex;margin-top:20px}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 .navigation-rebrand__level--2--link a{padding:0;align-self:center;text-decoration:none}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 .navigation-rebrand__level--2--link a:focus,.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 .navigation-rebrand__level--2--link a:hover{text-decoration:underline;color:#fff}}.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 .navigation-rebrand__level--2-item{border-bottom:none}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 a:not(.arrow_link):focus,.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--2 a:not(.arrow_link):hover{text-decoration:underline;color:var(--navigation--active-area,#65d8ca)}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--3{background-color:transparent;display:flex}}@media only screen and (max-width:1299px) and (min-width:800px){.header-rebrand__students .navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--3-item:nth-of-type(n+6){display:none}}.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--3 li{border-bottom:none}@media screen and (max-width:980px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--3 li a{font-weight:400;font-family:Open Sans,Arial,sans-serif}}@media screen and (min-width:741px){.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--3 li a{margin-bottom:10px;padding:0;font-family:Open Sans,Arial,sans-serif;font-size:1.3rem}}.navigation-rebrand .navigation-rebrand__level--1.expanded .navigation-rebrand__level--3 li a:hover{font-weight:400!important}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--2-placeholder,.navigation-rebrand .navigation-rebrand__level--3-placeholder{display:none}}.navigation-rebrand .navigation-rebrand__level--2-placeholder ul,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul{margin-top:0}.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li{background-image:none;margin:0}.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.back,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.back{background-color:var(--color--white,#fff);padding:15px 30px 15px 20px}@media screen and (min-width:981px){.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.back,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.back{display:none}}.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.back a.navigation-rebrand__item--link,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.back a.navigation-rebrand__item--link{display:flex;flex-grow:1;justify-content:flex-start;font-family:Open Sans,Arial,sans-serif;font-weight:600;font-size:1.5rem;text-decoration:underline;line-height:2.2rem;color:var(--navigation--mobile-return-text,#0b7161)}.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.navigation-rebrand__level--2-item,.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.navigation-rebrand__level--3-item,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.navigation-rebrand__level--2-item,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.navigation-rebrand__level--3-item{padding:0 30px}.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.navigation-rebrand__level--2-item a,.navigation-rebrand .navigation-rebrand__level--2-placeholder ul li.navigation-rebrand__level--3-item a,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.navigation-rebrand__level--2-item a,.navigation-rebrand .navigation-rebrand__level--3-placeholder ul li.navigation-rebrand__level--3-item a{border-bottom:1px solid #5a5a5a;display:block;font-size:1.5rem;padding:15px 0;width:100%;position:relative;font-family:Open Sans,Arial,sans-serif;font-weight:400}.navigation-rebrand__root{padding-bottom:20px}@media screen and (min-width:981px){.navigation-rebrand__root{padding-bottom:0;height:100%}}.navigation-rebrand__level--2,.navigation-rebrand__level--3{display:none;background-color:var(--color--black,#000)}.navigation-rebrand__level--2--link,.navigation-rebrand__level--3--link{display:none}.navigation-rebrand__level--2-placeholder,.navigation-rebrand__level--3-placeholder{display:flex;position:absolute;left:-100%;top:0;transition:1s;width:100%;height:100%}.navigation-rebrand__level--2-placeholder.show,.navigation-rebrand__level--3-placeholder.show{left:0;display:block}.navigation-rebrand__level--2-placeholder>div,.navigation-rebrand__level--3-placeholder>div{display:block;height:100%;width:100%}.navigation-rebrand__level--2-placeholder>div ul li,.navigation-rebrand__level--3-placeholder>div ul li{display:flex;flex-direction:row}.navigation-rebrand a:not(.arrow_link--turquoise-light,.arrow_link--teal-text){color:var(--color--white,#fff);text-decoration:none}.navigation-rebrand__network-links{font-size:1.2rem;margin-top:30px;padding:0 30px}@media screen and (min-width:741px){.navigation-rebrand__network-links{display:none}}.navigation-rebrand__network-links li{margin-top:0;margin-bottom:20px;background-image:none;padding:0}.navigation-rebrand__network-links li a{text-decoration:none;font-size:1.2rem}.navigation-rebrand__network-links li a.course__count span{display:flex;flex-direction:row}.navigation-rebrand__network-links li a.course__count i{color:var(--color--white,#fff);background-color:var(--color--magenta,#c74298);width:24px;height:24px;border-radius:15px;text-align:center;font-style:normal;display:flex;justify-content:center;margin-left:5px}.breadcrumbs{display:none;position:absolute;top:34px;padding-top:15px;padding-bottom:12px;width:100%;font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.3rem;letter-spacing:.3px;background-color:#e1e1e1;transition:padding-left .5s ease,top .5s ease-in-out}@media screen and (min-width:1201px){.breadcrumbs{padding-left:180px}}@media screen and (max-width:1200px){.breadcrumbs{padding-left:160px}}@media screen and (min-width:981px){.breadcrumbs{display:block}}.navigation__close .breadcrumbs{padding-left:67px}.breadcrumbs__node .breadcrumbs{position:relative;top:0!important;z-index:1;padding:20px 0 0;background-color:transparent}.breadcrumbs.lhs-navigation__toggle{display:block;position:relative;padding-left:0;top:0}@media screen and (max-width:740px){.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge){top:8px}}@media screen and (min-width:981px){.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge){display:none}}.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge) ol{padding:0 40px 0 20px}@media screen and (min-width:741px) and (max-width:980px){.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge) ol{padding:0 60px 0 20px}}.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge) ol .breadcrumbs__list-item{margin-left:0;margin-right:20px}.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge) ol .breadcrumbs__list-item:before,.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge) ol .breadcrumbs__list-item:last-child:after{display:none}.breadcrumbs.lhs-navigation__toggle:not(.breadcrumbs-merge) ol .breadcrumbs__list-item:after{font-family:icomoon;content:"\e937";font-size:1rem;font-weight:700;color:#373636;position:absolute;top:-1px;right:-16px;background-image:none}.breadcrumbs.lhs-navigation__toggle .module__accordion--active .accordion__toggle,.breadcrumbs.lhs-navigation__toggle .module__accordion--active .accordion__toggle:hover{background-color:transparent!important}.breadcrumbs.lhs-navigation__toggle .accordion__toggle{background-color:transparent!important;top:25px;right:2px;transform:translateY(-50%)}@media screen and (min-width:741px) and (max-width:980px){.breadcrumbs.lhs-navigation__toggle .accordion__toggle{right:20px}}.breadcrumbs.lhs-navigation__toggle .accordion__toggle .accordion__toggle--icon:before{background-color:var(--lhs-breadcrumb-toggle,#0b7161)}.breadcrumbs.lhs-navigation__toggle .accordion__toggle .accordion__toggle--icon:after{border-right:none;background-color:var(--lhs-breadcrumb-toggle,#0b7161)}@media screen and (max-width:980px){.breadcrumbs.lhs-navigation__toggle.breadcrumbs-merge ol{padding-right:30px}}.breadcrumbs.lhs-navigation__toggle.breadcrumbs-merge .accordion__toggle{top:30px!important}@media screen and (min-width:981px){.breadcrumbs.lhs-navigation__toggle.breadcrumbs-merge .accordion__toggle{display:none}}.breadcrumbs ol{float:none;margin-top:0}.breadcrumbs ol:after,.breadcrumbs ol:before{content:" ";display:table}.breadcrumbs ol:after{clear:both}.breadcrumbs__node .breadcrumbs ol{margin:0!important;padding:0;width:100%}.breadcrumbs--wrapper{position:relative}.breadcrumbs__list-item{display:inline-block;vertical-align:top;position:relative;background:none;margin:0 10px;line-height:inherit}.breadcrumbs-merge .breadcrumbs__list-item a{color:#363635;text-decoration:underline}.breadcrumbs-merge .breadcrumbs__list-item:first-child a{color:#0b7161}.breadcrumbs-merge .breadcrumbs__list-item:last-child a{pointer-events:none}.breadcrumbs__list-item:before{position:absolute;left:-15px;top:9px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-330px -180px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.breadcrumbs__list-item:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__banner--dark .breadcrumbs__list-item:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.breadcrumbs__list-item:first-child{margin-left:0}.breadcrumbs__list-item:first-child:before{background:none}.breadcrumbs__list-item:last-child .breadcrumbs__link{color:#5a5a5a;font-weight:400;text-decoration:none}.breadcrumbs__link{display:block;font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-family:Open Sans Semi-bold,Arial,sans-serif;font-size:1.3rem;line-height:1.4;color:#363635;line-height:2.5rem;transition:color .15s ease-out}.breadcrumbs__link:focus,.breadcrumbs__link:hover{text-decoration:none!important}.breadcrumbs__link--return{position:absolute;right:30px;top:20px;padding-left:40px}.breadcrumbs__link--return:before{position:absolute;left:0;bottom:-3px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-60px -180px;display:inline-block;vertical-align:top;content:"";width:22px;height:20px;transition:left .15s ease-in-out}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.breadcrumbs__link--return:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.breadcrumbs__link--return:hover:before{left:-5px}.breadcrumbs__hide .breadcrumbs{top:-55px}.footer{color:#fff;background-color:#363635;overflow:hidden}.footer__wrapper{padding-left:0}@media screen and (min-width:981px){.footer__wrapper{transition:padding-left .5s ease}.navigation__close .footer__wrapper{padding-left:67px}}@media screen and (min-width:1201px){.footer__wrapper{padding-left:180px}}@media screen and (min-width:981px) and (max-width:1200px){.footer__wrapper{padding-left:160px}}body.no__nav .footer__wrapper{padding-left:0}.footer-cta{padding:45px 0}.footer-cta h2{margin-bottom:15px}.footer-cta *+p{margin-top:15px}.footer-cta__item{display:flex;flex-direction:column;flex-basis:100%;text-align:center;padding-bottom:20px}@media screen and (min-width:1201px){.footer-cta__item{flex:1;padding:0 5px}}@media screen and (min-width:981px) and (max-width:1200px){.footer-cta__item{flex-basis:calc(50% - 10px)}}@media screen and (min-width:741px) and (max-width:980px){.footer-cta__item{flex-basis:calc(50% - 10px)}}.footer-cta__item--chat{display:none}.footer-cta__item-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:740px){.footer-cta__item-container{margin-top:50px}}.footer-cta .button{display:flex;align-items:center;justify-content:center;margin-bottom:10px;padding:10px 15px;min-width:unset;width:100%}.footer-cta .icon{margin-right:10px;font-size:2.6rem}.footer-cta--chat{display:none}.footer-cta .mobile{display:flex}@media screen and (min-width:741px){.footer-cta .mobile{display:none}}.footer-cta .desktop{display:none}@media screen and (min-width:741px){.footer-cta .desktop{display:flex}}.footer-cta .subtext{display:block;font-size:1.2rem;line-height:1.8rem}.footer-navigation .cell{float:none}.footer-navigation__list-item{display:block;float:left;margin:0;padding:0 30px 20px 0;width:calc((100% - 30px * 2) / 3);font-size:1.4rem;line-height:2.4rem;background:none;box-sizing:content-box}@media screen and (max-width:980px){.footer-navigation__list-item{padding-right:16px;width:calc((100% - 16px * 2) / 3);font-size:1.4rem}}@media screen and (max-width:740px){.footer-navigation__list-item{width:calc(50% - 16px / 2)}}@media screen and (min-width:741px){.footer-navigation__list-item:nth-child(3n+1){clear:both}}@media screen and (min-width:741px){.footer-navigation__list-item:nth-child(3n){padding-right:0}}@media screen and (max-width:740px){.footer-navigation__list-item:nth-child(odd){clear:both}}@media screen and (max-width:740px){.footer-navigation__list-item:nth-child(2n){padding-right:0}}.footer-navigation__link{display:block;width:100%;line-height:normal;text-decoration:none;color:#363635;font-weight:400;transform:translateX(0)}.footer-navigation__link:focus,.footer-navigation__link:hover{color:#000;text-decoration:underline}@media screen and (max-width:980px){.footer-navigation__link{line-height:normal}}.footer-navigation__wrapper{padding:60px 0 40px;background-color:#e1e1e1}@media screen and (min-width:741px) and (max-width:980px){.footer-navigation__wrapper{padding:40px 0 20px}}@media screen and (max-width:740px){.footer-navigation__wrapper{padding:30px 0 10px}}.footer-title{margin-bottom:20px;font-size:2rem;font-family:Arial,sans-serif}.wf-worldlyregular-n4-active .footer-title{font-family:Worldly Regular,Open Sans,Arial,sans-serif}.footer-social-links h2{font-family:Open Sans,Arial,sans-serif;margin:0;padding:0;font-size:1.6rem;line-height:1.6rem}@media screen and (max-width:740px){.footer-social-links h2{font-size:1.4rem;line-height:1.4rem}}.footer-social-links__wrapper{padding:45px 0}@media screen and (min-width:741px) and (max-width:980px){.footer-social-links__wrapper{padding-top:40px}}@media screen and (max-width:740px){.footer-social-links__wrapper{padding:30px 0}}@media screen and (max-width:980px){.footer-social-links__wrapper .cell--5-col{width:100%}}@media screen and (max-width:740px){.footer-social-links__list{width:75%}}.footer-social-links__list-item{margin:0 12px 0 0;display:inline-block;vertical-align:top;background:none}.footer-social-links__list-item:last-of-type{margin-right:0}.footer-disclaimer{margin-top:10px}.footer-disclaimer__copy{margin:0;padding:0;font-size:1.4rem;font-style:italic;line-height:2.1rem}@media screen and (max-width:740px){.footer-disclaimer__copy{font-size:1.2rem;line-height:2rem}}@media screen and (min-width:1201px){.footer-disclaimer__copy{padding-right:80px}}.footer-image.cell{position:absolute;bottom:0}.footer-image:before{display:none}.footer-image__wrapper{position:relative}@media screen and (max-width:980px){.footer-image__wrapper{display:none}}#footer.footer{background-color:var(--color--grey-med-light,#e1e1e1)}@media screen and (min-width:981px){#footer.footer{background-image:linear-gradient(110deg,#363737 63%,#e1e1e1 0)}}@media screen and (min-width:1201px){#footer.footer{background-image:linear-gradient(110deg,#363737 58%,#e1e1e1 0)}}@media screen and (min-width:1601px){#footer.footer{background-image:linear-gradient(110deg,#363737 53%,#e1e1e1 0)}}#footer .footer__wrapper{display:flex;flex:1 1 100%;flex-wrap:wrap}@media screen and (min-width:980px){#footer .footer__wrapper{flex-direction:row-reverse;flex-wrap:nowrap;align-items:center}}#footer .footer-navigation.grid{min-width:100%}#footer .footer-navigation.grid .cell--6-col{background-color:transparent;width:100%}@media screen and (min-width:980px){#footer .footer-navigation.grid .cell--6-col{background-color:transparent}}#footer .footer-navigation.grid .cell--6-col ul{column-count:2;max-width:400px}@media screen and (min-width:1601px){#footer .footer-navigation.grid ul{position:relative;margin-left:auto;margin-right:auto}}#footer .footer-navigation__wrapper{display:flex;flex:1 1 100%;background:transparent}#footer .footer-navigation__list-item{clear:both;float:none;width:auto;padding:0 30px 5px 0}#footer .footer-navigation__link{font-weight:600}#footer .footer-social-links__list{width:100%!important}#footer .footer-social-links__wrapper.grid{background-color:#363635;max-width:100%}@media screen and (min-width:980px){#footer .footer-social-links__wrapper.grid{background-color:transparent}}@media screen and (min-width:1601px){#footer .cell--8-col,#footer .cell.cell--8-col-x-large{width:auto}}.footer--sitewide{background:#1a1a1a;color:#fff;padding:8rem 1rem 4rem}.footer--sitewide__wrapper.cell{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:120rem;grid-gap:3rem}.footer--sitewide .cell{clear:both;float:none;margin:auto;padding:0}.footer--sitewide__nav{row-gap:4rem}@media screen and (max-width:544px){.footer--sitewide .footer--sitewide__wrapper.cell{grid-template-columns:1fr}.footer--sitewide .footer--sitewide__nav .footer--sitewide__nav .links__container,.footer--sitewide .footer--sitewide__nav .links__container{max-width:100%}.footer--sitewide .footer--sitewide__logo{margin-bottom:4rem;max-width:24.4rem;width:100%}.footer--sitewide .footer-social-links__list-item{margin:0 1.2rem 1.5rem 0}}@media screen and (min-width:545px) and (max-width:740px){.footer--sitewide__wrapper.cell{max-width:48rem}.footer--sitewide__nav{column-gap:1.6rem}}@media screen and (max-width:980px){.footer--sitewide{padding:3rem 1.6rem}.footer--sitewide .footer--sitewide__nav{column-gap:1.6rem}}@media screen and (min-width:741px) and (max-width:980px){.footer--sitewide__wrapper.cell{column-gap:1.6rem;max-width:69.6rem;grid-template-columns:1fr}.footer--sitewide__wrapper.cell.cell--offset-0-col,.footer--sitewide__wrapper.cell.cell.cell--8-col,.footer--sitewide__wrapper.cell.cell.cell--offset-0-col-small{margin-left:auto}}@media screen and (min-width:981px) and (max-width:1200px){.footer--sitewide__wrapper.cell{max-width:82.1rem;padding:0 1.5rem;grid-gap:3rem}.footer--sitewide__nav{column-gap:3rem}.footer--sitewide .cell--8-col,.footer--sitewide .cell.cell--8-col-large{width:100%}}@media screen and (min-width:1201px){.footer--sitewide .cell--8-col,.footer--sitewide .cell.cell--8-col-large{width:100%}.footer--sitewide .cell{max-width:102.1rem;padding:0 1.5rem}}@media screen and (min-width:980px){.footer--sitewide{padding:8rem 0 5rem 18rem}.footer--sitewide:not(.footer--sitewide.footer--student-library){padding:8rem 0 5rem}}@media screen and (min-width:1601px){.footer--sitewide__wrapper.cell{max-width:1160px;padding:0}}.footer--sitewide h3{font-size:1.8rem}.footer--sitewide ul>li{background:none;list-style:none;padding-left:0}.footer--sitewide__nav{display:grid;align-items:center;grid-template-columns:1fr 1fr}.footer--sitewide__nav a{height:auto;min-height:2.4rem;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.3rem;display:block}.footer--sitewide__nav .links__container{align-self:start;margin-bottom:0}.footer--sitewide__nav .links__container--coloured{background:#363635;border-radius:.5rem;padding:2rem}.footer--sitewide__nav .links__container--coloured .links__list li{margin-bottom:2rem}.footer--sitewide__nav .links__container--coloured .links__list li:last-child{margin-bottom:0}.footer--sitewide__nav .links__container--coloured a{text-transform:uppercase;font-size:1.6rem;font-family:Univers,Arial,sans-serif;font-weight:800}.footer--sitewide__nav .links__container ul{margin-top:0}.footer--sitewide__nav .links__container h3{margin-bottom:0;margin-top:0}.footer--sitewide__nav .links__container li{margin:.2rem 0}@media screen and (max-width:680px){.footer--sitewide__nav .links__container h3{font-size:1.5rem}.footer--sitewide__nav .links__container .links__list a{font-size:1.3rem;font-weight:400;line-height:2.3rem}.footer--sitewide__nav .links__container.links__container--coloured a{font-size:1.6rem;font-weight:600}}.footer--sitewide__rhs{margin-left:0;width:100%}.footer--sitewide__rhs a,.footer--sitewide__rhs p{font-size:1.3rem}@media screen and (min-width:980px){.footer--sitewide__rhs a,.footer--sitewide__rhs p{font-size:1.2rem}}@media screen and (min-width:980px){.footer--sitewide__rhs{width:fit-content}}.footer--sitewide__rhs-links ul{display:grid;grid-template-columns:repeat(2,1fr)}.footer--sitewide__rhs-links ul.student-site{grid-template-columns:repeat(3,121px)}@media screen and (max-width:544px){.footer--sitewide__rhs-links ul.student-site{grid-template-columns:repeat(3,94px)}}.footer--sitewide__rhs-links ul li{display:block;height:auto;line-height:normal;margin:0 0 1rem}.footer--sitewide__rhs-links ul li a{color:#8a8a8a;display:block;text-decoration:none;transition:all .3s ease}.footer--sitewide__rhs .footer-social-links{margin:1.5rem 0 2.2rem}.footer--sitewide__rhs .footer-social-links .social-link__link{font-size:0;margin-bottom:0;height:4rem;width:4rem;background-color:transparent!important}.footer--sitewide__rhs .footer-social-links .social-link__link:focus{outline:thin dotted}.footer--sitewide__rhs .footer-social-links .social-link__link i{top:.2rem}.footer--sitewide__rhs .footer--sitewide__socials li a{position:relative;display:block;border:0;color:transparent;font:0/0 a;text-shadow:none;width:34px;height:34px;text-align:center;padding:3px 0}.footer--sitewide__rhs .footer--sitewide__socials li a:before{background-color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;height:100%;width:100%;border-radius:50%;content:"";-webkit-backface-visibility:hidden;transition:all .3s ease-out}.footer--sitewide__rhs .footer--sitewide__socials li a:hover:before{transform:none;background-color:#65d8ca}.footer--sitewide__rhs .footer--sitewide__socials li a i{background-image:none}.footer--sitewide__rhs .footer--sitewide__socials li a i:before{font-size:60px;z-index:10000;color:#000;position:absolute;top:-15px;left:-14px}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__youtube{position:relative}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__youtube i:before{font-size:74px;top:-21px;left:-22px}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__youtube:before{z-index:1}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__youtube:after{content:"";display:block;z-index:40;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #fff;position:absolute;top:16px;left:18px}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__youtube:hover:after{border-left:7px solid #65d8ca;transition:all .3s ease-out}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__tiktok i:before{font-size:28px;top:1px;left:3px}.footer--sitewide__rhs .footer--sitewide__socials li.social-link__twitter i:before{font-size:26px;top:1px;left:4px}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .social-link__dl a i:before,.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .social-link__gs a i:before{font-size:28px;top:3px;left:0}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_Facebook:hover:before{background-color:#3b5999}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_Facebook:hover i:before{color:#fff}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_Instagram:hover:before{background-color:#527fa3}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_Instagram:hover i:before{color:#fff}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_dl:hover:before{background-color:#f16a30}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_dl:hover i:before{color:#fff}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_gs:hover:before{background-color:#c44797}.footer--sitewide__rhs .footer--sitewide__socials.footer--student-library .footer_social_link_gs:hover i:before{color:#fff}.footer--sitewide__rhs .footer--sitewide__message{border-top:1px solid #5a5a5a}.footer--sitewide__rhs .footer--sitewide__message,.footer--sitewide__rhs .footer--sitewide__rhs-links{border-bottom:1px solid #5a5a5a;padding:2rem 0;margin-bottom:2rem}.footer--sitewide__rhs .footer--sitewide__rhs-links ul{margin-top:0}.footer--sitewide__rhs .footer--sitewide__copyright{color:#8a8a8a}.footer--sitewide__logo{display:block;height:auto;max-width:31.4rem;width:100%}.footer--sitewide a:hover{color:#65d8ca;text-decoration:underline;transition:all .3s ease}.footer--sitewide.footer--student-library a:hover{color:#fff}@media screen and (-webkit-min-device-pixel-ratio:0){.footer--sitewide__nav .links__container--coloured a{font-weight:400}}.module__content-panel--sidebar{padding:1rem;z-index:250;position:absolute;top:0;display:flex;flex-flow:column wrap;gap:1.5rem;right:0;margin-right:15px}.module__content-panel--sidebar [data-service=sharethis]{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.module__content-panel--sidebar [data-service=sharethis] [data-sharer]{width:3.5rem;height:3.5rem;aspect-ratio:1/1}@media screen and (min-width:1601px){.module__content-panel--sidebar{width:20.83333333%;right:8.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--sidebar{width:25%}}@media screen and (min-width:941px) and (max-width:980px){.module__content-panel--sidebar{width:31.25%;right:-12.5%}}@media screen and (max-width:940px){.module__content-panel--sidebar{position:relative;top:auto;float:none;width:100%;margin:50px 0 0}}.module__content-panel--sidebar img{width:100%;max-width:100%;height:auto;display:block}.module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:auto;margin-top:0}@media screen and (min-width:1601px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:640px}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:430px}}@media screen and (min-width:1601px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix.small{top:284px}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix.small{top:290px}}@media screen and (min-width:1601px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix.xsmall{top:298px}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix.xsmall{top:304px}}@media screen and (min-width:1601px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix.medium{top:364px}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix.medium{top:370px}}.navigation__matrix--no-hero .module__content-panel--sidebar.module__content-panel--sidebar-matrix{transition:top .2s ease-in-out}@media screen and (min-width:1201px){.navigation__matrix--no-hero .module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:400px}}@media screen and (min-width:981px) and (max-width:1200px){.navigation__matrix--no-hero .module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:400px}}@media screen and (min-width:941px) and (max-width:980px){.navigation__matrix--no-hero .module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:350px}}@media screen and (min-width:941px) and (max-width:980px){.module__content-panel--sidebar.module__content-panel--sidebar-matrix{top:250px}}.module__content-panel--sidebar-padding{padding:16px}@media screen and (min-width:741px){.module__content-panel--sidebar-padding{background-color:#fff;border:1px solid #e1e1e1}}.module__content-panel--sidebar-padding.border--none{border:0}.module__content-panel--sidebar-padding h4{color:#5e5e5e;margin:20px 0 0}.module__content-panel--sidebar-padding h4:first-child{margin:0}.module__content-panel--sidebar-padding h4+*{margin-top:10px}img+.module__content-panel--sidebar-padding{padding-top:40px}.module__content-panel--sidebar-content{padding-left:8px;padding-right:8px;margin-bottom:0}@media screen and (min-width:1601px){.module__content-panel--sidebar-content{margin-left:16.66666667%;width:50%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--sidebar-content{margin-left:10%;width:60%}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--sidebar-content{width:70%}}@media screen and (min-width:941px) and (max-width:980px){.module__content-panel--sidebar-content{width:75%}}@media screen and (min-width:981px){.module__content-panel--sidebar-content{padding-left:15px;padding-right:15px}}.module__content-panel--sidebar-content:last-child{margin-bottom:0}.module__content-panel--sidebar-content .related-item.related-item--featured{margin-left:-15px;margin-right:-15px;width:auto}.module__content-panel--sidebar-content .module__content-panel--table{width:100%;margin:0}.module__content-panel--sidebar-content .module__divider{padding-top:40px;padding-left:0}.module__content-panel--sidebar-content .module__divider--wrapper{margin-left:0;padding-left:0}.module__content-panel--sidebar-content .module__divider--content-width{overflow:hidden}.module__content-panel--sidebar-content .module__divider.module__content-panel--no-title{padding-right:0}.module__content-panel--sidebar-content .module__divider .module__content-panel--text{margin-left:0;padding:0;width:100%}.module__content-panel--sidebar #map-canvas{height:230px}@media screen and (min-width:1201px){.module__content-panel--sidebar .map-wrapper{margin:0 -30px}}.module__content-panel--sidebar__price{margin:40px 0 20px}@media screen and (max-width:980px){.module__content-panel--sidebar__price{margin-top:30px}}.module__content-panel--sidebar__price span:first-child{font-family:Worldly Bold,Open Sans,Arial,sans-serif;color:#5e5e5e;font-size:1.2rem;text-transform:uppercase}.module__content-panel--sidebar .module__tabs--title{color:#5e5e5e;font-size:1.2rem}.module__content-panel--sidebar .module__tabs--content{margin-bottom:30px}.module__content-panel--sidebar .button{padding:20px;min-width:0;width:100%}@media screen and (max-width:740px){.module__content-panel--sidebar__price{padding-bottom:20px}.module__content-panel--sidebar .module__tabs--title{margin-left:-16px;margin-right:-16px;padding:30px 16px 0}}@media screen and (min-width:981px){.navigation__close .navigation__matrix{padding-left:67px}}@media screen and (min-width:1201px){.navigation__matrix{padding-left:180px}}@media screen and (max-width:1200px){.navigation__matrix{padding-left:160px}}@media screen and (max-width:980px){.navigation__matrix{padding-left:0}}@media screen and (max-width:940px){.navigation__matrix .module__sidebar--toggle span:after,.navigation__matrix .module__sidebar--toggle span:before{top:28px}.navigation__matrix .grid{max-width:100%;width:100%;padding:0}}@media screen and (max-width:940px){.navigation__matrix .module__content-panel--sidebar-padding{max-width:709px;padding:0;margin:0 auto}}.navigation__matrix .module__sidebar__link-list ul.rhs__l3{background-color:#e1e1e1;margin:0;padding:0 15px 0 0}.navigation__matrix .module__sidebar__link-list ul.rhs__l3 li{padding:0}.navigation__matrix .module__sidebar__link-list ul.rhs__l3 a{padding-left:35px}@media screen and (max-width:940px){.navigation__matrix .module__sidebar__link-list ul.rhs__l3{margin-left:-16px;margin-right:-16px;padding:0 30px}}@media screen and (min-width:941px){.navigation__matrix .module__sidebar__link-list{display:block!important}}@media screen and (max-width:940px){.navigation__matrix .module__sidebar__link-list{display:none;margin-top:0;margin:0 auto}.navigation__matrix .module__sidebar__link-list>li{padding-left:16px;padding-right:16px}}.navigation__matrix .module__sidebar__link-list .rhs__navigation--toggle{display:block;position:absolute;right:20px;top:10px;width:26px;height:26px;z-index:20;cursor:pointer;border-radius:50%;transition:background-color .3s ease}.navigation__matrix .module__sidebar__link-list .rhs__navigation--toggle:before{position:absolute;font-size:2.4rem}@media screen and (max-width:940px){.navigation__matrix .module__sidebar__link-list .rhs__navigation--toggle{right:16px}}.navigation__matrix .module__sidebar__link-list .navigation__expandable>.rhs__navigation--toggle{background-color:#0b7161}.navigation__matrix .module__sidebar__link-list .navigation__expandable>.rhs__navigation--toggle:after,.navigation__matrix .module__sidebar__link-list .navigation__expandable>.rhs__navigation--toggle:before{position:absolute;top:6px;left:12px;content:" ";height:14px;width:2px;background-color:#fff;transform-origin:50% 50%;transition:transform .15s linear;backface-visibility:hidden}.navigation__matrix .module__sidebar__link-list .navigation__expandable>.rhs__navigation--toggle:before{transform:rotate(90deg) translateZ(0)}.navigation__matrix .module__sidebar__link-list .navigation__expandable>.rhs__navigation--toggle:after{border-right:1px solid #0b7161}.navigation__matrix .module__sidebar__link-list .expanded>a{color:#c74298;font-weight:600}.navigation__matrix .module__sidebar__link-list .expanded>.rhs__navigation--toggle{background-color:#363635}.navigation__matrix .module__sidebar__link-list .expanded>.rhs__navigation--toggle:after{transform:rotate(90deg) translateZ(0);border:none}.navigation__matrix .module__sidebar__link-list .rhs__l2 .rhs__navigation--toggle{top:12px;right:20px}.module__sidebar--toggle{padding:0 20px;margin:10px 0 0!important;line-height:normal}.module__sidebar--toggle span{display:none}.module__sidebar--toggle a{font-family:Arial,sans-serif;color:#363635!important;font-size:2rem;text-transform:none;line-height:normal;text-decoration:none}.wf-worldlylight-n4-active .module__sidebar--toggle a{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.module__sidebar--toggle a{color:#fff!important}}.module__sidebar--toggle a:hover{color:#0b7161}@media screen and (max-width:940px){.module__sidebar--toggle{position:relative;background-color:#333;color:#fff;padding:25px 45px 25px 16px;margin:0!important}.module__sidebar--toggle:after,.module__sidebar--toggle:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:9600px;background:#333}.module__sidebar--toggle:before{right:100%}.module__sidebar--toggle:after{left:100%;width:29px}.module__sidebar--toggle a{color:#fff}.module__sidebar--toggle a:hover{color:#0b7161}.module__sidebar--toggle span:after,.module__sidebar--toggle span:before{position:absolute;content:" ";right:30px;height:12px;width:2px;background-color:#fff;transform-origin:50% 50%;transition:transform .15s linear;backface-visibility:hidden;top:31px}.module__sidebar--toggle span:before{transform:rotate(90deg) translateZ(0)}.module__sidebar--toggle span{display:block;position:absolute;top:0;right:0}.module__sidebar--toggle.active span:after{transform:rotate(44deg) translateZ(0)}.module__sidebar--toggle.active span:before{transform:rotate(134deg) translateZ(0)}}@media screen and (max-width:544px){.module__sidebar--toggle:after{display:none}}.module__sidebar__link-list{margin-top:15px}.module__sidebar__link-list li{margin:0;padding:0;font-size:1.4rem;line-height:1.6rem;background:none}.module__sidebar__link-list li a{position:relative;padding:15px 50px 15px 20px;color:#333;width:100%;display:block;font-size:1.4rem;font-weight:400;line-height:1.6rem;text-decoration:none}.module__sidebar__link-list li a:focus,.module__sidebar__link-list li a:hover{font-weight:600}.module__sidebar__link-list li.active>a{color:inherit;position:relative;font-weight:600}.module__sidebar__link-list li.active>a:before{position:absolute;top:0;left:0;width:0;height:100%;border-left:3px solid #0b7161;content:""}.module__sidebar__link-list>li{border-bottom:1px solid #e1e1e1;background-color:transparent;transition:background-color .3s ease .3s}.module__sidebar__link-list>li:first-child{border-top:1px solid #e1e1e1}.module__sidebar__link-list>li:last-child{border-bottom:0}.module__sidebar__link-list>li.expanded{background-color:#f5f5f5;transition:background-color .3s ease}.module__sidebar__link-list>li>ul{padding:0;background-color:#f5f5f5}.module__sidebar__link-list>li>ul>li{background-color:transparent;transition:background-color .3s ease .3s}.module__sidebar__link-list>li>ul>li.expanded{background-color:#e1e1e1;transition:background-color .3s ease}.module__sidebar__link-list>li>ul>li:last-child{padding-bottom:0}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us{padding:15px 50px 15px 20px}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us p{margin-top:15px}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us p:first-child{margin-top:0}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us p a{padding:0;font-size:1.5rem;line-height:2.4rem;color:#0b7161;text-decoration:underline;font-weight:600}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us p a:focus,.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us p a:hover{text-decoration:none}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us .rhs-navigation-social-links__list{background-color:inherit;margin:0;padding:0}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us .rhs-navigation-social-links__list li{display:inline-block}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us .rhs-navigation-social-links__list li+li{padding-left:15px}.module__sidebar__link-list>li>ul>li.rhs__navigation--contact-us .rhs-navigation-social-links__list .social-link__link{position:relative;display:block;border:0;color:transparent;font:0/0 a;text-shadow:none;width:34px;height:34px;text-align:center;padding:3px 0;margin-bottom:0}.module__sidebar__link-list>li>ul li>ul{background-color:#eee;margin:23px -30px -23px;padding:0 45px}@media screen and (max-width:940px){.module__sidebar__link-list>li>ul li>ul{margin-left:-16px;margin-right:-16px;padding:0 30px}}.module__content-panel--sidebar-caption{padding:2rem 0 0;display:block}.person__thumbnail{border-radius:67px;width:67px;height:67px;overflow:hidden;position:relative}.person__thumbnail img{position:absolute;width:auto;max-width:none;height:100%;top:-9999px;bottom:-9999px;left:-9999px;right:-9999px;margin:auto}.module__month-selector{display:block;float:left;width:100%;text-align:center;z-index:100}.module__month-selector:after,.module__month-selector:before{content:" ";display:table}.module__month-selector:after{clear:both}.module__month-selector--es .module__month-selector__header{text-align:center}.module__month-selector--es .module__month-selector__wrapper{position:relative;left:auto;margin-left:0;width:100%;background-color:#fff}.module__month-selector--es .module__month-selector__wrapper:after,.module__month-selector--es .module__month-selector__wrapper:before{content:" ";display:table}.module__month-selector--es .module__month-selector__wrapper:after{clear:both}.module__month-selector--es .module__month-selector__wrapper ul{margin:0;padding-left:0;text-align:center}.module__month-selector--es .module__month-selector__body{width:100%}.module__month-selector__wrapper{position:absolute;left:50%;top:100%;width:230px;margin-top:10px;margin-left:-115px;background-color:#fff}.module__month-selector__dropdown a{display:block;width:100%;padding:13px 25px 18px 0;border-bottom:1px solid #0b7161;text-align:left;font-size:1.5rem;line-height:2.4rem;text-decoration:none;margin-top:2.1rem}.module__month-selector__dropdown a.placeholder span{color:#363635}.module__month-selector__dropdown a span{display:block;line-height:1.8rem;color:#333}.module__month-selector__dropdown a .icon{position:absolute;top:50%}.module__month-selector__dropdown a .icon__calendar--small{right:0;margin-top:-12px}.module__month-selector__dropdown a .icon__arrow--down-blue{right:14px;margin-top:-4px}.module__month-selector__header{position:relative;float:left;width:100%;height:40px;border:1px solid gray;border-bottom:0;line-height:40px}.module__month-selector__header:after,.module__month-selector__header:before{content:" ";display:table}.module__month-selector__header:after{clear:both}.module__month-selector__header a{position:absolute;width:40px;top:0;bottom:0}.module__month-selector__header a span{position:absolute;left:-99999px;top:-99999px;opacity:0}.module__month-selector__header .icon{top:50%;margin-top:-6px;position:absolute}.module__month-selector__header--prev{left:0}.module__month-selector__header--prev .icon{left:50%;margin-left:-3px}.module__month-selector__header--next{right:0}.module__month-selector__header--next .icon{right:50%;margin-right:-3px}.module__month-selector__body{float:left}.module__month-selector__body ul{display:inline-block;float:left;margin:0;width:100%;border-left:1px solid gray;border-top:1px solid gray}.module__month-selector__month{position:relative;float:left;width:25%;margin:0;height:60px;border-bottom:1px solid gray;border-right:1px solid gray;background-image:none;line-height:60px;text-transform:uppercase}.module__month-selector__month .in-range{background-color:#489589;color:#fff}.module__month-selector__month .active,.module__month-selector__month a:focus,.module__month-selector__month a:hover{background-color:#0b7161;color:#fff}.module__month-selector__month a{position:absolute;right:0;left:0;top:0;bottom:0}.module__month-selector__footer{border:1px solid gray;border-top:0;float:left;width:100%}.module__month-selector__footer p{text-align:center;padding:5px 10px}.modal-content__container .modaal-content-container{padding:0}.modal-content__container.modal-content__container--blue .modaal-close:focus:after,.modal-content__container.modal-content__container--blue .modaal-close:focus:before,.modal-content__container.modal-content__container--blue .modaal-close:hover:after,.modal-content__container.modal-content__container--blue .modaal-close:hover:before{background-color:#007d98}.modal-content__container.modal-content__container--yellow .modaal-close:after,.modal-content__container.modal-content__container--yellow .modaal-close:before{background-color:#363635}.modal-content__container .modaal-close{position:absolute;top:16px;right:8px;height:32px;width:32px}.modal-content__container .modaal-close:after,.modal-content__container .modaal-close:before{top:50%;left:50%;height:17px;width:2px}.modal-content__container .modaal-close:before{transform:translate(-50%,-50%) rotate(-45deg)}.modal-content__container .modaal-close:after{transform:translate(-50%,-50%) rotate(45deg)}.modal-content__header{font-family:Arial,sans-serif;font-weight:300;font-style:normal;padding:16px 55px 18px 30px;font-size:3rem}.wf-opensans-n4-active .modal-content__header{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:741px) and (max-width:980px){.modal-content__header{padding-left:20px}}@media screen and (max-width:740px){.modal-content__header{padding-left:15px;font-size:2.5rem}}.modal-content__header.background--blue,.modal-content__header.background--charcoal,.modal-content__header.background--secondary{color:#fff}.modal-content__panel>div{margin:0 auto;max-width:756px}@media screen and (max-width:740px){.modal-content__panel.modal-content__panel-proof-points{display:none}}.modal-content__panel .module__subscribe-form{padding-top:20px}@media screen and (max-width:980px){.modal-content__panel .module__subscribe-form{padding-left:16px;padding-right:16px}}.modal-content__panel .module__subscribe-form .icon-Tick{color:#0b7161}.modal-content__contact{padding:25px 30px;color:#fff;text-align:center}@media screen and (max-width:740px){.modal-content__contact{padding:20px 15px}}.modal-content__contact-method{margin:0 15px;flex:1}@media screen and (max-width:600px){.modal-content__contact-method{margin:0;width:100%;max-width:none}.modal-content__contact-method+.modal-content__contact-method{margin-top:20px}}.modal-content__contact-method--wrapper{display:flex;align-items:flex-start;justify-content:center;margin-left:auto;margin-right:auto;max-width:530px}@media screen and (max-width:600px){.modal-content__contact-method--wrapper{flex-direction:column}}.modal-content__contact .text--course-bold+p{margin-top:10px}@media screen and (max-width:740px){.modal-content__contact .text--course-bold+p{text-align:left}}.modal-content__contact i{margin-right:10px;font-size:2.8rem}.modal-content__contact i.icon-Phone{font-weight:600}.modal-content__contact .button{padding:10px 20px;display:flex;justify-content:center;align-items:center;height:44px;cursor:pointer!important}.modal-content__contact .subtext{font-size:1.2rem;text-align:left}@media screen and (max-width:740px){.modal-content__contact .subtext{margin-top:10px}}.modal-content__contact .subtext+.subtext{margin-top:0}.modal-content__contact a[href^=tel]{pointer-events:unset!important}@media screen and (min-width:741px){.modal-content__unit .modaal-container{border-radius:25px;overflow:hidden}}.modal-content__unit .modaal-content-container{padding:25px 30px;background-color:#e1e1e1}@media screen and (max-width:740px){.modal-content__unit .modaal-content-container{padding:18px 15px 30px}}.modal-content__unit .modaal-close{position:absolute;height:24px;width:24px;background-color:#363635!important}@media screen and (max-width:740px){.modal-content__unit .modaal-close{top:25px;right:15px}}.modal-content__unit .modaal-close:after,.modal-content__unit .modaal-close:before{top:50%;left:50%;height:10px;width:1px}.modal-content__unit .modaal-close:before{transform:translate(-50%,-50%) rotate(-45deg)}.modal-content__unit .modaal-close:after{transform:translate(-50%,-50%) rotate(45deg)}.modal-content__unit .modaal-close:focus:after,.modal-content__unit .modaal-close:focus:before,.modal-content__unit .modaal-close:hover:after,.modal-content__unit .modaal-close:hover:before{background-color:#fff}.modal-content__unit .submodule{padding:15px 12px 20px;background-color:#fff}@media screen and (min-width:741px){.modal-content__unit .submodule{padding:25px 20px;margin:0 -20px;border-radius:25px}}.modal-content__unit .submodule--grey{background-color:#f5f5f5}.modal-content__unit .submodule--grey .submodule__content{overflow:auto}@media screen and (min-width:981px){.modal-content__unit .submodule--grey .submodule__content{height:225px}}@media screen and (min-width:741px) and (max-width:980px){.modal-content__unit .submodule--grey .submodule__content{height:250px}}.modal-content__unit .submodule+.submodule{margin-top:10px}.modal-content__unit .submodule__content{overflow:auto}@media screen and (min-width:981px){.modal-content__unit .submodule__content{height:200px}}@media screen and (min-width:741px) and (max-width:980px){.modal-content__unit .submodule__content{height:250px}}@media screen and (min-width:741px){.modal-content__unit .submodule__content{padding-bottom:10px}}@media screen and (max-width:740px){.modal-content__unit .submodule__header p>*{display:block}}.modal-content__unit .submodule__header p+p{margin-top:7px}@media screen and (min-width:741px){.modal-content__unit .submodule__header span{margin-left:5px}}@media screen and (max-width:740px){.modal-content__unit .submodule *+p{margin-top:10px}}.modal-content__unit .submodule ul li{padding-left:20px;margin-top:10px;margin-bottom:10px}.modal-content__unit h1{padding-right:35px;color:#0b7161}@media screen and (max-width:740px){.modal-content__unit h1{margin-bottom:10px}}.modal-content__table{width:100%}@media screen and (min-width:741px){.modal-content__table{display:table}}@media screen and (max-width:740px){.modal-content__table-head{display:none}}.modal-content__table-head .modal-content__table-col{padding-top:0}@media screen and (min-width:741px){.modal-content__table-head,.modal-content__table-row{display:table-row}}@media screen and (max-width:740px){.modal-content__table-row+.modal-content__table-row{margin-top:35px}}@media screen and (min-width:741px){.modal-content__table-col{display:table-cell;padding-top:10px;padding-right:20px}.modal-content__table-col:last-child{padding-right:0}}@media screen and (min-width:981px){.modal-content__table-col{min-width:150px}}@media screen and (min-width:741px) and (max-width:980px){.modal-content__table-col{min-width:120px}}@media screen and (max-width:740px){.modal-content__table-col:before{content:attr(data-label);font-weight:600}}@media screen and (max-width:740px){.modal-content__table-col+.modal-content__table-col{margin-top:10px}}@media screen and (max-width:740px){.modal-content__table-col+[data-label]{margin-top:5px}}.modal-content__table .button{margin-bottom:30px;width:100%;min-width:0}@media screen and (min-width:981px){.modal-content__table .button{width:180px}}@media screen and (min-width:741px) and (max-width:980px){.modal-content__table .button{min-width:150px}}@media screen and (max-width:740px){.modal-content__table .button{margin-top:10px;margin-bottom:0}}.modal-content__table p{line-height:2.2rem}.modal-content__pagination{display:flex;justify-content:center;align-items:center;margin-top:25px}.modal-content__pagination-link--prev{margin-right:40px}.modal-content__pagination-link--next{margin-left:40px}.modal-content__pagination .icon{display:flex;justify-content:center;align-items:center;margin:0;height:44px;width:44px;font-size:2.6rem}.modal-img{display:block}.modal-img>img{margin:30px 0;max-width:100%;height:auto}.modal{position:fixed;display:block;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:100}html:not(.ie8) .modal{visibility:hidden;opacity:0;z-index:-1;transition:opacity .3s linear,z-index .3s linear;background-color:rgba(0,0,0,.5)}html.ie8 .modal{display:none;background:url(https://www.deakin.edu.au/__data/assets/image/0004/767722/bg_black-transparent.png?v=0.1.1)}.modal__show{overflow:hidden}.modal__show .navigation__utility{z-index:10}html:not(.ie8) .modal__show .modal.visible{visibility:visible;opacity:1;z-index:300}html.ie8 .modal__show .modal.visible{display:block}.modal__container{position:relative;overflow:hidden;top:10%;height:80%;width:80%;background-color:#fff;transition:.3s linear;margin:0 auto}.modal__container.hidden{visibility:hidden;opacity:0;z-index:-1}.modaal-noscroll{overflow:hidden}.modaal-accessible-hide{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-overlay{z-index:999;opacity:0}.modaal-overlay,.modaal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%}.modaal-wrapper{display:block;z-index:9999;overflow:auto;opacity:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;transition:all .3s ease-in-out}.modaal-wrapper *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden}.modaal-wrapper .modaal-close{border:none;background:transparent;padding:0;-webkit-appearance:none}.modaal-wrapper.modaal-start_none{display:none;opacity:1}.modaal-wrapper.modaal-start_fade{opacity:0}.modaal-wrapper [tabindex="0"]{outline:none!important}.modaal-wrapper.modaal-fullscreen{overflow:hidden}.modaal-outer-wrapper{display:table;position:relative;width:100%;height:100%}.modaal-fullscreen .modaal-outer-wrapper{display:block}.modaal-inner-wrapper{display:table-cell;width:100%;height:100%;position:relative;vertical-align:middle;text-align:center;padding:80px 25px}.modaal-fullscreen .modaal-inner-wrapper{padding:0;display:block;vertical-align:top}.modaal-container{position:relative;display:inline-block;width:100%;margin:auto;text-align:left;color:#000;max-width:1000px;border-radius:0;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.2);cursor:auto}.modaal-container.is_loading{height:100px;width:100px;overflow:hidden}.modaal-fullscreen .modaal-container{max-width:none;height:100%;overflow:auto}.modaal-close{position:fixed;right:20px;top:20px;color:#fff;cursor:pointer;opacity:1;width:50px;height:50px;background:transparent;border-radius:100%;transition:all .2s ease-in-out}.modaal-close:focus,.modaal-close:hover{outline:none;background:#fff}.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before{background:#b93d0c}.modaal-close span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-close:after,.modaal-close:before{display:block;content:" ";position:absolute;top:14px;left:23px;width:4px;height:22px;border-radius:4px;background:#fff;transition:background .2s ease-in-out}.modaal-close:before{transform:rotate(-45deg)}.modaal-close:after{transform:rotate(45deg)}.modaal-fullscreen .modaal-close{background:#afb7bc;right:10px;top:10px}.modaal-content-container{padding:30px}.modaal-confirm-wrap{padding:30px 0 0;text-align:center;font-size:0}.modaal-confirm-btn{font-size:14px;display:inline-block;margin:0 10px;vertical-align:middle;cursor:pointer;border:none;background:transparent}.modaal-confirm-btn.modaal-ok{padding:10px 15px;color:#fff;background:#555;border-radius:3px;transition:background .2s ease-in-out}.modaal-confirm-btn.modaal-ok:hover{background:#2f2f2f}.modaal-confirm-btn.modaal-cancel{text-decoration:underline}.modaal-confirm-btn.modaal-cancel:hover{text-decoration:none;color:#363635}@keyframes instaReveal{0%{opacity:0}to{opacity:1}}.modaal-instagram .modaal-container{width:auto;background:transparent;box-shadow:none!important}.modaal-instagram .modaal-content-container{padding:0;background:transparent}.modaal-instagram .modaal-content-container>blockquote{width:1px!important;height:1px!important;opacity:0!important}.modaal-instagram iframe{opacity:0;margin:-6px!important;border-radius:0!important;width:1000px!important;max-width:800px!important;box-shadow:none!important;animation:instaReveal 1s linear forwards}.modaal-image .modaal-container{width:auto;max-width:1500px}.modaal-gallery-wrap{position:relative;color:#fff}.modaal-gallery-item{display:none}.modaal-gallery-item.is_active,.modaal-gallery-item img{display:block}.modaal-gallery-label{position:absolute;left:0;width:100%;margin:20px 0 0;font-size:18px;text-align:center;color:#fff}.modaal-gallery-label:focus{outline:none}.modaal-gallery-control{position:absolute;top:50%;transform:translateY(-50%);opacity:1;cursor:pointer;color:#fff;width:50px;height:50px;background:transparent;border:none;border-radius:100%;transition:all .2s ease-in-out}.modaal-gallery-control.is_hidden{opacity:0;cursor:default}.modaal-gallery-control:focus,.modaal-gallery-control:hover{outline:none;background:#fff}.modaal-gallery-control:focus:after,.modaal-gallery-control:focus:before,.modaal-gallery-control:hover:after,.modaal-gallery-control:hover:before{background:#afb7bc}.modaal-gallery-control span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-gallery-control:after,.modaal-gallery-control:before{display:block;content:" ";position:absolute;top:16px;left:25px;width:4px;height:18px;border-radius:4px;background:#fff;transition:background .2s ease-in-out}.modaal-gallery-control:before{margin:-5px 0 0;transform:rotate(-45deg)}.modaal-gallery-control:after{margin:5px 0 0;transform:rotate(45deg)}.modaal-gallery-next{left:100%;margin-left:40px}.modaal-gallery-prev{right:100%;margin-right:40px}.modaal-gallery-prev:after,.modaal-gallery-prev:before{left:22px}.modaal-gallery-prev:before{margin:5px 0 0;transform:rotate(-45deg)}.modaal-gallery-prev:after{margin:-5px 0 0;transform:rotate(45deg)}.modaal-video-wrap{margin:auto 50px;position:relative}.modaal-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.3);background:#000;max-width:1300px;margin-left:auto;margin-right:auto}.modaal-video-container embed,.modaal-video-container iframe,.modaal-video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.modaal-iframe-elem,.modaal-iframe .modaal-content{width:100%;height:100%}.modaal-iframe-elem{display:block}@media only screen and (min-width:1400px){.modaal-video-container{padding-bottom:0;height:731px}}@media only screen and (max-width:1140px){.modaal-gallery-item img{width:100%}.modaal-gallery-control{top:auto;bottom:20px;transform:none;background:rgba(0,0,0,.7)}.modaal-gallery-control:after,.modaal-gallery-control:before{background:#fff}.modaal-gallery-next{left:auto;right:20px}.modaal-gallery-prev{left:20px;right:auto}}@media screen and (max-width:900px){.modaal-instagram iframe{width:500px!important}}@media screen and (max-height:1100px){.modaal-instagram iframe{width:700px!important}}@media screen and (max-height:1000px){.modaal-inner-wrapper{padding-top:60px;padding-bottom:60px}.modaal-instagram iframe{width:600px!important}}@media screen and (max-height:900px){.modaal-instagram iframe{width:500px!important}.modaal-video-container{max-width:900px;max-height:510px}}@media only screen and (max-width:600px){.modaal-instagram iframe{width:280px!important}}@media only screen and (max-height:1024px){.modaal-gallery-item img{width:auto!important;max-height:85vh}}@media only screen and (max-height:820px){.modaal-gallery-label{display:none}}.modaal-loading-spinner{background:none;position:absolute;width:200px;height:200px;top:50%;left:50%;margin:-100px 0 0 -100px;transform:scale(.25)}@keyframes modaal-loading-spinner{0%{opacity:1;transform:scale(1.5)}to{opacity:.1;transform:scale(1)}}.modaal-loading-spinner>div{width:24px;height:24px;margin-left:4px;margin-top:4px;position:absolute}.modaal-loading-spinner>div>div{width:100%;height:100%;border-radius:15px;background:#fff}.modaal-loading-spinner>div:first-of-type > div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:0s}.modaal-loading-spinner>div:nth-of-type(2)>div,.modaal-loading-spinner>div:nth-of-type(3)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:first-of-type{transform:translate(84px,84px) rotate(45deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(2)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.12s}.modaal-loading-spinner>div:nth-of-type(2){transform:translate(84px,84px) rotate(90deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(3)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.25s}.modaal-loading-spinner>div:nth-of-type(4)>div,.modaal-loading-spinner>div:nth-of-type(5)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(3){transform:translate(84px,84px) rotate(135deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(4)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.37s}.modaal-loading-spinner>div:nth-of-type(4){transform:translate(84px,84px) rotate(180deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(5)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.5s}.modaal-loading-spinner>div:nth-of-type(6)>div,.modaal-loading-spinner>div:nth-of-type(7)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(5){transform:translate(84px,84px) rotate(225deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(6)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.62s}.modaal-loading-spinner>div:nth-of-type(6){transform:translate(84px,84px) rotate(270deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(7)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.75s}.modaal-loading-spinner>div:nth-of-type(7){transform:translate(84px,84px) rotate(315deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(8)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.87s}.modaal-loading-spinner>div:nth-of-type(8){transform:translate(84px,84px) rotate(1turn) translate(70px)}.modaal-overlay~.select2-container{z-index:10000}.calculated-atar{width:100%}.calculated-atar__content{background-color:#f8f8f8;border:2px solid #f8f8f8;padding:30px 0}.calculated-atar__content p{text-align:center}.calculated-atar__title{display:block;margin-left:auto;margin-right:auto;margin-bottom:30px;width:50%;font-size:1.2rem;line-height:1.8rem;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;text-align:center;text-transform:uppercase}.wf-worldlybold-n4-active .calculated-atar__title{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (min-width:981px) and (max-width:1200px){.calculated-atar__title{width:60%}}.calculated-atar__adjusted{margin-top:10px;font-size:3rem;color:#0b7161;font-weight:700}@media screen and (min-width:981px) and (max-width:1200px){.calculated-atar__adjusted{font-size:2.6rem}}.calculated-atar__adjusted.inactive{color:gray}.calculated-atar__wrapper{position:relative}@media screen and (min-width:981px){.calculated-atar__wrapper{padding:0 15px;position:absolute;left:70%}}@media screen and (max-width:980px){.calculated-atar__wrapper{clear:left;width:100%;margin:0 auto;padding-left:16px;padding-right:16px;padding-bottom:50px}}@media screen and (min-width:1601px){.calculated-atar__wrapper{width:325px}}@media screen and (min-width:1201px) and (max-width:1600px){.calculated-atar__wrapper{width:228px;left:80%}}@media screen and (min-width:981px) and (max-width:1200px){.calculated-atar__wrapper{width:215px}}@media screen and (min-width:741px) and (max-width:980px){.calculated-atar__wrapper{max-width:709px}.calculated-atar__wrapper .calculated-atar{width:75%;margin-left:25%}}@media screen and (max-width:740px){.calculated-atar__wrapper{max-width:513px}}@media screen and (min-width:981px){.calculated-atar.is-sticky{top:122px;position:fixed}.calculated-atar.sticky-after{top:auto;position:absolute;bottom:90px}}.module__hero-banner{position:relative;width:100%;height:500px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:top}.module__hero-banner.no-cover,.module__hero-banner.no-cover .module__home--banner{background-size:initial!important;background-color:var(--color--black,#000);background-repeat:no-repeat!important}.module__hero-banner--no-overflow{margin-bottom:0}.module__hero-banner--purple{background-color:#5a4a61}.module__hero-banner--green{background-color:#3a8c7b}.module__hero-banner--mauve{background-color:#84344e}.module__hero-banner .cell,.module__hero-banner .grid{height:100%}@media screen and (min-width:1601px){.module__hero-banner{height:710px;padding-top:89px}.breadcrumbs__hide .module__hero-banner{height:676px}}@media screen and (min-width:981px) and (max-width:1200px){.module__hero-banner .cell{margin-left:0}}@media screen and (max-width:980px){.module__hero-banner{margin-bottom:0;height:320px}}.module__hero-banner--content-overlay{padding:30px}.module__hero-banner--content-overlay.module__hero-banner--content-overlay--default{background-color:rgba(51,51,51,.8)}.module__hero-banner--title{display:table-cell;z-index:2;vertical-align:bottom;padding-bottom:200px;color:#fff}.module__hero-banner--title-wrapper{display:table;height:100%;width:100%}@media screen and (max-width:980px){.module__hero-banner--title--inner{margin:60px 0}}.module__hero-banner--title h1{display:block;padding:0;margin:0}.module__hero-banner--title h1+a{margin-top:40px}.module__hero-banner--title p{display:block;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;line-height:1.8rem;text-transform:uppercase}.wf-worldlybold-n4-active .module__hero-banner--title p{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (max-width:1200px){.module__hero-banner--title p{margin-top:20px}}@media screen and (max-width:980px){.module__hero-banner--title p{margin-top:10px}}.module__hero-banner--title p.secondary{margin-top:15px;font-family:Arial,sans-serif;font-weight:400;font-style:normal;text-transform:none;font-size:2.4rem;line-height:3rem}.wf-opensans-n4-active .module__hero-banner--title p.secondary{font-family:Open Sans,Arial,sans-serif}.module__hero-banner--title .cell{transition:margin-left .25s ease-out}.module__hero-banner--title .button--tags{height:auto}.module__hero-banner--title .button--tags+h1{margin-top:30px}@media screen and (max-width:740px){.module__hero-banner--title .button--tags+h1{margin-top:20px}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-banner--title{padding-bottom:170px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner--title{vertical-align:middle;padding-bottom:65px}}@media screen and (max-width:740px){.module__hero-banner--title{vertical-align:middle;padding-bottom:0}}.module__hero-banner--title--middle{vertical-align:middle;padding-bottom:0!important}.module__hero-banner--date{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.6rem;text-transform:none}.wf-opensans-n7-active .module__hero-banner--date{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--medium{height:434px;padding-top:89px}.breadcrumbs__hide .module__hero-banner.module__hero-banner--medium{height:400px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--medium{height:340px}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--medium{height:320px}.module__hero-banner.module__hero-banner--medium .module__hero-banner--date{font-size:1.6rem;line-height:2.4rem}}.module__hero-banner.module__hero-banner--medium .module__hero-banner--title{vertical-align:middle;padding-bottom:0}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--medium .module__hero-banner--title{padding-top:0}}.module__hero-banner.module__hero-banner--xsmall{height:354px}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--xsmall{height:354px;padding-top:50px}.breadcrumbs__hide .module__hero-banner.module__hero-banner--xsmall{height:354px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--xsmall{height:240px}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--xsmall{height:240px}.module__hero-banner.module__hero-banner--xsmall .module__hero-banner--date{font-size:1.6rem;line-height:2.4rem}}.module__hero-banner.module__hero-banner--xsmall .module__hero-banner--title{vertical-align:middle;padding-bottom:0}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--xsmall .module__hero-banner--title{padding-top:0}}.module__hero-banner.module__hero-banner--standard.module__hero-banner--xsmall{height:354px}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--standard.module__hero-banner--xsmall{height:240px}}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--small-profile{height:354px}.breadcrumbs__hide .module__hero-banner.module__hero-banner--small-profile{height:320px}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--small-profile{height:320px}}.module__hero-banner.module__hero-banner--small-profile .module__hero-banner--title{vertical-align:bottom;padding-bottom:75px}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--small-profile .module__hero-banner--title{vertical-align:middle;padding:0}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--small-profile .module__hero-banner--title{vertical-align:top;padding-top:55px}}.module__hero-banner.module__hero-banner--src-page{height:auto;padding-top:0!important}.breadcrumbs__hide .module__hero-banner.module__hero-banner--src-page{height:320px}@media screen and (max-width:544px){.module__hero-banner.module__hero-banner--src-page{height:240px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page{height:240px!important}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--src-page{height:320px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page.module__home--banner-logo-no-logo{display:none!important}}.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small{height:354px!important}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small{height:240px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small{height:240px!important}}.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small .module__home--banner{height:354px!important}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small .module__home--banner{height:240px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small .module__home--banner{height:240px!important}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small .module__home--banner-logo{height:240px!important;line-height:240px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page.module__hero-banner--small .module__home--banner-logo img{vertical-align:middle}}.module__hero-banner.module__hero-banner--src-page .module__hero-banner--title{color:gray}.module__hero-banner.module__hero-banner--src-page .module__home--banner{background-size:cover;height:434px!important}@media screen and (max-width:544px){.module__hero-banner.module__hero-banner--src-page .module__home--banner{background:none!important;background-image:none!important;height:240px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page .module__home--banner{height:240px!important;line-height:240px!important}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--src-page .module__home--banner{height:320px!important}}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--src-page .module__home--banner-logo{height:400px;line-height:460px}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--src-page .module__home--banner-logo{height:320px;line-height:320px}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page .module__home--banner-logo{height:240px!important;line-height:240px!important}}.module__hero-banner.module__hero-banner--src-page .module__home--banner-logo img{vertical-align:middle}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page .module__home--banner-logo img{vertical-align:middle;width:100%}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--src-page .module__home--banner{height:320px}}.module__hero-banner.module__hero-banner--src-page .module__home--banner .module__hero-banner--title{vertical-align:bottom;padding-bottom:75px}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--src-page .module__home--banner .module__hero-banner--title{vertical-align:middle;padding:0}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src-page .module__home--banner .module__hero-banner--title{vertical-align:top;padding-top:55px}}.module__hero-banner.module__hero-banner--home{height:auto;padding-top:0!important}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--home{height:auto!important}}.module__hero-banner.module__hero-banner--home .module__home--banner{height:474px;background-size:cover;background-position:50%}@media screen and (min-width:1601px){.module__hero-banner.module__hero-banner--home .module__home--banner{height:644px;padding-top:89px}.breadcrumbs__hide .module__hero-banner.module__hero-banner--home .module__home--banner{height:676px}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--home .module__home--banner{height:320px}}@media screen and (min-width:741px){.module__hero-banner.module__hero-banner--home .grid{position:absolute;top:0;width:100%;left:0;right:0}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--home .module__hero-banner--title-wrapper{margin:0 auto;padding-bottom:30px}}.module__hero-banner.module__hero-banner--home+div[class*=background]{margin-top:0}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--home .grid{padding-left:16px;padding-right:16px}.module__hero-banner.module__hero-banner--home .cell{position:relative;top:-65px;background:#fff;padding:30px 0 0}.module__hero-banner.module__hero-banner--home .cell .module__hero-banner--title{color:#333}.module__hero-banner.module__hero-banner--home .cell .module__hero-banner--title h1,.module__hero-banner.module__hero-banner--home .cell .module__hero-banner--title p{padding:0 25px}.module__hero-banner.module__hero-banner--home .cell .button__outline--white{border-color:#0b7161;color:#0b7161}.module__hero-banner.module__hero-banner--home .cell .button__outline--white:hover{color:#fff}.module__hero-banner.module__hero-banner--home .module__hero-banner--content-overlay{background-color:transparent!important}}.module__hero-banner.module__hero-banner--home--xsmall{height:auto;padding-top:0}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--home--xsmall{height:400px!important}}.module__hero-banner.module__hero-banner--home--xsmall .module__home--banner{height:400px!important;background-size:cover;background-position:50%}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--home--xsmall .module__home--banner{height:400px!important}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--home--xsmall .module__home--banner{height:320px!important}}@media screen and (min-width:741px){.module__hero-banner.module__hero-banner--home--xsmall .grid{position:absolute;top:0;width:100%;left:0;right:0}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--home--xsmall .grid{padding-left:16px;padding-right:16px}.module__hero-banner.module__hero-banner--home--xsmall .cell{position:relative;top:-65px;background:#fff;padding:30px 0 0}.module__hero-banner.module__hero-banner--home--xsmall .cell .module__hero-banner--title{color:#333}.module__hero-banner.module__hero-banner--home--xsmall .cell .module__hero-banner--title h1,.module__hero-banner.module__hero-banner--home--xsmall .cell .module__hero-banner--title p{padding:0 25px}.module__hero-banner.module__hero-banner--home--xsmall .cell .button__outline--white{border-color:#0b7161;color:#fff}.module__hero-banner.module__hero-banner--home--xsmall .cell .button__outline--white:hover{color:#fff}}.module__hero-banner.module__hero-banner--src{transition:background-position .15s linear;background-position:0}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--src{background-position:-40px}}@media screen and (max-width:544px){.module__hero-banner.module__hero-banner--src{background-position:-115px}}.module__hero-banner--portrait{width:100%;margin:0 auto;padding-left:16px;padding-right:16px}@media screen and (min-width:1601px){.module__hero-banner--portrait{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__hero-banner--portrait{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__hero-banner--portrait{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner--portrait{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__hero-banner--portrait{max-width:513px}}@media screen and (min-width:981px){.module__hero-banner--portrait{padding-left:30px;padding-right:30px}}.module__hero-banner--portrait-wrap{position:absolute;background-color:#f1f1f1;border-radius:50%;overflow:hidden;margin:0 auto;text-align:center}@media screen and (min-width:1601px){.module__hero-banner--portrait-wrap{margin-left:190px;bottom:-80px;width:245px;height:245px}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-banner--portrait-wrap{width:210px;height:210px;bottom:-60px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__hero-banner--portrait-wrap{margin-left:60px}}@media screen and (min-width:981px) and (max-width:1200px){.module__hero-banner--portrait-wrap{margin-left:20px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner--portrait-wrap{width:150px;height:150px;left:50%;margin-left:-75px;bottom:-50px}}@media screen and (max-width:740px){.module__hero-banner--portrait-wrap{width:135px;height:135px;left:50%;margin-left:-67.5px;bottom:-40px}}.module__hero-banner--portrait img{width:100%;max-width:100%;height:auto}.module__hero-banner--portrait-container+.module__content-panel.module__hero-banner--portrait-top{padding-top:40px;margin-top:0}@media screen and (max-width:980px){.module__hero-banner--portrait-container+.module__content-panel.module__hero-banner--portrait-top{padding-top:80px}}.module__hero-banner.module__hero-banner--portrait-container{overflow:visible;padding-bottom:40px;height:320px!important;background-image:none!important;background-color:#363635}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--portrait-container{height:240px!important}}.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title{color:#fff!important;padding-top:190px;padding-bottom:0!important}@media screen and (min-width:1601px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title{padding-left:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title{padding-left:30%}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title{padding-top:35px!important;vertical-align:middle!important;padding-bottom:80px!important;text-align:center}}.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title h1+p{margin-top:12px}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title{padding-top:120px}.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title h1,.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title p{padding-left:15px;padding-right:15px}}.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{width:100%;margin:0 auto;padding-left:16px;padding-right:16px}@media screen and (min-width:1601px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{max-width:513px}}@media screen and (min-width:981px){.module__hero-banner.module__hero-banner--portrait-container .module__hero-banner--title-wrapper{padding-left:15px;padding-right:15px}}.module__hero-banner.module__hero-banner--course-detailed{height:490px!important;padding-top:48px;overflow:auto}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content{display:table-cell;padding-bottom:0;color:#fff;vertical-align:middle}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content-wrapper{display:table;width:100%;height:100%}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content--inner{padding:30px;background-color:rgba(51,51,51,.8)}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content h1{margin-top:15px;margin-bottom:10px}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content p{margin-top:10px;font-size:1.6rem}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--opening-title{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.8rem;text-transform:uppercase}.wf-opensans-n7-active .module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--opening-title{font-family:Open Sans,Arial,sans-serif}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--selling-points{margin-top:14px;font-size:1.6rem}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--selling-points p{margin-top:6px;font-size:1.6rem;font-family:Arial,sans-serif;font-weight:600;font-style:normal}.wf-opensans-n7-active .module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--selling-points p{font-family:Open Sans,Arial,sans-serif}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--feature-text{position:relative;margin-left:5px;font-size:1.6rem;font-family:Arial,sans-serif;font-weight:400;font-style:normal}.wf-opensans-n4-active .module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--feature-text{font-family:Open Sans,Arial,sans-serif}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--student-type{font-family:Arial,sans-serif;font-weight:600;font-style:normal;margin-top:25px;font-size:1.9rem}.wf-opensans-n7-active .module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--student-type{font-family:Open Sans,Arial,sans-serif}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--course-type{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.6rem}.wf-opensans-n7-active .module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--course-type{font-family:Open Sans,Arial,sans-serif}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--course-type--link{font-family:Arial,sans-serif;font-weight:400;font-style:normal;color:#aaa;font-size:1.4rem;text-decoration:underline}.wf-opensans-n4-active .module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--course-type--link{font-family:Open Sans,Arial,sans-serif}.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--course-type--link:focus,.module__hero-banner.module__hero-banner--course-detailed .module__hero-banner--content .module__hero-banner--course-type--link:hover{color:#fff}.module__hero-banner.module__hero-banner--course-detailed.module__hero-banner.module__hero-banner--course-detailed--selling-points{height:auto!important;padding-top:100px;padding-bottom:60px}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--course-detailed.module__hero-banner.module__hero-banner--course-detailed--selling-points{padding-top:60px}}@media screen and (max-width:980px){.module__hero-banner.module__hero-banner--course-detailed{padding-top:0}}@media screen and (max-width:740px){.module__hero-banner.module__hero-banner--course-detailed{padding:60px 0;height:auto!important}}.button__home{background:#0b7161;border:1px solid #0b7161}@media screen and (max-width:740px){.button__home{color:#fff!important}}.button__home:hover{border:1px solid #024c41;background:#024c41}.module__banner-image-desktop{display:block}.module__banner-image-mobile,.module__banner-image-tablet{display:none}@media screen and (min-device-width:741px) and (max-device-width:1024px){.module__banner--homepage .module__banner-image-right.module__banner-image-mobile{display:none}.module__banner--homepage .module__banner-image-right.module__banner-image-desktop{display:block;background-position:67%}}@media screen and (max-width:740px){.module__banner-image-desktop{display:none}.module__banner-image-mobile{display:block}}.module__page-title{padding-top:70px;padding-bottom:40px}@media screen and (max-width:1200px){.module__page-title{padding-top:50px;padding-bottom:30px}}@media screen and (min-width:981px){.module__page-title{transition:margin-top .2s ease-in-out}#main-content .module__page-title:first-of-type{margin-top:88px}.breadcrumbs__hide #main-content .module__page-title:first-of-type{margin-top:0}}@media screen and (max-width:1200px){.module__page-title#compare{padding-top:0}}.module__page-title h1{margin:0}@media screen and (min-width:981px){#main-content>#breadcrumbs+.module__page-title{margin-top:40px}}.module__quote-panel--quote{margin-bottom:20px;font-family:Arial,sans-serif;font-weight:400;font-size:3.6rem;line-height:5rem}.wf-worldlylight-n4-active .module__quote-panel--quote{font-family:Worldly Light,Open Sans,Arial,sans-serif}.module__quote-panel--quote:after,.module__quote-panel--quote:before{position:absolute;font-size:3.5rem;content:"\201C";padding-top:2px}.module__quote-panel--quote:before{margin-left:-10px;transform:scaleX(-1)}@media screen and (min-width:981px) and (max-width:1200px){.module__quote-panel--quote{font-size:3rem;line-height:4.1rem}}@media screen and (max-width:980px){.module__quote-panel--quote{margin-bottom:15px;font-size:2.6rem;line-height:3.6rem}.module__quote-panel--quote:after,.module__quote-panel--quote:before{font-size:3.3rem;padding-top:3px}}@media screen and (max-width:980px){.module__content-panel--sidebar-content .module__quote-panel--quote{padding-left:30px;padding-right:30px}}.module__quote-panel--author,.module__quote-panel--credentials{margin-top:0;text-transform:uppercase;line-height:1.8rem}@media screen and (max-width:980px){.module__content-panel--sidebar-content .module__quote-panel--author,.module__content-panel--sidebar-content .module__quote-panel--credentials,.module__quote-panel--author+.social-link,.module__quote-panel--credentials+.social-link{padding-left:30px;padding-right:30px}}.module__quote-panel--author{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.5rem;line-height:2.4rem;margin-bottom:10px}.wf-opensans-n7-active .module__quote-panel--author{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.module__quote-panel--author{font-size:1.4rem;line-height:2.3rem;margin-bottom:5px}}.module__quote-panel--credentials{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.3rem;line-height:2rem}@media screen and (max-width:980px){.module__quote-panel--credentials{font-size:1.1rem;line-height:1.7rem}}.module__video-panel .module__quote-panel--credentials{margin-bottom:20px}.module__video-panel{position:relative}.module__video-panel .module__split-image-text--image{display:block;position:relative;text-align:center;width:100%;height:400px;background-size:cover;background-position:top}@media screen and (min-width:981px){.module__video-panel .module__split-image-text--image{height:275px}.module__video-panel .module__split-image-text--image button{top:64px}}.module__video-panel .module__split-image-text--image button{position:relative;top:135px}@media screen and (min-width:741px) and (max-width:980px){.module__video-panel .module__split-image-text--image{height:300px}.module__video-panel .module__split-image-text--image button{top:90px}}@media screen and (max-width:740px){.module__video-panel .module__split-image-text--image{height:163px}.module__video-panel .module__split-image-text--image button{top:45px}}.module__video-panel .module__split-image-text--image-text{position:absolute;text-align:left;color:#fff;bottom:80px;font-family:Arial,sans-serif}.wf-worldlylight-n4-active .module__video-panel .module__split-image-text--image-text{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.module__video-panel .module__split-image-text--image-text{padding-left:16px;padding-right:16px;font-size:2.1rem;line-height:3rem}}@media screen and (min-width:981px){.module__video-panel .module__split-image-text--image-text{padding-left:15px;padding-right:15px;float:right;font-size:3.2rem;line-height:4rem;width:355px}}@media screen and (min-width:741px) and (max-width:980px){.module__video-panel .module__split-image-text--image-text{width:265px;left:50%;margin-left:-132.5px}}@media screen and (max-width:740px){.module__video-panel .module__split-image-text--image-text{width:100%;max-width:528px;position:relative;margin:120px auto 0;bottom:auto;display:inline-block}}.module__video-panel--banner{position:relative;width:100%;height:680px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:top}.module__video-panel--banner--no-overflow{margin-bottom:0}.module__video-panel--banner div{height:100%}@media screen and (max-width:980px){.module__video-panel--banner{margin-bottom:0;height:320px}}@media screen and (min-width:981px) and (max-width:1600px){.module__video-panel--banner{height:500px}}.module__video-panel--content{display:table-cell;vertical-align:middle}@media screen and (max-width:980px){.module__video-panel--content{outline:8px solid #fff;box-shadow:0 0 0 2px #fff;background:#fff;padding:30px 20px 70px}}@media screen and (min-width:981px){.module__video-panel--content-table{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__video-panel--content-table{width:40%;margin-left:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__video-panel--content-table{width:50%;margin-left:10%}}.module__video-panel--content-table{display:table;height:100%;width:100%;padding-left:8px;padding-right:8px}.module__video-panel--content-top{vertical-align:top;padding-top:20px}.module__video-panel--content-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;margin:auto;padding-left:8px;padding-right:8px;width:100%}@media screen and (min-width:1601px){.module__video-panel--content-wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__video-panel--content-wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__video-panel--content-wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__video-panel--content-wrapper{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__video-panel--content-wrapper{max-width:513px}}@media screen and (min-width:981px){.module__video-panel--content-wrapper{padding-left:15px;padding-right:15px}}@media screen and (max-width:980px){.module__video-panel--content-wrapper{position:relative;left:auto;right:auto;margin-top:-50px}}.module__video-panel--copy,.module__video-panel--copy p{font-weight:400;font-family:Arial,sans-serif;font-size:3rem;line-height:4.1rem;margin-bottom:20px}.wf-worldlylight-n4-active .module__video-panel--copy,.wf-worldlylight-n4-active .module__video-panel--copy p{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.module__video-panel--copy,.module__video-panel--copy p{font-size:2.1rem;line-height:3.1rem}}.module__video-panel--sub-copy,.module__video-panel--sub-copy p{font-size:1.6rem;line-height:2.4rem;margin-bottom:20px}.module__video-panel--play{margin-top:0;padding:0;color:#036171;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;text-transform:uppercase;font-size:1.2rem;line-height:3.6rem;cursor:pointer}.wf-worldlybold-n4-active .module__video-panel--play{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.no-js .module__video-panel--play{position:relative;display:block;width:100%;text-align:left}.no-js .module__video-panel--play:before{content:"* Please enable JavaScript to view this video";text-transform:none;position:absolute;top:40px;line-height:1.2;color:#ab2328}.module__video-panel--play:focus,.module__video-panel--play:hover{text-decoration:underline}.module__video-panel--play:focus{outline:none;box-shadow:0 0 10px 4px #75b7f0}.module__video-panel--play .play{margin-right:10px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:0 -150px;display:inline-block;vertical-align:top;content:"";width:36px;height:36px;transition:transform .15s linear}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__video-panel--play .play{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__overview--content+.module__video-panel--small-layout .module__video-panel{margin-top:40px}@media screen and (max-width:1200px){.module__overview--content+.module__video-panel--small-layout .module__video-panel{margin-top:30px}}.module__video-panel--small-layout .module__video-panel--image{height:375px;text-align:center;background-repeat:no-repeat;background-size:cover;background-position:top}.module__video-panel--small-layout .module__video-panel--image button{position:relative;top:135px}@media screen and (max-width:740px){.module__video-panel--small-layout .module__video-panel--image{height:165px}.module__video-panel--small-layout .module__video-panel--image button{top:46px}}.module__video-panel--small-layout .module__video-panel--content{display:block;position:relative;padding:30px 15px 0;margin-top:-60px;margin-left:auto;margin-right:auto;background:#fff;outline:15px solid #fff;box-shadow:0 0 0 2px #fff}@media screen and (min-width:1601px){.module__video-panel--small-layout .module__video-panel--content{width:83.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__video-panel--small-layout .module__video-panel--content{width:80%}}@media screen and (min-width:741px) and (max-width:980px){.module__video-panel--small-layout .module__video-panel--content{width:75%}}@media screen and (max-width:740px){.module__video-panel--small-layout .module__video-panel--content{margin:0;width:auto;outline:0 solid #fff;box-shadow:none;padding:30px 0}}.module__video-panel--small-layout .module__video-panel--content p{width:100%;text-align:left}.module__video-panel--small-layout .module__video-panel--content p:first-child{margin-top:0}.module__video-panel--left-layout .module__video-panel--banner{background-position:top}@media screen and (max-width:740px){.module__video-panel--left-layout .module__video-panel--banner{background-position:100% 0}}@media screen and (min-width:1601px){.module__video-panel--right-layout .module__video-panel--content-table{margin-left:50%}}@media screen and (min-width:981px) and (max-width:1600px){.module__video-panel--right-layout .module__video-panel--content-table{margin-left:50%}}.module__video-panel--right-layout .module__video-panel--banner{background-position:top}@media screen and (max-width:740px){.module__video-panel--right-layout .module__video-panel--banner{background-position:0 0}}.module__video-panel--hero .module__video-panel--banner,.module__video-panel--hero .module__video-panel--content-wrapper{height:320px}@media screen and (min-width:1601px){.module__video-panel--hero .module__video-panel--banner,.module__video-panel--hero .module__video-panel--content-wrapper{height:710px}}@media screen and (min-width:981px) and (max-width:1600px){.module__video-panel--hero .module__video-panel--banner,.module__video-panel--hero .module__video-panel--content-wrapper{height:500px}}@media screen and (min-width:545px){.module__video-panel--hero .module__video-panel--banner,.module__video-panel--hero .module__video-panel--content-wrapper{height:280px}}@media screen and (max-width:350px){.module__video-panel--hero .module__video-panel--banner,.module__video-panel--hero .module__video-panel--content-wrapper{height:400px!important}}.module__video-panel--hero+.module__content-panel .module__content-panel--wrapper{padding-bottom:10px!important}.module__video-panel--hero .module__video-panel--banner{width:65%}@media screen and (max-width:740px){.module__video-panel--hero .module__video-panel--banner{width:100%}}@media screen and (min-width:741px){.module__video-panel--hero .module__video-panel--background{background:#fff;padding:30px}.module__video-panel--hero .module__video-panel--background>p{width:100%;margin-left:0}.module__video-panel--hero .module__video-panel--background>button{margin-left:0}}.module__video-panel--hero .module__video-panel--content button,.module__video-panel--hero .module__video-panel--content p{margin-left:0!important}@media screen and (min-width:981px) and (max-width:1600px){.module__video-panel--hero .module__video-panel--content{vertical-align:bottom}}.module__hero-content{position:relative;width:100%;overflow:hidden}@media screen and (max-width:980px){.module__hero-content--wrapper{margin:-60px auto 0}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-content--wrapper{padding:0 30px}}@media screen and (max-width:740px){.module__hero-content--wrapper{padding:0 16px}}.module__hero-content--image{position:relative;z-index:1;overflow:hidden;height:500px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:top}@media screen and (max-width:980px){.module__hero-content--image{height:320px}}@media screen and (min-width:1601px){.module__hero-content--image{width:65%;height:710px;padding-top:34px}.breadcrumbs__hide .module__hero-content--image{height:676px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__hero-content--image{width:70%}}@media screen and (min-width:981px) and (max-width:1200px){.module__hero-content--image{width:75%}}.module__hero-content--text{z-index:2;color:#fff;position:relative;width:100%;padding:25px}.bg--purple .module__hero-content--text{background-color:#5a4a61}.bg--green .module__hero-content--text{background-color:#3a8c7b}.module__hero-content--text h1{margin:0 0 20px}.module__hero-content--text p{font-size:1.6rem;line-height:2.4rem}@media screen and (min-width:981px){.module__hero-content--text{position:absolute;bottom:0;left:50%}}@media screen and (min-width:1601px){.module__hero-content--text{padding:60px 40px;width:550px}.module__hero-content--text h1{margin:0 0 40px}.module__hero-content--text p{font-size:2.4rem;line-height:3.2rem}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-content--text{padding:40px 30px;width:430px}}@media screen and (min-width:741px) and (max-width:980px){.module__hero-content--text{max-width:709px;margin-left:auto;margin-right:auto}}.module__hero-content-slider--wrapper{z-index:2;color:#fff;position:relative;width:100%;overflow:hidden}@media screen and (min-width:981px){.module__hero-content-slider--wrapper{position:absolute;bottom:0;left:50%}}@media screen and (min-width:1601px){.module__hero-content-slider--wrapper{width:550px}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-content-slider--wrapper{width:430px}}.bg--purple .module__hero-content-slider--wrapper,.bg--purple .module__hero-content-slider--wrapper .button--tag.featured:before{background-color:#5a4a61}.bg--green .module__hero-content-slider--wrapper,.bg--green .module__hero-content-slider--wrapper .button--tag.featured:before{background-color:#3a8c7b}.bg--mauve .module__hero-content-slider--wrapper,.bg--mauve .module__hero-content-slider--wrapper .button--tag.featured:before{background-color:#84344e}.bg--maroon .module__hero-content-slider--wrapper,.bg--maroon .module__hero-content-slider--wrapper .button--tag.featured:before{background-color:#9f2125}.bg--dark-cyan .module__hero-content-slider--wrapper,.bg--dark-cyan .module__hero-content-slider--wrapper .button--tag.featured:before{background-color:#0b7161}.bg--dark-grey .module__hero-content-slider--wrapper,.bg--dark-grey .module__hero-content-slider--wrapper .button--tag.featured:before{background-color:#333}div.module__hero-content-slider--favourite{margin-right:10px}div.module__hero-content-slider--favourite [class^=icon__heart]{position:relative;top:7px}.module__hero-content-slider--pager{z-index:500;position:absolute;bottom:25px;right:25px}@media screen and (min-width:1601px){.module__hero-content-slider--pager{bottom:60px;right:40px}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-content-slider--pager{bottom:40px;right:30px}}.module__hero-content-slider--pager .module__slideshow-pager a{width:10px;height:10px}.module__hero-content-slider--pager .module__slideshow-pager a+a{margin-left:10px}.module__hero-content-slider--pager .module__slideshow-pager a:after{border:1px solid #fff;color:transparent;background-color:transparent}.module__hero-content-slider--pager .module__slideshow-pager a.cycle-pager-active:after{background-color:#fff}.module__hero-content-slide{padding:25px}@media screen and (min-width:1601px){.module__hero-content-slide{width:550px;padding:60px 40px}}@media screen and (min-width:981px) and (max-width:1600px){.module__hero-content-slide{width:430px;padding:40px 30px}}.module__hero-content-slide--content{position:relative;padding-bottom:75px}.module__hero-content-slide--footer{position:absolute;width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #e2e2e2}.module__hero-content-slide--footer div{display:inline-block;vertical-align:top}.module__hero-content-slide--title{margin-top:30px;margin-bottom:25px}.module__hero-content-slide--title a{color:#fff;font-family:Arial,sans-serif;font-weight:400;font-size:4.8rem;line-height:6rem}.wf-worldlylight-n4-active .module__hero-content-slide--title a{font-family:Worldly Light,Open Sans,Arial,sans-serif}.module__hero-content-slide--title a:hover{color:#fff}.module__hero-content-slide--text{font-size:1.6rem;line-height:2.4rem}.module__banner{position:relative;background-color:#e1e1e1;overflow:hidden}@media screen and (min-width:981px){.module__banner{padding-top:35px}}.module__banner+.module__content-panel .module__content-panel--sidebar-content{margin-top:40px}.module__banner+div>.module__pathway-section{margin-top:70px}.module__banner.module__banner--circle+.module__content-panel .module__content-panel--sidebar-content.elastic-news{margin-top:0!important}.ct-element .module__banner{overflow:visible}.module__countdown-strip+.module__banner{margin-top:0!important}div:not(#student-notification,#breadcrumbs)+.module__banner{margin-top:80px;padding-top:0}div:not(#student-notification,#breadcrumbs)+.module__banner div:not(#student-notification,#breadcrumbs)+.module__banner-clip-triangle:before{border-left-width:300px;border-top-width:500px}#main-content>.module__banner:first-child{margin-bottom:0!important}#main-content>#breadcrumbs+.module__banner+div:not(.module__proof-point--container),#main-content>.module__banner:first-child+div:not(.module__proof-point--container){margin-top:40px}.module__proof-point--container+.module__banner{margin-top:0}.module__banner.module__banner--home{text-align:center;background-color:#fff;overflow:visible}.module .module__banner.module__banner--home{text-align:left}@media screen and (min-width:981px){div+.module__banner.module__banner--home .module__banner-image{height:500px}}div+.module__banner.module__banner--home .module__banner-content--wrapper:before{border-left:300px solid transparent;border-right:300px solid transparent;border-top:500px solid #fff}.module__banner.module__banner--home+div[class*=background]{margin-top:0!important}.module__banner.module__banner--home .module__banner-content--wrapper{padding:0 15px 45px;min-height:auto;height:500px}@media screen and (min-width:1601px){.module__banner.module__banner--home .module__banner-content--wrapper{margin-left:16.66666667%;width:25%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner.module__banner--home .module__banner-content--wrapper{margin-left:10%;width:30%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home .module__banner-content--wrapper{width:50%;height:434px;text-align:left}}@media screen and (max-width:740px){.module__banner.module__banner--home .module__banner-content--wrapper{padding:0 8px 30px;height:auto;text-align:left}}.module__banner.module__banner--home .module__banner-content--wrapper:before{position:absolute;bottom:0;left:50%;z-index:-1;margin:0 auto;width:calc(100% / 3 + 30px * 2);height:0;border-left:305px solid transparent;border-right:305px solid transparent;border-top:535px solid #fff;transform:translateX(-50%);content:""}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home .module__banner-content--wrapper:before{width:calc(100% / 8 + 30px * 2);border-left-color:#fff!important;border-right-width:235px!important;border-top-width:434px!important}}@media screen and (max-width:740px){.module__banner.module__banner--home .module__banner-content--wrapper:before{display:none}}.module__banner.module__banner--home .module__banner-image{margin:0;height:535px;background-position:100%}@media screen and (min-width:981px) and (max-width:1600px){.module__banner.module__banner--home .module__banner-image{background-position:calc(100% + 200px);width:calc(100% + 200px)}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home .module__banner-image{width:calc(100% + 200px);height:434px;background-position:calc(100% + 200px)}}@media screen and (max-width:740px){.module__banner.module__banner--home .module__banner-image{position:relative;height:220px}.module__banner.module__banner--home .module__banner-image:before{display:block;position:absolute;bottom:0;width:0;height:0;border-style:solid;border-width:55px 0 0 800px!important;border-color:transparent transparent transparent #fff;content:""}}.module__banner.module__banner--home .module__banner-buttons,.module__banner.module__banner--home .module__banner-description{margin-top:10px}div+.module__banner.module__banner--home-inverted .module__banner-content--wrapper:before{top:0;border-top:0;border-bottom:500px solid #fff}.module__banner.module__banner--home-inverted .module__banner-content--wrapper{padding:15px 15px 45px}.module__banner.module__banner--home-inverted .module__banner-content--wrapper:before{top:-35px;bottom:auto;border-top:0!important;border-bottom:535px solid #fff}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-inverted .module__banner-content--wrapper:before{top:0;border-bottom-width:434px!important}}.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{background-position:50%}@media screen and (min-width:981px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{height:500px}}@media screen and (min-width:1601px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{margin-right:8.33333333%;width:58.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{width:80%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{margin-right:-10%}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{margin-right:-20%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image{position:relative;padding:0;width:100%;height:320px;background-position:50%}.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image:before{display:block;position:absolute;bottom:0;width:0;height:0;border-style:solid;border-width:70px 0 0 1000px!important;content:""}}.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-image:before{border-color:transparent transparent transparent #fff}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-content--wrapper{padding:20px 8px 90px;width:100%;height:auto}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-content--wrapper:before{border-left-width:340px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-content--wrapper:before{display:none}}.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-content--wrapper:after{position:absolute;right:100%;width:50vw;height:100%;background-color:#fff;content:""}@media screen and (max-width:740px){.module__banner.module__banner--home-image-clipped.module__banner--home .module__banner-content--wrapper:after{display:none}}.module__banner.background--primary.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#0b7161}.module__banner.background--primary.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#0b7161}.module__banner.background--primary .module__banner-image:before{border-color:transparent transparent transparent #0b7161!important}.module__banner.background--primary .module__banner-content--wrapper{color:#fff}.module__banner.background--primary .module__banner-content--wrapper:before{border-top-color:#0b7161!important;border-bottom-color:#0b7161!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--primary .module__banner-content--wrapper:before{border-left-color:#0b7161!important}}.module__banner.background--primary .module__banner-content--wrapper:after{background-color:#0b7161!important}.module__banner.background--primary .module__banner-clip-triangle{background-color:#0b7161}.module__banner.background--primary .module__banner-clip-triangle:before{border-top-color:#0b7161}.module__banner.background--secondary.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#c74298}.module__banner.background--secondary.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#c74298}.module__banner.background--secondary .module__banner-image:before{border-color:transparent transparent transparent #c74298!important}.module__banner.background--secondary .module__banner-content--wrapper{color:#fff}.module__banner.background--secondary .module__banner-content--wrapper:before{border-top-color:#c74298!important;border-bottom-color:#c74298!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--secondary .module__banner-content--wrapper:before{border-left-color:#c74298!important}}.module__banner.background--secondary .module__banner-content--wrapper:after{background-color:#c74298!important}.module__banner.background--secondary .module__banner-clip-triangle{background-color:#c74298}.module__banner.background--secondary .module__banner-clip-triangle:before{border-top-color:#c74298}.module__banner.background--blue.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#007d98}.module__banner.background--blue.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#007d98}.module__banner.background--blue .module__banner-image:before{border-color:transparent transparent transparent #007d98!important}.module__banner.background--blue .module__banner-content--wrapper{color:#fff}.module__banner.background--blue .module__banner-content--wrapper:before{border-top-color:#007d98!important;border-bottom-color:#007d98!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--blue .module__banner-content--wrapper:before{border-left-color:#007d98!important}}.module__banner.background--blue .module__banner-content--wrapper:after{background-color:#007d98!important}.module__banner.background--blue .module__banner-clip-triangle{background-color:#007d98}.module__banner.background--blue .module__banner-clip-triangle:before{border-top-color:#007d98}.module__banner.background--yellow.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#ffd923}.module__banner.background--yellow.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#ffd923}.module__banner.background--yellow .module__banner-image:before{border-color:transparent transparent transparent #ffd923!important}.module__banner.background--yellow .module__banner-content--wrapper{color:#363635}.module__banner.background--yellow .module__banner-content--wrapper:before{border-top-color:#ffd923!important;border-bottom-color:#ffd923!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--yellow .module__banner-content--wrapper:before{border-left-color:#ffd923!important}}.module__banner.background--yellow .module__banner-content--wrapper:after{background-color:#ffd923!important}.module__banner.background--yellow .module__banner-clip-triangle{background-color:#ffd923}.module__banner.background--yellow .module__banner-clip-triangle:before{border-top-color:#ffd923}.module__banner.background--orange.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#ff9300}.module__banner.background--orange.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#ff9300}.module__banner.background--orange .module__banner-image:before{border-color:transparent transparent transparent #ff9300!important}.module__banner.background--orange .module__banner-content--wrapper{color:#363635}.module__banner.background--orange .module__banner-content--wrapper:before{border-top-color:#ff9300!important;border-bottom-color:#ff9300!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--orange .module__banner-content--wrapper:before{border-left-color:#ff9300!important}}.module__banner.background--orange .module__banner-content--wrapper:after{background-color:#ff9300!important}.module__banner.background--orange .module__banner-clip-triangle{background-color:#ff9300}.module__banner.background--orange .module__banner-clip-triangle:before{border-top-color:#ff9300}.module__banner.background--charcoal.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#363635}.module__banner.background--charcoal.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#363635}.module__banner.background--charcoal .module__banner-image:before{border-color:transparent transparent transparent #363635!important}.module__banner.background--charcoal .module__banner-content--wrapper{color:#fff}.module__banner.background--charcoal .module__banner-content--wrapper:before{border-top-color:#363635!important;border-bottom-color:#363635!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--charcoal .module__banner-content--wrapper:before{border-left-color:#363635!important}}.module__banner.background--charcoal .module__banner-content--wrapper:after{background-color:#363635!important}.module__banner.background--charcoal .module__banner-clip-triangle{background-color:#363635}.module__banner.background--charcoal .module__banner-clip-triangle:before{border-top-color:#363635}.module__banner.background--turqious.module__banner--home-animated-bg .module__banner-content--wrapper:before{border-right-color:#0b7161}.module__banner.background--turqious.module__banner--home-animated-bg .module__banner-content--wrapper:after{background-color:#0b7161}.module__banner.background--turqious .module__banner-image:before{border-color:transparent transparent transparent #0b7161!important}.module__banner.background--turqious .module__banner-content--wrapper{color:#fff}.module__banner.background--turqious .module__banner-content--wrapper:before{border-top-color:#0b7161!important;border-bottom-color:#0b7161!important}@media screen and (min-width:741px) and (max-width:980px){.module__banner.background--turqious .module__banner-content--wrapper:before{border-left-color:#0b7161!important}}.module__banner.background--turqious .module__banner-content--wrapper:after{background-color:#0b7161!important}.module__banner.background--turqious .module__banner-clip-triangle{background-color:#0b7161}.module__banner.background--turqious .module__banner-clip-triangle:before{border-top-color:#0b7161}.module__banner.module__banner--dark{background-color:#363635}.module__banner.module__banner--dark.module__banner--circle .module__banner-image--wrapper{border-left:1px solid #363635}.module__banner.module__banner--dark .module__banner-content,.module__banner.module__banner--dark a,.module__banner.module__banner--dark a.breadcrumbs__link{color:#fff}.module__banner.module__banner--dark a:focus,.module__banner.module__banner--dark a:hover{text-decoration:none}.module__banner.module__banner--dark .module__banner-description{color:#e1e1e1}@media screen and (max-width:980px){.module__banner.module__banner--dark .module__banner-description.register-button{max-width:300px}}@media screen and (min-width:981px){.module__banner.module__banner--dark .module__banner-description.register-button{max-width:225px}}@media screen and (min-width:1201px){.module__banner.module__banner--dark .module__banner-description.register-button{max-width:300px}}@media screen and (min-width:1601px){.module__banner.module__banner--dark .module__banner-description.register-button{max-width:400px}}.module__banner.module__banner--dark .breadcrumbs,.module__banner.module__banner--dark .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner.module__banner--dark svg path{fill:#363635!important}.module__banner.module__banner--dark .module__banner-feature{background-color:#363635}.module__banner.module__banner--dark .module__banner-triangle:before{border-color:#363635 transparent transparent}.module__banner.module__banner--dark .module__banner-shape-element.cell{background-color:#363635}.module__banner.module__banner--dark .module__banner-shape-element.cell svg{border-left:1px solid #363635}div+.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper:before{top:0;border-top:0;border-right-color:#fff;border-bottom:500px solid #fff}div+.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper:after{top:0;height:500px}.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper{position:relative;padding:15px 15px 45px;z-index:0}@media screen and (min-width:1601px){.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper{margin-left:58.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper{margin-left:60%;width:40%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper{margin-left:62.5%;width:37.5%}}.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper:before{top:-35px;bottom:auto;padding-left:80px;border-top:0!important;border-left-width:250px;border-right-color:#fff;border-bottom:535px solid #fff}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper:before{top:0;padding-left:120px;border-bottom-width:434px!important;border-left:200px solid transparent!important}}.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper:after{position:absolute;top:-35px;left:100%;width:50vw;height:535px;background-color:#fff}@media screen and (min-width:981px){.module__banner.module__banner--home-animated-bg .module__banner-content--wrapper:after{content:""}}.module__banner.module__banner--home-animated-bg .module__banner-image{max-width:100%;overflow:hidden;background-position:50%!important}.module .module__banner.module__banner--home-animated-bg .module__banner-image{height:535px}@media screen and (min-width:741px){.module__banner.module__banner--home-animated-bg .module__banner-image{position:absolute;top:0;left:0;height:100%}}@media screen and (min-width:1601px){.module__banner.module__banner--home-animated-bg .module__banner-image{width:calc(50% - 710.5px + 947.33336px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner.module__banner--home-animated-bg .module__banner-image{width:calc(50% - 510.5px + 694.28px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--home-animated-bg .module__banner-image{width:calc(50% - 410.5px + 558.28px)}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--home-animated-bg .module__banner-image{width:calc(50% - 354.5px + 487.4375px)}}@media screen and (max-width:740px){.module__banner.module__banner--home-animated-bg .module__banner-image{height:320px}.module__banner.module__banner--home-animated-bg .module__banner-image:before{z-index:1}}.module__banner.module__banner--home-animated-bg .module__banner-content{text-align:left}@media screen and (min-width:741px){.module__banner--detailed .module__banner-content--wrapper{padding:55px 0}}@media screen and (min-width:741px){.module__banner--no-breadcrumb .module__banner-content--wrapper{min-height:441px}}.module__banner.module__banner--half-split{background-color:#363635;overflow:visible}@media screen and (max-width:740px){.module__banner.module__banner--half-split{background-color:#fff!important}}@media screen and (min-width:741px){.module__banner.module__banner--half-split.background--grey-med-light .module__banner-content--wrapper,.module__banner.module__banner--half-split.background--white .module__banner-content--wrapper{color:#363635}}.module__banner.module__banner--half-split.background--white .module__banner-triangle:before{border-color:#fff transparent transparent}.module__banner.module__banner--half-split.background--grey-med-light .module__banner-triangle:before{border-color:#e1e1e1 transparent transparent}@media screen and (max-width:740px){.module__banner.module__banner--half-split.background--charcoal .module__banner-content--wrapper{color:#363635}}@media screen and (max-width:740px){.module__banner.module__banner--half-split .module__banner-content--wrapper{padding-top:10px;padding-bottom:40px}}@media screen and (min-width:741px){.module__banner.module__banner--half-split .module__banner-content--wrapper{height:0;min-height:500px;color:#fff}}@media screen and (min-width:1601px){.module__banner.module__banner--half-split .cell.cell--3-col{width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner.module__banner--half-split .cell.cell--3-col{width:40%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--half-split .cell.cell--3-col{width:45%}}@media screen and (max-width:740px){.module__banner.module__banner--half-split .cell.cell--3-col{margin-left:0;width:100%}}.module__banner.module__banner--half-split .module__banner-feature{width:100%}@media screen and (min-width:1601px){.module__banner.module__banner--half-split .module__banner-feature{width:calc(50% - 710.5px + 828.91669px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner.module__banner--half-split .module__banner-feature{width:calc(50% - 510.5px + 612.5999999999999px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--half-split .module__banner-feature{width:calc(50% - 410.5px + 492.59999999999997px)}}@media screen and (max-width:980px){.module__banner.module__banner--half-split .module__banner-feature{display:block}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--half-split .module__banner-feature{width:55%}}@media screen and (max-width:740px){.module__banner.module__banner--half-split .module__banner-feature{position:relative;height:350px}.module__banner.module__banner--half-split .module__banner-feature:before{position:absolute;bottom:0;display:block;width:0;height:0;border-style:solid;border-width:55px 0 0 800px;border-color:transparent transparent transparent #fff;z-index:1;content:""}}.module__banner.module__banner--half-split .module__banner-image--wrapper{display:block;width:100%}.module__banner.module__banner--half-split .module__banner-image--wrapper img{margin:0;top:auto;bottom:0;right:auto;left:20%;width:316px;max-width:55%}@media screen and (min-width:981px) and (max-width:1600px){.module__banner.module__banner--half-split .module__banner-image--wrapper img{left:25%;width:276px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--half-split .module__banner-image--wrapper img{left:30%;width:249px}}@media screen and (max-width:740px){.module__banner.module__banner--half-split .module__banner-image--wrapper img{left:0;right:0;margin:0 auto;width:258px}}.module__banner.module__banner--half-split .module__banner-triangle:before{border-width:1400px 600px 0 0;border-color:#363635 transparent transparent}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--half-split .module__banner-triangle:before{border-width:1400px 450px 0 0}}.module__banner.module__banner--half-split .module__banner-title strong{margin-top:20px}.module__banner.module__banner--half-split .module__banner-buttons .button{margin-right:0;width:100%}.module__banner.module__banner--half-split .module__banner-buttons .button span{position:relative;padding-left:30px;display:inline-block;word-break:break-word}.module__banner.module__banner--half-split .module__banner-buttons .button span.no-icon{padding-left:0}.module__banner.module__banner--half-split .module__banner-buttons .button i{position:absolute;top:-4px;left:0;font-size:2.2rem}.module .module__banner.module__banner--half-split .module__banner-feature{width:50%!important}.module .module__banner.module__banner--half-split .module__banner-quick-links--wrapper>div{width:30%;color:#fff}.module__banner.module__banner--half-split+* .module__banner-quick-links{margin-top:40px;margin-bottom:40px}@media screen and (min-width:741px) and (max-width:980px){.module__banner--feature-image .cell--6-col{width:87.5%}}.module__banner--no-image{margin-bottom:50px}@media screen and (min-width:741px){.module__banner--no-image{margin-bottom:70px;overflow:visible}}@media screen and (min-width:741px){.module__banner--no-image.module__banner--no-breadcrumb .module__banner-content--wrapper{padding:45px 0;min-height:344px;height:0}}@media screen and (min-width:981px){.module__banner--no-image.module__banner--campaign .module__banner-content--wrapper{padding:70px 0}}.module__banner--no-image.module__banner--unset-minheight .module__banner-content--wrapper{height:auto!important}@media screen and (min-width:981px){.module__banner--no-image.module__banner--circle{padding-top:0;margin-top:35px}}.module__banner--no-image .module__banner-feature{background-color:#e1e1e1}.module__banner--no-image .module__banner-image--wrapper{background-color:#fff;width:100%}@media screen and (min-width:741px){.module__banner--no-image .module__banner-shape-element.cell:before{top:0;height:calc(100% + .5px)}}.module__banner.module__banner--full-width-image{background-color:#fff;max-width:100%;min-height:280px;height:0}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--full-width-image{min-height:230px}}@media screen and (max-width:740px){.module__banner.module__banner--full-width-image{min-height:160px}}.module__banner.module__banner--full-width-image+div[class*=background]{margin-top:0}.module__banner.module__banner--full-width-image .module__banner-image{position:absolute;margin:0;top:0;left:0;width:100%;max-width:100%;height:100%;background-size:cover}.module__banner.module__banner--full-width-image .module__banner-image svg{position:absolute;top:0;right:0}@media screen and (max-width:740px){.module__banner.module__banner--full-width-image .module__banner-image svg{display:none}}.module__banner.module__banner--full-width-image .module__banner-image svg path{fill:#fff!important}@media screen and (min-width:1601px){.module__banner.module__banner--full-width-image.module__banner--circle .module__banner-image,.module__banner.module__banner--full-width-image.module__banner--triangle .module__banner-image{width:calc(50% - 710.5px + 1184.1667px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner.module__banner--full-width-image.module__banner--circle .module__banner-image,.module__banner.module__banner--full-width-image.module__banner--triangle .module__banner-image{width:calc(50% - 510.5px + 918.9px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--full-width-image.module__banner--circle .module__banner-image,.module__banner.module__banner--full-width-image.module__banner--triangle .module__banner-image{width:calc(50% - 410.5px + 738.9px)}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--full-width-image.module__banner--circle .module__banner-image,.module__banner.module__banner--full-width-image.module__banner--triangle .module__banner-image{width:calc(50% - 354.5px + 709px)}}.module__banner.module__banner--triangle .module__banner-triangle:before{top:0;left:auto;bottom:auto;right:0;border-style:solid;border-width:0 0 1400px 800px;border-color:transparent transparent #fff}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner.module__banner--triangle .module__banner-triangle:before{border-width:0 0 1400px 650px}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--triangle .module__banner-triangle:before{border-width:0 0 1400px 550px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--triangle .module__banner-triangle:before{border-width:0 0 1400px 450px}}.module__banner.module__banner--search{margin-bottom:0;background-color:#f5f5f5}@media screen and (max-width:980px){.module__banner.module__banner--search{margin-bottom:20px}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--search>.grid .cell--offset-1-col{margin-left:0}}.module__banner.module__banner--search .module__banner-content{padding:40px 0 45px}@media screen and (min-width:981px){.module__banner.module__banner--search .module__banner-content{padding:60px 0 140px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--search .module__banner-content{padding:65px 0 75px}}.module__banner.module__banner--search .module__banner-content.no-roundel{padding-bottom:40px!important;padding-top:0!important}.module__banner.module__banner--search .module__banner-content--wrapper{padding:0}@media screen and (min-width:741px){.module__banner.module__banner--search .module__banner-content--wrapper{min-height:244px;height:0}}.module__banner.module__banner--search .module__banner-content h1{color:#c74298}.module__banner.module__banner--search .module__banner-content .module__banner-title--sub{font-size:2.2rem}.module__banner.module__banner--search .module__banner-feature{background-color:#f5f5f5}@media screen and (min-width:1201px){.module__banner.module__banner--search-promo .grid{display:flex;align-items:center}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--search-promo .cell--6-col{width:100%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--search-promo .cell--6-col{width:100%}}.module__banner.module__banner--search-promo .module__banner-content{padding:50px 0 35px!important}@media screen and (max-width:740px){.module__banner.module__banner--search-promo .module__banner-content{padding:40px 0 45px!important}}.module__banner.module__banner--search-promo .module__banner-content .module__banner-title--sub{font-weight:600}.module__banner.module__banner--search-promo .module__banner-content--wrapper{width:100%}.module__banner.module__banner--search-promo .module__banner-content h1{color:#363635}.module__banner.module__banner--search-promo .module__banner-content ul{margin:0}.module__banner.module__banner--search-promo .module__banner-content li{padding-left:15px;margin:10px 0 10px 8px}.module__banner.module__banner--search-promo .module__banner-content .h2{margin-top:45px;margin-bottom:0}@media screen and (max-width:740px){.module__banner.module__banner--search-promo .module__banner-content .h2{margin-top:25px}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner.module__banner--search-promo .cell--4-col{width:60%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--search-promo .cell--4-col{width:75%}}.module__banner.module__banner--search-promo .search-query-text{color:#0b7161;font-weight:600}.module__banner.module__banner--search-promo .module__banner-promo-text span{display:block}@media screen and (min-width:981px){.module__banner.module__banner--search-promo .module__banner-description~.h2{margin-bottom:60px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--search-promo .module__banner-description~.h2{margin-bottom:35px}}.module__banner.module__banner--course-search{padding-top:0;background-color:#f5f5f5}@media screen and (min-width:1201px){.module__banner.module__banner--course-search--undergrad .search__bar--input{width:calc(75% - 240px)}}.module__banner.module__banner--course-search .module__banner-title h2{font-family:Arial,sans-serif;color:#c74298;font-size:3.4rem;line-height:4.6rem}.wf-worldlylight-n4-active .module__banner.module__banner--course-search .module__banner-title h2{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__banner.module__banner--course-search .module__banner-title h2{font-size:2.6rem;line-height:3.6rem}.module__banner.module__banner--course-search .module__banner-title h2 br{display:none}}.module__banner.module__banner--course-search .module__banner-content--wrapper{min-height:280px;width:100%;z-index:3}@media screen and (max-width:740px){.module__banner.module__banner--course-search .module__banner-content--wrapper{padding:30px 0;min-height:auto}}.module__banner.module__banner--course-search .module__banner-shape-element.cell{background-color:#f5f5f5}.module__banner.module__banner--course-search .module__banner-shape-element.cell svg{border-left:1px solid #f5f5f5}.module__banner.module__banner--course-search .module__banner-shape-element.cell svg path{fill:#f5f5f5}.module__banner.module__banner--course-search .search__bar{margin:0;padding:0;width:100%}.module__banner.module__banner--course-search .search__bar--buttons{margin-top:9px}@media screen and (max-width:740px){.module__banner.module__banner--course-search .search__bar--buttons{float:left;margin-top:18px;width:100%;text-align:center}}.module__banner.module__banner--course-search .search__bar--input{z-index:1}@media screen and (max-width:740px){.module__banner.module__banner--course-search .search__bar--input{width:100%}}@media screen and (min-width:981px){.module__banner.module__banner--course-search .search__bar [class^=icon]{left:-40px}}@media screen and (max-width:740px){.module__banner.module__banner--course-search .search__bar [class^=icon]{top:10px}}.module__banner.module__banner--course-search .search__bar input[type=text]{padding-bottom:9px;font-size:2.2rem;background-color:transparent;border-bottom:1px solid #ccc}@media screen and (min-width:981px){.module__banner.module__banner--course-search .search__bar input[type=text]{padding-left:0}}@media screen and (max-width:740px){.module__banner.module__banner--course-search .search__bar input[type=text]{font-size:1.6rem;line-height:1rem}}.module__banner.module__banner--course-search .search__bar input[type=text]:focus{border-bottom:1px solid #0b7161}.module__banner.module__banner--course-search .search__bar input[type=submit]{float:left;width:20%;height:40px;line-height:4rem}@media screen and (max-width:740px){.module__banner.module__banner--course-search .search__bar input[type=submit]{float:none;display:block;width:114px;margin:0 auto}}.module__banner.module__banner--course-search .search__bar a{display:inline-block;line-height:4rem}@media screen and (min-width:1201px){.module__banner.module__banner--course-search .search__bar a{padding-left:30px}}.module__banner.module__banner--course-detail .module__banner-image{border-radius:0 250px 250px 0}@media screen and (min-width:741px) and (max-width:980px){.module__banner.module__banner--course-detail .module__banner-image{width:calc(50% - 354.5px + 709px)}}@media screen and (max-width:740px){.module__banner.module__banner--course-detail .module__banner-image{width:calc(50% - 256.5px + 513px)}}@media screen and (max-width:544px){.module__banner.module__banner--course-detail .module__banner-image{width:calc(100% - 40px)}}.module__banner--unset-minheight .module__banner-content--wrapper{display:block;min-height:auto!important}.module__banner.module__banner--key-info{margin-top:0;color:#fff;background-color:#007d98;overflow:hidden}@media screen and (min-width:741px){.module__banner.module__banner--key-info .grid{margin-top:-40px;padding-top:40px}}.module__banner.module__banner--key-info .module__banner-shape-element.cell{background-color:#007d98}.module__banner.module__banner--key-info .module__banner-shape-element.cell svg{border-left:1px solid #007d98}.module__banner.module__banner--key-info .module__banner-shape-element.cell path{fill:#007d98}.module__banner.module__banner--key-info .module__banner-feature{background-color:transparent}.module__banner--pathway-finder{margin-bottom:70px}.module__banner-submodule{padding:20px 10px}@media screen and (min-width:741px){.module__banner-submodule{height:100%}}.module__banner-submodule--wrapper{display:flex;justify-content:space-between;margin-top:25px}@media screen and (max-width:740px){.module__banner-submodule--wrapper{margin-top:0;flex-direction:column}}.module__banner-submodule--wrapper>*{margin-left:8px;margin-right:8px;flex:1}@media screen and (min-width:981px){.module__banner-submodule--wrapper>*{margin-left:15px;margin-right:15px}}@media screen and (max-width:740px){.module__banner-submodule--wrapper>*{margin-top:20px;margin-left:0;margin-right:0}}.module__banner-submodule--white{background-color:#fff;border-radius:20px}.module__banner-submodule-title{font-weight:800}.module__banner-submodule-title+p{margin-top:10px}@media screen and (min-width:741px){.module__banner-content{display:table-cell;vertical-align:middle}}.module__banner-content--wrapper{padding:30px 0 20px}@media screen and (min-width:741px){.module__banner-content--wrapper{position:relative;padding:20px 0;z-index:2;display:table;min-height:397px;height:0;width:100%}}.module__banner-title--sub{font-family:Arial,sans-serif;margin-top:20px;font-size:2rem;line-height:2.8rem}.wf-worldlyregular-n4-active .module__banner-title--sub{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__banner-title--sub{font-size:1.8rem;line-height:2.4rem}}.module__banner-title--sub+strong{display:block;margin-top:15px}.module__banner-title.module__banner-title--large .module__banner-title--sub{margin-top:30px;font-size:2.6rem;line-height:3.6rem}@media screen and (max-width:740px){.module__banner-title.module__banner-title--large .module__banner-title--sub{font-size:1.8rem;line-height:2.8rem}}.module__banner-title strong{display:inline-block;margin-top:10px;font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-weight:600}.wf-opensans-n4-active .module__banner-title strong{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__banner-title strong{margin-top:5px;font-size:1.4rem}}.module__banner-title-cta{font-family:Arial,sans-serif;margin-top:10px;font-size:5.6rem;line-height:5.6rem}.wf-worldlyregular-n4-active .module__banner-title-cta{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (min-width:1601px){.module__banner-title-cta{font-size:7.2rem;line-height:7.2rem}}@media screen and (max-width:740px){.module__banner-title-cta{font-size:4.4rem;line-height:4.4rem}}.module__banner-description{margin-top:20px}@media screen and (max-width:740px){.module__banner-description{margin-top:30px}}.module__banner-description--additional{margin-top:30px}.module__banner-description--additional:after,.module__banner-description--additional:before{content:" ";display:table}.module__banner-description--additional:after{clear:both}.module__banner-description--additional .button{float:left;clear:both}.module__banner-description--additional .button+.button{margin-top:10px}.module__banner-description *+p,.module__banner-description p+*{margin-top:15px}.module__banner-description p{font-size:1.5rem}@media screen and (max-width:740px){.module__banner-description p{font-size:1.4rem}}.module__banner-description-share-course{display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;row-gap:1.5rem;margin-top:4rem!important}@media screen and (max-width:740px){.module__banner-description-share-course{flex-direction:column;row-gap:0}}.module__banner-description-share-course .toggle__wrapper{flex-grow:2;flex-shrink:0;display:flex;align-items:center}.module__banner-description-share-course .toggle__wrapper a{font-weight:var(--font--semibold,600)}.module__banner-description-share-course .toggle__wrapper p{margin-top:4px}.module__banner-description-share-course .toggle__wrapper .course--toggle{display:flex;flex-direction:row;align-items:center;font-weight:600;text-align:center}.module__banner-description-share-course .toggle__wrapper .course--toggle a,.module__banner-description-share-course .toggle__wrapper .course--toggle span{text-decoration:none!important}.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title],.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title]{position:relative}.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title].intl:before,.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title].intl:before{left:20%}.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title].intl:after,.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title].intl:after{left:17%}.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title]:after,.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title]:after{content:attr(data-title);background-color:#fff;font-size:1.2rem;line-height:1.4rem;color:#363635;padding:2px 8px;width:15rem;opacity:0;visibility:hidden;position:absolute;transform:translateY(-110%);font-weight:400;border-radius:4px;text-align:left;left:13%;top:0;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);z-index:9}.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title]:before,.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title]:before{visibility:hidden;opacity:0;border:.4rem solid transparent;border-top-color:#fff;content:"";position:absolute;top:-4px;left:14%;width:0;height:0;z-index:10}.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title]:hover:after,.module__banner-description-share-course .toggle__wrapper .course--toggle a[data-title]:hover:before,.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title]:hover:after,.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title]:hover:before{opacity:1;transition:all .1s ease .2s;visibility:visible}.module__banner-description-share-course .toggle__wrapper .course--toggle span[data-title]:before{top:-5px}.module__banner-description-share-course .toggle__wrapper .course--toggle-button{width:15rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}@media screen and (min-width:981px) and (max-width:1600px){.module__banner-description-share-course .toggle__wrapper .course--toggle-button{width:14rem}}.module__banner-description-share-course .toggle__wrapper .course--toggle-button span{display:inline-block;border:1px solid #fff;height:14px;width:14px;border-radius:50%;align-self:center;position:relative}.module__banner-description-share-course .toggle__wrapper .course--toggle-button span:before{content:"";height:7px;width:7px;border-radius:50%;background-color:#fff;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.module__banner-description-share-course .toggle__wrapper .course--toggle>:first-child{padding:10px 8px 10px 20px;border-radius:22px 0 0 22px}@media screen and (min-width:981px) and (max-width:1600px){.module__banner-description-share-course .toggle__wrapper .course--toggle>:first-child{padding:10px 6px 10px 18px}}.module__banner-description-share-course .toggle__wrapper .course--toggle>:nth-child(2){padding:10px 20px 10px 8px;border-radius:0 22px 22px 0}@media screen and (min-width:981px) and (max-width:1600px){.module__banner-description-share-course .toggle__wrapper .course--toggle>:nth-child(2){padding:10px 18px 10px 6px}}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .selected{background-color:#363635;border:1px solid #fff}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected{background-color:#fff;border:1px solid #fff;color:#363635}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected span{border-color:#363635}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected:focus,.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected:hover{background-color:#8a8a8a;border:1px solid #8a8a8a;color:#fff}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected:focus span,.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected:hover span{border-color:#fff}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .unselected span:before{display:none}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .disabled{background-color:#e1e1e1;border:1px solid #e1e1e1;color:#363635}.module__banner-description-share-course .toggle__wrapper .course--toggle.domestic .disabled span{display:none}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .selected{background-color:#363635;border:1px solid #363635;color:#fff}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected{background-color:#fff;color:#363635;border:1px solid #363635}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected:focus,.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected:hover{background-color:#8a8a8a;border:1px solid #8a8a8a;color:#fff}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected:focus span,.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected:hover span{border:1px solid #fff}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected span{color:#363635;border:1px solid #363635}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .unselected span:before{display:none}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .disabled{background-color:#e1e1e1;color:#363635;border:1px solid #363635}.module__banner-description-share-course .toggle__wrapper .course--toggle.international .disabled span{display:none}.module__banner-description-share-course .share__wrapper{--sharethis-icon-size:3rem;--sharethis-tooltip-bottom-position:calc(var(--sharethis-tooltip-arrow-size) + var(--sharethis-icon-size));--sharethis-tooltip-left-position:-0.1rem;position:relative;display:flex;flex-direction:row;justify-content:flex-end;flex-grow:1;gap:1.2rem}@media screen and (max-width:1200px){.module__banner-description-share-course .share__wrapper{--sharethis-tooltip-text:none;--sharethis-tooltip-left-position:50%;--sharethis-tooltip-transform:translateX(-50%)}}@media screen and (min-width:1201px){.module__banner-description-share-course .share__wrapper{padding-top:4px}}@media screen and (max-width:740px){.module__banner-description-share-course .share__wrapper{align-items:flex-end;transform:translateY(10px)}}.module__banner-description-share-course .share__wrapper .related-item--favourite,.module__banner-description-share-course .share__wrapper .related-item--share{margin:0;position:relative}@media screen and (max-width:740px){.module__banner-description-share-course .share__tooltip{left:-117px}.module__banner-description-share-course .share__tooltip:after,.module__banner-description-share-course .share__tooltip:before{left:135px}}@media screen and (max-width:740px){.module__banner-description-share-course .saved__tooltip:after,.module__banner-description-share-course .saved__tooltip:before{right:16px;left:inherit}}.module__banner-description-share-course .saved__tooltip a{color:#0b7161}@media screen and (min-width:1201px){.module__banner-description-share-course .saved__tooltip{left:44px}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner-description-share-course .saved__tooltip{left:0}}@media screen and (min-width:741px) and (max-width:980px){.module__banner-description-share-course .saved__tooltip{width:140px;left:-1px}}@media screen and (max-width:740px){.module__banner-description-share-course .saved__tooltip{right:-7px;left:inherit}}.module__banner-description-share-course .share_button:after{font-family:DeakinIcons;content:"\ea54";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.module__banner-description-share-course .share_button:before{content:"Share:"}.module__banner-description-share-course .share_button:after{transform:translateY(-3px)}.module__banner-description-share-course .save_button:after{font-family:DeakinIcons;content:"\ea2b";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.module__banner-description-share-course .save_button.saved:after{font-family:DeakinIcons;content:"\ea2c";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.module__banner-description-share-course .save_button:before{content:"Save and compare:"}.module__banner-description-share-course .save_button:after{transform:scale(.9)}.module__banner-description-share-course .save_button,.module__banner-description-share-course .share_button{display:inline-flex;place-items:center;place-content:center;gap:.5rem;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}@media screen and (max-width:1200px){.module__banner-description-share-course .save_button:before,.module__banner-description-share-course .share_button:before{content:none}}.module__banner-description-share-course .save_button:after,.module__banner-description-share-course .share_button:after{width:3rem;height:3rem;font-size:3rem;line-height:1;margin:0;padding:0;display:inline-flex;place-content:center;place-items:center;text-align:center}.module__banner-description-share-course .international .save_button:after,.module__banner-description-share-course .international .share_button:after{color:#1a8095}@media screen and (min-width:1201px){.module__banner-description-share-course .international .saved__tooltip{left:3.5rem}}.module__banner-disclaimer{font-size:1.4rem;font-style:italic;line-height:2.1rem}@media screen and (max-width:740px){.module__banner-disclaimer{font-size:1.2rem;line-height:2rem}}.module__banner-feature{position:absolute;top:0;right:0;height:100%}@media screen and (min-width:1601px){.module__banner-feature{width:calc(50% - 710.5px + 473.66668px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner-feature{width:calc(50% - 510.5px + 408.4px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner-feature{width:calc(50% - 410.5px + 328.4px)}}@media screen and (max-width:980px){.module__banner-feature{display:none}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--no-image .module__banner-feature{display:block;width:calc(50% - 354.5px + 159.525px)}}.module__banner-image{position:absolute;top:0;right:0;bottom:0;margin:auto;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.module__banner-image--wrapper{position:relative;width:100%;height:100%;overflow:hidden}@media screen and (min-width:1601px){.module__banner-image--wrapper{position:absolute;right:0;width:592.08333px}}@media screen and (max-width:740px){.module__banner-image--wrapper{display:none}}.module__banner--circle .module__banner-image--wrapper{border-left:1px solid #e1e1e1}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--circle .module__banner-image--wrapper{margin-left:auto;width:408.4px}}@media screen and (min-width:1601px){.module__banner--circle .module__banner-image--wrapper{width:473.66667px}}@media screen and (min-width:1201px) and (max-width:1600px){.module .module__banner-image--wrapper{width:400px}}@media screen and (min-width:981px) and (max-width:1200px){.module .module__banner-image--wrapper{width:340px}}@media screen and (max-width:980px){.module__banner-image--clip-wrapper.grid{padding:0;max-width:100%}}.module__banner-image--align-left{background-position:0}.module__banner-image--align-center{background-position:50%}.module__banner-image--align-right{background-position:100%}.module__banner-image img{position:absolute;top:0;right:10%;bottom:0;margin:auto;max-width:55%}.module__banner--circle .module__banner-image{overflow:hidden}.module__banner--circle .module__banner-image svg{height:100%}.module__banner--circle .module__banner-image svg path{fill:#e1e1e1}.module__banner--circle .module__banner-image img{right:0;left:0;max-width:80%}.module__banner-image-layer{position:absolute;top:0;left:0;right:0;margin:0 auto;height:100%;background-size:contain;background-position:bottom;background-repeat:no-repeat;z-index:1}@media screen and (min-width:1601px){.module__banner-image-layer{margin-left:.33333333%;width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner-image-layer{margin-left:0;width:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner-image-layer{margin-left:-12.5%;width:50%}}@media screen and (max-width:740px){.module__banner-image-layer{top:auto;bottom:100%;margin-left:16px;width:280px;height:300px;z-index:0}}.module__banner-triangle{position:relative;padding-left:100%;width:0;height:100%}@media screen and (max-width:740px){.module__banner-triangle{display:none}}.module__banner-triangle:before{display:block;position:absolute;bottom:0;left:0;width:0;height:0;border-style:solid;border-width:1400px 800px 0 0;border-color:#e1e1e1 transparent transparent;content:""}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner-triangle:before{border-width:1400px 650px 0 0}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner-triangle:before{border-width:1400px 550px 0 0}}@media screen and (min-width:741px) and (max-width:980px){.module__banner-triangle:before{border-width:1400px 450px 0 0}}.module__banner-clip-triangle{position:absolute;top:0;right:0;height:100%;background-color:#fff}@media screen and (min-width:1601px){.module__banner-clip-triangle{width:calc(50% - 710.5px + 177.625005px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner-clip-triangle{width:calc(50% - 510.5px + -51.05px)}}@media screen and (max-width:1200px){.module__banner-clip-triangle{display:none}}.module__banner-clip-triangle:before{position:absolute;top:0;right:100%;border-left:320px solid transparent;border-top:535px solid #fff;content:""}.module__banner-shape-element.cell{position:absolute;top:0;left:0;height:100%;background-color:#e1e1e1;z-index:1}@media screen and (max-width:740px){.module__banner-shape-element.cell{display:none}}.module__banner-shape-element.cell:before{position:absolute;left:17px;width:50vw;height:100%;background-color:#fff;z-index:-1;content:""}.module__banner-shape-element.cell svg{border-left:1px solid #e1e1e1;height:100%}.module__banner-shape-element.cell svg path{fill:#e1e1e1}.module__banner-buttons{margin-top:15px}.module__banner-buttons+.module__banner-description{margin-top:30px}.module__banner-buttons .button{margin:10px 20px 0 0;min-width:auto;color:#fff}@media screen and (max-width:740px){.module__banner-buttons .button{width:100%}}.module__banner-description+.module__banner-buttons{margin-top:20px}.module__banner-file-link{position:relative}.module__banner-file-link+.module__banner-file-link{margin-top:10px}.module__banner-file-link--wrapper{margin-top:20px}.module__banner-file-link .icon__pagination--right{position:absolute;left:0;box-sizing:content-box;padding-right:1px;border-right:1px solid #0b7161;transform:rotate(90deg)}.module__banner--dark .module__banner-file-link .icon__pagination--right{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-210px -120px;display:inline-block;vertical-align:top;content:"";width:22px;height:20px;border-right:1px solid #fff;transform:rotate(90deg)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__banner--dark .module__banner-file-link .icon__pagination--right{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__banner-file-link a{display:inline-block;padding-left:36px}.module__banner-key-info{position:relative;float:left;padding-right:60px;width:33.33333333%}@media screen and (min-width:1601px){.module__banner-key-info{padding-right:80px}}@media screen and (max-width:740px){.module__banner-key-info{padding-right:0;margin-bottom:20px;width:100%;border-bottom:1px solid hsla(0,0%,100%,.3)}.module__banner-key-info:last-child{margin-bottom:0;border:0}}.module__banner-key-info:before{position:absolute;top:15px;right:30px;width:0;height:88px;border-right:1px solid #fff;opacity:.3;content:""}@media screen and (min-width:1601px){.module__banner-key-info:before{right:40px}}@media screen and (max-width:740px){.module__banner-key-info:before{display:none}}.module__banner-key-info:last-child:before{display:none}.module__banner-key-info__container{position:relative;padding:50px 0 25px;width:95%;z-index:2}.module__banner-key-info__container:after,.module__banner-key-info__container:before{content:" ";display:table}.module__banner-key-info__container:after{clear:both}@media screen and (max-width:740px){.module__banner-key-info__container{padding:30px 0 5px}}.module__banner-key-info__title{font-family:Arial,sans-serif;font-size:2.8rem;line-height:2.8rem}.wf-worldlylight-n4-active .module__banner-key-info__title{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (min-width:1601px){.module__banner-key-info__title{font-size:3.6rem;line-height:4.6rem}}@media screen and (max-width:740px){.module__banner-key-info__title{font-size:2rem;line-height:2.6rem}}.module__banner-key-info .h2{margin-top:10px;opacity:.8}@media screen and (max-width:740px){.module__banner-key-info .h2{margin-top:5px}}@media screen and (max-width:740px){.module__banner-icon-link{float:left;clear:both}}.module__banner-promo{position:relative;margin-top:40px;margin-bottom:40px}@media screen and (max-width:1200px){.module__banner-promo{display:none}}.module__banner-promo--primary{color:#fff}.module__banner-promo--primary svg{fill:#0b7161}.module__banner-promo--secondary{color:#fff}.module__banner-promo--secondary svg{fill:#c74298}.module__banner-promo--blue,.module__banner-promo--teal{color:#fff}.module__banner-promo--blue svg,.module__banner-promo--teal svg{fill:#007d98}.module__banner-promo--yellow svg{fill:#ffd923}.module__banner-promo--orange svg{fill:#ff9300}.module__banner-promo--charcoal{color:#fff}.module__banner-promo--charcoal svg{fill:#363635}.module__banner-promo--grey svg{fill:#e1e1e1}.module__banner-promo svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%}@media screen and (min-width:741px){.module__banner-promo-links{padding:20px 0}}.module__banner-promo-text{position:relative;margin:0 auto;display:flex;flex-direction:column;padding:40px 25px;align-items:center;justify-content:center;height:300px;width:276px;text-align:center;z-index:10}.module__banner-promo-text h2,.module__banner-promo-text p{width:100%}.module__banner-promo-text h2{margin-bottom:0}.module__banner-promo-text .heading{font-family:Arial,sans-serif;font-size:2.8rem;line-height:3rem}.wf-worldlyregular-n4-active .module__banner-promo-text .heading{font-family:Worldly Regular,Open Sans,Arial,sans-serif}.module__banner-promo-text img{margin-bottom:10px;max-width:60%}.module__banner-promo-text img:first-child{margin-top:-20px}.module__banner-promo-text .button{margin-top:15px;padding:16px 20px 18px;min-width:unset;max-width:95%}.module__banner video{position:absolute;top:50%;left:50%;height:100%;transform:translate(-50%,-50%)}@media screen and (min-width:1601px){.module__banner video{height:auto;width:100%}}@media screen and (max-width:740px){.module__banner video{display:none}}.module__banner a.breadcrumbs__link{color:var(--color--primary,#0b7161)}.module__banner .divider{margin:0 5px}.module__banner--hero-image{position:relative}@media screen and (min-width:981px){.module__banner--hero-image{margin-top:84px}}.module__banner--hero-image.animate .module__banner-image-overlay{opacity:.65}.module__banner--hero-image.animate .module__banner-highlight-text{opacity:1;transform:translateX(0)}.module__banner--hero-image.animate .module__banner-highlight-text--wrapper,.module__banner--hero-image.animate .module__banner-image,.module__banner--hero-image.animate .module__banner-image--bg,.module__banner--hero-image.animate .module__banner-proof-points li,.module__banner--hero-image.animate h1,.module__banner--hero-image.animate h1+p{opacity:1}.module__banner--hero-image .module__banner-content{padding-left:15px;padding-right:15px;position:relative;padding-bottom:110px;display:block;color:#fff;z-index:20}@media screen and (max-width:980px){.module__banner--hero-image .module__banner-content{padding-left:8px;padding-right:8px}}@media screen and (min-width:1601px){.module__banner--hero-image .module__banner-content{margin-left:8.33333333%;width:58.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner--hero-image .module__banner-content{width:70%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--hero-image .module__banner-content{padding-bottom:50px;width:62.5%}}@media screen and (max-width:740px){.module__banner--hero-image .module__banner-content{padding-bottom:40px}}.module__banner--hero-image .module__banner-proof-points li{opacity:0;transition-property:opacity;transition-duration:.8s;transition-timing-function:ease}.module__banner--hero-image .module__banner-image{padding-left:15px;padding-right:15px;display:flex;align-items:flex-end;justify-content:flex-start;width:80%;opacity:0}@media screen and (max-width:980px){.module__banner--hero-image .module__banner-image{padding-left:8px;padding-right:8px}}@media screen and (min-width:741px){.module__banner--hero-image .module__banner-image{z-index:20}}@media screen and (min-width:1601px){.module__banner--hero-image .module__banner-image{margin-left:58.33333333%;width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner--hero-image .module__banner-image{left:70%;width:40%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--hero-image .module__banner-image{left:62.5%;width:50%}}@media screen and (max-width:740px){.module__banner--hero-image .module__banner-image{justify-content:flex-end}}.module__banner--hero-image .module__banner-image img{position:relative;top:auto;right:0;margin:0;max-height:80%;max-width:none}@media screen and (min-width:741px){.module__banner--hero-image .module__banner-image img{max-height:90%}}.module__banner--hero-image .module__banner-image--bg{position:absolute;top:0;left:0;height:100%;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0}.module__banner--hero-image .module__banner-image--bg img{display:none}.module__banner--hero-image .module__banner-image-overlay{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:100vw;opacity:0;background-color:#000;z-index:10;transition-property:opacity;transition-timing-function:ease;transition-delay:.55s}.module__banner--hero-image .module__banner-highlight-text{display:inline-flex;align-items:center;opacity:0;transform:translateX(-10%);transition:transform .8s ease .6s,opacity .8s ease .55s}.module__banner--hero-image .module__banner-highlight-text--wrapper{padding:12px 15px;position:relative;margin-bottom:50px;display:inline-block;color:#fff;background-color:#007d98;opacity:0;z-index:20;transition:opacity .8s ease .5s}@media screen and (max-width:980px){.module__banner--hero-image .module__banner-highlight-text--wrapper{padding-left:8px;padding-right:8px}}@media screen and (min-width:1601px){.module__banner--hero-image .module__banner-highlight-text--wrapper{margin-left:8.33333333%}}@media screen and (max-width:740px){.module__banner--hero-image .module__banner-highlight-text--wrapper{margin-bottom:35px;display:block}}.module__banner--hero-image .module__banner-highlight-text--tail{position:absolute;top:0;right:100%;height:100%;width:50vw;background-color:#007d98}.module__banner--hero-image .module__banner-highlight-text--triangle{position:absolute;bottom:0;left:100%;width:0;height:0;border-style:solid;border-width:62px 52px 0 0;border-color:#007d98 transparent transparent}@media screen and (max-width:740px){.module__banner--hero-image .module__banner-highlight-text--triangle{width:25vw;border-color:#007d98}}.module__banner--hero-image .module__banner-highlight-text>span{font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding-right:20px}.module__banner--hero-image .module__banner-highlight-text .icon{margin-right:8px;font-size:3.4rem}.module__banner--hero-image h1{margin-bottom:0;opacity:0;transition:opacity .8s ease .65s}.module__banner--hero-image h1+p{margin-top:0;font-size:1.8rem;opacity:0;transition:opacity .8s ease .65s}.module__banner-proof-points{counter-reset:index;margin-top:30px}.module__banner-proof-points li{counter-increment:index;padding:0;display:flex;background:none}.module__banner-proof-points .icon{position:relative;top:5px;margin-right:15px;color:#ffd923;font-size:2.6rem}.module__banner-proof-points span{margin-top:6px}.module__banner-sticky-bar{position:fixed;top:70px;left:0;right:0;padding-left:180px;background-color:#f5f5f5;transform:translateY(-100%);transition:padding-left .5s ease,transform .5s ease;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);z-index:100}@media screen and (min-width:981px) and (max-width:1200px){.module__banner-sticky-bar{padding-left:160px}}@media screen and (min-width:981px){.navigation__close .module__banner-sticky-bar{padding-left:67px}}@media screen and (max-width:980px){.module__banner-sticky-bar{padding-left:0}}@media screen and (max-width:740px){.module__banner-sticky-bar{top:43px}}.module__banner-sticky-bar.sticky{transform:translateY(0)}@media screen and (max-width:1200px){.navigation__section--open .module__banner-sticky-bar.sticky{box-shadow:none}}.module__banner-sticky-bar .module__banner-proof-points{display:flex;justify-content:space-between;margin:7px 0}@media screen and (max-width:1200px){.module__banner-sticky-bar .module__banner-proof-points{display:none}}.module__banner-sticky-bar .module__banner-proof-points li{display:flex;flex:1;padding-right:20px;margin:0;font-size:1.3rem;line-height:1.9rem}.module__banner-sticky-bar .module__banner-proof-points .icon{color:#363635;font-size:2.6rem}.module__banner-sticky-bar .module__banner-sticky-title{position:relative;padding:11px 0 13px;display:block}.module__banner-sticky-bar .module__banner-sticky-title span{position:relative;font-size:1.8rem;z-index:10}.module__banner-sticky-bar .module__banner-sticky-title:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:calc(100vw + 160px);background-color:#e1e1e1}.module__banner--hero-shape{position:relative;overflow:hidden}@media screen and (min-width:981px){.module__banner--hero-shape{margin-top:35px}}.module__banner--hero-shape.background--grey-dark .module__banner-content{color:#fff}.module__banner--hero-shape.background--grey-dark .breadcrumbs__link{color:#fff!important}.module__banner--hero-shape.background--grey-dark .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--hero-shape--circle{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:0;pointer-events:none}.module__banner--hero-shape--circle svg{fill:#474848}@media screen and (min-width:1601px){.module__banner--hero-shape--circle svg{width:1847.3px;transform:translateY(-1335px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--hero-shape--circle svg{width:1735.7px;transform:translateY(-1295px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--hero-shape--circle svg{width:1149.4px;transform:translateY(-1035px)}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--hero-shape--circle svg{width:992.6px;transform:translateY(-995px)}}@media screen and (max-width:740px){.module__banner--hero-shape--circle svg{width:769.5px;transform:translateY(-895px)}}.module__banner--hero-shape--cta{margin-top:20px}@media screen and (min-width:741px){.module__banner--hero-shape--cta{margin-top:45px}}@media screen and (max-width:1200px){.module__banner--hero-shape--cta .button{display:none}}.module__banner--hero-shape--cta .button+.button{margin-left:35px}.module__banner--hero-shape .breadcrumbs ol{padding:0 8px}@media screen and (min-width:981px){.module__banner--hero-shape .breadcrumbs ol{padding:0 15px}}.module__banner--hero-shape .module__banner-content{position:relative;display:block;margin-top:50px;margin-bottom:80px;z-index:10}@media screen and (max-width:1200px){.module__banner--hero-shape .module__banner-content{margin-top:70px}}@media screen and (max-width:740px){.module__banner--hero-shape .module__banner-content{margin-top:40px;margin-bottom:50px}}.module__banner--hero-shape--tab .module__page-tab-nav{position:relative;width:100%;z-index:10}.module__banner--hero-shape--tab .module__banner-sticky-bar{background-color:#fff}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__banner-sticky-title{display:flex;justify-content:space-between;align-items:center;padding:0}@media screen and (max-width:740px){.module__banner--hero-shape--tab .module__banner-sticky-bar .module__banner-sticky-title{flex-direction:column;align-items:flex-start}}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__banner-sticky-title:before{background-color:#f5f5f5}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__banner-sticky-title>span{padding:14px 20px 13px 0}@media screen and (max-width:740px){.module__banner--hero-shape--tab .module__banner-sticky-bar .module__banner-sticky-title>span{font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding-top:10px;padding-bottom:8px;font-size:1.3rem}}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-list{display:flex;margin-top:auto}@media screen and (min-width:741px){.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-list{width:auto}}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-item{display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #e1e1e1;border-bottom:0}@media screen and (min-width:741px){.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-item{margin-left:5px;width:auto}}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-item:before{height:5px}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-item--active .module__page-tab-label:after{border-bottom:1px solid #fff}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-item p{display:none}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-item .text--course-bold{display:block;font-size:1.3rem;line-height:1.5rem}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-label{position:relative;padding:13px 15px 11px;min-width:165px}@media screen and (max-width:740px){.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-label{width:100%}}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-label:after,.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-label:before{content:"";position:absolute;bottom:0;height:0}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-label:before{left:50%;transform:translateX(-50%);width:calc(100vw + 100%);border-bottom:1px solid #e1e1e1}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__page-tab-label:after{left:0;width:100%;z-index:10}.module__banner--hero-shape--tab .module__banner-sticky-bar .module__banner-proof-points{position:relative;margin:0;padding:7px 0}.module__banner-cop{background-color:transparent;overflow:hidden}.module__banner-cop--secondary.module__banner-cop--left-layout .module__banner-triangle:before{border-color:#c74298 transparent transparent!important}.module__banner-cop--secondary.module__banner-cop--right-layout .module__banner-feature{background-color:#c74298!important}.module__banner-cop--secondary.module__banner-cop--right-layout .module__banner-triangle:before{border-color:transparent #c74298!important}.module__banner-cop--secondary .module__banner-cop--inner-wrapper{background-color:#c74298}.module__banner-cop--secondary .module__banner-cop-content,.module__banner-cop--secondary .module__banner-cop-content a{color:#fff}.module__banner-cop--secondary .module__banner-icon-link a{color:#c74298}.module__banner-cop--secondary .module__banner-cop-video-btn:before{border-color:transparent transparent transparent #c74298}.module__banner-cop--blue.module__banner-cop--left-layout .module__banner-triangle:before{border-color:#007d98 transparent transparent!important}.module__banner-cop--blue.module__banner-cop--right-layout .module__banner-feature{background-color:#007d98!important}.module__banner-cop--blue.module__banner-cop--right-layout .module__banner-triangle:before{border-color:transparent #007d98!important}.module__banner-cop--blue .module__banner-cop--inner-wrapper{background-color:#007d98}.module__banner-cop--blue .module__banner-cop-content,.module__banner-cop--blue .module__banner-cop-content a{color:#fff}.module__banner-cop--blue .module__banner-icon-link a{color:#007d98}.module__banner-cop--blue .module__banner-cop-video-btn:before{border-color:transparent transparent transparent #007d98}.module__banner-cop--orange.module__banner-cop--left-layout .module__banner-triangle:before{border-color:#ff9300 transparent transparent!important}.module__banner-cop--orange.module__banner-cop--right-layout .module__banner-feature{background-color:#ff9300!important}.module__banner-cop--orange.module__banner-cop--right-layout .module__banner-triangle:before{border-color:transparent #ff9300!important}.module__banner-cop--orange .module__banner-cop--inner-wrapper{background-color:#ff9300}.module__banner-cop--orange .module__banner-cop-content,.module__banner-cop--orange .module__banner-cop-content a{color:#363635}.module__banner-cop--orange .module__banner-icon-link a{color:#ff9300}.module__banner-cop--orange .module__banner-cop-video-btn:before{border-color:transparent transparent transparent #ff9300}.module__banner-cop--yellow.module__banner-cop--left-layout .module__banner-triangle:before{border-color:#ffd923 transparent transparent!important}.module__banner-cop--yellow.module__banner-cop--right-layout .module__banner-feature{background-color:#ffd923!important}.module__banner-cop--yellow.module__banner-cop--right-layout .module__banner-triangle:before{border-color:transparent #ffd923!important}.module__banner-cop--yellow .module__banner-cop--inner-wrapper{background-color:#ffd923}.module__banner-cop--yellow .module__banner-cop-content,.module__banner-cop--yellow .module__banner-cop-content a,.module__banner-cop--yellow .module__banner-icon-link a{color:#363635}.module__banner-cop--yellow .module__banner-cop-video-btn:before{border-color:transparent transparent transparent #ffd923}.module__banner-cop--charcoal.module__banner-cop--left-layout .module__banner-triangle:before{border-color:#363635 transparent transparent!important}.module__banner-cop--charcoal.module__banner-cop--right-layout .module__banner-feature{background-color:#363635!important}.module__banner-cop--charcoal.module__banner-cop--right-layout .module__banner-triangle:before{border-color:transparent #363635!important}.module__banner-cop--charcoal .module__banner-cop--inner-wrapper{background-color:#363635}.module__banner-cop--charcoal .module__banner-cop-content,.module__banner-cop--charcoal .module__banner-cop-content a{color:#fff}.module__banner-cop--charcoal .module__banner-icon-link a{color:#363635}.module__banner-cop--charcoal .module__banner-cop-video-btn:before{border-color:transparent transparent transparent #363635}.module__banner-cop.module__banner-cop--right-layout .module__banner-cop-cta{left:0}.module__banner-cop.module__banner-cop--right-layout .module__banner-feature{left:0;right:auto}.module__banner-cop.module__banner-cop--right-layout .module__banner-cop-video-btn{left:auto;right:50px}@media screen and (min-width:741px) and (max-width:980px){.module__banner-cop.module__banner-cop--right-layout .module__banner-cop-video-btn{right:25px}}.module__banner-cop.module__banner-cop--right-layout .module__banner-triangle:before{top:0;right:0;bottom:auto;left:auto;border-color:transparent #0b7161}@media screen and (max-width:740px){.module__banner-cop.module__banner-cop--media .grid{padding-bottom:30px;height:auto}}@media screen and (max-width:740px){.module__banner-cop.module__banner-cop--media .module__banner-cop-triangle{display:none}}.module__banner-cop--inner-wrapper{position:relative;margin:0 auto;overflow:hidden;background-color:#0b7161}@media screen and (min-width:1601px){.module__banner-cop--inner-wrapper{max-width:1391px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner-cop--inner-wrapper{max-width:991px}}.module__banner-cop-content{display:table-cell;vertical-align:middle;color:#fff}@media screen and (min-width:741px){.module__banner-cop-content{padding:50px 0}}.module__banner-cop-content--wrapper.cell{display:table;height:100%}.module__banner-cop-content a{color:#fff}@media screen and (min-width:741px){.module__banner-cop-cta.cell{position:absolute;top:50%;transform:translateY(-50%)}}.module__banner-cop-triangle{position:absolute;bottom:-60px;left:calc(513px / 2 - 50vw);width:100vw;height:60px;overflow:hidden;display:none}@media screen and (max-width:740px){.module__banner-cop-triangle{display:block}}@media screen and (max-width:544px){.module__banner-cop-triangle{left:0;margin:0 -8px;width:calc(100% + 16px)}}.module__banner-cop-triangle:before{display:none;position:absolute;left:0;width:calc(100% - 60px);height:0;border-style:solid;border-width:0 0 60px 850px;border-color:transparent transparent #f5f5f5;z-index:0;content:""}@media screen and (max-width:740px){.module__banner-cop-triangle:before{display:block}}@media screen and (max-width:544px){.module__banner-cop-triangle:before{border-width:0 0 60px 550px}}.module__banner-cop-video-btn{position:absolute;top:50%;left:50px;width:130px;height:130px;background-color:#fff;border-radius:50%;transform:translateY(-50%);cursor:pointer;z-index:1}@media screen and (min-width:741px) and (max-width:980px){.module__banner-cop-video-btn{left:25px}}@media screen and (max-width:740px){.module__banner-cop-video-btn{display:none}}.module__banner-cop-video-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-style:solid;border-width:25px 0 25px 55px;border-color:transparent transparent transparent #0b7161;transform:translate(-50%,-50%)}.module__banner-cop-video-btn--play{font-weight:600}.module .module__banner-cop{color:#000}.module .module__banner-cop-cta.cell{top:auto;transform:none}.module__banner-cop .module__banner-feature{background-color:#f5f5f5}@media screen and (min-width:1601px){.module__banner-cop .module__banner-feature{width:58.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner-cop .module__banner-feature{width:58.5%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner-cop .module__banner-feature{display:block;width:56.5%}}.module__banner-cop .module__banner-image--wrapper{left:0;right:auto;width:100%;background-color:#f5f5f5}.module__banner-cop .module__banner-triangle:before{border-color:#0b7161 transparent transparent}.module__banner-cop .grid{position:relative;min-height:350px;height:0;z-index:1}.module__banner-cop .grid:after,.module__banner-cop .grid:before{content:" ";display:table}.module__banner-cop .grid:after{clear:both}@media screen and (max-width:740px){.module__banner-cop .grid{padding-top:30px;padding-bottom:0;min-height:unset;height:auto}}.module__banner-cop .button{margin-right:0;margin-top:10px;min-width:205px;color:#fff}@media screen and (max-width:740px){.module__banner-cop .button{float:left;clear:both}}.module__banner-cop .button__outline--primary{background-color:#fff}@media screen and (max-width:740px){.module__banner-cop .cell{width:100%}}@media screen and (max-width:740px){.module__banner-cop .cell:nth-child(2){padding-top:30px;padding-bottom:30px;margin-top:60px}}@media screen and (max-width:740px){.module__banner-cop .cell:nth-child(2):before{position:absolute;left:calc(513px / 2 - 50vw);bottom:0;width:100vw;height:100%;background-color:#f5f5f5;content:"";z-index:-1}}@media screen and (max-width:544px){.module__banner-cop .cell:nth-child(2):before{left:0;margin:0 -8px;width:calc(100% + 16px)}}.module__banner-cop h2{margin-bottom:20px;font-weight:300}@media screen and (max-width:740px){.module__banner-cop h2{margin-bottom:10px}.module__banner-cop h2+p{margin-top:10px}}.module__banner--countdown{display:none;padding-top:40px!important;height:400px;overflow:visible}@media screen and (min-width:741px) and (max-width:980px){.module__banner--countdown{padding-top:50px!important;height:434px}}@media screen and (min-width:981px){.module__banner--countdown{padding-top:95px!important;height:500px}}.module__banner--countdown.show{display:block}.module__banner--countdown .module__banner-image{margin:0;background-position:100%}.module__banner--countdown .module__banner-content{padding-right:50px}@media screen and (min-width:741px){.module__banner--countdown .module__banner-content{padding-right:80px}}.module__banner--countdown .module__banner-content--wrapper{float:left;position:relative;height:220px;min-height:unset;background-color:#fff;border-radius:0 110px 110px 0;z-index:10}@media screen and (min-width:741px){.module__banner--countdown .module__banner-content--wrapper{width:calc(100% - 285px - 30px);height:285px;border-radius:0 146px 146px 0;min-height:auto}}@media screen and (max-width:544px){.module__banner--countdown .module__banner-content--wrapper{height:240px}}@media screen and (max-width:350px){.module__banner--countdown .module__banner-content--wrapper{height:285px;border-radius:0 146px 146px 0}}.module__banner--countdown .module__banner-content--wrapper:before{content:"";position:absolute;top:0;right:100%;width:50vw;height:100%;background-color:#fff}@media screen and (max-width:740px){.module__banner--countdown .module__banner-content p{font-size:1.2rem}}@media screen and (max-width:740px){.module__banner--countdown .module__banner-content .module__banner-buttons,.module__banner--countdown .module__banner-content .module__banner-description{margin-top:5px}}@media screen and (max-width:740px){.module__banner--countdown .module__banner-quick-links--wrapper{position:absolute;bottom:0;width:100%}}.module__banner--research-background{min-height:405px}.module__banner--research-background .grid{display:flex;flex-direction:row}.module__banner--research-background.background--charcoal .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--research-background.background--charcoal .breadcrumbs__node a.breadcrumbs__link{color:#fff}.module__banner--research-background-header{padding:0 15px;width:100%;display:flex;flex-direction:column;min-height:405px}@media screen and (min-width:1601px){.module__banner--research-background-header{width:66.66666667%;margin-left:8.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--research-background-header{width:80%}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--research-background-header{width:80%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--research-background-header{width:75%}}.module__banner--research-background-header.edit-mode{padding-top:20px;padding-bottom:20px}.module__banner--research-background-header .module__banner-content--wrapper{height:100%;padding:0;display:flex;flex-direction:column;justify-content:flex-start}.module__banner--research-background-header .module__banner-content--wrapper .module__banner-content{display:flex;flex-direction:column;flex-grow:1;justify-content:center}@media screen and (max-width:980px){.module__banner--research-background-header .module__banner-content--wrapper .module__banner-content{padding:40px 0}}.module__banner--research-background-header .module__banner-content--wrapper .module__banner-content .sup{margin-top:20px}.module__banner--research-background-header .module__banner-content--wrapper .module__banner-title strong{width:100%}.module__banner--research-background-header .module__banner-content--wrapper .module__banner-cta{margin-top:20px;display:inline-flex;flex-direction:row}@media screen and (max-width:1200px){.module__banner--research-background-header .module__banner-content--wrapper .module__banner-cta{flex-direction:column;width:100%}}.module__banner--research-background-header .module__banner-content--wrapper .module__banner-cta .button+.button{margin-left:20px}@media screen and (max-width:1200px){.module__banner--research-background-header .module__banner-content--wrapper .module__banner-cta .button+.button{margin-left:0;margin-top:20px}}.module__banner--research-background-image{margin-left:auto;background-repeat:no-repeat;background-position:100% 100%;text-align:right}@media screen and (min-width:1601px){.module__banner--research-background-image{width:16.66666667%;margin-right:8.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--research-background-image{width:20%}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--research-background-image{width:25%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--research-background-image{width:33.33333333%}}@media screen and (max-width:740px){.module__banner--research-background-image{display:none}}.module__banner--research-background-image svg{height:100%;width:202px}.module__banner--research-background-image-orange{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/2312097/Orange_Tertiary_Banner.png?v=0.0.1)}.module__banner--research-background-image-primary{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/2312100/Turquoise_Tertiary_Banner.png?v=0.0.1)}.module__banner--research-background-image-pink,.module__banner--research-background-image-secondary{background-image:url(https://www.deakin.edu.au/__data/assets/image/0007/2312098/Pink_Tertiary_Banner.png?v=0.0.1)}.module__banner--research-background-image-blue,.module__banner--research-background-image-teal{background-image:url(https://www.deakin.edu.au/__data/assets/image/0008/2312099/Teal_Tertiary_Banner.png?v=0.0.1)}.module__banner--research-background-image-yellow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/2312101/Yellow_Tertiary_Banner.png?v=0.0.1)}.module__banner--research-background-image-charcoal{background-image:url(https://www.deakin.edu.au/__data/assets/image/0005/2312096/Charcoal_Tertiary_Banner.png?v=0.0.1)}@media screen and (min-width:741px) and (max-width:980px){.module__banner--student .cell--6-col{width:60%}}.module__banner--student .module__banner-feature{width:40%}@media screen and (min-width:741px) and (max-width:980px){.module__banner--student .module__banner-feature{display:block;width:40%}}@media screen and (max-width:740px){.module__banner--student .module__banner-feature{display:block;position:relative;width:100%;height:250px}}.module__banner--student .module__banner-feature .module__banner-image-play .play{position:absolute;width:60px;height:60px;border-radius:50%;background-color:#006d88;cursor:pointer;z-index:1;left:50%;top:50%}@media screen and (max-width:740px){.module__banner--student .module__banner-feature .module__banner-image-play .play{width:63px;height:63px;transform:translate(-50%,-50%)}}.module__banner--student .module__banner-feature .module__banner-image-play .play:before{position:absolute;top:0;right:0;bottom:0;left:5px;margin:auto;width:0;height:0;border-style:solid;border-width:13px 0 13px 26px;border-color:transparent transparent transparent #fff;content:"";z-index:-1}@media screen and (max-width:740px){.module__banner--student .module__banner-feature .module__banner-image-play .play:before{border-width:10px 0 10px 18px}}.module__banner--student .module__banner-feature .module__banner-image-play .play button{width:100%;height:100%}.module__banner--student .module__banner-image--wrapper,.module__banner--student .module__banner-triangle{display:block}@media screen and (max-width:740px){.module__banner--student .module__banner-triangle:before{left:auto;right:0;border-width:70px 0 0 800px;border-color:transparent transparent transparent #363635!important}}@media screen and (max-width:740px){.module__banner--student .module__banner-content--wrapper{padding:10px 0 20px}}@media screen and (max-width:980px){.module__banner--student-hide-image .module__banner-feature{display:none!important}}@media screen and (max-width:980px){.module__banner--student-hide-image .cell--6-col{width:100%}}@media screen and (max-width:740px){.module__banner--student-hide-image .module__banner-content--wrapper{padding-top:40px}}.module__banner--student .module__banner-content--wrapper .module__video-play-button{position:relative;padding:0 0 0 30px;color:#006d88;font-weight:600}.module__banner--student .module__banner-content--wrapper .module__video-play-button:after,.module__banner--student .module__banner-content--wrapper .module__video-play-button:before{content:"";position:absolute;top:50%;transform:translateY(-50%)}.module__banner--student .module__banner-content--wrapper .module__video-play-button:before{left:0;width:22px;height:22px;transform:translateY(-50%);background-color:#006d88;border-radius:50%}.module__banner--student .module__banner-content--wrapper .module__video-play-button:after{left:8px;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #fff;transform:translateY(-50%)}.module__banner--student .module__banner-content--wrapper .module__video-play-button span{margin-right:10px;text-decoration:underline}.module__banner--student .module__banner-content--wrapper .module__video-play-button:hover span{text-decoration:none}.module__banner--student .module__banner-content--wrapper a{font-family:Arial,sans-serif;font-weight:600;font-style:normal;color:#006d88!important}.module__banner--no-image--student .module__banner-content--wrapper{padding:45px 0;min-height:auto}.module__banner-flexcontainer{display:flex;flex:1 1 100%}.module__banner-flexcontainer.module__banner-feature-round-light{background-color:#cdcdcd;position:relative;color:#363635;display:flex;flex:1 1 100%;justify-content:space-between;align-items:center;z-index:1;flex-wrap:wrap;padding:1.5rem 5rem 1.5rem 0;border-radius:0 7.5rem 7.5rem 0}@media screen and (min-width:981px) and (max-width:1200px){.module__banner-flexcontainer.module__banner-feature-round-light{padding-top:1rem;padding-bottom:1rem}}@media screen and (max-width:740px){.module__banner-flexcontainer.module__banner-feature-round-light{align-items:flex-start;flex-direction:column;margin-right:2rem;height:14.4rem}}.module__banner-flexcontainer.module__banner-feature-round-light:before{content:"";display:block;position:absolute;background-color:#cdcdcd;width:50%;left:calc(-50% + 1px);height:14.4rem;top:0}@media screen and (min-width:740px){.module__banner-flexcontainer.module__banner-feature-round-light{max-height:10.8rem;height:10.8rem;padding:3rem 5rem 3rem 0;margin-top:20px}.module__banner-flexcontainer.module__banner-feature-round-light:before{height:10.8rem}}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description{margin-top:0}@media screen and (max-width:740px){.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description{margin-bottom:2rem}}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description p{color:#363635;align-items:center;font-family:Arial,sans-serif;font-style:normal;font-size:18px;font-weight:400;letter-spacing:normal}.wf-opensans-n4-active .module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description p{font-family:Open Sans,Arial,sans-serif}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description .icon-Calendar{font-size:4rem;margin-right:1rem;z-index:2}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description .event-time-stack{display:flex;flex-direction:column}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description .event-time-stack .event-time-demand{margin-bottom:5px}@media screen and (max-width:740px){.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-description span{width:19rem}}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-buttons{margin-right:-27px;margin-top:0}.module__banner-flexcontainer.module__banner-feature-round-light .module__banner-buttons .button{margin-top:0}.module__banner--slider{max-height:44rem;margin-top:3.5rem;padding-top:0;overflow:hidden;background-color:var(--color--grey-light,#f8f8f8);--banner-slider--from-color:var(--color--grey-med-light,#e1e1e1);--banner-slider--to-color:hsla(0,0%,88%,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}@media screen and (min-width:741px) and (max-width:980px){.lhs-navigation__toggle+.module__banner--slider{margin-top:0}}.module__banner--slider-padding{margin-top:8.4rem}@media screen and (max-width:980px){.module__banner--slider-padding{margin-top:3.6rem}}.module__banner--slider-edit{max-height:inherit}.module__banner--slider-edit .module__banner--slider-item{height:auto}.module__banner--slider-edit .module__banner--slider-item .options{text-align:center}.module__banner--slider-edit .module__banner--slider-item .card .module>.grid{flex-direction:column}.module__banner--slider-edit .editview-banner-slide{max-width:50%}.module__banner--slider-edit div[control=slide_image]{text-align:center}@media screen and (max-width:740px){.module__banner--slider{max-height:inherit;margin-top:0;display:flex;flex-direction:column}}.module__banner--slider .grid{width:100%;height:100%;display:flex;align-items:center}.module__banner--slider-item{width:100%;height:44rem;background-size:cover;background-position-y:top;background-position-x:center}@media screen and (max-width:740px){.module__banner--slider-item{height:auto;background-image:none!important}}.module__banner--slider-item-image{display:none}@media screen and (max-width:740px){.module__banner--slider-item-image{display:block;height:20rem;background-size:cover;background-position-y:top;background-position-x:right}}.module__banner--slider-item-headerblock{width:41.66666667%;height:auto;margin-left:8.33333333%;padding:3rem 3rem 4rem;border-radius:5px;z-index:100}.module__banner--slider-item-headerblock-buttonbar{display:flex;flex-direction:row;justify-content:flex-start;gap:1.6rem}.module__banner--slider-item-headerblock-buttonbar>*{margin:0}.module__banner--slider-controls{position:relative;bottom:3.6rem;z-index:99;transform:translateY(-50%)}.module__banner--slider-controls .cycle-pager-active{background-color:var(--color--charcoal,#363635)}@media screen and (max-width:740px){.module__banner--slider-controls{position:relative;margin:2rem 0;bottom:0;transform:none}}.module__banner--slider-controls .grid{justify-content:flex-end}@media screen and (max-width:740px){.module__banner--slider-controls .grid{justify-content:center}}.module__banner--slider-controls-nav{width:auto;height:4.4rem;margin:0;padding:0 2rem;border-radius:99999px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.6rem;cursor:pointer;background-color:#e1e1e1d8}.module__banner--slider-controls-nav span{height:2.2rem;width:2.2rem;border-radius:99999px;background-color:var(--color--grey-medium,#8a8a8a)}.module__banner--slider-controls-toggle{width:4.4rem;height:4.4rem;margin:0 8.33333333% 0 1.6rem;padding:0;border-radius:99999px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.6rem;cursor:pointer;background-color:#e1e1e1d8}.module__banner--slider-controls-toggle span{width:100%;height:100%;margin:0;display:block;position:relative;font-size:2rem}.module__banner--slider-controls-toggle span.play:before{position:absolute;top:50%;left:55%;transform:translate(-50%,-50%)}.module__banner--slider-controls-toggle span.pause:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.module__banner--slider-controls-toggle{margin-right:0}}.module__banner--slider .add_slide_button .add-item{color:var(--color--charcoal,#363635)}.module__banner--slider .module__banner--slider-item-headerblock{color:var(--banner-slider--text-color);background-color:transparent!important;background-image:linear-gradient(116deg,var(--banner-slider--from-color) 40%,var(--banner-slider--to-color) 109%)!important;background-repeat:no-repeat!important}.module__banner--slider--primary{--banner-slider--from-color:var(--color--primary,#0b7161);--banner-slider--to-color:rgba(11,113,97,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--primary-hover{--banner-slider--from-color:var(--color--primary-hover,#024c41);--banner-slider--to-color:rgba(2,76,65,.8)}.module__banner--slider--primary-hover-light{--banner-slider--from-color:var(--color--primary-hover-light,#a4d1ca);--banner-slider--to-color:rgba(164,209,202,.8)}.module__banner--slider--secondary{--banner-slider--from-color:var(--color--secondary,#c74298);--banner-slider--to-color:rgba(199,66,152,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--tertiary{--banner-slider--from-color:var(--color--tertiary,#035260);--banner-slider--to-color:rgba(3,82,96,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--yellow{--banner-slider--from-color:var(--color--yellow,#ffd923);--banner-slider--to-color:rgba(255,217,35,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--orange{--banner-slider--from-color:var(--color--orange,#ff9300);--banner-slider--to-color:rgba(255,147,0,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--orange-dark{--banner-slider--from-color:var(--color--orange-dark,#cc4e07);--banner-slider--to-color:rgba(204,78,7,.8)}.module__banner--slider--magenta{--banner-slider--from-color:var(--color--magenta,#c74298);--banner-slider--to-color:rgba(199,66,152,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--pink{--banner-slider--from-color:var(--color--pink,#c74298);--banner-slider--to-color:rgba(199,66,152,.8)}.module__banner--slider--teal{--banner-slider--from-color:var(--color--teal,#007d98);--banner-slider--to-color:rgba(0,125,152,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--blue{--banner-slider--from-color:var(--color--blue,#007d98);--banner-slider--to-color:rgba(0,125,152,.8)}.module__banner--slider--green{--banner-slider--from-color:var(--color--green,#0b7161);--banner-slider--to-color:rgba(11,113,97,.8)}.module__banner--slider--turquoise{--banner-slider--from-color:var(--color--turquoise,#0b7161);--banner-slider--to-color:rgba(11,113,97,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--turquoise-light{--banner-slider--from-color:var(--color--turquoise-light,#58bcaf);--banner-slider--to-color:rgba(88,188,175,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--lt-turquoise{--banner-slider--from-color:var(--color--lt-turquoise,#58bcaf);--banner-slider--to-color:rgba(88,188,175,.8)}.module__banner--slider--turquoise-light-hover{--banner-slider--from-color:var(--color--turquoise-light-hover,#40a194);--banner-slider--to-color:rgba(64,161,148,.8)}.module__banner--slider--turquoise-dark{--banner-slider--from-color:var(--color--turquoise-dark,#024c41);--banner-slider--to-color:rgba(2,76,65,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--grey{--banner-slider--from-color:var(--color--grey,#e1e1e1);--banner-slider--to-color:hsla(0,0%,88%,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--grey-17{--banner-slider--from-color:var(--color--grey-17,#5a5a5a);--banner-slider--to-color:rgba(90,90,90,.8)}.module__banner--slider--grey-18{--banner-slider--from-color:var(--color--grey-18,#a4d1ca);--banner-slider--to-color:rgba(164,209,202,.8)}.module__banner--slider--grey-med{--banner-slider--from-color:var(--color--grey-med,gray);--banner-slider--to-color:hsla(0,0%,50%,.8)}.module__banner--slider--grey-medium{--banner-slider--from-color:var(--color--grey-medium,#8a8a8a);--banner-slider--to-color:hsla(0,0%,54%,.8)}.module__banner--slider--grey-light{--banner-slider--from-color:var(--color--grey-light,#f8f8f8);--banner-slider--to-color:hsla(0,0%,97%,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--grey-med-light{--banner-slider--from-color:var(--color--grey-med-light,#e1e1e1);--banner-slider--to-color:hsla(0,0%,88%,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--grey-dark{--banner-slider--from-color:var(--color--grey-dark,#333);--banner-slider--to-color:rgba(51,51,51,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--grey-blue{--banner-slider--from-color:var(--color--grey-blue,#f0f9fb);--banner-slider--to-color:rgba(240,249,251,.8)}.module__banner--slider--charcoal{--banner-slider--from-color:var(--color--charcoal,#363635);--banner-slider--to-color:rgba(54,54,53,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--charcoal-light{--banner-slider--from-color:var(--color--charcoal-light,#474848);--banner-slider--to-color:rgba(71,72,72,.8)}.module__banner--slider--charcoal-dark{--banner-slider--from-color:var(--color--charcoal-dark,#1a1a1a);--banner-slider--to-color:rgba(26,26,26,.8)}.module__banner--slider--black{--banner-slider--from-color:var(--color--black,#000);--banner-slider--to-color:rgba(0,0,0,.8);--banner-slider--text-color:var(--color--white,#fff)}.module__banner--slider--white{--banner-slider--from-color:var(--color--white,#fff);--banner-slider--to-color:hsla(0,0%,100%,.8);--banner-slider--text-color:var(--color--charcoal,#363635)}.module__banner--slider--disabled{--banner-slider--from-color:var(--color--disabled,#8a8a8a);--banner-slider--to-color:hsla(0,0%,54%,.8)}.module__banner--slider--error{--banner-slider--from-color:var(--color--error,#cc4e07);--banner-slider--to-color:rgba(204,78,7,.8)}.module__banner--slider--required{--banner-slider--from-color:var(--color--required,#d0021b);--banner-slider--to-color:rgba(208,2,27,.8)}@media screen and (max-width:740px){.module__banner--slider-item-headerblock{width:100%;margin-top:-8rem;margin-inline:0}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--slider-item-headerblock{width:50%;margin-left:0}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--slider-item-headerblock{width:50%;margin-left:0}}@media screen and (max-width:1600px){.module__banner--slider-item-headerblock-buttonbar{flex-direction:column}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--slider-item-headerblock{width:50%;margin-left:0}}@media screen and (min-width:1601px){.module__banner--slider-item-headerblock-buttonbar{flex-direction:row}}.module__banner--research-split{position:relative;background-color:transparent;overflow:hidden;background:unset;color:var(--banner-research-split--text-color);isolation:isolate;--banner-research-split--background:var(--color--grey-med-light,#e1e1e1);--banner-research-split--background-end:hsla(0,0%,88%,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split .cell,.module__banner--research-split .grid{z-index:1}.module__banner--research-split figure,.module__banner--research-split figure img,.module__banner--research-split picture,.module__banner--research-split picture img{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:0;padding:0;object-fit:cover;object-position:50%}.module__banner--research-split__image{width:var(--banner-research-split--right-width,100%);height:100%;display:block;position:absolute;top:0;right:0;z-index:0}.module__banner--research-split__header-block{z-index:10}.module__banner--research-split__header-block--inner{width:100%;height:auto;min-height:39.7rem;margin-block:0;margin-inline:0;padding-block:2rem;padding-inline:0;position:relative;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;place-items:start;place-content:center}.module__banner--research-split__header-block--inner>*{width:100%;display:block;margin-block:unset}.module__banner--research-split__cta{display:inline-flex;flex-direction:row;flex-wrap:wrap;gap:2rem;place-items:flex-start;place-content:flex-start}.module__banner--research-split__cta:empty{display:none}.module__banner--research-split__cta>*{min-width:auto;margin:unset}.module__banner--research-split__subtext:empty{display:none}.module__banner--research-split:after{all:unset;content:"";display:block;z-index:0;background-color:transparent}@media screen and (max-width:740px){.module__banner--research-split__image{display:none}.module__banner--research-split:after{width:100vw;height:100%;transform:unset;transform-origin:unset;background-color:var(--banner-research-split--background);background-image:unset;background-position:unset;background-attachment:unset;background-repeat:no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}}@media screen and (min-width:741px){.module__banner--research-split:after{width:2560px;height:100%;transform:skewX(-16deg);transform-origin:bottom left;background-color:transparent;background-image:linear-gradient(75deg,var(--banner-research-split--background) 2480px,var(--banner-research-split--background-end) 2600px);background-position:0 100%;background-attachment:unset;background-repeat:no-repeat;position:absolute;top:0;bottom:0;left:unset;right:var(--banner-research-split--right)}}.module__banner--research-split--primary{--banner-research-split--background:var(--color--primary,#0b7161);--banner-research-split--background-end:rgba(11,113,97,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--primary-hover{--banner-research-split--background:var(--color--primary-hover,#024c41);--banner-research-split--background-end:rgba(2,76,65,.8)}.module__banner--research-split--primary-hover-light{--banner-research-split--background:var(--color--primary-hover-light,#a4d1ca);--banner-research-split--background-end:rgba(164,209,202,.8)}.module__banner--research-split--secondary{--banner-research-split--background:var(--color--secondary,#c74298);--banner-research-split--background-end:rgba(199,66,152,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--tertiary{--banner-research-split--background:var(--color--tertiary,#035260);--banner-research-split--background-end:rgba(3,82,96,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split--yellow{--banner-research-split--background:var(--color--yellow,#ffd923);--banner-research-split--background-end:rgba(255,217,35,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split--orange{--banner-research-split--background:var(--color--orange,#ff9300);--banner-research-split--background-end:rgba(255,147,0,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--orange-dark{--banner-research-split--background:var(--color--orange-dark,#cc4e07);--banner-research-split--background-end:rgba(204,78,7,.8)}.module__banner--research-split--magenta{--banner-research-split--background:var(--color--magenta,#c74298);--banner-research-split--background-end:rgba(199,66,152,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--pink{--banner-research-split--background:var(--color--pink,#c74298);--banner-research-split--background-end:rgba(199,66,152,.8)}.module__banner--research-split--teal{--banner-research-split--background:var(--color--teal,#007d98);--banner-research-split--background-end:rgba(0,125,152,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--blue{--banner-research-split--background:var(--color--blue,#007d98);--banner-research-split--background-end:rgba(0,125,152,.8)}.module__banner--research-split--green{--banner-research-split--background:var(--color--green,#0b7161);--banner-research-split--background-end:rgba(11,113,97,.8)}.module__banner--research-split--turquoise{--banner-research-split--background:var(--color--turquoise,#0b7161);--banner-research-split--background-end:rgba(11,113,97,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--turquoise-light{--banner-research-split--background:var(--color--turquoise-light,#58bcaf);--banner-research-split--background-end:rgba(88,188,175,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split--lt-turquoise{--banner-research-split--background:var(--color--lt-turquoise,#58bcaf);--banner-research-split--background-end:rgba(88,188,175,.8)}.module__banner--research-split--turquoise-light-hover{--banner-research-split--background:var(--color--turquoise-light-hover,#40a194);--banner-research-split--background-end:rgba(64,161,148,.8)}.module__banner--research-split--turquoise-dark{--banner-research-split--background:var(--color--turquoise-dark,#024c41);--banner-research-split--background-end:rgba(2,76,65,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--grey{--banner-research-split--background:var(--color--grey,#e1e1e1);--banner-research-split--background-end:hsla(0,0%,88%,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split--grey-17{--banner-research-split--background:var(--color--grey-17,#5a5a5a);--banner-research-split--background-end:rgba(90,90,90,.8)}.module__banner--research-split--grey-18{--banner-research-split--background:var(--color--grey-18,#a4d1ca);--banner-research-split--background-end:rgba(164,209,202,.8)}.module__banner--research-split--grey-med{--banner-research-split--background:var(--color--grey-med,gray);--banner-research-split--background-end:hsla(0,0%,50%,.8)}.module__banner--research-split--grey-medium{--banner-research-split--background:var(--color--grey-medium,#8a8a8a);--banner-research-split--background-end:hsla(0,0%,54%,.8)}.module__banner--research-split--grey-light{--banner-research-split--background:var(--color--grey-light,#f8f8f8);--banner-research-split--background-end:hsla(0,0%,97%,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split--grey-med-light{--banner-research-split--background:var(--color--grey-med-light,#e1e1e1);--banner-research-split--background-end:hsla(0,0%,88%,.8)}.module__banner--research-split--grey-dark{--banner-research-split--background:var(--color--grey-dark,#333);--banner-research-split--background-end:rgba(51,51,51,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--grey-dark .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--research-split--grey-dark .breadcrumbs__node .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner--research-split--grey-dark .breadcrumbs__node a.breadcrumbs__link{color:var(--color--white,#fff)}.module__banner--research-split--grey-blue{--banner-research-split--background:var(--color--grey-blue,#f0f9fb);--banner-research-split--background-end:rgba(240,249,251,.8)}.module__banner--research-split--charcoal{--banner-research-split--background:var(--color--charcoal,#363635);--banner-research-split--background-end:rgba(54,54,53,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--charcoal .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--research-split--charcoal .breadcrumbs__node .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner--research-split--charcoal .breadcrumbs__node a.breadcrumbs__link{color:var(--color--white,#fff)}.module__banner--research-split--charcoal-light{--banner-research-split--background:var(--color--charcoal-light,#474848);--banner-research-split--background-end:rgba(71,72,72,.8)}.module__banner--research-split--charcoal-dark{--banner-research-split--background:var(--color--charcoal-dark,#1a1a1a);--banner-research-split--background-end:rgba(26,26,26,.8)}.module__banner--research-split--black{--banner-research-split--background:var(--color--black,#000);--banner-research-split--background-end:rgba(0,0,0,.8);--banner-research-split--text-color:var(--color--white,#fff)}.module__banner--research-split--black .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--research-split--black .breadcrumbs__node .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner--research-split--black .breadcrumbs__node a.breadcrumbs__link{color:var(--color--white,#fff)}.module__banner--research-split--white{--banner-research-split--background:var(--color--white,#fff);--banner-research-split--background-end:hsla(0,0%,100%,.8);--banner-research-split--text-color:var(--color--charcoal,#363635)}.module__banner--research-split--disabled{--banner-research-split--background:var(--color--disabled,#8a8a8a);--banner-research-split--background-end:hsla(0,0%,54%,.8)}.module__banner--research-split--error{--banner-research-split--background:var(--color--error,#cc4e07);--banner-research-split--background-end:rgba(204,78,7,.8)}.module__banner--research-split--required{--banner-research-split--background:var(--color--required,#d0021b);--banner-research-split--background-end:rgba(208,2,27,.8)}@media screen and (max-width:740px){.module__banner--research-split{margin-block:0}.module__banner--research-split__header-block--inner{min-height:unset;margin-block:6rem;padding-block:0}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--research-split{--banner-research-split--left-width:calc(100% - (50% - 410.5px + 410.5px - 8px));--banner-research-split--right-width:calc(50% - 410.5px + 410.5px - 8px);--banner-research-split--right:calc(50% - 410.5px + 410.5px - 8px)}}@media screen and (max-width:1200px){.module__banner--research-split__cta{flex-direction:column;width:100%}.module__banner--research-split__cta>*{width:100%}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--research-split{--banner-research-split--left-width:calc(100% - (50% - 410.5px + 410.5px - 15px));--banner-research-split--right-width:calc(50% - 410.5px + 410.5px - 15px);--banner-research-split--right:calc(50% - 410.5px + 410.5px - 15px)}}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--research-split{--banner-research-split--left-width:calc(100% - (50% - 510.5px + 510.5px - 15px));--banner-research-split--right-width:calc(50% - 510.5px + 510.5px - 15px);--banner-research-split--right:calc(50% - 510.5px + 510.5px - 15px)}}@media screen and (min-width:1601px){.module__banner--research-split{--banner-research-split--left-width:calc(100% - (50% - 710.5px + 710.50002px - 15px));--banner-research-split--right-width:calc(50% - 710.5px + 710.50002px - 15px);--banner-research-split--right:calc(50% - 710.5px + 710.50002px - 15px)}}.debug-research-split-banner .module__banner--research-split{outline:2px dashed #00008b!important;overflow:visible!important}.debug-research-split-banner .module__banner--research-split:after{outline:1px dotted salmon!important;z-index:0!important}.debug-research-split-banner .module__banner--research-split__image{outline:1px dashed #ff8c00!important;outline-offset:2px!important;z-index:1!important;opacity:.5!important}.module__banner--feature-image{background-color:var(--feature-image--background);color:var(--feature-image--color);--feature-image--background:var(--color--grey-med-light,#e1e1e1);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image .module__banner-description a:not([class*=arrow_link]),.module__banner--feature-image .module__banner-description a:not([class*=arrow_link]):active,.module__banner--feature-image .module__banner-description a:not([class*=arrow_link]):focus,.module__banner--feature-image .module__banner-description a:not([class*=arrow_link]):focus-within,.module__banner--feature-image .module__banner-description a:not([class*=arrow_link]):hover,.module__banner--feature-image .module__banner-description a:not([class*=button]),.module__banner--feature-image .module__banner-description a:not([class*=button]):active,.module__banner--feature-image .module__banner-description a:not([class*=button]):focus,.module__banner--feature-image .module__banner-description a:not([class*=button]):focus-within,.module__banner--feature-image .module__banner-description a:not([class*=button]):hover,.module__banner--feature-image .module__banner-description a:not([class*=download_link]),.module__banner--feature-image .module__banner-description a:not([class*=download_link]):active,.module__banner--feature-image .module__banner-description a:not([class*=download_link]):focus,.module__banner--feature-image .module__banner-description a:not([class*=download_link]):focus-within,.module__banner--feature-image .module__banner-description a:not([class*=download_link]):hover,.module__banner--feature-image .module__banner-description a:not([class*=video_link]),.module__banner--feature-image .module__banner-description a:not([class*=video_link]):active,.module__banner--feature-image .module__banner-description a:not([class*=video_link]):focus,.module__banner--feature-image .module__banner-description a:not([class*=video_link]):focus-within,.module__banner--feature-image .module__banner-description a:not([class*=video_link]):hover,.module__banner--feature-image .module__banner-title a:not([class*=arrow_link]),.module__banner--feature-image .module__banner-title a:not([class*=arrow_link]):active,.module__banner--feature-image .module__banner-title a:not([class*=arrow_link]):focus,.module__banner--feature-image .module__banner-title a:not([class*=arrow_link]):focus-within,.module__banner--feature-image .module__banner-title a:not([class*=arrow_link]):hover,.module__banner--feature-image .module__banner-title a:not([class*=button]),.module__banner--feature-image .module__banner-title a:not([class*=button]):active,.module__banner--feature-image .module__banner-title a:not([class*=button]):focus,.module__banner--feature-image .module__banner-title a:not([class*=button]):focus-within,.module__banner--feature-image .module__banner-title a:not([class*=button]):hover,.module__banner--feature-image .module__banner-title a:not([class*=download_link]),.module__banner--feature-image .module__banner-title a:not([class*=download_link]):active,.module__banner--feature-image .module__banner-title a:not([class*=download_link]):focus,.module__banner--feature-image .module__banner-title a:not([class*=download_link]):focus-within,.module__banner--feature-image .module__banner-title a:not([class*=download_link]):hover,.module__banner--feature-image .module__banner-title a:not([class*=video_link]),.module__banner--feature-image .module__banner-title a:not([class*=video_link]):active,.module__banner--feature-image .module__banner-title a:not([class*=video_link]):focus,.module__banner--feature-image .module__banner-title a:not([class*=video_link]):focus-within,.module__banner--feature-image .module__banner-title a:not([class*=video_link]):hover{color:inherit;font-family:inherit;font-weight:inherit}.module__banner--feature-image .module__banner-triangle:before{border-color:var(--feature-image--background) transparent transparent}.module__banner--feature-image .module__banner-image svg{fill:var(--feature-image--background)}.module__banner--feature-image--primary{--feature-image--background:var(--color--primary,#0b7161);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--primary-hover{--feature-image--background:var(--color--primary-hover,#024c41)}.module__banner--feature-image--primary-hover-light{--feature-image--background:var(--color--primary-hover-light,#a4d1ca)}.module__banner--feature-image--secondary{--feature-image--background:var(--color--secondary,#c74298);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--tertiary{--feature-image--background:var(--color--tertiary,#035260);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--yellow{--feature-image--background:var(--color--yellow,#ffd923);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--orange{--feature-image--background:var(--color--orange,#ff9300);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--orange-dark{--feature-image--background:var(--color--orange-dark,#cc4e07)}.module__banner--feature-image--magenta{--feature-image--background:var(--color--magenta,#c74298);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--pink{--feature-image--background:var(--color--pink,#c74298)}.module__banner--feature-image--teal{--feature-image--background:var(--color--teal,#007d98);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--blue{--feature-image--background:var(--color--blue,#007d98)}.module__banner--feature-image--green{--feature-image--background:var(--color--green,#0b7161)}.module__banner--feature-image--turquoise{--feature-image--background:var(--color--turquoise,#0b7161);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--turquoise-light{--feature-image--background:var(--color--turquoise-light,#58bcaf);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--lt-turquoise{--feature-image--background:var(--color--lt-turquoise,#58bcaf)}.module__banner--feature-image--turquoise-light-hover{--feature-image--background:var(--color--turquoise-light-hover,#40a194)}.module__banner--feature-image--turquoise-dark{--feature-image--background:var(--color--turquoise-dark,#024c41);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--grey{--feature-image--background:var(--color--grey,#e1e1e1);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--grey-17{--feature-image--background:var(--color--grey-17,#5a5a5a)}.module__banner--feature-image--grey-18{--feature-image--background:var(--color--grey-18,#a4d1ca)}.module__banner--feature-image--grey-med{--feature-image--background:var(--color--grey-med,gray)}.module__banner--feature-image--grey-medium{--feature-image--background:var(--color--grey-medium,#8a8a8a)}.module__banner--feature-image--grey-light{--feature-image--background:var(--color--grey-light,#f8f8f8);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--grey-med-light{--feature-image--background:var(--color--grey-med-light,#e1e1e1);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--grey-dark{--feature-image--background:var(--color--grey-dark,#333);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--grey-blue{--feature-image--background:var(--color--grey-blue,#f0f9fb)}.module__banner--feature-image--charcoal{--feature-image--background:var(--color--charcoal,#363635);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--charcoal-light{--feature-image--background:var(--color--charcoal-light,#474848)}.module__banner--feature-image--charcoal-dark{--feature-image--background:var(--color--charcoal-dark,#1a1a1a)}.module__banner--feature-image--black{--feature-image--background:var(--color--black,#000);--feature-image--color:var(--color--white,#fff)}.module__banner--feature-image--white{--feature-image--background:var(--color--white,#fff);--feature-image--color:var(--color--charcoal,#363635)}.module__banner--feature-image--disabled{--feature-image--background:var(--color--disabled,#8a8a8a)}.module__banner--feature-image--error{--feature-image--background:var(--color--error,#cc4e07)}.module__banner--feature-image--required{--feature-image--background:var(--color--required,#d0021b)}.module__banner--course-split{overflow:hidden;background-color:unset;color:var(--banner-course-split--text-color);--banner-course-split--from-color:var(--color--grey-med-light,#e1e1e1);--banner-course-split--to-color:hsla(0,0%,88%,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split figure,.module__banner--course-split figure img,.module__banner--course-split picture,.module__banner--course-split picture img{all:unset;width:100%;height:100%;margin:0;padding:0;position:relative;top:0;bottom:0;left:0;right:0;aspect-ratio:unset;object-fit:cover;object-position:center}.module__banner--course-split .module__banner-image--wrapper{display:block;width:100%}.module__banner--course-split .module__banner-feature,.module__banner--course-split .module__banner-title{display:block}.module__banner--course-split .module__banner-title strong{margin-top:20px}.module__banner--course-split .module__banner-description{display:block}.module__banner--course-split .module__banner-cta{width:100%;margin-top:2rem;display:flex;gap:2rem;flex-wrap:wrap}.module__banner--course-split div.sup{margin-top:2rem}.module__banner--course-split a:not(.arrow_link){color:inherit;font-family:inherit;font-weight:inherit}.module__banner--course-split .module__banner-feature+*{z-index:10}.module__banner--course-split:after{content:"";width:var(--banner-course-split--background-width);height:100%;display:block;position:absolute;top:var(--banner-course-split--top);bottom:var(--banner-course-split--bottom);left:var(--banner-course-split--left);right:var(--banner-course-split--right);transform:skew(var(--banner-course-split--angle));transform-origin:var(--banner-course-split--transform-origin);z-index:0;background-color:var(--banner-course-split--background,transparent);background-image:linear-gradient(var(--banner-course-split--gradient-direction),var(--banner-course-split--from-color) var(--banner-course-split--from-position),var(--banner-course-split--to-color) var(--banner-course-split--to-position))}@media screen and (max-width:740px){.module__banner--course-split{--banner-course-split--background-width:100%;--banner-course-split--top:0;--banner-course-split--bottom:0;--banner-course-split--left:0;--banner-course-split--right:0;--banner-course-split--transform-origin:unset;--banner-course-split--background:var(--banner-course-split--from-color)}.module__banner--course-split:after{transform:unset;background-image:unset}}@media screen and (min-width:741px){.module__banner--course-split{--banner-course-split--background-width:90%;--banner-course-split--top:0;--banner-course-split--bottom:0;--banner-course-split--left:unset;--banner-course-split--right:calc(50% - 16px);--banner-course-split--angle:-16deg,0;--banner-course-split--transform-origin:bottom right;--banner-course-split--gradient-direction:75deg;--banner-course-split--from-position:93%;--banner-course-split--to-position:100%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--course-split{--banner-research-split--right:calc(50% - 410.5px + 410.5px - 8px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--course-split{--banner-research-split--right:calc(50% - 410.5px + 410.5px - 15px)}}.module__banner--course-split--primary{--banner-course-split--from-color:var(--color--primary,#0b7161);--banner-course-split--to-color:rgba(11,113,97,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--primary-hover{--banner-course-split--from-color:var(--color--primary-hover,#024c41);--banner-course-split--to-color:rgba(2,76,65,.8)}.module__banner--course-split--primary-hover-light{--banner-course-split--from-color:var(--color--primary-hover-light,#a4d1ca);--banner-course-split--to-color:rgba(164,209,202,.8)}.module__banner--course-split--secondary{--banner-course-split--from-color:var(--color--secondary,#c74298);--banner-course-split--to-color:rgba(199,66,152,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--tertiary{--banner-course-split--from-color:var(--color--tertiary,#035260);--banner-course-split--to-color:rgba(3,82,96,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split--yellow{--banner-course-split--from-color:var(--color--yellow,#ffd923);--banner-course-split--to-color:rgba(255,217,35,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split--orange{--banner-course-split--from-color:var(--color--orange,#ff9300);--banner-course-split--to-color:rgba(255,147,0,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--orange-dark{--banner-course-split--from-color:var(--color--orange-dark,#cc4e07);--banner-course-split--to-color:rgba(204,78,7,.8)}.module__banner--course-split--magenta{--banner-course-split--from-color:var(--color--magenta,#c74298);--banner-course-split--to-color:rgba(199,66,152,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--pink{--banner-course-split--from-color:var(--color--pink,#c74298);--banner-course-split--to-color:rgba(199,66,152,.8)}.module__banner--course-split--teal{--banner-course-split--from-color:var(--color--teal,#007d98);--banner-course-split--to-color:rgba(0,125,152,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--blue{--banner-course-split--from-color:var(--color--blue,#007d98);--banner-course-split--to-color:rgba(0,125,152,.8)}.module__banner--course-split--green{--banner-course-split--from-color:var(--color--green,#0b7161);--banner-course-split--to-color:rgba(11,113,97,.8)}.module__banner--course-split--turquoise{--banner-course-split--from-color:var(--color--turquoise,#0b7161);--banner-course-split--to-color:rgba(11,113,97,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--turquoise-light{--banner-course-split--from-color:var(--color--turquoise-light,#58bcaf);--banner-course-split--to-color:rgba(88,188,175,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split--lt-turquoise{--banner-course-split--from-color:var(--color--lt-turquoise,#58bcaf);--banner-course-split--to-color:rgba(88,188,175,.8)}.module__banner--course-split--turquoise-light-hover{--banner-course-split--from-color:var(--color--turquoise-light-hover,#40a194);--banner-course-split--to-color:rgba(64,161,148,.8)}.module__banner--course-split--turquoise-dark{--banner-course-split--from-color:var(--color--turquoise-dark,#024c41);--banner-course-split--to-color:rgba(2,76,65,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--grey{--banner-course-split--from-color:var(--color--grey,#e1e1e1);--banner-course-split--to-color:hsla(0,0%,88%,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split--grey-17{--banner-course-split--from-color:var(--color--grey-17,#5a5a5a);--banner-course-split--to-color:rgba(90,90,90,.8)}.module__banner--course-split--grey-18{--banner-course-split--from-color:var(--color--grey-18,#a4d1ca);--banner-course-split--to-color:rgba(164,209,202,.8)}.module__banner--course-split--grey-med{--banner-course-split--from-color:var(--color--grey-med,gray);--banner-course-split--to-color:hsla(0,0%,50%,.8)}.module__banner--course-split--grey-medium{--banner-course-split--from-color:var(--color--grey-medium,#8a8a8a);--banner-course-split--to-color:hsla(0,0%,54%,.8)}.module__banner--course-split--grey-light{--banner-course-split--from-color:var(--color--grey-light,#f8f8f8);--banner-course-split--to-color:hsla(0,0%,97%,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split--grey-med-light{--banner-course-split--from-color:var(--color--grey-med-light,#e1e1e1);--banner-course-split--to-color:hsla(0,0%,88%,.8)}.module__banner--course-split--grey-dark{--banner-course-split--from-color:var(--color--grey-dark,#333);--banner-course-split--to-color:rgba(51,51,51,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--grey-dark .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--course-split--grey-dark .breadcrumbs__node .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner--course-split--grey-dark .breadcrumbs__node a.breadcrumbs__link{color:#fff}.module__banner--course-split--grey-blue{--banner-course-split--from-color:var(--color--grey-blue,#f0f9fb);--banner-course-split--to-color:rgba(240,249,251,.8)}.module__banner--course-split--charcoal{--banner-course-split--from-color:var(--color--charcoal,#363635);--banner-course-split--to-color:rgba(54,54,53,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--charcoal .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--course-split--charcoal .breadcrumbs__node .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner--course-split--charcoal .breadcrumbs__node a.breadcrumbs__link{color:#fff}.module__banner--course-split--charcoal-light{--banner-course-split--from-color:var(--color--charcoal-light,#474848);--banner-course-split--to-color:rgba(71,72,72,.8)}.module__banner--course-split--charcoal-dark{--banner-course-split--from-color:var(--color--charcoal-dark,#1a1a1a);--banner-course-split--to-color:rgba(26,26,26,.8)}.module__banner--course-split--black{--banner-course-split--from-color:var(--color--black,#000);--banner-course-split--to-color:rgba(0,0,0,.8);--banner-course-split--text-color:var(--color--white,#fff)}.module__banner--course-split--black .breadcrumbs__node .breadcrumbs__list-item:not(:first-child):before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -90px;display:inline-block;vertical-align:top;content:"";width:10px;height:12px}.module__banner--course-split--black .breadcrumbs__node .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#b3b3b3}.module__banner--course-split--black .breadcrumbs__node a.breadcrumbs__link{color:#fff}.module__banner--course-split--white{--banner-course-split--from-color:var(--color--white,#fff);--banner-course-split--to-color:hsla(0,0%,100%,.8);--banner-course-split--text-color:var(--color--charcoal,#363635)}.module__banner--course-split--disabled{--banner-course-split--from-color:var(--color--disabled,#8a8a8a);--banner-course-split--to-color:hsla(0,0%,54%,.8)}.module__banner--course-split--error{--banner-course-split--from-color:var(--color--error,#cc4e07);--banner-course-split--to-color:rgba(204,78,7,.8)}.module__banner--course-split--required{--banner-course-split--from-color:var(--color--required,#d0021b);--banner-course-split--to-color:rgba(208,2,27,.8)}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--course-split>.grid>.cell{width:50%}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--course-split>.grid>.cell{width:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--course-split>.grid>.cell{width:50%}}@media screen and (min-width:1601px){.module__banner--course-split .cell.cell--3-col{width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__banner--course-split .cell.cell--3-col{width:40%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--course-split .cell.cell--3-col{width:45%}}@media screen and (max-width:740px){.module__banner--course-split .cell.cell--3-col{margin-left:0;width:100%}}@media screen and (max-width:740px){.module__banner--course-split .module__banner-feature{display:none}.module__banner--course-split .module__banner-content--wrapper{padding:6rem 0}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--course-split .module__banner-feature{width:calc(50% - 8px)}}@media screen and (max-width:1200px){.module__banner--course-split .module__banner-cta{flex-direction:column}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--course-split .module__banner-feature{width:calc(50% - 410.5px + 410.5px - 15px)}}@media screen and (min-width:1201px){.module__banner--course-split .module__banner-feature{width:calc(50% - 510.5px + 510.5px - 15px)}.module__banner--course-split .module__banner-cta{flex-direction:row}}@media screen and (min-width:1601px){.module__banner--course-split .module__banner-feature{width:calc(50% - 710.5px + 710.50002px - 15px)}}.module__banner--dshield{width:100vw;height:auto;min-height:30rem;display:block;position:relative;overflow:hidden;color:var(--banner-dshield--text-color);--banner-dshield--text-color:var(--color--charcoal,#363635);--banner-dshield--background:var(--color--grey,gray);--banner-dshield--background-gradient:hsla(0,0%,50%,.8)}.module__banner--dshield figure,.module__banner--dshield figure img,.module__banner--dshield picture,.module__banner--dshield picture img{all:unset;width:100%;height:100%;object-fit:cover;object-position:var(--banner-dshield--image-position);aspect-ratio:unset;vertical-align:top;display:block}.module__banner--dshield a:not([class*=arrow_link]),.module__banner--dshield a:not([class*=arrow_link]):active,.module__banner--dshield a:not([class*=arrow_link]):focus,.module__banner--dshield a:not([class*=arrow_link]):focus-within,.module__banner--dshield a:not([class*=arrow_link]):hover,.module__banner--dshield a:not([class*=button]),.module__banner--dshield a:not([class*=button]):active,.module__banner--dshield a:not([class*=button]):focus,.module__banner--dshield a:not([class*=button]):focus-within,.module__banner--dshield a:not([class*=button]):hover,.module__banner--dshield a:not([class*=download_link]),.module__banner--dshield a:not([class*=download_link]):active,.module__banner--dshield a:not([class*=download_link]):focus,.module__banner--dshield a:not([class*=download_link]):focus-within,.module__banner--dshield a:not([class*=download_link]):hover,.module__banner--dshield a:not([class*=video_link]),.module__banner--dshield a:not([class*=video_link]):active,.module__banner--dshield a:not([class*=video_link]):focus,.module__banner--dshield a:not([class*=video_link]):focus-within,.module__banner--dshield a:not([class*=video_link]):hover{color:inherit;font-family:inherit;font-weight:inherit}.module__banner--dshield .cell,.module__banner--dshield .grid{height:100%}.module__banner--dshield__image{z-index:0}.module__banner--dshield__content,.module__banner--dshield__image{all:unset;width:100vw;height:auto;min-height:30rem;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.module__banner--dshield__content{z-index:1}.module__banner--dshield__content--inner{width:100%;height:100%;min-height:30rem;display:flex;flex-direction:column;flex-wrap:wrap;place-items:start;place-content:start center;gap:2rem}.module__banner--dshield__body,.module__banner--dshield__large-text,.module__banner--dshield__title{margin-block:unset}@media screen and (max-width:740px){.module__banner--dshield{--banner-dshield--image-position:80% center}.module__banner--dshield__image{min-height:unset;display:none;visibility:hidden}.module__banner--dshield__content{min-height:unset;padding-block:7rem;position:relative;background-color:var(--banner-dshield--background);background-image:unset;background-attachment:unset;background-repeat:no-repeat}.module__banner--dshield__content--inner{min-height:unset}}@media screen and (min-width:741px){.module__banner--dshield{--banner-dshield--image-position:70% center;width:auto;min-height:44rem}.module__banner--dshield .cell,.module__banner--dshield .grid{min-height:44rem}.module__banner--dshield .cell{padding-inline-start:0}.module__banner--dshield__image{width:auto;min-height:44rem}.module__banner--dshield__content{width:auto;min-height:44rem;position:relative}.module__banner--dshield__content--inner{min-height:34rem;margin-block:5rem;padding-block:6rem;padding-inline:4rem 6rem;position:relative;isolation:isolate}.module__banner--dshield__content--inner,.module__banner--dshield__content--inner:before{border-top-right-radius:99999px;border-bottom-right-radius:99999px}.module__banner--dshield__content--inner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background-color:transparent;background-image:linear-gradient(116deg,var(--banner-dshield--background) 40%,var(--banner-dshield--background-gradient) 110%);background-attachment:unset;background-repeat:no-repeat}}@media screen and (min-width:1201px){.module__banner--dshield{--banner-dshield--image-position:left center}}.module__banner--dshield--primary{--banner-dshield--background:var(--color--primary,#0b7161);--banner-dshield--background-gradient:rgba(11,113,97,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--primary-hover{--banner-dshield--background:var(--color--primary-hover,#024c41);--banner-dshield--background-gradient:rgba(2,76,65,.8)}.module__banner--dshield--primary-hover-light{--banner-dshield--background:var(--color--primary-hover-light,#a4d1ca);--banner-dshield--background-gradient:rgba(164,209,202,.8)}.module__banner--dshield--secondary{--banner-dshield--background:var(--color--secondary,#c74298);--banner-dshield--background-gradient:rgba(199,66,152,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--tertiary{--banner-dshield--background:var(--color--tertiary,#035260);--banner-dshield--background-gradient:rgba(3,82,96,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--yellow{--banner-dshield--background:var(--color--yellow,#ffd923);--banner-dshield--background-gradient:rgba(255,217,35,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--orange{--banner-dshield--background:var(--color--orange,#ff9300);--banner-dshield--background-gradient:rgba(255,147,0,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--orange-dark{--banner-dshield--background:var(--color--orange-dark,#cc4e07);--banner-dshield--background-gradient:rgba(204,78,7,.8)}.module__banner--dshield--magenta{--banner-dshield--background:var(--color--magenta,#c74298);--banner-dshield--background-gradient:rgba(199,66,152,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--pink{--banner-dshield--background:var(--color--pink,#c74298);--banner-dshield--background-gradient:rgba(199,66,152,.8)}.module__banner--dshield--teal{--banner-dshield--background:var(--color--teal,#007d98);--banner-dshield--background-gradient:rgba(0,125,152,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--blue{--banner-dshield--background:var(--color--blue,#007d98);--banner-dshield--background-gradient:rgba(0,125,152,.8)}.module__banner--dshield--green{--banner-dshield--background:var(--color--green,#0b7161);--banner-dshield--background-gradient:rgba(11,113,97,.8)}.module__banner--dshield--turquoise{--banner-dshield--background:var(--color--turquoise,#0b7161);--banner-dshield--background-gradient:rgba(11,113,97,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--turquoise-light{--banner-dshield--background:var(--color--turquoise-light,#58bcaf);--banner-dshield--background-gradient:rgba(88,188,175,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--lt-turquoise{--banner-dshield--background:var(--color--lt-turquoise,#58bcaf);--banner-dshield--background-gradient:rgba(88,188,175,.8)}.module__banner--dshield--turquoise-light-hover{--banner-dshield--background:var(--color--turquoise-light-hover,#40a194);--banner-dshield--background-gradient:rgba(64,161,148,.8)}.module__banner--dshield--turquoise-dark{--banner-dshield--background:var(--color--turquoise-dark,#024c41);--banner-dshield--background-gradient:rgba(2,76,65,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--grey{--banner-dshield--background:var(--color--grey,#e1e1e1);--banner-dshield--background-gradient:hsla(0,0%,88%,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--grey-17{--banner-dshield--background:var(--color--grey-17,#5a5a5a);--banner-dshield--background-gradient:rgba(90,90,90,.8)}.module__banner--dshield--grey-18{--banner-dshield--background:var(--color--grey-18,#a4d1ca);--banner-dshield--background-gradient:rgba(164,209,202,.8)}.module__banner--dshield--grey-med{--banner-dshield--background:var(--color--grey-med,gray);--banner-dshield--background-gradient:hsla(0,0%,50%,.8)}.module__banner--dshield--grey-medium{--banner-dshield--background:var(--color--grey-medium,#8a8a8a);--banner-dshield--background-gradient:hsla(0,0%,54%,.8)}.module__banner--dshield--grey-light{--banner-dshield--background:var(--color--grey-light,#f8f8f8);--banner-dshield--background-gradient:hsla(0,0%,97%,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--grey-med-light{--banner-dshield--background:var(--color--grey-med-light,#e1e1e1);--banner-dshield--background-gradient:hsla(0,0%,88%,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--grey-dark{--banner-dshield--background:var(--color--grey-dark,#333);--banner-dshield--background-gradient:rgba(51,51,51,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--grey-blue{--banner-dshield--background:var(--color--grey-blue,#f0f9fb);--banner-dshield--background-gradient:rgba(240,249,251,.8)}.module__banner--dshield--charcoal{--banner-dshield--background:var(--color--charcoal,#363635);--banner-dshield--background-gradient:rgba(54,54,53,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--charcoal-light{--banner-dshield--background:var(--color--charcoal-light,#474848);--banner-dshield--background-gradient:rgba(71,72,72,.8)}.module__banner--dshield--charcoal-dark{--banner-dshield--background:var(--color--charcoal-dark,#1a1a1a);--banner-dshield--background-gradient:rgba(26,26,26,.8)}.module__banner--dshield--black{--banner-dshield--background:var(--color--black,#000);--banner-dshield--background-gradient:rgba(0,0,0,.8);--banner-dshield--text-color:var(--color--white,#fff)}.module__banner--dshield--white{--banner-dshield--background:var(--color--white,#fff);--banner-dshield--background-gradient:hsla(0,0%,100%,.8);--banner-dshield--text-color:var(--color--charcoal,#363635)}.module__banner--dshield--disabled{--banner-dshield--background:var(--color--disabled,#8a8a8a);--banner-dshield--background-gradient:hsla(0,0%,54%,.8)}.module__banner--dshield--error{--banner-dshield--background:var(--color--error,#cc4e07);--banner-dshield--background-gradient:rgba(204,78,7,.8)}.module__banner--dshield--required{--banner-dshield--background:var(--color--required,#d0021b);--banner-dshield--background-gradient:rgba(208,2,27,.8)}.emergency{font-family:Arial,sans-serif;font-weight:400;font-style:normal;position:relative;width:100%;background-color:#ab2328;padding:120px 0 40px}.wf-opensans-n4-active .emergency{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:981px){.emergency{transition:padding-top .2s ease-in-out}.breadcrumbs__hide .emergency{padding-top:48px}}.emergency__text{display:table}.emergency p{display:table-cell;vertical-align:middle;width:100%;margin-top:12px;padding-left:50px;padding-right:20px;color:#fff;font-size:2.4rem;line-height:3.2rem;position:relative}.emergency p span{position:absolute;left:0;top:50%;margin-right:20px;margin-top:-17px}.emergency-link{display:table-cell;width:300px;float:right}.emergency-link a{display:block;padding:15px 24px;font-size:1.6rem;background-color:#fff;color:#333;font-weight:400;border-radius:3px;box-shadow:0 2px 2px rgba(0,0,0,.2)}.emergency-link a:focus,.emergency-link a:hover{color:#0b7161}@media screen and (max-width:980px){.emergency{top:0}}@media screen and (max-width:740px){.emergency{padding:80px 0 20px}.emergency__text{position:static}.emergency p{display:block;font-size:1.6rem;margin-top:0}.emergency p span{top:0;margin-top:-5px}.emergency-link{display:block;margin-top:10px;width:auto;float:none}.emergency-link a{padding:10px 20px;float:left;margin-left:54px}}.navigation__utility{margin:0 0 40px}.navigation__utility .compare__count i{font-style:normal}@media screen and (min-width:981px){.navigation__utility{position:fixed;right:10px;margin:0!important;z-index:250;transition:right .2s cubic-bezier(.2,0,.2,.2)}}@media screen and (max-width:980px){.navigation__utility{position:relative!important;top:0!important}}@media screen and (min-width:981px){.navigation__utility{width:130px}}@media screen and (max-width:980px){.navigation__utility--sticky .navigation__utility{padding-top:65px}}.navigation__utility--items{position:relative;padding:0;margin:0;list-style:none}@media screen and (max-width:980px){.navigation__utility--items{display:flex;justify-content:flex-end;margin:0 auto;padding:15px 16px;z-index:10}.navigation__utility--items>:first-child{margin-left:0}.navigation__utility--items>*{flex:1;margin-left:5px!important}}@media screen and (min-width:741px) and (max-width:980px){.navigation__utility--items{max-width:709px}}@media screen and (max-width:740px){.navigation__utility--items{max-width:513px;z-index:49}}@media screen and (max-width:980px){.navigation__utility--sticky .navigation__utility--items{position:fixed;left:0;right:0}}@media screen and (min-width:741px) and (max-width:980px){.navigation__utility--sticky .navigation__utility--items{top:70px}}@media screen and (max-width:740px){.navigation__utility--sticky .navigation__utility--items{top:44px}}.navigation__utility--sticky .navigation__utility--items:before{position:absolute;top:0;left:50%;height:100%;width:100vw;transform:translateX(-50%);background-color:#fff;box-shadow:4px 4px 6px hsla(300,2%,75%,.4)}@media screen and (max-width:980px){.navigation__utility--sticky .navigation__utility--items:before{content:""}}@media screen and (min-width:741px) and (max-width:980px){.navigation__course--sticky.navigation__utility--sticky .navigation__utility--items{top:127px}}@media screen and (max-width:740px){.navigation__course--sticky.navigation__utility--sticky .navigation__utility--items{top:101px}}@media screen and (max-width:980px){.navigation__utility--item.navigation__utility--hide-touch{display:none!important}}.navigation__utility--item{position:relative;background:transparent!important;padding:0;margin:0}@media screen and (min-width:981px){.navigation__utility--item{margin:0 0 5px!important}}@media screen and (max-width:980px){.navigation__utility--item{float:left;width:100%;margin-top:1px!important}}@media screen and (max-width:980px){.navigation__utility--3-up .navigation__utility--item{width:33.33333333%}}.navigation__utility--item-sticky a,.navigation__utility--item-sticky a:focus,.navigation__utility--item-sticky a:hover{color:#fff}.navigation__utility--item-yellow a{background-color:#ffd923;color:#000;cursor:pointer}.navigation__utility--item-yellow a:focus,.navigation__utility--item-yellow a:hover{background-color:#b29718;color:#000}html.ie8 .utility__button--sticky .navigation__utility--item{right:-260px}.navigation__utility--item a{height:34px;text-align:center;text-decoration:none}@media screen and (max-width:980px){.navigation__utility--item.navigation__utility--live-chat{display:none}}.navigation__utility--link{position:relative;display:table;width:100%;font-family:Arial,sans-serif;font-weight:600;font-style:normal;color:#fff;font-size:1.2rem;line-height:1.6rem;border:1px solid #fff;background-color:#363635;border-radius:22px;transition:background-color .15s ease-out,color .15s ease-out}@media screen and (min-width:981px) and (max-width:1600px){.navigation__utility--link{font-size:1.2rem}}@media screen and (max-width:980px){.navigation__utility--link{display:block;border:0}}@media screen and (max-width:740px){.navigation__utility--link{font-size:1.2rem;line-height:1.4rem}}.navigation__utility--link.background--yellow{color:#363635!important}.navigation__utility--link.background--yellow:hover{color:#fff!important;background-color:#b29718!important}.navigation__utility--link.background--charcoal:hover{background-color:#8a8a8a!important}.navigation__utility--link.background--green{background-color:#0b7161!important}.navigation__utility--link.background--green:hover{background-color:#024c41!important}.navigation__utility--link.background--magenta{background-color:#c74298!important}.navigation__utility--link.background--magenta:hover{background-color:#8a2e6a!important}.navigation__utility--link.background--magenta-outline{color:#c74298;background-color:#fff;border:1px solid #c74298}.navigation__utility--link.background--magenta-outline:hover{color:#363635;background-color:#eab8d8!important}.navigation__utility--link.background--blue:hover{background-color:#003c4b!important}.navigation__utility--link[href^=tel]{color:#fff}.navigation__utility--link:focus,.navigation__utility--link:hover{color:#fff;background-color:#4d4d4b}.navigation__utility--link.navigation__utility--secondary{background:#0b7161}.navigation__utility--link.navigation__utility--secondary:focus,.navigation__utility--link.navigation__utility--secondary:hover{background-color:#c74298;color:#fff}.navigation__utility--link.navigation__utility--tertiary{color:#0b7161;border:1px solid #0b7161;background:#fff}.navigation__utility--link.navigation__utility--tertiary:focus,.navigation__utility--link.navigation__utility--tertiary:hover{background-color:#0b7161;color:#fff}.navigation__utility--link.navigation__utility--tertiary:focus .icon__share,.navigation__utility--link.navigation__utility--tertiary:hover .icon__share{background-position:-300px -180px}@media screen and (max-width:980px){.navigation__utility--link__content{display:table-cell;vertical-align:middle}}.navigation__utility--link__content--wrapper{display:table-cell;vertical-align:middle}@media screen and (max-width:980px){.navigation__utility--link__content--wrapper{position:relative;display:table;margin:0 auto;height:100%}}@media screen and (min-width:741px) and (max-width:980px){.navigation__utility--link__content--wrapper{padding:0 15px}}@media screen and (max-width:740px){.navigation__utility--link__content--wrapper{padding:0 5px}}.navigation__utility--link__content--inner{display:flex;justify-content:center;align-items:center;height:100%}.navigation__utility--link .icon{margin-right:4px;font-size:2rem}@media screen and (max-width:740px){.navigation__utility--link .icon{display:none}}@media screen and (max-width:980px){.navigation__utility--link .icon__wrapper{display:table-cell;vertical-align:middle}}.navigation__utility--link .sticky-hide{font-family:Arial,sans-serif;font-weight:600;font-style:normal;display:block;text-transform:uppercase}@media screen and (max-width:980px){.navigation__utility--link .sticky-hide{display:table-cell;vertical-align:middle}}.show_call-now{display:none}.navigation__utility-link_Call_now:hover .show_call-now{display:block}.navigation__utility-link_Call_now:hover .sticky-hide{display:none}.navigation__utility-link_Get_more_info{cursor:pointer}.block__links{width:100%}@media screen and (min-width:1201px){.block__links{display:table;table-layout:fixed}}p+.block__links{margin-top:40px}@media screen and (max-width:1200px){p+.block__links{margin-top:30px}}.block__link{position:relative;display:inline-block;float:left;padding:0;margin:0;width:50%;text-align:left;background:transparent;color:#fff;font-family:Arial,sans-serif;font-weight:600;font-style:normal;line-height:2.8rem;font-size:2rem;background:#333;border:10px solid #fff;transition:background .15s ease-out}.wf-opensans-n7-active .block__link{font-family:Open Sans,Arial,sans-serif}.block__link:focus,.block__link:hover{color:#fff;text-decoration:underline;background:#222}.block__link:before{content:"";display:block;padding-top:100%}@media screen and (max-width:740px){.block__link{width:100%}.block__link:before{padding-top:60%}}@media screen and (min-width:1201px){.block__link{display:table-cell;float:none;width:100%}}.block__link em{display:block;text-transform:uppercase;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-style:normal;font-size:1.2rem}.wf-worldlybold-n4-active .block__link em{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.block__link--content{display:table-cell;vertical-align:middle;padding:30px}.block__link--content-wrapper{display:block;position:absolute;top:0;width:100%;height:100%}.block__link--content-table{display:table;width:100%;height:100%}.block__link--green{background-color:#3a8c7b}.block__link--green:focus,.block__link--green:hover{background-color:#317769}.block__link--red{background-color:#7b3048}.block__link--red:focus,.block__link--red:hover{background-color:#69293d}.block__link--purple{background-color:#5a4a61}.block__link--purple:focus,.block__link--purple:hover{background-color:#4d3f52}.module__content-panel{position:relative;margin-top:80px;margin-bottom:40px}.module__content-panel:after,.module__content-panel:before{content:" ";display:table}.module__content-panel:after{clear:both}.module__content-panel--static{position:static}.module__content-panel:not(.module__fee-help,.mosaic__container) .module__content-panel{margin-top:0;margin-bottom:0}.module__content-panel--no-top{margin-top:0}.module__content-panel--no-bottom{margin-bottom:0}.module__content-panel.module__course-stacked-content .module__content-panel--wrapper:nth-child(n+3){margin-top:40px;margin-bottom:40px}.module__content-panel.module__course-stacked-content .module__content-panel--wrapper:last-child{margin-bottom:0}.module__content-panel--standard-text{margin-top:50px}.module__content-panel--text .module__overview--content>.module__content-panel--standard-text:first-child,.module__content-panel--text>.module__content-panel--standard-text:first-child{margin-top:0}.module__content-panel .module__overview--content p{font-size:1.8rem;line-height:2.6rem}@media only screen and (max-width:740px){.module__content-panel .module__content-panel--col-right .module__content-panel--col--content .module__content-panel--content ul{margin-top:-1.5rem}}.module__content-panel-10-col{position:relative;margin-left:-8px;margin-right:-8px}.module__content-panel-10-col:after,.module__content-panel-10-col:before{content:" ";display:table}.module__content-panel-10-col:after{clear:both}@media screen and (min-width:981px){.module__content-panel-10-col{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__content-panel-10-col{margin-left:0;margin-right:0}}.module__content-panel-10-col--small-spacing{margin-top:40px}.module__content-panel-10-col--large-spacing,.module__content-panel-10-col-container{margin-top:80px!important}@media screen and (max-width:740px){.module__content-panel-10-col--large-spacing,.module__content-panel-10-col-container{margin-top:50px!important}}@media screen and (min-width:1601px){.module__content-panel-10-col .module__content-panel--text--full-width{margin-left:8.33333333%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel-10-col .module__content-panel--text--full-width{margin-left:0;width:80%}}.module__content-panel-10-col .submodule{padding:15px 10px;border-radius:20px;background-color:#f5f5f5}@media screen and (min-width:741px){.module__content-panel-10-col .submodule{margin-left:-10px;margin-right:-10px}}*+.module__content-panel-10-col .submodule{margin-top:15px}.background--grey-med-light .module__content-panel-10-col .submodule{background-color:#fff}.background--grey-med-light .module__content-panel-10-col .submodule__container{margin-bottom:50px;background-color:#f5f5f5}.background--grey-med-light .module__content-panel-10-col .submodule__container+.submodule__container{margin-top:-40px}.module__content-panel-10-col .submodule__container{margin-top:20px;padding:25px 20px 10px;border-radius:20px;background-color:#e1e1e1}@media screen and (max-width:740px){.module__content-panel-10-col .submodule__container{padding:25px 12px 12px}}@media screen and (max-width:740px){.module__content-panel-10-col .submodule__container--unit{padding-top:15px}}@media screen and (max-width:740px){.module__content-panel-10-col .flexbox--space-between>*{margin-top:10px}}.module__content-panel-10-col .module__accordion .submodule__container{padding:20px}@media screen and (max-width:740px){.module__content-panel-10-col .background--grey-light.alternate .submodule__container.background--white{background-color:#f5f5f5!important}}@media screen and (max-width:740px){.module__content-panel-10-col .background--grey-light.alternate .submodule__container.background--white .list__styled ol li:before{background-color:#fff}}.module__content-panel-10-col .list__styled--blue .list__styled-heading,.module__content-panel-10-col .list__styled--blue li:before{color:#006d88}.module__content-panel-10-col .list__styled ol li{padding-top:0;padding-left:36px}.module__content-panel-10-col .list__styled ol li:before{font-family:Arial,sans-serif;font-weight:600;font-style:normal;height:26px;width:26px;font-size:1.5rem;line-height:2.5rem;background-color:#f5f5f5}.module__content-panel-10-col .list__styled-heading+p{margin-top:5px}.module__content-panel.module__content-panel-rebrand ul{padding-left:20px}.module__content-panel.module__content-panel-rebrand ul li{padding-left:15px}.module__content-panel.module__content-panel-rebrand .module__content-panel--title{margin-bottom:20px}@media screen and (min-width:1601px){.module__content-panel.module__content-panel-rebrand .module__content-panel--text,.module__content-panel.module__content-panel-rebrand .module__content-panel--title{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel.module__content-panel-rebrand .module__content-panel--text,.module__content-panel.module__content-panel-rebrand .module__content-panel--title{margin-left:10%;width:80%}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel.module__content-panel-rebrand .module__content-panel--text,.module__content-panel.module__content-panel-rebrand .module__content-panel--title{margin-left:10%;width:80%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel.module__content-panel-rebrand .module__content-panel--text,.module__content-panel.module__content-panel-rebrand .module__content-panel--title{width:100%}}.module__content-panel.module__content-panel-rebrand .module__content-panel--2-col{display:flex;flex:1}@media only screen and (max-width:740px){.module__content-panel.module__content-panel-rebrand .module__content-panel--2-col{flex-wrap:wrap}}.module__content-panel.module__content-panel-rebrand .module__content-panel--2-col .module__content-panel--col--content{display:flex;flex-direction:column;height:100%}.module__content-panel.module__content-panel-rebrand .module__content-panel--2-col .module__content-panel--col--content .module__content-panel--content{height:100%;display:flex;flex-direction:column;flex:1}@media screen and (min-width:1601px){.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--text,.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--title{margin-left:8.33333333%;width:83.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--text,.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--title{margin-left:0;width:100%}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--text,.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--title{margin-left:0;width:100%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--text,.module__content-panel.module__content-panel-rebrand--full-width .module__content-panel--title{width:100%}}.module__content-panel--wrapper{position:relative;width:100%;margin:0 auto;padding-left:8px;padding-right:8px}@media screen and (min-width:1601px){.module__content-panel--wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--wrapper{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__content-panel--wrapper{max-width:513px}}.module__content-panel--wrapper:after,.module__content-panel--wrapper:before{content:" ";display:table}.module__content-panel--wrapper:after{clear:both}@media screen and (min-width:981px){.module__content-panel--wrapper{padding-left:15px;padding-right:15px}}@media screen and (max-width:740px){.module__content-panel--wrapper{padding-left:15px;padding-right:15px}}.module__content-panel--wrapper-small{padding-bottom:0!important}.module__content-panel--wrapper.module__content-panel--wrapper--paragraph-spacing{padding-bottom:20px}.module__content-panel--wrapper.homepage__news{padding-top:10px}.module__content-panel--wrapper .homepage__news-view-all{margin-top:-1.2rem}.module__banner+.module__content-panel--wrapper:not([class*=background]){padding-top:40px}@media screen and (max-width:1200px){.module__banner+.module__content-panel--wrapper:not([class*=background]){padding-top:30px}}.module__content-panel[class*=background]{padding-top:40px;padding-bottom:40px;margin-top:80px;margin-bottom:0}.module__content-panel[class*=background] .module__divider{display:none}.module__content-panel[class*=background]+.module__content-panel[class*=background]{margin-top:0}.module__content-panel--no-divider .module__divider{display:none}@media screen and (max-width:740px){.module__content-panel.background--grey-dark.align--center h3{font-size:1.6rem;line-height:2.4rem}}.module__content-panel--mobile-divider .module__divider{display:none}@media screen and (max-width:740px){.module__content-panel--mobile-divider .module__divider{display:block}}.module__content-panel--internal-background{padding-top:0!important;margin-bottom:70px;overflow:hidden;background-color:var(--color--grey-light,#f5f5f5)}@media screen and (max-width:1200px){.module__content-panel--internal-background{margin-bottom:50px}}.module__content-panel--internal-background+.module__content-panel--no-divider{padding-top:0}.module__content-panel--internal-background .module__content-panel--wrapper{padding-bottom:0;background-color:var(--color--grey-light,#f5f5f5)}.module__content-panel--internal-background .internal-background{margin:0 auto;padding:40px 0 0}@media screen and (min-width:1601px){.module__content-panel--internal-background .internal-background{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--internal-background .internal-background{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--internal-background .internal-background{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--internal-background .internal-background{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__content-panel--internal-background .internal-background{max-width:513px}}.module__content-panel--internal-background .internal-background a:not(.button):not([href^=tel]),.module__content-panel--internal-background .internal-background a:not(.button):not([href^=tel]):focus,.module__content-panel--internal-background .internal-background a:not(.button):not([href^=tel]):hover{color:#0b7161}.module__content-panel--internal-background .internal-background .module__accordion--title:focus,.module__content-panel--internal-background .internal-background .module__accordion--title:hover{color:#036171}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--internal-background .internal-background{padding:30px 0 0}}@media screen and (max-width:980px){.module__content-panel--internal-background .internal-background{padding:30px 8px 0}}.module__content-panel--internal-background.background--white .internal-background{padding-top:0}.module__content-panel--title{display:inline-block;vertical-align:top;position:relative;padding-left:8px;padding-right:8px}.module__content-panel--title h2{margin:0;padding:0}@media screen and (max-width:1200px){.module__content-panel--title{z-index:1}}@media screen and (min-width:981px){.module__content-panel--title{padding-left:15px;padding-right:15px}}@media screen and (min-width:741px){.module__content-panel--title{float:left}}@media screen and (min-width:1601px){.module__content-panel--title{margin-left:16.66666667%;width:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--title{margin-left:10%;width:20%}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--title{width:20%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--title{width:25%}}@media screen and (max-width:740px){.module__content-panel--title{margin-bottom:20px}}.module__content-panel--title--full-width{width:100%;position:relative;padding-left:8px;padding-right:8px}@media screen and (min-width:981px){.module__content-panel--title--full-width{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__content-panel--title--full-width{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--title--full-width{margin-left:10%;width:80%}}.module__content-panel--title--full-width+div{margin-top:20px}@media screen and (max-width:1200px){.module__content-panel--title--full-width+div{margin-top:20px}}.module__content-panel--title--full-width.module__content-panel--title--full-width--no-spacing+div{margin-top:0}.module__content-panel--title--full-width h2{margin:0;padding:0}[class*=module__content-panel]+.module__content-panel--no-title-offset{margin-top:30px}@media screen and (min-width:1601px){.module__content-panel--no-title-offset{margin-left:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--no-title-offset{margin-left:30%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--no-title-offset{margin-left:25%}}.module__content-panel--number-title{counter-increment:b}.module__content-panel--number-title--container{counter-reset:b}.module__content-panel--number-title--container--hide-initial-divider .module__divider:first-of-type{display:none}.module__content-panel--number-title span{display:block;width:55px;height:55px;line-height:55px;border-radius:50%;border:2px solid #e26f1c;font-family:Arial,sans-serif;font-size:2.4rem;text-align:center}.wf-worldlylight-n4-active .module__content-panel--number-title span{font-family:Worldly Light,Open Sans,Arial,sans-serif}.module__content-panel--number-title span:before{content:counter(b)}.module__content-panel--section-title{padding-top:60px;padding-bottom:60px}@media screen and (max-width:740px){.module__content-panel--section-title{padding-top:30px;padding-bottom:30px}}.module__content-panel--section-title h2{color:#c74298;font-size:3.4rem;line-height:3.4rem;letter-spacing:.7px;font-family:Arial,sans-serif}.wf-worldlylight-n4-active .module__content-panel--section-title h2{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__content-panel--section-title h2{font-size:2.6rem}}.module__content-panel--pagination{position:relative;margin-bottom:0}.module__content-panel--pagination:after,.module__content-panel--pagination:before{content:" ";display:table}.module__content-panel--pagination:after{clear:both}@media screen and (min-width:1601px){.module__content-panel--pagination{margin-left:25%;width:50%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--pagination{margin-left:20%;width:60%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--pagination{margin-left:12.5%;width:75%}}.module__content-panel--wrapper>.module__content-panel--pagination{padding-left:8px;padding-right:8px}@media screen and (min-width:981px){.module__content-panel--wrapper>.module__content-panel--pagination{padding-left:15px;padding-right:15px}}.module__tabs--content-es--wrapper>.module__content-panel--pagination{margin-left:0!important;width:100%}.module__content-panel--text{padding-left:8px;padding-right:8px}@media screen and (min-width:741px){.module__content-panel--text{display:inline-block;vertical-align:top;float:left}.module__content-panel--text--course{padding-top:0}}.module__content-panel--text>div+div,.module__content-panel--text>div+div.module__content-panel--2-col,.module__content-panel--text>div+div.module__content-panel--3-col{margin-top:50px}@media screen and (min-width:981px){.module__content-panel--text{padding-left:15px;padding-right:15px}}@media screen and (max-width:1200px){.module__content-panel--text{position:relative;z-index:1}}@media screen and (min-width:1601px){.module__content-panel--text{width:50%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--text{width:60%}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--text{width:80%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--text{width:75%}}.module__content-panel--text--full-width{position:relative;margin-bottom:0;width:100%;padding-left:8px;padding-right:8px}.module__content-panel--text--full-width:after,.module__content-panel--text--full-width:before{content:" ";display:table}.module__content-panel--text--full-width:after{clear:both}@media screen and (min-width:981px){.module__content-panel--text--full-width{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__content-panel--text--full-width{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--text--full-width{margin-left:10%;width:80%}}.module__content-panel--text--full-width.module__content-panel--form{width:auto}@media screen and (min-width:1601px){.module__content-panel--text--full-width.module__content-panel--form{width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--text--full-width.module__content-panel--form{width:80%}}.module__content-panel--text--full-width+.module__content-panel--title--full-width{margin-top:40px}@media screen and (max-width:1200px){.module__content-panel--text--full-width+.module__content-panel--title--full-width{margin-top:30px}}.module__content-panel--text--full-width>.link__cpl--course,.module__content-panel--text--full-width>.link__toggle--course{font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;text-transform:uppercase;margin-top:70px;display:inline-block;vertical-align:top;float:none;text-align:left;font-size:1.2rem;line-height:normal}.wf-worldlybold-n4-active .module__content-panel--text--full-width>.link__cpl--course,.wf-worldlybold-n4-active .module__content-panel--text--full-width>.link__toggle--course{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (max-width:1200px){.module__content-panel--text--full-width>.link__cpl--course,.module__content-panel--text--full-width>.link__toggle--course{margin-top:50px}}.module__content-panel--text--full-width .module__content-panel--title{margin-left:0;width:25%}@media screen and (max-width:740px){.module__content-panel--text--full-width .module__content-panel--title{width:100%}}.module__content-panel--text--full-width .module__content-panel--text{margin-left:0;width:75%}@media screen and (max-width:740px){.module__content-panel--text--full-width .module__content-panel--text{width:100%}}.module__content-panel--text--full-width .module__content-panel--text--inner{padding-bottom:40px}.module__content-panel--text--full-width .module__content-panel--text p{text-align:left}.module__content-panel--text--full-width .module__content-panel--text p>strong:first-child{font-size:1.2rem;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;text-transform:uppercase}.wf-worldlybold-n4-active .module__content-panel--text--full-width .module__content-panel--text p>strong:first-child{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.module__content-panel--text--full-width .module__content-panel--text .button--text{margin-top:0}.module__content-panel--text>img{margin:30px 0;max-width:100%;height:auto}.module__content-panel--no-title .module__content-panel--text{width:100%}@media screen and (min-width:1601px){.module__content-panel--no-title .module__content-panel--text{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--no-title .module__content-panel--text{margin-left:10%;width:80%}}@media screen and (min-width:1601px){.profile-info .module__content-panel--text{margin-left:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.profile-info .module__content-panel--text{margin-left:30%}}.module__content-panel--text .module__divider{padding-top:40px;padding-left:0}.module__content-panel--text .module__divider--wrapper{margin-left:0;padding-left:0}.module__content-panel--banner{position:relative;width:100%;height:490px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:top}@media screen and (max-width:1200px){.module__content-panel--banner{height:320px;margin-bottom:0}}.has-js .module__content-panel--banner{opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1)}.has-js .module__content-panel--banner.animate{opacity:1}.module__content-panel--banner div{height:100%}.module__content-panel--content>:first-child{margin-top:0}.module__content-panel--content-title{font-weight:700}.module__content-panel--content-title+p{margin-top:0}.module__content-panel--content-first{padding-top:40px}@media screen and (max-width:1200px){.module__content-panel--content-first{padding-top:30px}}.module__content-panel--2-col{margin-top:30px}.module__content-panel--2-col:after,.module__content-panel--2-col:before{content:" ";display:table}.module__content-panel--2-col:after{clear:both}.module__content-panel--text--course .module__content-panel--2-col{padding-top:0}.module__content-panel--2-col+.module__content-panel--content,.module__content-panel--2-col+hr{margin-top:40px}@media screen and (max-width:1200px){.module__content-panel--2-col+.module__content-panel--content,.module__content-panel--2-col+hr{margin-top:30px}}.module__content-panel--text>.module__content-panel--2-col:first-child{margin-top:0}.module__content-panel--2-col .module__content-panel--col{display:flex;flex-direction:column}@media screen and (min-width:981px){.module__content-panel--2-col .module__content-panel--col-left{padding-right:15px}.module__content-panel--2-col .module__content-panel--col-right{padding-left:15px}}@media screen and (min-width:741px){.module__content-panel--2-col .module__content-panel--col{display:inline-block;vertical-align:top;width:50%;float:left}.module__content-panel--2-col .module__content-panel--col-left{padding-right:8px}.module__content-panel--2-col .module__content-panel--col-right{padding-left:8px}}@media screen and (max-width:740px){.module__content-panel--2-col .module__content-panel--col-right{margin-top:30px}}.module__content-panel--2-col .module__content-panel--col--cta{display:flex;margin-top:20px;flex-grow:1;align-items:flex-end}.module__content-panel--2-col-auto{column-count:2;column-gap:30px;break-inside:avoid-column;margin-bottom:30px}html.ie8 .module__content-panel--2-col-auto:after,html.ie8 .module__content-panel--2-col-auto:before{content:" ";display:table}html.ie8 .module__content-panel--2-col-auto:after{clear:both}html.ie8 .module__content-panel--2-col-auto p{margin-top:0;padding-right:10px;float:left;width:50%}@media screen and (max-width:740px){.module__content-panel--2-col-auto{column-count:1;column-gap:0}}.module__content-panel--2-col .module__content-panel--content img{aspect-ratio:16/9}.module__content-panel--3-col{margin-top:50px}.module__content-panel--3-col:after,.module__content-panel--3-col:before{content:" ";display:table}.module__content-panel--3-col:after{clear:both}@media screen and (min-width:741px){.module__content-panel--3-col{margin-left:-15px;margin-right:-15px}}.module__content-panel--text>.module__content-panel--3-col:first-child{margin-top:0}.module__content-panel--3-col .module__content-panel--col{width:33.33333333%;float:left;padding:0 15px;display:flex;flex-direction:column}@media screen and (min-width:741px){.module__content-panel--3-col .module__content-panel--col:nth-child(3n+1){clear:left}}@media screen and (max-width:740px){.module__content-panel--3-col .module__content-panel--col{width:100%;clear:both;padding:0;margin-bottom:20px}.module__content-panel--3-col .module__content-panel--col+.module__content-panel--col{margin-top:30px}}.module__content-panel--3-col .module__content-panel--col h4{line-height:normal;margin-bottom:20px}.module__content-panel--3-col .module__content-panel--col--cta{display:flex;flex-grow:1;align-items:flex-end;margin-top:20px}.module__content-panel--3-col-auto{column-count:3;column-gap:30px;break-inside:avoid-column;margin-bottom:30px}html.ie8 .module__content-panel--3-col-auto:after,html.ie8 .module__content-panel--3-col-auto:before{content:" ";display:table}html.ie8 .module__content-panel--3-col-auto:after{clear:both}html.ie8 .module__content-panel--3-col-auto p{margin-top:0;padding-right:10px;float:left;width:33.33333333%}@media screen and (max-width:1200px){.module__content-panel--3-col-auto{column-count:2;column-gap:30px}}@media screen and (max-width:740px){.module__content-panel--3-col-auto{column-count:1;column-gap:0}}.module__content-panel--4-col{margin-top:50px;display:flex;flex-direction:row}.module__content-panel--4-col:after,.module__content-panel--4-col:before{content:" ";display:table}.module__content-panel--4-col:after{clear:both}@media screen and (max-width:740px){.module__content-panel--4-col{flex-direction:column}}@media screen and (max-width:1200px){.module__content-panel--4-col{flex-wrap:wrap}}@media screen and (min-width:741px){.module__content-panel--4-col{margin-left:-15px;margin-right:-15px}}.module__content-panel--4-col.viper-editable .module__content-panel--col{width:100%;margin-bottom:40px}.module__content-panel--text>.module__content-panel--4-col:first-child{margin-top:0}.module__content-panel--4-col .module__content-panel--col{width:25%;padding:0 15px;display:flex;flex-direction:column}@media screen and (max-width:740px){.module__content-panel--4-col .module__content-panel--col{width:100%;clear:both;padding:0;margin-bottom:20px}.module__content-panel--4-col .module__content-panel--col+.module__content-panel--col{margin-top:30px}}@media screen and (max-width:1200px){.module__content-panel--4-col .module__content-panel--col{width:50%}.module__content-panel--4-col .module__content-panel--col:nth-child(n+3){margin-top:40px}}.module__content-panel--4-col .module__content-panel--col h4{line-height:normal;margin-bottom:20px}.module__content-panel--4-col .module__content-panel--col--cta{display:flex;flex-grow:1;align-items:flex-end;margin-top:20px}.module__content-panel--4-col-auto{column-count:4;column-gap:30px;break-inside:avoid-column;margin-bottom:30px}html.ie8 .module__content-panel--4-col-auto:after,html.ie8 .module__content-panel--4-col-auto:before{content:" ";display:table}html.ie8 .module__content-panel--4-col-auto:after{clear:both}html.ie8 .module__content-panel--4-col-auto p{margin-top:0;padding-right:10px;float:left;width:25%}@media screen and (max-width:1200px){.module__content-panel--4-col-auto{column-count:2;column-gap:30px}}@media screen and (max-width:740px){.module__content-panel--4-col-auto{column-count:1;column-gap:0}}.module__content-panel--form{position:static;padding-left:8px;padding-right:8px}@media screen and (min-width:981px){.module__content-panel--form{padding-left:15px;padding-right:15px}}@media screen and (min-width:741px){.module__content-panel--form{display:inline-block;vertical-align:top;float:left}}@media screen and (min-width:1601px){.module__content-panel--form{width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--form{width:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--form{width:75%}}@media screen and (min-width:1601px){.module__content-panel--no-title .module__content-panel--form{margin-left:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--no-title .module__content-panel--form{margin-left:30%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--no-title .module__content-panel--form{margin-left:25%}}.module__content-panel--masonry{position:relative;overflow:hidden;margin-top:40px;margin-bottom:0}@media screen and (max-width:1200px){.module__content-panel--masonry{margin-top:30px}}.module__content-panel--steps{position:relative;padding-top:3px}@media screen and (min-width:741px){.module__content-panel--steps{display:inline-block;vertical-align:top;float:left;padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__content-panel--steps{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--steps{margin-left:10%;width:80%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--steps{margin-left:12.5%;width:75%}}.module__content-panel--form-submit{position:relative;padding-top:3px}@media screen and (min-width:741px){.module__content-panel--form-submit{display:inline-block;vertical-align:top;float:left;padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__content-panel--form-submit{margin-left:33.33333333%;width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--form-submit{margin-left:30%;width:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--form-submit{margin-left:25%;width:75%}}.module__content-panel--form-submit .button__wrap--half{display:inline-block;vertical-align:top;float:left}.module__content-panel--form-submit .button__wrap--half:last-child{padding:0 0 0 15px}.module__content-panel--form-submit .button__wrap--half:first-child{padding:0 15px 0 0}.module__content-panel--form-submit .button__wrap--half.right{padding:0 0 0 15px;float:right}.module__content-panel--navigation-banner{position:relative;background-color:#0b7161;color:#fff}.module__content-panel--navigation-banner a{color:inherit}.module__content-panel--navigation-banner span.navigation-banner--link{display:block;position:relative;margin:0 auto;padding:45px 8px;font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:2.4rem;line-height:3.2rem}@media screen and (min-width:1601px){.module__content-panel--navigation-banner span.navigation-banner--link{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-panel--navigation-banner span.navigation-banner--link{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--navigation-banner span.navigation-banner--link{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__content-panel--navigation-banner span.navigation-banner--link{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__content-panel--navigation-banner span.navigation-banner--link{max-width:513px}}.wf-opensans-n7-active .module__content-panel--navigation-banner span.navigation-banner--link{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:981px){.module__content-panel--navigation-banner span.navigation-banner--link{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__content-panel--navigation-banner span.navigation-banner--link{padding:60px 15px;max-height:167px;margin-left:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-panel--navigation-banner span.navigation-banner--link{margin-left:10%}}.module__content-panel--navigation-banner span.navigation-banner--link em{display:block;font-style:normal;text-transform:uppercase;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;line-height:1.2rem}.wf-worldlybold-n4-active .module__content-panel--navigation-banner span.navigation-banner--link em{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.module__content-panel--navigation-banner:focus,.module__content-panel--navigation-banner:hover{text-decoration:underline}.module__content-panel--navigation-banner.segue--reverse{bottom:50%;margin-bottom:-10px}.module__content-panel--navigation-banner.segue--reverse span.navigation-banner--link{padding-left:60px}.module__content-panel--navigation-banner.segue--reverse span.navigation-banner--link:before{position:absolute;left:25px;bottom:50%;margin-bottom:-10px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-60px -180px;display:inline-block;vertical-align:top;content:"";width:22px;height:20px;transition:left .15s ease-in-out}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__content-panel--navigation-banner.segue--reverse span.navigation-banner--link:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__content-panel--navigation-banner.segue--reverse:focus span.navigation-banner--link:before,.module__content-panel--navigation-banner.segue--reverse:hover span.navigation-banner--link:before{left:10px}.module__content-panel--navigation-banner.segue--forward span.navigation-banner--link:after{position:absolute;bottom:50%;margin-bottom:-10px;margin-left:10px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-210px -120px;display:inline-block;vertical-align:top;content:"";width:22px;height:20px;transition:margin-left .15s ease-in-out}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__content-panel--navigation-banner.segue--forward span.navigation-banner--link:after{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__content-panel--navigation-banner.segue--forward:focus span.navigation-banner--link:after,.module__content-panel--navigation-banner.segue--forward:hover span.navigation-banner--link:after{margin-left:15px}.module__content-panel--navigation-banner+.module__content-panel:not(:last-child) .module__divider{display:none}@media screen and (max-width:740px){.module__content-panel--mobile-no-padding .module__content-panel--text--full-width,.module__content-panel--mobile-no-padding .module__content-panel--title--full-width,.module__content-panel--mobile-no-padding .module__content-panel--wrapper{padding-left:0;padding-right:0}}.module__content-panel.mkt-enquiry-form,.module__content-panel.mkt-enquiry-form--course h3{margin-bottom:0}.module__content-panel.mkt-enquiry-form--course p{margin-top:0}.module__content-panel--research-logo{display:flex;flex-direction:row}@media screen and (max-width:740px){.module__content-panel--research-logo{flex-direction:column}}.module__content-panel--research-logo .module__content-panel--col-left{width:66.66666667%;padding:0 15px 0 0}@media screen and (max-width:740px){.module__content-panel--research-logo .module__content-panel--col-left{width:100%}}.module__content-panel--research-logo .module__content-panel--col-right{width:33.33333333%;padding:0 0 0 15px}@media screen and (max-width:740px){.module__content-panel--research-logo .module__content-panel--col-right{width:100%;padding:0}}.module__content-panel--research-logo .module__content-panel--col-right img{max-width:100%}@media screen and (max-width:740px){.module__content-panel--research-logo .module__content-panel--col-right img{margin-top:30px}}.card .module .module__content-panel--no-title .module__content-panel--text{margin-left:16.66666667%}@media only screen and (max-width:1600px){.card .module .module__content-panel--no-title .module__content-panel--text{margin-left:10%}}.deakin-readmore--with-spacing{margin-top:20px}.has-js .module__toggle-content--wrapper{display:none;margin-top:0}.has-js .module__toggle-content--wrapper p{font-size:1.5rem;line-height:2.4rem}.has-js .module__toggle-content--wrapper :first-child{margin-top:20px}.has-js .module__toggle-content--mobile .link__toggle{display:none}@media screen and (max-width:740px){.has-js .module__toggle-content--mobile .link__toggle{display:block}}.has-js .module__toggle-content--mobile .module__toggle-content--wrapper{display:block}@media screen and (max-width:740px){.has-js .module__toggle-content--mobile .module__toggle-content--wrapper{display:none}}.module__toggle-content--mobile .link__toggle{display:none}.module__bleed-top{position:relative}.module__bleed-top:after,.module__bleed-top:before{content:" ";display:table}.module__bleed-top:after{clear:both}.module__bleed-top--wrapper{position:relative;width:100%;margin-left:auto;margin-right:auto;padding:70px 15px}@media screen and (min-width:1601px){.module__bleed-top--wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__bleed-top--wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__bleed-top--wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__bleed-top--wrapper{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__bleed-top--wrapper{max-width:513px}}.module__bleed-top--wrapper:after,.module__bleed-top--wrapper:before{content:" ";display:table}.module__bleed-top--wrapper:after{clear:both}@media screen and (max-width:1200px){.module__bleed-top--wrapper{padding-top:50px;padding-bottom:50px}.module__bleed-top--wrapper.no-padding--bottom{padding-bottom:50px}}@media screen and (min-width:981px){.module__bleed-top--wrapper{margin-top:-126px}}@media screen and (min-width:981px) and (max-width:1200px){.module__bleed-top--wrapper{margin-top:-105px}}@media screen and (max-width:980px){.module__bleed-top--wrapper{padding-top:40px;padding-left:8px;padding-right:8px}}@media screen and (min-width:741px) and (max-width:980px){.module__bleed-top--wrapper{margin-top:-97px}}.module__bleed-top--wrapper>div{display:inline-block;padding-top:30px;outline:8px solid #fff;box-shadow:0 0 0 2px #fff;background-color:#fff}.module__bleed-top--wrapper>div.grey--background{outline:8px solid #f5f5f5;background-color:var(--color--grey-light,#f5f5f5)}@media screen and (min-width:981px){.module__bleed-top--wrapper>div{outline:15px solid #fff;min-height:100px}}@media screen and (max-width:740px){.module__bleed-top--wrapper>div{outline:0 solid #fff;box-shadow:none;padding-top:0!important}}.module__bleed-top--wrapper .module__content-panel--text>h3:first-child{margin-top:0}.module__qna--answer,.module__qna--question{position:relative;min-height:55px;padding:12px 0 16px 100px;margin:0 0 15px}.module__qna--answer:before,.module__qna--question:before{position:absolute;left:0;top:0;height:55px;width:55px;text-align:center;border-radius:50%;font-size:2.4rem;line-height:55px;font-family:Arial,sans-serif;font-weight:300}.wf-worldlylight-n4-active .module__qna--answer:before,.wf-worldlylight-n4-active .module__qna--question:before{font-family:Worldly Light,Open Sans,Arial,sans-serif}.module__qna--question{font-weight:700}.module__qna--question:before{background-color:#000;color:#fff;content:"Q"}.module__qna--answer:before{background-color:var(--color--grey-light,#f5f5f5);content:"A"}.link__cpl,.link__toggle{margin-top:20px;clear:both;font-size:1.2rem;line-height:2rem;text-transform:uppercase;text-decoration:none;float:left;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400}.wf-worldlybold-n4-active .link__cpl,.wf-worldlybold-n4-active .link__toggle{font-family:Worldly Bold,Open Sans,Arial,sans-serif}[aria-expanded=true]+.link__cpl,[aria-expanded=true]+.link__toggle{padding-top:10px}.link__cpl--course,.link__toggle--course{position:relative;text-align:right;padding-right:25px;clear:both}.link__cpl--course:after,.link__toggle--course:after{position:absolute;right:0;top:50%;margin-top:-8px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -90px;display:inline-block;vertical-align:top;content:"";width:16px;height:18px;transition:right .15s ease-in-out}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.link__cpl--course:after,.link__toggle--course:after{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.link__cpl--course:hover:after,.link__toggle--course:hover:after{right:-5px}.link__file--list{border-bottom:2px solid #e2e2e2;margin:0 0 40px;padding:40px 0}.link__file--list:after,.link__file--list:before{content:" ";display:table}.link__file--list:after{clear:both}@media screen and (max-width:1200px){.link__file--list{margin:0 0 30px;padding:30px 0}}.link__file--list:first-child{padding-top:0}.link__file--list li{background:none;padding:0;margin:0 0 40px;float:left}@media screen and (min-width:981px){.link__file--list li:nth-child(2n){padding-left:15px}.link__file--list li:nth-child(odd){padding-right:15px;clear:left}}@media screen and (min-width:741px){.link__file--list li{width:50%;display:inline-block;vertical-align:top}.link__file--list li:nth-child(2n){padding-left:8px}.link__file--list li:nth-child(odd){padding-right:8px;clear:left}}.link__file--download{display:block;padding-left:70px;padding-right:15px;position:relative;color:#c74298;line-height:60px}@media screen and (max-width:740px){.link__file--download{padding-left:80px}}.link__file--text{display:inline-block;vertical-align:top;vertical-align:middle;line-height:normal}.link__file--text span{font-style:normal}.link__file--description,.link__file--text span{display:block;margin-top:5px;color:#333;font-weight:400}.link__file--type{position:absolute;left:0;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;text-transform:uppercase;text-align:center;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:0 -210px;display:inline-block;vertical-align:top;content:"";width:48px;height:60px}.wf-worldlybold-n4-active .link__file--type{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.link__file--type{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.ct-banner__links .link__file--type{position:relative;top:-2px;width:30px;height:30px}.link__file--size{font-size:1.4rem;text-transform:uppercase;font-weight:400;color:#333;white-space:nowrap}.module__unit-single-module .module__content-panel--2-col{display:flex;flex-direction:row}@media screen and (max-width:740px){.module__unit-single-module .module__content-panel--2-col{flex-direction:column}}.module__unit-single-module .module__content-panel--2-col .module__content-panel--col{display:flex;flex-direction:column}.module__unit-single-module .module__content-panel--2-col .module__content-panel--col.module__content-panel--col-left{flex:1 1}.module__unit-single-module .module__content-panel--2-col .module__content-panel--col.module__content-panel--col-left .module__content-panel--col--content{display:flex;flex-direction:column;align-content:center;justify-content:center;flex:1}.campus__online{display:inline-block;position:relative;top:-2px;padding:5px;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;line-height:1.2rem;text-transform:uppercase;color:#fff;background-color:#000}.wf-worldlybold-n4-active .campus__online{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.campus__online--wrapper{padding:10px 0}.module__summary--tooltip{display:none;position:absolute;padding:20px;border:1px solid #0b7161;background-color:#fff;border-radius:5px;max-width:400px;z-index:55}.module__summary--tooltip:after,.module__summary--tooltip:before{position:absolute;bottom:100%;left:20px;border:solid transparent;content:" ";height:0;width:0;pointer-events:none}.module__summary--tooltip:after{border-color:hsla(0,0%,100%,0);border-bottom-color:#fff;border-width:5px;margin-left:-5px}.module__summary--tooltip:before{border-color:rgba(4,124,145,0);border-bottom-color:#0b7161;border-width:6px;margin-left:-6px}.module__summary--tooltip[data-orientation]{margin-top:40px;padding:10px;max-width:270px;border-radius:0;border-color:#e1e1e1}.module__summary--tooltip[data-orientation]:before{border-bottom-color:#e1e1e1}.module__summary--tooltip[data-orientation]:after,.module__summary--tooltip[data-orientation]:before{margin-left:0;border-width:10px}.module__summary--tooltip[data-orientation=right]:after,.module__summary--tooltip[data-orientation=right]:before{left:calc(100% - 45px)}.module__summary--tooltip[data-orientation=left]:after,.module__summary--tooltip[data-orientation=left]:before{left:26px}.module__summary--tooltip[data-orientation=center]{transform:translateX(-50%)}.module__summary--tooltip[data-orientation=center]:after,.module__summary--tooltip[data-orientation=center]:before{left:50%;transform:translateX(-50%)}.module__summary{margin-bottom:70px}@media screen and (min-width:1601px){.module__summary .module__content-panel--title{margin-top:32px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__summary .module__content-panel--title{margin-top:32px}}@media screen and (min-width:981px) and (max-width:1200px){.module__summary .module__content-panel--title{margin-top:22px}}.module__summary .module__content-panel--title+.cell{margin-left:0!important}@media screen and (max-width:1200px){.module__summary{margin-bottom:50px}}.module__summary .cell{width:100%}@media screen and (min-width:1601px){.module__summary .cell{margin-left:33.33333333%;width:50%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__summary .cell{margin-left:30%;width:60%}}@media screen and (min-width:981px) and (max-width:1200px){.module__summary .cell{margin-left:20%;width:70%}}.module__summary p{margin-top:0}.module__summary--disclaimer--course{margin-top:20px}@media screen and (max-width:980px){.module__summary--disclaimer--course{margin-left:0;padding-left:0}}.module__summary--disclaimer--course p{font-size:1.4rem;font-style:italic;line-height:2.1rem}@media screen and (max-width:740px){.module__summary--disclaimer--course p{font-size:1.2rem;line-height:2rem}}.module__summary--brief-note{border-top:none}.module__summary--items{border-top:2px solid #e2e2e2;padding-top:38px}.module__summary--items:after,.module__summary--items:before{content:" ";display:table}.module__summary--items:after{clear:both}@media screen and (max-width:1200px){.module__summary--items{padding-top:28px}}@media screen and (max-width:980px){.module__summary--items{margin-left:0;padding-left:0}}.module__summary--items+.module__summary--items{margin-top:40px}@media screen and (max-width:1200px){.module__summary--items+.module__summary--items{margin-top:30px}}.module__summary--item{display:inline-block;vertical-align:top;float:left;width:33.33333333%;padding-left:15px;padding-right:15px}.module__summary--item:first-child{padding-left:0}.module__summary--item:last-child{padding-right:0}.module__summary--item--full-width{padding:0;width:100%}@media screen and (max-width:740px){.module__summary--item--full-width{margin:0}}@media screen and (min-width:741px) and (max-width:980px){.module__summary--item{padding-left:8px;padding-right:8px}}@media screen and (max-width:740px){.module__summary--item{display:block;float:none;padding:0;width:100%;margin:30px 0}.module__summary--item:first-child{margin:0}.module__summary--item:last-child{margin-bottom:0}}.module__summary--item h3{margin:0}.module__summary--item .icon{margin-bottom:15px;height:30px}.module__summary--item ul{padding:0;margin:0}.module__summary--item ul li{list-style:none;background:none;padding:0;margin:0}.module__summary--item-bullets ul{padding-top:20px}.module__summary--item-bullets ul li{padding-left:20px;list-style-type:none;background:url(https://www.deakin.edu.au/__data/assets/image/0011/767729/icon_bullet-point.png?v=0.1.1) no-repeat 0 10px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__summary--item-bullets ul li{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/767733/icon_bullet-point@2x.png?v=0.1.1);background-size:5px auto}}.module__summary--item p{margin-top:0}.module__summary--message{position:relative;padding:20px;background-color:var(--color--grey-light,#f5f5f5)}.module__summary--message a:not(.button):not([href^=tel]),.module__summary--message a:not(.button):not([href^=tel]):focus,.module__summary--message a:not(.button):not([href^=tel]):hover{color:#0b7161}.module__summary--message .module__accordion--title:focus,.module__summary--message .module__accordion--title:hover{color:#036171}.module__summary--message span.icon{position:absolute}.module__summary--message span.icon+p{padding-left:50px;padding-top:5px}.module__summary--message p{line-height:2.4rem}.module__summary--message+.module__summary--message{margin:20px 0}.module__summary--message:last-of-type{margin-bottom:0}.module__summary--1-line .module__summary--items:last-child{border-bottom:0 solid #fff}.module__summary--notes-wrapper{float:left;margin-top:5rem}.disclaimer--text{font-size:1.4rem;font-style:italic;line-height:2.1rem}@media screen and (max-width:740px){.disclaimer--text{font-size:1.2rem;line-height:2rem}}.course--summary{margin-top:30px}.course--summary .module__summary--items:first-child{border-top:none!important}.module__keyfacts{margin-top:60px}.module__keyfacts .module__content-panel{margin-top:50px}.module__keyfacts .module__content-panel--wrapper{padding-bottom:0}.module__keyfacts .module__content-panel--text--full-width{margin-top:0}.module__keyfacts .module__summary--items{padding-top:30px;border:none}.module__keyfacts .module__summary--icon-wrapper{display:table}.module__keyfacts .module__summary--icon-wrapper *{display:table-cell;vertical-align:middle}.module__keyfacts .module__summary--icon-wrapper h3{padding-bottom:20px}.module__keyfacts .module__summary--content a{text-decoration:underline}.module__keyfacts .module__summary--content li{margin-bottom:5px}.module__keyfacts .icon__tick{height:24px!important;display:inline-block!important}.course--keyfacts.module__course-stacked-content .module__content-panel{margin-top:50px}.course--keyfacts.module__course-stacked-content .module__content-panel:last-child{margin-bottom:0}.course--keyfacts.module__course-stacked-content .campus--list ul li{padding:0!important;margin:0 0 4px;background:none!important}.module__related-person--items{position:relative;padding:0;font-size:0}.module__related-person--items:after,.module__related-person--items:before{content:" ";display:table}.module__related-person--items:after{clear:both}.module__related-person--items+.module__related-person--items{padding-top:40px;border-top:2px solid #e5e5e5}@media screen and (max-width:980px){.module__related-person--items{display:block;padding:0}.module__related-person--items+.module__related-person--items{padding-top:0}}@media screen and (max-width:740px){.module__related-person--items+.module__toggle-content{margin-top:40px}}.module__related-person--item{vertical-align:top;padding-top:40px;margin-top:40px;min-height:107px}.module__related-person--item:first-child,.module__related-person--item:nth-child(2){padding-top:0;margin-top:0;min-height:67px}.module__related-person--item:nth-child(2n+3){clear:left}.module__related-person--item:nth-child(2n+3):before{content:"";position:absolute;height:2px;width:100%;background:#e2e2e2;left:0;margin-top:-40px}.module__related-person--item:nth-child(-n+2){padding-top:24px;min-height:91px}.module__related-person--item:last-child{padding-bottom:40px}@media screen and (min-width:981px){.module__related-person--item:nth-child(2n){padding-left:15px}.module__related-person--item:nth-child(odd){padding-right:15px}}@media screen and (min-width:741px){.module__related-person--item{display:inline-block;vertical-align:top;width:50%;float:left}.module__related-person--item:nth-child(2n){padding-left:8px}.module__related-person--item:nth-child(odd){padding-right:8px}}@media screen and (max-width:740px){.module__related-person--item:nth-child(2){margin-top:40px}.module__related-person--item:nth-child(2n){padding-top:0;min-height:67px}}.module__related-person--item-picture{position:absolute}.module__related-person--item-picture img{width:67px;height:67px;border-radius:50%;overflow:hidden;margin:0}.module__related-person--item-content{display:block;padding-left:100px;width:100%;overflow:hidden}@media screen and (max-width:980px){.module__related-person--item-content{padding-left:97px}}.module__related-person--item-content p{margin:0}.module__featured-staff--items{display:block;padding:0;position:relative}.module__featured-staff--items+.module__featured-staff--items{padding-top:40px;border-top:2px solid #e5e5e5}@media screen and (max-width:980px){.module__featured-staff--items{display:block;padding:0}.module__featured-staff--items+.module__featured-staff--items{padding-top:0}}.module__featured-staff--item{width:100%;display:block}.module__featured-staff--item+.module__featured-staff--item{margin-top:40px;padding-top:40px;border-top:2px solid #e2e2e2}.module__featured-staff--item .link__toggle{display:none}@media screen and (max-width:980px){.module__featured-staff--item .link__toggle{display:block}}.module__featured-staff--item-picture{top:auto;margin-top:0;position:absolute}.module__featured-staff--item-picture img{width:67px;height:67px;border-radius:50%;overflow:hidden;margin:0}.module__featured-staff--item-excerpt{height:auto;overflow:hidden;transition:.3s linear}.module__featured-staff--item-content{display:block;padding-left:100px;width:100%;overflow:hidden}@media screen and (max-width:980px){.module__featured-staff--item-content{padding-left:97px}}.module__featured-staff--item-content p{margin:0}.module__calendar{padding-top:20px}.module__calendar--item{display:inline-block;padding:20px;background-color:var(--color--grey-light,#f5f5f5);width:100%}.module__calendar--item a:not(.button):not([href^=tel]),.module__calendar--item a:not(.button):not([href^=tel]):focus,.module__calendar--item a:not(.button):not([href^=tel]):hover{color:#0b7161}.module__calendar--item .module__accordion--title:focus,.module__calendar--item .module__accordion--title:hover{color:#036171}.module__calendar--item+.module__calendar--item{margin-top:30px}.module__calendar--date{display:inline-block;float:left;width:60px;height:60px;margin-right:20px}.module__calendar--day{font-size:4.2rem;line-height:24px}.module__calendar--month-year{font-size:1.6rem}.module__testimonial{position:relative;padding-top:0;padding-bottom:0}.module__testimonial:after,.module__testimonial:before{content:" ";display:table}.module__testimonial:after{clear:both}.module__content-panel-10-col .module__testimonial{padding:50px 0;margin-left:-8px;margin-right:-8px;display:flex}@media screen and (min-width:981px){.module__content-panel-10-col .module__testimonial{padding:60px 0;margin-left:-15px;margin-right:-15px}}.module__content-panel-10-col .module__testimonial--content-wrapper,.module__content-panel-10-col .module__testimonial--image-wrapper{flex:1;padding-left:8px;padding-right:8px}@media screen and (min-width:981px){.module__content-panel-10-col .module__testimonial--content-wrapper,.module__content-panel-10-col .module__testimonial--image-wrapper{padding-left:15px;padding-right:15px}}.module__content-panel-10-col .module__testimonial--content-wrapper{display:flex;align-items:center}@media screen and (max-width:740px){.module__content-panel-10-col .module__testimonial--image-wrapper{display:none}}.module__content-panel-10-col .module__testimonial--image{position:relative;margin-right:0!important;height:225px;width:100%}@media screen and (min-width:1201px){.module__content-panel-10-col .module__testimonial--image{right:0!important}}.module__content-panel-10-col .module__testimonial-text--text{padding:0}.module__content-panel-10-col .module__testimonial p+p{margin-top:10px}.module__testimonial.module__testimonial--no-image{padding-top:40px;padding-bottom:40px}.module__testimonial.module__testimonial--no-image .module__testimonial-text--text{padding:0}@media screen and (max-width:740px){.module__testimonial--right-layout{display:flex;flex-direction:column-reverse}}@media screen and (max-width:740px){.module__testimonial--right-layout .module__testimonial--image-wrapper{margin-top:40px}}@media screen and (min-width:1601px){.module__testimonial{max-height:400px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__testimonial{padding-left:30px;padding-right:30px}}@media screen and (max-width:740px){.module__testimonial{padding-top:30px;padding-bottom:30px}}.module__testimonial--full-width{background-color:var(--testimonial-callout--background,var(--color--grey-light,#f5f5f5));padding:40px 0}.module__testimonial+.module__content-panel--no-divider{padding-top:0}@media screen and (max-width:980px){.module__quote-panel+.module__testimonial{margin-top:-30px}}.module__testimonial-text--text{padding-left:15px;padding-right:15px;padding-top:40px}@media screen and (min-width:981px) and (max-width:1200px){.module__testimonial-text--text{padding-top:0}}@media screen and (min-width:741px) and (max-width:980px){.module__testimonial-text--text{padding-top:0}}.module__testimonial-text--text input{width:100%!important}.module__testimonial-text--text-quote{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:1.8rem;line-height:2.8rem}.wf-opensans-n4-active .module__testimonial-text--text-quote{font-family:Open Sans,Arial,sans-serif}.module__testimonial-text--text-quote:after,.module__testimonial-text--text-quote:before{position:absolute;font-size:2.2rem;content:"'";padding-top:2px}.module__testimonial-text--text-quote:before{margin-left:-5px;transform:scaleX(-1);transform:rotate(-22deg)}.module__testimonial-text--text-quote:after{transform:rotate(22deg)}.module__testimonial-text--text-person{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:1.5rem;font-weight:600}.wf-opensans-n4-active .module__testimonial-text--text-person{font-family:Open Sans,Arial,sans-serif}.module__testimonial-text--text-studied{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:1.5rem;margin-top:10px}.wf-opensans-n4-active .module__testimonial-text--text-studied{font-family:Open Sans,Arial,sans-serif}.module__testimonial--image-wrapper{margin:0 auto;width:100%;z-index:0;position:relative;padding-right:15px;padding-left:15px}@media screen and (min-width:1601px){.module__testimonial--image-wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__testimonial--image-wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__testimonial--image-wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__testimonial--image-wrapper{max-width:709px}}@media screen and (max-width:740px){.module__testimonial--image-wrapper{max-width:513px}}@media screen and (max-width:980px){.module__testimonial--image-wrapper{padding-right:15px;padding-left:15px}}@media screen and (min-width:1201px){.module__testimonial--image-wrapper:after,.module__testimonial--image-wrapper:before{content:" ";display:table}.module__testimonial--image-wrapper:after{clear:both}}.module__testimonial--image{position:absolute;height:275px;background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden}@media screen and (min-width:1601px){.module__testimonial--image{width:414.45833px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__testimonial--image{width:35%}}@media screen and (min-width:981px) and (max-width:1200px){.module__testimonial--image{width:35%}}@media screen and (min-width:741px) and (max-width:980px){.module__testimonial--image{width:50%}}@media screen and (max-width:740px){.module__testimonial--image{position:relative;height:260px;width:100%}}@media screen and (max-width:544px){.module__testimonial--image{height:260px;width:calc(100% - 16px)}}.module__testimonial--image:before{content:"";display:block;padding-top:50%}@media screen and (min-width:1201px) and (max-width:1600px){.module .module__testimonial--image{width:400px}}@media screen and (min-width:981px) and (max-width:1200px){.module .module__testimonial--image{width:340px}}.module__testimonial-text--content-no-image .module__testimonial-text--text{padding-top:0}.module__testimonial-text--content-no-image .module__testimonial-text--text-person,.module__testimonial-text--content-no-image .module__testimonial-text--text-studied{width:50%}@media screen and (max-width:740px){.module__testimonial-text--content-no-image .module__testimonial-text--text-person,.module__testimonial-text--content-no-image .module__testimonial-text--text-studied{width:100%}}@media screen and (min-width:741px){.module__testimonial--content{display:table-cell;vertical-align:middle}}.module__testimonial--content-wrapper.cell{background-color:transparent;min-height:280px}@media screen and (min-width:1601px){.module__testimonial--content-wrapper.cell{display:table;vertical-align:middle;height:0}}.module__testimonial--content-wrapper.cell.no-image{min-height:auto!important}@media screen and (max-width:740px){.module__testimonial--content-wrapper.cell{display:block;width:100%;margin:0 auto;min-height:auto}}.module__testimonial--content-wrapper.cell a:not(.button){display:block;font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding:0}.module__testimonial--left-layout .module__testimonial--image{left:0;border-radius:0 200px 200px 0}@media screen and (min-width:1201px){.module__testimonial--left-layout .module__testimonial--image{left:15px}}@media screen and (min-width:1601px){.module__testimonial--left-layout .module__testimonial--image{margin-left:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__testimonial--left-layout .module__testimonial--image{margin-left:10%}}@media screen and (max-width:740px){.module__testimonial--left-layout .module__testimonial--image{border-radius:0 120px 120px 0}}.module__testimonial--right-layout .module__testimonial--image{right:0;border-radius:0 200px 200px 0}@media screen and (min-width:1201px){.module__testimonial--right-layout .module__testimonial--image{right:15px}}@media screen and (min-width:1601px){.module__testimonial--right-layout .module__testimonial--image{margin-right:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__testimonial--right-layout .module__testimonial--image{margin-right:10%}}@media screen and (max-width:740px){.module__testimonial--right-layout .module__testimonial--image{float:inherit;border-radius:0 120px 120px 0}}.module__image-text{position:relative;padding-top:60px;padding-bottom:60px}.module__image-text:after,.module__image-text:before{content:" ";display:table}.module__image-text:after{clear:both}@media screen and (min-width:1201px) and (max-width:1600px){.module__image-text{padding-left:30px;padding-right:30px}}@media screen and (max-width:740px){.module__image-text{padding-top:30px;padding-bottom:30px}}.module__image-text+.module__content-panel--no-divider{padding-top:0}@media screen and (max-width:980px){.module__quote-panel+.module__image-text{margin-top:-30px}}@media screen and (min-width:1601px){.module__bleed-top.module__image-text{margin-top:-98px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__bleed-top.module__image-text{margin-top:-30px}}@media screen and (min-width:1201px){.module__image-text--student .module__image-text--image-wrapper{top:180px}}@media screen and (max-width:740px){.module__image-text--student .module__content-panel--wrapper{padding-bottom:30px}}.module__image-text--student .module__image-text--text h2{font-weight:400}@media screen and (min-width:1601px){.module__image-text--image-wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__image-text--image-wrapper{max-width:1021px}}@media screen and (min-width:1201px){.module__image-text--image-wrapper{position:absolute;top:60px;margin:0 auto;width:100%;z-index:0}.module__image-text--image-wrapper:after,.module__image-text--image-wrapper:before{content:" ";display:table}.module__image-text--image-wrapper:after{clear:both}}.module__image-text--image{position:absolute;height:400px;width:calc(60% - 30px * 2);background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden}@media screen and (min-width:1601px){.module__image-text--image{width:568.4px}}@media screen and (max-width:740px){.module__image-text--image{width:calc(50% - 256.5px + 513px);position:relative;margin-bottom:30px;height:170px}}@media screen and (max-width:544px){.module__image-text--image{height:175px;width:calc(100% - 16px)}}.module__image-text--image:before{content:"";display:block;padding-top:50%}@media screen and (min-width:1201px) and (max-width:1600px){.module .module__image-text--image{width:400px}}@media screen and (min-width:981px) and (max-width:1200px){.module .module__image-text--image{width:340px}}@media screen and (min-width:741px){.module__image-text--content{display:table-cell;vertical-align:middle}}.module__image-text--content-wrapper.cell{background-color:#fff}@media screen and (min-width:741px){.module__image-text--content-wrapper.cell{display:table;vertical-align:middle;min-height:400px;height:0}}@media screen and (max-width:740px){.module__image-text--content-wrapper.cell{display:block;width:100%;margin:0 auto}}.module__image-text--content-wrapper.cell a:not(.button){display:block;font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding:0}.module__image-text--left-layout .module__image-text--image{left:0;border-radius:0 200px 200px 0}@media screen and (max-width:740px){.module__image-text--left-layout .module__image-text--image{border-radius:0 110px 110px 0}}@media screen and (min-width:1201px){.module__image-text--left-layout .module__image-text--image-wrapper{left:30px;right:0}}@media screen and (min-width:981px) and (max-width:1600px){.module__image-text--left-layout .module__image-text--content-wrapper.cell{width:40%;margin-left:60%}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text--left-layout .module__image-text--content-wrapper.cell{width:40%;margin-left:60%}}.module__image-text--right-layout .module__image-text--image{right:0;border-radius:0 200px 200px 0}@media screen and (max-width:740px){.module__image-text--right-layout .module__image-text--image{float:right;border-radius:110px 0 0 110px}}@media screen and (min-width:1201px){.module__image-text--right-layout .module__image-text--image-wrapper{right:30px;left:0}}@media screen and (min-width:981px) and (max-width:1600px){.module__image-text--right-layout .module__image-text--content-wrapper.cell{width:40%;margin-left:0}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text--right-layout .module__image-text--content-wrapper.cell{width:40%;margin-left:0}}#module__course-structure+.module__key-information{margin-top:0}.module__key-information--item:after,.module__key-information--item:before{content:" ";display:table}.module__key-information--item:after{clear:both}.module__key-information--item+.module__key-information--item{margin-top:20px}.module__key-information--item-title{float:left;width:33.33333333%;padding-right:15px}.module__key-information--item-title h3,.module__key-information--item-title strong{margin:0;padding:0}@media screen and (max-width:740px){.module__key-information--item-title h3,.module__key-information--item-title strong{display:inline-block;margin:0 0 15px}}.module__key-information--item-content{float:right;width:66.66666667%;padding-left:15px}.module__key-information--item-content .button--tag{display:inline-block;vertical-align:top;float:left;margin-top:5px;padding:0 10px}.module__key-information--item-content>.button,.module__key-information--item-content>p .button{margin-top:0}.module__key-information--item-content .addthis_sharing_toolbox{margin-top:5px}@media screen and (max-width:740px){.module__key-information--item-content,.module__key-information--item-title{float:none;width:100%;padding:0}}.module__key-information .module__toggle-content--wrapper p:first-child{padding-top:10px}.module__key-information .link__toggle{display:none;padding-top:10px;margin:0;font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.6rem;line-height:2.4rem;text-transform:none}.has-js .module__key-information .link__toggle{display:block}.module__key-information--items{line-height:2.6rem}@media screen and (max-width:980px){.module__key-information--items{float:none;width:100%;padding:0}}.module__content-panel--text--course .module__key-information--items{line-height:2.3rem}@media screen and (max-width:740px){.module__key-information--items{padding-top:0}}.module__key-information--items--border .module__key-information--item{padding-bottom:20px;border-bottom:1px solid #b3b3b3}.module__course-outcomes{margin-bottom:40px}.module__course-outcomes--header-info{position:relative;padding:20px 0}.module__course-outcomes--header-info:after,.module__course-outcomes--header-info:before{position:absolute;top:0;width:50vw;height:100%;background-color:var(--color--grey-light,#f5f5f5);content:""}.module__course-outcomes--header-info:before{right:100%}.module__course-outcomes--header-info:after{left:100%}.module__course-outcomes--header-info .course--subheading{margin-bottom:20px}.module__course-outcomes .module__content-panel--table{margin-top:60px;margin-left:0;width:100%}.module__course-outcomes .module__content-panel--table table{border:none}.module__course-outcomes .module__content-panel--table table tbody tr td{vertical-align:middle}.module__course-outcomes .module__content-panel--table table tbody tr td p{font-weight:inherit}@media screen and (min-width:741px){.module__course-outcomes .module__content-panel--table{margin:40px 0 0;border:none;width:100%}.module__course-outcomes .module__content-panel--table table tbody tr:nth-child(odd) td:first-child,.module__course-outcomes .module__content-panel--table table tbody tr:nth-child(odd) td:last-child{position:relative}.module__course-outcomes .module__content-panel--table table tbody tr:nth-child(odd) td .module__content-panel--table--shading{position:absolute;top:0;margin:0;width:50vw;background-color:var(--color--grey-light,#f5f5f5);content:""}.module__course-outcomes .module__content-panel--table table tbody tr:nth-child(odd) td:first-child .module__content-panel--table--shading{right:100%}.module__course-outcomes .module__content-panel--table table tbody tr:nth-child(odd) td:last-child .module__content-panel--table--shading{left:100%}}#module__course-structure .module__course-structure-overview{text-align:left}#module__course-structure .module__tabs h4{text-transform:none;font-family:Open Sans,Arial,sans-serif;margin-bottom:10px;font-size:1.6rem;font-weight:700}#module__course-structure .module__tabs p{text-align:left;margin-bottom:50px}#module__course-structure .module__tabs em{font-size:.85em;display:inline-block}#module__course-structure .module__tabs--inner-wrapper{width:100%}#module__course-structure .module__tabs--content p,#module__course-structure .module__tabs--content ul{margin-top:0;margin-bottom:3rem}#module__course-structure .module__tabs--content>:last-child{margin-bottom:0}#module__course-structure .module__tabs--content ul li{display:inline-block;float:left;padding:0 15px;margin:0 0 10px;width:100%;vertical-align:top}#module__course-structure .module__tabs--content ul li a{display:inline-block;word-break:normal}#module__course-structure .module__tabs--content ul li br{display:none}#module__course-structure .module__tabs--content ul .highlight-rows__row{display:flex;padding-bottom:20px;padding-left:0;background:none}@media screen and (min-width:981px){#module__course-structure .module__tabs--content ul .highlight-rows__row{padding:15px 30px;margin:0 -30px -1px;width:calc(100% + 45px)}}@media screen and (min-width:741px) and (max-width:980px){#module__course-structure .module__tabs--content ul .highlight-rows__row{padding:15px 0;margin:0 0 -1px;width:calc(100% - 1em)}}@media screen and (max-width:740px){#module__course-structure .module__tabs--content ul .highlight-rows__row{margin-bottom:0;flex-direction:column;border:0}}#module__course-structure .module__tabs--content ul .highlight-rows__row:hover{background-color:#f5f5f5}#module__course-structure .module__tabs--content ul .highlight-rows__row span{font-family:Arial,sans-serif;font-weight:600;font-style:normal;padding-right:15px;flex:6}@media screen and (max-width:740px){#module__course-structure .module__tabs--content ul .highlight-rows__row span{margin-bottom:5px}}#module__course-structure .module__tabs--content ul .highlight-rows__row span span{font-weight:400}#module__course-structure .module__tabs--content ul .highlight-rows__row .highlight-rows__link{flex:4}#module__course-structure .module__tabs--content ul .highlight-rows__row a+a{margin-left:40px}@media screen and (max-width:740px){#module__course-structure .module__tabs--content ul .highlight-rows__row a+a{margin-left:12px}}#module__course-structure .module__tabs--content table ul li{margin:0 0 40px;width:25%;background:none}@media screen and (min-width:981px){#module__course-structure .module__tabs--content table ul li:nth-child(4n+1){clear:left}}@media screen and (min-width:741px) and (max-width:980px){#module__course-structure .module__tabs--content table ul li{width:50%;padding-right:0}#module__course-structure .module__tabs--content table ul li:nth-child(odd){clear:left}}@media screen and (max-width:740px){#module__course-structure .module__tabs--content table ul li{margin:0 0 30px;padding-right:0;width:100%}}#module__course-structure .module__tabs--content hr{margin:0 0 40px}@media screen and (max-width:1200px){#module__course-structure .module__tabs--content hr{margin:0 0 30px}}.units__split:after,.units__split:before{content:" ";display:table}.units__split:after{clear:both}.units__split a,.units__split span{float:left}.units__split span{margin:0 3px}.module__application-information{margin-top:60px}@media screen and (max-width:740px){.module__application-information{margin-top:40px}}html:not(.ie8) .accordion__toggle{position:absolute;right:0;top:30px;width:34px;height:34px;text-align:center;background-color:#0b7161;border-radius:17px;transition:background-color .3s ease}@media screen and (max-width:980px){html:not(.ie8) .accordion__toggle{width:34px}}@media screen and (max-width:740px){html:not(.ie8) .accordion__toggle{top:15px}}html:not(.ie8) .accordion__toggle--icon{position:absolute;top:9px;left:16px;margin:auto 0}@media screen and (max-width:980px){html:not(.ie8) .accordion__toggle--icon{left:16px}}html:not(.ie8) .accordion__toggle--icon:after,html:not(.ie8) .accordion__toggle--icon:before{position:absolute;content:" ";height:16px;width:2px;background-color:#fff;transform-origin:50% 50%;transition:transform .15s linear;backface-visibility:hidden}html:not(.ie8) .accordion__toggle--icon:before{transform:rotate(90deg) translateZ(0)}html:not(.ie8) .accordion__toggle--icon:after{border-right:1px solid #0b7161}html:not(.ie8) .accordion__toggle--icon+.accordion__toggle--text{display:none!important}html:not(.ie8) .accordion__toggle--text{position:relative;top:5px;left:9px;font-size:1.4rem;color:#fff;text-transform:uppercase;font-family:Arial,sans-serif;font-weight:600;font-style:normal}@media screen and (max-width:980px){html:not(.ie8) .accordion__toggle--text{display:none}}html:not(.ie8) .module__accordion--active.module__accordion--title,html:not(.ie8) .module__accordion--active .module__tabs--title,html:not(.ie8) .module__tabs--active.module__accordion--title,html:not(.ie8) .module__tabs--active .module__tabs--title,html:not(.ie8) .tab__active.module__accordion--title,html:not(.ie8) .tab__active .module__tabs--title{color:#c74298}html:not(.ie8) .module__accordion--active.module__accordion--title>.accordion__toggle,html:not(.ie8) .module__accordion--active .module__tabs--title>.accordion__toggle,html:not(.ie8) .module__tabs--active.module__accordion--title>.accordion__toggle,html:not(.ie8) .module__tabs--active .module__tabs--title>.accordion__toggle,html:not(.ie8) .tab__active.module__accordion--title>.accordion__toggle,html:not(.ie8) .tab__active .module__tabs--title>.accordion__toggle{background-color:#363635!important}html:not(.ie8) .module__accordion--active.module__accordion--title>.accordion__toggle:hover,html:not(.ie8) .module__accordion--active .module__tabs--title>.accordion__toggle:hover,html:not(.ie8) .module__tabs--active.module__accordion--title>.accordion__toggle:hover,html:not(.ie8) .module__tabs--active .module__tabs--title>.accordion__toggle:hover,html:not(.ie8) .tab__active.module__accordion--title>.accordion__toggle:hover,html:not(.ie8) .tab__active .module__tabs--title>.accordion__toggle:hover{background-color:#4a4a49!important}html:not(.ie8) .module__accordion--active.module__accordion--title>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .module__accordion--active .module__tabs--title>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .module__tabs--active.module__accordion--title>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .module__tabs--active .module__tabs--title>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .tab__active.module__accordion--title>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .tab__active .module__tabs--title>.accordion__toggle .accordion__toggle--icon:after{transform:rotate(90deg) translateZ(0);border:none}html:not(.ie8) .module__accordion--active>.accordion__toggle,html:not(.ie8) .module__tabs--active>.accordion__toggle,html:not(.ie8) .tab__active>.accordion__toggle{background-color:#363635!important}html:not(.ie8) .module__accordion--active>.accordion__toggle:hover,html:not(.ie8) .module__tabs--active>.accordion__toggle:hover,html:not(.ie8) .tab__active>.accordion__toggle:hover{background-color:#4a4a49!important}html:not(.ie8) .module__accordion--active>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .module__tabs--active>.accordion__toggle .accordion__toggle--icon:after,html:not(.ie8) .tab__active>.accordion__toggle .accordion__toggle--icon:after{transform:rotate(90deg) translateZ(0);border:none}@media screen and (min-width:741px) and (max-width:980px){html:not(.ie8) .module__tabs--title .accordion__toggle{top:16px}}@media screen and (max-width:740px){html:not(.ie8) .module__tabs--title .accordion__toggle{top:13px}}@media screen and (min-width:741px){.has-js .module__tabs--mobile-accordion .module__tabs--divider,.has-js .module__tabs--mobile-accordion ul.module__tabs--links{display:none}.has-js .module__tabs--mobile-accordion.module__tabs .tab{padding-top:0}.has-js .module__tabs--mobile-accordion.module__tabs .tab,.has-js .module__tabs--mobile-accordion.module__tabs .tab h3{display:block!important}.has-js .module__tabs--mobile-accordion .module__content-panel--text--full-width{margin:0;width:100%;padding:0}.has-js .module__tabs--mobile-accordion .module__tabs--content p{text-align:left}.has-js .module__tabs--mobile-accordion .module__tabs--content p:last-child{margin-bottom:0}.has-js .module__tabs--mobile-accordion .module__tabs--title{padding:20px 0;margin:0;border-top:0}.has-js .module__tabs--mobile-accordion .module__tabs--title .accordion__toggle{display:none}}.arabic h4,.arabic p{direction:rtl;text-align:right!important}html.ie8 .accordion__toggle{position:absolute;right:0;top:27px;width:21px;height:21px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0005/767723/sprite-ie8.png?v=0.1.1);background-repeat:no-repeat;background-position:-30px -150px}html.ie8 .module__accordion--active .accordion__toggle,html.ie8 .module__tabs--active .accordion__toggle,html.ie8 .tab__active .accordion__toggle{background-position:-60px -150px}.has-js .mobile__tabs.module__tabs .tab{display:none;padding-top:40px}.has-js .mobile__tabs.module__tabs .module__tabs--active.tab{display:block}.has-js .mobile__tabs.module__tabs .module__tabs--title{display:none}.mobile__tabs.module__tabs .module__tabs--links{position:relative;display:table;z-index:2;margin:0 -30px;padding:0 30px;list-style:none;box-sizing:content-box}.mobile__tabs.module__tabs .module__tabs--links li{position:relative;display:table-cell;padding:0 5px;margin:0;height:100%;width:1%;background:none;text-align:center;vertical-align:middle}.mobile__tabs.module__tabs .module__tabs--links li:first-child:after{left:-50vw}.mobile__tabs.module__tabs .module__tabs--links li>a{padding:12px 20px;display:inline-block;vertical-align:top;font-family:Arial,sans-serif;font-weight:600;font-style:normal;width:100%;font-size:1.5rem;color:#363635!important;text-decoration:none;border-bottom:2px solid transparent;border-top:8px solid #e1e1e1;background-color:#fff}.mobile__tabs.module__tabs .module__tabs--links li>a:focus,.mobile__tabs.module__tabs .module__tabs--links li>a:hover{color:#000}.mobile__tabs.module__tabs .module__tabs--links li.module__tabs--active{display:table-cell}.mobile__tabs.module__tabs .module__tabs--links li.module__tabs--active a{position:relative;color:#0b7161!important;border-width:8px 1px 0;border-style:solid;border-color:#0b7161 #e2e2e2 #f5f5f5;background-color:transparent;text-decoration:none}.mobile__tabs.module__tabs .module__tabs--links li.module__tabs--active a:before{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:0;border-bottom:2px solid #f5f5f5}.mobile__tabs.module__tabs .module__tabs--links li.module__tabs--disabled a{color:#aaa!important}.module__tabs{display:inline-block;vertical-align:top;position:relative;padding-top:30px;width:100%;text-align:left}@media screen and (min-width:981px){.module__tabs{background-color:#f5f5f5}}.module__tabs.background--white .module__tabs--links li>a{background-color:#f5f5f5}.module__tabs.background--white .module__tabs--links li>a:before{border-bottom:2px solid #fff}.module__tabs.background--white .module__tabs--links.sticky,.module__tabs.background--white .module__tabs--links li.module__tabs--active a{background-color:#fff}.module__tabs.module__tabs--left-align-text .module__tabs--content p,.module__tabs .module__tabs.module__tabs--left-align-text .module__tabs-content p{text-align:left}.module__tabs.module__tabs--site-search{padding-top:0}.module__tabs.module__tabs--site-search .module__tabs--inner-wrapper{padding:0 15px}@media screen and (min-width:1601px){.module__tabs.module__tabs--site-search .module__tabs--inner-wrapper{margin-left:8.33333333%;width:83.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__tabs.module__tabs--site-search .module__tabs--inner-wrapper{margin-left:0;width:100%}}.module__tabs.module__tabs--site-search .module__tabs--links:before{content:"";position:absolute;top:0;left:50%;padding-bottom:1px;height:100%;width:100vw;transform:translateX(-50%);background-color:#f5f5f5}.module__tabs.module__tabs--site-search .module__tabs--links:after{border-bottom-color:#f5f5f5}.module__tabs.module__tabs--site-search .module__tabs--links.sticky{padding-bottom:0}.module__tabs.module__tabs--site-search .module__tabs--links li>a{background-color:#fff;font-size:1.4rem;line-height:1.9rem;padding:12px 20px;display:flex;justify-content:center;align-items:center}.module__tabs.module__tabs--site-search .module__tabs--links .module__tabs--active a{border-color:#0b7161 transparent #f5f5f5}.module__tabs.module__tabs--site-search .module__tabs--content{position:relative;background-color:#f5f5f5}@media screen and (max-width:980px){.module__tabs.module__tabs--site-search .module__tabs--content{padding-bottom:0;margin-bottom:30px}}.module__tabs.module__tabs--site-search .module__content-panel--text--full-width{padding:0 8px}@media screen and (min-width:981px){.module__tabs.module__tabs--site-search .module__content-panel--text--full-width{padding:0 15px}}.module__tabs.module__tabs--site-search strong{font-weight:600}.module__tabs.module__tabs--site-search .button__wrapper--es{display:inline-block;float:right;margin-top:20px}@media screen and (min-width:741px){.module__tabs.module__tabs--site-search .button__wrapper--es{margin-top:10px;margin-right:25px}}@media screen and (min-width:981px){.module__tabs--site-search-footer.hide{display:none}}.module__tabs--site-search-footer-text{float:right}@media screen and (min-width:981px){.module__tabs--site-search-footer-text{padding-left:30px;width:75%}}.module__tabs--with-panels .module__tabs--inner-wrapper{width:100%}@media screen and (min-width:981px){.module__tabs--with-panels .module__tabs--inner-wrapper{min-height:fit-content}}.module__tabs--with-panels .module__tabs--content p{text-align:left}.module__tabs--with-panels .module__tabs--links{width:100%}@media screen and (min-width:1201px){.module__tabs--with-panels .related-item__tile-outer:nth-child(3n+4){clear:both}}@media screen and (max-width:1200px){.module__tabs--with-panels .related-item__tile-outer:nth-child(odd){clear:both}}@media screen and (min-width:1601px){.module__tabs--with-panels .related-item__tile-outer{width:31.33333333%;max-width:320px}}@media screen and (max-width:1200px){.module__tabs--with-panels .module__filter--items--container{margin:0 auto;max-width:688px}}@media screen and (max-width:740px){.module__tabs--with-panels .module__filter--items--container{max-width:320px;width:100%}}.module__tabs--with-panels .module__content-panel--text{padding-left:0;padding-right:0}.module__tabs--with-panels .module__content-panel--text--full-width{margin-left:0;width:100%}.module__tabs--with-panels .module__content-panel--text--inner{margin-left:12px;margin-right:12px}@media screen and (min-width:1201px) and (max-width:1600px){.module__tabs--with-panels .module__content-panel--text--inner{margin-left:1%;margin-right:1%}}@media screen and (max-width:740px){.module__tabs--with-panels .module__content-panel--text--inner{margin-right:0;margin-left:0}}@media screen and (max-width:1200px){.module__tabs--with-panels .module__content-panel--text{width:100%}.module__tabs--with-panels .module__content-panel--text--inner p,.module__tabs--with-panels .module__content-panel--title{width:100%;text-align:center}}.module__tabs--with-panels .related-item__image img{left:50%;height:100%;max-width:none;width:auto;transform:translateX(-50%)}.has-js .module__tabs--with-panels .module__tabs--divider{display:none}@media screen and (min-width:981px){.module__tabs--cpl .module__tabs--links{margin:0}}.module__tabs--people .tab{padding-bottom:20px}.module__tabs .link__file--list{border:none}.module__content-panel--text--full-width+.module__tabs{margin-top:20px}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel--text--full-width+.module__tabs{margin-top:10px}}@media screen and (max-width:980px){.module__content-panel--text--full-width+.module__tabs{margin-top:30px}}.module__tabs .module__content-panel--text--full-width{padding:0}.module__tabs--notes{margin-top:60px}.module__tabs--notes h2{border-top:2px solid #e2e2e2;padding-top:40px}@media screen and (max-width:980px){.module__tabs--notes{margin-top:0}}.module__tabs--inner-wrapper{margin:0 auto;width:100%}@media screen and (min-width:1601px){.module__tabs--inner-wrapper{width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__tabs--inner-wrapper{width:80%}}@media screen and (max-width:980px){.module__tabs--inner-wrapper{padding-top:0!important}}.module__tabs--title{position:relative;padding-top:25px;margin:0 0 25px;border-top:2px solid #e2e2e2;font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.4rem;line-height:1.6rem}@media screen and (max-width:980px){.module__tabs--title{cursor:pointer}}@media screen and (max-width:740px){.module__tabs--title{padding-top:20px;margin:0 0 20px}}.module__tabs--content:after,.module__tabs--content:before{content:" ";display:table}.module__tabs--content:after{clear:both}@media screen and (max-width:980px){.module__tabs--content{padding-bottom:30px}}.module__tabs--content>.module__content-panel .module__content-panel--standard-text:first-child,.module__tabs--content>.module__content-panel:first-child{margin-top:0}.module__tabs--content p{text-align:center}.module__tabs--content p:after,.module__tabs--content p:before{content:" ";display:table}.module__tabs--content p:after{clear:both}.module__tabs--content em{display:inline-block;vertical-align:top;font-size:1.2rem}.module__tabs--content img{width:100%;max-width:100%;height:auto}.module__tabs--content form p{text-align:left}.module__tabs--content ul{padding:0 0 0 1em;margin:0 -15px}.module__tabs--content ul:after,.module__tabs--content ul:before{content:" ";display:table}.module__tabs--content ul:after{clear:both}.module__tabs--content ul li p{text-align:left}.module__tabs--content ul li>ol,.module__tabs--content ul li>ul{margin-top:0}.module__tabs--content table th{border-bottom:0 solid #fff}.module__tabs--content table a{display:block;word-break:normal}.module__tabs--content hr{margin:0;margin-bottom:40px}@media screen and (max-width:1200px){.module__tabs--content hr{margin-bottom:30px}}.module__tabs--content .share__tooltip{padding:15px 10px 10px}.module__tabs--es-dropdown-message{display:none}@media screen and (max-width:980px){.module__tabs--es-dropdown-message{display:block}}.module__tabs--es-dropdown-message .module__content-panel--wrapper{padding-bottom:20px}.module__tabs--content-es{position:relative;float:right;width:100%}.module__tabs--content-es.loading:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.7)}@media screen and (max-width:980px){.module__tabs--content-es--wrapper{margin-top:20px}}.module__tabs--content-es--wrapper:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:#fff}.module__tabs--es-filters+.module__tabs--content-es--wrapper{float:right;position:relative;padding-top:30px}@media screen and (min-width:981px){.module__tabs--es-filters+.module__tabs--content-es--wrapper{position:static;padding-top:0;padding-left:30px;width:75%}.module__tabs--es-filters+.module__tabs--content-es--wrapper:before{width:75%}}.module__tabs--content-es--wrapper .module__content-panel--pagination{float:right}.module__tabs--content-es h2{font-weight:400}.module__tabs--es-filters{float:left;width:100%}@media screen and (min-width:981px){.module__tabs--es-filters{width:25%}}.module__tabs--es-filters>*{padding:0 20px}@media screen and (max-width:980px){.module__tabs--es-filters>*{padding:0 15px}}.module__tabs--es-filters--header{font-weight:600;background-color:#e1e1e1;padding:10px 20px}@media screen and (max-width:980px){.module__tabs--es-filters--header{padding:10px 15px}}.module__tabs--es-filters--additional{margin-top:25px}.module__tabs--es-filters .module__accordion--title{padding-top:20px;padding-bottom:20px}.module__tabs--es-filters .module__accordion--content>div{margin:15px 0}.module__tabs--es-filters .module__accordion--content>div:after,.module__tabs--es-filters .module__accordion--content>div:before{content:" ";display:table}.module__tabs--es-filters .module__accordion--content>div:after{clear:both}.module__tabs--es-filters .module__accordion--content>div:first-child{margin-top:0}.module__tabs--es-filters .module__accordion--content>div:last-child{margin-bottom:0}.module__tabs--es-filters label{float:right;width:calc(100% - 35px)}.module__tabs--es-filters button{margin-top:25px;width:100%;min-width:auto;max-width:250px}.module__tabs--es-filters button[type=reset]{text-transform:none}.module__tabs--es-sorting{position:relative;display:inline-block;float:left;margin-top:5px}.module__tabs--es-sorting label{font-weight:600}.module__tabs--es-sorting select{width:auto}.module__tabs--es-sorting .select2-container{top:6px;margin-left:8px;border:0}.module__tabs--es-sorting .styled__select+.select2-container--default:after{top:calc(50% - 5px);right:5px}.module__tabs--table-header{display:flex;margin-top:30px;padding:0 10px;height:50px;align-items:center;background-color:#f5f5f5}@media screen and (max-width:740px){.module__tabs--table-header{display:none}}.module__tabs--table-header .th{font-family:Arial,sans-serif;font-weight:600;font-style:normal;flex:1}.module__tabs--list-2-col ul{float:left;width:50%}.module__tabs--list-2-col ul li{width:100%;display:block}.module__tabs--links{display:none;margin:0 auto}.module__tabs--links:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:0;border-bottom:1px solid #e2e2e2;z-index:-1}.module__tabs--links.sticky{padding-top:15px;padding-bottom:15px;background-color:#f5f5f5;transition:left .5s ease;max-width:var(--_sticky-tab--max-width,100%)}@media screen and (min-width:741px){.module__tabs--links.sticky{position:fixed;right:0;margin:0 auto;width:100%;left:93px;z-index:50;box-sizing:border-box}.navigation__open .module__tabs--links.sticky{left:160px}}@media screen and (min-width:981px){.module__tabs--links.sticky li:first-child:after,.module__tabs--links.sticky li:last-child:after{border-bottom:1px solid #e0e0e0}}@media screen and (min-width:1201px){.navigation__open .module__tabs--links.sticky{left:180px}}@media screen and (min-width:741px) and (max-width:980px){.module__tabs--links.sticky{top:70px}}@media screen and (min-width:981px){.module__tabs--links.sticky{top:70px}}@media screen and (min-width:981px) and (max-width:1200px){.module__tabs--links.sticky{--_sticky-tab--max-width:851px;left:0}}@media screen and (min-width:1201px) and (max-width:1600px){.module__tabs--links.sticky{--_sticky-tab--max-width:1051px;left:0}}@media screen and (min-width:1601px){.module__tabs--links.sticky{--_sticky-tab--max-width:1092px;left:0}}@media screen and (max-width:980px){.module__tabs--links{padding:0 8px}}@media screen and (min-width:981px){.module__tabs--links{position:relative;display:table;z-index:2;margin:0 -30px;padding:0 30px;list-style:none;box-sizing:content-box}.module__tabs--links li{position:relative;display:table-cell;padding:0 5px;margin:0;height:100%;width:1%;background:none;text-align:center;vertical-align:middle}.module__tabs--links li:first-child:after{left:-50vw}.module__tabs--links li>a{padding:12px 20px;display:inline-block;vertical-align:top;font-family:Arial,sans-serif;font-weight:600;font-style:normal;width:100%;font-size:1.5rem;color:#363635!important;text-decoration:none;border-bottom:2px solid transparent;border-top:8px solid #e1e1e1;background-color:#fff}.module__tabs--links li>a:focus,.module__tabs--links li>a:hover{color:#000}.module__tabs--links li.module__tabs--active{display:table-cell}.module__tabs--links li.module__tabs--active a{position:relative;color:#0b7161!important;border-width:8px 1px 0;border-style:solid;border-color:#0b7161 #e2e2e2 #f5f5f5;background-color:transparent;text-decoration:none}.module__tabs--links li.module__tabs--active a:before{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:0;border-bottom:2px solid #f5f5f5}.module__tabs--links li.module__tabs--disabled a{color:#aaa!important}}@media screen and (min-width:981px){.has-js .module__tabs .tab{display:none;padding-top:40px}.has-js .module__tabs--active.tab{display:block}.has-js .module__tabs--title{display:none}.has-js .module__tabs--wrapper{padding:80px 0 0;background:#f8f8f8;text-align:left}.has-js .module__tabs--divider{position:relative;top:-2px;width:100%;height:2px;background-color:#fff;z-index:1}.has-js .module__tabs--divider:after,.has-js .module__tabs--divider:before{content:"";position:absolute;top:0;bottom:0;width:9600px;background:#fff;left:100%}.has-js .module__tabs--divider:before{left:auto;right:100%}.has-js .module__tabs--with-panels:has(.module__tabs--links) .module__tabs--inner-wrapper{margin-bottom:20px}.has-js .module__tabs--with-panels .tab{display:block;padding-top:10px}.has-js .module__tabs--links{display:block}.has-js .module__tabs .module__filter{text-align:center}.has-js .module__tabs .module__content-panel--text--full-width{text-align:left}}.has-js .module__tabs--with-panels .related-item__tile-outer{opacity:0;transition-property:transform,opacity;transition-duration:.4s;transform:scale(.001);cursor:default}@media screen and (max-width:980px){.has-js .module__tabs--with-panels .related-item__tile-outer{position:relative!important}}.has-js .module__tabs--with-panels .related-item__tile-outer.animate{opacity:1;transform:scale(1);cursor:default}@media screen and (min-width:981px) and (max-width:1200px){.has-js .module__tabs .tab{padding-top:30px}}@media screen and (min-width:981px){.has-js .background--white .module__tabs--divider{background-color:#e2e2e2}.has-js .background--white .module__tabs--divider:after,.has-js .background--white .module__tabs--divider:before{background:#e2e2e2}.has-js .module__content-panel.background--grey-light .module__tabs--divider{display:none}}.module__tabs.module__tabs--mobile-dropdown .tab .module__tabs--title{display:none}.module__tabs.module__tabs--mobile-dropdown .tab .module__tabs--content{padding-top:40px}.module__tabs.module__tabs--course{margin:0;padding:0;position:relative;background-color:unset}@media screen and (min-width:981px){.module__tabs.module__tabs--course .module__tabs--links{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin:0;padding:0}.module__tabs.module__tabs--course .module__tabs--links:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:100%}.module__tabs.module__tabs--course .module__tabs--links:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:0;z-index:0;border-bottom:1px solid #e1e1e1}.module__tabs.module__tabs--course .module__tabs--links li{display:flex;flex-shrink:0;flex-grow:1;flex-basis:min-content;margin:0;padding:0;border-width:8px 1px 1px;border-style:solid;border-color:#e1e1e1 #e1e1e1 transparent;background-color:#f5f5f5}.module__tabs.module__tabs--course .module__tabs--links li:before{border:none}.module__tabs.module__tabs--course .module__tabs--links li+li{margin-left:.5rem}.module__tabs.module__tabs--course .module__tabs--links li>a{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;background:unset;border:unset}.module__tabs.module__tabs--course .module__tabs--links .module__tabs--active{border-color:#0b7161 #e1e1e1 #fff;background-color:#fff;z-index:10}.module__tabs.module__tabs--course .module__tabs--links .module__tabs--active>a:before{display:none}.module__tabs.module__tabs--course .module__tabs--content p{text-align:unset}.module__tabs.module__tabs--course .module__tabs--content ul{margin:0;padding:0}.module__tabs.module__tabs--course .module__tabs--content ul .highlight-rows__row{width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}.module__tabs.module__tabs--course .module__tabs--divider{display:none}}.module__tabs.module__tabs--course .tab{padding-top:30px}.module__tabs.module__tabs--course .tab .accordion__toggle{top:15px}@media screen and (max-width:980px){.module__tabs.module__tabs--course .tab{padding-top:0}}.module__entry-requirements-tabbed-title{margin-bottom:2rem}.module__proof-point{position:relative;width:100%;text-align:left}.module__proof-point p{padding-right:20px;padding-left:65px;margin:0;font-size:1.4rem;line-height:2rem}.module__proof-point--centred{text-align:center}.module__proof-point--centred .module__proof-point{display:inline-block;width:auto}.module__proof-point--container{position:relative;padding:15px 0;font-size:0;background-color:#f5f5f5}.module__proof-point--container:after,.module__proof-point--container:before{content:" ";display:table}.module__proof-point--container:after{clear:both}@media screen and (max-width:740px){.module__proof-point--container{padding:40px 0}}.module__proof-point--container .module__content-panel--wrapper{padding-bottom:0}@media screen and (min-width:981px){#main-content__wrapper .module__proof-point--container:first-child{margin-top:35px}}.module__proof-point--list{width:100%}@media screen and (min-width:741px){.module__proof-point--list{display:table;height:70px}}.module__proof-point--list-item{padding-bottom:50px}@media screen and (min-width:741px){.module__proof-point--list-item{display:table-cell;padding:0;width:1%;vertical-align:middle}}.module__proof-point--list-item:last-child{padding:0}.module__proof-point .icon{position:absolute;top:0;bottom:0;left:0;margin:auto;width:50px;height:50px;color:#0b7161;font-size:5rem;text-align:center}@media screen and (max-width:980px){.module__proof-point .icon{width:40px;height:40px;font-size:4rem}}.module__content-marketing{padding:60px 0}@media screen and (max-width:740px){.module__content-marketing{padding:30px 0}}.module__content-marketing.background--primary{background-color:transparent!important}.module__content-marketing.background--primary .module__content-marketing-content,.module__content-marketing.background--primary .module__content-marketing-link,.module__content-marketing.background--primary .related-item__body span{color:#fff!important}.module__content-marketing.background--primary .module__content-marketing-banner{background-color:#0b7161}.module__content-marketing.background--primary .module__content-marketing-banner path{fill:#0b7161}.module__content-marketing.background--primary .related-item__tile{color:#fff;background-color:#0b7161}.module__content-marketing.background--secondary{background-color:transparent!important}.module__content-marketing.background--secondary .module__content-marketing-content,.module__content-marketing.background--secondary .module__content-marketing-link,.module__content-marketing.background--secondary .related-item__body span{color:#fff!important}.module__content-marketing.background--secondary .module__content-marketing-banner{background-color:#c74298}.module__content-marketing.background--secondary .module__content-marketing-banner path{fill:#c74298}.module__content-marketing.background--secondary .related-item__tile{color:#fff;background-color:#c74298}.module__content-marketing.background--blue{background-color:transparent!important}.module__content-marketing.background--blue .module__content-marketing-content,.module__content-marketing.background--blue .module__content-marketing-link,.module__content-marketing.background--blue .related-item__body span{color:#fff!important}.module__content-marketing.background--blue .module__content-marketing-banner{background-color:#007d98}.module__content-marketing.background--blue .module__content-marketing-banner path{fill:#007d98}.module__content-marketing.background--blue .related-item__tile{color:#fff;background-color:#007d98}.module__content-marketing.background--yellow{background-color:transparent!important}.module__content-marketing.background--yellow .module__content-marketing-content,.module__content-marketing.background--yellow .module__content-marketing-link,.module__content-marketing.background--yellow .related-item__body span{color:#363635!important}.module__content-marketing.background--yellow .module__content-marketing-banner{background-color:#ffd923}.module__content-marketing.background--yellow .module__content-marketing-banner path{fill:#ffd923}.module__content-marketing.background--yellow .related-item__tile{color:#363635;background-color:#ffd923}.module__content-marketing.background--orange{background-color:transparent!important}.module__content-marketing.background--orange .module__content-marketing-content,.module__content-marketing.background--orange .module__content-marketing-link,.module__content-marketing.background--orange .related-item__body span{color:#363635!important}.module__content-marketing.background--orange .module__content-marketing-banner{background-color:#ff9300}.module__content-marketing.background--orange .module__content-marketing-banner path{fill:#ff9300}.module__content-marketing.background--orange .related-item__tile{color:#363635;background-color:#ff9300}.module__content-marketing--bleed-top{margin-top:45px!important}.module__content-marketing-banner{position:relative;display:table;width:100%;height:300px;background-color:#363635}.module__content-marketing-banner--wrapper{width:41.66666667%}@media screen and (min-width:981px){.module__content-marketing-banner--wrapper{padding:0 15px}}@media screen and (min-width:981px) and (max-width:1600px){.module__content-marketing-banner--wrapper{width:30%}}@media screen and (max-width:1200px){.module__content-marketing-banner--wrapper{width:50%}}@media screen and (max-width:740px){.module__content-marketing-banner--wrapper{margin-bottom:16px;width:100%}}.module__content-marketing-banner svg{position:absolute;top:0;right:0;height:100%;background-color:#fff}.module__content-marketing-banner path{fill:#363635}.module__content-marketing-content{position:relative;display:table-cell;vertical-align:middle;padding-left:30px;padding-right:60px;color:#fff;z-index:10}.module__content-marketing-content p{margin-top:10px;font-size:1.4rem}.module__content-marketing-title{font-family:Arial,sans-serif;font-size:2.4rem;margin:0}.wf-worldlylight-n4-active .module__content-marketing-title{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__content-marketing-title{font-size:2rem}}.module__content-marketing-item.cell{width:25%}@media screen and (min-width:1201px) and (max-width:1600px){.module__content-marketing-item.cell{width:30%}}@media screen and (max-width:1200px){.module__content-marketing-item.cell{float:right;margin-bottom:16px;clear:right;width:50%}}@media screen and (max-width:740px){.module__content-marketing-item.cell{width:100%}}.module__content-marketing .related-item__tile{display:block;text-decoration:none}.module__content-marketing .related-item__tile--image{padding:170px 20px 25px}.module__content-marketing-link{display:inline-block;margin-top:20px;color:#e1e1e1!important;text-decoration:underline!important}@media screen and (max-width:980px){.promotion__footnote-tablet{display:none}}@media screen and (max-width:740px){.promotion__footnote-mobile{display:none}}.module__promotion{padding-top:40px;padding-bottom:2rem;text-align:center}.module__banner+.module__promotion{margin-top:0!important}.module__promotion-wrapper{padding-left:8.33333333%;padding-right:8.33333333%}@media screen and (max-width:1600px){.module__promotion-wrapper{padding-left:0;padding-right:0}}@media screen and (max-width:740px){.module__promotion-wrapper>h2,.module__promotion-wrapper>p{padding:0 15px}}.module__promotion .sub-heading{font-size:1.8rem;margin-bottom:40px}.module__promotion--bleed-top{margin-top:-70px}.module__promotion.background--grey-light{margin-bottom:40px}.module__promotion.background--grey-med-light h2{margin-bottom:35px}@media screen and (min-width:741px){.module__promotion.background--grey-med-light h2{margin-bottom:30px}}@media screen and (max-width:740px){.module__promotion.background--grey-med-light .module__promotion-point{padding:0 20px}}.module__promotion.background--grey-dark{background-color:#333}.module__promotion.background--grey-dark h2,.module__promotion.background--grey-dark p{color:#fff}.module__promotion.background--grey-dark textarea{color:#fff!important}.module__promotion-points{display:table}.module__promotion-point{display:table-cell;padding:0 4px;margin-bottom:20px;width:1%}@media screen and (max-width:740px){.module__promotion-point{width:50%;padding:0 40px}}@media screen and (max-width:980px){.module__promotion-point:nth-child(n+7){display:none}}@media screen and (max-width:740px){.module__promotion-point:nth-child(n+5){display:none}}.module__promotion-image{margin-left:auto;margin-right:auto;width:100%;max-width:80px;background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:20px}.module__promotion-image:after{display:block;content:"";padding-top:100%}.module__promotion-points--icon .module__promotion-image{max-width:54px;border-radius:0}.module__promotion-text{font-size:1.8rem}@media screen and (max-width:740px){.module__promotion-text{font-size:1.6rem}}.module__promotion-points.module__promotion-points--icon{flex-wrap:wrap;flex:1 1 auto;display:table}@media screen and (max-width:740px){.module__promotion-points.module__promotion-points--icon{display:flex}}.module__proof-point-video{margin:auto;padding-top:50px}@media screen and (min-width:1201px){.module__proof-point-video{padding-top:70px;width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__proof-point-video{width:80%}}@media screen and (max-width:740px){.module__proof-point-video{padding-left:8px;padding-right:8px}}.module__proof-point-video-intro{margin-bottom:40px}@media screen and (max-width:740px){.module__proof-point-video-intro{margin-bottom:25px}}@media screen and (min-width:741px){.module__proof-point-video-block{width:calc(50% - 30px / 4)}}.module__proof-point-video-block--video{float:left;position:relative;color:#fff;background-color:#363635}.module__proof-point-video-block--video.background--primary{color:#fff;background-color:#0b7161}.module__proof-point-video-block--video.background--primary .module__proof-point-video-triangle:before{border-color:#0b7161 transparent transparent}.module__proof-point-video-block--video.background--primary .module__proof-point-video-btn--play:before{border-color:transparent transparent transparent #0b7161}.module__proof-point-video-block--video.background--secondary{color:#fff;background-color:#c74298}.module__proof-point-video-block--video.background--secondary .module__proof-point-video-triangle:before{border-color:#c74298 transparent transparent}.module__proof-point-video-block--video.background--secondary .module__proof-point-video-btn--play:before{border-color:transparent transparent transparent #c74298}.module__proof-point-video-block--video.background--blue{color:#fff;background-color:#007d98}.module__proof-point-video-block--video.background--blue .module__proof-point-video-triangle:before{border-color:#007d98 transparent transparent}.module__proof-point-video-block--video.background--blue .module__proof-point-video-btn--play:before{border-color:transparent transparent transparent #007d98}.module__proof-point-video-block--video.background--yellow{color:#363635;background-color:#ffd923}.module__proof-point-video-block--video.background--yellow .module__proof-point-video-triangle:before{border-color:#ffd923 transparent transparent}.module__proof-point-video-block--video.background--yellow .module__proof-point-video-btn--play:before{border-color:transparent transparent transparent #ffd923}.module__proof-point-video-block--video.background--orange{color:#363635;background-color:#ff9300}.module__proof-point-video-block--video.background--orange .module__proof-point-video-triangle:before{border-color:#ff9300 transparent transparent}.module__proof-point-video-block--video.background--orange .module__proof-point-video-btn--play:before{border-color:transparent transparent transparent #ff9300}.module__proof-point-video-block--video>div{padding:20px 20px 30px}@media screen and (min-width:981px){.module__proof-point-video-block--video>div{padding:20px;width:50%}}.module__proof-point-video-block--point{float:right}@media screen and (max-width:740px){.module__proof-point-video-block--point{margin-top:30px}}.module__proof-point-video-item-text{position:relative;padding-left:40px;margin-bottom:30px}.module__proof-point-video-item-text p{margin-top:15px}div.module__proof-point-video-image{position:absolute;top:0;right:0;padding:0!important;height:100%;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:980px){div.module__proof-point-video-image{display:none}}.module__proof-point-video-triangle{position:relative;padding-left:100%;width:0;height:100%;overflow:hidden}.module__proof-point-video-triangle:before{content:"";display:block;position:absolute;bottom:0;left:0;width:0;height:0;border-style:solid;border-width:1400px 400px 0 0;border-color:#363635 transparent transparent}.module__proof-point-video-btn{position:absolute;top:50%;left:calc(50% + 30px);margin:0;width:80px;height:80px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:1}@media screen and (max-width:980px){.module__proof-point-video-btn{display:none}}.module__proof-point-video-btn--play:before{position:absolute;top:50%;width:0;height:0;border-style:solid;border-color:transparent transparent transparent #0b7161}.module__proof-point-video-btn:before{content:"";left:50%;border-width:17px 0 17px 35px;transform:translate(-50%,-50%)}.module__proof-point-video-btn--play{padding:0;color:inherit;font-weight:600;text-decoration:underline}@media screen and (max-width:980px){.module__proof-point-video-btn--play{position:relative;padding-left:45px}.module__proof-point-video-btn--play:before{content:"";left:10px;border-width:8px 0 8px 16px;transform:translateY(-50%);z-index:1}.module__proof-point-video-btn--play:after{content:"";position:absolute;top:50%;left:0;width:32px;height:32px;background-color:#fff;border-radius:50%;transform:translateY(-50%);z-index:0}}.module__proof-point-video .icon{position:absolute;top:0;left:0;width:30px;height:30px;color:#0b7161;font-size:3rem}.module__proof-point-video h3{font-family:Arial,sans-serif;margin:0;font-size:2rem}.wf-worldlyregular-n4-active .module__proof-point-video h3{font-family:Worldly Regular,Open Sans,Arial,sans-serif}.module__countdown-strip{display:none;cursor:pointer}@media screen and (min-width:981px){.module__countdown-strip{padding-top:35px}}.module__countdown-strip.show{display:block}.module__countdown-strip--new-style.background--secondary .countdown--strip:after{border-color:#c74298;display:none}.module__countdown-strip--new-style.background--secondary .countdown-description,.module__countdown-strip--new-style.background--secondary .countdown-description--mobile{color:#fff}@media screen and (min-width:741px) and (max-width:980px){.module__countdown-strip--new-style>.grid{display:flex}}@media screen and (max-width:740px){.module__countdown-strip--new-style>.grid{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:740px){.module__countdown-strip--new-style>.grid>div{width:100%!important;justify-content:center!important;margin:20px 0 0;height:auto!important}}@media screen and (max-width:740px){.module__countdown-strip--new-style .countdown-content{display:flex;flex-direction:column!important}}@media screen and (min-width:741px) and (max-width:980px){.module__countdown-strip--new-style .countdown-content .button{min-width:145px!important}}@media screen and (max-width:740px){.module__countdown-strip--new-style .countdown-content .button{padding:16px 30px 18px;width:100%!important;text-decoration:none!important;margin:20px 0}}.module__countdown-strip .cell{display:flex;align-items:center;justify-content:space-between;height:76px}.module .module__countdown-strip .cell{display:block;height:auto}@media screen and (max-width:740px){.module__countdown-strip .countdown-time{font-size:2.2rem;letter-spacing:1.5px}}@media screen and (max-width:1200px){.module__countdown-strip .countdown-time{font-size:2.4rem}}@media screen and (max-width:740px){.module__countdown-strip .button{padding:0;min-width:unset;background-color:transparent;text-decoration:underline!important}.module__countdown-strip .button.button--primary{color:#0b7161!important}.module__countdown-strip .button.button--secondary{color:#c74298!important}.module__countdown-strip .button.button--orange{color:#ff9300!important}.module__countdown-strip .button.button--blue{color:#007d98!important}.module__countdown-strip .button.button--yellow{color:#ffd923!important}.module__countdown-strip .button.button--charcoal{color:#363635!important}}.countdown.background--primary.countdown--circle:after,.countdown.background--primary.countdown--circle:before,.countdown.background--primary.countdown--strip:before{background-color:#0b7161}.countdown.background--secondary.countdown--circle:after,.countdown.background--secondary.countdown--circle:before,.countdown.background--secondary.countdown--strip:before{background-color:#c74298}.countdown.background--orange.countdown--circle:after,.countdown.background--orange.countdown--circle:before,.countdown.background--orange.countdown--strip:before{background-color:#ff9300}.countdown.background--blue.countdown--circle:after,.countdown.background--blue.countdown--circle:before,.countdown.background--blue.countdown--strip:before{background-color:#007d98}.countdown.background--yellow.countdown--circle:after,.countdown.background--yellow.countdown--circle:before,.countdown.background--yellow.countdown--strip:before{background-color:#ffd923}.countdown.background--charcoal.countdown--circle:after,.countdown.background--charcoal.countdown--circle:before,.countdown.background--charcoal.countdown--strip:before{background-color:#363635}@media screen and (max-width:740px){.countdown--circle{position:absolute;top:100%;padding:40px 0 20px;left:25%;margin-top:-20px}.countdown--circle:after,.countdown--circle:before{content:"";position:absolute;top:0;height:100%}.countdown--circle:before{left:100%;width:50vw}.countdown--circle:after{right:100%;width:45px;border-radius:45px 0 0 45px}}@media screen and (min-width:741px){.countdown--circle{float:left;display:flex;justify-content:center;align-items:center;margin-left:30px;width:285px;height:285px;border-radius:50%}}.countdown--strip{position:relative}@media screen and (max-width:740px){.countdown--strip{margin-left:0!important;width:57%!important}}.countdown--strip:after,.countdown--strip:before{content:"";position:absolute;top:0}.countdown--strip:before{right:100%;width:50vw;height:100%}.countdown--strip:after{left:calc(100% - 39px);width:0;height:0;border-style:solid;border-width:0 0 76px 40px;border-color:transparent transparent #fff}.countdown-description{padding-right:20px}@media screen and (max-width:740px){.countdown-description{display:none}}.countdown-description--mobile{display:none}@media screen and (max-width:740px){.countdown-description--mobile{display:inline-block}}@media screen and (max-width:740px){.countdown-content{width:43%!important}}.countdown-time{font-family:Arial,sans-serif;color:#fff;font-size:3.2rem;line-height:3.2rem;letter-spacing:3px}.wf-worldlylight-n4-active .countdown-time{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.countdown-time{font-size:2.4rem;line-height:2.4rem}}.background--orange .countdown-time,.background--yellow .countdown-time{color:#000}.module__quick-link{flex:1;padding:0 9px}@media screen and (max-width:740px){.module__quick-link{margin-bottom:20px}}.module__quick-link--container{margin-top:70px}@media screen and (max-width:740px){.module__quick-link--container{margin-top:50px}}.module__quick-link--wrapper{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}@media screen and (max-width:740px){.module__quick-link--wrapper{flex-direction:column}}.module__quick-link-content{padding:200px 20px 28px}.module__quick-link>div{position:relative;height:100%;background-color:#f5f5f5;overflow:hidden}.module__quick-link-image{position:absolute;top:0;left:50%;height:170px;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;transform:translateX(-50%)}.module__quick-link li{padding:0;background:none}.module__course-slideshow .module_search-text-footer .icon{position:relative;top:20px!important;left:7px!important}.module__detailed-slideshow{max-width:100%}.module__detailed-slideshow--es{margin-top:80px}.module__detailed-slideshow--wrapper{position:relative;padding-left:110px;overflow:hidden;z-index:5}@media screen and (max-width:544px){.module__detailed-slideshow--wrapper{padding-left:30px}}.module__detailed-slideshow--wrapper:after,.module__detailed-slideshow--wrapper:before{content:"";position:absolute;right:0;width:100px;pointer-events:none;z-index:5}@media screen and (max-width:740px){.module__detailed-slideshow--wrapper:after,.module__detailed-slideshow--wrapper:before{width:80px}}.module__detailed-slideshow--wrapper:before{bottom:0;height:70px;background:linear-gradient(270deg,#f5f5f5 0,#f5f5f5 50%,hsla(0,0%,100%,0))}.module__detailed-slideshow--wrapper:after{top:0;height:80px;background:linear-gradient(270deg,#fff 0,#fff 50%,hsla(0,0%,100%,0))}.module__detailed-slideshow__container{position:relative}@media screen and (min-width:741px) and (max-width:980px){.module__detailed-slideshow__container{margin:0 auto;width:calc(100% - 70px)}}.module__detailed-slideshow__container .module__slideshow--prev{left:0;padding-left:0}@media screen and (min-width:741px){.module__detailed-slideshow__container .module__slideshow--prev{left:-30px}}.module__detailed-slideshow__container .module__slideshow--next{right:0;padding-right:0}@media screen and (min-width:741px){.module__detailed-slideshow__container .module__slideshow--next{right:-30px}}.module__detailed-slideshow__item{display:inline-block;padding:15px 10px;height:150px;width:100%;line-height:2.1rem;background-color:#e1e1e1}.module__detailed-slideshow__item--wrapper{padding:0 10px;width:200px;vertical-align:top;cursor:pointer;opacity:1!important}.module__detailed-slideshow__item--wrapper.cycl-slide-active{opacity:0!important}.module__detailed-slideshow__item--active{position:absolute;top:0;left:0;height:100%;width:300px;border-bottom-width:7px;border-bottom-style:solid;border-bottom-color:#0b7161;background-color:#fff;z-index:10}@media screen and (max-width:544px){.module__detailed-slideshow__item--active{width:220px}}.module__detailed-slideshow__item strong{white-space:normal}.module__detailed-slideshow__image{position:absolute;height:100%;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity .3s ease}.module__detailed-slideshow__image.active{opacity:1}.module__detailed-slideshow__content{position:absolute;top:0;padding-top:40px;padding-bottom:50px;opacity:0}.module__detailed-slideshow__content--wrapper{position:relative}@media screen and (min-width:741px) and (max-width:980px){.module__detailed-slideshow__content--wrapper{margin:0 auto;width:calc(100% - 70px)}}.module__detailed-slideshow__content--wrapper:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:calc(100% + 70px);width:100vw;background-color:#f5f5f5}.module__detailed-slideshow__content.active{position:relative;opacity:1;transition:opacity .3s ease}.module__detailed-slideshow__content *+p,.module__detailed-slideshow__content p+*{margin-top:20px}.module__detailed-slideshow__content .button{margin-top:40px;padding-left:60px;padding-right:60px;font-size:1.5rem;font-weight:400}.module__detailed-slideshow__content .icon:not(.icon-RightArrow){position:absolute;top:50%;left:50px;transform:translateY(-50%);font-size:2.7rem}.module__detailed-slideshow__content h3:focus{outline:0}.module__detailed-slideshow__content a[tabindex="0"]{position:relative;z-index:5}.module__detailed-slideshow__table-content{margin-top:20px}@media screen and (min-width:741px){.module__detailed-slideshow__table-content{display:flex}}.module__detailed-slideshow__table-content>*{margin-bottom:15px}@media screen and (min-width:741px){.module__detailed-slideshow__table-content>*{margin:0;padding-right:40px}}.module__detailed-slideshow__table-content *+p,.module__detailed-slideshow__table-content p+*{margin-top:10px}.module__help-banner{display:flex;align-items:center}@media screen and (min-width:741px){.module__help-banner{min-height:250px}}@media screen and (max-width:740px){.module__help-banner{flex-direction:column}}.module__help-banner--container{margin:120px 0;background-color:#e1e1e1}@media screen and (min-width:981px) and (max-width:1600px){.module__help-banner--container{margin:70px 0}}@media screen and (min-width:741px) and (max-width:980px){.module__help-banner--container{margin:70px 0}}@media screen and (max-width:740px){.module__help-banner--container{margin:50px 0}}.module__help-banner__roundel{position:relative;padding:45px 40px;font-size:1.8rem;line-height:2.8rem;text-align:center}@media screen and (max-width:740px){.module__help-banner__roundel{display:flex;align-items:center;padding:0 40px;margin-bottom:30px;height:260px}}.module__help-banner__roundel--primary{color:#fff}.module__help-banner__roundel--primary svg{fill:#0b7161}.module__help-banner__roundel--secondary{color:#fff}.module__help-banner__roundel--secondary svg{fill:#c74298}.module__help-banner__roundel--blue{color:#fff}.module__help-banner__roundel--blue svg{fill:#007d98}.module__help-banner__roundel--yellow{color:#363635}.module__help-banner__roundel--yellow svg{fill:#ffd923}.module__help-banner__roundel--orange{color:#363635}.module__help-banner__roundel--orange svg{fill:#ff9300}.module__help-banner__roundel--charcoal{color:#fff}.module__help-banner__roundel--charcoal svg{fill:#363635}.module__help-banner__roundel--container{width:260px}@media screen and (min-width:1601px){.module__help-banner__roundel--container{margin-left:8.33333333%;width:33.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__help-banner__roundel--container{width:40%}}@media screen and (min-width:741px) and (max-width:980px){.module__help-banner__roundel--container{width:37.5%}}@media screen and (max-width:740px){.module__help-banner__roundel--container{order:2}}.module__help-banner__roundel-content{position:relative;z-index:10}.module__help-banner__roundel-content *{font-size:1.8rem;line-height:2.8rem}.module__help-banner svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.module__help-banner__content.cell{padding-top:45px;padding-bottom:45px;width:100%}@media screen and (min-width:1601px){.module__help-banner__content.cell{width:50%}}@media screen and (min-width:981px) and (max-width:1600px){.module__help-banner__content.cell{width:60%}}@media screen and (min-width:741px) and (max-width:980px){.module__help-banner__content.cell{width:62.5%}}@media screen and (max-width:740px){.module__help-banner__content.cell{order:1;padding-bottom:0}}.module__help-banner__cta{display:flex;flex-direction:column;flex-basis:calc(50% - 15px);margin-bottom:15px}@media screen and (max-width:740px){.module__help-banner__cta{flex-basis:100%;margin-bottom:30px}}.module__help-banner__cta--container{display:flex;justify-content:space-between;flex-wrap:wrap}.module__help-banner .button{display:flex;align-items:center;justify-content:center;padding:12px 30px;min-width:unset;width:100%;font-weight:600!important;pointer-events:auto!important;cursor:pointer!important}.module__help-banner .icon{margin-right:10px;font-size:2.8rem}.module__help-banner .subtext{margin-top:5px;font-size:1.2rem}.module__help-banner .h2 *{font-size:inherit;font-family:inherit}#course-search-form{position:relative;padding-bottom:40px}#course-search-form:after,#course-search-form:before{content:"";position:absolute;top:0;bottom:0;width:9600px;display:block}#course-search-form:after{left:100%}#course-search-form:before{right:100%}@media screen and (min-width:1601px){#course-search-form{width:66.66666667%;margin-left:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){#course-search-form{width:80%;margin-left:10%}}.course__filter{margin-top:40px;margin-bottom:30px}.course__filter+.module__content-panel{margin-top:30px}.highcharts-container{border-bottom:1px solid #dadada;margin-bottom:3em;height:440px!important}.article__filter--bar:after,.article__filter--bar:before{content:" ";display:table}.article__filter--bar:after{clear:both}.article__filter--bar p{float:left;margin-right:30px}.article__filter--bar .fieldset{float:left;width:20%;clear:none;padding-top:0;margin-right:20px}@media screen and (max-width:740px){.article__filter--bar .fieldset,.article__filter--bar p{float:none;width:100%;text-align:left}}.article__items:after,.article__items:before{content:" ";display:table}.article__items:after{clear:both}.article__items--year{margin:40px 0;font-weight:700;font-size:1.6rem}.article__item{position:relative;text-align:left;margin-bottom:50px;padding-bottom:70px}@media screen and (max-width:740px){.article__item{height:auto!important}}@media screen and (min-width:741px){.article__item{width:48%;float:left}.article__item:nth-child(odd){margin-left:0}}.article__item p{margin:0;text-align:left}.article__item p+p{margin-top:0}p.article__item--title{font-weight:700;font-size:1.6rem;line-height:2.4rem}p.article__item--title a{font-weight:700}p.article__item--editors{font-size:1.6rem;margin:5px 0}p.article__item--desc{font-size:1.2rem;line-height:1.8rem}.article__item--type{position:relative;float:left;padding-top:3px;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;text-transform:uppercase}.wf-worldlybold-n4-active .article__item--type{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.article__item--dot{position:relative;display:inline-block;top:3px;width:14px;height:14px;border-radius:100%;margin-right:10px}.article__item--dot.book{background-color:#3a8c7b}.article__item--dot.journal-article{background-color:#e26f1c}.article__item--dot.book-chapter{background-color:#8a8dcf}.article__item--dot.conference{background-color:#5a4a61}.article__item--dot.ntro,.article__item--dot.works{background-color:#d25b73}.article__item--dot.edited-book,.article__item--dot.research-report{background-color:#000}.article__item--footer{position:absolute;display:block;width:100%;bottom:0;padding-bottom:20px;padding-top:20px;padding-right:15px;border-bottom:1px solid #dadada}.article__item--footer:after,.article__item--footer:before{content:" ";display:table}.article__item--footer:after{clear:both}.article__item--favourite,.article__item--share{float:right}.article__item--favourite{margin-right:5px}.article__item--favourite .icon__heart--blue{position:relative;top:7px}.module__key-info{padding:25px 0;background-color:#f5f5f5}.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper{margin-right:-20px}@media screen and (max-width:740px){.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper{margin-right:0}}@media screen and (min-width:741px){.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper .h1{color:#0b7161}}@media screen and (max-width:740px){.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper .h1{margin-bottom:0}}.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper .divider{border:0;width:1px;background-color:#e1e1e1}@media screen and (min-width:741px){.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper .divider{display:none}}.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper+hr{background-color:#e1e1e1;margin-bottom:30px;height:1px}@media screen and (min-width:741px){.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper+hr{margin-right:-20px}}@media screen and (max-width:740px){.module__dropdown-tabs--fullwidth .module__key-info-item--wrapper+hr{margin-top:15px}}@media screen and (max-width:740px){.module__dropdown-tabs--fullwidth .module__key-info-item{text-align:center}}.module__dropdown-tabs--fullwidth .module__key-info-item:nth-child(3n)+.divider{height:1px;width:100%}@media screen and (max-width:740px){.module__key-info-item{display:flex;flex-basis:calc(50% - 2px);flex-direction:column;align-items:center}.module__key-info-item:nth-child(3n)+.divider{margin:10px 0;flex-basis:100%;height:0}}.module__key-info-item--wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}.module__key-info-item--wrapper .divider{margin:auto 0;height:30px;width:0;border:1px solid #e1e1e1}.module__key-info-item span{font-size:2.4rem}.module__key-info-item p{margin-top:5px}.module__video-embed--mini iframe{width:100%;border:0}@media screen and (max-width:740px){.module__video-embed--mini iframe{height:265px}}.module__video-embed iframe{height:495px;width:100%;border:0}@media screen and (min-width:741px) and (max-width:980px){.module__video-embed iframe{height:370px}}@media screen and (max-width:740px){.module__video-embed iframe{height:280px}}@media screen and (max-width:544px){.module__video-embed iframe{height:250px}}.module__stat-animation{margin-top:60px;color:#fff;background-color:#363635}.module__stat-animation.animate .active.icon{color:#ffd923}.module__stat-animation.animate .active.stat--bar{background-color:#ccc}@media screen and (max-width:740px){.module__stat-animation.animate .active.stat--bar{background-color:#ffd923}}.module__stat-animation.animate .active.stat--bar:last-child{background-color:#ffd923}.module__stat-animation-content{padding-left:15px;padding-right:15px;display:flex;flex-wrap:wrap;width:100%}@media screen and (max-width:980px){.module__stat-animation-content{padding-left:8px;padding-right:8px}}@media screen and (min-width:741px){.module__stat-animation-content{padding-top:20px;padding-bottom:20px;width:50%}}@media screen and (min-width:1601px){.module__stat-animation-content{width:33.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__stat-animation-content{width:40%}}@media screen and (min-width:1601px){.module__stat-animation-content:first-child{margin-left:8.33333333%}}@media screen and (max-width:740px){.module__stat-animation-content:first-child{margin-bottom:20px}}.module__stat-animation .module__content-panel-10-col{display:flex;align-items:center;flex-wrap:wrap;min-height:205px}@media screen and (max-width:740px){.module__stat-animation .module__content-panel-10-col{padding:40px 0}}.module__stat-animation p{font-family:Arial,sans-serif;font-weight:300;font-style:normal;font-size:2.4rem;line-height:3.8rem}.wf-opensans-n4-active .module__stat-animation p{font-family:Open Sans,Arial,sans-serif}.module__stat-animation .highlight{font-family:Arial,sans-serif;font-weight:400;font-style:normal;color:#ffd923}.wf-opensans-n4-active .module__stat-animation .highlight{font-family:Open Sans,Arial,sans-serif}.module__stat-animation .stat{margin-right:10px;color:#8a8a8a;font-size:7.5rem}@media screen and (min-width:981px) and (max-width:1600px){.module__stat-animation .stat{font-size:6.25rem}}@media screen and (max-width:980px){.module__stat-animation .stat{margin-right:7px;font-size:5.7rem}}.module__stat-animation .stat--bar{margin:auto 9px 0;flex:1;background-color:#8a8a8a;transition:background-color .5s ease}.module__stat-animation .stat--bar:first-child{height:26px}.module__stat-animation .stat--bar:nth-child(2){height:46px}.module__stat-animation .stat--bar:nth-child(3){height:66px}.module__stat-animation .stat--bar:nth-child(4){height:86px}.module__stat-animation .stat--bar:nth-child(5){height:136px}.module__stat-animation .icon{transition:color .3s ease}.applicant-points{margin-top:25px}.applicant-points li{display:flex;padding:0;background:none}.applicant-points li+li{margin-top:40px}.applicant-points .text--course-bold{margin-top:6px}.applicant-points .icon--wrapper{position:relative;display:inline-flex;justify-content:center;align-items:center;margin-right:15px}.applicant-points .icon--wrapper i{color:#c74298}.applicant-points .icon--wrapper .icon-Page{font-size:4.2rem;font-weight:700}.applicant-points .icon--wrapper .icon-Tick{position:absolute;top:50%;left:13px;transform:translateY(-50%);margin-top:3px;font-size:1.7rem;font-weight:700;opacity:0;transition:opacity .3s ease}.animate .applicant-points .icon--wrapper .icon-Tick{opacity:1}.module__entry-requirements{position:relative;flex:1;margin:0 5px;padding:20px;display:flex;flex-direction:column;justify-content:center;text-align:center;border-radius:20px;background-color:#e1e1e1}.module__entry-requirements>*{z-index:10}@media screen and (max-width:740px){.module__entry-requirements{margin:0;min-height:130px}}@media screen and (max-width:740px){.module__entry-requirements+.module__entry-requirements{margin-top:24px}}.module__entry-requirements+.module__entry-requirements:before{content:"-OR-";position:absolute;top:50%;left:-26px;padding:8px 7px 9px;font-size:1.3rem;font-weight:600;border-radius:30px;transform:translateY(-50%);background-color:#a4d1ca}@media screen and (max-width:740px){.module__entry-requirements+.module__entry-requirements:before{top:-32px;left:50%;transform:translate(-50%)}}.module__entry-requirements-container{margin-top:24px;margin-left:-5px;margin-right:-5px;display:flex;justify-content:space-between}@media screen and (max-width:740px){.module__entry-requirements-container{margin-left:0;margin-right:0;flex-direction:column}}.module__entry-requirements .text--course-bold{line-height:2.8rem}.module__entry-requirements i{position:absolute;top:50%;left:50%;margin-top:0;transform:translate(-50%,-50%);color:#f5f5f5;font-size:12rem;z-index:0}.module__entry-requirements-cta{margin-top:10px;padding:15px 30px;display:flex;border-radius:20px;background-color:#e1e1e1}@media screen and (max-width:740px){.module__entry-requirements-cta{flex-direction:column;align-items:center;text-align:center}}.module__entry-requirements-cta>div{padding-right:30px;display:flex;align-items:center;flex:5}.module__entry-requirements-cta .button{flex:3;margin:0}@media screen and (max-width:740px){.module__entry-requirements-cta .button{margin-top:15px}}.module__course-calc{display:flex;justify-content:space-between}@media screen and (max-width:740px){.module__course-calc{flex-direction:column}}.module__course-calc-options,.module__course-calc-results{margin:10px 0}.module__course-calc-options{display:flex;padding-right:30px}@media screen and (max-width:740px){.module__course-calc-options{padding-right:0}}.module__fee-help .module__course-calc-options{flex-direction:column;justify-content:center}.module__rpl .module__course-calc-options{align-items:center}.module__course-calc-options .controls{position:relative;display:block;margin-top:5px;color:#363635;font-size:1.8rem}.module__course-calc-options .controls i{position:absolute;top:0;right:5px;color:#fff;font-size:1.2rem;transform:rotate(90deg);pointer-events:none}.module__course-calc-options .controls i:before{display:flex;justify-content:center;align-items:center;height:24px;width:24px;background-color:#0b7161;border-radius:50%}.module__course-calc-options .controls .select2-container,.module__course-calc-options .controls input{padding-bottom:7px;height:auto!important;width:100%!important;font-weight:500;border-color:#0b7161!important}.module__course-calc-options .select2-selection__rendered{font-size:1.8rem!important}.module__course-calc-options .select2-container--open+i{transform:rotate(-90deg)}.module__course-calc-options .select2-container--default:after{display:none!important}.module__course-calc-options .select2-container .select2-selection--single{height:auto}.module__course-calc-results{display:flex;justify-content:space-around;flex-shrink:0}.module__course-calc-results>*{padding:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:190px;width:190px;border-radius:50%}@media screen and (max-width:740px){.module__course-calc-results>*{height:150px;width:150px}}.module__course-calc-results>*+*{margin-left:10px}.module__course-calc-results .background--charcoal,.module__course-calc-results .background--primary{color:#fff}@media screen and (max-width:740px){.module__course-calc-results .background--grey-light{background-color:#fff!important}}@media screen and (max-width:740px){.module__course-calc-results p{font-size:1.2rem;line-height:1.8rem}}.module__course-calc-results p+p{margin-top:13px}.module__course-calc-results p.value{font-family:Arial,sans-serif;font-weight:300;font-style:normal;font-size:3.2rem}.wf-opensans-n4-active .module__course-calc-results p.value{font-family:Open Sans,Arial,sans-serif}.module__pill-container{margin-left:-8px;margin-right:-8px}@media screen and (min-width:981px){.module__pill-container{margin-left:-15px;margin-right:-15px}}@media screen and (min-width:741px){.module__pill-container--thin .module__pill-content--wrapper,.module__pill-container--thin .module__pill-leading--wrapper{width:50%}}.module__pill-container--thin .module__pill-content--wrapper{background-color:#e1e1e1}.module__pill-container--thin .module__pill-content--wrapper svg{fill:#e1e1e1}@media screen and (max-width:740px){.module__pill-container--thin .module__pill-content--wrapper{background-color:transparent}}.module__pill-container--thin .module__pill-leading{height:170px;border-radius:0 85px 85px 0}@media screen and (max-width:740px){.module__pill-container--thin .module__pill-leading{height:84px}}.module__pill-content--wrapper,.module__pill-leading--wrapper{float:left;padding-left:8px;padding-right:8px}@media screen and (min-width:981px){.module__pill-content--wrapper,.module__pill-leading--wrapper{padding-left:15px;padding-right:15px}}.module__pill-leading{position:relative;padding-right:40px;display:flex;flex-direction:column;justify-content:center;height:260px;color:#fff;border-radius:0 130px 130px 0;z-index:10}.module__pill-leading:before{content:"";position:absolute;right:calc(100% - 0px);top:0;height:100%;width:18vw;background-color:inherit}@media screen and (min-width:1601px){.module__pill-leading:before{width:50vw}}.module__pill-leading.background--blue{border-left:1px solid #007d98}.module__pill-leading.background--blue:before{background-color:#007d98}.module__pill-leading.background--secondary{border-left:1px solid #c74298}.module__pill-leading.background--secondary:before{background-color:#c74298}.module__pill-leading--wrapper{width:100%}@media screen and (min-width:741px){.module__pill-leading--wrapper{width:37.5%}}.module__pill-leading h3{margin-bottom:0;line-height:3rem}.module__pill-leading p{font-size:1.8rem;line-height:2.6rem}.module__pill-content{position:relative;padding:40px 0;z-index:10}@media screen and (max-width:740px){.module__pill-content{padding:30px 0 40px}}.module__pill-content--wrapper{position:relative;margin-top:40px;width:62.5%;background-color:#f5f5f5}@media screen and (max-width:740px){.module__pill-content--wrapper{padding-top:130px;margin-top:-130px;width:100%}}.module__pill-content--wrapper:after{content:"";position:absolute;top:0;left:calc(100% - 1px);height:100%;width:30vw;background-color:inherit}@media screen and (min-width:1601px){.module__pill-content--wrapper:after{width:50vw}}@media screen and (max-width:740px){.module__pill-content--wrapper:after{left:50%;right:auto;width:100vw;transform:translateX(-50%)}}.module__pill-content--wrapper svg{position:absolute;left:0;height:100%;fill:#f5f5f5;transform:translateX(-50%)}@media screen and (max-width:740px){.module__pill-content--wrapper svg{display:none}}.module__pill-images{display:flex;flex-wrap:wrap}.module__pill-images .image{display:flex;padding-right:20px;margin-bottom:14px;height:80px;max-width:205px}.module__pill-images img{align-self:center;max-height:100%;max-width:100%}.module__pill-images+p{margin-top:10px}.module__pill-stat+.module__pill-stat{margin-top:20px}.module__pill-stat .pill{position:relative;display:flex;align-items:center;height:50px;width:100%;border-radius:25px;background-color:#e1e1e1}.module__pill-stat .value{font-family:Arial,sans-serif;font-weight:600;font-style:normal;position:relative;margin-left:20px;color:#fff;font-size:1.8rem;z-index:10}.module__pill-stat .progress{position:absolute;top:0;left:0;height:100%;border-radius:25px;background-color:#363635}.module__pill-stat>.text--course-bold{margin-top:5px;padding-left:20px;font-size:1.5rem;font-weight:800}.module__icon-content{padding-left:8px;padding-right:8px;display:flex;flex:1}@media screen and (min-width:981px){.module__icon-content{padding-left:15px;padding-right:15px}}.module__dropdown-tabs-content .module__icon-content+.module__icon-content{margin-top:30px}@media screen and (max-width:740px){.module__dropdown-tabs-content .module__icon-content+.module__icon-content{margin-top:20px}}.module__dropdown-tabs-content .module__icon-content i{margin-right:15px;font-size:3rem}.module__dropdown-tabs-content .module__icon-content .text--course-bold+p{margin-top:8px}.module__dropdown-tabs-content .module__icon-content .text--course-bold-small+*{margin-top:7px}@media screen and (max-width:740px){.module__icon-content+.module__icon-content{margin-top:16px}}.module__icon-content--wrapper{display:flex;justify-content:space-between;margin-left:-8px;margin-right:-8px}@media screen and (min-width:981px){.module__icon-content--wrapper{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__icon-content--wrapper{flex-direction:column}}h2+.module__icon-content--wrapper{margin-top:16px}.module__icon-content i{margin-right:10px;color:#0b7161;font-size:3.6rem}@media screen and (min-width:741px){.module__icon-content i{font-size:4.6rem}}.module__icon-content-divider{position:relative;display:flex;margin-top:25px;justify-content:center}.module__icon-content-divider.module__icon-content-divider--dark span{color:#fff;background-color:#363635}.module__icon-content-divider:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,50%);width:85%;height:0;border-bottom:1px solid #e1e1e1}.module__icon-content-divider span{position:relative;height:24px;width:80px;font-weight:800;text-align:center;text-transform:uppercase;border-radius:12px;background-color:#e1e1e1;z-index:0}.module__icon-content .text--course-bold+p{margin-top:2px}.module__icon-content+p,p+.module__icon-content{margin-top:40px}@media screen and (max-width:740px){.module__icon-content+p,p+.module__icon-content{margin-top:30px}}.module__content-feature{margin-left:-8px;margin-right:-8px;display:flex}@media screen and (min-width:981px){.module__content-feature{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__content-feature{flex-direction:column}}@media screen and (min-width:741px){.module__content-feature--right-layout .module__content-feature-media{order:-1}}.module__content-feature-media,.module__content-feature-text{padding-left:8px;padding-right:8px;width:100%}@media screen and (min-width:981px){.module__content-feature-media,.module__content-feature-text{padding-left:15px;padding-right:15px}}@media screen and (min-width:741px){.module__content-feature-text{width:62.5%}}.module__content-feature-media{width:37.5%}@media screen and (max-width:740px){.module__content-feature-media{margin-top:30px;width:100%}}.module__content-feature-media img{width:100%}.module__col-content{margin-left:-8px;margin-right:-8px;display:flex}@media screen and (min-width:981px){.module__col-content{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__col-content{flex-direction:column}}.module__dropdown-tabs--fullwidth .module__col-content{margin-left:0;margin-right:-20px}@media screen and (max-width:740px){.module__dropdown-tabs--fullwidth .module__col-content{margin-right:0}}.module__dropdown-tabs--fullwidth .module__col-content>div{padding-left:0;padding-right:16px}@media screen and (min-width:981px){.module__dropdown-tabs--fullwidth .module__col-content>div{padding-right:30px}}@media screen and (max-width:740px){.module__dropdown-tabs--fullwidth .module__col-content>div{padding-right:0}}.module__dropdown-tabs--fullwidth .module__col-content>div:last-child{padding-right:0}.module__col-content>div{padding-left:8px;padding-right:8px;flex:1}@media screen and (min-width:981px){.module__col-content>div{padding-left:15px;padding-right:15px}}@media screen and (max-width:740px){.module__col-content>div+div{margin-top:30px}}.module__col-content-image{height:130px;width:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}@media screen and (max-width:740px){.module__col-content-image{display:none}}.module__col-content-image+*{margin-top:0}@media screen and (min-width:741px){.module__col-content-image+*{margin-top:15px}}.module__col-content-split{flex:1}@media screen and (max-width:740px){.module__col-content-split+.module__col-content-split{margin-top:20px}}@media screen and (min-width:741px){.module__col-content-split:first-child{padding-right:20px}}.module__col-content-split--wrapper{display:flex}@media screen and (max-width:740px){.module__col-content-split--wrapper{flex-direction:column}}.module__col-content .text--course-bold+p{margin-top:5px}@media screen and (min-width:741px){.module__col-content .arrow_link{margin-top:auto}}.module__course-unit{flex:1}.module__course-unit.submodule{padding:15px 10px 20px}@media screen and (min-width:741px){.module__course-unit.submodule{margin:0 4px}}@media screen and (max-width:740px){.module__course-unit.submodule+.module__course-unit.submodule{margin-top:10px}}.module__course-unit--container{margin:0 -15px;display:flex}@media screen and (max-width:740px){.module__course-unit--container{margin:0;flex-direction:column}}.module__course-unit--modal{display:none}.module__course-unit--specialisation{margin-bottom:-15px;flex:1}@media screen and (min-width:741px){.module__course-unit--specialisation{min-height:200px}}@media screen and (max-width:740px){.module__course-unit--specialisation{margin-bottom:10px}}.module__course-unit--specialisation .module__course-unit{display:none}.module__course-unit--specialisation .module__course-unit:first-child{display:block}.module__course-unit--specialisation .module__course-unit p{margin-top:0}@media screen and (min-width:741px){.module__course-unit--specialisation ul{display:flex;flex-wrap:wrap}}.module__course-unit--specialisation li{margin:25px 0}@media screen and (min-width:741px){.module__course-unit--specialisation li{padding-right:20px;margin-top:0;margin-bottom:15px!important;flex-basis:50%}}.module__course-unit--specialisation-choice{position:relative;display:flex;flex-direction:column}@media screen and (min-width:741px){.module__course-unit--specialisation-choice{width:80%}}.module__course-unit--specialisation-choice .select2-container{margin-top:5px;margin-bottom:18px;width:100%!important}.module__course-unit--specialisation-choice .select2-container--open~i{transform:rotate(-90deg)}.module__course-unit--specialisation-choice .select2-selection--single{padding-bottom:2px;height:auto}.module__course-unit--specialisation-choice .select2-selection__rendered{padding-right:30px!important}.module__course-unit--specialisation-choice i{position:absolute;right:0;top:7px;display:flex;justify-content:center;align-items:center;height:22px;width:22px;color:#fff;font-size:1.2rem;border-radius:11px;background-color:#0b7161;transform:rotate(90deg);pointer-events:none}.module__course-unit--specialisation-dropdown .select2-results__options{max-height:200px}.module__course-unit--specialisation-dropdown .select2-results__options [aria-selected=true]{color:#0b7161;font-weight:600;text-decoration:underline}.module__course-unit--specialisation-dropdown .select2-results__options .select2-results__option--highlighted{color:#fff}.module__course-unit--specialisation-flag{position:relative;margin:-15px 50px -5px;padding:25px 16px 50px;display:flex;flex-direction:column;text-align:center;max-height:210px;color:#fff;background-color:#0b7161;overflow:hidden;opacity:0;transition:opacity .7s ease}@media screen and (min-width:741px) and (max-width:980px){.module__course-unit--specialisation-flag{margin-left:30px;margin-right:30px}}@media screen and (max-width:740px){.module__course-unit--specialisation-flag{display:none}}.module__course-unit--specialisation-flag:after{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border-style:solid;border-width:0 0 70px 200px;border-color:transparent transparent #fff}.animate .module__course-unit--specialisation-flag{opacity:1}.module__course-unit--specialisation-flag .value{font-family:Arial,sans-serif;font-weight:300;font-style:normal;margin:10px 0;font-size:3.2rem}.wf-opensans-n4-active .module__course-unit--specialisation-flag .value{font-family:Open Sans,Arial,sans-serif}.module__course-unit ul li{padding-left:0;background:0}.module__enquiries{padding:50px 0;margin-left:-8px;margin-right:-8px;display:flex}@media screen and (min-width:981px){.module__enquiries{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__enquiries{padding:40px 0 50px;flex-direction:column}}@media screen and (max-width:740px){.modal-content__panel .module__enquiries{padding:30px 15px 40px}}.modal-content__panel .module__enquiries-cta,.modal-content__panel .module__enquiries-links{padding-left:0;padding-right:0}@media screen and (min-width:741px){.modal-content__panel .module__enquiries-cta{padding-right:15px}}.modal-content__panel .module__enquiries-cta h2{font-family:Arial,sans-serif;font-weight:300;font-style:normal;font-size:3rem;line-height:4rem}.wf-opensans-n4-active .modal-content__panel .module__enquiries-cta h2{font-family:Open Sans,Arial,sans-serif}.modal-content__panel .module__enquiries-links{padding-left:15px}@media screen and (max-width:740px){.modal-content__panel .module__enquiries-links{margin-top:30px;padding-left:0}}.module__enquiries-cta,.module__enquiries-links{padding-left:8px;padding-right:8px;flex:1}@media screen and (min-width:981px){.module__enquiries-cta,.module__enquiries-links{padding-left:15px;padding-right:15px}}.module__enquiries-cta{display:flex;flex-direction:column;justify-content:center}.module__enquiries-cta h2{margin:0;font-size:3rem}.module__enquiries-cta p{margin-top:10px}.module__enquiries-links{margin-top:0}@media screen and (max-width:740px){.module__enquiries-links{margin-top:50px}}.module__enquiries-links li{padding:0}.module__enquiries-links .arrow_link{color:#363635}.module__enquiries-links .icon-RightArrow{background-color:#363635}.module__content-images{display:flex;flex-wrap:wrap}@media screen and (min-width:741px){.module__content-images--center{justify-content:center}}@media screen and (max-width:740px){.module__content-images.row{margin-left:-8px;margin-right:-8px}}.module__content-images .cell{margin:20px 0;align-self:center;width:50%}@media screen and (min-width:741px){.module__content-images .cell{width:25%}}.module__content-images img{width:90%}.module__content-panel-10-col .highlight-rows .cell--5-col{width:100%}@media screen and (min-width:741px){.module__content-panel-10-col .highlight-rows .cell--5-col{width:62.5%}}.module__content-panel-10-col .highlight-rows .cell--3-col{width:100%}@media screen and (min-width:741px){.module__content-panel-10-col .highlight-rows .cell--3-col{width:37.5%}}@media screen and (max-width:740px){.module__dropdown-tabs-content .highlight-rows:first-child{margin-top:-20px}}.highlight-rows__row{display:block;position:relative;margin-top:-1px;padding:10px 0;color:#363635;border-style:solid;border-width:1px 0 0;border-color:#e1e1e1;transition:background-color .3s ease}.highlight-rows__row:after,.highlight-rows__row:before{content:" ";display:table}.highlight-rows__row:after{clear:both}.highlight-rows__row:last-child{border-bottom-width:1px}@media screen and (min-width:741px){.highlight-rows__row{margin-left:-15px;padding:15px 0 15px 15px}}@media screen and (max-width:740px){.highlight-rows__row:first-child{border-top:0}.highlight-rows__row:last-child{border-bottom:0}}.highlight-rows__row:hover{background-color:#f5f5f5}.highlight-rows__row strong{font-weight:600}.highlight-rows__link{color:#0b7161;text-decoration:underline}.module__hta-callout{position:relative;display:flex;margin:50px 0;height:150px;border-radius:0 75px 75px 0;background-color:#e1e1e1}@media screen and (max-width:740px){.module__hta-callout{flex-direction:column;margin:30px 0;height:auto;background-color:transparent}}.module__hta-callout:before{position:absolute;top:0;right:100%;height:100%;width:50vw;background-color:#e1e1e1}@media screen and (min-width:741px){.module__hta-callout:before{content:""}}.module__hta-callout>div{display:flex;flex:1;flex-direction:column;align-items:flex-start}@media screen and (min-width:741px){.module__hta-callout>div{padding-right:20px;justify-content:center}}@media screen and (max-width:740px){.module__hta-callout>div+div{margin-top:30px}}.module__hta-callout>div>p{width:100%}.module__hta-callout .text--course-bold+p{margin-top:10px}@media screen and (max-width:740px){.module__hta-callout .button{width:100%}}@media screen and (max-width:544px){#grants_graph_container,#pubs_graph_container{display:none}}.no-items-found{padding-bottom:20px}.grant__items{margin-top:40px}.grant__items h4{margin-top:0;margin-bottom:20px;font-size:2rem;font-weight:400}.grant__items+.grant__items{margin-top:40px}.grant__items p{text-align:left;margin-bottom:0}.grant__item+.grant__item{margin-top:50px}.grant__title{font-weight:700;font-size:1.6rem;line-height:2.4rem}ul.grant__funding{margin:0}ul.grant__funding li{padding-left:30px;margin:10px 0;width:auto;display:block;float:none;background:url(https://www.deakin.edu.au/__data/assets/image/0011/767729/icon_bullet-point.png?v=0.1.1) no-repeat 0 10px}.supervision__items+.supervision__items{margin-top:40px}.supervision__items--type{margin:0 0 20px;font-weight:700;font-size:1.6rem}.supervision__items--year{margin:20px 0 10px;font-weight:700;font-size:1.6rem}.supervision__item+.supervision__item{margin-top:50px}.supervision__item p{margin:0;text-align:left}.supervision__faculty{font-size:1.2rem}.background--no-padding{padding-bottom:0!important;padding-top:0!important}div[class*=background]+div[class*=background]{margin-top:0}div[class*=background]+div[class*=background]>.module__content-panel:not(#events){margin-top:0!important}div[class*=background]+.module__banner--full-width-image{margin-top:0}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.module__divider{position:relative;margin:0 auto;padding-left:8px;padding-right:8px}.module__divider:after,.module__divider:before{content:" ";display:table}.module__divider:after{clear:both}@media screen and (min-width:1601px){.module__divider{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__divider{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__divider{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__divider{max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__divider{max-width:513px}}@media screen and (min-width:981px){.module__divider{padding-left:15px;padding-right:15px}}.module__divider--wrapper{padding-left:8px;padding-right:8px}.module__divider--wrapper:after,.module__divider--wrapper:before{content:" ";display:table}.module__divider--wrapper:after{clear:both}@media screen and (min-width:981px){.module__divider--wrapper{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module__divider--wrapper{margin-left:16.66666667%;width:83.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__divider--wrapper{margin-left:10%;width:90%}}.module__divider--content-width{overflow:hidden}.module__divider--content-width.module__content-panel--no-title{padding-bottom:0}.module__divider--content-width .module__content-panel--text{overflow:hidden}.module__divider--line{position:relative;height:2px;background-color:#e2e2e2;margin-bottom:38px}.module__divider--line:after{content:"";position:absolute;top:0;bottom:0;width:9600px;background:#e2e2e2;left:100%}@media screen and (max-width:1200px){.module__divider--line{margin-bottom:28px}}.module__divider--full .module__divider--wrapper{margin-left:0;width:100%}.module__divider--full .module__divider--line:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:9600px;background:#e2e2e2}.module__no-divider{margin-top:38px}@media screen and (max-width:1200px){.module__no-divider{margin-top:28px}}.module__overview--content{font-size:2.4rem;line-height:3.2rem}@media screen and (max-width:740px){.module__overview--content{font-size:2.1rem;line-height:3.3rem}}.module__content-panel-10-col .module__overview--content{padding:20px 0 100px}@media screen and (min-width:741px){.module__content-panel-10-col .module__overview--content{padding:20px 0 120px}}.module__overview--content p{font-size:1.8rem;line-height:3rem}.module__overview--content.small,.module__overview--content .small,.module__overview--content.small a,.module__overview--content .small a,.module__overview--content.small p,.module__overview--content .small p{font-size:1.6rem;line-height:2.8rem}#main-content .module__overview:first-of-type{padding-top:88px}.breadcrumbs__hide #main-content .module__overview:first-of-type{padding-top:0}.module__hero-banner+.module__content-panel .module__content-panel--wrapper .module__content-panel--sidebar-content:not(.module__content-panel--content-first) .module__overview--content{padding-top:40px}@media screen and (max-width:1200px){.module__hero-banner+.module__content-panel .module__content-panel--wrapper .module__content-panel--sidebar-content:not(.module__content-panel--content-first) .module__overview--content{padding-top:30px}}.module__content-panel-10-col .module__overview--course--content p,.module__content-panel .module__overview--course--content p{font-size:1.5rem;font-weight:400;line-height:2.4rem}.module__mosaic-redesign{margin-top:80px!important;margin-bottom:40px}.footnote--courses+.module__mosaic-redesign{margin-top:40px!important}.module__mosaic-redesign--10-col-wrapper .mosaic__grid-redesign{margin:0 -15px 40px!important;width:calc(100% + 30px)!important}@media screen and (min-width:741px) and (max-width:980px){.module__mosaic-redesign--10-col-wrapper .mosaic__grid-redesign{margin:0 -8px!important;width:calc(100% + 16px)!important}}@media screen and (min-width:741px) and (max-width:980px){.module__mosaic-redesign--10-col-wrapper .mosaic__tile{padding:0 8px!important}}@media screen and (max-width:740px){.module__mosaic-redesign--10-col-wrapper .mosaic__tile--image{height:71.5px}}@media screen and (min-width:741px) and (max-width:980px){.module__mosaic-redesign--10-col-wrapper .mosaic__tile--image{height:84px!important}}@media screen and (min-width:981px){.module__mosaic-redesign--10-col-wrapper .mosaic__tile--image{height:100px!important}}.module__mosaic-redesign .mosaic__grid-redesign{display:flex;flex-direction:row;width:100%;position:relative}@media screen and (min-width:1601px){.module__mosaic-redesign .mosaic__grid-redesign{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__mosaic-redesign .mosaic__grid-redesign{margin-left:10%;width:80%}}@media screen and (max-width:740px){.module__mosaic-redesign .mosaic__grid-redesign{padding-left:8px;padding-right:8px}}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile{width:25%;padding:0 15px;position:relative;transform:none;height:auto}@media screen and (max-width:740px){.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile{width:100%}}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{display:block;width:100%;background-size:cover;height:45vw}@media screen and (min-width:741px){.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:71.5px}}@media screen and (min-width:981px){.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:84px}}@media screen and (min-width:1601px){.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:100px}}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--title-redesign{margin-top:20px;display:block;font-size:1.5rem}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--carousel-button{top:55%;background-color:#0b7161;border-radius:50%;height:50px;width:50px;text-align:center;padding:13px 0 0}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--carousel-button:hover{background-color:#095c4f}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--carousel-button .icon{display:inline-block;vertical-align:top;content:"";width:15px;height:24px;transform:scale(.8)}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--prev{left:16px}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--prev .icon{background-repeat:no-repeat;background-position:-150px -180px}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--next{right:16px}.module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--next .icon{background-repeat:no-repeat;background-position:-180px -180px}.mosaic__tile,.mosaic__tile--overlay-text,.mosaic__tile--title{font-family:Arial,sans-serif}.wf-worldlylight-n4-active .mosaic__tile,.wf-worldlylight-n4-active .mosaic__tile--overlay-text,.wf-worldlylight-n4-active .mosaic__tile--title{font-family:Worldly Light,Open Sans,Arial,sans-serif}.mosaic__grid{position:relative;margin:0 auto;overflow:hidden;width:1104px}@media screen and (max-width:740px){.mosaic__grid{width:100%;overflow:hidden;height:auto!important}}.mosaic__tile{overflow:hidden;background:transparent;color:#fff;font-size:1.6rem;line-height:2.2rem;font-weight:400;width:276px;height:276px}.no-js .mosaic__tile{float:left}.mosaic__tile.large-width{width:552px}.mosaic__tile.large-height{height:552px}@media screen and (min-width:1201px) and (max-width:1600px){.mosaic__tile{width:236px;height:236px}.mosaic__tile.large-width{width:472px}.mosaic__tile.large-height{height:472px}}@media screen and (min-width:981px) and (max-width:1200px){.mosaic__tile{width:208px;height:208px}.mosaic__tile.large-width{width:416px}.mosaic__tile.large-height{height:416px}}@media screen and (min-width:741px) and (max-width:980px){.mosaic__tile{width:176px;height:176px}.mosaic__tile.large-width{width:352px}.mosaic__tile.large-height{height:352px}}@media screen and (min-width:741px){.has-js .mosaic__tile{transform:translateY(700px);position:absolute}}@media screen and (max-width:740px){.mosaic__tile{position:relative;transition:none!important}.mosaic__tile,.mosaic__tile.large-height,.mosaic__tile.large-width{width:100%;height:320px}}.mosaic__tile a{display:block;height:100%;position:relative}html:not(.ie8) .mosaic__tile a:focus .mosaic__tile--title,html:not(.ie8) .mosaic__tile a:hover .mosaic__tile--title{background-color:rgba(12,133,115,.9)}html.ie8 .mosaic__tile a:focus .mosaic__tile--overlay-wrapper,html.ie8 .mosaic__tile a:hover .mosaic__tile--overlay-wrapper{display:table}.mosaic__tile--content-wrapper{display:block;position:relative;width:100%;height:100%;background-color:#5a4a61;background-size:cover}.mosaic__tile--title{display:block;position:absolute;bottom:0;left:0;width:100%;padding:24px 30px;font-size:1.6rem;line-height:2.2rem;color:#fff;background-color:rgba(0,0,0,.5);transition:background-color .3s ease}html.ie8 .mosaic__tile--title{background:url(mysource_files/bg_black--transparent.png)}.mosaic__tile--text{display:block;overflow:hidden;height:170px;padding:35px 35px 0;font-size:2.4rem;line-height:3.2rem;color:#fff;text-transform:none;font-family:Arial,sans-serif;font-weight:400}.wf-worldlylight-n4-active .mosaic__tile--text{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (min-width:981px) and (max-width:1600px){.mosaic__tile--title{padding:20px}.mosaic__tile--text{height:130px;padding:20px;padding-bottom:0;font-size:2rem;line-height:2.8rem}}@media screen and (min-width:741px) and (max-width:980px){.mosaic__tile--title{padding:16px}.mosaic__tile--text{height:110px;padding:16px;padding-bottom:0;font-size:1.6rem;line-height:2.4rem}}.mosaic__tile--overlay{display:table-cell;vertical-align:middle;padding:0 30px;text-align:center}.mosaic__tile--overlay-wrapper{display:table;position:absolute;width:100%;height:100%;top:0;color:#fff;-webkit-backface-visibility:hidden}html:not(.ie8) .mosaic__tile--overlay-wrapper{transition:opacity .15s ease-out;background-color:rgba(12,133,115,.9);opacity:0}html.ie8 .mosaic__tile--overlay-wrapper{display:none;background:url(https://www.deakin.edu.au/__data/assets/image/0005/767732/bg_teal-transparent.png?v=0.1.1)}.mosaic__tile--overlay-text{display:inline-block;vertical-align:top;position:relative;padding-right:35px;font-size:1.6rem;line-height:2.2rem}.mosaic__tile--overlay-text:after{position:absolute;top:50%;right:0;margin-top:-12px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-210px -120px;display:inline-block;vertical-align:top;content:"";width:23px;height:21px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.mosaic__tile--overlay-text:after{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.mosaic__tile--carousel-button{display:none;position:absolute;z-index:45;top:50%;margin-top:-60px;padding-top:22px;width:60px;height:60px;background-color:rgba(0,0,0,.5);line-height:60px;color:#fff;border:0;color:transparent;font:0/0 a;text-shadow:none}@media screen and (max-width:740px){.mosaic__tile--carousel-button{display:block}}.mosaic__tile--prev{text-align:right;left:-29px;padding-right:16px;border-radius:0 60px 60px 0}.mosaic__tile--prev .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-240px -30px;display:inline-block;vertical-align:top;content:"";width:10px;height:14px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.mosaic__tile--prev .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.mosaic__tile--next{right:-29px;padding-left:16px;text-align:left;border-radius:60px 0 0 60px}.mosaic__tile--next .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-240px 0;display:inline-block;vertical-align:top;content:"";width:10px;height:14px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.mosaic__tile--next .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (min-width:741px){#find-course{padding-top:40px}}#find-course p{margin-top:15px}#find-course .module__content-panel--title--full-width:first-child{margin-bottom:0!important}@media screen and (min-width:741px){.module__banner--home+div #find-course .module__content-panel--text--full-width{margin-top:70px!important}}#find-course.homepage-redesign1--old{padding-top:40px}#find-course.homepage-redesign1--old p{margin-top:15px}#find-course.homepage-redesign1--old .module__content-panel--title--full-width:first-child{margin-bottom:0!important}#find-course.homepage-redesign1--old .module__content-panel--text--full-width,.module__content-panel--interest-tiles{margin-top:0!important}.module__content-panel--interest-tiles .module__interest-area--tile a{opacity:.7!important}.module__content-panel--interest-tiles .module__interest-area--tile a:active,.module__content-panel--interest-tiles .module__interest-area--tile a:focus,.module__content-panel--interest-tiles .module__interest-area--tile a:hover{opacity:1!important}.module__interest-area{position:relative;transition:height .5s;margin-top:0!important}#find-course .module__interest-area{width:100%;margin:0}@media screen and (min-width:1601px){.module__interest-area{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__interest-area{margin-left:10%;width:80%}}.module__content-panel--text--full-width .module__interest-area{margin-bottom:0}.module__interest-area--content{display:none;position:absolute;z-index:200;background-color:#fff;padding-top:0;padding-bottom:20px;border:1px solid #e0e0e0;margin:15px}.module__interest-area--content:after,.module__interest-area--content:before{content:" ";display:table}.module__interest-area--content:after{clear:both}.background--grey-light .module__interest-area--content{background-color:var(--color--grey-light,#f5f5f5)}.background--grey-light .module__interest-area--content a:not(.button):not([href^=tel]),.background--grey-light .module__interest-area--content a:not(.button):not([href^=tel]):focus,.background--grey-light .module__interest-area--content a:not(.button):not([href^=tel]):hover{color:#0b7161}.background--grey-light .module__interest-area--content .module__accordion--title:focus,.background--grey-light .module__interest-area--content .module__accordion--title:hover{color:#036171}.background--yellow .module__interest-area--content{background-color:#ffd923}@media screen and (min-width:981px){.module__interest-area--content{padding-left:15px;padding-right:15px}}@media screen and (max-width:980px){.module__interest-area--content{margin-left:-8px;margin-right:-8px;padding-left:16px;padding-right:16px}}.module__interest-area--content-title{font-family:Arial,sans-serif;font-size:3.6rem;line-height:3.8rem}.wf-worldlylight-n4-active .module__interest-area--content-title{font-family:Worldly Light,Open Sans,Arial,sans-serif}.module__interest-area--content-description{margin-top:50px}.module__interest-area--content p{width:50%;text-align:left}.module__interest-area--content ul{margin:0 -10px;padding:0}.module__interest-area--content ul li{margin:0;padding:0 10px 5px;display:inline-block;float:left;background:transparent}@media screen and (min-width:1201px){.module__interest-area--content ul li{width:50%}.module__interest-area--content ul li:nth-child(odd){clear:left}}@media screen and (max-width:1200px){.module__interest-area--content ul li{width:50%}.module__interest-area--content ul li:nth-child(odd){clear:left}}@media screen and (max-width:740px){.module__interest-area--content ul li{width:100%;float:none;display:none}.module__interest-area--content ul li:nth-child(-n+7){display:block}}.module__interest-area--close{display:inline-block;vertical-align:top;position:absolute;right:20px;top:20px;padding-top:12px;padding-bottom:12px;font-size:0;line-height:0;cursor:pointer;-webkit-user-select:none;user-select:none}.module__interest-area--close span{position:relative;transform:rotate(45deg)}.module__interest-area--close span,.module__interest-area--close span:after{display:inline-block;vertical-align:top;width:24px;height:1px;background:#0b7161}.module__interest-area--close span:after{position:absolute;left:0;content:"";transition:all .3s;transform:rotate(90deg)}.module__interest-area--close:focus span,.module__interest-area--close:focus span:after,.module__interest-area--close:hover span,.module__interest-area--close:hover span:after{background:#024c41}.module__interest-area--tiles{margin-bottom:-15px}.module__interest-area--tiles:after,.module__interest-area--tiles:before{content:" ";display:table}.module__interest-area--tiles:after{clear:both}@media screen and (max-width:980px){.module__interest-area--tiles{margin-left:-8px;margin-right:-8px}}.module__interest-area--tiles.module__interest-area--tiles-linkable{width:auto}@media screen and (min-width:981px){.module__interest-area--tiles.module__interest-area--tiles-linkable{margin-left:-15px}}@media screen and (min-width:1601px){.module__interest-area--tiles.module__interest-area--tiles-linkable .module__interest-area--tile{width:25%}.module__interest-area--tiles.module__interest-area--tiles-linkable .module__interest-area--title{padding:0 10px;font-size:1.6rem;line-height:2rem}}.module__interest-area--tile{position:relative;float:left;padding:15px;width:33.33333333%;vertical-align:top;line-height:0;font-size:0;background:#fff;opacity:1;transition:opacity .15s linear}@media screen and (max-width:980px){.module__interest-area--tile{padding:8px}}@media screen and (max-width:740px){.module__interest-area--tile{width:50%}}@media screen and (min-width:1601px){.module__interest-area--tile{width:25%}}@media screen and (min-width:981px) and (max-width:1600px){.module__interest-area--tile{width:25%}}@media screen and (min-width:1601px){.module__interest-area--tile .module__interest-area--title{padding:0 10px;font-size:1.6rem;line-height:2rem}}@media screen and (min-width:981px) and (max-width:1600px){.module__interest-area--tile .module__interest-area--title{padding:0 10px;font-size:1.6rem;line-height:2rem}}.background--grey-light .module__interest-area--tile{background-color:var(--color--grey-light,#f5f5f5)}.background--grey-light .module__interest-area--tile a:not(.button):not([href^=tel]),.background--grey-light .module__interest-area--tile a:not(.button):not([href^=tel]):focus,.background--grey-light .module__interest-area--tile a:not(.button):not([href^=tel]):hover{color:#0b7161}.background--grey-light .module__interest-area--tile .module__accordion--title:focus,.background--grey-light .module__interest-area--tile .module__accordion--title:hover{color:#036171}.module__interest-area--tile:before{content:"";display:block;padding-top:100%}@media screen and (max-width:740px){.module__interest-area--tile:before{padding-top:120%}}.module__interest-area--tile.tile--inactive{opacity:.2}.module__interest-area--tile.tile--inactive html.ie8 .module__interest-area--title,.module__interest-area--tile.tile--inactive html.ie8 img,.module__interest-area--tile.tile--inactive html.ie8 img:hover{background-color:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=20)"}.module__interest-area--tile.tile--inactive a{opacity:.7!important}.module__interest-area--tile.tile--active a,.module__interest-area--tile.tile--inactive a:active,.module__interest-area--tile.tile--inactive a:focus,.module__interest-area--tile.tile--inactive a:hover{opacity:1!important}.module__interest-area--tile a{display:block;position:absolute;overflow:hidden;margin:0;top:15px;right:15px;bottom:15px;left:15px;font-size:0;line-height:0;font-weight:400;background-color:#e2e2e2;outline:none;opacity:.7;transition:opacity .15s linear,background-color .15s linear}.module__interest-area--tile a:focus{outline:thin dotted}.module__interest-area--tile a:active,.module__interest-area--tile a:hover{outline:none;opacity:1}.module__interest-area--tile a:focus,.module__interest-area--tile a:hover{background:#0b7161}.module__interest-area--tile a:focus .module__interest-area--title,.module__interest-area--tile a:hover .module__interest-area--title{color:#fff}@media screen and (max-width:980px){.module__interest-area--tile a{top:8px;right:8px;bottom:8px;left:8px}}.module__interest-area--content-wrapper{position:relative;display:block;overflow:hidden;width:100%;height:100%}.module__interest-area--image{position:relative;display:block;height:65%;overflow:hidden;font-size:0;background-size:cover;background-position:50%}.module__interest-area--title{text-align:center;display:table-cell;overflow:hidden;padding:0 20px;vertical-align:middle;color:#333;font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:1.6rem;line-height:2rem}.wf-opensans-n4-active .module__interest-area--title{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:1601px){.module__interest-area--title{font-size:1.8rem;line-height:2.6rem}}@media screen and (max-width:420px){.module__interest-area--title{font-size:1.2rem;line-height:1.4rem}}.module__interest-area--title-wrapper{display:table;z-index:2;height:35%;width:100%}@media screen and (max-width:980px){.module__interest-area{padding:0}.module__interest-area--title-wrapper{height:40%}.module__interest-area--image{height:60%}.module__interest-area--close{top:20px;right:8px}}@media screen and (max-width:740px){.module__interest-area--title{padding:0 10px}.module__interest-area--title-wrapper{height:40%}}@media screen and (max-width:740px){#course-search-form{display:none}#course-search-form .button{width:100%}}.interest_feature .module__bleed-top--wrapper{margin-top:-220px;padding-top:0}@media screen and (max-width:980px){.interest_feature .module__bleed-top--wrapper{margin-top:-200px}}.interest_feature .module__bleed-top--wrapper>div{background:transparent;box-shadow:none;outline:0 solid #fff;display:block;padding-top:0}.interest_feature--heading{text-align:center;color:#fff;background-color:#363635;padding-top:40px}.interest_feature--heading.interest_feature--grey{background-color:var(--color--grey-light,#f5f5f5);color:#000}.interest_feature--heading .arrow_link{justify-content:center}.interest_feature--image{position:relative;overflow:hidden;width:100%;max-width:230px;border-radius:50%;margin:0 auto;font-size:0}.interest_feature--image:before{display:block;position:relative;overflow:hidden;content:"";padding-top:100%}.interest_feature--image img{position:absolute;top:0;left:0;bottom:0;right:0;display:block;width:100%;max-width:100%;height:auto;border-radius:50%}@media screen and (max-width:980px){.interest_feature--image{max-width:192px}}.interest_feature--image-triangle{position:absolute;bottom:0;left:0;width:0;height:100%;padding-top:100%}.interest_feature--image-triangle:before{content:"";position:absolute;bottom:0;left:0;height:0;width:0;border-style:solid;border-width:400px 180px 0 0;border-color:#363635 transparent transparent}.background--grey-light .interest_feature--image-triangle:before{border-color:#f5f5f5 transparent transparent}.interest_feature--1-up{position:relative;padding-top:0;padding-bottom:0;margin-bottom:40px;margin-top:40px;display:flex;justify-content:center}@media screen and (min-width:741px){.interest_feature--1-up{min-height:280px}}.interest_feature--1-up.background--grey-light{padding-top:0!important;color:#363635}.interest_feature--1-up[class*=background]{padding-bottom:0}.interest_feature--1-up .module__content-panel--wrapper{display:flex;align-items:center;padding-bottom:0;padding-top:0}@media screen and (min-width:741px){.interest_feature--1-up .module__content-panel--wrapper{padding-left:0;padding-right:0}}.interest_feature--1-up .interest_feature--image{position:absolute;margin-left:-15px;max-width:none;width:41.66666667%;height:100%;border-radius:0;background-position:50%;background-size:cover;background-repeat:no-repeat;overflow:hidden}@media screen and (min-width:1601px){.interest_feature--1-up .interest_feature--image{left:58.33333333%;height:100%}}@media screen and (min-width:1201px) and (max-width:1600px){.interest_feature--1-up .interest_feature--image{left:60%;width:40%}}@media screen and (min-width:981px) and (max-width:1200px){.interest_feature--1-up .interest_feature--image{left:60%;width:40%}}@media screen and (min-width:741px) and (max-width:980px){.interest_feature--1-up .interest_feature--image{left:50%;width:50%;margin-left:-8px}}@media screen and (max-width:740px){.interest_feature--1-up .interest_feature--image{display:none}}.interest_feature--1-up .interest_feature--content{padding:40px 8px;width:100%;text-align:left}@media screen and (min-width:981px){.interest_feature--1-up .interest_feature--content{margin-top:0;text-align:left;padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.interest_feature--1-up .interest_feature--content{width:41.66666667%;margin-left:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.interest_feature--1-up .interest_feature--content{width:50%;margin-left:10%}}@media screen and (min-width:981px) and (max-width:1200px){.interest_feature--1-up .interest_feature--content{width:60%;margin-left:0}}@media screen and (min-width:741px) and (max-width:980px){.interest_feature--1-up .interest_feature--content{width:50%}}.interest_feature--1-up .interest_feature--content .arrow_link{justify-content:left}.interest_feature--1-up .interest_feature--content .button--text{text-transform:none}.interest_feature--1-up .sub_modules_container{width:100%}.interest_feature--3-up{padding-top:40px!important;color:#363635;background-color:#fff;margin-top:40px}.interest_feature--3-up .module__bleed-top--wrapper{padding-bottom:0}.interest_feature--3-up.interest_feature--heading{text-align:left}.interest_feature--3-up.interest_feature--heading-center{text-align:center}.interest_feature--3-up.interest_feature--heading .module__content-panel--wrapper{padding-bottom:185px}@media screen and (max-width:980px){.interest_feature--3-up.interest_feature--heading .module__content-panel--wrapper{padding-bottom:150px}}@media screen and (min-width:741px){.interest_feature--3-up .cell--third-col{padding-bottom:64px}}@media screen and (min-width:741px){.interest_feature--3-up .cell--third-col .button--text{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}}@media screen and (max-width:740px){.interest_feature--3-up .cell--third-col+.cell--third-col{margin-top:30px}}.interest_feature--3-up .cell--third-col span.h3{display:inline-block;margin-bottom:0}.interest_feature--3-up .cell--third-col p:nth-child(3n){margin-top:15px}.interest_feature--3-up a,.interest_feature--3-up a:focus,.interest_feature--3-up a:hover{color:#0b7161}.interest_feature .button--text{width:100%;text-transform:none}.module__interest-area-home{position:relative;background-color:var(--color--grey-light,#f5f5f5);overflow:hidden;padding-top:40px;padding-bottom:40px}.module__interest-area-home .cell{background-color:#fff}@media screen and (max-width:740px){.module__interest-area-home .cell{background-color:transparent}}@media screen and (max-width:980px){.module__interest-area-home .cell{width:100%}}@media screen and (min-width:981px) and (max-width:1200px){.module__interest-area-home .cell{width:100%}}.module__interest-area-home+.module__content-panel .module__content-panel--sidebar-content{margin-top:40px}.module__interest-area-home+div>.module__pathway-section{margin-top:70px}.ct-element .module__interest-area-home{overflow:visible}.module__countdown-strip+.module__interest-area-home{margin-top:0!important}div+.module__interest-area-home{margin-top:0;padding-top:40px}@media screen and (max-width:740px){div+.module__interest-area-home{padding-top:0}}div+.module__interest-area-home div+.module__interest-area-home-clip-triangle:before{border-left-width:300px;border-top-width:500px}.module__interest-area-home-content{padding-top:45px;padding-left:8px;padding-right:8px}.module__interest-area-home-content--wrapper{background-color:#fff}@media screen and (max-width:740px){.module__interest-area-home-content--wrapper{background-color:transparent}}@media screen and (min-width:1201px){.module__interest-area-home-content--wrapper{position:relative;z-index:2;min-height:500px}}.module__interest-area-home-title--sub{font-family:Arial,sans-serif;margin-top:20px;font-size:2rem;line-height:2.8rem}.wf-worldlyregular-n4-active .module__interest-area-home-title--sub{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__interest-area-home-title--sub{font-size:1.8rem;line-height:2.4rem}}.module__interest-area-home-title--sub+strong{display:block;margin-top:15px}.module__interest-area-home-title.module__interest-area-home-title--large .module__interest-area-home-feature-title--sub{margin-top:30px;font-size:2.6rem;line-height:3.6rem}@media screen and (max-width:740px){.module__interest-area-home-title.module__interest-area-home-title--large .module__interest-area-home-feature-title--sub{font-size:1.8rem;line-height:2.8rem}}.module__interest-area-home-title h1{margin:0}.module__interest-area-home-title strong{font-family:Arial,sans-serif;font-weight:600;font-style:normal;display:inline-block;margin-top:10px;font-size:1.5rem}@media screen and (max-width:740px){.module__interest-area-home-title strong{margin-top:5px;font-size:1.4rem}}.module__interest-area-home-description{margin-top:30px}@media screen and (max-width:740px){.module__interest-area-home-description{margin-top:30px}}@media screen and (min-width:1601px){.module__interest-area-home-description{padding-right:8.33333333%}}.module__interest-area-home-description *+p,.module__interest-area-home-description p+*{margin-top:15px}.module__interest-area-home-description p{font-size:1.5rem}.module__interest-area-home-courses{margin-top:30px;overflow:hidden;padding-bottom:20px}.module__interest-area-home-courses li{width:50%;float:left;background:none;padding-left:0;padding-right:30px;margin-top:0;margin-bottom:15px}.module__interest-area-home-courses li:nth-child(odd){clear:left}@media screen and (max-width:740px){.module__interest-area-home-courses li{width:100%}}.module__interest-area-home-feature{height:100%}@media screen and (min-width:1601px){.module__interest-area-home-feature{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__interest-area-home-feature{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__interest-area-home-feature{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__interest-area-home-feature{max-width:709px}}.module__interest-area-home-image{position:absolute;top:0;right:0;bottom:0;margin:auto;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.module__interest-area-home-image--wrapper{width:100%;height:100%;overflow:hidden;position:absolute;right:15px}@media screen and (min-width:1601px){.module__interest-area-home-image--wrapper{width:33.33333333%;margin-right:8.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__interest-area-home-image--wrapper{width:40%}}@media screen and (min-width:981px) and (max-width:1200px){.module__interest-area-home-image--wrapper{display:none}}@media screen and (max-width:980px){.module__interest-area-home-image--wrapper{display:none}}@media screen and (max-width:740px){.module__interest-area-home-image--wrapper{display:none}}@media screen and (max-width:980px){.module__interest-area-home-image--clip-wrapper.grid{padding:0;max-width:100%}}.module__interest-area-home-image--align-left{background-position:0}.module__interest-area-home-image--align-center{background-position:50%}.module__interest-area-home-image--align-right{background-position:100%}.module__interest-area-home-image img{position:absolute;top:0;right:10%;bottom:0;margin:auto;max-width:55%}.module__banner--circle .module__interest-area-home-image{overflow:hidden}.module__banner--circle .module__interest-area-home-image svg{height:100%}.module__banner--circle .module__interest-area-home-image svg path{fill:#e1e1e1}.module__banner--circle .module__interest-area-home-image img{right:0;left:0;max-width:80%}.module__interest-area-home-triangle{position:relative;padding-left:100%;width:0;height:100%}@media screen and (max-width:740px){.module__interest-area-home-triangle{display:none}}.module__interest-area-home-triangle:before{display:block;position:absolute;top:0;left:0;width:0;height:0;border-style:solid;border-width:765px 0 0 190px;border-color:#fff transparent transparent;content:"";transform:rotate(180deg)}.module__interest-area-home a{text-decoration:underline}.module__interest-area-home a:focus,.module__interest-area-home a:hover{text-decoration:none}.module__interest-area-home a.breadcrumbs__link{color:#363635}.module__interest-area-home .divider{margin:0 5px}.module__interest-area-home--2023 ul{list-style-type:none;margin:0;padding:0}.module__interest-area-home--2023 ul>li{background:none;display:list-item;padding:0;margin:0;font-size:1.4rem;line-height:1.7rem}.module__interest-area-home--2023 ul>li>a{display:block}.module__interest-area-home--2023 ul>li+li{margin-block-start:1.2rem}.module__interest-area-home--2023 a{color:inherit}.module__interest-area-home--2023 h2+*,.module__interest-area-home--2023 h3+*{margin-block-start:2.5rem}.module__interest-area-home--2023-content{display:flex;flex-direction:column}.module__interest-area-home--2023-areas{padding-block:3.2rem!important;position:relative;color:inherit}.module__interest-area-home--2023-areas:after{content:"";width:1000vw;height:100%;box-sizing:border-box;position:absolute;top:0;bottom:0;left:-100vw;right:100vw;z-index:-1;background-color:#e1e1e1;border-top:8px solid #58bcaf}.module__interest-area-home--2023-more{padding-block:3.2rem!important;position:relative;color:var(--color--white)}.module__interest-area-home--2023-more:after{content:"";width:1000vw;height:100%;box-sizing:border-box;position:absolute;top:0;bottom:0;left:-100vw;right:100vw;z-index:-1;background-color:#8a8a8a;border-top:8px solid #363635}.module__interest-area-home--2023 .window-content.hide{height:14rem;overflow:hidden;transition:all .5s ease-in-out}.module__interest-area-home--2023 .window-content--show{margin-block-start:1.5rem}@media screen and (min-width:545px) and (max-width:740px){.module__interest-area-home--2023-areas ul,.module__interest-area-home--2023-more ul{columns:2}}@media screen and (min-width:741px){.module__interest-area-home--2023-content{flex-direction:row}.module__interest-area-home--2023-areas:after{width:100vw;left:unset;right:0}.module__interest-area-home--2023-areas ul{columns:2}.module__interest-area-home--2023-more:after{width:100vw;left:0;right:unset}.module__interest-area-home--2023 .window-content{height:auto;overflow:unset}}@media screen and (min-width:741px) and (max-width:980px){.module__interest-area-home--2023-more{padding-inline-start:1.6rem!important}}@media screen and (min-width:981px){.module__interest-area-home--2023-more{padding-inline-start:3.2rem!important}}.debug-interest-area .module__interest-area-home--2023{outline:2px dashed #00008b!important;outline-offset:10px!important;margin-block:4rem!important}.debug-interest-area .module__interest-area-home--2023 *{outline:1px dotted #ff8c00!important}.debug-interest-area .module__interest-area-home--2023-areas,.debug-interest-area .module__interest-area-home--2023-more{outline:1px dashed #1e90ff!important}.hide-slider{position:absolute!important;top:-9999px!important;left:-9999px!important}.module__slideshow{margin-left:auto;margin-right:auto;padding-bottom:70px}@media screen and (max-width:1200px){.module__slideshow{padding-bottom:50px}}.module__content-panel .module__slideshow{padding-bottom:0}@media screen and (max-width:1200px){.module__content-panel .module__slideshow{padding-bottom:0}}.module__slideshow--rebrand{padding-top:40px;padding-bottom:0;overflow:hidden!important;max-width:100%!important}.module__slideshow--rebrand.background--grey-dark{color:#fff!important}.module__slideshow--rebrand .module__slideshow--wrapper{width:100%;overflow:visible!important;margin-top:0}.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow{overflow:visible!important;height:405px;left:50%;transform:translateX(-400px)}@media screen and (min-width:1201px) and (max-width:1600px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow{height:350px;transform:translateX(-350px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow{height:300px;transform:translateX(-300px)}}@media screen and (min-width:741px) and (max-width:980px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow{height:290px;transform:translateX(-290px)}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow{height:230px;transform:translateX(-230px)}}.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap{height:200px;width:100%}.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap>a{width:800px;height:400px;opacity:.5!important;margin:0 6px}@media screen and (min-width:1201px) and (max-width:1600px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap>a{width:700px;height:350px}}@media screen and (min-width:981px) and (max-width:1200px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap>a{width:600px;height:300px}}@media screen and (min-width:741px) and (max-width:980px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap>a{width:580px;height:290px}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap>a{width:460px;height:230px}}.module__slideshow--rebrand .module__slideshow--wrapper .cycle-slideshow .cycle-carousel-wrap>a.cycle-slide-active{opacity:1!important}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--carousel-button{height:40px;width:40px}}.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--next{left:50%;transform:translateX(530px)}@media screen and (min-width:1201px) and (max-width:1600px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--next{transform:translateX(430px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--next{transform:translateX(330px)}}@media screen and (min-width:741px) and (max-width:980px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--next{transform:translateX(270px)}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--next{transform:translate(210px)}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--next .icon{position:relative;left:12px;top:-6px}}.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--prev{left:50%;transform:translateX(-600px)}@media screen and (min-width:1201px) and (max-width:1600px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--prev{transform:translateX(-500px)}}@media screen and (min-width:981px) and (max-width:1200px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--prev{transform:translateX(-400px)}}@media screen and (min-width:741px) and (max-width:980px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--prev{transform:translateX(-325px)}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--prev{transform:translateX(-240px)}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--wrapper .module__slideshow--prev .icon{position:relative;left:-10px;top:-6px}}.module__slideshow--rebrand .module__slideshow--caption-rebrand-text{text-align:left;width:800px;margin:0 auto;padding:0 12px}@media screen and (min-width:1201px) and (max-width:1600px){.module__slideshow--rebrand .module__slideshow--caption-rebrand-text{width:700px}}@media screen and (min-width:981px) and (max-width:1200px){.module__slideshow--rebrand .module__slideshow--caption-rebrand-text{width:600px}}@media screen and (min-width:741px) and (max-width:980px){.module__slideshow--rebrand .module__slideshow--caption-rebrand-text{width:580px}}@media screen and (max-width:740px){.module__slideshow--rebrand .module__slideshow--caption-rebrand-text{width:460px}}.module__slideshow--background{padding:40px 0}@media screen and (max-width:1200px){.module__slideshow--background{padding:30px 0}}.module__content-panel--sidebar-content .module__slideshow{padding-bottom:0}@media screen and (max-width:1200px){.module__content-panel--sidebar-content .module__slideshow{padding-bottom:0}}@media screen and (min-width:1601px){.module__slideshow:not(.module__slideshow--banner){max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__slideshow:not(.module__slideshow--banner){max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__slideshow:not(.module__slideshow--banner){max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__slideshow:not(.module__slideshow--banner){max-width:709px}}@media screen and (min-width:545px) and (max-width:740px){.module__slideshow:not(.module__slideshow--banner){max-width:513px}}.module__slideshow:not(.module__slideshow--banner)+[class*=module__content-panel]:not(.module__bleed-top--mosaic){margin-top:70px}@media screen and (max-width:1200px){.module__slideshow:not(.module__slideshow--banner)+[class*=module__content-panel]:not(.module__bleed-top--mosaic){margin-top:50px}}.module__slideshow .cycle-slideshow{text-align:center}html.no-js .module__slideshow .cycle-slideshow{height:400px;overflow:scroll}.module__slideshow .slider-controls{display:inline-block;width:15px;height:15px;margin-right:10px}.module__slideshow-pager{z-index:200;display:inline-block;vertical-align:top}.module__slideshow-pager-wrapper{position:absolute;bottom:30px;width:100%;z-index:200}.no-js .module__slideshow-pager-wrapper{display:none}.module__slideshow-pager a{display:block;position:relative;float:left;width:15px;height:15px;text-indent:-99999px}.module__slideshow-pager a+a{margin-left:15px}.module__slideshow-pager a:after{display:block;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;border-radius:50%}.module__slideshow-pager a.cycle-pager-active:after{background-color:#0b7161}.module__slideshow--banner{margin:0;max-width:100%!important;width:100%;padding:0!important}.module__slideshow--banner .module__slideshow--wrapper{margin-top:0}.module__slideshow--title{text-align:left;max-width:93rem;width:100%;margin:0 auto;padding:0 8px}@media screen and (max-width:980px){.module__slideshow--title{padding:0 16px}}.module__slideshow--wrapper{overflow:hidden;position:relative;margin:40px auto 0;width:100%}@media screen and (max-width:980px){.module__slideshow--wrapper{width:100%}}@media screen and (min-width:1601px){.module__slideshow--wrapper-centered{width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__slideshow--wrapper-centered{width:80%}}.module__slideshow--wrapper .cycle-slideshow>a,.module__slideshow--wrapper img{max-width:100%;width:100%;display:block}.module__slideshow--carousel-button{position:absolute;padding-top:25px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;z-index:45;width:var(--carousel-button--width,var(--carousel-button--size,7rem));height:var(--carousel-button--height,var(--carousel-button--size,7rem));background-color:var(--carousel-button--background,var(--color--primary,#0b7161))!important;color:var(--carousel-button--color,var(--color--white,#fff))!important;border:1px solid var(--carousel-button--border-color,var(--color--primary,#0b7161))!important;font:0/0 a;text-shadow:none}.module__slideshow--carousel-button svg.icon{width:var(--carousel-button-icon--size,2.5rem);height:var(--carousel-button-icon--size,2.5rem);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;margin:0;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;content:none;vertical-align:middle;fill:currentColor}.module__slideshow--carousel-button:focus{outline:3px auto #83bffc}.module__slideshow--carousel-button:active,.module__slideshow--carousel-button:focus,.module__slideshow--carousel-button:focus-within,.module__slideshow--carousel-button:hover{--carousel-button--background:var(--carousel-button--background-hover,var(--color--primary-hover,#024c41));--carousel-button--color:var(--carousel-button--color-hover,var(--color--white,#fff));--carousel-button--border-color:var(--carousel-button--border-hover,var(--color--primary-hover,#024c41))}@media screen and (max-width:740px){.module__slideshow--carousel-button{height:50px;width:50px;padding-top:15px}}html.no-js .module__slideshow--carousel-button{display:none}.module__slideshow--prev{left:0;text-align:center;border-radius:50%;transition:all .15s ease-out}.module__slideshow--prev:hover{background-color:#024c41}html.ie8 .module__slideshow--prev{background:url(https://www.deakin.edu.au/__data/assets/image/0006/767724/btn_carousel-prev.png?v=0.1.1) 100% no-repeat}.module__slideshow--prev .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-150px -180px;display:inline-block;vertical-align:top;content:"";width:15px;height:24px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__slideshow--prev .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:740px){.module__slideshow--prev{left:-20px;padding-left:20px}.module__slideshow--prev:hover{left:0;padding-left:0}.module__slideshow--prev .icon{transform:scale(.6)}}.module__slideshow--next{right:0;text-align:center;border-radius:50%;transition:all .15s ease-out}.module__slideshow--next:hover{background-color:#024c41}html.ie8 .module__slideshow--next{background:url(https://www.deakin.edu.au/__data/assets/image/0010/767728/btn_carousel-next.png?v=0.1.1) 0 no-repeat}.module__slideshow--next .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -180px;display:inline-block;vertical-align:top;content:"";width:15px;height:24px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__slideshow--next .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:740px){.module__slideshow--next{right:-20px;padding-right:20px}.module__slideshow--next:hover{right:0;padding-right:0}.module__slideshow--next .icon{transform:scale(.6)}}.module__slideshow--modal-button{position:absolute;z-index:150;right:15px;bottom:15px;width:50px;height:50px;border-radius:50px;background-color:#fff;line-height:48px;pointer-events:none;text-align:center}@media screen and (max-width:740px){.module__slideshow--modal-button{left:50%;margin-left:-25px;bottom:15px}}html.no-js .module__slideshow--modal-button{display:none}html.ie8 .module__slideshow--modal-button{background:url(https://www.deakin.edu.au/__data/assets/image/0008/767726/btn_carousel-modal.png?v=0.1.1) 50% no-repeat transparent}.module__slideshow--modal-button .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-270px -30px;display:inline-block;vertical-align:top;content:"";width:20px;height:20px;vertical-align:middle}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__slideshow--modal-button .icon{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__slideshow--caption{text-align:center;width:50%;margin:40px auto 0}.module__slideshow--caption-full-width{width:100%;margin:0;padding:30px 20px}.module__slideshow--wrapper-centered+.module__slideshow--caption-full-width{margin:0 auto}@media screen and (min-width:1601px){.module__slideshow--wrapper-centered+.module__slideshow--caption-full-width{width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__slideshow--wrapper-centered+.module__slideshow--caption-full-width{width:80%}}@media screen and (max-width:980px){.module__slideshow--caption{width:100%}}.module__slideshow--caption-text{color:#333}.module__slideshow--caption-indicator{font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.6rem;color:#333}.wf-worldlybold-n4-active .module__slideshow--caption-indicator{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.module__slideshow--caption-rebrand{padding:1.5rem 0 5rem}@media screen and (max-width:740px){.module__slideshow--mobile-edge{margin-left:-16px;margin-right:-16px;width:auto;padding-left:0;padding-right:0;margin-bottom:30px}}.news-ticker__item--wrapper{width:25%;white-space:normal;padding:0 15px}.news-ticker__title a{color:#0b7161;font-size:1.6rem;line-height:2.4rem}.news-ticker__date{font-size:1.2rem;margin:0}.news-ticker__content{margin:20px 0 0;font-size:1.2rem}.module__news-ticker,.module__news-ticker--wrapper{width:100%}.module__news-ticker-pager{display:inline-block;vertical-align:top}.module__news-ticker-pager-wrapper{margin-top:50px}.module__news-ticker-pager-wrapper .slider-controls{display:inline-block;vertical-align:top}.module__news-ticker-pager a{display:block;position:relative;float:left;width:12px;height:12px;margin-left:6px;margin-right:6px;text-indent:-99999px}.module__news-ticker-pager a:after{display:block;position:absolute;left:0;top:0;width:12px;height:12px;content:"";border-radius:50%;background:#fff;border:1px solid #0b7161}.module__news-ticker-pager a.cycle-pager-active:after{background-color:#0b7161}.related-item{margin-left:auto;margin-right:auto}.related-item:after,.related-item:before{content:" ";display:table}.related-item:after{clear:both}.related-item.module__content-panel--masonry,.related-item.related-item--featured,.related-item.related-item.module__filter--items{max-width:320px;width:100%;z-index:0}.related-item.module__content-panel--masonry-news{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:741px){.related-item.module__content-panel--masonry-news{grid-template-columns:repeat(auto-fill,minmax(calc(50% - 1.2rem),1fr))}}.related-item.module__content-panel--masonry-news.related-item--featured:after,.related-item.module__content-panel--masonry-news.related-item--featured:before{content:unset}.related-item.module__content-panel--masonry-news .related-item__tile--feature{width:auto;margin:0;padding:0}.related-item.module__content-panel--masonry-news .related-item__title a,.related-item.module__content-panel--masonry-news .related-item__title a:hover{color:#fff!important}.related-item.module__content-panel--masonry-news .related-item__tile--featured{color:#65d8ca}@media screen and (min-width:741px){.related-item.module__content-panel--masonry,.related-item.related-item--featured,.related-item.related-item.module__filter--items{max-width:688px}}@media screen and (min-width:1601px){.related-item.module__content-panel--masonry,.related-item.related-item--featured{max-width:1376px}.related-item.module__content-panel--masonry-news,.related-item.related-item.module__filter--items{max-width:1032px}}@media screen and (min-width:1201px) and (max-width:1600px){.related-item.module__content-panel--masonry,.related-item.related-item--featured,.related-item.related-item.module__filter--items{max-width:1032px}}.related-item.related-item--featured:after,.related-item.related-item--featured:before{content:" ";display:table}.related-item.related-item--featured:after{clear:both}@media screen and (max-width:1200px){.related-item.related-item--featured{margin-top:50px}}.related-item.related-item--featured-small{margin-bottom:40px;padding-left:8px;padding-right:8px}.related-item.related-item--featured-small:after,.related-item.related-item--featured-small:before{content:" ";display:table}.related-item.related-item--featured-small:after{clear:both}@media screen and (max-width:1200px){.related-item.related-item--featured-small{margin-bottom:30px}}@media screen and (min-width:981px){.related-item.related-item--featured-small{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.related-item.related-item--featured-small{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.related-item.related-item--featured-small{margin-left:10%;width:80%}}.related-item.related-item--featured-small .related-item__tile--feature:first-child{padding-left:0}.related-item.related-item--featured-small .related-item__tile--feature:last-child{padding-right:0}.related-item--events,.related-item--news{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width:1601px){.related-item--events,.related-item--news{max-width:1032px}}@media screen and (min-width:1201px) and (max-width:1600px){.related-item--events,.related-item--news{max-width:1032px}}.related-item--events .related-item__tile-outer,.related-item--news .related-item__tile-outer{min-height:370px}@media screen and (min-width:1201px){.related-item--events .related-item__tile-outer:last-child,.related-item--news .related-item__tile-outer:last-child{margin-right:auto}}@media screen and (min-width:981px) and (max-width:1200px){.related-item--events .related-item__tile-outer:nth-child(odd):last-child,.related-item--news .related-item__tile-outer:nth-child(odd):last-child{margin-right:356px}}@media screen and (min-width:741px) and (max-width:980px){.related-item--events .related-item__tile-outer:nth-child(odd):last-child,.related-item--news .related-item__tile-outer:nth-child(odd):last-child{margin-right:356px}}.related-item--events .related-item__tile--image,.related-item--news .related-item__tile--image{display:flex;flex-direction:column;padding:170px 20px 25px}.related-item--events .related-item__tile-footer,.related-item--news .related-item__tile-footer{position:relative;margin:auto 0 0;padding:0;border:0}.related-item--events .related-item__tile-footer>*,.related-item--news .related-item__tile-footer>*{display:block;float:none!important}.related-item--events .related-item__tile .arrow_link,.related-item--news .related-item__tile .arrow_link{margin-top:15px}.related-item--events .related-item__tile .related-item__title,.related-item--news .related-item__tile .related-item__title{margin-bottom:2.5rem;font-family:Arial,sans-serif;font-size:1.8rem;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal;white-space:normal;line-height:1.28}.wf-opensans-n4-active .related-item--events .related-item__tile .related-item__title,.wf-opensans-n4-active .related-item--news .related-item__tile .related-item__title{font-family:Open Sans,Arial,sans-serif}.related-item--events .related-item__tile .related-item__title *,.related-item--news .related-item__tile .related-item__title *{font-size:inherit;font-weight:inherit;line-height:inherit}.related-item--events .related-item__tile .related-item__tags,.related-item--news .related-item__tile .related-item__tags{font-family:Arial,sans-serif;font-weight:400;font-size:1.5rem;font-weight:600;font-style:normal;font-stretch:normal;letter-spacing:normal;white-space:normal;line-height:normal}.wf-opensans-n4-active .related-item--events .related-item__tile .related-item__tags,.wf-opensans-n4-active .related-item--news .related-item__tile .related-item__tags{font-family:Open Sans,Arial,sans-serif}.related-item--events .related-item__tile .related-item__tags *,.related-item--news .related-item__tile .related-item__tags *{font-size:inherit;font-weight:inherit;line-height:inherit}.related-item--events .related-item__tile .related-item__date,.related-item--news .related-item__tile .related-item__date{margin-top:0;font-family:Arial,sans-serif;font-size:1.5rem;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal;white-space:normal;line-height:normal}.wf-opensans-n4-active .related-item--events .related-item__tile .related-item__date,.wf-opensans-n4-active .related-item--news .related-item__tile .related-item__date{font-family:Open Sans,Arial,sans-serif}.related-item--events .related-item__tile .related-item__date *,.related-item--news .related-item__tile .related-item__date *{font-size:inherit;font-weight:inherit;line-height:inherit}.related-item--news .related-item__tile a:not(.button):not([href^=tel]):not(.arrow_link){color:#fff}.related-item--events .related-item__tile{background-color:#e1e1e1}.related-item--events .related-item__tile .related-item__location{margin-top:0;margin-bottom:15px}.related-item--events .related-item__tile .related-item__date,.related-item--events .related-item__tile .related-item__location,.related-item--events .related-item__tile .related-item__tags a,.related-item--events .related-item__tile .related-item__title span{color:#363635;font-weight:inherit}.related-item.related-item--8-col{display:flex;width:100%;float:none;max-width:unset}@media screen and (min-width:1601px){.related-item.related-item--8-col{width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.related-item.related-item--8-col{width:80%}}.related-item.related-item--8-col .related-item__tile{display:flex;flex-direction:column}@media screen and (min-width:1201px){.related-item.related-item--8-col .related-item__tile-outer{margin-left:0;margin-right:0;float:none;width:calc(33% - 12px)}.related-item.related-item--8-col .related-item__tile-outer:nth-child(3n+2){margin-left:auto;margin-right:auto}.related-item.related-item--8-col .related-item__tile-outer:nth-child(3n+1):last-child{margin-left:0!important;margin-right:auto}.related-item.related-item--8-col .related-item__tile-outer:nth-child(3n+2):last-child{margin-left:22px!important}.related-item.related-item--8-col .related-item__tile-outer:nth-child(3n):last-child{margin-left:0!important}}@media screen and (min-width:1201px) and (max-width:1600px){.related-item.related-item--8-col .related-item__tile-outer:last-child{margin-left:22px!important}}@media screen and (min-width:981px) and (max-width:1200px){.related-item.related-item--8-col .related-item__tile-outer{width:285px}.related-item.related-item--8-col .related-item__tile-outer:nth-child(2n):last-child{margin-left:12px!important;margin-right:12px!important}.related-item.related-item--8-col .related-item__tile-outer:last-child{margin-left:16px!important;margin-right:auto!important}}.related-item.related-item--8-col .related-item__tile--image{padding:170px 20px 25px;flex:1;height:auto}@media screen and (min-width:1201px) and (max-width:1600px){.related-item.related-item--8-col .related-item__tile--image{padding:130px 20px 25px}}@media screen and (min-width:981px) and (max-width:1200px){.related-item.related-item--8-col .related-item__tile--image{padding:150px 20px 25px}}.related-item.related-item--10-col{display:flex;flex-wrap:wrap;margin-bottom:50px}@media screen and (min-width:741px){.related-item.related-item--10-col{margin:20px -10px 80px}}@media screen and (min-width:1201px){.related-item.related-item--10-col{margin:30px -15px 80px}}.related-item.related-item--10-col .related-item__tile-outer{margin:0 auto 30px;width:100%;max-width:320px}@media screen and (min-width:741px){.related-item.related-item--10-col .related-item__tile-outer{margin:0;padding:0 10px 20px;width:33%}}@media screen and (min-width:1201px){.related-item.related-item--10-col .related-item__tile-outer{padding:0 15px 30px}}@media screen and (min-width:741px){.related-item.related-item--10-col .related-item__image{height:125px}}.related-item.related-item--10-col .related-item__tile--image{padding:180px 12px 20px;min-height:325px}@media screen and (min-width:741px){.related-item.related-item--10-col .related-item__tile--image{padding:145px 12px 20px}}.related-item.related-item--10-col .related-item__title{margin:0 0 20px}.related-item.related-item--10-col .related-item__title span{margin:0}.related-item.related-item--10-col .related-item__tile-footer{position:relative;margin-top:auto;padding:0;align-items:flex-start}.related-item.related-item--10-col .related-item__tile-footer>div{display:flex;flex-direction:column}.related-item.related-item--10-col .related-item__tile-footer>div:last-child{margin-top:auto}.related-item.related-item--10-col .related-item__tile-footer .button--tag{padding:0}.related-item.related-item--10-col .related-item__tags{font-family:Arial,sans-serif;font-weight:600;font-style:normal;float:none;margin-bottom:10px;font-size:1.2rem}.related-item__tile{position:relative;height:100%;color:#e1e1e1;background-color:#363635;box-shadow:0 2px 2px rgba(0,0,0,.15)}.related-item__tile a:not(.arrow_link){color:inherit;text-decoration:none}.related-item__tile p{font-size:1.4rem}.related-item__tile ul li{display:block;width:100%;margin:0 0 5px;padding:0;background:none transparent}.related-item__tile--full-bg .related-item__tile{min-height:418px;background-color:transparent}.related-item__tile--full-bg .related-item__tile a,.related-item__tile--full-bg .related-item__tile p{color:#fff!important}.related-item__tile--full-bg .related-item__tile a:focus,.related-item__tile--full-bg .related-item__tile a:hover{text-decoration:underline}.related-item__tile--full-bg .related-item__tile .button--tag{border-color:#fff}.related-item__tile--full-bg .related-item__tile--content{min-height:368px}.related-item__tile--course{background-color:#fff}.related-item__tile--course .related-item__tile--image{display:flex;flex-direction:column;padding:170px 20px 50px}.related-item__tile--course .related-item__title span{font-family:Arial,sans-serif;font-weight:600;font-style:normal;color:#363635;line-height:2.4rem}.related-item__tile--course .related-item__body span{color:#363635}.related-item__tile--course .related-item__tile-footer{display:flex;align-items:center;border:0}.related-item__tile--course .related-item__tile-footer>div:last-child{margin-left:auto}.related-item__tile--course .related-item__tags{margin-top:auto}.related-item__tile--course .related-item__tags .button--tag{font-family:Arial,sans-serif;font-weight:600;font-style:normal;margin:0;padding:20px 0 0;font-size:inherit;color:#363635!important;background-color:transparent}.wf-opensans-n7-active .related-item__tile--course .related-item__tags .button--tag{font-family:Open Sans,Arial,sans-serif}.related-item__tile--course .icon-HeartFilled,.related-item__tile--course .related-item--share{display:none}.related-item__tile--course .related-item--favourite{display:inline-block;margin-right:0}.related-item__tile--course .related-item--favourite .icon{color:#c74298;font-size:2.6rem}.related-item__tile--course .saved .icon-Heart{display:none}.related-item__tile--course .saved .icon-HeartFilled{display:inline-block}.related-item__tile-outer{float:left;position:relative;width:320px;margin-left:12px;margin-right:12px;margin-bottom:24px;padding:0}@media screen and (min-width:1201px) and (max-width:1600px){.related-item__tile-outer{width:31.33333333%;max-width:320px;margin-left:1%;margin-right:1%}}@media screen and (max-width:740px){.related-item__tile-outer{margin-right:0;margin-left:0}.related-item__tile-outer:last-child{margin-bottom:0}}.related-item__tile--feature{display:inline-block;vertical-align:top;float:left;width:50%}.related-item__tile--feature:first-child{padding-right:12px}.related-item__tile--feature:last-child{padding-left:12px}.related-item__tile--feature .related-item__image{position:relative;background-color:#363635}.related-item__tile--feature .related-item__tile--content{padding-top:20px;padding-left:20px;padding-right:20px;color:#e1e1e1;background-color:#363635}.related-item__tile--feature .related-item__tile-footer{border-top:1px solid #363635;margin-top:20px;padding:10px 20px}.related-item__tile--feature .related-item__title{margin-top:0;font-size:2.4rem;line-height:2.6rem}@media screen and (max-width:740px){.related-item__tile--feature .related-item__title{font-size:2rem;line-height:2.8rem}}.related-item__tile--feature .related-item__title a{font-family:Arial,sans-serif;font-size:2.2rem;line-height:inherit}.wf-worldlylight-n4-active .related-item__tile--feature .related-item__title a{font-family:Worldly Light,Open Sans,Arial,sans-serif}.related-item__tile--feature .related-item--share{margin-left:0}.related-item__tile--feature .related-item__tags{float:right}.related-item__tile--feature .related-item__tags .button--tag{margin-right:5px}@media screen and (max-width:740px){.related-item__tile--feature{width:100%;float:none;display:block}.related-item__tile--feature:first-child,.related-item__tile--feature:last-child{padding-left:0;padding-right:0}.related-item__tile--feature:last-child{margin-top:20px}}.related-item__tile--feature a{text-decoration:none}.related-item__tile--featured{font-family:Arial,sans-serif;margin-right:10px;color:#ffd923;font-size:1.6rem;line-height:3rem}.wf-worldlyregular-n4-active .related-item__tile--featured{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.related-item__tile--featured{font-size:1.4rem}}.related-item__tile--image{position:relative;padding:170px 20px 75px;height:100%}.related-item__tile--content{position:relative;padding:20px 20px 75px}.related-item__tile-footer{position:absolute;margin-top:20px;padding:11px 20px;width:100%;bottom:0;left:0;border-top:1px solid #4a4a4a;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.related-item__tile-footer .related-item--share{position:relative;margin-right:auto}.related-item__tile-footer .related-item__date{float:left;margin-top:7px;margin-bottom:0;font-size:1.2rem}.related-item__tile-footer .related-item__date+.related-item--share{margin:0 0 0 15px}.related-item__tile-footer .related-item__tags{float:right;margin-top:0}.related-item__tile-footer .social-link__link{margin-bottom:0}.related-item__tile-footer>div{display:inline-block;vertical-align:top;position:relative}.related-item__image{position:absolute;top:0;left:0;right:0;z-index:1;display:block;height:165px;overflow:hidden}.related-item__image:focus img,.related-item__image:hover img{opacity:.6}.related-item__image img{position:absolute;display:block;top:0;height:auto;max-width:100%;width:100%;opacity:1;transition:opacity .3s ease}.related-item__image-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50% 50%}.related-item__tags{margin-top:25px}.module__filter--newsroom .related-item__tags{float:right}.related-item__tags .tooltip__wrapper{margin-top:-5px}.related-item__tags .button--tag{display:inline-block;margin-top:3px;margin-right:0;color:#e1e1e1!important;background-color:#494949;border:none}.related-item__tags .button-size-csl,.related-item__tags span{font-size:1.2rem}.related-item__body{display:block;font-weight:400}.related-item__body span{display:block;color:#e1e1e1;font-size:1.4rem}.related-item__body a{text-decoration:underline}.related-item__body a:focus,.related-item__body a:hover{text-decoration:none}.related-item__title{margin:10px 0}.related-item__title a,.related-item__title span{font-family:Arial,sans-serif;font-style:normal;margin-top:10px;color:#fff;font-size:1.8rem;font-weight:400;line-height:2.6rem;letter-spacing:.3px}.wf-opensans-n4-active .related-item__title a,.wf-opensans-n4-active .related-item__title span{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.related-item__title a,.related-item__title span{font-size:1.6rem;line-height:2.2rem}}.related-item__title+p{margin-top:15px}.related-item__subtitle{margin:14px 0 -10px;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.2rem;text-transform:uppercase}.wf-worldlybold-n4-active .related-item__subtitle{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.related-item__date,.related-item__location{margin-top:10px;margin-bottom:25px;font-family:Arial,sans-serif;font-size:1.4rem;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal;white-space:normal;line-height:normal}.wf-opensans-n4-active .related-item__date,.wf-opensans-n4-active .related-item__location{font-family:Open Sans,Arial,sans-serif}.related-item__date--regular,.related-item__location--regular{font-weight:400}.related-item__date--flag,.related-item__location--flag{padding:7px;position:absolute;top:0;right:0;text-align:center;background-color:#363635;box-shadow:0 2px 3px rgba(0,0,0,.2)}.related-item__date--flag span,.related-item__location--flag span{margin:0;padding:0;line-height:2rem}.related-item__date--month,.related-item__location--month{display:block;font-family:Arial,sans-serif;font-size:1.2rem;text-transform:uppercase}.wf-worldlylight-n4-active .related-item__date--month,.wf-worldlylight-n4-active .related-item__location--month{font-family:Worldly Light,Open Sans,Arial,sans-serif}.related-item__date--day,.related-item__location--day{font-family:Arial,sans-serif;font-size:2rem}.wf-worldlyregular-n4-active .related-item__date--day,.wf-worldlyregular-n4-active .related-item__location--day{font-family:Worldly Regular,Open Sans,Arial,sans-serif}.related-item__date+p,.related-item__location+p{margin-top:0}div.related-item--favourite{margin-right:10px}div.related-item--favourite [class^=icon__heart]{position:relative;top:1px}.related-item--read-more a{text-decoration:underline}.related-item--read-more a:focus,.related-item--read-more a:hover{color:#0b7161}.related-item__carousel{margin-left:auto;margin-right:auto;overflow:visible!important;width:320px}@media screen and (min-width:1201px){.related-item__carousel{width:1032px}}@media screen and (min-width:741px){.related-item__carousel{width:688px}}.related-item__carousel--wrapper{overflow:hidden;position:relative}.module__content-panel--text--full-width+.related-item__carousel--wrapper{margin-top:40px}@media screen and (max-width:1200px){.module__content-panel--text--full-width+.related-item__carousel--wrapper{margin-top:30px}}@media screen and (min-width:1201px) and (max-width:1600px){.related-item__carousel .related-item__tile--image{padding:155px 20px 75px}}.related-item__carousel .related-item__tile-outer{width:270px;padding:0 9px 5px;margin:0;float:none;white-space:normal;vertical-align:top;opacity:1;transition:opacity .3s ease-out}@media screen and (min-width:1601px){.related-item__carousel .related-item__tile-outer{width:344px}}@media screen and (min-width:981px) and (max-width:1200px){.related-item__carousel .related-item__tile-outer{width:300px}}@media screen and (max-width:740px){.related-item__carousel .related-item__tile-outer{width:320px}}.related-item__carousel .related-item__tile-outer p{text-align:left}.related-item__carousel .related-item__tile:before{position:absolute;width:100%;height:100%;content:"";opacity:0;transition:opacity .15s ease-out}.related-item__carousel .ghost--prev .related-item__tile:before{right:0;background-image:linear-gradient(270deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.95),hsla(0,0%,100%,.98),hsla(0,0%,100%,.99),#fff);opacity:1;z-index:2}.related-item__carousel .ghost--next .related-item__tile:before{left:0;background-image:linear-gradient(90deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.95),hsla(0,0%,100%,.98),hsla(0,0%,100%,.99),#fff);opacity:1;z-index:2}.related-item--student{position:relative;margin-top:40px}@media screen and (max-width:1200px){.related-item--student{margin-top:30px}}.related-item--student.background--grey-light{padding:60px 0}@media screen and (min-width:741px){.related-item--student .button{position:absolute;top:0;right:0;margin-top:0}}.related-item--student .button--wrapper{text-align:center}.related-item--student .related-item__image img{position:absolute;display:block;top:0;max-height:165px;height:auto;max-width:inherit;width:inherit;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transition:opacity .3s ease}.related-item__carousel--student{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}@media screen and (max-width:740px){.related-item__carousel--student{padding-bottom:50px}}.related-item__carousel--student .module__slideshow-pager-wrapper{bottom:0;text-align:center}.related-item__carousel--student .module__slideshow-pager a+a{margin-left:5px}.related-item__carousel--student .module__slideshow-pager a:after{width:6px;height:6px;background-color:#ccc}.related-item__carousel--student .module__slideshow-pager a.cycle-pager-active:after{width:8px;height:8px;background-color:#363635}.related-item__tile-outer--student{flex:1;padding:0 9px}.related-item{--sharethis-icon-size:3rem;--sharethis-tooltip-left-position:50%;--sharethis-tooltip-transform:translateX(-50%);--sharethis-tooltip-text:none}@media screen and (max-width:740px){.related-item__carousel{--sharethis-tooltip-left-position:-1rem;--sharethis-tooltip-transform:none;--sharethis-tooltip-arrow-left-position:2.5rem}}.search-result-count{padding-top:80px;padding-bottom:35px}.search-result-count .module__overview--content{margin-bottom:0}.search-result-count-info{font-size:1.6rem!important}.module__global-search-results{margin-top:0!important}.no-search-result-count{padding-top:40px}.search-pagination-info{font-size:1.6rem!important;padding-bottom:1.2rem;margin-top:30px}.module_search-course{padding-bottom:8px}.module_search-items{padding-left:8px;padding-right:8px;padding-bottom:40px}@media screen and (min-width:981px){.module_search-items{padding-left:15px;padding-right:15px}}@media screen and (min-width:1601px){.module_search-items{margin-left:16.66666667%;width:66.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module_search-items{margin-left:10%;width:80%}}@media screen and (max-width:1200px){.module_search-items{padding-bottom:30px}}.module_search-item{position:relative;padding:40px 0;border-bottom:2px solid #e1e1e1}@media screen and (max-width:740px){.module_search-item{padding:20px 0}}.module_search-item:first-child{margin-top:30px;border-top:2px solid #e2e2e2}.module_search-item--generic{min-height:218px}.module_search-item--people{padding:40px 0 50px}.module_search-item--people .module_search-text--details{margin-top:0}@media screen and (min-width:741px){.module_search-item--people .module_search-text--details strong{width:260px}}@media screen and (min-width:741px){.module_search-item--people .module_search-text--details span{width:calc(100% - 260px)}}.module_search-item--people .module_search-text--details>*{margin-bottom:10px}.module_search-item--people .module_search-text--details>:not(:first-child){margin-bottom:0}.module_search-item--people .module_search-text--details.search--redesign{display:flex;flex-direction:column}.module_search-item--people .module_search-text--details.search--redesign>div{display:flex;flex-direction:row}.module_search-item--people .module_search-text--details.search--redesign>div svg{height:15px;width:15px;margin-right:5px;color:#0b7161;position:relative;top:1px}.module_search-item--people .module_search-text--details.search--redesign>div p strong{width:auto}@media screen and (max-width:740px){.module_search-item--people .module_search-text--details.search--redesign>div p strong{width:100%}}.module_search-item--people .module_search-text--details.search--redesign>div .bullet-list{font-weight:400;width:auto}.module_search-item--people .module_search-text--details.search--redesign>div .bullet-list:not(:first-of-type):before{content:"\2022";color:#0b7161;margin:0 12px}.module_search-item--people .module_search-text--details.search--redesign>div ul{margin-top:0;display:flex;flex-direction:row;flex-wrap:wrap}.module_search-item--people .module_search-text--details.search--redesign>div ul li{padding-left:0!important;background:none!important;margin:0}.module_search-item--people .module_search-text--details.search--redesign>div ul li:not(:first-child):before{content:"\2022";color:#0b7161;margin:0 12px}.module_search-item--course,.module_search-item--majors{padding:35px 0 40px}.module_search-item--course .module_search-text p:first-of-type{min-height:35px}.module_search-item--course .module_search-text-tags{margin-bottom:30px}.module_search-item--course-condensed{padding:20px 0;min-height:70px}@media screen and (min-width:741px){.module_search-item--course-condensed{padding:5px 0;display:flex;align-items:center}}@media screen and (min-width:741px){.module_search-item--course-condensed .module_search-item--content{flex:1}}.module_search-item--course-condensed .module_search-item--content:first-child p{margin-bottom:15px}@media screen and (min-width:741px){.module_search-item--course-condensed .module_search-item--content:first-child p{padding-right:20px;margin-bottom:0}}.module_search-item--type{margin-bottom:10px;color:#707070}.module_search-item--content{position:relative;display:table;width:100%}.module_search-item--form{vertical-align:top;display:table-cell;padding-left:30px}.module_search-item--form fieldset{width:200px}@media screen and (min-width:981px) and (max-width:1600px){.module_search-item--form fieldset{width:150px}}@media screen and (max-width:980px){.module_search-item--form{display:block;margin-top:25px;padding-left:0}.module_search-item--form fieldset{padding:0;width:100%}.module_search-item--form .elements--vertical :first-child,.module_search-item--form .elements--vertical :nth-child(2){display:none}}.module_search-item--close{position:absolute;top:0;right:0;transform:rotate(45deg);padding-top:8px;padding-bottom:8px;font-size:0;line-height:0}.module_search-item--close span{display:block;width:16px;height:2px;background:#707070;position:relative;font-size:0;line-height:0}.module_search-item--close span:after{width:16px;height:2px;background:#707070;position:absolute;left:0;content:"";transition:all .3s;transform:rotate(90deg)}.module_search-additional{vertical-align:top;display:table-cell;max-width:230px}@media screen and (min-width:981px){.module_search-additional+.module_search-text{padding-left:30px}}.module_search-additional .module__related-person--item-picture{position:relative}@media screen and (max-width:980px){.module_search-additional{display:none}.module_search-additional.module_search--profile{display:block;margin-bottom:20px}.module_search-additional.module_search--document{display:table-cell}}.module_search-additional img{width:230px;max-width:unset;height:130px}.module__tabs--content-es .module_search-additional img{height:115px}.module_search-text{vertical-align:top;display:table-cell;width:100%}.module_search-text-header{width:66.66666667%}@media screen and (max-width:980px){.module_search-text-header{width:calc(100% - 40ox)}}.module_search-text-header-actions{position:absolute;top:0;right:0;width:33.33333333%}@media screen and (max-width:980px){.module_search-text-header-actions{width:40px}}.module_search-text-header-actions .navigation__course--save-button{color:#c74298;text-decoration:none}@media screen and (min-width:741px){.module_search-text-header-actions .icon__heart--blue{margin-right:5px}}.module_search-text-header-actions .related-item--favourite{margin-bottom:14px}@media screen and (max-width:980px){.module_search-text-header-actions .related-item--favourite{float:right;margin:0;font-size:0}}@media screen and (max-width:980px){.module_search-text-header-actions .saved__tooltip{left:auto;right:0}.module_search-text-header-actions .saved__tooltip:after,.module_search-text-header-actions .saved__tooltip:before{left:calc(100% - 17px)}}.module_search-text--details{margin-top:20px}.module_search-text--details:after,.module_search-text--details:before{content:" ";display:table}.module_search-text--details:after{clear:both}@media screen and (max-width:740px){.module_search-text--details div+*{margin-top:15px}}.module_search-text--details>*{margin-bottom:7px}.module_search-text--details>:after,.module_search-text--details>:before{content:" ";display:table}.module_search-text--details>:after{clear:both}.module_search-text--details strong{float:left;display:block;padding-right:20px;width:150px}.module_search-text--details span{float:left;display:block;font-weight:400;width:calc(100% - 150px);word-break:break-word}.module_search-text--details span strong{width:100%}.module_search-text-tags{margin:15px 0}.module_search-text-tags>strong:first-of-type{padding-right:15px}.module_search-text-footer{margin-top:15px}.module_search-text-footer>a{position:relative;padding-left:25px}.module_search-text-footer .icon--wrapper{position:absolute;top:0;left:0;bottom:0;margin:auto;width:22px;height:22px;background-color:#0b7161;border-radius:50%}.module_search-text-footer .icon{position:absolute;top:2px;left:0;bottom:0;margin:auto}.module_search-text .button--tag{margin-top:0;margin-bottom:15px;display:inline-block;border-color:#e1e1e1;border-radius:12.5px}.module_search-text p:first-of-type{margin-bottom:10px}.module_search-text p{margin:0}.module_search-text p a strong{font-size:1.6rem;line-height:2.4rem;font-weight:700}@media screen and (max-width:740px){.module_search-text p a strong{font-size:1.5rem}}.module_search-text p em{font-style:normal;font-size:1.4rem;line-height:2.4rem}.module_search-text p span{color:#000;font-weight:700}@media screen and (max-width:980px){.module_search-text{display:block}}.module_search-category{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.3rem;text-align:right;text-transform:uppercase;margin-top:20px}.wf-opensans-n7-active .module_search-category{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module_search-category{font-size:1.2rem}}@media screen and (max-width:544px){.module_search-category{display:none}}.advanced__search--text{margin-top:16px;text-decoration:underline;display:inline-block}#form_email_677541 .sq-form-question-title,#form_email_682719 .sq-form-question-title{font-weight:400}#form_email_677541 .sq-form-question:first-of-type,#form_email_682719 .sq-form-question:first-of-type{display:none}.filter--bar__newsroom{text-align:left;margin-bottom:50px}@media screen and (max-width:740px){.filter--bar__newsroom{text-align:left}}#elastic-search-container .module__tabs--site-search-footer{margin-bottom:40px}@media screen and (min-width:930px){#elastic-search-container .module__tabs--site-search-footer{margin-bottom:80px}}@media screen and (max-width:980px){.navigation__utility--pathway{display:none}}@keyframes pathwayspin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#pathway-modaal{visibility:hidden;z-index:9999;overflow:auto;opacity:1}#pathway-modaal,.pathway-modaal-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.pathway-modaal-overlay{background:#000;opacity:.8}.pathway-modaal-outer-wrapper{display:table;position:relative;width:100%;height:100%}.pathway-modaal-inner-wrapper{display:table-cell;width:100%;height:100%;position:relative;vertical-align:middle;text-align:center;padding:80px 25px;top:-50px;left:-50px}.pathway-modaal-container{position:relative;display:inline-block;width:100%;margin:auto;text-align:center;color:#000;max-width:100px}.pathway-modaal-container .icomoon-spinner{position:absolute;color:#fff;font-size:10rem;animation:spin 2s infinite linear}.icon__pathway--arrow{margin-top:1px;margin-right:20px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-210px -330px;display:inline-block;vertical-align:top;content:"";width:43px;height:20px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.icon__pathway--arrow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__pathway--content-panel .module__content-panel--text h2{margin-top:-15px}.module__pathway--content-panel .module__content-panel--col{margin-bottom:10px!important}.module__pathway--content-panel .module__content-panel--col p{padding-left:10px;list-style-type:none;background:url(https://www.deakin.edu.au/__data/assets/image/0011/767729/icon_bullet-point.png?v=0.1.1) no-repeat 0 10px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__pathway--content-panel .module__content-panel--col p{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/767733/icon_bullet-point@2x.png?v=0.1.1);background-size:5px auto}}@media screen and (max-width:980px){.module__pathway--content-panel .module__content-panel--col{margin-top:10px!important}}.module__pathway--item{counter-increment:c}.module__pathway--item h4{font-size:1.4rem;line-height:1.8rem;margin-bottom:0}.module__pathway--item .module__content-panel--number-title{counter-increment:none}.module__pathway--item .module__content-panel--number-title span{margin:0 auto}.module__pathway--item .module__content-panel--number-title span:before{content:counter(c)}.module__pathway--item.not-available{counter-increment:none}.module__pathway--item.not-available h4,.module__pathway--item.not-available p{color:#e2e2e2}.module__pathway--item.not-available p:before{background-image:none}.module__pathway--item.not-available .module__content-panel--number-title span{border-color:#f5f5f5;color:#f5f5f5;background-color:#f8f8f8}@media screen and (min-width:981px){.module__pathway--items{display:table;width:100%;table-layout:fixed}.module__pathway--item{display:table-cell;text-align:center;padding:15px;border-left:1px solid #e2e2e2}.module__pathway--item:last-child{border-right:1px solid #e2e2e2}.module__pathway--item p{display:block;position:relative;font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:1.1rem;line-height:1.5rem;text-transform:uppercase;margin-top:15px;padding-top:30px}.wf-opensans-n4-active .module__pathway--item p{font-family:Open Sans,Arial,sans-serif}.module__pathway--item p:before{position:absolute;top:0;left:50%;margin-left:-8px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-90px -330px;display:inline-block;vertical-align:top;content:"";width:14px;height:18px}}@media screen and (min-width:981px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:981px) and (min-resolution:192dpi){.module__pathway--item p:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}@media screen and (max-width:980px){.module__pathway--item{width:100%;margin-bottom:8px}.module__pathway--item:after,.module__pathway--item:before{content:" ";display:table}.module__pathway--item:after{clear:both}.module__pathway--item h4{float:left;margin:11px 0 0 15px;font-size:1.3rem}.module__pathway--item p{display:none}.module__pathway--item .module__content-panel--number-title{float:left}.module__pathway--item .module__content-panel--number-title span{font-size:1.5rem;line-height:3.6rem;width:36px;height:36px}}.pathways--results .module__pathway--item:not(.not-available){cursor:pointer}.pathways--results .module__pathway--item:not(.not-available):focus,.pathways--results .module__pathway--item:not(.not-available):hover{background:#f1f1f1}.module__pathway{margin:70px 0}.module__pathway-form{position:relative;margin-top:15px;margin-bottom:60px;z-index:50}@media screen and (max-width:740px){.module__pathway-form{margin-bottom:15px}}.module__pathway-form-field{position:relative;width:calc(50% - 50px);z-index:5}@media screen and (max-width:740px){.module__pathway-form-field{width:100%}}.module__pathway-form-field:first-child{float:left}.module__pathway-form-field:last-child{float:right}.module__pathway-form-field.disable{z-index:0}.module__pathway-form-field.disable label{color:#8a8a8a}.module__pathway-form-field.disable .select2-container,.module__pathway-form-field.disable input{border:1px solid #8a8a8a;color:#8a8a8a;pointer-events:none}.module__pathway-form-field.disable .select2-container:-moz-placeholder,.module__pathway-form-field.disable input:-moz-placeholder{color:#8a8a8a}.module__pathway-form-field.disable .select2-container::placeholder,.module__pathway-form-field.disable input::placeholder{color:#8a8a8a}.module__pathway-form-field.disable .dropdown-wrapper{background-color:#8a8a8a}.module__pathway-form-field .select2-container,.module__pathway-form-field input{display:flex;align-items:center;height:45px;border:1px solid #0b7161;border-radius:22px}@media screen and (max-width:740px){.module__pathway-form-field .select2-container,.module__pathway-form-field input{width:100%!important}}.module__pathway-form-field .select2-container.error,.module__pathway-form-field .select2-container.error:focus,.module__pathway-form-field input.error,.module__pathway-form-field input.error:focus{border:1px solid #cc4e07}.module__pathway-form-field .select2-selection,.module__pathway-form-field input{padding:0 45px 0 20px}.module__pathway-form-field .select2-selection,.module__pathway-form-field .selection{width:100%;height:100%}.module__pathway-form-field .select2-selection{display:flex;align-items:center}.module__pathway-form-field .dropdown-wrapper{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;right:10px;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background-color:#0b7161;pointer-events:none}.module__pathway-form-field .dropdown-wrapper:before{background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -180px;display:inline-block;vertical-align:top;content:"";width:17px;height:30px;width:13px;height:23px;transform:translateY(1px) scale(.7) rotate(90deg)}.module__pathway-form-field .autocomplete-suggestion{cursor:pointer}.module__pathway-form-divider{float:left;position:relative;width:100%;font-size:1.2rem;text-align:center}@media screen and (max-width:740px){.module__pathway-form-divider{margin:30px 0 25px}}@media screen and (min-width:741px){.module__pathway-form-divider{position:absolute;top:40px;left:50%;transform:translateX(-50%)}}@media screen and (max-width:740px){.module__pathway-form-divider:before{content:"";position:absolute;top:17px;left:50%;width:60%;height:0;transform:translateX(-50%);border-top:1px solid #0b7161}}.module__pathway-form-divider span{position:relative;display:inline-block;padding:6px;font-weight:600;background-color:#fff}@media screen and (min-width:741px){.module__pathway-form-divider span:after,.module__pathway-form-divider span:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:0;height:35px;border-left:1px solid #0b7161}.module__pathway-form-divider span:before{bottom:100%}.module__pathway-form-divider span:after{top:100%}}.module__pathway-section{margin-bottom:70px}.module__pathway-section--post-atar{margin-top:0}.module__pathway-section--post-atar+.module__pathway-section--post-atar{margin-top:70px}.module__pathway-section[data-section=pathway-course-details] .module__pathway-return-link{top:25px}#main-content>div:last-child>.module__pathway-section{margin-bottom:0}.module__pathway-section-anchor{position:relative;top:-100px}.module__pathway-course-table{display:flex;margin-top:20px}.module__pathway-course-table>div{padding-right:10%}.module__pathway-course-table strong{display:inline-block;margin-bottom:15px}.module__pathway-course-table+*{margin-top:20px}.module__pathway-tab-section{margin-top:70px}.module__pathway-tab-section[data-related-atar=true]{display:none}.module__pathway-tab-section[data-related-atar=true][data-section-index="0"]{display:block}.module__pathway-tab-section[data-section-index="2"],.module__pathway-tab-section[data-section-index="3"]{margin-top:0;margin-bottom:50px}.module__pathway-tab-options{display:flex;margin:50px 0 0;padding:0}@media screen and (max-width:980px){.module__pathway-tab-options{flex-direction:column}}.module__pathway-tab-options li{flex:1;margin:0;padding-left:60px;padding-right:15px;counter-increment:d}@media screen and (max-width:980px){.module__pathway-tab-options li{padding-left:90px;min-height:75px;margin-bottom:45px}}.module__pathway-tab-options li:before{font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;content:counter(d);display:flex;top:-10px;left:0;align-items:center;justify-content:center;width:50px;height:50px;font-size:2.2rem;border-radius:50%;background-color:#e1e1e1}.wf-worldlybold-n4-active .module__pathway-tab-options li:before{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (max-width:980px){.module__pathway-tab-options li:before{top:0;width:75px;height:75px}}.module__pathway-tab-options li p:first-child{margin-bottom:20px}.module__pathway-tab-options li p+p{margin-top:10px}.module__pathway-atar-field{position:relative;display:inline-block;margin-top:20px}.module__pathway-atar-field label{font-weight:600}.module__pathway-atar-field input{margin-top:15px;padding:0 45px 0 20px;width:100%;max-width:305px;height:45px;border:1px solid #0b7161;border-radius:22px}.module__pathway-atar-field input:-moz-placeholder{font-style:italic}.module__pathway-atar-field input::placeholder{font-style:italic}.module__pathway-atar-field button{position:absolute;display:flex;justify-content:center;align-items:center;padding:0;right:8px;bottom:8px;min-width:30px;width:30px;height:30px;color:#0b7161!important;font-size:2rem;border-radius:15px;border:1px solid #0b7161;background-color:#fff}.module__pathway-atar-field button:focus,.module__pathway-atar-field button:hover{background-color:#fff}.module__pathway-atar-list{display:flex;justify-content:space-between}@media screen and (max-width:740px){.module__pathway-atar-list{flex-wrap:wrap}}.module__pathway-atar-campus{position:relative;flex-basis:calc(20% - 15px);color:#8a8a8a;text-align:center;transition:color .3s ease}@media screen and (max-width:740px){.module__pathway-atar-campus{flex-basis:calc(50% - 10px);margin-bottom:20px}}.module__pathway-atar-campus.active{color:#fff}.module__pathway-atar-campus.active .module__pathway-atar-circle{background-color:#007d98}.module__pathway-atar-content{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-content:center;justify-content:center;width:100%;height:100%}.module__pathway-atar-value{font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;margin-top:10px;font-size:2.2rem}.wf-worldlybold-n4-active .module__pathway-atar-value{font-family:Worldly Bold,Open Sans,Arial,sans-serif}.module__pathway-atar-circle{width:100%;border-radius:50%;background-color:#f5f5f5;transition:background-color .3s ease}.module__pathway-atar-circle:after{display:block;content:"";padding-top:100%}.module__pathway-atar-legend p,.module__pathway-atar-legend strong{font-size:1.2rem}.module__pathway-atar-legend p+p{margin-top:0}.module__pathway-atar-result-text{margin-bottom:35px}.module__pathway-tafe{position:relative;display:flex;margin:45px 0 0}@media screen and (max-width:740px){.module__pathway-tafe{flex-direction:column}}.module__pathway-tafe-list{width:20%}@media screen and (min-width:981px) and (max-width:1200px){.module__pathway-tafe-list{width:25%}}@media screen and (min-width:741px) and (max-width:980px){.module__pathway-tafe-list{width:30%}}@media screen and (max-width:740px){.module__pathway-tafe-list{display:none}}.module__pathway-tafe-list li{position:relative;padding:14px 20px;margin:0;font-weight:600;cursor:pointer;transition:color .3s ease,background .3s ease;background:var(--tabbed-content-tab--background,#f5f5f5);color:var(--tabbed-content-tab--color,inherit);border:1px solid var(--tabbed-content-tab--border-color,#e1e1e1)}.module__pathway-tafe-list li:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;border-left:5px solid var(--tabbed-content-tab-notch--border-color,#e1e1e1)}.module__pathway-tafe-list li.active{--tabbed-content-tab--background:var(--tabbed-content-tab-active--background,#fff);--tabbed-content-tab--color:var(--tabbed-content-tab-active--color,#0b7161);--tabbed-content-tab-notch--border-color:var(--tabbed-content-tab-active-notch--border-color,#0b7161);border-right:0}.module__pathway-tafe-content{position:absolute;top:0;right:0;padding-left:30px;width:100%;opacity:0;z-index:-1;transition:opacity .2s ease}@media screen and (max-width:740px){.module__pathway-tafe-content{padding-left:0}}.module__pathway-tafe-content.active{position:relative;width:100%;opacity:1;z-index:1}.module__pathway-tafe-content__wrapper{position:relative;width:80%}@media screen and (min-width:981px) and (max-width:1200px){.module__pathway-tafe-content__wrapper{width:75%}}@media screen and (min-width:741px) and (max-width:980px){.module__pathway-tafe-content__wrapper{width:70%}}@media screen and (max-width:740px){.module__pathway-tafe-content__wrapper{width:100%}}.module__pathway-tafe-content img{height:100%;max-height:115px}@media screen and (max-width:740px){.module__pathway-tafe-content img{height:auto;max-height:unset;width:85%}}.module__pathway-tafe .select2-container{padding:0;margin-bottom:30px;height:60px;color:#0b7161;font-weight:600;border:1px solid #0b7161}@media screen and (min-width:741px){.module__pathway-tafe .select2-container{display:none}}.module__pathway-tafe .select2-container--open .dropdown-wrapper{transform:translateY(-50%) scale(1.5) rotate(180deg)}.module__pathway-tafe .select2-selection{display:flex;align-items:center;padding:0 65px 0 25px;height:100%;border-left:7px solid #0b7161}.module__pathway-tafe .dropdown-wrapper{display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%) scale(1.5);background-image:url(https://www.deakin.edu.au/__data/assets/image/0010/767719/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -30px;display:inline-block;vertical-align:top;content:"";width:12px;height:8px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__pathway-tafe .dropdown-wrapper{background-image:url(https://www.deakin.edu.au/__data/assets/image/0009/767727/sprite@2x.png?v=0.1.9);background-size:500px auto}}.module__pathway-tafe,.module__pathway-tafe--primary{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--primary,#0b7161);--tabbed-content-tab-active-notch--border-color:var(--color--primary,#0b7161)}.module__pathway-tafe--secondary{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--secondary,#c74298);--tabbed-content-tab-active-notch--border-color:var(--color--secondary,#c74298)}.module__pathway-tafe--yellow{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--yellow,#ffd923);--tabbed-content-tab-active-notch--border-color:var(--color--yellow,#ffd923)}.module__pathway-tafe--orange{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--orange,#ff9300);--tabbed-content-tab-active-notch--border-color:var(--color--orange,#ff9300)}.module__pathway-tafe--blue,.module__pathway-tafe--teal{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--blue,#006d88);--tabbed-content-tab-active-notch--border-color:var(--color--blue,#006d88)}.module__pathway-tafe--magenta,.module__pathway-tafe--pink{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--magenta,#c74298);--tabbed-content-tab-active-notch--border-color:var(--color--magenta,#c74298)}.module__pathway-tafe--green,.module__pathway-tafe--turquoise{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--turquoise,#0b7161);--tabbed-content-tab-active-notch--border-color:var(--color--turquoise,#0b7161)}.module__pathway-tafe--charcoal,.module__pathway-tafe--white{--tabbed-content-tab-active--background:var(--color--white,#fff);--tabbed-content-tab-active--color:var(--color--charcoal,#363635);--tabbed-content-tab-active-notch--border-color:var(--color--charcoal,#363635)}.module__pathway-return-link{position:absolute;top:-60px;right:15px}@media screen and (max-width:740px){.module__pathway-return-link{right:8px}}.module__pathway-section .module__tabs--inner-wrapper{width:100%}.module__pathway-section .module__tabs--links{margin:0;padding:0}.module__pathway-section .module__tabs--links li:first-child{padding-left:0}.module__pathway-section .module__tabs--links li:last-child{padding-right:0}.module__pathway-section .module__tabs--content p{text-align:left}.module__pathway-section .module__tabs--content .legend{padding:0}.module__pathway-section .module__tabs--content .legend p,.module__pathway-section .module__tabs--content .legend p:first-child{margin-top:0}.module__pathway-section .module__tabs fieldset{padding:0}#pathway-courses--container{position:relative}#pathway-courses__reset{position:absolute;top:-15px;right:0}@media screen and (max-width:740px){#pathway-courses__reset{position:relative;top:0;margin-bottom:65px;width:100%}}#pathway-courses .module__detailed-slideshow__container{margin-top:35px}.homepage-redesign1{background-color:#f5f5f5}.homepage-redesign1--find-a-course+div{margin-top:0}@media screen and (max-width:740px){.homepage-redesign1--find-a-course+div{padding-top:150px}}.homepage-redesign1 .rhs a{margin-bottom:17px}.homepage-redesign1 .rhs .button{min-width:200px}@media screen and (max-width:740px){.homepage-redesign1 .rhs .button{width:100%!important}}.homepage-redesign1 .rhs #apply-vtac{background-color:#bf471e;color:#fff}.homepage-redesign1 .rhs #apply-vtac:hover{background-color:#9a381a}.homepage-redesign1 .rhs #online-courses{background-color:#0b7161!important;color:#fff!important}.homepage-redesign1 .rhs h2{margin:20px 0}.homepage-redesign1 .lhs a{text-decoration:none}.homepage-redesign1 .button__outline--orange-outline{border:1px solid #bf471e;color:#bf471e}.homepage-redesign1 .button__outline--orange-outline:focus,.homepage-redesign1 .button__outline--orange-outline:hover{border:1px solid #bf471e;background-color:#bf471e;color:#fff}.homepage-redesign1 .bottom-banner{height:300px!important;top:-120px;margin-bottom:-40px}.homepage-redesign1 .bottom-banner .cell-wrapper{padding:150px 0 0}.homepage-redesign1 .bottom-banner a.button{min-width:200px}.homepage-redesign1 .int-areas{position:relative;float:left;display:table;min-height:70px;height:1px;padding:5px 40px 5px 65px}@media screen and (min-width:741px) and (max-width:980px){.homepage-redesign1 .int-areas{width:50%}}@media screen and (max-width:740px){.homepage-redesign1 .int-areas{width:100%}}.homepage-redesign1 .int-areas:focus,.homepage-redesign1 .int-areas:hover{text-decoration:underline}@media screen and (min-width:981px){.homepage-redesign1 .int-areas:nth-child(3n+2){clear:both}}.homepage-redesign1 .int-areas li{display:table-cell;vertical-align:middle}.homepage-redesign1 .int-areas__thumbnail{position:absolute;top:0;left:0;bottom:0;margin:auto 0;width:50px;height:50px;border-radius:50%;background-position:50%;background-size:cover;background-repeat:no-repeat}.homepage-redesign1 .ia-module-wrapper{padding-bottom:50px}@media screen and (max-width:740px){.homepage-redesign1 .ia-module-wrapper{margin-top:30px;padding-bottom:100px}}.homepage-redesign1 .lhs h2{margin:20px 0}.homepage-redesign1 .search__bar{position:absolute;bottom:-272px;margin:0 -30px;padding:20px 30px;width:calc(100% + 30px);background-color:#fff;border:1px solid #e1e1e1}@media screen and (min-width:741px){.homepage-redesign1 .search__bar{bottom:-165px;border-radius:60px}}@media screen and (min-width:741px) and (max-width:980px){.homepage-redesign1 .search__bar{bottom:-140px}}@media screen and (max-width:740px){.homepage-redesign1 .search__bar{left:8px;margin:0;width:calc(100% - 16px)}}.homepage-redesign1 .search__bar--input{width:calc(100% - 410px)}@media screen and (min-width:981px) and (max-width:1600px){.homepage-redesign1 .search__bar--input{width:calc(100% - 370px)}}@media screen and (min-width:741px) and (max-width:980px){.homepage-redesign1 .search__bar--input{width:calc(100% - 330px)}}@media screen and (max-width:740px){.homepage-redesign1 .search__bar--input{width:100%}}.homepage-redesign1 .search__bar h2{float:left;display:inline-block;margin:12px 0 0;padding-right:30px}@media screen and (max-width:740px){.homepage-redesign1 .search__bar h2{margin:12px 0 5px}}.homepage-redesign1 .search__bar input[type=text]{margin-top:2px;padding:10px 1px 10px 50px;font-size:2rem}.homepage-redesign1 .search__bar .button{width:24%}@media screen and (min-width:741px) and (max-width:980px){.homepage-redesign1 .search__bar .button{width:22%}}@media screen and (max-width:740px){.homepage-redesign1 .search__bar .button{float:left;margin-top:30px}}.homepage-redesign1 .course-type{margin:40px 0 0}.homepage-redesign1 .course-type:after,.homepage-redesign1 .course-type:before{content:" ";display:table}.homepage-redesign1 .course-type:after{clear:both}@media screen and (max-width:740px){.homepage-redesign1 .course-type{margin:30px 0 0}}.homepage-redesign1 .course-type__wrapper{margin-top:70px!important}@media screen and (max-width:740px){.homepage-redesign1 .course-type__wrapper{margin-top:140px!important}}@media screen and (min-width:741px){.homepage-redesign1 .course-type__item{float:left;padding:0 25px;width:calc(25% - 37.5px);box-sizing:content-box}.homepage-redesign1 .course-type__item:first-child{padding-left:0}.homepage-redesign1 .course-type__item:last-child{padding-right:0}}@media screen and (max-width:740px){.homepage-redesign1 .course-type__item{clear:both}}.homepage-redesign1 .course-type__icon{width:100%;height:auto}@media screen and (max-width:740px){.homepage-redesign1 .course-type__icon{float:left;padding-right:20px;width:25%}}@media screen and (max-width:740px){.homepage-redesign1 .course-type__content{float:right;margin-top:20px;width:75%}}.homepage-redesign1 .course-type a{text-decoration:none;font-weight:400}@media screen and (max-width:740px){.homepage-redesign1 .bottom-banner .cell-wrapper{background:none}.homepage-redesign1 .bottom-banner .cell-wrapper .cell{padding:0}.homepage-redesign1 .bottom-banner .cell-wrapper .cell p{margin-top:0}.homepage-redesign1 .bottom-banner .cell-wrapper .cell--3-col,.homepage-redesign1 .bottom-banner .cell-wrapper .cell--9-col{background:none;height:auto;top:0}.homepage-redesign1 .search__bar .button{display:block}}@media screen and (max-width:350px){.homepage-redesign1 .int-areas{font-size:1.25rem}}@media screen and (min-width:981px) and (max-width:1200px){.homepage-redesign1 .rhs a.button{min-width:328px}.homepage-redesign1 .rhs a.button:nth-of-type(odd){margin-right:15px}}.module__hardcoded-fee-help .module__banner--no-image{margin-bottom:0!important}.module__hardcoded-fee-help a[href*=calculate-repayments]{color:#0b7161!important;background-color:#fff!important}.module__hardcoded-fee-help .apply_now{margin-top:25px!important}.module__hardcoded-fee-help .arrow_box_triangle{position:relative;border:1px solid #363635;margin-bottom:1rem}.module__hardcoded-fee-help .arrow_box_triangle:after,.module__hardcoded-fee-help .arrow_box_triangle:before{content:"";position:absolute;left:50%;border-width:30px 50px 0;border-style:solid;border-color:#363635 transparent;margin-left:-51px}.module__hardcoded-fee-help .arrow_box_triangle:after{bottom:-58px;border-color:#363635 transparent;margin-left:-51px}.module__hardcoded-fee-help .title-pink{color:#c74298}.module__hardcoded-fee-help .background-charcoal{background-color:#363635;color:#fff;margin:0 auto;padding:2rem 20px}.module__hardcoded-fee-help input[class*=input-block-level],.module__hardcoded-fee-help select[class*=input-block-level]{background-color:#363635!important;border-bottom:1px solid gray;display:inline-block;padding:0 0 6px!important}.module__hardcoded-fee-help select[class*=input-block-level]{border-width:0!important}.module__hardcoded-fee-help .control-group{color:#fff;font-family:Open Sans,Arial,sans-serif!important}.module__hardcoded-fee-help .control-label h2{font-family:Open Sans,Arial,sans-serif!important;font-size:1.6rem!important}.module__hardcoded-fee-help input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 9999px #363635}.module__hardcoded-fee-help .controls .select2-container--default:after{position:absolute;top:50%;margin-top:-20px;right:2px;background-image:url(http://discover.deakin.edu.au/rs/209-INQ-367/images/sprite.png);background-repeat:no-repeat;background-position:-240px -30px;display:-moz-inline-stack;display:inline-block;vertical-align:top;content:"";width:30px;height:14px;transform:rotate(-90deg)}.module__hardcoded-fee-help .controls .select2-container{margin-top:0!important}.module__hardcoded-fee-help .mktoFormRow .select2-container .select2-selection--single{height:28px!important}.module__hardcoded-fee-help .controls .select2-container,.module__hardcoded-fee-help .mktoFormRow .select2-container{width:100%!important}.module__hardcoded-fee-help .blue-circle{background-color:#007d98}.module__hardcoded-fee-help .blue-circle,.module__hardcoded-fee-help .charcoal-circle{position:relative;display:inline-block;margin:1em;color:#fff;text-align:center;border-radius:50%;width:275px;height:275px}.module__hardcoded-fee-help .charcoal-circle{background-color:#363635}.module__hardcoded-fee-help .blue-circle:after{display:block;padding-bottom:100%;width:100%;height:0;border-radius:50%;background-color:#007d98;content:""}.module__hardcoded-fee-help .charcoal-circle:after{display:block;padding-bottom:100%;width:100%;height:0;border-radius:50%;background-color:#363635;content:""}.module__hardcoded-fee-help .circle__inner{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%}.module__hardcoded-fee-help .circle__wrapper{display:table;width:100%;height:100%}.module__hardcoded-fee-help .wrapcontent{vertical-align:middle;display:table-cell;font-weight:600!important}.module__hardcoded-fee-help .wrapcontent p{font-family:Open Sans,Semi-Bold!important;font-weight:600!important}.module__hardcoded-fee-help .white-block{background-color:#fff;margin:1em auto;position:relative;padding:3rem 20px;border:1px solid #f5f5f5;width:90%;text-align:-webkit-auto}.module__hardcoded-fee-help .white-block li{font-size:14px;font-family:Open Sans,Semi-Bold!important}.module__hardcoded-fee-help .render-figures-green{color:#0d8572}.module__hardcoded-fee-help #credit_points,.module__hardcoded-fee-help #repayment_rate,.module__hardcoded-fee-help #total_annual_repayments,.module__hardcoded-fee-help #total_fees,.module__hardcoded-fee-help #total_time{color:#007d98;font-size:14px;font-family:Open Sans,Semi-Bold!important;font-weight:600;text-decoration:none;cursor:auto}.module__hardcoded-fee-help #course_name{color:#363635;font-size:14px;font-family:Open Sans,Semi-Bold!important;font-weight:600;text-decoration:none;cursor:auto}.module__hardcoded-fee-help #course_name_module{font-size:2.4rem;font-family:Worldly Bold!important;color:#ac3382;margin-top:.2rem}.module__hardcoded-fee-help .module__tabs--content p{text-align:left!important}.module__hardcoded-fee-help .triangle{position:relative;border-bottom:1px solid #363635;margin-bottom:8rem}.module__hardcoded-fee-help .triangle:after,.module__hardcoded-fee-help .triangle:before{content:"";position:absolute;left:50%;border-width:30px 50px 0;border-style:solid;border-color:#363635 transparent;margin-left:-51px}.module__hardcoded-fee-help .triangle:after{bottom:-29px;border-color:#f5f5f5 transparent;margin-left:-51px}.module__hardcoded-fee-help .triangle-line{position:relative;border-bottom:1px solid #363635;padding-top:4rem}.module__hardcoded-fee-help .triangle-line:after,.module__hardcoded-fee-help .triangle-line:before{content:"";position:absolute;left:50%;border-width:30px 50px 0;border-style:solid;border-color:#363635 transparent;margin-left:-51px;z-index:1}.module__hardcoded-fee-help .triangle-line:after{bottom:-29px;border-color:#fff transparent;margin-left:-51px}.module__hardcoded-fee-help #frequency_select{margin-top:2rem}.module__hardcoded-fee-help .select2-search--dropdown .select2-search__field{display:none!important}.module__hardcoded-fee-help .ui-autocomplete{height:250px;overflow-y:scroll;overflow-x:hidden}.module__hardcoded-fee-help .ui-autocomplete li{background-image:none!important;background-size:0!important;padding:4px 3px;background:none}.module__hardcoded-fee-help .ui-menu-item .ui-menu-item-wrapper:hover{background:#0b7161!important;color:#fff!important}.module__hardcoded-fee-help .yellow--bar .module__content-panel--title--full-width{padding-top:4em!important}.module__hardcoded-fee-help .no-padding{padding-bottom:0!important}.module__hardcoded-fee-help .mkto--container.module__content-panel{margin-bottom:0!important}.module__hardcoded-fee-help .mktoForm .mktoButton{color:#ffd923!important;background:#363635!important}.module__hardcoded-fee-help .mktoForm .mktoButton:active,.module__hardcoded-fee-help .mktoForm .mktoButton:focus,.module__hardcoded-fee-help .mktoForm .mktoButton:hover{background:#090b0b!important}.module__hardcoded-fee-help .module__accordion--content #ac1{display:block!important}.module__hardcoded-fee-help .module__content-panel--sidebar-content .fee-help__credit-cta{padding-bottom:45px}@media (max-width:480px){.module__hardcoded-fee-help .banner-text{font-size:3.6rem!important;font-family:Worldly Regular,Open Sans,Arial,sans-serif!important;color:#363635;text-align:center;line-height:3.6rem!important;font-weight:600}.module__hardcoded-fee-help .banner-text-responsive{display:none}.module__hardcoded-fee-help .module__banner-buttons{text-align:center}}@media (min-width:481px){.module__hardcoded-fee-help .banner-text-responsive{font-size:3.6rem!important;font-family:Worldly Regular,Open Sans,Arial,sans-serif!important;color:#363635;text-align:center;line-height:3.6rem!important;font-weight:600}.module__hardcoded-fee-help .banner-text{display:none}}@media (min-width:1021px){.module__hardcoded-fee-help .input-xxlarge{display:inline-block!important;width:48%}.module__hardcoded-fee-help #course_select{margin-right:2rem}}@media (max-width:1020px){.module__hardcoded-fee-help #salary_text{margin-top:2rem}}@media (min-width:1680px){.module__hardcoded-fee-help .white-block{width:30%;margin:2em 1em;display:inline-block}.module__hardcoded-fee-help .blue-circle{margin:4em 1em}.module__hardcoded-fee-help .charcoal-circle{margin:4em 0}.module__hardcoded-fee-help .module__content-panel--sidebar-content .white-block{width:80%}}@media screen and (max-width:740px){.module__content-panel-10-col .module__fee-help{background-color:#fff}}@media screen and (max-width:740px){.background--grey-med-light .module__content-panel-10-col .module__fee-help .submodule{padding:15px 0;margin-top:0;background-color:transparent}}.module__content-panel-10-col .module__fee-help label{color:#363635}.module__content-panel-10-col .module__fee-help .control-group{width:auto;margin-right:0!important}.module__content-panel-10-col .module__fee-help .control-group+.control-group{margin-top:15px}.module__content-panel-10-col .module__fee-help #salary_text span:before{content:"$";position:absolute;left:0;color:#0b7161}.module__content-panel-10-col .module__fee-help .controls input{padding-left:15px!important;width:100%!important;background-color:transparent!important}.module__fee-help-tool{background-color:#e1e1e1;border-radius:10px;padding:10px}.module__fee-help-tool h3{margin-top:10px}.module__fee-help-tool .module__course-calc{background-color:#fff;border-radius:10px;padding:30px 10px}.module__fee-help-tool .module__course-calc .module__course-calc-options{padding-right:20px;flex-grow:1}@media screen and (min-width:741px) and (max-width:980px){.module__fee-help-tool .module__course-calc .module__course-calc-options{padding-right:10px}}.module__fee-help-tool .module__course-calc .module__course-calc-options .control-group{color:#000;font-weight:700}.module__fee-help-tool .module__course-calc .module__course-calc-options .control-group.input-xxlarge{width:100%}.module__fee-help-tool .module__course-calc .module__course-calc-options #frequency_select{margin-top:15px}.module__fee-help-tool .module__course-calc .module__course-calc-options #salary_text{margin-right:0}.module__fee-help-tool .module__course-calc .module__course-calc-options #salary_text span:before{content:"$";position:absolute;left:0;color:#0b7161;top:50%;transform:translateY(-46%);font-weight:400}.module__fee-help-tool .module__course-calc .module__course-calc-options #salary_text input{padding-left:15px}.module__fee-help-tool .module__course-calc .module__course-calc-options input{background-color:#fff!important}.module__fee-help-tool .module__course-calc .module__course-calc-results{align-items:center}.module__fee-help-tool .module__course-calc .module__course-calc-results>*{width:165px;height:165px}.module__fee-help-tool .module__course-calc .module__course-calc-results .fee-calc-heading,.module__fee-help-tool .module__course-calc .module__course-calc-results .sub-text{font-size:12px}.module__fee-help-tool .module__course-calc .module__course-calc-results .value{font-size:28px;font-weight:600}.module__fee-help-tool .module__course-calc .module__course-calc-results .background--grey-light{background-color:#f5f5f5!important}.module__fee-help-tool .module__course-calc-summary{background-color:#f5f5f5;padding:10px;border-radius:10px;margin-top:10px;margin-bottom:20px}.module__fee-help-tool .module__course-calc-summary .fee-figures{color:#000;font-weight:700}.module__fee-help-tool .module__course-calc-summary ul{padding-left:10px}.module__fee-help-tool .module__course-calc-summary ul li{padding-left:15px}.module__fee-help-tool+.module__content-panel .module__accordion--wrapper{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}.module__fee-help-tool+.module__content-panel .module__accordion--wrapper .module__accordion--title{padding-top:20px;padding-bottom:20px}.module__fee-help-tool+.module__content-panel .module__accordion--wrapper .accordion__toggle{top:15px}.module__fee-help-tool-dynamic .module__course-calc{padding:30px 20px}.module__fee-help-tool-dynamic .module__course-calc .module__course-calc-options{padding-right:40px;flex-direction:column}@media screen and (min-width:741px) and (max-width:980px){.module__fee-help-tool-dynamic .module__course-calc .module__course-calc-options{padding-right:20px}}.module__fee-help-tool-dynamic .module__course-calc .module__course-calc-options .control-group{margin-bottom:20px}.module__fee-help-tool-dynamic .module__course-calc .module__course-calc-results>*{width:200px;height:200px}.module__fee-help-tool-dynamic .module__course-calc .module__course-calc-results>*+*{margin-left:30px}.module__fee-help a[href*=calculate-repayments]{color:#0b7161!important;background-color:#fff!important}.module__fee-help .apply_now{margin-top:25px!important}.module__fee-help .background-charcoal{background-color:#363635;color:#fff;margin:0 auto;padding:2rem 20px}.module__fee-help .background-charcoal .arrow_box_triangle{position:relative;border:1px solid #363635;margin-bottom:1rem}.module__fee-help .background-charcoal .arrow_box_triangle:after,.module__fee-help .background-charcoal .arrow_box_triangle:before{content:"";position:absolute;left:50%;border-width:30px 50px 0;border-style:solid;border-color:#363635 transparent;margin-left:-51px}.module__fee-help .background-charcoal .arrow_box_triangle:after{bottom:-58px;border-color:#363635 transparent;margin-left:-51px}.module__fee-help .background-charcoal label{font-size:1.6rem;margin:25px 0;font-weight:600}.module__fee-help .title-pink{color:#c74298}.module__fee-help input[class*=input-block-level],.module__fee-help select[class*=input-block-level]{background-color:#363635!important;border-bottom:1px solid gray;display:inline-block;padding:0 0 6px!important}.module__fee-help select[class*=input-block-level]{border-width:0!important}@media screen and (min-width:981px){.module__fee-help .input-xxlarge{display:inline-block!important;width:45%}}@media screen and (max-width:980px){.module__fee-help #course_select{margin-right:2rem}}.module__fee-help .control-group{color:#fff;font-family:Open Sans,Arial,sans-serif!important}.module__fee-help .control-group h2{font-size:1.6rem!important}.module__fee-help input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 9999px #363635}.module__fee-help .controls .select2-container{margin-top:0!important;width:100%!important}.module__fee-help .controls .select2-container--default:after{position:absolute;top:50%;margin-top:-20px;right:2px;background-image:url(//discover.deakin.edu.au/rs/209-INQ-367/images/sprite.png);background-repeat:no-repeat;background-position:-240px -30px;display:-moz-inline-stack;display:inline-block;vertical-align:top;content:"";width:30px;height:14px;transform:rotate(-90deg)}.module__fee-help .repayments{background-color:#f5f5f5;padding-top:4rem;padding-bottom:4rem;margin-top:0}@media screen and (max-width:544px){.module__fee-help .repayments .banner-text{font-size:3.6rem!important;font-family:Worldly Regular,Open Sans,Arial,sans-serif!important;color:#363635;text-align:center;line-height:3.6rem!important;font-weight:600}}@media screen and (min-width:545px){.module__fee-help .repayments .banner-text{display:none}}@media screen and (min-width:545px){.module__fee-help .repayments .banner-text-responsive{font-size:3.6rem!important;font-family:Worldly Regular,Open Sans,Arial,sans-serif!important;color:#363635;text-align:center;line-height:3.6rem!important;font-weight:600}}@media screen and (max-width:544px){.module__fee-help .repayments .banner-text-responsive{display:none}}.module__fee-help .circle .circle__inner{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%}.module__fee-help .circle .circle__inner .circle__wrapper{display:table;width:100%;height:100%}.module__fee-help .circle .circle__inner .circle__wrapper .wrapcontent{vertical-align:middle;display:table-cell;font-weight:600!important}.module__fee-help .circle .circle__inner .circle__wrapper .wrapcontent p{font-family:Open Sans,Arial,sans-serif;font-weight:600!important}.module__fee-help .circle .circle__inner .circle__wrapper .wrapcontent p.fee-calc-value{font-size:4.3em}.module__fee-help .circle .circle__inner .circle__wrapper .wrapcontent p.fee-calc-heading{font-size:1.2em}.module__fee-help .blue-circle{position:relative;display:inline-block;margin:1em;background-color:#007d98;color:#fff;text-align:center;border-radius:50%;width:275px;height:275px}@media screen and (min-width:1601px){.module__fee-help .blue-circle{margin:4em 1em}}.module__fee-help .blue-circle:after{display:block;padding-bottom:100%;width:100%;height:0;border-radius:50%;background-color:#007d98;content:""}.module__fee-help .charcoal-circle{position:relative;display:inline-block;margin:1em;background-color:#fff;color:#363635;text-align:center;border-radius:50%;width:275px;height:275px}@media screen and (min-width:1601px){.module__fee-help .charcoal-circle{margin:4em 0}}.module__fee-help .charcoal-circle:after{display:block;padding-bottom:100%;width:100%;height:0;border-radius:50%;background-color:#fff;content:""}.module__fee-help #salary_text{margin-right:45px;vertical-align:top}@media screen and (max-width:980px){.module__fee-help #salary_text{margin-right:0}}.module__fee-help #salary_text #txtCurrentSalary{width:94%}@media screen and (max-width:980px){.module__fee-help #salary_text #txtCurrentSalary{width:97%}}.module__fee-help #frequency_select .select2-container{height:27px}@media screen and (max-width:980px){.module__fee-help #frequency_select{margin-top:2rem}}.module__fee-help .white-block{background-color:#fff;margin:1em auto;position:relative;padding:3rem 20px;border:1px solid #f5f5f5;text-align:-webkit-auto}@media screen and (min-width:1601px){.module__fee-help .white-block{margin:2em 1em;display:inline-block}}.module__fee-help .white-block #course_name,.module__fee-help .white-block li{font-size:14px;font-family:Open Sans,Arial,sans-serif!important}.module__fee-help .white-block #course_name{color:#363635;font-weight:600!important;text-decoration:none;cursor:auto}.module__fee-help .white-block #course_name_module{font-size:2.4rem;font-family:Worldly Bold,Open Sans,Arial,sans-serif!important;color:#ac3382;margin-top:.2rem}.module__fee-help .fee-figures{color:#007d98;font-size:14px;font-family:Open Sans,Semi-Bold!important;font-weight:600;text-decoration:none;cursor:auto}.module__fee-help .triangle{position:relative;border-bottom:1px solid #363635;margin-bottom:8rem}.module__fee-help .triangle:after,.module__fee-help .triangle:before{content:"";position:absolute;left:50%;border-width:30px 50px 0;border-style:solid;border-color:#363635 transparent;margin-left:-51px}.module__fee-help .triangle:after{bottom:-29px;border-color:#f5f5f5 transparent;margin-left:-51px}.module__fee-help .triangle-line{position:relative;border-bottom:1px solid #363635;padding-top:4rem}.module__fee-help .triangle-line:after,.module__fee-help .triangle-line:before{content:"";position:absolute;left:50%;border-width:30px 50px 0;border-style:solid;border-color:#363635 transparent;margin-left:-51px;z-index:1}.module__fee-help .triangle-line:after{bottom:-29px;border-color:#fff transparent;margin-left:-51px}.module__fee-help .select2-search--dropdown .select2-search__field{display:none!important}.module__fee-help .ui-autocomplete{height:250px;overflow-y:scroll;overflow-x:hidden}.module__fee-help .ui-autocomplete li{background-image:none!important;background-size:0!important;padding:4px 3px;background:none}.module__fee-help .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{background:#0b7161!important;color:#fff!important}.module__rpl-select2-options .select2-results__options{max-height:200px}.module__rpl ul li{padding-left:15px;margin-top:5px;margin-bottom:5px;margin-left:15px}.module__rpl .button{margin-top:25px;margin-bottom:15px}.module__rpl{background:#fff}.module__rpl .module__content-panel{margin-top:5rem}.module__rpl .module__content-panel--text--full-width+.module__content-panel--title--full-width h2{padding-top:4rem}.module__rpl ul li{background:none;margin-left:0;padding-left:0}.module__rpl .equation__items{margin-bottom:2rem;width:68%;left:-2rem;position:relative;top:-1rem}@media screen and (max-width:740px){.module__rpl .equation__items--no-description>.equation__items{margin-top:5rem}}.module__rpl .equation__items .equation__description{margin-top:-1.5rem}.module__rpl .table__wrap table{border:none;margin-bottom:4rem}.module__rpl .table__wrap table.general-credit td:nth-child(3),.module__rpl .table__wrap table.general-credit th:nth-child(3),.module__rpl .table__wrap table.specific-credit td:first-child,.module__rpl .table__wrap table.specific-credit th:first-child{max-width:60%;width:100%}.module__rpl .table__wrap .table__individual-units{margin:2rem 0 8rem}.module__rpl .table__wrap .table__individual-units tr td,.module__rpl .table__wrap .table__individual-units tr th{padding:2rem;width:50%}.module__rpl .table__wrap .table__individual-units td:first-child{padding-right:3rem}.module__rpl .table__wrap tr{border:1px solid #e1e1e1;border-left:none;border-right:none}.module__rpl .table__wrap tr td:first-child,.module__rpl .table__wrap tr th:first-child{padding-right:1rem}.module__rpl .module__tabs--notes h2{border-top:none}.module__rpl .module__copy-callout--offset{margin-bottom:0}.cplFormControls button,.cplFormControls button[type=reset],.cplFormControls button[type=submit],.cplFormControls input[type=reset],.cplFormControls input[type=submit]{min-width:25rem!important}.unit-page.module__page-title:first-of-type{margin-top:160px!important;padding-bottom:0}@media screen and (max-width:980px){.unit-page.module__page-title:first-of-type{margin-top:inherit!important}}.unit-page .module__content-panel--wrapper{padding-bottom:0;margin-bottom:40px}.unit-page h1{color:#c74298;width:55%}@media screen and (max-width:980px){.unit-page h1{width:100%}}.unit-page__detail{padding-top:40px}.unit-page .unit-cta{width:280px;float:right;text-align:center;margin:50px auto;padding:0;margin:0;margin-top:15px;position:absolute;top:55px;right:115px;padding-top:5px}@media screen and (max-width:980px){.unit-page .unit-cta{position:inherit!important;width:100%;text-align:left;top:0;left:20px;right:0}}.unit-page .unit-cta__heading{font-family:Worldly Regular,Open Sans,Arial,sans-serif!important;font-size:2.4rem;margin-top:10px;display:inline-block}.unit-page .unit-cta svg{position:absolute;z-index:1;top:-70px;right:0}@media screen and (max-width:980px){.unit-page .unit-cta svg{display:none!important}}.unit-page .unit-cta>*{position:relative;z-index:1}.unit-page .unit-cta p{margin-top:15px}.unit-page .unit-cta p a{margin-top:20px;min-width:100px}.unit-page .unit-page__table{width:45%}@media screen and (max-width:980px){.unit-page .unit-page__table{width:100%;margin-top:0}}.unit-page .unit-page__table table{border:none}.unit-page .unit-page__table table tr{background-color:transparent;border:none}.unit-page .unit-page__table table tr th{vertical-align:top}.unit-page .unit-page__table:after{display:none!important}.module__unit-cta{margin-top:40px;margin-bottom:40px}.module__unit-cta .module__content-panel--wrapper{padding-bottom:0}.module__unit-cta h2{font-size:2.4rem;text-align:center}.module__unit-cta-buttons{padding-top:0;margin-bottom:40px}.module__unit-cta-buttons .unit-cta__left{padding-right:20px}.module__unit-cta-buttons .unit-cta__right{padding-left:20px;margin-top:0}.module__unit-cta-buttons .unit-cta__left,.module__unit-cta-buttons .unit-cta__right{float:left;width:50%}.module__unit-cta-buttons .unit-cta__left .button,.module__unit-cta-buttons .unit-cta__right .button{width:100%;text-align:center;font-family:Worldly Bold,Open Sans,Arial,sans-serif!important}@media screen and (max-width:740px){.module__unit-cta-buttons .unit-cta__left .button,.module__unit-cta-buttons .unit-cta__right .button{padding-top:20px}}.module__unit-cta-buttons .unit-cta__left .subtext,.module__unit-cta-buttons .unit-cta__right .subtext{display:block;font-size:1.3rem;margin-top:5px}.module__marketo-form--modaal h2{margin-top:40px!important}.module__marketo-form--modaal .module__help-banner__cta--container{margin-top:40px;justify-content:flex-start;margin-top:40px!important}.module__marketo-form--modaal .module__help-banner__cta--container .module__help-banner__cta{width:300px;margin-right:10px}.module__marketo-form--modaal .module__help-banner__cta--container .module__help-banner__cta .subtext{text-align:center}.module__accordion-planner .module__accordion--title{background-color:var(--color--grey-light,#f5f5f5);padding-right:0;display:flex;flex-direction:row;align-items:center}.module__accordion-planner .module__accordion--title span{display:inline-block}@media screen and (min-width:1601px){.module__accordion-planner .module__accordion--title span{width:30%;padding-left:24px}}@media screen and (min-width:981px) and (max-width:1600px){.module__accordion-planner .module__accordion--title span{width:30%}}@media screen and (min-width:741px) and (max-width:980px){.module__accordion-planner .module__accordion--title span{width:37.5%}}@media screen and (max-width:740px){.module__accordion-planner .module__accordion--title span{width:25%}}@media screen and (min-width:1601px){.module__accordion-planner .module__accordion--title span:first-child{margin-left:8.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__accordion-planner .module__accordion--title span:first-child{margin-left:10%}}@media screen and (min-width:741px) and (max-width:980px){.module__accordion-planner .module__accordion--title span:first-child{margin-left:8px}}@media screen and (max-width:740px){.module__accordion-planner .module__accordion--title span:first-child{width:50%}}.module__accordion-planner .module__accordion--title span.financial-planner-answer{font-weight:400}@media screen and (min-width:1601px){.module__accordion-planner .module__accordion--title span.financial-planner-answer{margin-left:15px;padding-right:15px;padding-left:36px}}@media screen and (min-width:981px) and (max-width:1600px){.module__accordion-planner .module__accordion--title span.financial-planner-answer{margin-left:30px;padding-right:15px}}@media screen and (min-width:741px) and (max-width:980px){.module__accordion-planner .module__accordion--title span.financial-planner-answer{padding-left:8px;padding-right:8px}}@media screen and (max-width:740px){.module__accordion-planner .module__accordion--title span.financial-planner-answer{padding-left:8px;padding-right:8px}}.module__accordion-planner .module__accordion--title span.financial-planner-edit{display:inline-block;padding-right:0}@media screen and (min-width:1601px){.module__accordion-planner .module__accordion--title span.financial-planner-edit{width:22%;margin-right:10%}}@media screen and (min-width:981px) and (max-width:1600px){.module__accordion-planner .module__accordion--title span.financial-planner-edit{width:20%;margin-right:10%}}@media screen and (min-width:741px) and (max-width:980px){.module__accordion-planner .module__accordion--title span.financial-planner-edit{width:25%;margin-right:8px;padding-right:8px;padding-left:8px}}.module__accordion-planner .module__accordion--title span.financial-planner-edit a{width:100%;min-width:100%;padding:10px 15px}.module__accordion-planner .module__accordion--content{padding-top:30px}@media screen and (min-width:1601px){.module__accordion-planner .module__accordion--content{margin-left:10%;width:80%;padding-left:8px}}@media screen and (min-width:981px) and (max-width:1600px){.module__accordion-planner .module__accordion--content{margin-left:10%;width:80%}}@media screen and (min-width:741px) and (max-width:980px){.module__accordion-planner .module__accordion--content{width:100%;padding-left:8px;padding-right:8px}}.module__accordion-planner .module__accordion--content label{display:inline-block!important}.module__accordion-planner .accordion__toggle{display:none!important}.module__accordion-planner .optionSelected .label-subtext{color:#0b7161}.module__accordion-planner .one-col{clear:left;float:left;padding-bottom:30px}.module__accordion-planner .one-col .floating-list{width:66.66666667%;margin-left:15px;padding:0}.module__accordion-planner .one-col .floating-list li{width:50%;float:left;margin-top:0;padding-right:30px}.module__accordion-planner .two-col__image{clear:left;display:flex;flex-direction:row;margin-bottom:30px}@media screen and (max-width:740px){.module__accordion-planner .two-col__image{flex-direction:column}.module__accordion-planner .two-col__image>div{width:100%!important}}.module__accordion-planner .two-col__image--left{width:37.5%;padding-right:15px}@media screen and (max-width:740px){.module__accordion-planner .two-col__image--left{padding-right:0}}.module__accordion-planner .two-col__image--left img{width:100%}.module__accordion-planner .two-col__image--right{padding-left:15px;width:62.5%}@media screen and (max-width:740px){.module__accordion-planner .two-col__image--right{padding-left:0}}.module__accordion-planner .two-col{clear:left;display:flex;flex-direction:row}.module__accordion-planner .two-col>div{width:50%}.module__accordion-planner .two-col>div:nth-child(2){padding-left:15px}.module__accordion-planner .two-col>div label{width:auto}.module__accordion-planner .three-col{clear:left;display:flex;flex-direction:row}.module__accordion-planner .three-col>div{width:33.33333333%}.module__accordion-planner .three-col>div label{width:auto}.module__accordion-planner .vertical-col{clear:left;display:flex;flex-direction:column}.module__accordion-planner .vertical-col>div{width:100%}.module__accordion-planner .vertical-col>div ul{margin-bottom:10px}.module__accordion-planner .vertical-col>div label{width:auto}.module__accordion-planner .label-subtext{display:block;padding-top:15px}.module__financial-planner-intro .module__content-panel--no-title{padding-bottom:0}.module__financial-planner{background-color:#fff}.module__financial-planner-header{display:flex;flex-direction:row;justify-content:center;align-items:center}.module__financial-planner-header h2{flex-grow:1;margin:0}.module__financial-planner .module__content-panel--text{width:100%;margin-left:0;padding-bottom:0}@media screen and (min-width:1601px){.module__financial-planner .module__content-panel--text{width:83.33333333%;margin-left:8.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__financial-planner .module__content-panel--text{width:100%!important;margin-left:0!important}}@media screen and (min-width:741px) and (max-width:980px){.module__financial-planner .module__content-panel--text{padding-left:0;padding-right:0}}.module__financial-planner .financial-planner-answer{color:#000}.module__financial-planner .next-step{float:right}@media screen and (min-width:1601px){.module__financial-planner .next-step{width:24%}}@media screen and (min-width:981px) and (max-width:1600px){.module__financial-planner .next-step{width:24%}}@media screen and (min-width:741px) and (max-width:980px){.module__financial-planner .next-step{width:25%}}.module__financial-planner .next-step a{padding:10px 15px;min-width:100%}.module__financial-planner .next-step a.disabled{background-color:#8a8a8a}.module__financial-planner .next-step a.disabled:hover{cursor:default}.module__financial-planner.squiz--form .sq-form-question{margin-bottom:0}.module__financial-planner.squiz--form .sq-form-question-tickbox-list ul{display:block}.module__financial-planner.squiz--form .sq-form-question-tickbox-list ul li{margin-top:15px!important;margin-bottom:15px!important}.module__financial-planner.squiz--form .sq-form-question-tickbox-list ul li ul{padding-left:30px;padding-bottom:10px}.module__financial-planner.squiz--form .sq-form-question-tickbox-list ul li ul li{padding-left:15px;list-style-type:none;background:url(https://www.deakin.edu.au/__data/assets/image/0011/767729/icon_bullet-point.png?v=0.1.1) no-repeat 0 10px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__financial-planner.squiz--form .sq-form-question-tickbox-list ul li ul li{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/767733/icon_bullet-point@2x.png?v=0.1.1);background-size:5px auto}}.module__financial-planner.squiz--form .sq-form-question .sq-form-question-answer ul li{margin:0;width:100%;padding-right:20px}.module__financial-planner .next-question-placeholder{padding-top:40px;padding-bottom:40px;background-color:var(--color--grey-light,#f5f5f5)}.module__financial-planner .next-question-placeholder p{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px;color:#ccc}.wf-opensans-n4-active .module__financial-planner .next-question-placeholder p{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:1601px){.module__financial-planner .next-question-placeholder p{margin-left:10%}}@media screen and (min-width:981px) and (max-width:1600px){.module__financial-planner .next-question-placeholder p{margin-left:10%}}.financial__planner-reset{padding:10px 15px}@media screen and (min-width:1601px){.financial__planner-reset{width:24%;min-width:24%}}@media screen and (min-width:981px) and (max-width:1600px){.financial__planner-reset{width:24%;min-width:24%}}@media screen and (min-width:741px) and (max-width:980px){.financial__planner-reset{width:25%;min-width:25%}}.financial__planner-result{padding-top:0!important}.financial__planner-result .grid{padding-top:0!important;margin-top:0!important}.financial__planner-result .module__banner-key-info__container{width:90%}.module__financial-planner-result .list__styled li{padding-left:100px}.module__financial-planner-result .list__styled li:before{background-color:var(--color--grey-med-light,#e1e1e1);font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.95em;width:85px;height:85px;line-height:3.2em}.wf-worldlybold-n4-active .module__financial-planner-result .list__styled li:before{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (min-width:741px) and (max-width:980px){.module__financial-planner-result .list__styled li:before{width:75px;height:75px;line-height:2.9em}}.module__financial-planner-result .list__styled li ul{margin-left:30px}.module__financial-planner-result .list__styled li ul li{padding-left:15px}.module__banner--vc-welcome{background-color:#f5f5f5;height:276px;padding-top:0!important;margin-top:40px;margin-bottom:40px}.module__banner--vc-welcome--10-col h2{font-family:Arial,sans-serif;font-weight:300;font-style:normal;font-size:3.2rem;line-height:4rem}.wf-opensans-n4-active .module__banner--vc-welcome--10-col h2{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--vc-welcome--10-col .cell--5-col{width:60%}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--vc-welcome--10-col .module__banner-shape-element.cell{margin-left:70%}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--vc-welcome .module__banner-key-info__container{padding-top:25px}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--vc-welcome .module__banner-key-info__container{padding-top:25px}}.module__banner--vc-welcome img{float:left;margin-top:25px;border-radius:50%;position:relative;left:90px;display:block;z-index:100}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--vc-welcome img{left:45px}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--vc-welcome img{left:60px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--vc-welcome img{left:15px}}@media screen and (max-width:740px){.module__banner--vc-welcome img{display:none}}.module__banner--vc-welcome .module__banner-shape-element.cell{background-color:#f5f5f5;height:276px;left:70px}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--vc-welcome .module__banner-shape-element.cell{left:35px}}@media screen and (min-width:741px) and (max-width:980px){.module__banner--vc-welcome .module__banner-shape-element.cell{left:25px}}.module__banner--vc-welcome .module__banner-shape-element.cell svg{border-left:1px solid #f5f5f5}.module__banner--vc-welcome .module__banner-shape-element.cell svg path{fill:#f5f5f5}.module__banner--vc-welcome.edit-vc .module__content-panel--wrapper{width:50%!important}.module__banner--vc-welcome.edit-vc .vc--content{width:60%;margin-top:40px}.module__banner--vc-welcome.edit-vc .vc--image{height:230px;width:230px;float:right;border-radius:50%;background-position:50%}.module__banner--vc-welcome-tall{margin-bottom:0;height:290px}.module__banner--vc-welcome-tall .module__banner-shape-element.cell{height:290px}.module__banner--vc-welcome-tall .module__banner-key-info__container{padding-top:35px}.module__banner--vc-welcome-tall img{margin-top:29px;z-index:10}@media screen and (min-width:1201px) and (max-width:1600px){.module__banner--vc-welcome-tall img{left:37px}}.module__content-panel--leadcap-points .leadcap-content{display:flex;flex-direction:row}.module__content-panel--leadcap-points .leadcap-content .module__content-panel--wrapper{padding-bottom:40px}@media screen and (max-width:740px){.module__content-panel--leadcap-points .leadcap-content{flex-direction:column-reverse}}.module__content-panel--leadcap-points .leadcap-content>div{width:50%}@media screen and (max-width:740px){.module__content-panel--leadcap-points .leadcap-content>div{width:100%}}.module__content-panel--leadcap-points .leadcap-content .marketo--form{background-color:transparent!important;padding-right:16px;padding-top:25px}@media screen and (max-width:740px){.module__content-panel--leadcap-points .leadcap-content .marketo--form{padding-right:0}}.module__content-panel--leadcap-points .leadcap-content .marketo--form button{width:100%}.module__content-panel--leadcap-points .leadcap-content .marketo--form .flexContainer .inputContainer label.error,.module__content-panel--leadcap-points .leadcap-content .marketo--form .flexContainer .inputContainer label.error-custom{top:0!important;position:relative}.module__content-panel--leadcap-points .leadcap-content .marketo--form .flexContainer--conditional{display:none}.module__content-panel--leadcap-points .leadcap-content .marketo--form .select--wrapper label.select-label{position:relative}.module__content-panel--leadcap-points .leadcap-content .marketo--form .select--wrapper .select2-selection__rendered{padding-top:10px}.module__content-panel--leadcap-points .leadcap-content .marketo--form .select--wrapper .select2-container{width:100%!important}.module__content-panel--leadcap-points .leadcap-content .proofpoint-content-wrapper{background-color:#f5f5f5}.module__content-panel--leadcap-points .leadcap-content .proofpoint-content .module__proof-point--list{display:flex;flex-direction:column;height:auto!important;padding-bottom:25px}.module__content-panel--leadcap-points .leadcap-content .proofpoint-content .module__proof-point--list .module__proof-point--list-item{display:flex;flex-direction:row;width:100%;min-height:80px;justify-content:center;padding:25px 20px 5px}.module__content-panel--leadcap-points .leadcap-content .proofpoint-content .module__proof-point--list .module__proof-point--list-item .module__proof-point{display:flex;align-items:center}@media screen and (max-width:740px){.module__content-panel--leadcap-points .leadcap-content .proofpoint-content .module__proof-point--list .module__proof-point--list-item{padding-left:8px;padding-right:8px}}.module__content-panel--leadcap-points .leadcap-content .proofpoint-content .module__proof-point--list .module__proof-point--list-item p{font-size:1.5rem!important}.module__content-panel--leadcap-points .leadcap-content .proofpoint-content .module__proof-point--list .module__proof-point--list-item .icon{height:auto}.module__two-column-slash{background-color:var(--color--grey-light,#f5f5f5);padding-top:40px;padding-bottom:40px}@media screen and (max-width:740px){.module__two-column-slash{padding-top:0}}.module__two-column-slash-wrapper-outer{display:flex;flex-direction:row}@media screen and (max-width:740px){.module__two-column-slash-wrapper-outer{flex-direction:column}}.module__two-column-slash-wrapper-inner{padding-left:15px;padding-right:15px;display:flex;flex-direction:column}@media screen and (min-width:1601px){.module__two-column-slash-wrapper-inner{width:50%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__two-column-slash-wrapper-inner{width:50%}}@media screen and (min-width:981px) and (max-width:1200px){.module__two-column-slash-wrapper-inner{width:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__two-column-slash-wrapper-inner{width:50%;padding-left:8px;padding-right:8px}}@media screen and (max-width:740px){.module__two-column-slash-wrapper-inner{width:100%}}.module__two-column-slash-wrapper-inner-image{height:350px;position:relative}@media screen and (max-width:740px){.module__two-column-slash-wrapper-inner-image{display:none}}.module__two-column-slash-wrapper-inner-image--content{height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.module__two-column-slash-wrapper-inner-image-triangle{position:relative;padding-left:100%;width:0;height:100%}.module__two-column-slash-wrapper-inner-image-triangle:before{display:block;position:absolute;top:0;left:0;width:0;height:0;border-style:solid;border-color:#fff transparent transparent;content:"";border-width:70px 340px 0 0}@media screen and (min-width:1601px){.module__two-column-slash-wrapper-inner-image-triangle:before{border-width:120px 563px 0 0}}@media screen and (min-width:1201px) and (max-width:1600px){.module__two-column-slash-wrapper-inner-image-triangle:before{border-width:100px 481px 0 0}}@media screen and (min-width:981px) and (max-width:1200px){.module__two-column-slash-wrapper-inner-image-triangle:before{border-width:80px 380px 0 0}}.module__two-column-slash-left{flex-direction:column-reverse}@media screen and (min-width:1601px){.module__two-column-slash-left{margin-left:8.33333333%}}.module__two-column-slash-left .module__two-column-slash-content{padding-top:45px;padding-bottom:25px}@media screen and (min-width:1601px){.module__two-column-slash-right{margin-right:8.33333333%}}.module__two-column-slash-right .module__two-column-slash-wrapper-inner-image-triangle:before{transform:rotateX(180deg);bottom:0;top:auto}.module__two-column-slash-right .module__two-column-slash-content{padding-bottom:30px}@media screen and (max-width:740px){.module__two-column-slash-right .module__two-column-slash-content{padding-top:45px}}.module__two-column-slash-content{padding-left:15px;padding-right:15px;background:#fff;flex:1}@media screen and (max-width:740px){.module__two-column-slash-content{padding-left:0;padding-right:0;background:transparent;padding-bottom:0!important}}.module .module__two-column-slash-wrapper-inner{width:100%}.module .module__two-column-slash-left{margin-left:0}.module__image-text-half{position:relative}.module__image-text-half:after,.module__image-text-half:before{content:" ";display:table}.module__image-text-half:after{clear:both}.module__content-panel-10-col .module__image-text-half{margin-left:-8px;margin-right:-8px;display:flex;padding:50px 0}@media screen and (min-width:981px){.module__content-panel-10-col .module__image-text-half{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__content-panel-10-col .module__image-text-half{padding:0 0 60px}}.module__content-panel-10-col .module__image-text-half--left-layout .module__image-text-half--content-wrapper{order:1}.module__content-panel-10-col .module__image-text-half--left-layout .module__image-text-half--image{margin-left:0}.module__content-panel-10-col .module__image-text-half--content-wrapper,.module__content-panel-10-col .module__image-text-half--image-wrapper{padding-left:8px;padding-right:8px;flex:1}@media screen and (min-width:981px){.module__content-panel-10-col .module__image-text-half--content-wrapper,.module__content-panel-10-col .module__image-text-half--image-wrapper{padding-left:15px;padding-right:15px}}.module__content-panel-10-col .module__image-text-half-text--text{padding:0}.module__content-panel-10-col .module__image-text-half-text--text h3{margin-bottom:0}@media screen and (max-width:740px){.module__content-panel-10-col .module__image-text-half-text--text h3{margin-top:0}}@media screen and (max-width:740px){.module__content-panel-10-col .module__image-text-half--image-wrapper{display:none}}.module__content-panel-10-col .module__image-text-half--image{position:relative;margin-right:0;height:235px;width:100%}@media screen and (min-width:1201px){.module__content-panel-10-col .module__image-text-half--image{right:0}}.module__image-text-half.edit-interface-right .module__image-text-half--image-wrapper{right:15px;left:0}.module__image-text-half.edit-interface-right .module__image-text-half--image-wrapper .module__image-text-half--image{margin-right:0}@media screen and (max-width:740px){.module__image-text-half--right-layout{display:flex;flex-direction:column}}@media screen and (min-width:1601px){.module__image-text-half{max-height:400px}}@media screen and (min-width:1601px){.module__image-text-half.half-merge{max-height:500px}}.module__image-text-half.half-merge .module__image-text-half-merge{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:1201px) and (max-width:1600px){.module__image-text-half{padding-left:30px;padding-right:30px}}@media screen and (max-width:740px){.module__image-text-half{padding-top:30px;padding-bottom:30px}}.module__image-text-half+.module__content-panel--no-divider{padding-top:0}.module__image-text-half-text--content{height:100%}@media screen and (max-width:740px){.module__image-text-half-text--content{height:auto}}.module__image-text-half-text--text{padding-left:15px;padding-right:15px;display:flex;flex-direction:column;justify-content:center;height:100%}@media screen and (max-width:740px){.module__image-text-half-text--text{height:auto;padding-top:30px;padding-left:0;padding-right:0}}.module__image-text-half-text--text h2{margin-bottom:0}.module__image-text-half-text--text-wrapper{height:100%}@media screen and (max-width:740px){.module__image-text-half-text--text-wrapper{height:auto}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text-half-text--text{padding-top:0}}.module__image-text-half-text--text input{width:100%!important}.module__image-text-half--image-wrapper{margin:0 auto;width:100%;z-index:0;position:relative;padding-right:15px;padding-left:15px}@media screen and (min-width:1601px){.module__image-text-half--image-wrapper{max-width:1421px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__image-text-half--image-wrapper{max-width:1021px}}@media screen and (min-width:981px) and (max-width:1200px){.module__image-text-half--image-wrapper{max-width:821px}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text-half--image-wrapper{max-width:709px}}@media screen and (max-width:740px){.module__image-text-half--image-wrapper{max-width:513px}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text-half--image-wrapper{padding-right:8px;padding-left:8px}}@media screen and (min-width:1201px){.module__image-text-half--image-wrapper:after,.module__image-text-half--image-wrapper:before{content:" ";display:table}.module__image-text-half--image-wrapper:after{clear:both}}.module__image-text-half--image{position:absolute;height:275px;background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden}@media screen and (min-width:1601px){.module__image-text-half--image{width:414.45833px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__image-text-half--image{width:35%}}@media screen and (min-width:981px) and (max-width:1200px){.module__image-text-half--image{width:35%}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text-half--image{width:50%}}@media screen and (max-width:740px){.module__image-text-half--image{position:relative;height:260px;width:100%}}@media screen and (max-width:544px){.module__image-text-half--image{height:260px;width:calc(100% - 16px)}}.module__image-text-half--image:before{content:"";display:block;padding-top:50%}@media screen and (min-width:1201px) and (max-width:1600px){.module .module__image-text-half--image{width:400px}}@media screen and (min-width:981px) and (max-width:1200px){.module .module__image-text-half--image{width:340px}}.module__image-text-half-text--content-no-image .module__image-text-half-text--text{padding-top:0}.module__image-text-half-text--content-no-image .module__image-text-half-text--text-person,.module__image-text-half-text--content-no-image .module__image-text-half-text--text-studied{width:50%}@media screen and (max-width:740px){.module__image-text-half-text--content-no-image .module__image-text-half-text--text-person,.module__image-text-half-text--content-no-image .module__image-text-half-text--text-studied{width:100%}}@media screen and (min-width:741px){.module__image-text-half--content{display:table-cell;vertical-align:middle}}.module__image-text-half--content-wrapper.cell{background-color:transparent;height:280px}.module__image-text-half--content-wrapper.cell.module__image-text-half-merge{height:auto;min-height:280px}@media screen and (max-width:740px){.module__image-text-half--content-wrapper.cell.module__image-text-half-merge{min-height:inherit}}@media screen and (min-width:1601px){.module__image-text-half--content-wrapper.cell{display:table;vertical-align:middle}}@media screen and (max-width:740px){.module__image-text-half--content-wrapper.cell{display:block;width:100%;margin:0 auto;min-height:auto;height:auto}}.module__image-text-half--left-layout .module__image-text-half--image-wrapper .module__image-text-half--image{border-radius:0 200px 200px 0}@media screen and (min-width:1601px){.module__image-text-half--left-layout .module__image-text-half--image-wrapper .module__image-text-half--image{margin-left:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__image-text-half--left-layout .module__image-text-half--image-wrapper .module__image-text-half--image{margin-left:10%}}@media screen and (max-width:740px){.module__image-text-half--left-layout .module__image-text-half--image-wrapper .module__image-text-half--image{border-radius:0 120px 120px 0}}.module__image-text-half--full-width.module__image-text-half--left-layout .module__image-text-half--image{margin-left:0}@media screen and (min-width:1601px){.module__image-text-half--full-width.module__image-text-half--left-layout .module__image-text-half--image{margin-left:8.33333333%}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text-half--full-width.module__image-text-half--left-layout .module__image-text-half--content-wrapper{width:50%}}.module__image-text-half--full-width.module__image-text-half--right-layout .module__image-text-half--image{margin-right:0}@media screen and (min-width:1601px){.module__image-text-half--full-width.module__image-text-half--right-layout .module__image-text-half--image{margin-right:8.33333333%}}@media screen and (min-width:981px) and (max-width:1200px){.module__image-text-half--full-width.module__image-text-half--right-layout .module__image-text-half--image{margin-right:15px}}@media screen and (min-width:741px) and (max-width:980px){.module__image-text-half--full-width.module__image-text-half--right-layout .module__image-text-half--content-wrapper{width:50%}}.module__image-text-half--right-layout .module__image-text-half--image-wrapper .module__image-text-half--image{right:0;border-radius:0 200px 200px 0}@media screen and (min-width:1201px){.module__image-text-half--right-layout .module__image-text-half--image-wrapper .module__image-text-half--image{right:15px}}@media screen and (min-width:1601px){.module__image-text-half--right-layout .module__image-text-half--image-wrapper .module__image-text-half--image{margin-right:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module__image-text-half--right-layout .module__image-text-half--image-wrapper .module__image-text-half--image{margin-right:10%}}@media screen and (max-width:740px){.module__image-text-half--right-layout .module__image-text-half--image-wrapper .module__image-text-half--image{float:inherit;border-radius:0 120px 120px 0}}.module__cop-content{background-color:#363635}.module__cop-content.background--blue .module__cop-content-content,.module__cop-content.background--charcoal .module__cop-content-content,.module__cop-content.background--primary .module__cop-content-content,.module__cop-content.background--secondary .module__cop-content-content{color:#fff!important}.module__cop-content.background--orange .module__cop-content-content,.module__cop-content.background--yellow .module__cop-content-content{color:#363635!important}.module__cop-content-content{color:#fff;display:table-cell;veritcal-align:middle;padding:85px 0}@media screen and (max-width:740px){.module__cop-content-content{padding-bottom:0}}.module__cop-content-cta>*{width:100%}@media screen and (min-width:741px){.module__cop-content-cta>*{width:75%}}.module__cop-content-cta.single-button-cta{position:absolute;left:50%;top:50%;transform:translateY(-50%);display:inline-flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:3rem}@media screen and (max-width:740px){.module__cop-content-cta.single-button-cta{position:relative;top:0;left:0;transform:unset;padding-top:40px!important;padding-bottom:40px!important}}@media screen and (max-width:740px){.module__cop-content-cta{text-align:center;padding-top:40px!important;padding-bottom:85px}}.module__single-event{background-color:var(--color--grey-light,#f5f5f5)}@media screen and (max-width:740px){.module__single-event{margin-top:30px}}.module__single-event--wrapper{position:relative}.module__single-event--wrapper:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);display:block;height:100%;width:100vw;background-color:#f5f5f5}.module__content-panel-10-col .module__single-event{position:relative;margin-top:20px}.module__content-panel-10-col .module__single-event:after,.module__content-panel-10-col .module__single-event:before{content:" ";display:table}.module__content-panel-10-col .module__single-event:after{clear:both}@media screen and (max-width:740px){.module__content-panel-10-col .module__single-event{margin-top:55px}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-panel-10-col .module__single-event .cell--7-col{width:90%}}.module__single-event-date{background-color:#007d98;color:#fff;padding:20px 13px 0;text-align:center;width:80px}@media screen and (max-width:740px){.module__single-event-date{margin-left:-16px;padding:10px 16px;display:flex;flex-direction:row;width:100%;height:60px;margin-top:-30px;align-items:center;border-radius:0 30px 30px 0}}.module__single-event-date .icon{font-size:4rem}.module__single-event-date span{display:block}@media screen and (max-width:740px){.module__single-event-date span{padding:5px 0 0}}.module__single-event-date--month{font-size:2.4rem;text-transform:uppercase;font-family:Arial,sans-serif;padding:10px 0}.wf-worldlyregular-n4-active .module__single-event-date--month{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__single-event-date--month{padding-left:20px!important}}.module__single-event-date--day{font-size:3.6rem;font-family:Arial,sans-serif;padding-bottom:10px}.wf-worldlylight-n4-active .module__single-event-date--day{font-family:Worldly Light,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__single-event-date--day{font-size:2.4rem;font-family:Arial,sans-serif;padding-left:5px!important}.wf-worldlyregular-n4-active .module__single-event-date--day{font-family:Worldly Regular,Open Sans,Arial,sans-serif}}.module__single-event-content{padding:50px 0}@media screen and (min-width:981px) and (max-width:1200px){.module__single-event-content{padding-left:15px}}@media screen and (max-width:740px){.module__single-event-content{padding-top:30px}}.module__single-event svg{fill:#007d98}@media screen and (max-width:740px){.module__single-event svg.module__single-event-vertical-circle{display:none}}@media screen and (max-width:740px){.module__single-event-mobile-horizontal{width:75%!important;display:flex;flex-direction:row}}.module__copy-callout{padding:5.5rem 0}.module__copy-callout--cta{margin:2rem 0 0}.module__copy-callout--cta>*{display:block;margin-block-start:2rem}@supports not(margin-block-start:2rem){.module__copy-callout--cta>*{margin-top:2rem}}.module__copy-callout.no-margin--bottom{margin-bottom:0}.module__copy-callout.no-margin--bottom+.module__content-panel{margin-top:0!important}.module__copy-callout.half-margin--bottom{margin-bottom:40px}.module__copy-callout.half-margin--bottom+.module__content-panel{margin-top:40px!important}.module__content-panel-10-col .module__copy-callout{padding:30px 0}.background--blue .module__content-panel-10-col .module__copy-callout{color:#fff}.module__content-panel-10-col .module__copy-callout .row{display:flex;align-items:center}@media screen and (max-width:740px){.module__content-panel-10-col .module__copy-callout .row{flex-direction:column}}@media screen and (max-width:740px){.module__content-panel-10-col .module__copy-callout .row>*{width:100%}}@media screen and (max-width:740px){.module__content-panel-10-col .module__copy-callout .row>*+*{margin-top:15px}}.module__content-panel-10-col .module__copy-callout .text--course-bold+*{margin-top:5px}.module__copy-callout .grid{display:flex;align-items:center}@media screen and (max-width:740px){.module__copy-callout .grid{flex-direction:column}}.module__copy-callout h2{margin-bottom:0}@media screen and (max-width:740px){.module__copy-callout h2{margin-bottom:25px}}.module__copy-callout--content-ctas{display:flex;flex-direction:column}@media screen and (max-width:740px){.module__copy-callout--content-ctas{margin-top:40px}}.module__copy-callout--content-ctas p{display:flex;justify-content:center}@media screen and (max-width:740px){.module__copy-callout--content-ctas p{justify-content:left}}@media screen and (max-width:740px){.module__copy-callout--content-ctas p a.button{width:100%}}.module__copy-callout.background--blue,.module__copy-callout.background--charcoal,.module__copy-callout.background--primary,.module__copy-callout.background--secondary{color:#fff}.module__copy-callout.background--orange,.module__copy-callout.background--yellow{color:#363635}.module__copy-callout--pink{background-color:#c74298}.module__copy-callout--pink .ct-cta-button__items,.module__copy-callout--pink .module__copy-callout--content p,.module__copy-callout--pink .module__copy-callout--heading p,.module__copy-callout--pink h2,.module__copy-callout--pink h3{color:#fff}.module__copy-callout--pink.module__copy-callout--clear .add_cta_button,.module__copy-callout--pink.module__copy-callout--clear p,.module__copy-callout--pink.module__copy-callout--light .add_cta_button,.module__copy-callout--pink.module__copy-callout--light p{color:#363635}.module__copy-callout--pink-inverted{background-color:#363635}.module__copy-callout--pink-inverted h2,.module__copy-callout--pink-inverted h3{color:#ff66b7}.module__copy-callout--pink-inverted .ct-cta-button__items,.module__copy-callout--pink-inverted .module__copy-callout--content p,.module__copy-callout--pink-inverted .module__copy-callout--heading p{color:#fff}.module__copy-callout--orange{background-color:#ff9300}.module__copy-callout--orange .module__copy-callout--content p,.module__copy-callout--orange h2,.module__copy-callout--orange h3{color:#363635}.module__copy-callout--orange-inverted{background-color:#363635}.module__copy-callout--orange-inverted h2,.module__copy-callout--orange-inverted h3{color:#ff8d00}.module__copy-callout--orange-inverted .module__copy-callout--content p,.module__copy-callout--orange-inverted .module__copy-callout--heading p{color:#fff}.module__copy-callout--orange-inverted .arrow_link--orange,.module__copy-callout--orange-inverted .arrow_link--orange:hover{color:#ff8d00!important}.module__copy-callout--orange-inverted .ct-cta-button__items{color:#fff}.module__copy-callout--yellow{background-color:#ffd923}.module__copy-callout--yellow .module__copy-callout--content p,.module__copy-callout--yellow h2,.module__copy-callout--yellow h3{color:#363635}.module__copy-callout--yellow-inverted{background-color:#363635}.module__copy-callout--yellow-inverted h2,.module__copy-callout--yellow-inverted h3{color:#ffd900}.module__copy-callout--yellow-inverted .ct-cta-button__items,.module__copy-callout--yellow-inverted .module__copy-callout--content p,.module__copy-callout--yellow-inverted .module__copy-callout--heading p{color:#fff}.module__copy-callout--teal{background-color:#007d98}.module__copy-callout--teal .module__copy-callout--content .ct-cta-button__items,.module__copy-callout--teal .module__copy-callout--content .ct-cta-button__items p,.module__copy-callout--teal .module__copy-callout--content p,.module__copy-callout--teal .module__copy-callout--heading .ct-cta-button__items,.module__copy-callout--teal .module__copy-callout--heading .ct-cta-button__items p,.module__copy-callout--teal .module__copy-callout--heading p,.module__copy-callout--teal h2,.module__copy-callout--teal h3{color:#fff}.module__copy-callout--teal-inverted{background-color:#363635}.module__copy-callout--teal-inverted h2,.module__copy-callout--teal-inverted h3{color:#23b0cf}.module__copy-callout--teal-inverted .ct-cta-button__items,.module__copy-callout--teal-inverted .module__copy-callout--content p,.module__copy-callout--teal-inverted .module__copy-callout--heading p{color:#fff}.module__copy-callout--lt-turquoise{background-color:#58bcaf}.module__copy-callout--lt-turquoise .module__copy-callout--content p,.module__copy-callout--lt-turquoise h2,.module__copy-callout--lt-turquoise h3{color:#363635}.module__copy-callout--lt-turquoise-inverted{background-color:#363635}.module__copy-callout--lt-turquoise-inverted h2,.module__copy-callout--lt-turquoise-inverted h3{color:#65d8ca}.module__copy-callout--lt-turquoise-inverted .ct-cta-button__items,.module__copy-callout--lt-turquoise-inverted .module__copy-callout--content p,.module__copy-callout--lt-turquoise-inverted .module__copy-callout--heading p{color:#fff}.module__copy-callout--grey{background-color:#e1e1e1}.module__copy-callout--slim-15{padding:1.5rem}.module__copy-callout--double-circle.no-margin--bottom,.module__copy-callout--offset.no-margin--bottom{margin-bottom:0}.module__copy-callout--double-circle.no-margin--bottom+.module__content-panel,.module__copy-callout--offset.no-margin--bottom+.module__content-panel{margin-top:0!important}.module__copy-callout--double-circle.half-margin--bottom,.module__copy-callout--offset.half-margin--bottom{margin-bottom:40px}.module__copy-callout--double-circle.half-margin--bottom+.module__content-panel,.module__copy-callout--offset.half-margin--bottom+.module__content-panel{margin-top:40px!important}.module__copy-callout--double-circle .module__pill-leading,.module__copy-callout--offset .module__pill-leading{height:200px;border-radius:0 100px 100px 0}.module__copy-callout--double-circle .module__pill-leading:before,.module__copy-callout--offset .module__pill-leading:before{width:35vw}.module__copy-callout--double-circle .module__pill-leading--heading,.module__copy-callout--offset .module__pill-leading--heading{width:37%!important}.module__copy-callout--double-circle .module__pill-leading--heading h2:first-of-type,.module__copy-callout--double-circle .module__pill-leading--heading h2:only-of-type,.module__copy-callout--double-circle .module__pill-leading--heading h3:first-of-type,.module__copy-callout--double-circle .module__pill-leading--heading h3:only-of-type,.module__copy-callout--double-circle .module__pill-leading--heading h4:first-of-type,.module__copy-callout--double-circle .module__pill-leading--heading h4:only-of-type,.module__copy-callout--offset .module__pill-leading--heading h2:first-of-type,.module__copy-callout--offset .module__pill-leading--heading h2:only-of-type,.module__copy-callout--offset .module__pill-leading--heading h3:first-of-type,.module__copy-callout--offset .module__pill-leading--heading h3:only-of-type,.module__copy-callout--offset .module__pill-leading--heading h4:first-of-type,.module__copy-callout--offset .module__pill-leading--heading h4:only-of-type{margin-bottom:0}@media screen and (min-width:981px) and (max-width:1200px){.module__copy-callout--double-circle .module__pill-leading--heading,.module__copy-callout--offset .module__pill-leading--heading{width:40%;padding-left:80px}}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--heading,.module__copy-callout--offset .module__pill-leading--heading{width:75%!important}}.module__copy-callout--double-circle .module__pill-leading--heading .module__pill-leading,.module__copy-callout--offset .module__pill-leading--heading .module__pill-leading{padding-right:80px}@media screen and (min-width:741px) and (max-width:980px){.module__copy-callout--double-circle .module__pill-leading--heading .module__pill-leading,.module__copy-callout--offset .module__pill-leading--heading .module__pill-leading{padding-right:70px}}.module__copy-callout--double-circle .module__pill-leading--content,.module__copy-callout--offset .module__pill-leading--content{width:62%!important}@media screen and (min-width:981px) and (max-width:1200px){.module__copy-callout--double-circle .module__pill-leading--content,.module__copy-callout--offset .module__pill-leading--content{width:50%!important;margin-left:3%}}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--content,.module__copy-callout--offset .module__pill-leading--content{width:100%!important}}.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content,.module__copy-callout--offset .module__pill-leading--content .module__pill-content{padding:40px 0;height:200px;display:flex;flex-direction:column;justify-content:center}.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns{flex-direction:row;display:flex}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns{flex-direction:column}}.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns .module__content-panel--col,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns .module__content-panel--col{width:50%}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns .module__content-panel--col,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns .module__content-panel--col{width:100%}}.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-left,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-left{padding-right:15px}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-left,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-left{padding:0}}.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-right,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-right{padding-left:15px}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-right,.module__copy-callout--offset .module__pill-leading--content .module__pill-content--columns .module__content-panel--col.module__content-panel--col-right{padding:20px 0 0}}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-leading--content .module__pill-content a.button,.module__copy-callout--offset .module__pill-leading--content .module__pill-content a.button{width:100%}}.module__copy-callout--double-circle .ct-cta-button__items,.module__copy-callout--double-circle .ct-cta-button__items p,.module__copy-callout--double-circle.module__copy-callout--pink .viper-editable p,.module__copy-callout--double-circle .viper-editable,.module__copy-callout--double-circle .viper-editable p,.module__copy-callout--offset .ct-cta-button__items,.module__copy-callout--offset .ct-cta-button__items p,.module__copy-callout--offset.module__copy-callout--pink .viper-editable p,.module__copy-callout--offset .viper-editable,.module__copy-callout--offset .viper-editable p{color:#363635}.module__copy-callout--offset{background-color:#e1e1e1}.module__copy-callout--offset:before{background-color:#fff;height:40px;width:100%;position:absolute}@media screen and (max-width:740px){.module__copy-callout--offset:before{height:100px;z-index:1}}.module__copy-callout--offset .module__pill-leading--heading{width:37%!important}@media screen and (min-width:981px) and (max-width:1200px){.module__copy-callout--offset .module__pill-leading--heading{width:40%;padding-left:80px}}@media screen and (max-width:740px){.module__copy-callout--offset .module__pill-leading--heading{width:75%!important}}.module__copy-callout--offset .module__pill-content{height:auto!important;min-height:200px}.module__copy-callout--offset.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--orange .module__pill-leading{background-color:#ff9300}.module__copy-callout--offset.module__copy-callout--yellow .module__pill-leading{background-color:#ffd923}.module__copy-callout--offset.module__copy-callout--teal .module__pill-leading{background-color:#007d98}.module__copy-callout--offset.module__copy-callout--lt-turquoise .module__pill-leading{background-color:#58bcaf}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .module__pill-leading{background-color:#363635!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .module__pill-leading h2,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .module__pill-leading h3{color:#fff!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .module__pill-leading h2 .module__copy-callout--highlight,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .module__pill-leading h3 .module__copy-callout--highlight{color:#ff66b7!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .ct-cta-button__items,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .ct-cta-button__items p,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .viper-editable,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--pink .viper-editable p{color:#363635}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--orange .module__pill-leading{background-color:#363635!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--orange .module__pill-leading h2,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--orange .module__pill-leading h3{color:#fff!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--orange .module__pill-leading h2 .module__copy-callout--highlight,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--orange .module__pill-leading h3 .module__copy-callout--highlight{color:#ff8d00!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--yellow .module__pill-leading{background-color:#363635!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--yellow .module__pill-leading h2,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--yellow .module__pill-leading h3{color:#fff!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--yellow .module__pill-leading h2 .module__copy-callout--highlight,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--yellow .module__pill-leading h3 .module__copy-callout--highlight{color:#ffd900!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--teal .module__pill-leading{background-color:#363635!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--teal .module__pill-leading h2,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--teal .module__pill-leading h3{color:#fff!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--teal .module__pill-leading h2 .module__copy-callout--highlight,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--teal .module__pill-leading h3 .module__copy-callout--highlight{color:#23b0cf!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--lt-turquoise .module__pill-leading{background-color:#363635!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--lt-turquoise .module__pill-leading h2,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--lt-turquoise .module__pill-leading h3{color:#fff!important}.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--lt-turquoise .module__pill-leading h2 .module__copy-callout--highlight,.module__copy-callout--offset.module__copy-callout--inverted.module__copy-callout--lt-turquoise .module__pill-leading h3 .module__copy-callout--highlight{color:#65d8ca!important}.module__copy-callout--offset.module__copy-callout--dark,.module__copy-callout--offset.module__copy-callout--dark .module__pill-content--wrapper{background-color:#363635}.module__copy-callout--offset.module__copy-callout--dark .ct-cta-button__items,.module__copy-callout--offset.module__copy-callout--dark .module__pill-content--wrapper.module__pill-leading--content,.module__copy-callout--offset.module__copy-callout--dark .module__pill-content--wrapper.module__pill-leading--content p{color:#fff!important}.module__copy-callout--offset.module__copy-callout--dark.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--dark.module__copy-callout--orange .arrow_link--orange,.module__copy-callout--offset.module__copy-callout--dark.module__copy-callout--orange .arrow_link--orange:hover{color:#ff8d00!important}.module__copy-callout--offset.module__copy-callout--lgtCharcoal,.module__copy-callout--offset.module__copy-callout--lgtCharcoal .module__pill-content--wrapper{background-color:#5a5a5a}.module__copy-callout--offset.module__copy-callout--lgtCharcoal .ct-cta-button__items,.module__copy-callout--offset.module__copy-callout--lgtCharcoal .module__pill-content--wrapper.module__pill-leading--content,.module__copy-callout--offset.module__copy-callout--lgtCharcoal .module__pill-content--wrapper.module__pill-leading--content p{color:#fff!important}.module__copy-callout--offset.module__copy-callout--lgtCharcoal.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--darkGrey,.module__copy-callout--offset.module__copy-callout--darkGrey .module__pill-content--wrapper{background-color:#8a8a8a}.module__copy-callout--offset.module__copy-callout--darkGrey .ct-cta-button__items,.module__copy-callout--offset.module__copy-callout--darkGrey .module__pill-content--wrapper.module__pill-leading--content,.module__copy-callout--offset.module__copy-callout--darkGrey .module__pill-content--wrapper.module__pill-leading--content p{color:#fff!important}.module__copy-callout--offset.module__copy-callout--darkGrey.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--grey,.module__copy-callout--offset.module__copy-callout--grey .module__pill-content--wrapper{background-color:#e1e1e1}.module__copy-callout--offset.module__copy-callout--grey.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--grey.module__copy-callout--orange .module__pill-leading{background-color:#ff9300}.module__copy-callout--offset.module__copy-callout--clear,.module__copy-callout--offset.module__copy-callout--clear .module__pill-content--wrapper{background-color:#fff}.module__copy-callout--offset.module__copy-callout--clear .module__pill-content{justify-content:flex-start}.module__copy-callout--offset.module__copy-callout--clear.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--clear.module__copy-callout--orange .module__pill-leading{background-color:#ff9300}.module__copy-callout--offset.module__copy-callout--lgtGrey,.module__copy-callout--offset.module__copy-callout--lgtGrey .module__pill-content--wrapper{background-color:#f5f5f5}.module__copy-callout--offset.module__copy-callout--lgtGrey.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--offset.module__copy-callout--lgtGrey.module__copy-callout--orange .module__pill-leading{background-color:#ff9300}@media screen and (max-width:740px){.module__copy-callout--offset .module__pill-container--thin .module__pill-leading--heading{width:75%}}@media screen and (max-width:740px){.module__copy-callout--offset .module__pill-container--thin .module__pill-leading--heading .module__pill-leading{padding-right:30%;height:200px!important}}@media screen and (max-width:740px){.module__copy-callout--offset .module__pill-container--thin .module__pill-leading--content{width:100%}}@media screen and (max-width:740px){.module__copy-callout--offset .module__pill-container--thin .module__pill-leading--content .module__pill-content{justify-content:flex-start;height:auto}}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin,.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper{background-color:#363635}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper>svg{fill:#363635}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content{color:#fff!important}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content:after{background-color:#363635}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p{color:#fff!important}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--magenta{color:#ff66b7!important}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--orange{color:#ff8d00!important}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--yellow{color:#ffd923!important}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--blue{color:#23b0cf!important}.module__copy-callout--double-circle.module__copy-callout--dark .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--lt-turquoise{color:#65d8ca!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin,.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper{background-color:#5a5a5a}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper>svg{fill:#5a5a5a}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content{color:#fff!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content:after{background-color:#5a5a5a}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p{color:#fff!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--magenta{color:#ff66b7!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--orange{color:#ff8d00!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--yellow{color:#ffd923!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--blue{color:#23b0cf!important}.module__copy-callout--double-circle.module__copy-callout--lgtCharcoal .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--lt-turquoise{color:#65d8ca!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin,.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper{background-color:#8a8a8a}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper>svg{fill:#8a8a8a}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content{color:#fff!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content:after{background-color:#8a8a8a}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p{color:#fff!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--magenta{color:#ff66b7!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--orange{color:#ff8d00!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--yellow{color:#ffd923!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--blue{color:#23b0cf!important}.module__copy-callout--double-circle.module__copy-callout--darkGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content p a.arrow_link--lt-turquoise{color:#65d8ca!important}.module__copy-callout--double-circle.module__copy-callout--grey .module__pill-container--thin,.module__copy-callout--double-circle.module__copy-callout--grey .module__pill-container--thin .module__pill-content--wrapper{background-color:#e1e1e1}.module__copy-callout--double-circle.module__copy-callout--grey .module__pill-container--thin .module__pill-content--wrapper>svg{fill:#e1e1e1}.module__copy-callout--double-circle.module__copy-callout--grey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content:after{background-color:#e1e1e1}.module__copy-callout--double-circle.module__copy-callout--lgtGrey .module__pill-container--thin,.module__copy-callout--double-circle.module__copy-callout--lgtGrey .module__pill-container--thin .module__pill-content--wrapper{background-color:#f5f5f5}.module__copy-callout--double-circle.module__copy-callout--lgtGrey .module__pill-container--thin .module__pill-content--wrapper>svg{fill:#f5f5f5}.module__copy-callout--double-circle.module__copy-callout--lgtGrey .module__pill-container--thin .module__pill-content--wrapper.module__pill-leading--content:after{background-color:#f5f5f5}.module__copy-callout--double-circle.module__copy-callout--pink{background-color:#fff}.module__copy-callout--double-circle.module__copy-callout--pink .module__pill-leading{background-color:#c74298}.module__copy-callout--double-circle.module__copy-callout--pink .ct-cta-button__items,.module__copy-callout--double-circle.module__copy-callout--pink .module__copy-callout--content,.module__copy-callout--double-circle.module__copy-callout--pink .viper-editable{color:#363635}.module__copy-callout--double-circle.module__copy-callout--orange{background-color:#fff}.module__copy-callout--double-circle.module__copy-callout--orange .module__pill-leading{background-color:#ff9300}.module__copy-callout--double-circle.module__copy-callout--yellow{background-color:#fff}.module__copy-callout--double-circle.module__copy-callout--yellow .module__pill-leading{background-color:#ffd923}.module__copy-callout--double-circle.module__copy-callout--teal{background-color:#fff}.module__copy-callout--double-circle.module__copy-callout--teal .module__pill-leading{background-color:#007d98}.module__copy-callout--double-circle.module__copy-callout--lt-turquoise{background-color:#fff}.module__copy-callout--double-circle.module__copy-callout--lt-turquoise .module__pill-leading{background-color:#58bcaf}.module__copy-callout--double-circle-dark .module__pill-leading--heading h2{color:#fff}.module__copy-callout--double-circle-dark .module__pill-leading--heading .module__pill-leading{background-color:#363635}.module__copy-callout--double-circle-dark.module__copy-callout--pink .module__copy-callout--highlight{color:#ff66b7!important}.module__copy-callout--double-circle-dark.module__copy-callout--orange .module__copy-callout--highlight{color:#ff8d00!important}.module__copy-callout--double-circle-dark.module__copy-callout--yellow .module__copy-callout--highlight{color:#ffd900!important}.module__copy-callout--double-circle-dark.module__copy-callout--teal .module__copy-callout--highlight{color:#23b0cf!important}.module__copy-callout--double-circle-dark.module__copy-callout--lt-turquoise .module__copy-callout--highlight{color:#65d8ca!important}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-container--thin .module__pill-leading--heading{width:75%}}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-container--thin .module__pill-leading--heading .module__pill-leading{padding-right:30%;height:200px!important}}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-container--thin .module__pill-leading--content{width:100%;padding-top:100px;margin-top:-100px}}.module__copy-callout--double-circle .module__pill-container--thin .module__pill-leading--content:after{background-color:#e1e1e1}.module__copy-callout--double-circle .module__pill-container--thin .module__pill-leading--content .module__pill-content{height:auto;min-height:200px}@media screen and (max-width:740px){.module__copy-callout--double-circle .module__pill-container--thin .module__pill-leading--content .module__pill-content{justify-content:flex-start;height:auto}}.module__copy-callout--edit .module__pill-content{height:auto!important}.module__copy-callout--edit .module__pill-content input[field=button_label]{font-size:1.5rem!important}[class*=module__copy-callout] a:not([class*=arrow_link]):not([class*=download_link]):not([class*=video_link]):not([class*=button]),[class*=module__copy-callout] a:not([class*=arrow_link]):not([class*=download_link]):not([class*=video_link]):not([class*=button]):active,[class*=module__copy-callout] a:not([class*=arrow_link]):not([class*=download_link]):not([class*=video_link]):not([class*=button]):focus,[class*=module__copy-callout] a:not([class*=arrow_link]):not([class*=download_link]):not([class*=video_link]):not([class*=button]):focus-within,[class*=module__copy-callout] a:not([class*=arrow_link]):not([class*=download_link]):not([class*=video_link]):not([class*=button]):hover{color:inherit}.fac #main-content__wrapper{overflow:initial}#fac-wrapper{font-size:62.5%;padding:2em 1.5em;background-color:#fff}body #fac-wrapper{margin:0;font-size:1.6rem}#fac-wrapper .count-show{display:flex;flex:1 1 100%;justify-content:space-between;margin-bottom:.5rem}@media screen and (max-width:730px){#fac-wrapper .count-show{flex-wrap:wrap}}#fac-wrapper .flexContainer{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:740px){#fac-wrapper .flexContainer .flex-column.main-intro{padding:2rem 1.5rem}}#fac-wrapper .flexContainer ul{padding:2rem 0;margin:0;list-style:none}#fac-wrapper .flexContainer ul li{margin-top:0!important;margin-bottom:0!important;padding:0!important;background:none}@media screen and (max-width:740px){#fac-wrapper .flexContainer ul{flex:1 1 100%;display:block}}#fac-wrapper .flexContainer ul.student_type{display:flex;flex:1;flex-wrap:wrap}#fac-wrapper .flexContainer ul.student_type li{width:100%}#fac-wrapper .flexContainer h4{text-transform:none}#fac-wrapper .flexContainer input[type=radio]{left:-9999px;opacity:0;position:absolute;visibility:hidden}#fac-wrapper .flexContainer input[type=radio]:checked+label{background:#0b7161;color:#fff}#fac-wrapper .flexContainer input[type=radio]:checked+label:before{content:"";position:absolute;left:1.1rem;top:1.2rem;width:1.4rem;height:1.4rem;border:1px solid #fff;border-radius:50%;background:#0b7161;transition:all .2s ease}#fac-wrapper .flexContainer input[type=radio]+label{background:#fff;border:1px solid #0b7161;border-radius:22px;color:#0b7161;cursor:pointer;display:block;line-height:4.1rem;margin-bottom:1rem;min-width:84px;padding:0 15px 0 36px!important;position:relative;height:4.4rem}#fac-wrapper .flexContainer input[type=radio]+label:before{content:"";position:absolute;left:1.1rem;top:1.3rem;width:1.4rem;height:1.4rem;border:1px solid #0b7161;border-radius:50%;background:#fff;transition:all .2s ease}#fac-wrapper .flexContainer input.disabled+label{cursor:not-allowed}#fac-wrapper .flexContainer #rhs .course-type-nav input[type=radio]+label{border:none;border-radius:0}@media screen and (max-width:740px){#fac-wrapper .flexContainer .student_type.pb-1{padding:2rem 1.5rem}}#fac-wrapper .flexContainer .student_type input[type=radio]:checked+label:after{content:"";position:absolute;left:1.5rem;top:1.6rem;width:.8rem;height:.8rem;border-radius:100%;background:#fff;transition:all .2s ease}#fac-wrapper .flexContainer .nostyle{padding:0;height:auto;margin-bottom:-1.75rem}@media screen and (max-width:740px){#fac-wrapper .flexContainer .nostyle{display:block;flex:1 1 100%}}@media screen and (min-width:741px){#fac-wrapper .flexContainer .nostyle{display:block;flex:1 1 100%}}@media screen and (max-width:740px){#fac-wrapper{background-color:#f5f5f5;padding:0 8px}}@media screen and (min-width:741px){#fac-wrapper .sticky-section{background:#fff;display:flex;flex:1;flex-direction:column;position:sticky;top:70px;z-index:9}}@media screen and (max-width:740px){#fac-wrapper .sticky-section{margin:0 1.5rem;width:100%}}@media screen and (max-width:740px){#fac-wrapper .module__proof-point--container{display:none}}#fac-wrapper .fc-results{max-width:100%;display:flex;flex-wrap:wrap;width:100%;padding:1.5rem 0;position:relative}#fac-wrapper .fc-results .tabs{width:100%;display:block}#fac-wrapper .fc-results .tabs .panels-container{display:block}#fac-wrapper .fc-results .course-type-nav input[type=radio]+label{display:flex;line-height:6rem;align-items:center;flex-flow:column nowrap;margin:0;background:#f5f5f5;color:#000;font-weight:700}#fac-wrapper .fc-results .panel{display:none;padding:0 0 3rem}#fac-wrapper .fc-results .panel .course-row{position:relative;display:flex;flex-wrap:wrap;flex:1;padding:1.5rem;border-bottom:1px solid #ccc;align-items:baseline;justify-content:space-between;transition:background-color .3s ease-out}#fac-wrapper .fc-results .panel .course-row:hover{background-color:#f5f5f5;transition:background-color .3s ease-in;cursor:pointer}#fac-wrapper .fc-results .panel .course-row .overlay-link{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}#fac-wrapper .fc-results .panel .course-row .functional-icons{display:flex;flex:0;z-index:2}#fac-wrapper .fc-results .panel .course-row .functional-icons a{text-decoration:none}#fac-wrapper .fc-results .panel .course-row .functional-icons .heart{font-size:2.6rem;position:relative;width:2.6rem;height:2.6rem}#fac-wrapper .fc-results .panel .course-row .functional-icons .arrow-icon{display:none}#fac-wrapper .fc-results .panel.show{display:block}#fac-wrapper .fc-results .course-title{text-decoration:underline;font-weight:600;color:#0b7161}#fac-wrapper .fc-results .course-location,#fac-wrapper .fc-results .course-title{flex:0 1 75%;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}#fac-wrapper .fc-results .course-location{font-size:1.5rem;font-weight:400;color:#363635}#fac-wrapper .fc-results .course-location span{display:block}#fac-wrapper .fc-results .course-location br{display:none}#fac-wrapper .fc-results .course-location .bold{font-weight:700}#fac-wrapper .fc-results .studylevel-dropdown{background:#fff;border-left:7px solid #0b7161;padding:0 1.5rem;min-height:6rem;width:100%}#fac-wrapper .fc-results .studylevel-dropdown p{display:flex;flex:1;justify-content:space-between;align-items:center}#fac-wrapper .fc-results .studylevel-dropdown button,#fac-wrapper .fc-results .studylevel-dropdown p{color:#0b7161;font-weight:600;line-height:6rem;margin:0;padding:0}#fac-wrapper .fc-results ul.course-type-nav{list-style:none;margin:0;padding:0}#fac-wrapper .fc-results ul.course-type-nav.hide{display:none}#fac-wrapper .fc-results ul.course-type-nav li{background:#fff;border-left:7px solid #0b7161;padding:0 1.5rem;min-height:6rem;width:100%;border-color:#a4d1ca}#fac-wrapper .fc-results ul.course-type-nav li button,#fac-wrapper .fc-results ul.course-type-nav li p{color:#0b7161;font-weight:600;line-height:6rem;margin:0;padding:0}#fac-wrapper .fc-results ul.course-type-nav li input{position:absolute;left:-9999px;visibility:hidden;opacity:0}#fac-wrapper .fc-results ul.course-type-nav li label{display:block;line-height:6rem}#fac-wrapper .fc-results .print-results{background:#fff;width:auto;padding:0 2rem;margin:1.5rem -1.5rem}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]{left:-9999px;opacity:0;position:absolute;visibility:hidden}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]:checked+label{background:#0b7161;color:#fff;transition:all .2s ease}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]:checked+label:before{content:"";position:absolute;left:8px;top:11px;width:14px;height:14px;border:1px solid #0b7161;border-radius:50%;background:#fff;transition:all .2s ease}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]:checked+label span:before{content:"";position:absolute;left:8px;top:10px;width:14px;height:14px;border:1px solid #fff;border-radius:50%;background:#0b7161;transition:all .2s ease}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]:checked+label span:after{content:"";position:absolute;left:12px;top:14px;width:8px;height:8px;border-radius:100%;background:#fff;transition:all .2s ease}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]+label{background:#fff;border:1px solid #fff;border-radius:2.2rem;color:#0b7161;cursor:pointer;display:block;line-height:4.4rem;margin-bottom:1rem;min-width:60px;padding:0 8px 0 36px!important;position:relative;height:4.4rem}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]+label:before{content:"";position:absolute;left:8px;top:11px;width:14px;height:14px;border:1px solid #0b7161;border-radius:50%;background:#fff;transition:all .2s ease}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate{float:none;clear:both;display:flex;align-items:center;height:100px;background-color:#e1e1e1;justify-content:center;flex:1;margin-top:5rem;padding:0}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous{position:relative;top:auto;width:auto;height:auto;font-size:1.5rem;background-color:transparent;border-radius:0;transition:none;display:flex;flex:0 0 auto;color:#0b7161!important}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before{background-image:none;width:auto;height:auto;display:none}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus{background-color:transparent!important;font-weight:400;color:#0b7161!important;text-decoration:none!important}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{background-color:transparent!important;font-weight:400;color:#0b7161!important;text-decoration:underline!important}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next{position:relative;top:auto;width:auto;height:auto;font-size:1.5rem;background-color:transparent;border-radius:0;transition:none;display:flex;flex:0 0 auto;color:#0b7161!important}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next:before{background-image:none;width:auto;height:auto;display:none}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus{background-color:transparent!important;font-weight:400;color:#0b7161!important;text-decoration:none!important}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover{background-color:transparent!important;font-weight:400;color:#0b7161!important;text-decoration:underline!important}#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:active,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:focus,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:active,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:focus,#fac-wrapper .fc-results .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{background-color:transparent;display:none}#fac-wrapper .fc-results .dataTables_wrapper .paginate_button{color:#0b7161!important}#fac-wrapper .fc-results .dataTables_wrapper .paginate_button.previous:before{position:absolute;font-size:1.5rem;display:block;font-family:icomoon!important;text-decoration:none!important;content:"\e91c";transform:rotate(180deg);right:100%;line-height:3.5rem}#fac-wrapper .count{color:#363635;font-size:1.25em;font-weight:600}#fac-wrapper .count span{display:none}#fac-wrapper .count span.show{display:block}#fac-wrapper h3,#fac-wrapper h4{color:#363635}#fac-wrapper .fac,#fac-wrapper .fac #main-content__wrapper{overflow-x:initial;overflow:initial}#fac-wrapper .filter-wrapper{position:relative;padding:.5rem 0}#fac-wrapper .filter-wrapper .open+.expandable-container{background:#f5f5f5;padding:1.7rem 1.1rem}#fac-wrapper .flex-column{flex-direction:column}#fac-wrapper .fc-filters{width:100%}@media screen and (max-width:740px){#fac-wrapper .fc-filters ul{display:block;flex:1 1 100%}}@media screen and (max-width:740px){#fac-wrapper .fc-filters{padding:0 1.5rem}}#fac-wrapper .fc-filters .expandable-container h3{font-family:Open Sans,Arial,sans-serif;font-size:1.5rem;font-weight:700}#fac-wrapper .fc-filters .expandable-container label:first-letter{text-transform:uppercase}#fac-wrapper .fc-filters input[type=checkbox]{left:-9999px;opacity:0;position:absolute;visibility:hidden}#fac-wrapper .fc-filters input[type=checkbox]:checked+label{background:#a4d1ca;border:1px solid #a4d1ca;color:#363635}#fac-wrapper .fc-filters input[type=checkbox]+label{background:#fff;border:1px solid #fff;border-radius:3rem;color:#0b7161;cursor:pointer;display:flex;flex:0 0 100%;align-items:center;margin-bottom:1rem;padding:1rem 1rem 1rem 1.2rem;position:relative;font-family:Open Sans,Arial,sans-serif!important}#fac-wrapper .fc-filters input[type=checkbox]+label:before{background:#fff;border-radius:.4rem;border:1px solid #0b7161;content:"";height:1.4rem;transition:all .2s ease;width:1.4rem;flex-shrink:0;margin-right:10px}#fac-wrapper .fc-filters input[type=checkbox]+label .icon.icon-tick{width:3.3rem;height:1.6rem;margin-right:10px;display:none}#fac-wrapper .fc-filters .active input[type=checkbox]:checked+label:before{display:none}#fac-wrapper .fc-filters .active input[type=checkbox]:checked+label .icon.icon-tick{width:2.5rem;min-width:2.5rem;height:1.6rem;margin-right:1px;display:inline-block}#fac-wrapper .fc-filters input[type=checkbox].checked+label:before{display:none}#fac-wrapper .fc-filters input[type=checkbox].checked+label .icon.icon-tick{width:2.5rem;height:1.6rem;margin-right:1px;display:inline-block}#fac-wrapper .fc-filters .filter-container .filter-header:after{right:2rem;top:2rem}#fac-wrapper .expandable-container{overflow-y:hidden;transform:scaleY(0);transform-origin:top;height:0;transition:transform .26s ease}#fac-wrapper .filter-container .filter-header{background:#e1e1e1;cursor:pointer;padding:2rem 1.5rem;position:relative}#fac-wrapper .filter-container .filter-header:after{cursor:pointer;content:"+";color:#0b7161;display:flex;font-size:4.4rem;flex:1;justify-content:center;position:absolute;width:4.4rem;height:4.4rem;background:#fff;border-radius:50%;top:2.3rem;line-height:4rem;right:1.1rem}#fac-wrapper .filter-container .filter-header h3{font-size:1.5rem;line-height:1.5rem;margin:0}@media screen and (max-width:980px){#fac-wrapper .filter-container .filter-header h3{line-height:2.2rem}}@media screen and (max-width:740px){#fac-wrapper .filter-container .filter-header h3{margin-bottom:5px}}#fac-wrapper .filter-container .filter-header h4{margin:0;font-weight:400;font-style:normal;font-stretch:normal;font-size:1.5rem;line-height:2.2rem;letter-spacing:normal;color:#363635}@media screen and (max-width:740px){#fac-wrapper .filter-container .filter-header h4{line-height:1.5rem}}#fac-wrapper .filter-container .filter-header.filter-atar{padding:1.9rem 6.5rem 1.9rem 1.5rem;flex-direction:row}#fac-wrapper .filter-container .filter-header.filter-atar h3{font-size:1.5rem;line-height:2.2rem}#fac-wrapper .filter-container.open .filter-header:after{background:#363635;color:#fff;content:"-";line-height:3.4rem}#fac-wrapper .filter-container.open+.expandable-container{transform:scaleY(1);transition:transform .26s ease;height:auto;z-index:10;display:flex;flex:1;flex-direction:column;width:100%}#fac-wrapper .pill-centered{align-items:center;background:#fff;border-radius:2.2rem;border:1px solid #0b7161;color:#0b7161;cursor:pointer;display:flex;font-size:1.4rem;height:4.4rem;justify-content:center;line-height:44px;margin-bottom:1rem;margin-top:3rem;padding:0;position:relative;text-align:center;text-transform:uppercase;transition:all .2s ease;width:100%}#fac-wrapper .pill-centered:hover{background:#0b7161;color:#fff}#fac-wrapper ul.course-type-nav.stick{position:fixed;top:70px;z-index:10}#fac-wrapper .course-type-nav ul.course-type-nav li{padding:0}#fac-wrapper .course-type-nav input[type=radio]+label{height:100%;padding:0!important}#fac-wrapper .course-type-nav input[type=radio]+label:before{display:none}#fac-wrapper .course-type-nav input[type=radio]:checked+label{background:#fff!important;color:#0b7161!important}#fac-wrapper .course-type-nav input[type=radio]:checked+label:after,#fac-wrapper .course-type-nav input[type=radio]:checked+label:before{display:none}#fac-wrapper .course-type-nav li{padding:0!important}#fac-wrapper .filter-by-intake-container,#fac-wrapper .filter-by-location-container{max-width:24rem}#fac-wrapper .filter-by-intake-container h3,#fac-wrapper .filter-by-location-container h3{margin-top:0}@media screen and (max-width:740px){#fac-wrapper .filter-by-intake-container,#fac-wrapper .filter-by-location-container{max-width:100%}}#fac-wrapper .filter-by-intake-container,#fac-wrapper .filter-by-location-container fieldset>div{display:block;flex:1 1 100%}#fac-wrapper .filter-by-location-container input[type=checkbox]+label{max-width:100%}#fac-wrapper .filter-by-atar-container .open+.expandable-container{flex-direction:row!important;display:flex;flex-wrap:wrap}#fac-wrapper .filter-by-atar-container .open+.expandable-container input[type=radio]+label{border-color:#0b7161;margin:.5rem}#fac-wrapper a:focus{outline:3px auto #83bffc}#fac-wrapper .count-message{margin:2rem 0 1rem}#fac-wrapper .count-message .prompt-to-filter-msg{border-bottom:1px solid #e1e1e1;padding-bottom:2rem;margin-bottom:2rem}#fac-wrapper .filter-by-ia-container li{list-style:none}#fac-wrapper .mt-4{margin-top:4em!important}#fac-wrapper .pb-1{margin-bottom:1em}#fac-wrapper .functional-icons .heart{text-shadow:0 0 0 #c74298;color:transparent;font-size:2.5em}#fac-wrapper .icon-bgg-circle{background:#0b7161;text-decoration:none;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;height:2.6rem;width:2.6rem;position:relative;margin-left:1em;padding:.4rem;transform:rotate(90deg);fill:#fff}#fac-wrapper .icon-arrow-down{transform:rotate(180deg)}#fac-wrapper .icon-arrow{height:2rem;width:2rem;margin-right:1.5rem}#fac-wrapper .up .icon-arrow-down{transform:rotate(0deg)}#fac-wrapper .icon-heart{z-index:1}#fac-wrapper .icon-heart,#fac-wrapper .icon-heart-filled{width:2.6rem;height:2.6rem;position:absolute;transition:all .3s ease}#fac-wrapper .icon-heart-filled{opacity:0;visibility:hidden;z-index:-10}#fac-wrapper .saved .icon-heart-filled{opacity:1;visibility:visible;z-index:1;transition:all .3s ease}#fac-wrapper .saved .icon-heart{opacity:0;visibility:hidden;z-index:-10;transition:all .3s ease}#fac-wrapper .panels-container table.dataTable{border:none}#fac-wrapper .panels-container table.dataTable thead td,#fac-wrapper .panels-container table.dataTable thead th{background:#e1e1e1;color:#363635;display:flex;flex:1;padding:0}#fac-wrapper .panels-container table.dataTable tbody td,#fac-wrapper .panels-container table.dataTable tbody th{padding:0}#fac-wrapper .panels-container .dataTables_filter{display:none}#fac-wrapper .panels-container .dataTables_wrapper tr{display:flex;flex:1;flex-direction:row}#fac-wrapper .panels-container .loader{border:10px solid #f3f3f3;animation:spin 1s linear infinite;border-top:10px solid #555;border-radius:50%;width:100px;height:100px;position:absolute;top:10%;left:50%;z-index:1}#fac-wrapper .fullspan{display:block;width:100%}#fac-wrapper .result-headings{display:none}#fac-wrapper .saved__tooltip:after,#fac-wrapper .saved__tooltip:before{transform:rotate(-90deg);margin-left:-5px;top:10%;left:17.8rem}#fac-wrapper .saved__tooltip:before{margin-top:-1px}#fac-wrapper .reset-results{text-decoration:underline;cursor:pointer}#fac-wrapper #rhs .course-type-nav input[type=radio].disabled+label{color:#aaa}#fac-wrapper #rhs span.icon.icon-LeftArrow,#fac-wrapper #rhs span.icon.icon-RightArrow{display:flex;flex:0 0 auto;line-height:1.5rem;font-size:1.5rem;justify-content:center;align-items:center;color:#0b7161;background:none;border-radius:initial;text-decoration:none}#fac-wrapper #rhs span.icon.icon-LeftArrow:hover,#fac-wrapper #rhs span.icon.icon-RightArrow:hover{font-weight:700}#fac-wrapper #rhs span.icon.icon-LeftArrow{transform:rotate(180deg);transform:rotateY(0deg)}#fac-wrapper .no-margin-bottom{margin-bottom:0}#fac-wrapper .stuck{position:fixed;top:105px;z-index:10000}#fac-wrapper .module__detailed-slideshow--es{overflow-x:hidden}#fac-wrapper .hidden-legend,#fac-wrapper .student-type{display:flex;flex:1 1 100%;padding:0}#fac-wrapper .hidden-legend{flex-wrap:wrap}#fac-wrapper .hidden-legend legend,#fac-wrapper .student-type legend{position:absolute;left:-9999px}#fac-wrapper .jump-content{position:relative;left:-9999px;height:0;opacity:0;width:0}#fac-wrapper .jump-content:focus{left:auto;opacity:1;height:auto;width:auto}@media screen and (max-width:740px){#fac-wrapper .fc-results div:not(.sticky-section) .filter-by-atar-container input[type=radio]+label{padding:0 8px 0 26px!important}#fac-wrapper .fc-results .studylevel-dropdown{margin:0 1.5rem}#fac-wrapper .filter-by-atar-container .expandable-container{position:absolute;background:#f5f5f5;box-shadow:6px 6px 12px 0 rgba(0,0,0,.5);padding:1.7rem 1.1rem;top:13.6rem}#fac-wrapper .filter-container .filter-header.filter-atar{height:10.2rem}#fac-wrapper .panels-container .filter-wrapper .filter-by-atar-container{padding:.5rem 1.5rem}#fac-wrapper .panels-container .filter-wrapper .filter-by-atar-container .filter-container.open+.expandable-container{width:calc(100% - 3rem);top:112px}}@media screen and (min-width:741px){#fac-wrapper .fc-results .print-results{width:calc(100% + 1.5rem);padding:0;margin:auto}#fac-wrapper .fc-results .course-title{max-width:25.4rem}#fac-wrapper .fc-results .course-location{max-width:19rem}#fac-wrapper .fc-results .panels-container{background:#fff;width:100%;padding:0}#fac-wrapper .fc-results .sticky-section,#fac-wrapper .fc-results .tabs{width:100%}#fac-wrapper .fc-results ul.course-type-nav{display:flex;flex:1;padding:0 2rem}#fac-wrapper .fc-results ul.course-type-nav li{cursor:pointer;margin-right:1rem;border-left:none;border-right:1px solid #e1e1e1!important;border-left:1px solid #e1e1e1!important;border-top:7px solid #e1e1e1}#fac-wrapper .fc-results ul.course-type-nav li:last-child{margin-right:0}#fac-wrapper .fc-results ul.course-type-nav li.active{border-color:#0b7161}#fac-wrapper .fc-results .panel .course-row{display:flex;flex-direction:row;flex:1;align-items:center}#fac-wrapper .fc-results .panel .course-row .functional-icons .arrow-icon{display:inline-flex;flex:0;text-decoration:none}#fac-wrapper .fc-results div:not(.sticky-section) input[type=radio]+label{border-color:#0b7161;min-width:84px}#fac-wrapper .fc-results .filter-container .filter-header{display:flex;flex:1}#fac-wrapper .fc-results .filter-container .filter-header:after{top:1.1rem}#fac-wrapper .fc-results .filter-container .filter-header h3{margin-right:1rem}#fac-wrapper .fc-results .filter-container.open .filter-header h3{color:#c74298}#fac-wrapper .fc-results .filter-wrapper .filter-by-atar-container .open+.expandable-container{background:#f5f5f5;padding-top:1.9rem;padding-bottom:.9rem;box-shadow:6px 6px 12px 0 rgba(0,0,0,.5)}#fac-wrapper .fc-results .course-type-nav{border-bottom:1px solid #e1e1e1}#fac-wrapper .flexContainer ul.student_type{flex-wrap:nowrap}#fac-wrapper .flexContainer ul.student_type li{margin-right:1rem;width:auto}#fac-wrapper .flexContainer ul.student_type li:last-child{margin-right:0;margin-left:auto}#fac-wrapper .flexContainer ul.student_type li .pill-centered{margin-top:0;padding:0 3.2rem}#fac-wrapper .fc-filters ul{display:flex;flex:auto;flex-wrap:wrap}#fac-wrapper .fc-filters ul li{margin-right:1rem}#fac-wrapper .fc-filters ul li:last-child{margin:0 0 0 auto}#fac-wrapper .fc-filters ul .pill-centered{margin:0;padding:0 3rem}#fac-wrapper .fc-filters .filter-container .filter-header{display:flex;flex:1;padding:2rem 1.5rem}#fac-wrapper .fc-filters .filter-container .filter-header h3{margin-right:1rem}#fac-wrapper .fc-filters .filter-container.open .filter-header h3{color:#c74298}#fac-wrapper .filter-wrapper .expandable-container{box-shadow:6px 6px 12px 0 rgba(0,0,0,.5);padding:0;z-index:-10;opacity:0;visibility:hidden;height:0;width:100%;display:flex;flex:1;position:absolute}#fac-wrapper .filter-wrapper .open+.expandable-container{position:absolute;top:6.8rem;height:auto;z-index:10;opacity:1;visibility:visible}#fac-wrapper .filter-wrapper .open+.expandable-container ul li:last-child{margin:inherit}#fac-wrapper .filter-container.open+.expandable-container{justify-content:space-between}#fac-wrapper .filter-container:not(.refine-courses).open+.expandable-container{padding:0 1.1rem}#fac-wrapper .filter-by-intake-container{border-bottom:2px solid #e1e1e1;padding-bottom:2rem}#fac-wrapper .result-headings{display:flex;flex:1;flex-direction:row;background:#e1e1e1;padding:1.5rem 0 1.5rem 1rem;justify-content:space-between}#fac-wrapper .result-headings th{margin:0;padding:0;font-family:Worldly Bold,Open Sans,Arial,sans-serif;max-width:30.4rem;flex:1;display:flex}#fac-wrapper .result-headings span{color:#0b7161;text-decoration:underline}#fac-wrapper .result-headings span .icon-arrow{width:20px;display:inline-flex;height:16px;fill:#0b7161;margin-left:5px;position:relative;top:2px}#fac-wrapper .result-headings th.sorting_desc span .icon-arrow{transform:rotate(0deg)}#fac-wrapper .result-headings h4:last-child{max-width:19rem}#fac-wrapper .panels-container table.dataTable thead th:first-child{justify-content:space-between;padding-right:3rem}#fac-wrapper button#reset-btn-bottom{max-width:161px;margin-left:auto;margin-right:0;position:relative;margin-top:0}#fac-wrapper .module__banner{padding-top:10.5rem}}@media screen and (max-width:980px){#fac-wrapper #main-content{padding-top:45px}}@media screen and (min-width:741px) and (max-width:980px){#fac-wrapper .fc-filters .filter-container .filter-header:after{top:1.1rem}#fac-wrapper .fc-filters .filter-container.open+.expandable-container{flex-direction:row}#fac-wrapper .fc-filters .expandable-container .filter-container{width:50%}#fac-wrapper .filter-by-intake-container{border-bottom:none;padding-bottom:0;margin-bottom:0}}@media screen and (min-width:981px){#fac-wrapper .flexContainer{max-width:98rem;margin:0 auto}#fac-wrapper .flexContainer .filter-header{flex-direction:column}#fac-wrapper .flexContainer .filter-wrapper .open+.expandable-container{box-shadow:none;position:relative;top:0}#fac-wrapper .fc-filters{width:25%}#fac-wrapper .fc-filters ul li{margin-right:0;display:block;width:100%}#fac-wrapper .fc-filters .filter-container .filter-header h3{max-width:71%}#fac-wrapper .fc-filters .filter-container.refine-courses .filter-header:after{top:2rem}#fac-wrapper .fc-results{width:75%;padding:0 0 0 2rem;height:100%}#fac-wrapper .fc-results .panels-container{padding:0 1.5rem}#fac-wrapper .main-intro{padding-top:60px}}@media screen and (min-width:1201px){#fac-wrapper .flexContainer{max-width:1021px}#fac-wrapper button#reset-btn-bottom{margin-right:-2rem}}@media screen and (min-width:1601px){#fac-wrapper .flexContainer{max-width:142.1rem;max-width:952px}}#fac-wrapper .dataTables_length{margin-top:1rem;padding-top:0;display:flex}@media screen and (min-width:730px){#fac-wrapper .dataTables_length{position:absolute;right:0;margin-top:0}}#fac-wrapper .dataTables_length .dropdown__arrow{background-image:url(https://www.deakin.edu.au/__data/assets/image/0007/767734/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -22px;width:12px}#fac-wrapper .dataTables_length label{display:flex;flex:0 0 auto;font-weight:700;position:relative}#fac-wrapper .dataTables_length label select{margin-left:5px;border:none;border-radius:0;color:#0d8572;background:#f5f5f5;position:relative}@media screen and (min-width:730px){#fac-wrapper .dataTables_length label select{background:#fff}}#fac-wrapper .dataTables_length label select:after{content:"";display:inline-block;background-image:url(https://www.deakin.edu.au/__data/assets/image/0007/767734/sprite.png?v=0.1.7);background-repeat:no-repeat;background-position:-180px -22px;width:12px}@media only screen and (min-width:761px) and (max-width:992px){#fac-wrapper #fac-wrapper .fc-filters .hidden-legend{flex:1 1 50%}}@media screen and (max-width:980px) and (min-width:741px){#fac-wrapper #fac-wrapper .fc-filters .expandable-container .filter-container{width:50%}#fac-wrapper #fac-wrapper .fc-filters .expandable-container .filter-container .hidden-legend{flex:1 1 100%;width:100%}#fac-wrapper #fac-wrapper .hidden-legend{flex:1 1 50%}}@media screen and (max-width:760px){.sticky-section{margin:0 1.5rem;width:100%}}@media screen and (min-width:760px){.sticky-section{background:#fff;border-bottom:1px solid #e1e1e1;display:flex;flex:1;flex-direction:column;position:sticky;top:70px;z-index:9}}.module__marketing-content.module__content-panel{margin-top:80px;margin-bottom:40px}.module__marketing-content .cell>*{padding:0 12px}@media screen and (min-width:741px){.module__marketing-content .cell>*{padding:0 8px}}.module__marketing-content .module__marketing--list .module__pathway-tafe-list{width:33.33333333%}@media screen and (min-width:981px) and (max-width:1600px){.module__marketing-content .module__marketing--list .module__pathway-tafe-list{width:30%}}.module__marketing-content .module__marketing--list .module__pathway-tafe-content__wrapper{width:66.66666667%}@media screen and (min-width:981px) and (max-width:1600px){.module__marketing-content .module__marketing--list .module__pathway-tafe-content__wrapper{width:70%}}@media screen and (max-width:740px){.module__marketing-content .module__marketing--list .module__pathway-tafe-content__wrapper{width:100%}}.module__marketing-content .module__marketing--list .module__pathway-tafe-content__wrapper img{width:100%;max-height:inherit}.module__marketing-content--1-up--image-wrapper{width:50%;padding-right:15px}@media screen and (max-width:740px){.module__marketing-content--1-up--image-wrapper{width:100%;padding-right:0}}.module__marketing-content--1-up--image-wrapper img{width:100%;max-height:325px}.module__marketing-content--1-up--content-wrapper{width:50%;padding-left:15px}@media screen and (max-width:740px){.module__marketing-content--1-up--content-wrapper{width:100%;padding-left:0;padding-top:20px}}.module__marketing-content--2-up+.module__marketing-content--2-up{margin-top:40px!important}@media screen and (max-width:740px){.module__marketing-content--2-up+.module__marketing-content--2-up{margin-top:20px!important}}.module__marketing-content--2-up--content-wrapper{width:50%;padding-left:15px}.module__marketing-content--2-up--content-wrapper:first-child{padding-right:15px;padding-left:0}@media screen and (max-width:740px){.module__marketing-content--2-up--content-wrapper:first-child{padding-bottom:20px;padding-right:0}}@media screen and (max-width:740px){.module__marketing-content--2-up--content-wrapper{width:100%;padding:0}}.module__marketing-content--2-up--content-wrapper img{width:100%}.module__marketing-content--3-up{justify-content:space-between;padding:0!important}@media screen and (max-width:740px){.module__marketing-content--3-up{padding:0 12px!important}}.module__marketing-content--3-up--content-wrapper{width:33%;padding:0 8px}@media screen and (max-width:740px){.module__marketing-content--3-up--content-wrapper{width:100%;padding:0;padding-bottom:20px}}.module__marketing-content--3-up--content-wrapper img{width:100%}@media screen and (min-width:1200px){#cop-page.ie-11 .image__frame img{position:relative;top:-6.66666667vw}}@supports (-ms-ime-align:auto){@media screen and (min-width:740px) and (max-width:930px){#chat-widget-container{display:none!important}}}#cop-page{background:#f5f5f5;overflow-x:hidden!important;margin:0}#cop-page input::-webkit-inner-spin-button,#cop-page input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#cop-page input[type=number]{-moz-appearance:textfield}#cop-page .offers-top-atar{display:none!important}@media screen and (max-width:930px){#cop-page{overflow-x:hidden}#cop-page .mobile-block{display:block}}#cop-page .yellow{color:#ffd923}#cop-page .magenta{color:#c74298}#cop-page .aqua{color:#65d8ca}#cop-page .green{color:#3a8c7b}#cop-page a{font-weight:700}#cop-page ul li{padding:0;background-image:none}#cop-page .modal.visible{visibility:visible;opacity:1;background-color:rgba(0,0,0,.7);z-index:1001;width:auto;height:auto}#cop-page h2{font-family:Univers,Arial,sans-serif;text-transform:uppercase;font-size:3.5rem;line-height:1em;z-index:1}#cop-page .hide{position:absolute!important;top:-9999px!important;left:-9999px!important;opacity:0;transition:opacity .3s ease-in}#cop-page .non-visible{visibility:hidden;width:0;height:0;margin:0;line-height:0;display:block;margin:0!important}#cop-page .navbar-brand img{max-height:3.2rem}@media screen and (min-width:930px){#cop-page .navbar-brand img{max-height:4.4rem}}#cop-page .nav-container{display:flex;flex:1 1 100%;align-items:center;justify-content:space-between;background:transparent;padding:.8rem 1.5rem;transition:all .3s ease-in;position:absolute;width:100%;z-index:1004}#cop-page .nav-container.opaque{background:#000}@media screen and (min-width:720px){#cop-page .nav-container{position:fixed}}#cop-page nav{display:flex;flex:0 0 auto;transition:opacity .3s ease-in;opacity:1}#cop-page nav i{font-size:1.8rem}#cop-page nav .button--circular{margin:0 0 0 1rem}@media screen and (min-width:721px){#cop-page nav .button--circular{height:auto;padding:1rem;border-radius:3rem}#cop-page nav .button--circular i{display:flex;flex:0 0 auto;justify-content:center;align-items:center;font-size:2.4rem;line-height:1rem;top:1px;position:relative}#cop-page nav .button--circular i:before{margin-right:.5rem}#cop-page nav .button--circular span{align-items:center;font-size:1.5rem;text-transform:uppercase;font-family:Open Sans,Arial,sans-serif;font-weight:600}}#cop-page nav .button--yellow-outline{width:160px;height:48px;border-radius:24px;box-shadow:4.5px 4px 8.2px .8px rgba(0,0,0,.03);border:1px solid #ffd923;color:#fff}#cop-page nav .button--yellow-outline i{color:#ffd923}#cop-page .icon span{display:none}@media screen and (min-width:930px){#cop-page .icon span{display:block}}#cop-page .flexContainer{display:flex;flex:1;flex-wrap:wrap;position:relative}#cop-page .hero-banner{background:#000;color:#fff;padding-top:5rem;position:relative;z-index:1}@media screen and (max-width:740px){#cop-page .hero-banner{z-index:1010}}@media screen and (min-width:930px){#cop-page .hero-banner{padding:5rem 1.4rem 9rem}#cop-page .hero-banner .design-element img{max-width:46rem}}@media screen and (min-width:1020px){#cop-page .hero-banner{padding:5rem 0 9rem}}#cop-page .hero-banner__blurb{max-width:55rem;width:100%;display:flex;flex:0 0 100%;flex-direction:column}@media screen and (min-width:930px){#cop-page .hero-banner__blurb{padding-top:8rem;margin-right:11%}}#cop-page .hero-banner__blurb h1{color:#fff;font-size:4.3rem;font-family:Univers,Arial,sans-serif;line-height:4.1rem;text-transform:uppercase}@media screen and (min-width:930px){#cop-page .hero-banner__blurb h1{font-size:7.1rem;margin-bottom:1rem;max-width:35rem;line-height:.97em;letter-spacing:-2.07px}}@media screen and (max-width:930px){#cop-page .hero-banner__blurb h1{margin:3rem 0;max-width:64%}}#cop-page .hero-banner__blurb p{margin-top:0;margin-bottom:30px;font-size:17.5px;line-height:1.34;letter-spacing:.35px}#cop-page .hero-banner__blurb .bold-strong{font-family:Univers;font-size:23.5px;line-height:1;letter-spacing:.47px;text-transform:uppercase;position:relative;padding-left:3.3rem}@media screen and (min-width:930px){#cop-page .hero-banner__blurb .bold-strong{padding-left:0}}#cop-page .hero-banner__blurb .bold-strong:before{content:"";width:0;height:0;border-style:solid;border-color:transparent transparent transparent #c74298;border-width:16px 0 16px 27px;left:2px;top:-8px;position:absolute}@media screen and (min-width:930px){#cop-page .hero-banner__blurb .bold-strong:before{left:-40px}}#cop-page .hero-banner__blurb .button.button--magenta{margin-top:12px;max-width:100%}@media screen and (max-width:929px){#cop-page .hero-banner__blurb .button.button--magenta{margin-bottom:4.2rem}}@media screen and (min-width:930px){#cop-page .hero-banner__blurb .button.button--magenta{margin-top:20px;max-width:36.1rem}}#cop-page .hero-banner .ctas{background:#ffd923;display:flex;flex:1 1 100%;justify-content:space-between;border-radius:50px;box-shadow:4.5px 4px 8.2px .8px rgba(0,0,0,.03);padding:.5rem}@media screen and (max-width:930px){#cop-page .hero-banner .ctas{position:fixed;z-index:10000;bottom:1rem;width:calc(100% - 20px);left:50%;transform:translateX(-50%)}}@media screen and (min-width:930px){#cop-page .hero-banner .ctas{margin-top:4rem;padding:2.6rem 4.5rem;position:absolute;margin:4rem 50% 0;transform:translateX(-50%)}}@media screen and (max-width:740px){#cop-page .hero-banner .ctas{background-color:transparent}}#cop-page .hero-banner .ctas--text{width:194px;height:47px;font-family:Univers;font-size:23.5px;letter-spacing:.47px;color:#000;text-transform:uppercase}#cop-page .hero-banner .ctas .button{display:flex;flex:0 0 50%;justify-content:center;align-items:center;font-size:1.5rem;min-width:0;padding:0;line-height:4rem;max-width:17.3rem}@media screen and (max-width:740px){#cop-page .hero-banner .ctas .button{max-width:calc(17.3rem - 7px)}}@media screen and (max-width:740px){#cop-page .hero-banner .ctas .button.chat{display:none!important}}@media screen and (max-width:740px){#cop-page .hero-banner .ctas .button.call{background-color:#ffd923;height:60px!important;width:60px!important;border-radius:70px;max-height:60px;max-width:60px;box-shadow:0 4px 12px rgba(0,0,0,.3);position:fixed;bottom:6px;right:70px}}#cop-page .hero-banner .ctas .button.call .call-text{display:none!important}@media screen and (max-width:740px){#cop-page .hero-banner .ctas .button.call i{color:#000;font-size:3rem;font-weight:700;margin-right:0}}@media screen and (min-width:930px){#cop-page .hero-banner .ctas .button{flex:0 0 auto;line-height:4.8rem;max-width:27rem;width:100%}}#cop-page .hero-banner .ctas .button i{font-size:2.4rem;line-height:1rem;margin-right:5px;color:#ffd923}#cop-page .hero-banner .ctas .button span{margin-left:.5rem}#cop-page .hero-banner .hideOverflow{overflow:hidden;position:absolute;width:100%;top:0;left:0;z-index:-1;height:100%}@media screen and (min-width:930px){#cop-page .hero-banner .hideOverflow{max-height:732px}}#cop-page .design-element{position:relative;z-index:0}#cop-page .design-element:before{content:"";display:block;position:absolute;background-color:#c74298;width:8.2rem;height:8.2rem;right:3rem;top:-9rem;border-radius:50%;z-index:-1}@media screen and (min-width:930px){#cop-page .design-element:before{height:15.5rem;width:15.5rem;left:-7rem;top:-9rem}}#cop-page .enter-atar h2{position:relative;top:.8rem;padding-left:1.2rem;letter-spacing:-.7px}@media screen and (min-width:930px){#cop-page .enter-atar h2{margin-bottom:2.4rem}}#cop-page .enter-atar h2:before{display:block;content:"";width:0;height:0;border-style:solid;border-width:14px 0 14px 23px;border-color:transparent transparent transparent #c74298;position:absolute;left:calc(-18px - 1rem);top:-.6rem;opacity:0;transition:left .5s ease-in,opacity .1s ease-in}@media screen and (min-width:930px){#cop-page .enter-atar h2:before{border-width:16px 0 14px 27px}}#cop-page .enter-atar h2.animate--left:before{left:-1.4rem;opacity:1}#cop-page .enter-atar--container{background:#fff;border-radius:.8rem;padding:2rem;text-align:center;box-shadow:4px 6.9px 9px 0 rgba(55,54,53,.06);max-width:62rem}@media screen and (min-width:930px){#cop-page .enter-atar--container{padding:3.2rem;width:66.66667%}}#cop-page .enter-atar--container .find-a-course-error{text-align:center;display:block;color:red;width:50%;margin:0 auto;padding-top:10px}#cop-page .enter-atar--container input{display:inline-flex;font-family:Univers,Arial,sans-serif;font-size:7rem;border:1px solid #e1e1e1;border-radius:7px;max-width:8rem;line-height:.86rem;flex:0 0 auto;color:#000;cursor:auto;transition:color .2s;line-height:1.2em}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){#cop-page .enter-atar--container input{padding:0!important;background:pink}}}@media screen and (min-width:930px){#cop-page .enter-atar--container input{max-width:11rem;font-size:8rem}@supports (-ms-ime-align:auto){#cop-page .enter-atar--container input{padding:0}}@supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)){#cop-page .enter-atar--container input{padding:0}}}#cop-page .enter-atar--container input::placeholder{opacity:.3}#cop-page .enter-atar--container input.ready{color:#c74298;transition:color .2s}#cop-page .enter-atar--container .atar-input--wrapper{align-items:flex-end!important;justify-content:center!important}#cop-page .enter-atar--container #find-a-course{margin-bottom:1.2rem;margin-top:20px}#cop-page .enter-atar .dot{display:inline-block;height:1rem;margin:0 .5rem 2rem;width:1rem;background-color:rgba(0,0,0,.3);transition:background-color .2s}#cop-page .enter-atar .dot.fill-magenta{background-color:#c74298}#cop-page .animate{transition:opacity .1s ease-in}#cop-page .animate--left,#cop-page .animate--right{transition:left 1.5s ease-in}#cop-page .animate--down{transition:top .5s ease-in}#cop-page .contact-deakin{background:#e1e1e1;position:relative}#cop-page .contact-deakin .grid__custom{padding-right:0;flex-direction:column}#cop-page .contact-deakin h2{font-family:Univers,Arial,sans-serif;text-transform:uppercase;font-size:3rem;font-weight:700;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:-.63px;max-width:26rem;position:relative;margin-top:-4rem;margin-bottom:0;width:100%}#cop-page .contact-deakin h2 .magenta{color:#c74298}@media screen and (max-width:740px){#cop-page .contact-deakin h2 .magenta{display:block;width:27rem}}@media screen and (min-width:930px){#cop-page .contact-deakin h2{font-size:35px;line-height:1em;max-width:41rem}}#cop-page .contact-deakin .flexContainer{justify-content:space-between;flex-wrap:nowrap;position:relative;padding-bottom:30px}#cop-page .contact-deakin .divider{display:block;max-width:841px;width:100%;height:1px;background-color:#f5f5f5;margin:0 auto}#cop-page .contact-deakin .text{max-width:18.9rem;width:200px}@media screen and (min-width:760px){#cop-page .contact-deakin .text{max-width:none;width:400px}}@media screen and (min-width:930px){#cop-page .contact-deakin .text{margin-top:8rem;max-width:69.6rem;width:100%}#cop-page .contact-deakin .text h4{color:#0b7161;font-size:1.8rem;font-weight:700;margin-bottom:0}#cop-page .contact-deakin .text p{margin-top:1rem}}#cop-page .contact-deakin .placard{background:#ffd923;border-radius:.5rem 0 0 .5rem;box-shadow:1px 1.7px 7px 0 rgba(55,54,53,.05);padding:1.4rem;margin-top:-2rem;max-width:17.7rem;width:100%;justify-content:center;position:relative;height:fit-content}@media screen and (max-width:740px){#cop-page .contact-deakin .placard{max-width:17.7rem;max-height:18.5rem;position:absolute;margin-top:7.3rem;width:16rem;right:0}}@media screen and (min-width:740px) and (max-width:930px){#cop-page .contact-deakin .placard{margin-right:1.4rem}}#cop-page .contact-deakin .placard li{color:#000;margin-bottom:1rem!important;cursor:pointer;position:relative;font-size:1.5rem;font-weight:600}#cop-page .contact-deakin .placard li:before{content:"";display:block;width:3rem;height:3rem;border-radius:50%;background:#fff;position:absolute;left:-12px}#cop-page .contact-deakin .placard li button{display:inline-flex;flex:0 0 100%;flex-wrap:wrap;text-decoration:underline;padding:0;margin:0;text-align:left;cursor:pointer;font-weight:700}#cop-page .contact-deakin .placard i{display:inline-block;text-decoration:none;font-size:23px;margin-right:.8rem;top:4px;position:relative}#cop-page .contact-deakin .placard .img-holder{height:auto;width:8.2rem;margin-top:-50%;position:absolute}@media screen and (min-width:740px){#cop-page .contact-deakin .placard .img-holder{width:16rem}}#cop-page .contact-deakin .placard .img-holder img{width:100%}#cop-page .contact-deakin.available .available{display:block}#cop-page .contact-deakin.available .available h4{color:#0b7161}#cop-page .contact-deakin.after-hours.chat-closed .available,#cop-page .contact-deakin.available .after-hours{display:none}#cop-page .contact-deakin.after-hours.chat-closed .after-hours{display:block}#cop-page .contact-deakin.after-hours.chat-closed .after-hours.request-call{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap}#cop-page .contact-deakin.after-hours.chat-closed .after-hours.request-call button{display:flex;flex:0 0 auto;flex-wrap:wrap;max-width:7rem}#cop-page .contact-deakin.chat-available .chat-now.available{display:block}#cop-page .contact-deakin.chat-available .sms,#cop-page .contact-deakin.chat-closed .chat-now{display:none}#cop-page .contact-deakin.chat-closed .sms{display:block}#cop-page .contact-deakin.chat-available.after-hours .available:not(.call-now){display:block!important}#cop-page .contact-deakin.chat-available.after-hours .call-now{display:none!important}#cop-page .contact-deakin.chat-available.after-hours .after-hours:not(.request-call){display:none !Important}#cop-page .contact-deakin .double-d{position:absolute;width:16.9rem;height:14.7rem}@media screen and (min-width:540px){#cop-page .contact-deakin .double-d{width:34.5rem;right:0;bottom:-1rem}}@media screen and (max-width:539px){#cop-page .contact-deakin .double-d{bottom:-6rem;right:0}}@media screen and (min-width:930px){#cop-page .contact-deakin .double-d{left:-21rem;bottom:auto}}#cop-page .contact-deakin .double-d:after{display:block;content:"";width:5rem;height:5rem;background:#ffd923;border-radius:50%;position:absolute;top:10rem;right:2rem}@media screen and (max-width:740px){#cop-page .contact-deakin .double-d:after{top:7rem;right:13rem;width:4rem;height:4rem}}#cop-page .contact-deakin .double-d img{display:block}#cop-page .contact-deakin .circumstances{max-width:69rem;width:100%;padding-top:3rem;margin-right:8rem;margin-left:auto}#cop-page .contact-deakin .circumstances a{margin-top:30px;display:flex;flex:0 0 auto}#cop-page .contact-deakin .circumstances a:after{content:">";color:#fff;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;height:19px;height:1.9rem;width:19px;width:1.9rem;margin-left:6px;margin-left:.6rem;background:#0b7161;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;top:4px;position:relative}#cop-page .proof-point{display:flex;flex:0 0 100%;padding:6rem 1.4rem 7.2rem;flex-direction:column;position:relative;z-index:0}@media screen and (min-width:740px){#cop-page .proof-point{padding:6rem 1.4rem 8.2rem}}@media screen and (min-width:930px){#cop-page .proof-point{padding:16.5rem 0 10rem;border-bottom:none}}#cop-page .proof-point .intro{margin-bottom:4rem}#cop-page .proof-point .intro+.flexContainer.row{flex-direction:column}@media screen and (min-width:740px){#cop-page .proof-point .intro+.flexContainer.row{flex-direction:row}}#cop-page .proof-point .verticle-img{height:auto;max-width:11.2rem;width:100%;max-height:25.2rem;left:-1.4rem;z-index:-1}@media screen and (min-width:930px){#cop-page .proof-point .verticle-img{max-width:15.6rem;max-height:none;position:relative;left:12px;z-index:-1;top:5rem}}#cop-page .proof-point h2{font-family:Univers,Arial,sans-serif;text-transform:uppercase;font-size:3.05rem;line-height:1.1em;text-align:left;margin-top:0;letter-spacing:-.46px;max-width:26.6rem;width:100%}@media screen and (min-width:740px){#cop-page .proof-point h2{font-size:3.5rem;max-width:100%}}@media screen and (min-width:930px){#cop-page .proof-point h2 span{font-size:3.5rem;max-width:100%}}#cop-page .proof-point h2 .row{flex-direction:row}#cop-page .proof-point .why-deakin{width:100%;max-width:416px;position:relative;margin-bottom:13.8rem}@media screen and (min-width:740px){#cop-page .proof-point .why-deakin{width:44%;margin-bottom:0}}#cop-page .proof-point .why-deakin .verticle-img{position:absolute}#cop-page .proof-point .why-deakin h2{font-size:2.5rem;margin-top:2rem;margin-left:8.8rem;margin-right:auto;padding-right:3rem}@media screen and (min-width:740px){#cop-page .proof-point .why-deakin h2{max-width:26.5rem;margin-top:7rem;letter-spacing:-.89px;margin-right:1.5rem;margin-left:auto;padding-right:0;font-size:3.5rem}}@media screen and (max-width:740px){#cop-page .proof-point .why-deakin .triangle{bottom:-10rem}#cop-page .proof-point .why-deakin .triangleamimate--down{bottom:-1rem}}@media screen and (min-width:741px) and (max-width:930px){#cop-page .proof-point .why-deakin .triangle{bottom:-4rem}#cop-page .proof-point .why-deakin .triangle.animate--down{bottom:-9rem}}#cop-page .proof-point--container{background:#fff;width:100%;height:100%;max-width:16.6rem;max-height:24rem;border:1px solid #e1e1e1;display:flex;flex:0 0 auto;flex-direction:column;padding:2.3rem 1.9rem 3rem}#cop-page .proof-point--container:nth-child(2){margin-top:5rem}#cop-page .proof-point--container:nth-child(3){margin-top:-5rem}#cop-page .proof-point--container p{letter-spacing:-.22px}@media screen and (min-width:374px){#cop-page .proof-point--container{max-width:17.3rem}}@media screen and (min-width:540px){#cop-page .proof-point--container{max-width:50%}}@media screen and (min-width:930px){#cop-page .proof-point--container{max-width:27.7rem;max-height:20.4rem;padding:3rem 3rem 3rem 4rem}}#cop-page .proof-point--container i{font-size:6.6rem;z-index:1;position:absolute;left:2.6rem}#cop-page .proof-point--container .icon-circle-bg{position:relative}#cop-page .proof-point--container .icon-circle-bg:before{background:#ffd923;height:6rem;width:6rem;position:relative;border-radius:50%;content:"";display:inline-block;z-index:0}#cop-page .proof-point--container .magenta{font-weight:700}#cop-page .proof-points{justify-content:flex-end}@media screen and (min-width:540px){#cop-page .proof-points{justify-content:center;max-width:65%}}#cop-page .triangle{position:absolute;width:6.1rem;bottom:3rem;left:46%;transition:bottom 1.5s ease-in}#cop-page .triangle.animate--down{bottom:1rem}@media screen and (min-width:930px){#cop-page .triangle{width:11rem;bottom:8rem}#cop-page .triangle.animate--down{bottom:0;transition:bottom 1s ease-in}}#cop-page .one-last-step{flex-direction:column;border-top:1px solid #363635}@media screen and (max-width:780px){#cop-page .one-last-step.grid__custom{padding:0 0 4.5rem}}#cop-page .one-last-step .icon--dashtick{position:relative;width:50px;height:50px;background-color:#f5f5f5;display:inline-block;border-radius:25px;top:-19px;left:2px;margin-right:15px}#cop-page .one-last-step .icon--dashtick svg{height:20px;width:20px;top:15px;position:relative}#cop-page .one-last-step .icon--dashtick .cls-1{fill:#e1e1e1}#cop-page .one-last-step h2{margin:0;padding-top:5rem;font-size:3.5rem}#cop-page .one-last-step-in{position:relative;top:4.5rem}#cop-page .one-last-step-in:before{display:block;content:"";width:0;height:0;border-style:solid;border-width:14px 0 14px 23px;border-color:transparent transparent transparent #ffd923;position:absolute;left:-4.8rem;top:1px;opacity:0;transition:left .5s ease-in,opacity .1s ease-in}@media screen and (min-width:930px){#cop-page .one-last-step-in:before{border-width:16px 0 14px 27px}}#cop-page .one-last-step-in.animate--left:before{opacity:1;left:-4rem;z-index:400}#cop-page .one-last-step-indent{margin-left:20px}#cop-page .one-last-step-checks li{font-family:Open Sans,Arial,sans-serif;margin-bottom:10px;margin-top:0;font-weight:600}@media screen and (min-width:930px){#cop-page .one-last-step-checks li{display:inline-block;padding-right:30px}}#cop-page .one-last-step-checks li .icon-Tick{height:24px;width:24px;border-radius:12px;background-color:#fff;margin-right:20px;border:1px solid #c74298;display:inline-block;font-size:.7em;font-weight:700;vertical-align:top;transition:background-color .2s linear}#cop-page .one-last-step-checks li .icon-Tick:before{position:relative;top:6px;left:6px}#cop-page .one-last-step-checks li.active .icon-Tick{background-color:#c74298}#cop-page .one-last-step .button_last-step{margin-top:20px;transition:background-color .2s linear;background-color:#fff;color:#000!important;font-size:1.5rem;display:flex;flex:0 0 100%;justify-content:center;font-family:Univers,Arial,sans-serif;font-size:2.3rem;line-height:6.4rem;padding:0}#cop-page .one-last-step .button_last-step .icon-Tick{display:inline-block;background-color:#e1e1e1;height:50px;width:50px;color:#8a8a8a;border-radius:25px;position:relative;top:-20px;margin-right:10px;font-size:2rem;font-weight:700;line-height:.7rem}#cop-page .one-last-step .button_last-step .icon-Tick:before{top:22px;left:1px;position:relative}#cop-page .one-last-step .button_last-step.active{background-color:#c74298;color:#fff!important}#cop-page .one-last-step .button_last-step.active:hover{background-color:#8a2e6a}#cop-page .one-last-step .button_last-step.active .icon--dashtick{background-color:#fff}#cop-page .one-last-step .button_last-step.active .icon-Tick{background-color:#fff;color:#c74298}#cop-page .one-last-step .button_last-step.active .cls-1{fill:#c74298}#cop-page .find-course-by-atar{position:relative;flex-direction:column}#cop-page .find-course-by-atar h2{font-size:2.8rem;line-height:1.2em;position:relative;margin:0;margin-left:4rem;letter-spacing:-.7px}@media screen and (min-width:930px){#cop-page .find-course-by-atar h2{font-size:3.5rem;margin-left:0}}#cop-page .find-course-by-atar h2:before{content:"";width:0;height:0;border-style:solid;border-color:transparent transparent transparent #58bcaf;border-width:16px 0 16px 27px;margin-left:-4rem;position:absolute}@media screen and (min-width:930px){#cop-page .find-course-by-atar h2:before{margin-left:-4rem}}#cop-page .find-course-by-atar h2+p{margin:1rem 0 30px}#cop-page .find-course-by-atar .grid__custom{flex-direction:column;overflow:hidden}@media screen and (min-width:930px){#cop-page .find-course-by-atar .grid__custom{overflow:initial}}#cop-page .find-course-by-atar .teal-design{right:0;position:absolute;bottom:18.2rem;z-index:-1}@media screen and (max-width:1400px){#cop-page .find-course-by-atar .teal-design{display:none}}@media screen and (min-width:930px){#cop-page .find-course-by-atar .block--coloured{margin-top:0;margin-bottom:2.7rem}}#cop-page .find-course-by-atar .block--coloured:before{content:"";display:block;position:absolute;width:100%;left:0;background:#e1e1e1;min-height:20.9rem;z-index:0}@media screen and (min-width:930px){#cop-page .find-course-by-atar .block--coloured:before{min-height:15.2rem;margin-top:3.5rem}}#cop-page .find-course-by-atar .reveal-if-active{display:none;position:absolute}@media screen and (min-width:930px){#cop-page .find-course-by-atar .reveal-if-active{background:#fff;min-height:33.2rem;max-width:64.7rem;box-shadow:5.9px 5.4px 13px 0 rgba(55,54,53,.22);width:100%;z-index:0;position:absolute;right:50%;transform:translateX(50%);border-radius:8px;top:0;padding:8rem 6.6rem 0}}#cop-page .find-course-by-atar .reveal-if-active:before{content:"";display:block;position:absolute;width:100%;height:82px;background:#f5f5f5;top:0;border-radius:0 0 50% 50%}#cop-page .find-course-by-atar .filter span{font-weight:700;text-transform:uppercase;max-width:24.3rem;width:auto;z-index:1003}@media screen and (min-width:930px){#cop-page .find-course-by-atar .filter span{width:100%}}#cop-page .find-course-by-atar .filter span.dot{display:inline-block;height:1rem;margin:0 .5rem 2rem;width:1rem;background-color:rgba(0,0,0,.3);transition:background-color .2s}#cop-page .find-course-by-atar .filter span.dot.fill-magenta{background-color:#c74298}#cop-page .find-course-by-atar .filter div:last-child label{border-right:none}#cop-page .find-course-by-atar .filter>div:nth-child(3) .reveal-if-active{height:64rem}#cop-page .find-course-by-atar .filter>div:nth-child(3) .reveal-if-active .filter__list{position:relative;width:100%}@media screen and (max-width:930px){#cop-page .find-course-by-atar .filter>div:nth-child(3) .reveal-if-active .filter__list{padding-top:0;height:5.5rem}}@media screen and (min-width:931px){#cop-page .find-course-by-atar .filter>div:nth-child(3) .reveal-if-active .filter__list{top:-3.7rem}}#cop-page .find-course-by-atar .filter>div:nth-child(4) .reveal-if-active .filter__list{height:inherit;margin-bottom:4rem;position:relative;width:100%;min-height:18rem;padding-top:3.2rem}@media screen and (max-width:930px){#cop-page .find-course-by-atar .filter>div:nth-child(4) .reveal-if-active .filter__list{padding-top:0}}#cop-page .find-course-by-atar .filter--popup{background:#fff;display:flex;flex:0 0 100%;border-radius:9.4px;box-shadow:4.5px 4px 8.2px .8px rgba(0,0,0,.03);padding:2.1rem 1.7rem;position:relative}@media screen and (max-width:930px){#cop-page .find-course-by-atar .filter--popup{z-index:1002;justify-content:space-evenly;padding:2.1rem 1rem}#cop-page .find-course-by-atar .filter--popup label{font-size:1.3rem}}#cop-page .find-course-by-atar .filter--popup .filter-type.active-filters>label:after{content:"";display:block;width:1rem;height:1rem;border-radius:50%;background:#58bcaf;position:absolute;top:0;right:-1.2rem}@media screen and (min-width:930px){#cop-page .find-course-by-atar .filter--popup .filter-type.active-filters>label:after{right:2.3rem}}#cop-page .find-course-by-atar .filter--popup input[type=radio]{position:absolute;visibility:hidden}#cop-page .find-course-by-atar .filter--popup input[type=radio]:checked+label{color:#3a8c7b}#cop-page .find-course-by-atar .filter--popup input[type=radio]:checked+label:after{content:"";display:block;width:1rem;height:1rem;border-radius:50%;background:#58bcaf;position:absolute;top:0;right:-1.3rem}@media screen and (min-width:930px){#cop-page .find-course-by-atar .filter--popup input[type=radio]:checked+label:after{right:30px}}#cop-page .find-course-by-atar .filter--popup input[type=radio]:checked~.reveal-if-active{display:flex;flex:1;justify-content:center;align-items:center;z-index:1002;flex-direction:column;overflow:hidden;border-radius:9.4px}@media screen and (max-width:930px){#cop-page .find-course-by-atar .filter--popup input[type=radio]:checked~.reveal-if-active{top:0;left:0;column-count:2;min-width:100%;background:#fff;padding-top:10rem}}#cop-page .find-course-by-atar .filter--popup>div label{cursor:pointer;font-weight:700;position:relative;z-index:1003;text-decoration:underline}@media screen and (min-width:930px){#cop-page .find-course-by-atar .filter--popup>div label{padding:0 4.3rem 0 3.5rem;border-right:1px solid #e1e1e1}}#cop-page .find-course-by-atar .filter--popup>div .enter-atar--container{box-shadow:none;width:100%;display:flex;flex:1;flex-wrap:nowrap;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:930px){#cop-page .find-course-by-atar .filter--popup>div .enter-atar--container{padding-top:0}}#cop-page .find-course-by-atar .filter--popup>div .filter__list{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;list-style:none;margin:0;padding:0;height:31.2rem;flex:0 0 auto;position:absolute;list-style-type:none!important}@media screen and (max-width:930px){#cop-page .find-course-by-atar .filter--popup>div .filter__list{flex:1 1 100%;top:-4px;position:relative;width:100%;background:#fff;z-index:-1;padding:40px 5px;height:auto;column-count:2}}#cop-page .find-course-by-atar .filter--popup>div .filter__list li{max-width:50%;display:flex;flex:0 0 auto;margin:0 0 .5rem;padding:0;flex-direction:row-reverse;width:100%}#cop-page .find-course-by-atar .filter--popup>div .filter__list input{visibility:hidden;width:0;padding:0;margin:0}#cop-page .find-course-by-atar .filter--popup>div .filter__list input:checked+label:before{background-color:#c74298;border-color:#c74298;transition:all .3 ease}#cop-page .find-course-by-atar .filter--popup>div .filter__list input:checked+label:after{content:"\e928a";font-family:icomoon!important;font-size:11px;position:absolute;left:6px;top:0;color:#fff;font-weight:600}#cop-page .find-course-by-atar .filter--popup>div .filter__list label{width:100%;padding:0;margin:0;font-size:15px;font-weight:400;text-decoration:none;padding-left:3.5rem}#cop-page .find-course-by-atar .filter--popup>div .filter__list label:before{content:"";display:block;width:21px;height:20px;border-radius:2px;border:1.5px solid #cecece;background-color:#fff;position:absolute;left:0;transition:all .3 ease}#cop-page .find-course-by-atar .filter--popup>div .filter__list label+input{visibility:hidden;width:0;padding:0;margin:0}#cop-page .find-course-by-atar .filter--popup>div .filter__list label+input:checked+label:before{background-color:#c74298}#cop-page .find-course-by-atar .find-out-more__container{background:#e1e1e1;display:flex;flex:0 0 100%;align-items:center;margin-left:-1.4rem;width:calc(100% + 3.6rem)}@media screen and (max-width:930px){#cop-page .find-course-by-atar .find-out-more__container{margin-top:-3rem;padding:6rem 0 4.4rem}}@media screen and (min-width:930px){#cop-page .find-course-by-atar .find-out-more__container{flex-direction:row;min-height:120px;padding:1.2rem 0}}#cop-page .find-course-by-atar .find-out-more__container .atar-conditional{justify-content:flex-start}#cop-page .find-course-by-atar .find-out-more__container .atar-conditional .flexContainer{justify-content:flex-start!important;padding:0 2rem}#cop-page .find-course-by-atar .find-out-more__container .atar-conditional .button{margin-top:0}@media screen and (max-width:740px){#cop-page .find-course-by-atar .find-out-more__container .atar-conditional .button{width:100%}}#cop-page .find-course-by-atar .find-out-more__container .icon--compass{width:56px;margin-right:35px}@media screen and (max-width:930px){#cop-page .find-course-by-atar .find-out-more__container .icon--compass{margin-left:25px;margin-top:-10px}}@media screen and (max-width:686px){#cop-page .find-course-by-atar .find-out-more__container .icon--compass{margin-top:-60px}}#cop-page .find-course-by-atar .find-out-more__container i{font-size:5.6rem;color:#c74298;top:0;position:absolute;margin-left:2rem}@media screen and (min-width:930px){#cop-page .find-course-by-atar .find-out-more__container i{top:auto;margin-left:1rem}}#cop-page .find-course-by-atar .find-out-more__container p{max-width:32.3rem;margin-bottom:2.4rem;padding-left:6.7rem}@media screen and (min-width:930px){#cop-page .find-course-by-atar .find-out-more__container p{margin:0 4.5rem 0 0}}#cop-page .find-course-by-atar .find-out-more__container p span{font-size:2.4rem;font-family:Univers,Arial,sans-serif}#cop-page .find-course-by-atar .find-out-more__container p span.magenta{color:#c74298}#cop-page .find-course-by-atar .find-out-more__container button{margin:0}#cop-page .find-course-by-atar .table__legend{background:none;padding:3rem 0;margin-bottom:13.6rem}@media screen and (min-width:930px){#cop-page .find-course-by-atar .table__legend{margin-bottom:8rem}}#cop-page .find-course-by-atar .table__legend ul{list-style-type:none;list-style:none;padding:0}#cop-page .find-course-by-atar .table__legend ul li{background:none;padding:0;font-size:1.2rem;line-height:2em;margin:0}#cop-page .find-course-by-atar .table__legend span{font-weight:700}@media screen and (max-width:930px){#cop-page .find-course-by-atar .dataTables_wrapper .dataTables_paginate{clear:both;float:none;text-align:center}}#cop-page .cop-support-week{margin-bottom:2.8rem;flex-wrap:nowrap}@media screen and (min-width:930px){#cop-page .cop-support-week{padding:0;margin-bottom:20rem}#cop-page .cop-support-week h2{font-size:3.5rem;max-width:36.9rem;line-height:1em;letter-spacing:-1.52px}#cop-page .cop-support-week p{max-width:44rem}}#cop-page .cop-support-week .flexContainer{max-width:1300px;margin-right:0;margin-left:auto}@media screen and (min-width:930px){#cop-page .cop-support-week .flexContainer--column.desktop{width:calc(100% - 482px);max-width:72.3rem;height:auto;margin-left:auto;margin-right:0;position:relative}#cop-page .cop-support-week .flexContainer--column.desktop:before{content:"";display:block;width:17rem;height:17rem;background:#fff;border-radius:50%;position:absolute;top:-6rem;left:-8rem;Z-INDEX:-1}#cop-page .cop-support-week .flexContainer--column.desktop img{width:100%;position:relative}#cop-page .cop-support-week .flexContainer--column.desktop img.decal{position:absolute;display:block;z-index:0;top:auto;max-width:717px;top:16.6rem;right:-160px}}#cop-page .cop-support-week .key-dates__panels{display:flex;flex:1 1 100%;flex-direction:column;max-height:393px;justify-content:flex-start;overflow:hidden}#cop-page .cop-support-week .campus__container{max-width:7.9rem;max-height:11.2rem;width:100%;overflow:hidden;display:flex;flex:0 0 auto;justify-content:center;margin-right:1.4rem}@media screen and (max-width:500px){#cop-page .cop-support-week .campus__container{margin-right:0!important}}#cop-page .cop-support-week .campus__panel{background:#fff;display:flex;flex:0 0 auto;align-items:center;margin-bottom:.8rem;text-decoration:none;max-width:36.6rem;min-height:11.2rem;border-radius:8px;box-shadow:1px 1.7px 7px 0 rgba(55,54,53,.05);overflow:hidden;padding:2rem 30px}@media screen and (max-width:930px){#cop-page .cop-support-week .campus__panel{max-width:36.6rem}}#cop-page .cop-support-week .campus__panel--consultations{height:auto!important;padding-top:20px;padding-bottom:40px;overflow:visible;position:relative;left:30px}@media screen and (max-width:500px){#cop-page .cop-support-week .campus__panel--consultations{left:13px}}#cop-page .cop-support-week .campus__panel--consultations .campus__container{align-self:flex-start;position:relative;height:60px;width:60px;background-color:#e1e1e1;border-radius:30px;left:-30px;top:10px;z-index:200}@media screen and (min-width:930px){#cop-page .cop-support-week .campus__panel--consultations .campus__container{top:0;height:80px;width:80px;border-radius:40px}}#cop-page .cop-support-week .campus__panel--consultations .campus__container .campus_location--icon{font-size:2em;align-self:center}@media screen and (min-width:930px){#cop-page .cop-support-week .campus__panel--consultations .campus__container .campus_location--icon{font-size:2.4em}}#cop-page .cop-support-week .campus__panel--consultations .campus__container .campus_location--icon .icon-Locations:before{color:#0b7161}#cop-page .cop-support-week .campus__panel--consultations .button{margin-top:2px;padding-left:60px}#cop-page .cop-support-week .campus__panel p,#cop-page .cop-support-week .campus__panel strong{color:#000}@media screen and (min-width:930px){#cop-page .cop-support-week .campus__panel{box-shadow:4.5px 4px 9px 0 rgba(55,54,53,.08)}}#cop-page .cop-support-week .campus__panel:visited{text-decoration:none}#cop-page .cop-support-week .campus__panel a{display:flex;text-decoration:none;flex:1 1 100%}#cop-page .cop-support-week .campus__panel p{margin-top:0;margin-bottom:1.3rem}#cop-page .cop-support-week .campus__panel p~span{text-decoration:underline;position:relative;display:flex;flex:0 0 auto;margin-top:0}#cop-page .cop-support-week .campus__panel p~span:after{content:">";color:#fff;display:flex;flex:0 0 auto;height:1.9rem;width:1.9rem;margin-left:.6rem;background:#0b7161;border-radius:50%;justify-content:center;align-items:center;top:4px;position:relative}#cop-page .cop-support-week .campus__panel h2{text-decoration:none}#cop-page .discover-pathway{margin-bottom:5.5rem}@media screen and (min-width:930px){#cop-page .discover-pathway{margin-bottom:10.1rem}#cop-page .discover-pathway__text{padding-top:2rem;max-width:calc(100% - 47.7rem)}#cop-page .discover-pathway__text h2{font-size:3.5rem;line-height:1em;max-width:43.5rem}}@media screen and (min-width:930px){#cop-page .discover-pathway__text .button{max-width:100%;width:-webkit-fit-content}}#cop-page .discover-pathway .flexContainer{flex-direction:row;display:flex;flex:1}#cop-page .discover-pathway .flexContainer .graphic{max-width:44.7rem;width:100%;position:relative;display:none}@media screen and (min-width:930px){#cop-page .discover-pathway .flexContainer .graphic{margin-right:2.6rem;display:block}}#cop-page .discover-pathway .flexContainer .graphic img{height:auto;width:100%}#cop-page .discover-pathway .flexContainer .graphic .shape{position:absolute;opacity:0}#cop-page .discover-pathway .flexContainer .graphic .shape.triangle--lrg{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffd923;border-width:26px 0 26px 45px;top:9.9rem;left:2.2rem}#cop-page .discover-pathway .flexContainer .graphic .shape.triangle--sml{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffd923;border-width:17.5px 0 17.5px 30px;right:0;top:8.9rem;left:auto}#cop-page .discover-pathway .flexContainer .graphic .shape.d-shape--teal{width:4.7rem;height:4rem;background-color:#007d98;border-radius:0 50% 50% 0;top:2.1rem;left:13.7rem}#cop-page .discover-pathway .flexContainer .graphic .shape.d-shape--purple{width:5.6rem;height:4.8rem;background-color:#c74298;border-radius:0 50% 50% 0;top:7.6rem;left:30.9rem}#cop-page .discover-pathway .flexContainer .graphic .shape.circle--orange{width:3.8rem;height:3.8rem;background-color:#ff9300;border-radius:50%;top:16.7rem;left:22.5rem}#cop-page .discover-pathway .flexContainer .graphic.fadeIN .shape{animation-name:twinkle-twinkle-in;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:forwards}#cop-page .discover-pathway .flexContainer .graphic.fadeIN .triangle--lrg{animation-delay:0s}#cop-page .discover-pathway .flexContainer .graphic.fadeIN .d-shape--teal{animation-delay:.3s}#cop-page .discover-pathway .flexContainer .graphic.fadeIN .circle--orange{animation-delay:.6s}#cop-page .discover-pathway .flexContainer .graphic.fadeIN .d-shape--purple{animation-delay:.9s}#cop-page .discover-pathway .flexContainer .graphic.fadeIN .triangle--sml{animation-delay:1.2s}#cop-page .discover-pathway .flexContainer .graphic.fadeOut .shape{animation-name:twinkle-twinkle-out;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:backwards}#cop-page .discover-pathway .flexContainer .graphic.fadeOut .triangle--lrg{animation-delay:0s}#cop-page .discover-pathway .flexContainer .graphic.fadeOut .d-shape--teal{animation-delay:.3s}#cop-page .discover-pathway .flexContainer .graphic.fadeOut .circle--orange{animation-delay:.6s}#cop-page .discover-pathway .flexContainer .graphic.fadeOut .d-shape--purple{animation-delay:.9s}#cop-page .discover-pathway .flexContainer .graphic.fadeOut .triangle--sml{animation-delay:1.2s}#cop-page .discover-pathway .flexContainer .discover-pathway{margin-bottom:5.5rem}@media screen and (min-width:930px){#cop-page .discover-pathway .flexContainer .discover-pathway{max-width:calc(50% - 27px)}#cop-page .discover-pathway .flexContainer .discover-pathway h2{font-size:3.5rem;letter-spacing:-.52px}}#cop-page .discover-pathway .flexContainer .discover-pathway h2{line-height:1em;letter-spacing:-.7px}#cop-page .discover-pathway+.flexContainer{flex-wrap:nowrap}#cop-page .courses,#cop-page .courses .dataTables_length{position:relative}#cop-page .courses .sticky-container{background-color:#f5f5f5;box-shadow:1px 1.7px 7px 0 rgba(55,54,53,.05);position:sticky;z-index:1000;top:5.5rem;width:calc(100% + 38px);margin-left:-1.8rem;padding:1.8rem;margin-bottom:0!important}#cop-page #courses-by-atar__table{margin-bottom:2.7rem}#cop-page #courses-by-atar__table th:first-child{width:55%!important;background-position:12rem}@media screen and (max-width:760px){#cop-page #courses-by-atar__table th:first-child{width:45%!important}}#cop-page #courses-by-atar__table th:nth-child(3){background-position:10rem}#cop-page #courses-by-atar__table th tr{background-color:#363635}#cop-page #courses-by-atar__table td:nth-child(2){font-family:Worldly Regular,Open Sans,Arial,sans-serif;font-size:1.8rem;font-weight:700}#cop-page #courses-by-atar__table td:last-child a i.icon-RightArrow{width:30px;height:30px}#cop-page #courses-by-atar__table td:last-child a i.icon-RightArrow:hover{background-color:#024c41!important}#cop-page #courses-by-atar__table td:last-child a i.icon-RightArrow:before{margin-top:4px;margin-left:2px;font-size:1em}#cop-page #courses-by-atar__table a{text-decoration:none}#cop-page #courses-by-atar__table a:hover{text-decoration:underline}@media screen and (max-width:930px){#cop-page #courses-by-atar__table{font-size:1.5rem;border-left:0;border-right:none}#cop-page #courses-by-atar__table_wrapper{margin-left:-2rem;width:calc(100% + 4rem)}#cop-page #courses-by-atar__table th{padding:1.2rem;max-width:12.3rem}#cop-page #courses-by-atar__table td{max-width:12.3rem;padding:.5rem 1rem}}#cop-page #courses-by-atar__table_filter{display:none}#cop-page .graphic-d{position:absolute;bottom:40%;left:-70px;max-width:40rem}#cop-page .graphic-d embed,#cop-page .graphic-d img{height:auto;width:100%}#cop-page .graphic-d .circle{height:5.6rem;width:5.6rem;border-radius:50%;background-color:#c74298;display:block;z-index:0;left:200px;position:absolute;top:36px}#cop-page .scholarship{position:relative;flex-direction:column}@media screen and (max-width:930px){#cop-page .scholarship{overflow-x:hidden;padding-bottom:30px;margin-bottom:17.4rem}}#cop-page .scholarship:after{content:"";display:block;height:16.9rem;background:#e1e1e1;width:100%;position:absolute;left:0;z-index:-1;top:auto;bottom:0}@media screen and (min-width:930px){#cop-page .scholarship:after{height:32.8rem;bottom:25%;max-width:124.3rem}}@media screen and (min-width:1240px){#cop-page .scholarship:after{left:calc(50% - 62.15rem);width:200%}}@media screen and (min-width:930px){#cop-page .scholarship .triangle--down--large{width:0;height:0;border-style:solid;border-width:119px 68px 0;border-color:#c74299 transparent transparent;left:calc(50% - 70px);position:relative;bottom:9.6rem;transition:bottom .35s ease}#cop-page .scholarship .triangle--down--large.animate--down{transition:bottom .35s ease;bottom:4.6rem}#cop-page .scholarship .button__container,#cop-page .scholarship h5{display:none}}#cop-page .scholarship h2{font-size:3.5rem;line-height:1em;padding:0;margin-bottom:2rem;margin-top:0}@media screen and (max-width:930px){#cop-page .scholarship h2{line-height:1.3em}}#cop-page .scholarship h2+p{margin-top:0;margin-bottom:30px}#cop-page .scholarship .cards__container{position:relative}@media screen and (min-width:930px){#cop-page .scholarship .cards__container{height:auto;margin-bottom:24.8rem}}#cop-page .scholarship .card{background:#fff;border-top:8px solid #0d8572;border-radius:8px;box-shadow:5.9px 5.4px 9px 0 rgba(0,0,0,.05);padding:3rem 2rem 3.3rem;text-align:center;width:100%;position:absolute;top:0;left:0;height:392px}@media screen and (max-width:930px){#cop-page .scholarship .card{display:none;overflow:hidden;position:relative}#cop-page .scholarship .card.show{display:block}#cop-page .scholarship .card ul{padding:0 0 0 1.3rem!important}#cop-page .scholarship .card h3{max-width:37.9rem!important}}@media screen and (min-width:930px){#cop-page .scholarship .card{max-width:301px;height:auto;top:auto;left:auto;position:relative}}@media screen and (min-width:930px){#cop-page .scholarship .card:nth-child(2){margin:0 1.3rem}#cop-page .scholarship .card:nth-child(2) h3{max-width:22rem}}#cop-page .scholarship .card h3{font-family:Univers,Arial,sans-serif;font-size:2.4rem;line-height:1.33em;color:#0d8572;font-weight:400;margin:0 auto;padding:0 1rem;text-align:center;text-transform:uppercase}@media screen and (min-width:930px){#cop-page .scholarship .card h3{height:9.3rem;overflow:hidden}}#cop-page .scholarship .card h4{margin:2rem auto 2.4rem;font-size:1.4rem;text-align:center!important;width:100%;display:block}#cop-page .scholarship .card h4:after{content:"";display:block;height:4px;background:#e1e1e1;width:45px;margin:20px auto 24px;border-radius:2px}@media screen and (min-width:930px){#cop-page .scholarship .card h4{margin:1rem auto 1.4rem;padding:0 4rem}}#cop-page .scholarship .card ul{margin-bottom:6.9rem;padding:0 1.5rem}#cop-page .scholarship .card ul~a{position:absolute;display:flex;flex:0 0 auto;justify-content:center;align-items:center;bottom:0;width:100%;left:0;height:7.9rem;border-top:1px solid #e1e1e1}@media screen and (max-width:930px){#cop-page .scholarship .card ul~a{height:6rem}}#cop-page .scholarship .card ul~a:focus:after,#cop-page .scholarship .card ul~a:hover:after{background-color:#8a2e6a}#cop-page .scholarship .card ul li{text-align:left;list-style:disc;margin-bottom:0!important;font-family:Open Sans,Arial,sans-serif;line-height:1.3em}#cop-page .scholarship .card--horizontal{max-width:100%!important}@media screen and (max-width:930px){#cop-page .scholarship .card--horizontal h4{margin:1rem auto 0}#cop-page .scholarship .card--horizontal ul~a{bottom:-2rem}}@media screen and (max-width:600px){#cop-page .scholarship .card--horizontal ul~a{bottom:0}}@media screen and (min-width:930px){#cop-page .scholarship .card--horizontal{margin-top:3.2rem;text-align:left;display:flex;flex:1 1 100%;padding:3.3rem 2.6rem}#cop-page .scholarship .card--horizontal h4:after{display:none}#cop-page .scholarship .card--horizontal .flexContainer--column:first-child{max-width:22.4rem;justify-content:center;align-items:center;text-align:left;border-right:4px solid #e1e1e1;margin-right:2rem}#cop-page .scholarship .card--horizontal .flexContainer--column:first-child h4{position:relative;top:1.5rem}#cop-page .scholarship .card--horizontal .flexContainer--column ul{margin-bottom:0}#cop-page .scholarship .card--horizontal .flexContainer--column a{border-top:none;height:auto;position:relative;justify-content:left}}#cop-page .button__container{border-radius:8px;box-shadow:1px 1.7px 7px 0 rgba(0,0,0,.05);display:flex;flex:0 0 auto;justify-content:center;margin-bottom:1.6rem;overflow:hidden}#cop-page .button__container button{padding:22px 0;display:flex;flex:1;justify-content:center;border-right:1px solid #e1e1e1}#cop-page .button__container button:last-child{border-right:none}#cop-page .button__container button.active{background:#e1e1e1;font-weight:700}@media screen and (max-width:930px){#cop-page .find-course-by-atar{background:#f5f5f5}}#cop-page .find-course-by-atar .courses>.flexContainer{margin-bottom:2rem}#cop-page .find-course-by-atar .number-of-courses span{color:#c74298}#cop-page .find-course-by-atar .filters-section,#cop-page .find-course-by-atar .flexContainer{align-items:center;justify-content:space-between}#cop-page .find-course-by-atar .filters-section{display:flex;flex:0 0 auto;flex-direction:row}#cop-page .find-course-by-atar .filters-section .reset{color:#0b7161;text-transform:uppercase;text-decoration:underline;font-weight:700}#cop-page .find-course-by-atar .dataTables_length{display:none;margin-bottom:0}@media screen and (min-width:930px){#cop-page .find-course-by-atar .dataTables_length{display:inline-block}}#cop-page .find-course-by-atar .dataTables_length select{-webkit-appearance:none;background:none;border-radius:0;border-bottom:none;padding:0 5px;padding-right:15px;margin-right:5px;background-image:url(https://www.deakin.edu.au/__data/assets/image/0005/2234309/greenDropDown.png?v=0.1.0);background-repeat:no-repeat;background-position:100%;color:#0b7161}#cop-page .find-course-by-atar .dataTables_paginate a{font-size:1.5rem}#cop-page .find-course-by-atar .dataTables_paginate a:before{display:none;font-size:1.5rem}#cop-page .find-course-by-atar .dataTables_paginate a.paginate_button{color:#0b7161!important}#cop-page .find-course-by-atar .dataTables_paginate a.paginate_button.current{color:#000!important}#cop-page .find-course-by-atar .dataTables_paginate a.paginate_button.next,#cop-page .find-course-by-atar .dataTables_paginate a.paginate_button.previous{position:relative;top:auto;width:auto;background:none;border-radius:initial;text-decoration:underline!important}#cop-page .find-course-by-atar .dataTables_paginate a.paginate_button.next.disabled,#cop-page .find-course-by-atar .dataTables_paginate a.paginate_button.previous.disabled{background-color:transparent!important}#cop-page .find-course-by-atar .dataTables_paginate__table_info{display:none}#cop-page .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,#cop-page .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,#cop-page .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,#cop-page .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,#cop-page .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,#cop-page .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{background-color:transparent!important;font-weight:600}#cop-page .how-to-cop{position:relative}#cop-page .how-to-cop .green{display:block}#cop-page .how-to-cop h2{font-size:3.5rem;line-height:1em;letter-spacing:-.88px}#cop-page .how-to-cop h2 span.yellow{display:block}#cop-page .how-to-cop .grid__medium{margin:0 auto 17.6rem}@media screen and (max-width:930px){#cop-page .how-to-cop .grid__medium{flex-direction:column}}@media screen and (min-width:930px){#cop-page .how-to-cop .grid__medium{max-width:973px!important}}@media screen and (max-width:760px){#cop-page .how-to-cop .grid__medium{padding-bottom:0!important}}#cop-page .how-to-cop .cta-content{padding:4rem 1.4rem;background:#000;color:#fff}@media screen and (max-width:930px){#cop-page .how-to-cop .cta-content{margin-bottom:5.5rem;max-height:49.7rem;max-width:100%}#cop-page .how-to-cop .cta-content+.flexContainer--column{padding:0 1.4rem 5rem}}@media screen and (min-width:930px){#cop-page .how-to-cop .cta-content{margin-right:9.3rem;margin-bottom:13.2rem;width:100%;flex-direction:column;align-items:flex-start;text-align:left;max-width:360px;padding:7.1rem 2.9rem;justify-content:center;height:40.7rem}#cop-page .how-to-cop .cta-content:before{background:#000;content:"";display:block;height:40.7rem;width:40.7rem;left:-20rem;position:absolute;top:0;border-radius:50%;z-index:0}}#cop-page .how-to-cop .cta-content a{color:#fff}#cop-page .how-to-cop .cta-content a:hover{color:#ffd923}@media screen and (max-width:740px){#cop-page .how-to-cop .cta-content .button{margin-bottom:0;font-weight:700;width:100%}}@media screen and (min-width:930px) and (max-width:1400px){#cop-page .how-to-cop .cta-content{margin-left:20%;margin-right:4.3rem}}#cop-page .how-to-cop .cta-content .button:after{display:none}@media screen and (min-width:930px){#cop-page .how-to-cop .cta-content .align-container{max-width:30rem;flex:0;margin-right:0;margin-left:-1rem;z-index:1}}@media screen and (max-width:930px){#cop-page .how-to-cop .cta-content .align-container{justify-content:flex-start;display:flex;flex-direction:column;flex:1 1 100%;left:auto;position:relative;align-items:flex-start}#cop-page .how-to-cop .cta-content p{margin-top:0}}@media screen and (max-width:930px) and screen and (min-width:930px){#cop-page .how-to-cop .cta-content p{max-width:28.3rem}}#cop-page .how-to-cop div:nth-child(2){padding:0}@media screen and (min-width:930px){#cop-page .how-to-cop div:nth-child(2){max-width:48.2rem;padding:2rem 0 8rem;align-content:center}}#cop-page .how-to-cop div:nth-child(2) a{font-weight:600}#cop-page .how-to-cop .bg-numbers{counter-reset:e;list-style-type:none;margin-bottom:3rem}@media screen and (min-width:740px) and (max-width:930px){#cop-page .how-to-cop .bg-numbers{margin:0 0 2rem 6rem}}#cop-page .how-to-cop .bg-numbers li{padding-left:1rem;display:flex;flex:1 1 100%;align-items:center}#cop-page .how-to-cop .bg-numbers li:before{content:counter(e) "  ";counter-increment:e;background:#c74298;height:3rem;width:3rem;border-radius:50%;color:#fff;display:flex;flex:0 0 30px;justify-content:center;align-items:center}#cop-page .how-to-cop .bg-numbers li a{margin-bottom:0;margin-left:0;font-weight:600}#cop-page .how-to-cop .bg-numbers li a:after{display:none}#cop-page .how-to-cop a{margin-bottom:1rem}#cop-page .how-to-cop a:after{content:">";display:inline-flex;flex:0 0 auto;height:2rem;width:2rem;background:#0b7161;color:#fff;border-radius:50%;justify-content:center;align-items:center;margin-left:.5rem}#cop-page .put-deakin-first .photo-banner{position:relative;z-index:0}#cop-page .put-deakin-first .photo-banner:before{content:"";background:url(mysource_files/triangle-down.png) no-repeat;position:absolute;width:12.2rem;right:-.9rem;left:auto;transition:right 1.5s ease-in;transform:rotate(90deg);top:-30px}#cop-page .put-deakin-first .photo-banner .grid__custom{position:relative;z-index:1}#cop-page .put-deakin-first .photo-banner .image__frame{max-height:31.1rem;height:auto;overflow:hidden;position:relative;justify-content:center;align-items:baseline;display:flex;flex:1 1 100%}#cop-page .put-deakin-first .photo-banner .image__frame img{max-height:100%;position:relative;width:auto;max-width:100%;min-width:100%}#cop-page .put-deakin-first .photo-banner .put-deakin-first__image-container{position:absolute;max-width:13.1rem;left:1.4rem;top:-7.2rem;z-index:2}#cop-page .put-deakin-first .photo-banner .put-deakin-first__image-container img{position:relative}#cop-page .put-deakin-first .photo-banner .put-deakin-first__image-container:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:57px 0 57px 77px;border-color:transparent transparent transparent #c74299;z-index:0;left:-6.8rem;top:78%;transition:left .5s ease-in}#cop-page .put-deakin-first .photo-banner .put-deakin-first__image-container.animate--right:before{left:-1.4rem;transition:left .5s ease-in}#cop-page .put-deakin-first .photo-banner .triangle--right{position:absolute;width:12.2rem;right:-.9rem;left:auto;transition:right 1.5s ease-in;transform:rotate(90deg);top:-30px}@media screen and (min-width:930px){#cop-page .put-deakin-first .photo-banner .triangle--right{max-width:24.3rem;height:auto;right:-9rem;width:100%}}#cop-page .put-deakin-first .photo-banner .floating-triangle{max-width:7rem;position:absolute;z-index:1;right:0;top:-2.5rem}@media screen and (min-width:740px){#cop-page .put-deakin-first .photo-banner .floating-triangle{top:-8rem;max-width:21.1rem}}#cop-page .footer{color:#fff;padding-bottom:7rem;background-color:#363635;background-image:linear-gradient(117deg,#363737 66%,#000 0);background-image:-webkit-linear-gradient(117deg,#363737 66%,#000 0)}@media screen and (max-width:930px){#cop-page .footer{background-image:linear-gradient(117deg,#363737 69%,#000 0);background-image:-webkit-linear-gradient(117deg,#363737 69%,#000 0);background-position-y:0}}@media screen and (max-width:740px){#cop-page .footer span.aqua{display:block}}#cop-page .footer .bordered{padding:6.5rem 0 1rem;border-bottom:1px solid #737373;margin-bottom:2rem;z-index:0}@media screen and (min-width:930px){#cop-page .footer .bordered{padding:6.5rem 0 4rem}}@media screen and (min-width:930px){#cop-page .footer .bordered .flexContainer--column{max-width:50%;display:flex;flex-direction:column;justify-content:space-between!important}}#cop-page .footer .flexContainer--column:first-child{padding:0 1.4rem;z-index:1}@media screen and (min-width:930px){#cop-page .footer .flexContainer--column:first-child{flex:1 1 50%;padding:0}#cop-page .footer .flexContainer--column:first-child p{max-width:32rem}}#cop-page .footer .flexContainer--column:last-child{padding:4.8rem 1.4rem 4rem}@media screen and (min-width:930px){#cop-page .footer .flexContainer--column:last-child{flex:1 1 50%;padding:0 1.4rem}}#cop-page .footer .flexContainer--column:last-child .button{border:1px solid #0d8572;margin-bottom:0}#cop-page .footer svg{display:block;width:100%;height:90px;background:#363635}#cop-page .footer h2{margin:0}@media screen and (min-width:930px){#cop-page .footer h2{font-size:3.35rem;margin:0 0 1rem;line-height:.94;letter-spacing:-.5px}}#cop-page .footer h2 img{width:13.3rem}@media screen and (min-width:930px){#cop-page .footer h2 img{width:16rem}}#cop-page .footer h2+p{margin-top:0}#cop-page .footer .button{color:#fff;border:1px solid #007d98;margin:2rem 0 0;padding:16px 22px 18px;max-width:175px;min-width:auto}@media screen and (min-width:930px){#cop-page .footer .yellow{display:initial}}#cop-page .footer-title{margin:0}#cop-page .footer .footer-social-links{flex-direction:column}#cop-page .footer .footer-social-links__list{margin:0 0 0 4rem}#cop-page .footer .footer-social-links .social-link__link{margin-bottom:0}#cop-page .footer .footer-social-links .flexContainer{align-items:center;margin-bottom:30px}#cop-page .footer .usual-links li.footer-navigation__list-item{margin-bottom:1.4rem}@media screen and (min-width:930px){#cop-page .footer .usual-links li.footer-navigation__list-item{margin-bottom:5px}}#cop-page .footer .usual-links a{color:#fff}@media screen and (max-width:930px){#cop-page.safari .find-course-by-atar .filter>div:nth-child(3) .reveal-if-active{height:62rem}}#cop-page .mobile{display:flex}@media screen and (min-width:930px){#cop-page .mobile{display:none}}#cop-page .desktop{display:none}@media screen and (min-width:930px){#cop-page .desktop{display:block}}#cop-page table.dataTable thead .sorting{background-image:url(https://www.deakin.edu.au/__data/assets/file/0008/2467448/LT_Grey_Down.svg);background-position:8rem}@media screen and (max-width:760px){#cop-page table.dataTable thead .sorting{background-position:6rem}}#cop-page table.dataTable thead .sorting_desc{background-image:url(https://www.deakin.edu.au/__data/assets/file/0003/2467452/Yellow_Down.svg)}#cop-page table.dataTable thead .sorting_asc{background-image:url(https://www.deakin.edu.au/__data/assets/file/0004/2467453/Yellow_Up.svg)}#cop-page table.dataTable tbody tr.odd{background-color:#f5f5f5}#cop-page #courses-by-atar__table_info{display:none}#campus__list,#interest-area__list,#interest-area__list li{list-style:none}.grid__custom{display:flex;flex:1 1 100%;max-width:93rem;margin:0 auto;padding-left:1.4rem;padding-right:1.4rem;width:100%;overflow:visible}@media screen and (min-width:930px){.grid__custom{margin:0 auto;padding-left:0;padding-right:0}}.grid__medium{max-width:124.3rem}@media screen and (min-width:930px){.grid__medium{margin:0 auto;padding-left:0;padding-right:0}}@keyframes twinkle-twinkle-in{0%{opacity:0}to{opacity:1}}@keyframes twinkle-twinkle-out{0%{opacity:1}to{opacity:0}}.slogan-banner{position:relative;background:url(//www.deakin.edu.au/__data/assets/image/0008/2253158/woman-banner-mobile.jpg);background-size:cover;background-position-x:center}@media screen and (min-width:740px){.slogan-banner{background:url(//www.deakin.edu.au/__data/assets/image/0009/2253159/woman-banner.jpg);height:31.1rem;background-position-x:center;margin-bottom:14.7rem}}@media screen and (min-width:1200px){.slogan-banner{background-repeat:no-repeat;background-size:cover}}.slogan-banner h2.slogan{max-width:20rem;font-size:42.5px;font-weight:700;font-stretch:normal;font-style:normal;line-height:.88;letter-spacing:-.64px;right:auto;position:relative;top:-8.5rem}@media screen and (min-width:740px){.slogan-banner h2.slogan{top:-6.5rem}}.slogan-banner h2.slogan span{position:relative;z-index:1}@media screen and (min-width:740px){.slogan-banner h2.slogan{left:74%;top:-5.7rem}}.slogan-banner h2.slogan:after{content:"";display:block;width:0;height:0;border-top:57px solid transparent;border-bottom:57px solid transparent;border-right:82px solid #c74298;position:relative;right:1.4rem;top:-4rem;transform:scaleX(-1);z-index:0}@media screen and (min-width:740px){.slogan-banner h2.slogan:after{border-top:65px solid transparent;border-bottom:65px solid transparent;border-right:112px solid #c74298;right:-110px;transform:scaleX(1);top:-3rem}}.slogan-banner .transparent-triangle{position:absolute;max-width:7rem;right:0;left:auto;top:-1.8rem}@media screen and (min-width:740px){.slogan-banner .transparent-triangle{max-width:21.1rem;height:24.3rem;position:relative;top:-60px;left:5%;transform:scaleX(-1)}}@media screen and (max-width:930px){#pre-cop-events .events__container .event .button{line-height:4.4rem;margin-top:2rem}}.rotate180{transform:translateX(180deg)}.module__help-hub{overflow:initial!important}.module__help-hub.module__help-hub--standalone .questions-answers{padding-bottom:0}.module__help-hub.module__help-hub--standalone .questions-answers section{margin-bottom:40px}.module__help-hub.module__help-hub--standalone .questions-answers section .answers__panel h4,.module__help-hub.module__help-hub--standalone .questions-answers section:last-child{margin-bottom:0}.module__help-hub--wrapper{padding-top:40px;margin-top:0!important;background-color:#f5f5f5}.module__help-hub--wrapper .tabslist{justify-content:initial;max-width:none}@media screen and (max-width:767px){.module__help-hub--wrapper .tabslist{margin-left:-1rem!important;width:calc(100% + 2rem)!important}}@media screen and (max-width:1600px){.module__help-hub--wrapper .tabslist{margin-left:1rem}}.module__help-hub--wrapper .tabslist>button{flex:1 1 100%;max-width:100%}@media screen and (min-width:1024px){.module__help-hub--wrapper .tabslist>button{padding:0 1.5rem}}@media screen and (min-width:1600px){.module__help-hub--wrapper .tabslist{padding-left:1rem;padding-right:1rem;max-width:1150px}}.module__help-hub--wrapper .background--grey-light{padding:4rem 1.5rem}.module__help-hub .flexContainer{flex-direction:column;margin:0 auto}.module__help-hub .module__content-panel{margin-bottom:0}.module__help-hub .module__content-panel--text--full-width{padding:0}.module__help-hub .sticky-section{background:#f5f5f5;padding-top:2rem;top:6.8rem;z-index:30}@media screen and (max-width:767px){.module__help-hub .sticky-section{margin:0}}@media screen and (max-width:767px){.module__help-hub .sticky-section fieldset.grid{max-width:unset;padding-right:0}}.module__help-hub .module__content-panel--3-col{margin-left:0;margin-right:0}.module__help-hub .module__content-panel--3-col .module__content-panel--col{padding:0 2rem 0 0}.module__help-hub .module__content-panel--wrapper{padding-left:0;padding-right:0}.module__help-hub .popular-questions{padding-top:5rem;padding-bottom:8rem}.module__help-hub .popular-questions .module__content-panel{margin-top:0}.module__help-hub .popular-questions .module__content-panel+.module__content-panel{margin-top:40px}.module__help-hub .popular-questions .module__content-panel .module__content-panel--text,.module__help-hub .popular-questions .module__content-panel .module__content-panel--title{margin-left:0;width:100%;padding-left:0!important;padding-right:0!important}.module__help-hub .popular-questions .module__mosaic-redesign{margin-top:40px!important}.module__help-hub .popular-questions .module__mosaic-redesign .module__content-panel--title--full-width{margin-left:0;width:100%;padding-left:0!important;padding-right:0!important}.module__help-hub .popular-questions .module__mosaic-redesign .mosaic__grid-redesign{margin-left:0;width:100%}@media screen and (min-width:1601px){.module__help-hub .popular-questions .module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:160px}}@media screen and (min-width:1201px){.module__help-hub .popular-questions .module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:120px}}@media screen and (min-width:981px){.module__help-hub .popular-questions .module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:120px}}@media screen and (min-width:741px){.module__help-hub .popular-questions .module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile--image{height:100px}}@media screen and (min-width:768px) and (max-width:1168px){.module__help-hub .popular-questions{padding:5rem 1.5rem 8rem}}.module__help-hub .flexContainer--row{display:flex;flex:1 1 100%;flex-direction:row}@media screen and (max-width:767px){.module__help-hub .flexContainer--row{flex-direction:column}}.module__help-hub .cell--third-col{display:flex;flex-direction:column;flex:1;justify-content:space-between;padding-right:2rem}.module__help-hub .cell__body{position:relative;margin-bottom:0;margin-top:auto}.module__help-hub .cell__footer{margin-top:3rem}.module__help-hub .search-filters{background:#e1e1e1;padding:4.5rem 0 2rem;min-height:18rem;transition:min-height .2s ease}.module__help-hub .search-filters.show:not(.fixed) .navigation__course--items{left:0!important}.module__help-hub .search-filters .tag__container{position:static}@media screen and (min-width:768px) and (max-width:1168px){.module__help-hub .search-filters{padding:4.5rem 1.5rem}}@media screen and (min-width:768px){.module__help-hub .search-filters{min-height:18rem}}.module__help-hub .search-filters.fixed{padding:2rem 0;position:sticky;top:148px;left:auto;width:100%;z-index:20;min-height:90px;transition:min-height .2s ease}.module__help-hub .search-filters.fixed .tag__filter--button{display:flex!important}@media screen and (max-width:767px){.module__help-hub .search-filters.fixed{top:45px}}.module__help-hub .search-filters.fixed .navigation__course--button{display:inline-block}.module__help-hub .search-filters.fixed .navigation__course--button-next{right:0}.module__help-hub .search-filters.fixed .cell--offset-1-col,.module__help-hub .search-filters.fixed .cell.cell--offset-1-col-x-large{margin-left:0}.module__help-hub .search-filters.fixed .flexContainer{width:100%;padding:0 0 0 2rem;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:980px) and (min-width:741px){.module__help-hub .search-filters.fixed .flexContainer{max-width:709px}}@media screen and (max-width:1200px) and (min-width:981px){.module__help-hub .search-filters.fixed .flexContainer{max-width:821px}}@media screen and (max-width:1600px) and (min-width:1201px){.module__help-hub .search-filters.fixed .flexContainer{max-width:990px;max-width:1021px;padding:0}}@media screen and (min-width:1600px){.module__help-hub .search-filters.fixed .flexContainer{max-width:1130px;padding:0}.module__help-hub .search-filters.fixed .flexContainer .cell--10-col{width:100%;padding:0 10px 0 5px}}.module__help-hub .search-filters.fixed .flexContainer h2,.module__help-hub .search-filters.fixed .flexContainer h3{display:none}.module__help-hub .search-filters.fixed .flexContainer .searchbar__wrapper{max-width:13rem}.module__help-hub .search-filters.fixed .flexContainer .searchbar__wrapper .searchbar__input{margin-bottom:0}.module__help-hub .search-filters.fixed .flexContainer .tag__container{display:block;max-width:100%;position:relative;overflow:hidden;padding:2px 0}@media screen and (max-width:767px){.module__help-hub .search-filters.fixed .flexContainer .tag__container{max-width:100%}}.module__help-hub .search-filters.fixed .flexContainer .tag-filters{flex-wrap:nowrap;padding:0 6rem;width:100%}.module__help-hub .search-filters.fixed .flexContainer .tag-filters .tag{margin-bottom:0!important}.module__help-hub .search-filters .tag__filter--button{display:flex;flex:0 0 auto;width:4.4rem;height:4.4rem;justify-content:center;align-items:center;position:relative;background:#0b7161;border-radius:50%;box-sizing:border-box;font-size:0;position:absolute;top:0;display:none}@media screen and (max-width:767px){.module__help-hub .search-filters .tag__filter--button{display:none}}.module__help-hub .search-filters .tag__filter--button-next{right:0}.module__help-hub .search-filters .tag__filter--button .icon__arrow--next--white,.module__help-hub .search-filters .tag__filter--button .icon__arrow--prev--white{width:1.4rem;height:2.3rem}.module__help-hub .search-filters .tag__filter--button.disabled{background:gray;cursor:not-allowed}.module__help-hub input.searchbar__input{border:1px solid #fff!important;border-radius:2.2rem;padding:1.2rem 2.4rem;border:none;margin-bottom:3rem;position:relative;z-index:20}.module__help-hub input.searchbar__input+.close-input{background:#ffd923;border-radius:50%;display:flex;flex:0 0 auto;justify-content:center;align-items:center;height:2rem;line-height:0;position:absolute;top:1.2rem;right:1.6rem;width:2rem;z-index:30}.module__help-hub input.searchbar__input+.close-input.hide{display:none;z-index:-30}.module__help-hub input.searchbar__input:active,.module__help-hub input.searchbar__input:focus{border:1px solid #ffd923!important}.module__help-hub .searchbar__wrapper{position:relative}.module__help-hub .searchbar__questions{background:#fff;border-radius:0 0 2.2rem 2.2rem;display:none;padding:5.2rem 2.2rem;position:absolute;top:2.2rem;z-index:10}.module__help-hub .searchbar__questions.show{display:block}.module__help-hub .searchbar__questions .questions-section{display:flex;flex-direction:column;flex:1 1 70%;padding-right:2rem}.module__help-hub .searchbar__questions .questions-section li{margin-bottom:1.1rem!important;display:block}.module__help-hub .searchbar__questions .questions-section h5{margin-bottom:0}.module__help-hub .searchbar__questions .topics-section{display:flex;flex-direction:column;flex:1 1 30%}.module__help-hub .tag{display:flex;flex:0 0 auto;background:#ffd923;margin:0 1rem 1rem 0;margin-bottom:1rem!important;border-radius:3.3rem;transition:all .3s ease-in;padding-left:0!important}.module__help-hub .tag:hover{transition:all .1s ease-in;background:#373636}.module__help-hub .tag:hover a:hover{transition:all .1s ease-in;color:#ffd923}.module__help-hub .tag:first-child{margin-left:0}.module__help-hub .tag-filters{display:flex;flex-direction:row;flex-wrap:wrap}.module__help-hub .tag a{display:block;padding:1.2rem 1.5rem;line-height:1.4em;text-decoration:none;min-width:6rem;color:#373636;font-weight:400;transition:all .3s ease-in}.module__help-hub .questions-answers{background:#fff;padding:4.5rem 0}.module__help-hub .questions-answers [data-tab]{display:none}.module__help-hub .questions-answers [data-tab].show{display:block}@media screen and (min-width:768px) and (max-width:1168px){.module__help-hub .questions-answers .section--header{padding:0 1.4rem}}@media screen and (max-width:767px){.module__help-hub .questions-answers .section--header{padding:0 1rem}}.module__help-hub .questions-answers section{margin-bottom:9rem}@media screen and (max-width:767px){.module__help-hub .questions-answers section{margin-bottom:4.4rem}}.module__help-hub .qa-container{display:flex;flex:1 1 100%;justify-content:space-between}.module__help-hub .qa-container.grow .answers{height:auto}.module__help-hub .questions{background:#f5f5f5;max-width:36.4rem;margin-right:2.7rem;padding-top:1rem;box-sizing:border-box;width:33%;height:31rem;direction:rtl}@media screen and (max-width:767px){.module__help-hub .questions{max-width:100%;width:100%}.module__help-hub .questions .temp{background:#fff;padding:.8rem 1.5rem 3rem 4rem}.module__help-hub .questions .temp h4{display:none}}.module__help-hub .questions ul{padding:0;direction:ltr}.module__help-hub .questions ul li{background:none!important;padding-left:0;margin:0}.module__help-hub .questions ul [data-answer]{cursor:pointer;display:block;padding:.8rem 1rem .8rem 3.6rem;text-align:left;width:100%;color:#008870}.module__help-hub .questions ul [data-answer].active,.module__help-hub .questions ul [data-answer].selected-question,.module__help-hub .questions ul [data-answer]:focus{background:#ffd923;color:#373636}.module__help-hub .questions ul [data-answer]:hover{background:#e1e1e1;color:#008870}.module__help-hub .answers{background:#f5f5f5;height:31rem;padding:2.3rem;width:66%}@media screen and (max-width:767px){.module__help-hub .answers{display:none;max-width:100%;width:100%}}.module__help-hub .answers__panel{display:none}.module__help-hub .answers__panel.active{display:flex;flex-direction:column;position:relative;height:100%}.module__help-hub .answers__panel--feedback{position:absolute;bottom:0;width:100%;padding-top:30px;border-top:2px solid #e2e2e2}@media screen and (max-width:767px){.module__help-hub .answers__panel--feedback{position:relative}}.module__help-hub .answers__panel--feedback.contact-visible{position:relative}.module__help-hub .answers__panel--contact{display:none}.module__help-hub .answers__panel--contact .button{display:flex;flex:0 0 auto;justify-content:center;align-items:center}.module__help-hub .answers__panel--contact i.icon{font-size:2.8rem;line-height:1rem;position:relative;margin-right:1rem}.module__help-hub .answers__panel--contact .icon__telephone{background-image:none;height:auto;width:auto}.module__help-hub .answers__panel--contact .icon__telephone:before{font-family:icomoon!important;content:"\e918"}@media screen and (max-width:767px){.module__help-hub .answers__panel--contact{padding-right:1.5rem;margin-top:2.2rem}}.module__help-hub .answers__panel--contact.show{display:block}.module__help-hub .answers__panel--contact.show .flexContainer{margin:0!important}.module__help-hub .answers__panel--contact h4{margin:2.8rem 0}.module__help-hub .answers__panel--contact .footer-cta__item{display:flex;flex:1;text-align:left;padding:0;flex-direction:row;align-items:center}@media screen and (max-width:767px){.module__help-hub .answers__panel--contact .footer-cta__item{flex-wrap:wrap}}.module__help-hub .answers__panel--contact .footer-cta__item .button{margin:.5rem 1rem .5rem 0;display:flex;flex:0 0 auto;justify-content:center;align-items:center}@media screen and (max-width:767px){.module__help-hub .answers__panel--contact .footer-cta__item .button{max-width:100%;width:100%;margin:.5rem 0}}.module__help-hub .answers__panel--contact .footer-cta__item .button~.flexContainer span,.module__help-hub .answers__panel--contact .footer-cta__item .button~span{display:block}@media screen and (max-width:767px){.module__help-hub .answers__panel--contact .footer-cta__item .button~.flexContainer span,.module__help-hub .answers__panel--contact .footer-cta__item .button~span{display:none}}.module__help-hub .answers__panel--contact .footer-cta__item .button.button--charcoal{color:#ffd923!important}.module__help-hub .icon-Thumb{font-size:2.6rem}.module__help-hub .icon-Thumb.selected{color:#008870}.module__help-hub .icon-Thumb.no{transform:rotate(180deg);padding:0}.module__help-hub .skip-question{left:-999px;position:absolute;top:auto;width:1px;height:1px;font-weight:400;overflow:hidden;z-index:-999;height:2.8rem}.module__help-hub .skip-question:active,.module__help-hub .skip-question:focus{color:#000;left:2rem;top:auto;width:fit-content;height:auto;position:relative;overflow:auto;z-index:999}.module__help-hub .cell{float:none;clear:both}@media screen and (max-width:980px){.help-hub__tabs .panels-container{display:block!important}}.help-hub__page .background--yellow .footer-cta__item-container{justify-content:normal}@media screen and (min-width:740px){.help-hub__page .background--yellow .footer-cta__item{max-width:23rem;margin-right:2rem}}.help-hub__page .background--yellow .book-one-on-one{display:none}.module__content-panel.module__content-panel-rebrand .contacts-margin .module__content-panel--text,.module__content-panel.module__content-panel-rebrand .contacts-margin .module__content-panel--title{margin-left:0;width:100%;padding-left:0!important;padding-right:0!important}.student-reference-guides .select2-container.select2-container--open{z-index:200}.student-reference-guides .navigation__section-options ul{max-height:400px}@media screen and (min-width:741px) and (max-width:980px){.student-reference-guides #main-content__wrapper{padding-top:30px}}.module__reference-guide--selection{margin-top:0!important;padding:40px 0}.module__reference-guide--selection .module__content-panel--text--full-width{padding:0 8px}.module__reference-guide--selection.sticky{position:fixed;top:68px;z-index:100;width:100%;padding:20px 0}@media screen and (max-width:980px){.module__reference-guide--selection.sticky{padding:20px 0;top:104px}}@media screen and (max-width:740px){.module__reference-guide--selection.sticky{top:44px}}.module__reference-guide--selection.sticky h2{display:none}@media screen and (min-width:1601px){.module__reference-guide--selection.sticky .module__content-panel--text--full-width{margin-left:10%;padding:0 8px}}@media screen and (min-width:981px) and (max-width:1600px){.module__reference-guide--selection.sticky .module__content-panel--text--full-width{margin-left:0}}@media screen and (min-width:981px) and (max-width:1200px){.module__reference-guide--selection.sticky .module__content-panel--text--full-width{margin-left:-10%;padding:0}}@media screen and (min-width:981px) and (max-width:1600px){.module__reference-guide--selection.sticky .module__content-panel--text--full-width .module__reference-guide--selection-pills{padding:0 8px}}.module__reference-guide--selection h2{color:#fff;margin-bottom:30px}.module__reference-guide--selection .navigation__section{padding:0}.module__reference-guide--selection .navigation__section .select2-selection__rendered{color:#007d98!important}.module__reference-guide--selection .navigation__section i:before{background-color:#007d98!important}@media screen and (max-width:980px){.module__reference-guide--selection-pills{display:none}}.module__reference-guide--selection-pills input[type=radio]{display:none}.module__reference-guide--selection-pills input[type=radio]:checked+label{background:#007d98;color:#fff}.module__reference-guide--selection-pills input[type=radio]:checked+label:before{content:"";position:absolute;left:1.1rem;top:1.2rem;width:1.4rem;height:1.4rem;border:1px solid #fff;border-radius:50%;background:#fff;transition:all .2s ease}.module__reference-guide--selection-pills input[type=radio]:checked+label:after{content:"";position:absolute;left:1.5rem;top:1.6rem;width:.8rem;height:.8rem;border-radius:100%;background:#007d98;transition:all .2s ease}.module__reference-guide--selection-pills label{background:#fff;border:1px solid #007d98;border-radius:300px;color:#007d98;cursor:pointer;display:block;line-height:4.1rem;margin-bottom:1rem;min-width:84px;padding:0 10px 0 35px!important;position:relative;height:4.4rem;display:inline-block}.module__reference-guide--selection-pills label:before{content:"";position:absolute;left:1.1rem;top:1.2rem;width:1.4rem;height:1.4rem;border:1px solid #007d98;border-radius:50%;background:#fff;transition:all .2s ease}.module__reference-guide--selection-select{display:none}@media screen and (max-width:980px){.module__reference-guide--selection-select{display:block}}.module__reference-guide--content{margin-top:0!important}.module__reference-guide--content .icon{background-color:#006d88}.module__reference-guide--content.sticky--intro{margin-top:188px!important}.module__reference-guide--content a{font-family:Arial,sans-serif;font-weight:600;font-style:normal;color:#006d88!important}.module__reference-guide--content .module__content-panel--text,.module__reference-guide--content .module__content-panel--title{padding:0 8px}@media screen and (min-width:981px) and (max-width:1200px){.module__reference-guide--content .module__content-panel--text,.module__reference-guide--content .module__content-panel--title{margin:0!important;width:100%!important}}.module__tabs-reference-guide{background-color:#fff!important;padding-top:0}.module__tabs-reference-guide .module__tabs--mobile-dropdown-heading{display:none}@media screen and (max-width:980px){.module__tabs-reference-guide .module__tabs--mobile-dropdown-heading{display:block;padding:20px 8px 0}}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav{padding:0 8px;display:none;margin-top:20px;position:relative}@media screen and (max-width:980px){.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav{display:flex}}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav.sticky{z-index:100;background-color:#fff;position:fixed;margin-top:0}@media screen and (max-width:980px){.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav.sticky{top:188px}}@media screen and (max-width:740px){.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav.sticky{top:128px}}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav i{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#007d98}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav i:before{transform:rotate(90deg);display:flex}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav .select2-container{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding-bottom:0}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav .select2-container .select2-selection--single{height:auto;border-left:6px solid #007d98;padding:12px 0}.module__tabs-reference-guide .module__tabs--mobile-dropdown-nav .select2-container .select2-selection--single .select2-selection__rendered{padding:0 12px;font-weight:700;color:#007d98}.module__tabs-reference-guide .tabs__accordion .accordion__toggle{background-color:#007d98}.module__tabs-reference-guide .cell{padding:0}@media screen and (max-width:740px){.module__tabs-reference-guide .cell{padding:0 8px}}.module__tabs-reference-guide .cell .tab{padding:0 8px}.module__tabs-reference-guide .cell .tab.module__tabs--active{margin-top:30px}@media screen and (max-width:740px){.module__tabs-reference-guide .cell .tab{padding:0}}.module__tabs-reference-guide .module__tabs--content{padding-top:0!important}.module__tabs-reference-guide .module__tabs--links.sticky{top:162px;padding:20px 0 0}@media screen and (min-width:1601px){.module__tabs-reference-guide .module__tabs--links.sticky{width:940px;padding-left:8px;padding-right:8px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__tabs-reference-guide .module__tabs--links.sticky{width:806px;padding-left:8px;padding-right:8px}}@media screen and (min-width:981px) and (max-width:1200px){.module__tabs-reference-guide .module__tabs--links.sticky{padding-left:2px!important;padding-right:2px!important}}.module__tabs-reference-guide .module__tabs--links.sticky:before{width:600%}.module__tabs-reference-guide .module__tabs--links.sticky.standalone-page{top:68px!important}@media screen and (max-width:980px){.module__tabs-reference-guide .module__tabs--links.sticky.standalone-page{top:104px!important}}@media screen and (max-width:740px){.module__tabs-reference-guide .module__tabs--links.sticky.standalone-page{top:44px!important}}.module__tabs-reference-guide .module__tabs--links:after{border-bottom-color:#f5f5f5}.module__tabs-reference-guide .module__tabs--links:before{content:"";position:absolute;top:0;left:50%;height:100%;width:100vw;transform:translateX(-50%);border-bottom:1px solid #e1e1e1;background-color:#f5f5f5}.module__tabs-reference-guide .module__tabs--links li>a{background-color:#f5f5f5;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1}@media screen and (min-width:981px) and (max-width:1600px){.module__tabs-reference-guide .module__tabs--links li>a{padding:12px 10px}}.module__tabs-reference-guide .module__tabs--links li.module__tabs--active>a{background-color:#fff;border-bottom:none;border-top:8px solid #007d98;color:#007d98!important}.module__tabs-reference-guide .module__tabs--active .module__tabs--title{color:#007d98!important}.module__tabs-reference-guide p{text-align:left}.module__tabs-reference-guide--tabs{display:flex;flex-direction:row;padding-top:20px}.module__tabs-reference-guide--tabs-filters{width:25%}@media screen and (max-width:980px){.module__tabs-reference-guide--tabs-filters{display:none}}.module__tabs-reference-guide--tabs-filters-header{padding:20px 10px;background-color:#e1e1e1;font-weight:700}.module__tabs-reference-guide--tabs-filters-content{background-color:#f5f5f5;padding:10px}.module__tabs-reference-guide--tabs-filters-content input[type=radio]{display:none}.module__tabs-reference-guide--tabs-filters-content input[type=radio]:checked+label{background:#007d98;color:#fff}.module__tabs-reference-guide--tabs-filters-content input[type=radio]:checked+label:before{content:"";position:absolute;left:1.1rem;top:50%;width:1.4rem;height:1.4rem;border:1px solid #fff;border-radius:50px;background:#fff;transition:all .2s ease}.module__tabs-reference-guide--tabs-filters-content input[type=radio]:checked+label:after{content:"";position:absolute;left:1.5rem;top:50%;width:.8rem;height:.8rem;border-radius:100%;background:#007d98;transition:all .2s ease;transform:translateY(-50%)}.module__tabs-reference-guide--tabs-filters-content label{background:#fff;border:1px solid #007d98;border-radius:200px;color:#007d98;cursor:pointer;margin-bottom:1rem;padding:15px 10px 15px 35px!important;position:relative;display:block;width:100%}.module__tabs-reference-guide--tabs-filters-content label:before{content:"";position:absolute;left:1.1rem;top:50%;width:1.4rem;height:1.4rem;border:1px solid #007d98;border-radius:50%;background:#fff;transition:all .2s ease;transform:translateY(-50%)}.module__tabs-reference-guide--tabs-content{width:75%;margin-left:30px}@media screen and (max-width:980px){.module__tabs-reference-guide--tabs-content{width:100%;margin-left:0}}.module__tabs-reference-guide--tabs-content em{font-size:inherit!important;display:inline!important}.module__tabs-reference-guide--tabs-content a{font-family:Arial,sans-serif;font-weight:600;font-style:normal;color:#006d88!important}.module__tabs-reference-guide--tabs-content .module__accordion--wrapper{padding:0}@media screen and (max-width:980px){.module__tabs-reference-guide--tabs-content .module__accordion--wrapper:first-child{border-top:2px solid #e1e1e1}}@media screen and (max-width:980px){.module__tabs-reference-guide--tabs-content .module__accordion--wrapper{display:block!important}}.module__tabs-reference-guide--tabs-content .module__accordion--wrapper .module__accordion--title h4{margin-bottom:0}.module__tabs-reference-guide--tabs-content .module__accordion--wrapper .module__accordion--title .accordion__toggle{background-color:#007d98}.module__tabs-reference-guide--tabs-content .module__accordion--wrapper .module__accordion--content{padding:0 0 30px}.module__tabs-reference-guide--tabs-content-item-highlight{margin-top:20px;padding:30px 20px;background:#fff;font-weight:700;margin-bottom:10px;border:1px solid #e1e1e1;display:block}.module__tabs-reference-guide--tabs-content-item-highlight p{word-break:break-word}.module__tabs-reference-guide--tabs-content-item-highlight em{display:inline}.module__tabs-reference-guide--tabs-content-item-highlight.alternate{background:#f5f5f5}#main-content form.book-a-visit{margin-top:70px}.overlay.register-interest-overlay{background:rgba(0,0,0,.75);bottom:0;height:100%;left:0;overflow-y:auto;position:fixed;right:0;top:0;visibility:hidden;width:100%;opacity:0;transition:opacity .3s linear,z-index .3s linear;z-index:-1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;flex:1}.overlay.register-interest-overlay.show{opacity:1;visibility:visible;z-index:700}#modal{background-color:var(--color--grey-light,#f5f5f5);margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:804px;padding:0;position:absolute;top:30px;width:100%;z-index:700}#modal .modalCloseButton{right:25px;float:right;height:25px;position:absolute;top:28px}#modal .modalCloseButton img{border:0}#modal .screen-reader-offscreen,#register-interest__form .screen-reader-offscreen{height:1px;left:-999px;position:absolute;top:auto;width:1px}#modal .modal__title,#register-interest__form .modal__title{background:var(--color--charcoal,#363635);color:#fff;padding:18px 30px}#modal .modal__title h1,#register-interest__form .modal__title h1{font-family:WorldlyLight,Open Sans,Arial,sans-serif;font-size:22px;line-height:41px;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-pack:start;justify-content:flex-start;margin:0}#modal .modal__title h1 .icon,#register-interest__form .modal__title h1 .icon{font-size:40px;margin-right:13px;top:-3px;position:relative}#modal .modal__info,#register-interest__form .modal__info{background-color:var(--color--grey-light,#f5f5f5)}#modal .modal__info--top,#register-interest__form .modal__info--top{background-color:var(--color--grey-med-light,#e1e1e1);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex:0 1 100%;flex:0 1 100%;padding:12px 0}#modal .modal__info--top p,#register-interest__form .modal__info--top p{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 33%;flex:1 1 33%;line-height:1.3em;margin:0;padding:0 20px}#modal .modal__info--top p:first-child,#register-interest__form .modal__info--top p:first-child{padding-left:30px}#modal .modal__info--top p:last-child,#register-interest__form .modal__info--top p:last-child{padding-right:30px}#modal .modal__info--top .icon,#register-interest__form .modal__info--top .icon{height:29px;width:34px;-ms-flex-align:center;align-items:center;color:#0d8572;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:center;justify-content:center;margin-right:7px}#modal .modal__info--top .icon:before,#register-interest__form .modal__info--top .icon:before{font-size:28px}#modal .modal__info--bottom,#register-interest__form .modal__info--bottom{border-bottom:1px solid #fff;margin-bottom:30px;background:var(--color--grey-light,#f5f5f5)}#modal .modal__info--bottom p,#register-interest__form .modal__info--bottom p{font-weight:600;font-size:18px}#modal .modal__body,#register-interest__form .modal__body{background:var(--color--grey-light,#f5f5f5);padding:25px 30px}#modal #registerInterest .form-section-two,#modal #registerInterestInpage .form-section-two,#register-interest__form #registerInterest .form-section-two,#register-interest__form #registerInterestInpage .form-section-two{display:none}#modal #registerInterest .form-section-two .thankYou,#modal #registerInterestInpage .form-section-two .thankYou,#register-interest__form #registerInterest .form-section-two .thankYou,#register-interest__form #registerInterestInpage .form-section-two .thankYou{border-bottom:1px solid #e1e1e1;margin-bottom:25px}#modal #registerInterest .form-section-two .section-wantToKnow,#modal #registerInterestInpage .form-section-two .section-wantToKnow,#register-interest__form #registerInterest .form-section-two .section-wantToKnow,#register-interest__form #registerInterestInpage .form-section-two .section-wantToKnow{border-bottom:1px solid #e1e1e1;padding-bottom:40px;margin-bottom:30px}#modal #registerInterest .fadeIn,#modal #registerInterestInpage .fadeIn,#register-interest__form #registerInterest .fadeIn,#register-interest__form #registerInterestInpage .fadeIn{display:block}#modal #registerInterest .fadeOut,#modal #registerInterestInpage .fadeOut,#register-interest__form #registerInterest .fadeOut,#register-interest__form #registerInterestInpage .fadeOut{display:none}#modal #registerInterest .flexContainer,#modal #registerInterestInpage .flexContainer,#register-interest__form #registerInterest .flexContainer,#register-interest__form #registerInterestInpage .flexContainer{display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%}#modal #registerInterest .flexContainer .inputContainer,#modal #registerInterestInpage .flexContainer .inputContainer,#register-interest__form #registerInterest .flexContainer .inputContainer,#register-interest__form #registerInterestInpage .flexContainer .inputContainer{position:relative;margin-bottom:23px}#modal #registerInterest .flexContainer .inputContainer label,#modal #registerInterestInpage .flexContainer .inputContainer label,#register-interest__form #registerInterest .flexContainer .inputContainer label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer label{height:20px;font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;position:absolute;top:10px;transition:all .2s ease}#modal #registerInterest .flexContainer .inputContainer label.error,#modal #registerInterestInpage .flexContainer .inputContainer label.error,#register-interest__form #registerInterest .flexContainer .inputContainer label.error,#register-interest__form #registerInterestInpage .flexContainer .inputContainer label.error{color:#d0021b;font-family:OpenSans,Arial,sans-serif;font-size:11px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;top:36px!important}#modal #registerInterest .flexContainer .inputContainer.required label:not(.error):after,#modal #registerInterestInpage .flexContainer .inputContainer.required label:not(.error):after,#register-interest__form #registerInterest .flexContainer .inputContainer.required label:not(.error):after,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.required label:not(.error):after{content:"*";color:#d0021b;margin-left:4px}#modal #registerInterest .flexContainer .inputContainer--half,#modal #registerInterestInpage .flexContainer .inputContainer--half,#register-interest__form #registerInterest .flexContainer .inputContainer--half,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--half{width:50%}#modal #registerInterest .flexContainer .inputContainer--half:first-child,#modal #registerInterestInpage .flexContainer .inputContainer--half:first-child,#register-interest__form #registerInterest .flexContainer .inputContainer--half:first-child,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--half:first-child{margin-right:10px}#modal #registerInterest .flexContainer .inputContainer--half:last-child,#modal #registerInterestInpage .flexContainer .inputContainer--half:last-child,#register-interest__form #registerInterest .flexContainer .inputContainer--half:last-child,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--half:last-child{margin-left:10px}#modal #registerInterest .flexContainer .inputContainer--checkbox,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox{font-size:15px;margin-top:18px;margin-bottom:30px}#modal #registerInterest .flexContainer .inputContainer--checkbox input,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox input,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox input,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox input{position:absolute;left:-9999px;opacity:0}#modal #registerInterest .flexContainer .inputContainer--checkbox label,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox label,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox label{line-height:20px;position:relative;top:2px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:1 1 100%}@media only screen and (min-width:621px){#modal #registerInterest .flexContainer .inputContainer--checkbox label,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox label,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox label{flex:0 0 auto}}#modal #registerInterest .flexContainer .inputContainer--checkbox label:before,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox label:before,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox label:before,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox label:before{background-color:#fff;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.5);border:1px solid #363635;content:"";display:inline-block;height:20px;margin-right:10px;padding:0 2px;width:30px;box-sizing:border-box}@media only screen and (min-width:621px){#modal #registerInterest .flexContainer .inputContainer--checkbox label:before,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox label:before,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox label:before,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox label:before{width:20px}}#modal #registerInterest .flexContainer .inputContainer--checkbox.optionSelected label:before,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox.optionSelected label:before,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox.optionSelected label:before,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox.optionSelected label:before{background-color:#a4d1ca;box-shadow:none;border:1px solid #a4d1ca;content:"\e93e";color:#0b7161;display:inline-block;font-family:icomoon!important;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:400;position:relative;speak:none;text-transform:none}#modal #registerInterest .flexContainer .inputContainer--checkbox.optionSelected label .icon.icon-tick,#modal #registerInterestInpage .flexContainer .inputContainer--checkbox.optionSelected label .icon.icon-tick,#register-interest__form #registerInterest .flexContainer .inputContainer--checkbox.optionSelected label .icon.icon-tick,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--checkbox.optionSelected label .icon.icon-tick{display:block}#modal #registerInterest .flexContainer .inputContainer--right,#modal #registerInterestInpage .flexContainer .inputContainer--right,#register-interest__form #registerInterest .flexContainer .inputContainer--right,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--right{display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-pack:end;justify-content:flex-end}#modal #registerInterest .flexContainer .inputContainer.filled input[type=date]+label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=date]+label+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=date]+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=date]+label+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=date]+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=date]+label+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=date]+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=date]+label+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterest .flexContainer .inputContainer.filled input[type=date] label.error,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=date] label.error,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=date] label.error,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=date] label.error{top:35px;font-size:11px}#modal #registerInterest .flexContainer .inputContainer.filled input[type=date] label.error~label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=email]+label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=email]+label+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=date] label.error~label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=email]+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=email]+label+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=date] label.error~label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=email]+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=email]+label+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=date] label.error~label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=email]+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=email]+label+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterest .flexContainer .inputContainer.filled input[type=email] label.error,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=email] label.error,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=email] label.error,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=email] label.error{top:35px;font-size:11px}#modal #registerInterest .flexContainer .inputContainer.filled input[type=email] label.error~label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=number]+label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=number]+label+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=email] label.error~label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=number]+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=number]+label+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=email] label.error~label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=number]+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=number]+label+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=email] label.error~label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=number]+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=number]+label+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterest .flexContainer .inputContainer.filled input[type=number] label.error,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=number] label.error,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=number] label.error,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=number] label.error{top:35px;font-size:11px}#modal #registerInterest .flexContainer .inputContainer.filled input[type=number] label.error~label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=tel]+label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=tel]+label+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=number] label.error~label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel]+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel]+label+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=number] label.error~label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=tel]+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=tel]+label+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=number] label.error~label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel]+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel]+label+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterest .flexContainer .inputContainer.filled input[type=tel] label.error,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel] label.error,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=tel] label.error,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel] label.error{top:35px;font-size:11px}#modal #registerInterest .flexContainer .inputContainer.filled input[type=tel] label.error~label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=text]+label,#modal #registerInterest .flexContainer .inputContainer.filled input[type=text]+label+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel] label.error~label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=text]+label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=text]+label+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=tel] label.error~label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=text]+label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=text]+label+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=tel] label.error~label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=text]+label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=text]+label+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterest .flexContainer .inputContainer.filled input[type=text] label.error,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=text] label.error,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=text] label.error,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=text] label.error{top:35px;font-size:11px}#modal #registerInterest .flexContainer .inputContainer.filled input[type=text] label.error~label,#modal #registerInterestInpage .flexContainer .inputContainer.filled input[type=text] label.error~label,#register-interest__form #registerInterest .flexContainer .inputContainer.filled input[type=text] label.error~label,#register-interest__form #registerInterestInpage .flexContainer .inputContainer.filled input[type=text] label.error~label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterest .flexContainer .inputContainer--right.inputContainer--column,#modal #registerInterestInpage .flexContainer .inputContainer--right.inputContainer--column,#register-interest__form #registerInterest .flexContainer .inputContainer--right.inputContainer--column,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--right.inputContainer--column{align-items:center}@media only screen and (min-width:621px){#modal #registerInterest .flexContainer .inputContainer--right.inputContainer--column,#modal #registerInterestInpage .flexContainer .inputContainer--right.inputContainer--column,#register-interest__form #registerInterest .flexContainer .inputContainer--right.inputContainer--column,#register-interest__form #registerInterestInpage .flexContainer .inputContainer--right.inputContainer--column{align-items:flex-end}}#modal #registerInterest .flexContainer.required legend:after,#modal #registerInterestInpage .flexContainer.required legend:after,#register-interest__form #registerInterest .flexContainer.required legend:after,#register-interest__form #registerInterestInpage .flexContainer.required legend:after{content:"*";color:#d0021b;margin-left:4px}#modal #registerInterest .flexContainer--wrap,#modal #registerInterestInpage .flexContainer--wrap,#register-interest__form #registerInterest .flexContainer--wrap,#register-interest__form #registerInterestInpage .flexContainer--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}#modal #registerInterest .flexContainer--row,#modal #registerInterestInpage .flexContainer--row,#register-interest__form #registerInterest .flexContainer--row,#register-interest__form #registerInterestInpage .flexContainer--row{-ms-flex-direction:row;flex-direction:row}#modal #registerInterest .flexContainer--column,#modal #registerInterestInpage .flexContainer--column,#register-interest__form #registerInterest .flexContainer--column,#register-interest__form #registerInterestInpage .flexContainer--column{-ms-flex-direction:column;flex-direction:column}#modal #registerInterest .inputContainer--column,#modal #registerInterestInpage .inputContainer--column,#register-interest__form #registerInterest .inputContainer--column,#register-interest__form #registerInterestInpage .inputContainer--column{flex-direction:column}#modal #registerInterestInpage label#describesYou-error,#modal #registerInterestInpage label#describesYouInpage-error,#modal #registerInterest label#describesYou-error,#modal #registerInterest label#describesYouInpage-error,#register-interest__form #registerInterestInpage label#describesYou-error,#register-interest__form #registerInterestInpage label#describesYouInpage-error,#register-interest__form #registerInterest label#describesYou-error,#register-interest__form #registerInterest label#describesYouInpage-error{display:inline!important;max-width:280px!important;line-height:0;padding:0;float:left;position:relative;left:200px;top:-30px}#modal #registerInterestInpage input[type=date],#modal #registerInterest input[type=date],#register-interest__form #registerInterestInpage input[type=date],#register-interest__form #registerInterest input[type=date]{background:none;border:none;border-bottom:1px solid #8a8a8a}#modal #registerInterestInpage input[type=date]:focus+label,#modal #registerInterest input[type=date]:focus+label,#register-interest__form #registerInterestInpage input[type=date]:focus+label,#register-interest__form #registerInterest input[type=date]:focus+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterestInpage input[type=email],#modal #registerInterest input[type=email],#register-interest__form #registerInterestInpage input[type=email],#register-interest__form #registerInterest input[type=email]{background:none;border:none;border-bottom:1px solid #8a8a8a}#modal #registerInterestInpage input[type=email]:focus+label,#modal #registerInterest input[type=email]:focus+label,#register-interest__form #registerInterestInpage input[type=email]:focus+label,#register-interest__form #registerInterest input[type=email]:focus+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterestInpage input[type=number],#modal #registerInterest input[type=number],#register-interest__form #registerInterestInpage input[type=number],#register-interest__form #registerInterest input[type=number]{background:none;border:none;border-bottom:1px solid #8a8a8a}#modal #registerInterestInpage input[type=number]:focus+label,#modal #registerInterest input[type=number]:focus+label,#register-interest__form #registerInterestInpage input[type=number]:focus+label,#register-interest__form #registerInterest input[type=number]:focus+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterestInpage input[type=tel],#modal #registerInterest input[type=tel],#register-interest__form #registerInterestInpage input[type=tel],#register-interest__form #registerInterest input[type=tel]{background:none;border:none;border-bottom:1px solid #8a8a8a}#modal #registerInterestInpage input[type=tel]:focus+label,#modal #registerInterest input[type=tel]:focus+label,#register-interest__form #registerInterestInpage input[type=tel]:focus+label,#register-interest__form #registerInterest input[type=tel]:focus+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterestInpage input[type=text],#modal #registerInterest input[type=text],#register-interest__form #registerInterestInpage input[type=text],#register-interest__form #registerInterest input[type=text]{background:none;border:none;border-bottom:1px solid #8a8a8a}#modal #registerInterestInpage input[type=text]:focus+label,#modal #registerInterest input[type=text]:focus+label,#register-interest__form #registerInterestInpage input[type=text]:focus+label,#register-interest__form #registerInterest input[type=text]:focus+label{top:0;font-size:9px;transition:all .4s ease}#modal #registerInterestInpage input:-webkit-autofill,#modal #registerInterestInpage input:-webkit-autofill:hover,#modal #registerInterest input:-webkit-autofill,#modal #registerInterest input:-webkit-autofill:hover,#register-interest__form #registerInterestInpage input:-webkit-autofill,#register-interest__form #registerInterestInpage input:-webkit-autofill:hover,#register-interest__form #registerInterest input:-webkit-autofill,#register-interest__form #registerInterest input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--color--grey-light,#f5f5f5) inset}#modal #registerInterestInpage input:-webkit-autofill:active,#modal #registerInterestInpage input:-webkit-autofill:focus,#modal #registerInterest input:-webkit-autofill:active,#modal #registerInterest input:-webkit-autofill:focus,#register-interest__form #registerInterestInpage input:-webkit-autofill:active,#register-interest__form #registerInterestInpage input:-webkit-autofill:focus,#register-interest__form #registerInterest input:-webkit-autofill:active,#register-interest__form #registerInterest input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px var(--color--grey-light,#f5f5f5) inset}#modal #registerInterest fieldset,#modal #registerInterestInpage fieldset,#register-interest__form #registerInterest fieldset,#register-interest__form #registerInterestInpage fieldset{padding:0 0 20px;flex-wrap:wrap}#modal #registerInterestInpage legend,#modal #registerInterest legend,#register-interest__form #registerInterestInpage legend,#register-interest__form #registerInterest legend{font-family:Open Sans,Arial,sans-serif;font-weight:600;font-size:15px;line-height:15px;padding-bottom:25px;float:none;clear:both}#modal #registerInterest .radioButton,#modal #registerInterestInpage .radioButton,#register-interest__form #registerInterest .radioButton,#register-interest__form #registerInterestInpage .radioButton{background:var(--color--white,#fff);border:1px solid #0b7161;border-radius:22px;color:#0b7161;cursor:pointer;line-height:20px;margin:5px;padding:8px 8px 8px 28px;position:relative}#modal #registerInterest .radioButton:not(.fakeDropdown):before,#modal #registerInterestInpage .radioButton:not(.fakeDropdown):before,#register-interest__form #registerInterest .radioButton:not(.fakeDropdown):before,#register-interest__form #registerInterestInpage .radioButton:not(.fakeDropdown):before{content:"";position:absolute;left:8px;top:11px;width:14px;height:14px;border:1px solid #0b7161;border-radius:50%;background:var(--color--white,#fff);transition:all .2s ease}#modal #registerInterest .radioButton input[type=checkbox],#modal #registerInterestInpage .radioButton input[type=checkbox],#register-interest__form #registerInterest .radioButton input[type=checkbox],#register-interest__form #registerInterestInpage .radioButton input[type=checkbox]{margin:0 6px 0 0}#modal #registerInterest .radioButton .secondary-school-studentInpage:after,#modal #registerInterest .radioButton .secondary-school-studentInpage:before,#modal #registerInterestInpage .radioButton .secondary-school-studentInpage:after,#modal #registerInterestInpage .radioButton .secondary-school-studentInpage:before,#register-interest__form #registerInterest .radioButton .secondary-school-studentInpage:after,#register-interest__form #registerInterest .radioButton .secondary-school-studentInpage:before,#register-interest__form #registerInterestInpage .radioButton .secondary-school-studentInpage:after,#register-interest__form #registerInterestInpage .radioButton .secondary-school-studentInpage:before{display:none!important}#modal #registerInterest .radioButton input[type=radio],#modal #registerInterestInpage .radioButton input[type=radio],#register-interest__form #registerInterest .radioButton input[type=radio],#register-interest__form #registerInterestInpage .radioButton input[type=radio]{margin:0 6px 0 0}#modal #registerInterest .radioButton input[type=radio]:not(#secondary-student),#modal #registerInterestInpage .radioButton input[type=radio]:not(#secondary-student),#register-interest__form #registerInterest .radioButton input[type=radio]:not(#secondary-student),#register-interest__form #registerInterestInpage .radioButton input[type=radio]:not(#secondary-student){position:absolute;left:-9999px}#modal #registerInterest .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before,#modal #registerInterestInpage .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before,#register-interest__form #registerInterest .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before,#register-interest__form #registerInterestInpage .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before{content:"";position:absolute;left:8px;top:10px;width:14px;height:14px;border:1px solid #fff;border-radius:50%;background:#0b7161;transition:all .2s ease}#modal #registerInterest .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after,#modal #registerInterestInpage .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after,#register-interest__form #registerInterest .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after,#register-interest__form #registerInterestInpage .radioButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after{content:"";position:absolute;left:12px;top:14px;width:8px;height:8px;border-radius:100%;background:var(--color--white,#fff);transition:all .2s ease}#modal #registerInterest .radioButton .flexContainer--child,#modal #registerInterestInpage .radioButton .flexContainer--child,#register-interest__form #registerInterest .radioButton .flexContainer--child,#register-interest__form #registerInterestInpage .radioButton .flexContainer--child{visibility:none;transition:opacity .3s linear,height .3s linear;opacity:0;height:0}#modal #registerInterest .radioButton .no-radio:after,#modal #registerInterest .radioButton .no-radio:before,#modal #registerInterestInpage .radioButton .no-radio:after,#modal #registerInterestInpage .radioButton .no-radio:before,#register-interest__form #registerInterest .radioButton .no-radio:after,#register-interest__form #registerInterest .radioButton .no-radio:before,#register-interest__form #registerInterestInpage .radioButton .no-radio:after,#register-interest__form #registerInterestInpage .radioButton .no-radio:before{display:none}#modal #registerInterest .checkboxButton,#modal #registerInterestInpage .checkboxButton,#register-interest__form #registerInterest .checkboxButton,#register-interest__form #registerInterestInpage .checkboxButton{background:var(--color--white,#fff);border:1px solid #0b7161;border-radius:22px;color:#0b7161;cursor:pointer;line-height:20px;margin:5px;padding:8px 8px 8px 28px;position:relative;border:none}#modal #registerInterest .checkboxButton:not(.fakeDropdown):before,#modal #registerInterestInpage .checkboxButton:not(.fakeDropdown):before,#register-interest__form #registerInterest .checkboxButton:not(.fakeDropdown):before,#register-interest__form #registerInterestInpage .checkboxButton:not(.fakeDropdown):before{content:"";position:absolute;left:8px;top:11px;width:14px;height:14px;border:1px solid #0b7161;border-radius:50%;background:var(--color--white,#fff);transition:all .2s ease}#modal #registerInterest .checkboxButton input[type=checkbox],#modal #registerInterest .checkboxButton input[type=radio],#modal #registerInterestInpage .checkboxButton input[type=checkbox],#modal #registerInterestInpage .checkboxButton input[type=radio],#register-interest__form #registerInterest .checkboxButton input[type=checkbox],#register-interest__form #registerInterest .checkboxButton input[type=radio],#register-interest__form #registerInterestInpage .checkboxButton input[type=checkbox],#register-interest__form #registerInterestInpage .checkboxButton input[type=radio]{margin:0 6px 0 0}#modal #registerInterest .checkboxButton input[type=radio]:not(#secondary-student),#modal #registerInterestInpage .checkboxButton input[type=radio]:not(#secondary-student),#register-interest__form #registerInterest .checkboxButton input[type=radio]:not(#secondary-student),#register-interest__form #registerInterestInpage .checkboxButton input[type=radio]:not(#secondary-student){position:absolute;left:-9999px}#modal #registerInterest .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before,#modal #registerInterestInpage .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before,#register-interest__form #registerInterest .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before,#register-interest__form #registerInterestInpage .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:before{content:"";position:absolute;left:8px;top:10px;width:14px;height:14px;border:1px solid #fff;border-radius:50%;background:#0b7161;transition:all .2s ease}#modal #registerInterest .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after,#modal #registerInterestInpage .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after,#register-interest__form #registerInterest .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after,#register-interest__form #registerInterestInpage .checkboxButton input[type=radio]:not(#secondary-student):checked:not(#secondary-student)+span:after{content:"";position:absolute;left:12px;top:14px;width:8px;height:8px;border-radius:100%;background:var(--color--white,#fff);transition:all .2s ease}#modal #registerInterest .checkboxButton .flexContainer--child,#modal #registerInterestInpage .checkboxButton .flexContainer--child,#register-interest__form #registerInterest .checkboxButton .flexContainer--child,#register-interest__form #registerInterestInpage .checkboxButton .flexContainer--child{visibility:none;transition:opacity .3s linear,height .3s linear;opacity:0;height:0}#modal #registerInterest .checkboxButton .no-radio:after,#modal #registerInterest .checkboxButton .no-radio:before,#modal #registerInterest .checkboxButton:before,#modal #registerInterestInpage .checkboxButton .no-radio:after,#modal #registerInterestInpage .checkboxButton .no-radio:before,#modal #registerInterestInpage .checkboxButton:before,#register-interest__form #registerInterest .checkboxButton .no-radio:after,#register-interest__form #registerInterest .checkboxButton .no-radio:before,#register-interest__form #registerInterest .checkboxButton:before,#register-interest__form #registerInterestInpage .checkboxButton .no-radio:after,#register-interest__form #registerInterestInpage .checkboxButton .no-radio:before,#register-interest__form #registerInterestInpage .checkboxButton:before{display:none}#modal #registerInterest .checkboxButton input,#modal #registerInterestInpage .checkboxButton input,#register-interest__form #registerInterest .checkboxButton input,#register-interest__form #registerInterestInpage .checkboxButton input{position:absolute;left:-9999px}#modal #registerInterest .checkboxButton span:before,#modal #registerInterestInpage .checkboxButton span:before,#register-interest__form #registerInterest .checkboxButton span:before,#register-interest__form #registerInterestInpage .checkboxButton span:before{content:"";background:var(--color--white,#fff);border-radius:3px;border:1px solid #a4d1ca;display:inline-block;height:13px;width:13px;position:relative;top:2px;margin-left:-20px;margin-right:5px}#modal #registerInterest .flatBottom.filled.checkboxButton,#modal #registerInterest .radioButton.flatBottom.filled,#modal #registerInterestInpage .flatBottom.filled.checkboxButton,#modal #registerInterestInpage .radioButton.flatBottom.filled,#register-interest__form #registerInterest .flatBottom.filled.checkboxButton,#register-interest__form #registerInterest .radioButton.flatBottom.filled,#register-interest__form #registerInterestInpage .flatBottom.filled.checkboxButton,#register-interest__form #registerInterestInpage .radioButton.flatBottom.filled{border-radius:22px 22px 0 0}#modal #registerInterest .optionSelected.checkboxButton,#modal #registerInterest .radioButton.optionSelected,#modal #registerInterestInpage .optionSelected.checkboxButton,#modal #registerInterestInpage .radioButton.optionSelected,#register-interest__form #registerInterest .optionSelected.checkboxButton,#register-interest__form #registerInterest .radioButton.optionSelected,#register-interest__form #registerInterestInpage .optionSelected.checkboxButton,#register-interest__form #registerInterestInpage .radioButton.optionSelected{background:#0b7161;color:#fff;transition:all .2s ease}#modal #registerInterest .sub-radio,#modal #registerInterestInpage .sub-radio,#register-interest__form #registerInterest .sub-radio,#register-interest__form #registerInterestInpage .sub-radio{line-height:2.5em;margin-bottom:0;display:none}#modal #registerInterest .sub-radio label.checkboxButton,#modal #registerInterest .sub-radio label.radioButton,#modal #registerInterestInpage .sub-radio label.checkboxButton,#modal #registerInterestInpage .sub-radio label.radioButton,#register-interest__form #registerInterest .sub-radio label.checkboxButton,#register-interest__form #registerInterest .sub-radio label.radioButton,#register-interest__form #registerInterestInpage .sub-radio label.checkboxButton,#register-interest__form #registerInterestInpage .sub-radio label.radioButton{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;width:92px}#modal #registerInterest .checkboxButton.optionSelected,#modal #registerInterestInpage .checkboxButton.optionSelected,#register-interest__form #registerInterest .checkboxButton.optionSelected,#register-interest__form #registerInterestInpage .checkboxButton.optionSelected{background:var(--color--grey-18,#a4d1ca);color:#0b7161}#modal #registerInterest .checkboxButton.optionSelected input,#modal #registerInterestInpage .checkboxButton.optionSelected input,#register-interest__form #registerInterest .checkboxButton.optionSelected input,#register-interest__form #registerInterestInpage .checkboxButton.optionSelected input{opacity:0}#modal #registerInterest .checkboxButton.optionSelected span:before,#modal #registerInterestInpage .checkboxButton.optionSelected span:before,#register-interest__form #registerInterest .checkboxButton.optionSelected span:before,#register-interest__form #registerInterestInpage .checkboxButton.optionSelected span:before{content:"\e93e";display:inline-block;font-family:icomoon!important;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:-20px;margin-right:5px;position:relative;speak:none;text-transform:none;top:2px;background:none}#modal #registerInterest .button:disabled,#modal #registerInterestInpage .button:disabled,#register-interest__form #registerInterest .button:disabled,#register-interest__form #registerInterestInpage .button:disabled{color:#8a8a8a!important;cursor:not-allowed;background-color:var(--color--grey-med-light,#e1e1e1)}#modal #registerInterest .button--subscribe,#modal #registerInterestInpage .button--subscribe,#register-interest__form #registerInterest .button--subscribe,#register-interest__form #registerInterestInpage .button--subscribe{color:#fff!important;background-color:#363635;width:304px}#modal #registerInterest .align--right,#modal #registerInterestInpage .align--right,#register-interest__form #registerInterest .align--right,#register-interest__form #registerInterestInpage .align--right{display:block;text-align:initial}@media only screen and (min-width:621px){#modal #registerInterest .align--right,#modal #registerInterestInpage .align--right,#register-interest__form #registerInterest .align--right,#register-interest__form #registerInterestInpage .align--right{text-align:right}}#modal #registerInterest .agree--small,#modal #registerInterestInpage .agree--small,#register-interest__form #registerInterest .agree--small,#register-interest__form #registerInterestInpage .agree--small{margin-top:7px}#modal #registerInterest .gap-2-bottom,#modal #registerInterestInpage .gap-2-bottom,#register-interest__form #registerInterest .gap-2-bottom,#register-interest__form #registerInterestInpage .gap-2-bottom{margin-bottom:20px}#modal #registerInterest .icon-Tick.icon-circle--border,#modal #registerInterestInpage .icon-Tick.icon-circle--border,#register-interest__form #registerInterest .icon-Tick.icon-circle--border,#register-interest__form #registerInterestInpage .icon-Tick.icon-circle--border{border:2px solid #0b7161;width:100%;height:auto;max-width:60px;max-height:60px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-right:3%}#modal #registerInterest .icon-Tick.icon-circle--border:before,#modal #registerInterestInpage .icon-Tick.icon-circle--border:before,#register-interest__form #registerInterest .icon-Tick.icon-circle--border:before,#register-interest__form #registerInterestInpage .icon-Tick.icon-circle--border:before{font-size:40px;color:#0b7161}#modal #registerInterest .thankYou h3,#modal #registerInterestInpage .thankYou h3,#register-interest__form #registerInterest .thankYou h3,#register-interest__form #registerInterestInpage .thankYou h3{font-size:18px;margin:0}#modal #registerInterest .thankYou h3+p,#modal #registerInterestInpage .thankYou h3+p,#register-interest__form #registerInterest .thankYou h3+p,#register-interest__form #registerInterestInpage .thankYou h3+p{margin-top:5px}#modal #registerInterest .fakeDropdown,#modal #registerInterestInpage .fakeDropdown,#register-interest__form #registerInterest .fakeDropdown,#register-interest__form #registerInterestInpage .fakeDropdown{width:318px;padding:8px}#modal #registerInterest .fakeDropdown div>input,#modal #registerInterestInpage .fakeDropdown div>input,#register-interest__form #registerInterest .fakeDropdown div>input,#register-interest__form #registerInterestInpage .fakeDropdown div>input{position:absolute;left:-99999px}#modal #registerInterest .fakeDropdown .added-text,#modal #registerInterestInpage .fakeDropdown .added-text,#register-interest__form #registerInterest .fakeDropdown .added-text,#register-interest__form #registerInterestInpage .fakeDropdown .added-text{margin-left:10px}#modal #registerInterest .fakeDropdown .icon-arrow,#modal #registerInterestInpage .fakeDropdown .icon-arrow,#register-interest__form #registerInterest .fakeDropdown .icon-arrow,#register-interest__form #registerInterestInpage .fakeDropdown .icon-arrow{height:18px;width:18px}#modal #registerInterest .fakeDropdown .icon-arrow__background,#modal #registerInterestInpage .fakeDropdown .icon-arrow__background,#register-interest__form #registerInterest .fakeDropdown .icon-arrow__background,#register-interest__form #registerInterestInpage .fakeDropdown .icon-arrow__background{background:#0b7161;fill:var(--color--white,#fff);border-radius:100%;padding:3px;position:absolute;right:0;transition:all .2s ease-in;transform:rotate(180deg)}#modal #registerInterest .fakeDropdown .optionSelected .icon-arrow__background,#modal #registerInterestInpage .fakeDropdown .optionSelected .icon-arrow__background,#register-interest__form #registerInterest .fakeDropdown .optionSelected .icon-arrow__background,#register-interest__form #registerInterestInpage .fakeDropdown .optionSelected .icon-arrow__background{background:var(--color--white,#fff);fill:var(--color--turquoise,#0b7161)}#modal #registerInterest .fakeDropdown .icon-RightArrow,#modal #registerInterestInpage .fakeDropdown .icon-RightArrow,#register-interest__form #registerInterest .fakeDropdown .icon-RightArrow,#register-interest__form #registerInterestInpage .fakeDropdown .icon-RightArrow{font-size:1rem;color:#fff;transform:rotate(90deg)}#modal #registerInterest .fakeDropdown .icon-RightArrow:before,#modal #registerInterestInpage .fakeDropdown .icon-RightArrow:before,#register-interest__form #registerInterest .fakeDropdown .icon-RightArrow:before,#register-interest__form #registerInterestInpage .fakeDropdown .icon-RightArrow:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700}#modal #registerInterest .fakeDropdown.flatBottom,#modal #registerInterestInpage .fakeDropdown.flatBottom,#register-interest__form #registerInterest .fakeDropdown.flatBottom,#register-interest__form #registerInterestInpage .fakeDropdown.flatBottom{margin:0}#modal #registerInterest .fakeDropdown.open .flexContainer--child,#modal #registerInterestInpage .fakeDropdown.open .flexContainer--child,#register-interest__form #registerInterest .fakeDropdown.open .flexContainer--child,#register-interest__form #registerInterestInpage .fakeDropdown.open .flexContainer--child{height:auto;visibility:1;position:absolute;background:var(--color--white,#fff);border-radius:0 0 22px 22px;border:1px solid #0b7161;border-top:none;left:-1px;max-width:calc(100% + 2px);width:calc(100% + 2px);top:37px;z-index:1;transition:opacity .3s linear,z-index .3s linear;opacity:1}#modal #registerInterest .fakeDropdown.open .flexContainer--child .sub-radio,#modal #registerInterestInpage .fakeDropdown.open .flexContainer--child .sub-radio,#register-interest__form #registerInterest .fakeDropdown.open .flexContainer--child .sub-radio,#register-interest__form #registerInterestInpage .fakeDropdown.open .flexContainer--child .sub-radio{display:-ms-flexbox;display:flex}#modal #registerInterest .fakeDropdown.open .icon-arrow__background,#modal #registerInterestInpage .fakeDropdown.open .icon-arrow__background,#register-interest__form #registerInterest .fakeDropdown.open .icon-arrow__background,#register-interest__form #registerInterestInpage .fakeDropdown.open .icon-arrow__background{transform:rotate(0deg)}#modal #registerInterest .fakeDropdown.open .icon-RightArrow,#modal #registerInterestInpage .fakeDropdown.open .icon-RightArrow,#register-interest__form #registerInterest .fakeDropdown.open .icon-RightArrow,#register-interest__form #registerInterestInpage .fakeDropdown.open .icon-RightArrow{background-color:#fff;transform:rotate(-90deg);color:#0b7161}#modal #registerInterest .section-describesYou .fakeDropdown.flatBottom,#modal #registerInterestInpage .section-describesYou .fakeDropdown.flatBottom,#register-interest__form #registerInterest .section-describesYou .fakeDropdown.flatBottom,#register-interest__form #registerInterestInpage .section-describesYou .fakeDropdown.flatBottom{margin:5px}#modal #registerInterest .studyInterest,#modal #registerInterestInpage .studyInterest,#register-interest__form #registerInterest .studyInterest,#register-interest__form #registerInterestInpage .studyInterest{display:block;width:100%}#modal #registerInterest .studyInterest .flexContainer--child.show,#modal #registerInterestInpage .studyInterest .flexContainer--child.show,#register-interest__form #registerInterest .studyInterest .flexContainer--child.show,#register-interest__form #registerInterestInpage .studyInterest .flexContainer--child.show{max-width:100%}#modal #registerInterest .studyInterest .sub-radio label.checkboxButton,#modal #registerInterest .studyInterest .sub-radio label.radioButton,#modal #registerInterestInpage .studyInterest .sub-radio label.checkboxButton,#modal #registerInterestInpage .studyInterest .sub-radio label.radioButton,#register-interest__form #registerInterest .studyInterest .sub-radio label.checkboxButton,#register-interest__form #registerInterest .studyInterest .sub-radio label.radioButton,#register-interest__form #registerInterestInpage .studyInterest .sub-radio label.checkboxButton,#register-interest__form #registerInterestInpage .studyInterest .sub-radio label.radioButton{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;width:auto}#modal #registerInterest .studyInterest .icon-arrow,#modal #registerInterestInpage .studyInterest .icon-arrow,#register-interest__form #registerInterest .studyInterest .icon-arrow,#register-interest__form #registerInterestInpage .studyInterest .icon-arrow{height:26px;width:26px}#modal #registerInterest .studyInterest .icon-arrow__background,#modal #registerInterestInpage .studyInterest .icon-arrow__background,#register-interest__form #registerInterest .studyInterest .icon-arrow__background,#register-interest__form #registerInterestInpage .studyInterest .icon-arrow__background{top:-3px;right:0;padding:4px}#modal #registerInterestInpage span.enquirer-name,#modal #registerInterest span.enquirer-name,#register-interest__form #registerInterestInpage span.enquirer-name,#register-interest__form #registerInterest span.enquirer-name{text-transform:capitalize}#modal #registerInterest .loadersmall,#modal #registerInterestInpage .loadersmall,#register-interest__form #registerInterest .loadersmall,#register-interest__form #registerInterestInpage .loadersmall{border:5px solid #f8f8f8;animation:spin 1s linear infinite;border-top:5px solid #555;border-radius:50%;width:30px;height:30px;display:inline-block;text-align:left;margin-left:0;position:absolute;left:10px;top:.65em}#modal #registerInterest .hide,#modal #registerInterestInpage .hide,#register-interest__form #registerInterest .hide,#register-interest__form #registerInterestInpage .hide{display:none}#modal .rc-anchor-light.rc-anchor-normal,#register-interest__form .rc-anchor-light.rc-anchor-normal{background:transparent!important;border:none!important;box-shadow:none!important;background:none!important}#modal #registerInterest.Discipline .section-generic,#modal #registerInterest.InterestArea .section-generic,#modal #registerInterest.Postgraduate .section-generic,#modal #registerInterest.Postgraduate .section-undergraduate,#modal #registerInterest.Research .section-generic,#modal #registerInterest.Research .section-undergraduate,#modal #registerInterest.Undergraduate .section-generic,#modal #registerInterestInpage.Discipline .section-generic,#modal #registerInterestInpage.InterestArea .section-generic,#modal #registerInterestInpage.Postgraduate .section-generic,#modal #registerInterestInpage.Postgraduate .section-undergraduate,#modal #registerInterestInpage.Research .section-generic,#modal #registerInterestInpage.Research .section-undergraduate,#modal #registerInterestInpage.Undergraduate .section-generic,#register-interest__form #registerInterest.Discipline .section-generic,#register-interest__form #registerInterest.InterestArea .section-generic,#register-interest__form #registerInterest.Postgraduate .section-generic,#register-interest__form #registerInterest.Postgraduate .section-undergraduate,#register-interest__form #registerInterest.Research .section-generic,#register-interest__form #registerInterest.Research .section-undergraduate,#register-interest__form #registerInterest.Undergraduate .section-generic,#register-interest__form #registerInterestInpage.Discipline .section-generic,#register-interest__form #registerInterestInpage.InterestArea .section-generic,#register-interest__form #registerInterestInpage.Postgraduate .section-generic,#register-interest__form #registerInterestInpage.Postgraduate .section-undergraduate,#register-interest__form #registerInterestInpage.Research .section-generic,#register-interest__form #registerInterestInpage.Research .section-undergraduate,#register-interest__form #registerInterestInpage.Undergraduate .section-generic{display:none}#modal .icon-close,#register-interest__form .icon-close{fill:var(--color--white,#fff);width:15px;height:15px}#modal .icon-page,#register-interest__form .icon-page{fill:var(--color--dark-aquae,#0d8572)}#modal .icon path,#register-interest__form .icon path{fill:inherit}#modal .required:before,#register-interest__form .required:before{display:none}#modal .icon.icon-tick,#register-interest__form .icon.icon-tick{display:none;width:1.6rem;position:absolute;top:1px;height:1.6rem;left:2px}@media screen and (-ms-high-contrast:active){#modal .register-interest-overlay,#register-interest__form .register-interest-overlay{justify-content:space-around}}@media (-ms-high-contrast:none){#modal .register-interest-overlay,#register-interest__form .register-interest-overlay{justify-content:space-around}}@media only screen and (min-width:320px) and (max-width:620px){#modal .modal__title,#register-interest__form .modal__title{padding:12px 0}#modal .modal__info,#modal .modal__info--bottom,#register-interest__form .modal__info,#register-interest__form .modal__info--bottom{display:none}#modal .modal__body,#register-interest__form .modal__body{padding:20px 0}}@media only screen and (min-width:621px) and (max-width:980px){#modal .overlay.register-interest-overlay #modal,#register-interest__form .overlay.register-interest-overlay #modal{left:auto;width:90%}}#findaresearchsupervisor-banner,.module__banner--tickshield{margin-top:4.4rem}#findaresearchsupervisor-banner .breadcrumbs,.module__banner--tickshield .breadcrumbs{width:50%}#findaresearchsupervisor-banner .module__banner-content--wrapper,.module__banner--tickshield .module__banner-content--wrapper{position:static;max-width:95.2rem}#findaresearchsupervisor-banner .module__banner-content,.module__banner--tickshield .module__banner-content{max-width:65rem;width:50%}@media screen and (min-width:641px){#findaresearchsupervisor-banner .module__banner-content,.module__banner--tickshield .module__banner-content{padding-right:2rem}}#findaresearchsupervisor-banner .banner-image,.module__banner--tickshield .banner-image{max-width:36.5rem;top:-6.4rem;right:0;position:relative}@media screen and (max-width:740px){#findaresearchsupervisor-banner .banner-image,.module__banner--tickshield .banner-image{display:none}}#findaresearchsupervisor-banner .banner-image img,.module__banner--tickshield .banner-image img{border-radius:0 0 185px 185px}#findaresearchsupervisor-banner ul li,.module__banner--tickshield ul li{background:none;position:relative;margin-bottom:1rem;margin-top:0}#findaresearchsupervisor-banner ul li:before,.module__banner--tickshield ul li:before{content:"";display:inline-block;width:.5rem;height:.5rem;background:#fff;border-radius:50%;left:1rem;position:absolute;top:1rem}#findaresearchsupervisor-banner .button--primary,.module__banner--tickshield .button--primary{width:24.5rem}@media screen and (min-width:741px){#findaresearchsupervisor-banner .module__banner-content--wrapper,.module__banner--tickshield .module__banner-content--wrapper{display:flex;flex:1;justify-content:space-between;height:auto}}@media (max-width:767px){#findaresearchsupervisor-banner .button--primary,#findaresearchsupervisor-banner .module__banner-content,.module__banner--tickshield .button--primary,.module__banner--tickshield .module__banner-content{width:100%}}@media screen and (min-width:981px){#findaresearchsupervisor-banner,.module__banner--tickshield{padding-top:105px;margin:0}}@media screen and (min-width:1601px){#findaresearchsupervisor-banner .cell--offset-1-col,.module__banner--tickshield .cell--offset-1-col{margin-left:14.88%}}.module__dropdown-tabs{position:relative}@media screen and (max-width:740px){.module__dropdown-tabs{padding:20px 10px 10px;margin-top:25px;background-color:#f5f5f5;border-radius:10px}}.module__dropdown-tabs--vertical{display:flex;margin:20px 0 0}@media screen and (max-width:740px){.module__dropdown-tabs--vertical{flex-direction:column}}.module__dropdown-tabs--vertical.module__dropdown-tabs--fullwidth{position:relative}.module__dropdown-tabs--vertical.module__dropdown-tabs--fullwidth:after{position:absolute;top:0;left:100%;height:calc(100% - 2px);width:50vw;border-width:1px 0;border-style:solid;border-color:#e1e1e1;background-color:#f5f5f5;margin-left:-8px}@media screen and (min-width:981px){.module__dropdown-tabs--vertical.module__dropdown-tabs--fullwidth:after{margin-left:-15px}}@media screen and (min-width:741px){.module__dropdown-tabs--vertical.module__dropdown-tabs--fullwidth:after{content:""}}.module__dropdown-tabs--vertical .module__dropdown-tabs-list{padding:0 8px;width:25%}@media screen and (min-width:981px){.module__dropdown-tabs--vertical .module__dropdown-tabs-list{padding:0 15px}}.module__dropdown-tabs--vertical .module__dropdown-tabs-list li{margin-top:-1px;margin-left:7px;padding:25px 20px;width:calc(100% - 7px);background:#fff}.module__dropdown-tabs--vertical .module__dropdown-tabs-list li:before{content:"";position:absolute;top:0;left:-7px;height:100%;width:0;border-left:7px solid #e1e1e1;border-radius:10px 0 0 10px}.module__dropdown-tabs--vertical .module__dropdown-tabs-list li:first-child{margin-top:0}.module__dropdown-tabs--vertical .module__dropdown-tabs-list li.active{background:#f5f5f5;border-right:0}.module__dropdown-tabs--vertical .module__dropdown-tabs-list li.active:before{border-left-color:#0b7161}.module__dropdown-tabs--vertical .module__dropdown-tabs-content{padding:20px 20px 20px 16px}@media screen and (min-width:981px){.module__dropdown-tabs--vertical .module__dropdown-tabs-content{padding:20px 20px 20px 30px}}.module__dropdown-tabs--vertical .module__dropdown-tabs-content__wrapper{margin-left:-8px;background-color:#f5f5f5}@media screen and (min-width:981px){.module__dropdown-tabs--vertical .module__dropdown-tabs-content__wrapper{margin-left:-15px}}@media screen and (min-width:741px){.module__dropdown-tabs--vertical .module__dropdown-tabs-content__wrapper{width:75%;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}}.module__dropdown-tabs--horizontal.module__dropdown-tabs--spacing-large .module__dropdown-tabs-list{padding-top:50px}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list{position:relative;display:flex;padding-top:30px;flex:0 0 100%}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list:before{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:120vw;background-color:#f5f5f5}@media screen and (min-width:741px){.module__dropdown-tabs--horizontal .module__dropdown-tabs-list:before{content:""}}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list:after{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120vw;border-bottom:1px solid #e1e1e1;z-index:0}@media screen and (min-width:741px){.module__dropdown-tabs--horizontal .module__dropdown-tabs-list:after{content:""}}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li{position:relative;display:flex;justify-content:center;align-items:center;flex:1;padding:10px 15px;margin:0 2px;min-height:60px;text-align:center;border-radius:10px 10px 0 0;border-bottom:0;overflow:hidden}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li:first-child{margin-left:0}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li:last-child{margin-right:0}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li:before{content:"";position:absolute;top:0;left:0;height:7px;width:100%;background-color:#e1e1e1}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li.active{background-color:#fff}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li.active:before{background-color:#0b7161}.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li.active:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #fff;z-index:10}@media screen and (min-width:741px){.module__dropdown-tabs--horizontal .module__dropdown-tabs-content{padding:40px 0}}.module__dropdown-tabs.module__dropdown-tabs--secondary.module__dropdown-tabs--vertical .module__dropdown-tabs-list li.active:before{border-left-color:#c74298}.module__dropdown-tabs.module__dropdown-tabs--secondary.module__dropdown-tabs--horizontal .module__dropdown-tabs-list li.active:before{background-color:#c74298}@media screen and (min-width:741px){.module__dropdown-tabs.module__dropdown-tabs--secondary .module__dropdown-tabs-list li:not([data-disabled=true]):focus,.module__dropdown-tabs.module__dropdown-tabs--secondary .module__dropdown-tabs-list li:not([data-disabled=true]):hover{color:#c74298}}.module__dropdown-tabs.module__dropdown-tabs--secondary .module__dropdown-tabs-list li.active,.module__dropdown-tabs.module__dropdown-tabs--secondary .select2-container{color:#c74298}.module__dropdown-tabs.module__dropdown-tabs--secondary .select2-container:before{border-left-color:#c74298}.module__dropdown-tabs.module__dropdown-tabs--secondary .dropdown-wrapper:after,.module__dropdown-tabs.module__dropdown-tabs--secondary .dropdown-wrapper:before{border-color:#c74298}.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}@media screen and (min-width:981px){.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul{margin-left:-15px;margin-right:-15px}}@media screen and (max-width:740px){.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul{margin-left:0;margin-right:0}}.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul li{margin-top:0;margin-bottom:15px;width:25%;background:0;padding-left:8px;padding-right:8px}@media screen and (min-width:981px){.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul li{padding-left:15px;padding-right:15px}}@media screen and (max-width:740px){.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul li{padding:0;width:100%}}.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul+hr{margin:10px 0}@media screen and (max-width:740px){.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul+hr{margin-top:20px}}.module__dropdown-tabs--course-structure .module__dropdown-tabs-content ul+hr+*{margin-top:20px}.module__dropdown-tabs--pathways-tafe img{max-height:100px;max-width:250px}@media screen and (max-width:740px){.module__dropdown-tabs--bg-wrapper{background-color:#f5f5f5}}@media screen and (max-width:740px){.module__dropdown-tabs--bg-wrapper .module__dropdown-tabs{margin-top:0;padding:30px 0 0}}@media screen and (max-width:740px){.module__dropdown-tabs-list{display:none!important}}.module__dropdown-tabs-list li{position:relative;margin:0;font-weight:600;background:#f5f5f5;border:1px solid #e1e1e1;cursor:pointer;transition:color .3s ease,background .3s ease}@media screen and (min-width:741px){.module__dropdown-tabs-list li:not([data-disabled=true]):focus,.module__dropdown-tabs-list li:not([data-disabled=true]):hover{color:#0b7161}}.module__dropdown-tabs-list li.active{color:#0b7161}.module__dropdown-tabs-list li[data-disabled=true]{color:#8a8a8a;cursor:default}.module__dropdown-tabs-content{position:absolute;top:0;right:0;width:100%;opacity:0;z-index:-1;transition:opacity .2s ease}@media screen and (max-width:740px){.module__dropdown-tabs-content{padding:20px 10px}}.module__dropdown-tabs-content.active{position:relative;width:100%;opacity:1;z-index:1}.module__dropdown-tabs-content__wrapper{position:relative;width:100%}@media screen and (max-width:740px){.module__dropdown-tabs-content__wrapper{margin-left:0!important;background-color:#fff!important;border-radius:10px}}.module__dropdown-tabs-content p+.text--course-bold{margin-top:30px}.module__dropdown-tabs-content ul li{margin:0}.module__dropdown-tabs-content table{width:auto;border:0}.module__dropdown-tabs-content table td:first-child{padding-right:15px}.module__dropdown-tabs-content table+*{margin-top:30px}.module__dropdown-tabs-select-results{box-shadow:8px 8px 10px -4px rgba(0,0,0,.3);background-color:transparent;border:0!important}.module__dropdown-tabs-select-results.module__dropdown-tabs-select-results--secondary .select2-results__option[aria-selected=true]{color:#c74298}.module__dropdown-tabs-select-results.module__dropdown-tabs-select-results--secondary .select2-results__option[aria-selected=true]:before{border-color:#c74298}.module__dropdown-tabs-select-results.module__dropdown-tabs-select-results--secondary .select2-results__option--highlighted{color:#c74298}.module__dropdown-tabs-select-results .select2-results__option{font-family:Arial,sans-serif;font-weight:600;font-style:normal;position:relative;margin-top:-1px;margin-left:7px;width:calc(100% - 7px);border-width:1px 1px 1px 0;border-style:solid;border-color:#e1e1e1;background-color:#fff}.module__dropdown-tabs-select-results .select2-results__option[aria-selected=true]{color:#0b7161}.module__dropdown-tabs-select-results .select2-results__option[aria-selected=true]:before{border-color:#0b7161}.module__dropdown-tabs-select-results .select2-results__option:before{content:"";position:absolute;top:0;left:-7px;height:100%;width:0;border-left:8px solid #e1e1e1;border-radius:10px 0 0 10px}.module__dropdown-tabs-select-results .select2-results__option--highlighted{color:#0b7161}.module__dropdown-tabs-select-label{display:block;margin-bottom:12px}@media screen and (min-width:741px){.module__dropdown-tabs-select-label{display:none}}.module__dropdown-tabs .select2-container{position:relative;padding:0;margin-bottom:20px;height:45px;width:100%!important;color:#0b7161;font-weight:600;border:0}@media screen and (min-width:741px){.module__dropdown-tabs .select2-container{display:none}}.module__dropdown-tabs .select2-container:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;border-left:8px solid #0b7161;border-radius:10px 0 0 10px}.module__dropdown-tabs .select2-container--open .dropdown-wrapper{transform:rotate(180deg)}.module__dropdown-tabs .select2-selection{margin-left:7px;padding:0 65px 0 10px;display:flex;align-items:center;height:100%;width:calc(100% - 7px);background-color:#fff}.module__dropdown-tabs .dropdown-wrapper{display:block;position:absolute;top:50%;right:30px;transform-origin:2px 1px}.module__dropdown-tabs .dropdown-wrapper:after,.module__dropdown-tabs .dropdown-wrapper:before{content:"";position:absolute;height:0;width:9px;border:1px solid #0b7161}.module__dropdown-tabs .dropdown-wrapper:before{left:-7px;transform:rotate(45deg)}.module__dropdown-tabs .dropdown-wrapper:after{transform:rotate(-45deg)}.footer--list{max-width:62.5rem;margin-top:2.4rem}.footer--list li{background:none;padding-left:0;margin-top:0;display:inline-flex;flex:0 0 auto;width:18.9rem;margin-right:1.6rem}.footer--list li a{color:#363635;display:inline-table;align-items:center;width:fit-content}.footer--list li a .icon{font-size:1.4rem;margin-right:.4rem}.module__categorized-tile{margin-top:0;margin-bottom:40px;width:100%;background:0}@media screen and (min-width:741px){.module__categorized-tile{width:50%}}@media screen and (max-width:740px){.module__categorized-tile.cell{padding:0}}.module__categorized-tile--default-height .module__categorized-tile--body{margin-bottom:30px}.module__categorized-tile--default-height .module__categorized-tile--content{min-height:0}.module__categorized-tile--default-height .module__categorized-tile--content .text--course-bold{margin-bottom:20px}.module__categorized-tile--default-height .module__categorized-tile--footer{margin-bottom:30px}.module__categorized-tile--default-height .module__categorized-tile--footer:before{display:none}.module__categorized-tile--default-height .module__categorized-tile--footer .arrow_link{margin-top:0}.module__categorized-tile--3-col .module__categorized-tile{width:100%}@media screen and (min-width:741px){.module__categorized-tile--3-col .module__categorized-tile{width:33.33333333%}}.module__categorized-tile--container{margin-top:80px}@media screen and (max-width:740px){.module__categorized-tile--container{margin-top:50px}}.module__categorized-tile--container h2{margin-bottom:20px}.module__categorized-tile--has-title{margin-top:80px}.module__categorized-tile--green .module__categorized-tile--content{border-top-color:#0d8572}.module__categorized-tile--light-green .module__categorized-tile--content{border-top-color:#57bbae}.module__categorized-tile--yellow .module__categorized-tile--content{border-top-color:#ffd923}.module__categorized-tile--orange .module__categorized-tile--content{border-top-color:#ff9300}.module__categorized-tile--blue .module__categorized-tile--content{border-top-color:#007d98}.module__categorized-tile--magenta .module__categorized-tile--content{border-top-color:#c74298}.module__categorized-tile--grey .module__categorized-tile--content{border-top-color:#8a8a8a}.module__categorized-tile--charcoal .module__categorized-tile--content{border-top-color:#363635}.module__categorized-tile--list{margin-top:20px}.module__categorized-tile--content{display:flex;flex-direction:column;overflow:hidden;border-width:10px 1px 1px;border-color:#e1e1e1;border-style:solid;border-radius:10px 10px 0 0;background-color:transparent;cursor:pointer;transition:background-color .3s ease}@media screen and (min-width:741px){.module__categorized-tile--content{min-height:418px}}.module__categorized-tile--content:focus,.module__categorized-tile--content:hover{background-color:#f5f5f5}.module__categorized-tile--content:focus .h3,.module__categorized-tile--content:hover .h3{color:#007d98}.module__categorized-tile--body,.module__categorized-tile--footer{margin:20px}.module__categorized-tile--body .h3{margin-bottom:0}.module__categorized-tile--body p+*{margin-top:10px}.module__categorized-tile--footer{position:relative;display:flex;flex-direction:column;margin-top:auto}.module__categorized-tile--footer:before{content:"";margin-bottom:20px;display:block;width:100%;height:0;border-top:1px solid #e1e1e1}.module__categorized-tile--footer .arrow_link{margin-top:auto}.module__categorized-tile .small{margin-bottom:20px}.module__categorized-tile .small p{margin-top:5px}.module--events .module__content-main-content>*{margin-top:5rem;margin-bottom:4rem}.module--events .module__content-main-content>:first-child{margin-top:0}@media screen and (max-width:740px){.module--events .module__content-panel-10-col{padding:0 16px}}@media screen and (min-width:1601px){.module--events .event--related-events .module__content-panel--title--full-width{margin-left:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module--events .event--related-events .module__content-panel--title--full-width{margin-left:10%}}@media screen and (min-width:981px) and (max-width:1200px){.module--events .event--related-events .module__content-panel--title--full-width{width:80%}}@media screen and (min-width:1601px){.module--events .event--related-events .related-item.related-item--8-col{margin-left:16.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.module--events .event--related-events .related-item.related-item--8-col{margin-left:10%}}.module--events .map{margin-top:20px}.module--events .module__accordion{overflow:hidden}.module--events#main-content__wrapper{overflow:initial}@media screen and (max-width:544px){.module--events .module__content-panel--text--full-width,.module--events .module__content-panel--wrapper{padding:0}}.module--events .module__content-main-content{flex-grow:1}@media screen and (min-width:740px){.module--events .module__content-main-content{margin-right:16px;padding-left:.8rem}}@media screen and (min-width:980px){.module--events .module__content-main-content{margin-right:30px;padding-left:1.5rem}}.module--events .module__content-main-content section{padding:0 1.5rem;margin-bottom:4rem}@media screen and (min-width:544px){.module--events .module__content-main-content section{padding:0}}.module--events .module__content-sidebar{position:sticky;top:10rem;align-self:flex-start;width:100%;border-radius:1rem;background-color:#e1e1e1;padding:2rem 0;padding-bottom:0}@media screen and (max-width:740px){.module--events .module__content-sidebar{width:100%}}@media screen and (min-width:740px){.module--events .module__content-sidebar{min-width:31rem;max-width:31rem}}@media screen and (min-width:980px){.module--events .module__content-sidebar{min-width:36.4rem;max-width:36.4rem}}@media screen and (min-width:1600px){.module--events .module__content-sidebar{margin-right:9.3333%}}.module--events .module__content-sidebar .module__content-container.background-grey{padding:0 2rem}.module--events .module__content-sidebar strong{text-align:right;padding-right:2rem;min-width:10.6rem}@media screen and (min-width:740px){.module--events .module__content-sidebar strong{min-width:8rem}}@media screen and (min-width:980px){.module--events .module__content-sidebar strong{min-width:9rem}}.module--events .module__content-sidebar .sidebar-item{margin-bottom:2rem;flex-wrap:nowrap}.module--events .module__content-sidebar .sidebar-item .time{display:block}.module--events .module__content-sidebar .sidebar-item p{margin-bottom:1rem;margin-top:0}.module--events .module__content-sidebar .sidebar-item.contact--info{background-color:#fff;padding:25px 10px;border-radius:10px;margin-bottom:3rem}.module--events .module__content-sidebar .sidebar-item.contact--info p{display:flex;flex-direction:row}.module--events .module__content-sidebar .sidebar-item.contact--info .contact-info--label{font-weight:700;margin-left:10px;width:45px;margin-right:15px}.module--events .module__content-sidebar .sidebar-item.contact--info .contact-info--detail{flex-grow:1;word-break:break-word}.module--events .module__content-sidebar .button{margin-top:0;margin-bottom:30px;width:100%}.module--events .module__content-sidebar .footer-social-links{display:flex;flex:1 1 100%;max-width:100%;position:relative;border-radius:0 0 10px 10px;justify-content:center;height:5rem;padding-top:.9rem}@media screen and (max-width:740px){.module--events .module__content-sidebar .footer-social-links{max-width:100%;width:100%}}@media screen and (min-width:740px){.module--events .module__content-sidebar .footer-social-links{max-width:31rem}}@media screen and (min-width:980px){.module--events .module__content-sidebar .footer-social-links{max-width:36.4rem}}@media screen and (max-width:740px){.module--events .module__content-sidebar .footer-social-links__list{width:100%;text-align:center}}.module--events .module__content-sidebar .background-dark{background-color:#363635}.module--events .module__content-sidebar .background-green--circle{position:relative;flex-shrink:0;display:inline-block;margin-right:1rem;width:22px;height:22px;color:#fff;font-size:1.2rem;line-height:2.2rem;text-align:center;background-color:#0b7161;border-radius:50%}.module--events .flexContainer{display:flex;flex:1 1 100%;flex-wrap:wrap}@media screen and (min-width:740px){.module--events .flexContainer{flex-wrap:nowrap}}.module--events .module__content-panel--text{width:100%;margin-bottom:30px}@media screen and (min-width:1600px){.module--events .module__content-panel--text{width:100%}}@media screen and (min-width:741px){.module--events .module__banner-content--wrapper{width:100%}}.background-light-gray{background-color:#f5f5f5;padding:1rem 0}.deakin-modal{width:55rem;max-width:60rem;height:fit-content;min-height:10rem;background:#fff;border-radius:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;flex:0 0 45%;padding:4rem;position:relative}.deakin-modal-title{font-size:2rem;font-weight:600;margin-bottom:1rem}.deakin-modal-content{width:50rem}.deakin-modal-close{position:absolute;top:1rem;right:1rem;cursor:pointer}.deakin-modal-wrapper{z-index:9999;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;flex:0 0 100%}.hideModal{z-index:-1;opacity:0;animation:hide .25s;transform:scale(0)}.showModal{opacity:1;z-index:9999;animation:show .2s;transform:scale(1)}@keyframes hide{0%{z-index:2;transform:scale(1);opacity:1}to{z-index:-1;transform:scale(0);opacity:0}}@keyframes show{0%{transform:scale(0);opacity:0;z-index:-1}to{transform:scale(1);opacity:1;z-index:2}}#ie-warning ul#browsers{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;flex:1 1 100%}#ie-warning ul#browsers,#ie-warning ul#browsers li{margin:0;padding:0;list-style:none;background:none}#ie-warning .deakin-icon-chrome img,#ie-warning .deakin-icon-firefox img,#ie-warning .deakin-icon-msedge img,#ie-warning .deakin-icon-safari img{width:3rem;height:3rem;display:block;margin:auto}.module__page-tab-list{display:flex;justify-content:space-between;width:100%}.module__page-tab-item{position:relative;width:calc(50% - 5px);color:inherit;text-decoration:none;background-color:#f5f5f5;border-radius:10px 10px 0 0;border-bottom:1px solid #e1e1e1}@media screen and (min-width:741px) and (max-width:980px){.module__page-tab-item{width:calc(50% - 8px)}}@media screen and (max-width:740px){.module__page-tab-item{width:calc(50% - 2.5px)}}.module__page-tab-item:before{content:"";position:absolute;top:0;left:0;height:9px;width:100%;background-color:#e1e1e1;border-radius:10px 10px 0 0}.module__page-tab-item--active{background-color:#fff;border-bottom:1px solid #fff}.module__page-tab-item--active:before{background-color:#0b7161}.module__page-tab-item--active .module__page-tab-label{color:#0b7161}.module__page-tab-label{padding:20px}@media screen and (min-width:741px) and (max-width:980px){.module__page-tab-label{padding:20px 10px 15px}}@media screen and (max-width:740px){.module__page-tab-label{padding:15px 10px 8px}}@media screen and (max-width:740px){.module__page-tab-label .text--course-bold{font-size:1.3rem;text-align:center}}.module__page-tab-label *+p{margin-top:5px;font-size:1.3rem}@media screen and (min-width:741px) and (max-width:980px){.module__page-tab-label *+p{font-size:1.2rem}}@media screen and (max-width:740px){.module__page-tab-label *+p{display:none}}.module__education-planner-intro .module__content-panel--no-title{padding-bottom:0}.module__education-planner{background-color:#fff}.module__education-planner--form .g-recaptcha{justify-content:flex-end;margin-top:40px;display:flex}.module__education-planner--form label.error{top:40px!important}.module__education-planner--form .conditional-enquiry{margin-top:20px}.module__education-planner--form .conditional-enquiry .inputContainer{flex-direction:column}.module__education-planner--form .conditional-enquiry .inputContainer label{position:relative!important;height:auto!important}.module__education-planner--form .conditional-enquiry .inputContainer textarea{border:1px solid #8a8a8a;margin-top:30px}.module__education-planner--form span.select2.select2-container.select2-container--default{margin-top:25px}.module__education-planner--form .select-label{position:relative}.module__education-planner--form .select2-selection__rendered{padding-top:10px}.module__education-planner-header{display:flex;flex-direction:row;justify-content:center;align-items:center}.module__education-planner-header h2{flex-grow:1;margin:0}.module__education-planner .module__content-panel--text{width:100%;margin-left:0;padding-bottom:0}@media screen and (min-width:1601px){.module__education-planner .module__content-panel--text{width:83.33333333%;margin-left:8.33333333%}}@media screen and (min-width:981px) and (max-width:1600px){.module__education-planner .module__content-panel--text{width:100%!important;margin-left:0!important}}@media screen and (min-width:741px) and (max-width:980px){.module__education-planner .module__content-panel--text{padding-left:0;padding-right:0}}.module__education-planner .education-planner-answer{color:#000}.module__education-planner .next-step{float:right}@media screen and (min-width:1601px){.module__education-planner .next-step{width:24%}}@media screen and (min-width:981px) and (max-width:1600px){.module__education-planner .next-step{width:24%}}@media screen and (min-width:741px) and (max-width:980px){.module__education-planner .next-step{width:25%}}.module__education-planner .next-step a{padding:10px 15px;min-width:100%}.module__education-planner .next-step a.disabled{background-color:#8a8a8a}.module__education-planner .next-step a.disabled:hover{cursor:default}.module__education-planner.squiz--form .sq-form-question{margin-bottom:0}.module__education-planner.squiz--form .sq-form-question-tickbox-list ul{display:block}.module__education-planner.squiz--form .sq-form-question-tickbox-list ul li{margin-top:15px!important;margin-bottom:15px!important}.module__education-planner.squiz--form .sq-form-question-tickbox-list ul li ul{padding-left:30px;padding-bottom:10px}.module__education-planner.squiz--form .sq-form-question-tickbox-list ul li ul li{padding-left:15px;list-style-type:none;background:url(https://www.deakin.edu.au/__data/assets/image/0011/767729/icon_bullet-point.png?v=0.1.1) no-repeat 0 10px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__education-planner.squiz--form .sq-form-question-tickbox-list ul li ul li{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/767733/icon_bullet-point@2x.png?v=0.1.1);background-size:5px auto}}.module__education-planner.squiz--form .sq-form-question .sq-form-question-answer ul li{margin:0;width:100%;padding-right:20px}.module__education-planner .next-question-placeholder{padding-top:40px;padding-bottom:40px;background-color:var(--color--grey-light,#f5f5f5)}.module__education-planner .next-question-placeholder p{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px;color:#ccc}.wf-opensans-n4-active .module__education-planner .next-question-placeholder p{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:1601px){.module__education-planner .next-question-placeholder p{margin-left:10%}}@media screen and (min-width:981px) and (max-width:1600px){.module__education-planner .next-question-placeholder p{margin-left:10%}}.module__education-planner--footer-intro{margin-bottom:20px}.module__education-planner--footer .module__help-banner__cta--container{margin-top:30px}.module__education-planner--footer .module__help-banner__cta--container .module__help-banner__cta a{font-weight:600;font-size:14px;padding:8px 30px;display:flex;align-items:center;justify-content:center}.module__education-planner--footer .module__help-banner__cta--container .module__help-banner__cta a i{font-size:2.8rem;margin-right:10px}.module__education-planner--footer .module__help-banner__cta--container .module__help-banner__cta .subtext{margin-top:20px;font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:12px}.wf-opensans-n4-active .module__education-planner--footer .module__help-banner__cta--container .module__help-banner__cta .subtext{font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__education-planner--footer .module__help-banner__cta--container .module__help-banner__cta .subtext{margin-top:10px}}.education__planner-reset{padding:10px 15px}@media screen and (min-width:1601px){.education__planner-reset{width:24%;min-width:24%}}@media screen and (min-width:981px) and (max-width:1600px){.education__planner-reset{width:24%;min-width:24%}}@media screen and (min-width:741px) and (max-width:980px){.education__planner-reset{width:25%;min-width:25%}}.education__planner-result{padding-top:0!important}.education__planner-result .grid{padding-top:0!important;margin-top:0!important}.education__planner-result .module__banner-key-info__container{width:90%}.module__education-planner-result .module__banner-key-info__container{padding:25px 0}.module__education-planner-result .module__banner-key-info__container h2{margin:0;font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:18px}.module__education-planner-result .module__pathway-tafe{margin-top:0}.module__education-planner-result .module__marketing-content--1-up--content-wrapper{align-self:center}.module__education-planner-result .list__styled li{padding-left:100px}.module__education-planner-result .list__styled li:before{background-color:#e1e1e1;font-family:Arial,sans-serif;letter-spacing:.04rem;font-weight:400;font-size:1.95em;width:85px;height:85px;line-height:3.2em}.wf-worldlybold-n4-active .module__education-planner-result .list__styled li:before{font-family:Worldly Bold,Open Sans,Arial,sans-serif}@media screen and (min-width:741px) and (max-width:980px){.module__education-planner-result .list__styled li:before{width:75px;height:75px;line-height:2.9em}}.module__education-planner-result .list__styled li ul{margin-left:30px}.module__education-planner-result .list__styled li ul li{padding-left:15px}.module__content-panel--leadcap-points .marketo-submission button{margin-top:20px}.module__content-panel--leadcap-points .marketo-submission input[type=checkbox]{width:20px;height:20px;margin:12px 12px 0 0}.student-notification{background-color:#f5f5f5;margin-top:35px;margin-bottom:0;padding:15px 0;top:0;transition:all .5s ease;width:100%;left:90px;z-index:299;box-shadow:0 -4px 3px rgba(50,50,50,.25)}@media screen and (max-width:980px){.student-notification{left:0}}@media screen and (max-width:740px){.student-notification{margin-top:0}}.student-notification.ecosystem{left:0;margin-top:0;transition:none!important}.student-notification.ecosystem p{font-size:15px!important}.navigation__close .student-notification{left:35px}@media screen and (max-width:980px){.navigation__close .student-notification{left:0}}.navigation__close .student-notification.ecosystem{left:0}.student-notification .cell{display:flex;flex-direction:row;width:100%}@media screen and (max-width:740px){.student-notification .cell{flex-direction:column}}@media screen and (min-width:1601px){.student-notification .cell .student-notification--message{width:66.66666667%}}@media screen and (min-width:981px) and (max-width:1600px){.student-notification .cell .student-notification--message{width:60%}}@media screen and (min-width:741px) and (max-width:980px){.student-notification .cell .student-notification--message{width:62.5%}}.student-notification .cell .student-notification--button{text-align:right}@media screen and (min-width:1601px){.student-notification .cell .student-notification--button{width:16.66666667%;margin-left:8.33333333%;flex-grow:1}}@media screen and (min-width:981px) and (max-width:1600px){.student-notification .cell .student-notification--button{width:30%;flex-grow:1}}@media screen and (min-width:741px) and (max-width:980px){.student-notification .cell .student-notification--button{width:37.5%}}@media screen and (max-width:740px){.student-notification .cell .student-notification--button{margin-top:15px;text-align:center}}.student-notification.visible-notification+.module__banner{margin-top:0}.student-notification.sticky{position:fixed;top:30px;left:90px;z-index:299;width:100%}@media screen and (max-width:980px){.student-notification.sticky{left:0;top:68px}}@media screen and (max-width:740px){.student-notification.sticky{top:44px}}.student-notification.sticky.ecosystem{margin-top:35px}.navigation__close .student-notification.sticky{left:35px}@media screen and (max-width:980px){.navigation__close .student-notification.sticky{left:0}}.header-rebrand__students+.student-notification{margin-top:107px;transition:margin .45s!important}@media screen and (max-width:740px){.header-rebrand__students+.student-notification{margin-top:50px}}.header-rebrand__students+.student-notification.sticky{left:0}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__students+.student-notification.sticky{top:36px}}@media screen and (max-width:740px){.header-rebrand__students+.student-notification.sticky{top:16px}}.header-rebrand__students+.emergency+.student-notification.sticky{left:0}@media screen and (min-width:741px) and (max-width:980px){.header-rebrand__students+.emergency+.student-notification.sticky{top:36px}}@media screen and (max-width:740px){.header-rebrand__students+.emergency+.student-notification.sticky{top:16px}}.no-spacing{margin-top:0}.no-spacing #main-content{padding:0}.connect-win__terms .modaal-container .modaal-close{background:#000;height:2.4rem;position:absolute;right:20px;top:24px;width:2.4rem}.connect-win__terms .modaal-container .modaal-close:after,.connect-win__terms .modaal-container .modaal-close:before{color:#fff;top:7px;left:11px;width:2px;height:10px}.connect-win__terms .modaal-container .modaal-close:hover:after,.connect-win__terms .modaal-container .modaal-close:hover:before{background:#fff}.connect-win__terms .modaal-content-container strong{font-family:Univers,Arial,sans-serif;font-size:2.3rem;text-transform:uppercase}.connect-win__terms .magenta{color:#c74298}.module__primary-node-nav .module__content-panel--text{padding:0 8px}.module__primary-node-nav--card-stack{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.module__primary-node-nav--card-stack:after{content:"";width:calc(33% - 5px)}.module__primary-node-nav--card-stack.highlight--orange .module__primary-node-nav--card-stack-card-front i.icon{color:#ff9300}.module__primary-node-nav--card-stack-card{width:calc(33% - 5px);border:1px solid #e1e1e1;border-radius:5px;margin-bottom:10px;height:220px;cursor:pointer;overflow:hidden}@media screen and (min-width:741px){.module__primary-node-nav--card-stack-card{height:320px}}@media screen and (min-width:981px){.module__primary-node-nav--card-stack-card{height:285px}}@media screen and (max-width:740px){.module__primary-node-nav--card-stack-card{width:100%}}.module__primary-node-nav--card-stack-card-front{background-color:#f5f5f5;display:flex;flex-direction:column}.module__primary-node-nav--card-stack-card-front .card-front--image{height:125px;width:100%;background-size:cover;border-top-left-radius:3px;border-top-right-radius:3px}@media screen and (min-width:741px){.module__primary-node-nav--card-stack-card-front .card-front--image{height:127px}}.module__primary-node-nav--card-stack-card-front .card-front--heading{height:95px;display:flex;margin-left:10px;align-items:center}@media screen and (min-width:741px){.module__primary-node-nav--card-stack-card-front .card-front--heading{height:193px}}@media screen and (min-width:981px){.module__primary-node-nav--card-stack-card-front .card-front--heading{height:158px}}.module__primary-node-nav--card-stack-card-front .card-front--heading h3{margin:0;width:100%;padding-right:60px;position:relative}.module__primary-node-nav--card-stack-card-front .card-front--heading h3 i.icon.icon-RightArrow{position:absolute;right:10px;top:50%;transform:translate(-50%,-50%);font-size:1.6rem}.module__primary-node-nav--card-stack-card-back{display:none;height:220px;border-top:7px solid #e1e1e1;border-top-left-radius:3px;border-top-right-radius:3px;padding:20px 10px}.highlight--orange .module__primary-node-nav--card-stack-card-back{border-color:#ff9300}.content__feature img{width:100%;height:100%;display:block;object-fit:contain}.content__feature .button{margin:0}.content__feature-title{color:var(--content-feature-header--color,inherit);margin:var(--content-feature-header--margin,0 0 2rem)}.content__feature-content{color:var(--content-feature-content--color,inherit);margin:var(--content-feature-content--margin,2rem 0)}.content__feature--outer{background-color:var(--content-feature--background,transparent);padding:1rem 0}.content__feature-text{color:var(--content-feature--color,inherit)}@media screen and (min-width:1601px){.content__feature{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:3rem;align-items:center;padding:0 15px}.content__feature-image{grid-column:span 3/span 3}.content__feature-text{grid-column:span 5/span 5}.content__feature--image-text .content__feature-image{grid-column-start:3}.content__feature--image-text .content__feature-text,.content__feature--text-image .content__feature-image{order:9999}.content__feature--text-image .content__feature-text{grid-column-start:3}}@media screen and (min-width:981px) and (max-width:1600px){.content__feature{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:3rem;align-items:center;padding:0 15px}.content__feature-image{grid-column:span 3/span 3}.content__feature-text{grid-column:span 5/span 5}.content__feature--image-text .content__feature-image{grid-column-start:2}.content__feature--image-text .content__feature-text,.content__feature--text-image .content__feature-image{order:9999}.content__feature--text-image .content__feature-text{grid-column-start:2}}@media screen and (min-width:741px) and (max-width:980px){.content__feature{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:1.5rem;align-items:center;padding:0 8px}.content__feature-image{grid-column:span 3/span 3}.content__feature-text{grid-column:span 5/span 5}.content__feature--image-text .content__feature-image{grid-column-start:1}.content__feature--image-text .content__feature-text,.content__feature--text-image .content__feature-image{order:9999}.content__feature--text-image .content__feature-text{grid-column-start:1}}@media screen and (max-width:740px){.content__feature{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem 2rem;align-items:center;padding:0 15px}.content__feature-image{grid-column:span 3/span 3;grid-column-start:1}.content__feature-text{grid-column:span 4/span 4;grid-column-start:1}}.content__feature--default{--content-feature--background:transparent;--content-feature--color:inherit}.content__feature--primary{--content-feature--background:var(--color--primary,#0b7161);--content-feature--color:var(--color--white,#fff)}.content__feature--secondary{--content-feature--background:var(--color--secondary,#c74298);--content-feature--color:var(--color--white,#fff)}.content__feature--tertiary{--content-feature--background:var(--color--tertiary,#035260);--content-feature--color:var(--color--white,#fff)}.content__feature--yellow{--content-feature--background:var(--color--yellow,#ffd923)}.content__feature--orange,.content__feature--yellow{--content-feature--color:var(--color--charcoal,#363635)}.content__feature--orange{--content-feature--background:var(--color--orange,#ff9300)}.content__feature--blue,.content__feature--teal{--content-feature--background:var(--color--blue,#007d98);--content-feature--color:var(--color--white,#fff)}.content__feature--magenta,.content__feature--pink{--content-feature--background:var(--color--magenta,#c74298);--content-feature--color:var(--color--white,#fff)}.content__feature--magenta-light{--content-feature--background:var(--color--magenta-light,#ff71bc);--content-feature--color:var(--color--white,#fff)}.content__feature--turquoise-light{--content-feature--background:var(--color--turquoise-light,#58bcaf);--content-feature--color:var(--color--charcoal,#363635)}.content__feature--turquoise{--content-feature--background:var(--color--turquoise,#0b7161);--content-feature--color:var(--color--white,#fff)}.content__feature--white{--content-feature--background:var(--color--white,#fff)}.content__feature--grey-light,.content__feature--white{--content-feature--color:var(--color--charcoal,#363635)}.content__feature--grey-light{--content-feature--background:var(--color--grey-light,#f5f5f5)}.content__feature--grey-medium-light{--content-feature--background:var(--color--grey-light,#e1e1e1);--content-feature--color:var(--color--charcoal,#363635)}.content__feature--grey{--content-feature--background:var(--color--grey,gray);--content-feature--color:var(--color--white,#fff)}.content__feature--grey-dark{--content-feature--background:var(--color--grey-dark,#333);--content-feature--color:var(--color--white,#fff)}.content__feature--charcoal{--content-feature--background:var(--color--charcoal,#363635);--content-feature--color:var(--color--white,#fff)}.callout__video{--icon-link-icon--size:5rem!important;--icon-link-icon--padding:0.2rem 1.2rem;--icon-link--decoration:none;--icon-link--decoration-hover:none;--icon-link--display:inline-flex;margin:0;padding:0}.callout__video img{width:100%;height:100%;display:block;object-fit:contain}.callout__video-title{color:var(--callout-video--text-color,#363635)}.callout__video--outer{width:100%;margin:calc(var(--callout-video--vertical-space, 5) * 10px) 0 0;padding:0;position:relative;background-color:var(--callout-video--background,#58bcaf)!important}.callout__video-image{grid-area:video;margin:0;padding:0;position:relative;min-height:23rem}.callout__video-text{grid-area:text;height:100%;margin:4rem 0;padding:0;align-self:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:flex-start}@media screen and (min-width:1601px){.callout__video--mosaic .callout__video--inner,.callout__video--text-video .callout__video,.callout__video--video-text .callout__video{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:30px;align-items:var(--callout-video--align-items,flex-start)}.callout__video--video-text .callout__video{grid-template-areas:"... ... video video video video text text text text ... ..."}.callout__video--text-video .callout__video{grid-template-areas:"... ... text text text text video video video video ... ..."}.callout__video--mosaic .callout__video{grid-column:span 4/span 4}.callout__video--mosaic .callout__video:nth-child(odd){grid-column-start:3}.callout__video--mosaic .callout__video:nth-child(2n){grid-column-start:7}}@media screen and (min-width:981px) and (max-width:1600px){.callout__video--mosaic .callout__video--inner,.callout__video--text-video .callout__video,.callout__video--video-text .callout__video{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:30px;align-items:var(--callout-video--align-items,flex-start)}.callout__video--video-text .callout__video{grid-template-areas:"... video video video video text text text text ..."}.callout__video--text-video .callout__video{grid-template-areas:"... text text text text video video video video ..."}.callout__video--mosaic .callout__video{grid-column:span 4/span 4}.callout__video--mosaic .callout__video:nth-child(odd){grid-column-start:2}.callout__video--mosaic .callout__video:nth-child(2n){grid-column-start:6}}@media screen and (min-width:741px) and (max-width:980px){.callout__video--mosaic .callout__video--inner,.callout__video--text-video .callout__video,.callout__video--video-text .callout__video{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:16px;align-items:var(--callout-video--align-items,flex-start)}.callout__video--video-text .callout__video{grid-template-areas:"video video video video text text text text"}.callout__video--text-video .callout__video{grid-template-areas:"text text text text video video video video"}.callout__video--mosaic .callout__video{grid-column:span 4/span 4}.callout__video--mosaic .callout__video:nth-child(odd){grid-column-start:1}.callout__video--mosaic .callout__video:nth-child(2n){grid-column-start:5}}@media screen and (min-width:741px){.callout__video--inner{margin:0;padding:0}.callout__video--mosaic .callout__video:nth-child(-n+2),.callout__video--text-video .callout__video:nth-child(-n+2) .callout__video-image,.callout__video--video-text .callout__video:nth-child(-n+2) .callout__video-image{position:relative;top:var(--callout-video-image--top,-5rem);bottom:0;left:0;right:0}.callout__video--mosaic .callout__video--inner{align-items:flex-start}.callout__video--mosaic .callout__video-text{margin:2rem 0 0}}@media screen and (max-width:740px){.callout__video--inner{margin:0;padding:2rem 0 0}.callout__video--mosaic .callout__video--inner,.callout__video--text-video .callout__video--inner,.callout__video--video-text .callout__video--inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:center}.callout__video--mosaic .callout__video,.callout__video--text-video .callout__video,.callout__video--video-text .callout__video{grid-column:span 4/span 4}.callout__video--mosaic .callout__video:first-child .callout__video-image,.callout__video--text-video .callout__video:first-child .callout__video-image,.callout__video--video-text .callout__video:first-child .callout__video-image{position:relative;top:calc((var(--callout-video--vertical-space, 5) + 2) * -10px);bottom:0;left:0;right:0;margin-bottom:calc((var(--callout-video--vertical-space, 5) + 2) * -10px)}.callout__video--mosaic .callout__video-text,.callout__video--text-video .callout__video-text,.callout__video--video-text .callout__video-text{margin:4rem 0}}.callout__video--none{--callout-video--vertical-space:0!important;--callout-video--background:transparent!important;--callout-video-image--top:0!important;--callout-video-image--margin-bottom:0!important;--callout-video--align-items:center}.callout__video--default{--callout-video--background:#58bcaf;--callout-video--text-color:#363635}.callout__video--primary{--callout-video--background:var(--color--primary,#0b7161);--callout-video--text-color:var(--color--white,#fff)}.callout__video--secondary{--callout-video--background:var(--color--secondary,#c74298);--callout-video--text-color:var(--color--white,#fff)}.callout__video--tertiary{--callout-video--background:var(--color--tertiary,#035260);--callout-video--text-color:var(--color--white,#fff)}.callout__video--yellow{--callout-video--background:var(--color--yellow,#ffd923);--callout-video--text-color:var(--color--charcoal,#363635)}.callout__video--orange{--callout-video--background:var(--color--orange,#ff9300);--callout-video--text-color:var(--color--charcoal,#363635)}.callout__video--blue,.callout__video--teal{--callout-video--background:var(--color--teal,#007d98);--callout-video--text-color:var(--color--white,#fff)}.callout__video--magenta,.callout__video--pink{--callout-video--background:var(--color--magenta,#c74298);--callout-video--text-color:var(--color--white,#fff)}.callout__video--turquoise-light{--callout-video--background:var(--color--turquoise-light,#58bcaf);--callout-video--text-color:var(--color--charcoal,#363635)}.callout__video--turquoise{--callout-video--background:var(--color--turquoise,#0b7161);--callout-video--text-color:var(--color--white,#fff)}.callout__video--white{--callout-video--background:var(--color--white,#fff);--callout-video--text-color:var(--color--charcoal,#363635)}.callout__video--grey-light{--callout-video--background:var(--color--grey-light,#f5f5f5);--callout-video--text-color:var(--color--charcoal,#363635)}.callout__video--grey-medium-light{--callout-video--background:var(--color--grey-light,#e1e1e1);--callout-video--text-color:var(--color--charcoal,#363635)}.callout__video--grey{--callout-video--background:var(--color--grey,gray);--callout-video--text-color:var(--color--charcoal,#fff)}.callout__video--grey-dark{--callout-video--background:var(--color--grey-dark,#333);--callout-video--text-color:var(--color--white,#fff)}.callout__video--charcoal{--callout-video--background:var(--color--charcoal,#363635);--callout-video--text-color:var(--color--white,#fff)}.margin-top-0{margin-top:0!important}.margin-top-40{margin-top:4rem!important}.margin-top-80{margin-top:8rem!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-40{margin-bottom:4rem!important}.margin-bottom-80{margin-bottom:8rem!important}@media screen and (min-width:741px){:root{--callout-video--vertical-space:5;--callout-video-image--top:-7rem;--callout-video-image--margin-bottom:-10rem}}@media screen and (max-width:740px){:root{--callout-video--vertical-space:10}}.module__video-callout{--video-callout--offset-top:10rem;--icon-link-icon--size:5rem;--video-callout-layout--margin-bottom:4rem}.module__video-callout--outer{margin-block-start:var(--video-callout--offset-top,10rem);margin-top:var(--video-callout--offset-top,10rem)}.module__video-callout--layout{margin-block-start:calc(var(--video-callout--offset-top, 10rem) * -1);margin-top:calc(var(--video-callout--offset-top, 10rem) * -1);margin-block-end:var(--video-callout-layout--margin-bottom,initial);margin-bottom:var(--video-callout-layout--margin-bottom,initial);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:auto;gap:16px;row-gap:4rem;align-items:center}.module__video-callout .video_text{display:flex}.module__video-callout .button_text,.module__video-callout .video_length{display:flex;gap:.3rem}.module__video-callout .video_length:before{content:"("}.module__video-callout .video_length:after{content:")"}.module__video-callout--item{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:auto;gap:16px;row-gap:4rem}.module__video-callout--image{grid-column:1/-1;position:relative;aspect-ratio:16/9}.module__video-callout--text{grid-column:1/-1;position:relative;margin-block-start:var(--video-callout-text--margin-top,initial);margin-top:var(--video-callout-text--margin-top,initial);display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:flex-start}.module__video-callout--cta,.module__video-callout--title{width:100%;display:block}@media screen and (min-width:1201px){.module__video-callout{--video-callout--offset-top:5rem;--video-callout-text--margin-top:8rem}.module__video-callout--item,.module__video-callout--layout{grid-template-columns:repeat(8,minmax(0,1fr));column-gap:30px}.module__video-callout--item{grid-template-areas:"video video video video text text text text"}.module__video-callout--text-video .module__video-callout--item{grid-template-areas:"text text text text video video video video"}.module__video-callout--video-text .module__video-callout--item{grid-template-areas:"video video video video text text text text"}.module__video-callout--mosaic{--video-callout-text--margin-top:initial}.module__video-callout--mosaic .module__video-callout--item{grid-column:span 4/span 4;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:16px;grid-template-areas:"video video video video" "text text text text"}.module__video-callout--image{grid-area:video}.module__video-callout--text{grid-area:text}}.module__video-callout--outer{background-color:var(--video-callout--background,var(--color--turquoise-light,#58bcaf))}.module__video-callout--outer,.module__video-callout--outer *{color:var(--video-callout--color,var(--color--charcoal,#363635))}.module__video-callout--primary{--video-callout--background:var(--color--primary,#0b7161);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--secondary{--video-callout--background:var(--color--secondary,#c74298);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--yellow{--video-callout--background:var(--color--yellow,#ffd923);--video-callout--color:var(--color--charcoal,#363635);--video-callout-layout--margin-bottom:4rem}.module__video-callout--orange{--video-callout--background:var(--color--orange,#ff9300);--video-callout--color:var(--color--charcoal,#363635);--video-callout-layout--margin-bottom:4rem}.module__video-callout--magenta,.module__video-callout--pink{--video-callout--background:var(--color--magenta,#c74298);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--blue,.module__video-callout--teal{--video-callout--background:var(--color--teal,#007d98);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--green,.module__video-callout--turquoise{--video-callout--background:var(--color--turquoise,#0b7161);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--turquoise-light{--video-callout--background:var(--color--turquoise-light,#58bcaf);--video-callout--color:var(--color--charcoal,#363635);--video-callout-layout--margin-bottom:4rem}.module__video-callout--turquoise-dark{--video-callout--background:var(--color--dark-aqua,#0d8572);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--grey{--video-callout--background:var(--color--grey,gray);--video-callout--color:var(--color--charcoal,#363635);--video-callout-layout--margin-bottom:4rem}.module__video-callout--grey-light{--video-callout--background:var(--color--grey-light,#f5f5f5);--video-callout--color:var(--color--grey-dark,#333);--video-callout-layout--margin-bottom:4rem}.module__video-callout--grey-medium-light{--video-callout--background:var(--color--grey-medium-light,#e1e1e1);--video-callout--color:var(--color--charcoal,#363635);--video-callout-layout--margin-bottom:4rem}.module__video-callout--grey-dark{--video-callout--background:var(--color--grey-dark,#333);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--white{--video-callout--background:var(--color--white,#fff);--video-callout--color:var(--color--charcoal,#363635);--video-callout-layout--margin-bottom:4rem}.module__video-callout--charcoal{--video-callout--background:var(--color--charcoal,#363635);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--black{--video-callout--background:var(--color--black,#000);--video-callout--color:var(--color--white,#fff);--video-callout-layout--margin-bottom:4rem}.module__video-callout--none{--video-callout--background:transparent;--video-callout--color:inherit;--video-callout-text--margin-top:0!important;--video-callout-layout--margin-bottom:0!important}.module__video-callout div:empty,.module__video-callout h1:empty,.module__video-callout h2:empty,.module__video-callout h3:empty,.module__video-callout h4:empty,.module__video-callout h5:empty,.module__video-callout section:empty,.module__video-callout span:empty{outline:1px dashed #e1e1e1!important;color:#858585!important;background-color:hsla(0,0%,88%,.3)!important;z-index:99;width:100%;min-width:25rem;min-height:1rem;display:flex;font-style:italic!important;font-weight:400!important}.module__video-callout div:empty:before,.module__video-callout h1:empty:before,.module__video-callout h2:empty:before,.module__video-callout h3:empty:before,.module__video-callout h4:empty:before,.module__video-callout h5:empty:before,.module__video-callout section:empty:before,.module__video-callout span:empty:before{content:"Under construction"}.module__video-callout div:empty:after,.module__video-callout h1:empty:after,.module__video-callout h2:empty:after,.module__video-callout h3:empty:after,.module__video-callout h4:empty:after,.module__video-callout h5:empty:after,.module__video-callout section:empty:after,.module__video-callout span:empty:after{content:unset}.module__video-callout--image:empty{width:100%;height:auto;min-height:20rem;aspect-ratio:16/9;display:flex;justify-content:center;align-items:center}.module__video-callout .video_length:empty:before{content:"(Under construction)"}.module__video{position:relative;margin-top:80px;margin-bottom:40px;--icon-link-icon--size:5rem!important;--icon-link-icon--padding:0.2rem 1.2rem;--icon-link--decoration:none;--icon-link--decoration-hover:none;--icon-link--display:inline-flex}.module__video:after,.module__video:before{content:" ";display:table}.module__video:after{clear:both}.module__video .video_link:before,.module__video button:before{text-indent:7px}.module__video .video_link .video_text,.module__video button .video_text{display:inline-flex;flex-direction:row;place-content:flex-start;place-items:center;gap:.5rem}.module__video .video_link .video_length,.module__video button .video_length{display:inline-flex;flex-direction:row;gap:.1rem}.module__video .video_link .video_length:after,.module__video .video_link .video_length:before,.module__video button .video_length:after,.module__video button .video_length:before{display:inline-flex;place-content:center;place-items:center;text-align:center;vertical-align:middle}.module__video .video_link .video_length:before,.module__video button .video_length:before{content:"("}.module__video .video_link .video_length:after,.module__video button .video_length:after{content:")"}@media screen and (min-width:1601px){.module__bleed-top.module__video{margin-top:-98px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__bleed-top.module__video{margin-top:-30px}}.module__video--left-layout .module__video-image{float:right}@media screen and (min-width:1601px){.module__video--left-layout .module__video-image--wrapper{margin-left:50%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__video--left-layout .module__video-image--wrapper{margin-left:50%}}@media screen and (min-width:981px) and (max-width:1200px){.module__video--left-layout .module__video-image--wrapper{margin-left:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__video--left-layout .module__video-image--wrapper{margin-left:50%}}.module__video--right-layout .module__video-image,.module__video--right-layout .module__video-image--wrapper{float:left}@media screen and (min-width:1601px){.module__video--right-layout .module__video-image--wrapper{margin-left:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__video--right-layout .module__video-image--wrapper{margin-left:10%}}@media screen and (min-width:981px) and (max-width:1200px){.module__video--right-layout .module__video-image--wrapper{margin-left:10%}}@media screen and (max-width:740px){.module__video--one-col .grid .cell{padding-top:0}}.module__video--one-col .grid .module__video-content,.module__video--one-col .grid .module__video-image--wrapper{padding-top:0}.module__video--two-col .module__video-image--wrapper{top:0;margin-left:0;width:100%;height:230px}@media screen and (max-width:740px){.module__video--two-col .module__video-image--wrapper{padding:0;height:210px}}.module__video--two-col .module__video-content{padding:0}.module__video--two-col .module__video-content--wrapper{display:block;min-height:unset;height:auto}@media screen and (min-width:741px){.module__video--two-col .module__video-content--wrapper{margin-top:270px}}@media screen and (max-width:740px){.module__video--two-col .cell--4-col:nth-child(2){margin-top:80px}}@media screen and (min-width:741px){.module__video-content{display:table-cell;vertical-align:middle;padding:60px 0 0}.module__video-content--wrapper{display:table;min-height:24rem;height:0}}.module__video-title{display:inline-block;margin-bottom:0;width:100%}@media screen and (max-width:740px){.module__video-title{font-size:2.6rem;line-height:3.2rem;margin-bottom:0}}.module__video-title--dark{color:#363635}.module__video-image{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.module__video-image--wrapper{position:relative;height:24rem;padding-right:16px}@media screen and (min-width:741px){.module__video-image--wrapper{position:absolute}}@media screen and (min-width:981px){.module__video-image--wrapper{padding-right:30px}}@media screen and (min-width:1601px){.module__video-image--wrapper{width:33.33333333%;margin-left:16.66666667%}}@media screen and (min-width:1201px) and (max-width:1600px){.module__video-image--wrapper{width:40%;margin-left:10%}}@media screen and (min-width:981px) and (max-width:1200px){.module__video-image--wrapper{width:40%;margin-left:10%}}@media screen and (min-width:741px) and (max-width:980px){.module__video-image--wrapper{width:50%}}@media screen and (max-width:740px){.module__video-image--wrapper{margin-bottom:30px;padding-left:8px;padding-right:8px;height:215px;width:100%}}.module__video-image--wrapper .play{position:relative;width:60px;height:60px;border-radius:50%;background-color:#0b7161;cursor:pointer;z-index:1}@media screen and (max-width:740px){.module__video-image--wrapper .play{width:63px;height:63px}}.module__video-image--wrapper .play:before{position:absolute;top:0;right:0;bottom:0;left:5px;margin:auto;width:0;height:0;border-style:solid;border-width:13px 0 13px 26px;border-color:transparent transparent transparent #fff;content:"";z-index:-1}@media screen and (max-width:740px){.module__video-image--wrapper .play:before{border-width:10px 0 10px 18px}}.module__video-image--wrapper .play button{width:100%;height:100%}@media screen and (min-width:1201px) and (max-width:1600px){.module .module__video-image--wrapper{width:400px}}@media screen and (min-width:981px) and (max-width:1200px){.module .module__video-image--wrapper{width:340px}}.module__video-image--grid-wrapper.grid:after,.module__video-image--grid-wrapper.grid:before{content:" ";display:table}.module__video-image--grid-wrapper.grid:after{clear:both}@media screen and (min-width:741px){.module__video-image--grid-wrapper.grid{position:absolute;top:0;left:0;right:0;margin:0 auto;width:100%}}.module__video-cta{margin-block:2rem 0}@supports not (margin-block:2rem){.module__video-cta{margin:2rem 0}}.no-js .module__video-play-button{position:relative;display:block;width:100%;text-align:left}.no-js .module__video-play-button:before{content:"* Please enable JavaScript to view this video";text-transform:none;position:absolute;top:40px;line-height:1.2;color:#ab2328}.no-js .play .module__video-play-button:before{top:112px}.module__multivideo{display:flex;flex-direction:column;--icon-link-icon--size:5rem}@media screen and (min-width:741px){.module__multivideo{flex-direction:row;height:290px}}.module__multivideo--container{margin-top:80px;margin-bottom:40px}.module__multivideo--container.background--grey-light,.module__multivideo--container[class*=background]{padding:40px 0;margin-top:0;margin-bottom:0}.module__multivideo--container .cell>*{padding:0 12px}@media screen and (min-width:741px){.module__multivideo--container .cell>*{padding:0 8px}}.module__multivideo--container .cell .module__multivideo-content{margin-top:20px}.module__multivideo-preview{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-position:50%;background-size:cover;background-repeat:no-repeat;transition:opacity .3s ease}.module__multivideo-preview.active{opacity:1}.module__multivideo-preview--container{position:relative;width:62.5%}@media screen and (max-width:740px){.module__multivideo-preview--container{width:100%;height:195px}}.module__multivideo-list{display:flex;flex-direction:column}@media screen and (min-width:741px){.module__multivideo-list{width:37.5%}}.module__multivideo-list-item{border-width:1px 1px 1px 7px;border-color:#e1e1e1;border-style:solid}.module__multivideo-list-item--cta{margin-top:2rem}@media screen and (min-width:741px){.module__multivideo-list-item{display:flex;flex:1;border:0;cursor:pointer}}@media screen and (max-width:740px){.module__multivideo-list-item.active{border-left-color:#0b7161}}.module__multivideo-list-item.active h3{color:#0b7161;border-right-color:#0b7161}.module__multivideo-list-item h3{font-family:Arial,sans-serif;display:flex;align-items:center;margin:0;padding:0 15px 0 30px;width:100%;height:100%;font-size:1.5rem;line-height:2rem;font-weight:600;letter-spacing:0;background-color:#fff;border-width:1px 7px 1px 0;border-style:solid;border-color:#e1e1e1 #e1e1e1 #e1e1e1 transparent}@media screen and (max-width:740px){.module__multivideo-list-item h3{padding:0 20px;height:75px;border:0}}.module__multivideo-list-item--content{display:none;padding:0 20px 20px}@media screen and (max-width:740px){.module__multivideo-list-item--content{margin-top:20px}}.module__multivideo-content{padding-top:30px}.module__multivideo-content .module__multivideo-list-item--content{display:block;padding:0}.module__multivideo-content .module__multivideo-list-item--content .module__multivideo-video-btn{margin-top:20px}.module__promotion.background--grey-light p{color:#363635}.module__promotion.background--grey-light .source{color:#0b7161}.module__promotion.background--grey{background:#e1e1e1!important}.module__promotion.background--grey p{color:#363635}.module__promotion.background--grey .source{color:#0b7161}.module__promotion.background--charcoal-light{background:#5a5a5a!important}.module__promotion.background--charcoal-light p{color:#fff}.module__promotion.background--charcoal{background:#363635!important}.module__promotion.background--charcoal p{color:#fff}.module__promotion.icons--brown i,.module__promotion.icons--brown i:before{color:#ad4206}.module__promotion.icons--magenta i,.module__promotion.icons--magenta i:before{color:#ac3382}.module__promotion.icons--yellow i,.module__promotion.icons--yellow i:before{color:#ffd923}.module__promotion.icons--aqua i,.module__promotion.icons--aqua i:before{color:#65d8ca}.module__promotion.icons--green i,.module__promotion.icons--green i:before{color:#0b7161}.module__promotion.icons--blue i,.module__promotion.icons--blue i:before{color:#006d88}.module__promotion.icons--pink i,.module__promotion.icons--pink i:before{color:#ff66b7}.module__promotion.icons--teal i,.module__promotion.icons--teal i:before{color:#007d98}.module__promotion.icons--orange i,.module__promotion.icons--orange i:before{color:#e26f1c}@media screen and (min-width:981px){.module__promotion.mid-page .module__content-panel--wrapper{padding-left:11.6rem;padding-right:11.6rem}}.module__promotion.mid-page .module__promotion-points.module__promotion-points--icon{padding:0 1.5rem}.module__promotion.mid-page .module__promotion-point:nth-child(n+7){display:none}@media screen and (max-width:740px){.module__promotion.mid-page .module__promotion-point{width:33%;padding:0 .5rem}.module__promotion.mid-page .module__promotion-point:nth-child(n+4){display:none}}@media screen and (min-width:741px) and (max-width:980px){.module__promotion.mid-page .module__promotion-point:nth-child(n+5){display:none}}@media screen and (min-width:981px) and (max-width:1023px){.module__promotion.mid-page .module__promotion-point:nth-child(n+6){display:none}}.module__promotion.under-banner .module__promotion-point:nth-child(n+9){display:none}@media screen and (max-width:740px){.module__promotion.under-banner .module__promotion-point{width:33%;padding:0 .5rem}.module__promotion.under-banner .module__promotion-point:nth-child(n+5){display:block}.module__promotion.under-banner .module__promotion-point:nth-child(n+7){display:none}}@media screen and (min-width:741px) and (max-width:980px){.module__promotion.under-banner .module__promotion-point:nth-child(n+8){display:none}}@media screen and (min-width:981px) and (max-width:1023px){.module__promotion.under-banner .module__promotion-point:nth-child(n+9){display:none}}.module__promotion-point--icon-container{width:4.8rem;height:4.8rem;margin:0 auto 1rem}.module__promotion-point--icon-container i,.module__promotion-point--icon-container i:before{font-size:5.4rem}.module__promotion .source{color:#65d8ca;font-size:1.2rem;text-align:right;margin:1rem 0 0;width:100%;display:block}@media screen and (max-width:740px){.module__promotion .source{padding-right:1rem}}.module__inpage-nav{padding:20px 0!important}.module__banner+.module__inpage-nav,.module__banner--slider+.module__inpage-nav{margin-top:0!important}.module__inpage-nav-list ul{display:flex;flex-direction:row;padding:0!important;flex-wrap:wrap}.module__inpage-nav-list ul li{background:none;margin:0;color:#363635;position:relative}.module__inpage-nav-list-lineage{font-family:Arial,sans-serif;font-size:1.5rem;margin-bottom:10px}.module__inpage-nav-list-lineage li{padding:0 25px 0 0!important}.module__inpage-nav-list-lineage li:after{font-family:icomoon;content:"\e937";position:absolute;transform:translateY(-50%);top:50%;font-size:1rem;right:7px}.module__inpage-nav-list-lineage li:last-child:after{display:none}.module__inpage-nav-list-children{--icon-link-icon--size:1.2rem;--icon-link--decoration:none;--icon-link-icon--top:1px;font-size:1.2rem}@media screen and (max-width:740px){.module__inpage-nav-list-children ul{flex-direction:column}}.module__inpage-nav-list-children li{padding:0 20px 0 0!important;margin-bottom:5px!important;font-size:1.2rem}.module__inpage-nav.highlight--orange .module__inpage-nav-list-lineage a{color:#ad4206}#fof .module__content-panel--background--light-grey{background:#f5f5f5;margin-top:12.2rem}@media screen and (max-width:767px){#fof .module__content-panel--background--light-grey{margin-top:8.5rem}}#fof .module__content-panel--text ul{margin-top:1rem}#fof .module__content-panel--text ul li{line-height:1.3rem;background:none;position:relative;line-height:1.3}#fof .module__content-panel--text ul li:before{display:inline-block;content:"";width:5px;height:5px;background:#8a8a8a;border-radius:50%;left:1rem;position:absolute;top:.7rem}@media screen and (max-width:767px){#fof .module__content-panel--wrapper:not([class*=background]){padding-top:5rem}}@media screen and (max-width:767px){#fof .module__content-panel--2-col ul{margin-bottom:4rem}}@media screen and (max-width:767px){#fof .module__banner-feature{display:none}}@media screen and (max-width:767px){#fof .module__banner .grid{background:#363635;padding-top:9.6rem;padding-bottom:6.6rem}}#fof .module__banner-content{color:#fff}#fof .module__banner-content h1{font-size:3.8rem}#fof .module__banner-content .alt{font-size:1.8rem}#fof .header--container{max-width:33.1rem;padding:4.8rem 10.7rem 4.8rem 0;position:relative;top:-4rem;max-height:17.2rem;display:flex;flex:0 0 100%;margin-right:3.2rem}@media screen and (max-width:900px){#fof .header--container{max-width:28rem;padding:4.8rem 0}}#fof .header--container:before{position:absolute;content:"";width:170%;background-color:#ffd923;right:100%;top:0;height:17.2rem}#fof .header--container--rounded-side{border-radius:0 10rem 10rem 0}#fof .header--container--yellow{background:#ffd923}#fof .header--container h2{max-width:22.4rem;font-size:2.8rem;line-height:1.36;margin:0}#fof .flexContainer{display:flex;flex:1 1 100%}@media screen and (max-width:767px){#fof .flexContainer{flex-direction:column}}#fof .speak-to-someone-text{padding:4rem 0}@media screen and (max-width:767px){#fof .speak-to-someone-text{padding:0 0 4rem}}#fof .speak-to-someone-text a,#fof .speak-to-someone-text strong{display:block}#fof .speak-to-someone-text p:first-child{font-size:1.8rem}@media screen and (min-width:741px) and (max-width:980px){#fof .grid,#fof .module__content-panel--wrapper{max-width:769px}}.module__netflix{margin-top:80px;margin-bottom:40px}.module__netflix-header{background-color:#fff;margin-bottom:110px}@media screen and (max-width:980px){.module__netflix-header{margin-bottom:0}}.module__netflix-header-content{margin-left:16.66666667%;width:66.66666667%;padding:0 8px}@media screen and (min-width:1201px) and (max-width:1600px){.module__netflix-header-content{margin-left:10%;width:80%}}@media screen and (min-width:981px) and (max-width:1200px){.module__netflix-header-content{margin-left:10%;width:80%}}@media screen and (max-width:980px){.module__netflix-header-content{margin-left:0;width:100%}}.module__netflix-slider{background-color:#e1e1e1}.module__netflix-slider-images{display:flex;flex-direction:row;justify-content:space-between;margin-left:8.33333333%;width:83.33333333%;transform:translateY(-50%)}@media screen and (min-width:1201px) and (max-width:1600px){.module__netflix-slider-images{margin-left:0;width:100%}}@media screen and (min-width:981px) and (max-width:1200px){.module__netflix-slider-images{margin-left:0;width:100%}}@media screen and (max-width:980px){.module__netflix-slider-images{display:none}}.module__netflix-slider-images-item{width:calc(20% - 3px);height:175px;position:relative;padding:0 12px;transition:transform .5s;z-index:1;border-radius:5px;outline:0;background-size:cover}.module__netflix-slider-images-item.active:before,.module__netflix-slider-images-item:hover:before{background:none}.module__netflix-slider-images-item:before{content:"\A";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);transition:background .3s}.module__netflix-slider-images-item.active{transform:scale(1.3);z-index:10}.module__netflix-slider-images-item.active h3{opacity:0}.module__netflix-slider-images-item h3{position:absolute;top:50%;color:#fff;transform:translateY(-50%);opacity:1;transition:.5s}.module__netflix-slider-content{margin-left:16.66666667%;width:66.66666667%;margin-top:-40px;padding-bottom:40px}@media screen and (min-width:1201px) and (max-width:1600px){.module__netflix-slider-content{margin-left:10%;width:80%}}@media screen and (min-width:981px) and (max-width:1200px){.module__netflix-slider-content{margin-left:10%;width:80%}}@media screen and (max-width:980px){.module__netflix-slider-content{margin-left:0;width:100%;margin-top:0;margin-bottom:0;padding-bottom:30px}}.module__netflix-slider-content--acc-header{display:none}@media screen and (max-width:980px){.module__netflix-slider-content--acc-header{display:block;padding:30px 0 0;position:relative;cursor:pointer}}@media screen and (max-width:980px){.module__netflix-slider-content--acc-header h3{margin-bottom:0;position:relative;padding-right:100px}}.module__netflix-slider-content--acc-header .accordion__toggle{top:50%!important;background-color:#ff9300!important}.module__netflix-slider-content--acc-header .accordion__toggle--icon:after,.module__netflix-slider-content--acc-header .accordion__toggle--icon:before{background-color:#363635!important}.module__netflix-slider-content--active .accordion__toggle{top:50%!important;background-color:#363635!important}.module__netflix-slider-content--active .accordion__toggle--icon:after,.module__netflix-slider-content--active .accordion__toggle--icon:before{background-color:#fff!important}.module__netflix-slider-content--active .accordion__toggle--icon:after{transform:rotate(90deg) translateZ(0)}@media screen and (max-width:980px){.module__netflix-slider-content--item{display:none;margin-top:40px}}@media screen and (min-width:741px) and (max-width:980px){.module__netflix-slider-content--item-detail{display:flex;flex-direction:row}}@media screen and (max-width:740px){.module__netflix-slider-content--item-detail{display:flex;flex-direction:column}}.module__netflix-slider-content--item-detail-image{display:none}@media screen and (min-width:741px) and (max-width:980px){.module__netflix-slider-content--item-detail-image{display:block;width:50%;padding:0 8px}}@media screen and (max-width:740px){.module__netflix-slider-content--item-detail-image{display:block;width:100%;padding:0 8px}}.module__netflix-slider-content--item-detail-image img{max-width:100%}@media screen and (min-width:741px) and (max-width:980px){.module__netflix-slider-content--item-detail-text{width:50%;padding:0 8px}}@media screen and (max-width:740px){.module__netflix-slider-content--item-detail-text{width:100%;padding:0 8px;margin-top:25px}}.module__netflix .module__promotion-points{width:66.66666667%;margin-left:16.66666667%;display:flex;flex-direction:row;justify-content:space-between;border-top:2px solid #fff;margin-top:20px;padding-top:40px}@media screen and (min-width:1201px) and (max-width:1600px){.module__netflix .module__promotion-points{margin-left:10%;width:80%}}@media screen and (min-width:981px) and (max-width:1200px){.module__netflix .module__promotion-points{margin-left:10%;width:80%}}@media screen and (max-width:980px){.module__netflix .module__promotion-points{margin-left:0;width:100%;margin-top:0;padding-top:40px}}.module__netflix .module__promotion-points .module__promotion-point{display:flex;padding:0 4px;margin-bottom:20px;flex-direction:column;max-width:20%;text-align:center;width:20%}@media screen and (max-width:740px){.module__netflix .module__promotion-points .module__promotion-point:nth-child(n+4){display:none}}.module__netflix .module__promotion-points--link{width:66.66666667%;margin-left:16.66666667%;display:flex;flex-direction:row;justify-content:flex-end;padding:0 8px;padding-bottom:40px}@media screen and (min-width:1201px) and (max-width:1600px){.module__netflix .module__promotion-points--link{margin-left:10%;width:80%}}@media screen and (min-width:981px) and (max-width:1200px){.module__netflix .module__promotion-points--link{margin-left:10%;width:80%}}@media screen and (max-width:980px){.module__netflix .module__promotion-points--link{margin-left:0;width:100%}}.netflix-edit .module__promotion-point{max-width:100%!important;width:100%!important}.module__banner--homepage{font-family:Arial,sans-serif;color:#fff}.wf-worldlylight-n4-active .module__banner--homepage{font-family:Worldly Light,Open Sans,Arial,sans-serif}.module__banner--homepage-quicklinks-edit .module__banner-quick-links--wrapper{position:relative;top:0}.module__banner--homepage .cell{padding:0}.module__banner--homepage .banner-content--right{float:right}.module__banner--homepage .banner-content--left .module__banner-image{background-position:50%}.module__banner--homepage .module__banner-title h1{font-family:Arial,sans-serif;font-weight:300;font-style:normal;line-height:1.1em;margin:0}.wf-worldlyregular-n4-active .module__banner--homepage .module__banner-title h1{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.module__banner--homepage .module__banner-title.text--white{color:#363635}}.module__banner--homepage .module__banner-description p{font-family:OpenSans-Light,Arial,Helvetica,sans-serif;line-height:1.3em;letter-spacing:-1px;font-weight:300}.module__banner--homepage .module__banner-description--additional{margin-top:5rem}.module__banner--homepage .module__banner-description--additional.two-buttons p{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-column-gap:1.5rem}.module__banner--homepage .module__banner-description--additional.two-buttons p a{margin-top:0;padding:1.6rem 1rem 1.8rem;margin-bottom:2rem}.module__banner--homepage .module__banner-description--additional a{display:flex;flex:1 1 100%;justify-content:center;align-items:center;width:100%;height:6.6rem;max-height:6.6rem;max-width:37.5rem;letter-spacing:normal;font-size:2.2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media screen and (min-width:741px) and (max-width:980px){.module__banner--homepage .module__banner-description--additional a{font-size:2.2rem;font-weight:600;letter-spacing:normal}}@media screen and (min-width:981px) and (max-width:1200px){.module__banner--homepage .module__banner-description--additional a{font-size:2.2rem;font-weight:600;letter-spacing:normal}}@media screen and (min-width:1201px){.module__banner--homepage .module__banner-description--additional a{font-size:2.2rem;height:6.6rem}}@media screen and (max-width:740px){.module__banner--homepage.module__banner{background-color:#fff}.module__banner--homepage:before{position:absolute;top:21rem;display:block;width:0;height:0;border-style:solid;border-width:55px 0 0 800px;border-color:transparent transparent transparent #fff;z-index:1;content:""}.module__banner--homepage .module__banner-image{background-position:0;top:0;bottom:auto;height:25rem}.module__banner--homepage .module__banner-image-right{background-position:80%}.module__banner--homepage .module__banner-title h1{font-size:4.4rem}.module__banner--homepage .module__banner-description p{font-size:2.6rem;font-weight:300}.module__banner--homepage .module__banner-content--wrapper{padding:1.5rem 0 2rem}.module__banner--homepage .banner__content{color:#363635;margin-top:25rem}}@media screen and (min-width:741px){.module__banner--homepage .cell{display:flex;flex:1 1 auto;height:65rem;align-items:center}}@media screen and (min-width:741px) and (max-width:1199px){.module__banner--homepage .module__banner-image-left{background-position:32%}.module__banner--homepage .module__banner-image-right{background-position:50%}.module__banner--homepage .module__banner-title h1{font-size:6rem}.module__banner--homepage .module__banner-description p{font-size:2.8rem}.module__banner--homepage .module__banner-content--wrapper{width:108%}}@media screen and (min-width:1200px){.module__banner--homepage .cell{width:59%}.module__banner--homepage .cell.banner-content--left{width:55%}.module__banner--homepage .module__banner-image{background-position:50%}.module__banner--homepage .module__banner-title h1{font-size:7rem}.module__banner--homepage .module__banner-description p{font-size:3.2rem}}@media screen and (min-width:1600px){.module__banner--homepage .cell{width:49%}.module__banner--homepage .module__banner-content--wrapper{width:80%}}@media screen and (min-width:981px) and (max-width:1199px){.module__banner--homepage .cell--4-col{width:50%}}.module__banner--homepage+.module__content-panel.background--grey-light{margin-top:0}div:not(#student-notification)+.module__banner--homepage{height:63rem}.mnp-custom #breadcrumbs{padding-top:10px}.mnp-custom .border-grey{border-color:#e1e1e1!important}.mnp-custom .bg-grey,.mnp-custom .sm\:bg-grey{background-color:#e1e1e1!important}@media screen and (max-width:740px){.mnp-custom #how-to-apply .button--magenta,.mnp-custom #how-to-apply .button--yellow,.mnp-custom .callout__pill .button--magenta,.mnp-custom .callout__pill .button--yellow,.mnp-custom .module__copy-callout--offset .button--magenta,.mnp-custom .module__copy-callout--offset .button--yellow,.mnp-custom .module__copy-callout .button--magenta,.mnp-custom .module__copy-callout .button--yellow,.mnp-custom .module__standard-mba-faq .button--magenta,.mnp-custom .module__standard-mba-faq .button--yellow{max-width:100%!important;min-width:100%!important;font-size:1.5rem}}.mnp-custom .button--yellow .icon{color:#000}@media screen and (max-width:740px){.mnp-custom .button--yellow .icon{font-size:2.6rem;margin-right:8px}}.mnp-custom .answers__panel--contact .icon{color:#ffd923!important}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom .breadcrumbs{display:block}}@media screen and (max-width:980px){.mnp-custom .responsive-image{max-width:100%}}.mnp-custom .module__banner-sticky-bar{box-shadow:0 4px 4px 0 hsla(0,0%,54%,.5)!important}@media screen and (max-width:740px){.mnp-custom .module__content-panel--text--full-width{padding-left:0;padding-right:0}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom #footer .footer-navigation__wrapper{max-width:709px;margin:0 auto}}@media screen and (max-width:740px){.mnp-custom #footer .footer-navigation__wrapper{padding:40px 0}}@media screen and (max-width:740px){.mnp-custom #footer .footer-navigation__wrapper .footer-navigation{padding-left:8px;padding-right:8px}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom #footer .footer-social-links__wrapper{width:100%}}@media screen and (max-width:740px){.mnp-custom #footer .footer-social-links__wrapper{padding-left:8px;padding-right:8px}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom #footer .footer-social-links__wrapper .cell{max-width:709px;margin:0 auto;display:block;float:inherit}}.mnp-custom .navigation__section-header,.mnp-custom .navigation__section-nav{border-color:#e1e1e1!important}.mnp-custom .navigation__section-nav ul li a:focus{background-color:inherit;color:inherit}.mnp-custom .navigation__section-nav ul li a.active{background-color:#363635;color:#65d8ca}.mnp-custom .module__content-panel-10-col .module__content-panel--wrapper .module__content-panel--text--full-width{padding:0}.mnp-custom .rounded{border-radius:5px}.mnp-custom .accordion__toggle--icon:after{border-right:none!important}.mnp-custom .module__banner--hero-shape{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/2323293/mnp_banner.png?v=0.0.1);background-repeat:no-repeat}@media screen and (min-width:1601px){.mnp-custom .module__banner--hero-shape{max-height:324px;background-size:100% 100%}}@media screen and (min-width:1201px) and (max-width:1600px){.mnp-custom .module__banner--hero-shape{max-height:324px;background-size:100% 100%;background-position:-100px}}@media screen and (min-width:981px) and (max-width:1200px){.mnp-custom .module__banner--hero-shape{max-height:324px}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom .module__banner--hero-shape{max-height:324px;background-position:0 100%}}@media screen and (max-width:740px){.mnp-custom .module__banner--hero-shape{max-height:440px;background-position:-150px bottom}}.mnp-custom .module__banner--hero-shape--tab{padding-bottom:0!important}.mnp-custom .breadcrumbs__list-item .breadcrumbs__link{color:#65d8ca!important}.mnp-custom .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#fff!important}.mnp-custom .module__banner-content{color:#fff!important;margin-top:40px}@media screen and (min-width:1601px){.mnp-custom .module__banner-content{row-gap:1.5rem!important}}@media screen and (min-width:1201px) and (max-width:1600px){.mnp-custom .module__banner-content{row-gap:1rem!important}}@media screen and (min-width:981px) and (max-width:1200px){.mnp-custom .module__banner-content{row-gap:.5rem!important;margin-top:40px!important}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom .module__banner-content{row-gap:.5rem!important;margin-top:40px!important}}@media screen and (max-width:740px){.mnp-custom .module__banner-proof-points{margin-top:20px!important}}.mnp-custom .module__banner-proof-points li{line-height:3.2rem;margin-bottom:10px;margin-top:10px}@media screen and (max-width:740px){.mnp-custom .module__banner-proof-points li{flex-flow:row!important;line-height:2.1rem!important}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom .module__banner-proof-points li:last-child{margin-bottom:0}}.mnp-custom .module__banner-proof-points li span{flex:inherit!important}.mnp-custom .module__banner-proof-points li .icon{font-size:3.2rem;flex:1;width:3.2rem!important;height:3.2rem!important}@media screen and (max-width:740px){.mnp-custom .module__banner-cta{justify-content:flex-start!important;margin-top:5rem!important}}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom .module__banner-cta{justify-content:flex-end!important}}.mnp-custom .module__banner-cta span.label{margin-left:7px}@media screen and (max-width:740px){.mnp-custom .module__banner-cta .button__share{margin-right:15px!important}}.mnp-custom .module__banner-cta .save--mnp{text-transform:none!important}.mnp-custom .module__banner--hero-shape--tab .module__banner-sticky-bar{background-color:#e1e1e1!important;top:69px!important}@media screen and (max-width:740px){.mnp-custom .module__banner--hero-shape--tab .module__banner-sticky-bar{top:44px!important}}.mnp-custom .module__banner-sticky-bar .module__banner-proof-points li{flex:inherit!important}.mnp-custom .module__banner-sticky-title:before{background-color:#363635!important}.mnp-custom .module__banner-sticky-title span{color:#fff!important;font-size:1.5rem!important;font-weight:600!important}.mnp-custom .navigation__section--open .navigation__section:before{box-shadow:0 4px 4px 0 hsla(0,0%,54%,.5)!important}@media screen and (max-width:740px){.mnp-custom .navigation__section--open .navigation__section-container .module__content-panel--wrapper{top:79px!important}}.mnp-custom .module__banner-proof-points span.icon{color:#007d98!important;width:32px!important}.mnp-custom .module__key-facts .filter-bar ul{margin:0;padding:0;border:0 none;box-sizing:border-box;display:inline-flex;list-style:none;background:0 0;color:#363635}@media screen and (max-width:740px){.mnp-custom .module__key-facts .filter-bar ul+ul{margin-top:10px}}.mnp-custom .module__key-facts .filter-bar ul li{margin:0;padding:0;border:0 none;box-sizing:border-box;display:inline-flex;list-style:none;font-weight:700;background:none}.mnp-custom .module__key-facts .filter-bar ul li+li:before{content:"";border-left:2px solid #363635;margin:0 .5rem}.mnp-custom .module__key-facts .list-disc{margin-top:0!important}.mnp-custom .module__key-facts .grid-box-header{font-weight:700;line-height:2.8rem}@media screen and (max-width:1600px){.mnp-custom .module__key-facts .campus-intake-date{padding-left:1.5rem!important;padding-right:1.5rem!important}}@media screen and (max-width:740px){.mnp-custom .module__key-facts .campus-intake-date{min-height:88px}}.mnp-custom .module__key-facts .campus-intake-date h4{margin-bottom:0!important}.mnp-custom .module__key-facts .disabled-campus{font-weight:400;color:#8a8a8a}.mnp-custom .module__key-facts .month-block{margin-top:auto}.mnp-custom .module__key-facts .disabled a{font-weight:400}.mnp-custom .module__key-facts .overview-list ul{position:relative;display:flex;flex-direction:row;flex-wrap:wrap}.mnp-custom .module__key-facts .overview-list ul li{background:none;padding-left:15px!important;position:relative;flex-basis:33%}@media screen and (max-width:740px){.mnp-custom .module__key-facts .overview-list ul li{flex-basis:100%}}.mnp-custom .module__key-facts .overview-list ul li:before{content:"•";position:absolute;left:0;font-size:2rem;color:#8a8a8a}.mnp-custom .module__key-facts .list-disc li:before{left:0}.mnp-custom .module__copy-callout--offset .module__content-panel--wrapper,.mnp-custom .module__copy-callout--offset .module__content-panel--wrapper .module__content-panel--text--full-width{padding:0!important}.mnp-custom .module__copy-callout--offset .module__content-panel--wrapper .module__content-panel--text--full-width .module__pill-leading--heading{padding-right:8px}.mnp-custom .module__copy-callout--offset .module__pill-leading{padding-left:15px}@media screen and (max-width:740px){.mnp-custom .module__copy-callout--offset .module__pill-leading{padding-left:8px}}.mnp-custom .module__copy-callout--offset .module__pill-leading--content .module__pill-content{margin-left:3.8%}@media screen and (max-width:740px){.mnp-custom .module__copy-callout--offset .module__pill-leading--content .module__pill-content{padding-top:0;margin-right:3.8%}}.mnp-custom .module__copy-callout--offset .module__pill-leading--content .module__pill-content h3{margin-bottom:0}.mnp-custom .module__copy-callout--offset .module__pill-leading--content .module__pill-content .button{display:flex;max-width:240px;align-items:center;flex-direction:row;justify-content:center;padding:8px 30px 10px}@media screen and (max-width:740px){.mnp-custom .module__copy-callout--offset .module__pill-leading--content .module__pill-content .button{max-width:100%}}.mnp-custom .module__copy-callout--offset .module__pill-leading--content .module__pill-content .button .icon{font-size:2.6rem;margin-right:8px}@media screen and (min-width:981px) and (max-width:1600px){.mnp-custom .module__promotion .module__content-panel--wrapper{padding:0!important}}.mnp-custom .module__promotion .module__promotion-wrapper{padding:0 15px!important;width:80%}@media screen and (min-width:981px) and (max-width:1600px){.mnp-custom .module__promotion .module__promotion-wrapper{padding:0 8px}}@media screen and (max-width:980px){.mnp-custom .module__promotion .module__promotion-wrapper{width:100%;padding:0!important}}.mnp-custom .module__promotion .module__promotion-wrapper .module__promotion-points{padding:0}@media screen and (max-width:740px){.mnp-custom .module__promotion .module__promotion-wrapper .module__promotion-points .module__promotion-point:nth-child(n+4){display:none!important}}.mnp-custom .module__promotion .module__promotion-wrapper .module__promotion-points.module__promotion-points--icon{display:flex;flex-direction:row;flex-wrap:inherit}.mnp-custom .module__promotion .module__promotion-wrapper .module__promotion-points.module__promotion-points--icon .module__promotion-point{flex:1 1 100%;justify-content:flex-start}.mnp-custom .module__promotion .module__promotion-wrapper .module__promotion-points.module__promotion-points--icon .module__promotion-point:nth-child(n+7){display:flex}.mnp-custom .module__promotion .module__promotion-wrapper .module__promotion-points.module__promotion-points--icon .module__promotion-point .module__promotion-text{color:#363635}.mnp-custom .source{color:#0b7161}.mnp-custom .module__accordion{border:unset!important}.mnp-custom .module__accordion--wrapper{border-bottom:2px solid #e2e2e2!important}.mnp-custom .module__accordion--wrapper--first{border-top:2px solid #e2e2e2!important}.mnp-custom .module__content-panel-10-col .module__accordion .module__accordion--title.module__accordion--active{margin-bottom:0!important}@media screen and (max-width:740px){.mnp-custom .module__accordion--title{padding-right:40px!important}}.mnp-custom .accordion_content{margin-bottom:20px}.mnp-custom .accordion_content .grid-box-header{font-weight:700;line-height:2rem;padding:15px 10px}.mnp-custom .accordion_content .grid-box-content{padding:10px 20px 30px 10px}.mnp-custom .accordion_content .grid-box-content hr{border-top:1px solid #8a8a8a;margin-bottom:2rem;background-color:transparent!important}.mnp-custom .accordion_content .grid-box-content hr+p{margin-top:20px}.mnp-custom .accordion_content .grid-box-content span.hr-or{display:block;position:relative;padding-bottom:2rem}.mnp-custom .accordion_content .grid-box-content span.hr-or:before{content:"- OR -";width:7.3rem;font-size:1.3rem;font-weight:700;color:#363635;color:var(--color--charcoal,#373636);text-align:center;background-color:var(--color--grey-med-light,#e1e1e1);border-radius:1.5rem;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:2}.mnp-custom .accordion_content .grid-box-content span.hr-or:after{content:"";width:100%;border-top:1px solid #8a8a8a;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:1}.mnp-custom .accordion_content p.heading{font-weight:700}.mnp-custom .accordion_content .highlight-rows__row{margin-left:0!important;background-color:#fff}@media screen and (max-width:740px){.mnp-custom .accordion_content .icon-Download{width:5.2rem}}.mnp-custom .section__careers ul{display:flex;flex-direction:row;flex-wrap:wrap}.mnp-custom .section__careers ul li{flex-basis:50%;margin-top:0;margin-bottom:10px}@media screen and (max-width:740px){.mnp-custom .section__careers ul li{flex-basis:100%}}.mnp-custom .module__course-calc{border-radius:5px}.mnp-custom .module__course-calc .fee-calc-heading,.mnp-custom .module__course-calc .sub-text{font-size:1.2rem}.mnp-custom .module__course-calc .module__course-calc-results p.value{margin-bottom:0}.mnp-custom .single-accordion .module__accordion--wrapper{border-top:1px solid #e2e2e2!important;border-bottom:1px solid #e2e2e2!important}.mnp-custom .single-accordion .module__accordion--title{font-size:2rem}.mnp-custom .module__min-admission-criteria{display:flex;flex-flow:column;justify-content:center;align-items:center}.mnp-custom .module__min-admission-criteria h3,.mnp-custom .module__min-admission-criteria h4,.mnp-custom .module__min-admission-criteria h5,.mnp-custom .module__min-admission-criteria h6{margin:0;padding:0}.mnp-custom .module__min-admission-criteria ul.criteria{display:flex;flex-flow:column;justify-content:center;align-items:center}.mnp-custom .module__min-admission-criteria ul.criteria>li{margin:0;padding:0;background:0 0}.mnp-custom .module__min-admission-criteria ul.criteria li{width:100%;padding:3rem 0;text-align:center;position:relative;align-items:center;justify-content:center}.mnp-custom .module__min-admission-criteria ul.criteria li:first-child{padding-top:2rem}.mnp-custom .module__min-admission-criteria ul.criteria li:last-child{padding-bottom:1rem}.mnp-custom .module__min-admission-criteria ul.criteria li+li:before{content:"- AND -";width:7.3rem;font-size:1.3rem;font-weight:700;color:#363635;color:var(--color--charcoal,#373636);text-align:center;background-color:var(--color--grey-med-light,#e1e1e1);border-radius:1.5rem;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:2}.mnp-custom .module__min-admission-criteria ul.criteria li+li:after{content:"";width:60%;border-top:1px solid #e1e1e1;border-top:1px solid var(--color--grey-220,#e1e1e1);position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:1}@media screen and (max-width:740px){.mnp-custom .module__min-admission-criteria ul.criteria li+li:after{width:100%}}.mnp-custom .module__copy-callout--yellow-inverted{background-color:#5a5a5a}.mnp-custom .module__copy-callout--yellow-inverted h2{color:#ffd923}.mnp-custom .module__copy-callout--yellow-inverted .cell{padding:0}@media screen and (max-width:740px){.mnp-custom .module__copy-callout--yellow-inverted .module__copy-callout--heading{padding-left:8px;padding-right:8px}}.mnp-custom .module__copy-callout--yellow-inverted .module__copy-callout--content-ctas p{justify-content:flex-start;margin-left:8.33333333%}@media screen and (max-width:740px){.mnp-custom .module__copy-callout--yellow-inverted .module__copy-callout--content-ctas p{margin-left:0;padding:0 8px}}.mnp-custom .module__copy-callout--yellow-inverted .button{display:flex;max-width:240px;align-items:center;flex-direction:row;justify-content:center;padding:8px 30px 10px}.mnp-custom .module__copy-callout--yellow-inverted .button .icon{font-size:2.6rem;margin-right:8px}.mnp-custom .module__how-to-apply .icon-Download{width:2.2rem;height:2.2rem}.mnp-custom .module__need-more-info .button{display:flex;max-width:240px;align-items:center;flex-direction:row;justify-content:center;padding:8px 30px 10px;min-width:160px}.mnp-custom .module__need-more-info .button .icon{font-size:2.6rem;margin-right:8px}.mnp-custom .module__need-more-info .apply-button{align-items:center}.mnp-custom .module__mosaic-redesign .module__content-panel--title--full-width,.mnp-custom .module__mosaic-redesign .mosaic__grid-redesign{margin-left:8.33333333%}@media screen and (max-width:1600px){.mnp-custom .module__mosaic-redesign .module__content-panel--title--full-width,.mnp-custom .module__mosaic-redesign .mosaic__grid-redesign{margin-left:0;padding:0}}@media screen and (max-width:1600px){.mnp-custom .module__mosaic-redesign .module__content-panel--title--full-width .mosaic__tile,.mnp-custom .module__mosaic-redesign .mosaic__grid-redesign .mosaic__tile{padding:0 8px}}.mnp-custom .module__mosaic-redesign .cycle-slide{z-index:5!important}.mnp-custom .module__mosaic-redesign .mosaic__tile--carousel-button{z-index:6!important}.mnp-custom .module__standard-mba-faq .button{display:flex;max-width:240px;align-items:center;flex-direction:row;justify-content:center;padding:11px 30px 13px;min-width:160px}.mnp-custom .module__standard-mba-faq .button .icon{font-size:2rem;margin-right:8px}.mnp-custom .module__standard-mba-faq .answers,.mnp-custom .module__standard-mba-faq .questions{width:50%!important;max-width:inherit!important;min-height:41rem}@media screen and (max-width:740px){.mnp-custom .module__standard-mba-faq .answers,.mnp-custom .module__standard-mba-faq .questions{width:100%!important}}.mnp-custom .module__help--footer{padding:75px 0}@media screen and (max-width:1600px){.mnp-custom .module__help--footer{padding:30px 0}}@media screen and (max-width:740px){.mnp-custom .module__help--footer{padding-left:8px;padding-right:8px}}.mnp-custom .module__help--footer h2{font-size:3rem}@media screen and (max-width:1600px){.mnp-custom .module__help--footer .cell{padding:0!important}}@media screen and (max-width:740px){.mnp-custom .module__help--footer .footer--list{margin-top:40px}}.mnp-custom .module__help--footer .footer--list li{margin-bottom:2.2rem}@media screen and (min-width:981px) and (max-width:1600px){.mnp-custom .module__help--footer .footer--list li{width:16.9rem}}.mnp-custom .tippy-tip{display:inline-flex;align-items:center;justify-content:center;height:24px;width:24px;border:0;border-radius:50%;background-color:#58bcaf}.mnp-custom .tippy-tip i{color:#363635;font-size:1.3rem;font-style:normal}.mnp-custom .tippy-popper>*{outline:0!important}.mnp-custom .tippy-arrow{z-index:5;border-bottom-color:#fff!important}.mnp-custom .tippy-tooltip[data-placement^=top] .tippy-arrow{border-top-color:#fff!important;border-width:10px 12px 0!important;left:3.5px!important}.mnp-custom .tippy-tooltip[data-placement^=bottom] .tippy-arrow{border-width:0 12px 10px!important;left:3.5px!important}.mnp-custom .tippy-tooltip{max-width:400px;background-color:#fff;color:#363635}.mnp-custom .tippy-tooltip .tippy-content{width:400px;padding:20px 50px 20px 10px;position:relative;background:#fff;border:1px solid #e1e1e1;box-shadow:0 0 10px 0 hsla(0,0%,54%,.5)}@media screen and (min-width:741px) and (max-width:980px){.mnp-custom .tippy-tooltip .tippy-content{width:500px}}@media screen and (max-width:740px){.mnp-custom .tippy-tooltip .tippy-content{width:85vw}}.mnp-custom .tippy-tooltip .tippy-content .tippy-pin{position:absolute;top:0;right:0;color:#0b7161;background-color:#f5f5f5;padding:5px;border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;font-size:2rem;border-bottom-left-radius:10px}.mnp-custom .tippy-tooltip .tippy-content .tippy-pin.pinned{background-color:#0b7161}.mnp-custom .tippy-tooltip .tippy-content .tippy-pin.pinned .icon{color:#fff!important}.mnp-custom .tippy-tooltip .tippy-content .tippy-content-area{display:block}.mnp-custom .tippy-tooltip .tippy-content .tippy-content-area p{font-size:1.2rem}@media screen and (min-width:930px){#cop-page.timely .hero-banner__blurb{padding-top:8rem}#cop-page.timely .hero-banner__blurb .button{max-width:30rem}}#cop-page.timely .hero-banner__blurb h1 span.yellow{color:#ffd923;display:block}@media screen and (min-width:930px){#cop-page.timely .how-to-cop div:nth-child(2){padding:0}}@media screen and (min-width:930px){#cop-page.timely .how-to-cop .cta-content{margin-top:12rem}}@media screen and (max-width:740px){#cop-page.timely #courses-by-atar__table th:nth-child(4),#cop-page.timely #courses-by-atar__table tr td:nth-child(4){display:none}}#pre-cop-campus{position:relative}@media screen and (min-width:980px){#pre-cop-campus{margin-bottom:0}}@media screen and (max-width:740px){#pre-cop-campus{padding-bottom:12rem;margin-bottom:16.8rem}}@media screen and (min-width:980px){#pre-cop-campus{top:-12rem;margin-bottom:6rem}}#pre-cop-campus .bg{background:#e1e1e1;display:block;position:absolute;height:56.7rem;width:100%;z-index:-1;top:5.6rem}@media screen and (max-width:740px){#pre-cop-campus .bg{height:100%;top:1.2rem}}#pre-cop-campus h2 span{display:block}#pre-cop-campus p.strong{color:#000;font-family:Univers;font-size:24px;text-transform:uppercase;margin:4rem 0 10rem}@media screen and (max-width:740px){#pre-cop-campus p.strong.strong{margin-bottom:2rem}}#pre-cop-campus .campus__card{border-radius:10px;box-shadow:4px 4px 6px 0 hsla(300,2%,75%,.4);border:1px solid #e1e1e1;background-color:#fff;display:flex;flex:1 1 100%;flex-direction:column;align-items:center;text-align:center;padding:0 1rem 3rem;height:32.8rem;justify-content:space-between}@media screen and (max-width:740px){#pre-cop-campus .campus__card{height:17.2rem;text-align:left;align-items:flex-start}#pre-cop-campus .campus__card a{margin-top:0}}#pre-cop-campus .campus__card--container{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.6rem;align-items:start}#pre-cop-campus .campus__card .img-holder{width:16.4rem;height:16.4rem;border-radius:50%;overflow:hidden;margin-top:-8.2rem}@media screen and (max-width:740px){#pre-cop-campus .campus__card .img-holder{display:none}}#pre-cop-campus .campus__card .img-holder img{max-width:100%;height:100%;display:block}#pre-cop-campus .campus__card p{margin:0 0 1rem}#pre-cop-campus .campus--name{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.5rem;line-height:1.47;margin:2.7rem 0 1.6rem}.wf-opensans-n7-active #pre-cop-campus .campus--name{font-family:Open Sans,Arial,sans-serif}#pre-cop-events{background:#000;color:#fff;margin-bottom:12rem;position:relative}@media screen and (max-width:740px){#pre-cop-events{padding-top:6rem}}@media screen and (min-width:740px){#pre-cop-events .grid__custom{padding:12rem 0}}@media screen and (min-width:740px){#pre-cop-events h2{font-size:4.2rem;max-width:648px}}#pre-cop-events .button--yellow{display:inline-flex;justify-content:center;align-items:center}#pre-cop-events i{font-size:2.6rem;margin-right:.6rem}#pre-cop-events .events__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(224px,1fr));grid-gap:1.1rem;align-items:start;margin-bottom:4.4rem;z-index:1}#pre-cop-events .events__container .event{display:flex;background:#fff;color:#000;border-radius:1rem;box-shadow:4px 4px 6px 0 hsla(0,0%,61%,.4);border-top:10px solid #c74298;padding:3rem 2rem;flex-direction:column;justify-content:space-between}@media screen and (min-width:740px){#pre-cop-events .events__container .event{height:45rem}}#pre-cop-events .events__container .event h3{font-family:Univers;font-size:2.4rem;margin-bottom:2rem}#pre-cop-events .events__container .event h4{font-size:1.5rem;margin:0}#pre-cop-events .events__container .event p{margin-top:1rem}#pre-cop-events .events__container .event .button{margin-top:0;height:4.4rem;min-width:0;padding:0 1.8rem;display:flex;flex:1 1 100%;justify-content:center;align-items:center;max-height:4.4rem}@media screen and (max-width:930px){#pre-cop-events .events__container .event .button{margin-top:2rem}}#pre-cop-events .events__bottom{background:#000;height:1rem}#pre-cop-events .events__bottom h5{font-family:Univers;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width:740px){#pre-cop-events .events__bottom h5{margin-right:4rem}}@media screen and (min-width:740px){#pre-cop-events .events__bottom span.yellow{display:block}}#pre-cop-events .events__bottom .button{width:20rem;max-height:4.4rem}#pre-cop-events .events__bottom .decal{display:none}@media screen and (min-width:930px){#pre-cop-events .events__bottom .decal{display:block;position:absolute;right:0;bottom:12rem;z-index:0}}.no-flex{display:block}#cop-page .module__copy-callout{margin-bottom:12rem}#cop-page .module__copy-callout--heading h2{font-family:Arial,sans-serif;font-size:2.8rem;line-height:3.7rem;text-transform:none}.wf-worldlyregular-n4-active #cop-page .module__copy-callout--heading h2{font-family:Worldly Regular,Open Sans,Arial,sans-serif}@media screen and (max-width:930px){#cop-page .proof-point--container{max-height:26rem;min-height:26rem}}@media screen and (min-width:930px){#cop-page .proof-point--container{max-height:23.4rem}}@media screen and (min-width:740px){#cop-page h2{font-size:4.2rem}}#cop-page .slogan-banner .grid__custom{position:relative}#cop-page .slogan-banner .grid__custom .transparent-triangle{position:absolute;top:-7rem}#cop-page .how-to-cop .grid__medium{margin:0 auto}#cop-page .how-to-cop a:after{display:none}@media screen and (max-width:740px){#cop-page .contact-deakin .grid__custom{flex-direction:column;width:calc(100% + 2.8rem)}#cop-page .contact-deakin h2{margin-bottom:2rem}#cop-page .contact-deakin .text{max-width:calc(100% - 4rem);width:100%;margin-bottom:3rem}#cop-page .contact-deakin .flexContainer{flex-wrap:wrap;padding-bottom:0}#cop-page .contact-deakin .mobile-column{width:100%}#cop-page .contact-deakin .flexContainer.placard{max-width:calc(100% - 1.4rem);position:relative;left:-1.4rem;max-height:fit-content;height:fit-content;border-radius:0}#cop-page .contact-deakin .flexContainer.placard .img-holder{top:auto;margin-top:-9rem;position:relative}#cop-page .contact-deakin .flexContainer.placard ul{margin-top:2rem;margin-bottom:2rem}#cop-page .contact-deakin .flexContainer.placard ul li .button{width:35.6rem}}@media screen and (min-width:930px){#cop-page .contact-deakin{padding-top:8rem}#cop-page .contact-deakin h2{max-width:41rem;top:-1.65rem}#cop-page .contact-deakin h2 span{display:block}}#cop-page .contact-deakin .placard{max-width:27.2rem;height:22.7rem;align-items:flex-end;border-radius:1rem}#cop-page .contact-deakin .placard .img-holder{width:16rem;height:16rem;top:6rem}#cop-page .contact-deakin .placard li:before{display:none}#cop-page .contact-deakin .placard li .button{padding:initial;width:22rem;height:4.4rem;align-items:center;justify-content:center}#cop-page .contact-deakin .placard li .button i{font-size:2.4rem;line-height:1rem;margin-right:5px;color:#ffd923;top:0}#cop-page table.dataTable thead th{padding:1rem 2rem}#cop-page .icon-bgg-circle{background:#0b7161;text-decoration:none;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;height:2rem;width:2rem;position:relative;margin-left:1em;padding:.4rem;transform:rotate(90deg);fill:#fff}#cop-page .footnotes .grid__custom .module__content-panel--text{width:100%}@media screen and (min-width:1601px){#cop-page .footnotes .grid__custom .module__content-panel--text{width:100%}}#cop-page .enter-atar--container .atar-input--wrapper{display:grid;grid-template-columns:4rem 4rem 1.3rem 4rem 4rem;grid-gap:.5rem;height:7rem}#cop-page .enter-atar--container input{background:#fff;padding:0;border-radius:0;border:none;padding:1.4rem 0 0;border-bottom:2px solid #8a8a8a;text-align:center}#cop-page .enter-atar--container .popup-dot{font-family:Univers;font-size:6rem;color:#8a8a8a;bottom:15px;position:relative}#cop-page .enter-atar--container span.reset-button{position:absolute;z-index:10000;top:0;right:10rem;transform:rotate(45deg);font-family:OpenSans,Arial,sans-serif;font-size:24px;font-weight:700;text-align:center;color:#007d98;background:#e1e1e1;width:2.6rem!important;height:2.6rem;border-radius:50%;visibility:hidden;transition:visibility .2s linear}#cop-page .enter-atar--container span.reset-button.show{visibility:visible;transition:visibility .2s linear;cursor:pointer}#cop-page .find-course-by-atar .filter--popup>div .filter__list input:checked+label:before{background-color:#0b7161;box-shadow:none;border:1px solid #0b7161;color:#007d98}#cop-page .find-course-by-atar .filter--popup>div .filter__list input:checked+label:after{content:"\e93e"}@media screen and (max-width:740px){#cop-page .double-d.mobile{display:none}#pre-cop-campus{margin-bottom:0}}@media screen and (min-width:721px){#cop-page .round-ctas.desktop .button i{color:#ffd923;margin-left:-1.8rem;margin-right:1rem}}@media screen and (min-width:740px){#cop-page .pre-cop h2{font-size:4.2rem}}#cop-page .pre-cop .no-flex{display:block;flex:initial}@media screen and (min-width:930px){#cop-page .pre-cop .hero-banner .ctas{max-width:93rem;height:14.8rem;border-radius:8.4rem}}#cop-page .pre-cop .hero-banner .ctas.grid__custom{flex-direction:column}#cop-page .pre-cop .hero-banner .ctas--text{width:100%;text-align:center}#cop-page .pre-cop .hero-banner .ctas .button{max-width:20rem}#cop-page .pre-cop .hero-banner .ctas--container{display:flex;flex:1 1 100%;justify-content:space-between}#cop-page .pre-cop .why-deakin h2 sup{font-size:1.4rem;top:-1.5rem}#cop-page .pre-cop .slogan-banner h2.slogan{font-size:3.3rem;top:-6.6rem}@media screen and (min-width:740px){#cop-page .pre-cop .slogan-banner{margin-bottom:0}}#cop-page .pre-cop .contact-deakin .mobile-column{width:100%}@media screen and (min-width:740px){#cop-page .pre-cop .contact-deakin .mobile-column{max-width:61rem}}#cop-page .pre-cop .contact-deakin h2{top:-1.5rem}#cop-page .pre-cop .contact-deakin .circumstances{padding-top:0}#cop-page .pre-cop .contact-deakin .circumstances .button{align-items:center}@media screen and (min-width:740px){#cop-page .pre-cop .contact-deakin .circumstances .button{max-width:22rem}}#cop-page .pre-cop .contact-deakin .circumstances .button:after{content:"";display:none}#cop-page .pre-cop .contact-deakin .circumstances .button i{font-size:2.4rem;line-height:1rem;margin-right:5px;color:#ffd923}#cop-page .pre-cop .contact-deakin .placard{max-width:27.2rem;height:22.7rem;align-items:flex-end;border-radius:1rem}#cop-page .pre-cop .contact-deakin .placard .img-holder{width:16rem;height:16rem;top:6rem}#cop-page .pre-cop .contact-deakin .placard li:before{content:"";display:none}#cop-page .pre-cop .contact-deakin .placard .button{padding:initial;width:22rem;min-width:0;height:4.4rem;justify-content:center;align-items:center}#cop-page .pre-cop .contact-deakin .placard .button i{font-size:2.4rem;line-height:1rem;margin-right:5px;color:#ffd923;top:0}#cop-page .pre-cop .contact-deakin .divider{margin-top:3.3rem}#cop-page .pre-cop #pre-cop-events{background:#000;color:#fff}@media screen and (min-width:740px){#cop-page .pre-cop #pre-cop-events .grid__custom{padding:12rem 0 6rem}}@media screen and (min-width:740px){#cop-page .pre-cop #pre-cop-events h2{font-size:4.2rem;max-width:648px}}#cop-page .pre-cop #pre-cop-events .button--yellow{display:inline-flex;justify-content:center;align-items:center}#cop-page .pre-cop #pre-cop-events i{font-size:2.6rem;margin-right:.6rem}#cop-page .pre-cop .events__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));grid-gap:1.1rem;align-items:start;margin-bottom:4.4rem}#cop-page .pre-cop .events__container .event{display:flex;background:#fff;color:#000;border-radius:1rem;box-shadow:4px 4px 6px 0 hsla(0,0%,61%,.4);border-top:10px solid #c74298;padding:3rem 2rem;flex-direction:column;justify-content:space-between}@media screen and (min-width:740px){#cop-page .pre-cop .events__container .event{height:32rem}}#cop-page .pre-cop .events__container .event h3{font-family:Univers;font-size:2.4rem;margin-bottom:2rem}#cop-page .pre-cop .events__container .event h4{font-size:1.5rem;margin:0}#cop-page .pre-cop .events__container .event p{margin-top:1rem}#cop-page .pre-cop .events__container .event .button{margin-top:0;height:4.4rem;line-height:4.4rem;min-width:0;padding:0 1.8rem;display:flex;flex:1 1 100%;justify-content:center;align-items:center;max-height:4.4rem}@media screen and (min-width:930px){#cop-page .pre-cop .events__container .event .button{margin-top:2rem}}#cop-page .pre-cop .events__bottom h5{font-family:Univers;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width:740px){#cop-page .pre-cop .events__bottom h5{margin-right:4rem}}@media screen and (min-width:740px){#cop-page .pre-cop .events__bottom span.yellow{display:block}}#cop-page .pre-cop .events__bottom .button{width:20rem;max-height:4.4rem}@media screen and (min-width:740px){#cop-page .pre-cop .find-course-by-atar{padding-top:10rem}#cop-page .pre-cop .find-course-by-atar .table__legend{margin-bottom:10rem}}#cop-page .pre-cop .how-to-cop .bg-numbers li{display:block}@media screen and (min-width:740px){#cop-page .pre-cop .how-to-cop{margin-top:-12rem}}#cop-page .pre-cop #pre-cop-campus{position:relative}#cop-page .pre-cop #pre-cop-campus .bg{background:#e1e1e1;display:block;position:absolute;height:56.7rem;width:100%;z-index:-1;top:5.6rem}#cop-page .pre-cop #pre-cop-campus h2 span{display:block}#cop-page .pre-cop #pre-cop-campus p.strong{color:#000;font-family:Univers;font-size:24px;text-transform:uppercase;margin:4rem 0 10rem}#cop-page .pre-cop #pre-cop-campus .campus__card{border-radius:10px;box-shadow:4px 4px 6px 0 hsla(300,2%,75%,.4);border:1px solid #e1e1e1;background-color:#fff;display:flex;flex:1 1 100%;flex-direction:column;align-items:center;text-align:center;padding:0 1rem 3rem;height:32.8rem;justify-content:space-between}#cop-page .pre-cop #pre-cop-campus .campus__card--container{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.6rem;align-items:start}#cop-page .pre-cop #pre-cop-campus .campus__card .img-holder{width:16.4rem;height:16.4rem;border-radius:50%;overflow:hidden;margin-top:-8.2rem}#cop-page .pre-cop #pre-cop-campus .campus__card .img-holder img{max-width:100%;height:100%;display:block}#cop-page .pre-cop #pre-cop-campus .campus__card p{margin:0 0 1rem}#cop-page .pre-cop #pre-cop-campus .campus--name{font-family:Arial,sans-serif;font-weight:600;font-style:normal;font-size:1.5rem;line-height:1.47;margin:2.7rem 0 1.6rem}.wf-opensans-n7-active #cop-page .pre-cop #pre-cop-campus .campus--name{font-family:Open Sans,Arial,sans-serif}@media screen and (min-width:740px){#cop-page .pre-cop .put-deakin-first{margin-top:15.5rem}}#cop-page .pre-cop .footnotes{background:#8a8a8a;color:#fff}#cop-page .pre-cop .footnotes .module__accordion--wrapper{border:none}#cop-page .pre-cop .footnotes .module__accordion--title{padding:1.5rem 0;font-family:OpenSans;font-size:1.5rem}#cop-page .pre-cop .footnotes .module__accordion--title .accordion__toggle{background:#fff;top:2rem;width:1.6rem;height:1.6rem;left:8rem;display:flex;flex:0 0 auto;justify-content:center;align-items:center}#cop-page .pre-cop .footnotes .module__accordion--title .accordion__toggle--icon{color:#8a8a8a;top:.3rem;left:.7rem}#cop-page .pre-cop .footnotes .module__accordion--title .accordion__toggle--icon:after,#cop-page .pre-cop .footnotes .module__accordion--title .accordion__toggle--icon:before{height:1rem;width:.1rem;background-color:#0b7161}#cop-page .pre-cop .footnotes .module__accordion--active{color:#fff}#cop-page .pre-cop .footnotes .module__accordion--active>.accordion__toggle{background-color:#fff!important}#cop-page .pre-cop .footnotes .module__accordion--active>.accordion__toggle--icon{color:#8a8a8a}#cop-page .pre-cop .footnotes .module__accordion small{display:block}#cop-page .pre-cop .footer .button{border:1px solid #ffd923}@media screen and (max-width:740px){.module__oay .module__content-panel--content{height:fit-content!important}}@media screen and (max-width:1200px){.module__oay .module__content-panel--content{overflow-x:hidden}}.module__oay .oay-design.oay--full-width{background:linear-gradient(180deg,#000 48%,#f5f5f5 0)}.module__oay .oay-design.oay--full-width .module__content-panel--text>div+div{margin-top:0}@media screen and (max-width:740px){.module__oay .oay-design{background:linear-gradient(180deg,#000 30%,#f5f5f5 0)}}.module__oay .oay-design .heading{display:flex;flex:1;align-items:baseline}.module__oay .oay-design h2{color:#fff;font-family:Univers,Arial,sans-serif;font-size:4.8rem;text-transform:uppercase}.module__oay .oay-design h2 .yellow{color:#ffd923}.module__oay .oay-design .module__content-panel--text{color:#fff}.module__oay .oay-design :not(".module__content-panel--1-col") .image--container{width:100%;display:flex;overflow:hidden;flex:1;justify-content:center}.module__oay .oay-design img{display:block}.module__oay .oay-design .padded-content--wrapper{color:#363635;background:#fff;max-width:36.2rem;padding:1.5rem;width:100%;display:flex;flex:1;flex-direction:column}@media screen and (max-width:740px){.module__oay .oay-design .padded-content--wrapper{max-width:unset}}.module__oay .oay-design .padded-content--wrapper h3{font-family:Univers,Arial,sans-serif;font-size:2.5rem;text-transform:uppercase;margin-bottom:0}.module__oay .oay-design .padded-content--wrapper h4{margin:5px 0 0}.module__oay .oay-design .padded-content--wrapper p{margin-top:1.2rem}.module__oay .oay-design .padded-content--wrapper p+.button{margin-top:2rem}.module__oay .oay-design .padded-content--wrapper .button--container{display:flex;flex:1;justify-content:center;align-items:flex-end;gap:1rem}.module__oay .oay-design .padded-content--wrapper .button--container>*{width:100%}@media screen and (min-width:981px){.module__oay .oay-design .padded-content--wrapper .button--container>*{width:23rem}}.module__oay .oay-design .circle-triangle{position:absolute;top:44%;left:8rem}.module__oay .oay-design .circle-triangle:before{content:"";border-radius:50%;border:2px solid #c74298;display:block;height:9.5rem;width:9.5rem}.module__oay .oay-design .circle-triangle:after{content:"";display:block;border-top:3rem solid transparent;border-bottom:3rem solid transparent;border-left:5.2rem solid #ffd923;height:0;width:0;position:relative;top:-6.5rem;left:6.7rem}@media screen and (max-width:900px){.module__oay .oay-design .circle-triangle{display:none}}.module__oay .oay-design .decal{position:absolute;top:0;right:0}@media screen and (max-width:900px){.module__oay .oay-design .decal{display:none}}.module__oay .oay-design .module__content-panel--1-col .module__content-panel--content{display:flex;flex:1}@media screen and (max-width:740px){.module__oay .oay-design .module__content-panel--1-col .module__content-panel--content{flex-direction:column}}@media screen and (max-width:900px){.module__oay .oay-design .module__content-panel--1-col .module__content-panel--content{flex-wrap:wrap}}@media screen and (min-width:981px) and (max-width:1200px){.module__oay .oay-design .module__content-panel--1-col .module__content-panel--content .image--container img{height:100%}}@media screen and (max-width:740px){.module__oay .oay-design .module__content-panel--1-col .module__content-panel--content .image--container img{width:100%}}.module__oay .oay-design .module__content-panel--1-col .padded-content--wrapper{display:flex;flex:1;flex-direction:column;justify-content:center}.module__oay .oay-design .module__content-panel--1-col .padded-content--wrapper .button--container{flex:0;justify-content:initial}.module__oay .oay-design .module__content-panel--2-col{justify-content:space-evenly}.module__oay .oay-design .module__content-panel--2-col .module__content-panel--content{display:flex;flex:1;flex-direction:column}.module__oay .oay-design .module__content-panel--2-col .module__content-panel--content img{max-width:36.2rem;display:block;aspect-ratio:initial!important}.module__oay .oay-design .module__content-panel--3-col .image--container{width:100%;display:flex;overflow:hidden;flex:1;justify-content:center}@media screen and (min-width:741px) and (max-width:980px){.module__oay .oay-design .module__content-panel--3-col .module__content-panel--col{padding:0 8px}}@media screen and (min-width:741px) and (max-width:980px){.module__oay .oay-design .module__content-panel--3-col .module__content-panel--col:nth-child(3n+1){padding-left:15px}}@media screen and (min-width:741px) and (max-width:980px){.module__oay .oay-design .module__content-panel--3-col .module__content-panel--col:nth-child(3n+3){padding-right:15px}}.module__oay .oay-design .module__content-panel--3-col .module__content-panel--col a.button{margin-top:20px}.module__oay .oay-design.oay--grid-width .circle-triangle{display:none}@media screen and (min-width:1400px){.module__oay .oay-design.oay--grid-width .circle-triangle{display:block;left:10%;z-index:1}}.module__oay .oay-design.oay--grid-width .module__content-panel--text{background:linear-gradient(180deg,#000 48%,#f5f5f5 0);padding:6rem 1.5rem}.module__oay .oay-design.oay--grid-width .module__content-panel--text>div+div{margin-top:0}.module__oay .oay-design.oay--grid-width .module__content-panel--2-col{justify-content:space-evenly}.module__oay .oay-design.oay--grid-width .module__content-panel--2-col .module__content-panel--col{width:auto;clear:both;float:none}@media screen and (min-width:981px) and (max-width:1200px){.module__oay .oay-design.oay--grid-width .module__content-panel--2-col .module__content-panel--col{width:50%}}@media screen and (min-width:741px) and (max-width:980px){.module__oay .oay-design.oay--grid-width .module__content-panel--2-col .module__content-panel--col{width:50%}}.ct-container section.module__oay{padding-bottom:17rem}.module__research-filters h2{margin:20px 0 40px}.module__research-filters__options{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin:0 0 3rem}@media screen and (min-width:981px){.module__research-filters__options{flex-direction:row}}.module__research-filters__option{width:20%;position:relative}@media screen and (min-width:981px) and (max-width:1200px){.module__research-filters__option{width:33.33333333%}}@media screen and (min-width:741px) and (max-width:980px){.module__research-filters__option{width:50%}}@media screen and (max-width:740px){.module__research-filters__option{width:100%}}.module__research-filters__description{padding-bottom:50px;margin-bottom:30px;border-bottom:2px solid #e2e2e2}.module__research-filters .no-results{display:none}.module__research-filters .no-results.show{display:block}.module__research-filters .hide{display:none}.module__research-filters .styled__radio{position:absolute!important;top:0;left:0}.module__research-filters input{position:absolute}.module__research-filters label{float:right;padding:0 0 0 3rem;width:100%!important;font-weight:600}.module__research-filters [data-rg-theme]{margin-bottom:20px}.module__content-panel--credly .module__content-panel--col-left{padding-right:45px;border-width:0 2px 0 0}@media screen and (max-width:740px){.module__content-panel--credly .module__content-panel--col-left{border:none;padding-right:inherit}}.module__content-panel--credly .module__content-panel--col-right{padding-left:45px}@media screen and (max-width:740px){.module__content-panel--credly .module__content-panel--col-right{padding-left:inherit}}.module__content-panel--credly .module__content-panel--col--content{padding-top:20px}@media screen and (max-width:740px){.module__content-panel--credly .module__content-panel--col--content{padding-top:0}}.module__lead-gate{background-color:var(--lead-gate-callout--background,var(--color--grey-light,#f5f5f5));color:var(--lead-gate-callout--color,#363635);margin-top:15rem;padding:4rem 0}.module__lead-gate--inner{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}.module__lead-gate--inner>*{flex-grow:0;flex-shrink:0;flex-basis:47%}.module__lead-gate--inner>*+*{margin-left:4rem}.module__lead-gate--image{position:relative;margin-top:-15rem}.module__lead-gate--image img{position:relative;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:contain;display:block}.module__lead-gate .marketo--form:before{background:#000;content:"";height:100%;width:100%;top:0;bottom:0;left:0;right:0;position:fixed;opacity:.7;z-index:-1}@media screen and (min-width:1601px){.module__lead-gate--inner{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}}@media screen and (min-width:981px) and (max-width:1600px){.module__lead-gate--inner{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}}@media screen and (min-width:741px) and (max-width:980px){.module__lead-gate--inner{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}}@media screen and (max-width:740px){.module__lead-gate .button{width:100%;display:block}.module__lead-gate--inner{flex-direction:column}.module__lead-gate--inner>*{margin:0}}.module__lead-gate--primary,.module__lead-gate--turquoise{--lead-gate-callout--background:#0b7161;--lead-gate-callout--color:#fff}.module__lead-gate--magenta,.module__lead-gate--secondary{--lead-gate-callout--background:#c74298;--lead-gate-callout--color:#fff}.module__lead-gate--yellow{--lead-gate-callout--background:#ffd923;--lead-gate-callout--color:#363635}.module__lead-gate--lt-turquoise,.module__lead-gate--turquoise-light{--lead-gate-callout--background:#58bcaf;--lead-gate-callout--color:#363635}.module__lead-gate--blue,.module__lead-gate--teal{--lead-gate-callout--background:#007d98;--lead-gate-callout--color:#fff}.module__lead-gate--orange{--lead-gate-callout--background:#ff9300;--lead-gate-callout--color:#363635}.module__leadgate-form{width:100%;max-width:100vw;height:auto;margin:auto;padding:0;background-color:#f5f5f5}.module__leadgate-form .icon{width:4rem;height:4rem}.module__leadgate-form .icon-play{border-radius:50%;padding:.5rem;background-color:var(--leadgate-form-icon-play--background,#363635);color:var(--leadgate-form-icon-play--color,#fff)}.module__leadgate-form .google-recaptcha{margin:2rem 0}.module__leadgate-form-header{background-color:var(--leadgate-form-header--background,var(--color--primary,#0b7161));color:var(--leadgate-form-header--color,var(--color--white,#fff));font-family:var(--leadgate-form-header--font,var(--level-2--font,"Worldly Regular","Open Sans",Arial,sans-serif));font-size:var(--leadgate-form-header--font-size,var(--level-2--size,2.8rem));font-weight:var(--leadgate-form-header--weight,var(--level-2--weight,normal));line-height:var(--leadgate-form-header--line-height,var(--level-2--line-height,normal));width:100%;height:auto;max-height:10vh;margin:0;padding:var(--leadgate-form-header--padding,2.5rem 6rem 2.5rem 1.5rem);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;border:1px solid var(--leadgate-form-header--background,var(--color--primary,#0b7161))}.module__leadgate-form-header__label{max-width:55vw;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.module__leadgate-form-header .icon{margin-right:1rem}.module__leadgate-form-content{width:100%;height:auto;margin:0;padding:var(--leadgate-form-content--padding,4rem 7rem);position:relative;border:1px solid #e1e1e1}.module__leadgate-form-media{margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.module__leadgate-form-media img{max-width:100%;max-height:100%;display:block;vertical-align:baseline;object-fit:fill}.module__leadgate-form-body{margin:0;padding:0}.module__leadgate-form-intro{margin:0 0 3rem}.module__leadgate-form-footer{background-color:var(--leadgate-form-footer--background,transparent);color:var(--leadgate-form-footer--color,inherit);border-width:0 1px 1px;border-style:solid;border-color:#f0f0f0;width:100%;height:auto;margin:0;padding:var(--leadgate-form-footer--padding,2rem 7rem);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative}.module__leadgate-form--primary{--leadgate-form-header--background:var(--color--primary,#0b7161);--leadgate-form-header--color:var(--color--white,#fff)}.module__leadgate-form--secondary{--leadgate-form-header--background:var(--color--secondary,#c74298);--leadgate-form-header--color:var(--color--white,#fff)}.module__leadgate-form--yellow{--leadgate-form-header--background:var(--color--yellow,#ffd923);--leadgate-form-header--color:var(--color--charcoal,#363635)}.module__leadgate-form--orange{--leadgate-form-header--background:var(--color--orange,#ff9300);--leadgate-form-header--color:var(--color--charcoal,#363635)}.module__leadgate-form--lt-turquoise,.module__leadgate-form--turquoise-light{--leadgate-form-header--background:var(--color--turquoise-light,#58bcaf);--leadgate-form-header--color:var(--color--charcoal,#363635)}.module__leadgate-form--magenta,.module__leadgate-form--pink{--leadgate-form-header--background:var(--color--magenta,#c74298);--leadgate-form-header--color:var(--color--white,#fff)}.module__leadgate-form--blue,.module__leadgate-form--teal{--leadgate-form-header--background:var(--color--teal,#007d98);--leadgate-form-header--color:var(--color--white,#fff)}.module__leadgate-form--green,.module__leadgate-form--turquoise{--leadgate-form-header--background:var(--color--turquoise,#0b7161);--leadgate-form-header--color:var(--color--white,#fff)}.module__leadgate-form--grey{--leadgate-form-header--background:var(--color--grey,gray);--leadgate-form-header--color:var(--color--charcoal,#363635)}.module__leadgate-form--grey-light{--leadgate-form-header--background:var(--color--grey-light,#f5f5f5);--leadgate-form-header--color:var(--color--charcoal,#363635)}.module__leadgate-form--grey-dark{--leadgate-form-header--background:var(--color--grey-dark,#333);--leadgate-form-header--color:var(--color--white,#fff)}.module__leadgate-form--charcoal{--leadgate-form-header--background:var(--color--charcoal,#363635);--leadgate-form-header--color:var(--color--white,#fff)}@media screen and (min-width:981px){.module__leadgate-form{max-width:95vw}.module__leadgate-form-content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:3rem}.module__leadgate-form-content>*{max-width:100%;margin:0;padding:0;flex-shrink:0;flex-grow:1;flex-basis:45%}}@media screen and (max-width:980px){.module__leadgate-form{--leadgate-form-header--padding:2.5rem;--leadgate-form-content--padding:2.5rem;--leadgate-form-footer--padding:2.5rem;max-width:95vw}.module__leadgate-form-content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:3rem}.module__leadgate-form-content>*{width:100%;margin:0;padding:0;flex:1 100%}.module__leadgate-form-media{height:30vh}}@media screen and (max-width:740px){.module__leadgate-form{max-width:95vw}.module__leadgate-form-content{--leadgate-form-content--padding:1rem}}.modal-gsap--container .module__leadgate-form,.module__leadgate-form--modal .module__leadgate-form{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-gsap--container .module__leadgate-form-content,.module__leadgate-form--modal .module__leadgate-form-content{max-height:90vh}.modal-gsap--container .module__leadgate-form .modal__close-button,.module__leadgate-form--modal .module__leadgate-form .modal__close-button{width:3rem;height:3rem;margin:0;padding:0;position:absolute;top:50%;right:3rem;transform:translateY(-50%);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.modal-gsap--container .module__leadgate-form .modal__close-button .icon,.module__leadgate-form--modal .module__leadgate-form .modal__close-button .icon{width:100%;height:100%;margin:0;padding:0;color:inherit;fill:currentColor}@media screen and (min-width:981px){.modal-gsap--container .module__leadgate-form,.module__leadgate-form--modal .module__leadgate-form{max-width:70vw;max-height:95vh}.modal-gsap--container .module__leadgate-form-content,.module__leadgate-form--modal .module__leadgate-form-content{max-height:85vh;overflow:hidden}.modal-gsap--container .module__leadgate-form-body,.module__leadgate-form--modal .module__leadgate-form-body{max-height:75vh;overflow:auto;padding:0 1rem;scrollbar-color:#8a8a8a transparent;scrollbar-width:5px}.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar{width:5px;height:5px}.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar-track,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:5px}.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar-track-piece,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar-track-piece{-webkit-border-radius:5px;background-color:transparent}.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar-thumb,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar-thumb{-webkit-border-radius:5px;background-color:#8a8a8a}.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar-thumb:horizontal,.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar-thumb:vertical,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar-thumb:horizontal,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar-thumb:vertical{-webkit-border-radius:5px}.modal-gsap--container .module__leadgate-form-body::-webkit-scrollbar-thumb:hover,.module__leadgate-form--modal .module__leadgate-form-body::-webkit-scrollbar-thumb:hover{background-color:gray}}@media screen and (max-width:980px){.modal-gsap--container .module__leadgate-form,.module__leadgate-form--modal .module__leadgate-form{width:100vw;height:100vh;max-height:stretch}.modal-gsap--container .module__leadgate-form-header,.module__leadgate-form--modal .module__leadgate-form-header{max-height:10vh}.modal-gsap--container .module__leadgate-form-content,.module__leadgate-form--modal .module__leadgate-form-content{max-height:85vh;overflow-y:auto}}.video-webinar-player{width:var(--video-webinar-modal--width,1280px);max-width:100vw;height:var(--video-webinar-modal--height,auto);max-height:100vh;aspect-ratio:16/9}.video-webinar-player .video-js{width:100%;height:100%;margin:0;padding:0}.video-webinar-player .video-js .vjs-big-play-button{background-color:var(--color--primary,#0b7161);border-color:var(--color--white,#fff);color:var(--color--white,#fff);border-width:.5rem;border-radius:50%;width:var(--video-webinar-playbutton--size,15rem);height:var(--video-webinar-playbutton--size,15rem);font-size:var(--video-webinar-playbutton--font-size,10rem);line-height:var(--video-webinar-playbutton--size,15rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-webinar-player--medium{--video-webinar-modal--width:640px;--video-webinar-modal--height:360px}.video-webinar-player--large{--video-webinar-modal--width:1280px;--video-webinar-modal--height:720px}.video-webinar-player--embed{width:100%;height:100%;border:unset;margin:0;padding:0}.video-webinar-player--modal{--modal-gsap-overlay--background:rgba(0,0,0,.8)}.video-webinar-player--modal .modal__close-button{width:6rem;height:6rem;margin:0;padding:1rem;color:#fff;border-radius:50%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;position:fixed;top:2rem;right:2rem;z-index:300}.video-webinar-player--modal .modal__close-button .icon{width:100%;height:100%}.video-webinar-player--modal .modal__close-button:active,.video-webinar-player--modal .modal__close-button:focus,.video-webinar-player--modal .modal__close-button:hover{color:#363635;background-color:#fff}@media screen and (min-width:981px){.video-webinar-player--modal .video-webinar-player{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:980px){.video-webinar-player{--video-webinar-modal--width:100vw}}@media screen and (max-width:980px) and (orientation:portrait){.video-webinar-player--modal .video-webinar-player{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:980px) and (orientation:landscape){.video-webinar-player--modal .video-webinar-player{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%)}}@supports not (aspect-ratio:16/9){.video-webinar-player{--video-webinar-modal--height:max(25rem,75vh)}@media screen and (max-width:980px){.video-webinar-player{--video-webinar-modal--width:95vw;--video-webinar-modal--height:max(25rem,25vh)}}@media screen and (max-width:980px) and (orientation:landscape){.video-webinar-player{--video-webinar-modal--height:95vh}}}.module__leadgate-webinar-ksp__form,.module__leadgate-webinar-ksp__video{width:100%;height:max-content;min-height:15rem;max-height:100%;overflow-y:auto;scrollbar-color:#8a8a8a transparent;scrollbar-width:5px;border-radius:5px;position:absolute;top:0;bottom:0;left:0;right:0}.module__leadgate-webinar-ksp__form::-webkit-scrollbar,.module__leadgate-webinar-ksp__video::-webkit-scrollbar{width:5px;height:5px}.module__leadgate-webinar-ksp__form::-webkit-scrollbar-track,.module__leadgate-webinar-ksp__video::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:5px}.module__leadgate-webinar-ksp__form::-webkit-scrollbar-track-piece,.module__leadgate-webinar-ksp__video::-webkit-scrollbar-track-piece{-webkit-border-radius:5px;background-color:transparent}.module__leadgate-webinar-ksp__form::-webkit-scrollbar-thumb,.module__leadgate-webinar-ksp__video::-webkit-scrollbar-thumb{-webkit-border-radius:5px;background-color:#8a8a8a}.module__leadgate-webinar-ksp__form::-webkit-scrollbar-thumb:horizontal,.module__leadgate-webinar-ksp__form::-webkit-scrollbar-thumb:vertical,.module__leadgate-webinar-ksp__video::-webkit-scrollbar-thumb:horizontal,.module__leadgate-webinar-ksp__video::-webkit-scrollbar-thumb:vertical{-webkit-border-radius:5px}.module__leadgate-webinar-ksp__form::-webkit-scrollbar-thumb:hover,.module__leadgate-webinar-ksp__video::-webkit-scrollbar-thumb:hover{background-color:gray}.module__leadgate-webinar-ksp__video{width:100%;margin:0;padding:4rem 2rem}.module__leadgate-webinar-ksp__video img{position:relative;top:0;bottom:0;left:0;right:0;margin:0;padding:0;width:100%;max-width:640px;max-height:360px;object-fit:contain;aspect-ratio:16/9;display:block;vertical-align:baseline}.module__leadgate-webinar-ksp__video-caption{width:100%;margin:2rem 0}.module__leadgate-webinar-ksp__video .video_link{width:100%;margin:1.5rem 0 0}.module__leadgate-webinar-ksp__video .video_link .icon{width:5rem;height:5rem;padding:1rem}.module__leadgate-webinar-ksp__video .video_link-text{flex-grow:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start}.module__leadgate-webinar-ksp__video .video_link-label{width:100%;text-align:left;flex-grow:1;flex-shrink:0;font-size:2rem;font-weight:600;text-decoration:none}.module__leadgate-webinar-ksp__video .video_link-length{width:100%;text-align:left;flex-grow:1;flex-shrink:0;font-size:1.2rem;font-weight:400;margin:.5rem 0 0}.module__leadgate-webinar-ksp__form{width:100%;min-height:50rem;margin:0;padding:2.5rem;z-index:10}.module__leadgate-webinar-ksp__form-intro{margin-bottom:3rem}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints{width:100%;margin:2rem 0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:2rem}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li{width:100%;min-height:5rem;margin:0;padding:0 0 0 6rem;background:unset;position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li>h3,.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li>h4,.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li>p{width:100%;margin:0}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li>h3+*,.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li>h4+*,.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints li>p+*{margin-top:2rem}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__proofpoints .icon{width:5rem;height:5rem;font-size:5rem;line-height:5rem;position:absolute;top:0;left:0;color:var(--color--turquoise,#0b7161);fill:var(--color--turquoise,#0b7161)}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content,.module__leadgate-webinar-ksp__content{min-height:50rem;margin-top:3rem}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content--left,.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content--right,.module__leadgate-webinar-ksp__content--left,.module__leadgate-webinar-ksp__content--right{position:relative;overflow:hidden}.module__leadgate-webinar-ksp--inverse{padding-top:4rem;padding-bottom:4rem}.module__leadgate-webinar-ksp__form,.module__leadgate-webinar-ksp__video{background-color:var(--leadgate-webinar-ksp--background,var(--color--grey-light,#f5f5f5));color:var(--leadgate-webinar-ksp--color,var(--color--charcoal,#363635))}.module__leadgate-webinar-ksp__form a,.module__leadgate-webinar-ksp__video a{color:inherit}.module__leadgate-webinar-ksp--inverse{background-color:var(--leadgate-webinar-ksp--background,var(--color--grey-light,#f5f5f5));color:var(--leadgate-webinar-ksp--color,var(--color--charcoal,#363635))}.module__leadgate-webinar-ksp--inverse a{color:inherit}.module__leadgate-webinar-ksp--inverse .module__leadgate-webinar-ksp__form,.module__leadgate-webinar-ksp--inverse .module__leadgate-webinar-ksp__video{background-color:var(--color--white,#fff);color:var(--color--charcoal,#363635)}.module__leadgate-webinar-ksp--primary{--leadgate-webinar-ksp--background:var(--color--primary,#0b7161);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--secondary{--leadgate-webinar-ksp--background:var(--color--secondary,#c74298);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--yellow{--leadgate-webinar-ksp--background:var(--color--yellow,#ffd923);--leadgate-webinar-ksp--color:var(--color--charcoal,#363635)}.module__leadgate-webinar-ksp--orange{--leadgate-webinar-ksp--background:var(--color--orange,#ff9300);--leadgate-webinar-ksp--color:var(--color--charcoal,#363635)}.module__leadgate-webinar-ksp--magenta{--leadgate-webinar-ksp--background:var(--color--magenta,#c74298);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--teal{--leadgate-webinar-ksp--background:var(--color--teal,#007d98);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--turquoise{--leadgate-webinar-ksp--background:var(--color--turquoise,#0b7161);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--turquoise-light{--leadgate-webinar-ksp--background:var(--color--turquoise-light,#58bcaf);--leadgate-webinar-ksp--color:var(--color--primary,#0b7161)}.module__leadgate-webinar-ksp--grey{--leadgate-webinar-ksp--background:var(--color--grey,gray);--leadgate-webinar-ksp--color:var(--color--charcoal,#363635)}.module__leadgate-webinar-ksp--grey-light{--leadgate-webinar-ksp--background:var(--color--grey-light,#f5f5f5);--leadgate-webinar-ksp--color:var(--color--charcoal,#363635)}.module__leadgate-webinar-ksp--grey-dark{--leadgate-webinar-ksp--background:var(--color--grey-dark,#333);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--charcoal{--leadgate-webinar-ksp--background:var(--color--charcoal,#363635);--leadgate-webinar-ksp--color:var(--color--white,#fff)}.module__leadgate-webinar-ksp--white{--leadgate-webinar-ksp--background:var(--color--white,#fff);--leadgate-webinar-ksp--color:var(--color--charcoal,#363635)}@media screen and (min-width:981px){.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content,.module__leadgate-webinar-ksp__content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}@media screen and (max-width:980px){.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content,.module__leadgate-webinar-ksp__content{display:flex;flex-direction:column;flex-wrap:nowrap;gap:2rem}.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content--left,.module__leadgate-webinar-ksp .module__leadgate-webinar-ksp__content--right,.module__leadgate-webinar-ksp__content--left,.module__leadgate-webinar-ksp__content--right{min-height:unset;max-height:unset}.module__leadgate-webinar-ksp__video{position:relative}}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%;font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:normal}.video-js .vjs-modal-dialog{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-family:VideoJS;font-weight:400;font-style:normal;content:"\f101"}.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal;flex:none}.video-js .vjs-play-control .vjs-icon-placeholder:before{content:"\f101"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10d"}.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10d"}.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.video-js .vjs-volume-level{font-family:VideoJS;font-weight:400;font-style:normal;position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{content:"\f111";position:absolute;font-size:.9em;z-index:1}.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal;background-color:#fff}.video-js .vjs-play-progress:before{content:"\f111";font-size:.9em;position:absolute;right:-.5em;top:-.33333333em;z-index:1}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f116"}.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f11e"}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f121"}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js :focus:not(:focus-visible){outline:none}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;appearance:none}.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:none}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.22222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover{width:12em}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.66666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control.disabled{cursor:default}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel{transition:width 1s;display:flex}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel .vjs-volume-control:active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel:active .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-bar{margin:1.35em .45em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:1.8em;line-height:1.67}.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before{content:"\f103"}.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before{content:"\f104"}.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before{content:"\f105"}.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before{content:"\f106"}.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before{content:"\f107"}.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before{content:"\f108"}.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before{content:"\f109"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before{content:"\f10c"}.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before{content:"\f10d"}.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before{content:"\f111"}.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal;margin-right:.5em;color:#888}.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before{content:"\f115"}.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before{content:"\f11d"}.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f122"}.video-js[tabindex="-1"]{outline:none}.video-js.vjs-16-9,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{width:100%;max-width:100%;height:0;padding-top:75%}.video-js.vjs-9-16{width:100%;max-width:100%;height:0;padding-top:177.77777778%}.video-js.vjs-1-1{width:100%;max-width:100%;height:0;padding-top:100%}.video-js.vjs-fill{width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-controls-disabled .vjs-control-bar{display:none!important}.vjs-has-started .vjs-big-play-button{display:none}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-error .vjs-big-play-button,.vjs-using-native-controls .vjs-poster{display:none}.vjs-error .vjs-control-bar{display:none!important}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.vjs-control .vjs-button{width:100%;height:100%}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible){background:none}.js-focus-visible .video-js :focus:not(.focus-visible){outline:none}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.vjs-no-flex .vjs-progress-control{width:auto}.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.vjs-no-flex .vjs-live-control,.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.vjs-live .vjs-progress-control,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip,.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-audio.vjs-has-started .vjs-poster{display:block}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-time-divider{display:none;line-height:3em}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after{animation-delay:.44s}.vjs-waiting .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;border-top-color:#fff}.vjs-waiting .vjs-loading-spinner:after{animation-delay:.44s}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-layout-small .vjs-audio-button,.video-js.vjs-layout-small .vjs-captions-button,.video-js.vjs-layout-small .vjs-chapters-button,.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-descriptions-button,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-subtitles-button,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control{display:none!important}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js.vjs-layout-x-small .vjs-audio-button,.video-js.vjs-layout-x-small .vjs-captions-button,.video-js.vjs-layout-x-small .vjs-chapters-button,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-descriptions-button,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-subtitles-button,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none!important}.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}.video-js.vjs-layout-tiny .vjs-audio-button,.video-js.vjs-layout-tiny .vjs-captions-button,.video-js.vjs-layout-tiny .vjs-chapters-button,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-descriptions-button,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-subtitles-button,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control{display:none!important}.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js.vjs-layout-tiny .vjs-subs-caps-button{display:none}.video-js.vjs-layout-tiny .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell;text-align:right;vertical-align:bottom}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.module__zoom-integration--iframe-modal iframe{width:100%;height:100%}.module__zoom-integration--iframe-modal .modal__close-button{width:5rem;height:5rem;margin:0;padding:1rem;color:#fff;border-radius:50%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;position:fixed;top:-2rem;right:-6rem;z-index:300}.module__zoom-integration--iframe-modal .modal__close-button .icon{width:100%;height:100%}.module__zoom-integration--iframe-modal .modal__close-button:active,.module__zoom-integration--iframe-modal .modal__close-button:focus,.module__zoom-integration--iframe-modal .modal__close-button:hover{color:#363635;background-color:#fff}@media screen and (min-width:981px){.module__zoom-integration--iframe-modal{max-width:60vw;max-height:95vh;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:980px){.module__zoom-integration--iframe-modal{max-width:95vw}}@media screen and (max-width:740px){.module__zoom-integration--iframe-modal{max-width:95vw}}.module__stackables-banner{position:relative;overflow:hidden;background-color:var(--stackables-banner--background,var(--color--charcoal,#363635));color:var(--stackables-banner--color,var(--color--white,#fff))}.module__stackables-banner h1:only-child{margin:0}.module__stackables-banner__cta{margin:3.5rem 0 0;padding:0;display:flex}.module__stackables-banner-content{margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;flex:1 50%}.module__stackables-banner-content h1{margin-bottom:0}.module__stackables-banner-content h1+*{margin-top:3rem}.module__stackables-banner-image{margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;flex:1 50%;background-repeat:no-repeat;background-size:contain;background-color:transparent;background-position:bottom 0 right 0}.module__stackables-banner-container{width:100%;height:100%;margin:0;padding:2rem 0 0;position:relative;z-index:1}.module__stackables-banner--background-image{width:100%;height:100%;margin:0;padding:0;opacity:.35;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.module__stackables-banner--background-image--square{clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%)}.module__stackables-banner--background-image--triangle{clip-path:polygon(80% 0,100% 0,100% 100%,50% 100%)}.module__stackables-banner--background-image--round{clip-path:circle(45% at 85% 50%)}.module__stackables-banner.module__banner--dark{color:#e1e1e1}.module__stackables-banner--primary{--stackables-banner--background:var(--color--primary,#0b7161);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--secondary{--stackables-banner--background:var(--color--secondary,#c74298);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--yellow{--stackables-banner--background:var(--color--yellow,#ffd923);--stackables-banner--color:var(--color--charcoal,#363635)}.module__stackables-banner--orange{--stackables-banner--background:var(--color--orange,#ff9300);--stackables-banner--color:var(--color--charcoal,#363635)}.module__stackables-banner--magenta{--stackables-banner--background:var(--color--magenta,#c74298);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--teal{--stackables-banner--background:var(--color--teal,#007d98);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--turquoise{--stackables-banner--background:var(--color--turquoise,#0b7161);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--turquoise-light{--stackables-banner--background:var(--color--turquoise-light,#58bcaf);--stackables-banner--color:var(--color--primary,#0b7161)}.module__stackables-banner--grey{--stackables-banner--background:var(--color--grey,#e1e1e1);--stackables-banner--color:var(--color--charcoal,#363635)}.module__stackables-banner--grey-light{--stackables-banner--background:var(--color--grey-light,#f5f5f5);--stackables-banner--color:var(--color--charcoal,#363635)}.module__stackables-banner--grey-dark{--stackables-banner--background:var(--color--grey-dark,#333);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--charcoal{--stackables-banner--background:var(--color--charcoal,#363635);--stackables-banner--color:var(--color--white,#fff)}.module__stackables-banner--white{--stackables-banner--background:var(--color--white,#fff);--stackables-banner--color:var(--color--charcoal,#363635)}@media screen and (min-width:981px){.module__stackables-banner{padding-top:3.5rem}.module__stackables-banner-content,.module__stackables-banner-image{padding-bottom:3.5rem}.module__stackables-banner__cta{display:none;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.3rem}.module__stackables-banner__cta.buttons__show{display:block}.module__stackables-banner-container{min-height:40rem;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:3rem}}@media screen and (max-width:980px){.module__stackables-banner__cta{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:1.3rem}.module__stackables-banner__cta .button{width:100%}.module__stackables-banner-image{display:none}.module__stackables-banner-container{padding:4rem 0 2.5rem}.module__stackables-banner+*{margin-top:0!important}}.debug #main-content .module__stackables-banner{outline:1px dashed #00008b!important}.debug #main-content .module__stackables-banner-container{outline-width:2px!important;outline-style:dashed!important;outline-color:#00008b!important}.debug #main-content .module__stackables-banner-content,.debug #main-content .module__stackables-banner-image{outline:3px dashed green!important}.module__stackables-overview__field{font-size:1.3rem;line-height:1.5rem;text-transform:uppercase;color:#5a5a5a;margin:0 0 .5rem}.module__stackables-overview__field,.module__stackables-overview__value{width:100%;display:block;font-family:Open Sans,Arial,sans-serif;font-weight:600}.module__stackables-overview__value{font-size:2rem;line-height:normal}.module__stackables-overview__proofpoints{width:100%;height:100%;margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:3rem}.module__stackables-overview__proofpoints .icon{width:3.5rem;height:3.5rem;font-size:3.5rem;line-height:3.5rem;position:absolute;top:0;left:0;color:var(--stackables-icon--color,var(--color--magenta,#c74298));fill:var(--stackables-icon--color,var(--color--magenta,#c74298))}.module__stackables-overview__proofpoints p{margin:.5rem 0 0}.module__stackables-overview__proofpoints-item,.module__stackables-overview__proofpoints>li{width:100%;min-height:3.5rem;margin:0;padding:0 0 0 5rem;background:unset;position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start}.module__stackables-overview--wrapper{margin:0 auto}.module__stackables-overview__cta{margin:3.5rem 0 0;padding:0;display:flex}.module__stackables-overview__content{width:100%;height:100%;margin:0;padding:7rem 10rem;box-sizing:border-box;position:relative;color:var(--stackables-overview-content--color,var(--color--charcoal,#363635));display:flex;flex-direction:column;justify-content:center}.module__stackables-overview__content:before{width:100%;height:100%;content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background-color:var(--stackables-overview-content--background,var(--color--grey-light,#f5f5f5))}.module__stackables-overview__details{width:100%;height:100%;margin:0;padding:5rem 30px;box-sizing:border-box;position:relative;color:var(--stackables-overview-details--color,var(--color--charcoal,#363635))}.module__stackables-overview__details:before{width:100%;height:100%;content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background-color:var(--stackables-overview-details--background,#e1e1e1)}.module__stackables-overview__content--primary,.module__stackables-overview__details--primary{--stackables-overview-content--background:var(--color--primary,#0b7161);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--primary,#0b7161);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--secondary,.module__stackables-overview__details--secondary{--stackables-overview-content--background:var(--color--secondary,#c74298);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--secondary,#c74298);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--yellow,.module__stackables-overview__details--yellow{--stackables-overview-content--background:var(--color--yellow,#ffd923);--stackables-overview-content--color:var(--color--charcoal,#363635);--stackables-overview-details--background:var(--color--yellow,#ffd923);--stackables-overview-details--color:var(--color--charcoal,#363635)}.module__stackables-overview__content--orange,.module__stackables-overview__details--orange{--stackables-overview-content--background:var(--color--orange,#ff9300);--stackables-overview-content--color:var(--color--charcoal,#363635);--stackables-overview-details--background:var(--color--orange,#ff9300);--stackables-overview-details--color:var(--color--charcoal,#363635)}.module__stackables-overview__content--magenta,.module__stackables-overview__details--magenta{--stackables-overview-content--background:var(--color--magenta,#c74298);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--magenta,#c74298);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--teal,.module__stackables-overview__details--teal{--stackables-overview-content--background:var(--color--teal,#007d98);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--teal,#007d98);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--turquoise,.module__stackables-overview__details--turquoise{--stackables-overview-content--background:var(--color--turquoise,#0b7161);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--turquoise,#0b7161);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--turquoise-light,.module__stackables-overview__details--turquoise-light{--stackables-overview-content--background:var(--color--turquoise-light,#58bcaf);--stackables-overview-content--color:var(--color--primary,#0b7161);--stackables-overview-details--background:var(--color--turquoise-light,#58bcaf);--stackables-overview-details--color:var(--color--primary,#0b7161)}.module__stackables-overview__content--grey,.module__stackables-overview__details--grey{--stackables-overview-content--background:var(--color--grey,#e1e1e1);--stackables-overview-content--color:var(--color--charcoal,#363635);--stackables-overview-details--background:var(--color--grey,#e1e1e1);--stackables-overview-details--color:var(--color--charcoal,#363635)}.module__stackables-overview__content--grey-light,.module__stackables-overview__details--grey-light{--stackables-overview-content--background:var(--color--grey-light,#f5f5f5);--stackables-overview-content--color:var(--color--charcoal,#363635);--stackables-overview-details--background:var(--color--grey-light,#f5f5f5);--stackables-overview-details--color:var(--color--charcoal,#363635)}.module__stackables-overview__content--grey-dark,.module__stackables-overview__details--grey-dark{--stackables-overview-content--background:var(--color--grey-dark,#333);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--grey-dark,#333);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--charcoal,.module__stackables-overview__details--charcoal{--stackables-overview-content--background:var(--color--charcoal,#363635);--stackables-overview-content--color:var(--color--white,#fff);--stackables-overview-details--background:var(--color--charcoal,#363635);--stackables-overview-details--color:var(--color--white,#fff)}.module__stackables-overview__content--white,.module__stackables-overview__details--white{--stackables-overview-content--background:var(--color--white,#fff);--stackables-overview-content--color:var(--color--charcoal,#363635);--stackables-overview-details--background:var(--color--white,#fff);--stackables-overview-details--color:var(--color--charcoal,#363635)}.module__stackables-overview .icon--primary{--stackables-icon--color:var(--color--primary,#0b7161)}.module__stackables-overview .icon--secondary{--stackables-icon--color:var(--color--secondary,#c74298)}.module__stackables-overview .icon--yellow{--stackables-icon--color:var(--color--yellow,#ffd923)}.module__stackables-overview .icon--orange{--stackables-icon--color:var(--color--orange,#ff9300)}.module__stackables-overview .icon--magenta{--stackables-icon--color:var(--color--magenta,#c74298)}.module__stackables-overview .icon--teal{--stackables-icon--color:var(--color--teal,#007d98)}.module__stackables-overview .icon--turquoise{--stackables-icon--color:var(--color--turquoise,#0b7161)}.module__stackables-overview .icon--turquoise-light{--stackables-icon--color:var(--color--turquoise-light,#58bcaf)}.module__stackables-overview .icon--grey{--stackables-icon--color:var(--color--grey,#e1e1e1)}.module__stackables-overview .icon--grey-light{--stackables-icon--color:var(--color--grey-light,#f5f5f5)}.module__stackables-overview .icon--grey-dark{--stackables-icon--color:var(--color--grey-dark,#333)}.module__stackables-overview .icon--charcoal{--stackables-icon--color:var(--color--charcoal,#363635)}.module__stackables-overview .icon--white{--stackables-icon--color:var(--color--white,#fff)}@media screen and (min-width:981px){.module__stackables-overview__cta{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:3rem}.module__stackables-overview__cta .button{min-width:16.7rem}.module__stackables-overview__content{width:auto;padding:7rem 133.41667px}.module__stackables-overview__details{width:355.25px}.module__stackables-overview__container{display:grid;grid-template-columns:auto 355.25px}.module__stackables-overview--wrapper{max-width:1154.16667px}}@media screen and (min-width:1201px) and (max-width:1600px){.module__stackables-overview__details{width:306.3px}.module__stackables-overview__content{padding:7rem 117.1px}.module__stackables-overview__container{display:grid;grid-template-columns:auto 306.3px}.module__stackables-overview--wrapper{max-width:991px}}@media screen and (min-width:981px) and (max-width:1200px){.module__stackables-overview__details{width:246.3px}.module__stackables-overview__content{padding:7rem 97.1px}.module__stackables-overview__container{display:grid;grid-template-columns:auto 246.3px}.module__stackables-overview--wrapper{max-width:791px}}@media screen and (max-width:980px){.module__stackables-overview__cta{display:none;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:1.3rem}.module__stackables-overview__cta .button{width:100%}.module__stackables-overview__container{display:flex;flex-direction:column;flex-wrap:nowrap}.module__stackables-overview__content,.module__stackables-overview__details{padding:3.5rem 8px}.module__stackables-overview__content:before,.module__stackables-overview__details:before{width:1000vw;position:absolute;top:0;bottom:0;left:-50vw;right:0}.module__stackables-overview--wrapper{max-width:694px}.module__stackables-overview--wrapper .module__stackables-overview__content,.module__stackables-overview--wrapper .module__stackables-overview__details{padding-left:8px;padding-right:8px}}@media screen and (max-width:740px){.module__stackables-overview .module__stackables-overview__content,.module__stackables-overview .module__stackables-overview__details{width:100%;margin:0 auto;padding-left:23px;padding-right:23px}.module__stackables-overview--wrapper{max-width:100%}.module__stackables-overview .cell,.module__stackables-overview .grid{max-width:100%;padding-left:0;padding-right:0}}.project_stackables{background:repeat-x url(https://www.deakin.edu.au/__data/assets/image/0019/2360215/header-pattern.png?v=0.0.2),#373534}.project_stackables #main-content{color:#fff}.project_stackables .button__outline--secondary{background-color:transparent!important;color:#fff!important}.project_stackables .button__outline--secondary:hover{color:#363635!important;background-color:#eab8d8!important}.project_stackables .module__content-panel--text{margin-left:0;padding:0}@media screen and (min-width:1601px){.project_stackables .module__content-panel--text{margin-left:8.33333333%!important;width:83.33333333%!important}}.project_stackables .select2-container{z-index:10000}.project_stackables .select2-container--default:after{top:auto!important;bottom:15px}@media screen and (max-width:980px){.project_stackables .sq-form-question-answer.large{margin-top:30px}}.project_stackables #chat-widget-container{transition:bottom .75s ease .1s!important}.project_stackables.shifting-chatbox #chat-widget-container{background-color:#ff0}@media screen and (min-width:981px){.project_stackables.shifting-chatbox #chat-widget-container{bottom:80px!important}}@media screen and (max-width:980px){.project_stackables.shifting-chatbox #chat-widget-container{bottom:70px!important}}@media screen and (min-width:741px) and (max-width:980px){.project_stackables .download-guide-container .download-guide__body{padding:2rem 7rem}}.stackable__banner{color:#fff;background-color:transparent;padding-bottom:40px}@media screen and (min-width:741px) and (max-width:980px){.stackable__banner{padding-bottom:0}}.stackable__banner.module__banner{margin-top:35px!important;padding-top:0!important}@media screen and (max-width:740px){.stackable__banner.module__banner{margin-top:-77px!important}}.stackable__banner--wrapper{width:100%;display:flex}@media screen and (max-width:740px){.stackable__banner--wrapper{flex-direction:column-reverse}}@media screen and (min-width:1601px){.stackable__banner--wrapper{margin-left:8.33333333%;width:83.33333333%}}.stackable__banner--content{width:50%;padding-right:16px;align-self:flex-end;padding-bottom:40px}@media screen and (max-width:740px){.stackable__banner--content{width:100%;margin-top:40px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__banner--content{padding-bottom:25px}}.stackable__banner--content-subhead{margin-top:30px;font-size:2rem;font-weight:600;line-height:1.6rem}@media screen and (min-width:981px) and (max-width:1200px){.stackable__banner--content-subhead{margin-top:20px}}.stackable__banner--content-subhead:before{width:50px;height:3px;background-color:#ffd923;content:"";display:block;margin-bottom:40px;border-radius:1.5rem}@media screen and (min-width:981px) and (max-width:1200px){.stackable__banner--content-subhead:before{margin-bottom:30px}}.stackable__banner--content-ctas{display:flex;margin-top:60px}@media screen and (max-width:740px){.stackable__banner--content-ctas{flex-direction:column;margin-top:40px}}@media screen and (max-width:1200px){.stackable__banner--content-ctas{flex-direction:column;margin-top:20px}}@media screen and (max-width:740px){.stackable__banner--content-ctas a{width:100%}}.stackable__banner--content-ctas a+a{margin-left:20px}@media screen and (max-width:1200px){.stackable__banner--content-ctas a+a{margin-top:15px;margin-left:0}}.stackable__banner--image{display:flex;justify-content:flex-end;flex-grow:1}@media screen and (max-width:740px){.stackable__banner--image{justify-content:center}}.stackable__banner--image svg{height:570px}@media screen and (min-width:741px) and (max-width:980px){.stackable__banner--image svg{height:520px}}.stackable__banner--sticky-nav{display:none;position:fixed;bottom:0;padding:15px 0;background-color:#000;width:100%;z-index:200}.stackable__banner--sticky-nav:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;box-shadow:0 0 10px rgba(0,0,0,.8);z-index:199}.stackable__banner--sticky-nav-wrapper{display:flex;justify-content:center}@media screen and (max-width:740px){.stackable__banner--sticky-nav-wrapper .button{padding:15px;min-width:auto}}.stackable__banner--sticky-nav-wrapper .button:first-of-type{margin-right:30px}@media screen and (max-width:740px){.stackable__banner--sticky-nav-wrapper .button:first-of-type{margin-right:10px}}.stackable__value-prop{width:100%;display:flex;flex-direction:row}@media screen and (max-width:740px){.stackable__value-prop{flex-direction:column}}@media screen and (min-width:1601px){.stackable__value-prop{margin-left:8.33333333%;width:83.33333333%!important}}.stackable__value-prop>*{width:50%;display:flex;flex-direction:column}@media screen and (max-width:740px){.stackable__value-prop>*{width:100%}}.stackable__value-prop>* .content-box{padding:0 60px 60px 40px;height:320px;border:1px solid #acacac;margin-bottom:-.5px}@media screen and (max-width:740px){.stackable__value-prop>* .content-box{height:auto}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop>* .content-box{padding:0 20px 10px}}.stackable__value-prop>* .content-box h3{margin-top:30px}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop>* .content-box h3{margin-top:20px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__value-prop>* .content-box h3{margin-top:20px}}.stackable__value-prop>* .content-box-icon{background-color:#1a1a1a;color:#65d8ca;width:75px;height:82px;border-bottom-left-radius:50%;border-bottom-right-radius:50%;display:flex;justify-content:center;align-items:center}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop>* .content-box-icon{height:70px;width:67px}}.stackable__value-prop>* .content-box-icon .icon.icon-Handshake{font-size:2.7rem}.stackable__value-prop>* .content-box-icon .icon.icon-Arrowswap{font-size:2.9rem}.stackable__value-prop>* .content-box-icon .icon.icon-Ribbontick{font-size:3.9rem}.stackable__value-prop>* .content-box-icon .icon.icon-Speedo{font-size:2.9rem}.stackable__value-prop .col-1 .small-shape{height:119px;display:flex;justify-content:center}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-1 .small-shape{height:96px}}@media screen and (min-width:1601px){.stackable__value-prop .col-1 .small-shape{height:122px}}.stackable__value-prop .col-1 .small-shape svg{height:119px}@media screen and (max-width:740px){.stackable__value-prop .col-1 .small-shape svg{height:auto;width:100%}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-1 .small-shape svg{height:95px}}@media screen and (min-width:1601px){.stackable__value-prop .col-1 .small-shape svg{height:122px}}.stackable__value-prop .col-1 .large-shape{height:151.5px}@media screen and (max-width:740px){.stackable__value-prop .col-1 .large-shape{height:auto;width:100%}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-1 .large-shape{height:106.5px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__value-prop .col-1 .large-shape{height:121px}}@media screen and (min-width:1601px){.stackable__value-prop .col-1 .large-shape{height:180px}}.stackable__value-prop .col-1 .large-shape svg{margin-top:2px;height:151.5px}@media screen and (max-width:740px){.stackable__value-prop .col-1 .large-shape svg{height:auto;width:100%}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-1 .large-shape svg{margin-top:1px;height:106px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__value-prop .col-1 .large-shape svg{height:121px}}@media screen and (min-width:1601px){.stackable__value-prop .col-1 .large-shape svg{height:177px;margin-top:3px}}.stackable__value-prop .col-2{margin-top:119px}@media screen and (min-width:741px){.stackable__value-prop .col-2{margin-left:-.5px}}@media screen and (max-width:740px){.stackable__value-prop .col-2{flex-direction:column-reverse;margin-top:-6px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-2{margin-top:97px}}@media screen and (min-width:1601px){.stackable__value-prop .col-2{margin-top:148px}}.stackable__value-prop .col-2 .large-shape{height:154px}@media screen and (max-width:740px){.stackable__value-prop .col-2 .large-shape{height:auto;width:100%}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-2 .large-shape{height:106px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__value-prop .col-2 .large-shape{height:124px}}.stackable__value-prop .col-2 .large-shape svg{height:154.5px;margin-top:2px}@media screen and (max-width:740px){.stackable__value-prop .col-2 .large-shape svg{height:auto;width:104%;margin-top:0}}@media screen and (min-width:741px) and (max-width:980px){.stackable__value-prop .col-2 .large-shape svg{height:108px;margin-top:0}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__value-prop .col-2 .large-shape svg{height:123.5px}}@media screen and (min-width:1601px){.stackable__value-prop .col-2 .large-shape svg{height:180.5px;margin-top:-23px}}@media screen and (max-width:740px){.stackable__content{margin-top:0}}@media screen and (min-width:741px) and (max-width:980px){.stackable__content .module__content-panel--text{width:87.5%!important}}@media screen and (min-width:981px){.stackable__content .module__content-panel--text{width:90%!important}}@media screen and (min-width:1601px){.stackable__content .module__content-panel--text{width:75%!important}}.stackable__content.stackable__video{padding-bottom:155px;margin-bottom:20px}.stackable__content-video{margin-top:40px;position:relative}@media screen and (min-width:1601px){.stackable__content-video{margin-left:8.33333333%;width:83.33333333%}}.stackable__content-video .video_link{position:relative;top:0;left:0;z-index:1;padding-left:0}.stackable__content-video .video_link:before{display:none!important}.stackable__content-video .video_link:hover{cursor:pointer}.stackable__content-video .video_link:hover .icon{background-color:var(--video-link-icon--background-hover,#fff);color:var(--video-link-icon--color-hover,#c74298);border:1px solid #c74298}.stackable__content-video img{position:relative;z-index:1;width:100%}.stackable__content-video img:before{content:"\A";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}.stackable__content-video--background{z-index:0;height:453px;position:absolute;bottom:0;right:0}@media screen and (max-width:740px){.stackable__content-video--background{height:225px;bottom:50px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__content-video--background{height:330px}}.stackable__content-video--play{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-50%);z-index:3}.stackable__content-video--play .icon{font-size:3.1rem!important;height:72px;width:72px;line-height:2.3rem!important;display:block!important;visibility:visible;overflow:revert;flex-basis:auto;place-self:center;position:relative;left:16px}.stackable__content-video--play .icon:before{width:auto!important;height:auto!important;left:54%!important;position:absolute;top:50%;transform:translate(-50%,-50%);margin:0;padding:0;display:block}.stackable__content-video--play-text{color:#fff;margin-top:15px;text-transform:uppercase;letter-spacing:1.26px}.stackable__content-video-player{opacity:0;position:absolute;top:0;left:0;z-index:0}.stackable__courses{margin-top:2rem}.stackable__courses [class~=reset-filter]{font-family:var(--font--opensans-semibold);color:var(--color--magenta);text-transform:uppercase;text-decoration:underline;margin:0 0 0 auto;padding:0}.stackable__courses [class~=reset-filter]:focus,.stackable__courses [class~=reset-filter]:focus-within,.stackable__courses [class~=reset-filter]:hover{text-decoration:none}@media screen and (min-width:1601px){.stackable__courses--intro{width:100%}}.stackable__courses--filter-list{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;--checkbox-colour:var(--color--charcoal)}.stackable__courses--filter-list input[type=checkbox]{width:0;height:0;margin:0;padding:0;visibility:hidden;display:none;-webkit-appearance:none;appearance:none}.stackable__courses--filter-list input[type=checkbox]+label{padding:0;padding-inline-start:calc(var(--checkbox-size) + var(--checkbox-space-with-label));font-size:inherit;font-weight:400;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto;position:relative;isolation:isolate}.stackable__courses--filter-list input[type=checkbox]+label:after,.stackable__courses--filter-list input[type=checkbox]+label:before{all:unset;content:""!important;font-family:unset!important;font-size:unset!important;line-height:unset!important;display:inline-block;vertical-align:middle;box-sizing:border-box;margin:0;padding:0;content:"";display:flex;position:absolute;top:0;left:3px}.stackable__courses--filter-list input[type=checkbox]+label:before{width:calc(var(--checkbox-size));height:calc(var(--checkbox-size));border:var(--checkbox-border-width) solid var(--checkbox-colour);border-radius:3px}.stackable__courses--filter-list input[type=checkbox]+label:after{width:calc(var(--checkbox-size) - 5px);height:5px;border:0;background:none;border-bottom:2px solid var(--checkbox-icon-colour);border-left:2px solid var(--checkbox-icon-colour);opacity:0;rotate:-45deg;scale:0;transform-origin:center center;transition:transform .1s ease,opacity .1s ease;will-change:transform;top:calc((var(--checkbox-size) / 2) - 4px);left:calc((var(--checkbox-size) / 2) - 4px)}.stackable__courses--filter-list input[type=checkbox]:checked+label{--checkbox-border-width:2px;--checkbox-icon-colour:var(--checkbox-colour)}.stackable__courses--filter-list input[type=checkbox]:checked+label:after{opacity:1;rotate:-45deg;scale:1}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-primary]+label{--checkbox-colour:var(--color--primary)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-primary-hover]+label{--checkbox-colour:var(--color--primary-hover)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-primary-hover-light]+label{--checkbox-colour:var(--color--primary-hover-light)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-secondary]+label{--checkbox-colour:var(--color--secondary)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-tertiary]+label{--checkbox-colour:var(--color--tertiary)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-yellow]+label{--checkbox-colour:var(--color--yellow)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-orange]+label{--checkbox-colour:var(--color--orange)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-orange-dark]+label{--checkbox-colour:var(--color--orange-dark)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-magenta]+label{--checkbox-colour:var(--color--magenta)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-pink]+label{--checkbox-colour:var(--color--pink)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-teal]+label{--checkbox-colour:var(--color--teal)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-blue]+label{--checkbox-colour:var(--color--blue)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-green]+label{--checkbox-colour:var(--color--green)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-turquoise]+label{--checkbox-colour:var(--color--turquoise)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-turquoise-light]+label{--checkbox-colour:var(--color--turquoise-light)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-lt-turquoise]+label{--checkbox-colour:var(--color--lt-turquoise)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-turquoise-light-hover]+label{--checkbox-colour:var(--color--turquoise-light-hover)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-turquoise-dark]+label{--checkbox-colour:var(--color--turquoise-dark)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey]+label{--checkbox-colour:var(--color--grey)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-17]+label{--checkbox-colour:var(--color--grey-17)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-18]+label{--checkbox-colour:var(--color--grey-18)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-med]+label{--checkbox-colour:var(--color--grey-med)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-medium]+label{--checkbox-colour:var(--color--grey-medium)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-light]+label{--checkbox-colour:var(--color--grey-light)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-med-light]+label{--checkbox-colour:var(--color--grey-med-light)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-dark]+label{--checkbox-colour:var(--color--grey-dark)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-grey-blue]+label{--checkbox-colour:var(--color--grey-blue)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-charcoal]+label{--checkbox-colour:var(--color--charcoal)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-charcoal-light]+label{--checkbox-colour:var(--color--charcoal-light)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-charcoal-dark]+label{--checkbox-colour:var(--color--charcoal-dark)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-black]+label{--checkbox-colour:var(--color--black)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-white]+label{--checkbox-colour:var(--color--white)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-disabled]+label{--checkbox-colour:var(--color--disabled)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-error]+label{--checkbox-colour:var(--color--error)}.stackable__courses--filter-list input[type=checkbox][class*=checkbox-required]+label{--checkbox-colour:var(--color--required)}.stackable__courses--filter-list input[type=checkbox]+label:before{top:1px!important}.stackable__courses--filter-list input[type=checkbox]+label:after{top:calc((var(--checkbox-size) / 2) - 3px)!important}.stackable__courses--filter-list li{--stackable-list-padding-left:3rem;flex:0 0 auto;width:auto;margin:0;padding:0 0 0 12px;display:flex;flex-direction:row;background-image:unset}.stackable__courses--filter.module__content-panel--text{width:100%!important}@media screen and (min-width:1601px){.stackable__courses--filter.module__content-panel--text{width:83.33333333%!important}}.stackable__courses--filter .module__accordion{margin-top:40px}.stackable__courses--filter .module__accordion--title{font-size:1.5rem;padding:0 0 0 40px;height:60px;background-color:#c74298;border-radius:30px;display:flex;align-items:center;z-index:5}.stackable__courses--filter .module__accordion--title .accordion__toggle{top:50%;right:10px;transform:translateY(-51%);background-color:#fff!important}.stackable__courses--filter .module__accordion--title .accordion__toggle--icon:after,.stackable__courses--filter .module__accordion--title .accordion__toggle--icon:before{background-color:#c74298}.stackable__courses--filter .module__accordion--title .accordion__toggle--icon:after{border-right:none!important}html:not(.ie8) .stackable__courses--filter .module__accordion--active.module__accordion--title,html:not(.ie8) .stackable__courses--filter .module__accordion--active.module__accordion--title *{color:#fff;outline:0}html:not(.ie8) .stackable__courses--filter .module__accordion--active.module__accordion--title>.accordion__toggle{background-color:#fff!important}.stackable__courses--filter .module__accordion--content{width:100%;min-height:6rem;margin:-6rem 0 0;padding-top:6rem;padding-bottom:0;border-radius:3rem;position:relative;top:0;left:0;right:0;overflow:hidden;color:#363635;--tab-strip-bg-color:#ebebeb;--tab-border-color:#ccc}.stackable__courses--filter .module__accordion--content:before{content:"";position:absolute;top:0;left:0;display:block;z-index:-1;width:100%;height:7rem;background-color:var(--tab-strip-bg-color);display:none}.stackable__courses--filter .module__accordion--content:after{content:"";position:absolute;top:0;left:0;display:block;z-index:-2;width:100%;height:100%;background-color:#fff}.stackable__courses--filter .module__accordion--content .accordion_content--wrapper{display:flex;flex-direction:column;gap:4rem;align-items:center;padding:4rem}@media screen and (min-width:741px) and (max-width:980px){.stackable__courses--filter .module__accordion--content .accordion_content--wrapper{padding:4rem 2rem}}.stackable__courses--filter .module__accordion--content .accordion_content--filters{display:grid;grid-template-columns:repeat(3,1fr);max-width:922px}@media screen and (min-width:1201px) and (max-width:1600px){.stackable__courses--filter .module__accordion--content .accordion_content--filters{max-width:786px}}@media screen and (max-width:1200px){.stackable__courses--filter .module__accordion--content .accordion_content--filters{max-width:100%}}@media screen and (max-width:740px){.stackable__courses--filter .module__accordion--content .accordion_content--filters{grid-template-columns:repeat(1,1fr)}}.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col{display:flex;flex-direction:column;padding-inline:2rem;border-right:1px solid #8a8a8a}@media screen and (max-width:740px){.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col{padding:0;border-right:none;border-bottom:1px solid #8a8a8a;padding-block:8px}}.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col:first-child{padding-left:0}@media screen and (max-width:740px){.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col:first-child{padding-top:0}}.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col:last-child{border-right:none!important;padding-right:0}@media screen and (max-width:740px){.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col:last-child{border-bottom:none!important;padding-bottom:0}}.stackable__courses--filter .module__accordion--content .accordion_content--filters .filters-col h4{margin-bottom:0}.stackable__courses--filter .module__accordion--wrapper{border:none!important}.stackable__courses--filter-bar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.stackable__courses--filter-bar .button,.stackable__courses--filter-bar button{min-width:267px;padding-block:12px}.stackable__courses--filter-bar button[type=submit]{order:-1}.stackable__courses--filter-bar button[type=reset]{order:99999}@media screen and (min-width:741px){.stackable__courses--filter-bar{flex-direction:row}}.stackable__courses--filter [class~=tabbed-content]{--tab-gap:2rem;--tab-strip-bg-color:#ebebeb;--tab-border-color:#ccc;--tab-text-color:#000;--tab-text-weight:600;--tab-text-family:"Open Sans",Arial,sans-serif;--tab-active-tab-text-color:#ac3382;--tab-active-tab-text-weight:600;--tab-active-tab-text-family:"Open Sans Bold",Arial,sans-serif}.stackable__courses--filter [class~=tabbed-content] ul.tabs{flex-direction:row;flex-wrap:nowrap}.stackable__courses--filter [class~=tabbed-content] ul.tabs li{flex-basis:49%;min-width:49%}.stackable__courses--filter [class~=tabbed-content] ul.tabs li+li:before{width:2px}.stackable__courses--filter [class~=tabbed-content] ul.tabs a,.stackable__courses--filter [class~=tabbed-content] ul.tabs span{padding-block:2.5rem;text-decoration:underline}.stackable__courses--filter [class~=tabbed-content] .tab-content{padding-block:5rem}@media screen and (max-width:740px){.stackable__courses--filter [class~=tabbed-content] .tabbed-content{padding-block:3.2rem}}.stackable__courses--data{margin-left:0!important;width:100%!important;float:left;margin-top:50px}@media screen and (min-width:1601px){.stackable__courses--data{width:83.33333333%!important;margin-left:8.33333333%!important}}.stackable__courses--data:after{content:""!important}.stackable__courses--data-toolbar{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:20px}.stackable__courses--data-count{position:relative}.stackable__courses--data-count .course-count{font-weight:600}.stackable__courses--data table{background-color:#363635;margin-bottom:0}.stackable__courses--data table thead{display:none}.stackable__courses--data table tbody tr{display:block;margin-bottom:30px;border-bottom:none}.stackable__courses--data table tbody tr:last-child{border-bottom:none}.stackable__courses--data table tbody td{padding:0!important}@media screen and (max-width:740px){.stackable__courses--data .dataTables_wrapper .dataTables_paginate{text-align:right;margin-top:-20px}}.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.next,.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.previous{background-color:#c74298}.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{background-color:#8a2e6a!important}.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{background-color:#aaa!important}.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.previous{margin-right:20px}.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before{background-image:none;content:"\e922";font-family:icomoon!important;position:absolute;color:#fff;font-size:2rem;top:-3px;left:-2px}.stackable__courses--data .dataTables_wrapper .dataTables_paginate .paginate_button.next:before{background-image:none;content:"\e937";font-family:icomoon!important;position:absolute;color:#fff;font-size:2rem;top:-5px;left:3px}.stackable__courses--data-course{display:flex;flex-direction:row;min-height:250px;text-decoration:none!important}@media screen and (max-width:740px){.stackable__courses--data-course{flex-direction:column}}.stackable__courses--data-course:hover{text-decoration:none!important}.stackable__courses--data-course-image{min-width:278px;background-size:cover;background-repeat:no-repeat}@media screen and (max-width:740px){.stackable__courses--data-course-image{height:200px;width:100%;min-width:100%;background-position:50%}}@media screen and (min-width:741px) and (max-width:980px){.stackable__courses--data-course-image{min-width:250px}}.stackable__courses--data-course-content{flex-grow:1}.stackable__courses--data-course-content .course-content-detail{display:flex;flex-direction:column;padding:40px 80px 0 30px;color:#000}@media screen and (max-width:740px){.stackable__courses--data-course-content .course-content-detail{padding:40px 20px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__courses--data-course-content .course-content-detail{padding:20px 40px 0 18px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__courses--data-course-content .course-content-detail{padding-top:30px}}.stackable__courses--data-course-content .course-content-detail-tag{color:#c74298;text-transform:uppercase;font-size:1.3rem;font-weight:600;letter-spacing:.78px;margin-bottom:10px}.stackable__courses--data-course-content .course-content-detail-title h3{margin-bottom:10px}.stackable__courses--data-course-content .course-content-detail-summary{display:flex;flex-direction:row;font-size:1.3rem;font-weight:600;margin-top:20px}.stackable__courses--data-course-content .course-content-detail-summary>*{display:flex;align-items:center}.stackable__courses--data-course-content .course-content-detail-summary .icon{font-size:2.4rem;margin-right:10px}.stackable__courses--data-course-content .course-content-detail-summary-date{margin-right:40px}.stackable__industry .module__content-panel--text{width:100%!important}@media screen and (min-width:1601px){.stackable__industry .module__content-panel--text{width:83%!important}}.stackable__industry-images{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:740px){.stackable__industry-images{flex-wrap:wrap;justify-content:center}}@media screen and (min-width:741px) and (max-width:980px){.stackable__industry-images{flex-wrap:wrap;justify-content:unset}}@media screen and (max-width:740px){.stackable__industry-images-image{margin-right:25px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__industry-images-image{width:50%;display:flex;align-content:center;margin-bottom:20px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__industry-images-image{max-width:25%;display:flex;align-content:center}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__industry-images-image img{width:100%}}.stackable__industry-divider{display:flex;justify-content:center;margin-top:80px}@media screen and (min-width:741px) and (max-width:980px){.stackable__industry-divider{margin-top:60px}}.stackable__industry-divider svg{width:60px}.stackable__testimonial{padding-bottom:40px}.stackable__testimonial .module__testimonial{max-height:486px}@media screen and (max-width:740px){.stackable__testimonial .module__testimonial{max-height:unset}}@media screen and (min-width:1601px){.stackable__testimonial .module__testimonial{height:486px}}.stackable__testimonial.background--transparent{background-color:transparent!important;color:#363635}.stackable__testimonial.background--charcoal{color:#fff}@media screen and (max-width:740px){.stackable__testimonial .module__testimonial--right-layout{flex-direction:column}}@media screen and (min-width:1601px){.stackable__testimonial .module__testimonial--right-layout .module__testimonial--image{margin-right:8.33333333%}}@media screen and (min-width:1201px) and (max-width:1600px){.stackable__testimonial .module__testimonial--right-layout .module__testimonial--image{margin-right:0}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__testimonial .module__testimonial--right-layout .module__testimonial--image{margin-right:16px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial .module__testimonial--right-layout .module__testimonial--image{margin-right:8px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial .module__testimonial--right-layout .module__testimonial--content-wrapper{margin-left:0}}.stackable__testimonial .module__testimonial--image{margin-left:0!important;border-radius:0;width:442px;height:430px;border-radius:0!important}@media screen and (max-width:350px){.stackable__testimonial .module__testimonial--image{min-height:282px!important}}@media screen and (max-width:740px){.stackable__testimonial .module__testimonial--image{width:100%;height:100%;min-height:372px;background-size:contain}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial .module__testimonial--image{width:339px;height:331px;margin-left:7px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__testimonial .module__testimonial--image{margin-left:14px!important;width:380px;height:370px}}@media screen and (min-width:1601px){.stackable__testimonial .module__testimonial--image{margin-left:8.33333333%!important;width:500px;height:486px}}.stackable__testimonial .module__testimonial-text--text{padding:0;height:430px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:740px){.stackable__testimonial .module__testimonial-text--text{height:auto;margin-top:10px;padding-left:8px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial .module__testimonial-text--text{height:331px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__testimonial .module__testimonial-text--text{height:370px}}@media screen and (min-width:1601px){.stackable__testimonial .module__testimonial-text--text{height:486px}}.stackable__testimonial .module__testimonial--content-wrapper{height:430px}@media screen and (max-width:740px){.stackable__testimonial .module__testimonial--content-wrapper{height:auto;margin-top:30px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial .module__testimonial--content-wrapper{margin-left:50%;width:50%;height:331px}}.stackable__testimonial-small .module__testimonial{height:auto}.stackable__testimonial-small.background--transparent{margin-top:40px!important;padding-bottom:0;margin-bottom:40px}.stackable__testimonial-small .module__testimonial--content-wrapper{height:auto}.stackable__testimonial-small .module__testimonial--left-layout .module__testimonial--image{width:442px;height:430px;margin-left:16.66666667%!important}@media screen and (min-width:1201px) and (max-width:1600px){.stackable__testimonial-small .module__testimonial--left-layout .module__testimonial--image{width:380px;height:370px;margin-left:10%!important}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__testimonial-small .module__testimonial--left-layout .module__testimonial--image{width:300px;height:290px;left:15px;margin-left:10%!important}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial-small .module__testimonial--left-layout .module__testimonial--image{width:339px;height:331px;margin-left:8px!important}}@media screen and (max-width:740px){.stackable__testimonial-small .module__testimonial--left-layout .module__testimonial--image{width:100%;height:100%;min-height:372px;background-size:contain;margin-left:0!important}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial-small .module__testimonial--left-layout .module__testimonial--content-wrapper{margin-left:50%}}.stackable__testimonial-small .module__testimonial--right-layout .module__testimonial--image{margin-right:16.66666667%;width:442px;height:430px}@media screen and (min-width:1201px) and (max-width:1600px){.stackable__testimonial-small .module__testimonial--right-layout .module__testimonial--image{width:380px;height:370px;margin-right:10%}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__testimonial-small .module__testimonial--right-layout .module__testimonial--image{width:300px;height:290px;right:15px;margin-right:10%}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial-small .module__testimonial--right-layout .module__testimonial--image{width:339px;height:331px;margin-right:8px}}@media screen and (max-width:740px){.stackable__testimonial-small .module__testimonial--right-layout .module__testimonial--image{width:100%;height:100%;min-height:372px;background-size:contain}}.stackable__testimonial-small .module__testimonial-text--text{height:430px}@media screen and (min-width:981px) and (max-width:1600px){.stackable__testimonial-small .module__testimonial-text--text{height:370px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__testimonial-small .module__testimonial-text--text{justify-content:flex-start;height:340px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__testimonial-small .module__testimonial-text--text{height:330px}}@media screen and (max-width:740px){.stackable__testimonial-small .module__testimonial-text--text{height:auto;margin-top:10px;padding-left:8px}}.stackable__news{padding-bottom:80px}@media screen and (max-width:740px){.stackable__news{margin-top:40px}}.stackable__news h2{margin-bottom:0}.stackable__news .module__marketing-content--2-up--content-wrapper{display:flex;flex-direction:column}@media screen and (max-width:740px){.stackable__news .module__marketing-content--2-up--content-wrapper{padding-right:0!important}}.stackable__news--tile-content{background-color:#fff;color:#000;padding:40px;flex-grow:1;min-height:240px}@media screen and (max-width:740px){.stackable__news--tile-content{padding:30px 20px}}.stackable__proofpoint svg{height:66px;width:85px;background-color:#363635;position:absolute;left:50%;transform:translateX(-50%);margin-top:-41px;padding:0 15px;z-index:3}.stackable__proofpoint-content{width:100%!important;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:80px 0!important;display:flex;justify-content:center}.stackable__proofpoint-content-heading{width:60%;margin-left:20%}.stackable__proofpoint-content-heading h2:after{width:50px;height:3px;background-color:#ffd923;content:"";display:block;margin-bottom:40px;border-radius:1.5rem;position:absolute;left:50%;transform:translateX(-50%);margin-top:30px}.stackable__proofpoint-content-text{width:80%;text-align:center;margin-left:10%;margin-top:60px}.stackable__contact{padding:20px 0 40px}@media screen and (min-width:741px) and (max-width:980px){.stackable__contact{padding:0}}.stackable__contact .module__content-panel--text{width:100%!important}@media screen and (min-width:1601px){.stackable__contact .module__content-panel--text{width:83.33333333%!important}}.stackable__contact--detail{display:flex;flex-direction:row;justify-content:space-between;min-height:230px}@media screen and (max-width:740px){.stackable__contact--detail{flex-direction:column;justify-content:flex-start}}@media screen and (min-width:741px) and (max-width:980px){.stackable__contact--detail{min-height:250px}}@media screen and (min-width:981px){.stackable__contact--detail{margin-top:40px}}.stackable__contact--detail-item{max-width:270px;display:flex;flex-direction:column}@media screen and (max-width:740px){.stackable__contact--detail-item:first-of-type{margin-top:20px}}@media screen and (max-width:740px){.stackable__contact--detail-item{max-width:100%;margin-top:40px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__contact--detail-item{max-width:221px}}@media screen and (min-width:981px) and (max-width:1200px){.stackable__contact--detail-item{max-width:240px}}@media screen and (max-width:740px){.stackable__contact--detail-item-stack{display:flex;flex-direction:row}}@media screen and (max-width:740px){.stackable__contact--detail-item-stack-content{margin-left:20px;display:flex;flex-direction:column;margin-bottom:30px}}@media screen and (min-width:741px) and (max-width:980px){.stackable__contact--detail-item-stack-content{margin-top:20px}}@media screen and (min-width:981px){.stackable__contact--detail-item-stack-content{margin-top:30px}}.stackable__contact--detail-item p+p{margin-top:15px}.stackable__contact--detail-item .icon{font-size:3rem;color:#ffd923;border:1.5px solid #ffd923;border-radius:50%;padding:8px;width:50px;height:50px}.stackable__contact--detail-item .icon.icon-Stackhelp{font-size:3.2rem}.stackable__contact--detail-item-header{font-weight:600}.stackable__contact--detail-item a,.stackable__contact--detail-item button{margin-top:auto}@media screen and (min-width:741px) and (max-width:980px){.stackable__contact--detail-item a,.stackable__contact--detail-item button{min-width:210px;padding:16px 25px 18px}}.stackable__contact--detail-item a.desktop,.stackable__contact--detail-item button.desktop{display:block}@media screen and (max-width:980px){.stackable__contact--detail-item a.desktop,.stackable__contact--detail-item button.desktop{display:none}}.stackable__contact--detail-item a.mobile,.stackable__contact--detail-item button.mobile{display:none}@media screen and (max-width:980px){.stackable__contact--detail-item a.mobile,.stackable__contact--detail-item button.mobile{display:block}}.stackable__contact--detail-item button{font-family:Open Sans}.stackable__contact--product{padding-bottom:60px!important}.stackable__contact--product .stackable__contact--detail{margin-top:0;min-height:180px}@media screen and (min-width:741px) and (max-width:980px){.stackable__contact--product .stackable__contact--detail{min-height:220px}}.stackable__contact--product .stackable__contact--detail-item-stack-content{margin-top:10px}@media screen and (max-width:740px){.stackable__contact--product .stackable__contact--detail-item-stack-content{margin-left:0}}.stackable__contact--product .module__content-panel--text{margin-left:0;padding:0;margin-top:10px!important}@media screen and (min-width:1601px){.stackable__contact--product .module__content-panel--text{margin-left:8.33333333%!important;width:83.33333333%!important}}.stackable__lead-gate .module__content-panel--text--full-width{margin-left:0;width:100%;padding:0}@media screen and (max-width:740px){.stackable__lead-gate .module__content-panel--text--full-width{margin-top:-150px}}.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner{align-items:unset;justify-content:unset}.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner>*{flex-basis:unset}.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--image{width:40%;padding-right:16px}@media screen and (max-width:740px){.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--image{width:100%}}@media screen and (min-width:1601px){.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--image{margin-left:8.33333333%;width:28%;padding-right:8px}}.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--content{width:60%;padding-left:8px;margin-left:0}@media screen and (max-width:740px){.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--content{width:100%;padding-left:0}}@media screen and (min-width:1601px){.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--content{margin-left:8px;width:58%}}.stackable__lead-gate .module__content-panel--text--full-width .module__lead-gate--inner .module__lead-gate--content p+.button{margin-top:30px}.stackable__lead-gate .module__lead-gate--content{color:#fff}.stackable__footnote .module__content-panel--text{margin-left:0!important}@media screen and (min-width:1601px){.stackable__footnote .module__content-panel--text{margin-left:8.33333333%!important}}.stackable__footnote.footnote--wrapper{color:#fff;background-color:#5a5a5a;margin-top:0;margin-bottom:0}.stackable__footnote.footnote--wrapper .module__accordion--title .accordion__toggle{background:#c74298!important;width:2.8rem;height:2.8rem}.stackable__footnote.footnote--wrapper .module__accordion--title .accordion__toggle--icon{top:.8rem;left:1.2rem}.stackable__footnote.footnote--wrapper .module__accordion--title.module__accordion--active{color:#fff}.stackable__footnote.footnote--wrapper .module__accordion--title.module__accordion--active .accordion__toggle{background:#c74298!important}#mktoForm_5045 .inputContainer label.error{top:40px}#mktoForm_5045 select+label.error{top:65px!important}#mktoForm_5045 select.filled+label.error{display:none!important}#mktoForm_5045 .sq-form-question-answer select{margin-top:30px}#mktoForm_leadap_5042 select.filled+label.error{display:none!important}#mktoForm_leadap_5042 select+label.error{top:65px!important}@media screen and (max-width:980px){#mktoForm_leadap_5042 .agree--small{margin-bottom:0}}.module__need-help.mkt-enquiry-form--course{padding:0}.module__need-help.mkt-enquiry-form--course .module__content-panel--text--full-width{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:2rem}.module__need-help.mkt-enquiry-form--course .module__content-panel--text--full-width:after,.module__need-help.mkt-enquiry-form--course .module__content-panel--text--full-width:before{content:unset}.module__need-help.mkt-enquiry-form--course .mkt-enquiry-form--course__header,.module__need-help.mkt-enquiry-form--course .mkt-enquiry-form--cta-wrapper{flex:0 1 auto}.module__need-help.mkt-enquiry-form--course .mkt-enquiry-form--cta-wrapper{flex-basis:10%}.module__need-help.mkt-enquiry-form--input{margin-bottom:3%;margin-top:0;padding-top:2%}.module__need-help .mkt-enquiry-form--course__accordion-control{flex-grow:1;text-align:right}.module__need-help .mkt-enquiry-form--course__accordion-control--button{margin:0}.module__need-help .mkt-enquiry-form--course__accordion-control--button .icon{transform:rotate(90deg) scale(1.5);transition:transform .3s ease-in-out;display:inline-block;position:relative}.module__need-help .mkt-enquiry-form--course__accordion-control--button[class*=active] .icon{transform:rotate(-90deg) scale(1.5)}.module__need-help .mkt-enquiry-form--course__accordion-control--button-text{padding-right:1.5rem;display:none}.module__need-help .form-full,.module__need-help .form-half{width:100%}.module__need-help .form-full,.module__need-help .form-half{margin:0;padding:0}.module__need-help label{width:100%;padding-left:0;font-weight:var(--font--semibold,600);color:var(--color--black,#000)}.module__need-help input,.module__need-help label,.module__need-help select,.module__need-help textarea{background-color:transparent}.module__need-help select,.module__need-help textarea{width:100%;padding:1em 0;border:0;border-bottom:1px solid gray}.module__need-help .form-label{position:absolute;left:0;top:10px;z-index:10;transition:transform .15s ease-out,font-size .15s ease-out}.module__need-help .form-label .error{margin:0;padding:0;position:absolute;top:120%}.module__need-help .form-input{padding:12px 0 5px}.module__need-help .focused .form-label{transform:translateY(-125%);font-size:.75em}.module__need-help .focused .form-label .error{position:absolute;top:245%}.module__need-help .opt-in{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;align-content:flex-end;align-items:flex-end;gap:2rem}.module__need-help .opt-in,.module__need-help .opt-in p{text-align:left}.module__need-help .opt-in .disclaimer{width:100%;margin:0;padding:0}.module__need-help .required:before{content:"* ";color:#d0021b}.module__need-help .error{color:#d0021b;font-weight:400}.module__need-help .loadersmall{width:3rem;height:3rem;margin-left:0;display:inline-block;text-align:left;border:5px solid #f3f3f3;border-top-color:#555;border-radius:50%;position:absolute;left:1rem;top:.9rem;animation:spin 1s linear infinite}.module__need-help .button--enquiry.submit-disabled{background-color:#e1e1e1!important;color:#0c8573!important}.module__need-help #course-enquiry-form{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3.5rem}.module__need-help #course-enquiry-form .form-full,.module__need-help #course-enquiry-form .opt-in{flex-shrink:0;flex-grow:1;flex-basis:100%}.module__need-help #course-enquiry-form .mkt-enquiry-form--cta-wrapper{width:100%;margin:0;padding:0}.module__need-help #course-enquiry-form .mkt-enquiry-form--cta-wrapper>*{min-width:unset;width:100%}.module__need-help #Lead_Type__c:first-child{font-weight:var(--font--semibold,600);color:var(--color--black,#000)}.module__need-help .module__content-panel--wrapper{padding:1.25em}.module__content-panel--wrapper .module__need-help .module__content-panel--wrapper .module__content-panel--text--full-width{margin-left:auto;margin-right:auto}@media screen and (min-width:741px){.module__need-help .form-half{flex-shrink:0;flex-grow:2;flex-basis:40%}.module__need-help .opt-in,.module__need-help .opt-in p{text-align:right}.module__need-help .mkt-enquiry-form--course__accordion-control--button-text{display:inline-block}.module__need-help.mkt-enquiry-form--course .mkt-enquiry-form--course__header{flex:0 2 70%}.module__need-help.mkt-enquiry-form--course .mkt-enquiry-form--cta-wrapper{flex:0 1 25%}.module__need-help #course-enquiry-form{flex-direction:row}.module__need-help #course-enquiry-form .mkt-enquiry-form--cta-wrapper{width:45%}}@media screen and (max-width:740px){.module__need-help .mkt-enquiry-form--course__accordion-control--button{min-width:unset;width:auto}}div[data-video],figure[data-video],img[data-video],picture[data-video]{width:100%;height:auto;margin:0;padding:0;object-fit:cover;aspect-ratio:16/9;vertical-align:middle;display:block;position:relative;z-index:1}div[data-video],div[data-video] img,figure[data-video],figure[data-video] img,img[data-video],img[data-video] img,picture[data-video],picture[data-video] img{width:100%;height:auto;margin:0;padding:0;object-fit:cover;aspect-ratio:16/9;vertical-align:middle;display:block;position:relative;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none}div[data-video]:hover .module__media--bigplaybutton,figure[data-video]:hover .module__media--bigplaybutton,img[data-video]:hover .module__media--bigplaybutton,picture[data-video]:hover .module__media--bigplaybutton{visibility:visible;opacity:1;transition:opacity .3s ease-in}div+.youtube-player-container,figure+.youtube-player-container,img+.youtube-player-container,picture+.youtube-player-container{width:100%!important;height:100%!important;z-index:0;position:absolute!important;inset:0!important;top:0!important;bottom:0!important;left:0!important;right:0!important}video{touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none}.module__media--image,.module__media--video{width:100%;height:100%;margin:0;padding:0;object-fit:contain;aspect-ratio:16/9;vertical-align:middle;position:relative;display:inline-block}.module__media--audio,.module__media--content,.module__media--title{position:relative}.module__media--cta{margin:4rem 0 0}.module__media--player{all:unset;width:100%;height:100%;object-fit:contain;aspect-ratio:16/9;vertical-align:middle;display:inline-block}.module__media--bigplaybutton{position:absolute;top:unset;bottom:2rem;left:2rem;right:unset;cursor:pointer;visibility:hidden;opacity:0;transition:opacity .3s ease-in}.module__media--bigplaybutton--label{all:unset;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.5rem}.module__media--bigplaybutton--label-text{position:relative}.module__media--bigplaybutton--label-duration{position:relative;font-size:.8em}.module__media--bigplaybutton--label-duration:before{content:"("}.module__media--bigplaybutton--label-duration:after{content:")"}.module__media--bigplaybutton--center{position:absolute;top:50%;bottom:unset;left:50%;right:unset;transform:translate(-50%,-50%)}.module__media--bigplaybutton--no-text .module__media--bigplaybutton--label{display:none}.module__multi-testimonial--image{width:3.6rem}.module__multi-testimonial--quote:before{content:"\2018";margin-right:1px}.module__multi-testimonial--quote:after{content:"\2019";margin-left:1px}.module__multi-testimonial--attribution{font-style:italic;margin-top:20px}@media screen and (max-width:740px){.module__multi-testimonial--attribution{margin-top:8px}}.module__multi-testimonial--attribution:before{content:"\2013";margin-right:5px}@media screen and (max-width:740px){.module__multi-testimonial .module__content-panel--3-col .module__content-panel--col{margin-bottom:0}}.module__course-search-header{margin-block:0 2rem}.module__course-search-header--heading{margin-top:40px}.module__course-search-header--summary{margin-top:40px;margin-bottom:20px}.module__course-search-results{margin-top:30px}.module__course-search-results--filter{padding:10px 10px 20px;z-index:50}@media screen and (max-width:980px){.module__course-search-results--filter{border-bottom:1px solid #363635}}@media screen and (max-width:980px){.module__course-search-results--filter:before{left:-100%;width:101%}}@media screen and (max-width:980px){.module__course-search-results--filter:after,.module__course-search-results--filter:before{content:" ";background-color:#e1e1e1;position:absolute;display:block;height:100%;top:0;border-bottom:1px solid #363635}.module__course-search-results--filter:after{right:0;width:calc((100vw - 100%)/2);transform:translateX(100%)}}.module__course-search-results--filter.sticky{position:sticky}@media screen and (min-width:741px) and (max-width:980px){.module__course-search-results--filter.sticky{top:71px}}@media screen and (max-width:740px){.module__course-search-results--filter.sticky{top:51px}}.module__course-search-results--filter .search--filter-form .form-input-close,.module__course-search-results--filter .search--filter-form .form-input label{display:none}.module__course-search-results--filter .search--filter-form .form-input-wrapper{display:flex;flex-direction:row;width:100%;height:50px}.module__course-search-results--filter .search--filter-form .form-input-wrapper input{padding:0 55px 0 25px;border-radius:25px;border-bottom:none}.module__course-search-results--filter .search--filter-form .form-input-wrapper button{width:50px;height:49px;color:var(--color-charcoal,#363635);background-color:var(--color-white,#fff);align-self:center;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:25px}.module__course-search-results--filter .search--filter-form .form-input-wrapper button svg{transform:scale(.7);position:relative;top:3px;right:5px}.module__course-search-results--filter .search--filter-form .form-queries{margin-top:12px}.module__course-search-results--filter .search--filter-form .form-queries-expand{display:flex;justify-content:center;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}@media screen and (max-width:740px){.module__course-search-results--filter .search--filter-form .form-queries-expand p{margin-bottom:0}}.module__course-search-results--filter .search--filter-form .form-queries-expand a{text-decoration:none;font-size:12px}.module__course-search-results--filter .search--filter-form .form-queries-expand a i{color:#363635;font-weight:600;display:inline-block;transform:rotate(90deg);transition:transform .3s ease-in-out;margin-right:6px}.module__course-search-results--filter .search--filter-form .form-queries-expand.open a i{transform:rotate(-90deg);transition:transform .3s ease-in-out}.module__course-search-results--filter .search--filter-form .form-queries-wrapper{display:flex;flex-direction:row;display:none}.module__course-search-results--filter .search--filter-form .form-queries-generic{flex:1;display:flex;flex-direction:row;flex-wrap:wrap}.module__course-search-results--filter .search--filter-form .form-queries-generic>div{margin-left:40px}.module__course-search-results--filter .search--filter-form .form-queries-generic .elipsis{margin-left:20px}.module__course-search-results--filter .search--filter-form .form-queries-generic .styled__checkbox{cursor:auto;margin-top:0}.module__course-search-results--filter .search--filter-form .form-queries-stutype{margin-right:20px;justify-content:flex-end;display:flex;margin:0 20px}.module__course-search-results--filter .search--filter-form .form-filters{margin-top:20px;display:none}.module__course-search-results--filter .search--filter-form .form-filters-stutype{display:flex;flex-direction:row;justify-content:flex-end}.module__course-search-results--filter .search--filter-form .form-filters-stutype label{background-color:#fff;color:#363635;border:1px solid #363635;height:44px;align-items:center;display:flex;flex-direction:row;cursor:pointer}@media screen and (max-width:740px){.module__course-search-results--filter .search--filter-form .form-filters-stutype label{width:50%;justify-content:center}}.module__course-search-results--filter .search--filter-form .form-filters-stutype label:first-of-type{border-top-left-radius:22px;border-bottom-left-radius:22px;padding:0 10px 0 20px}.module__course-search-results--filter .search--filter-form .form-filters-stutype label:last-of-type{border-top-right-radius:22px;border-bottom-right-radius:22px;padding:0 20px 0 10px}.module__course-search-results--filter .search--filter-form .form-filters-stutype label span{display:inline-block;border:1px solid #363635;height:14px;width:14px;border-radius:50%;align-self:center;margin-right:4px;position:relative}.module__course-search-results--filter .search--filter-form .form-filters-stutype input:checked+label{background-color:#363635!important;color:#fff!important}.module__course-search-results--filter .search--filter-form .form-filters-stutype input:checked+label span{border:1px solid #fff}.module__course-search-results--filter .search--filter-form .form-filters-stutype input:checked+label span:before{content:"";height:7px;width:7px;border-radius:50%;background-color:#fff;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.module__course-search-results--filter .search--filter-form .form-filters-advanced{display:flex;flex-direction:column}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper{display:flex;flex-direction:row;padding:0 20px 10px}@media screen and (max-width:740px){.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper{flex-direction:column}}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div{width:50%}@media screen and (max-width:740px){.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div{width:100%}}@media screen and (max-width:740px){.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div:first-of-type{margin-bottom:20px}}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div{margin-bottom:16px;display:flex;flex-direction:row;align-items:center;padding-left:16px}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div:last-of-type{margin-bottom:0}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox{margin-top:0;width:19px;background-position:-200px 0}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox.focus,.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox.hover{background-position:-200px 0}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox.checked{background-position:-220px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/767742/styled-inputs@2x.png?v=0.1.3);background-size:239px 20px}}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div.atar_container{display:flex;flex-direction:row;align-items:center}.module__course-search-results--filter .search--filter-form .form-filters-advanced-wrapper>div>div.atar_container input[type=number]{padding:0 0 0 10px;width:100px;margin-left:10px;background-color:transparent}.module__course-search-results--filter .search--filter-form .form-filters-advanced-buttons{display:flex;flex-direction:row;justify-content:center}.module__course-search-results--filter .search--filter-form .form-filters-advanced-buttons button:first-of-type{margin-right:12px}.module__course-search-results--filter .search--filter-form .form-filters-advanced-buttons button[type=reset]:focus,.module__course-search-results--filter .search--filter-form .form-filters-advanced-buttons button[type=reset]:hover{border:1px solid #363635!important}.module__course-search-results--list{margin-top:40px;position:relative}.module__course-search-results--list-cards{display:grid;row-gap:25px;column-gap:20px;grid-template-columns:1fr 1fr}@media screen and (max-width:980px){.module__course-search-results--list-cards{grid-template-columns:1fr;grid-auto-rows:auto}}.module__course-search-results--list.loading:before{border:10px solid #f3f3f3;animation:1s linear infinite spin;border-top:10px solid #555;border-radius:50%;width:100px;height:100px;position:fixed;bottom:50%;left:48%;z-index:1;content:" ";transform:translate(-50%,-50%)}.module__course-search-results--list.loading:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.7)}.module__course-search-results--list .results--list-back-to-top{position:sticky;top:350px;right:0;display:flex;width:100%;justify-content:flex-end;height:0}.module__course-search-results--list .results--list-back-to-top a{transform:translateX(200%)}.module__course-search-results--list-card{border:1px solid #8a8a8a;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.module__course-search-results--list-card.card--interest{border-top:1px solid #58bcaf}.module__course-search-results--list-card.card--interest .card-body{position:relative}.module__course-search-results--list-card.card--interest .card-body .card-body-ialink{position:absolute;bottom:10px}.module__course-search-results--list-card:hover{box-shadow:0 4px 4px rgba(0,0,0,.25)}.module__course-search-results--list-card:hover .card-body{background-color:#f8f8f8}.module__course-search-results--list .card-body{height:100%;padding:16px 16px 8px;background-color:#fff;flex-grow:1}.module__course-search-results--list .card-body-award{font-weight:600;margin-bottom:8px}.module__course-search-results--list .card-body-title{font-size:2rem;margin-bottom:10px;display:flex;flex-direction:row}.module__course-search-results--list .card-body-title a:first-of-type{flex-grow:1}.module__course-search-results--list .card-body-title .related-item--favourite{margin-left:20px;text-decoration:none;font-size:2rem;height:20px;position:relative}.module__course-search-results--list .card-body-title .related-item--favourite .saved__tooltip{left:-180px;top:-15px;height:80px}.module__course-search-results--list .card-body-title .related-item--favourite .saved__tooltip:before{margin-top:-1px}.module__course-search-results--list .card-body-title .related-item--favourite .saved__tooltip:after,.module__course-search-results--list .card-body-title .related-item--favourite .saved__tooltip:before{transform:rotate(-90deg);margin-left:-5px;top:10%;left:17.8rem}.module__course-search-results--list .card-body-title .related-item--favourite a{text-decoration:none}.module__course-search-results--list .card-body-title .related-item--favourite a .icon-Heart{color:#c74298}.module__course-search-results--list .card-body-title .related-item--favourite a .icon-HeartFilled{display:none;color:#c74298}.module__course-search-results--list .card-body-title .related-item--favourite a.saved .icon-Heart{display:none}.module__course-search-results--list .card-body-title .related-item--favourite a.saved .icon-HeartFilled{display:inline}.module__course-search-results--list .card-body-description{line-height:20.5px;margin-bottom:50px}.module__course-search-results--list .card-body-divider{border-bottom:1px solid #8a8a8a;margin-bottom:20px}.module__course-search-results--list .card-body-summary>*{display:flex;flex-direction:row;margin-bottom:12px;align-items:flex-start}.module__course-search-results--list .card-body-summary>* span{font-size:1.2rem}.module__course-search-results--list .card-body-summary i{font-size:1.7rem;margin-right:10px;color:#8a8a8a;margin-top:3px}.module__course-search-results--list .card-header{border-top-right-radius:12px;border-top-left-radius:12px;height:12px}.module__course-search-results--list .card--course .card-header{background-color:#363635}.module__course-search-results--list .card--interest .card-header{background-color:#58bcaf}.module__course-search-results--pagination{display:none}@media screen and (max-width:980px){.navigation__utility:has(~.module__course-search-header){margin-block:0}}.course-search-widget{display:none;padding:0 2px;position:relative;margin-top:2px}@media screen and (max-width:740px){.course-search-widget{padding:0 10px}}.course-search-widget.find-a-course-widget{display:flex;flex-direction:column;padding:2px;border-radius:27px}.course-search-widget.find-a-course-widget .course-search-widget-close{display:none}@media screen and (min-width:1201px) and (max-width:1600px){.course-search-widget.find-a-course-widget .form-buttons-qual .flexContainer{margin-left:5px}}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget.find-a-course-widget .form-buttons{flex-direction:column}}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget.find-a-course-widget .form-buttons-qual{margin-top:10px;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:16px}}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget.find-a-course-widget .form-buttons-qual .flexContainer{margin-left:0}}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget.find-a-course-widget .form-buttons-qual .flexContainer .checkboxButton{width:100%;justify-content:center}}@media screen and (max-width:740px){.course-search-widget.find-a-course-widget .form-buttons-qual .flexContainer .checkboxButton{justify-content:left;padding-left:40%}}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget.find-a-course-widget .form-buttons-stutype{width:100%}}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget.find-a-course-widget .form-buttons-stutype label{width:50%;justify-content:center}}@media screen and (max-width:740px){.course-search-widget p a.arrow_link{margin-bottom:20px}}.course-search-widget--button svg{transform:scale(.9);width:20px;position:relative;margin-right:8px}.course-search-widget-close{color:#363635;position:absolute;left:50%;bottom:12px;transform:translateX(-50%)}@media screen and (max-width:740px){.course-search-widget-close{bottom:-5px}}.course-search-widget-close:hover{color:#363635}.course-search-widget-close i{font-weight:600;display:inline-block;transform:rotate(-90deg)}.course-search-widget .form-input-wrapper{display:flex;flex-direction:row;width:100%;height:50px}.course-search-widget .form-input-wrapper input{padding:0 55px 0 25px;border-radius:25px;border-bottom:none}.course-search-widget .form-input-wrapper button{width:50px;height:49px;color:var(--color-charcoal,#363635);background-color:var(--color-white,#fff);align-self:center;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:25px}.course-search-widget .form-input-wrapper button svg{transform:scale(.7);position:relative;top:3px;right:5px}.course-search-widget .form-buttons{display:flex;flex-direction:row;margin-top:20px;padding:0 10px 50px}@media screen and (max-width:740px){.course-search-widget .form-buttons{padding:0 0 50px}}@media screen and (max-width:980px){.course-search-widget .form-buttons{flex-direction:column}}.course-search-widget .form-buttons-qual{display:flex;flex-grow:1;background:transparent!important;justify-content:flex-end}@media screen and (max-width:980px){.course-search-widget .form-buttons-qual{margin-top:10px;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:16px}}@media screen and (max-width:740px){.course-search-widget .form-buttons-qual{row-gap:8px;grid-template-columns:1fr;margin-top:0}}.course-search-widget .form-buttons-qual .flexContainer{flex:initial!important;margin-left:16px;height:44px}@media screen and (max-width:980px){.course-search-widget .form-buttons-qual .flexContainer{margin-left:0}}.course-search-widget .form-buttons-qual .flexContainer .checkboxButton{padding-right:16px;padding-left:40px;margin:0;display:flex;align-content:center;align-items:center}@media screen and (min-width:981px) and (max-width:1200px){.course-search-widget .form-buttons-qual .flexContainer .checkboxButton{padding-left:35px;padding-right:10px}}@media screen and (max-width:980px){.course-search-widget .form-buttons-qual .flexContainer .checkboxButton{width:100%;justify-content:center}}@media screen and (max-width:740px){.course-search-widget .form-buttons-qual .flexContainer .checkboxButton{justify-content:left;padding-left:40%}}.course-search-widget .form-buttons-qual .flexContainer .checkboxButton span:before{margin-right:12px}@media screen and (max-width:740px){.course-search-widget .form-buttons-qual .flexContainer .checkboxButton span:before{margin-right:5px}}.course-search-widget .form-buttons-stutype{display:flex;margin-bottom:20px}@media screen and (max-width:980px){.course-search-widget .form-buttons-stutype{width:100%}}.course-search-widget .form-buttons-stutype label{background-color:#fff;color:#363635;border:1px solid #363635;height:44px;align-items:center;display:flex;flex-direction:row;cursor:pointer}@media screen and (max-width:980px){.course-search-widget .form-buttons-stutype label{width:50%;justify-content:center}}.course-search-widget .form-buttons-stutype label:first-of-type{border-top-left-radius:22px;border-bottom-left-radius:22px;padding:0 10px 0 20px}.course-search-widget .form-buttons-stutype label:last-of-type{border-top-right-radius:22px;border-bottom-right-radius:22px;padding:0 20px 0 10px}.course-search-widget .form-buttons-stutype label span{display:inline-block;border:1px solid #363635;height:14px;width:14px;border-radius:50%;align-self:center;margin-right:4px;position:relative}.course-search-widget .form-buttons-stutype input:checked+label{background-color:#363635!important;color:#fff!important}.course-search-widget .form-buttons-stutype input:checked+label span{border:1px solid #fff}.course-search-widget .form-buttons-stutype input:checked+label span:before{content:"";height:7px;width:7px;border-radius:50%;background-color:#fff;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modaal-search-popup .modaal-inner-wrapper{padding:0!important}.modaal-search-popup .modaal-content-container{background-color:#fff;padding:0!important}.modaal-search-popup .modaal-content-container .search--filter-form .form-input-close,.modaal-search-popup .modaal-content-container .search--filter-form .form-input label{display:none}.modaal-search-popup .modaal-content-container .search--filter-form .form-input-wrapper{display:flex;flex-direction:row;width:100%;height:50px}.modaal-search-popup .modaal-content-container .search--filter-form .form-input-wrapper input{padding:0 55px 0 25px;border-radius:25px;border-bottom:none}.modaal-search-popup .modaal-content-container .search--filter-form .form-input-wrapper button{width:50px;height:49px;color:var(--color-charcoal,#363635);background-color:var(--color-white,#fff);align-self:center;position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:25px}.modaal-search-popup .modaal-content-container .search--filter-form .form-input-wrapper button svg{transform:scale(.7);position:relative;top:3px;right:5px}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries{margin-top:12px}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-expand{display:flex;justify-content:center;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}@media screen and (max-width:740px){.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-expand p{margin-bottom:0}}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-expand a{text-decoration:none;font-size:12px}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-expand a i{color:#363635;font-weight:600;display:inline-block;transform:rotate(90deg);transition:transform .3s ease-in-out;margin-right:6px}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-expand.open a i{transform:rotate(-90deg);transition:transform .3s ease-in-out}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-wrapper{display:flex;flex-direction:row;display:none}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-generic{flex:1;display:flex;flex-direction:row;flex-wrap:wrap}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-generic>div{margin-left:40px}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-generic .elipsis{margin-left:20px}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-generic .styled__checkbox{cursor:auto;margin-top:0}.modaal-search-popup .modaal-content-container .search--filter-form .form-queries-stutype{margin-right:20px;justify-content:flex-end;display:flex;margin:0 20px}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters{margin-top:20px;display:none}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype{display:flex;flex-direction:row;justify-content:flex-end}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype label{background-color:#fff;color:#363635;border:1px solid #363635;height:44px;align-items:center;display:flex;flex-direction:row;cursor:pointer}@media screen and (max-width:740px){.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype label{width:50%;justify-content:center}}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype label:first-of-type{border-top-left-radius:22px;border-bottom-left-radius:22px;padding:0 10px 0 20px}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype label:last-of-type{border-top-right-radius:22px;border-bottom-right-radius:22px;padding:0 20px 0 10px}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype label span{display:inline-block;border:1px solid #363635;height:14px;width:14px;border-radius:50%;align-self:center;margin-right:4px;position:relative}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype input:checked+label{background-color:#363635!important;color:#fff!important}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype input:checked+label span{border:1px solid #fff}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-stutype input:checked+label span:before{content:"";height:7px;width:7px;border-radius:50%;background-color:#fff;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced{display:flex;flex-direction:column}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper{display:flex;flex-direction:row;padding:0 20px 10px}@media screen and (max-width:740px){.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper{flex-direction:column}}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div{width:50%}@media screen and (max-width:740px){.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div{width:100%}}@media screen and (max-width:740px){.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div:first-of-type{margin-bottom:20px}}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div{margin-bottom:16px;display:flex;flex-direction:row;align-items:center;padding-left:16px}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div:last-of-type{margin-bottom:0}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox{margin-top:0;width:19px;background-position:-200px 0}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox.focus,.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox.hover{background-position:-200px 0}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox.checked{background-position:-220px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div .styled__checkbox{background-image:url(https://www.deakin.edu.au/__data/assets/image/0006/767742/styled-inputs@2x.png?v=0.1.3);background-size:239px 20px}}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div.atar_container{display:flex;flex-direction:row;align-items:center}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-wrapper>div>div.atar_container input[type=number]{padding:0 0 0 10px;width:100px;margin-left:10px;background-color:transparent}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-buttons{display:flex;flex-direction:row;justify-content:center}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-buttons button:first-of-type{margin-right:12px}.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-buttons button[type=reset]:focus,.modaal-search-popup .modaal-content-container .search--filter-form .form-filters-advanced-buttons button[type=reset]:hover{border:1px solid #363635!important}.modaal-search-popup .modaal-content-container .form-input{position:sticky;top:0;z-index:10;background-color:#e1e1e1;padding:10px 20px;border-bottom:1px solid #363635}.modaal-search-popup .modaal-content-container .form-input .form-input-close{display:flex;justify-content:flex-end;color:#363635;margin-bottom:10px}.modaal-search-popup .modaal-content-container .form-input .form-input-close button svg{transform:scale(1.8)}.modaal-search-popup .modaal-content-container .form-queries-expand{display:none!important}.modaal-search-popup .modaal-content-container .form-filters{display:block!important;background-color:#fff!important;padding:30px 30px 0;margin-top:0}.modaal-search-popup .modaal-content-container .form-filters-advanced-wrapper{padding:0!important;margin-top:20px}.modaal-search-popup .modaal-content-container .form-filters-advanced-buttons{margin:20px 0 40px}.modaal-search-popup .modaal-content-container .styled__checkbox{width:21px!important;padding-right:10px}@media screen and (max-width:1200px){.modaal-search-popup .modaal-content-container .styled__checkbox{width:20px!important}}.modaal-search-popup .modaal-content-container .form-queries-wrapper{display:none!important}.compare__count:before{content:"("}.compare__count:after{content:")"}@media screen and (max-width:980px){.mycourse--list,.mycourse--list .module_search-item:first-child{margin-top:0}}@media screen and (max-width:980px){.mycourse--list .module_search-item .elements--vertical{display:flex;justify-content:flex-end}}@media screen and (max-width:980px){.mycourse--list .module_search-item .elements--vertical :first-child,.mycourse--list .module_search-item .elements--vertical :nth-child(2){display:inherit}}@media screen and (max-width:980px){.mycourse--list .module_search-item .elements--vertical [class*=styled__checkbox]+label{width:auto;min-width:unset}}.navigation__utility .compare__courses-link{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.2rem;padding:.5rem .5rem .5rem 4rem;height:auto}@media screen and (max-width:980px){.navigation__utility .compare__courses-link{height:34px;padding:0;justify-content:center;align-items:center}}@media screen and (max-width:980px){.navigation__utility .compare__courses-link .hide--tablet{display:none}}@media screen and (max-width:980px){.navigation__utility .compare__courses-link .sticky-hide{display:flex;justify-content:center;align-items:center;gap:.2rem}}.navigation__utility .compare__courses-link .icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:980px){.navigation__utility .compare__courses-link .icon{position:inherit;transform:translateY(0);margin-right:0}}.navigation__utility .view_saved_courses{opacity:1;visibility:visible;display:block}.navigation__utility .view_saved_courses.hidden{opacity:0;visibility:hidden;display:none;transition:visibility 0s,opacity .3s linear}.navigation__utility .view_saved_courses .course__count{margin-inline-start:3px}.navigation__utility .view_saved_courses .course__count i:before{content:"("}.navigation__utility .view_saved_courses .course__count i:after{content:")"}.debug-save-courses [data-save-id][class*=saved]{outline:5px dotted #ff8c00!important}@media screen and (max-width:1300px){#lhs_navigation--mobile.student_lhs--nav,#lhs_navigation.student_lhs--nav{display:none}}#lhs_navigation--mobile.absolute,#lhs_navigation.absolute{position:absolute;top:650px;left:100px;z-index:99;transform:translateX(-50%)}@media screen and (max-width:980px){#lhs_navigation--mobile.absolute,#lhs_navigation.absolute{width:100%;transform:none;padding:0 20px;z-index:999}}@media screen and (min-width:741px) and (max-width:980px){body.navigation-rebrand__open.modal__show #lhs_navigation--mobile.absolute,body.navigation-rebrand__open.modal__show #lhs_navigation.absolute{margin-top:-106px}}@media screen and (min-width:741px) and (max-width:980px){body.navigation-rebrand__open.modal__show.rebrand__students #lhs_navigation--mobile.absolute,body.navigation-rebrand__open.modal__show.rebrand__students #lhs_navigation.absolute{margin-top:-70px}}@media screen and (max-width:740px){body.navigation-rebrand__open.modal__show #lhs_navigation--mobile.absolute,body.navigation-rebrand__open.modal__show #lhs_navigation.absolute,body.navigation-rebrand__open.modal__show.rebrand__students #lhs_navigation--mobile.absolute,body.navigation-rebrand__open.modal__show.rebrand__students #lhs_navigation.absolute{margin-top:-44px}}@media screen and (max-width:740px){#lhs_navigation--mobile.absolute,#lhs_navigation.absolute{padding:0 8px}}#lhs_navigation--mobile.absolute .lhs_nav,#lhs_navigation.absolute .lhs_nav{width:185px}@media screen and (max-width:980px){#lhs_navigation--mobile.absolute .lhs_nav,#lhs_navigation.absolute .lhs_nav{width:100%;box-shadow:0 4px 4px rgba(0,0,0,.25)}}@media screen and (min-width:981px){#lhs_navigation--mobile.absolute.library_nav,#lhs_navigation.absolute.library_nav{transform:translateX(-100%);padding-right:30px;margin-left:10px}}#lhs_navigation--mobile.absolute.library_nav .lhs_nav,#lhs_navigation.absolute.library_nav .lhs_nav{width:175px}@media screen and (max-width:980px){#lhs_navigation--mobile.absolute.library_nav .lhs_nav,#lhs_navigation.absolute.library_nav .lhs_nav{width:100%}}#lhs_navigation--mobile .lhs_nav,#lhs_navigation .lhs_nav{border:1px solid var(--color--grey-med-light,#e1e1e1);border-radius:5px;background-color:#fff}@media screen and (max-width:980px){#lhs_navigation--mobile .lhs_nav,#lhs_navigation .lhs_nav{border-radius:4px 4px 0 0}}#lhs_navigation--mobile .lhs_nav ul,#lhs_navigation .lhs_nav ul{background-color:#fff;margin-top:0}#lhs_navigation--mobile .lhs_nav ul li,#lhs_navigation .lhs_nav ul li{padding-left:0;background-image:none;margin:0}#lhs_navigation--mobile .lhs_nav ul li a,#lhs_navigation .lhs_nav ul li a{display:block;width:100%;padding:7px 16px 7px 8px;color:var(--lhs-nav-link,#363635);background-color:var(--lhs-nav-link-bg,#fff);text-decoration:none;font-size:1.2rem;line-height:1.5rem;font-family:Open Sans,Arial,sans-serif;font-weight:var(--lhs-nav-link-weight,600)}#lhs_navigation--mobile .lhs_nav ul li a:focus,#lhs_navigation--mobile .lhs_nav ul li a:hover,#lhs_navigation .lhs_nav ul li a:focus,#lhs_navigation .lhs_nav ul li a:hover{text-decoration:underline;color:var(--lhs-nav-link-hover,#0b7161)}#lhs_navigation--mobile .lhs_nav ul li.active>a,#lhs_navigation .lhs_nav ul li.active>a{background-color:var(--lhs-nav-link-bg-hover,#e1e1e1);font-weight:var(--lhs-nav-link-hover-weight,600);color:var(--lhs-nav-link-active,#363635)}#lhs_navigation--mobile .lhs_nav ul li.expanded>a,#lhs_navigation .lhs_nav ul li.expanded>a{color:var(--lhs-nav-link-expanded,#363635);font-weight:var(--lhs-nav-link-expanded-weight,700);background-color:var(--lhs-nav-link-bg,#fff)}#lhs_navigation--mobile .lhs_nav ul li.expanded>a:hover,#lhs_navigation .lhs_nav ul li.expanded>a:hover{color:var(--lhs-nav-link-expanded-hover,#0b7161)}#lhs_navigation--mobile .lhs_nav--item-level-1.active>a,#lhs_navigation--mobile .lhs_nav--item-level-1.expanded>a,#lhs_navigation .lhs_nav--item-level-1.active>a,#lhs_navigation .lhs_nav--item-level-1.expanded>a{color:#fff;text-decoration:none;background-color:#1a1a1a!important;color:#fff!important;border-top-left-radius:5px;border-top-right-radius:5px;font-weight:var(--lhs-nav-link-expanded-weight,700)}#lhs_navigation--mobile .lhs_nav--item-level-1.active>a:focus,#lhs_navigation--mobile .lhs_nav--item-level-1.active>a:hover,#lhs_navigation--mobile .lhs_nav--item-level-1.expanded>a:focus,#lhs_navigation--mobile .lhs_nav--item-level-1.expanded>a:hover,#lhs_navigation .lhs_nav--item-level-1.active>a:focus,#lhs_navigation .lhs_nav--item-level-1.active>a:hover,#lhs_navigation .lhs_nav--item-level-1.expanded>a:focus,#lhs_navigation .lhs_nav--item-level-1.expanded>a:hover{text-decoration:underline}#lhs_navigation--mobile .lhs_nav--item-level-1.active.no-children>a,#lhs_navigation--mobile .lhs_nav--item-level-1.expanded.no-children>a,#lhs_navigation .lhs_nav--item-level-1.active.no-children>a,#lhs_navigation .lhs_nav--item-level-1.expanded.no-children>a{background-color:var(--lhs-nav-link-bg-hover,#e1e1e1)!important;font-weight:var(--lhs-nav-link-hover-weight,600);color:var(--lhs-nav-link-active,#363635)!important;border-radius:0}#lhs_navigation--mobile .lhs_nav--item-level-3>a,#lhs_navigation .lhs_nav--item-level-3>a{padding-left:16px!important}#lhs_navigation--mobile .lhs_nav--item-level-4>a,#lhs_navigation .lhs_nav--item-level-4>a{padding-left:24px!important}#lhs_navigation--mobile .lhs_nav--item-level-5>a,#lhs_navigation .lhs_nav--item-level-5>a{padding-left:32px!important}#lhs_navigation--mobile .lhs_nav--item-level-6>a,#lhs_navigation .lhs_nav--item-level-6>a{padding-left:40px!important}#lhs_navigation--mobile .lhs_nav--item-level-7>a,#lhs_navigation .lhs_nav--item-level-7>a{padding-left:48px!important}#lhs_navigation--mobile .lhs_nav--item-level-8>a,#lhs_navigation .lhs_nav--item-level-8>a{padding-left:56px!important}#lhs_navigation--mobile{position:absolute;width:100%;left:0;top:156px;display:none;z-index:99;padding:0 8px}.tabbed-content{position:relative}.tabbed-content ul.tabs{font-family:var(--tab-text-family,inherit);font-size:var(--tab-text-size,inherit);font-weight:var(--tab-text-weight,inherit);line-height:var(--tab-text-line-height,1.3);flex-direction:row;flex-wrap:wrap;gap:var(--tab-gap,.5rem)}.tabbed-content ul.tabs,.tabbed-content ul.tabs li{margin:0;padding:0;background:unset;display:flex;position:relative;box-sizing:border-box}.tabbed-content ul.tabs li{list-style:none;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none}.tabbed-content ul.tabs a,.tabbed-content ul.tabs li,.tabbed-content ul.tabs span{place-content:center;place-items:center;font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}.tabbed-content ul.tabs a,.tabbed-content ul.tabs span{width:100%;height:100%;margin:0;padding:0;display:flex;position:relative;box-sizing:border-box;background:unset;text-decoration:unset;z-index:5}.tabbed-content .tab-trigger{position:relative}.tabbed-content .tab-trigger,.tabbed-content .tab-trigger *{color:var(--tab-text-color);font-weight:var(--tab-text-weight);font-family:var(--tab-text-family)}.tabbed-content .tab-trigger:hover{--tab-text-color:var(--tab-hover-text-color);--tab-text-weight:var(--tab-hover-text-weight);--tab-text-family:var(--tab-hover-text-family)}.tabbed-content .tab-trigger:active{--tab-text-color:var(--tab-active-text-color);--tab-text-weight:var(--tab-active-text-weight);--tab-text-family:var(--tab-active-text-family)}.tabbed-content .tab-trigger:focus,.tabbed-content .tab-trigger:focus-visible,.tabbed-content .tab-trigger:focus-within{--tab-text-color:var(--tab-focus-text-color);--tab-text-weight:var(--tab-focus-text-weight);--tab-text-family:var(--tab-focus-text-family)}.tabbed-content .tab-trigger.active{--tab-text-color:var(--tab-active-tab-text-color);--tab-text-weight:var(--tab-active-tab-text-weight);--tab-text-family:var(--tab-active-tab-text-family)}.tabbed-content .tab-content{display:none}.tabbed-content .tab-content.active{display:block}.tabbed-content--piped ul.tabs{justify-content:space-evenly}.tabbed-content--piped ul.tabs:before{content:"";position:absolute;box-sizing:border-box;top:0;left:0;width:100%;height:100%;background-color:var(--tab-strip-bg-color,transparent)}.tabbed-content--piped ul.tabs li{flex-grow:1;flex-shrink:0;flex-basis:auto;min-width:5rem}.tabbed-content--piped ul.tabs li+li:before{content:"";position:absolute;box-sizing:border-box;top:50%;left:calc((var(--tab-gap) / 2) * -1);transform:translateY(-50%);width:1px;height:50%;border-left:1px solid var(--tab-border-color,#e1e1e1)}.tabbed-content--piped ul.tabs a,.tabbed-content--piped ul.tabs span{padding-block:1rem 1rem;padding-inline:3rem}.tabbed-content--full-width ul.tabs{font-size:inherit;line-height:1.3;font-weight:600;gap:2rem;justify-content:center;padding-top:2rem}.tabbed-content--full-width ul.tabs:before{right:100%}.tabbed-content--full-width ul.tabs:after,.tabbed-content--full-width ul.tabs:before{content:"";position:absolute;box-sizing:border-box;top:0;width:100vw;height:100%;z-index:-1;background-color:var(--tab-strip-bg-color,#f8f8f8);border-bottom:1px solid var(--tab-border-color,#e1e1e1)}.tabbed-content--full-width ul.tabs:after{left:0}.tabbed-content--full-width ul.tabs li{min-width:5rem}.tabbed-content--full-width ul.tabs a,.tabbed-content--full-width ul.tabs span{padding-block:calc(1rem + var(--tab-notch-size, .7rem)) 1rem;padding-inline:3rem}.tabbed-content--full-width .tab-trigger{position:relative}.tabbed-content--full-width .tab-trigger,.tabbed-content--full-width .tab-trigger *{color:var(--tab-text-color)}.tabbed-content--full-width .tab-trigger:before{content:"";position:absolute;box-sizing:border-box;top:0;left:0;width:100%;height:var(--tab-notch-size,.7rem);z-index:2;background-color:var(--tab-notch-color,#e1e1e1)}.tabbed-content--full-width .tab-trigger:after{content:"";position:absolute;box-sizing:border-box;top:0;left:0;width:100%;height:100%;z-index:1;background-color:var(--tab-bg-color,#f8f8f8);border-left:1px solid var(--tab-border-color,#e1e1e1);border-right:1px solid var(--tab-border-color,#e1e1e1);border-bottom:1px solid var(--tab-bottom-border-color,var(--tab-border-color,#e1e1e1))}.tabbed-content--full-width .tab-trigger.active{z-index:5;--tab-bg-color:var(--tab-active-bg-color,#fff);--tab-notch-color:var(--tab-active-notch-color,#0b7161);--tab-bottom-border-color:var(--tab-active-bg-color,#fff);--tab-text-color:var(--tab-active-text-color,var(--tab-active-notch-color,#0b7161))}.tabbed-content--full-width .tab-content{width:100%;height:unset;position:relative;padding:1rem}.tabbed-content--full-width .tab-content.active:after,.tabbed-content--full-width .tab-content.active:before{content:""}.tabbed-content--primary{--tab-active-notch-color:var(--color--primary,#0b7161)}.tabbed-content-inactive--primary{--tab-notch-color:var(--color--primary,#0b7161)}.tabbed-content-border--primary{--tab-border-color:var(--color--primary,#0b7161)}.tabbed-content-strip--primary{--tab-strip-bg-color:var(--color--primary,#0b7161)}.tabbed-content--primary-hover{--tab-active-notch-color:var(--color--primary-hover,#024c41)}.tabbed-content-inactive--primary-hover{--tab-notch-color:var(--color--primary-hover,#024c41)}.tabbed-content-border--primary-hover{--tab-border-color:var(--color--primary-hover,#024c41)}.tabbed-content-strip--primary-hover{--tab-strip-bg-color:var(--color--primary-hover,#024c41)}.tabbed-content--primary-hover-light{--tab-active-notch-color:var(--color--primary-hover-light,#a4d1ca)}.tabbed-content-inactive--primary-hover-light{--tab-notch-color:var(--color--primary-hover-light,#a4d1ca)}.tabbed-content-border--primary-hover-light{--tab-border-color:var(--color--primary-hover-light,#a4d1ca)}.tabbed-content-strip--primary-hover-light{--tab-strip-bg-color:var(--color--primary-hover-light,#a4d1ca)}.tabbed-content--secondary{--tab-active-notch-color:var(--color--secondary,#c74298)}.tabbed-content-inactive--secondary{--tab-notch-color:var(--color--secondary,#c74298)}.tabbed-content-border--secondary{--tab-border-color:var(--color--secondary,#c74298)}.tabbed-content-strip--secondary{--tab-strip-bg-color:var(--color--secondary,#c74298)}.tabbed-content--tertiary{--tab-active-notch-color:var(--color--tertiary,#035260)}.tabbed-content-inactive--tertiary{--tab-notch-color:var(--color--tertiary,#035260)}.tabbed-content-border--tertiary{--tab-border-color:var(--color--tertiary,#035260)}.tabbed-content-strip--tertiary{--tab-strip-bg-color:var(--color--tertiary,#035260)}.tabbed-content--yellow{--tab-active-notch-color:var(--color--yellow,#ffd923)}.tabbed-content-inactive--yellow{--tab-notch-color:var(--color--yellow,#ffd923)}.tabbed-content-border--yellow{--tab-border-color:var(--color--yellow,#ffd923)}.tabbed-content-strip--yellow{--tab-strip-bg-color:var(--color--yellow,#ffd923)}.tabbed-content--orange{--tab-active-notch-color:var(--color--orange,#ff9300)}.tabbed-content-inactive--orange{--tab-notch-color:var(--color--orange,#ff9300)}.tabbed-content-border--orange{--tab-border-color:var(--color--orange,#ff9300)}.tabbed-content-strip--orange{--tab-strip-bg-color:var(--color--orange,#ff9300)}.tabbed-content--orange-dark{--tab-active-notch-color:var(--color--orange-dark,#cc4e07)}.tabbed-content-inactive--orange-dark{--tab-notch-color:var(--color--orange-dark,#cc4e07)}.tabbed-content-border--orange-dark{--tab-border-color:var(--color--orange-dark,#cc4e07)}.tabbed-content-strip--orange-dark{--tab-strip-bg-color:var(--color--orange-dark,#cc4e07)}.tabbed-content--magenta{--tab-active-notch-color:var(--color--magenta,#c74298)}.tabbed-content-inactive--magenta{--tab-notch-color:var(--color--magenta,#c74298)}.tabbed-content-border--magenta{--tab-border-color:var(--color--magenta,#c74298)}.tabbed-content-strip--magenta{--tab-strip-bg-color:var(--color--magenta,#c74298)}.tabbed-content--pink{--tab-active-notch-color:var(--color--pink,#c74298)}.tabbed-content-inactive--pink{--tab-notch-color:var(--color--pink,#c74298)}.tabbed-content-border--pink{--tab-border-color:var(--color--pink,#c74298)}.tabbed-content-strip--pink{--tab-strip-bg-color:var(--color--pink,#c74298)}.tabbed-content--teal{--tab-active-notch-color:var(--color--teal,#007d98)}.tabbed-content-inactive--teal{--tab-notch-color:var(--color--teal,#007d98)}.tabbed-content-border--teal{--tab-border-color:var(--color--teal,#007d98)}.tabbed-content-strip--teal{--tab-strip-bg-color:var(--color--teal,#007d98)}.tabbed-content--blue{--tab-active-notch-color:var(--color--blue,#007d98)}.tabbed-content-inactive--blue{--tab-notch-color:var(--color--blue,#007d98)}.tabbed-content-border--blue{--tab-border-color:var(--color--blue,#007d98)}.tabbed-content-strip--blue{--tab-strip-bg-color:var(--color--blue,#007d98)}.tabbed-content--green{--tab-active-notch-color:var(--color--green,#0b7161)}.tabbed-content-inactive--green{--tab-notch-color:var(--color--green,#0b7161)}.tabbed-content-border--green{--tab-border-color:var(--color--green,#0b7161)}.tabbed-content-strip--green{--tab-strip-bg-color:var(--color--green,#0b7161)}.tabbed-content--turquoise{--tab-active-notch-color:var(--color--turquoise,#0b7161)}.tabbed-content-inactive--turquoise{--tab-notch-color:var(--color--turquoise,#0b7161)}.tabbed-content-border--turquoise{--tab-border-color:var(--color--turquoise,#0b7161)}.tabbed-content-strip--turquoise{--tab-strip-bg-color:var(--color--turquoise,#0b7161)}.tabbed-content--turquoise-light{--tab-active-notch-color:var(--color--turquoise-light,#58bcaf)}.tabbed-content-inactive--turquoise-light{--tab-notch-color:var(--color--turquoise-light,#58bcaf)}.tabbed-content-border--turquoise-light{--tab-border-color:var(--color--turquoise-light,#58bcaf)}.tabbed-content-strip--turquoise-light{--tab-strip-bg-color:var(--color--turquoise-light,#58bcaf)}.tabbed-content--lt-turquoise{--tab-active-notch-color:var(--color--lt-turquoise,#58bcaf)}.tabbed-content-inactive--lt-turquoise{--tab-notch-color:var(--color--lt-turquoise,#58bcaf)}.tabbed-content-border--lt-turquoise{--tab-border-color:var(--color--lt-turquoise,#58bcaf)}.tabbed-content-strip--lt-turquoise{--tab-strip-bg-color:var(--color--lt-turquoise,#58bcaf)}.tabbed-content--turquoise-light-hover{--tab-active-notch-color:var(--color--turquoise-light-hover,#40a194)}.tabbed-content-inactive--turquoise-light-hover{--tab-notch-color:var(--color--turquoise-light-hover,#40a194)}.tabbed-content-border--turquoise-light-hover{--tab-border-color:var(--color--turquoise-light-hover,#40a194)}.tabbed-content-strip--turquoise-light-hover{--tab-strip-bg-color:var(--color--turquoise-light-hover,#40a194)}.tabbed-content--turquoise-dark{--tab-active-notch-color:var(--color--turquoise-dark,#024c41)}.tabbed-content-inactive--turquoise-dark{--tab-notch-color:var(--color--turquoise-dark,#024c41)}.tabbed-content-border--turquoise-dark{--tab-border-color:var(--color--turquoise-dark,#024c41)}.tabbed-content-strip--turquoise-dark{--tab-strip-bg-color:var(--color--turquoise-dark,#024c41)}.tabbed-content--grey{--tab-active-notch-color:var(--color--grey,#e1e1e1)}.tabbed-content-inactive--grey{--tab-notch-color:var(--color--grey,#e1e1e1)}.tabbed-content-border--grey{--tab-border-color:var(--color--grey,#e1e1e1)}.tabbed-content-strip--grey{--tab-strip-bg-color:var(--color--grey,#e1e1e1)}.tabbed-content--grey-17{--tab-active-notch-color:var(--color--grey-17,#5a5a5a)}.tabbed-content-inactive--grey-17{--tab-notch-color:var(--color--grey-17,#5a5a5a)}.tabbed-content-border--grey-17{--tab-border-color:var(--color--grey-17,#5a5a5a)}.tabbed-content-strip--grey-17{--tab-strip-bg-color:var(--color--grey-17,#5a5a5a)}.tabbed-content--grey-18{--tab-active-notch-color:var(--color--grey-18,#a4d1ca)}.tabbed-content-inactive--grey-18{--tab-notch-color:var(--color--grey-18,#a4d1ca)}.tabbed-content-border--grey-18{--tab-border-color:var(--color--grey-18,#a4d1ca)}.tabbed-content-strip--grey-18{--tab-strip-bg-color:var(--color--grey-18,#a4d1ca)}.tabbed-content--grey-med{--tab-active-notch-color:var(--color--grey-med,gray)}.tabbed-content-inactive--grey-med{--tab-notch-color:var(--color--grey-med,gray)}.tabbed-content-border--grey-med{--tab-border-color:var(--color--grey-med,gray)}.tabbed-content-strip--grey-med{--tab-strip-bg-color:var(--color--grey-med,gray)}.tabbed-content--grey-medium{--tab-active-notch-color:var(--color--grey-medium,#8a8a8a)}.tabbed-content-inactive--grey-medium{--tab-notch-color:var(--color--grey-medium,#8a8a8a)}.tabbed-content-border--grey-medium{--tab-border-color:var(--color--grey-medium,#8a8a8a)}.tabbed-content-strip--grey-medium{--tab-strip-bg-color:var(--color--grey-medium,#8a8a8a)}.tabbed-content--grey-light{--tab-active-notch-color:var(--color--grey-light,#f8f8f8)}.tabbed-content-inactive--grey-light{--tab-notch-color:var(--color--grey-light,#f8f8f8)}.tabbed-content-border--grey-light{--tab-border-color:var(--color--grey-light,#f8f8f8)}.tabbed-content-strip--grey-light{--tab-strip-bg-color:var(--color--grey-light,#f8f8f8)}.tabbed-content--grey-med-light{--tab-active-notch-color:var(--color--grey-med-light,#e1e1e1)}.tabbed-content-inactive--grey-med-light{--tab-notch-color:var(--color--grey-med-light,#e1e1e1)}.tabbed-content-border--grey-med-light{--tab-border-color:var(--color--grey-med-light,#e1e1e1)}.tabbed-content-strip--grey-med-light{--tab-strip-bg-color:var(--color--grey-med-light,#e1e1e1)}.tabbed-content--grey-dark{--tab-active-notch-color:var(--color--grey-dark,#333)}.tabbed-content-inactive--grey-dark{--tab-notch-color:var(--color--grey-dark,#333)}.tabbed-content-border--grey-dark{--tab-border-color:var(--color--grey-dark,#333)}.tabbed-content-strip--grey-dark{--tab-strip-bg-color:var(--color--grey-dark,#333)}.tabbed-content--grey-blue{--tab-active-notch-color:var(--color--grey-blue,#f0f9fb)}.tabbed-content-inactive--grey-blue{--tab-notch-color:var(--color--grey-blue,#f0f9fb)}.tabbed-content-border--grey-blue{--tab-border-color:var(--color--grey-blue,#f0f9fb)}.tabbed-content-strip--grey-blue{--tab-strip-bg-color:var(--color--grey-blue,#f0f9fb)}.tabbed-content--charcoal{--tab-active-notch-color:var(--color--charcoal,#363635)}.tabbed-content-inactive--charcoal{--tab-notch-color:var(--color--charcoal,#363635)}.tabbed-content-border--charcoal{--tab-border-color:var(--color--charcoal,#363635)}.tabbed-content-strip--charcoal{--tab-strip-bg-color:var(--color--charcoal,#363635)}.tabbed-content--charcoal-light{--tab-active-notch-color:var(--color--charcoal-light,#474848)}.tabbed-content-inactive--charcoal-light{--tab-notch-color:var(--color--charcoal-light,#474848)}.tabbed-content-border--charcoal-light{--tab-border-color:var(--color--charcoal-light,#474848)}.tabbed-content-strip--charcoal-light{--tab-strip-bg-color:var(--color--charcoal-light,#474848)}.tabbed-content--charcoal-dark{--tab-active-notch-color:var(--color--charcoal-dark,#1a1a1a)}.tabbed-content-inactive--charcoal-dark{--tab-notch-color:var(--color--charcoal-dark,#1a1a1a)}.tabbed-content-border--charcoal-dark{--tab-border-color:var(--color--charcoal-dark,#1a1a1a)}.tabbed-content-strip--charcoal-dark{--tab-strip-bg-color:var(--color--charcoal-dark,#1a1a1a)}.tabbed-content--black{--tab-active-notch-color:var(--color--black,#000)}.tabbed-content-inactive--black{--tab-notch-color:var(--color--black,#000)}.tabbed-content-border--black{--tab-border-color:var(--color--black,#000)}.tabbed-content-strip--black{--tab-strip-bg-color:var(--color--black,#000)}.tabbed-content--white{--tab-active-notch-color:var(--color--white,#fff)}.tabbed-content-inactive--white{--tab-notch-color:var(--color--white,#fff)}.tabbed-content-border--white{--tab-border-color:var(--color--white,#fff)}.tabbed-content-strip--white{--tab-strip-bg-color:var(--color--white,#fff)}.tabbed-content--disabled{--tab-active-notch-color:var(--color--disabled,#8a8a8a)}.tabbed-content-inactive--disabled{--tab-notch-color:var(--color--disabled,#8a8a8a)}.tabbed-content-border--disabled{--tab-border-color:var(--color--disabled,#8a8a8a)}.tabbed-content-strip--disabled{--tab-strip-bg-color:var(--color--disabled,#8a8a8a)}.tabbed-content--error{--tab-active-notch-color:var(--color--error,#cc4e07)}.tabbed-content-inactive--error{--tab-notch-color:var(--color--error,#cc4e07)}.tabbed-content-border--error{--tab-border-color:var(--color--error,#cc4e07)}.tabbed-content-strip--error{--tab-strip-bg-color:var(--color--error,#cc4e07)}.tabbed-content--required{--tab-active-notch-color:var(--color--required,#d0021b)}.tabbed-content-inactive--required{--tab-notch-color:var(--color--required,#d0021b)}.tabbed-content-border--required{--tab-border-color:var(--color--required,#d0021b)}.tabbed-content-strip--required{--tab-strip-bg-color:var(--color--required,#d0021b)}.debug-tabs .tabbed-content,.debug .tabbed-content{outline:1px dashed #00008b!important;outline-offset:5px!important}.debug-tabs .tabbed-content ul.tabs,.debug .tabbed-content ul.tabs{outline:1px dotted brown!important}.debug-tabs .tabbed-content ul.tabs li,.debug .tabbed-content ul.tabs li{outline:1px dotted #ff8c00!important}.debug-tabs .tabbed-content .tab-content,.debug .tabbed-content .tab-content{outline:1px dotted #e9967a!important}.download_study_area_guide{position:relative;isolation:isolate;contain:style layout;z-index:9999;border:1px solid var(--download-study-area-guide--theme);background-color:var(--color--grey-light);--download-study-area-guide--theme:var(--color--charcoal);--download-study-area-guide--color:var(--color--white)}.download_study_area_guide small{font-size:1.2rem;line-height:1.3}.download_study_area_guide label{display:block}.download_study_area_guide label[class*=error]{padding:0;font-weight:400!important;position:relative!important;top:unset!important;left:unset!important}.download_study_area_guide form{display:flex;flex-direction:column;gap:2.3rem}.download_study_area_guide :disabled,.download_study_area_guide [disabled]{cursor:not-allowed}.download_study_area_guide .marketo--form{background-color:inherit}.download_study_area_guide .google-recaptcha{display:flex;flex-direction:column;justify-content:center;align-items:center}.download_study_area_guide .google-recaptcha label{text-align:center}.download_study_area_guide .flexContainer{display:flex;justify-content:space-between;gap:2rem}.download_study_area_guide .flexContainer>*{margin:0}.download_study_area_guide .radioContainer>.label{margin-block-end:1rem}.download_study_area_guide .radioContainer .radioOptions{display:flex;flex-direction:row;gap:2rem;justify-content:flex-start;align-items:center}.download_study_area_guide .radioContainer .radioOptions input[type=radio]{position:absolute;left:-9999px}.download_study_area_guide .radioContainer .radioOptions input[type=radio]+span{margin:0;padding:0 0 0 3rem;display:block;position:relative;isolation:isolate}.download_study_area_guide .radioContainer .radioOptions input[type=radio]+span:after,.download_study_area_guide .radioContainer .radioOptions input[type=radio]+span:before{content:"";width:2rem;height:2rem;display:inline-block;position:absolute;left:0;top:50%;transform:translateY(-50%);border-radius:50%;transition:all .2s ease-in-out}.download_study_area_guide .radioContainer .radioOptions input[type=radio]+span:before{border:1px solid var(--color--turquoise)}.download_study_area_guide .radioContainer .radioOptions input[type=radio]+span:after{transform:translateY(-50%) scale(.6);border:1px solid transparent}.download_study_area_guide .radioContainer .radioOptions input[type=radio]:checked+span:after{border-color:var(--color--turquoise);background-color:var(--color--turquoise)}.download_study_area_guide--header{background-color:var(--download-study-area-guide--theme);color:var(--download-study-area-guide--color);width:100%;height:7.7rem;margin:0;padding:2rem;line-height:1.3;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start;align-items:center}.download_study_area_guide--header *{margin:0;padding:0;line-height:inherit}.download_study_area_guide--header [class*=icon]{width:4rem;height:4rem;flex-shrink:0}.download_study_area_guide--header .icon-download{order:-1}.download_study_area_guide--header .icon-close{order:999;margin-left:auto;cursor:pointer}.download_study_area_guide--content{width:100%;margin:0;padding:4rem 2rem}.download_study_area_guide--form{width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:1.5rem}.download_study_area_guide--form>*{margin:0}.download_study_area_guide--form .button,.download_study_area_guide--form button{width:100%;margin:0}.download_study_area_guide--primary{--download-study-area-guide--theme:var(--color--primary,#0b7161);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--primary-hover{--download-study-area-guide--theme:var(--color--primary-hover,#024c41)}.download_study_area_guide--primary-hover-light{--download-study-area-guide--theme:var(--color--primary-hover-light,#a4d1ca)}.download_study_area_guide--secondary{--download-study-area-guide--theme:var(--color--secondary,#c74298);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--tertiary{--download-study-area-guide--theme:var(--color--tertiary,#035260);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--yellow{--download-study-area-guide--theme:var(--color--yellow,#ffd923);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--orange{--download-study-area-guide--theme:var(--color--orange,#ff9300);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--orange-dark{--download-study-area-guide--theme:var(--color--orange-dark,#cc4e07)}.download_study_area_guide--magenta{--download-study-area-guide--theme:var(--color--magenta,#c74298);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--pink{--download-study-area-guide--theme:var(--color--pink,#c74298)}.download_study_area_guide--teal{--download-study-area-guide--theme:var(--color--teal,#007d98);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--blue{--download-study-area-guide--theme:var(--color--blue,#007d98)}.download_study_area_guide--green{--download-study-area-guide--theme:var(--color--green,#0b7161)}.download_study_area_guide--turquoise{--download-study-area-guide--theme:var(--color--turquoise,#0b7161);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--turquoise-light{--download-study-area-guide--theme:var(--color--turquoise-light,#58bcaf);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--lt-turquoise{--download-study-area-guide--theme:var(--color--lt-turquoise,#58bcaf)}.download_study_area_guide--turquoise-light-hover{--download-study-area-guide--theme:var(--color--turquoise-light-hover,#40a194)}.download_study_area_guide--turquoise-dark{--download-study-area-guide--theme:var(--color--turquoise-dark,#024c41);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--grey{--download-study-area-guide--theme:var(--color--grey,#e1e1e1);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--grey-17{--download-study-area-guide--theme:var(--color--grey-17,#5a5a5a)}.download_study_area_guide--grey-18{--download-study-area-guide--theme:var(--color--grey-18,#a4d1ca)}.download_study_area_guide--grey-med{--download-study-area-guide--theme:var(--color--grey-med,gray)}.download_study_area_guide--grey-medium{--download-study-area-guide--theme:var(--color--grey-medium,#8a8a8a)}.download_study_area_guide--grey-light{--download-study-area-guide--theme:var(--color--grey-light,#f8f8f8);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--grey-med-light{--download-study-area-guide--theme:var(--color--grey-med-light,#e1e1e1);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--grey-dark{--download-study-area-guide--theme:var(--color--grey-dark,#333);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--grey-blue{--download-study-area-guide--theme:var(--color--grey-blue,#f0f9fb)}.download_study_area_guide--charcoal{--download-study-area-guide--theme:var(--color--charcoal,#363635);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--charcoal-light{--download-study-area-guide--theme:var(--color--charcoal-light,#474848)}.download_study_area_guide--charcoal-dark{--download-study-area-guide--theme:var(--color--charcoal-dark,#1a1a1a)}.download_study_area_guide--black{--download-study-area-guide--theme:var(--color--black,#000);--download-study-area-guide--color:var(--color--white,#fff)}.download_study_area_guide--white{--download-study-area-guide--theme:var(--color--white,#fff);--download-study-area-guide--color:var(--color--charcoal,#363635)}.download_study_area_guide--disabled{--download-study-area-guide--theme:var(--color--disabled,#8a8a8a)}.download_study_area_guide--error{--download-study-area-guide--theme:var(--color--error,#cc4e07)}.download_study_area_guide--required{--download-study-area-guide--theme:var(--color--required,#d0021b)}@media screen and (min-width:741px){.download_study_area_guide--form{width:max(32rem,min(40rem,100%));width:clamp(32rem,40rem,100%)}.download_study_area_guide--form .button,.download_study_area_guide--form button{width:auto;margin:0}.download_study_area_guide .google-recaptcha{justify-content:flex-end;align-items:flex-end}.download_study_area_guide .google-recaptcha label{text-align:right}}[class*=modal] .download_study_area_guide{width:99vw;width:99dvw;height:99vh;height:99dvh;overflow:hidden;position:absolute;isolation:isolate;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999}[class*=modal] .download_study_area_guide--header{height:unset;max-height:15vh;max-height:15dvh}[class*=modal] .download_study_area_guide--content{height:unset;max-height:85vh;max-height:85dvh;overflow:auto}@media screen and (min-width:741px){[class*=modal] .download_study_area_guide{width:max(740px,min(980px,100vw));width:clamp(740px,980px,100vw);height:auto}}.modal-overlay{width:100vw;width:100dvw;height:100vh;height:100dvh;position:fixed;inset:0;isolation:isolate;contain:style layout;z-index:9999;background-color:rgba(54,54,53,.7);opacity:1;transition:all .5s ease-in-out}@media screen and (min-width:741px){.module__academic-module .module__content-panel--1-col-with-text .module__content-panel--col{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1.5rem}}@media screen and (min-width:741px){.module__academic-module .module__content-panel--2-col .module__content-panel--col{width:50%}.module__academic-module .module__content-panel--2-col .module__content-panel--col:nth-child(2){margin-left:1.5rem}}.module__academic-module .module__content-panel--title{margin:2rem 0 1rem}.module__academic-module .module__content-panel--text h3{font-family:Open Sans Semi-bold,Arial,sans-serif;margin-bottom:1rem;font-weight:400}.module__academic-module .module__content-panel--text .organisation{margin:2rem 0 1rem}.module__academic-module .content-text--name{font-family:Open Sans Bold,Arial,sans-serif;font-size:1.5rem;font-weight:700;margin-top:2rem}.module__academic-module .content-text--title{margin-top:1rem;font-style:italic}.module__academic-module .content-text--bio{margin-top:1rem}.module__academic-module .viper-editable{margin-top:2rem}.social-media{font-family:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;font-stretch:normal;line-height:inherit;letter-spacing:inherit;text-decoration:underline;text-align:left;vertical-align:baseline;margin:unset;padding:.3rem 1rem .3rem .3rem;color:inherit;display:inline-block;justify-content:flex-start;align-items:center;position:relative}.social-media,.social-media:hover{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.social-media[class*=ico-]:after{all:unset;content:unset!important}.social-media[class*=ico-]:after,.social-media[class*=ico-]:before{margin:0;padding:0;box-sizing:border-box;display:inline-block;position:relative;top:3px}.social-media[class*=rounded]{border-radius:.5rem}.social-media[class*=circular]{border-radius:99999px}.social-media[class*=button]{min-width:unset}.social-media-brand-colour{background-color:#363635;color:var(--color--white)}.social-media-brand-colour[class*=Facebook]{background-color:#3b5999;color:var(--color--white)}.social-media-brand-colour[class*=Instagram]{background-color:#527fa3;color:var(--color--white)}.social-media-brand-colour[class*=Twitter]{background-color:#000001;color:var(--color--white)}.social-media-brand-colour[class*=Linked]{background-color:#0077b5;color:var(--color--white)}.social-media-brand-colour[class*=YouTube]{background-color:#cd201f;color:var(--color--white)}.social-media-brand-colour[class*=TikTok]{background-color:#00f2ea;color:var(--color--charcoal)}.social-media-brand-colour[class*=WeChat]{background-color:#09b83e;color:var(--color--white)}.social-media-icon-only{width:3rem;height:3rem;padding:.3rem;display:inline-block;text-indent:300%;white-space:nowrap;overflow:hidden;content:""}.social-media-icon-only[class*=ico-]:after,.social-media-icon-only[class*=ico-]:before{aspect-ratio:1/1;display:block;text-indent:0;overflow:unset;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);vertical-align:middle;text-align:center}.social-media-icon-only[class*=ico-]:hover{transform:translateZ(0) scale(1.15);transition:transform .15s ease-out}.social-media.background--primary,.social-media.background--secondary{color:var(--color--white)}.social-media.background--tertiary,.social-media.background--yellow{color:var(--color--charcoal)}.social-media.background--magenta,.social-media.background--orange,.social-media.background--teal,.social-media.background--turquoise{color:var(--color--white)}.social-media.background--turquoise-light{color:var(--color--charcoal)}.social-media.background--turquoise-dark{color:var(--color--white)}.social-media.background--grey,.social-media.background--grey-light,.social-media.background--grey-med-light{color:var(--color--charcoal)}.social-media.background--black,.social-media.background--charcoal,.social-media.background--grey-dark{color:var(--color--white)}.social-media.background--white{color:var(--color--charcoal)}.module__inurture{margin-top:0!important;padding:130px 0!important}@media screen and (min-width:741px) and (max-width:980px){.module__inurture{padding:60px 0!important}}@media screen and (max-width:740px){.module__inurture{padding:40px 0!important}}.module__inurture abbr{border:none;text-decoration:none}.module__inurture .inurture--form{background-color:transparent}.module__inurture .inurture--form-select{display:flex;flex-direction:row;gap:20px}@media screen and (max-width:740px){.module__inurture .inurture--form .flexContainer.custom-spacing{margin-top:20px!important}}.module__inurture .inurture--form .inputContainer{margin-bottom:0;min-height:65px}@media screen and (max-width:740px){.module__inurture .inurture--form .inputContainer.large-label input{margin-top:15px}}.module__inurture .inurture--form select{position:relative}.module__inurture .inurture--form label.error{font-size:11px!important}@media screen and (max-width:740px){.module__inurture .inurture--form label.error{height:auto!important}}.module__inurture .inurture--form label:not(.error){top:15px;font-weight:600}.module__inurture .inurture--form label.textarea-label{position:relative}.module__inurture .inurture--form label[style*="display: none"]{height:0;padding-top:0}.module__inurture .inurture--form input[type=submit]{margin-top:20px}@media screen and (max-width:740px){.module__inurture .inurture--form input[type=submit]{width:100%}}.module__inurture .inurture--form .custom-field{display:flex;flex-direction:row;border-bottom:1px solid gray}@media screen and (max-width:740px){.module__inurture .inurture--form .custom-field.large-label{flex-wrap:wrap}}@media screen and (max-width:740px){.module__inurture .inurture--form .custom-field.large-label label:not(.error){width:100%}}.module__inurture .inurture--form .custom-field>*{position:relative;border-bottom:none!important;width:auto}.module__inurture .inurture--form .custom-field label:not(.error){margin-right:5px}@media screen and (max-width:740px){.module__inurture .inurture--form .custom-field label:not(.error){position:unset}}.module__inurture .inurture--form .custom-field select{width:85px;margin-top:4px}.module__inurture .inurture--form .custom-field select.empty{color:#8a8a8a}.module__inurture .inurture--form .custom-field input[type=text]{flex-grow:1;padding-left:10px}.module__inurture .inurture--form .custom-field input[type=text]::placeholder{color:#8a8a8a}@media screen and (max-width:740px){.module__inurture .inurture--form .select--wrapper.large-label select{top:15px}}@media screen and (max-width:740px){.module__inurture .inurture--form .select--wrapper.large-label label.error{top:8px!important}}@media screen and (max-width:740px){.module__inurture .inurture--form .select--wrapper.large-label label:not(.error){height:40px}}@media screen and (max-width:740px){.module__inurture .inurture--form .select--wrapper label{padding-right:20px}}.module__inurture .inurture--form .textarea--wrapper{padding-top:10px;display:flex;flex-direction:column}.module__inurture .inurture--form .textarea--wrapper .counter{align-self:flex-end}.module__inurture .inurture--form .textarea--wrapper label:not(.error){top:0;position:relative}.module__inurture .inurture--form .textarea--wrapper textarea{height:115px!important;margin-top:5px;padding-left:10px;padding-right:10px}.module__inurture .inurture--form .textarea--wrapper .counter{padding-top:2px;float:none}@media screen and (max-width:740px){.module__inurture .inurture--form .textarea--wrapper.large-label label:not(.error){height:40px}}@media screen and (max-width:740px){.module__inurture .inurture--form .g-recaptcha{display:flex;justify-content:center}}.timely h2{font-size:4.2rem;line-height:3.9rem;margin-top:0}@media screen and (max-width:740px){.timely h2{font-size:2.4rem;line-height:3.2rem}}.timely :where(#main-content) h3:not(.module__accordion--title){font-size:2.4rem;line-height:3.2rem;font-family:Univers,Arial,sans-serif;font-weight:400;text-transform:uppercase}@media screen and (max-width:740px){.timely :where(#main-content) h3:not(.module__accordion--title){font-size:1.6rem;line-height:2.35rem}}.timely .module__content-panel{margin-top:0;margin-bottom:0}.timely section[data-module]{padding:4rem 0;position:relative}.timely [class*=bullet-triangle]{position:relative;isolation:isolate}.timely [class*=bullet-triangle]:before{content:"";display:block;width:0;height:0;border-top:1.5rem solid transparent;border-bottom:1.5rem solid transparent;border-left:2.6rem solid var(--bullet-color);position:absolute;left:-3.6rem}@media screen and (max-width:740px){.timely [class*=bullet-triangle]:before{content:unset}}.timely .bullet-triangle--primary,.timely .bullet-triangle-primary{--bullet-color:var(--color--primary)}.timely .bullet-triangle--primary-hover,.timely .bullet-triangle-primary-hover{--bullet-color:var(--color--primary-hover)}.timely .bullet-triangle--primary-hover-light,.timely .bullet-triangle-primary-hover-light{--bullet-color:var(--color--primary-hover-light)}.timely .bullet-triangle--secondary,.timely .bullet-triangle-secondary{--bullet-color:var(--color--secondary)}.timely .bullet-triangle--tertiary,.timely .bullet-triangle-tertiary{--bullet-color:var(--color--tertiary)}.timely .bullet-triangle--yellow,.timely .bullet-triangle-yellow{--bullet-color:var(--color--yellow)}.timely .bullet-triangle--orange,.timely .bullet-triangle-orange{--bullet-color:var(--color--orange)}.timely .bullet-triangle--orange-dark,.timely .bullet-triangle-orange-dark{--bullet-color:var(--color--orange-dark)}.timely .bullet-triangle--magenta,.timely .bullet-triangle-magenta{--bullet-color:var(--color--magenta)}.timely .bullet-triangle--pink,.timely .bullet-triangle-pink{--bullet-color:var(--color--pink)}.timely .bullet-triangle--teal,.timely .bullet-triangle-teal{--bullet-color:var(--color--teal)}.timely .bullet-triangle--blue,.timely .bullet-triangle-blue{--bullet-color:var(--color--blue)}.timely .bullet-triangle--green,.timely .bullet-triangle-green{--bullet-color:var(--color--green)}.timely .bullet-triangle--turquoise,.timely .bullet-triangle-turquoise{--bullet-color:var(--color--turquoise)}.timely .bullet-triangle--turquoise-light,.timely .bullet-triangle-turquoise-light{--bullet-color:var(--color--turquoise-light)}.timely .bullet-triangle--lt-turquoise,.timely .bullet-triangle-lt-turquoise{--bullet-color:var(--color--lt-turquoise)}.timely .bullet-triangle--turquoise-light-hover,.timely .bullet-triangle-turquoise-light-hover{--bullet-color:var(--color--turquoise-light-hover)}.timely .bullet-triangle--turquoise-dark,.timely .bullet-triangle-turquoise-dark{--bullet-color:var(--color--turquoise-dark)}.timely .bullet-triangle--grey,.timely .bullet-triangle-grey{--bullet-color:var(--color--grey)}.timely .bullet-triangle--grey-17,.timely .bullet-triangle-grey-17{--bullet-color:var(--color--grey-17)}.timely .bullet-triangle--grey-18,.timely .bullet-triangle-grey-18{--bullet-color:var(--color--grey-18)}.timely .bullet-triangle--grey-med,.timely .bullet-triangle-grey-med{--bullet-color:var(--color--grey-med)}.timely .bullet-triangle--grey-medium,.timely .bullet-triangle-grey-medium{--bullet-color:var(--color--grey-medium)}.timely .bullet-triangle--grey-light,.timely .bullet-triangle-grey-light{--bullet-color:var(--color--grey-light)}.timely .bullet-triangle--grey-med-light,.timely .bullet-triangle-grey-med-light{--bullet-color:var(--color--grey-med-light)}.timely .bullet-triangle--grey-dark,.timely .bullet-triangle-grey-dark{--bullet-color:var(--color--grey-dark)}.timely .bullet-triangle--grey-blue,.timely .bullet-triangle-grey-blue{--bullet-color:var(--color--grey-blue)}.timely .bullet-triangle--charcoal,.timely .bullet-triangle-charcoal{--bullet-color:var(--color--charcoal)}.timely .bullet-triangle--charcoal-light,.timely .bullet-triangle-charcoal-light{--bullet-color:var(--color--charcoal-light)}.timely .bullet-triangle--charcoal-dark,.timely .bullet-triangle-charcoal-dark{--bullet-color:var(--color--charcoal-dark)}.timely .bullet-triangle--black,.timely .bullet-triangle-black{--bullet-color:var(--color--black)}.timely .bullet-triangle--white,.timely .bullet-triangle-white{--bullet-color:var(--color--white)}.timely .bullet-triangle--disabled,.timely .bullet-triangle-disabled{--bullet-color:var(--color--disabled)}.timely .bullet-triangle--error,.timely .bullet-triangle-error{--bullet-color:var(--color--error)}.timely .bullet-triangle--required,.timely .bullet-triangle-required{--bullet-color:var(--color--required)}.timely .text--highlight{font-weight:700}.timely .button--thin{height:4.4rem;min-width:26.7rem;display:flex;align-self:flex-start;width:100%;font-size:1.5rem}.timely .button__outline--yellow{background-color:var(--colour--black);color:var(--color--white);border:1px solid var(--color--yellow);padding:10px 24px;border-radius:22px;font-size:1.5rem;font-weight:600;text-decoration:none}.timely .button__outline--yellow .icon{color:var(--color--yellow);font-size:2.2rem;margin-right:8px}.timely .button__outline--yellow:active,.timely .button__outline--yellow:focus,.timely .button__outline--yellow:hover{background-color:var(--color--yellow);color:var(--color--black)}.timely .button__outline--yellow:active .icon,.timely .button__outline--yellow:focus .icon,.timely .button__outline--yellow:hover .icon{color:var(--colour--black)}#guaranteedATAR .module .module-content,#guaranteedATAR [data-module] .module-content,#timely2023 .module .module-content,#timely2023 [data-module] .module-content,#timely2024 .module .module-content,#timely2024 [data-module] .module-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:2rem}#guaranteedATAR .module-content ul{margin-top:0;margin-left:10px}#guaranteedATAR .module-content ul li{margin-bottom:0;margin-top:0;padding-left:15px}#guaranteedATAR .module-content ul+p{margin-top:0}#guaranteedATAR,#offers2024,#precop2024,#timely2023,#timely2024{margin:0;font-family:Open Sans,Arial,sans-serif;overflow:unset;--swiper-navigation-size:44px;--swiper-theme-color:var(--color--grey-medium);--swiper-scrollbar-drag-bg-color:var(--swiper-theme-color)}#guaranteedATAR.modaal-noscroll,#guaranteedATAR.modaal-noscroll #main-content__wrapper,#offers2024.modaal-noscroll,#offers2024.modaal-noscroll #main-content__wrapper,#precop2024.modaal-noscroll,#precop2024.modaal-noscroll #main-content__wrapper,#timely2023.modaal-noscroll,#timely2023.modaal-noscroll #main-content__wrapper,#timely2024.modaal-noscroll,#timely2024.modaal-noscroll #main-content__wrapper{overflow:hidden}#guaranteedATAR #main-content__wrapper,#offers2024 #main-content__wrapper,#precop2024 #main-content__wrapper,#timely2023 #main-content__wrapper,#timely2024 #main-content__wrapper{overflow:unset}#guaranteedATAR header,#offers2024 header,#precop2024 header,#timely2023 header,#timely2024 header{width:100%;padding:12px;height:74px;display:flex;flex-direction:row;background-color:var(--color--black);position:sticky;top:0;z-index:101;gap:1.6rem}#guaranteedATAR header nav[data-type=home-nav],#offers2024 header nav[data-type=home-nav],#precop2024 header nav[data-type=home-nav],#timely2023 header nav[data-type=home-nav],#timely2024 header nav[data-type=home-nav]{opacity:1;transition:opacity .75s}@media screen and (max-width:740px){#guaranteedATAR header nav[data-type=home-nav].fade-out,#offers2024 header nav[data-type=home-nav].fade-out,#precop2024 header nav[data-type=home-nav].fade-out,#timely2023 header nav[data-type=home-nav].fade-out,#timely2024 header nav[data-type=home-nav].fade-out{opacity:0;display:none}}#guaranteedATAR header nav[data-type=cta-nav],#offers2024 header nav[data-type=cta-nav],#precop2024 header nav[data-type=cta-nav],#timely2023 header nav[data-type=cta-nav],#timely2024 header nav[data-type=cta-nav]{display:flex;gap:16px;flex-direction:row;flex-grow:1;justify-content:flex-end;align-items:center;opacity:0}@media screen and (max-width:740px){#guaranteedATAR header nav[data-type=cta-nav],#offers2024 header nav[data-type=cta-nav],#precop2024 header nav[data-type=cta-nav],#timely2023 header nav[data-type=cta-nav],#timely2024 header nav[data-type=cta-nav]{justify-content:center;gap:8px}}#guaranteedATAR header nav[data-type=cta-nav].fade-in,#offers2024 header nav[data-type=cta-nav].fade-in,#precop2024 header nav[data-type=cta-nav].fade-in,#timely2023 header nav[data-type=cta-nav].fade-in,#timely2024 header nav[data-type=cta-nav].fade-in{opacity:1;transition:opacity .75s}#guaranteedATAR header nav[data-type=cta-nav] a,#guaranteedATAR header nav[data-type=cta-nav] button,#offers2024 header nav[data-type=cta-nav] a,#offers2024 header nav[data-type=cta-nav] button,#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button,#timely2023 header nav[data-type=cta-nav] a,#timely2023 header nav[data-type=cta-nav] button,#timely2024 header nav[data-type=cta-nav] a,#timely2024 header nav[data-type=cta-nav] button{display:flex;justify-content:center;align-items:center;font-family:Open Sans,Arial,sans-serif;cursor:pointer}@media screen and (max-width:1200px){#guaranteedATAR header nav[data-type=cta-nav] a,#guaranteedATAR header nav[data-type=cta-nav] button,#offers2024 header nav[data-type=cta-nav] a,#offers2024 header nav[data-type=cta-nav] button,#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button,#timely2023 header nav[data-type=cta-nav] a,#timely2023 header nav[data-type=cta-nav] button,#timely2024 header nav[data-type=cta-nav] a,#timely2024 header nav[data-type=cta-nav] button{min-width:22.1rem;padding:16px 20px}}@media screen and (min-width:741px) and (max-width:980px){#guaranteedATAR header nav[data-type=cta-nav] a,#guaranteedATAR header nav[data-type=cta-nav] button,#offers2024 header nav[data-type=cta-nav] a,#offers2024 header nav[data-type=cta-nav] button,#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button,#timely2023 header nav[data-type=cta-nav] a,#timely2023 header nav[data-type=cta-nav] button,#timely2024 header nav[data-type=cta-nav] a,#timely2024 header nav[data-type=cta-nav] button{min-width:17.1rem;padding:16px 12px}}@media screen and (max-width:740px){#guaranteedATAR header nav[data-type=cta-nav] a,#guaranteedATAR header nav[data-type=cta-nav] button,#offers2024 header nav[data-type=cta-nav] a,#offers2024 header nav[data-type=cta-nav] button,#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button,#timely2023 header nav[data-type=cta-nav] a,#timely2023 header nav[data-type=cta-nav] button,#timely2024 header nav[data-type=cta-nav] a,#timely2024 header nav[data-type=cta-nav] button{min-width:10.8rem;padding:16px 20px}}#guaranteedATAR [data-module=campus-tour-carousel],#offers2024 [data-module=campus-tour-carousel],#precop2024 [data-module=campus-tour-carousel],#timely2023 [data-module=campus-tour-carousel],#timely2024 [data-module=campus-tour-carousel]{background-color:#f8f8f8}@media screen and (max-width:740px){#guaranteedATAR [data-module=campus-tour-carousel],#offers2024 [data-module=campus-tour-carousel],#precop2024 [data-module=campus-tour-carousel],#timely2023 [data-module=campus-tour-carousel],#timely2024 [data-module=campus-tour-carousel]{padding-top:2rem!important;padding-bottom:2rem!important}}@media screen and (min-width:741px) and (max-width:980px){#guaranteedATAR [data-module=campus-tour-carousel],#offers2024 [data-module=campus-tour-carousel],#precop2024 [data-module=campus-tour-carousel],#timely2023 [data-module=campus-tour-carousel],#timely2024 [data-module=campus-tour-carousel]{padding-block:8rem}}@media screen and (min-width:741px) and (max-width:980px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content]{max-width:83rem}}@media screen and (min-width:981px) and (max-width:1200px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content]{max-width:97rem}}@media screen and (min-width:1201px) and (max-width:1600px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content]{max-width:120rem}}@media screen and (min-width:1601px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content],#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content]{max-width:139rem}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses{margin-top:2rem!important}@media screen and (min-width:1201px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses{width:clamp(50rem,100%,150rem);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:auto}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description{font-size:1.8rem}@media screen and (max-width:740px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description{padding-block:1.5rem;font-size:1.5rem}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:1fr}@media screen and (min-width:741px) and (max-width:980px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:981px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus{grid-template-columns:repeat(2,minmax(0,1fr))}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure,#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure img,#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture,#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture img,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure img,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture img,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure img,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture img,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure img,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture img,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus figure img,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus picture img{width:100%;height:100%;object-fit:cover;aspect-ratio:unset}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image{width:100%;margin:0;padding:0;display:block}@media screen and (min-width:981px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_image{grid-column:2;grid-row:1}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content{width:100%;min-height:25rem;margin:0;padding:1.2rem;background-color:var(--color--grey);color:var(--color--charcoal);display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;align-items:flex-start}@media screen and (min-width:981px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_content{grid-column:1;grid-row:1;width:100%;padding:4rem 2rem}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_title,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_title,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_title,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_title,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_title{width:100%;margin:0;padding:0;display:block;font-size:2.4rem;line-height:2.3rem;text-transform:uppercase}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description{width:100%;margin:0;padding:0;display:block}@media screen and (max-width:740px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description h2,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description h2,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description h2,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description h2,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description h2{font-size:1.6rem}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p{font-size:1.8rem}@media screen and (max-width:740px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_description>p{font-size:1.5rem}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta{width:100%;margin:0;padding:0;display:flex;justify-content:center;align-items:flex-start;margin-block-start:auto}@media screen and (max-width:740px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button{width:100%}}@media screen and (min-width:741px) and (max-width:980px){#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campus_cta .button{width:clamp(26rem,30rem,90%)}}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next{position:relative}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next:after,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next:after,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next:after,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next:after,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-next:after{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,97%,0) 0,#f8f8f8 6%);z-index:1;display:block;content:""}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-prev:after,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-prev:after,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-prev:after,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-prev:after,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper-slide.swiper-slide-prev:after{position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(270deg,hsla(0,0%,97%,0) 0,#f8f8f8 6%);z-index:1;display:block;content:""}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses:not(.swiper),#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses:not(.swiper),#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses:not(.swiper),#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses:not(.swiper),#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .campuses:not(.swiper){display:flex;flex-direction:column;gap:1rem}#guaranteedATAR [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper,#offers2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper,#precop2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper,#timely2023 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper,#timely2024 [data-module=campus-tour-carousel] [data-module-component=campus-tour-carousel--content] .swiper{height:50rem}#guaranteedATAR [data-module=footnotes],#offers2024 [data-module=footnotes],#precop2024 [data-module=footnotes],#timely2023 [data-module=footnotes],#timely2024 [data-module=footnotes]{padding:.5rem 0!important}#guaranteedATAR .timely-filter-popup,#offers2024 .timely-filter-popup,#precop2024 .timely-filter-popup,#timely2023 .timely-filter-popup,#timely2024 .timely-filter-popup{background-color:#fff;width:100vw;height:100vh;overflow:hidden}#guaranteedATAR .timely-filter-popup .modaal-container,#offers2024 .timely-filter-popup .modaal-container,#precop2024 .timely-filter-popup .modaal-container,#timely2023 .timely-filter-popup .modaal-container,#timely2024 .timely-filter-popup .modaal-container{box-shadow:none!important}#guaranteedATAR .timely-filter-popup .modaal-container,#guaranteedATAR .timely-filter-popup .modaal-content,#guaranteedATAR .timely-filter-popup .modaal-content-container,#offers2024 .timely-filter-popup .modaal-container,#offers2024 .timely-filter-popup .modaal-content,#offers2024 .timely-filter-popup .modaal-content-container,#precop2024 .timely-filter-popup .modaal-container,#precop2024 .timely-filter-popup .modaal-content,#precop2024 .timely-filter-popup .modaal-content-container,#timely2023 .timely-filter-popup .modaal-container,#timely2023 .timely-filter-popup .modaal-content,#timely2023 .timely-filter-popup .modaal-content-container,#timely2024 .timely-filter-popup .modaal-container,#timely2024 .timely-filter-popup .modaal-content,#timely2024 .timely-filter-popup .modaal-content-container{height:100%}#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper,#offers2024 .timely-filter-popup .modaal-inner-wrapper,#precop2024 .timely-filter-popup .modaal-inner-wrapper,#timely2023 .timely-filter-popup .modaal-inner-wrapper,#timely2024 .timely-filter-popup .modaal-inner-wrapper{padding:0}#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .modaal-content-container,#offers2024 .timely-filter-popup .modaal-inner-wrapper .modaal-content-container,#precop2024 .timely-filter-popup .modaal-inner-wrapper .modaal-content-container,#timely2023 .timely-filter-popup .modaal-inner-wrapper .modaal-content-container,#timely2024 .timely-filter-popup .modaal-inner-wrapper .modaal-content-container{padding:20px 10px}@media screen and (max-width:740px){#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop,#offers2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop,#precop2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop,#timely2023 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop,#timely2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop{display:flex;flex-direction:column;padding-bottom:10px;overflow-y:scroll;height:calc(100vh - 260px);align-content:flex-start;width:100%}}@media screen and (max-width:740px){#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .form-input-close,#offers2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .form-input-close,#precop2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .form-input-close,#timely2023 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .form-input-close,#timely2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .form-input-close{display:block;position:fixed;right:3px;z-index:99}}@media screen and (max-width:740px){#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .search-box,#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-mobile,#offers2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .search-box,#offers2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-mobile,#precop2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .search-box,#precop2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-mobile,#timely2023 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .search-box,#timely2023 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-mobile,#timely2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-desktop .search-box,#timely2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-mobile{display:none}}@media screen and (max-width:740px){#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-set,#offers2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-set,#precop2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-set,#timely2023 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-set,#timely2024 .timely-filter-popup .modaal-inner-wrapper .module__timely--filters-set{flex-direction:column}}#guaranteedATAR .timely-filter-popup .modaal-inner-wrapper .filter-checkbox-group,#offers2024 .timely-filter-popup .modaal-inner-wrapper .filter-checkbox-group,#precop2024 .timely-filter-popup .modaal-inner-wrapper .filter-checkbox-group,#timely2023 .timely-filter-popup .modaal-inner-wrapper .filter-checkbox-group,#timely2024 .timely-filter-popup .modaal-inner-wrapper .filter-checkbox-group{margin-top:0}#guaranteedATAR .swiper,#offers2024 .swiper,#precop2024 .swiper,#timely2023 .swiper,#timely2024 .swiper{isolation:isolate}#guaranteedATAR .swiper-vertical .swiper-button-next,#guaranteedATAR .swiper-vertical .swiper-button-prev,#offers2024 .swiper-vertical .swiper-button-next,#offers2024 .swiper-vertical .swiper-button-prev,#precop2024 .swiper-vertical .swiper-button-next,#precop2024 .swiper-vertical .swiper-button-prev,#timely2023 .swiper-vertical .swiper-button-next,#timely2023 .swiper-vertical .swiper-button-prev,#timely2024 .swiper-vertical .swiper-button-next,#timely2024 .swiper-vertical .swiper-button-prev{left:50%;transform:rotate(90deg);transform-origin:left center}#guaranteedATAR .swiper-vertical .swiper-button-prev,#offers2024 .swiper-vertical .swiper-button-prev,#precop2024 .swiper-vertical .swiper-button-prev,#timely2023 .swiper-vertical .swiper-button-prev,#timely2024 .swiper-vertical .swiper-button-prev{top:calc(var(--swiper-navigation-size) / 2)}#guaranteedATAR .swiper-vertical .swiper-button-next,#offers2024 .swiper-vertical .swiper-button-next,#precop2024 .swiper-vertical .swiper-button-next,#timely2023 .swiper-vertical .swiper-button-next,#timely2024 .swiper-vertical .swiper-button-next{top:auto;bottom:calc(var(--swiper-navigation-size) / 2)}#guaranteedATAR .pagination__dt--summary p,#offers2024 .pagination__dt--summary p,#precop2024 .pagination__dt--summary p,#timely2023 .pagination__dt--summary p,#timely2024 .pagination__dt--summary p{font-weight:400}#guaranteedATAR .module .grid,#offers2024 .module .grid,#precop2024 .module .grid,#timely2023 .module .grid,#timely2024 .module .grid{height:100%;display:flex;flex-direction:row;z-index:10}#guaranteedATAR .desktop,#offers2024 .desktop,#precop2024 .desktop,#timely2023 .desktop,#timely2024 .desktop{display:block;margin-left:5px}@media (max-width:1024px){#guaranteedATAR .desktop,#offers2024 .desktop,#precop2024 .desktop,#timely2023 .desktop,#timely2024 .desktop{display:none}}#guaranteedATAR header nav[data-type=home-nav] img{width:131px}@media screen and (max-width:740px){#guaranteedATAR header nav[data-type=cta-nav] a,#guaranteedATAR header nav[data-type=cta-nav] button{min-width:9.8rem;padding:16px 15px}}#guaranteedATAR .background--grey-custom{background-color:#f8f8f8}#guaranteedATAR .module-content-three-col{margin-top:0;display:flex;flex-direction:row;gap:20px}@media screen and (max-width:980px){#guaranteedATAR .module-content-three-col{flex-direction:column}}#guaranteedATAR .module-content-three-col .col{flex-basis:0;flex-grow:1}#guaranteedATAR .module-content-three-col h3{font-size:2rem!important;line-height:2.8rem!important;font-family:Open Sans,Arial,sans-serif!important;text-transform:none!important;margin-bottom:8px!important}#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar{justify-content:space-between}#offers2024 .module__cards--results-list .card--body-text .title a,#precop2024 .module__cards--results-list .card--body-text .title a,#timely2024 .module__cards--results-list .card--body-text .title a{font-weight:400;font-family:Open Sans Semi-bold}#precop2024 header,#timely2024 header{box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button,#timely2024 header nav[data-type=cta-nav] a,#timely2024 header nav[data-type=cta-nav] button{max-width:26.7rem}#precop2024 header nav[data-type=cta-nav].fade-in,#timely2024 header nav[data-type=cta-nav].fade-in{display:flex}@media (max-width:740px){#precop2024 header nav[data-type=cta-nav],#timely2024 header nav[data-type=cta-nav]{justify-content:space-between}#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button,#timely2024 header nav[data-type=cta-nav] a,#timely2024 header nav[data-type=cta-nav] button{min-width:9.3rem;padding:1.6rem 1.2rem}}@media (min-width:320px) and (max-width:359px){#precop2024 header nav[data-type=cta-nav] .icon,#timely2024 header nav[data-type=cta-nav] .icon{display:none}}#precop2024 [data-module=discover-pathway].discover-pathway-2024,#timely2024 [data-module=discover-pathway].discover-pathway-2024{display:flex;flex:1;flex-direction:column}@media (max-width:740px){#precop2024 [data-module=discover-pathway].discover-pathway-2024 .gridContainer,#timely2024 [data-module=discover-pathway].discover-pathway-2024 .gridContainer{grid-template-columns:1fr;gap:0}#precop2024 [data-module=discover-pathway].discover-pathway-2024 .gridContainer>div:not(:last-child),#timely2024 [data-module=discover-pathway].discover-pathway-2024 .gridContainer>div:not(:last-child){border-bottom:none}#precop2024 [data-module=discover-pathway].discover-pathway-2024 .flexContainer--2-col .cell+.cell,#timely2024 [data-module=discover-pathway].discover-pathway-2024 .flexContainer--2-col .cell+.cell{display:none}#precop2024 [data-module=discover-pathway].discover-pathway-2024 .discover-pathway__text .button,#timely2024 [data-module=discover-pathway].discover-pathway-2024 .discover-pathway__text .button{width:100%}}#precop2024 [data-module=timely-search] .module__timely--filters-set .filter button .filter-button-label,#timely2024 [data-module=timely-search] .module__timely--filters-set .filter button .filter-button-label{font-family:Open Sans Bold;font-family:Open Sans Bold,Arial,sans-serif;font-weight:700}#precop2024 [data-module=timely-search] .module__timely--filters-set .filter--popup button,#timely2024 [data-module=timely-search] .module__timely--filters-set .filter--popup button{max-width:26.7rem;min-width:26.7rem;width:100%}#precop2024 [data-module=timely-search] .module__timely--filters-set .desktop-label,#precop2024 [data-module=timely-search] .module__timely--filters-set .desktop-label.hide,#timely2024 [data-module=timely-search] .module__timely--filters-set .desktop-label,#timely2024 [data-module=timely-search] .module__timely--filters-set .desktop-label.hide{display:none}@media (max-width:740px){#precop2024 [data-module=timely-search] .module__timely--filters-mobile #timely-atar-mobile,#timely2024 [data-module=timely-search] .module__timely--filters-mobile #timely-atar-mobile{min-width:10.3rem;max-width:unset}#precop2024 [data-module=timely-search] .module__timely--filters-mobile #show-mobile-filters,#timely2024 [data-module=timely-search] .module__timely--filters-mobile #show-mobile-filters{max-width:unset;min-width:10.6rem;width:auto}#precop2024 [data-module=timely-search] .module__cards--results .card--body-image,#timely2024 [data-module=timely-search] .module__cards--results .card--body-image{display:none}}@media (min-width:741px){#precop2024 [data-module=timely-search] .module__timely--filters-set .filter--popup.filter--medium,#timely2024 [data-module=timely-search] .module__timely--filters-set .filter--popup.filter--medium{min-width:30.4rem}}@media screen and (min-width:741px) and (max-width:980px){#precop2024 [data-module=timely-search] .module__timely--filters-desktop>div button,#timely2024 [data-module=timely-search] .module__timely--filters-desktop>div button{width:100%}#precop2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(2),#timely2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(2){width:10.8rem}#precop2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(2) .filter-button-label,#timely2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(2) .filter-button-label{margin-right:4px!important}#precop2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(3),#timely2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(3){width:14.5rem}#precop2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(4),#timely2024 [data-module=timely-search] .module__timely--filters-desktop>div:nth-child(4){width:12.8rem}#precop2024 [data-module=timely-search] .module__timely--filters-desktop .search-box,#timely2024 [data-module=timely-search] .module__timely--filters-desktop .search-box{max-width:18.2rem}#precop2024 [data-module=timely-search] .module__timely--filters-desktop .timely-text-submit,#timely2024 [data-module=timely-search] .module__timely--filters-desktop .timely-text-submit{margin:0;padding:0;width:auto}}@media (min-width:1201px){#precop2024 [data-module=timely-search] .module__timely--filters-set .desktop-label,#timely2024 [data-module=timely-search] .module__timely--filters-set .desktop-label{display:inline}}@media screen and (min-width:741px) and (max-width:980px){#precop2024 .cell--8-col,#timely2024 .cell--8-col{min-width:69.6rem}#precop2024 .cell,#timely2024 .cell{padding:0}}#precop2024 h1[class*=univers],#precop2024 h2[class*=univers],#precop2024 h3[class*=univers],#precop2024 h4[class*=univers],#precop2024 h5[class*=univers]{font-weight:400}#precop2024 [data-module] .module-content{display:initial;gap:unset}#precop2024 [data-module] .module-content p{margin-top:2rem}#precop2024 [data-module] .module-content h3+p,#precop2024 [data-module] .module-content h4+p,#precop2024 [data-module] .module-content h5+p,#precop2024 [data-module] .module-content h6+p{margin-top:calc(2rem - 9px)}@media screen and (max-width:1200px){#precop2024 header nav[data-type=cta-nav] a,#precop2024 header nav[data-type=cta-nav] button{min-width:8rem}}.timely section[data-module=hero-banner]+section[data-module=campus-event-tiles]{margin-top:-2px;padding-top:0}@media screen and (min-width:741px){.timely section[data-module=hero-banner]+section[data-module=campus-event-tiles]{padding-top:4.4rem}}@media screen and (min-width:1201px){.timely section[data-module=hero-banner]+section[data-module=campus-event-tiles]{padding-top:4rem}}@media screen and (min-width:1601px){.timely section[data-module=hero-banner]+section[data-module=campus-event-tiles]{padding-top:2rem}}.timely section[data-module=campus-event-tiles] .campus-event-tiles{--_card-padding-right:1.1rem;--_card-notch-colour:var(--color-grey);--_card-content-gap:0.2rem;display:flex;flex-direction:column;gap:.8rem}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile{text-decoration:none;display:flex;flex-direction:column;gap:var(--_card-content-gap);position:relative;color:var(--text-white);background-color:var(--color-magenta);font-family:var(--font-univers);font-weight:400;padding:1.2rem var(--_card-padding-right) 1.2rem 1.6rem}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:before{content:"";width:5.861px;height:100%;display:block;position:absolute;top:0;left:0;bottom:0;background-color:var(--_card-notch-colour)}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__location{order:100;margin:0;padding:0;width:auto;height:25px;font-family:var(--font-univers);font-size:22px;line-height:33px;font-weight:400;font-style:normal;text-transform:uppercase;flex-shrink:0}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__location--suffix{display:none}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__date{order:-100;width:auto;height:16px;font-family:var(--font-univers);font-size:15px;line-height:17px;font-weight:400;font-style:normal;text-transform:uppercase;flex-shrink:0}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__time{order:200;width:auto;height:23.138px;font-family:var(--font--opensans);font-size:15px;line-height:normal;font-weight:400;font-style:normal;flex-shrink:0}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button{order:99999;font-family:var(--font--opensans);font-size:1.5rem;font-weight:700;text-transform:uppercase;display:inline-flex;place-items:center;place-content:center;position:absolute;right:var(--_card-padding-right);top:50%;transform:translateY(-50%);text-indent:-1000%;white-space:nowrap;overflow:hidden}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button [class*=ico]{position:absolute;inset:0;display:flex;flex-direction:column;place-content:center;place-items:center;vertical-align:middle;text-indent:0;white-space:normal;overflow:initial}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button,.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button [class*=ico]{width:2.2rem;height:2.2rem;border-radius:99999rem;background-color:var(--bg-white);color:var(--text-magenta)}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:focus,.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:focus-within,.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:hover{--_card-notch-colour:var(--color-magenta);text-decoration:none;color:var(--text-magenta);background-color:var(--color-grey)}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:focus-within .campus-event-tile__button,.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:focus-within .campus-event-tile__button [class*=ico],.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:focus .campus-event-tile__button,.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:focus .campus-event-tile__button [class*=ico],.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:hover .campus-event-tile__button,.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:hover .campus-event-tile__button [class*=ico]{background-color:var(--bg-magenta);color:var(--text-white)}@media screen and (min-width:741px){.timely section[data-module=campus-event-tiles] .campus-event-tiles{--_card-content-gap:2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile{width:100%;min-height:241px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;align-self:stretch;padding:2rem}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile>*{text-align:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile:before{content:"";width:100%;height:8px;display:block;position:absolute;top:0;left:0;right:0;bottom:unset;background-color:var(--_card-notch-colour)}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__location{width:100%;height:90px;font-size:28px;line-height:30px;text-align:center;letter-spacing:-1px;display:flex;flex-direction:column;justify-content:center;align-self:stretch}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__location--suffix{display:inline-block}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__date{width:auto;height:auto;padding:4px;font-size:24px;line-height:28px;letter-spacing:-1px;display:flex;justify-content:center;align-items:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__time{margin-top:auto;width:auto;height:27px;font-size:20px;font-weight:600;line-height:normal;text-align:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button{width:100%;height:32px;padding:0 16px;font-family:var(--font--opensans);font-size:15px;line-height:normal;font-weight:700;font-style:normal;display:flex;justify-content:center;align-items:center;align-self:stretch;position:relative;top:auto;right:auto;transform:none;text-indent:0;white-space:nowrap;overflow:initial}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button [class*=ico]{display:none}}@media screen and (min-width:1201px){.timely section[data-module=campus-event-tiles] .campus-event-tiles{grid-template-columns:repeat(4,minmax(0,1fr))}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile{width:auto;height:auto}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__location{width:100%;height:90px;font-size:28px;line-height:30px;text-align:center;letter-spacing:-1px;display:flex;flex-direction:column;justify-content:center;align-self:stretch}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__date{width:auto;height:auto;padding:4px;font-size:24px;line-height:28px;letter-spacing:-1px;text-align:center;display:flex;justify-content:center;align-items:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__time{width:auto;height:27px;font-size:20px;font-weight:600;line-height:normal;text-align:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button{width:100%;height:32px;padding:0 16px;font-family:var(--font--opensans);font-size:15px;line-height:normal;font-weight:700;font-style:normal;display:flex;justify-content:center;align-items:center;align-self:stretch}}@media screen and (min-width:1601px){.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile{width:100%;height:auto}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__location{width:100%;height:90px;font-size:28px;line-height:30px;text-align:center;letter-spacing:-1px;display:flex;flex-direction:column;justify-content:center;align-self:stretch}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__date{width:auto;height:auto;padding:4px;font-size:24px;line-height:28px;letter-spacing:-1px;display:flex;justify-content:center;align-items:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__time{width:auto;height:27px;font-size:20px;font-weight:600;line-height:normal;text-align:center}.timely section[data-module=campus-event-tiles] .campus-event-tiles .campus-event-tile__button{width:100%;height:32px;padding:0 16px;font-family:var(--font--opensans);font-size:15px;line-height:normal;font-weight:700;font-style:normal;display:flex;justify-content:center;align-items:center;align-self:stretch}}.timely [data-module=calculate-atar] .button{margin-top:0;font-family:var(--font-opensans);font-size:1.5rem;font-weight:var(--font-semibold)}.timely [data-module=calculate-atar] .button--thin{width:100%;max-width:26.7rem}.timely [data-module=calculate-atar] a,.timely [data-module=calculate-atar] a:focus,.timely [data-module=calculate-atar] a:hover{color:#fff}@media screen and (max-width:740px){.timely [data-module=calculate-atar]{padding:2rem 0!important}.timely [data-module=calculate-atar] .button--thin{max-width:100%}}#guaranteedATAR [data-module=calculate-atar] p,#timely2023 [data-module=calculate-atar] p,#timely2024 [data-module=calculate-atar] p{margin-top:0}#guaranteedATAR section[data-module=hero-banner]+[data-module=copy-callout],#precop2024 section[data-module=hero-banner]+[data-module=copy-callout],#timely2023 section[data-module=hero-banner]+[data-module=copy-callout],#timely2024 section[data-module=hero-banner]+[data-module=copy-callout]{margin-top:-21rem}@media screen and (max-width:740px){#guaranteedATAR section[data-module=hero-banner]+[data-module=copy-callout],#precop2024 section[data-module=hero-banner]+[data-module=copy-callout],#timely2023 section[data-module=hero-banner]+[data-module=copy-callout],#timely2024 section[data-module=hero-banner]+[data-module=copy-callout]{margin-top:-36rem}}#guaranteedATAR [data-module=copy-callout],#guaranteedATAR [data-module=need-support],#precop2024 [data-module=copy-callout],#precop2024 [data-module=need-support],#timely2023 [data-module=copy-callout],#timely2023 [data-module=need-support],#timely2024 [data-module=copy-callout],#timely2024 [data-module=need-support]{padding:0!important}#guaranteedATAR [data-module=copy-callout] .module__copy-callout,#guaranteedATAR [data-module=need-support] .module__copy-callout,#precop2024 [data-module=copy-callout] .module__copy-callout,#precop2024 [data-module=need-support] .module__copy-callout,#timely2023 [data-module=copy-callout] .module__copy-callout,#timely2023 [data-module=need-support] .module__copy-callout,#timely2024 [data-module=copy-callout] .module__copy-callout,#timely2024 [data-module=need-support] .module__copy-callout{padding-top:2rem;padding-bottom:2rem}#guaranteedATAR [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#guaranteedATAR [data-module=need-support] .module__copy-callout.copy-callout-no-cta,#precop2024 [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#precop2024 [data-module=need-support] .module__copy-callout.copy-callout-no-cta,#timely2023 [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#timely2023 [data-module=need-support] .module__copy-callout.copy-callout-no-cta,#timely2024 [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#timely2024 [data-module=need-support] .module__copy-callout.copy-callout-no-cta{padding-top:4rem;padding-bottom:4rem}@media screen and (max-width:740px){#guaranteedATAR [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#guaranteedATAR [data-module=need-support] .module__copy-callout.copy-callout-no-cta,#precop2024 [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#precop2024 [data-module=need-support] .module__copy-callout.copy-callout-no-cta,#timely2023 [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#timely2023 [data-module=need-support] .module__copy-callout.copy-callout-no-cta,#timely2024 [data-module=copy-callout] .module__copy-callout.copy-callout-no-cta,#timely2024 [data-module=need-support] .module__copy-callout.copy-callout-no-cta{padding-top:2rem;padding-bottom:2rem}}#guaranteedATAR [data-module=copy-callout] .module__copy-callout h2+p,#guaranteedATAR [data-module=need-support] .module__copy-callout h2+p,#precop2024 [data-module=copy-callout] .module__copy-callout h2+p,#precop2024 [data-module=need-support] .module__copy-callout h2+p,#timely2023 [data-module=copy-callout] .module__copy-callout h2+p,#timely2023 [data-module=need-support] .module__copy-callout h2+p,#timely2024 [data-module=copy-callout] .module__copy-callout h2+p,#timely2024 [data-module=need-support] .module__copy-callout h2+p{margin-top:1rem}#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar{width:100%;display:flex;flex-direction:row;gap:2rem;justify-content:center;margin-top:1rem}@media screen and (max-width:1200px){#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar{justify-content:space-between}}@media screen and (max-width:740px){#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar{flex-direction:column}}@media screen and (max-width:1200px){#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar a,#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar button,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar a,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar button,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar a,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar button,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar a,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar button,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar a,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar button,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar a,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar button,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar a,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar button,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar a,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar button{min-width:21.9rem;padding:16px 18px}}@media screen and (max-width:740px){#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar a,#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar button,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar a,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar button,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar a,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar button,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar a,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar button,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar a,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar button,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar a,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar button,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar a,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar button,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar a,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar button{width:100%}}#guaranteedATAR [data-module=copy-callout] .module__copy-callout--cta-bar i,#guaranteedATAR [data-module=need-support] .module__copy-callout--cta-bar i,#precop2024 [data-module=copy-callout] .module__copy-callout--cta-bar i,#precop2024 [data-module=need-support] .module__copy-callout--cta-bar i,#timely2023 [data-module=copy-callout] .module__copy-callout--cta-bar i,#timely2023 [data-module=need-support] .module__copy-callout--cta-bar i,#timely2024 [data-module=copy-callout] .module__copy-callout--cta-bar i,#timely2024 [data-module=need-support] .module__copy-callout--cta-bar i{font-size:2rem;margin-right:8px}#guaranteedATAR section[data-module=copy-callout] .module__copy-callout--heading,#precop2024 section[data-module=copy-callout] .module__copy-callout--heading,#timely2023 section[data-module=copy-callout] .module__copy-callout--heading,#timely2024 section[data-module=copy-callout] .module__copy-callout--heading{color:#fff}#guaranteedATAR section[data-module=copy-callout] .module__copy-callout--heading h2,#precop2024 section[data-module=copy-callout] .module__copy-callout--heading h2,#timely2023 section[data-module=copy-callout] .module__copy-callout--heading h2,#timely2024 section[data-module=copy-callout] .module__copy-callout--heading h2{color:#ffd923}#guaranteedATAR section[data-module=copy-callout] .module__copy-callout--heading p,#precop2024 section[data-module=copy-callout] .module__copy-callout--heading p,#timely2023 section[data-module=copy-callout] .module__copy-callout--heading p,#timely2024 section[data-module=copy-callout] .module__copy-callout--heading p{margin:2rem 0}#guaranteedATAR section[data-module=copy-callout] .module__copy-callout--cta-bar,#precop2024 section[data-module=copy-callout] .module__copy-callout--cta-bar,#timely2023 section[data-module=copy-callout] .module__copy-callout--cta-bar,#timely2024 section[data-module=copy-callout] .module__copy-callout--cta-bar{margin:2rem 0 1.7rem}#guaranteedATAR section[data-module=copy-callout] .module__copy-callout--cta-bar i.icon,#precop2024 section[data-module=copy-callout] .module__copy-callout--cta-bar i.icon,#timely2023 section[data-module=copy-callout] .module__copy-callout--cta-bar i.icon,#timely2024 section[data-module=copy-callout] .module__copy-callout--cta-bar i.icon{color:currentColor}#guaranteedATAR [data-module=copy-callout-no-cta],#precop2024 [data-module=copy-callout-no-cta],#timely2023 [data-module=copy-callout-no-cta],#timely2024 [data-module=copy-callout-no-cta]{padding:0}#guaranteedATAR [data-module=copy-callout-no-cta] .module__copy-callout--turqouise,#precop2024 [data-module=copy-callout-no-cta] .module__copy-callout--turqouise,#timely2023 [data-module=copy-callout-no-cta] .module__copy-callout--turqouise,#timely2024 [data-module=copy-callout-no-cta] .module__copy-callout--turqouise{background-color:#58bcaf}@media screen and (max-width:740px){#guaranteedATAR [data-module=copy-callout-no-cta] .module__copy-callout--turqouise,#precop2024 [data-module=copy-callout-no-cta] .module__copy-callout--turqouise,#timely2023 [data-module=copy-callout-no-cta] .module__copy-callout--turqouise,#timely2024 [data-module=copy-callout-no-cta] .module__copy-callout--turqouise{padding-top:4rem!important;padding-bottom:4rem!important}}#guaranteedATAR [data-module=copy-callout-no-cta] .module__content-panel,#precop2024 [data-module=copy-callout-no-cta] .module__content-panel,#timely2023 [data-module=copy-callout-no-cta] .module__content-panel,#timely2024 [data-module=copy-callout-no-cta] .module__content-panel{color:#363635}#guaranteedATAR [data-module=copy-callout-no-cta] .module__content-panel h2,#precop2024 [data-module=copy-callout-no-cta] .module__content-panel h2,#timely2023 [data-module=copy-callout-no-cta] .module__content-panel h2,#timely2024 [data-module=copy-callout-no-cta] .module__content-panel h2{line-height:1em}#guaranteedATAR [data-module=copy-callout-no-cta] .module__content-panel p,#precop2024 [data-module=copy-callout-no-cta] .module__content-panel p,#timely2023 [data-module=copy-callout-no-cta] .module__content-panel p,#timely2024 [data-module=copy-callout-no-cta] .module__content-panel p{margin:0}#guaranteedATAR [data-module=copy-callout-no-cta] .module__content-panel .module__copy-callout--heading h2+p,#precop2024 [data-module=copy-callout-no-cta] .module__content-panel .module__copy-callout--heading h2+p,#timely2023 [data-module=copy-callout-no-cta] .module__content-panel .module__copy-callout--heading h2+p,#timely2024 [data-module=copy-callout-no-cta] .module__content-panel .module__copy-callout--heading h2+p{margin:2rem 0}#guaranteedATAR [data-module=copy-callout-no-cta] .content-cta a,#precop2024 [data-module=copy-callout-no-cta] .content-cta a,#timely2023 [data-module=copy-callout-no-cta] .content-cta a,#timely2024 [data-module=copy-callout-no-cta] .content-cta a{color:#363635;position:relative;padding-left:3rem}#guaranteedATAR [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before,#precop2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before,#timely2023 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before,#timely2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before{background-color:#363635}#guaranteedATAR [data-module=copy-callout-no-cta] .content-cta a.arrow_link .icon,#guaranteedATAR [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before,#precop2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link .icon,#precop2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before,#timely2023 [data-module=copy-callout-no-cta] .content-cta a.arrow_link .icon,#timely2023 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before,#timely2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link .icon,#timely2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:before{position:absolute;top:50%;transform:translateY(-50%)}#guaranteedATAR [data-module=copy-callout-no-cta] .content-cta a.arrow_link:hover:before,#precop2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:hover:before,#timely2023 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:hover:before,#timely2024 [data-module=copy-callout-no-cta] .content-cta a.arrow_link:hover:before{border-color:var(--icon-link-icon--border-hover,var(--color--primary));background-color:var(--icon-link-icon--background-hover,var(--color--white));color:var(--icon-link-icon--color-hover,var(--color--primary))}#precop2024 [data-module=copy-callout-guaranteed-atar]{padding-block:4rem}#precop2024:not(.offers2024) [data-module=copy-callout--need-help]{padding-block:2rem}.timely .atar-legend{list-style:none;padding:0}.timely .atar-legend li{background:none;padding:0;margin-top:0;margin-bottom:4px}.timely .atar-legend li:last-child{margin-bottom:0}.timely .atar-legend li span{font-weight:700}.timely [data-module=timely-search]{z-index:10!important}@media screen and (max-width:740px){.timely [data-module=timely-search]{padding:2rem 0}}.timely [data-module=timely-search] .module__timely--filters form{display:flex;flex-direction:row;width:100%}.timely [data-module=timely-search] .module__timely--filters form button[type=reset]{margin-top:0;width:100px;height:46px;line-height:.7em;min-width:unset}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters form button[type=reset],.timely [data-module=timely-search] .module__timely--filters form button[type=submit]{display:none}}.timely [data-module=timely-search] .module__timely--filters-desktop{display:flex;gap:8px;flex-grow:1}@media screen and (min-width:981px) and (max-width:1200px){.timely [data-module=timely-search] .module__timely--filters-desktop{flex-wrap:nowrap}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=timely-search] .module__timely--filters-desktop{flex-wrap:nowrap}}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-desktop{display:none}}.timely [data-module=timely-search] .module__timely--filters-desktop .form-input-close,.timely [data-module=timely-search] .module__timely--filters-mobile{display:none}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-mobile{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:36px;gap:8px;margin-top:0!important}}.timely [data-module=timely-search] .module__timely--filters-mobile .mobile-atar{grid-column:1;grid-row:1;justify-content:flex-start;gap:0;color:#1a1a1a}.timely [data-module=timely-search] .module__timely--filters-mobile .mobile-atar .filter-button-label{margin-right:8px;font-weight:600}.timely [data-module=timely-search] .module__timely--filters-mobile .mobile-atar .filter-atar-value{min-width:2rem}.timely [data-module=timely-search] .module__timely--filters-mobile .mobile-filter{grid-column:2;grid-row:1}.timely [data-module=timely-search] .module__timely--filters-mobile .mobile-reset{grid-column:3;grid-row:1;margin-top:0;border-radius:22px;width:72px;justify-self:flex-end}.timely [data-module=timely-search] .module__timely--filters-mobile .search-box-mobile{grid-column:1/4;grid-row:2;border:1px solid #8a8a8a;display:flex;flex-direction:row-reverse;gap:8px;padding:0 12px;background-color:#fff;border-radius:4px;flex-grow:1}.timely [data-module=timely-search] .module__timely--filters-mobile .search-box-mobile svg{width:24px;height:24px;top:3px;position:relative}.timely [data-module=timely-search] .module__timely--filters-mobile .search-box-mobile span{display:none}.timely [data-module=timely-search] .module__timely--filters-mobile .search-box-mobile input[type=text]{border:0}.timely [data-module=timely-search] .module__timely--filters-mobile>button{display:flex;flex-direction:row;align-items:center;border:1px solid var(--color--grey-medium,#8a8a8a);border-radius:4px;padding:8px;color:var(--color--grey-medium,#8a8a8a);min-width:59px;justify-content:center;max-width:120px}.timely [data-module=timely-search] .module__timely--filters-mobile>button.mobile-atar{justify-content:flex-start}.timely [data-module=timely-search] .module__timely--filters-mobile>button.mobile-filter{gap:4px;justify-content:flex-start;width:120px}.timely [data-module=timely-search] .module__timely--filters-mobile>button.mobile-filter .icon{font-size:1.65rem}.timely [data-module=timely-search] .module__timely--filters-mobile>button.mobile-filter .filter-button-text{color:#1a1a1a;font-weight:600}.timely [data-module=timely-search] .module__timely--filters-mobile>button.mobile-filter .filter-button-count{border-radius:50%;color:var(--color--white,#fff);line-height:2.1rem}.timely [data-module=timely-search] .module__timely--filters-mobile>button.mobile-filter .filter-button-count.has-count{background-color:var(--color--primary,#0b7161);width:20px;height:20px}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-buttons{display:flex;flex-direction:column;gap:8px;padding-top:10px}}.timely [data-module=timely-search] .module__timely--filters-buttons button[type=submit]{display:none}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-buttons button[type=submit]{display:block}}.timely [data-module=timely-search] .module__timely--filters-set{display:flex;flex-direction:row;flex-grow:1;gap:8px}.timely [data-module=timely-search] .module__timely--filters-set .search-box{border:1px solid #8a8a8a;display:flex;flex-direction:row-reverse;gap:8px;padding:0 12px;background-color:#fff;border-radius:12px;flex-grow:1}.timely [data-module=timely-search] .module__timely--filters-set .search-box svg{width:24px;height:24px;top:3px;position:relative}.timely [data-module=timely-search] .module__timely--filters-set .search-box span{display:none}.timely [data-module=timely-search] .module__timely--filters-set .search-box input[type=text]{border:0}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup{display:none;position:absolute;background-color:var(--color--white,#fff);padding:20px;border:1px solid var(--color--grey-medium,#8a8a8a);border-radius:12px;margin-top:2px;z-index:2}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup{position:unset;left:10px;width:calc(100vw - 20px);border-radius:4px;padding:6px 20px}}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup.filter--small{min-width:250px}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup.filter--medium{min-width:300px}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup.filter--large{min-width:47rem}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup[aria-expanded=true]{display:flex;flex-direction:column;box-shadow:0 8px 12px 12px #00000040}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup[aria-expanded=true]{box-shadow:none;min-width:unset;width:calc(100vw - 54px)}}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form{display:flex;flex-direction:column;align-items:center}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .heading{font-weight:700;margin-bottom:0}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-input{display:flex;flex-direction:row;align-items:flex-end;gap:.8rem;margin-top:0}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-input .atar-decimal{font-size:6rem;color:#8a8a8a;line-height:7rem}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-input input{color:#8a8a8a;-moz-appearance:textfield;border-bottom:2px solid #8a8a8a;text-align:center;width:4.5rem;font-size:8rem;padding:0}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-input input::-webkit-inner-spin-button,.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-input input.valid{color:#0b7161}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-buttons{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-buttons .cancel{color:#8a8a8a;font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-buttons .cancel{display:none}}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-buttons .reset{display:none;color:#8a8a8a;font-family:Open Sans,Arial,sans-serif}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter--atar-form .atar-buttons .reset{display:block}}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter-checkbox-group li{padding-left:0;background:none;display:flex}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter-checkbox-group li:first-of-type{margin-top:0}}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter-checkbox-group li .custom-checkbox[type=checkbox]:checked+label:after{content:"\e93e";font-family:icomoon!important;font-size:1.4rem;line-height:1;color:var(--checkbox-color);position:absolute;left:3px;top:3px}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter-checkbox-group li label{cursor:pointer}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter-checkbox-group li label{display:flex;font-size:1.8rem}}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup .filter-checkbox-group li label:before{content:"";top:11px}.timely [data-module=timely-search] .module__timely--filters-set .filter--popup button{margin-top:8px;border-radius:22px!important;max-width:267px;align-self:center;display:block}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter--popup button{display:none!important}}.timely [data-module=timely-search] .module__timely--filters-set .filter button{display:flex;flex-direction:row;align-items:center;border:1px solid var(--color--grey-medium,#5a5a5a);border-radius:12px;padding:11px 16px}@media screen and (max-width:1200px){.timely [data-module=timely-search] .module__timely--filters-set .filter button{padding:11px}}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter button{width:calc(100vw - 54px);border-radius:4px}}.timely [data-module=timely-search] .module__timely--filters-set .filter button .filter-button-label{margin-right:8px;font-weight:600}.timely [data-module=timely-search] .module__timely--filters-set .filter button .filter-atar-value{min-width:4rem}.timely [data-module=timely-search] .module__timely--filters-set .filter button .filter-button-count{width:20px;height:20px;border-radius:50%;color:var(--color--white,#fff);line-height:2rem}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--filters-set .filter button .filter-button-count{width:16px;height:16px;line-height:1.6rem;font-size:1.2rem}}.timely [data-module=timely-search] .module__timely--filters-set .filter button .filter-button-count.has-count{background-color:var(--color--primary,#0b7161)}.timely [data-module=timely-search] .module__timely--filters-set .filter button[aria-pressed=true]{background-color:#f8f8f8}.timely [data-module=timely-search] .module__timely--filters-set .filter--date{display:none}.timely [data-module=timely-search] .module__timely--filters-set .filter--date button{width:250px}.timely [data-module=timely-search] .module__timely--filters-set .filter--date button .filter-date-values{color:var(--color--grey-medium,#8a8a8a)}.timely [data-module=timely-search] .module__timely--filters-set .filter--date .daterangepicker{box-shadow:0 8px 12px 12px #00000040;top:42px!important;left:0!important;margin-top:9px;border:1px solid var(--color--grey-medium,#8a8a8a)}.timely [data-module=timely-search] .module__timely--filters-set .filter--date .daterangepicker .drp-buttons{display:flex;flex-direction:row;border-top:none!important;gap:8px}.timely [data-module=timely-search] .module__timely--filters-set .filter--date .daterangepicker .drp-buttons button{width:122px!important;height:44px!important;border-radius:22px!important;min-width:unset;margin-left:0}.timely [data-module=timely-search] .module__timely--filters-set .filter--date .daterangepicker .drp-selected{display:none!important}.timely [data-module=timely-search] .module__timely--results{margin-top:20px}.timely [data-module=timely-search] .module__timely--results-list{display:grid;row-gap:20px;column-gap:32px;grid-template-columns:1fr 1fr 1fr}@media screen and (min-width:981px) and (max-width:1200px){.timely [data-module=timely-search] .module__timely--results-list{grid-template-columns:1fr 1fr}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=timely-search] .module__timely--results-list{grid-template-columns:1fr 1fr}}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--results-list{grid-template-columns:1fr;column-gap:0}}.timely [data-module=timely-search] .module__timely--results-list .card{border:1px solid var(--color--grey-medium,#8a8a8a);border-radius:12px;background-color:var(--color--white,#fff);transition:background-color 1s linear;padding-bottom:1.6rem;display:flex;flex-direction:column}.timely [data-module=timely-search] .module__timely--results-list .card:hover .card--header{background-color:var(--color--primary,#0b7161)}.timely [data-module=timely-search] .module__timely--results-list .card:hover .card--body-image .img{transform:scale(1.15)}.timely [data-module=timely-search] .module__timely--results-list .card .card--header{background-color:var(--color--charcoal,#363635);border-top-right-radius:12px;border-top-left-radius:12px;height:12px;transition:background-color 1s linear}.timely [data-module=timely-search] .module__timely--results-list .card .card--body{height:calc(100% - 12px);background-color:#fff;display:flex;flex-direction:column}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-image{aspect-ratio:16/9;overflow:hidden;position:relative}@media screen and (max-width:740px){.timely [data-module=timely-search] .module__timely--results-list .card .card--body-image{display:none}}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-image:hover button:before{border-color:var(--icon-link-icon--border-hover,var(--color--primary,#0b7161));background-color:var(--icon-link-icon--background-hover,var(--color--white,#fff));color:var(--icon-link-icon--color-hover,var(--color--primary,#0b7161))}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-image:hover button:after{border-color:transparent transparent transparent var(--color--primary,#0b7161)}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-image .img{transition:transform 1s;background-position:50%;width:100%;height:100%;display:block}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text{padding:16px 16px 0;background-color:#fff;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .title a{font-weight:400;font-family:Open Sans Semi-bold}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .description p{line-height:1.7rem;font-size:1.2rem}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .atar{gap:1rem;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .atar-heading{font-weight:700}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:0}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus{display:flex;flex-direction:row;color:#363635;font-size:1.2rem;line-height:1.7rem;gap:.4rem;align-items:center}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name{border-style:solid;border-width:1px;padding:0 4px;min-width:2.8rem;text-align:center;position:relative}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name[data-title]:after{content:attr(data-title);background-color:#fff;font-size:1.2rem;line-height:1.4rem;color:#363635;padding:2px 8px;width:13rem;opacity:0;visibility:hidden;position:absolute;transform:translateY(-110%);font-weight:400;border-radius:4px;text-align:left;left:40%;top:-.5px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);z-index:9}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name[data-title]:before{visibility:hidden;opacity:0;border:.4rem solid transparent;border-top-color:#fff;content:"";position:absolute;top:-4px;left:42%;width:0;height:0;z-index:10}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name.burwood{color:#ff9300;border-color:#ff9300}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name.waterfront{border-color:#ffd923}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name.waurnponds{border-color:#58bcaf;color:#58bcaf}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name.warrnambool{border-color:#ac3382;color:#ac3382}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name.online{border-color:#363635}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name:not(.disabled):hover:after,.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus-name:not(.disabled):hover:before{opacity:1;transition:all .1s ease .2s;visibility:visible}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus.disabled .campus-name{background-color:#f8f8f8;border-color:#f8f8f8;color:#8a8a8a}.timely [data-module=timely-search] .module__timely--results-list .card .card--body-text .campus-list .campus.disabled .campus-score{color:#8a8a8a}#guaranteedATAR .atar-legend span{text-transform:uppercase}#precop2024 [data-module=course-listing]{padding-top:2rem}#precop2024 [data-module=course-listing] p{margin-top:1.5rem}.timely [data-module=discover-pathway]{display:flex;flex-direction:column;gap:2rem}.timely [data-module=discover-pathway] h3{margin-bottom:0}.timely [data-module=discover-pathway] h3+p{margin-top:15px}.timely [data-module=discover-pathway] h4{font-size:1.5rem}.timely [data-module=discover-pathway] .button{font-family:var(--font-opensans);font-size:1.5rem;font-weight:var(--font-semibold)}.timely [data-module=discover-pathway] .graphic{max-width:44.7rem;width:100%;position:relative;display:none;padding:0;margin-right:0}.timely [data-module=discover-pathway] .graphic .shapes{position:absolute;top:-7rem;width:100%}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=discover-pathway] .graphic{display:block}}@media screen and (min-width:981px){.timely [data-module=discover-pathway] .graphic{margin-right:2.6rem;display:block}}.timely [data-module=discover-pathway] .graphic img{height:auto;width:100%}.timely [data-module=discover-pathway] .graphic .shape{position:absolute;opacity:0}.timely [data-module=discover-pathway] .graphic .shape.triangle--lrg{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffd923;border-width:26px 0 26px 45px;top:17.9rem;left:2.2rem}@media screen and (max-width:1200px){.timely [data-module=discover-pathway] .graphic .shape.triangle--lrg{border-width:21px 0 21px 35px;top:15.9rem}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=discover-pathway] .graphic .shape.triangle--lrg{top:14.9rem;left:2rem}}.timely [data-module=discover-pathway] .graphic .shape.triangle--sml{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffd923;border-width:17.5px 0 17.5px 30px;right:-1px;top:16.9rem;left:auto}@media screen and (max-width:1200px){.timely [data-module=discover-pathway] .graphic .shape.triangle--sml{top:15.2rem}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=discover-pathway] .graphic .shape.triangle--sml{top:14.2rem}}.timely [data-module=discover-pathway] .graphic .shape.d-shape--teal{width:4.7rem;height:4rem;background-color:#58bcaf;border-radius:0 50% 50% 0;top:10.1rem;left:13.7rem}@media screen and (max-width:1200px){.timely [data-module=discover-pathway] .graphic .shape.d-shape--teal{left:10.7rem}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=discover-pathway] .graphic .shape.d-shape--teal{left:9.7rem}}.timely [data-module=discover-pathway] .graphic .shape.d-shape--purple{width:5.6rem;height:4.8rem;background-color:#c74298;border-radius:0 50% 50% 0;top:15.6rem;left:30.9rem}@media screen and (max-width:1200px){.timely [data-module=discover-pathway] .graphic .shape.d-shape--purple{left:24.9rem;top:13.6rem}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=discover-pathway] .graphic .shape.d-shape--purple{left:22.5rem;top:13rem}}.timely [data-module=discover-pathway] .graphic .shape.circle--orange{width:3.8rem;height:3.8rem;background-color:#ff9300;border-radius:50%;top:24.7rem;left:22.5rem}@media screen and (max-width:1200px){.timely [data-module=discover-pathway] .graphic .shape.circle--orange{left:18rem;top:20.7rem}}@media screen and (min-width:741px) and (max-width:980px){.timely [data-module=discover-pathway] .graphic .shape.circle--orange{top:19.7rem;left:16.5rem}}.timely [data-module=discover-pathway] .graphic.fadeIN .shape{animation-name:twinkle-twinkle-in;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:forwards}.timely [data-module=discover-pathway] .graphic.fadeIN .triangle--lrg{animation-delay:0s}.timely [data-module=discover-pathway] .graphic.fadeIN .d-shape--teal{animation-delay:.3s}.timely [data-module=discover-pathway] .graphic.fadeIN .circle--orange{animation-delay:.6s}.timely [data-module=discover-pathway] .graphic.fadeIN .d-shape--purple{animation-delay:.9s}.timely [data-module=discover-pathway] .graphic.fadeIN .triangle--sml{animation-delay:1.2s}.timely [data-module=discover-pathway] .graphic.fadeOut .shape{animation-name:twinkle-twinkle-out;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:backwards}.timely [data-module=discover-pathway] .graphic.fadeOut .triangle--lrg{animation-delay:0s}.timely [data-module=discover-pathway] .graphic.fadeOut .d-shape--teal{animation-delay:.3s}.timely [data-module=discover-pathway] .graphic.fadeOut .circle--orange{animation-delay:.6s}.timely [data-module=discover-pathway] .graphic.fadeOut .d-shape--purple{animation-delay:.9s}.timely [data-module=discover-pathway] .graphic.fadeOut .triangle--sml{animation-delay:1.2s}.timely [data-module=discover-pathway] .flexContainer--2-col{gap:2rem;align-items:center}.timely [data-module=discover-pathway] .flexContainer--2-col>div{padding:0}.timely [data-module=discover-pathway] .gridContainer{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.6rem}.timely [data-module=discover-pathway] .gridContainer>div{background-color:#fff;border:1px solid #e1e1e1;padding:2rem}.timely [data-module=discover-pathway] .discover-pathway__text .universal{font-family:var(--font-univers);font-weight:400}.timely [data-module=discover-pathway] .discover-pathway__text .button{margin-top:2rem}.timely [data-module=discover-pathway] .discover-pathway--scheme{background-color:#fff;border:1px solid #e1e1e1;padding:2rem}@media screen and (max-width:740px){.timely [data-module=discover-pathway]{padding-top:2rem!important;padding-bottom:2rem!important}}#guaranteedATAR [data-module=discover-pathway],#timely2023 [data-module=discover-pathway],#timely2024 [data-module=discover-pathway]{background-color:#f8f8f8}.timely section[data-module=submit-preferences] .module-content h3{margin-top:20px;margin-bottom:0 !Important}.timely section[data-module=submit-preferences] .module-content p{margin:0}.timely section[data-module=submit-preferences] .preference-diagram{display:flex;flex-direction:row;justify-content:space-between;counter-reset:f 0;gap:1.6rem}.timely section[data-module=submit-preferences] .preference-diagram i{color:#5a5a5a;font-size:6rem;position:relative}.timely section[data-module=submit-preferences] .preference-diagram i:after{width:5.5rem;height:5.5rem;content:counter(f);display:flex;background-color:#58bcaf;border-radius:50%;position:absolute;top:1.1rem;z-index:-1;left:-3.8rem;color:#fff;font-family:Univers,Arial,sans-serif;font-weight:400;font-size:4.2rem;justify-content:center;align-items:center}.timely section[data-module=submit-preferences] .preference-diagram p{margin-top:0;text-align:center}.timely section[data-module=submit-preferences] .preference-diagram-item{display:flex;flex-direction:column;gap:2rem;align-items:center;padding:2rem 4rem;border:1px solid #e1e1e1;width:100%;max-width:33.33333%;counter-increment:f 1}@media screen and (max-width:740px){.timely section[data-module=submit-preferences] .preference-diagram-item{max-width:100%;padding:2rem}.timely section[data-module=submit-preferences] .preference-diagram-item:not(:last-child){border-bottom:none}}@media screen and (max-width:740px){.timely section[data-module=submit-preferences] .preference-diagram-item{width:100%}}@media screen and (max-width:740px){.timely section[data-module=submit-preferences] .preference-diagram{flex-direction:column;gap:0}}@media screen and (max-width:740px){.timely section[data-module=submit-preferences]{padding:4rem 0!important}.timely section[data-module=submit-preferences] .module-content h3{margin-top:0}}#precop2024 [data-module=submit-preferences] h3{margin-top:2rem;margin-bottom:0}#precop2024 [data-module=submit-preferences] p{margin-top:2rem}#precop2024 [data-module=submit-preferences] h3+p{margin-top:0}#precop2024 [data-module=submit-preferences] .preference-diagram-item{counter-increment:g 1;position:relative;display:flex;flex-direction:column;place-content:center;place-items:center}#precop2024 [data-module=submit-preferences] .preference-diagram-item p{margin-top:0}#precop2024 [data-module=submit-preferences] .preference-diagram-item svg{color:#5a5a5a;position:relative;isolation:isolate;top:-.4rem;right:-1.9rem}#precop2024 [data-module=submit-preferences] .preference-diagram-item>span{width:10.8rem;position:relative;display:grid;place-items:center;grid-template-areas:"icon"}#precop2024 [data-module=submit-preferences] .preference-diagram-item>span:before{content:counter(g);width:5.8rem;height:5.1rem;padding-top:7px;aspect-ratio:1/1;display:flex;place-content:center;place-items:center;border-radius:99999rem;border:1px solid var(--bg-turquoise-light);background-color:var(--bg-turquoise-light);color:var(--color-white);font-family:var(--font-univers);font-size:4.2rem;font-weight:400;position:relative;left:-2.5rem;bottom:-.8rem}#precop2024 [data-module=submit-preferences] .preference-diagram-item>span:before,#precop2024 [data-module=submit-preferences] .preference-diagram-item>span svg{grid-area:icon}@media screen and (max-width:740px){#precop2024 [data-module=submit-preferences] .preference-diagram{margin-block:2.6rem}#precop2024 [data-module=submit-preferences] .preference-diagram+*{margin-top:2.6rem}#precop2024 [data-module=submit-preferences] .preference-diagram-item{height:180px}}@media screen and (min-width:741px){#precop2024 [data-module=submit-preferences] h3{margin-top:4rem}#precop2024 [data-module=submit-preferences] h3+p{margin-top:2rem}#precop2024 [data-module=submit-preferences] .preference-diagram{margin-block:2rem}#precop2024 [data-module=submit-preferences] .preference-diagram-item{height:auto}}@media screen and (min-width:1201px){#precop2024 [data-module=submit-preferences] h3,#precop2024 [data-module=submit-preferences] p{margin-top:2rem}#precop2024 [data-module=submit-preferences] .preference-diagram{margin-block:2.6rem}}@media screen and (min-width:1601px){#precop2024 [data-module=submit-preferences] h3,#precop2024 [data-module=submit-preferences] p{margin-top:2rem}#precop2024 [data-module=submit-preferences] .preference-diagram{margin-block:2.6rem}}#precop2024:not([class*=offers]) header nav[data-type=cta-nav]{display:flex;opacity:1;transition:unset;place-content:flex-end}#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a,#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button{width:100%;max-width:26.7rem;height:4.4rem;padding:1.6rem 1.2rem;margin:0;display:flex;place-content:center;place-items:center;align-self:flex-start;border-radius:22px;border-width:1px;border-style:solid;font-size:1.5rem;font-weight:var(--font-semibold);text-decoration:none;border-color:var(--color-yellow)!important;background-color:var(--color-yellow)!important;color:var(--color-black)!important}#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button] [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button [class*=icon]{font-size:2.2rem;color:currentColor!important;margin-right:.8rem;display:none}#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button]:focus-visible,#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button]:hover,#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a:focus-visible,#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a:hover,#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button:focus-visible,#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button:hover{border-color:var(--color-yellow)!important;background-color:var(--color-black)!important;color:var(--color-white)!important}#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button]:focus-visible [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button]:hover [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a:focus-visible [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a:hover [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button:focus-visible [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button:hover [class*=icon]{color:var(--color-yellow)!important}@media screen and (max-width:740px){#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button]:nth-child(n+3),#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a:nth-child(n+3),#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button:nth-child(n+3){display:none}}@media screen and (min-width:1201px){#precop2024:not([class*=offers]) header nav[data-type=cta-nav] [class*=button] [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] a [class*=icon],#precop2024:not([class*=offers]) header nav[data-type=cta-nav] button [class*=icon]{display:inline-flex}}.timely .flexContainer{display:flex;flex:1 1 100%}.timely section[data-module=hero-banner]{padding-top:0!important;padding-bottom:2rem;color:var(--color--white)}.timely section[data-module=hero-banner] .highlighted{word-spacing:normal}.timely section[data-module=hero-banner] a{color:inherit}.timely section[data-module=hero-banner] figure,.timely section[data-module=hero-banner] picture{overflow:hidden}.timely section[data-module=hero-banner] figure,.timely section[data-module=hero-banner] figure img,.timely section[data-module=hero-banner] picture,.timely section[data-module=hero-banner] picture img{aspect-ratio:auto}.timely section[data-module=hero-banner] .hero{width:100%;margin:0;padding:0;position:relative;isolation:isolate;background-color:#000;color:#fff;display:grid}.timely section[data-module=hero-banner] .hero-title{margin-block:0;font-size:7.1rem;line-height:6.9rem;text-transform:uppercase;word-spacing:100rem}.timely section[data-module=hero-banner] .hero-title .text-coloured{color:#c74298}.timely section[data-module=hero-banner] .hero-excerpt{font-family:Univers,Arial,sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:400;text-transform:uppercase;margin-bottom:2rem;position:relative}.timely section[data-module=hero-banner] .hero-caption{font-size:1.5rem;line-height:2.45rem;letter-spacing:.1px;margin-top:0}.timely section[data-module=hero-banner] .hero-content{min-width:20rem;height:100%;background-color:var(--color--black);display:flex;flex-direction:column;gap:1rem;position:relative}.timely section[data-module=hero-banner] .hero-image{width:100%;max-width:100%;height:100%;display:none;z-index:-1;position:relative;isolation:isolate;overflow:hidden}.timely section[data-module=hero-banner] .hero-image img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;position:absolute;inset:0 0 0 unset}.timely section[data-module=hero-banner] .order-last{order:9999!important}@media screen and (max-width:740px){.timely section[data-module=hero-banner] .order-last{display:none}}@media screen and (max-width:740px){.timely section[data-module=hero-banner]{padding:2rem 0!important}.timely section[data-module=hero-banner] .hero{height:52.6rem;padding:0}.timely section[data-module=hero-banner] .hero-title{font-size:4.2rem;line-height:3.9rem}.timely section[data-module=hero-banner] .hero-content{gap:0}}@media screen and (min-width:741px){.timely section[data-module=hero-banner] .hero{height:48rem;margin-bottom:-4rem}.timely section[data-module=hero-banner] .hero>*{grid-row:1/-1;grid-column:1/-1}.timely section[data-module=hero-banner] .hero-cta{width:80%}.timely section[data-module=hero-banner] .hero-content{width:100%;justify-self:flex-start;padding:2rem 1rem 2rem 0;position:absolute;height:fit-content;top:3rem;max-width:48rem}.timely section[data-module=hero-banner] .hero-content>*{max-width:46rem;margin-bottom:1rem}.timely section[data-module=hero-banner] .hero-image{justify-self:flex-end;display:inline-flex;justify-content:flex-end}.timely section[data-module=hero-banner] .hero-image .desktop{display:none}.timely section[data-module=hero-banner] .hero-image .tablet{display:block}.timely section[data-module=hero-banner] .hero-image img{object-position:45%}}@media screen and (min-width:741px) and (max-width:980px){.timely section[data-module=hero-banner] .hero-content{max-width:42.9rem}}@media screen and (min-width:1201px){.timely section[data-module=hero-banner] .hero{height:56rem}.timely section[data-module=hero-banner] .hero-content{max-width:44rem}}#guaranteedATAR section[data-module=hero-banner],#timely2023 section[data-module=hero-banner],#timely2024 section[data-module=hero-banner]{--bullet-color:var(--color--magenta)}#guaranteedATAR section[data-module=hero-banner] .hero-excerpt:before,#timely2023 section[data-module=hero-banner] .hero-excerpt:before,#timely2024 section[data-module=hero-banner] .hero-excerpt:before{content:"";display:block;width:0;height:0;border-top:1.8rem solid transparent;border-bottom:1.8rem solid transparent;border-left:2.6rem solid #c74298;position:absolute;left:0}@media screen and (max-width:740px){#guaranteedATAR section[data-module=hero-banner] .hero-excerpt,#timely2023 section[data-module=hero-banner] .hero-excerpt,#timely2024 section[data-module=hero-banner] .hero-excerpt{font-size:1.6rem;line-height:1em}#guaranteedATAR section[data-module=hero-banner] .hero-excerpt:before,#timely2023 section[data-module=hero-banner] .hero-excerpt:before,#timely2024 section[data-module=hero-banner] .hero-excerpt:before{content:unset;display:none}}@media screen and (min-width:741px){#guaranteedATAR section[data-module=hero-banner] .hero-excerpt:before,#timely2023 section[data-module=hero-banner] .hero-excerpt:before,#timely2024 section[data-module=hero-banner] .hero-excerpt:before{left:-3.5rem;top:-.6rem}}@media screen and (min-width:741px){#timely2024 section[data-module=hero-banner]{padding:4rem 0 19rem}}@media (max-width:1021px){#timely2024 section[data-module=hero-banner] .hero-image .tablet{display:block!important}}@media screen and (min-width:1024px){#timely2024 section[data-module=hero-banner] .hero-image .desktop{display:block}#timely2024 section[data-module=hero-banner] .hero-image .tablet{display:none}}@media screen and (min-width:1201px){#timely2024 section[data-module=hero-banner] .hero-image .desktop{display:block}#timely2024 section[data-module=hero-banner] .hero-image .tablet{display:none}#timely2024 section[data-module=hero-banner] .hero-cta.button{max-width:26.7rem}}#guaranteedATAR section[data-module=hero-banner] .module-content{position:relative;row-gap:2rem}@media screen and (max-width:740px){#guaranteedATAR section[data-module=hero-banner] .module-content{gap:0!important}}#precop2024{--_hero-banner-height:46rem}#precop2024 section[data-module=hero-banner]{--bullet-color:var(--color--yellow);margin:-2px 0 0;padding:0;z-index:1}#precop2024 section[data-module=hero-banner] .hero{height:auto;margin:0}#precop2024 section[data-module=hero-banner] .hero-title{word-spacing:normal;text-wrap:balance}#precop2024 section[data-module=hero-banner] .hero-content{gap:2rem}#precop2024 section[data-module=hero-banner] .hero-image{width:100%;height:var(--_hero-banner-height);overflow:hidden}#precop2024 section[data-module=hero-banner] .hero-image img,#precop2024 section[data-module=hero-banner] .hero-image picture{all:unset;width:100%;height:100%;object-position:45% 50%;object-fit:cover;aspect-ratio:auto!important;vertical-align:middle;margin:0;padding:0;position:absolute;inset:0}#precop2024 section[data-module=hero-banner] [class*=bullet-triangle]:before{top:0;left:-4rem}@media screen and (min-width:741px){#precop2024 section[data-module=hero-banner] .hero{height:var(--_hero-banner-height)}}@media screen and (max-width:1200px){#precop2024 section[data-module=hero-banner] [class*=bullet-triangle]{padding-inline-start:0}#precop2024 section[data-module=hero-banner] [class*=bullet-triangle]:before{content:unset}}.offers2024{--_hero-banner-height:48rem}.offers2024 header nav[data-type=cta-nav]{display:none}.offers2024 header nav[data-type=cta-nav] .button__outline--yellow{background-color:#000!important;color:#fff!important}.offers2024 header nav[data-type=cta-nav] .button__outline--yellow:focus,.offers2024 header nav[data-type=cta-nav] .button__outline--yellow:hover{background-color:#ffd923!important;color:#000!important}.offers2024 section[data-module=hero-banner]{--bullet-color:var(--color--yellow);margin:-2px 0 0;z-index:1}.offers2024 section[data-module=hero-banner] .hero{height:auto;margin:0}.offers2024 section[data-module=hero-banner] .hero-title{word-spacing:normal;text-wrap:balance}.offers2024 section[data-module=hero-banner] .hero-content{gap:2rem}.offers2024 section[data-module=hero-banner] .hero-content>*{margin:0}.offers2024 section[data-module=hero-banner] .hero-image{width:100%;height:var(--_hero-banner-height);overflow:hidden}.offers2024 section[data-module=hero-banner] .hero-image img,.offers2024 section[data-module=hero-banner] .hero-image picture{all:unset;width:100%;height:100%;object-position:45% 50%;object-fit:cover;aspect-ratio:auto!important;vertical-align:middle;margin:0;padding:0;position:absolute;inset:0}.offers2024 section[data-module=hero-banner] [class*=bullet-triangle]:before{top:1rem;left:-4rem}@media screen and (min-width:741px){.offers2024 section[data-module=hero-banner].module__content-panel{padding:4rem 0 18rem}.offers2024 section[data-module=hero-banner] .hero{height:var(--_hero-banner-height)}.offers2024 section[data-module=hero-banner]+[data-module=copy-callout]{margin-top:-20rem!important;top:-3rem}}@media screen and (max-width:1200px){.offers2024 section[data-module=hero-banner] [class*=bullet-triangle]{padding-inline-start:0}.offers2024 section[data-module=hero-banner] [class*=bullet-triangle]:before{content:unset}}.offers2024 .icon-Enrol{margin-right:.8rem}.offers2024 section[data-module=calculate-atar] h2{margin-bottom:2rem}.offers2024 .text--magenta-light{color:#ff71bc!important}@media screen and (max-width:740px){.offers2024 section[data-module=hero-banner]+[data-module=copy-callout]{background-color:#000;margin-top:0!important}.offers2024 section[data-module=hero-banner]{padding-bottom:3rem!important}.offers2024 section[data-module=copy-callout] .module__copy-callout{padding-top:0!important}.offers2024 section[data-module=submit-preferences] h2+p{display:none}.offers2024 section[data-module=submit-preferences] .button{font-size:1.5rem}.offers2024 section[data-module=course-listing]{padding-top:4rem!important}.offers2024 section[data-module=course-listing] h2{margin-bottom:2rem}.offers2024.timely section[data-module].module__content-panel:not([data-module=mosaic]):not([data-module=discover-pathway]){padding:4rem 0}.offers2024.timely h2{letter-spacing:.47px}.offers2024.timely [data-module=calculate-atar]{padding:4rem 0!important}.offers2024 .cell,.offers2024 .grid{padding-left:.6rem;padding-right:.6rem}}@media screen and (min-width:741px){.offers2024#precop2024 section[data-module=hero-banner]+[data-module=copy-callout]{background:#000;margin-top:0!important;top:-5rem;padding-bottom:2rem}.offers2024#precop2024 section[data-module=hero-banner]+[data-module=copy-callout] .module__copy-callout{padding-bottom:2.3rem}.offers2024 .button:not(.module__copy-callout--cta-bar .button):not([aria-controls=filter-dropdown-location]){width:26.7rem;height:4.4rem;line-height:4.4rem;padding:0}.offers2024 .module__filter-toolbar{margin-top:4rem}.offers2024 .button__outline--yellow .icon-Accept{fill:#ffd923}.offers2024 .button__outline--yellow:hover .icon-Accept{fill:currentColor}.offers2024 section[data-module=submit-preferences]{margin-top:-5rem}.offers2024.timely [data-module=discover-pathway]{gap:0}}@media screen and (min-width:1201px){.offers2024 .lg\:p-5,.offers2024 .lg\:pt-5,.offers2024 .lg\:py-5{padding-top:4rem!important}}.timely [data-module=mosaic]{padding:2rem 0!important}.timely [data-module=mosaic] .module__mosaic-redesign{margin-top:0!important}.timely [data-module=mosaic] .mosaic__grid-redesign{gap:1.6rem;justify-content:space-between;align-items:flex-start}.timely [data-module=mosaic] .mosaic__grid-redesign .mosaic__tile{width:100%;padding:0}@media screen and (max-width:740px){.timely [data-module=mosaic] .mosaic__grid-redesign .mosaic__tile{width:100%;padding:0 8px}}.timely .footnote--courses+.module__mosaic-redesign{margin-top:0!important}.timely [data-module=own-your-future]{padding:4rem 0}.timely [data-module=own-your-future] .proofpoints{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;justify-content:center;justify-items:center}@media screen and (max-width:740px){.timely [data-module=own-your-future] .proofpoints{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:.8rem;row-gap:2rem}}.timely [data-module=own-your-future] .proofpoints .proofpoint-item{width:clamp(11rem,25rem,100%);margin:0;padding:2rem;display:flex;flex-direction:column;gap:1rem;place-items:center;font-family:var(--font--opensans);text-align:center}@media screen and (max-width:740px){.timely [data-module=own-your-future] .proofpoints .proofpoint-item{padding:0 1rem}}@media screen and (max-width:740px){.timely [data-module=own-your-future] .proofpoints .proofpoint-item:nth-child(7),.timely [data-module=own-your-future] .proofpoints .proofpoint-item:nth-child(8){display:none}}.timely [data-module=own-your-future] .proofpoints .proofpoint-item *{margin:0;padding:0;font-family:inherit}.timely [data-module=own-your-future] .proofpoints .proofpoint-item .icon{width:4.4rem;height:4.4rem;aspect-ratio:1/1;object-fit:contain;border-radius:50%;font-size:4.4rem;color:#000;display:block;position:relative;isolation:isolate}.timely [data-module=own-your-future] .proofpoints .proofpoint-item .icon:after{width:4rem;height:4rem;content:"";display:block;background-color:var(--color--yellow);border-radius:50%;position:absolute;top:0;z-index:-1;left:-1rem}.timely [data-module=own-your-future] .proofpoints-source{display:flex;justify-content:flex-end}@media screen and (max-width:740px){.timely [data-module=own-your-future] .proofpoints-source{margin-top:2rem}}.timely [data-module=own-your-future] .proofpoints-source a{font-weight:600}#guaranteedATAR [data-module=own-your-future],#timely2023 [data-module=own-your-future],#timely2024 [data-module=own-your-future]{background-color:#f8f8f8}#precop2024 section[data-module=own-your-future]{--bullet-color:var(--color--turquoise-light)}#precop2024 section[data-module=own-your-future] h2{position:relative;isolation:isolate}#precop2024 section[data-module=own-your-future] h2:before{content:"";display:block;width:0;height:0;border-top:1.5rem solid transparent;border-bottom:1.5rem solid transparent;border-left:2.6rem solid var(--bullet-color);position:absolute;left:-3.6rem}@media screen and (max-width:1200px){#precop2024 section[data-module=own-your-future] h2:before{content:unset}}#guaranteedATAR .module__copy-callout[class*="--yellow"]{color:var(--color--charcoal)}#guaranteedATAR .module__copy-callout[class*="--yellow"] .module__copy-callout--heading,#guaranteedATAR .module__copy-callout[class*="--yellow"] .module__copy-callout--heading *{color:inherit}.header-rebrand__bar--search-wrapper .search-bar--wrapper .search-bar__input-wrapper.active{z-index:1}.header-rebrand__bar--persona-link{position:absolute;right:55px;top:10px;z-index:1}@media screen and (min-width:741px){.header-rebrand__bar--persona-link{display:none}}@media screen and (max-width:740px){.persona_modal .modaal-inner-wrapper{padding:0}}.persona_modal .modaal-container{border-radius:10px;max-width:488px}@media screen and (max-width:740px){.persona_modal .modaal-container{max-width:100%;border-radius:0}}.persona_modal .modaal-container .modaal-content-container{padding:20px;background-color:#f5f5f5;border-radius:10px}.persona_modal .modaal-container .modaal-content-container .marketo-input-close{display:flex;justify-content:flex-end}.persona_modal .modaal-container .modaal-content-container .mobile-column{gap:15px}@media screen and (max-width:740px){.persona_modal .modaal-container .modaal-content-container .mobile-column{gap:0}}.persona_modal .modaal-container .modaal-content-container .column-layout{flex-direction:column}.persona_modal .modaal-container .modaal-content-container .radioOptions{display:flex;flex-direction:column}.persona_modal .modaal-container .modaal-content-container .radioOptions label{max-width:256px}.persona_modal .justifyCenter{justify-content:center}.persona_modal .message{background:#dfefef;color:#26a69a;font-weight:700;padding:15px;margin-bottom:15px;display:none;border-radius:8px}.persona_list{list-style-type:none!important;margin:0;padding:0}.persona_list>li{padding-left:0;background:none;display:flex;width:100%;text-align:left}.persona_list>li>a{border:1px solid #dfdfdf;padding:20px;background:#fff;color:#000;width:100%}.persona_list>li>a:hover{text-decoration:none;color:#000;border-color:#ddd;box-shadow:4px 4px 8px 0 rgba(0,0,0,.3);-webkit-box-shadow:4px 4px 8px 0 rgba(0,0,0,.3);-moz-box-shadow:4px 4px 8px 0 rgba(0,0,0,.3)}.persona_list>li>a:active,.persona_list>li>a:hover,.persona_list>li>a:link,.persona_list>li>a:visited{text-decoration:none}.persona_list>li>a h3{margin-top:0;margin-bottom:10px}.persona_list>li>a>ul>li{margin-top:0;margin-bottom:0}.persona_reset{text-align:center}.module__banner--course-gatar{position:relative;background-color:#fff}@media screen and (max-width:980px){.module__banner--course-gatar{margin-top:0;background-color:#363635}}.module__banner--course-gatar-image{width:100%;height:400px;background-size:cover;background-position:50%}@media screen and (max-width:980px){.module__banner--course-gatar-image{display:none}}.module__banner--course-gatar .gatar__wrapper{margin-top:-290px}@media screen and (max-width:980px){.module__banner--course-gatar .gatar__wrapper{margin-top:0}}.module__banner--course-gatar .course-details{display:flex;flex-direction:row;padding:20px 20px 40px;gap:20px;background:rgba(55,54,54,.9)}@media screen and (max-width:980px){.module__banner--course-gatar .course-details{flex-direction:column;gap:0;padding:0 0 40px}}.module__banner--course-gatar .course-details>div{display:flex;width:50%}@media screen and (max-width:980px){.module__banner--course-gatar .course-details>div{width:100%}}.module__banner--course-gatar .course-details__gatar{display:flex;flex-direction:column}@media screen and (max-width:980px){.module__banner--course-gatar .course-details__gatar{flex-direction:column-reverse;gap:20px}}.module__banner--course-gatar .course-details__gatar>*{align-self:flex-end}.module__banner--course-gatar .course-details__gatar .gatar-tabs{min-width:350px}@media screen and (max-width:980px){.module__banner--course-gatar .course-details__gatar .gatar-tabs{width:100%;min-width:unset}}.module__banner--course-gatar .course-details__gatar .gatar-tabs .duration{display:block;margin-top:10px;font-size:1.2rem}.module__banner--course-gatar .course-details__gatar .related-item--favourite{position:relative;margin-right:0}.module__banner--course-gatar .course-details__gatar .related-item--favourite .saved__tooltip{right:-7px;left:unset}.module__banner--course-gatar .course-details__gatar .related-item--favourite .saved__tooltip:after,.module__banner--course-gatar .course-details__gatar .related-item--favourite .saved__tooltip:before{left:unset;right:16px}.module__banner--course-gatar .course-details__gatar .related-item--favourite .navigation__course--save-button{color:#fff;text-decoration:none}.module__banner--course-gatar .course-details__gatar .related-item--favourite .navigation__course--save-button span.related-item--favourite--text{position:relative;top:2px}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar{background:transparent}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab{padding:20px 8px;background-color:#000}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content{--icon-link-icon--size:16px}@media screen and (max-width:980px){.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content{padding-bottom:0}}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content p{text-align:left;font-size:1.2rem;margin-top:0}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content .heading{font-size:1.5rem}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content .atar-score{font-size:4rem;margin-right:8px}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content .gatar-score{font-size:2.8rem;margin-right:8px}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content .gatar-highlight{background-color:#363635;padding:12px;display:flex;flex-direction:column;gap:8px;margin:10px 0 0}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content a.tooltip{color:#fff;position:relative;top:-1px;padding:0 4px;margin-left:5px;font-size:1.2rem;border:1px solid #e1e1e1;text-decoration:none!important}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content a.tooltip:after{content:attr(data-title);background-color:#fff;font-size:1.2rem;line-height:1.4rem;color:#363635;padding:2px 8px;width:13rem;opacity:0;visibility:hidden;position:absolute;transform:translateY(-100%);font-weight:400;border-radius:4px;text-align:left;left:0;top:-6px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);z-index:9}@media screen and (max-width:740px){.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content a.tooltip:after{transform:translate(-125px,-100%)}}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content a.tooltip:before{visibility:hidden;opacity:0;border:.4rem solid transparent;border-top-color:#fff;content:"";position:absolute;top:-6px;left:50%;width:0;height:0;z-index:10;transform:translateX(-50%)}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content a.tooltip:hover:after,.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .tab .module__tabs--content a.tooltip:hover:before{opacity:1;transition:all .1s ease .2s;visibility:visible}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--title{display:none!important}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--links{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px;background-color:#000}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--links:after{display:none}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--links li{display:flex;width:auto;flex-wrap:wrap;padding:0}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--links li>a{padding:4px 8px;height:auto!important}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--links li.module__tabs--active a{background-color:#000;color:#fff!important;border-color:#8a8a8a #000 #000;border-width:8px 0 0}.module__banner--course-gatar .course-details__gatar .module__tabs--gatar .module__tabs--links li.module__tabs--active a:before{display:none}.module__banner--course-gatar .course-details__info{flex-direction:column}.module__banner--course-gatar .course-details__info a:not(.arrow_link){color:inherit;font-family:inherit;font-weight:inherit}.module__banner--course-gatar .course-details__info .module__banner-title{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:741px) and (max-width:980px){.module__banner--course-gatar .course-details__info .module__banner-title{overflow-wrap:break-word}}.module__banner--course-gatar .course-details__info .module__banner-title>*{margin-top:0;margin-bottom:0}.module__banner--course-gatar .course-details__info .module__banner-description-share-course{margin-top:auto}@media screen and (max-width:980px){.module__banner--course-gatar .course-details__info .module__banner-description-share-course{margin-top:20px}}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch{position:relative;display:inline-block;width:160px;height:32px}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch.domestic .slider .domestic{opacity:1}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch.domestic .slider .international{opacity:0}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch.domestic input:checked+.slider .international{opacity:1}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch.domestic input:checked+.slider .domestic{opacity:0}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch input{opacity:0;width:0;height:0}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch input:checked+.slider:before{transform:translateX(128px)}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#363635;transition:.4s}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider.round{border-radius:22px;border:1px solid #fff}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider.round:before{border-radius:50%}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:3px;top:2px;background-color:#fff;transition:.4s}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider span{transition:opacity .5s ease-in-out;font-size:12px;position:absolute;top:3px}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider span.domestic{right:12px}.module__banner--course-gatar .course-details__info .module__banner-description-share-course .course-switch .slider span.international{left:12px}.module__banner--course-gatar .course-details .breadcrumbs__node{margin-bottom:40px}.module__banner--course-gatar .course-details .breadcrumbs__node .breadcrumbs{padding-top:0}.module__banner--course-gatar .course-details .breadcrumbs__node .breadcrumbs .row{margin-left:0!important;margin-right:0!important}.module__banner--course-gatar .course-details .breadcrumbs__node .breadcrumbs .breadcrumbs__list-item:first-child:before{display:none}.module__banner--course-gatar .course-details .breadcrumbs__node .breadcrumbs .breadcrumbs__list-item:before{background:none;content:"›";color:#fff;font-size:2rem;top:-3px}.module__banner--course-gatar .course-details .breadcrumbs__node .breadcrumbs .breadcrumbs__list-item:last-child .breadcrumbs__link{color:#8a8a8a}.module__banner--course-gatar .course-details .breadcrumbs__node .breadcrumbs a.breadcrumbs__link{color:#fff}.navigation__gatar{--navigation-course--background:#fff;--navigation-course--border-color:#fff}.navigation__gatar .navigation__course--items{display:flex;flex-direction:row;padding:0 15px}.navigation__gatar .navigation__course--items .navigation__course--item{display:flex;flex:1 1 0;justify-content:center;width:0;max-width:unset!important}@media screen and (min-width:981px) and (max-width:1200px){.navigation__gatar .navigation__course--items .navigation__course--item{width:140px;flex:unset;flex-shrink:0}}@media screen and (max-width:980px){.navigation__gatar .navigation__course--items .navigation__course--item{width:140px;flex:unset;flex-shrink:0}}.navigation__gatar .navigation__course--items .navigation__course--item a{padding:0 10px}.module__banner-course-search h2,.module__banner-course-search h3,.module__banner-course-search h4{margin-block:0 1rem}.module__banner-course-search p{margin:0}.module__banner-course-search p+*{margin-block-start:1rem}.module__banner-course-search[class*=background--primary]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--primary-hover-light],.module__banner-course-search[class*=background--primary-hover]{padding-block:2rem}.module__banner-course-search[class*=background--secondary]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--tertiary],.module__banner-course-search[class*=background--yellow]{padding-block:2rem;color:var(--color--charcoal)}.module__banner-course-search[class*=background--orange]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--orange-dark]{padding-block:2rem}.module__banner-course-search[class*=background--magenta]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--pink]{padding-block:2rem}.module__banner-course-search[class*=background--teal]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--blue],.module__banner-course-search[class*=background--green]{padding-block:2rem}.module__banner-course-search[class*=background--turquoise]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--turquoise-light]{padding-block:2rem;color:var(--color--charcoal)}.module__banner-course-search[class*=background--lt-turquoise],.module__banner-course-search[class*=background--turquoise-light-hover]{padding-block:2rem}.module__banner-course-search[class*=background--turquoise-dark]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--grey]{padding-block:2rem;color:var(--color--charcoal)}.module__banner-course-search[class*=background--grey-17],.module__banner-course-search[class*=background--grey-18],.module__banner-course-search[class*=background--grey-med],.module__banner-course-search[class*=background--grey-medium]{padding-block:2rem}.module__banner-course-search[class*=background--grey-light],.module__banner-course-search[class*=background--grey-med-light]{padding-block:2rem;color:var(--color--charcoal)}.module__banner-course-search[class*=background--grey-dark]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--grey-blue]{padding-block:2rem}.module__banner-course-search[class*=background--black],.module__banner-course-search[class*=background--charcoal-dark],.module__banner-course-search[class*=background--charcoal-light],.module__banner-course-search[class*=background--charcoal]{padding-block:2rem;color:var(--color--white)}.module__banner-course-search[class*=background--white]{padding-block:2rem;color:var(--color--charcoal)}.module__banner-course-search[class*=background--disabled],.module__banner-course-search[class*=background--error],.module__banner-course-search[class*=background--required]{padding-block:2rem}.module__banner-quick-links{top:-1px}.module__banner-quick-links--content{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:741px){.module__banner-quick-links--content{grid-template-columns:repeat(3,minmax(0,1fr))}}.module__banner-quick-links--button{width:100%;min-height:4rem;padding:1rem;display:inline-flex;place-content:center;font-family:var(--font--opensans);font-weight:var(--font--normal);font-size:1.5rem;line-height:1.3;color:var(--button--color);font-style:normal;letter-spacing:normal;text-transform:none;text-decoration:none;text-align:center;border:1px solid var(--button--border);border-radius:1.2rem;background-color:var(--button--background)}.module__banner-quick-links--button:active,.module__banner-quick-links--button:focus,.module__banner-quick-links--button:focus-within,.module__banner-quick-links--button:hover{background-color:var(--button--background-hover);color:var(--button--color-hover);border-color:var(--button--border-hover)}.module__banner-quick-links[class*=background--primary]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--primary);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--primary-hover-light],.module__banner-quick-links[class*=background--primary-hover]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--secondary]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--secondary);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--tertiary]{--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light);--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--tertiary)}.module__banner-quick-links[class*=background--yellow]{--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light);--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--yellow)}.module__banner-quick-links[class*=background--orange]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--orange);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--orange-dark]{--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal)}.module__banner-quick-links[class*=background--magenta],.module__banner-quick-links[class*=background--orange-dark]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--magenta]{--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--magenta);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--pink]{--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal)}.module__banner-quick-links[class*=background--pink],.module__banner-quick-links[class*=background--teal]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--teal]{--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--teal);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--blue],.module__banner-quick-links[class*=background--green]{--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal)}.module__banner-quick-links[class*=background--blue],.module__banner-quick-links[class*=background--green],.module__banner-quick-links[class*=background--turquoise]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--turquoise]{--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--turquoise);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--turquoise-light]{--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light);--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--turquoise-light)}.module__banner-quick-links[class*=background--lt-turquoise],.module__banner-quick-links[class*=background--turquoise-light-hover]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--turquoise-dark]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--turquoise-dark);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--grey]{--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light);--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--grey)}.module__banner-quick-links[class*=background--grey-17],.module__banner-quick-links[class*=background--grey-18],.module__banner-quick-links[class*=background--grey-light],.module__banner-quick-links[class*=background--grey-med],.module__banner-quick-links[class*=background--grey-medium]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--grey-light]{--button--background:var(--color--grey-light)}.module__banner-quick-links[class*=background--grey-med-light]{--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light);--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--grey-med-light)}.module__banner-quick-links[class*=background--grey-dark]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--grey-dark);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--grey-blue]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light)}.module__banner-quick-links[class*=background--charcoal]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--charcoal);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--charcoal-light]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--charcoal-light);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--charcoal-dark]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--charcoal-dark);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--black]{--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white);--button--background-hover:var(--color--grey-light);--button--color:var(--color--white);--button--border:var(--color--white);--button--background:var(--color--black);--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--white)}.module__banner-quick-links[class*=background--disabled],.module__banner-quick-links[class*=background--error],.module__banner-quick-links[class*=background--required],.module__banner-quick-links[class*=background--white]{--button--color-hover:var(--color--charcoal);--button--border-hover:var(--color--charcoal);--button--background-hover:var(--color--grey-light);--button--color:var(--color--charcoal);--button--border:var(--color--charcoal);--button--background:var(--color--white)}.module__banner--homepage+[class*=module__banner-]{margin-block-start:0}.module__banner-course-search+.module__banner-quick-links{padding-block-start:0}.cplSearchFormv2 input.cpl-autocomplete{border:none;border-bottom:1px solid #e2e2e2}.cplSearchFormv2 .module__content-panel--form{width:100%;padding-left:0;padding-right:0}.cplSearchFormv2 ol{margin-left:0;padding-left:0}.cplSearchFormv2 ol>li:before{content:none}.cplSearchFormv2 .cplFormControls{margin-top:40px}.cplSearchFormv2 .addUnit{margin-top:10px}.cplSearchFormv2 .unitList .remove{border:1px solid #007d98;border-radius:50%;padding-left:8px;padding-right:8px;color:#007d98;margin-top:-1px}.cplSearchFormv2 a.icon__tooltip{margin-top:3px;right:4%}.cplSearchFormv2 .tooltip__content{width:90%}ul.cpl-autocomplete{max-height:200px;overflow-x:hidden;overflow-y:scroll}ul.cpl-autocomplete li.ui-menu-item{padding-left:0;background:none!important}#course-finder-module{background-color:var(--color--grey-light,#f5f5f5);padding:2% 0;margin-bottom:2%}#course-finder-module .change-text-color label{color:#e1e1e1}#course-finder-module #course-search-form,#course-finder-module .module_search-items{width:auto;margin-left:0}@media screen and (max-width:740px){#course-finder-module .rhs{padding-top:4%}}#course-finder-module .rhs .button{max-height:40px;line-height:.75rem}@media screen and (max-width:1200px){#course-finder-module .rhs .button{min-width:170px}}#course-finder-module .rhs hr{margin:10px 0}#course-finder-module .rhs .accordion1{width:700px}#course-finder-module #total-results{line-height:4rem;margin:0;font-size:2.2rem}@media screen and (max-width:740px){#course-finder-module #total-results-mobile{line-height:3rem;margin:0;font-size:1.8rem}}#course-finder-module #course-finder-reset{z-index:100}@media screen and (max-width:740px){#course-finder-module #course-finder-reset{min-width:175px;margin-top:4%}}#course-finder-module .fieldset--2-col>div[class*=elements]{width:auto}#course-finder-module *+p,#course-finder-module hr:not(.module__content-panel),#course-finder-module p+*,#course-finder-module p.unitdisplayline{margin-top:0}#course-finder-module .elements--vertical{width:auto}#course-finder-module .elements--vertical .styled__checkbox+label,#course-finder-module .elements--vertical .styled__radio+label{margin:-20px 0 10px!important}#course-finder-module legend{font-size:1.9rem}#course-finder-module .cf-selection-count{float:right;margin-right:5rem}#course-finder-module .elements--split-col{width:auto}#course-finder-module .module_search-item{padding-top:10px}#course-finder-module .styled__checkbox,#course-finder-module .styled__radio{margin:0}#course-finder-module .lhs fieldset{background-color:#fff;padding:.75em .625em 0 1.25em}@media screen and (max-width:1200px){#course-finder-module .lhs fieldset{padding:.75em .5em 0}}#course-finder-module .lhs form p{margin-bottom:0}#course-finder-module .lhs .accordion>.panel>label{color:#000;background-color:var(--color--grey-med-light,#e1e1e1)}#course-finder-module .fieldset--4-col>div[class*=elements]{width:50%;display:inline-block;vertical-align:top;float:left;padding-right:15px}#course-finder-module .accordion{position:relative;clear:both}#course-finder-module .accordion input[name=panel]{display:none}#course-finder-module .accordion>.panel>label{position:relative;display:block;padding:.25em;font-size:1.4rem;color:#fff;background-color:#363635;cursor:pointer;transition:all .4s cubic-bezier(.865,.14,.095,.87);line-height:2.8em;font-family:Worldly Bold,Open Sans,Arial,sans-serif;text-transform:uppercase;text-indent:20px;height:41px;overflow:hidden}#course-finder-module .accordion .content label{position:relative;display:inline;font-size:.95em;cursor:pointer;background-color:transparent;color:#000}@media screen and (max-width:1200px){#course-finder-module .accordion .content label{font-size:.9em}}#course-finder-module .accordion .content p{font-size:1.5rem;line-height:3.2rem;height:auto;padding:0 1.35em}#course-finder-module .accordion .panel{position:relative}#course-finder-module .accordion .accordion__content{overflow:auto;max-height:0;position:relative;border-top:2px solid #fff;background-color:#fff;transition:height .4s cubic-bezier(.865,.14,.095,.87)}#course-finder-module .accordion .accordion__content:not(:last-of-type){box-shadow:inset 0 -2px 2px rgba(0,0,0,.25),inset 4px 0 0 0 #1abc9c,inset 0 3px 6px rgba(0,0,0,.75)}#course-finder-module .accordion .accordion__content .accordion__header{padding:1em 0}#course-finder-module .accordion .accordion__content .accordion__body{font-size:.825em;line-height:1.4em}#course-finder-module .accordion input[type=radio]:checked+label>.arrow-box{background-color:#888}#course-finder-module .accordion input[type=radio]:checked+label>.arrow-box .lil_arrow{transition:transform .8s;-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transform:rotate(-135deg);border:solid #fff;border-width:0 2px 2px 0}#course-finder-module .accordion input[type=radio]:checked+label>.content{display:block;max-height:320px;transition:max-height .4s cubic-bezier(.865,.14,.095,.87);overflow-y:hidden}#course-finder-module .accordion input[type=checkbox]:checked+label>.arrow-box{background-color:#888}#course-finder-module .accordion input[type=checkbox]:checked+label>.arrow-box .lil_arrow{transition:transform .8s;-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transform:rotate(-135deg);border:solid #fff;border-width:0 2px 2px 0}#course-finder-module .accordion input[type=checkbox]:checked+label>.content{display:block;max-height:320px;transition:max-height .4s cubic-bezier(.865,.14,.095,.87);overflow-y:hidden}#course-finder-module .accordion input[type=checkbox]+label>.content,#course-finder-module .accordion input[type=radio]+label>.content{max-height:0;overflow-y:hidden}#course-finder-module input[name=panel]:checked~.accordion__content.accordion__content--small{height:150px}#course-finder-module input[name=panel]:checked~.accordion__content.accordion__content--med{height:200px}#course-finder-module input[name=panel]:checked~.accordion__content.accordion__content--large{display:block;max-height:375px;transition:max-height .4s cubic-bezier(.865,.14,.095,.87)}#course-finder-module .arrow-box{position:absolute;top:0;background-color:#fff;right:0;padding:15px;margin:0}#course-finder-module .arrow-box .lil_arrow{width:10px;height:10px;border:solid #000;border-width:0 2px 2px 0;transition:transform .8s;-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transform:rotate(45deg)}#course-finder-module .course-results .loader{border:10px solid #eee;animation:spin 1s linear infinite;border-top:10px solid #5a5a5a;border-radius:50%;width:100px;height:100px;position:absolute;top:35%;left:40%;z-index:1}@media screen and (max-width:1200px){#course-finder-module .course-results .cell--12-col{margin-top:0}}#course-finder-module .round{border-radius:50%;width:30px;height:30px;background-color:#5a5a5a;padding:.4em .55em;font-size:1.75rem;font-weight:600;color:#fff;line-height:1em;margin:0 1em 1em 0;float:left}#course-finder-module .cell--display-mobile{display:none}@media screen and (max-width:740px){#course-finder-module .cell--display-mobile{display:block}}.homepage-redesign1--old .rhs a{margin-bottom:17px}.homepage-redesign1--old .rhs .button{min-width:200px}.homepage-redesign1--old .rhs #apply-vtac{background-color:#bf471e;color:#fff}.homepage-redesign1--old .rhs #apply-vtac:hover{background-color:#9a381a}.homepage-redesign1--old .rhs #online-courses{background-color:#0b7161!important;color:#fff!important}.homepage-redesign1--old .rhs h2{margin:20px 0}.homepage-redesign1--old .lhs a:active,.homepage-redesign1--old .lhs a:active li,.homepage-redesign1--old .lhs a:focus,.homepage-redesign1--old .lhs a:focus li,.homepage-redesign1--old .lhs a:hover,.homepage-redesign1--old .lhs a:hover li{outline:0;background:#0b7161;color:#fff;border:none}.homepage-redesign1--old .button__outline--orange-outline{border:1px solid #bf471e;color:#bf471e}.homepage-redesign1--old .button__outline--orange-outline:focus,.homepage-redesign1--old .button__outline--orange-outline:hover{border:1px solid #bf471e;background-color:#bf471e;color:#fff}.homepage-redesign1--old .module__content-panel--text--full-width{margin-top:-50px!important;background-color:#fff}.homepage-redesign1--old .bottom-banner{height:300px!important;top:-120px;margin-bottom:-40px}.homepage-redesign1--old .bottom-banner .cell-wrapper{padding:150px 0 0}.homepage-redesign1--old .bottom-banner a.button{min-width:200px}.homepage-redesign1--old .int-areas{float:left;display:table-cell;border:1px solid #fff;min-height:80px;background-color:#f8f8f8;padding:10px}.homepage-redesign1--old .ia-module-wrapper{margin-top:-80px!important;background-color:#fff}.homepage-redesign1--old .lhs h2{margin:20px 0}@media screen and (max-width:740px){.homepage-redesign1--old .module__hero-banner--course-by-ia .module__home--banner .grid{margin:0 auto;padding:70px 16px}}@media screen and (max-width:980px){.homepage-redesign1--old .module__hero-banner--course-by-ia .module__home--banner .grid .cell{top:0}}.homepage-redesign1--old .module__hero-banner--course-by-ia .module__home--banner .grid .cell p{font-weight:400;font-size:2.8rem;line-height:4.1rem;margin-bottom:20px}@media screen and (max-width:980px){.homepage-redesign1--old .module__hero-banner--course-by-ia .module__home--banner .grid .cell p{font-size:2.1rem;line-height:3.1rem}}@media screen and (max-width:980px){.homepage-redesign1--old .module__hero-banner--course-by-ia .module__home--banner .grid .cell a.button{width:100%;margin-top:20px}}@media screen and (max-width:740px){.homepage-redesign1--old .rhs .button{width:100%!important}.homepage-redesign1--old .bottom-banner .grid{position:absolute;left:0;right:0}.homepage-redesign1--old .bottom-banner .cell-wrapper{background:none;top:-350px}.homepage-redesign1--old .bottom-banner .cell-wrapper .cell{padding:0}.homepage-redesign1--old .bottom-banner .cell-wrapper .cell p{margin-top:0}.homepage-redesign1--old .bottom-banner .cell-wrapper .cell--3-col,.homepage-redesign1--old .bottom-banner .cell-wrapper .cell--9-col{background:none;height:auto;top:0}.homepage-redesign1--old .search__bar--input{width:70%}.homepage-redesign1--old .search__bar .button{display:block}}@media screen and (max-width:544px){.homepage-redesign1--old .int-areas{min-height:100px}}@media screen and (max-width:350px){.homepage-redesign1--old .int-areas{font-size:1.25rem}}@media screen and (min-width:981px) and (max-width:1200px){.homepage-redesign1--old .rhs a.button{min-width:328px}.homepage-redesign1--old .rhs a.button:nth-of-type(odd){margin-right:15px}}.module__image-text-carousel .module__detailed-slideshow__item--active{border-bottom-color:var(--carousel-item-active--border-color,#0b7161)!important}.module__image-text-carousel,.module__image-text-carousel--primary{--carousel-button--background:var(--color--primary,#0b7161);--carousel-button--color:var(--color--white,#fff);--carousel-button--border-color:var(--color--primary,#0b7161);--carousel-button--background-hover:var(--color--primary-hover,#024c41);--carousel-button--color-hover:var(--color--white,#fff);--carousel-button--border-hover:var(--color--primary-hover,#024c41);--carousel-item-active--border-color:var(--color--primary,#0b7161)}.module__image-text-carousel--secondary{--carousel-button--background:var(--color--secondary,#c74298);--carousel-button--color:var(--color--white,#fff);--carousel-button--border-color:var(--color--secondary,#c74298);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--secondary,#c74298);--carousel-button--border-hover:var(--color--secondary,#c74298);--carousel-item-active--border-color:var(--color--secondary,#c74298)}.module__image-text-carousel--yellow{--carousel-button--background:var(--color--yellow,#ffd923);--carousel-button--color:var(--color--charcoal,#363635);--carousel-button--border-color:var(--color--yellow,#ffd923);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--charcoal,#363635);--carousel-button--border-hover:var(--color--yellow,#ffd923);--carousel-item-active--border-color:var(--color--yellow,#ffd923)}.module__image-text-carousel--orange{--carousel-button--background:var(--color--orange,#ff9300);--carousel-button--color:var(--color--black,#000);--carousel-button--border-color:var(--color--orange,#ff9300);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--orange,#ff9300);--carousel-button--border-hover:var(--color--orange,#ff9300);--carousel-item-active--border-color:var(--color--orange,#ff9300)}.module__image-text-carousel--blue,.module__image-text-carousel--teal{--carousel-button--background:var(--color--blue,#006d88);--carousel-button--color:var(--color--white,#fff);--carousel-button--border-color:var(--color--blue,#006d88);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--blue,#006d88);--carousel-button--border-hover:var(--color--blue,#006d88);--carousel-item-active--border-color:var(--color--blue,#006d88)}.module__image-text-carousel--magenta,.module__image-text-carousel--pink{--carousel-button--background:var(--color--magenta,#c74298);--carousel-button--color:var(--color--white,#fff);--carousel-button--border-color:var(--color--magenta,#c74298);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--magenta,#c74298);--carousel-button--border-hover:var(--color--magenta,#c74298);--carousel-item-active--border-color:var(--color--magenta,#c74298)}.module__image-text-carousel--green,.module__image-text-carousel--turquoise{--carousel-button--background:var(--color--turquoise,#0b7161);--carousel-button--color:var(--color--white,#fff);--carousel-button--border-color:var(--color--turquoise,#0b7161);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--turquoise,#0b7161);--carousel-button--border-hover:var(--color--turquoise,#0b7161);--carousel-item-active--border-color:var(--color--turquoise,#0b7161)}.module__image-text-carousel--charcoal{--carousel-button--background:var(--color--charcoal,#363635);--carousel-button--color:var(--color--white,#fff);--carousel-button--border-color:var(--color--charcoal,#363635);--carousel-button--background-hover:var(--color--white,#fff);--carousel-button--color-hover:var(--color--charcoal,#363635);--carousel-button--border-hover:var(--color--charcoal,#363635);--carousel-item-active--border-color:var(--color--charcoal,#363635)}.module__image-text-carousel--white{--carousel-button--background:var(--color--white,#fff);--carousel-button--color:var(--color--charcoal,#363635);--carousel-button--border-color:var(--color--white,#fff);--carousel-button--background-hover:var(--color--charcoal,#363635);--carousel-button--color-hover:var(--color--white,#fff);--carousel-button--border-hover:var(--color--white,#fff);--carousel-item-active--border-color:var(--color--white,#fff)}.study-area-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:3rem}@media screen and (min-width:741px){.study-area-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:981px){.study-area-cards{gap:2rem}}@media screen and (min-width:1201px){.study-area-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.card--breakout{margin:0;padding:var(--card-breakout-padding,1.6rem);border:1px solid var(--card-breakout-border-colour,var(--color--primary,#0b7161));border-radius:var(--card-break-border-radius,1.2rem);overflow:hidden;position:relative;isolation:isolate;contain:style layout paint}.study-area-card{--card-notched-colour:var(--color--charcoal);--card-notched-colour--hover:var(--color--turquoise-light);--card-notched-border-radius:1.2rem;--card-notched-border-colour:var(--color--grey);--card-notched-notch-height:1.2rem;--card-image-height:14.8rem;--card-chevron-icon-margin:0.75rem;--card-chevron-icon-color:var(--color--white);--card-transition-speed:1000ms;--card-transition-timing:cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;flex-wrap:wrap}.study-area-card--title{width:100%;height:auto;margin:0;padding:0;display:block;font-family:var(--font--opensans);font-size:1.5rem;line-height:normal;font-style:normal;font-weight:600;text-align:left}.study-area-card--title a{width:100%;height:100%;margin:0;padding:1.6rem;min-height:6.15rem;display:flex;place-items:center;place-content:flex-start;flex-wrap:wrap;font-family:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-align:inherit}@media screen and (min-width:981px){.study-area-card--title{text-align:center;flex-basis:auto;flex-grow:2;flex-shrink:0}.study-area-card--title a{padding:.6rem 1.6rem;display:flex;place-items:center;place-content:center}}.study-area-card--description{width:100%;margin:0;padding-block-end:1.6rem;padding-inline:1.6rem;display:block;font-family:var(--font--opensans);font-size:1.2rem;line-height:1.7rem;font-style:normal;font-weight:400;text-decoration:none}.study-area-card--description *{font-family:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-decoration:inherit}@media screen and (min-width:981px){.study-area-card--description{height:var(--card-image-height);padding-block:1.4rem;font-size:1.5rem;line-height:normal;position:absolute;top:var(--card-notched-notch-height);left:0;right:0;z-index:1;background-color:rgba(26,26,26,.8);color:var(--color--white);opacity:0}}.study-area-card:focus-within .study-area-card--description,.study-area-card:focus .study-area-card--description,.study-area-card:hover .study-area-card--description{cursor:default;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}@media screen and (min-width:981px){.study-area-card:focus-within .study-area-card--description,.study-area-card:focus .study-area-card--description,.study-area-card:hover .study-area-card--description{opacity:1}}.study-area-card--image{width:100%;height:var(--card-image-height);aspect-ratio:16/9;vertical-align:baseline;object-fit:cover;position:relative;display:none}.study-area-card--image img{width:inherit;height:inherit;aspect-ratio:inherit;vertical-align:inherit;object-fit:inherit}@media screen and (min-width:981px){.study-area-card--image{display:block;order:-1;flex-basis:var(--card-image-height);flex-grow:0;flex-shrink:0}}.study-area-card--image.image_placeholder,.study-area-card--image:empty{background-color:hsla(0,0%,88%,.3)!important}.study-area-card svg{width:2.4rem;height:2.4rem;margin:0;padding:0;position:absolute;top:calc(var(--card-notched-notch-height) + var(--card-chevron-icon-margin));right:var(--card-chevron-icon-margin);left:unset;bottom:unset;color:var(--card-chevron-icon-color);display:none}@media screen and (min-width:981px){.study-area-card svg{display:block;opacity:1}}@media screen and (min-width:981px){.study-area-card:focus-within svg,.study-area-card:focus svg,.study-area-card:hover svg{opacity:0}}.study-area-card--description,.study-area-card svg{transition-property:opacity;transition-timing-function:var(--card-transition-timing);transition-duration:var(--card-transition-speed)}.study-area-card:after,.study-area-card:before{transition-property:background-color;transition-timing-function:var(--card-transition-timing);transition-duration:var(--card-transition-speed)}.study-area-breakout{--card-breakout-padding:1.6rem;--card-breakout-border-colour:#8a8a8a;font-family:var(--font--opensans);font-size:1.8rem;line-height:1.3;font-style:normal;font-weight:400;cursor:default;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.study-area-breakout--content{margin:0;padding:0;font-size:1.2rem;line-height:normal;font-weight:400;font-style:normal}.study-area-breakout--content *{font-size:inherit;line-height:inherit;font-weight:inherit;font-style:inherit}@media screen and (min-width:981px){.study-area-breakout--content{font-size:1.8rem}}[data-sharer]{cursor:pointer!important}[data-sharer],[data-sharethis]{touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}[data-sharethis]{display:inline-flex;place-items:center;position:relative;cursor:pointer}[data-service=sharethis]{--sharethis-border:1px solid var(--color--grey);--sharethis-radiius:1rem;--sharethis-padding:1rem;margin:0;padding:0;display:inline-flex;gap:1rem}.share_button,.shareThisButton{display:inline-flex;place-content:center;place-items:center;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}[data-sharethis] [data-service=sharethis]:not([data-show]){display:none;visibility:hidden}[data-sharethis] [data-service=sharethis][data-show]{margin-inline-end:.5rem}:root{--sharethis-icon-size:2rem;--sharethis-tooltip-left-position:-1.2rem;--sharethis-tooltip-text:"Share:";--sharethis-tooltip-bg-color:var(--color--grey-light);--sharethis-tooltip-border-color:var(--color--grey);--sharethis-tooltip-border-width:1px;--sharethis-tooltip-arrow-size:2rem;--sharethis-tooltip-radius:0.5rem;--sharethis-tooltip-bottom-offset:7px;--sharethis-tooltip-left-offset:2px}[data-sharethis=tooltip]{display:inline-flex;place-items:center;position:relative}[data-sharethis=tooltip]:after{font-family:DeakinIcons;content:"\ea54";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-sharethis=tooltip]:before{content:var(--sharethis-tooltip-text)}[data-sharethis=tooltip]:after{width:var(--sharethis-icon-size);height:var(--sharethis-icon-size);font-size:var(--sharethis-icon-size);display:inline-flex;place-content:center;place-items:center}[data-sharethis=tooltip] [data-service=sharethis]{order:99999;width:max-content;min-height:2rem;margin:0;padding:1rem;position:absolute;top:var(--sharethis-tooltip-top-position,-6.8rem);left:var(--sharethis-tooltip-left-position,-.6rem);transform:var(--sharethis-tooltip-transform);z-index:1;border-radius:var(--sharethis-tooltip-radius);background-color:var(--sharethis-tooltip-bg-color);border:var(--sharethis-tooltip-border-width) solid var(--sharethis-tooltip-border-color)}[data-sharethis=tooltip] [data-service=sharethis]:before{content:"";width:var(--sharethis-tooltip-arrow-size);height:var(--sharethis-tooltip-arrow-size);display:block;position:absolute;bottom:calc(((var(--sharethis-tooltip-arrow-size) / 2) + 1px) * -1);left:var(--sharethis-tooltip-arrow-left-position,50%);transform:var(--sharethis-tooltip-arrow-transform,translateX(-50%)) rotate(45deg);z-index:-1;background-color:var(--sharethis-tooltip-bg-color);border-bottom:var(--sharethis-tooltip-border-width) solid var(--sharethis-tooltip-border-color);border-right:var(--sharethis-tooltip-border-width) solid var(--sharethis-tooltip-border-color)}[data-sharethis=tooltip] [data-service=sharethis]:not([data-show]){display:none;visibility:hidden}[data-sharethis=tooltip] [data-service=sharethis][data-show]{visibility:visible;z-index:10}[data-sharer][class*=background--primary],[data-sharer][class*=background--secondary]{color:var(--color--white)}[data-sharer][class*=background--tertiary],[data-sharer][class*=background--yellow]{color:var(--color--charcoal)}[data-sharer][class*=background--magenta],[data-sharer][class*=background--orange],[data-sharer][class*=background--teal],[data-sharer][class*=background--turquoise]{color:var(--color--white)}[data-sharer][class*=background--turquoise-light]{color:var(--color--charcoal)}[data-sharer][class*=background--turquoise-dark]{color:var(--color--white)}[data-sharer][class*=background--grey-light],[data-sharer][class*=background--grey-med-light],[data-sharer][class*=background--grey]{color:var(--color--charcoal)}[data-sharer][class*=background--black],[data-sharer][class*=background--charcoal-dark],[data-sharer][class*=background--charcoal-light],[data-sharer][class*=background--charcoal],[data-sharer][class*=background--grey-dark]{color:var(--color--white)}[data-sharer][class*=background--white]{color:var(--color--charcoal)}.module__video-module{--video-module-height:24rem;--icon-link-icon--size:5rem!important;--icon-link-icon--padding:0.2rem 1.2rem;--icon-link--decoration:none;--icon-link--decoration-hover:none;--icon-link--display:inline-flex}.module__video-module img{width:100%;height:var(--video-module-height);object-fit:cover;object-position:center;position:relative;display:flex;place-content:center;place-items:center}.module__video-module .image_placeholder{min-height:var(--video-module-height)}.module__video-module .image_placeholder:empty{background-color:hsla(0,0%,88%,.3);outline:1px dotted #363635;cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none}.module__video-module h2,.module__video-module p{margin:0}.module__video-module h2:empty{height:4rem;background-color:hsla(0,0%,88%,.3);outline:1px dotted #363635;cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none}.module__video-module .video_link:before{text-indent:7px}.module__video-module .video_text{display:inline-flex;flex-direction:row;place-content:flex-start;place-items:center;gap:.5rem}.module__video-module .video_length{display:inline-flex;flex-direction:row;gap:.1rem}.module__video-module .video_length:after,.module__video-module .video_length:before{display:inline-flex;place-content:center;place-items:center;text-align:center;vertical-align:middle}.module__video-module .video_length:before{content:"("}.module__video-module .video_length:after{content:")"}.module__video-module .video_length:empty{min-width:5rem;cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none}.module__video-module .video_length:empty:before{content:"(00:00:00"}.module__video-module [class*=video_link][data-video=""]{--icon-link--color:var(--color--disabled);--icon-link--color-hover:var(--color--disabled);--icon-link-icon--color:var(--color--disabled);--icon-link-icon--color-hover:var(--color--disabled);--icon-link-icon--background:var(--color--grey);--icon-link-icon--background-hover:var(--color--grey);--icon-link-icon--border:var(--color--disabled);--icon-link-icon--border-hover:var(--color--disabled);--icon-link--decoration:none;--icon-link--decoration-hover:none;--icon-link--weight:var(--font--normal);--icon-link--weight-hover:var(--font--normal);cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none}.module__video-module--details{display:flex;flex-direction:column;row-gap:2rem;place-content:center}.module__video-module--details>*{margin:0}@media screen and (max-width:740px){.module__video-module--details{place-content:flex-start}}.module__video-module--image+*{min-height:0;margin-block-start:4rem}.module__video-module--content:empty{height:7rem;background-color:hsla(0,0%,88%,.3);outline:1px dotted #363635;cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none}.module__video-module--two-columns .module__video-module--details{min-height:7rem;place-content:flex-start}@media screen and (max-width:740px){.module__video-module--col-2{margin-block-start:8rem}.module__video-module--details{margin-block-start:4rem}.module__video-module--left-layout .grid{display:flex;flex-direction:column}.module__video-module--left-layout .cell+.cell{order:-1}.module__video-module--two-columns .cell+.cell{margin-block-start:1.6rem}}@media screen and (min-width:741px){.module__video-module--details{min-height:var(--video-module-height)}}form[id=form_email_2659433] .sq-form-question:has([type=hidden]){display:none}.debug .footer--sitewide{outline:2px dashed #00008b!important;outline-offset:3px}.debug .footer--sitewide *{outline:1px dotted #ff8c00!important}.footer--sitewide__socials{margin-block:1.5rem 2.2rem}.footer-socialmedia{--_icon-size:5.6rem;--_icon-fontsize:3.2rem;--_icon-background:var(--color--white);--_icon-color:var(--color--black);display:flex;gap:1.2rem;flex-wrap:wrap}.footer-socialmedia,.footer-socialmedia a{place-content:flex-start;place-items:center}.footer-socialmedia a{width:auto;height:var(--_icon-size);vertical-align:middle;text-align:left;font-weight:400;font-style:normal;text-decoration:none;text-wrap:balance;text-wrap:normal;line-height:.9;display:inline-flex;gap:.5rem;font-size:0;color:transparent}.footer-socialmedia a:active,.footer-socialmedia a:focus-visible,.footer-socialmedia a:focus-within,.footer-socialmedia a:hover{text-decoration:none;color:inherit}.footer-socialmedia [class*=ico-],.footer-socialmedia [class*=icon-]{width:var(--_icon-size);height:var(--_icon-size);display:inline-flex;place-content:center;place-items:center;font-size:var(--_icon-fontsize);line-height:1;font-style:normal;font-weight:400;border-radius:99999px;background-color:var(--_icon-background);color:var(--_icon-color)}.footer-socialmedia [class*=ico-]:before,.footer-socialmedia [class*=icon-]:before{width:inherit;height:inherit;font-size:inherit;display:flex;place-content:center;place-items:center}.debug .module__content-listing{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__content-listing *{outline:1px dotted #ff8c00!important}.debug .module__content-listing .cell{outline:1px dashed #639!important}.module__content-listing-toolbar{display:flex;flex-direction:row;flex-wrap:wrap;gap:.3rem;position:relative;scroll-margin-block:13rem 10rem}@media screen and (max-width:980px){.module__content-listing-toolbar{gap:1rem}}@media screen and (min-width:981px){.module__content-listing-toolbar{gap:.8rem;place-items:flex-start;place-content:flex-start}}@media screen and (max-width:980px){.module__content-listing-toolbar .filter-toolbar-dropdown{height:3.6rem;max-height:3.6rem}.module__content-listing-toolbar .filter-toolbar-dropdown>button{height:100%;min-height:unset;max-height:inherit}}@media screen and (min-width:981px){.module__content-listing-toolbar .filter-toolbar-dropdown{--_filter-dropdown-max-height:4.4rem;height:var(--_filter-dropdown-max-height);max-height:unset;display:flex}.module__content-listing-toolbar .filter-toolbar-dropdown>button{height:100%;min-height:unset;max-height:inherit;border-radius:1.2rem}.module__content-listing-toolbar .filter-toolbar-dropdown .filter-dropdown{min-width:20rem;padding:2rem;z-index:21;border-radius:1.2rem;box-shadow:var(--_filter-dropdown-shadow);position:absolute;top:calc(var(--_filter-dropdown-max-height) - .2rem);display:none}.module__content-listing-toolbar .filter-toolbar-dropdown .filter-dropdown>button{display:inline-flex}}.module__content-listing-toolbar--search-field{--_filter-search-field-width:100%;--_filter-search-field-height:3.6rem;--_filter-search-field-padding:1.2rem;--_filter-search-field-background-colour:var(--color--white);--_filter-search-field-border-width:1px;--_filter-search-field-border-style:solid;--_filter-search-field-border-colour:var(--color--grey-medium);--_filter-search-field-border-radius:0.4rem;--_filter-search-field-text-colour:var(--color--charcoal);--_filter-search-field-placeholder-text-colour:var(--color--grey-medium);--_filter-search-field-submit-button-colour:var(--color--charcoal);--_filter-search-field-submit-button-width:4rem;--_filter-search-field-reset-button-colour:var(--color--charcoal);--_filter-search-field-reset-button-width:4rem;order:99999;max-height:inherit;display:flex;flex-direction:row;place-items:center;place-content:flex-start;flex-wrap:wrap;gap:.3rem;position:relative;isolation:isolate;flex-grow:2;flex-shrink:0}.module__content-listing-toolbar--search-field input[type=search]{width:100%;max-width:var(--_filter-search-field-width);height:100%;max-height:inherit;padding-block:var(--_filter-search-field-padding);padding-inline:var(--_filter-search-field-padding);font-family:var(--font--opensans);font-size:1.5rem;line-height:normal;font-weight:400;font-style:normal;display:flex;position:relative;box-sizing:border-box;background-color:var(--_filter-search-field-background-colour);border:var(--_filter-search-field-border-width) var(--_filter-search-field-border-style) var(--_filter-search-field-border-colour);border-radius:var(--_filter-search-field-border-radius)}.module__content-listing-toolbar--search-field input[type=search]:has(+[name=button-search]){padding-left:calc(var(--_filter-search-field-submit-button-width) + .8rem)}.module__content-listing-toolbar--search-field input[type=search]:has(~[name=button-clear]){padding-right:calc(var(--_filter-search-field-reset-button-width) + .8rem)}.module__content-listing-toolbar--search-field input[type=search]:focus,.module__content-listing-toolbar--search-field input[type=search]:focus-visible,.module__content-listing-toolbar--search-field input[type=search]:focus-within{outline:none}.module__content-listing-toolbar--search-field input[type=search]::-moz-placeholder,.module__content-listing-toolbar--search-field input[type=search]::-webkit-input-placeholder,.module__content-listing-toolbar--search-field input[type=search]::placeholder{color:var(--_filter-search-field-placeholder-text-colour)}.module__content-listing-toolbar--search-field input[type=search]:not(:placeholder-shown){color:var(--_filter-search-field-text-colour)}.module__content-listing-toolbar--search-field button{all:unset;height:100%;padding:0;line-height:1;display:flex;place-content:center;place-items:center;box-sizing:border-box;position:absolute;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.module__content-listing-toolbar--search-field button[class*=ico-]:before{transform:scale(1.5)}.module__content-listing-toolbar--search-field button[name=button-search]{left:0;color:var(--_filter-search-field-submit-button-colour);width:var(--_filter-search-field-submit-button-width);border-top-left-radius:var(--_filter-search-field-border-radius);border-bottom-left-radius:var(--_filter-search-field-border-radius)}.module__content-listing-toolbar--search-field button[name=button-clear]{right:0;color:var(--_filter-search-field-reset-button-colour);width:var(--_filter-search-field-reset-button-width);border-top-right-radius:var(--_filter-search-field-border-radius);border-bottom-right-radius:var(--_filter-search-field-border-radius)}.module__content-listing-toolbar--search-field .button-label{width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden;border-width:0;white-space:nowrap;clip:rect(0,0,0,0)}@media screen and (max-width:980px){.module__content-listing-toolbar--search-field{width:100%;height:3.6rem;max-height:3.6rem}}@media screen and (min-width:981px){.module__content-listing-toolbar--search-field{--_filter-search-field-border-radius:1.2rem;order:800;height:4.4rem;max-height:unset;flex-grow:2;flex-shrink:0}}@media screen and (min-width:981px) and (max-width:1200px){.module__content-listing-toolbar--search-field{order:99999;width:100%}}.module__content-listing-toolbar~*{margin-block-start:2rem;margin-top:2rem}:root .debug .module__content-listing-toolbar{outline:1px dashed #00008b!important;outline-offset:2px!important}:root .debug .module__content-listing-toolbar *{outline:1px dotted #ff8c00!important}.module__content-listing-pagination{--_pagination-background-colour:var(--color--turquoise);--_pagination-text-colour:var(--color--white);--_pagination-background-colour-hover:var(--color--turquoise-dark);--_pagination-text-colour-hover:var(--color--white);display:flex;flex-direction:row;gap:1rem}.module__content-listing-pagination .pagination-count,.module__content-listing-pagination .pagination-summary{flex-grow:1;flex-shrink:0;display:inline-flex;place-items:center;place-content:flex-start;gap:.3em}.module__content-listing-pagination .pagination-summary .total-count{color:var(--text-turquoise);font-weight:var(--font--bold)}.module__content-listing-pagination .pagination{flex-grow:2;flex-shrink:1;margin-left:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:.4rem;place-items:center;place-content:flex-end}.module__content-listing-pagination .pagination,.module__content-listing-pagination .pagination li{list-style:none;margin:0;padding:0;background:none}.module__content-listing-pagination .pagination li{width:auto;max-width:3.8rem;height:3.8rem;display:inline-flex;flex-direction:row;place-items:center;place-content:center}.module__content-listing-pagination .pagination a{width:100%;height:100%;display:flex;place-items:center;place-content:center}.module__content-listing-pagination .pagination a:is(.next,.previous){width:3.8rem}.module__content-listing-pagination .pagination a:not(.next):not(.previous){width:2.4rem}.module__content-listing-pagination .next,.module__content-listing-pagination .previous{font-size:0;position:relative;text-decoration:none;border-radius:99999rem;background-color:var(--_pagination-background-colour);color:var(--_pagination-text-colour)}.module__content-listing-pagination .next:before,.module__content-listing-pagination .previous:before{width:2.4rem;height:2rem;font-size:1.5rem;line-height:1;vertical-align:middle;display:inline-flex;place-items:center;place-content:center}.module__content-listing-pagination .next:hover,.module__content-listing-pagination .previous:hover{--_pagination-background-colour:var(--_pagination-background-colour-hover);--_pagination-text-colour:var(--_pagination-text-colour-hover)}.module__content-listing-pagination .disabled{--_pagination-background-colour:var(--color--grey-medium)!important;cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none}.module__content-listing-pagination .active,.module__content-listing-pagination .current{text-decoration:none;font-weight:600}@media screen and (max-width:740px){.module__content-listing-pagination{flex-direction:column}.module__content-listing-pagination,.module__content-listing-pagination .pagination,.module__content-listing-pagination .pagination-summary{place-content:center;place-items:center}}:root .debug .module__content-listing-pagination{outline:1px dashed #00008b!important;outline-offset:2px!important}:root .debug .module__content-listing-pagination *{outline:1px dotted #ff8c00!important}.module__content-listing-results{min-height:min-content;margin:2rem 0 0;padding:0}.module__content-listing-results,.module__content-listing-results--grid{display:grid;column-gap:3.2rem;row-gap:2rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,295px),1fr))}.module__content-listing-results--list,.module__content-listing-results--vertical{grid-template-columns:1fr}.module__content-listing-results--list .module__content-listing-card,.module__content-listing-results--vertical .module__content-listing-card{min-height:10rem}.module__content-listing-results--list .module__content-listing-card__body,.module__content-listing-results--vertical .module__content-listing-card__body{display:flex;flex-direction:row}.module__content-listing-results--list .module__content-listing-card__image,.module__content-listing-results--vertical .module__content-listing-card__image{width:30rem;aspect-ratio:16/9;flex-grow:0;flex-shrink:0;border-bottom-left-radius:var(--_card-border-radius)}.module__content-listing-results.no-results{min-height:15rem;border-radius:5px;outline:1px solid #e1e1e1;background-color:#f8f8f8;display:flex;flex-direction:column;place-content:center;place-items:center;gap:.5rem}:root .debug .module__content-listing-results{outline:1px dashed #00008b!important;outline-offset:2px!important}:root .debug .module__content-listing-results *{outline:1px dotted #ff8c00!important}.module__content-listing-card{--_card-border-radius:1.2rem;--_card-border-colour:var(--color--grey-medium);--_card-background-colour:var(--color--grey-medium);--_card-background-colour--hover:var(--color--turquoise);--_card-header-background-colour:var(--color--charcoal);--_card-header-background-colour--hover:var(--color--turquoise);--_card-body-background-colour:var(--color--white);--_card-campus-border-colour:var(--color--charcoal);--_card-campus-text-colour:var(--_card-campus-border-colour);--_card-campus-background-colour--disabled:var(--color--grey-light);--_card-campus-border-colour--disabled:var(--color--grey-light);--_card-campus-text-colour--disabled:var(--color--grey-medium);min-height:20rem;border-radius:var(--_card-border-radius);border:1px solid var(--_card-border-colour);background-color:var(--_card-background-colour);transition:background-color 1s linear}.module__content-listing-card .campus{display:inline-flex;place-content:center;place-items:center;gap:.5rem}.module__content-listing-card .campus .burwood{--_card-campus-border-colour:var(--color--orange);--_card-campus-text-colour:var(--text-orange);--_card-campus-background-colour:var(--color--white)}.module__content-listing-card .campus .waterfront{--_card-campus-border-colour:var(--color--yellow);--_card-campus-text-colour:var(--text-charcoal);--_card-campus-background-colour:var(--color--white)}.module__content-listing-card .campus .waurnponds{--_card-campus-border-colour:var(--color--turquoise-light);--_card-campus-text-colour:var(--text-turquoise-light);--_card-campus-background-colour:var(--color--white)}.module__content-listing-card .campus .warrnambool{--_card-campus-border-colour:var(--color--magenta);--_card-campus-text-colour:var(--text-magenta);--_card-campus-background-colour:var(--color--white)}.module__content-listing-card .campus .online{--_card-campus-border-colour:var(--color--charcoal);--_card-campus-text-colour:var(--color--charcoal);--_card-campus-background-colour:var(--color--white)}.module__content-listing-card .campus .disabled{--_card-campus-border-colour:var(--_card-campus-border-colour--disabled);--_card-campus-text-colour:var(--_card-campus-text-colour--disabled);--_card-campus-background-colour:var(--_card-campus-background-colour--disabled)}.module__content-listing-card .campus__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem}.module__content-listing-card .campus__name{min-width:2.8rem;height:1.9rem;margin:0;padding:0 .4rem;text-align:center;position:relative;display:flex;place-items:center;place-content:center;font-size:1.2rem;border:1px solid var(--_card-campus-border-colour);color:var(--_card-campus-text-colour);background-color:var(--_card-campus-background-colour)}.module__content-listing-card .campus__score{display:inline-block;line-height:normal}.module__content-listing-card .campus__score--large{font-family:var(--font--opensans-semibold);font-size:2rem;font-weight:400;line-height:normal}.module__content-listing-card .campus__score--small{font-family:var(--font--opensans);font-size:1.2rem;font-weight:400;line-height:normal}.module__content-listing-card .campus .disabled{color:var(--_card-campus-text-colour--disabled)}.module__content-listing-card .campus .disabled,.module__content-listing-card .campus .disabled *{cursor:not-allowed!important;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none}.module__content-listing-card .no-image{width:100%;height:100%;display:flex;flex-direction:column;place-content:center;place-items:center;background-color:hsla(0,0%,88%,.3);color:#858585;font-size:1.5em}.module__content-listing-card [data-title]{position:relative;cursor:default;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.module__content-listing-card [data-title]:after{content:attr(data-title);width:13rem;padding:.2rem .8rem;font-size:1.2rem;line-height:normal;font-weight:400;text-align:left;opacity:0;visibility:hidden;position:absolute;top:-.4px;left:4px;z-index:9;transform:translateY(-110%);border-radius:.4rem;box-shadow:0 .4rem .4rem 0 rgba(0,0,0,.25);background-color:var(--color--white);color:var(--color--charcoal)}.module__content-listing-card [data-title]:before{content:"";width:0;height:0;opacity:0;visibility:hidden;position:absolute;top:-.4rem;left:42%;z-index:10;border:.4rem solid transparent;border-top-color:var(--color--white)}.module__content-listing-card [data-title]:hover:after,.module__content-listing-card [data-title]:hover:before{opacity:1;visibility:visible;transition:all .1s ease .2s}.module__content-listing-card__header{height:1.2rem;background-color:var(--_card-header-background-colour);transition:background-color 1s linear;border-top-left-radius:var(--_card-border-radius);border-top-right-radius:var(--_card-border-radius)}.module__content-listing-card__body{height:calc(100% - 1.2rem);background-color:var(--_card-body-background-colour);border-bottom-left-radius:var(--_card-border-radius);border-bottom-right-radius:var(--_card-border-radius);display:flex;flex-direction:column}.module__content-listing-card__image{width:100%;height:162px;position:relative;overflow:hidden;display:none}.module__content-listing-card__image a{width:100%;height:100%;display:flex;flex-direction:column;place-content:center;place-items:center;text-decoration:none}.module__content-listing-card__image img,.module__content-listing-card__image picture{width:100%;height:100%;aspect-ratio:16/9;margin:0;padding:0;display:block;vertical-align:baseline;object-fit:cover;object-position:center center;transition:transform 1s}.module__content-listing-card__content{padding:1.6rem;display:flex;flex-direction:column;gap:1rem;flex-grow:2}.module__content-listing-card__title{margin:0}.module__content-listing-card__description.small{font-size:1.2rem;line-height:normal}.module__content-listing-card__details{margin-block-start:auto;display:flex;flex-direction:column;gap:1rem}.module__content-listing-card__details-title{display:inline-block;margin:0;font-size:1.5rem;font-weight:700;line-height:normal}.module__content-listing-card__details-title--heading-1{font-weight:700;font-size:1.5rem}.module__content-listing-card__details-title--heading-2{font-weight:400;font-size:1.2rem}.module__content-listing-card__details-title--heading-3,.module__content-listing-card__details-title--heading-4{font-weight:400;font-size:1rem}.module__content-listing-card:hover{--_card-background-colour:var(--_card-background-colour--hover);--_card-header-background-colour:var(--_card-header-background-colour--hover)}.module__content-listing-card:hover img,.module__content-listing-card:hover picture{transform:scale(1.15);transition:transform 1s}@media screen and (min-width:741px){.module__content-listing-card__image{display:flex}}:root .debug .module__content-listing-card{outline:1px dashed #00008b!important;outline-offset:2px!important}:root .debug .module__content-listing-card *{outline:1px dotted #ff8c00!important}.filter-toolbar-modal{--_filter-modal-padding-vertical:2rem;--_filter-modal-padding-horizontal:1.6rem;--_filter-modal-button-close-size:3.2rem;--_filter-modal-button-colour:#5a5a5a;display:none;position:fixed;inset:0;z-index:99999;background-color:rgba(0,0,0,.85);flex-direction:column;place-items:center;place-content:center}.filter-toolbar-modal--dialog{width:100svw;min-width:32rem;height:100svh;padding-block:var(--_filter-modal-padding-vertical);padding-inline:var(--_filter-modal-padding-horizontal);position:relative;background-color:var(--color--white);border:1px solid var(--color--grey-medium);box-shadow:0 0 10px 4px #00000040}.filter-toolbar-modal--dialog,.filter-toolbar-modal--dialog--content,.filter-toolbar-modal--dialog-content{overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;place-content:flex-start;place-items:flex-start;gap:1.2rem}.filter-toolbar-modal--dialog--content,.filter-toolbar-modal--dialog-content{width:100%;height:100%;margin-block-end:auto;margin-bottom:auto;padding-inline-end:calc(var(--_filter-modal-padding-horizontal) + var(--_filter-modal-button-close-size) + var(--_filter-modal-padding-horizontal))}.filter-toolbar-modal--dialog--cta,.filter-toolbar-modal--dialog-cta{width:100%;margin-block-start:auto;margin-top:auto}.filter-toolbar-modal--dialog [name=button-close]{font-size:var(--_filter-modal-button-close-size);width:var(--_filter-modal-button-close-size);height:var(--_filter-modal-button-close-size);aspect-ratio:1;margin:0;padding:0;display:flex;place-content:center;place-items:center;position:absolute;top:var(--_filter-modal-padding-vertical);right:var(--_filter-modal-padding-horizontal);color:var(--_filter-modal-button-colour)}.filter-toolbar-modal--dialog [name=button-close]:before{transform:scale(1.5)}.filter-toolbar-modal--dialog [name=button-close] svg{color:var(--_filter-modal-button-colour)}.filter-toolbar-modal--dialog [name=button-close] .button-label{width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden;border-width:0;white-space:nowrap;clip:rect(0,0,0,0)}@media screen and (max-width:740px){.filter-toolbar-modal--dialog{width:calc(100svw - 2rem);height:calc(100svh - 2rem)}}@media screen and (min-width:981px){.filter-toolbar-modal--dialog{width:min(75svw,80rem);height:clamp(100rem,60svh,60svh);max-width:unset;max-height:unset}}:root .debug .filter-toolbar-modal--dialog{outline:3px dashed #ff0!important;outline-offset:5px!important}:root .debug .filter-toolbar-modal--dialog *{outline:1px dotted #ff8c00!important}:root .debug .module__research-listing{outline:2px dashed #00008b!important;outline-offset:3px}:root .debug .module__research-listing *{outline:1px dotted #ff8c00!important}:root .debug .module__research-listing .cell{outline:1px dashed #639!important}.filter-toolbar-dropdown.filter-toolbar-dropdown__research-centre,.filter-toolbar-dropdown__research-centre{order:20}.filter-toolbar-dropdown.filter-toolbar-dropdown__research-faculty,.filter-toolbar-dropdown__research-faculty{order:30}.filter-toolbar-dropdown.filter-toolbar-dropdown__research-theme,.filter-toolbar-dropdown__research-theme{order:10}.filter-toolbar-dropdown.filter-toolbar-dropdown__research-group,.filter-toolbar-dropdown__research-group{order:20}.filter-toolbar-dropdown.filter-toolbar-dropdown__research-study-area,.filter-toolbar-dropdown__research-study-area{order:40}.debug .module__international-lead-forms--phase2{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__international-lead-forms--phase2 *{outline:1px dotted #ff8c00!important}.debug .module__international-lead-forms--phase2 .cell{outline:1px dashed #639!important}.module__international-lead-forms--phase2 form[class*=squiz--form-redesign] .inputContainer label:not(.error){font-family:var(--font--opensans-bold);font-weight:400}.module__international-lead-forms--phase2 form[class*=squiz--form-redesign] [name=countryCode]{width:6.5rem}.module__international-lead-forms--phase2 form[class*=squiz--form-redesign] [name=countryCode].empty{color:#8a8a8a}.module__international-lead-forms--phase2 form[class*=squiz--form-redesign] [name=mobileUser]{flex-grow:1;flex-shrink:0;padding-inline:.5rem}.module__international-lead-forms--phase2 form[class*=squiz--form-redesign] [name=mobileUser]::placeholder{color:#8a8a8a}.module__filter-toolbar{display:flex;flex-direction:row;flex-wrap:wrap;gap:.3rem;position:relative;scroll-margin-block:13rem 10rem}@media screen and (max-width:980px){.module__filter-toolbar{gap:1rem}}@media screen and (min-width:981px){.module__filter-toolbar{gap:.8rem;place-items:flex-start;place-content:flex-start}}.filter-toolbar-dropdown{--_filter-dropdown-button-text-colour:var(--color--charcoal);--_filter-dropdown-button-border-colour:var(--color--grey-medium);--_filter-dropdown-button-background-colour:var(--color--white);--_filter-dropdown-button-text-colour--hover:var(--color--charcoal);--_filter-dropdown-button-border-colour--hover:var(--color--grey-medium);--_filter-dropdown-button-background-colour--hover:var(--color--grey-light);--_filter-dropdown-button-text-colour--active:var(--color--charcoal);--_filter-dropdown-button-border-colour--active:var(--color--grey-medium);--_filter-dropdown-button-background-colour--active:var(--color--grey-light);--_filter-dropdown-background-colour:var(--color--white);--_filter-dropdown-border-colour:var(--color--grey-medium);--_filter-dropdown-shadow:0 8px 12px 2px rgba(0,0,0,.25);--_filter-dropdown-button-padding:1.6rem;--_filter-dropdown-button-gap:0.8rem;--radio-custom--colour:var(--color--turquoise);--_checkbox-spacing:0.8rem;--_checkbox-size:2rem;max-height:inherit;order:1;display:none}.filter-toolbar-dropdown h3,.filter-toolbar-dropdown h4,.filter-toolbar-dropdown h5,.filter-toolbar-dropdown h6{margin:0}.filter-toolbar-dropdown input[type=checkbox]+label,.filter-toolbar-dropdown input[type=checkbox]~label,.filter-toolbar-dropdown input[type=radio]+label,.filter-toolbar-dropdown input[type=radio]~label{padding-inline-start:calc(var(--_checkbox-size) + var(--_checkbox-spacing))}.filter-toolbar-dropdown input[type=checkbox]+label:after,.filter-toolbar-dropdown input[type=checkbox]+label:before,.filter-toolbar-dropdown input[type=checkbox]~label:after,.filter-toolbar-dropdown input[type=checkbox]~label:before,.filter-toolbar-dropdown input[type=radio]+label:after,.filter-toolbar-dropdown input[type=radio]+label:before,.filter-toolbar-dropdown input[type=radio]~label:after,.filter-toolbar-dropdown input[type=radio]~label:before{width:var(--_checkbox-size);height:var(--_checkbox-size);margin:0}.filter-toolbar-dropdown>button{all:unset;width:100%;margin:0;padding:1.1rem var(--_filter-dropdown-button-padding);display:inline-flex;place-items:center;place-content:flex-start;gap:var(--_filter-dropdown-button-gap);box-sizing:border-box;position:relative;border-radius:.4rem;color:var(--_filter-dropdown-button-text-colour);border:1px solid var(--_filter-dropdown-button-border-colour);background-color:var(--_filter-dropdown-button-background-colour);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.filter-toolbar-dropdown>button:active,.filter-toolbar-dropdown>button:hover,.filter-toolbar-dropdown>button[aria-pressed=true]{color:var(--_filter-dropdown-button-text-colour--hover);border-color:var(--_filter-dropdown-button-border-colour--hover);background-color:var(--_filter-dropdown-button-background-colour--hover)}.filter-toolbar-dropdown .filter-button-label{font-weight:var(--font-bold);line-height:1.1}.filter-toolbar-dropdown .filter-button-count{position:static}.filter-toolbar-dropdown .filter-dropdown{margin:.2rem 0 0;padding:.8rem 2rem;display:none;flex-direction:column;gap:1.2rem;border:1px solid var(--_filter-dropdown-border-colour);border-radius:.4rem;background-color:var(--_filter-dropdown-background-colour)}.filter-toolbar-dropdown .filter-group-list{display:flex;flex-direction:column;gap:1.2rem}.filter-toolbar-dropdown .filter-group-list,.filter-toolbar-dropdown .filter-group-list li{margin:0;padding:0;background:unset}.filter-toolbar-dropdown .filter-group-list li{padding-inline:1.2rem}.filter-toolbar-dropdown .filter-group-list label{display:block;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}@media screen and (max-width:980px){.module__filter-toolbar .filter-toolbar-dropdown{height:3.6rem;max-height:3.6rem}.module__filter-toolbar .filter-toolbar-dropdown>button{height:100%;min-height:unset;max-height:inherit}}@media screen and (min-width:981px){.module__filter-toolbar .filter-toolbar-dropdown{--_filter-dropdown-max-height:4.4rem;height:var(--_filter-dropdown-max-height);max-height:unset;display:flex}.module__filter-toolbar .filter-toolbar-dropdown>button{height:100%;min-height:unset;max-height:inherit;border-radius:1.2rem}.module__filter-toolbar .filter-toolbar-dropdown .filter-dropdown{min-width:20rem;padding:2rem;z-index:21;border-radius:1.2rem;box-shadow:var(--_filter-dropdown-shadow);position:absolute;top:calc(var(--_filter-dropdown-max-height) - .2rem);display:none}.module__filter-toolbar .filter-toolbar-dropdown .filter-dropdown>button{display:inline-flex}}.filter-toolbar-modal .filter-toolbar-dropdown{width:100%;height:auto;max-height:none;display:flex;flex-direction:column;gap:1rem}.filter-toolbar-modal .filter-toolbar-dropdown>button{width:auto;height:3.6rem;min-height:unset;max-height:inherit;border-radius:.4rem}.filter-toolbar-modal .filter-toolbar-dropdown .filter-dropdown{width:100%;min-width:unset;max-width:unset;padding:.8rem;position:relative;box-shadow:unset;border-radius:.4rem;top:unset}.filter-toolbar-modal .filter-toolbar-dropdown .filter-dropdown>button{display:none}.debug .module__filter-toolbar{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__filter-toolbar *{outline:1px dotted #ff8c00!important}.debug .module__filter-toolbar .cell{outline:1px dashed #639!important}.filter-toolbar-dropdown__atar{--_filter-toolbar-dropdown-atar-toggle-text-colour:var(--color--magenta);--_filter-toolbar-dropdown-atar-toggle-border-colour:var(--color--grey-medium);--_filter-toolbar-dropdown-atar-toggle-background-colour:var(--color--white);--_filter-toolbar-dropdown-atar-toggle-text-colour--hover:var(--color--magenta);--_filter-toolbar-dropdown-atar-toggle-border-colour--hover:var(--color--grey-medium);--_filter-toolbar-dropdown-atar-toggle-background-colour--hover:var(--color--grey-light);--_filter-toolbar-dropdown-atar-toggle-text-colour--filled:var(--color--charcoal);--_filter-toolbar-dropdown-atar-toggle-border-colour--filled:var(--color--grey-medium);--_filter-toolbar-dropdown-atar-toggle-background-colour--filled:var(--color--white);--_filter-toolbar-dropdown-atar-text-input-text-colour:var(--color--grey-medium);--_filter-toolbar-dropdown-atar-cancel-button-text-colour:var(--color--grey-medium);--_filter-toolbar-dropdown-atar-cancel-button-text-colour--hover:var(--color--charcoal);--_filter-toolbar-dropdown-atar-reset-button-text-colour:var(--color--grey-medium);--_filter-toolbar-dropdown-atar-reset-button-text-colour--hover:var(--color--charcoal);order:-100;display:flex}.filter-toolbar-dropdown__atar h3,.filter-toolbar-dropdown__atar h4{margin:0;padding:0;font-family:var(--font--opensans);font-weight:700;font-size:1.5rem;line-height:normal;color:var(--color--charcoal);text-align:center}.filter-toolbar-dropdown__atar input[type=number]{width:100%;min-width:2.5rem;max-width:4.5rem;flex-basis:auto;flex-grow:0;flex-shrink:0;margin:0;padding:0;font-family:var(--font--opensans);font-size:8rem;line-height:normal;text-align:center;font-weight:400;vertical-align:middle;text-wrap:balance;border:none;border-bottom-width:2px;border-bottom-style:solid;color:var(--_filter-toolbar-dropdown-atar-text-input-text-colour);border-bottom-color:var(--_filter-toolbar-dropdown-atar-text-input-text-colour);-moz-appearance:textfield}.filter-toolbar-dropdown__atar input[type=number]::-webkit-inner-spin-button,.filter-toolbar-dropdown__atar input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-toolbar-dropdown__atar input[type=number].valid{color:var(--color--turquoise)}.filter-toolbar-dropdown__atar .filter-dropdown{padding:2rem;flex-direction:column;place-items:center;place-content:center;gap:2rem}.filter-toolbar-dropdown__atar--inputs{width:206px;height:89px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;place-content:center;place-items:center}.filter-toolbar-dropdown__atar--value{line-height:1.1}.filter-toolbar-dropdown__atar .decimal-point{font-family:var(--font--univers);font-size:6rem;line-height:1.2;color:var(--color--grey-medium);text-align:center}.filter-toolbar-dropdown__atar [type=button]{flex-basis:100%}.filter-toolbar-dropdown__atar [name=filter-toolbar-dropdown__atar--toggle]{min-width:11.2rem;color:var(--_filter-toolbar-dropdown-atar-toggle-text-colour);border-color:var(--_filter-toolbar-dropdown-atar-toggle-border-colour);background-color:var(--_filter-toolbar-dropdown-atar-toggle-background-colour)}.filter-toolbar-dropdown__atar [name=filter-toolbar-dropdown__atar--toggle]:hover{color:var(--_filter-toolbar-dropdown-atar-toggle-text-colour--hover);border-color:var(--_filter-toolbar-dropdown-atar-toggle-border-colour--hover);background-color:var(--_filter-toolbar-dropdown-atar-toggle-background-colour--hover)}.filter-toolbar-dropdown__atar [name=filter-toolbar-dropdown__atar--toggle]:not(:has(.hidden)){color:var(--_filter-toolbar-dropdown-atar-toggle-text-colour--filled);border-color:var(--_filter-toolbar-dropdown-atar-toggle-border-colour--filed);background-color:var(--_filter-toolbar-dropdown-atar-toggle-background-colour--filed)}.filter-toolbar-dropdown__atar [name=filter-toolbar-dropdown__atar--toggle]:not(:has(.hidden)) .filter-toolbar-dropdown__atar--prefix{display:none}.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]{width:100%;height:20px;margin:0;margin-block-start:2rem;display:block;text-align:center;color:var(--_filter-toolbar-dropdown-atar-cancel-button-text-colour)}.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]:active,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]:focus,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]:focus-visible,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]:focus-within,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]:hover{color:var(--_filter-toolbar-dropdown-atar-cancel-button-text-colour--hover)}.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]{width:100%;height:20px;margin:0;display:none;text-align:center;text-transform:uppercase;color:var(--_filter-toolbar-dropdown-atar-reset-button-text-colour)}.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]:active,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]:focus,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]:focus-visible,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]:focus-within,.filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]:hover{color:var(--_filter-toolbar-dropdown-atar-reset-button-text-colour--hover)}.filter-toolbar-dropdown__atar [name=filter-toolbar-dropdown__atar--apply]{width:264px;height:44px;margin:0;margin-block-start:.8rem}@media screen and (max-width:740px){.filter-toolbar-dropdown__atar [name=filter-toolbar-dropdown__atar--toggle]{padding-inline:1.2rem}}@media screen and (min-width:981px){.filter-toolbar-dropdown__atar--inputs{max-width:19.2rem}}@media screen and (max-width:740px){.module__filter-toolbar .filter-toolbar-dropdown__atar--prefix{display:none}}@media screen and (min-width:981px){.module__filter-toolbar .filter-toolbar-dropdown__atar .filter-dropdown{width:304px;height:261px;gap:0}.module__filter-toolbar .filter-toolbar-dropdown__atar .filter-dropdown h4{width:100%;height:20px;display:block}.module__filter-toolbar .filter-toolbar-dropdown__atar--inputs{margin-block-start:2rem}}.filter-toolbar-modal .filter-toolbar-dropdown__atar .filter-dropdown{padding:.6rem .8rem}.filter-toolbar-modal .filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--cancel]{display:none}.filter-toolbar-modal .filter-toolbar-dropdown__atar [id=filter-toolbar-dropdown__atar--reset]{display:block}.filter-toolbar-modal .filter-toolbar-dropdown__atar--prefix{display:inline}.filter-toolbar-dropdown__student-type{order:200}.filter-toolbar-dropdown__student-type [name=filter-toolbar-dropdown__student-type--apply]{width:163px;min-width:unset;max-width:unset;height:44px;min-height:unset;max-height:unset;display:inline-flex;margin:auto}@media screen and (min-width:981px){.module__filter-toolbar .filter-toolbar-dropdown__student-type .filter-dropdown{width:203px;min-width:unset;max-width:unset;height:auto;min-height:unset;max-height:unset;padding:2rem}}.filter-toolbar-dropdown__study-area{order:300}.filter-toolbar-dropdown__study-area [name=filter-toolbar-dropdown__study-area--apply]{width:267px;min-width:unset;max-width:unset;height:44px;min-height:unset;max-height:unset;display:inline-flex;margin:auto}.module__filter-toolbar .filter-toolbar-dropdown__study-area .filter-dropdown{width:400px;min-width:unset;max-width:unset;height:auto;min-height:unset;max-height:unset}.filter-toolbar-dropdown__location{order:400}.filter-toolbar-dropdown__location .filter-group-list{text-wrap:nowrap}.filter-toolbar-dropdown__location [name=filter-toolbar-dropdown__location--apply]{width:211px;min-width:unset;max-width:unset;height:44px;min-height:unset;max-height:unset;display:inline-flex;margin:auto}.module__filter-toolbar .filter-toolbar-dropdown__location .filter-dropdown{width:251px;min-width:unset;max-width:unset;height:auto;min-height:unset;max-height:unset}.filter-toolbar-dropdown__intake{order:600}.filter-toolbar-dropdown__intake [name=filter-toolbar-dropdown__intake--apply]{width:135px;min-width:unset;max-width:unset;height:44px;min-height:unset;max-height:unset;display:inline-flex;margin:auto}.module__filter-toolbar .filter-toolbar-dropdown__intake .filter-dropdown{width:175px;min-width:unset;max-width:unset;height:auto;min-height:unset;max-height:unset}.filter-toolbar-dropdown__qualification{order:500}.filter-toolbar-dropdown__qualification h3,.filter-toolbar-dropdown__qualification h4,.filter-toolbar-dropdown__qualification h5{margin:0;padding:0;font-size:1.5rem;font-family:var(--font--opensans);font-weight:700;text-wrap:nowrap}.filter-toolbar-dropdown__qualification [name=filter-toolbar-dropdown__qualification--apply]{width:193px;min-width:unset;max-width:unset;height:44px;min-height:unset;max-height:unset;display:inline-flex;margin:auto}.module__filter-toolbar .filter-toolbar-dropdown__qualification .filter-dropdown{width:233px;min-width:unset;max-width:unset;height:auto;min-height:unset;max-height:unset}.filter-toolbar-search-field{--_filter-search-field-width:100%;--_filter-search-field-height:3.6rem;--_filter-search-field-padding:1.2rem;--_filter-search-field-background-colour:var(--color--white);--_filter-search-field-border-width:1px;--_filter-search-field-border-style:solid;--_filter-search-field-border-colour:var(--color--grey-medium);--_filter-search-field-border-radius:0.4rem;--_filter-search-field-text-colour:var(--color--charcoal);--_filter-search-field-placeholder-text-colour:var(--color--grey-medium);--_filter-search-field-submit-button-colour:var(--color--charcoal);--_filter-search-field-submit-button-width:4rem;--_filter-search-field-reset-button-colour:var(--color--charcoal);--_filter-search-field-reset-button-width:4rem;order:99999;max-height:inherit;display:flex;flex-direction:row;place-items:center;place-content:flex-start;flex-wrap:wrap;gap:.3rem;position:relative;isolation:isolate;flex-grow:2;flex-shrink:0}.filter-toolbar-search-field input[type=search]{width:100%;max-width:var(--_filter-search-field-width);height:100%;max-height:inherit;padding-block:var(--_filter-search-field-padding);padding-inline:var(--_filter-search-field-padding);font-family:var(--font--opensans);font-size:1.5rem;line-height:normal;font-weight:400;font-style:normal;display:flex;position:relative;box-sizing:border-box;background-color:var(--_filter-search-field-background-colour);border:var(--_filter-search-field-border-width) var(--_filter-search-field-border-style) var(--_filter-search-field-border-colour);border-radius:var(--_filter-search-field-border-radius)}.filter-toolbar-search-field input[type=search]:has(+[name=button-search]){padding-left:calc(var(--_filter-search-field-submit-button-width) + .8rem)}.filter-toolbar-search-field input[type=search]:has(~[name=button-clear]){padding-right:calc(var(--_filter-search-field-reset-button-width) + .8rem)}.filter-toolbar-search-field input[type=search]:focus,.filter-toolbar-search-field input[type=search]:focus-visible,.filter-toolbar-search-field input[type=search]:focus-within{outline:none}.filter-toolbar-search-field input[type=search]::-moz-placeholder,.filter-toolbar-search-field input[type=search]::-webkit-input-placeholder,.filter-toolbar-search-field input[type=search]::placeholder{color:var(--_filter-search-field-placeholder-text-colour)}.filter-toolbar-search-field input[type=search]:not(:placeholder-shown){color:var(--_filter-search-field-text-colour)}.filter-toolbar-search-field button{all:unset;height:100%;padding:0;line-height:1;display:flex;place-content:center;place-items:center;box-sizing:border-box;position:absolute;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.filter-toolbar-search-field button[class*=ico-]:before{transform:scale(1.5)}.filter-toolbar-search-field button[name=button-search]{left:0;color:var(--_filter-search-field-submit-button-colour);width:var(--_filter-search-field-submit-button-width);border-top-left-radius:var(--_filter-search-field-border-radius);border-bottom-left-radius:var(--_filter-search-field-border-radius)}.filter-toolbar-search-field button[name=button-clear]{right:0;color:var(--_filter-search-field-reset-button-colour);width:var(--_filter-search-field-reset-button-width);border-top-right-radius:var(--_filter-search-field-border-radius);border-bottom-right-radius:var(--_filter-search-field-border-radius)}.filter-toolbar-search-field .button-label{width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden;border-width:0;white-space:nowrap;clip:rect(0,0,0,0)}@media screen and (max-width:980px){.module__filter-toolbar .filter-toolbar-search-field{width:100%;height:3.6rem;max-height:3.6rem}}@media screen and (min-width:981px){.module__filter-toolbar .filter-toolbar-search-field{--_filter-search-field-border-radius:1.2rem;order:800;height:4.4rem;max-height:unset;flex-grow:2;flex-shrink:0}}@media screen and (min-width:981px) and (max-width:1200px){.module__filter-toolbar .filter-toolbar-search-field{order:99999;width:100%}}.filter-toolbar-buttons{--_filter-toolbar-buttons-button-height:3.6rem;--_filter-toolbar-buttons-text-weight:var(--font--semibold);--_filter-toolbar-buttons-text-weight-hover:var(--font--semibold);--_filter-toolbar-buttons-filter-button-padding-inline:0.8rem;--_filter-toolbar-buttons-filter-button-icon-colour:var(--color--grey-medium);--_filter-toolbar-buttons-filter-button-text-weight:700;--_filter-toolbar-buttons-filter-button-text-colour:var(--color--charcoal);--_filter-toolbar-buttons-filter-button-border-colour:var(--color--grey-medium);--_filter-toolbar-buttons-filter-button-background-colour:var(--color--white);--_filter-toolbar-buttons-filter-button-text-colour--hover:var(--color--grey-medium);--_filter-toolbar-buttons-filter-button-border-colour--hover:var(--color--grey-medium);--_filter-toolbar-buttons-filter-button-background-colour--hover:var(--color--white);--_filter-toolbar-buttons-reset-button-text-weight:600;--_filter-toolbar-buttons-reset-button-text-colour:var(--color--turquoise);--_filter-toolbar-buttons-reset-button-border-colour:var(--color--turquoise);--_filter-toolbar-buttons-reset-button-background-colour:var(--color--white);--_filter-toolbar-buttons-reset-button-text-colour--hover:var(--color--turquoise);--_filter-toolbar-buttons-reset-button-border-colour--hover:var(--color--grey-18);--_filter-toolbar-buttons-reset-button-background-colour--hover:var(--color--grey-18);--_filter-toolbar-buttons-apply-button-text-weight:600;--_filter-toolbar-buttons-apply-button-text-colour:var(--color--white);--_filter-toolbar-buttons-apply-button-border-colour:var(--color--turquoise);--_filter-toolbar-buttons-apply-button-background-colour:var(--color--turquoise);--_filter-toolbar-buttons-apply-button-text-colour--hover:var(--color--white);--_filter-toolbar-buttons-apply-button-border-colour--hover:var(--color--turquoise-dark);--_filter-toolbar-buttons-apply-button-background-colour--hover:var(--color--turquoise-dark);order:99999;z-index:20;margin-inline-start:auto;margin-left:auto;display:flex;flex-direction:column;place-content:center;place-items:center;gap:1.2rem}.filter-toolbar-buttons [name=filter-toolbar-button--apply],.filter-toolbar-buttons [name=filter-toolbar-button--filter],.filter-toolbar-buttons [name=filter-toolbar-button--reset]{all:unset;position:relative;max-height:4.4rem;margin:0;font-size:100%;line-height:1.2;font-family:var(--font--opensans);font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:normal;text-decoration:none;text-align:center;vertical-align:middle;box-sizing:border-box;border:1px solid currentColor;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto;width:auto;min-width:10rem;border-width:1px!important;border-style:solid!important}.filter-toolbar-buttons [name=filter-toolbar-button--apply],.filter-toolbar-buttons [name=filter-toolbar-button--reset]{width:100%;min-height:4.4rem;text-transform:uppercase;font-weight:var(--_filter-toolbar-buttons-text-weight);border-radius:3.4rem;display:inline-flex;place-items:center;place-content:center}.filter-toolbar-buttons [name=filter-toolbar-button--filter]{min-width:5.8rem;max-height:inherit;margin:0;border-radius:.4rem;display:flex;flex-direction:row;place-items:center;place-content:flex-start;gap:.4rem;font-weight:var(--_filter-toolbar-buttons-filter-button-text-weight);padding:var(--_filter-toolbar-buttons-filter-button-padding-inline);color:var(--_filter-toolbar-buttons-filter-button-text-colour);border-color:var(--_filter-toolbar-buttons-filter-button-border-colour);background-color:var(--_filter-toolbar-buttons-filter-button-background-colour)}.filter-toolbar-buttons [name=filter-toolbar-button--filter][class*=ico-]:before{width:1.8rem;height:1.8rem;aspect-ratio:1/1;transform:scale(1.3);color:var(--_filter-toolbar-buttons-filter-button-icon-colour)}.filter-toolbar-buttons [name=filter-toolbar-button--filter]:hover{color:var(--_filter-toolbar-buttons-filter-button-text-colour--hover);border-color:var(--_filter-toolbar-buttons-filter-button-border-colour--hover);background-color:var(--_filter-toolbar-buttons-filter-button-background-colour--hover)}.filter-toolbar-buttons [name=filter-toolbar-button--reset]{margin-block-start:auto;font-weight:var(--_filter-toolbar-buttons-reset-button-text-weight);color:var(--_filter-toolbar-buttons-reset-button-text-colour);border-color:var(--_filter-toolbar-buttons-reset-button-border-colour);background-color:var(--_filter-toolbar-buttons-reset-button-background-colour)}.filter-toolbar-buttons [name=filter-toolbar-button--reset]:hover{color:var(--_filter-toolbar-buttons-reset-button-text-colour--hover);border-color:var(--_filter-toolbar-buttons-reset-button-border-colour--hover);background-color:var(--_filter-toolbar-buttons-reset-button-background-colour--hover)}.filter-toolbar-buttons [name=filter-toolbar-button--apply]{font-weight:var(--_filter-toolbar-buttons-apply-button-text-weight);color:var(--_filter-toolbar-buttons-apply-button-text-colour);background-color:var(--_filter-toolbar-buttons-apply-button-border-colour);border-color:var(--_filter-toolbar-buttons-apply-button-background-colour)}.filter-toolbar-buttons [name=filter-toolbar-button--apply]:hover{color:var(--_filter-toolbar-buttons-apply-button-text-colour--hover);background-color:var(--_filter-toolbar-buttons-apply-button-border-colour--hover);border-color:var(--_filter-toolbar-buttons-apply-button-background-colour--hover)}@media screen and (max-width:980px){.filter-toolbar-buttons{order:8888;height:3.6rem;max-height:3.6rem;flex-grow:2;flex-shrink:1;flex-direction:row;flex-wrap:nowrap;place-content:space-between}.filter-toolbar-buttons>button{height:100%;min-height:unset;max-height:unset}.filter-toolbar-buttons [name=filter-toolbar-button--apply],.filter-toolbar-buttons [name=filter-toolbar-button--filter],.filter-toolbar-buttons [name=filter-toolbar-button--reset]{height:100%;min-height:unset;max-height:inherit}.filter-toolbar-buttons [name=filter-toolbar-button--filter]{min-width:112px;height:3.6rem}.filter-toolbar-buttons [name=filter-toolbar-button--filter] .button-label{margin-left:.4rem;font-weight:var(--font-bold);text-transform:none;color:var(--color--charcoal)}.filter-toolbar-buttons [name=filter-toolbar-button--reset]{width:100px;height:3.6rem;margin:0 0 0 auto;display:inline-flex}.filter-toolbar-buttons [name=filter-toolbar-button--apply]{width:100px;height:3.6rem;display:none}}@media screen and (min-width:981px){.filter-toolbar-buttons{order:99999;height:4.4rem;max-height:4.4rem;display:flex;flex-direction:column;flex-wrap:wrap;gap:.8rem}.filter-toolbar-buttons [name=filter-toolbar-button--apply],.filter-toolbar-buttons [name=filter-toolbar-button--filter],.filter-toolbar-buttons [name=filter-toolbar-button--reset]{height:4.4rem;min-height:unset;max-height:inherit;display:inline-flex}.filter-toolbar-buttons [name=filter-toolbar-button--filter]{min-width:112px;display:none}.filter-toolbar-buttons [name=filter-toolbar-button--reset]{width:100px}.filter-toolbar-buttons [name=filter-toolbar-button--apply]{width:100px;display:none}}@media screen and (min-width:981px) and (max-width:1200px){.filter-toolbar-buttons{order:800}}@media screen and (max-width:740px){.filter-toolbar-buttons .filter-toolbar-dropdown__atar~.filter-toolbar-buttons [name=filter-toolbar-button--filter],.filter-toolbar-buttons:has(.filter-toolbar-dropdown__atar) .filter-toolbar-buttons [name=filter-toolbar-button--filter]{width:60px;min-width:0}.filter-toolbar-buttons .filter-toolbar-dropdown__atar~.filter-toolbar-buttons [name=filter-toolbar-button--filter] .button-label,.filter-toolbar-buttons:has(.filter-toolbar-dropdown__atar) .filter-toolbar-buttons [name=filter-toolbar-button--filter] .button-label{display:none}}.filter-toolbar-modal .filter-toolbar-buttons{width:100%;height:auto;max-width:unset;max-height:unset;margin-block-start:auto;display:flex;flex-direction:column;flex-wrap:wrap;gap:.8rem;flex-grow:1;flex-shrink:0;place-content:flex-end;place-items:center}.filter-toolbar-modal .filter-toolbar-buttons [name=filter-toolbar-button--apply],.filter-toolbar-modal .filter-toolbar-buttons [name=filter-toolbar-button--filter],.filter-toolbar-modal .filter-toolbar-buttons [name=filter-toolbar-button--reset]{width:100%;min-width:unset;max-width:unset;height:4.4rem;display:flex;flex-grow:1}.filter-toolbar-modal .filter-toolbar-buttons [name=filter-toolbar-button--filter]{order:100;display:none}.filter-toolbar-modal .filter-toolbar-buttons [name=filter-toolbar-button--reset]{order:800}.filter-toolbar-modal .filter-toolbar-buttons [name=filter-toolbar-button--apply]{order:99999}:root .debug .filter-toolbar-buttons{outline:1px dashed #00008b!important;outline-offset:2px!important}:root .debug .filter-toolbar-buttons *{outline:1px dotted #ff8c00!important}.module__course-listing[class*=background--primary],.module__course-listing[class*=background--secondary]{color:var(--color--white)}.module__course-listing[class*=background--tertiary],.module__course-listing[class*=background--yellow]{color:var(--color--charcoal)}.module__course-listing[class*=background--magenta],.module__course-listing[class*=background--orange],.module__course-listing[class*=background--teal],.module__course-listing[class*=background--turquoise]{color:var(--color--white)}.module__course-listing[class*=background--turquoise-light]{color:var(--color--charcoal)}.module__course-listing[class*=background--turquoise-dark]{color:var(--color--white)}.module__course-listing[class*=background--grey-light],.module__course-listing[class*=background--grey-med-light],.module__course-listing[class*=background--grey]{color:var(--color--charcoal)}.module__course-listing[class*=background--black],.module__course-listing[class*=background--charcoal-dark],.module__course-listing[class*=background--charcoal-light],.module__course-listing[class*=background--charcoal],.module__course-listing[class*=background--grey-dark]{color:var(--color--white)}.module__course-listing[class*=background--white]{color:var(--color--charcoal)}.debug .module__course-listing{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__course-listing *{outline:1px dotted #ff8c00!important}.debug .module__course-listing .cell{outline:1px dashed #639!important}.module__course-listing--results{min-height:25rem;margin:2rem 0 0;padding:0;display:grid;column-gap:3.2rem;row-gap:2rem;grid-template-columns:repeat(auto-fill,minmax(295px,1fr))}.module__course-listing--results .card{--_card-border-radius:1.2rem;--_card-border-colour:var(--color--grey-medium);--_card-background-colour:var(--color--grey-medium);--_card-background-colour--hover:var(--color--turquoise);--_card-header-background-colour:var(--color--charcoal);--_card-header-background-colour--hover:var(--color--turquoise);--_card-body-background-colour:var(--color--white);--_card-campus-border-colour:var(--color--charcoal);--_card-campus-text-colour:var(--_card-campus-border-colour);--_card-campus-background-colour--disabled:var(--color--grey-light);--_card-campus-border-colour--disabled:var(--color--grey-light);--_card-campus-text-colour--disabled:var(--color--grey-medium);min-height:25.3rem;border-radius:var(--_card-border-radius);border:1px solid var(--_card-border-colour);background-color:var(--_card-background-colour);transition:background-color 1s linear}.module__course-listing--results .card__header{height:1.2rem;background-color:var(--_card-header-background-colour);transition:background-color 1s linear;border-top-left-radius:var(--_card-border-radius);border-top-right-radius:var(--_card-border-radius)}.module__course-listing--results .card__body{height:calc(100% - 1.2rem);background-color:var(--_card-body-background-colour);border-bottom-left-radius:var(--_card-border-radius);border-bottom-right-radius:var(--_card-border-radius);display:flex;flex-direction:column}.module__course-listing--results .card__image{width:100%;height:162px;position:relative;overflow:hidden;display:none}.module__course-listing--results .card__image a{width:100%;height:100%;display:block}.module__course-listing--results .card__image img,.module__course-listing--results .card__image picture{width:100%;height:100%;aspect-ratio:16/9;margin:0;padding:0;display:block;vertical-align:baseline;object-fit:cover;object-position:center center;transition:transform 1s}.module__course-listing--results .card__content{padding:1.6rem;display:flex;flex-direction:column;gap:1rem;flex-grow:2}.module__course-listing--results .card__title{margin:0}.module__course-listing--results .card__description.small{font-size:1.2rem;line-height:normal}.module__course-listing--results .card__details{margin-block-start:auto;display:flex;flex-direction:column;gap:1rem}.module__course-listing--results .card__details-title{display:inline-block;margin:0;font-size:1.5rem;font-weight:700;line-height:normal}.module__course-listing--results .card__details-title--heading-1{font-weight:700;font-size:1.5rem}.module__course-listing--results .card__details-title--heading-2{font-weight:400;font-size:1.2rem}.module__course-listing--results .card__details-title--heading-3,.module__course-listing--results .card__details-title--heading-4{font-weight:400;font-size:1rem}.module__course-listing--results .card .campus{display:inline-flex;place-content:center;place-items:center;gap:.5rem}.module__course-listing--results .card .campus .burwood{--_card-campus-border-colour:var(--color--orange);--_card-campus-text-colour:var(--text-orange);--_card-campus-background-colour:var(--color--white)}.module__course-listing--results .card .campus .waterfront{--_card-campus-border-colour:var(--color--yellow);--_card-campus-text-colour:var(--text-charcoal);--_card-campus-background-colour:var(--color--white)}.module__course-listing--results .card .campus .waurnponds{--_card-campus-border-colour:var(--color--turquoise-light);--_card-campus-text-colour:var(--text-turquoise-light);--_card-campus-background-colour:var(--color--white)}.module__course-listing--results .card .campus .warrnambool{--_card-campus-border-colour:var(--color--magenta);--_card-campus-text-colour:var(--text-magenta);--_card-campus-background-colour:var(--color--white)}.module__course-listing--results .card .campus .online{--_card-campus-border-colour:var(--color--charcoal);--_card-campus-text-colour:var(--color--charcoal);--_card-campus-background-colour:var(--color--white)}.module__course-listing--results .card .campus .disabled{--_card-campus-border-colour:var(--_card-campus-border-colour--disabled);--_card-campus-text-colour:var(--_card-campus-text-colour--disabled);--_card-campus-background-colour:var(--_card-campus-background-colour--disabled)}.module__course-listing--results .card .campus__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem}.module__course-listing--results .card .campus__name{min-width:2.8rem;height:1.9rem;margin:0;padding:0 .4rem;text-align:center;position:relative;display:flex;place-items:center;place-content:center;font-size:1.2rem;border:1px solid var(--_card-campus-border-colour);color:var(--_card-campus-text-colour);background-color:var(--_card-campus-background-colour)}.module__course-listing--results .card .campus__score{display:inline-block;line-height:normal}.module__course-listing--results .card .campus__score--large{font-family:var(--font--opensans-semibold);font-size:2rem;font-weight:400;line-height:normal}.module__course-listing--results .card .campus__score--small{font-family:var(--font--opensans);font-size:1.2rem;font-weight:400;line-height:normal}.module__course-listing--results .card .campus .disabled{color:var(--_card-campus-text-colour--disabled)}.module__course-listing--results .card .campus .disabled,.module__course-listing--results .card .campus .disabled *{cursor:not-allowed!important;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none}.module__course-listing--results .card [data-title]{position:relative;cursor:default;touch-action:manipulation;-webkit-user-select:none;user-select:none;pointer-events:auto}.module__course-listing--results .card [data-title]:after{content:attr(data-title);width:13rem;padding:.2rem .8rem;font-size:1.2rem;line-height:normal;font-weight:400;text-align:left;opacity:0;visibility:hidden;position:absolute;top:-.4px;left:4px;z-index:9;transform:translateY(-110%);border-radius:.4rem;box-shadow:0 .4rem .4rem 0 rgba(0,0,0,.25);background-color:var(--color--white);color:var(--color--charcoal)}.module__course-listing--results .card [data-title]:before{content:"";width:0;height:0;opacity:0;visibility:hidden;position:absolute;top:-.4rem;left:42%;z-index:10;border:.4rem solid transparent;border-top-color:var(--color--white)}.module__course-listing--results .card [data-title]:hover:after,.module__course-listing--results .card [data-title]:hover:before{opacity:1;visibility:visible;transition:all .1s ease .2s}.module__course-listing--results .card:hover{--_card-background-colour:var(--_card-background-colour--hover);--_card-header-background-colour:var(--_card-header-background-colour--hover)}.module__course-listing--results .card:hover .card__image img,.module__course-listing--results .card:hover .card__image picture{transform:scale(1.15);transition:transform 1s}@media screen and (min-width:741px){.module__course-listing--results .card__image{display:flex}}.module__course-listing--results :root .debug .card{outline:1px dashed #00008b!important;outline-offset:2px!important}.module__course-listing--results :root .debug .card *{outline:1px dotted #ff8c00!important}.module__course-listing--results:not(.no-results)>*{min-height:20rem}.module__course-listing--results.no-results{outline:1px solid #e1e1e1}.module__course-listing--results.loading-results,.module__course-listing--results.no-results{padding:1rem;border-radius:5px;background-color:#f8f8f8;display:flex;flex-direction:column;place-content:center;place-items:center;gap:.5rem}.module__course-listing--results.loading-results{outline:1px solid #ddd}.module__course-listing--results.loading-results>*{min-height:0}.module__course-listing--pagination{--_pagination-background-colour:var(--color--turquoise);--_pagination-text-colour:var(--color--white);--_pagination-background-colour-hover:var(--color--turquoise-dark);--_pagination-text-colour-hover:var(--color--white);display:flex;flex-direction:row;gap:1rem}.module__course-listing--pagination .pagination-count,.module__course-listing--pagination .pagination-summary{flex-grow:1;flex-shrink:0;display:inline-flex;place-items:center;place-content:flex-start;gap:.3em}.module__course-listing--pagination .pagination-summary .total-count{color:var(--text-turquoise);font-weight:var(--font--bold)}.module__course-listing--pagination .pagination{flex-grow:2;flex-shrink:1;margin-left:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:.4rem;place-items:center;place-content:flex-end}.module__course-listing--pagination .pagination,.module__course-listing--pagination .pagination li{list-style:none;margin:0;padding:0;background:none}.module__course-listing--pagination .pagination li{width:auto;max-width:3.8rem;height:3.8rem;display:inline-flex;flex-direction:row;place-items:center;place-content:center}.module__course-listing--pagination .pagination a{width:100%;height:100%;display:flex;place-items:center;place-content:center}.module__course-listing--pagination .pagination a:is(.next,.previous){width:3.8rem}.module__course-listing--pagination .pagination a:not(.next):not(.previous){width:2.4rem}.module__course-listing--pagination .next,.module__course-listing--pagination .previous{font-size:0;position:relative;text-decoration:none;border-radius:99999rem;background-color:var(--_pagination-background-colour);color:var(--_pagination-text-colour)}.module__course-listing--pagination .next:before,.module__course-listing--pagination .previous:before{width:2.4rem;height:2rem;font-size:1.5rem;line-height:1;vertical-align:middle;display:inline-flex;place-items:center;place-content:center}.module__course-listing--pagination .next:hover,.module__course-listing--pagination .previous:hover{--_pagination-background-colour:var(--_pagination-background-colour-hover);--_pagination-text-colour:var(--_pagination-text-colour-hover)}.module__course-listing--pagination .disabled{--_pagination-background-colour:var(--color--grey-medium)!important;cursor:not-allowed;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none}.module__course-listing--pagination .active,.module__course-listing--pagination .current{text-decoration:none;font-weight:600}@media screen and (max-width:740px){.module__course-listing--pagination{flex-direction:column}.module__course-listing--pagination,.module__course-listing--pagination .pagination,.module__course-listing--pagination .pagination-summary{place-content:center;place-items:center}}:root .debug .module__course-listing--pagination{outline:1px dashed #00008b!important;outline-offset:2px!important}:root .debug .module__course-listing--pagination *{outline:1px dotted #ff8c00!important}.module__course-listing{--radio-custom--colour:var(--color--turquoise);scroll-margin-block:13rem 10rem}.module__course-listing .module__filter-toolbar~*{margin-block-start:2rem}.module__course-listing .module__course-listing--results~.module__course-listing--pagination .pagination-summary{display:flex}.module__course-search-bar[class*=background--primary],.module__course-search-bar[class*=background--secondary]{color:var(--color--white)}.module__course-search-bar[class*=background--tertiary],.module__course-search-bar[class*=background--yellow]{color:var(--color--charcoal)}.module__course-search-bar[class*=background--magenta],.module__course-search-bar[class*=background--orange],.module__course-search-bar[class*=background--teal],.module__course-search-bar[class*=background--turquoise]{color:var(--color--white)}.module__course-search-bar[class*=background--turquoise-light]{color:var(--color--charcoal)}.module__course-search-bar[class*=background--turquoise-dark]{color:var(--color--white)}.module__course-search-bar[class*=background--grey-light],.module__course-search-bar[class*=background--grey-med-light],.module__course-search-bar[class*=background--grey]{color:var(--color--charcoal)}.module__course-search-bar[class*=background--black],.module__course-search-bar[class*=background--charcoal-dark],.module__course-search-bar[class*=background--charcoal-light],.module__course-search-bar[class*=background--charcoal],.module__course-search-bar[class*=background--grey-dark]{color:var(--color--white)}.module__course-search-bar[class*=background--white]{color:var(--color--charcoal)}.debug .module__course-search-bar{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__course-search-bar *{outline:1px dotted #ff8c00!important}.debug .module__course-search-bar .cell{outline:1px dashed #639!important}.course-search-form input[name=query]{width:100%;height:4.4rem;margin:0;padding:1rem;padding-inline-start:5rem;box-sizing:border-box;font-size:1.5rem;line-height:1.3;color:var(--course-search-field-colour);border:1px solid var(--course-search-field-border-colour);border-radius:1.2rem;background-color:var(--color--white)}.course-search-form input[name=query]::placeholder{font-size:inherit;line-height:inherit;color:inherit;opacity:1}.course-search-form button{width:4rem;height:4rem;border-top-left-radius:1rem;border-bottom-left-radius:1rem;top:2px;left:0;text-indent:-1000%;white-space:nowrap;overflow:hidden}.course-search-form button,.course-search-form svg{margin:0;padding:0;position:absolute;color:var(--course-search-field-icon-colour)}.course-search-form svg{width:100%;height:100%;aspect-ratio:1/1;display:inline-block;left:.5rem;top:50%;transform:translateY(-50%) scale(.6)}.course-search-form--predictive{width:100%;display:block;position:relative;z-index:10}.course-search-form--predictive>*{z-index:1}.course-search-form .study-area-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2rem;column-gap:1.2rem}.course-search-form .study-area-list--container{margin:0;padding:6.4rem 1.2rem 2rem;color:var(--color--charcoal);background-color:var(--color--grey-light);display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 10px 2px rgba(0,0,0,.05);border-top-left-radius:calc(1.2rem + 1px);border-top-right-radius:calc(1.2rem + 1px);border-bottom-left-radius:1px;border-bottom-right-radius:1px;width:100%;position:absolute;top:0;left:0;right:0;isolation:isolate;z-index:-1}.course-search-form .study-area-list--container h3,.course-search-form .study-area-list--container h4,.course-search-form .study-area-list--container h5,.course-search-form .study-area-list--container h6{margin:0;font-family:var(--font--opensans);font-size:1.2rem;line-height:1.3;font-weight:400;color:inherit}@media screen and (min-width:1201px){.course-search-form .study-area-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.course-search-form .study-area-list li{width:100%;height:4rem;position:relative}.course-search-form .study-area-list a{width:100%;height:100%;padding-inline-start:3rem;display:block;position:relative}.course-search-form .study-area-list a:before{position:absolute;top:1px;left:3px}.course-search-form .study-area-list>li,ul.course-search-form .study-area-list{margin:0;padding:0;list-style:none;background:unset;color:inherit;font-size:inherit;font-weight:inherit}.course-search-form .study-area-list--container{height:0;overflow:hidden;transition:height 2s ease-in-out;will-change:height,padding;padding:0}.course-search-form .study-area-list--container:focus,.course-search-form .study-area-list--container:hover,.course-search-form input[name=query]:focus~.study-area-list--container{height:auto;padding:6.4rem 1.2rem 2rem}@media screen and (max-width:740px){.course-search-form .study-area-list--container{display:none}}.module__course-search-bar[class*=background]{padding-block:2rem}.module__course-search-bar h2{margin-block-end:1rem}[class*=background--primary]:has(.course-search-form),[class*=bg-primary]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--primary-hover]:has(.course-search-form),[class*=bg-primary-hover]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--primary-hover-light]:has(.course-search-form),[class*=bg-primary-hover-light]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--secondary]:has(.course-search-form),[class*=bg-secondary]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--tertiary]:has(.course-search-form),[class*=bg-tertiary]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--yellow]:has(.course-search-form),[class*=bg-yellow]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--orange]:has(.course-search-form),[class*=bg-orange]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--orange-dark]:has(.course-search-form),[class*=bg-orange-dark]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--magenta]:has(.course-search-form),[class*=bg-magenta]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--pink]:has(.course-search-form),[class*=bg-pink]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--teal]:has(.course-search-form),[class*=bg-teal]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--blue]:has(.course-search-form),[class*=bg-blue]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--green]:has(.course-search-form),[class*=bg-green]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--turquoise]:has(.course-search-form),[class*=bg-turquoise]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--turquoise-light]:has(.course-search-form),[class*=bg-turquoise-light]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--lt-turquoise]:has(.course-search-form),[class*=bg-lt-turquoise]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--turquoise-light-hover]:has(.course-search-form),[class*=bg-turquoise-light-hover]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--turquoise-dark]:has(.course-search-form),[class*=bg-turquoise-dark]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey]:has(.course-search-form),[class*=bg-grey]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-17]:has(.course-search-form),[class*=bg-grey-17]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-18]:has(.course-search-form),[class*=bg-grey-18]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-med]:has(.course-search-form),[class*=bg-grey-med]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-medium]:has(.course-search-form),[class*=bg-grey-medium]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-light]:has(.course-search-form),[class*=bg-grey-light]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-med-light]:has(.course-search-form),[class*=bg-grey-med-light]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--grey-dark]:has(.course-search-form),[class*=bg-grey-dark]:has(.course-search-form){--checkbox-color:var(--color--charcoal)!important;--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--white)!important}[class*=background--grey-blue]:has(.course-search-form),[class*=bg-grey-blue]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--charcoal]:has(.course-search-form),[class*=bg-charcoal]:has(.course-search-form){--checkbox-color:var(--color--charcoal)!important;--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--white)!important}[class*=background--charcoal-light]:has(.course-search-form),[class*=bg-charcoal-light]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--charcoal-dark]:has(.course-search-form),[class*=bg-charcoal-dark]:has(.course-search-form){--checkbox-color:var(--color--charcoal)!important;--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--white)!important}[class*=background--black]:has(.course-search-form),[class*=bg-black]:has(.course-search-form){--checkbox-color:var(--color--charcoal)!important;--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--white)!important}[class*=background--white]:has(.course-search-form),[class*=bg-white]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--disabled]:has(.course-search-form),[class*=bg-disabled]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--error]:has(.course-search-form),[class*=bg-error]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}[class*=background--required]:has(.course-search-form),[class*=bg-required]:has(.course-search-form){--course-search-field-colour:#5a5a5a;--course-search-field-border-colour:var(--color--charcoal);--course-search-field-icon-colour:var(--color--turquoise);--checkbox-color:var(--color--charcoal)!important}.module__course-search-quick-links{--course-search-quicklinks-text-colour:var(--color--white);--course-search-quicklinks-border-colour:var(--color--white);--course-search-quicklinks-background-colour:inherit;--course-search-quicklinks-text-colour-hover:var(--color--charcoal);--course-search-quicklinks-border-colour-hover:var(--color--white);--course-search-quicklinks-background-colour-hover:var(--color--white);--course-search-quicklinks-text-colour-focus:var(--color--charcoal);--course-search-quicklinks-border-colour-focus:var(--color--white);--course-search-quicklinks-background-colour-focus:var(--color--white);top:-1px}.module__course-search-quick-links--content{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:741px){.module__course-search-quick-links--content{grid-template-columns:repeat(3,minmax(0,1fr))}}.module__course-search-quick-links--button{width:100%;min-height:2rem;padding:1rem;display:inline-flex;place-content:center;place-items:center;font-family:var(--font--opensans);font-weight:var(--font--normal);font-size:1.5rem;line-height:1.3;font-style:normal;letter-spacing:normal;text-transform:none;text-decoration:none;text-align:center;border-radius:1.2rem;color:var(--course-search-quicklinks-text-colour);border:1px solid var(--course-search-quicklinks-border-colour);background-color:var(--course-search-quicklinks-background-colour)}.module__course-search-quick-links--button:hover{background-color:var(--course-search-quicklinks-background-colour-hover);color:var(--course-search-quicklinks-text-colour-hover);border-color:var(--course-search-quicklinks-border-colour-hover)}.module__course-search-quick-links--button::selection,.module__course-search-quick-links--button:active,.module__course-search-quick-links--button:focus,.module__course-search-quick-links--button:focus-visible,.module__course-search-quick-links--button:focus-within{-webkit-touch-callout:none;-webkit-tap-highlight-color:var(--course-search-quicklinks-background-colour-focus);background-color:var(--course-search-quicklinks-background-colour-focus);color:var(--course-search-quicklinks-text-colour-focus);border-color:var(--course-search-quicklinks-border-colour-focus)}[class*=background--blue]:is(.module__course-search-quick-links),[class*=background--green]:is(.module__course-search-quick-links),[class*=background--grey-17]:is(.module__course-search-quick-links),[class*=background--grey-18]:is(.module__course-search-quick-links),[class*=background--grey-light]:is(.module__course-search-quick-links),[class*=background--grey-med-light]:is(.module__course-search-quick-links),[class*=background--grey-med]:is(.module__course-search-quick-links),[class*=background--grey-medium]:is(.module__course-search-quick-links),[class*=background--grey]:is(.module__course-search-quick-links),[class*=background--lt-turquoise]:is(.module__course-search-quick-links),[class*=background--magenta]:is(.module__course-search-quick-links),[class*=background--orange-dark]:is(.module__course-search-quick-links),[class*=background--orange]:is(.module__course-search-quick-links),[class*=background--pink]:is(.module__course-search-quick-links),[class*=background--primary-hover-light]:is(.module__course-search-quick-links),[class*=background--primary-hover]:is(.module__course-search-quick-links),[class*=background--primary]:is(.module__course-search-quick-links),[class*=background--secondary]:is(.module__course-search-quick-links),[class*=background--teal]:is(.module__course-search-quick-links),[class*=background--tertiary]:is(.module__course-search-quick-links),[class*=background--turquoise-dark]:is(.module__course-search-quick-links),[class*=background--turquoise-light-hover]:is(.module__course-search-quick-links),[class*=background--turquoise-light]:is(.module__course-search-quick-links),[class*=background--turquoise]:is(.module__course-search-quick-links),[class*=background--yellow]:is(.module__course-search-quick-links),[class*=bg-blue]:is(.module__course-search-quick-links),[class*=bg-green]:is(.module__course-search-quick-links),[class*=bg-grey-17]:is(.module__course-search-quick-links),[class*=bg-grey-18]:is(.module__course-search-quick-links),[class*=bg-grey-light]:is(.module__course-search-quick-links),[class*=bg-grey-med-light]:is(.module__course-search-quick-links),[class*=bg-grey-med]:is(.module__course-search-quick-links),[class*=bg-grey-medium]:is(.module__course-search-quick-links),[class*=bg-grey]:is(.module__course-search-quick-links),[class*=bg-lt-turquoise]:is(.module__course-search-quick-links),[class*=bg-magenta]:is(.module__course-search-quick-links),[class*=bg-orange-dark]:is(.module__course-search-quick-links),[class*=bg-orange]:is(.module__course-search-quick-links),[class*=bg-pink]:is(.module__course-search-quick-links),[class*=bg-primary-hover-light]:is(.module__course-search-quick-links),[class*=bg-primary-hover]:is(.module__course-search-quick-links),[class*=bg-primary]:is(.module__course-search-quick-links),[class*=bg-secondary]:is(.module__course-search-quick-links),[class*=bg-teal]:is(.module__course-search-quick-links),[class*=bg-tertiary]:is(.module__course-search-quick-links),[class*=bg-turquoise-dark]:is(.module__course-search-quick-links),[class*=bg-turquoise-light-hover]:is(.module__course-search-quick-links),[class*=bg-turquoise-light]:is(.module__course-search-quick-links),[class*=bg-turquoise]:is(.module__course-search-quick-links),[class*=bg-yellow]:is(.module__course-search-quick-links){--course-search-quicklinks-text-colour:var(--color--charcoal);--course-search-quicklinks-border-colour:var(--color--charcoal)}[class*=background--grey-dark]:is(.module__course-search-quick-links),[class*=bg-grey-dark]:is(.module__course-search-quick-links){--course-search-quicklinks-text-colour:var(--color--charcoal);--course-search-quicklinks-border-colour:var(--color--charcoal);--course-search-quicklinks-text-colour:var(--color--white);--course-search-quicklinks-border-colour:var(--color--white)}[class*=background--grey-blue]:is(.module__course-search-quick-links),[class*=bg-grey-blue]:is(.module__course-search-quick-links){--course-search-quicklinks-text-colour:var(--color--charcoal);--course-search-quicklinks-border-colour:var(--color--charcoal)}[class*=background--black]:is(.module__course-search-quick-links),[class*=background--charcoal-dark]:is(.module__course-search-quick-links),[class*=background--charcoal-light]:is(.module__course-search-quick-links),[class*=background--charcoal]:is(.module__course-search-quick-links),[class*=bg-black]:is(.module__course-search-quick-links),[class*=bg-charcoal-dark]:is(.module__course-search-quick-links),[class*=bg-charcoal-light]:is(.module__course-search-quick-links),[class*=bg-charcoal]:is(.module__course-search-quick-links){--course-search-quicklinks-text-colour:var(--color--charcoal);--course-search-quicklinks-border-colour:var(--color--charcoal);--course-search-quicklinks-text-colour:var(--color--white);--course-search-quicklinks-border-colour:var(--color--white)}[class*=background--disabled]:is(.module__course-search-quick-links),[class*=background--error]:is(.module__course-search-quick-links),[class*=background--required]:is(.module__course-search-quick-links),[class*=background--white]:is(.module__course-search-quick-links),[class*=bg-disabled]:is(.module__course-search-quick-links),[class*=bg-error]:is(.module__course-search-quick-links),[class*=bg-required]:is(.module__course-search-quick-links),[class*=bg-white]:is(.module__course-search-quick-links){--course-search-quicklinks-text-colour:var(--color--charcoal);--course-search-quicklinks-border-colour:var(--color--charcoal)}.module__course-search-bar[class*=background--black]+.module__course-search-quick-links[class*=background--black],.module__course-search-bar[class*=background--blue]+.module__course-search-quick-links[class*=background--blue],.module__course-search-bar[class*=background--charcoal-dark]+.module__course-search-quick-links[class*=background--charcoal-dark],.module__course-search-bar[class*=background--charcoal-light]+.module__course-search-quick-links[class*=background--charcoal-light],.module__course-search-bar[class*=background--charcoal]+.module__course-search-quick-links[class*=background--charcoal],.module__course-search-bar[class*=background--disabled]+.module__course-search-quick-links[class*=background--disabled],.module__course-search-bar[class*=background--error]+.module__course-search-quick-links[class*=background--error],.module__course-search-bar[class*=background--green]+.module__course-search-quick-links[class*=background--green],.module__course-search-bar[class*=background--grey-17]+.module__course-search-quick-links[class*=background--grey-17],.module__course-search-bar[class*=background--grey-18]+.module__course-search-quick-links[class*=background--grey-18],.module__course-search-bar[class*=background--grey-blue]+.module__course-search-quick-links[class*=background--grey-blue],.module__course-search-bar[class*=background--grey-dark]+.module__course-search-quick-links[class*=background--grey-dark],.module__course-search-bar[class*=background--grey-light]+.module__course-search-quick-links[class*=background--grey-light],.module__course-search-bar[class*=background--grey-med-light]+.module__course-search-quick-links[class*=background--grey-med-light],.module__course-search-bar[class*=background--grey-med]+.module__course-search-quick-links[class*=background--grey-med],.module__course-search-bar[class*=background--grey-medium]+.module__course-search-quick-links[class*=background--grey-medium],.module__course-search-bar[class*=background--grey]+.module__course-search-quick-links[class*=background--grey],.module__course-search-bar[class*=background--lt-turquoise]+.module__course-search-quick-links[class*=background--lt-turquoise],.module__course-search-bar[class*=background--magenta]+.module__course-search-quick-links[class*=background--magenta],.module__course-search-bar[class*=background--orange-dark]+.module__course-search-quick-links[class*=background--orange-dark],.module__course-search-bar[class*=background--orange]+.module__course-search-quick-links[class*=background--orange],.module__course-search-bar[class*=background--pink]+.module__course-search-quick-links[class*=background--pink],.module__course-search-bar[class*=background--primary-hover-light]+.module__course-search-quick-links[class*=background--primary-hover-light],.module__course-search-bar[class*=background--primary-hover]+.module__course-search-quick-links[class*=background--primary-hover],.module__course-search-bar[class*=background--primary]+.module__course-search-quick-links[class*=background--primary],.module__course-search-bar[class*=background--required]+.module__course-search-quick-links[class*=background--required],.module__course-search-bar[class*=background--secondary]+.module__course-search-quick-links[class*=background--secondary],.module__course-search-bar[class*=background--teal]+.module__course-search-quick-links[class*=background--teal],.module__course-search-bar[class*=background--tertiary]+.module__course-search-quick-links[class*=background--tertiary],.module__course-search-bar[class*=background--turquoise-dark]+.module__course-search-quick-links[class*=background--turquoise-dark],.module__course-search-bar[class*=background--turquoise-light-hover]+.module__course-search-quick-links[class*=background--turquoise-light-hover],.module__course-search-bar[class*=background--turquoise-light]+.module__course-search-quick-links[class*=background--turquoise-light],.module__course-search-bar[class*=background--turquoise]+.module__course-search-quick-links[class*=background--turquoise],.module__course-search-bar[class*=background--white]+.module__course-search-quick-links[class*=background--white],.module__course-search-bar[class*=background--yellow]+.module__course-search-quick-links[class*=background--yellow]{margin-block-start:0;padding-block-start:0}.module__international-lead-forms form{background-color:transparent}.module__international-lead-forms form input[type=date],.module__international-lead-forms form input[type=email],.module__international-lead-forms form input[type=number],.module__international-lead-forms form input[type=password],.module__international-lead-forms form input[type=tel],.module__international-lead-forms form input[type=text]{padding-top:15px!important}.module__international-lead-forms form select{position:relative;padding-top:15px!important}.module__international-lead-forms form label{height:auto}.module__international-lead-forms form label.error{font-size:11px!important;padding:0;margin-top:1rem}.module__international-lead-forms form label:not(.error){top:20px;font-weight:600;white-space:balance}.module__international-lead-forms form label.textarea-label{position:relative}.module__international-lead-forms form label[style*="display: none"]{height:0;padding-top:0}.module__international-lead-forms form .flexContainer+.flexContainer{margin-block-start:2rem!important}.module__international-lead-forms form .inputContainer{margin-bottom:0;min-height:4rem}.module__international-lead-forms form .valid+.error{display:none!important;padding:0!important;transition:all .5s ease}.module__international-lead-forms form .error+.error{display:block!important;transition:all .5s ease}.module__international-lead-forms form .telephone-group{display:flex;flex-direction:row;border-bottom:1px solid gray}.module__international-lead-forms form .telephone-group>*{position:relative;border-bottom:none!important;width:auto}.module__international-lead-forms form .telephone-group label:not(.error){margin-right:5px;top:15px}.module__international-lead-forms form .telephone-group select{width:6.5rem}.module__international-lead-forms form .telephone-group select.empty{color:#8a8a8a}.module__international-lead-forms form .telephone-group input[type=number],.module__international-lead-forms form .telephone-group input[type=tel],.module__international-lead-forms form .telephone-group input[type=text]{flex-grow:1;padding-inline:.5rem}.module__international-lead-forms form .telephone-group input[type=number]::placeholder,.module__international-lead-forms form .telephone-group input[type=tel]::placeholder,.module__international-lead-forms form .telephone-group input[type=text]::placeholder{color:#8a8a8a}@media screen and (max-width:740px){.module__international-lead-forms form label.large-label{height:auto;top:0}.module__international-lead-forms form .telephone-group{flex-wrap:wrap}.module__international-lead-forms form .telephone-group label .error{height:auto!important}.module__international-lead-forms form .telephone-group label:not(.error){position:unset;width:100%}.module__international-lead-forms form .telephone-group select{margin-top:0}}.module__international-lead-forms[class*=background--primary],.module__international-lead-forms[class*=background--secondary]{color:var(--color--white)}.module__international-lead-forms[class*=background--tertiary],.module__international-lead-forms[class*=background--yellow]{color:var(--color--charcoal)}.module__international-lead-forms[class*=background--magenta],.module__international-lead-forms[class*=background--orange],.module__international-lead-forms[class*=background--teal],.module__international-lead-forms[class*=background--turquoise]{color:var(--color--white)}.module__international-lead-forms[class*=background--turquoise-light]{color:var(--color--charcoal)}.module__international-lead-forms[class*=background--turquoise-dark]{color:var(--color--white)}.module__international-lead-forms[class*=background--grey-light],.module__international-lead-forms[class*=background--grey-med-light],.module__international-lead-forms[class*=background--grey]{color:var(--color--charcoal)}.module__international-lead-forms[class*=background--black],.module__international-lead-forms[class*=background--charcoal-dark],.module__international-lead-forms[class*=background--charcoal-light],.module__international-lead-forms[class*=background--charcoal],.module__international-lead-forms[class*=background--grey-dark]{color:var(--color--white)}.module__international-lead-forms[class*=background--white]{color:var(--color--charcoal)}.debug .module__international-lead-forms{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__international-lead-forms *{outline:1px dotted #ff8c00!important}.debug .module__international-lead-forms .cell{outline:1px dashed #639!important}.debug .module__international-lead-forms .flexContainer{outline:3px dashed #00008b!important;outline-offset:2px!important}.debug .module__international-lead-forms .inputContainer{outline:1px dashed #ff0!important;outline-offset:2px!important}.debug .module__international-lead-forms label{outline:1px dotted salmon!important}.debug .module__international-lead-forms input[type=date],.debug .module__international-lead-forms input[type=email],.debug .module__international-lead-forms input[type=number],.debug .module__international-lead-forms input[type=password],.debug .module__international-lead-forms input[type=tel],.debug .module__international-lead-forms input[type=text],.debug .module__international-lead-forms select,.debug .module__international-lead-forms textarea{outline:1px dotted khaki!important}.module__under-represented-schools a{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.module__under-represented-schools[class*=background--primary],.module__under-represented-schools[class*=background--secondary]{color:var(--color--white)}.module__under-represented-schools[class*=background--tertiary],.module__under-represented-schools[class*=background--yellow]{color:var(--color--charcoal)}.module__under-represented-schools[class*=background--magenta],.module__under-represented-schools[class*=background--orange],.module__under-represented-schools[class*=background--teal],.module__under-represented-schools[class*=background--turquoise]{color:var(--color--white)}.module__under-represented-schools[class*=background--turquoise-light]{color:var(--color--charcoal)}.module__under-represented-schools[class*=background--turquoise-dark]{color:var(--color--white)}.module__under-represented-schools[class*=background--grey-light],.module__under-represented-schools[class*=background--grey-med-light],.module__under-represented-schools[class*=background--grey]{color:var(--color--charcoal)}.module__under-represented-schools[class*=background--black],.module__under-represented-schools[class*=background--charcoal-dark],.module__under-represented-schools[class*=background--charcoal-light],.module__under-represented-schools[class*=background--charcoal],.module__under-represented-schools[class*=background--grey-dark]{color:var(--color--white)}.module__under-represented-schools[class*=background--white]{color:var(--color--charcoal)}.debug .module__under-represented-schools{outline:2px dashed #00008b!important;outline-offset:3px}.debug .module__under-represented-schools *{outline:1px dotted #ff8c00!important}.debug .module__under-represented-schools .cell{outline:1px dashed #639!important}.debugPanel{min-height:5dvh;max-height:30dvh;padding:5px;margin:0 auto;overflow-y:auto;position:fixed;bottom:100px;left:10px;right:10px;z-index:999999;border-radius:5px;background-color:rgba(0,0,0,.8);color:#fff;border:unset;outline:1px dashed #363635!important}.debugPanel span{margin:0;padding:3px 5px;display:block;outline:1px dotted #cdcdcd!important}.debugPanel span+span{margin-top:5px}.under-represented-schools--list li,.under-represented-schools--list ul{margin:0;padding:0;background:unset}.under-represented-schools--list ul ul{border-bottom:1px solid var(--color--grey)}.under-represented-schools--list ul ul li{padding:2rem;display:flex;flex-direction:row;place-content:flex-start;place-items:center;gap:1rem;border-top:1px solid var(--color--grey);border-left:1px solid var(--color--grey);border-right:1px solid var(--color--grey)}.under-represented-schools--list [data-hide]{display:none}.under-represented-schools--list .school--group{padding-block:2rem;display:flex;place-content:flex-start;place-items:center;font-weight:var(--font--bold)}.under-represented-schools--list .school--state{text-transform:uppercase;margin-left:auto}.under-represented-schools--list[class~=module__accordion] .module__accordion--wrapper{border:unset}.under-represented-schools--list[class~=module__accordion] .module__accordion--title{padding-block:2rem}.under-represented-schools--list[class~=module__accordion] .accordion__toggle{top:50%;transform:translateY(-50%)}.under-represented-schools--search{--_search-box-padding-block:0;--_search-box-padding-inline:0;--_search-results-background:var(--color--grey-light);--_search-results-padding:2rem;--_search-results-button-close-size:3.2rem;--_search-results-item-border-colour:var(--color--grey);--_search-results-item-padding:1rem;padding-block:var(--_search-box-padding-block);padding-inline:var(--_search-box-padding-inline);position:relative;z-index:2;isolation:isolate}.under-represented-schools--search input[type=search]{background-color:var(--color--white)}.under-represented-schools--search input[type=search]:focus,.under-represented-schools--search input[type=search]:focus-visible,.under-represented-schools--search input[type=search]:focus-within{outline:none}.under-represented-schools--search button[name=button-clear]{font-size:var(--_search-results-button-close-size);width:var(--_search-results-button-close-size);height:var(--_search-results-button-close-size);margin:0;padding:0;border-radius:unset}.under-represented-schools--search button[name=button-okay]{width:calc(100% - (var(--_search-box-padding-block) * 2));margin:0;display:none;position:absolute;bottom:var(--_search-box-padding-block)}.under-represented-schools--search button[name=button-close]{font-size:var(--_search-results-button-close-size);width:var(--_search-results-button-close-size);height:var(--_search-results-button-close-size);aspect-ratio:1;margin:0;padding:0;display:flex;place-content:center;place-items:center;position:absolute;top:var(--_search-results-padding);right:var(--_search-results-padding)}.under-represented-schools--search button[name=button-close] .button-label{width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden;border-width:0;white-space:nowrap;clip:rect(0,0,0,0)}.under-represented-schools--search .search-box{width:100%;position:relative}.under-represented-schools--search-container{min-height:4rem;max-height:5rem;padding:0;display:block;position:relative;z-index:10}.under-represented-schools--search-results{width:100%;overflow:auto;margin:0;padding:var(--_search-results-padding);padding-right:calc((var(--_search-results-padding) * 2) + var(--_search-results-button-close-size))}.under-represented-schools--search-results h4{margin:0 0 var(--_search-results-item-padding);padding:0}.under-represented-schools--search-results li,.under-represented-schools--search-results ul{margin:0;padding:0;background:unset}.under-represented-schools--search-results li{padding-block:var(--_search-results-item-padding);display:flex;flex-direction:row;place-content:flex-start;place-items:center;gap:1rem;border-bottom:1px solid var(--_search-results-item-border-colour)}.under-represented-schools--search-results li:last-child{border-bottom-color:transparent}.under-represented-schools--search-results li:first-child,.under-represented-schools--search-results li:only-child{border-top:1px solid var(--_search-results-item-border-colour)}.under-represented-schools--search-results .school--state{text-transform:uppercase;margin-left:auto}.under-represented-schools--search-modal{position:fixed;inset:0;z-index:99999;background-color:rgba(0,0,0,.85)}@media screen and (max-width:740px){.under-represented-schools--search{--_search-results-button-close-size:4.4rem}.under-represented-schools--search button[name=button-okay]{display:none}.under-represented-schools--search-modal button[name=button-okay]{display:block}.under-represented-schools--search button[name=button-clear],.under-represented-schools--search button[name=button-close]{display:none}.under-represented-schools--search-modal button[name=button-clear]{display:flex}.under-represented-schools--search-modal h4{margin:0;padding-block:var(--_search-results-item-padding);border-top:1px solid var(--_search-results-item-border-colour)}.under-represented-schools--search-modal .under-represented-schools--search{--_search-box-padding-block:2rem;--_search-box-padding-inline:1.6rem;--_search-results-padding:1.2rem;width:100svw;height:100svh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color--white)}.under-represented-schools--search-modal .under-represented-schools--search-box{padding-right:calc((var(--_search-results-padding) * 2) + var(--_search-results-button-close-size))}.under-represented-schools--search-results{display:none}.under-represented-schools--search-results li{flex-direction:column;place-items:flex-start;gap:.5rem;line-height:normal}.under-represented-schools--search-results .school--name,.under-represented-schools--search-results .school--state{margin:0}.under-represented-schools--search-modal .under-represented-schools--search-results{max-height:calc(100% - 5rem - 7rem);padding-left:0;padding-right:calc((var(--_search-results-padding) * 2) + var(--_search-results-button-close-size));margin-top:1rem;display:block}}@media screen and (min-width:741px){.under-represented-schools--search button[name=button-clear]{display:none}.under-represented-schools--search-results{min-height:13rem;max-height:16.5rem;background-color:var(--_search-results-background);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);will-change:auto;position:absolute}}*~[class~=under-represented-schools--list-container]{margin-top:3.3rem}*~[class~=under-represented-schools--list-container]:has(.module__accordion){margin-top:1rem}.download-guide-container{min-width:50vw;min-height:50vh;margin:0;cursor:auto}.download-guide-container .flexContainer{display:flex;flex-wrap:wrap;justify-content:space-between}.download-guide-container .inputContainer--right{display:flex;flex:1 1 100%;justify-content:flex-end}.download-guide-container .inputContainer--half{padding-inline:unset!important;margin-inline:unset!important}.download-guide__header{background-color:var(--download-guide-header--background,var(--color--blue,#007d98));color:var(--download-guide-header--color,var(--color--white,#fff));margin:0;padding:0 6rem 0 1.5rem;position:relative}.download-guide__header .h2{padding:2.5rem 0;margin:0}.download-guide__header .icon{color:var(--download-guide-header--color,var(--color--white,#fff));margin-right:1rem}.download-guide--close-button{width:2rem;height:2rem;margin:0;padding:0;background-color:transparent;position:absolute;top:50%;right:2rem;transform:translateY(-50%);display:flex;justify-content:center;align-items:center}.download-guide--close-button .icon{color:var(--download-guide-header--color,var(--color--white,#fff));fill:currentColor;width:100%;height:100%;margin:0;padding:0}.download-guide__body{background-color:var(--download-guide-content--background,var(--color--grey-light,#f5f5f5));color:var(--download-guide-content--color,var(--color--charcoal,#363635));margin:0;padding:4rem 7rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}.download-guide__body>*{max-width:100%;padding:0;flex-shrink:0;flex-grow:1;flex-basis:45%}.download-guide__body>*+*{margin:0 0 0 2rem}.download-guide__body .image-container{display:block;overflow:initial}.download-guide__body .image-container img{position:relative;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:contain;display:block}.download-guide__body .form-container{max-width:100%}.download-guide__body .form-container .marketo--form{background-color:transparent}.download-guide__body .download-btn{margin-top:20px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end}.download-guide__body .agree--small{display:block;margin:2rem 0 5.2rem;color:#5e5e5e}.download-guide__body .google-recaptcha{margin-top:2rem;margin-bottom:2rem}.download-guide__body button[type=submit],.download-guide__body input[type=submit]{width:auto}.download-guide__body label.error{top:4.1rem!important}.download-guide--primary,.download-guide--turquoise{--download-guide-header--background:#0b7161;--download-guide-header--color:#fff}.download-guide--magenta,.download-guide--secondary{--download-guide-header--background:#c74298;--download-guide-header--color:#fff}.download-guide--yellow{--download-guide-header--background:#ffd923;--download-guide-header--color:#363635}.download-guide--lt-turquoise,.download-guide--turquoise-light{--download-guide-header--background:#58bcaf;--download-guide-header--color:#363635}.download-guide--blue,.download-guide--teal{--download-guide-header--background:#007d98;--download-guide-header--color:#fff}.download-guide--orange{--download-guide-header--background:#ff9300;--download-guide-header--color:#363635}@media screen and (min-width:741px){.download-guide .google-recaptcha{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end}.download-guide .agree--small{text-align:right}.download-guide .image-container{display:block;max-width:33%}.download-guide .form-container{max-width:66%;padding-left:2rem}}@media screen and (max-width:740px){.download-guide-container button[type=submit],.download-guide-container input[type=submit]{width:100%}.download-guide-container .agree--small{text-align:center}.download-guide-container .form-container{padding-top:5rem}.download-guide-container .sm\:flex-center{display:flex!important;align-items:center!important;justify-content:center!important}}.modal-download-course-guide{overflow:hidden;isolation:isolate;z-index:9999}.modal-download-course-guide .download-guide-container{width:100%;max-width:100vw;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (min-width:1201px){.modal-download-course-guide .download-guide-container{min-width:95rem;max-width:70vw;min-height:50rem;max-height:95vh;margin:auto}}@media screen and (min-width:981px) and (max-width:1200px){.modal-download-course-guide .download-guide-container{min-width:90vw;min-height:50rem;margin:auto}}@media screen and (min-width:741px) and (max-width:980px){.modal-download-course-guide .download-guide-container{min-width:95vw;min-height:50rem;margin:auto}}@media screen and (max-width:740px){.modal-download-course-guide .download-guide-container{position:fixed;top:0;bottom:0;left:0;right:0;transform:none;overflow-y:auto}.modal-download-course-guide .download-guide__body{padding:2rem;flex-direction:column}.modal-download-course-guide .download-guide__body>*{width:100%;max-width:100vw;flex:0 75vw}.modal-download-course-guide .download-guide__body>*+*{margin:1rem 0 0}.modal-download-course-guide .download-guide__body .image-container{width:50%;margin:auto;display:block;flex:0}}@media screen and (min-width:545px) and (max-width:740px){.modal-download-course-guide .download-guide-container{min-width:95vw;max-width:95vw;min-height:50rem;margin:auto}}@media screen and (max-width:544px){.modal-download-course-guide .download-guide-container{min-width:100vw;max-height:100vh}}:root{--download-course-guide--modal--background-color:rgba(55,54,54,.7)}.download-course-guide--modal,.modal-download-course-guide{width:100vw;max-width:100%;height:100vh;max-height:100%;position:fixed;top:0;bottom:0;left:0;right:0;z-index:999;isolation:isolate;display:none;background-color:var(--download-course-guide--modal--background-color);place-content:center;place-items:center}.download-course-guide--modal .download-course-guide__header,.download-course-guide--modal .download-guide__header,.modal-download-course-guide .download-course-guide__header,.modal-download-course-guide .download-guide__header{height:auto;max-height:15svh;max-height:15dvh;max-height:15vh}.download-course-guide--modal .download-course-guide__body,.download-course-guide--modal .download-guide__body,.modal-download-course-guide .download-course-guide__body,.modal-download-course-guide .download-guide__body{height:auto;max-height:85svh;max-height:85dvh;max-height:85vh;overflow-y:auto}@media screen and (max-width:740px){.download-course-guide--modal .download-guide-container,.modal-download-course-guide .download-guide-container{position:fixed;top:0;bottom:0;left:0;right:0;inset:0;transform:none;overflow-y:auto}.download-course-guide--modal .download-course-guide__body,.download-course-guide--modal .download-guide__body,.modal-download-course-guide .download-course-guide__body,.modal-download-course-guide .download-guide__body{display:flex;flex-direction:column}}@media screen and (min-width:741px) and (max-width:980px){.download-course-guide--modal .download-guide-container,.modal-download-course-guide .download-guide-container{min-width:95vw;min-height:50rem;margin:auto}}@media screen and (min-width:981px) and (max-width:1200px){.download-course-guide--modal .download-guide-container,.modal-download-course-guide .download-guide-container{min-width:90vw;min-height:50rem;margin:auto}}@media screen and (min-width:1201px){.download-course-guide--modal .download-guide-container,.modal-download-course-guide .download-guide-container{width:100%;min-width:95rem;max-width:70vw}}