body {
  font-size: 18px;
}
a {
  color: #3B5997;
}
a:hover,
a:focus {
  color: #4098FD;
  text-decoration: none;
}
.btn-danger {
  background-color: #ED142E;
}
.btn-warning {
  background-color: #ed9c28;
}
.btn-warning:hover {
  background-color: #f0ad4e;
}
.row {
  margin: 0;
}
.media-body {
  text-align: left;
}
.text-smaller {
  font-size: 18px / 1.30434783;
}
@media (min-width: 481px) {
  .text-smaller {
    font-size: 18px / 1.2;
  }
}
@media (min-width: 641px) {
  .text-smaller {
    font-size: 18px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .text-smaller {
    font-size: 18px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .text-smaller {
    font-size: 18px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .text-smaller {
    font-size: 18px;
  }
}
.modal-body {
  padding: 0;
}
@media (min-width: 320px) {
  .modal-body {
    padding: 20px;
  }
}
.modal-header {
  border-bottom: none;
}
.btn {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mm-form-control-inline {
  display: inline;
  width: 100px;
  margin-right: 10px;
}
body {
  text-align: center;
}
.content {
  width: 100%;
  height: 100%;
}
.main-header {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
  color: #363636;
  font-size: 63px / 1.57894737;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  display: block;
  font-family: gesta, sans-serif;
  font-weight: normal;
}
@media (min-width: 481px) {
  .main-header {
    font-size: 63px / 1.25;
  }
}
@media (min-width: 641px) {
  .main-header {
    font-size: 63px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .main-header {
    font-size: 63px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .main-header {
    font-size: 63px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .main-header {
    font-size: 63px;
  }
}
h2 {
  font-size: 45px / 1.57894737;
  margin: 45px 0 15px 0;
}
@media (min-width: 481px) {
  h2 {
    font-size: 45px / 1.25;
  }
}
@media (min-width: 641px) {
  h2 {
    font-size: 45px / 1.15384615;
  }
}
@media (min-width: 961px) {
  h2 {
    font-size: 45px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  h2 {
    font-size: 45px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  h2 {
    font-size: 45px;
  }
}
.social-links {
  display: inline-block;
  text-align: center;
  color: #363636;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 1.5;
  font-size: 45px / 1.57894737;
}
@media (min-width: 481px) {
  .social-links {
    font-size: 45px / 1.25;
  }
}
@media (min-width: 641px) {
  .social-links {
    font-size: 45px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .social-links {
    font-size: 45px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .social-links {
    font-size: 45px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .social-links {
    font-size: 45px;
  }
}
.social-links a {
  text-decoration: none;
}
.social-links a:focus,
.social-links a:active {
  color: #99CCFF;
}
.social-links a:hover {
  color: #3399FF;
}
.lee-sidebar {
  text-align: left;
  width: 100%;
}
.lee-img {
  border: 0 solid black;
  border-radius: 99999px;
}
.text-gray {
  color: #d3d3d3;
}
.lee-sidebar.affix {
  position: fixed;
  top: 20px;
}
.academic-results table tr td {
  padding: 4px;
}
.academic-results table tr td:nth-child(1) {
  width: 10%;
}
.academic-results table tr td:nth-child(2) {
  width: 10%;
}
.academic-results table tr td:nth-child(3) {
  width: 70%;
}
.academic-results table tr td:nth-child(4) {
  width: 10%;
}
.academic-results b {
  margin-top: 30px;
  display: block;
}
.nav > li.active {
  text-decoration: none;
  background-color: #eee;
}
.text-tiny {
  font-size: 16.2px / 1.30434783;
  color: gray;
}
@media (min-width: 481px) {
  .text-tiny {
    font-size: 16.2px / 1.2;
  }
}
@media (min-width: 641px) {
  .text-tiny {
    font-size: 16.2px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .text-tiny {
    font-size: 16.2px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .text-tiny {
    font-size: 16.2px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .text-tiny {
    font-size: 16.2px;
  }
}
@media print {
  a[href]:after,
  a:link:after,
  a:visited:after {
    content: none !important;
  }
  .text-tiny {
    font-size: 10px;
  }
  .text-smaller {
    font-size: 11px;
  }
  .normal-text {
    font-size: 12px;
  }
  .media-heading,
  .mm-footer__heading {
    font-size: 13px !important;
  }
  h2,
  .main-header {
    font-size: 16px;
  }
  .media-object {
    width: 50px;
    height: 50px;
  }
  .media-object img {
    width: 50px;
    height: 50px;
  }
  .academic-results,
  body {
    font-size: 12px;
  }
}
body {
  background-repeat: repeat;
  background-position: center 12px;
  background-color: white;
  position: relative;
}
#mainbody {
  position: relative;
}
.mm-background {
  text-align: center;
}
.mm-header {
  text-align: left;
}
.mm-header__nav {
  display: inline;
}
.mm-header__link {
  display: inline-block;
  height: 103px;
  vertical-align: top;
  padding: 41px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.mm-header__link:focus,
.mm-header__link:hover,
.mm-header__link.active {
  background-color: #eeeeee;
}
.mm-header__profile-link {
  padding-top: 23px;
}
.mm-logo {
  padding: 21px;
  height: 64px;
  display: inline-block;
  text-align: left;
}
.mm-logo__link {
  display: inline;
}
.mm-logo__image {
  margin: 0 auto;
  display: inline;
}
.mm-logo__text {
  font-family: gesta, sans-serif;
  font-weight: bold;
  font-size: 28.8px / 1.57894737;
  color: #3B5997;
  display: inline;
  margin-left: 10px;
}
@media (min-width: 481px) {
  .mm-logo__text {
    font-size: 28.8px / 1.25;
  }
}
@media (min-width: 641px) {
  .mm-logo__text {
    font-size: 28.8px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .mm-logo__text {
    font-size: 28.8px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .mm-logo__text {
    font-size: 28.8px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .mm-logo__text {
    font-size: 28.8px;
  }
}
.mm-logo__link:focus,
.mm-logo__link:hover {
  text-decoration: none;
}
.mm-logo__link:focus .mm-logo__text,
.mm-logo__link:hover .mm-logo__text {
  color: #4098FD;
}
.mm-hero {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #3B5997;
}
@media (max-width: 480px) {
  .mm-hero {
    padding: 20px;
  }
}
.mm-hero--secondary {
  background-color: #4098FD;
}
.mm-hero--third {
  background-color: #ED142E;
}
.mm-hero--light {
  background-color: white;
}
.mm-marketing-text {
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: gesta, sans-serif;
  font-weight: normal;
  font-size: 54px / 1.57894737;
}
@media (min-width: 481px) {
  .mm-marketing-text {
    font-size: 54px / 1.25;
  }
}
@media (min-width: 641px) {
  .mm-marketing-text {
    font-size: 54px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .mm-marketing-text {
    font-size: 54px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .mm-marketing-text {
    font-size: 54px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .mm-marketing-text {
    font-size: 54px;
  }
}
.mm-marketing-text--smaller {
  font-size: 45px / 1.57894737;
}
@media (min-width: 481px) {
  .mm-marketing-text--smaller {
    font-size: 45px / 1.25;
  }
}
@media (min-width: 641px) {
  .mm-marketing-text--smaller {
    font-size: 45px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .mm-marketing-text--smaller {
    font-size: 45px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .mm-marketing-text--smaller {
    font-size: 45px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .mm-marketing-text--smaller {
    font-size: 45px;
  }
}
.mm-marketing-text--black {
  color: #363636;
}
.mm-tc {
  margin: 20px;
}
#footerbody {
  border-top: 10px solid #3B5997;
}
.mm-footer__heading {
  font-size: 30.6px / 1.57894737;
  text-align: left;
  border-bottom-color: #2f2f2f;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (min-width: 481px) {
  .mm-footer__heading {
    font-size: 30.6px / 1.25;
  }
}
@media (min-width: 641px) {
  .mm-footer__heading {
    font-size: 30.6px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .mm-footer__heading {
    font-size: 30.6px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .mm-footer__heading {
    font-size: 30.6px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .mm-footer__heading {
    font-size: 30.6px;
  }
}
.mm-grid {
  padding-bottom: 40px;
}
.mm-grid__section {
  margin: 20px 0 0 0;
  text-align: left;
  display: block;
}
@media (min-width: 481px) {
  .mm-grid__section {
    margin: 20px 40px 0px 40px;
  }
}
@media (min-width: 641px) {
  .mm-grid__section {
    margin: 40px 50px 0px 50px;
  }
}
.footer__link {
  display: block;
}
.mm-sharing-btns {
  font-size: 34.2px / 1.57894737;
}
@media (min-width: 481px) {
  .mm-sharing-btns {
    font-size: 34.2px / 1.25;
  }
}
@media (min-width: 641px) {
  .mm-sharing-btns {
    font-size: 34.2px / 1.15384615;
  }
}
@media (min-width: 961px) {
  .mm-sharing-btns {
    font-size: 34.2px / 1.11111111;
  }
}
@media (min-width: 1025px) {
  .mm-sharing-btns {
    font-size: 34.2px / 1.07142857;
  }
}
@media (min-width: 1281px) {
  .mm-sharing-btns {
    font-size: 34.2px;
  }
}
.mm-share-btn {
  margin-top: 10px;
  font-size: 36px;
}
.mm-share-btn--twitter {
  color: #4098FD;
}
.mm-share-btn--google-plus {
  color: #ED142E;
}
.mm-share-btn--pinterest {
  color: #CA2027;
}
.mm-share-btn--linked-in {
  color: #1A84BC;
}
.mm-share-btn--reddit {
  color: #CEE3F8;
}
.mm-share-btn--stumbleupon {
  color: #EA4B24;
}
.mm-highlighted-new {
  text-align: center;
  border: 3px dashed #008000;
  border-radius: 13px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mm-highlighted-new:hover {
  border: 3px dashed #ed9c28;
  background-color: #ed9c28;
}
.mm-highlighted-new:hover .mm-highlighted-new__text {
  color: white;
}
.mm-highlighted-new__text {
  text-align: center;
  font-size: 30.6px;
  font-weight: bold;
  color: #008000;
}
.mm-article-theme {
  background-color: #eeeeee;
  text-align: left;
  font-size: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mm-article-theme p {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .mm-article-theme {
    font-size: 18px;
  }
}
.mm-article-theme-bg {
  background-color: white;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.pistachio {
  background-color: #1AAC8F;
}
.morange {
  background-color: #F0A878;
}
.lighter-gray {
  background-color: #eeeeee;
}
.normal-text {
  color: #2f2f2f;
}
.load-more {
  width: 300px;
}
.mm-btn-hg {
  font-size: 28px;
}
.icon-container {
  border-radius: 40px;
  border: 3px solid #3B5997;
  width: 64px;
  height: 64px;
  display: none;
}
@media (min-width: 481px) {
  .icon-container {
    display: inline-table;
  }
}
.icon-container__icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #3B5997;
  font-size: 27px;
}
.icon-container__icon--forward {
  padding-left: 7px;
}
.icon-container__icon--globe {
  font-size: 33px;
  color: #4098FD;
}
.icon-container--white {
  border-color: white;
}
.icon-container--white .icon-container__icon {
  color: white;
}
/*# sourceMappingURL=static/css/style.css.map */