#main > header > .nav {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  #main > header > .nav {
    z-index: 5;
  }
}
#main > header > .nav > div {
  width: 100% !important;
  height: 80px;
  background: rgb(117, 0, 20);
  top: 0;
  left: 0;
}
#main > header > .nav > div > a img {
  width: 90% !important;
}
#main > header > .nav > div > ul > li {
  font-weight: 600;
  margin: 0 1%;
}
@media screen and (max-width: 895px) {
  #main > header > .nav > div > ul > li:nth-of-type(4) {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  #main > header > .nav > div > ul > li:nth-of-type(5) {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  #main > header > .nav > div > ul > li:nth-of-type(6) {
    display: none !important;
  }
}
@media screen and (max-width: 1115px) {
  #main > header > .nav > div > ul > li:nth-of-type(7), #main > header > .nav > div > ul > li:nth-of-type(8) {
    display: none !important;
  }
}
@media screen and (max-width: 1115px) {
  #main > header > .nav > div > ul > li:nth-of-type(9) {
    display: flex !important;
  }
}
#main > header > .nav > div > ul > li:nth-of-type(9) > a {
  color: white;
  text-decoration: none;
}
#main > header > .nav > div > ul > li > a:hover {
  border-bottom: 2px solid rgb(255, 20, 35);
}
#main > header > .nav > div > span:nth-of-type(1) {
  width: 6%;
}
#main > header > .nav > div > span:nth-of-type(1) > a {
  background-color: rgb(255, 20, 35);
}
#main > header section > div {
  display: flex;
  flex-wrap: wrap;
}
#main > header section > div > aside {
  width: 30% !important;
}
@media screen and (min-width: 1100px) and (max-width: 1116px) {
  #main > header section > div > aside {
    width: 35% !important;
  }
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside {
    width: 100% !important;
  }
}
#main > header section > div > aside > section {
  width: 30% !important;
  position: fixed;
  top: 80px;
  left: 0;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1100px) and (max-width: 1116px) {
  #main > header section > div > aside > section {
    width: 35% !important;
  }
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section {
    width: 100% !important;
    position: static !important;
    margin-top: 80px !important;
  }
}
#main > header section > div > aside > section > div {
  height: calc(100vh - 80px);
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section > div {
    height: auto !important;
  }
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section > div div:nth-of-type(1) {
    width: 100% !important;
  }
}
#main > header section > div > aside > section > div div:nth-of-type(1) > span {
  margin-left: 7%;
  font-weight: 700;
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section > div div:nth-of-type(1) > span {
    width: 50% !important;
  }
}
@media screen and (max-width: 720px) {
  #main > header section > div > aside > section > div div:nth-of-type(1) > span {
    width: 100% !important;
  }
}
#main > header section > div > aside > section > div div:nth-of-type(1) > label {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section > div div:nth-of-type(1) > label {
    width: 50% !important;
  }
}
@media screen and (max-width: 720px) {
  #main > header section > div > aside > section > div div:nth-of-type(1) > label {
    width: 100% !important;
  }
}
#main > header section > div > aside > section > div div:nth-of-type(1) > label input {
  width: 85% !important;
  height: 80px;
  padding-left: 15%;
  border: none !important;
  outline: none !important;
  margin-bottom: 5%;
  box-shadow: 0 0 20px 1px rgb(206, 204, 204);
}
#main > header section > div > aside > section > div div:nth-of-type(1) > label input:focus {
  outline: auto !important;
  border: 1px solid black !important;
}
#main > header section > div > aside > section > div div:nth-of-type(1) > label > a {
  width: auto !important;
  height: auto !important;
  left: 15%;
  top: 42%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section > div div:nth-of-type(2) {
    display: none !important;
  }
}
#main > header section > div > aside > section > div div:nth-of-type(2) .aside-part2 > span {
  font-weight: 700 !important;
  padding-left: 7%;
}
#main > header section > div > aside > section > div div:nth-of-type(2) .aside-part2 > div > ul div > li {
  list-style-type: none;
  position: relative;
}
#main > header section > div > aside > section > div div:nth-of-type(2) .aside-part2 > div > ul div > li::before {
  content: "_";
  position: absolute;
  left: -5%;
  display: flex;
  width: 5px;
  height: 1px;
  color: rgb(255, 20, 35);
}
#main > header section > div > aside > section > div div:nth-of-type(2) .aside-part2 > div > ul div > li a {
  display: flex !important;
  padding: 2px;
  font-weight: normal !important;
}
#main > header section > div > aside > section > div div:nth-of-type(2) > section:nth-of-type(2) > span {
  font-weight: 700 !important;
  padding-left: 7%;
}
#main > header section > div > aside > section > div div:nth-of-type(2) > section:nth-of-type(2) > div {
  padding-left: 8%;
}
#main > header section > div > aside > section > div div:nth-of-type(2) > section:nth-of-type(2) > div > li {
  list-style-type: none;
}
#main > header section > div > aside > section > div div:nth-of-type(2) > section:nth-of-type(2) > div > li:nth-of-type(1) {
  position: relative;
}
#main > header section > div > aside > section > div div:nth-of-type(2) > section:nth-of-type(2) > div > li:nth-of-type(1)::before {
  content: "_";
  position: absolute;
  left: -6%;
  display: flex;
  color: rgb(255, 20, 35);
}
@media screen and (max-width: 1099px) {
  #main > header section > div > aside > section > div div:nth-of-type(3) {
    display: none !important;
  }
}
#main > header section > div > aside > section > div div:nth-of-type(3) div a {
  padding: 2px;
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(1) > a {
  font-size: 1.5vw;
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(2) > a:hover {
  text-decoration: underline !important;
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(2), #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(3), #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) {
  text-transform: lowercase !important;
  font-size: 1.2vw !important;
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(3), #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) {
  text-transform: lowercase !important;
  font-variant: small-caps;
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(3) > a, #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) > a {
  border-bottom: 1px solid rgb(255, 20, 35);
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(3) > a:hover, #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) > a:hover {
  color: rgb(255, 20, 35) !important;
}
#main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) > a:nth-of-type(4), #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) > a:nth-of-type(5), #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) > a:nth-of-type(6), #main > header section > div > aside > section > div div:nth-of-type(3) div:nth-of-type(4) > a:nth-of-type(7) {
  border-bottom: none !important;
}
#main > header section > div > section {
  margin-top: 80px !important;
}
@media screen and (min-width: 1100px) and (max-width: 1116px) {
  #main > header section > div > section {
    max-width: 65% !important;
  }
}
@media screen and (max-width: 1099px) {
  #main > header section > div > section {
    width: 100% !important;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1117px) {
  #main > header section > div > section {
    max-width: 70% !important;
  }
}
#main > header section > div > section > div {
  max-width: 100%;
}
#main > header section > div > section > div > div:nth-of-type(1) {
  height: 110px;
  background-color: #d4d4d4;
}
@media screen and (max-width: 720px) {
  #main > header section > div > section > div > div:nth-of-type(1) {
    height: auto !important;
  }
}
#main > header section > div > section > div > div:nth-of-type(1) > span {
  width: 80px;
  height: 80px;
  background-image: url(../img/thumbnail-mit-dome_0.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  #main > header section > div > section > div > div:nth-of-type(1) > span {
    display: none !important;
  }
}
#main > header section > div > section > div > div:nth-of-type(1) > p {
  font-weight: 400;
}
@media screen and (max-width: 720px) {
  #main > header section > div > section > div > div:nth-of-type(1) > p {
    margin: 1% 0 !important;
  }
}
#main > header section > div > section > div > div:nth-of-type(1) > p > a {
  border-bottom: 1px solid rgb(255, 20, 35);
  font-weight: 600;
}
#main > header section > div > section > div > div:nth-of-type(1) > p > a:hover {
  color: rgb(255, 20, 35) !important;
}
#main > header section > div > section > div > figure {
  width: 100%;
}
#main > header section > div > section > div > figure > img {
  width: 95%;
}
#main > header section > div > section > div > figure .caption {
  max-width: 85%;
  font-size: 20px;
  text-align: start !important;
  font-weight: 600;
}
@media screen and (max-width: 720px) {
  #main > header section > div > section > div > figure .caption {
    width: 100% !important;
  }
}
#main > header section > div > section > div > figure .caption > a {
  border-bottom: 1px solid rgb(255, 20, 35);
  font-weight: 600;
}
#main > header section > div > section > div > figure .caption > a:hover {
  color: rgb(255, 20, 35) !important;
}
@media screen and (max-width: 720px) {
  #main > header section > div > section > div > div:nth-of-type(2) {
    width: 100% !important;
    display: flex !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
  }
}
#main > header section > div > section > div > div:nth-of-type(2) > span:nth-of-type(2) > a, #main > header section > div > section > div > div:nth-of-type(2) > span:nth-of-type(6) > a {
  font-weight: 600;
  color: black;
  border-bottom: 1px solid rgb(255, 20, 35) !important;
}
#main > header section > div > section > div > div:nth-of-type(2) > span:nth-of-type(2) > a:hover, #main > header section > div > section > div > div:nth-of-type(2) > span:nth-of-type(6) > a:hover {
  color: rgb(255, 20, 35) !important;
}
#main > header section > div > section > div > div:nth-of-type(2) > span:nth-of-type(4) > svg, #main > header section > div > section > div > div:nth-of-type(2) > span:nth-of-type(5) > svg {
  fill: rgb(117, 0, 20) !important;
}
#main > header section > div > section section > div > div:nth-of-type(1) > h4 {
  font-weight: bolder;
  font-size: 16px;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(2) {
    flex-wrap: wrap !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(1) {
  width: 45% !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(1) {
    width: 80% !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(1) > div > h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(1) > div > a {
  font-weight: 500;
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(1) > div > a:hover {
  color: gray !important;
  text-decoration: underline !important;
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(2) {
  width: 45% !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(2) {
    width: 80% !important;
    margin-top: 5%;
  }
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(2) > div > h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(2) > div > a {
  font-weight: 500;
}
#main > header section > div > section section > div > div:nth-of-type(2) > article:nth-of-type(2) > div > a:hover {
  color: gray !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(3) {
    flex-wrap: wrap !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(1) {
  width: 45% !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(1) {
    width: 80% !important;
    margin-top: 5% !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(1) > div > h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(1) > div > a {
  font-weight: 500;
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(1) > div > a:hover {
  color: gray !important;
  text-decoration: underline !important;
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(2) {
  width: 45% !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(2) {
    width: 80% !important;
    margin-top: 5% !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(2) > div > h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(2) > div > a {
  font-weight: 500;
}
#main > header section > div > section section > div > div:nth-of-type(3) > article:nth-of-type(2) > div > a:hover {
  color: gray !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(4) {
    flex-wrap: wrap !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(1) {
  width: 45% !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(1) {
    width: 80% !important;
    margin-top: 5% !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(1) > div > h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(1) > div > a {
  font-weight: 500;
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(1) > div > a:hover {
  color: gray !important;
  text-decoration: underline !important;
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(2) {
  width: 45% !important;
}
@media screen and (max-width: 770px) {
  #main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(2) {
    width: 80% !important;
    margin-top: 5% !important;
  }
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(2) > div > h4 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 2%;
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(2) > div > a {
  font-weight: 500;
}
#main > header section > div > section section > div > div:nth-of-type(4) > article:nth-of-type(2) > div > a:hover {
  color: gray !important;
  text-decoration: underline !important;
}
#main > header section > div > section > footer {
  background-color: #620011;
}
#main > header section > div > section > footer > div:nth-of-type(1) > p > a {
  border-bottom: 1px solid red;
}
#main > header section > div > section > footer > div:nth-of-type(1) > p > a:hover {
  color: red !important;
}
#main > header section > div > section > footer > div:nth-of-type(2) > a {
  border: 1px solid red;
  font-size: 14px;
}
#main > header section > div > section > footer > div:nth-of-type(2) > a:hover {
  background-color: red;
  color: #620011 !important;
}
@media screen and (min-width: 1100px) {
  #main > header section > div > section > section {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  #main > header section > div > section > section {
    display: block;
  }
}
#main > header section > div > section > section > div > div:nth-of-type(1) .aside-part2 > div > span {
  font-weight: 800 !important;
  padding-left: 7%;
}
#main > header section > div > section > section > div > div:nth-of-type(1) .aside-part2 > div > ul div > li {
  list-style-type: none;
}
#main > header section > div > section > section > div > div:nth-of-type(1) .aside-part2 > div > ul div > li a {
  display: flex !important;
  padding: 2px;
  font-weight: normal !important;
  -webkit-text-decoration: underline red !important;
          text-decoration: underline red !important;
}
#main > header section > div > section > section > div > div:nth-of-type(1) .aside-part2 > div > ul div > li a:hover {
  color: red !important;
}
#main > header section > div > section > section > div > div:nth-of-type(1) > section:nth-of-type(2) > span {
  font-weight: 800 !important;
  padding-left: 7%;
}
#main > header section > div > section > section > div > div:nth-of-type(1) > section:nth-of-type(2) > div {
  padding-left: 8%;
}
#main > header section > div > section > section > div > div:nth-of-type(1) > section:nth-of-type(2) > div > li {
  list-style-type: none;
}
#main > header section > div > section > section > div > div:nth-of-type(1) > section:nth-of-type(2) > div > li:nth-of-type(1) {
  position: relative;
}
#main > header section > div > section > section > div > div:nth-of-type(1) > section:nth-of-type(2) > div > li:nth-of-type(1)::before {
  content: "_";
  position: absolute;
  left: -6%;
  display: flex;
  color: rgb(255, 20, 35);
}
#main > header section > div > section > section > div > div:nth-of-type(2) div span {
  font-weight: 700 !important;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div a {
  padding: 2px;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(1) > a {
  font-size: 17px;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(2) > a:hover {
  text-decoration: underline !important;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(2), #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(3), #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) {
  text-transform: lowercase !important;
  font-size: 16px !important;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(3), #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) {
  text-transform: lowercase !important;
  font-variant: small-caps;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(3) > a, #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) > a {
  border-bottom: 1px solid rgb(255, 20, 35);
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(3) > a:hover, #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) > a:hover {
  color: rgb(255, 20, 35) !important;
}
#main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) > a:nth-of-type(4), #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) > a:nth-of-type(5), #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) > a:nth-of-type(6), #main > header section > div > section > section > div > div:nth-of-type(2) div:nth-of-type(4) > a:nth-of-type(7) {
  border-bottom: none !important;
}/*# sourceMappingURL=master.css.map */