body {
  font-family: 'Merriweather';
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

a, a:visited, a:hover {
  color: #f58b25;
  text-decoration: underline; }

p {
  color: #7d8a93;
  font-family: 'Merriweather';
  line-height: 180%;
  font-size: 16px; }

#main {
  color: #7d8a93; }

/* --------------------- Headings -------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Roboto'; }

h2 {
  color: #2e3d50;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px; }

h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: #939aad; }

#mainnav ul, #topnav ul, #sidenav ul {
  line-height: 1.42857143;
  font-size: 14px; }

ul {
  line-height: 1.8;
  font-size: 16px; }

/* -------------------------- Main Navigation ------------------------------- */
#mainnav {
  position: relative;
  background: white;
  z-index: 100;
  top: 0;
  left: 0;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serf; }
  #mainnav a#hamburger {
    display: none;
    font-size: 36px;
    line-height: 72px;
    padding-left: 15px;
    color: #6e6c6d; }
  #mainnav a#hamburger:hover, #mainnav a#hamburger:focus {
    color: #545354; }
  #mainnav a {
    text-decoration: none; }
  #mainnav li.topClone {
    display: none; }
  #mainnav > ul > li {
    position: relative; }
    #mainnav > ul > li:hover, #mainnav > ul > li:focus {
      background: #eeeeee;
      text-decoration: none; }
      #mainnav > ul > li:hover > .subnav, #mainnav > ul > li:focus > .subnav {
        left: 0; }
  #mainnav > ul > li > a {
    display: block;
    padding: 25px 10px;
    text-transform: uppercase;
    color: #6e6c6d;
    font-weight: 500; }
  #mainnav .subsubnav {
    display: block;
    position: absolute;
    left: -9999em;
    top: 0;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
    #mainnav .subsubnav.hasFocus {
      left: 100%; }
  #mainnav a.expandSubnav {
    display: none; }

#mainnav .subnav {
  display: block;
  position: absolute;
  left: -9999em;
  background: #ffffff;
  width: 300px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
  #mainnav .subnav.hasFocus {
    left: 0; }
  #mainnav .subnav a {
    display: block;
    padding: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    color: #6e6c6d; }
    #mainnav .subnav a:hover, #mainnav .subnav a:focus {
      text-decoration: none; }
  #mainnav .subnav li {
    position: relative; }
  #mainnav .subnav li:hover > a, #mainnav .subnav li > a:focus {
    color: #6183c2;
    border-left: 2px solid #6183c2; }
  #mainnav .subnav > li:hover > .subsubnav {
    left: 100%; }
  #mainnav .subnav .hasSubSubnav:before {
    display: block;
    content: '\f054';
    position: absolute;
    right: 8px;
    top: 10px;
    font-family: FontAwesome;
    color: #eeeeee; }
  #mainnav .subnav .hasSubSubnav:hover:before, #mainnav .subnav .hasSubSubnav.focus:before {
    color: #6183c2; }
  #mainnav .subnav a.expandSubnav {
    display: none; }

#mainnav ul, #topnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#mainnav > ul > li, #topnav > ul > li {
  display: inline-block; }

