/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.page-header,h1.page-header{display:none!important;}body:has(.ithomev6) .breadcrumb,body:has(.ithomev6) nav[aria-label="breadcrumb"],body:has(.ithomev6) nav[aria-label="Breadcrumb"],body:has(.ithomev6) .block-system-breadcrumb-block,body:has(.ithomev6) #block-breadcrumbs,body:has(.ithomev6) .main-container .block-menu:has(ul.menu > li:only-child > a[href$="/information-technology"]),body:has(.ithomev6) .main-container .block-menu:has(ul.nav > li:only-child > a[href$="/information-technology"]),body:has(.ithomev6) .main-container ul.menu:has(> li:only-child > a[href$="/information-technology"]),body:has(.ithomev6) .main-container ul.nav:has(> li:only-child > a[href$="/information-technology"]){display:none!important;margin:0!important;padding:0!important;min-height:0!important;height:0!important;overflow:hidden!important;}.ithomev6{--nwu-purple:#6c3d91;--nwu-teal:#00889c;--nwu-teal-dark:#007485;--nwu-navy:#101c52;--nwu-soft:#f7f7f7;--nwu-line:rgba(0,136,156,.22);--nwu-text:#1c1c1c;--nwu-muted:#555;font-family:Arial,Helvetica,sans-serif;color:var(--nwu-text);line-height:1.6;background:#fff;}.ithomev6 *{box-sizing:border-box;}.ithomev6 a{text-decoration:none;}.ithomev6 img{display:block;max-width:100%;height:auto;}.ithomev6-wrap{max-width:1140px;margin:0 auto;padding:0 20px;}.ithomev6-full{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);}.ithomev6-section{padding:42px 0;}.ithomev6-services-section{padding-bottom:20px;}.ithomev6-tools-section{padding-top:28px;}.ithomev6-soft{background:#f7f7f7;}.ithomev6-heading{text-align:center;max-width:760px;margin:0 auto 28px;}.ithomev6-heading h2{font-size:clamp(22px,2.6vw,32px);line-height:1.3;margin:0 0 8px;color:#1c1c1c;}.ithomev6-heading p{max-width:720px;margin:0 auto;color:#444;font-size:15px;line-height:1.7;}.ithomev6-kicker{display:inline-block;margin-bottom:7px;color:var(--nwu-teal);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.55px;}.ithomev6-hero-stage{background:#f8f8f8;padding:26px 0 22px;}.ithomev6-hero{position:relative;height:350px;border-radius:18px;overflow:hidden;background:transparent;box-shadow:0 12px 28px rgba(0,0,0,.18);isolation:isolate;}.ithomev6-hero-slides{position:absolute;inset:0;overflow:hidden;border-radius:inherit;}.ithomev6-hero-slide{position:absolute;inset:-3px;overflow:hidden;background-image:var(--ithomev6-hero-image);background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0;visibility:hidden;pointer-events:none;z-index:1;animation:ithomev6HeroShow 30s steps(1,end) infinite;transform:translateZ(0);backface-visibility:hidden;}.ithomev6-hero-slide:nth-child(1){animation-delay:0s;}.ithomev6-hero-slide:nth-child(2){animation-delay:6s;}.ithomev6-hero-slide:nth-child(3){animation-delay:12s;}.ithomev6-hero-slide:nth-child(4){animation-delay:18s;}.ithomev6-hero-slide:nth-child(5){animation-delay:24s;}@keyframes ithomev6HeroShow{0%,19.999%{opacity:1;visibility:visible;pointer-events:auto;z-index:2;}20%,100%{opacity:0;visibility:hidden;pointer-events:none;z-index:1;}}.ithomev6-hero-slide:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,17,34,.76) 0%,rgba(8,17,34,.62) 24%,rgba(8,17,34,.36) 44%,rgba(8,17,34,0) 68%);z-index:1;}.ithomev6-hero-overlay{position:absolute;left:3px;top:3px;bottom:3px;width:min(46%,470px);padding:34px 30px;display:flex;flex-direction:column;justify-content:center;z-index:2;color:#fff;}.ithomev6-hero-overlay .ithomev6-kicker{color:#c9f3f6;margin-bottom:10px;}.ithomev6-hero-overlay h1{margin:0 0 10px;color:#fff;font-size:clamp(28px,3.2vw,40px);line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.25);}.ithomev6-hero-overlay p{margin:0 0 18px;color:#f4f7fb;font-size:15px;line-height:1.55;max-width:360px;}.ithomev6-hero-actions{display:flex;flex-wrap:wrap;gap:10px;}.ithomev6-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;border:1px solid #fff;color:#fff;background:transparent;transition:.18s ease;}.ithomev6-btn.is-primary{background:var(--nwu-teal);border-color:var(--nwu-teal);}.ithomev6-btn:hover{background:#fff;color:var(--nwu-teal);transform:translateY(-1px);}.ithomev6-hero-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:12px;}.ithomev6-hero-dot{width:9px;height:9px;border-radius:999px;background:rgba(16,28,82,.22);animation:ithomev6HeroDot 30s steps(1,end) infinite;}.ithomev6-hero-dot:nth-child(1){animation-delay:0s;}.ithomev6-hero-dot:nth-child(2){animation-delay:6s;}.ithomev6-hero-dot:nth-child(3){animation-delay:12s;}.ithomev6-hero-dot:nth-child(4){animation-delay:18s;}.ithomev6-hero-dot:nth-child(5){animation-delay:24s;}@keyframes ithomev6HeroDot{0%,19.999%{width:30px;background:var(--nwu-teal);}20%,100%{width:9px;background:rgba(16,28,82,.22);}}.ithomev6-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px;}.ithomev6-action{background:#fff;border:1px solid var(--nwu-line);border-radius:16px;box-shadow:0 10px 22px rgba(0,0,0,.10);padding:18px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}.ithomev6-action:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.12);border-color:rgba(0,136,156,.35);}.ithomev6-icon{width:48px;height:48px;border-radius:14px;background:#eef9fb;color:var(--nwu-teal);display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(0,136,156,.18);}.ithomev6-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}.ithomev6-action strong{display:block;color:#1c1c1c;font-size:17px;margin-bottom:2px;}.ithomev6-action span:last-child{display:block;color:#555;font-size:13px;}.ithomev6-emergency{margin-top:18px;border:1px solid var(--nwu-line);border-radius:12px;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.05);overflow:hidden;}.ithomev6-emergency summary{cursor:pointer;list-style:none;position:relative;padding:15px 48px 15px 18px;color:var(--nwu-teal);font-size:15px;font-weight:700;}.ithomev6-emergency summary::-webkit-details-marker{display:none;}.ithomev6-emergency summary:after{content:'+';position:absolute;right:18px;top:9px;font-size:25px;font-weight:700;color:var(--nwu-teal);}.ithomev6-emergency[open] summary:after{content:'–';}.ithomev6-emergency-panel{background:#f7f7f7;border-top:1px solid rgba(0,136,156,.25);padding:16px 18px;display:flex;flex-wrap:wrap;gap:10px;}.ithomev6-emergency-panel a{display:inline-flex;padding:7px 14px;border:1.5px solid var(--nwu-teal);border-radius:999px;color:var(--nwu-teal);font-size:13px;font-weight:700;background:#fff;}.ithomev6-emergency-panel a:hover{background:var(--nwu-teal);color:#fff;}.ithomev6-important-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:stretch;}.ithomev6-important-side{display:grid;grid-template-rows:1fr 1fr;gap:18px;}.ithomev6-story{background:#fff;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.06);overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;}.ithomev6-story:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.13);}.ithomev6-story-media{position:relative;display:block;aspect-ratio:21/9;overflow:hidden;background:#e9f4f6;}.ithomev6-story-media img{width:100%;height:100%;object-fit:cover;}.ithomev6-story-body{padding:16px 17px 17px;display:flex;flex-direction:column;flex:1;}.ithomev6-story h3{font-size:20px;line-height:1.3;margin:0 0 7px;color:#1c1c1c;}.ithomev6-story p{font-size:13px;line-height:1.55;color:#555;margin:0 0 13px;}.ithomev6-story-meta{display:grid;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;font-size:12px;color:#777;}.ithomev6-story-link{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;border:2px solid var(--nwu-teal);background:transparent;color:var(--nwu-teal);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.35px;white-space:nowrap;flex-shrink:0;}.ithomev6-story-link:hover{background:var(--nwu-teal);color:#fff;}.ithomev6-feature-story{min-height:520px;color:#fff;background:#0b1930;}.ithomev6-feature-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#0b1930;}.ithomev6-feature-story:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,17,34,.06) 18%,rgba(8,17,34,.25) 50%,rgba(8,17,34,.92) 100%);pointer-events:none;}.ithomev6-feature-content{position:relative;z-index:2;margin-top:auto;padding:30px 30px 27px;max-width:720px;}.ithomev6-feature-kicker{display:inline-flex;align-items:center;padding:6px 10px;margin-bottom:10px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--nwu-teal-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.45px;}.ithomev6-feature-content h3{margin:0 0 8px;color:#fff;font-size:clamp(24px,2.5vw,32px);line-height:1.18;text-shadow:0 2px 10px rgba(0,0,0,.3);}.ithomev6-feature-content p{max-width:650px;margin:0 0 16px;color:#eef6f8;font-size:14px;}.ithomev6-feature-actions{display:flex;flex-wrap:wrap;gap:10px;}.ithomev6-feature-actions .ithomev6-story-link{border-color:#fff;background:#fff;color:var(--nwu-teal-dark);}.ithomev6-feature-actions .ithomev6-story-link:hover{background:var(--nwu-teal);border-color:var(--nwu-teal);color:#fff;}.ithomev6-story.is-compact{display:grid;grid-template-columns:155px minmax(0,1fr);min-height:0;}.ithomev6-story.is-compact .ithomev6-story-media{aspect-ratio:auto;height:100%;min-height:0;}.ithomev6-story.is-compact .ithomev6-story-media.is-cover{background:#f2f4f6;}.ithomev6-story.is-compact .ithomev6-story-media.is-cover img{object-fit:contain;padding:12px;}.ithomev6-story.is-compact h3{font-size:18px;line-height:1.28;}.ithomev6-story.is-compact p{display:block;font-size:12.5px;line-height:1.5;margin-bottom:12px;}.ithomev6-important-view .view-content{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;}.ithomev6-important-view .views-row{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;padding:16px;}.ithomev6-important-view .views-row:first-child{grid-row:span 2;}.ithomev6-important-view .views-field-title a{color:#1c1c1c;font-size:18px;font-weight:700;}.ithomev6-important-view .views-field-created{color:#777;font-size:12px;margin-top:8px;}.ithomev6-hub{position:relative;margin:0 auto;max-width:1140px;border-radius:18px;padding:30px 40px;color:#fff;background:#007c8a;box-shadow:0 12px 28px rgba(0,0,0,.20);overflow:hidden;}.ithomev6-hub:before{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(0,124,138,.96),rgba(0,124,138,.72)),url('https://services.nwu.ac.za/sites/services.nwu.ac.za/files/files/information-technology/IT_Student_Orientation/2026/AccordianHero.png') center/cover no-repeat;z-index:0;}.ithomev6-hub-inner{position:relative;z-index:2;}.ithomev6-hub-radio{display:none;}.ithomev6-hub-title{font-size:clamp(22px,2.6vw,30px);font-weight:700;margin:0 0 6px;line-height:1.25;color:#fff;}.ithomev6-hub-intro{margin:0 0 14px;font-size:14px;color:#eaf6f8;max-width:650px;}.ithomev6-hub-pills{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 18px;}.ithomev6-hub-pills label{display:inline-flex;align-items:center;justify-content:center;padding:7px 16px;border-radius:999px;border:1.5px solid rgba(255,255,255,.88);background:transparent;font-size:13px;font-weight:700;color:#fff;cursor:pointer;}#ithomev6-students:checked ~ .ithomev6-hub-inner .ithomev6-hub-pills label[for="ithomev6-students"],#ithomev6-staff:checked ~ .ithomev6-hub-inner .ithomev6-hub-pills label[for="ithomev6-staff"],#ithomev6-quick:checked ~ .ithomev6-hub-inner .ithomev6-hub-pills label[for="ithomev6-quick"]{background:#fff;color:var(--nwu-teal);}.ithomev6-hub-panel{display:none;max-width:860px;}#ithomev6-students:checked ~ .ithomev6-hub-inner .ithomev6-hub-panel.is-students,#ithomev6-staff:checked ~ .ithomev6-hub-inner .ithomev6-hub-panel.is-staff,#ithomev6-quick:checked ~ .ithomev6-hub-inner .ithomev6-hub-panel.is-quick{display:block;}.ithomev6-hub-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0;}.ithomev6-hub-links a{display:flex;align-items:center;min-height:46px;padding:10px 13px;border-radius:10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:13px;font-weight:700;}.ithomev6-hub-links a:hover{background:#fff;color:var(--nwu-teal);}.ithomev6-hub-more{margin-top:12px;}.ithomev6-hub-more summary{cursor:pointer;list-style:none;display:inline-flex;padding:8px 16px;border-radius:999px;background:#fff;color:var(--nwu-teal);font-size:13px;font-weight:700;}.ithomev6-hub-more summary::-webkit-details-marker{display:none;}.ithomev6-hub-more summary:after{content:' +';padding-left:5px;}.ithomev6-hub-more[open] summary:after{content:' –';}.ithomev6-hub-more-panel{margin-top:12px;padding:14px;border-radius:12px;background:rgba(0,0,0,.18);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;}.ithomev6-hub-more-panel a{color:#fff;font-size:13px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.20);}.ithomev6-catalogue-shell{border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.16);background:#fff;}.ithomev6-catalogue-shell>summary{cursor:pointer;list-style:none;position:relative;display:grid;grid-template-columns:1.25fr .75fr;min-height:245px;background:#007c8a;color:#fff;}.ithomev6-catalogue-shell>summary::-webkit-details-marker{display:none;}.ithomev6-catalogue-copy{padding:34px 70px 34px 40px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;background:linear-gradient(to right,rgba(0,124,138,.98),rgba(0,124,138,.78));}.ithomev6-catalogue-copy h2{font-size:clamp(25px,3vw,34px);line-height:1.2;margin:0 0 8px;color:#fff;}.ithomev6-catalogue-copy p{margin:0 0 17px;color:#eaf6f8;font-size:15px;max-width:640px;}.ithomev6-catalogue-toggle{display:inline-flex;align-self:flex-start;padding:9px 17px;border-radius:999px;background:#fff;color:var(--nwu-teal);font-size:13px;font-weight:700;}.ithomev6-catalogue-toggle:after{content:' +';padding-left:5px;}.ithomev6-catalogue-shell[open] .ithomev6-catalogue-toggle:after{content:' –';}.ithomev6-catalogue-visual{background:linear-gradient(rgba(0,124,138,.15),rgba(0,124,138,.15)),url('https://services.nwu.ac.za/sites/services.nwu.ac.za/files/files/information-technology/IT_Student_Orientation/2026/AccordianHero.png') center/cover no-repeat;min-height:245px;}.ithomev6-catalogue-panel{padding:28px 28px 12px;background:#fff;}.ithomev6-catalogue-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;}.ithomev6-catalogue-top p{margin:0;color:#555;font-size:14px;}.ithomev6-outline-btn{display:inline-flex;padding:8px 17px;border-radius:999px;border:2px solid var(--nwu-teal);color:var(--nwu-teal);font-size:13px;font-weight:700;white-space:nowrap;}.ithomev6-outline-btn:hover{background:var(--nwu-teal);color:#fff;}.ithomev6-accordion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px;align-items:start;}.ithomev6-accordion{width:100%;margin-bottom:18px;border-radius:12px;border:1px solid var(--nwu-teal);background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.05);overflow:hidden;}.ithomev6-accordion summary{cursor:pointer;list-style:none;position:relative;padding:16px 48px 16px 18px;background:#fff;color:var(--nwu-teal);font-size:16px;font-weight:600;}.ithomev6-accordion summary::-webkit-details-marker{display:none;}.ithomev6-accordion summary:after{content:'+';position:absolute;right:16px;top:8px;font-size:24px;font-weight:700;color:var(--nwu-teal);}.ithomev6-accordion[open] summary:after{content:'–';}.ithomev6-accordion-content{background:#f7f7f7;border-top:1px solid rgba(0,136,156,.25);padding:14px 18px 16px;color:#444;font-size:14px;}.ithomev6-accordion-content a{display:block;padding:7px 0;color:var(--nwu-teal-dark);font-weight:700;border-bottom:1px solid #e5e5e5;}.ithomev6-accordion-content a:last-child{border-bottom:0;}.ithomev6-subaccordion{width:100%;margin:0 0 10px;border:1px solid rgba(0,136,156,.22);border-radius:10px;background:#fff;overflow:hidden;box-shadow:none;}.ithomev6-subaccordion:last-child{margin-bottom:0;}.ithomev6-accordion .ithomev6-subaccordion > summary{cursor:pointer;list-style:none;position:relative;padding:12px 44px 12px 14px;background:#fff;color:var(--nwu-teal-dark);font-size:14px;font-weight:700;line-height:1.4;}.ithomev6-accordion .ithomev6-subaccordion > summary::-webkit-details-marker{display:none;}.ithomev6-accordion .ithomev6-subaccordion > summary:after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--nwu-teal);font-size:22px;font-weight:700;line-height:1;}.ithomev6-accordion .ithomev6-subaccordion[open] > summary{background:var(--nwu-teal);color:#ffffff;}.ithomev6-accordion .ithomev6-subaccordion[open] > summary:after{content:'−';color:#ffffff;}.ithomev6-accordion .ithomev6-subaccordion:not([open]) > summary:hover{background:#eef9fb;color:var(--nwu-teal-dark);}.ithomev6-subaccordion-content{padding:8px 14px 12px;background:#f7f7f7;border-top:1px solid rgba(0,136,156,.18);}.ithomev6-accordion-content .ithomev6-subaccordion-content a{display:block;padding:9px 4px;color:var(--nwu-teal-dark);font-size:13px;font-weight:700;line-height:1.4;border-bottom:1px solid #e2e2e2;}.ithomev6-accordion-content .ithomev6-subaccordion-content a:last-child{border-bottom:0;}.ithomev6-accordion-content .ithomev6-subaccordion-content a:hover{color:var(--nwu-purple);text-decoration:underline;}.ithomev6-tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}.ithomev6-tool{background:#fff;border:1px solid var(--nwu-line);border-radius:16px;box-shadow:0 10px 22px rgba(0,0,0,.10);padding:18px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:225px;}.ithomev6-tool .ithomev6-icon{margin-bottom:12px;}.ithomev6-tool h3{font-size:18px;margin:0 0 6px;color:#1c1c1c;}.ithomev6-tool p{font-size:14px;color:#555;margin:0 0 16px;}.ithomev6-tool .ithomev6-outline-btn{margin-top:auto;}.ithomev6-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.ithomev6-news-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;}.ithomev6-news-card img{width:100%;height:155px;object-fit:cover;}.ithomev6-news-body{padding:15px 16px 17px;display:flex;flex-direction:column;flex:1;}.ithomev6-news-body span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:var(--nwu-teal);}.ithomev6-news-body h3{font-size:17px;line-height:1.3;margin:6px 0 12px;color:#1c1c1c;}.ithomev6-news-body a{margin-top:auto;color:var(--nwu-teal);font-weight:700;font-size:13px;}.ithomev6-bottom{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch;}.ithomev6-status,.ithomev6-support{border-radius:18px;padding:24px;box-shadow:0 10px 22px rgba(0,0,0,.08);}.ithomev6-status{background:#fff;border:1px solid var(--nwu-line);}.ithomev6-status h2,.ithomev6-support h2{font-size:24px;margin:0 0 6px;}.ithomev6-status p,.ithomev6-support p{font-size:14px;margin:0 0 16px;}.ithomev6-status-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-items:stretch;}.ithomev6-status-item{min-height:98px;background:#f7f7f7;border-radius:10px;padding:12px 8px;text-align:center;display:grid;grid-template-rows:minmax(38px,1fr) auto;align-items:center;}.ithomev6-status-item span{display:flex;align-items:center;justify-content:center;min-height:38px;color:#555;font-size:12px;line-height:1.35;}.ithomev6-status-item strong{display:block;align-self:end;margin-top:8px;color:var(--nwu-teal);font-size:20px;line-height:1.1;}.ithomev6-support{background:linear-gradient(135deg,#006f7f,#00889c);color:#fff;display:flex;flex-direction:column;justify-content:center;}.ithomev6-support h2{color:#fff;}.ithomev6-support p{color:#eaf6f8;}.ithomev6-support .ithomev6-btn{align-self:flex-start;background:#fff;color:var(--nwu-teal);border-color:#fff;}@media(max-width:980px){.ithomev6-important-grid{grid-template-columns:1fr;}.ithomev6-feature-story{min-height:460px;}.ithomev6-important-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;}.ithomev6-action-grid,.ithomev6-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ithomev6-hub-links{grid-template-columns:repeat(2,minmax(0,1fr));}.ithomev6-status-list{grid-template-columns:repeat(3,minmax(0,1fr));}}@media(max-width:720px){.ithomev6-section{padding:32px 0;}.ithomev6-services-section{padding-bottom:16px;}.ithomev6-tools-section{padding-top:24px;}.ithomev6-hero{height:390px;}.ithomev6-hero-slide{inset:-3px;}.ithomev6-hero-overlay{left:3px;top:3px;bottom:3px;width:100%;padding:24px 20px 26px;}.ithomev6-hero-overlay h1{font-size:28px;}.ithomev6-hero-overlay p{font-size:14px;max-width:290px;}.ithomev6-hero-content{padding:28px 24px;}.ithomev6-action-grid,.ithomev6-tool-grid,.ithomev6-news-grid,.ithomev6-bottom{grid-template-columns:1fr;}.ithomev6-important-side{grid-template-columns:1fr;}.ithomev6-feature-story{min-height:430px;}.ithomev6-feature-content{padding:24px 20px 22px;}.ithomev6-story.is-compact{grid-template-columns:140px minmax(0,1fr);}.ithomev6-story.is-compact .ithomev6-story-media{min-height:190px;}.ithomev6-hub{padding:24px 18px;}.ithomev6-hub-links,.ithomev6-hub-more-panel,.ithomev6-accordion-grid{grid-template-columns:1fr;}.ithomev6-catalogue-shell>summary{grid-template-columns:1fr;}.ithomev6-catalogue-copy{padding:28px 22px;}.ithomev6-catalogue-visual{min-height:160px;}.ithomev6-catalogue-top{display:block;}.ithomev6-catalogue-top .ithomev6-outline-btn{margin-top:12px;}.ithomev6-status-list{grid-template-columns:repeat(2,minmax(0,1fr));}}.ithomev7-service-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start;}.ithomev7-service-group{background:#ffffff;border:1px solid rgba(0,136,156,.18);border-radius:16px;box-shadow:0 10px 22px rgba(0,0,0,.08);padding:22px 22px 6px;}.ithomev7-service-group-head{display:flex;align-items:center;gap:13px;padding:0 2px 17px;}.ithomev7-service-group-head .ithomev6-icon{width:44px;height:44px;border-radius:13px;}.ithomev7-service-group-head h3{margin:0 0 2px;color:#1c1c1c;font-size:22px;line-height:1.2;}.ithomev7-service-group-head p{margin:0;color:#555;font-size:13px;}.ithomev7-service-group .ithomev6-accordion{margin-bottom:16px;}.ithomev7-catalogue-footer{display:flex;justify-content:center;margin-top:22px;}@media(max-width:720px){.ithomev7-service-layout{grid-template-columns:1fr;}.ithomev7-service-group{padding:18px 16px 2px;}}.ithomev6-topnav-shell{position:relative;z-index:100;max-width:1330px;margin:0 auto;padding:0 20px 22px;}.ithomev6-topnav{position:relative;display:flex;align-items:stretch;justify-content:center;min-height:58px;padding:0 24px;background:var(--nwu-teal);border:1px solid rgba(255,255,255,.48);border-radius:999px;box-shadow:0 8px 20px rgba(0,136,156,.14);}.ithomev6-topnav-link,.ithomev6-topnav details>summary{min-height:56px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#fff;font-size:15px;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;list-style:none;transition:background .18s ease,color .18s ease;}.ithomev6-topnav-link:hover,.ithomev6-topnav-link:focus,.ithomev6-topnav details:hover>summary,.ithomev6-topnav details[open]>summary,.ithomev6-topnav details>summary:focus{background:rgba(255,255,255,.14);color:#fff;outline:0;}.ithomev6-topnav details{position:static;margin:0;}.ithomev6-topnav details>summary::-webkit-details-marker{display:none;}.ithomev6-topnav details>summary:after{content:'';width:8px;height:8px;margin-left:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease;}.ithomev6-topnav details[open]>summary:after{transform:rotate(225deg) translate(-1px,-1px);}.ithomev6-topnav-panel{display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:min(640px,calc(100vw - 40px));max-height:520px;overflow:auto;padding:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 14px;background:#fff;border:1px solid rgba(0,136,156,.20);border-radius:16px;box-shadow:0 16px 34px rgba(16,28,82,.18);z-index:120;}.ithomev6-topnav-panel.menu-about{width:min(700px,calc(100vw - 40px));}.ithomev6-topnav-panel.menu-students{width:min(620px,calc(100vw - 40px));}.ithomev6-topnav-panel.menu-staff{width:min(520px,calc(100vw - 40px));}.ithomev6-topnav-panel.menu-quicklinks{width:min(640px,calc(100vw - 40px));}.ithomev6-topnav-panel.menu-news{width:min(570px,calc(100vw - 40px));grid-template-columns:repeat(3,minmax(0,1fr));}.ithomev6-topnav-close{position:absolute;top:12px;right:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:#fff;color:var(--nwu-teal);font-size:30px;font-weight:300;line-height:1;cursor:pointer;z-index:3;transition:background .16s ease,color .16s ease,transform .16s ease;}.ithomev6-topnav-close:hover,.ithomev6-topnav-close:focus{background:#eef9fb;color:var(--nwu-purple);transform:scale(1.04);outline:0;}.ithomev6-topnav-panel h3{padding-right:44px;}.ithomev6-topnav details[open]>.ithomev6-topnav-panel,.ithomev6-topnav details:hover>.ithomev6-topnav-panel,.ithomev6-topnav details:focus-within>.ithomev6-topnav-panel{display:grid;}.ithomev6-topnav-panel h3{grid-column:1/-1;margin:0 0 6px;padding-bottom:10px;border-bottom:1px solid rgba(0,136,156,.18);color:var(--nwu-teal-dark);font-size:19px;line-height:1.2;}.ithomev6-topnav-panel.menu-news h3{grid-column:1/-1;}.ithomev6-topnav-panel > p{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px;margin:0;}.ithomev6-topnav-panel > p > a{display:flex;align-items:center;min-height:40px;padding:7px 10px;border-radius:8px;color:#25313b;font-size:13px;font-weight:600;line-height:1.35;transition:background .16s ease,color .16s ease;}.ithomev6-topnav-panel > p > a:hover,.ithomev6-topnav-panel > p > a:focus{background:#eef9fb;color:var(--nwu-teal-dark);outline:0;}.ithomev6-topnav-panel>a{display:flex;align-items:center;min-height:34px;padding:6px 8px;border-radius:8px;color:#25313b;font-size:13px;font-weight:600;line-height:1.3;transition:background .16s ease,color .16s ease,transform .16s ease;}.ithomev6-topnav-panel>a:hover,.ithomev6-topnav-panel>a:focus{background:#eef9fb;color:var(--nwu-teal-dark);transform:translateX(2px);outline:0;}.ithomev6-topnav-panel.menu-quicklinks>a{align-items:flex-start;}.ithomev6-topnav-panel.menu-news>a{justify-content:center;text-align:center;white-space:nowrap;}.ithomev6-topnav-subgroup{grid-column:1/-1;margin-top:6px;padding:11px;background:#f7fbfc;border:1px solid rgba(0,136,156,.16);border-radius:12px;}.ithomev6-topnav-subgroup strong{display:block;margin-bottom:8px;color:var(--nwu-navy);font-size:13px;}.ithomev6-topnav-subgroup-links{display:flex;flex-wrap:wrap;gap:6px;}.ithomev6-topnav-subgroup a{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid rgba(0,136,156,.28);border-radius:999px;background:#fff;color:var(--nwu-teal-dark);font-size:12px;font-weight:700;}.ithomev6-topnav-subgroup a:hover,.ithomev6-topnav-subgroup a:focus{background:var(--nwu-teal);color:#fff;outline:0;}.ithomev6-topnav-panel.menu-about > p{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px 12px;}.ithomev6-leadership{grid-column:1/-1;margin-top:7px;border:1px solid rgba(0,136,156,.18);border-radius:11px;background:#f7fbfc;overflow:hidden;}.ithomev6-leadership > summary{position:relative;display:flex;align-items:center;min-height:42px;padding:9px 44px 9px 13px;cursor:pointer;list-style:none;color:var(--nwu-navy);font-size:13px;font-weight:700;background:#f7fbfc;}.ithomev6-leadership > summary::-webkit-details-marker{display:none;}.ithomev6-leadership > summary:after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--nwu-teal);font-size:21px;font-weight:700;line-height:1;}.ithomev6-leadership[open] > summary{background:#eef9fb;color:var(--nwu-teal-dark);border-bottom:1px solid rgba(0,136,156,.15);}.ithomev6-leadership[open] > summary:after{content:'−';}.ithomev6-leadership-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 12px;padding:8px 10px 10px;background:#fff;}.ithomev6-leadership-links a{display:flex;align-items:center;min-height:34px;padding:6px 8px;border-radius:8px;color:#25313b;font-size:12px;font-weight:600;line-height:1.35;}.ithomev6-leadership-links a:hover,.ithomev6-leadership-links a:focus{background:#eef9fb;color:var(--nwu-teal-dark);outline:0;}@media(max-width:980px){.ithomev6-topnav-link,.ithomev6-topnav details>summary{padding:0 11px;font-size:14px;}}@media(max-width:760px){.ithomev6-topnav-shell{padding:0 16px 20px;}.ithomev6-topnav{display:block;min-height:0;padding:8px;border-radius:18px;}.ithomev6-topnav-link,.ithomev6-topnav details>summary{width:100%;min-height:44px;padding:0 14px;justify-content:space-between;border-radius:10px;}.ithomev6-topnav-panel,.ithomev6-topnav-panel.menu-about,.ithomev6-topnav-panel.menu-students,.ithomev6-topnav-panel.menu-staff,.ithomev6-topnav-panel.menu-quicklinks,.ithomev6-topnav-panel.menu-news{position:static;width:100%;max-height:380px;margin:6px 0 10px;padding:14px;transform:none;grid-template-columns:1fr;border-radius:12px;box-shadow:none;}.ithomev6-topnav details:hover>.ithomev6-topnav-panel{display:none;}.ithomev6-topnav details[open]>.ithomev6-topnav-panel,.ithomev6-topnav details:focus-within>.ithomev6-topnav-panel{display:grid;}.ithomev6-topnav-panel > p,.ithomev6-topnav-panel.menu-about > p{grid-template-columns:1fr;}.ithomev6-leadership-links{grid-template-columns:1fr;}}@media (min-width:981px){.ithomev6-important-grid{align-items:stretch;}.ithomev6-important-side{grid-template-rows:auto auto;gap:14px;}.ithomev6-feature-story{min-height:0;height:100%;}.ithomev6-feature-content{padding:22px 24px 20px;}.ithomev6-feature-content h3{margin-bottom:6px;}.ithomev6-feature-content p{margin-bottom:12px;}.ithomev6-story.is-compact{grid-template-columns:145px minmax(0,1fr);min-height:0;}.ithomev6-story.is-compact .ithomev6-story-media{height:100%;min-height:0;}.ithomev6-story.is-compact .ithomev6-story-media.is-cover img{padding:8px;}.ithomev6-story.is-compact .ithomev6-story-body{padding:12px 14px;}.ithomev6-story.is-compact h3{font-size:17px;line-height:1.24;margin:0 0 5px;}.ithomev6-story.is-compact p{display:block;font-size:12px;line-height:1.42;margin:0 0 6px;}.ithomev6-story.is-compact .ithomev6-story-meta{margin-top:4px;gap:8px;}.ithomev6-story.is-compact .ithomev6-story-meta span{line-height:1.3;}.ithomev6-story.is-compact .ithomev6-story-link{padding:6px 12px;font-size:10.5px;}}@media (max-width:980px){.ithomev6-feature-story{min-height:360px;}}@media (max-width:720px){.ithomev6-feature-story{min-height:320px;}.ithomev6-story.is-compact .ithomev6-story-body{padding:12px 13px;}}.ithomev6-feature-story{position:relative;overflow:hidden;background:#081122;isolation:isolate;}.ithomev6-feature-story:after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(8,17,34,.88) 0%,rgba(8,17,34,.76) 25%,rgba(8,17,34,.52) 48%,rgba(8,17,34,.14) 72%,rgba(8,17,34,0) 100%);}.ithomev6-feature-video{z-index:0;}.ithomev6-feature-content{position:relative;z-index:2;width:min(64%,620px);max-width:620px;min-height:100%;margin:0;padding:34px 30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;}.ithomev6-feature-content > p:first-child{margin:0 0 10px;}.ithomev6-feature-kicker{display:inline-block;padding:0;margin:0;border:0;border-radius:0;background:transparent;color:#c9f3f6;font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.55px;}.ithomev6-feature-content h3{margin:0 0 10px;color:#fff;font-size:clamp(28px,3vw,38px);line-height:1.1;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.25);}.ithomev6-feature-content p{max-width:520px;margin:0 0 18px;color:#f4f7fb;font-size:14px;line-height:1.55;}.ithomev6-feature-actions{display:flex;flex-wrap:wrap;gap:10px;}.ithomev6-feature-actions .ithomev6-story-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border-radius:999px;border:1px solid #fff;background:transparent;color:#fff;font-size:12px;font-weight:700;line-height:1.2;text-transform:none;letter-spacing:0;transition:.18s ease;}.ithomev6-feature-actions .ithomev6-story-link:first-child{background:var(--nwu-teal);border-color:var(--nwu-teal);color:#fff;}.ithomev6-feature-actions .ithomev6-story-link:hover{background:#fff;border-color:#fff;color:var(--nwu-teal);transform:translateY(-1px);}@media (min-width:981px){.ithomev6-feature-content{width:min(64%,620px);max-width:620px;min-height:100%;padding:34px 30px;}}@media (max-width:980px){.ithomev6-feature-story:after{background:linear-gradient(90deg,rgba(8,17,34,.90) 0%,rgba(8,17,34,.78) 42%,rgba(8,17,34,.30) 78%,rgba(8,17,34,.08) 100%);}.ithomev6-feature-content{width:min(76%,620px);max-width:620px;min-height:360px;padding:28px 24px;}}@media (max-width:720px){.ithomev6-feature-story:after{background:linear-gradient(90deg,rgba(8,17,34,.92) 0%,rgba(8,17,34,.82) 58%,rgba(8,17,34,.42) 100%);}.ithomev6-feature-content{width:100%;max-width:none;min-height:320px;padding:24px 20px;}.ithomev6-feature-content h3{font-size:28px;}.ithomev6-feature-content p{font-size:13.5px;max-width:92%;}}
.views-field.views-field-field-business-unit h1{color:#00889c;}.page-header{color:#6c3d91;font-weight:bold;border-bottom:none;}#block-colourbartopbar h1,#block-colourbartopbarafr h1{text-align:center;color:#00889c;font-size:50px;font-weight:bold;}.site-topbar{background:none;}#block-colourbartopbarsecondpages a{color:#00889c;}.left.carousel-control{border-radius:15px;}.right.carousel-control{border-radius:15px;}.main-container .col-md-12 .img-responsive{display:inline;border-radius:15px;}@media screen and (min-width:768px){#navbar-collapse-2{background:#00889c;display:flex !important;text-align:center !important;margin-top:10px;padding-top:0px !important;border-radius:50rem;}#navbar-collapse-2 .navbar-nav > li > a{padding-top:7px !important;padding-bottom:7px !important;color:#ffffff;}.region-headernavigation-collapsible .menu li a{border-right:none;}}#navbar-collapse{background:#6c3d91;position:relative;max-width:100vw;margin-left:calc(50% - 50vw);margin-top:5px;width:100vw;}#navbar{background:white;}.language-link.is-active{color:white;}.language-link{color:#000;}.links.nav.nav-pills{margin-top:20px;}.navbar-toggle{background-color:#6c3d91;}.main-container .col-md-12 .img-responsive{display:inline;border-radius:15px;}.left.carousel-control{border-radius:15px;}.right.carousel-control{border-radius:15px;}.container-fluid.site-nav{color:inherit;}.container-fluid.site-nav{background-color:transparent;}.bgbluetop.rtecenter{background:none;color:#00889c;font-weight:bold;border:none;}.footer.col div{padding:15px 0;}.terms{background:white;padding:20px;width:100vw;max-width:100vw;position:relative;margin-left:calc(50% - 50vw);margin-top:20px;}.terms a{color:#337ab7;}footer{padding:0;}@media screen and (max-width:768px){.menu--nwusecondary.navbar-nav{overflow-y:scroll;height:200px;}.footer div > a{display:inline;position:relative;}.col{flex:1;padding:15px;margin:15px 0;margin-bottom:0px;}.carousel-indicators li{width:15px;height:3px;margin:1px;background-color:rgba(255,255,255,0.3);border:none;}.carousel-indicators .active{width:15px;height:4px;margin:0;background-color:#fff;}}.social img{width:30px;height:auto;margin:5px;display:inline-block;}.navbar-inverse .navbar-nav > li > a:hover{color:wheat !important;}#navbar-collapse .row{margin:auto;}.caret{display:inline-block;width:0;height:0;vertical-align:middle;padding:3px;border:solid;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 3px 3px 0;transform:rotate(45deg);margin-left:6px;margin-top:-5px;}.arrow-up{border:solid;border-width:0 3px 3px 0;display:inline-block;padding:3px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-left:6px;}.arrow-right{border:solid;border-width:0 3px 3px 0;display:inline-block;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);margin-left:6px;}.arrow-left{border:solid;border-width:0 3px 3px 0;display:inline-block;padding:3px;transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-left:6px;}.modal-footer.ui-dialog-buttonpane{text-align:right;}.badge-purple{background:#6c3d91;}.badge-turquoise{background:#00889c;}.badge-grey{background:#78848e;}.pagination > li > a{color:black;}.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover{z-index:3;color:#6c3d91;cursor:default;background-color:transparent;border:2px solid #6c3d91;border-radius:5px;}.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover{z-index:2;color:#23527c;background-color:white;border-color:white;}.pagination > li > a,.pagination > li > span{border:none;}.pager__item.pager__item--next a:hover,.pager__item.pager__item--previous a:hover{border:1px solid black;margin:0 2px;border-radius:4px;}.ui-icon-triangle-1-e{background-position:-34px -127px;float:right;}.ui-icon-triangle-1-s{background-position:-66px -127px;float:right;}.accordion-header{background-color:#6c3d91;padding:15px;color:white;border-radius:20px 20px 0 0;margin:10px 0 0 0;text-align:center;}.ui-accordion .ui-accordion-header{font-size:1.2em;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:none;border-bottom-width:medium;border-bottom-style:none;border-bottom-color:currentcolor;border-bottom:1px solid #efefef;border-radius:0;}.btn-turquoise{background-color:#00889c;border:1px solid #00889c;color:#ffffff;}.btn-turquoise:hover{background-color:#b7e5ec;border:1px solid #b7e5ec;color:#00889c;}.btn-turquoise:focus{background-color:#b7e5ec;border:1px solid #99cfd7;color:#00889c;}.btn-turquoise:active{background-color:#009ab0;border:1px solid #009ab0;color:white;}.btn-purple{background-color:#6c3d91;border:1px solid #6c3d91;color:#ffffff;}.btn.btn-purple:hover{background-color:#e2d8e9;border:1px solid #e2d8e9;color:#6c3d91 !important;}.btn-purple:focus{background-color:#e2d8e9;border:1px solid #c4b1d3;color:#6c3d91;}.btn-purple:active{background-color:#b59ec8;border:1px solid #b59ec8;color:white;}.btn-grey:hover{color:white;}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Trebuchet MS",Tahoma,sans-serif;}.views-field.views-field-field-business-unit h1{font-size:50px;}footer a:hover{color:wheat;}.terms a:hover{color:#23527c;}.link-arrow{background-image:url("/sites/base.nwu.ac.za/files/files/right-arrow20px.png");float:right;width:20px;height:20px;}.link-arrow-white{background-image:url("/sites/base.nwu.ac.za/files/files/right-arrow-white.png");float:right;width:20px;height:20px;}.card-purple:hover{background-color:#6c3d91;color:white;}.card-purple a{color:white;}.card-turquoise:hover{background-color:#00889c;color:white;}.card-turquoise a{color:white;}.card-education:hover{background:#0076BC;color:white;}.card-education a{color:white;}.card-commerce:hover{background:#F47D3A;color:white;}.card-commerce a{color:white;}.card-health-sciences:hover{background:#E32974;color:white;}.card-health-sciences a{color:white;}.card-law:hover{background:#E83C3E;color:white;}.card-law a{color:white;}.card-theology:hover{background:#BA8BBE;color:white;}.card-theology a{color:white;}.card-natural-sciences:hover{background:#79C14E;color:white;}.card-natural-sciences a{color:white;}.card-humanities:hover{background:#FFD525;color:black;}.card-humanities a{color:black;}.card-engineering:hover{background:#7F939F;color:white;}.card-engineering a{color:white;}.card-header{margin:-15px -15px 15px -15px;padding:15px;background-color:#6c3d91;border-radius:10px 10px 0 0;color:white;}.square{height:38.4px;width:38.4px;background-color:#fff;border:6px solid black;border-radius:5px;display:inline-table;margin-right:10px;}.square-education{border:6px solid #0076bc;}.square-engineering{border:6px solid #7F939F;}.square-humanities{border:6px solid #FFD525;}.square-natural-sciences{border:6px solid #79C14E;}.square-theology{border:6px solid #BA8BBE;}.square-commerce{border:6px solid #F47D3A;}.square-health-sciences{border:6px solid #E32974;}.square-law{border:6px solid #E83C3E;}.square svg:not(:root).svg-inline--fa{overflow:visible;align-content:center;align-items:center;text-align:center;display:flex;margin-left:4px;margin-top:5px;left:50%;transform:translate(-75%,10%);position:relative;bottom:-50%;}.item{position:relative;}.item a::before{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;}.card.item:hover{box-shadow:0px 0px 10px 2px #aaa;}.grow:hover{cursor:pointer;transition:all .5s ease-in-out;opacity:1;transform:scale(1.3);}.grow-container{overflow:hidden;}.col.card{display:flex;flex-direction:column;align-items:stretch;}.row.col-container{display:flex;justify-content:space-between;flex-wrap:wrap;}.to-bottom{margin-top:auto;}iframe{border-radius:15px;}.link-list{padding:14.5px;background-color:white;margin:0;}.link-list a{color:#2C2C2C;}.link-list:hover{background-color:#ccc;}h4.accordion-header{margin-top:0;}@media only screen and (min-width:768px){.contents{max-width:1140px;margin:auto;padding:25px 0px;}.content section:nth-child(2n+1){background-color:#fafafa;width:100vw;margin-left:calc(50% - 50vw);}.carousel-indicators li{width:40px;height:5px;margin:1px;background-color:rgba(255,255,255,0.3);border:none;}.carousel-indicators .active{width:40px;height:7px;margin:0;background-color:#fff;}}#block-languageswitcher{position:unset;clear:unset;transform:none;}#views-exposed-form-solr-services-search-page-1 button{background-color:#6c3d91;border:none;padding:7px;}@media screen and (min-width:768px){#block-exposedformsolr-services-searchpage-1{padding-bottom:15px;}}#views-exposed-form-solr-services-search-page-1 button:hover{background-color:#00889c;color:#fff;}#edit-submit-solr-services-search{background-image:none;}.modal-footer button{float:right;}.footer div .btn-block{display:block;}.col2{flex:2;padding:15px;margin:0 15px;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;padding:0px;}.nolink{pointer-events:none;cursor:default;}.carousel-indicators{position:absolute;bottom:0;left:50%;z-index:15;width:60%;padding-left:0;margin-left:0;transform:translateX(-50%);list-style:none;}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{color:inherit;background-color:transparent;}.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .open > a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#333 0,#333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808',endColorstr='#ff0f0f0f',GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25);}.navbar-inverse .navbar-nav > li > a{color:inherit;}.navbar-inverse .navbar-nav > li > a:hover{color:#00889c !important;}}.img-container{position:relative;text-align:center;color:white;}.img-container a{color:white;font-weight:bold;}.centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.btn{white-space:normal;}.footer.col div{margin-left:10px;}#edit-search-api-fulltext[type="text"],#edit-search-api-fulltext--2[type="text"]{width:100%;box-sizing:border-box;border:2px solid #6c3d91;border-radius:15px;font-size:16px;background-color:#E2D8E9;background-image:url('https://www.nwu.ac.za/sites/www.nwu.ac.za/files/files/Iconography/search-icon.png');background-position:10px 7px;background-repeat:no-repeat;padding:12px 20px 12px 40px;height:40px;}#edit-submit-studiessite-search,#edit-submit-studiessite-search--2,#edit-submit-multisite-search,#edit-submit-multisite-search--2,#edit-submit-solr-services-search,#edit-submit-solr-services-search--2{display:none;}
