<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;
}
 .return {
	 margin-right: 15px;
}
 #mobile-nav {
	 display: none !important;
}
 @media screen and (max-width: 700px){
	 #main-content-wrap {
		 margin-top: 0;
	}
}

.dwnld-link-bttn {
    border: transparent;
    -webkit-appearance: none;
    box-shadow: none;
    background-color: transparent;
    text-align: left;
    padding: 0;
    font-family: 'Akkurat Pro Bold';
    border-bottom: 1px dotted #B6ACD1;
    text-decoration: none;
    display: inline-block;
}

.dwnld-ctnr {
    position: relative;
    margin-right: 25px;
    word-break: normal;
    display: inline-block;
}

.dwnld-ctnr:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    padding: 0;
    margin-left: 0.4rem;
    margin-top: 5px;
    position: absolute;
    background: url('../images/structure/sprites/arrows-nav-docs.svg') no-repeat -10px -80px;
}

 #ebrochure h2 {
	 margin-left: 3rem;
	 margin-top: 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: bottom;
	 margin-left: -3rem;
	 margin-right: 0.75rem;
}
 #ebrochure h2.step-two {
	 padding-bottom: .5rem;
}
 #ebrochure h2.step-three {
	 padding-bottom: 0;
}
 #ebrochure h2.step-two:before {
	 background-position: -280px -105px;
}
 #ebrochure h2.step-three:before {
	 background-position: -315px -105px;
}
 #ebrochure h3 {
	 margin-top: 0;
	 margin-bottom: 20px;
}
 #ebrochure #Requests_gender input, #ebrochure #Requests_gre input {
	 margin-left: 0.5rem;
	 opacity: 0;
	 height: 16px;
	 width: 16px;
	 z-index: 1;
	 position: relative;
}
 #ebrochure .contact-form {
	 position: relative;
}
 #ebrochure .degree {
	 overflow:hidden;
	 border-bottom: 1px solid #ccc;
	 padding: 25px 0;
	 margin: 0 20px 0 25px;
}
 #ebrochure .degree:last-of-type {
	 border-bottom: none;
}
 #ebrochure .departments .program {
	 float: left;
	 width: calc(100% - 260px);
	 position: relative;
}
 #ebrochure .masters .degree .program {
	 width: 100%;
}
 .expand-title, .collapse-title {
	 display:block;
	 padding: 10px 10px 8px 10px;
	 text-transform: uppercase;
	 font-family: "Akkurat Pro Regular", Arial, sans-serif;
	 font-size: .9rem;
}
 #ebrochure .expand-title:after, #ebrochure .collapse-title:after {
	 content: '';
	 background-image: url('../images/structure/sprites/expand-plus-icon.svg');
	 display: inline-block;
	 width: 20px;
	 height: 13px;
	 background-repeat: no-repeat;
	 position: relative;
	 float: right;
}
 #ebrochure .collapse-title:after {
	 background-image: url('../images/structure/sprites/expand-minus-icon.svg');
}
 .collapse-title + .cf {
	 border-top: 1px solid #ccc;
}
 #ebrochure .study-areas {
	 width: 233px;
	 background-color: #fff;
	 float: right;
	 margin-top: 0;
	 border: 1px solid #ccc;
}
 #ebrochure .departments ul {
	 padding: 10px;
	 margin-bottom: 0;
	 margin-top: 0;
	 display:none;
}
 #ebrochure .departments li {
	 line-height: 1.2rem;
	 margin-left: 15px;
	 display: block;
	 position: relative;
}
 #ebrochure .departments li:before {
	 content: "";
	 display: block;
	 background-color: #ccc;
	 border-radius: 50%;
	 height:5px;
	 width: 5px;
	 left: -10px;
	 top: 6px;
	 position: absolute;
}
 #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(.options) &gt; label {
	 background: #efefef;
	 width: 37.615553%;
	 display: inline-block;
	 border: 1px solid #ccc;
	 padding: 0.4rem 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-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 .demo-inputs input[type='text'], #ebrochure .academic-inputs input[type='text'] {
	 height: 2rem;
	 border: 1px solid #ccc;
	 border-left: none;
	 vertical-align: bottom;
	 width: 62.3%;
	 background: #fff;
	 padding-left: 0.5rem;
	 box-shadow:none;
	 border-radius: 0;
}
 #ebrochure .departments {
	 display: none;
	 background: #f4f4f4;
	 border: 1px solid #ccc;
	 padding: 1rem;
	 padding-top: 0;
}
 #ebrochure .expanded .departments {
	 display: block;
}

