<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
\/* CSS Document */

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height:100%;
  width:100%;
  margin:0px !important;
  background-color:#F6F6F6;
}

body {
  margin:0px !important;
  padding:0px !important;
  height:100%;
  width:100%;
}

#header {
  width:100%;
  background-color:#0095d3;
  padding-top:15px;
  padding-bottom:15px;
  overflow:hidden;
  background-position:center;
  background-repeat:no-repeat;
  background-origin:border-box;
  height : 10%;
}

.container {
  overflow:hidden;
  max-width:960px;
  margin-left:0;
  margin-right:0;
}

#title {
  overflow:hidden;
}

#title &gt; h1 {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:20px;
  font-family: "Open Sans", serif, sans-serif;
  color:#fff;
  font-size:40px;
  font-weight:300;
}

#caption {
  margin-top:0px;
  margin-left:22px;
}

#caption &gt; h2 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: "Open Sans", sans-serif;
  color:#fff;
  font-weight:300;
  font-size:16px;
}

#caption &gt; h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: "Open Sans", sans-serif;
  color:#fff;
  font-weight:300;
  font-size:14px;
}

#nav-bar {
  margin-left:auto;
  margin-right:auto;
  padding:0;
  width:100%;
  background-color:#004068;
}

#nav-bar ul {
  margin-top:0px;
  margin-bottom:0px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:0px;
  padding-right:0px;
}

#nav-bar li {
  display:inline-block;
  width:49%;
  height:20px;
  padding-top:10px;
  padding-bottom:10px;
}

#nav-bar li {
	text-align:center;
	font-family:"Open Sans", sans-serif;
	color:#fff;
	font-size:0.9em;
}

#nav-bar li a {
	text-decoration:none;
	color:#fff;
}

#nav-bar li:hover {
	color:#fff;
	background-color:#032637;
}

#nav-bar li:hover {
	color:#fff;
}

#content-container {
	font-family:"Open Sans", sans-serif;
	background-color:#fff;
  min-height:-webkit-calc(100% - 162px);
  min-height:calc(100% - 162px);
  min-height:-moz-calc(100% - 162px);
  width:100%;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
  padding-bottom:20px;
  width:-webkit-calc(100% - 60px);
  width:-moz-calc(100% - 60px);
  width:calc(100% - 60px);
}

.text-container h1 {
	font-size:36px;
	font-weight:300;
	font-family:"Open Sans", sans-serif;
	margin:0px;
  margin-top:10px;
}

.text-container h2 {
	font-size:24px;
	font-weight:300;
	font-family:"Open Sans", sans-serif;
	margin:0px;
  margin-top:30px;
}

.text-container h3 {
	font-size:22px;
	font-weight:300;
	font-family:"Open Sans", sans-serif;
	margin-left:10px;
  margin-top:15px;
  margin-bottom:0px;
}


.text-container p {
  margin-left:10px;
  font-size:16px;
}

.text-container a {
  color:#1393D1;
  text-decoration:none;
}

.text-container a:hover {
  text-decoration:underline;
}

.text-container a:visted {
  color:#1393D1;
  text-decoration:none;
}

.divided-block {
   padding-top : 3%;
   overflow:hidden;
   width:65%;
   padding-bottom:0px;
   margin : 0 auto;
   border-bottom:#ccc solid 1px;
}

.divided-block .mp-info {
}

.divided-block .mp-info p {
   margin-top:5px;
   margin-bottom:0px;
   font-size:0.9em;
}

.divided-block .mp-links {
   float:right;
   width:200px;
   text-align:right;
}

.content-tag {
  font-weight:300;
  margin:0px;
  margin-top:5px;
}

.download-box {
  float:right;
  text-align:right;
}

.instructor-box {
}

.instructor-image {
  width:200px;
  border-radius:50%;
}

.instructor-info &gt; h1 {
  font-size:30px;
  margin-bottom:0px;
}

.instructor-info &gt; h3 {
  font-size:14px;
  margin-top:0px;
}

