<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ebrochure */

input[type='text'] {
    -webkit-appearance: none;
}

#mobile-nav {
    display: none !important;
}

@media screen and (max-width: 700px) {
    #main-content-wrap {
        margin-top: 0;
    }
}

#ebrochure h2 {
    margin-left: 3rem;
}

#ebrochure h2:before {
    content: '';
    display: inline-block;
    background-image: url('/images/structure/sprites/arrows-nav-docs.svg');
    background-position: -245px -105px;
    width: 35px;
    height: 35px;
    vertical-align: text-bottom;
    margin-left: -3rem;
    margin-right: 0.75rem;
}

#ebrochure h2.step-two {
    padding-top: 2rem; 
    padding-bottom: .5rem;
}

#ebrochure h2.step-two:before {
    background-position: -280px -105px;
}

#ebrochure #Requests_gender input,
#ebrochure #Requests_gre input {
    margin-left: 0.5rem;
}

#ebrochure .contact-form {
    position: relative;
}

#ebrochure ul {
    clear: both;
}

#ebrochure p.mobile-expand {
    display: none;
}

#ebrochure .dept-referral-intro {
    text-transform: uppercase;
    font-size: 1.3rem; 
    color: #4E2A84; 
    font-family: "Poppins Light", Arial, sans-serif;
    font-weight: 300;
}

#ebrochure .dept-referral-intro span { 
    font-weight: 500;
}

#ebrochure .contact-form label,
#ebrochure .demo-form &gt; div &gt; div &gt; label,
#ebrochure .academic-form *:not(#Requests_gre) &gt; label {
    background: #ece9f3;
    width: 37.615553%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.3rem 0.6rem;
    font-weight: normal;
    height: 2rem;
    font-size: 0.95rem;
    white-space: nowrap;
}

#ebrochure .contact-details,
#ebrochure .demo-details,
#ebrochure .academic-details {
    position: absolute;
    width: 270px;
}

#ebrochure .contact-details h3 {
    margin-bottom: 0;
}

.demo-details h3, 
.academic-details h3, 
.contact-details h3 {
    margin-top: 0;
}

#ebrochure .contact-inputs,
#ebrochure .demo-inputs,
#ebrochure .academic-inputs {
    margin-left: 270px;
}

#ebrochure .contact-inputs &gt; div,
#ebrochure .demo-inputs &gt; div,
#ebrochure .academic-inputs &gt; div:not(.hidden-details),
.hidden-details div {
    margin-bottom: 0.75rem;
    max-height: 2rem;
}

#ebrochure .contact-inputs input,
#ebrochure .academic-inputs input[type='text'] {
    height: 2rem;
    border: 1px solid #ccc;
    border-left: none;
    vertical-align: bottom;
    width: 62.3%;
    background: #fafafa;
    padding-left: 0.5rem;
    box-shadow:none;
}

#ebrochure .departments {
    display: none;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 1.75rem;
    padding-left: 3.25rem;
}

#ebrochure .expanded .departments {
    display: block;
}

#ebrochure .degree_type h3 {
    background: #fafafa; 
    padding: 1rem;
    border: 1px solid #ccc;
    cursor: pointer;
    padding-left: 3rem;
    padding-right: 3.25rem;
    position: relative;
}

#ebrochure .degree_type h3:before {
    content: 'Click to expand';
    font-size: 0;
    background-image: url('/images/structure/sprites/explore.svg');
    background-position: 0 0;
    height: 1.6rem;
    width: 1.65rem;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    margin-left: -2rem;
    background-size: 180px;
}

#ebrochure .degree_type h3:after {
    content: 'Click to expand';
    font-size: 0;
    background-image: url('/images/structure/sprites/arrows-nav-docs.svg');
    background-position: -496px -12px;
    display: inline-block;
    height: 14px;
    width: 25px;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    margin-left: -2rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -7px;
}

#ebrochure .degree_type.expanded h3:after {
    content: 'Click to expand';
    font-size: 0;
    background-image: url('/images/structure/sprites/arrows-nav-docs.svg');
    background-position: -496px -12px;
    display: inline-block;
    height: 14px;
    width: 25px;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    margin-left: -2rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* this is the validation errors box. TODO add a class on it in the framework */
#ebrochure .degree_type + div p {
    margin-top: 0.75rem;
    color: #fafafa;
    background: #aa4444;
    padding: 1rem;
}

#ebrochure .expanded h3 {
    margin-bottom: 0;
}

#ebrochure .departments input {
    margin-bottom: 1rem; 
    float: left;
    clear: left; 
    margin-top: 0.3rem;
    margin-right: 0.25rem;
}

#ebrochure .departments label {
    color: #4E2A84; 
    font-size: 1.1rem;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    width: 90%;
    float: left;
    margin-left: 0.9rem;
    cursor: pointer;
    line-height: 1.55rem;
    margin-bottom: 0.7rem;
}

#ebrochure .plus-outer {
    border-radius: 50%;
    background: #4E2A84;
    display: inline-block;
    font-size: 1.1rem;
    height: 1.1rem;
    margin-right: 0.75rem;
    text-align: center;
    vertical-align: top;
    width: 1.1rem;
}