.degree_type.expanded {
    margin-bottom: 20px;
}

 #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: -2px -2px;
	 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);
}
 #programValidateMessage &gt; p {
	 margin-top: 0.75rem;
	 color: #D0021B;
	 font-size: .8rem;
	 font-style: italic;
}
 #ebrochure .expanded h3 {
	 margin-bottom: 0;
}
 #ebrochure .departments input {
	 position: absolute;
	 top: 4px;
	 left: -4px;
	 opacity: 0;
	 cursor: pointer;
	 width: 25px;
	 height: 25px;
	 z-index: 1;
	 box-shadow: none;
}
 #ebrochure .departments label {
	 color: #4E2A84;
	 font-size: 1.1rem;
	 font-weight: 600;
	 vertical-align: middle;
	 display: block;
	 margin-left: 1.5rem;
	 cursor: pointer;
	 line-height: 1.55rem;
	 margin-bottom: 0rem;
	 padding-top: 7px;
}
 #ebrochure .departments.masters label {
	 margin-left: 0;
	 padding-top: 0;
}
 #ebrochure .departments .taller label {
	 font-weight: normal;
	 font-size: 1rem;
	 margin: 0 0 0 25px;
	 display: inline-block;
	 cursor: pointer;
	 color: #666;
}
 #ebrochure .departments .taller .options label {
	 padding-top: 0;
}
 #ebrochure .departments .checkmark {
	 top: 11px;
	 left: 0;
	 display: inline-block;
	 cursor: pointer;
}
 #ebrochure .departments .time .checkmark {
	 top: 5px;
}
 #ebrochure .departments .taller {
	 position: relative;
	/* height: 75px;
	 */
	 background-color: #EAEAEA;
	 margin-top: 25px;
	 padding: 20px 20px 20px 23.5px;
	 border: none;
}
 #ebrochure .departments .program .which-program {
	 position: relative;
	 margin-top: 6px;
}
 #ebrochure .departments .taller .options {
	 float: left;
	 position: relative;
}
 #ebrochure .departments .taller .options + .options {
	 margin-left: 25px;
}
 .options input[type="radio"]:checked ~ .radio {
	 background-color: #4e2a84;
}
 .options .radio {
	 position: absolute;
	 top: 4px;
	 height: 16px;
	 width: 16px;
	 border: 1px solid #ccc;
	 border-radius: 50%;
	 background-color: #fff;
	 cursor: pointer;
}
 #Requests_gender .options, #Requests_gre .options {
	 position: relative;
	 display: inline-block 
}
 #Requests_gender .options .radio, #Requests_gre .options .radio {
	 left: .5rem;
	 top: 0;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
 .radio:after {
	 content: "";
	 position: absolute;
	 display: none;
}
/* Show the indicator (dot/circle) when checked */
 input:checked ~ .radio:after {
	 display: block;
}
/* Style the indicator (dot/circle) */
 .options .radio:after {
	 top: 4px;
	 left: 4px;
	 width: 6px;
	 height: 6px;
	 border-radius: 50%;
	 background: white;
}
 #ebrochure .departments .time {
	 display: inline-block;
	 position: relative;
}
 #ebrochure .departments .time + .time {
	 margin-left: 2rem;
}
 #ebrochure .departments .time label {
	 font-weight: normal;
	 font-size: 1rem;
	 margin-left: 25px;
	 display: inline-block;
	 cursor: pointer;
	 color: #666;
}
 #ebrochure .departments .time.disabled {
	 opacity: .5;
}
/* Show the checkmark when checked */
 .program input:checked ~ .checkmark {
	 background-color: #4e2a84;
	 border: none;
}
 .program input:checked ~ .checkmark:after {
	 display: block;
	 text-align: center;
}
/* Style the checkmark/indicator */
 .program .checkmark:after {
	 left: 4px;
	 top: 0;
	 width: 4px;
	 height: 9px;
	 border: solid #fff;
	 border-width: 0 3px 3px 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 #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.9rem;
	 margin-right: 20px;
}
 #ebrochure .inline-list li:first-child {
	 margin-left: -5px;
}
 #ebrochure .current-selection-top-space {
	 background: #ece9f3;
	 border: 1px solid #ccc;
	 padding: 1.5em;
	 margin-top: 15px;
}
 #ebrochure .current-selection {
	 background: #ece9f3;
	 border: 1px solid #ccc;
	 padding: 1.5em 1.5em 1em 1.5em;
	 margin-top: 22px;
}
 #ebrochure .current-selection h3 {
	 margin-top: 0;
}
 #ebrochure .current-selection h4 {
	 text-transform: none;
	 margin: 2px 0 5px 0;
}
 #ebrochure .current-selection ul {
	 margin-bottom: 0;
}
 #ebrochure .current-selection ul li {
	 padding-left: 0;
	 margin: 5px 0 5px 20px;
}
 #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;
	 background: #fff;
}
 #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;
}
 #ebrochure input::-webkit-input-placeholder {
	 font-size: 0;
}
 #ebrochure input::-moz-placeholder {
	 font-size: 0;
}
 #ebrochure input:-ms-input-placeholder {
	 color: transparent;
}
 #ebrochure .download {
	 text-align: right;
}
 #ebrochure input[value='Submit'], #ebrochure input[value='Download Program Guide'] {
	 border: none;
