@charset "UTF-8";
html {
  scroll-behavior: smooth;
  min-height: 100vh;
}

.full-class-wid {
  height: 430px;
}

body {
  font-family: "Frutiger", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  word-wrap: break-word;
}

.site-content {
  min-height: 100vh;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@media (min-height: 700px) {
  body {
    font-size: 1.9vh;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 1 rem;
  }
}
.navbar-brand {
  width: 40%;
}

.navbar-brand img {
  width: 70%;
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 50%;
  }

  .navbar-brand img {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .navbar-brand {
    width: 60%;
  }

  .navbar-brand img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .navbar-toggler {
    font-size: 1.5rem;
  }

  .navbar-toggler-right {
    right: 1.5rem;
    top: 1.2rem;
  }
}
/* .mainheading {
	padding: 0rem 0rem 1rem 0;
} */
a:hover,
a.red:hover {
  color: #ad3e2d;
  text-decoration: none;
}

a,
a.red,
a.nav-link.active.filter-tab {
  color: #9d0000;
}

a.basic {
  color: #4a4a4a;
}

a.basic:hover {
  color: #f58a42;
}

a,
a:hover {
  transition: all 0.2s;
}

a.dead,
a.nav-link {
  color: #2f2e2e;
}

a.dead:hover {
  color: black;
}

a.orange {
  color: #f58a42;
}

.towers .col-lg-4 {
  margin-bottom: 1vh;
}

pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  border: #e3edf3 1px solid;
  width: 100%;
  padding: 10px;
  font-family: "Frutiger", sans-serif;
  font-size: 14px;
  white-space: pre;
  overflow: auto;
  background: #f7fafb;
  border-radius: 3px;
  line-height: 1.3;
}

.mediumnavigation {
  background: #fff;
  transition: top 0.5s ease-in-out;
  padding: 0.3rem 0.6rem;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}

.nav-up {
  box-shadow: none;
}

.site-content {
  /*padding-top: 3.5rem;*/
  /*margin-top: 57px; */
  transition: all 0.4s;
}

section {
  margin-bottom: 20px;
}

section.featured-posts {
  margin-bottom: 30px;
}

section.recent-posts {
  margin-bottom: 0;
}

.section-title h2 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 27px;
  position: relative;
}

.section-title h2:before {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 0px;
  top: 12px;
  height: 1px;
  content: "";
  background-color: #f5f5f5;
}

.section-title span,
.tile-title span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 15px 0 0;
  /*font-size: 14px;*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tile-title span {
  font-size: 14px;
}

.carousel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.774), rgba(0, 0, 0, 0)); */
}

.carousel-caption {
  position: relative;
  left: 12%;
  right: auto;
  padding: 1vh 2vh;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
}

.carousel-caption h5 {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .carousel-caption h2 {
    font-size: 1.7rem;
  }

  .carousel-caption h5 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .carousel-caption h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding: 1vh 2vh;
    top: 80%;
    bottom: auto;
  }

  .carousel-overlay {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6)
    );
  }
}
ul {
  margin-left: 1vh;
}