/* --------------------------- Top Navigation ------------------------------- */
#topnav {
  background: #161616;
  height: 100%;
  font-family: "Roboto", sans-serf; }
  #topnav .subnav {
    display: none; }
  #topnav a {
    text-decoration: none; }
  #topnav a.active {
    color: #fe9520; }
  #topnav > ul > li > a {
    padding: 7px 5px;
    display: block;
    font-weight: bold;
    color: #a3a3a3; }
    #topnav > ul > li > a:hover, #topnav > ul > li > a:focus {
      background-color: #232323;
      color: #fe9520; }
  #topnav #uiLinks {
    position: absolute;
    right: 0;
    top: 0; }
  #topnav .nav > li > a:focus {
    background-color: inherit; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 990px) {
  #mainnav > ul {
    display: none; }
  #mainnav > ul > li {
    display: block; }
  #mainnav > ul > li > a.expandSubnav {
    padding: 25px 30px; }
  #mainnav > ul > li > ul {
    position: relative; }
  #mainnav > ul > li.topClone {
    display: block; }
  #mainnav li.open > a.expandSubnav {
    transform: rotate(90deg); }
  #mainnav a#hamburger {
    display: block; }
  #mainnav a.expandSubnav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  #mainnav .subnav {
    position: relative;
    width: 100%;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #ececec;
    display: none;
    left: 0; }
    #mainnav .subnav a {
      border: none;
      border-bottom: 1px solid #e0e0e0; }
    #mainnav .subnav li {
      position: relative; }
    #mainnav .subnav a.expandSubnav {
      border: none;
      display: block; }
    #mainnav .subnav .hasSubSubnav:hover:before {
      color: #eeeeee; }
    #mainnav .subnav a.expandSubnav:hover, #mainnav .subnav a.expandSubnav:focus {
      border: none; }
    #mainnav .subnav li:hover > a.expandSubnav {
      border: none; }
    #mainnav .subnav > li.hasSubSubnav:hover > ul {
      display: none; }
    #mainnav .subnav > li.open > ul {
      display: block; }
    #mainnav .subnav > li.open:hover > ul {
      display: block; }
    #mainnav .subnav li:hover > a {
      color: #6183c2;
      border-left: none; }
  #mainnav .subsubnav {
    position: static;
    width: 100%;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    left: 0;
    display: none; }
  #mainnav > ul > li:hover > ul {
    position: relative;
    display: none; }
  #mainnav > ul > li.open > ul {
    display: block; }
  #mainnav .hasSubSubnav:before {
    display: none; }

  #mainnav.open > ul {
    display: block; }

  #topnav > ul.nav {
    display: none; }
  #topnav #uiLinks {
    position: relative; } }
/* Small Devices, Tablets */
#top {
  background: #2f3437; }

.trapOutter {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%; }

.trapOutter.right {
  right: 0;
  background: #374d87; }

.trapOutter.left {
  background: #6183c2;
  left: 0; }

#trap {
  height: 100px;
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-color: #374d87 transparent transparent transparent;
  border-width: 100px 0 0 100px;
  border-top: 130px solid #374d87;
  border-left: 50px solid transparent; }

#trapBottom {
  height: 100px;
  width: 360px;
  position: absolute;
  right: 0;
  top: 0;
  border-color: #374d87 transparent transparent transparent;
  border-width: 100px 0 0 100px;
  border-bottom: 130px solid #374d87;
  border-left: 50px solid transparent; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 440px) {
  #trapBottom {
    width: 83%; } }
/* ----------- Sidenav -------------- */
#sidenav {
  padding-left: 0;
  font-family: "Roboto", sans-serf; }
  #sidenav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #sidenav > ul {
    background: #fafafa;
    margin-bottom: 30px; }
  #sidenav a {
    display: block;
    padding: 10px 30px;
    text-decoration: none; }
  #sidenav > ul > li > a {
    display: block;
    color: #2f3d48;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative; }
  #sidenav > ul > li.open > a {
    border-left: 3px solid #6183c2;
    color: #6183c2;
    background: #ffffff;
    font-weight: 700; }
  #sidenav > ul > li.hasSubnav > a:before {
    content: "+";
    position: absolute;
    left: 12px; }
  #sidenav > ul > li:first-child > a {
    border-top: 1px solid #ebebeb; }
  #sidenav > ul > li.open > ul {
    display: block; }
  #sidenav .subsubnav {
    display: none;
    background: #ffffff;
    border-left: 3px solid #6183c2; }
    #sidenav .subsubnav a {
      padding: 10px 50px;
      border-bottom: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
      color: #8b8b8b; }
    #sidenav .subsubnav a.active {
      color: #6183c2;
      font-weight: 700; }

@media only screen and (max-width: 768px) {
  #sidenav {
    padding-left: 15px; } }
#footer {
  position: relative;
  color: #ffffff; }
  #footer #englishtAtIllinois {
    position: absolute;
    right: 0;
    top: 15px;
    color: #ffffff;
    font-size: 26px;
    padding-right: 56px;
    background: url(/_includes/images/i_mark_white.png) top right;
    background-repeat: no-repeat;
    background-size: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serf; }
  #footer a {
    color: #ffffff; }
  #footer #social {
    position: absolute;
    left: 0;
    top: 22px; }
    #footer #social .socialButton {
      display: inline-block;
      font-size: 0;
      margin-right: 15px;
      transition: all .3s ease-out;
      text-decoration: none;
      font-family: "Roboto", sans-serf; }
      #footer #social .socialButton span {
        line-height: 17px;
        font-size: 14px; }
      #footer #social .socialButton .socialName {
        background: #5574ad;
        padding: 8px 14px; }
      #footer #social .socialButton .fa {
        background: #49639c;
        padding: 8px 14px; }
    #footer #social .socialButton:hover, #footer #social .socialButton:focus {
      text-decoration: none;
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

