/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

blockquote,
dd,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

button {
    background: transparent;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ul {
    margin: 0
}

*,
:after,
:before {
    border: 0 solid #dae1e7
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

img {
    max-width: 100%;
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: .5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: .5
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

.container {
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.list-reset {
    list-style: none;
    padding: 0
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: transparent
}

.bg-nus-blue-darker {
    background-color: #002449
}

.bg-nus-blue-dark {
    background-color: #003062
}

.bg-nus-blue {
    background-color: #003d7c
}

.bg-nus-blue-light {
    background-color: #086cd3
}

.bg-nus-blue-lightest {
    background-color: #eef5f9
}

.bg-nus-orange {
    background-color: #f58220
}

.bg-grey-light {
    background-color: #dae1e7
}

.bg-grey-lighter {
    background-color: #f1f5f8
}

.bg-grey-lightest {
    background-color: #f8fafc
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: #3490dc
}

.hover\:bg-nus-blue-dark:hover {
    background-color: #003062
}

.hover\:bg-nus-orange:hover {
    background-color: #f58220
}

.hover\:bg-nus-orange-dark:hover {
    background-color: #da6400
}

.hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8
}

.bg-cover {
    background-size: cover
}

.border-nus-blue-dark {
    border-color: #003062
}

.border-nus-orange {
    border-color: #f58220
}

.border-grey {
    border-color: #b8c2cc
}

.border-grey-light {
    border-color: #dae1e7
}

.border-white {
    border-color: #fff
}

.focus\:border-nus-blue:focus {
    border-color: #003d7c
}

.focus\:border-grey:focus {
    border-color: #b8c2cc
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col,
.flex-row {
    -webkit-box-direction: normal
}

.flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.flex-no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-4 {
    height: 1rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-full {
    height: 100%
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.m-4 {
    margin: 1rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.max-w-lg {
    max-width: 50rem
}

.max-w-nus {
    max-width: 1140px
}

.focus\:outline-none:focus {
    outline: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-0 {
    padding: 0
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-10 {
    padding: 2.5rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.pin-y {
    top: 0;
    bottom: 0
}

.pin-t {
    top: 0
}

.pin-r {
    right: 0
}

.pin-b {
    bottom: 0
}

.pin-l {
    left: 0
}

.resize {
    resize: both
}

.shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08)
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-nus-blue {
    color: #003d7c
}

.text-nus-blue-light {
    color: #086cd3
}

.text-nus-blue-lighter {
    color: #7ec1f9
}

.text-nus-orange {
    color: #f58220
}

.text-black {
    color: #22292f
}

.text-grey-darkest {
    color: #3d4852
}

.text-grey-darker {
    color: #606f7b
}

.text-grey-dark {
    color: #8795a1
}

.text-grey {
    color: #b8c2cc
}

.text-white {
    color: #fff
}

.text-red {
    color: #e3342f
}

.text-orange {
    color: #f6993f
}

.text-blue {
    color: #3490dc
}

.hover\:text-nus-blue-dark:hover {
    color: #003062
}

.hover\:text-nus-blue:hover {
    color: #003d7c
}

.hover\:text-nus-orange:hover {
    color: #f58220
}

.hover\:text-nus-orange-dark:hover {
    color: #da6400
}

.hover\:text-white:hover {
    color: #fff
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-super {
    font-size: 10rem
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.hover\:no-underline:hover,
.no-underline {
    text-decoration: none
}

.visible {
    visibility: visible
}

.w-4 {
    width: 1rem
}

.w-8 {
    width: 2rem
}

.w-12 {
    width: 3rem
}

.w-24 {
    width: 6rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.33333%
}

.w-2\/3 {
    width: 66.66667%
}

.w-1\/4 {
    width: 25%
}

.w-2\/5 {
    width: 40%
}

.w-4\/5 {
    width: 80%
}

.w-full {
    width: 100%
}

.w-nus {
    width: 1140px
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.homepage-hero-title {
    font-size: 4rem
}

.homepage-hero-search {
    height: 680px
}

.homepage-hero-search--button span.faicon.fa-search {
    color: #fff;
    min-width: 70px
}

.homepage-hero-content {
    background-color: rgba(0, 61, 124, .7)
}

.homepage-hero-content-image {
    height: 140px
}

.homepage-highlights-wrapper {
    background-color: rgba(0, 61, 124, .6)
}

.homepage__career__title {
    margin: 0 0 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase
}

.homepage__career__block {
    outline: 1px solid #fff;
    outline-offset: -12px;
    margin: 4px;
    position: relative;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.homepage__career__block__title {
    color: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

.homepage__career__block__image {
    opacity: .2
}

.homepage__career__block:hover {
    background-color: transparent !important;
}

.homepage__thinkbusiness__title {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px
}

@media (min-width:1280px) {
    .homepage-hero-search {
        height: calc(100vh - 430px);
        min-height: 500px
    }
}

@media (min-width:576px) {
    .sm\:hidden {
        display: none
    }
}

@media (min-width:768px) {
    .md\:border-none {
        border-style: none
    }

    .md\:block {
        display: block
    }

    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .md\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .md\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .md\:flex-no-grow {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .md\:flex-no-shrink {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:mr-10 {
        margin-right: 2.5rem
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:mr-16 {
        margin-right: 4rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:ml-20 {
        margin-left: 5rem
    }

    .md\:ml-32 {
        margin-left: 8rem
    }

    .md\:max-w-nus {
        max-width: 1140px
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:relative {
        position: relative
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/3 {
        width: 33.33333%
    }

    .md\:w-2\/3 {
        width: 66.66667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-nus {
        width: 1140px
    }
}

@media (min-width:992px) {
    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:border-nus-orange {
        border-color: #f58220
    }

    .lg\:border-grey-darker {
        border-color: #606f7b
    }

    .lg\:rounded {
        border-radius: .25rem
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .lg\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .lg\:flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .lg\:flex-no-shrink {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mr-20 {
        margin-right: 5rem
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:max-w-nus {
        max-width: 1140px
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pr-20 {
        padding-right: 5rem
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:pin-y {
        top: 0;
        bottom: 0
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-orange {
        color: #f6993f
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.33333%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-nus {
        width: 1140px
    }
}