.jumbotron {
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.carousel-item {
  align-items: flex-start;
}

.main-carousel .carousel-inner {
  height: auto;
}

.carousel-inner {
  height: 500px;
}

.layout-page .section-title span {
  font-size: 2rem;
  text-transform: none;
  letter-spacing: 0;
}

.layout-page .section-title h2:before {
  top: 17px;
}

.article-post ol,
.article-post ul {
  margin-bottom: 1.5rem;
}

.article-post ol ol,
.article-post ul ul {
  list-style: disc;
  margin-bottom: 0rem;
}

.placard {
  padding: 4vh 4vh;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 100%;
}

.pic-card {
  height: 100%;
}

@media (max-width: 575px) {
  .pic-card {
    margin: auto 3vh;
  }
}
.pic-card .card-text {
  padding: 2vh;
  height: 100%;
}

.pic-card .card-image {
  width: 100%;
}

@media (min-width: 768px) {
  .diro-bio .post-img-container {
    float: left;
    margin: 0 2vw 2vw 0;
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .diro-bio .post-img-container {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .bog .col-lg-3,
  .advisory .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.facultycard {
  border-radius: 4px;
  border: 1px solid #ddd;
  height: 430px;
  background: #fafafa;
  padding: 1vh;
  margin-top: 1vh;
  margin-bottom: 1vh;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .facultycard {
    padding: 2vh;
    width: 80%;
  }
}
.search {
  width: 65%;
}

@media (max-width: 767px) {
  .search {
    width: 100%;
  }
}
.rounded {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.red {
  color: #d1402a;
}

.orange {
  color: #f58a42;
}

.about .row {
  margin-bottom: 4rem;
}

.reach ul {
  padding-left: 0;
}

.reach .col-lg-3,
.about .col-lg-3 {
  margin-bottom: 2vh;
}

.about .grey-button {
  background-color: #f8f9fa;
  padding: 3vh;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.grey-button a {
  font-size: 25px;
}

@media (max-width: 768px) {
  .about .grey-button {
    background-color: #f8f9fa;
    padding: 2vh;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  .grey-button a {
    font-size: 20px;
  }
}
.career-type {
  color: dimgray;
}

.career-type h5 {
  color: #d1402a;
}

.career-type a {
  color: dimgray;
}

.career-type a:hover {
  color: #414141;
}

.article-post .mainheading {
  margin: 2rem 0;
}

.listing {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.col-lg-4.quick-links {
  padding-left: 5vh;
  padding-top: 5vh;
}

@media (max-width: 575px) {
  .col-lg-4.quick-links {
    padding-top: 3vh;
    padding-left: 1vh;
  }
}
.prevnextlinks .thepostlink {
  padding: 20px 0;
  font-size: 17px;
  display: block;
  color: #111;
  font-weight: 500;
}

.prevnextlinks {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-left: 0;
  margin-right: 0;
}

.prevnextlinks .rightborder {
  border-right: 1px solid #eee;
}

.navbar-toggleable-md .navbar-nav .nav-link {
  margin-left: 1rem;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.94em;
}

.navbar-toggleable-md .navbar-nav .nav-link.highlight {
  background: rgba(0, 0, 0, 0);
  color: #d1402a;
  border-radius: 4px;
  border-color: #f58a42;
  /*    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
          padding-left: 1em;
          padding-right: 1em;*/
}

.navbar-toggler {
  z-index: 9999;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 70%;
  }
}
.navbar-toggleable-md .navbar-nav .nav-link {
  margin-left: 1rem;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.94em;
}

.mediumnavigation .dropdown-menu {
  margin: 0 0 15px 0;
  box-shadow: none;
  border: 0;
}

@media (min-width: 992px) {
  .mediumnavigation .dropdown-menu {
    border: 0;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    margin: 15px 0;
  }
}
@media (min-width: 576px) {
  .card-columns.listfeaturedtag {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.card-columns .card {
  margin-bottom: 20px;
}

#part-image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.tiles .card-title a:hover {
  color: #ad3e2d;
}

.col-img {
  width: 100%;
}

.listfeaturedtag .wrapthumbnail {
  height: 258px;
  flex: 0 0 auto;
}

.listfeaturedtag .card {
  border-radius: 2px;
  height: 260px;
  padding-left: 0;
  margin-bottom: 15px;
}

.listfeaturedtag .thumbnail {
  background-size: cover;
  height: 100%;
  display: block;
  background-position: 38% 22% !important;
  background-origin: border-box !important;
  border-top-left-radius: 2px;
}

.listfeaturedtag .card-block {
  padding-left: 0;
}

.listfeaturedtag h2.card-title,
.listrecent h2.card-title {
  font-weight: 500;
  line-height: 1.25;
}

.listfeaturedtag h2.card-title a,
.listrecent h2.card-title a {
  color: #111;
  font-weight: 500;
}

.listfeaturedtag h2.card-title a:hover,
.listrecent h2.card-title a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.listfeaturedtag .card-text,
.listrecent .card-text {
  color: #666;
  line-height: 1.8;
  font-weight: 400;
}

.listfeaturedtag .wrapfooter {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 85%;
}

.author-thumb {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 13px;
  border-radius: 100%;
}

.post-img-container {
  float: none;
  margin: auto;
  width: 100%;
}

.post-img-container img {
  width: 100%;
}

@media (max-width: 767px) {
  .post-img-container {
    margin-bottom: 2vh;
  }
}
@media (min-width: 1025px) {
  .post-img-container {
    float: left;
    margin: 0 2vw 2vw 0;
    width: 60%;
  }

  .post-img-container img {
    width: 100%;
    margin-bottom: 0vh;
  }
}
.post-top-meta {
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.post-top-meta .author-thumb {
  width: 72px;
  height: 72px;
}

.post-top-meta.authorpage .author-thumb {
  margin-top: 40px;
}

.post-top-meta span {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.44);
  display: inline-block;
}

.post-top-meta .author-description {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 0.95rem;
}

.author-meta {
  flex: 1 1 auto;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

span.post-name,
span.post-date,
span.author-meta {
  display: inline-block;
}

span.post-date,
span.post-read {
  color: rgba(0, 0, 0, 0.44);
}

span.post-read-more a {
  color: rgba(0, 0, 0, 0.44);
  align-items: center;
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
}

span.post-name a,
span.post-read-more a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.dot:after {
  content: "·";
  margin-left: 3px;
  margin-right: 3px;
}

.mediumnavigation .form-control {
  font-size: 0.8rem;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.mediumnavigation .form-inline {
  margin-left: 15px;
}

.mediumnavigation .form-inline .btn {
  margin-left: -50px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}

.mediumnavigation .form-inline .btn:hover,
.mediumnavigation .form-inline .btn:active {
  background: transparent;
  color: green;
}

.mediumnavigation .navbar-brand {
  font-weight: 500;
  padding: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 1.5rem;
}

.mediumnavigation .nav-item,
.dropdown-menu {
  font-size: 0.9rem;
}

.mediumnavigation .search-icon {
  margin-left: -40px;
  display: inline-block;
  margin-top: 3px;
  cursor: pointer;
}

.mediumnavigation .navbar-brand img {
  margin-right: 7px;
  vertical-align: text-bottom;
  max-width: initial;
}

.mainheading h1.sitetitle {
  font-family: Georgia;
}

.mainheading h1.posttitle {
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
}

.intro {
  background-image: url(../images/head.jpg);
  background-size: cover;
  padding: 9rem 0;
  margin-top: -87px;
  margin-bottom: 3.5rem;
  z-index: 1;
  position: relative;
}

.intro .btn {
  background: #fff100;
  border: 0;
  color: #333;
  border-radius: 3px;
  font-weight: 500;
  padding: 15px 40px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.intro h1 {
  font-weight: 700;
}

.intro h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #888;
  line-height: 1.6;
}

.wrapintro {
  background: #fff;
  width: 700px;
  padding: 3rem;
  max-width: 90%;
  margin: 0px auto;
  text-align: center;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #999;
  margin-top: 3rem;
  margin-bottom: 0px;
  background-color: #171e27;
  padding: 30px 3vw 0;
}

.footer .languages {
  color: #f58a42;
  margin-bottom: 0px;
}

.footer .lang-options p {
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 18px;
}

.footer #accordion {
  width: 100%;
}

.footer #accordion .card {
  background-color: #171e27;
  margin-bottom: 5px;
}

.footer #accordion h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-left: 4%;
}

.footer #accordion .card-header {
  background-color: #171e27;
  padding: 0.6rem 0rem 0.1rem;
}

.footer #accordion .btn {
  width: 85%;
  padding: 1rem 1rem 0.7rem;
  background-color: rgba(0, 0, 0, 0);
}

.footer #accordion .btn:focus {
  outline: none !important;
  box-shadow: none;
}

.footer #accordion a.expand-icon {
  color: #545b61;
}

.footer hr.separator {
  width: 8%;
  color: #999;
  height: 0.3rem;
}

.footer #accordion ul {
  list-style: none;
  padding-left: 0;
}

.footer #accordion ul li {
  margin: 10px 0 22px;
}

.footer #accordion .card-body {
  padding: 0.3rem;
}