.instructor-info &gt; p {
  margin-bottom:0px;
  font-weight:300;
	font-family:"Open Sans", sans-serif;
}

  .instructor-box {
    width:100%;
    overflow:hidden;
    margin-top:30px;
    margin-bottom:30px;
  }

  .instructor-info {
    width:-webkit-calc(100% - 250px);
	width:-moz-calc(100% - 250px);
	width:calc(100% - 250px);
	min-width:300px;
    overflow:hidden;
    margin-top:20px;
    float:left;
  }

  .instructor-image {
    width:200px;
    float:left;
    margin-right:50px;
  }

  .staff-box {
    width:270px;
    height:330px;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:30px;
     margin-right:30px;
    float:left;
    margin-left:-webkit-calc((100% - 270px) / 2);
    margin-left:-moz-calc((100% - 270px) / 2);
    margin-left:calc((100% - 270px) / 2);
    margin-right:-webkit-calc((100% - 270px) / 2);
    margin-right:-moz-calc((100% - 270px) / 2);
    margin-right:calc((100% - 270px) / 2);
  }

  .staff-info {
    width:240px;
    height:100px;
    margin-left:15px;
    margin-top:20px;

  }

  .staff-info &gt; h1 {
    font-size:30px;
    text-align:center;
  }

  .staff-info &gt; h2 {
    font-size:20px;
    margin:0px;
    text-align:center;
  }

  .staff-info &gt; h3 {
    font-size:14px;
    margin:0px;
    text-align:center;
    margin-bottom:10px;
  }

  .staff-info &gt; p {
    margin-left:10px;
    margin-top:0px;
    font-weight:300;
    margin-bottom:0px;
  }

  .staff-image {
    width:200px;
    margin-left:35px;
    border-radius:50%;
}

  .grid-schedule {
    display:none;
}

  .list-schedule {
    width:-webkit-calc(100% + 64px);
    width:-moz-calc(100% + 64px);
    width:calc(100% + 64px);
    margin-left:-32px;
    margin-top:20px;
    border-collapse:collapse;

  }

  .list-schedule td {
    padding-left:35px;
    padding-right:10px;
  }

  .list-schedule-header td {
    background-color:#00466E;
    height:40px;
  }

  .list-schedule-header h1 {
    color:#fff;
    margin:0;
    font-size:24px;
  }

  .list-schedule-subheader td {
    background-color:#0095d3;
    height:40px;
  }

    .list-schedule-subheader h2 {
    color:#fff;
    margin:0;
    font-size:18px;
    font-weight:400;
  }

  .list-schedule-content h1 {
    font-size:24px;
    margin:0;
    margin-top:10px;
  }

  .list-schedule-content h2 {
    font-size:18px;
    margin:0;
    margin-top:10px;
    margin-bottom:5px;
  }
  .list-schedule-content h3 {
    font-size:18px;
    margin:0;
    margin-top:5px;
    margin-bottom:15px;
  }

  .list-schedule-content p {
    font-weight:300;
    font-size:18px;
  }



@media (min-width:320px) and (max-width:824px) {

  #nav-bar li {
  width:24%;
}
}

@media (min-width:570px) and (max-width:824px) {
    .staff-box {
    margin-left:-webkit-calc((100% - 540px) / 4);
    margin-left:-moz-calc((100% - 540px) / 4);
    margin-left:calc((100% - 540px) / 4);
    margin-right:-webkit-calc((100% - 540px) / 4);
    margin-right:-moz-calc((100% - 540px) / 4);
    margin-right:calc((100% - 540px) / 4);
  }
}

