@import "fonts.css";
@import "fonts/font-awesome/css/font-awesome.min.css";
@import "../bower_components/bootstrap/dist/css/bootstrap.min.css";
/*  Variables */
/*  colors */
/*  Extra media queries */
@import "logo.css";
.h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08526d;
}
h4 {
  color: #08526d;
}
.numbers {
  background: #d4e6ec;
  color: #36889d;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 11px;
  margin-right: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
::-moz-selection {
  background: #d4e6ec;
  color: white;
  text-shadow: none;
}
::selection {
  background: #d4e6ec;
  color: white;
  text-shadow: none;
}
* {
  margin: 0px;
}
html,
body {
  font-family: 'MorganSansRegular';
  color: #212121;
}
.btn-apply .btn-default {
  background: #e6261f;
  color: white;
  border: 1px solid #d6332c;
}
.btn-apply .btn-default:hover {
  background: #d6332c;
  color: #fbedec;
  border: 1px solid #e6261f;
}
@media (min-width: 200px) and (max-width: 300px) {
  .navbar-toggle {
    margin-top: 8px;
  }
  .homepage {
    background: url(../img/home_bg2.jpg) no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .hero {
    margin-top: 100px;
    background: rgba(54, 136, 157, 0.8);
    color: white;
    width: 100%;
    top: 100px;
    padding: 20px 0 20px 0;
  }
  .hero h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .hero h1,
  .hero .intro,
  .hero .link {
    padding-bottom: 20px;
  }
  .hero h3 {
    border-top: 2px solid white;
    padding-top: 10px;
  }
  .hero a:link,
  .hero a:visited {
    color: white;
  }
}
@import "fonts.css";
@import "fonts/font-awesome/css/font-awesome.min.css";
@import "../bower_components/bootstrap/dist/css/bootstrap.min.css";
/*  Variables */
/*  colors */
/*  Extra media queries */
@import "logo.css";
.h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08526d;
}
h4 {
  color: #08526d;
}
.numbers {
  background: #d4e6ec;
  color: #36889d;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 11px;
  margin-right: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
::-moz-selection {
  background: #d4e6ec;
  color: white;
  text-shadow: none;
}
::selection {
  background: #d4e6ec;
  color: white;
  text-shadow: none;
}
* {
  margin: 0px;
}
html,
body {
  font-family: 'MorganSansRegular';
  color: #212121;
}
.homepage {
  background: url(../img/home_bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}
.hero {
  margin-top: 300px;
  background: rgba(54, 136, 157, 0.8);
  color: white;
  width: 100%;
  top: 300px;
  padding: 20px 0 20px 0;
}
.hero h1,
.hero .intro,
.hero .link {
  padding-bottom: 20px;
}
.hero h3 {
  border-top: 2px solid white;
  padding-top: 10px;
}
.hero a:link,
.hero a:visited {
  color: white;
}
.hero-img-lisbon {
  height: 300px;
  padding-top: 250px;
  background: url(../img/lisbon.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.article {
  background: white;
  color: black;
  padding-bottom: 100px;
}
.article h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #08526d;
}
.article .intro {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #d4e6ec;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #36889d;
}
.article-wrap {
  margin-top: -65px;
  background: white;
  color: black;
}
p {
  line-height: 1.7em;
}
a:link,
a:visited {
  color: #36889d;
}
h1 {
  font-size: 48px;
  margin: 0;
}
h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08526d;
}
h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.navigation {
  background: #36889d;
  height: 60px;
}
.navigation a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.navigation .logo {
  padding-top: 15px;
}
.navigation ul.main_nav {
  padding-top: 20px;
  float: right;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav ul.main_nav li {
  display: inline;
  margin: 0 4px;
  padding-right: 4px;
}
nav ul.main_nav li:after {
  content: "/";
  color: #d4e6ec;
}
nav ul.main_nav li.last:after {
  content: none;
}
nav ul.main_nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 15px;
}
nav ul.main_nav li a:hover {
  color: #d4e6ec;
}
@media (min-width: 240px) and (max-width: 1199px) {
  .navigation .logo a {
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .navigation .logo .icon-iulstar_white {
    width: 25px;
    height: 25px;
    background: url(../img/iulstar_white.png) center center no-repeat;
  }
  .navigation .logo .iul:after {
    content: "IUL";
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  ul.main_nav {
    margin: 18px 0 0 20px;
  }
  nav ul.main_nav li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 8px;
  }
}
@media (min-width: 240px) and (max-width: 767px) {
  .navigation .container {
    padding: 0;
    margin: 0;
  }
  .navigation .col-xs-12 {
    padding: 0;
  }
  .navigation ul.main_nav {
    padding: 0;
    float: none;
  }
  .navbar-toggle {
    margin: 10px 0px 5px 0;
  }
  .navbar-toggle i {
    background: #d4e6ec;
    color: #36889d;
    padding: 5px 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  }
  .navbar-toggle i:hover {
    background: #003f66;
    color: #36889d;
  }
  nav ul.main_nav li {
    display: block;
    background: #36889d;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4e6ec;
  }
  nav ul.main_nav li:hover {
    background: #d4e6ec;
  }
  nav ul.main_nav li:after {
    content: " ";
  }
  nav ul.main_nav li:hover a {
    color: #36889d;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .navigation .col-xs-12 {
    padding: 0;
  }
  ul.main_nav {
    padding: 0;
    margin: 0;
    float: none;
  }
  nav ul.main_nav li {
    display: inline;
    margin: 0 2px;
    padding-right: 2px;
  }
  .navbar-collapse {
    width: 66.66666667%;
  }
}
@media (min-width: 240px) and (max-width: 300px) {
  .navbar-toggle {
    margin-top: 8px;
  }
}
aside .menu h2 {
  padding: 0 0 0 20px;
}
aside .menu ul {
  padding: 0;
}
aside .menu ul li {
  border-top: 1px solid #d4e6ec;
  line-height: 1.3em;
  list-style: none;
  padding: 10px 10px 10px 20px;
}
.box {
  background: #f0f5f7;
  border-top: 1px solid #d4e6ec;
  padding: 0px 20px 20px 20px;
  margin-top: 20px;
}
.box h2 {
  padding-bottom: 10px;
}
.box .file {
  padding-top: 5px;
}
.box .filesize {
  font-size: 10px;
  color: #9e9e9e;
}
.box .btn-info {
  background: #36889d;
  border: #001929;
  color: #f0f5f7;
}
.contacts {
  display: inline-block;
  padding-left: 10px;
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
}
#lisbon-carousel {
  margin-top: 40px;
}
#lisbon-carousel h2 {
  margin: 0;
}
#lisbon-carousel ol {
  margin: 0;
  padding: 0;
}
#lisbon-carousel li {
  height: 100px;
  color: #36889d;
  text-align: center;
  list-style: none;
  vertical-align: middle;
  border-top: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
#lisbon-carousel li:hover,
#lisbon-carousel li.active {
  background: #d4e6ec;
}
#lisbon-carousel img {
  margin: 10px;
}
#lisbon-carousel .carousel-inner {
  padding-top: 15px;
  height: 220px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #36889d;
  border-bottom: 1px solid #d4e6ec;
}
table {
  border-top: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08526d;
  padding: 10px 20px 10px 0;
}
table td {
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
.info .col-md-3.first {
  padding-left: 0;
}
.info .col-md-3 {
  padding-right: 0;
}
.info .info-title {
  background: #d4e6ec;
  padding: 15px;
  text-align: center;
}
.info .info-body {
  padding: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
}
.info .info-body p {
  line-height: 1.3em;
}
.info .info-body ul {
  padding: 0;
}
.info .info-body ul > li {
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
.info .info-body .number {
  background: #d4e6ec;
  color: #36889d;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 11px;
  margin-right: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
.info .info-body .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.info .more-info {
  text-align: center;
  padding-bottom: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
.facts .col-md-1,
.facts .col-md-2,
.facts .col-md-3,
.facts .col-md-4,
.facts .col-md-5,
.facts .col-md-6,
.facts .col-md-7,
.facts .col-md-8 {
  padding-left: 0;
}
.facts .facts-space {
  padding-right: 30px;
}
.facts h2 {
  padding: 15px 0 10px 0;
  border-bottom: 2px solid #36889d;
}
.facts h3 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #36889d;
}
.facts p {
  color: #36889d;
}
.facts .chart-icons i {
  font-size: 72px;
  font-size: 7.2rem;
  margin: -10px 0 20px 0;
}
.facts .small-chart-icons i {
  font-size: 36px;
  font-size: 3.6rem;
  margin: -10px 0 10px 0;
}
.facts .smaller-chart-icons i {
  font-size: 13px;
  font-size: 1.3rem;
}
.facts .facts-body {
  padding-top: 20px;
  color: #08526d;
  font-size: 14px;
  font-size: 1.4rem;
}
.facts .facts-body p {
  line-height: 1.3em;
}
.facts .facts-body ul {
  padding: 0;
}
.facts .facts-body ul > li {
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
.facts .facts-body .number {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'MorganBigRegular';
  color: #36889d;
}
.facts .facts-body div.alumni {
  font-size: 18px;
  font-size: 1.8rem;
}
.facts .facts-body .alumni-country {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'MorganBigRegular';
  color: #36889d;
}
.facts .more-info {
  text-align: center;
  padding-bottom: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
.stories .col-md-3.first {
  padding-left: 0;
}
.stories .col-md-3 {
  padding-right: 0;
}
.stories .story-photo {
  text-align: center;
}
.stories .story-body {
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}
.stories .story-body p {
  line-height: 1.3em;
}
.apply .btn-default {
  background: #e6261f;
  border: 1px solid #d6332c;
}
.apply .btn-default:hover {
  background: #d6332c;
  border: 1px solid #e6261f;
}
.apply a {
  color: white;
}
.apply a:hover {
  color: #fbedec;
}
.apply-body {
  padding: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
}
.apply-body p {
  line-height: 1.3em;
}
.apply-body ul {
  padding: 0;
}
.apply-body ul > li {
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
footer {
  background: #001929;
}
footer h3 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  padding: 8px 0 8px 0;
  margin-top: 20px;
}
footer ul {
  padding: 0;
}
footer li {
  padding: 8px 0 8px 0;
  border-top: 1px solid #d4e6ec;
  list-style: none;
}
footer a:link,
footer a:visited {
  color: #d4e6ec;
}
footer p {
  margin-top: 20px;
  color: #36889d;
}
footer p a:link,
footer p a:visited {
  color: #36889d;
}
footer p a:link:hover,
footer p a:visited:hover {
  color: white;
}
footer .social h3 {
  border-bottom: 1px solid #d4e6ec;
}
footer .social li {
  border-top: none;
  display: inline-block;
  padding-right: 10px;
}
footer .social a:hover {
  text-decoration: none;
}
footer .social i {
  background: #d4e6ec;
  color: #001929;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  width: 36px;
  height: 36px;
}
footer .social i:hover {
  background: #36889d;
  color: #d4e6ec;
}
.homepage {
  background: url(../img/home_bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}
.hero {
  margin-top: 300px;
  background: rgba(54, 136, 157, 0.8);
  color: white;
  width: 100%;
  top: 300px;
  padding: 20px 0 20px 0;
}
.hero h1,
.hero .intro,
.hero .link {
  padding-bottom: 20px;
}
.hero h3 {
  border-top: 2px solid white;
  padding-top: 10px;
}
.hero a:link,
.hero a:visited {
  color: white;
}
.hero-img-lisbon {
  height: 300px;
  padding-top: 250px;
  background: url(../img/lisbon.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.article {
  background: white;
  color: black;
  padding-bottom: 100px;
}
.article h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #08526d;
}
.article .intro {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #d4e6ec;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #36889d;
}
.article-wrap {
  margin-top: -65px;
  background: white;
  color: black;
}
p {
  line-height: 1.7em;
}
a:link,
a:visited {
  color: #36889d;
}
h1 {
  font-size: 48px;
  margin: 0;
}
h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08526d;
}
h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.navigation {
  background: #36889d;
  height: 60px;
}
.navigation a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.navigation .logo {
  padding-top: 15px;
}
.navigation .logo a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation .logo .icon-iulstar_white {
  width: 25px;
  height: 25px;
  background: url(../img/iulstar_white.png) center center no-repeat;
}
.navigation .logo .iul:after {
  content: "University Institute of Lisbon";
}
.navigation ul.main_nav {
  padding-top: 20px;
  float: right;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav ul.main_nav li {
  display: inline;
  margin: 0 4px;
  padding-right: 4px;
}
nav ul.main_nav li:after {
  content: "/";
  color: #d4e6ec;
}
nav ul.main_nav li.last:after {
  content: none;
}
nav ul.main_nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 15px;
}
nav ul.main_nav li a:hover {
  color: #d4e6ec;
}
@media (min-width: 240px) and (max-width: 1199px) {
  .navigation .logo a {
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .navigation .logo .icon-iulstar_white {
    width: 25px;
    height: 25px;
    background: url(../img/iulstar_white.png) center center no-repeat;
  }
  .navigation .logo .iul:after {
    content: "IUL";
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  ul.main_nav {
    margin: 18px 0 0 20px;
  }
  nav ul.main_nav li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 8px;
  }
}
@media (min-width: 240px) and (max-width: 767px) {
  .navigation .container {
    padding: 0;
    margin: 0;
  }
  .navigation .col-xs-12 {
    padding: 0;
  }
  .navigation ul.main_nav {
    padding: 0;
    float: none;
  }
  .navbar-toggle {
    margin: 10px 0px 5px 0;
  }
  .navbar-toggle i {
    background: #d4e6ec;
    color: #36889d;
    padding: 5px 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  }
  .navbar-toggle i:hover {
    background: #003f66;
    color: #36889d;
  }
  nav ul.main_nav li {
    display: block;
    background: #36889d;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4e6ec;
  }
  nav ul.main_nav li:hover {
    background: #d4e6ec;
  }
  nav ul.main_nav li:after {
    content: " ";
  }
  nav ul.main_nav li:hover a {
    color: #36889d;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .navigation .col-xs-12 {
    padding: 0;
  }
  ul.main_nav {
    padding: 0;
    margin: 0;
    float: none;
  }
  nav ul.main_nav li {
    display: inline;
    margin: 0 2px;
    padding-right: 2px;
  }
  .navbar-collapse {
    width: 66.66666667%;
  }
}
aside .menu h2 {
  padding: 0 0 0 20px;
}
aside .menu ul {
  padding: 0;
}
aside .menu ul li {
  border-top: 1px solid #d4e6ec;
  line-height: 1.3em;
  list-style: none;
  padding: 10px 10px 10px 20px;
}
.box {
  background: #f0f5f7;
  border-top: 1px solid #d4e6ec;
  padding: 0px 20px 20px 20px;
  margin-top: 20px;
}
.box h2 {
  padding-bottom: 10px;
}
.box .file {
  padding-top: 5px;
}
.box .filesize {
  font-size: 10px;
  color: #9e9e9e;
}
.box .btn-info {
  background: #36889d;
  border: #001929;
  color: #f0f5f7;
}
.contacts {
  display: inline-block;
  padding-left: 10px;
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
}
#lisbon-carousel {
  margin-top: 40px;
}
#lisbon-carousel h2 {
  margin: 0;
}
#lisbon-carousel ol {
  margin: 0;
  padding: 0;
}
#lisbon-carousel li {
  height: 100px;
  color: #36889d;
  text-align: center;
  list-style: none;
  vertical-align: middle;
  border-top: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
#lisbon-carousel li:hover,
#lisbon-carousel li.active {
  background: #d4e6ec;
}
#lisbon-carousel img {
  margin: 10px;
}
#lisbon-carousel .carousel-inner {
  padding-top: 15px;
  height: 220px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #36889d;
  border-bottom: 1px solid #d4e6ec;
}
table {
  border-top: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #08526d;
  padding: 10px 20px 10px 0;
}
table td {
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
.info .col-md-3.first {
  padding-left: 0;
}
.info .col-md-3 {
  padding-right: 0;
}
.info .info-title {
  background: #d4e6ec;
  padding: 15px;
  text-align: center;
}
.info .info-body {
  padding: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
}
.info .info-body p {
  line-height: 1.3em;
}
.info .info-body ul {
  padding: 0;
}
.info .info-body ul > li {
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
.info .info-body .number {
  background: #d4e6ec;
  color: #36889d;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 11px;
  margin-right: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
.info .info-body .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.info .more-info {
  text-align: center;
  padding-bottom: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
.facts .col-md-1,
.facts .col-md-2,
.facts .col-md-3,
.facts .col-md-4,
.facts .col-md-5,
.facts .col-md-6,
.facts .col-md-7,
.facts .col-md-8 {
  padding-left: 0;
}
.facts .facts-space {
  padding-right: 30px;
}
.facts h2 {
  padding: 15px 0 10px 0;
  border-bottom: 2px solid #36889d;
}
.facts h3 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #36889d;
}
.facts p {
  color: #36889d;
}
.facts .chart-icons i {
  font-size: 72px;
  font-size: 7.2rem;
  margin: -10px 0 20px 0;
}
.facts .small-chart-icons i {
  font-size: 36px;
  font-size: 3.6rem;
  margin: -10px 0 10px 0;
}
.facts .smaller-chart-icons i {
  font-size: 13px;
  font-size: 1.3rem;
}
.facts .facts-body {
  padding-top: 20px;
  color: #08526d;
  font-size: 14px;
  font-size: 1.4rem;
}
.facts .facts-body p {
  line-height: 1.3em;
}
.facts .facts-body ul {
  padding: 0;
}
.facts .facts-body ul > li {
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
.facts .facts-body .number {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'MorganBigRegular';
  color: #36889d;
}
.facts .facts-body div.alumni {
  font-size: 18px;
  font-size: 1.8rem;
}
.facts .facts-body .alumni-country {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'MorganBigRegular';
  color: #36889d;
}
.facts .more-info {
  text-align: center;
  padding-bottom: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
}
.stories .col-md-3.first {
  padding-left: 0;
}
.stories .col-md-3 {
  padding-right: 0;
}
.stories .story-photo {
  text-align: center;
}
.stories .story-body {
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}
.stories .story-body p {
  line-height: 1.3em;
}
.apply .btn-default {
  background: #e6261f;
  border: 1px solid #d6332c;
}
.apply .btn-default:hover {
  background: #d6332c;
  border: 1px solid #e6261f;
}
.apply a {
  color: white;
}
.apply a:hover {
  color: #fbedec;
}
.apply-body {
  padding: 10px;
  border-left: 1px solid #d4e6ec;
  border-right: 1px solid #d4e6ec;
  border-bottom: 1px solid #d4e6ec;
  color: #08526d;
  font-size: 13px;
  font-size: 1.3rem;
}
.apply-body p {
  line-height: 1.3em;
}
.apply-body ul {
  padding: 0;
}
.apply-body ul > li {
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 1px solid #d4e6ec;
  padding: 10px 20px 10px 0;
}
footer {
  background: #001929;
}
footer h3 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  padding: 8px 0 8px 0;
  margin-top: 20px;
}
footer ul {
  padding: 0;
}
footer li {
  padding: 8px 0 8px 0;
  border-top: 1px solid #d4e6ec;
  list-style: none;
}
footer a:link,
footer a:visited {
  color: #d4e6ec;
}
footer p {
  margin-top: 20px;
  color: #36889d;
}
footer p a:link,
footer p a:visited {
  color: #36889d;
}
footer p a:link:hover,
footer p a:visited:hover {
  color: white;
}
footer .social h3 {
  border-bottom: 1px solid #d4e6ec;
}
footer .social li {
  border-top: none;
  display: inline-block;
  padding-right: 10px;
}
footer .social a:hover {
  text-decoration: none;
}
footer .social i {
  background: #d4e6ec;
  color: #001929;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  width: 36px;
  height: 36px;
}
footer .social i:hover {
  background: #36889d;
  color: #d4e6ec;
}