#footerInfo {
  background: #56627a;
  color: #ffffff; }

#footerContainer {
  background: #7f9acf;
  margin-top: -50px;
  padding: 16px 40px 50px; }
  #footerContainer a {
    font-family: 'Merriweather'; }
  #footerContainer a, #footerContainer a:visited, #footerContainer a:hover {
    color: #ffffff;
    text-decoration: none; }
  #footerContainer a:hover {
    text-decoration: underline; }
  #footerContainer a:focus {
    outline: 5px auto #cfb47f; }
  #footerContainer .fa {
    color: #4c679e; }
  #footerContainer h3 {
    color: #b7caf4;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 20px; }
  #footerContainer ul {
    list-style-type: none;
    padding: 0;
    font-family: 'Merriweather';
    font-size: 14px; }
  #footerContainer li {
    padding-bottom: 10px; }
  #footerContainer .bottomBorder {
    position: relative; }
    #footerContainer .bottomBorder:after {
      content: "";
      width: 100%;
      background-color: #728dc0;
      border-bottom: 1px solid #95acd5;
      height: 2px;
      bottom: 0;
      left: 0;
      display: block;
      position: absolute; }
  #footerContainer .row1 {
    height: 1px;
    width: 100%;
    margin: 20px 0 10px; }
  #footerContainer .copyright {
    color: #bed1f6;
    font-family: "Roboto", sans-serf; }
    #footerContainer .copyright a {
      font-family: "Roboto", sans-serf; }
  #footerContainer .footer-social {
    display: none; }

#search {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-family: "Roboto", sans-serf; }
  #search input {
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #546b97;
    line-height: 20px;
    font-size: 18px;
    padding-bottom: 2px;
    padding-top: 0;
    height: 30px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
  #search input.searchbox {
    color: #ffffff;
    outline: none;
    border: none;
    border-bottom: 2px solid #546b97;
    width: 233px;
    margin-right: -6px; }
    #search input.searchbox::placeholder {
      color: #f7f7f7; }
  #search input:focus {
    outline: none; }
  #search input[type="text"], #search input[type="submit"] {
    -webkit-appearance: none; }
  #search #radio {
    display: none; }
  #search .searchnav_hide {
    display: none; }

#searchWindow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  font-family: "Roboto", sans-serf; }
  #searchWindow .searchWindow-inner {
    margin: 0 auto; }
  #searchWindow form {
    margin: 0 auto;
    margin-top: 144px; }
  #searchWindow .searchnav_hide {
    display: none; }
  #searchWindow input[type=hidden] {
    display: none; }
  #searchWindow #radio {
    display: none; }
  #searchWindow input#q {
    border: none;
    border-bottom: 3px solid #374d87;
    font-size: 50px;
    width: 75%; }
  #searchWindow input:focus {
    outline: none; }
  #searchWindow #closeSearch {
    position: absolute;
    top: 20px;
    right: 40px;
    color: black;
    cursor: pointer; }
  #searchWindow input[type=submit] {
    background: none;
    border: none;
    font-size: 36px; }

#searchWindow.open {
  display: block; }

#openSearch {
  position: absolute;
  right: 24px;
  color: white;
  display: none;
  cursor: pointer;
  top: 0;
  bottom: 0;
  font-size: 16px;
  height: 36px;
  margin: auto; }

.gsc-tabsArea {
  display: none !important; }

.gsc-refinementsArea {
  display: none !important; }

.gsc-adBlock {
  display: none !important; }

.gsc-selected-option-container {
  min-width: 82px !important; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  padding-left: 8px;
  display: block;
  font-family: "Roboto", sans-serf !important; }

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white; }

.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s; }

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s; }

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s; }

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s; }

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s; }

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s; }