.footersocial i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 25px;
  margin-left: 15px;
  margin-top: 10px;
  transition: 0.3s;
}

.footersocial i:hover {
  color: #f58a42;
}

.beforefooter {
  background: #f85634;
  color: #111;
  padding: 50px 0;
  max-width: 100%;
  margin: 0px auto;
  margin-bottom: -50px;
  margin-top: 50px;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-widget {
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-size: 15px;
}

.footer-widget h5.title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.footer-widget ul {
  list-style: none;
  padding-left: 0;
}

.footer-widget ul li {
  margin: 12px 0;
}

.footer-widget .recent-posts img {
  float: left;
  margin-right: 10px;
}

.footer .textwidget a {
  border-bottom: 1px dashed;
}

.beforefooter h3 {
  margin-bottom: 1rem;
}

.copyright {
  padding-top: 1.5rem;
  font-size: 0.9em;
}

.copyright a {
  color: #eee;
}

.copyright a:hover {
  text-decoration: none;
  color: #fff;
}

.link-dark {
  color: rgba(0, 0, 0, 0.8);
}

.article-post {
  font-size: 2vh;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}

/* .article-post a {color:inherit; box-shadow:inset 0 -2px 0 rgba(255, 229, 31,1), 0 2px 0 rgba(255, 229, 31,1);}
    .article-post a:hover {box-shadow:inset 0 -30px 0 rgba(255, 229, 31,1), 0 2px 0 rgba(255, 229, 31,1);text-decoration:none;} */
blockquote {
  border-left: 4px solid #d1402a;
  padding: 0 20px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.article-post p,
.article-post blockquote {
  margin: 0 0 1.5rem 0;
}

.featured-image {
  margin: auto;
  display: block;
  margin-bottom: 2rem;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.article-post img,
.article-post iframe {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.article-post p img,
.article-post p iframe {
  margin-bottom: 0.5rem;
}

.share {
  text-align: center;
}

.share p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.share {
  display: none;
}

.share ul li {
  display: inline-block;
  margin-bottom: 9px;
}

.share ul {
  padding-left: 0;
  margin-left: 0;
}

.share ul li i.fa {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.svgIcon {
  vertical-align: middle;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.card-body {
  padding: 1.25rem;
}

@media (max-width: 999px) {
  .listfeaturedtag .wrapthumbnail,
  .listfeaturedtag .col-md-7 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .listfeaturedtag .wrapthumbnail {
    height: 250px;
  }

  .listfeaturedtag .card {
    height: auto;
  }

  .listfeaturedtag .wrapfooter {
    position: relative;
  }

  .listfeaturedtag .card-block {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .post-top-meta .col-md-10 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .post-top-meta.authorpage {
    text-align: center;
  }
}
.share,
.share a {
  color: rgba(0, 0, 0, 0.44);
  fill: rgba(0, 0, 0, 0.44);
}

.graybg {
  background-color: #fafafa;
  padding: 40px 0 46px;
  position: relative;
}

.listrelated .card {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  border: 0;
}

.card .img-thumb {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

ul.tags {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem 0;
}

ul.tags li {
  display: inline-block;
  font-size: 0.9rem;
}

ul.tags li a {
  background: #fff100;
  color: #333;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.93em;
  text-transform: capitalize;
  box-shadow: 0 6px 10px 0 rgba(169, 169, 169, 0.1);
}

ul.tags li a:hover {
  background: rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.margtop3rem {
  margin-top: 3rem;
}

.sep {
  height: 1px;
  width: 20px;
  background: #999;
  margin: 0px auto;
  margin-bottom: 1.2rem;
}

.btn {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  /*font-size:15px;*/
  border-radius: 0.3rem;
  color: #fff;
  cursor: pointer;
}

a.btn {
  color: #fff;
}

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  /*font-size:15px;*/
}

.btn-primary {
  background-color: #f58a42;
  border-color: #f58a42;
}

.btn-primary:hover {
  background-color: #ef462c;
  border-color: #ef462c;
}

.btn-outline-primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ef462c;
}

.btn.follow {
  border-color: #f58a42;
  color: #f58a42;
  padding: 3px 10px;
  text-align: center;
  border-radius: 999em;
  font-size: 0.85rem;
  display: inline-block;
  box-shadow: none;
  font-weight: 400;
}

.btn.subscribe {
  background-color: #1c9963;
  border-color: #1c9963;
  color: white;
  fill: white;
  border-radius: 30px;
  font-size: 0.85rem;
  margin-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-top-meta .btn.follow {
  margin-left: 5px;
  margin-top: -4px;
}

.alertbar {
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 14px 0;
  z-index: 1;
  display: none;
}

input[type="search"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 300px;
  padding: 6px 10px;
  margin: 0.5vh;
}

input[type="submit"].search {
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
  background-color: #d1402a;
}

input[type="submit"].search:hover {
  background-color: #b23427;
}

.alertbar form {
  display: inline-block;
}

.alertbar input[type="email"] {
  font-size: 0.85rem;
  padding: 3px 5px 3px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ddd;
  border-right: 0;
  margin-right: -10px;
  height: 34px;
  letter-spacing: 0.5px;
  margin-left: 5px;
}

.alertbar input[type="submit"] {
  background-color: #1c9963;
  border: 1px solid #1c9963;
  color: white;
  fill: white;
  font-size: 0.85rem;
  border-radius: 0;
  padding: 4px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 600;
  height: 34px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control {
  border: 1px solid #eee;
  border-radius: 0;
}

.res-icon {
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 40%;
  margin-bottom: 1vh;
}

.authorpage h1 {
  font-weight: 700;
  font-size: 30px;
}

.post-top-meta.authorpage .author-thumb {
  float: none;
}

.authorpage .author-description {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.post-top-meta.authorpage .btn.follow {
  padding: 7px 20px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 0.9rem;
}

.graybg.authorpage {
  border-top: 1px solid #f0f0f0;
}

.authorpostbox {
  width: 760px;
  margin: 0px auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.authorpostbox .img-thumb {
  width: 100%;
}

.sociallinks {
  margin: 1rem 0;
}

.sociallinks a {
  background: #666;
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
}

#comments {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.sidebar {
  max-width: 450px;
  font-size: 2vh;
  margin: auto;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar h5 {
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  font-weight: 700;
}

.sidebar h5 span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 15px 0 15px;
  text-align: center;
  font-size: 2vh;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b23427;
}

.sidebar a:hover {
  color: #b23427;
}

.sidebar h5:before {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 12px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333333;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar ul li a {
  color: #999;
  border-bottom: 1px solid #f6f6f6;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.sidebar-section {
  margin-bottom: 2rem;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.sidebar #mc_embed_signup form {
  padding: 0 !important;
}

.sidebar #mc_embed_signup .button {
  width: 100% !important;
  background: #675bff !important;
  height: auto;
  padding: 6px 20px;
  font-weight: 600;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.sidebar #mc_embed_signup h2 {
  font-weight: 400;
  font-size: 15px;
  color: #999;
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: center;
}

.sidebar #mc_embed_signup input {
  width: 100%;
}

.sidebar #mc_embed_signup .mc-field-group {
  width: 100% !important;
}

#mc_embed_signup .mc-field-group input {
  text-indent: 5% !important;
}

#mc_embed_signup {
  font-family: inherit !important;
}

.sidebar-right .sidebar {
  max-width: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Frutiger", sans-serif;
}

h6 {
  font-size: 1rem;
}

@media (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }

  h6 {
    font-size: 1rem;
  }
}
.article-post .h1,
.article-post .h2,
.article-post .h3,
.article-post .h4,
.article-post .h5,
.article-post .h6,
.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.article-post img.shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

img {
  max-width: 100%;
  height: auto;
}

.bottompagination span.navigation a {
  background: #fff100;
  color: #333;
  padding: 5px;
  border-radius: 3px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  min-width: 100px;
  display: inline-block;
}

.pointerup {
  margin-bottom: -18px;
  margin-left: 49%;
  font-size: 30px;
}

.pointerup i.fa {
  color: #eaeaea;
}

.bottompagination span.navigation i {
  display: inline-block;
}

span.navigation {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

span.navigation:before {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 12px;
  height: 1px;
  content: "";
  background-color: #eee;
}

.pagination {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}

iframe {
  max-width: 100%;
}

iframe.campus {
  width: 100%;
}

.tiles .card {
  height: 100%;
}

hr.highlight {
  width: 25%;
  background-color: #f58a42;
  height: 0.3vh;
  margin-left: 0;
}

hr.divider {
  margin: 4vh auto;
}

.full-width.side-gap {
  padding-left: 5vw;
  padding-right: 5vw;
}

.side-gap.start {
  padding-top: 4vh;
}

.container {
  width: 1250px;
  max-width: 100%;
}

@media (min-width: 600px) {
  .full-width.side-gap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 768px) {
  .col-md-4 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .main-carousel.side-gap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .main-carousel .carousel.slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.part {
  margin-top: 3rem;
}

@media (max-width: 1199px) {
  .container {
    width: 96%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    margin-left: 0;
    margin-top: 10px;
  }

  .intro {
    padding: 3rem 0;
  }

  .wrapintro {
    padding: 2rem 1rem;
  }

  .intro h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .footer {
    text-align: center;
  }

  .footer-widget {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .sidebar {
    max-width: 100%;
  }

  .copyright .pull-left,
  .copyright .pull-right {
    float: none;
  }

  .beforefooter {
    text-align: center;
  }

  .beforefooter .footersocial {
    text-align: center !important;
    margin-top: 1rem;
  }

  .form-group .col-md-6:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  img.desk {
    display: none;
  }
}
@media (min-width: 576px) {
  img.mob {
    display: none;
  }
}
table {
  margin: 15px 0;
  padding: 0;
}

table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

table tr th :first-child,
table tr td :first-child {
  margin-top: 0;
}

table tr th :last-child,
table tr td :last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=theme.css.map */

.footer-lang {
  margin-bottom: -3rem;
}