/*	 padding: 0.5rem 2rem;*/
	 margin: 10px 0 20px 0;
	 -webkit-appearance: none;
	 border-radius: 0;
}
 #ebrochure input[value='Submit']{
	 float:right;
}
 #ebrochure .link-bttn[disabled] {
	 opacity: .5;
}
 #ebrochure .errorBox {
	 float: right;
	 clear: right;
	 text-align: right;
}
 #ebrochure .loader + span {
	 display: none;
	 font-size: 14px;
	 position: relative;
	 bottom: 5px;
	 padding: 0px 5px;
}
 .loader {
	 display: none;
	 width: 25px;
	 height: 25px;
	 border-radius: 50%;
	 background: #666666;
	 background: -moz-linear-gradient(left, #666666 10%, rgba(51,51,51, 0) 42%);
	 background: -webkit-linear-gradient(left, #666666 10%, rgba(51,51,51, 0) 42%);
	 background: -o-linear-gradient(left, #666666 10%, rgba(51,51,51, 0) 42%);
	 background: -ms-linear-gradient(left, #666666 10%, rgba(51,51,51, 0) 42%);
	 background: linear-gradient(to right, #666666 10%, rgba(51,51,51, 0) 42%);
	 position: relative;
	 -webkit-animation: load3 1s infinite linear;
	 animation: load3 1s infinite linear;
	 -webkit-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
}
 .loader:before {
	 width: 50%;
	 height: 50%;
	 background: #666666;
	 border-radius: 100% 0 0 0;
	 position: absolute;
	 top: 0;
	 left: 0;
	 content: '';
}
 .loader:after {
	 background: #ffffff;
	 width: 75%;
	 height: 75%;
	 border-radius: 50%;
	 content: '';
	 margin: auto;
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
}
 @-webkit-keyframes load3 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes load3 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @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;
	}
	
	#provide-contact h3, #tell-more h3 {
		 margin-top: 35px;
	}
}
 @media screen and (max-width: 768px) {
	 #ebrochure .departments .program {
		 float: none;
		 width: auto;
	}
	 #ebrochure .departments .taller {
		 padding-top: 15px;
		 padding-left: 25px;
		 height: 130px;
	}
	 #ebrochure .departments .taller .options {
		 float: none;
	}
	 #ebrochure .departments .taller .options + .options {
		 margin-left: 0;
	}
	 #ebrochure .study-areas {
		 width: auto;
		 background-color: transparent;
		 float: none;
		 border: none;
		 margin-left: 1.5rem;
	}
	 .expand-title, .collapse-title {
		 text-transform: none;
		 padding: 0;
		 margin: 10px 0;
		 font-family: 'Akkurat Pro Regular', Arial, sans-serif;
		 border-bottom: none;
	}
	 #ebrochure .expand-title:after, #ebrochure .collapse-title:after {
		 float: none;
		 margin-left: 10px;
	}
	 #ebrochure .departments ul {
		 padding: 0;
	}
}
 @media screen and (max-width: 680px) {
	 .hidden-details {
		 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 .contact-inputs input, #ebrochure .demo-inputs input[type='text'], #ebrochure .academic-inputs input[type='text'] {
		 width: 100%;
		 border-left: 1px solid #ccc;
		 border-radius: 0;
		 font-size: .95rem;
	}
	 #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;
	}
	 #ebrochure input:-ms-input-placeholder {
		 color: #666666;
	}
}
 @media screen and (max-width: 480px) {
	 #ebrochure .departments input {
		 display: block;
	}
}
 @media screen and (max-width: 325px) {
	 #ebrochure .departments {
		 padding-left: .5rem;
		 padding-right: .5rem;
	}
	 #ebrochure .degree {
		 width: 100%;
		 margin: 0;
		 padding-left: 5px;
	}
	 #ebrochure .departments .program {
		 width: calc(100%);
	}
	 #ebrochure .departments.masters label.full-time {
		 width: 80px;
	}
	 #ebrochure .departments.masters label.part-time {
		 width: 80px;
	}
	 #ebrochure .departments .time + .time {
		 margin-left:0;
	}
}
 </pre></body></html>