.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
  font-family: "Roboto", sans-serf; }

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes loader {
  15% {
    transform: translateX(0); }
  45% {
    transform: translateX(230px); }
  65% {
    transform: translateX(230px); }
  95% {
    transform: translateX(0); } }
@keyframes loading-text {
  0% {
    content: "Loading"; }
  25% {
    content: "Loading."; }
  50% {
    content: "Loading.."; }
  75% {
    content: "Loading..."; } }
#loadbar {
  height: 120px; }

.vcard, #HTML2, #AdSense1, #BlogArchive1, #Label1, #AdSense2 {
  display: none; }

.post {
  font-size: 14px; }

.footer, .post-footer, .feed-links, .sidebar, .fauxcolumn-right-outer, .column-right-outer, #HTML6, .home-link, .banners {
  display: none !important; }

.main-inner .columns {
  padding-right: 0 !important; }

.column-center-outer {
  width: 95% !important; }

@media only screen and (max-width: 991px) {
  #search input.searchbox {
    width: 164px; } }
@media only screen and (max-width: 720px) {
  #search {
    display: none; }

  #openSearch {
    display: block; } }
#bio .intro {
  font-family: "Roboto", sans-serf; }
  #bio .intro p {
    margin-bottom: 0; }
  #bio .intro ul {
    font-size: 14px;
    line-height: 1.4; }
#bio .horizontalDivider {
  width: 50%;
  height: 1px;
  background: #eeeeee;
  margin: 30px auto; }
#bio h1 {
  color: #2e3d50;
  margin-top: 0; }
#bio h2 {
  font-size: 24px; }
#bio h3 {
  color: #585C69;
  font-size: 18px;
  margin-top: 0; }
#bio .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px; }
#bio p.CVTitle {
  font-size: 16px;
  padding-bottom: 5px;
  color: #2e3d50;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4; }

table#listing {
  font-family: "Roboto", sans-serf; }

#faculty-specialty a.link-profile {
  display: block;
  font-size: 24px;
  font-family: "Roboto", sans-serf;
  padding: 0 0 10px 0;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease; }
#faculty-specialty .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px; }
#faculty-specialty p.role {
  padding: 0;
  margin: 0; }
#faculty-specialty .entry {
  margin: 0;
  padding: 10px 0;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
  border-right: 4px solid transparent; }
#faculty-specialty .entry:hover {
  background: #F5F5F5;
  border-right: 4px solid #6183c2; }
  #faculty-specialty .entry:hover a.link-profile {
    color: #FFA726; }
#faculty-specialty .roundImage {
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 100%;
  border: 6px solid #F5F5F5;
  transition: all 0.2s linear; }

#contact-container {
  background: #374d87;
  color: #d2d2d2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 100%;
  font-family: "Roboto", sans-serf; }
  #contact-container #maps-container {
    height: 668px;
    padding-left: 0;
    padding-right: 0;
    min-height: 100%; }
  #contact-container .contact-info {
    padding-bottom: 20px;
    position: relative; }
  #contact-container form {
    padding: 18px 20px;
    background: #f7f8fc;
    color: #374d87; }
  #contact-container button {
    border-radius: 0;
    background: #6183c2;
    border: 0; }
  #contact-container h1 {
    color: #eeeeee;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-bottom: 15px; }
  #contact-container h1:after {
    content: '';
    width: 100px;
    height: 4px;
    margin: auto;
    bottom: 0;
    background: #6183c2;
    position: absolute;
    left: 0;
    right: 0; }
  #contact-container label {
    display: block; }
  #contact-container input, #contact-container textarea {
    width: 100%;
    background: none;
    outline: none;
    border: 0;
    border-bottom: 2px solid #374d87;
    border-radius: 0; }
  #contact-container textarea {
    height: 60px; }
  #contact-container input:focus, #contact-container textarea:focus {
    border-bottom: 2px solid #6183c2;
    outline: none; }
  #contact-container .fa-li {
    color: #6183c2; }
  #contact-container ul {
    font-size: 16px; }
  #contact-container #triangle {
    width: 0;
    display: none;
    height: 0;
    border-left: 50px solid transparent;
    /* border-right: 50px solid transparent; */
    border-bottom: 50px solid grey; }