@media (min-width:825px) {
  html {
    -webkit-font-smoothing: antialiased;
    height:100%;
    margin:0px !important;
  }

  body {
    margin:0px !important;
    padding:0px !important;
    height:100%;
  }

  #header {
    width:100%;
    background-color:#0095d3;
    overflow:hidden;
  }

  .container {
    overflow:hidden;
    width:800px;
    margin-left:auto;
    margin-right:auto;
  }

  #title {
    overflow:hidden;
    float:left;
  }

  #title &gt; h1 {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:20px;
    font-family: "Open Sans", serif, sans-serif;
    color:#fff;
    font-size:60px;
    font-weight:300;
  }

  #caption {
    float:left;
    display:inline;
    margin-top:13px;
    margin-left:15px;
  }

  #caption &gt; h2 {
    margin-top:0px;
    margin-bottom:0px;
    font-family: "Open Sans", sans-serif;
    color:#fff;
    font-weight:300;
    font-size:25px;
  }

  #caption &gt; h3 {
    margin-top:0px;
    margin-bottom:0px;
    font-family: "Open Sans", sans-serif;
    color:#fff;
    font-weight:300;
    font-size:15px;
  }

  #nav-bar {
    margin-left:auto;
    margin-right:auto;
    padding:0;
    background-color:#004068;
  }

  #nav-bar ul {
    margin-top:0px;
    margin-bottom:0px;
    width:800px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    padding:0;
  }

  #nav-bar li {
    display:inline-block;
    height:20px;
    width:auto;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:19px;
  }

  #content-container {
    width:1100px;
    border-left:solid 1px #EEE;
	border-right:solid 1px #EEE;
  }

  .staff-box {
    margin-left:45px;
     margin-right:45px;
  }

  .list-schedule {
    display:none;
  }

  .grid-schedule {
    border-collapse: collapse;
    display:table;
    width:729px;
    color:#3A3A3A;
    margin-bottom:0px;
  }

  .grid-schedule td {
    height: 60px;
    width:190px;
    border-left: 1px solid #D3DFE2;
    border-bottom: 1px solid #D3DFE2;
  }

  .grid-schedule .grid-schedule-header td {
      border-top-style:none;
      text-align:center;
  }

  .grid-schedule .grid-schedule-time {
    width:13%;
    padding-right:10px;
    text-align:right;
    border-left-style:none;
  }

  .grid-schedule-content {
    background-color:#0095d3;
    text-align:left;
  }

  .grid-schedule .grid-schedule-content {
    border-bottom: 1px solid #00638C;
     border-right: 1px solid #00638C;
  }

  .grid-schedule-content div {
    overflow:hidden;
  }


  .grid-schedule-content h1 {
    color:#fff;
    margin:0;
    margin-left:10px;
    font-size:28px;
    line-height:none;
    float:left;
    width:30px;
  }

  .grid-schedule-content div {
    overflow:hidden;
  }

  .grid-schedule-content p {
    width:115px;
    color:#fff;
    font-size:14px;
    margin:0;
    border-bottom: 1px solid #0086BD;
    float:right;
    padding-left:10px;
    padding-top:1px;
    padding-bottom:2px;
    line-height:none;
  }

  .grid-schedule-content .grid-schedule-name {
     background-color:#016DA2;
  }

  .grid-schedule-list {
    background-color:#016DA2;
    text-align:center;
    vertical-align: top;
  }

  .grid-schedule .grid-schedule-list {
    border-bottom: 1px solid #00638C;
    border-left: 1px solid #00638C;
    padding:0px;
  }

  .grid-schedule-list div {
    overflow:hidden;
  }


  .grid-schedule-list p {
    width:100%;
    color:#fff;
    font-size:14px;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    border-bottom: 1px solid #016DA2;
    float:right;
    padding:0;
    padding-top:1px;
    padding-bottom:2px;
    line-height:none;
  }

  .grid-schedule-list .grid-schedule-name {
     background-color:#0095d3;
     padding-top:10px;
     padding-bottom:10px;
     margin:0px;
  }

}

.normal-font{
  font-weight:normal;
}

.mp-block{
  width:100%;
  padding-top: 0px;
}

.acknowledgements-text{
  padding-left: 10%;
  padding-right:10%;
}

.acknowledgements-block{
  float:left; 
  width:50%;
}

.ncsa-block{
  padding-top:5%;
  padding-bottom:10%
}

.gcp-block{
  padding-top:15%;
  padding-bottom:10%
}

.two-columns{
  float:left; 
  width:50%;
}

.acknowledgements-img{
  display:block; 
  margin:auto;
}

.office-hours-padding{
  padding-left : 0%;
}


</pre></body></html>