#ebrochure .plus-outer span {
    color: #EEEEEE;
    height: 100%;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.hidden-details {
    padding-left: 2.5rem;
}

#ebrochure .inline-list li {
    font-size: 0.9rem;
    line-height: 0.4rem;
    margin-right: 20px;
}

#ebrochure .inline-list li:first-child {
    margin-left: -5px;
}

#ebrochure .current-selection {
    background: #ece9f3;
    border: 1px solid #ccc;
    padding: 1.5em;
}

#ebrochure .current-selection h3 {
    margin-top: 0;
}

#ebrochure .current-selection ul {
    margin-bottom: 0;
}

#ebrochure .selectric {
    border-radius: 0;
}

#ebrochure .selectricWrapper {
    display: inline-block;
    margin: 0;
    width: 62.3%;
    vertical-align: top;
}

.selectricHideSelect {
    margin: 0 !important;
}

#ebrochure .selectricWrapper p.label {
    line-height: 18px;
}

#ebrochure .selectric {
    margin-bottom: 0 !important;
    border: 1px solid #ccc !important;
}

#ebrochure .selectricItems {
    margin-left: 0;
}

#ebrochure input::-webkit-input-placeholder {
    font-size: 0;
}

#ebrochure input::-moz-placeholder {
    font-size: 0;
}

#ebrochure input::-ms-input-placeholder {
    font-size: 0;
}

#ebrochure input[value='Submit'] {
    float: right;
    border: none;
    padding-right: 1rem;
    margin-right: 0;
}



@media screen and (max-width: 1200px) {

    #ebrochure .contact-details,
    #ebrochure .demo-details,
    #ebrochure .academic-details {
        position: relative;
        width: auto;
    }

    #ebrochure .contact-inputs,
    #ebrochure .demo-inputs,
    #ebrochure .academic-inputs {
        margin-left: 0;
    }
    
    .demo-details h3,
    .academic-details h3 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {

    .hidden-details {
        margin-top: -1rem;
        padding-left: 0;
    }

    #ebrochure .departments { 
        padding-left: 1.5rem; 
    }
    
    #demo-form,
    #academic-form {
        padding-top: 1.5rem;
    }

    #demo-form label,
    #contact-form label,
    #academic-form label {
        background: #fafafa !important;
    }
    
    #mobile-nav {
        display: none;
    }

    #ebrochure .selectricWrapper {
        top: 0;
        width: 100% !important;
    }

    #ebrochure .selectricHideSelect {
        margin-bottom: 0 !important;
    }

    #ebrochure p.mobile-expand {  
        display: block; 
        cursor: pointer;
    }

    #ebrochure p.mobile-expand:after {
        content: '';
        background-image: url('/images/structure/sprites/arrows-nav-docs.svg');
        background-position: -244px -5px;
        display: inline-block;
        width: 20px;
        height: 0.8rem;
        background-size: 280px;
        /* float: right; */
        position: relative;
        top: 0.2rem;
        left: 0.2rem;
    }

    #ebrochure p.mobile-expand.show:after {
        content: '';
        background-image: url('/images/structure/sprites/arrows-nav-docs.svg');
        background-position: -244px -5px;
        display: inline-block;
        width: 20px;
        height: 0.8rem;
        background-size: 280px;
        /* float: right; */
        position: relative;
        left: 0.2rem;
        top: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #ebrochure .contact-inputs input,
    #ebrochure .academic-inputs input[type='text'] {
        width: 100%;
        border-left: 1px solid #ccc;
        border-radius: 0;
    }

    #ebrochure .contact-form label,
    #ebrochure .demo-form &gt; div &gt; div &gt; label,
    #ebrochure .academic-form *:not(#Requests_gre) &gt; label {
        display: none;
    }

    #ebrochure label[for='Requests_country'],
    #ebrochure label[for='Requests_ethnicity'] {
        display: none !important;
    }

    #ebrochure label[for='Requests_gender'],
    #ebrochure label[for='Requests_gre'] {
        width: 100% !important;
        display: inline-block !important;
    }

    #Requests_gender,
    #Requests_gre { 
        position: relative;
        top: -1.6rem;
        left: 7rem;
    }

    #ebrochure label[for=Requests_gre] {
        display: inline-block !important;
    }

    #ebrochure ul.inline-list-disabled {
        display: none;
    }

    #ebrochure ul.inline-list-disabled.show {
        display: block;
    }

    #ebrochure ul.inline-list-disabled li {
        margin-bottom: 0.75rem;
    }


    #ebrochure input::-webkit-input-placeholder {
        font-size: 0.95rem;
    }

    #ebrochure input::-moz-placeholder {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 480px) {
    #ebrochure .departments input {
        
        display: block;
    }

    #ebrochure .departments label {
        margin-left: 0;
    }
}

#department_form .selectric {
    border-radius: 0;
}

#department_form .selectric .button:after {
    top: 3px;
}

#keyword_form input[type="text"] {
    padding: 9px 10px 6px;
}

#keyword_form input[type="text"]::-moz-placeholder {
    color: #4E2A84;
    opacity: 1;
}
</pre></body></html>