@media only screen and (max-width: 768px) {
  #contact-container {
    background: none;
    margin: 0; }
    #contact-container #maps-container {
      height: 300px;
      width: 100%; }

  .contact-info {
    background: #374d87;
    width: 100%; } }
/* ----------------------- accordion ---------------------- */
.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center; }

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
  border: 1px solid #fff; }

.accordion dl:after,
.accordion-list:after {
  /*  content: "";
    display: block;
    height: 1em;
    width: 100%;
    background-color: #202F3B;*/ }

.accordion dd,
.accordion__panel {
  background-color: #eee;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5em; }

.accordion p {
  padding: 1em 2em 1em 2em; }

.accordion {
  position: relative;
  background-color: #eee;
  background-color: #fff; }

.accordionTitle,
.accordion__Heading,
.accordionTitle:visited {
  background-color: #eeeeee;
  /*text-align: center;*/
  font-weight: 600;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #374d87;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #4A6B88;
  border-bottom: 3px solid #fff;
  font-family: "Roboto", sans-serf;
  font-weight: 500; }

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 2.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  margin-right: 16px;
  margin-bottom: 5px;
  opacity: 0.6; }

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #374d87;
  text-decoration: none;
  color: #ffffff; }

.accordionTitle:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #4662ab; }

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #374d87;
  color: #ffffff; }

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 900em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 900em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; } }
.accordionItem.is-collapsed {
  max-height: 0; }

.no-js .accordionItem.is-collapsed {
  max-height: auto; }

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1; }

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1; }

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }
#homeContainer {
  color: #000000; }
  #homeContainer p {
    color: #000000; }
  #homeContainer h4 {
    color: #f7881c;
    display: block;
    border-bottom: 1px solid #e9eaee;
    padding-bottom: 8px; }

.light {
  font-weight: 100; }

.noOutline:focus {
  outline: none; }

#header {
  color: white;
  position: relative; }

#banner {
  position: relative;
  background: #6183c2;
  min-height: 130px; }

#englishAt {
  position: absolute;
  right: 0; }

.visuallyhidden {
  display: none; }

#logo {
  color: #374d87;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Merriweather";
  font-size: 42px;
  font-weight: bold;
  padding-right: 96px;
  padding-top: 11px;
  background: url(/_includes/images/i_mark_orange.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: 175px 8px; }

#logo a {
  color: #374d87;
  transition: all 0.2s ease; }

#logo .departmentof {
  font-family: sans-serif;
  position: absolute;
  font-size: 10px;
  top: 4px;
  left: 3px; }

#logo > a:hover {
  text-decoration: none;
  color: #647dc0; }

#logo > a:focus {
  text-decoration: none; }

.title {
  font-size: 28px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 68%;
  box-sizing: content-box;
  padding-right: 32%;
  position: relative;
  font-family: "Roboto", sans-serf; }
  .title a {
    color: #ffffff;
    text-decoration: none; }
  .title a:hover {
    text-decoration: underline; }

.lasShort {
  display: none; }

/* ----------- Search -------------- */
/* --------- slider caption--------------*/
.caption {
  background: #485865;
  color: white; }

.captionTitle {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serf; }

#homeContainer .captionBody p {
  color: #b4c1ca;
  font-size: 14px; }

/* ------------ Welcome Address ---------------- */
.welcome h3 {
  color: #ed8d1d;
  display: block;
  border-bottom: 1px solid #e9e9eb;
  padding-bottom: 6px;
  margin-bottom: 20px;
  text-transform: none; }

.welcome img {
  width: 100%; }

/*---------- Homepage Courses ------------------ */
.courses {
  margin-top: -64px;
  font-family: "Roboto", sans-serf; }

.coursesBody {
  border: 1px solid #eaeaec; }

.coursesHeading {
  background: #748491;
  color: white;
  padding: 15px;
  font-size: 24px; }

a.coursesButton {
  display: block;
  background: gray;
  color: #356279;
  margin: 10px 0;
  padding: 10px !important;
  border: 1px solid #d7dce2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+1,f1f2f4+100 */
  background: #f7f7f7 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 1%, #f1f2f4 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(100%, #f1f2f4)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 1%, #f1f2f4 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 1%, #f1f2f4 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 1%, #f1f2f4 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 1%, #f1f2f4 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f2f4',GradientType=0 ) !important;
  /* IE6-9 */
  text-decoration: none; }

a.coursesButton .subtext {
  display: block;
  color: #8e8e8e;
  font-family: 'Merriweather';
  font-size: 14px; }

a.coursesButton:hover {
  text-decoration: none;
  opacity: 0.75; }

a.coursesButton:focus {
  text-decoration: none; }

.homeBottom {
  margin-top: 50px;
  margin-bottom: 20px; }

.events a.event-title {
  text-decoration: underline;
  font-family: "Merriweather;"; }
.events .event-image img {
  width: 100%; }
.events .event-date {
  font-style: italic;
  color: #a5a6a8;
  font-size: 12px; }
.events .event {
  padding: 12px 0;
  border-bottom: 1px solid #e9e9eb; }
.events .event:last-child {
  border-bottom: 0; }
.events p {
  margin: 0;
  font-size: 14px; }

.innerContainer {
  padding: 40px 0; }

#gift_form :not(old) input[type=radio] {
  display: none; }
#gift_form .amountRadio label.choice {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  line-height: 22px;
  margin-right: 20px;
  font-size: 14px; }
#gift_form .amountRadio > div {
  display: inline-block; }
#gift_form .amountRadio label.choice:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-radius: 22px;
  border: 1px solid #D0D0D0;
  color: #ffffff;
  transition: all 0.2s ease-in; }
#gift_form .amountRadio label.choice:hover:before {
  background-color: #6183c2;
  border: 0; }
#gift_form .amountRadio label.choice:hover {
  color: #6183c2; }
#gift_form .amountRadio input.radio:not(:checked) ~ label:before {
  content: ""; }
#gift_form .amountRadio input.radio:checked ~ label {
  color: #6183c2; }
#gift_form .amountRadio input.radio:checked ~ label:before {
  background-color: #6183c2;
  border: 0; }
#gift_form .amountRadio label.gift_other_text > input {
  border: 0;
  border-bottom: 1px solid grey; }

.faculty-edited-journals {
  font-family: 'Merriweather', serif; }
  .faculty-edited-journals .journal-pic img {
    width: 100%; }
  .faculty-edited-journals a {
    font-family: 'Merriweather', serif; }
  .faculty-edited-journals .journal-title {
    margin-bottom: 20px; }

.Wallop-item {
  margin-bottom: 10px; }

a.Wallop-buttonPrevious, a.Wallop-buttonNext {
  cursor: pointer;
  font-size: 16px; }

.footerNews {
  color: #ffffff; }
  .footerNews p {
    color: #ffffff; }
  .footerNews .event-date {
    font-style: italic;
    font-size: 12px; }
  .footerNews img {
    width: 100%; }
  .footerNews .event {
    padding-bottom: 10px; }

.carousel-control {
  margin: auto;
  height: 22%;
  width: 30px;
  text-shadow: none;
  opacity: 1; }
  .carousel-control.right, .carousel-control.left {
    background-image: initial;
    background: #262a2d; }
  .carousel-control .glyphicon {
    font-size: 16px;
    margin-top: -8px; }

.input-group {
  font-family: "Roboto", sans-serf; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .title {
    font-size: 22px; } }
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #footer #social {
    left: 15px;
    top: 25px; }
    #footer #social .socialButton span {
      font-size: 10px; }
    #footer #social .socialButton .fa {
      padding: 6px 10px; }
  #footer #englishtAtIllinois {
    right: 15px; } }
@media only screen and (max-width: 670px) {
  #footer #social {
    display: none; }

  #footerContainer .footer-social {
    display: block; } }
@media only screen and (max-width: 520px) {
  .courses {
    margin-top: -25px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 440px) {
  #footer #englishtAtIllinois {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px; } }
@media only screen and (max-width: 415px) {
  #mainnav a#hamburger {
    font-size: 30px; }

  #logo {
    font-size: 38px;
    padding-right: 56px;
    background-position: 150px 5px; }

  .lasShort {
    display: inline; }

  .lasLong {
    display: none; } }
@media only screen and (max-width: 370px) {
  #footer #englishtAtIllinois {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 50px; } }
@media only screen and (max-width: 340px) {
  #mainnav a#hamburger {
    font-size: 28px; } }
/* Custom, iPhone Retina */
