/*
 * PATH
 */
/*
 * COLORS
 */
/*@color-light-grey: #c3c1c1;*/
/*
 * FONTS
 */
/*
 * FONT SIZE
 */
/* functions */
/* general */
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 14px;
  color: #9b9b9b;
  /*h2, h3{ font-weight: 500; }*/
}
html b,
body b {
  font-weight: bold;
}
html i,
body i {
  font-style: italic;
}
html a,
body a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: 'Poppins', sans-serif !important;
  text-decoration: none !important;
  color: #375678;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
html a:hover,
body a:hover,
html a:focus,
body a:focus {
  background-color: transparent;
  color: #F18E44;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html a.white,
body a.white {
  color: #ffffff;
}
html a.blue,
body a.blue {
  color: #0F8EC7;
}
html a.grey,
body a.grey {
  color: #9b9b9b;
}
html a.link-btn,
body a.link-btn {
  border: 3px solid #ffffff;
  padding: 18px 60px 15px 60px;
  text-transform: uppercase;
  font-weight: bold;
}
html a.link-btn:hover,
body a.link-btn:hover {
  border: 3px solid #F18E44;
}
html a:hover,
body a:hover,
html a:focus,
body a:focus {
  color: #F18E44;
}
html .bg-blue,
body .bg-blue {
  background-color: #0F8EC7;
}
html .bg-gray,
body .bg-gray {
  background-color: #eff1f4;
}
html .tx-blue,
body .tx-blue {
  color: #375678;
}
html .tx-orange,
body .tx-orange {
  color: #F18E44;
}
html .no-padding,
body .no-padding {
  padding: 0 !important;
}
html .overlay,
body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F8EC7;
  background-color: hsla(198.58695652, 85.98130841%, 41.96078431%, 0.75);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf0f8ec7, endColorstr=#bf0f8ec7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf0f8ec7, endColorstr=#bf0f8ec7);
}
html strong.brand,
body strong.brand {
  color: #002549;
}
html strong.electric,
body strong.electric {
  color: #0F8EC7;
}
html ul.bull,
body ul.bull {
  padding: 0  0 0 21px;
}
html ul.bull li,
body ul.bull li {
  padding-bottom: 10px;
  line-height: 165%;
  position: relative;
}
html ul.bull li:before,
body ul.bull li:before {
  position: absolute;
  left: -20px;
  top: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.571rem;
  content: "\f111";
  color: #0F8EC7;
  vertical-align: middle;
}
html ul.bull.right,
body ul.bull.right {
  padding: 0 21px 0 0;
}
html ul.bull.right li:before,
body ul.bull.right li:before {
  right: -20px;
}
html .content ul,
body .content ul {
  padding: 0  0 0 21px;
}
html .content ul li,
body .content ul li {
  padding-bottom: 10px;
  line-height: 165%;
  position: relative;
}
html .content ul li:before,
body .content ul li:before {
  position: absolute;
  left: -20px;
  top: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.571rem;
  content: "\f111";
  color: #0F8EC7;
  vertical-align: middle;
}
html .content ul.right,
body .content ul.right {
  padding: 0 21px 0 0;
}
html .content ul.right li:before,
body .content ul.right li:before {
  right: -20px;
}
html .content ol,
body .content ol {
  padding: 0  0 0 21px;
}
html .content ol li,
body .content ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
html .content ol li:before,
body .content ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: -2.5em;
  width: 2em;
  text-align: right;
  padding: 0  0 0 21px;
  color: #0F8EC7;
}
html .image-background,
body .image-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
html .image-background.bg-about,
body .image-background.bg-about {
  background-image: url(/media/images/factory_bg.jpg);
}
html .image-background.bg-crucial,
body .image-background.bg-crucial {
  background-image: url(/media/images/crucial_bg.jpg);
}
html .img-responsive,
body .img-responsive {
  margin: 0 auto;
}
html .content-left,
body .content-left {
  text-align: left;
}
html .content-right,
body .content-right {
  text-align: right;
}
html .btn,
body .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background: transparent;
  outline: none;
  text-transform: uppercase;
  font-size: 1.143rem;
  font-weight: 600;
  padding: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html .btn.gray,
body .btn.gray {
  background-color: #d6d6d6;
  color: #ffffff;
}
html .btn.gray:hover,
body .btn.gray:hover {
  background-color: #093969;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html .btn.pink,
body .btn.pink {
  background-color: #f54951;
  color: #ffffff;
}
html .btn.pink:hover,
body .btn.pink:hover {
  background-color: #093969;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html .buttons a,
body .buttons a {
  font-size: 1.071rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html .buttons a.full,
body .buttons a.full {
  background-color: #002549;
  color: #ffffff;
  padding: 18px 35px 15px 35px;
}
html .buttons a.outline,
body .buttons a.outline {
  border: 3px solid #002549;
  color: #002549;
  padding: 16px 35px 11px 35px;
}
html .buttons a:hover,
body .buttons a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html :focus,
body :focus {
  outline: 0;
}
html em,
body em,
html i,
body i {
  font-style: italic;
}
/* banner */
#top-banner {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 0;
}
#top-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e4266+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #1e4266 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e4266 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e4266 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4266', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
#top-banner > section {
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
#top-banner .wrapper {
  padding: 50px 0;
  min-height: 380px;
}
@media (max-width: 767px) {
  #top-banner .wrapper {
    text-align: center;
  }
}
#top-banner .top {
  background-color: #1F2A4A;
  text-align: right;
  height: 40px;
}
#top-banner .top > div {
  padding-top: 10px;
}
#top-banner .top i {
  padding-left: 10px;
}
#top-banner .top span {
  cursor: pointer;
}
#top-banner .top .live {
  display: none;
}
#top-banner .top .live a {
  text-transform: none;
}
#top-banner .super-title {
  font-size: 1.6rem;
  font-weight: 300;
  color: #F18E44;
}
#top-banner .title {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 120%;
}
#top-banner .content {
  font-size: 1.4rem;
  font-family: 'Karla', sans-serif;
  padding-top: 20px;
}
#top-banner a.link-btn {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
#top-banner a.link-btn i {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#top-banner.open {
  max-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top-banner.closed {
  max-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #top-banner .title {
    font-size: 2.857rem;
  }
}
/* streaming */
#streaming .videoWrapper iframe {
  width: 100%;
}
#streaming .link-btn {
  border: 4px solid #F18E44;
  color: #F18E44;
  display: block;
  margin-bottom: 20px;
  max-width: 75%;
  padding: 18px 20px 15px 20px;
  margin-left: 25%;
  position: relative;
}
#streaming .link-btn:hover {
  background-color: #F18E44;
  color: #ffffff;
}
#streaming .link-btn:first-child {
  border-color: #0F8EC7;
  color: #0F8EC7;
}
#streaming .link-btn:first-child:hover {
  background-color: #0F8EC7;
  color: #ffffff;
}
#streaming .link-btn i {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media (max-width: 991px) {
  #streaming .link-btn {
    max-width: 100%;
    margin-left: 0;
  }
  #streaming .link-btn:first-child {
    margin-top: 50px;
  }
}
#streaming #program-related .box .location-wrapper {
  background-color: #0F8EC7;
  color: #ffffff;
}
#streaming #program-related .box .location-wrapper:before {
  border-color: transparent transparent transparent #0b6c98;
}
#streaming #program-related .box .location-wrapper .sub-title {
  color: #ffffff;
}
/* header */
header #service-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0 solid rgba(126, 156, 176, 0.35);
  border-right: 0 solid rgba(126, 156, 176, 0.35);
  border-bottom: 1px solid rgba(126, 156, 176, 0.35);
  border-left: 0 solid rgba(126, 156, 176, 0.35);
}
header #service-menu .navbar-left .active a {
  color: #F18E44;
}
header #service-menu a {
  font-weight: 600;
  font-size: 0.857rem;
  padding: 15px 25px 10px 25px;
}
header #service-menu a:first-child {
  padding-left: 0;
}
header #service-menu .social-icon-menu a {
  font-size: 1rem;
  padding: 15px 10px 10px 10px;
}
header #service-menu .organic-search-menu a {
  font-size: 1rem;
  padding: 15px 10px 10px 10px;
}
header #service-menu .organic-search-menu #organic-search-box {
  padding-left: 35px;
}
header #service-menu .organic-search-menu #organic-search-box a {
  background-color: #375678;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #service-menu .organic-search-menu #organic-search-box a:hover,
header #service-menu .organic-search-menu #organic-search-box a.active {
  background-color: #f54951;
  color: #ffffff;
}
header #service-menu .organic-search-menu #organic-search-box form#FS {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 47px;
  right: 0;
  width: 340px;
  background-color: #f54951;
  padding: 5px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #service-menu .organic-search-menu #organic-search-box form#FS input {
  border-radius: 0;
  height: 30px;
  color: #375678;
  outline: none;
}
header #service-menu .organic-search-menu #organic-search-box form#FS.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #service-menu .reserved-area-menu a {
  font-size: 1rem;
  padding: 15px 10px 10px 10px;
}
header #service-menu .reserved-area-menu > li.dropdown a {
  padding: 15px 12px 10px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #service-menu .reserved-area-menu > li.dropdown a:hover {
  background-color: #384552;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #service-menu .reserved-area-menu > li.dropdown.open a {
  background-color: #384552;
}
header #service-menu .reserved-area-menu .dropdown-menu {
  background-color: #384552;
  padding: 30px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header #service-menu .reserved-area-menu .dropdown-menu li {
  padding-bottom: 25px;
  white-space: normal;
  line-height: 100%;
}
header #service-menu .reserved-area-menu .dropdown-menu li a {
  color: #8D9BA8;
  text-transform: none;
  font-weight: normal;
  font-family: 'Karla', sans-serif !important;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #service-menu .reserved-area-menu .dropdown-menu li a:hover {
  color: #F18E44;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
header #service-menu .reserved-area-menu .dropdown-menu li.sep {
  border-bottom: 1px solid #9b9b9b;
  width: 50%;
  padding: 0;
}
header #service-menu .language-menu {
  padding-left: 35px;
}
header #service-menu .language-menu li a {
  padding: 15px 5px 10px 5px;
}
header #service-menu .language-menu li.active a {
  color: #F18E44;
}
header #service-menu .language-menu .sep {
  padding: 15px 5px 10px 5px;
}
header .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  margin-bottom: 0;
}
header .navbar .js-navbar-collapse {
  border-top: 1px solid rgba(126, 156, 176, 0.35);
  border-right: 0 solid rgba(126, 156, 176, 0.35);
  border-bottom: 0 solid rgba(126, 156, 176, 0.35);
  border-left: 0 solid rgba(126, 156, 176, 0.35);
  padding: 0;
}
header .navbar .navbar-right {
  margin-right: 0;
}
header .navbar .main-menu {
  margin-top: 55px;
}
header .navbar .main-menu .navbar-right {
  padding: 44px 0;
}
header .navbar .main-menu .menu-box {
  color: #ffffff;
  font-size: 0.786rem;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  padding: 30px 0 5px 15px;
  font-family: 'Poppins', sans-serif;
  /*&:hover{ background-color: @color-matisse; color: @color-pink; }*/
}
header .navbar .main-menu .menu-box i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1rem;
}
header .navbar .main-menu .menu-box span {
  display: inline-block;
  width: 58%;
  line-height: 120%;
}
header .navbar .main-menu .menu-box.advanced-search-box {
  background-color: #E8ECF3;
  padding-right: 50px;
  color: #375678;
  width: 168px;
}
header .navbar .main-menu .menu-box.advanced-search-box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .main-menu .menu-box.subscribe-newsletter-box {
  background-color: #F18E44;
  margin-left: 5px;
  padding-right: 0;
  font-weight: 600;
  width: 304px;
}
header .navbar .main-menu .menu-box.subscribe-newsletter-box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
header .navbar .navbar-header .navbar-toggle {
  background-color: #375678;
  margin: 15px 15px 0 0;
}
header .navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
header .navbar .navbar-header .navbar-brand {
  height: auto;
  max-width: 292px;
}
header .navbar .navbar-header .navbar-brand .claim {
  color: #093969;
  font-size: 1.143rem;
  font-family: 'Karla', sans-serif;
  text-transform: none;
  font-weight: 600;
  padding-top: 5px;
  display: inline-block;
}
header .nav .mega-dropdown {
  position: static !important;
}
header .nav .mega-dropdown .mega-dropdown-menu {
  width: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 20px;
  background-color: #384552;
  overflow: hidden;
}
header .nav .mega-dropdown .mega-dropdown-menu .dropdown-header {
  padding: 0 0 25px 0;
}
header .nav .mega-dropdown .mega-dropdown-menu .dropdown-header a {
  text-transform: uppercase;
  font-size: 1.143rem;
  font-weight: 600;
  color: #ffffff;
}
header .nav .mega-dropdown .mega-dropdown-menu a {
  color: #8D9BA8;
  text-transform: none;
  font-weight: normal;
  font-family: 'Karla', sans-serif !important;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
}
header .nav .mega-dropdown .mega-dropdown-menu a:hover {
  color: #F18E44;
}
header .nav .mega-dropdown .mega-dropdown-menu .highlight {
  margin: -80px 0 7px 0;
}
header .nav .mega-dropdown .mega-dropdown-menu .highlight .dropdown-header {
  font-size: 1.143rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
header .nav .mega-dropdown .mega-dropdown-menu .highlight .content {
  line-height: 130%;
  color: #8D9BA8;
  text-transform: none;
  font-weight: normal;
  font-family: 'Karla', sans-serif !important;
  font-size: 1rem;
}
header .nav .mega-dropdown .mega-dropdown-menu .highlight .content img {
  margin-bottom: 25px;
}
header .nav .mega-dropdown .mega-dropdown-menu .highlight:after {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: 0;
  height: 1000%;
  width: 1000%;
  z-index: -1;
  background-color: #4f5b68;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu {
  padding: 30px 0 0 0;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container.no-border > li:last-child:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 900px;
  background: #41505f;
  display: block;
  top: -200px;
  left: 0;
  z-index: -1;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column {
  padding-bottom: 30px;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box {
  margin-top: 0;
  position: relative;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box.bordered span:first-child:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  padding-left: 10px;
  color: #8D9BA8;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box .dropdown-header {
  padding-bottom: 0;
  width: 100%;
  /*                    span:last-child{ text-transform: none; font-weight: normal; font-family: @font-karla; font-size: @px14; display: inline-block; width: 100%; padding: 5px 0 0 0; }*/
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box .dropdown-header a {
  /*                      span:first-child{ color: @color-white; }
                                            span:last-child{ color: @color-middle-darker-grey; }*/
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box .dropdown-header a span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box .dropdown-header a span.last {
  text-transform: none;
  font-weight: normal;
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  padding: 5px 0 0 0;
  color: #8D9BA8;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column > ul.box .dropdown-header a:hover span {
  color: #F18E44;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container .column:last-child {
  border: 0;
}
header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container.bordered-bottom .dropdown-header {
  border-bottom: 1px solid #9b9b9b;
}
header .nav .mega-dropdown:not(.research-item) {
  position: relative !important;
}
header .nav .mega-dropdown:not(.research-item) .mega-dropdown-menu {
  width: 305px;
  right: auto;
  left: 0;
}
header .nav .mega-dropdown:not(.research-item):nth-child(8) .mega-dropdown-menu {
  left: auto;
  right: 0;
}
header .nav.main-menu-items {
  text-align: center;
  font-size: 0.857rem;
  font-weight: 600;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .nav.main-menu-items > li {
  display: inline-block;
  float: none;
  -webkit-flex-basis: 155px;
  -ms-flex-basis: 155px;
  flex-basis: 155px;
}
header .nav.main-menu-items > li > a {
  border-bottom: 2px solid #ffffff;
  font-size: 0.929rem;
  padding-bottom: 15px;
  font-weight: 600;
}
header .nav.main-menu-items > li > a:hover {
  color: #F18E44;
  border-bottom: 2px solid #F18E44;
}
header .nav.main-menu-items > li.active > a {
  color: #F18E44;
  border-bottom: 2px solid #F18E44;
}
header .nav.main-menu-items > li.active > a:hover {
  color: #F18E44;
  border-bottom: 2px solid #F18E44;
}
header .nav.main-menu-items > li.about-item.active > a {
  color: #f54951;
  border-bottom: 2px solid #f54951;
}
header .nav.main-menu-items > li.about-item.active > a:hover {
  color: #f54951;
  border-bottom: 2px solid #f54951;
}
header .nav.main-menu-items > li.about-item > a:hover {
  color: #f54951;
  border-bottom: 2px solid #f54951;
}
header .nav.main-menu-items > li.open > a {
  color: #F18E44;
  border-bottom: 2px solid #F18E44;
}
header .nav.main-menu-items > li.open li li {
  padding-bottom: 25px;
  white-space: normal;
  line-height: 100%;
}
header .nav.main-menu-items > li.open li li.active > a {
  color: #F18E44;
}
header .nav.main-menu-items > li.open li li.sep {
  border-bottom: 1px solid #9b9b9b;
  width: 40%;
  padding: 0;
}
header .nav.main-menu-items > li.open.about-item > a {
  color: #f54951;
  border-bottom: 2px solid #f54951;
}
header .nav.main-menu-items > li.open.about-item li.active a {
  color: #f54951;
}
header .nav.main-menu-items > li.open.about-item li a:hover {
  color: #f54951;
}
header .login-name {
  font-weight: bold;
  color: #ffffff;
}
/* search */
#search-page {
  padding: 50px 0 100px 0;
}
#search-page h2 {
  color: #093969;
  font-weight: 600;
}
#search-page .input-group {
  width: 100%;
}
#search-page .input-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #d6d6d6;
  outline: none;
  color: #093969;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#search-page .input-group .form-control:focus {
  border: 2px solid #093969;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* breadcrumb */
.breadcrumb-box {
  background-color: #e8ecf3;
  font-size: 0.857rem;
  font-weight: 600;
}
.breadcrumb-box .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 20px 0 15px 0;
}
.breadcrumb-box .breadcrumb li {
  color: #375678;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.breadcrumb-box .breadcrumb .active {
  color: #0F8EC7;
}
.breadcrumb-box .breadcrumb .active:before {
  color: #0F8EC7;
}
#publications.reserved-area #pubblication-categories #sub-sections .sub-section.corner-right .title {
  padding-top: 0;
  color: #0F8EC7;
}
#publications.reserved-area #profile-head .title {
  padding-bottom: 50px;
}
#publications.reserved-area #locations .location.img-left .top {
  top: 80px;
  left: -93px;
}
#publications.reserved-area #locations .location.img-left .location-wrapper {
  padding-left: 100px;
}
#publications.reserved-area #pubblication-categories {
  margin-top: 0px;
}
#publications.reserved-area #pubblication-categories #sub-sections .sub-section {
  height: 100%;
  padding-bottom: 35px;
}
#front-page {
  background-color: #eff1f4;
}
#front-page #home-carousel {
  position: relative;
}
#front-page #home-carousel .swiper-container .swiper-wrapper {
  margin-bottom: 0;
}
#front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: initial;
}
#front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide .super-title {
  font-size: 1.714rem;
  font-weight: 300;
  padding-bottom: 40px;
}
#front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide .title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}
#front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide .content {
  font-size: 1.714rem;
  font-family: 'Karla', sans-serif;
}
#front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide .link-btn {
  margin-top: 40px;
  float: left;
  /*&:hover{ background-color: @color-link-hover; color: @color-white; }*/
}
#front-page #home-carousel .swiper-container .pagination-wrapper {
  margin: -45px auto 25px auto;
  z-index: 8888;
  position: relative;
}
#front-page #home-carousel .swiper-container .pagination-wrapper .swiper-pagination {
  position: static;
  text-align: left;
}
#front-page #home-carousel .swiper-container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  margin: 0 5px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#front-page #home-carousel .swiper-container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#front-page #home-carousel .swiper-container .pagination-wrapper .swiper-pagination.hide-bullets span {
  display: none;
}
#front-page #home-carousel #scroll-indicator {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 10;
  margin: 0 auto;
  width: 120px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.929rem;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  display: none;
}
#front-page #home-carousel #scroll-indicator img {
  margin-top: 10px;
}
#front-page #home-carousel .slide_caption {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  display: inline-block;
}
#front-page #home-carousel .slide_caption.active {
  background-color: rgba(0, 0, 0, 0.5);
}
#front-page #home-tabs {
  border-top: 20px solid #093969;
}
#front-page #home-tabs .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #093969;
}
#front-page #home-tabs .row .tab {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 125%;
  padding: 20px 40px;
  text-transform: none;
  background-color: #093969;
  background: transparent \9;
  background: rgba(9, 57, 105, 0.5);
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=@{@color},endColorstr=@{@color})";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=@{@color},endColorstr=@{@color})";
  background-repeat: no-repeat;
  background-size: 125%;
  background-position: center 5%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  word-wrap: break-word;
}
#front-page #home-tabs .row .tab:hover {
  background-size: 140%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page #home-tabs .row .tab span {
  position: relative;
}
#front-page #home-tabs .row .tab .overlay {
  background-color: #093969;
  background-color: hsla(210, 84.21052632%, 22.35294118%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9093969, endColorstr=#d9093969)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9093969, endColorstr=#d9093969);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page #home-tabs .row .tab:nth-child(1) .overlay {
  background-color: #072855;
  background-color: hsla(214.61538462, 84.7826087%, 18.03921569%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9072855, endColorstr=#d9072855)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9072855, endColorstr=#d9072855);
}
#front-page #home-tabs .row .tab:nth-child(1):hover .overlay {
  background-color: #072855;
  background-color: hsla(214.61538462, 84.7826087%, 18.03921569%, 0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2072855, endColorstr=#f2072855)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2072855, endColorstr=#f2072855);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page #home-tabs .row .tab:nth-child(2) .overlay {
  background-color: #082e62;
  background-color: hsla(214.66666667, 84.90566038%, 20.78431373%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9082e62, endColorstr=#d9082e62)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9082e62, endColorstr=#d9082e62);
}
#front-page #home-tabs .row .tab:nth-child(2):hover .overlay {
  background-color: #082e62;
  background-color: hsla(214.66666667, 84.90566038%, 20.78431373%, 0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2082e62, endColorstr=#f2082e62)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2082e62, endColorstr=#f2082e62);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page #home-tabs .row .tab:nth-child(3) .overlay {
  background-color: #143f7b;
  background-color: hsla(214.95145631, 72.02797203%, 28.03921569%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9143f7b, endColorstr=#d9143f7b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9143f7b, endColorstr=#d9143f7b);
}
#front-page #home-tabs .row .tab:nth-child(3):hover .overlay {
  background-color: #143f7b;
  background-color: hsla(214.95145631, 72.02797203%, 28.03921569%, 0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2143f7b, endColorstr=#f2143f7b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2143f7b, endColorstr=#f2143f7b);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page #home-tabs .row .tab:nth-child(4) .overlay {
  background-color: #144487;
  background-color: hsla(214.95652174, 74.19354839%, 30.39215686%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9144487, endColorstr=#d9144487)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9144487, endColorstr=#d9144487);
}
#front-page #home-tabs .row .tab:nth-child(4):hover .overlay {
  background-color: #144487;
  background-color: hsla(214.95652174, 74.19354839%, 30.39215686%, 0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2144487, endColorstr=#f2144487)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2144487, endColorstr=#f2144487);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page #home-tabs .row .tab:nth-child(5) .overlay {
  background-color: #275da9;
  background-color: hsla(215.07692308, 62.5%, 40.78431373%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9275da9, endColorstr=#d9275da9)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9275da9, endColorstr=#d9275da9);
}
#front-page #home-tabs .row .tab:nth-child(5):hover .overlay {
  background-color: #275da9;
  background-color: hsla(215.07692308, 62.5%, 40.78431373%, 0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2275da9, endColorstr=#f2275da9)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2275da9, endColorstr=#f2275da9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page .front-container {
  padding: 15px;
  /*> .row{ .flexbox(); .flex-wrap(); }*/
}
#front-page .front-container #calendar-events > .row {
  background-color: #ffffff;
}
#front-page .front-container #calendar-events #home-calendar {
  background-color: #ffffff;
}
#front-page .front-container #calendar-events #home-calendar .pignose-calendar {
  background-color: #ffffff;
}
#front-page .front-container .box {
  font-family: 'Poppins', sans-serif;
  /*&.col-md-4{
       .flex-basis(33.25%);
       .row:before, .row:after{ display: none; }
      }*/
  /*&.col-md-8{
       .flex-basis(66.55%);
       .row:before, .row:after{ display: none; }
      }*/
}
#front-page .front-container .box .row {
  padding: 15px;
  height: 100%;
  /*.flexbox(); .flex-wrap();*/
}
#front-page .front-container .box .row .image {
  padding: 0;
  background-color: #4f5b68;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#front-page .front-container .box .row .image .square {
  top: 45px;
  right: -10px;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#front-page .front-container .box .row .body {
  padding: 25px;
  background-color: #ffffff;
  height: 100%;
}
#front-page .front-container .box .row .body .up-title {
  color: #9b9b9b;
  font-size: 0.857rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 30px;
  padding-right: 30px;
}
#front-page .front-container .box .row .body .up-title .add-separator:after {
  content: "|";
  display: inline-block;
  padding: 0 5px 0 7px;
}
#front-page .front-container .box .row .body .up-sub-title {
  padding-bottom: 25px;
}
#front-page .front-container .box .row .body .sub-title {
  font-size: 1.714rem;
  font-weight: 600;
  color: #242732;
  line-height: 120%;
  padding-bottom: 25px;
}
#front-page .front-container .box .row .body .content {
  font-family: 'Karla', sans-serif;
  font-size: 1.143rem;
  padding-bottom: 30px;
}
#front-page .front-container .box .row .body .link {
  text-transform: none;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
}
#front-page .front-container .box .row .body .link:after {
  content: ">";
  font-size: 1.286rem;
  vertical-align: middle;
  padding-left: 8px;
  font-weight: normal;
}
#front-page .front-container .box .row .body:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.571rem;
  content: "\f0eb";
}
#front-page .front-container .box .body .up-title {
  color: #0F8EC7;
}
#front-page .front-container .box .body:after {
  color: #0F8EC7;
}
#front-page .front-container .box.news .body .up-title,
#front-page .front-container .box.publication .body .up-title,
#front-page .front-container .box.media .body .up-title,
#front-page .front-container .box.files .body .up-title,
#front-page .front-container .box.location .body .up-title {
  color: #0F8EC7;
}
#front-page .front-container .box.news .body:after,
#front-page .front-container .box.publication .body:after,
#front-page .front-container .box.media .body:after,
#front-page .front-container .box.files .body:after,
#front-page .front-container .box.location .body:after {
  color: #0F8EC7;
}
#front-page .front-container .box.ccmi .body .up-title,
#front-page .front-container .box.met .body .up-title,
#front-page .front-container .box.mitp .body .up-title,
#front-page .front-container .box.csi .body .up-title {
  color: #01909d;
}
#front-page .front-container .box.ccmi .body:after,
#front-page .front-container .box.met .body:after,
#front-page .front-container .box.mitp .body:after,
#front-page .front-container .box.csi .body:after {
  color: #01909d;
}
#front-page .front-container .box.ccmi.news .body .up-title,
#front-page .front-container .box.met.news .body .up-title,
#front-page .front-container .box.mitp.news .body .up-title,
#front-page .front-container .box.csi.news .body .up-title,
#front-page .front-container .box.ccmi.publication .body .up-title,
#front-page .front-container .box.met.publication .body .up-title,
#front-page .front-container .box.mitp.publication .body .up-title,
#front-page .front-container .box.csi.publication .body .up-title,
#front-page .front-container .box.ccmi.media .body .up-title,
#front-page .front-container .box.met.media .body .up-title,
#front-page .front-container .box.mitp.media .body .up-title,
#front-page .front-container .box.csi.media .body .up-title,
#front-page .front-container .box.ccmi.files .body .up-title,
#front-page .front-container .box.met.files .body .up-title,
#front-page .front-container .box.mitp.files .body .up-title,
#front-page .front-container .box.csi.files .body .up-title,
#front-page .front-container .box.ccmi.location .body .up-title,
#front-page .front-container .box.met.location .body .up-title,
#front-page .front-container .box.mitp.location .body .up-title,
#front-page .front-container .box.csi.location .body .up-title {
  color: #01909d;
}
#front-page .front-container .box.ccmi.news .body:after,
#front-page .front-container .box.met.news .body:after,
#front-page .front-container .box.mitp.news .body:after,
#front-page .front-container .box.csi.news .body:after,
#front-page .front-container .box.ccmi.publication .body:after,
#front-page .front-container .box.met.publication .body:after,
#front-page .front-container .box.mitp.publication .body:after,
#front-page .front-container .box.csi.publication .body:after,
#front-page .front-container .box.ccmi.media .body:after,
#front-page .front-container .box.met.media .body:after,
#front-page .front-container .box.mitp.media .body:after,
#front-page .front-container .box.csi.media .body:after,
#front-page .front-container .box.ccmi.files .body:after,
#front-page .front-container .box.met.files .body:after,
#front-page .front-container .box.mitp.files .body:after,
#front-page .front-container .box.csi.files .body:after,
#front-page .front-container .box.ccmi.location .body:after,
#front-page .front-container .box.met.location .body:after,
#front-page .front-container .box.mitp.location .body:after,
#front-page .front-container .box.csi.location .body:after {
  color: #01909d;
}
#front-page .front-container .box.ccmi.event .image .square,
#front-page .front-container .box.met.event .image .square,
#front-page .front-container .box.mitp.event .image .square,
#front-page .front-container .box.csi.event .image .square {
  background-color: #01909d;
}
#front-page .front-container .box.ccmi.event .body,
#front-page .front-container .box.met.event .body,
#front-page .front-container .box.mitp.event .body,
#front-page .front-container .box.csi.event .body {
  background-color: #01909d;
}
#front-page .front-container .box.eia .body .up-title {
  color: #f18f44;
}
#front-page .front-container .box.eia .body:after {
  color: #f18f44;
}
#front-page .front-container .box.eia.news .body .up-title,
#front-page .front-container .box.eia.publication .body .up-title,
#front-page .front-container .box.eia.media .body .up-title,
#front-page .front-container .box.eia.files .body .up-title,
#front-page .front-container .box.eia.location .body .up-title {
  color: #f18f44;
}
#front-page .front-container .box.eia.news .body:after,
#front-page .front-container .box.eia.publication .body:after,
#front-page .front-container .box.eia.media .body:after,
#front-page .front-container .box.eia.files .body:after,
#front-page .front-container .box.eia.location .body:after {
  color: #f18f44;
}
#front-page .front-container .box.eia.event .image .square {
  background-color: #f18f44;
}
#front-page .front-container .box.eia.event .body {
  background-color: #f18f44;
}
#front-page .front-container .box.sas .body .up-title,
#front-page .front-container .box.asd .body .up-title {
  color: #d4262e;
}
#front-page .front-container .box.sas .body:after,
#front-page .front-container .box.asd .body:after {
  color: #d4262e;
}
#front-page .front-container .box.tet .body .up-title {
  color: #0F8EC7;
}
#front-page .front-container .box.tet .body:after {
  color: #0F8EC7;
}
#front-page .front-container .box.eet .body .up-title,
#front-page .front-container .box.eet .body:after,
#front-page .front-container .box.eet.news .body .up-title,
#front-page .front-container .box.eet.publication .body .up-title,
#front-page .front-container .box.eet.media .body .up-title,
#front-page .front-container .box.eet.files .body .up-title,
#front-page .front-container .box.eet.location .body .up-title,
#locations .location.img-right.highlight.eet .location-wrapper {
  color: #52972C;
}
#programs.eet #programs-head {
  background-color: #52972C;
}

#front-page .front-container .box.sas.news .body .up-title,
#front-page .front-container .box.sas.publication .body .up-title,
#front-page .front-container .box.sas.media .body .up-title,
#front-page .front-container .box.sas.files .body .up-title,
#front-page .front-container .box.sas.location .body .up-title,
#front-page .front-container .box.asd.news .body .up-title,
#front-page .front-container .box.asd.publication .body .up-title,
#front-page .front-container .box.asd.media .body .up-title,
#front-page .front-container .box.asd.files .body .up-title,
#front-page .front-container .box.asd.location .body .up-title {
  color: #d4262e;
}
#front-page .front-container .box.tet.news .body .up-title,
#front-page .front-container .box.tet.publication .body .up-title,
#front-page .front-container .box.tet.media .body .up-title,
#front-page .front-container .box.tet.files .body .up-title,
#front-page .front-container .box.tet.location .body .up-title {
  color: #0F8EC7;
}
#front-page .front-container .box.sas.news .body:after,
#front-page .front-container .box.sas.publication .body:after,
#front-page .front-container .box.sas.media .body:after,
#front-page .front-container .box.sas.files .body:after,
#front-page .front-container .box.sas.location .body:after,
#front-page .front-container .box.asd.news .body:after,
#front-page .front-container .box.asd.publication .body:after,
#front-page .front-container .box.asd.media .body:after,
#front-page .front-container .box.asd.files .body:after,
#front-page .front-container .box.asd.location .body:after {
  color: #d4262e;
}
#front-page .front-container .box.sas.event .image .square,
#front-page .front-container .box.asd.event .image .square {
  background-color: #d4262e;
}
#front-page .front-container .box.sas.event .body,
#front-page .front-container .box.asd.event .body {
  background-color: #d4262e;
}
#front-page .front-container .box.met.news .body:after,
#front-page .front-container .box.met.publication .body:after,
#front-page .front-container .box.met.media .body:after,
#front-page .front-container .box.met.files .body:after,
#front-page .front-container .box.met.location .body:after {
  color: #d4262e;
}
#front-page .front-container .box.met.event .image .square {
  background-color: #d4262e;
}
#front-page .front-container .box.met.event .body {
  background-color: #d4262e;
}
#front-page .front-container .box.esp .body .up-title,
#front-page .front-container .box.get .body .up-title {
  color: #093969;
}
#front-page .front-container .box.esp .body:after,
#front-page .front-container .box.get .body:after {
  color: #093969;
}
#front-page .front-container .box.esp.news .body .up-title,
#front-page .front-container .box.esp.publication .body .up-title,
#front-page .front-container .box.esp.media .body .up-title,
#front-page .front-container .box.esp.files .body .up-title,
#front-page .front-container .box.esp.location .body .up-title,
#front-page .front-container .box.get.news .body .up-title,
#front-page .front-container .box.get.publication .body .up-title,
#front-page .front-container .box.get.media .body .up-title,
#front-page .front-container .box.get.files .body .up-title,
#front-page .front-container .box.get.location .body .up-title {
  color: #093969;
}
#front-page .front-container .box.esp.news .body:after,
#front-page .front-container .box.esp.publication .body:after,
#front-page .front-container .box.esp.media .body:after,
#front-page .front-container .box.esp.files .body:after,
#front-page .front-container .box.esp.location .body:after,
#front-page .front-container .box.get.news .body:after,
#front-page .front-container .box.get.publication .body:after,
#front-page .front-container .box.get.media .body:after,
#front-page .front-container .box.get.files .body:after,
#front-page .front-container .box.get.location .body:after {
  color: #093969;
}
#front-page .front-container .box.esp.event .image .square,
#front-page .front-container .box.get.event .image .square {
  background-color: #093969;
}
#front-page .front-container .box.esp.event .body,
#front-page .front-container .box.get.event .body {
  background-color: #093969;
}
#front-page .front-container .box.tet.event .image .square {
  background-color: #0F8EC7;
}
#front-page .front-container .box.tet.event .body {
  background-color: #0F8EC7;
}
#front-page .front-container .box.eet.event .image .square {
  background-color: #52972C;
}
#front-page .front-container .box.eet.event .body {
  background-color: #52972C;
}
#front-page .front-container .box.africarep .body .up-title {
  color: #d4262e;
}
#front-page .front-container .box.africarep .body:after {
  color: #d4262e;
}
#front-page .front-container .box.africarep.news .body .up-title,
#front-page .front-container .box.africarep.publication .body .up-title,
#front-page .front-container .box.africarep.media .body .up-title,
#front-page .front-container .box.africarep.files .body .up-title,
#front-page .front-container .box.africarep.location .body .up-title {
  color: #d4262e;
}
#front-page .front-container .box.africarep.news .body:after,
#front-page .front-container .box.africarep.publication .body:after,
#front-page .front-container .box.africarep.media .body:after,
#front-page .front-container .box.africarep.files .body:after,
#front-page .front-container .box.africarep.location .body:after {
  color: #d4262e;
}
#front-page .front-container .box.africarep.event .image .square {
  background-color: #d4262e;
}
#front-page .front-container .box.africarep.event .body {
  background-color: #d4262e;
}
#front-page .front-container .box.fep .body .up-title {
  color: #093969;
}
#front-page .front-container .box.fep .body:after {
  color: #093969;
}
#front-page .front-container .box.fep.news .body .up-title,
#front-page .front-container .box.fep.publication .body .up-title,
#front-page .front-container .box.fep.media .body .up-title,
#front-page .front-container .box.fep.files .body .up-title,
#front-page .front-container .box.fep.location .body .up-title {
  color: #093969;
}
#front-page .front-container .box.fep.news .body:after,
#front-page .front-container .box.fep.publication .body:after,
#front-page .front-container .box.fep.media .body:after,
#front-page .front-container .box.fep.files .body:after,
#front-page .front-container .box.fep.location .body:after {
  color: #093969;
}
#front-page .front-container .box.fep.event .image .square {
  background-color: #093969;
}
#front-page .front-container .box.fep.event .body {
  background-color: #093969;
}
#front-page .front-container .box.facts .body .up-title {
  color: #f18f44;
}
#front-page .front-container .box.facts .body:after {
  color: #f18f44;
}
#front-page .front-container .box.facts.news .body .up-title,
#front-page .front-container .box.facts.publication .body .up-title,
#front-page .front-container .box.facts.media .body .up-title,
#front-page .front-container .box.facts.files .body .up-title,
#front-page .front-container .box.facts.location .body .up-title {
  color: #f18f44;
}
#front-page .front-container .box.facts.news .body:after,
#front-page .front-container .box.facts.publication .body:after,
#front-page .front-container .box.facts.media .body:after,
#front-page .front-container .box.facts.files .body:after,
#front-page .front-container .box.facts.location .body:after {
  color: #f18f44;
}
#front-page .front-container .box.facts.event .image .square {
  background-color: #f18f44;
}
#front-page .front-container .box.facts.event .body {
  background-color: #f18f44;
}
#front-page .front-container .box.cross .body .up-title,
#front-page .front-container .box.cross .body .sub-title {
  color: #29aae3;
}
#front-page .front-container .box.cross .body .link {
  color: #29aae3;
}
#front-page .front-container .box.cross .body .link:hover {
  color: #F18E44;
}
#front-page .front-container .box.cross .body:after {
  content: "\f006";
  color: #29aae3;
}
#front-page .front-container .box.news {
  /*        .image:after{ content: " "; position: absolute; top: 0; right: -2px; display: block; width: 2px; height: 100%; background-color: @color-white; z-index: 1; }*/
  /*.body, .image{ border: 2px solid @color-grey; }*/
  /*.image{ border-right: 0; }*/
}
#front-page .front-container .box.news .body:after {
  content: "\f097";
}
#front-page .front-container .box.video .body:after {
  content: "\f008";
  font-size: 1.286rem;
}
#front-page .front-container .box.publication .body:after,
#front-page .front-container .box.press .body:after {
  content: "\f212";
}
#front-page .front-container .box.media .body:after {
  content: "\f01d";
}
#front-page .front-container .box.files .body:after {
  content: "\f24d";
}
#front-page .front-container .box.location .body:after {
  content: "\f041";
}
#front-page .front-container .box.event:not(.empty) .body .up-title,
#front-page .front-container .box.event:not(.empty) .body .sub-title,
#front-page .front-container .box.event:not(.empty) .body .content {
  color: #ffffff;
}
#front-page .front-container .box.event:not(.empty) .body .up-sub-title {
  color: #ffffff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#front-page .front-container .box.event:not(.empty) .body .link {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page .front-container .box.event:not(.empty) .body .link:hover:after {
  padding-left: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#front-page .front-container .box.event:not(.empty) .body:after {
  color: #ffffff;
}
#calendar-events {
  margin: 15px 0;
  overflow: hidden;
}
#calendar-events > .row {
  background-color: #f7f7f7;
  /*.flexbox(); .flex-wrap();*/
}
#calendar-events > .row > div:nth-child(1) {
  padding: 0;
}
#calendar-events > .row > div:nth-child(2) {
  padding: 0;
  background-color: #4f5b68;
  /*.flex-basis(33.2%);*/
}
#calendar-events #home-calendar {
  padding: 45px;
  background-color: #f7f7f7;
}
#calendar-events #home-calendar .pignose-calendar {
  width: 100%;
  max-width: 100%;
  border: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: static;
  padding: 0;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  position: absolute;
  top: 240px;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  left: 20px;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  right: 20px;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav span {
  font-size: 2.286rem;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  position: static;
  padding: 0;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date span {
  display: inline-block;
  font-size: 1.429rem;
  color: #002549;
  font-weight: 600;
  text-transform: none;
  /*            color: @color-orange;*/
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  color: #002549;
  font-size: 1.286rem;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-body {
  padding-top: 0;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit {
  height: 47px;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit a {
  color: #9b9b9b;
  width: 40px;
  height: 40px;
  padding: 3px;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit a:hover {
  background-color: #e6e6e6;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-today a {
  background-color: #ffffff;
  color: #9b9b9b;
  border: 2px solid #0F8EC7;
  font-weight: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #002549;
  color: #ffffff;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
  margin-top: -11px;
}
#calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
  background-color: #0F8EC7 !important;
}
#calendar-events #home-events {
  padding: 30px 45px 30px 30px;
  color: #ffffff;
  height: 100%;
}
#calendar-events #home-events a {
  color: #ffffff;
}
#calendar-events #home-events .event-date {
  margin-bottom: 40px;
}
#calendar-events #home-events .event-date .full-date {
  font-size: 3.429rem;
  font-weight: 600;
  line-height: 100%;
}
#calendar-events #home-events .event-date .weekday-name {
  font-size: 1.714rem;
  font-weight: 600;
  line-height: 100%;
}
#calendar-events #home-events ul.bull {
  overflow: auto;
}
#calendar-events #home-events ul.bull li {
  padding-right: 15px;
}
#calendar-events #home-events ul.bull li:before {
  color: #ffffff;
  font-size: 1rem;
  top: 0;
}
#calendar-events #home-events ul.bull li a {
  display: block;
  margin-bottom: 20px;
  line-height: 125%;
}
#calendar-events #home-events ul.bull li a .title {
  font-size: 0.857rem;
  font-weight: 500;
}
#calendar-events #home-events ul.bull li a .type {
  font-family: 'Karla', sans-serif;
  font-size: 1.143rem;
  color: #9b9b9b;
  text-transform: none;
}
#calendar-events #home-events ul.bull li a:hover {
  color: #F18E44;
}
#calendar-events #home-events ul.bull li.empty {
  margin-left: -21px;
}
#calendar-events #home-events ul.bull li.empty:before {
  content: "";
}
#home-banner {
  background-color: #093969;
  padding: 70px 0;
}
#home-banner .container {
  position: relative;
}
#home-banner .container:before {
  content: "";
  width: 3px;
  height: 50px;
  background-color: #093969;
  position: absolute;
  left: 14px;
  bottom: 0;
  z-index: 2;
}
#home-banner .container:after {
  content: "";
  width: 3px;
  height: 50px;
  background-color: #093969;
  position: absolute;
  right: 14px;
  bottom: 0;
  z-index: 2;
}
#home-banner .swiper-container {
  border: 1px solid #45678b;
  border-bottom: 0;
}
#home-banner .swiper-container .swiper-slide {
  font-family: 'Poppins', sans-serif;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper {
  width: 100%;
  padding: 0 100px;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner {
  position: relative;
  min-height: 400px;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left {
  padding: 40px 15px;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .up-title {
  font-size: 1.714rem;
  color: #fec226;
  font-weight: 500;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .title {
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 120%;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .sub-title {
  font-size: 1.714rem;
  font-family: 'Karla', sans-serif;
  color: #689dbd;
  margin-top: 15px;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .content {
  font-size: 1.714rem;
  font-family: 'Karla', sans-serif;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .link-btn {
  display: inline-block;
  margin-top: 30px;
}
#home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
#home-banner .swiper-container .swiper-pagination {
  bottom: 0px;
  border-top: 1px solid #45678b;
  padding: 30px 0 0 0;
  text-align: left;
}
#home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  margin: 0 5px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#home-banner .swiper-container .swiper-pagination.hide-bullets {
  padding-top: 50px;
}
#home-banner .swiper-container .swiper-pagination.hide-bullets span {
  display: none;
}
#about-us {
  padding-top: 80px;
  color: #9b9b9b;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
#about-us .intro .img-container img {
  width: 100%;
}
.internal-bread {
  color: #0F8EC7;
  text-transform: uppercase;
  font-size: 0.857rem;
  font-weight: 600;
}
.intro .title {
  color: #242732;
  font-size: 3.571rem;
  padding-bottom: 40px;
  word-wrap: break-word;
}
.intro .content {
  font-size: 1.286rem;
  margin-bottom: 40px;
}
.intro .content .link {
  display: inline-block;
  margin-top: 55px;
  font-size: 1.143rem;
  text-transform: none;
  font-weight: 600;
}
.intro .content .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
.intro .content cite {
  font-size: 1rem;
}
.intro .content iframe {
  width: 100%;
  height: 600px;
}
.intro .img-container {
  margin-bottom: 40px;
}
.intro .img-container .img-title {
  color: #002549;
  padding-bottom: 15px;
  font-size: 1.143rem;
}
.intro .img-container .img-description {
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  left: 35px;
  width: 200px;
  padding: 35px 20px 25px 20px;
  font-size: 0.857rem;
}
#locations .title {
  color: #242732;
  font-size: 3.571rem;
  padding-bottom: 40px;
}
#locations .location {
  margin-bottom: 50px;
}
#locations .location .location-wrapper {
  background-color: #ffffff;
  height: 100%;
  border: 1px solid #e6e6e6;
}
#locations .location .top {
  position: relative;
}
#locations .location .top .square {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: 45px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#locations .location .bottom {
  padding: 25px;
}
#locations .location .bottom .up-title {
  color: #0F8EC7;
  font-size: 0.857rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#locations .location .bottom .up-title .add-separator:after {
  content: "|";
  display: inline-block;
  padding: 0 5px 0 7px;
}
#locations .location .bottom .up-sub-title {
  font-size: 0.857rem;
  color: #0F8EC7;
  font-weight: 600;
}
#locations .location .bottom .sub-title {
  font-size: 1.714rem;
  color: #242732;
  font-weight: 600;
  margin-bottom: 40px;
}
#locations .location .bottom .list-title {
  color: #F18E44;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#locations .location .bottom .contacts > div span {
  font-weight: 600;
  color: #093969;
  font-size: 1.429rem;
}
#locations .location .bottom .contacts > div a {
  text-transform: none;
  font-size: 1.286rem;
  word-wrap: break-word;
}
#locations .location .bottom .link {
  margin-top: 40px;
}
#locations .location .bottom .link a {
  text-transform: none;
  font-weight: 600;
}
#locations .location .bottom .link a:after {
  content: ">";
  font-size: 1.286rem;
  vertical-align: middle;
  padding-left: 8px;
  font-weight: normal;
}
#locations .location .bottom .link .download:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  color: #002549;
  font-size: 1rem;
  padding-left: 10px;
}
#locations .location .bottom .link .download:hover {
  color: #F18E44;
}
#locations .location.img-left .location-wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 220px;
  border: 1px solid #e6e6e6;
  min-height: 237px;
  background-color: #ffffff;
}
#locations .location.img-left .up-title {
  font-size: 1.286rem;
}
#locations .location.img-left .top {
  position: absolute;
  top: 45px;
  left: -50px;
  width: 210px;
}
#locations .location.img-left .bottom {
  border: 0;
}
#locations .location.img-right .location-wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 220px;
  border: 1px solid #e6e6e6;
  padding-left: 0;
  background-color: #ffffff;
}
#locations .location.img-right.highlight .location-wrapper {
  border: 4px solid #0F8EC7;
}
#locations .location.img-right.highlight .location-wrapper .bottom .up-title {
  font-size: inherit;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#locations .location.img-right.highlight .location-wrapper .bottom .sub-title {
  margin-bottom: 20px;
}
#locations .location.img-right.highlight .location-wrapper .bottom .link {
  margin-top: 20px;
}
#locations .location.img-right.highlight.ccmi .location-wrapper,
#locations .location.img-right.highlight.met .location-wrapper {
  border-color: #01909d;
}
#locations .location.img-right.highlight.eia .location-wrapper {
  border-color: #f18f44;
}
#locations .location.img-right.highlight.sas .location-wrapper,
#locations .location.img-right.highlight.asd .location-wrapper {
  border-color: #d4262e;
}
#locations .location.img-right.highlight.tet .location-wrapper {
  border-color: #0F8EC7;
}
#locations .location.img-right.highlight.esp .location-wrapper,
#locations .location.img-right.highlight.get .location-wrapper {
  border-color: #093969;
}
#locations .location.img-right.highlight.africarep .location-wrapper {
  border-color: #d4262e;
}
#locations .location.img-right.highlight.fep .location-wrapper {
  border-color: #093969;
}
#locations .location.img-right.highlight.facts .location-wrapper {
  border-color: #f18f44;
}
#locations .location.img-right .up-title {
  font-size: 1.714rem;
  text-transform: none;
}
#locations .location.img-right .top {
  /*float: right; width: 40%;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#locations .location.img-right .top .square {
  top: 45px;
  left: -15px;
}
#locations .location.img-right .bottom {
  border: 0;
  max-width: 60%;
}
#history {
  background-color: #eff1f4;
  padding: 100px 0;
  margin-top: 50px;
  margin-bottom: 100px;
}
#history .img-container {
  padding: 0;
}
#history .img-container img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
#history .img-container .img-description {
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#history .img-container .img-description .name {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#history .img-container .img-description .role {
  font-size: 1.357rem;
}
#history .content {
  padding-left: 75px;
  font-size: 1.214rem;
}
#history .content .title {
  color: #cdcdcd;
  font-size: 3.929rem;
  margin: 0 0 55px 0;
  font-weight: 600;
}
#history .content .link {
  display: inline-block;
  margin-top: 55px;
  font-size: 1.143rem;
  text-transform: none;
  font-weight: 600;
}
#history .content .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
#history .download-box {
  background-color: #ffffff;
  padding: 18px 25px 35px 25px;
  margin-bottom: 30px;
}
#history .download-box .title {
  font-size: 1.286rem;
  color: #0F8EC7;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#history .download-box .link {
  display: block;
  color: #093969;
  font-size: 1.571rem;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 10px;
  line-height: 125%;
}
#history .download-box .link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  color: #0F8EC7;
  font-size: 1rem;
  padding-left: 10px;
}
#history .download-box .link:hover {
  color: #F18E44;
}
#sub-sections .sub-section {
  text-align: center;
  padding: 35px 95px;
  border: 1px solid #e6e6e6;
  height: 100%;
}
#sub-sections .sub-section.corner {
  overflow: inherit !important;
  margin: 0 15px;
}
#sub-sections .sub-section.corner:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: -1px;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #e6e6e6 transparent;
}
#sub-sections .sub-section.corner-right {
  overflow: inherit !important;
}
#sub-sections .sub-section.corner-right:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  right: -1px;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #e6e6e6;
}
#sub-sections .sub-section img {
  margin: 0 auto 40px auto;
  max-width: 120px;
  width: 100%;
}
#sub-sections .sub-section .type {
  font-size: 1.286rem;
  color: #0F8EC7;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#sub-sections .sub-section .title {
  font-size: 1.714rem;
  color: #002549;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 15px;
}
#sub-sections .sub-section .content {
  font-family: 'Karla', sans-serif;
  font-size: 1.143rem;
  line-height: 200%;
}
#sub-sections .sub-section .link {
  font-size: 1.143rem;
  font-weight: 600;
  text-transform: none;
}
#sub-sections .sub-section .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
#sub-sections .base {
  margin-bottom: 30px;
  /*padding-left: 25px; padding-right: 15px;*/
  /*    &.first{ padding-left: 15px; padding-right: 25px; }*/
}
#sub-sections .double {
  padding-left: 15px;
}
#sub-sections .double .sub-section {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-left: 220px;
}
#sub-sections .double .sub-section img {
  position: absolute;
  top: 45px;
  left: -50px;
  max-width: 210px;
}
#sub-sections .double-img {
  padding-left: 15px;
}
#sub-sections .double-img .sub-section {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-left: 220px;
}
#sub-sections .double-img .sub-section img {
  position: absolute;
  top: 35px;
  left: -50px;
}
#sub-sections.no-alter-padding .double {
  padding-left: 15px;
  padding-right: 15px;
}
#sub-sections.no-alter-padding .double .sub-section {
  padding: 35px;
}
#sub-sections .color-background .sub-section {
  background: url("/media/images/timeline.png") 100px 40px no-repeat #002549;
  border: 0;
}
#sub-sections .color-background .sub-section .type {
  color: #ffffff;
}
#sub-sections .color-background .sub-section .title {
  color: #ffffff;
  font-size: 3.429rem;
}
#sub-sections .color-background .sub-section .content {
  color: #0F8EC7;
}
#quote {
  text-align: center;
  padding: 125px 0;
  position: relative;
}
#quote .title {
  color: #ffffff;
  font-size: 3.286rem;
  margin: 0 0 60px 0;
  font-weight: 600;
}
#quote cite {
  font-family: 'Karla', sans-serif;
  color: #002549;
  font-size: 1.929rem;
  padding-bottom: 30px;
  display: block;
}
#quote cite:before {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  color: #375678;
  display: block;
  margin-bottom: 30px;
}
#quote .name {
  color: #8dc4e3;
  font-size: 1.429rem;
  font-family: 'Karla', sans-serif;
}
#quote .source {
  color: #8dc4e3;
  font-size: 1.286rem;
  font-family: 'Karla', sans-serif;
}
#quote .source:after,
#quote .source:before {
  content: "-";
  padding: 0 10px;
}
#quote .link {
  font-weight: 600;
  margin-top: 50px;
  text-transform: none;
  display: inline-block;
}
#quote .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
  font-size: 1.143rem;
}
#quote.image-background {
  color: #ffffff;
  text-align: left;
}
#quote.image-background .title {
  font-size: 2.143rem;
  margin: 0 0 40px 0;
}
#timeline {
  margin-bottom: 100px;
}
#timeline .row-timeline {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#timeline .row-timeline .content {
  margin-bottom: 70px;
  font-family: 'Karla', sans-serif;
}
#timeline .row-timeline .content .year-title {
  text-transform: uppercase;
  color: #002549;
  font-size: 0.857rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
#timeline .row-timeline .content .year {
  color: #fd734d;
  font-size: 2.143rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
#timeline .row-timeline .separator {
  min-width: 50px;
}
#timeline .row-timeline .circle {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #fd734d;
  background-color: #ffffff;
  margin: 0 auto;
}
#timeline .row-timeline .vertical-line {
  width: 1px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-right: 1px solid #002549;
  margin: 0 auto;
}
#timeline .row-timeline:last-child .separator:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  color: #002549;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2px;
  width: 14px;
}
.boards {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  /*.flexbox();*/
}
.boards h2.title {
  color: #242732;
  font-size: 3.571rem;
  padding-bottom: 40px;
  text-transform: none;
  letter-spacing: normal;
  padding-top: 30px;
}
.boards .board {
  margin-bottom: 30px;
  padding: 0 30px;
}
.boards .board:first-child {
  padding-left: 15px;
}
.boards .board:last-child {
  padding-right: 15px;
}
.boards .board.border {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.boards .board-wrapper {
  margin-bottom: 30px;
}
.boards .title {
  text-transform: uppercase;
  color: #0F8EC7;
  font-size: 1.143rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.boards .title.gray {
  text-transform: none;
  color: #9b9b9b;
}
.boards .name {
  color: #093969;
  font-size: 1rem;
  font-weight: 600;
}
.boards .sub-name {
  text-transform: uppercase;
  color: #093969;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Karla', sans-serif !important;
}
.boards .link {
  text-transform: none;
  font-weight: 600;
  color: #0F8EC7;
  margin-top: 20px;
  display: inline-block;
}
.boards .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
.boards .link:hover {
  color: #F18E44;
}
.boards .separator {
  width: 80px;
  border-bottom: 1px solid #d6d6d6;
  margin: 20px 0;
}
.boards.odd {
  background-color: #eff1f4;
}
.boards.even {
  background-color: #e2e6ec;
}
#financial {
  overflow-x: auto;
  padding: 0 15px;
  margin-bottom: 70px;
}
#financial table {
  min-width: 500px;
  border: 0;
  margin-bottom: 50px;
}
#financial table th {
  border: 0;
  border-bottom: 25px solid #ffffff;
  vertical-align: middle;
}
#financial table th.box {
  width: 20%;
  border-left: 40px solid #ffffff;
  color: #ffffff;
  background-color: #375678;
  text-transform: uppercase;
}
#financial table td {
  border: 0;
  font-family: 'Karla', sans-serif;
  vertical-align: middle;
}
#financial table td:last-child {
  width: 20%;
  border-left: 40px solid #ffffff;
}
#financial table .title {
  font-size: 2.571rem;
  font-weight: 600;
  padding: 0;
}
#financial table .sub-cell {
  padding-left: 25px;
}
#financial table.total th,
#financial table.total td {
  background-color: #F18E44;
  color: #ffffff;
  text-transform: uppercase;
}
#financial table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8ecf3;
}
#financial table.table-hover > tbody > tr {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#financial table.table-hover > tbody > tr:hover {
  background-color: #f54951;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#financial .separator {
  border-top: 2px solid #F18E44;
  padding-bottom: 20px;
}
#peoples-head {
  padding: 35px 0 0 0;
  background-color: #0F8EC7;
}
#peoples-head .internal-bread {
  color: #ffffff;
}
#peoples-head .title {
  color: #ffffff;
}
#peoples-head .container-fluid {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#peoples #peoples-content {
  margin-top: 50px;
}
#peoples #peoples-content .img-container {
  margin-bottom: 0;
}
#peoples #peoples-content .img-container img {
  margin-bottom: 50px;
}
#peoples #peoples-carousel .title {
  color: #0F8EC7;
  font-size: 2.571rem;
}
#profile-head {
  margin-top: 80px;
  line-height: 150%;
}
#profile-head .title {
  padding-bottom: 0px;
}
#profile-head .role {
  font-size: 1.429rem;
}
#profile-head .location {
  color: #F18E44;
  font-size: 1.429rem;
  padding-top: 5px;
}
#profile-head .image-wrapper {
  max-width: 240px;
  margin: 0 auto;
  float: right;
  overflow: hidden;
}
#profile-head .image-wrapper .image {
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#profile-content .sub-title {
  font-size: 2.571rem;
  color: #0F8EC7;
  padding-bottom: 0;
}
#profile-related {
  background-color: #eff1f4;
  padding: 60px 0 25px 0;
}
#profile-related .sub-title {
  font-size: 2.143rem;
  color: #242732;
  padding-bottom: 60px;
}
#profile-related .boards .board-wrapper .sub-name:hover {
  color: #F18E44;
}
#peoples-carousel {
  margin: 95px 0;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#peoples-carousel .opacity {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#peoples-carousel .small-title {
  text-transform: uppercase;
  font-weight: 600;
}
#peoples-carousel .title {
  color: #242732;
  font-size: 3.429rem;
  font-weight: 600;
  padding-bottom: 80px;
}
#peoples-carousel .people {
  margin-bottom: 50px;
  padding: 0;
}
#peoples-carousel .people .image {
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: cover;
}
#peoples-carousel .people .content {
  padding-top: 30px;
  color: #242732;
}
#peoples-carousel .people .content .name {
  text-transform: uppercase;
  font-weight: 600;
}
#peoples-carousel .people .content .location {
  color: #F18E44;
}
#peoples-carousel .people .content .link {
  font-weight: 600;
  margin-top: 10px;
  text-transform: none;
  display: inline-block;
}
#peoples-carousel .people .content .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
  font-size: 1.143rem;
}
#peoples-carousel #slider-overlay {
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#peoples-carousel #slider-overlay .fa-spin {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f54951;
}
#peoples-carousel #slider-tmp-filters {
  display: none;
}
#programs {
  /*	.research-activities{
    .box{
     &.col-sm-6{ .flex-basis(49.9%); }
    }
   }*/
}
#programs #programs-head {
  padding: 35px 0 0 0;
  margin-bottom: 50px;
}
#programs #programs-head .container-fluid {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#programs #programs-head .internal-bread {
  color: #ffffff;
}
#programs #programs-head .title {
  color: #ffffff;
}
#programs #programs-head .logo {
  margin-bottom: 30px;
}
#programs #program-related {
  background-color: #e2e6ec;
}
#programs #program-related .location.img-right .top {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#programs #program-related .location-wrapper .link a {
  /*color: @color-cinder;*/
}
#programs #program-related .location-wrapper .link a:hover {
  color: #F18E44;
}
#programs #program-related .location-wrapper .link a:hover:after {
  padding-left: 8px;
}
#programs #program-related .location-wrapper:before {
  display: none;
}
#programs.topics #programs-head {
  background-color: #0F8EC7;
}
#programs.eia #programs-head {
  background-color: #f18f44;
}
#programs.eia #program-ongoing .buttons a.full {
  background-color: #f18f44;
}
#programs.eia #program-ongoing .buttons a.outline {
  border: 3px solid #f18f44;
  color: #f18f44;
}
#programs.eia #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.eia #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.eia #program-related .location-wrapper .bottom .up-title {
  color: #f18f44;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.eia #program-related .event .location-wrapper {
  background-color: #f18f44;
  color: #ffffff;
}
#programs.eia #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.eia #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.eia #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#programs.eia #program-related .event .location-wrapper .bottom .link a:hover:after {
  padding-left: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#programs #programs-head {
  background-color: #0F8EC7;
}
#programs #program-ongoing .buttons a.full {
  background-color: #0F8EC7;
}
#programs #program-ongoing .buttons a.outline {
  border: 3px solid #0F8EC7;
  color: #0F8EC7;
}
#programs #program-ongoing .buttons a:first-child {
  float: left;
}
#programs #program-ongoing .buttons a:last-child {
  float: right;
}
#programs #program-related .location-wrapper .bottom .up-title {
  color: #0F8EC7;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs #program-related .event .location-wrapper {
  background-color: #0F8EC7;
  color: #ffffff;
}
#programs #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs #program-related .event .location-wrapper .bottom .link a {
  /*color: @color-white;*/
}
#programs #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.ccmi #programs-head,
#programs.met #programs-head,
#programs.mitp #programs-head,
#programs.csi #programs-head {
  background-color: #01909d;
}
#programs.ccmi #program-ongoing .buttons a.full,
#programs.met #program-ongoing .buttons a.full,
#programs.mitp #program-ongoing .buttons a.full,
#programs.csi #program-ongoing .buttons a.full {
  background-color: #01909d;
}
#programs.ccmi #program-ongoing .buttons a.outline,
#programs.met #program-ongoing .buttons a.outline,
#programs.mitp #program-ongoing .buttons a.outline,
#programs.csi #program-ongoing .buttons a.outline {
  border: 3px solid #01909d;
  color: #01909d;
}
#programs.ccmi #program-ongoing .buttons a:first-child,
#programs.met #program-ongoing .buttons a:first-child,
#programs.mitp #program-ongoing .buttons a:first-child,
#programs.csi #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.ccmi #program-ongoing .buttons a:last-child,
#programs.met #program-ongoing .buttons a:last-child,
#programs.mitp #program-ongoing .buttons a:last-child,
#programs.csi #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.ccmi #program-related .location-wrapper .bottom .up-title,
#programs.met #program-related .location-wrapper .bottom .up-title,
#programs.mitp #program-related .location-wrapper .bottom .up-title,
#programs.csi #program-related .location-wrapper .bottom .up-title {
  color: #01909d;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.ccmi #program-related .event .location-wrapper,
#programs.met #program-related .event .location-wrapper,
#programs.mitp #program-related .event .location-wrapper,
#programs.csi #program-related .event .location-wrapper {
  background-color: #01909d;
  color: #ffffff;
}
#programs.ccmi #program-related .event .location-wrapper .bottom .up-title,
#programs.met #program-related .event .location-wrapper .bottom .up-title,
#programs.mitp #program-related .event .location-wrapper .bottom .up-title,
#programs.csi #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.ccmi #program-related .event .location-wrapper .bottom .sub-title,
#programs.met #program-related .event .location-wrapper .bottom .sub-title,
#programs.mitp #program-related .event .location-wrapper .bottom .sub-title,
#programs.csi #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.ccmi #program-related .event .location-wrapper .bottom .link a,
#programs.met #program-related .event .location-wrapper .bottom .link a,
#programs.mitp #program-related .event .location-wrapper .bottom .link a,
#programs.csi #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.ccmi #program-related .event .location-wrapper .bottom .link a:hover,
#programs.met #program-related .event .location-wrapper .bottom .link a:hover,
#programs.mitp #program-related .event .location-wrapper .bottom .link a:hover,
#programs.csi #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.sas #programs-head,
#programs.asd #programs-head {
  background-color: #d4262e;
}
#programs.tet #programs-head {
  background-color: #0F8EC7;
}
#programs.sas #program-ongoing .buttons a.full,
#programs.asd #program-ongoing .buttons a.full {
  background-color: #d4262e;
}
#programs.sas #program-ongoing .buttons a.outline,
#programs.asd #program-ongoing .buttons a.outline {
  border: 3px solid #d4262e;
  color: #d4262e;
}
#programs.sas #program-ongoing .buttons a:first-child,
#programs.asd #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.sas #program-ongoing .buttons a:last-child,
#programs.asd #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.sas #program-related .location-wrapper .bottom .up-title,
#programs.asd #program-related .location-wrapper .bottom .up-title {
  color: #d4262e;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.sas #program-related .event .location-wrapper,
#programs.asd #program-related .event .location-wrapper {
  background-color: #d4262e;
  color: #ffffff;
}
#programs.sas #program-related .event .location-wrapper .bottom .up-title,
#programs.asd #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.sas #program-related .event .location-wrapper .bottom .sub-title,
#programs.asd #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.sas #program-related .event .location-wrapper .bottom .link a,
#programs.asd #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.sas #program-related .event .location-wrapper .bottom .link a:hover,
#programs.asd #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.tet #program-ongoing .buttons a.full {
  background-color: #0F8EC7;
}
#programs.tet #program-ongoing .buttons a.outline {
  border: 3px solid #0F8EC7;
  color: #0F8EC7;
}
#programs.tet #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.tet #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.tet #program-related .location-wrapper .bottom .up-title {
  color: #0F8EC7;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.tet #program-related .event .location-wrapper {
  background-color: #0F8EC7;
  color: #ffffff;
}
#programs.tet #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.tet #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.tet #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.tet #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.eet #program-ongoing .buttons a.full {
  background-color: #52972C;
}
#programs.eet #program-ongoing .buttons a.outline {
  border: 3px solid #52972C;
  color: #52972C;
}
#programs.eet #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.eet #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.eet #program-related .location-wrapper .bottom .up-title {
  color: #52972C;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.eet #program-related .event .location-wrapper {
  background-color: #52972C;
  color: #ffffff;
}
#programs.eet #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.eet #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.eet #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.eet #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.esp #programs-head,
#programs.get #programs-head {
  background-color: #093969;
}
#programs.esp #program-ongoing .buttons a.full,
#programs.get #program-ongoing .buttons a.full {
  background-color: #093969;
}
#programs.esp #program-ongoing .buttons a.outline,
#programs.get #program-ongoing .buttons a.outline {
  border: 3px solid #093969;
  color: #093969;
}
#programs.esp #program-ongoing .buttons a:first-child,
#programs.get #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.esp #program-ongoing .buttons a:last-child,
#programs.get #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.esp #program-related .location-wrapper .bottom .up-title,
#programs.get #program-related .location-wrapper .bottom .up-title {
  color: #093969;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.esp #program-related .event .location-wrapper,
#programs.get #program-related .event .location-wrapper {
  background-color: #093969;
  color: #ffffff;
}
#programs.esp #program-related .event .location-wrapper .bottom .up-title,
#programs.get #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.esp #program-related .event .location-wrapper .bottom .sub-title,
#programs.get #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.esp #program-related .event .location-wrapper .bottom .link a,
#programs.get #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.esp #program-related .event .location-wrapper .bottom .link a:hover,
#programs.get #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.africarep #programs-head {
  background-color: #d4262e;
}
#programs.africarep #program-ongoing .buttons a.full {
  background-color: #d4262e;
}
#programs.africarep #program-ongoing .buttons a.outline {
  border: 3px solid #d4262e;
  color: #d4262e;
}
#programs.africarep #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.africarep #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.africarep #program-related .location-wrapper .bottom .up-title {
  color: #d4262e;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.africarep #program-related .event .location-wrapper {
  background-color: #d4262e;
  color: #ffffff;
}
#programs.africarep #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.africarep #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.africarep #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.africarep #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.fep #programs-head {
  background-color: #093969;
}
#programs.fep #program-ongoing .buttons a.full {
  background-color: #093969;
}
#programs.fep #program-ongoing .buttons a.outline {
  border: 3px solid #093969;
  color: #093969;
}
#programs.fep #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.fep #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.fep #program-related .location-wrapper .bottom .up-title {
  color: #093969;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.fep #program-related .event .location-wrapper {
  background-color: #093969;
  color: #ffffff;
}
#programs.fep #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.fep #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.fep #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.fep #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#programs.facts #programs-head {
  background-color: #f18f44;
}
#programs.facts #program-ongoing .buttons a.full {
  background-color: #f18f44;
}
#programs.facts #program-ongoing .buttons a.outline {
  border: 3px solid #f18f44;
  color: #f18f44;
}
#programs.facts #program-ongoing .buttons a:first-child {
  float: left;
}
#programs.facts #program-ongoing .buttons a:last-child {
  float: right;
}
#programs.facts #program-related .location-wrapper .bottom .up-title {
  color: #f18f44;
  font-size: 0.857rem;
  text-transform: uppercase;
}
#programs.facts #program-related .event .location-wrapper {
  background-color: #f18f44;
  color: #ffffff;
}
#programs.facts #program-related .event .location-wrapper .bottom .up-title {
  color: #ffffff;
}
#programs.facts #program-related .event .location-wrapper .bottom .sub-title {
  color: #ffffff;
}
#programs.facts #program-related .event .location-wrapper .bottom .link a {
  color: #ffffff !important;
}
#programs.facts #program-related .event .location-wrapper .bottom .link a:hover {
  color: #F18E44;
}
#program-ongoing {
  font-family: 'Poppins', sans-serif;
}
#program-ongoing .title {
  font-size: 3.429rem;
  font-weight: 600;
}
#program-ongoing #locations {
  margin-bottom: 100px;
  padding: 0;
  /*.flexbox(); .flex-wrap();*/
}
#program-ongoing #locations .location-wrapper {
  height: 100%;
}
#program-ongoing #locations .location-wrapper .date {
  padding-bottom: 20px;
}
#projects {
  font-family: 'Poppins', sans-serif;
}
#projects #profile-head .internal-bread {
  font-size: 0.857rem;
}
#projects #profile-head .role {
  font-size: 1.286rem;
  padding-top: 25px;
  padding-bottom: 25px;
}
#projects #profile-head .location {
  font-size: 1rem;
  padding-top: 0;
  font-weight: 600;
}
#projects #profile-head .title {
  margin-top: 0;
  margin-bottom: 25px;
}
#projects #profile-head .image-wrapper {
  max-width: none;
}
#projects #profile-head .image-wrapper img {
  border: 1px solid #d6d6d6;
  padding: 15px;
}
#projects #profile-content {
  margin-top: 25px;
}
#program-areas {
  font-family: 'Poppins', sans-serif;
}
#program-areas .container .title {
  color: #242732;
  font-size: 3.429rem;
  font-weight: 600;
}
#program-areas .container .areas {
  /*.flexbox(); .flex-wrap();*/
}
#program-areas .container .areas .area {
  margin-bottom: 70px;
}
#program-areas .container .areas .area .title {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 20px;
}
#program-areas .container .areas .area .content {
  font-size: 1.143rem;
  font-weight: 100;
}
#program-areas .container .areas .area .link {
  font-weight: 600;
  margin-top: 20px;
  text-transform: none;
  display: inline-block;
}
#program-areas .container .areas .area .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
  font-size: 1rem;
}
#locations {
  font-family: 'Poppins', sans-serif;
  margin-top: 80px;
}
#locations .container .title {
  color: #242732;
  font-size: 3.429rem;
  font-weight: 600;
}
#program-peoples {
  font-family: 'Poppins', sans-serif;
  margin-top: 80px;
}
#program-peoples .container .title {
  color: #242732;
  font-size: 3.429rem;
  font-weight: 600;
}
#program-peoples #people-coordinator {
  margin-bottom: 50px;
}
#program-peoples #people-coordinator .title {
  color: #0F8EC7;
  font-size: 2.571rem;
  padding-bottom: 40px;
}
#program-peoples #people-coordinator .people {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#program-peoples #people-coordinator .people .image {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-size: cover;
  margin-bottom: 20px;
}
#program-peoples #people-coordinator .people .content {
  margin-bottom: 20px;
}
#program-peoples #people-coordinator .people .content .name {
  color: #242732;
  font-size: 1.143rem;
  font-weight: 600;
  text-transform: uppercase;
}
#program-peoples #people-coordinator .people .content .role {
  font-weight: 100;
  text-transform: none;
  display: block;
  padding-top: 5px;
}
#program-peoples #people-coordinator .people .content .link {
  font-weight: 600;
  margin-top: 20px;
  text-transform: none;
  display: inline-block;
}
#program-peoples #people-coordinator .people .content .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
  font-size: 1rem;
}
#program-peoples #peoples-carousel .title {
  color: #0F8EC7;
  font-size: 2.571rem;
  padding-bottom: 40px;
}
#areas #peoples-head {
  margin-bottom: 50px;
}
#areas #peoples-content .img-container {
  margin-bottom: 50px;
}
#areas #program-ongoing .buttons a:first-child {
  float: left;
}
#areas #program-ongoing .buttons a:last-child {
  float: right;
}
#ongoing-past-projects #peoples-head {
  margin-bottom: 50px;
}
#ongoing-past-projects #program-related .location-wrapper .bottom .sub-title {
  font-size: 1.714rem;
  line-height: 1.25;
}
#publications #profile-head .image-wrapper {
  margin-top: 25px;
}
#publications #peoples-head {
  margin-bottom: 50px;
}
#publications #peoples-head.sub-section-publication {
  background-color: #375678;
}
#publications #peoples-content .img-container img {
  margin-bottom: 50px;
}
#publications #pubblication-categories {
  margin-top: 80px;
}
#publications #pubblication-categories .title {
  font-size: 3.429rem;
  color: #242732;
  margin-bottom: 20px;
}
#publications #pubblication-categories .content {
  font-size: 1.286rem;
  font-family: 'Poppins', sans-serif;
}
#publications #pubblication-categories #sub-sections {
  float: left;
  margin-top: 50px;
  width: 100%;
  /*.flexbox(); .flex-wrap();*/
}
#publications #pubblication-categories #sub-sections .sub-section {
  height: 100%;
  padding-bottom: 75px;
}
#publications #pubblication-categories #sub-sections .sub-section .up-title {
  font-size: 1rem;
  color: #fd734d;
  font-weight: 600;
}
#publications #pubblication-categories #sub-sections .sub-section .title {
  font-size: 1.714rem;
  font-family: 'Poppins', sans-serif;
  color: #242732;
  padding: 25px 0;
}
#publications #pubblication-categories #sub-sections .sub-section .content {
  font-size: 1.143rem;
  font-family: 'Karla', sans-serif;
  line-height: 150%;
}
#publications #pubblication-categories #sub-sections .sub-section a.link {
  position: absolute;
  left: 35px;
  bottom: 35px;
  color: #0F8EC7;
}
#publications #pubblication-categories #sub-sections .sub-section a.link:hover {
  color: #F18E44;
}
#publications #pubblication-categories #sub-sections .sub-section.corner-right .title {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 125%;
}
#publications #pubblication-categories #sub-sections .sub-section.corner-right a.link {
  color: #242732;
}
#publications #pubblication-categories #sub-sections .sub-section.corner-right a.link:hover {
  color: #F18E44;
}
#publications #pubblication-categories #sub-sections.no-alter-padding .double {
  padding-left: 0;
  padding-right: 0;
}
#publications #locations .bottom .content {
  font-size: 1.143rem;
}
#alumni #peoples-head {
  margin-bottom: 50px;
}
#careers {
  margin-top: 80px;
}
#careers #sub-sections .date {
  color: #002549;
  font-size: 1.143rem;
  font-weight: 600;
  text-transform: uppercase;
}
#careers #sub-sections .super-title {
  color: #F18E44;
  font-size: 1.143rem;
  font-weight: 600;
}
#careers #sub-sections .up-title {
  color: #F18E44;
  font-size: 1.143rem;
  font-weight: 600;
}
#careers #sub-sections .title {
  margin-top: 30px;
  line-height: 125%;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
}
#careers #sub-sections .content {
  line-height: 150%;
  margin-bottom: 30px;
}
#careers #job-application {
  margin: 50px 0;
  padding: 80px 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}
#careers #job-application .super-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
#careers #job-application .up-title {
  font-size: 1.143rem;
  color: #8dc4e3;
  margin-bottom: 10px;
}
#careers #job-application .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#careers #job-application .content {
  font-family: 'Karla', sans-serif;
  font-size: 1.143rem;
}
#careers #job-application .link {
  font-weight: 600;
  margin-top: 50px;
  text-transform: none;
  display: inline-block;
}
#careers #job-application .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
#careers #profile-head .internal-bread {
  font-size: 1rem;
  margin-bottom: 10px;
}
#careers #profile-head .date {
  color: #002549;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
#careers #profile-head .up-title {
  color: #F18E44;
  font-size: 1.143rem;
  font-weight: 600;
}
#careers #profile-head .title {
  margin: 50px 0 30px 0;
}
#careers #profile-content .content {
  font-family: 'Karla', sans-serif;
  font-size: 1.143rem;
}
#research #peoples-head {
  margin-bottom: 50px;
}
#research #peoples-content .img-container {
  margin-bottom: 50px;
}
#research h2.title {
  color: #242732;
  font-size: 3.429rem;
  margin-bottom: 30px;
}
#research .inner-up-title {
  color: #242732;
  font-family: 'Poppins', sans-serif;
  font-size: 1.286rem;
  font-weight: 100;
  margin-top: 80px;
}
#research .inner-title {
  color: #242732;
  font-size: 3rem;
  margin: 10px 0 30px 0;
}
#research .content {
  font-size: 1.143rem;
  font-family: 'Poppins', sans-serif;
}
#research .box-wrapper {
  /*.flexbox(); .flex-wrap();*/
}
#research .box-wrapper .box {
  margin: 15px 0;
}
#research .box-wrapper .box .wrapper {
  color: #ffffff;
  padding: 40px 25px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#research .box-wrapper .box .wrapper.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#research .box-wrapper .box .wrapper .box-up-title {
  color: #ffffff;
  font-size: 0.857rem;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}
#research .box-wrapper .box .wrapper .box-title {
  font-size: 2.286rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 45px;
  line-height: 135%;
  position: relative;
}
#research .box-wrapper .box .wrapper .link {
  position: absolute;
  bottom: 37px;
  left: 25px;
  text-transform: none;
  color: #ffffff;
}
#research .box-wrapper .box .wrapper .link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
#research .box-wrapper .box .wrapper .link:hover {
  color: #F18E44;
}
#research #cross-cutting .box-wrapper .box {
  /*&.col-md-4{ .flex-basis(33.25%); }*/
}
#research #cross-cutting .box-wrapper .box:nth-child(1) .wrapper.overlay:before {
  background-color: #0F8EC7;
  background-color: hsla(198.58695652, 85.98130841%, 41.96078431%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d90f8ec7, endColorstr=#d90f8ec7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d90f8ec7, endColorstr=#d90f8ec7);
}
#research #cross-cutting .box-wrapper .box:nth-child(2) .wrapper.overlay:before {
  background-color: #082e62;
  background-color: hsla(214.66666667, 84.90566038%, 20.78431373%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9082e62, endColorstr=#d9082e62)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9082e62, endColorstr=#d9082e62);
}
#research #cross-cutting .box-wrapper .box:nth-child(3) .wrapper.overlay:before {
  background-color: #143f7b;
  background-color: hsla(214.95145631, 72.02797203%, 28.03921569%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9143f7b, endColorstr=#d9143f7b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9143f7b, endColorstr=#d9143f7b);
}
#research #cross-cutting .box-wrapper .box:nth-child(4) .wrapper.overlay:before {
  background-color: #144487;
  background-color: hsla(214.95652174, 74.19354839%, 30.39215686%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9144487, endColorstr=#d9144487)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9144487, endColorstr=#d9144487);
}
#research #cross-cutting .box-wrapper .box:nth-child(5) .wrapper.overlay:before {
  background-color: #275da9;
  background-color: hsla(215.07692308, 62.5%, 40.78431373%, 0.85);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9275da9, endColorstr=#d9275da9)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9275da9, endColorstr=#d9275da9);
}
#research #programs .box-wrapper .box {
  /*        .overlay:before{ .bgrgba(@color-program-default, .85); }
                .ccmi.overlay:before, .mitp.overlay:before, .csi.overlay:before{ .bgrgba(@color-program-ccmi, .85); }
                .eia.overlay:before{ .bgrgba(@color-program-eia, .85); }
                .esp.overlay:before{ .bgrgba(@color-program-esp, .85); }
                .sas.overlay:before{ .bgrgba(@color-program-sas, .85); }
                .africarep.overlay:before{ .bgrgba(@color-program-africarep, .85); }
                .fep.overlay:before{ .bgrgba(@color-program-fep, .85); }
                .facts.overlay:before{ .bgrgba(@color-program-facts, .85); }*/
}
#research #programs .box-wrapper .box .overlay:before {
  background-color: #0F8EC7;
}
#research #programs .box-wrapper .box .ccmi.overlay:before,
#research #programs .box-wrapper .box .met.overlay:before,
#research #programs .box-wrapper .box .mitp.overlay:before,
#research #programs .box-wrapper .box .csi.overlay:before {
  background-color: #01909d;
}
#research #programs .box-wrapper .box .eia.overlay:before {
  background-color: #f18f44;
}
#research #programs .box-wrapper .box .esp.overlay:before,
#research #programs .box-wrapper .box .get.overlay:before {
  background-color: #093969;
}
#research #programs .box-wrapper .box .sas.overlay:before,
#research #programs .box-wrapper .box .asd.overlay:before {
  background-color: #d4262e;
}
#research #programs .box-wrapper .box .tet.overlay:before {
  background-color: #0F8EC7;
}
#research #programs .box-wrapper .box .eet.overlay:before {
  background-color: #52972C;
}
#research #programs .box-wrapper .box .africarep.overlay:before {
  background-color: #d4262e;
}
#research #programs .box-wrapper .box .fep.overlay:before {
  background-color: #093969;
}
#research #programs .box-wrapper .box .facts.overlay:before {
  background-color: #f18f44;
}
#research #programs .box-wrapper .box .wrapper .link:hover {
  color: #ffffff;
}
#research #programs .box-wrapper .box .wrapper .link:hover:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 10px;
}
#research #local-projects .box-wrapper .box {
  /*&.col-lg-3{ .flex-basis(24.9%); }*/
}
#research #local-projects .box-wrapper .box:nth-child(1) .wrapper.overlay:before {
  background-color: #abb8bc;
}
#research #local-projects .box-wrapper .box:nth-child(2) .wrapper.overlay:before {
  background-color: #7e8f96;
}
#research #local-projects .box-wrapper .box:nth-child(3) .wrapper.overlay:before {
  background-color: #63777f;
}
#research #local-projects .box-wrapper .box:nth-child(4) .wrapper.overlay:before {
  background-color: #4b5e66;
}
#research #initiatives .box-wrapper .box {
  /*&.col-lg-3{ .flex-basis(24.9%); }*/
}
#research #initiatives .box-wrapper .box .wrapper {
  background-color: #242732;
}
#research .page-area {
  background-color: #375678;
  padding: 80px 0 20px 0;
}
#research .page-area .title {
  color: #ffffff;
}
#research .page-area #locations .location-wrapper {
  background-color: transparent;
}
#research .page-area #locations .location-wrapper .bottom {
  background-color: #ffffff;
}
#research .page-area #locations .location-wrapper .bottom .up-title {
  color: #0F8EC7;
}
#research .page-area #locations .location-wrapper .bottom.eia .up-title {
  color: #f18f44;
}
#research .page-area #locations .location-wrapper .bottom.ccmi .up-title,
#research .page-area #locations .location-wrapper .bottom.met .up-title,
#research .page-area #locations .location-wrapper .bottom.mitp .up-title,
#research .page-area #locations .location-wrapper .bottom.csi .up-title {
  color: #01909d;
}
#research .page-area #locations .location-wrapper .bottom.esp .up-title,
#research .page-area #locations .location-wrapper .bottom.get .up-title {
  color: #093969;
}
#research .page-area #locations .location-wrapper .bottom.sas .up-title,
#research .page-area #locations .location-wrapper .bottom.asd .up-title {
  color: #d4262e;
}
#research .page-area #locations .location-wrapper .bottom.tet .up-title {
  color: #0F8EC7;
}
#research .page-area #locations .location-wrapper .bottom.eet .up-title {
  color: #52972C;
}
#research .page-area #locations .location-wrapper .bottom.africarep .up-title {
  color: #d4262e;
}
#research .page-area #locations .location-wrapper .bottom.fep .up-title {
  color: #093969;
}
#research .page-area #locations .location-wrapper .bottom.facts .up-title {
  color: #f18f44;
}
#research .page-area .buttons a.full {
  background-color: #ffffff;
  color: #375678;
}
#research .page-area .buttons a.outline {
  border: 3px solid #ffffff;
  color: #ffffff;
}
#research .page-area .buttons a:last-child {
  float: right;
}
#research .local-project #profile-head .title {
  margin-top: 15px;
}
#research .local-project #profile-content .image-wrapper {
  margin-bottom: 40px;
}
#research .local-project #project-links {
  font-size: 3.429rem;
  font-weight: 600;
}
#research .local-project #project-links .location.img-left {
  margin-bottom: 30px;
}
#research .local-project #project-links .location.img-left .location-wrapper {
  padding-left: 130px;
}
#research .local-project #project-links .location.img-left .location-wrapper .top {
  left: -75px;
}
#research .local-project #project-links .location.img-left .location-wrapper .bottom .up-title {
  margin-bottom: 0;
}
#research .local-project #project-links .location.img-left .location-wrapper .bottom .title {
  font-size: 1.357rem;
  text-transform: none;
  line-height: 120%;
}
#research .local-project #project-links .location.img-left .location-wrapper .overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: #0F8EC7;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 1.143rem;
  text-transform: none;
}
#research .local-project #project-links .location.img-left .location-wrapper .overlay .fa {
  font-size: 70px;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#research .local-project #project-links .location.img-left .location-wrapper .overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#research .local-project #project-links .location:hover .location-wrapper .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#research .local-project.summer-school #locations .up-sub-title {
  font-size: 1.714rem;
  margin-bottom: 15px;
}
#research .local-project.summer-school #locations .sub-title {
  color: #093969;
}
#research .local-project #program-ongoing .buttons a.outline {
  float: right;
}
#partners .title {
  font-size: 3.429rem;
  color: #242732;
  margin: 0 0 30px 0;
  font-weight: 600;
}
#partners .box {
  border: 1px solid #e6e6e6;
  padding: 50px 20px 40px 20px;
  margin: 0 0 50px 0;
}
#partners ul li {
  padding-bottom: 0;
  font-size: 1.143rem;
}
#partners ul li .list-title {
  color: #0F8EC7;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#partners ul li .list-title:hover {
  color: #F18E44;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#organizers {
  /*background-color: @color-dark-blue;*/
  padding: 0 0 85px 0;
  margin-bottom: 50px;
}
#organizers .title {
  color: #093969;
  font-size: 3.429rem;
  margin: 0 0 55px 0;
  font-weight: 600;
}
#organizers .box {
  margin-bottom: 30px;
}
#organizers .box .content {
  font-size: 1rem;
  color: #cdcdcd;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#organizers .box:hover .content {
  color: #F18E44;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#organizers .box img {
  border: 1px solid #cdcdcd;
}
#program-related {
  font-family: 'Poppins', sans-serif;
  padding: 80px 0;
  background-color: transparent;
}
#program-related .sub-title {
  color: #242732;
  font-size: 1.286rem;
  font-weight: 100;
}
#program-related .title {
  font-size: 3.429rem;
  font-weight: 600;
}
#program-related .related-title {
  color: #0F8EC7;
  font-size: 1.714rem;
  font-weight: 600;
  float: left;
  padding-bottom: 30px;
}
#program-related .related-title.event:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f133";
  padding-right: 15px;
}
#program-related .related-title.publication:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f212";
  padding-right: 15px;
}
#program-related .related-title.media:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01d";
  padding-right: 15px;
}
#program-related .related-title.press:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f24d";
  padding-right: 15px;
  font-weight: 600;
}
#program-related .related-link {
  float: right;
  color: #0F8EC7;
  font-size: 1.143rem;
  font-weight: 600;
  text-transform: none;
  padding-top: 9px;
}
#program-related .related-link:after {
  content: ">";
  padding-left: 5px;
  vertical-align: middle;
}
#program-related .related-link:hover {
  color: #F18E44;
}
#program-related .location-wrapper:before {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
}
#program-related .location-wrapper .bottom {
  padding: 45px;
}
#program-related .location-wrapper .bottom .up-title {
  font-size: 0.857rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  /*        &.eia{ color: @color-program-eia; }
                &.esp{ color: @color-program-esp; }
                &.sas{ color: @color-program-sas; }
                &.ccmi, &.mitp, &.csi{ color: @color-program-ccmi; }*/
}
#program-related .location-wrapper .bottom .sub-title {
  color: #ffffff;
  color: #242732;
  font-size: 2.143rem;
  margin-bottom: 20px;
}
#program-related .location-wrapper .bottom .date {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-family: 'Karla', sans-serif;
  font-size: 1.143rem;
  padding-bottom: 15px;
}
#program-related .location-wrapper .bottom .content {
  font-size: 1rem;
}
#program-related .location-wrapper .bottom .link a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper .bottom .link a:hover:after {
  padding-left: 12px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.eia .up-title {
  color: #f18f44;
}
#program-related .location-wrapper.eia .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.eia .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.eia .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.esp .up-title,
#program-related .location-wrapper.get .up-title {
  color: #093969;
}
#program-related .location-wrapper.esp .link a,
#program-related .location-wrapper.get .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.esp .link a:hover:after,
#program-related .location-wrapper.get .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.esp .link a:hover,
#program-related .location-wrapper.get .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.sas .up-title,
#program-related .location-wrapper.asd .up-title {
  color: #d4262e;
}
#program-related .location-wrapper.tet .up-title {
  color: #0F8EC7;
}
#program-related .location-wrapper.tet .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.eet .up-title {
  color: #52972C;
}
#program-related .location-wrapper.eet .link a {
  color: #3f5a30 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.tet .link a:hover:after,
#program-related .location-wrapper.eet .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.ttt .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.sas .link a,
#program-related .location-wrapper.asd .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.sas .link a:hover:after,
#program-related .location-wrapper.asd .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.sas .link a:hover,
#program-related .location-wrapper.asd .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.africarep .up-title {
  color: #d4262e;
}
#program-related .location-wrapper.africarep .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.africarep .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.africarep .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.fep .up-title {
  color: #093969;
}
#program-related .location-wrapper.fep .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.fep .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.fep .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.facts .up-title {
  color: #f18f44;
}
#program-related .location-wrapper.facts .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.facts .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.facts .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.ccmi .up-title,
#program-related .location-wrapper.met .up-title,
#program-related .location-wrapper.mitp .up-title,
#program-related .location-wrapper.csi .up-title {
  color: #01909d;
}
#program-related .location-wrapper.ccmi .link a,
#program-related .location-wrapper.met .link a,
#program-related .location-wrapper.mitp .link a,
#program-related .location-wrapper.csi .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.ccmi .link a:hover:after,
#program-related .location-wrapper.met .link a:hover:after,
#program-related .location-wrapper.mitp .link a:hover:after,
#program-related .location-wrapper.csi .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.ccmi .link a:hover,
#program-related .location-wrapper.met .link a:hover,
#program-related .location-wrapper.mitp .link a:hover,
#program-related .location-wrapper.csi .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.empty .up-title {
  color: #242732;
}
#program-related .location-wrapper.empty .link a {
  color: #242732 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.empty .link a:hover:after {
  padding-left: 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper.empty .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .location-wrapper {
  background-color: #0F8EC7;
  color: #0F8EC7;
}
#program-related .location-wrapper:before {
  border-color: transparent transparent transparent #0b6c98;
}
#program-related .eia .location-wrapper {
  background-color: #f18f44 !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .eia .location-wrapper:before {
  border-color: transparent transparent transparent #ed7315;
}
#program-related .eia .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .esp .location-wrapper,
#program-related .get .location-wrapper {
  background-color: #093969 !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .esp .location-wrapper:before,
#program-related .get .location-wrapper:before {
  border-color: transparent transparent transparent #051f3a;
}
#program-related .esp .location-wrapper .sub-title,
#program-related .get .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .sas .location-wrapper,
#program-related .asd .location-wrapper {
  background-color: #d4262e !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .sas .location-wrapper:before,
#program-related .asd .location-wrapper:before {
  border-color: transparent transparent transparent #a91e25;
}
#program-related .sas .location-wrapper .sub-title,
#program-related .asd .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .tet .location-wrapper {
  background-color: #0F8EC7 !important;
  color: #ffffff;
}
#program-related .tet .location-wrapper:before {
  border-color: transparent transparent transparent #0c4d6b;
}
#program-related .tet .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .eet .location-wrapper {
  background-color: #52972C !important;
  color: #ffffff;
}
#program-related .eet .location-wrapper:before {
  border-color: transparent transparent transparent #41642d;
}
#program-related .eet .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .africarep .location-wrapper {
  background-color: #d4262e !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .africarep .location-wrapper:before {
  border-color: transparent transparent transparent #a91e25;
}
#program-related .africarep .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .fep .location-wrapper {
  background-color: #093969 !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .fep .location-wrapper:before {
  border-color: transparent transparent transparent #051f3a;
}
#program-related .fep .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .facts .location-wrapper {
  background-color: #f18f44 !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .facts .location-wrapper:before {
  border-color: transparent transparent transparent #ed7315;
}
#program-related .facts .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .ccmi .location-wrapper,
#program-related .met .location-wrapper,
#program-related .mitp .location-wrapper,
#program-related .csi .location-wrapper {
  background-color: #01909d !important;
  color: #ffffff;
  /*.up-title{ color: @color-white; }*/
}
#program-related .ccmi .location-wrapper:before,
#program-related .met .location-wrapper:before,
#program-related .mitp .location-wrapper:before,
#program-related .csi .location-wrapper:before {
  border-color: transparent transparent transparent #01626a;
}
#program-related .ccmi .location-wrapper .sub-title,
#program-related .met .location-wrapper .sub-title,
#program-related .mitp .location-wrapper .sub-title,
#program-related .csi .location-wrapper .sub-title {
  color: #ffffff;
}
#program-related .empty .location-wrapper {
  color: #242732;
}
#program-related .empty .location-wrapper:before {
  border-color: transparent transparent transparent #0f1014;
}
#program-related .empty .location-wrapper .up-title,
#program-related .empty .location-wrapper .sub-title {
  color: #242732;
}
#program-related .empty .location-wrapper .link a {
  color: #242732;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .empty .location-wrapper .link a:hover {
  color: #F18E44 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#program-related .empty .location-wrapper .link a:hover:after {
  padding-left: 8px !important;
}
#map {
  height: 700px;
}
#filters {
  background-color: #eff1f4;
  color: #375678;
  padding: 50px 0;
}
#filters .title {
  font-size: 1.714rem;
}
#filters form {
  margin: 10px -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#filters form select {
  border: 3px solid #375678;
  color: #375678;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  margin: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 20%;
  min-width: 10%;
  height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#filters form .input-wrapper {
  border: 3px solid #375678;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#filters form .input-wrapper label {
  background-color: #e6e6e6;
  padding: 10px 6px;
  border-right: 1px solid #375678;
  margin: 0;
}
#filters form .input-wrapper input {
  padding: 10px;
  border: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#filters form input.form-control {
  border: 3px solid #375678;
  background-color: #ffffff;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #375678;
}
#filters form textarea {
  border: 3px solid #375678;
  color: #375678;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#filters form select.full {
  max-width: 100%;
}
#filters form sup {
  color: #f54951;
}
#filters form .border {
  height: 100%;
}
#filters form .border input[type=checkbox],
#filters form .border input[type=radio] {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#filters form .border input[type=checkbox] + label,
#filters form .border input[type=radio] + label {
  border: 3px solid;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.214rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #8D9BA8;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  border-color: #0F8EC7;
  color: #0F8EC7;
  background-color: #ffffff;
  /*&:hover{ .transition(); .opacity(1); }*/
}
#filters form .border input[type=checkbox] + label.mitp,
#filters form .border input[type=radio] + label.mitp,
#filters form .border input[type=checkbox] + label.csi,
#filters form .border input[type=radio] + label.csi {
  border-color: #01909d;
  color: #01909d;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-ccmi; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.eia,
#filters form .border input[type=radio] + label.eia {
  border-color: #f18f44;
  color: #f18f44;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-eia; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.esp,
#filters form .border input[type=radio] + label.esp,
#filters form .border input[type=checkbox] + label.get,
#filters form .border input[type=radio] + label.get {
  border-color: #093969;
  color: #093969;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-esp; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.sas,
#filters form .border input[type=radio] + label.sas,
#filters form .border input[type=checkbox] + label.asd,
#filters form .border input[type=radio] + label.asd {
  border-color: #d4262e;
  color: #d4262e;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-sas; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.tet,
#filters form .border input[type=radio] + label.tet {
  border-color: #0F8EC7;
  color: #0F8EC7;
  background-color: #ffffff;
}
#filters form .border input[type=checkbox] + label.eet,
#filters form .border input[type=radio] + label.eet {
  border-color: #52972C;
  color: #52972C;
  background-color: #ffffff;
}
#filters form .border input[type=checkbox] + label.africarep,
#filters form .border input[type=radio] + label.africarep {
  border-color: #d4262e;
  color: #d4262e;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-sas; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.fep,
#filters form .border input[type=radio] + label.fep {
  border-color: #093969;
  color: #093969;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-sas; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.facts,
#filters form .border input[type=radio] + label.facts {
  border-color: #f18f44;
  color: #f18f44;
  background-color: #ffffff;
  /*&:hover{ background-color: @color-program-sas; color: @color-white; }*/
}
#filters form .border input[type=checkbox] + label.contract_form,
#filters form .border input[type=radio] + label.contract_form {
  border-color: #375678;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #375678;
  /*&:hover{ background-color: @color-program-sas; color: @color-white; }*/
}
#filters form .border input[type=checkbox]:checked + label,
#filters form .border input[type=radio]:checked + label {
  background-color: #375678;
  border-color: #375678;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-color: #0F8EC7;
  background-color: #0F8EC7;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.mitp,
#filters form .border input[type=radio]:checked + label.mitp,
#filters form .border input[type=checkbox]:checked + label.csi,
#filters form .border input[type=radio]:checked + label.csi {
  border-color: #01909d;
  background-color: #01909d;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.eia,
#filters form .border input[type=radio]:checked + label.eia {
  border-color: #f18f44;
  background-color: #f18f44;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.esp,
#filters form .border input[type=radio]:checked + label.esp,
#filters form .border input[type=checkbox]:checked + label.get,
#filters form .border input[type=radio]:checked + label.get {
  border-color: #093969;
  background-color: #093969;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.sas,
#filters form .border input[type=radio]:checked + label.sas,
#filters form .border input[type=checkbox]:checked + label.asd,
#filters form .border input[type=radio]:checked + label.asd {
  border-color: #d4262e;
  background-color: #d4262e;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.tet,
#filters form .border input[type=radio]:checked + label.tet {
  border-color: #0F8EC7;
  background-color: #0F8EC7;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.eet,
#filters form .border input[type=radio]:checked + label.eet {
  border-color: #52972C;
  background-color: #52972C;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.africarep,
#filters form .border input[type=radio]:checked + label.africarep {
  border-color: #d4262e;
  background-color: #d4262e;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.fep,
#filters form .border input[type=radio]:checked + label.fep {
  border-color: #093969;
  background-color: #093969;
  color: #ffffff;
}
#filters form .border input[type=checkbox]:checked + label.facts,
#filters form .border input[type=radio]:checked + label.facts {
  border-color: #f18f44;
  background-color: #f18f44;
  color: #ffffff;
}
#filters form .border.fluid {
  margin: 0 15px 15px 15px;
  display: inline-block;
  position: relative;
}
#filters form .border.fluid input[type=checkbox] + label,
#filters form .border.fluid input[type=radio] + label {
  width: auto;
  position: relative;
  padding-right: 35px;
  margin: 0;
  /*&:hover{ background-color: @color-matisse; border-color: @color-matisse; color: @color-white; }*/
}
#filters form .border.fluid input[type=checkbox] + label:after,
#filters form .border.fluid input[type=radio] + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  position: absolute;
  bottom: 4px;
  right: 8px;
  font-size: 1.143rem;
}
#filters form .border.fluid input[type=checkbox]:checked + label:after,
#filters form .border.fluid input[type=radio]:checked + label:after {
  content: "\f068";
}
#filters form .slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#filters form .slider.slider-horizontal {
  width: 94%;
  margin-left: 3%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#filters form .slider.slider-horizontal .slider-handle {
  background: #ffffff;
  border: 3px solid #375678;
}
#filters form .slider.slider-horizontal .slider-selection {
  background: #375678;
}
#filters form .slider.slider-horizontal .slider-tick-label-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 104%;
  margin-left: -2%;
}
#filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  font-weight: 600;
  font-size: 1rem;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label:nth-of-type(even) {
  visibility: hidden;
  /*display: none;*/
}
#filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label:last-child {
  visibility: visible;
}
#filters form .slider.slider-horizontal .tooltip .tooltip-arrow {
  border-top-color: #375678;
}
#filters form .slider.slider-horizontal .tooltip .tooltip-inner {
  background-color: #375678;
}
#filters form .form-row {
  border-bottom: 3px solid #eff1f4;
  padding: 15px 30px 30px 30px;
}
#filters form .btn {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  height: 46px;
  max-width: 20%;
  max-width: 140px;
  margin: 10px;
}
#filters form small.select_required {
  margin-left: -15px;
}
#filters #main-login form,
#filters #oh-my form,
#filters #main-reset form,
#filters #main-registration form,
#filters #main-extrahours form,
#filters #main-smartwork form,
#filters #main-contracts form,
#filters #main-rda form {
  width: 100%;
  margin: 0;
}
#filters #main-login form > div,
#filters #oh-my form > div,
#filters #main-reset form > div,
#filters #main-registration form > div,
#filters #main-extrahours form > div,
#filters #main-smartwork form > div,
#filters #main-contracts form > div,
#filters #main-rda form > div {
  padding: 0;
}
#filters #main-login form .input-wrapper,
#filters #oh-my form .input-wrapper,
#filters #main-reset form .input-wrapper,
#filters #main-registration form .input-wrapper,
#filters #main-extrahours form .input-wrapper,
#filters #main-smartwork form .input-wrapper,
#filters #main-contracts form .input-wrapper,
#filters #main-rda form .input-wrapper {
  height: 48px;
  margin: 30px 15px 0 15px;
}
#filters #main-login form .input-wrapper label,
#filters #oh-my form .input-wrapper label,
#filters #main-reset form .input-wrapper label,
#filters #main-registration form .input-wrapper label,
#filters #main-extrahours form .input-wrapper label,
#filters #main-smartwork form .input-wrapper label,
#filters #main-contracts form .input-wrapper label,
#filters #main-rda form .input-wrapper label {
  min-width: 100px;
}
#filters #main-login form .input-wrapper.text-area,
#filters #oh-my form .input-wrapper.text-area,
#filters #main-reset form .input-wrapper.text-area,
#filters #main-registration form .input-wrapper.text-area,
#filters #main-extrahours form .input-wrapper.text-area,
#filters #main-smartwork form .input-wrapper.text-area,
#filters #main-contracts form .input-wrapper.text-area,
#filters #main-rda form .input-wrapper.text-area {
  height: auto;
}
#filters #main-login form .input-wrapper.text-area textarea,
#filters #oh-my form .input-wrapper.text-area textarea,
#filters #main-reset form .input-wrapper.text-area textarea,
#filters #main-registration form .input-wrapper.text-area textarea,
#filters #main-extrahours form .input-wrapper.text-area textarea,
#filters #main-smartwork form .input-wrapper.text-area textarea,
#filters #main-contracts form .input-wrapper.text-area textarea,
#filters #main-rda form .input-wrapper.text-area textarea {
  min-height: 150px;
  border: 0;
  color: #9b9b9b;
}
#filters #main-login form .file-wrapper,
#filters #oh-my form .file-wrapper,
#filters #main-reset form .file-wrapper,
#filters #main-registration form .file-wrapper,
#filters #main-extrahours form .file-wrapper,
#filters #main-smartwork form .file-wrapper,
#filters #main-contracts form .file-wrapper,
#filters #main-rda form .file-wrapper {
  text-transform: uppercase;
  padding: 15px 15px 0 15px;
}
#filters #main-login form .file-wrapper input.form-control,
#filters #oh-my form .file-wrapper input.form-control,
#filters #main-reset form .file-wrapper input.form-control,
#filters #main-registration form .file-wrapper input.form-control,
#filters #main-extrahours form .file-wrapper input.form-control,
#filters #main-smartwork form .file-wrapper input.form-control,
#filters #main-contracts form .file-wrapper input.form-control,
#filters #main-rda form .file-wrapper input.form-control {
  border: 3px solid #375678;
}
#filters #main-login form input.form-control,
#filters #oh-my form input.form-control,
#filters #main-reset form input.form-control,
#filters #main-registration form input.form-control,
#filters #main-extrahours form input.form-control,
#filters #main-smartwork form input.form-control,
#filters #main-contracts form input.form-control,
#filters #main-rda form input.form-control {
  border: 0;
  height: 42px;
  color: #9b9b9b;
  text-transform: none;
}
#filters #main-login form .form-group,
#filters #oh-my form .form-group,
#filters #main-reset form .form-group,
#filters #main-registration form .form-group,
#filters #main-extrahours form .form-group,
#filters #main-smartwork form .form-group,
#filters #main-contracts form .form-group,
#filters #main-rda form .form-group {
  margin: 0 15px;
}
#filters #main-login form .btn,
#filters #oh-my form .btn,
#filters #main-reset form .btn,
#filters #main-registration form .btn,
#filters #main-extrahours form .btn,
#filters #main-smartwork form .btn,
#filters #main-contracts form .btn,
#filters #main-rda form .btn {
  max-width: none;
  margin: 30px 0;
}
#filters #main-login form input.form-control.input_error,
#filters #oh-my form input.form-control.input_error,
#filters #main-reset form input.form-control.input_error,
#filters #main-registration form input.form-control.input_error,
#filters #main-extrahours form input.form-control.input_error,
#filters #main-smartwork form input.form-control.input_error,
#filters #main-contracts form input.form-control.input_error,
#filters #main-rda form input.form-control.input_error {
  background-color: #ff000c;
  color: #ffffff;
}
#filters #main-login form select.input_error,
#filters #oh-my form select.input_error,
#filters #main-reset form select.input_error,
#filters #main-registration form select.input_error,
#filters #main-extrahours form select.input_error,
#filters #main-smartwork form select.input_error,
#filters #main-contracts form select.input_error,
#filters #main-rda form select.input_error {
  background-color: #ff000c;
  color: #ffffff;
}
#filters #main-login form textarea.input_error,
#filters #oh-my form textarea.input_error,
#filters #main-reset form textarea.input_error,
#filters #main-registration form textarea.input_error,
#filters #main-extrahours form textarea.input_error,
#filters #main-smartwork form textarea.input_error,
#filters #main-contracts form textarea.input_error,
#filters #main-rda form textarea.input_error {
  background-color: #ff000c;
  color: #ffffff !important;
}
#filters #main-login form sup,
#filters #oh-my form sup,
#filters #main-reset form sup,
#filters #main-registration form sup,
#filters #main-extrahours form sup,
#filters #main-smartwork form sup,
#filters #main-contracts form sup,
#filters #main-rda form sup {
  color: #f54951;
}
#filters #main-login form .border.fluid,
#filters #oh-my form .border.fluid,
#filters #main-reset form .border.fluid,
#filters #main-registration form .border.fluid,
#filters #main-extrahours form .border.fluid,
#filters #main-smartwork form .border.fluid,
#filters #main-contracts form .border.fluid,
#filters #main-rda form .border.fluid {
  overflow: hidden;
  margin-bottom: 15px;
}
#filters #main-login form select,
#filters #oh-my form select,
#filters #main-reset form select,
#filters #main-registration form select,
#filters #main-extrahours form select,
#filters #main-smartwork form select,
#filters #main-contracts form select,
#filters #main-rda form select {
  margin: 15px;
}
#filters #main-login .feedback-block,
#filters #oh-my .feedback-block,
#filters #main-reset .feedback-block,
#filters #main-registration .feedback-block,
#filters #main-extrahours .feedback-block,
#filters #main-smartwork .feedback-block,
#filters #main-contracts .feedback-block,
#filters #main-rda .feedback-block {
  background-color: #ff000c;
  color: #ffffff;
  padding: 15px;
  margin: 0 0 40px 0;
}
#filters #main-login .password-requirements,
#filters #oh-my .password-requirements,
#filters #main-reset .password-requirements,
#filters #main-registration .password-requirements,
#filters #main-extrahours .password-requirements,
#filters #main-smartwork .password-requirements,
#filters #main-contracts .password-requirements,
#filters #main-rda .password-requirements {
  margin-top: 15px;
}
#filters #main-login .password-requirements .completed,
#filters #oh-my .password-requirements .completed,
#filters #main-reset .password-requirements .completed,
#filters #main-registration .password-requirements .completed,
#filters #main-extrahours .password-requirements .completed,
#filters #main-smartwork .password-requirements .completed,
#filters #main-contracts .password-requirements .completed,
#filters #main-rda .password-requirements .completed {
  visibility: hidden;
}
#filters #main-reset form .input-wrapper label {
  min-width: 160px;
}
#filters #main-registration form .input-wrapper label {
  min-width: 177px;
}
#filters #main-registration form .privacy-input-wrapper {
  margin: 0 15px;
  position: relative;
}
#filters #main-registration form .privacy-input-wrapper .input_error:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 3px solid #ff000c;
}
#filters #main-contracts form .border.fluid,
#filters #main-rda form .border.fluid {
  overflow: hidden;
  margin-bottom: 15px;
}
#filters #main-extrahours form .input-wrapper label,
#filters #main-smartwork form .input-wrapper label,
#filters #main-contracts form .input-wrapper label {
  min-width: 145px;
}
#filters #main-extrahours form .mail-label,
#filters #main-smartwork form .mail-label,
#filters #main-contracts form .mail-label {
  padding-top: 2px;
}
#filters #main-rda form .input-wrapper label {
  min-width: 175px;
}
#filters #main-rda form .mail-label {
  padding-top: 2px;
}
#filters #main-rda form select {
  margin: 30px 15px 0 15px;
  max-width: 100%;
}
#filters #main-rda form .margin-top {
  margin-top: 30px;
}
#filters #main-rda form .border.fluid input[type=radio] + label {
  min-width: 300px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #F18E44 none;
  color: #ffffff;
}
#avanced-search #filters {
  padding: 0;
  background-color: #ffffff;
}
#avanced-search #filters h1 {
  margin: 0;
}
#avanced-search #filters h1 .wrapper {
  background-color: #375678;
  color: #ffffff;
  margin: 0;
  padding: 20px 15px;
  text-transform: uppercase;
}
#avanced-search #filters h1 .wrapper:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  right: 30px;
}
#avanced-search #filters .form-wrapper {
  background-color: #ffffff;
}
#avanced-search #filters .form-wrapper form {
  margin: 0;
}
#avanced-search #filters .form-wrapper .match-height {
  margin-bottom: 15px;
}
#avanced-search #filters .form-wrapper .input-wrapper {
  margin: 15px;
}
#avanced-search #filters .form-wrapper .btn {
  margin: 50px auto;
}
#private_media #filters {
  padding: 0;
  background-color: #ffffff;
}
#private_media #filters h1 {
  margin: 0;
}
#private_media #filters h1 .wrapper {
  background-color: #375678;
  color: #ffffff;
  margin: 0;
  padding: 20px 15px;
  text-transform: uppercase;
}
#private_media #filters h1 .wrapper:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  position: absolute;
  right: 30px;
}
#private_media #filters .form-wrapper {
  background-color: #ffffff;
}
#private_media #filters .form-wrapper form {
  margin: 0;
}
#private_media #filters .form-wrapper .match-height {
  margin-bottom: 15px;
}
#private_media #filters .form-wrapper .input-wrapper {
  margin: 15px;
}
#private_media #filters .form-wrapper .btn {
  margin: 50px auto;
}
#publications .no-results {
  font-size: 1.429rem;
  text-align: center;
  margin-bottom: 50px;
}
#media {
  background-color: #eff1f4;
  padding-bottom: 80px;
  padding-top: 80px;
  /*
    .videoWrapper {
      margin: 0 auto; display: block; float: none; position: relative; height: 0; padding-bottom: 28.15%;
      iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    }
  */
}
#gallery {
  background-color: #C6CBD6;
  padding-bottom: 80px;
  padding-top: 80px;
}
#gallery h3 {
  margin-bottom: 20px;
  color: #3E5575;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
#gallery a {
  font-size: 16px;
  font-weight: 700;
  color: #0f8ec7;
}
#share-buttons {
  margin: 20px 0 80px 0;
}
#share-buttons .content {
  display: block;
}
#share-buttons .title {
  color: #000000;
  font-weight: 600;
  font-size: 1.143rem;
  padding-right: 15px;
}
#share-buttons .social-btn {
  padding: 10px;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#share-buttons .social-btn.fb {
  background-color: #3b5998;
}
#share-buttons .social-btn.tw {
  background-color: #00abf0;
}
#share-buttons .social-btn.lk {
  background-color: #0274b3;
}
#share-buttons .social-btn span {
  text-transform: none;
  font-size: 0.857rem;
  line-height: 100%;
  padding-left: 15px;
}
#share-buttons .social-btn:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social-feed {
  padding: 65px 0 35px 0;
}
#social-feed .title {
  color: #093969;
  font-size: 1.714rem;
  font-weight: 600;
  padding-bottom: 35px;
  font-family: 'Poppins', sans-serif;
}
#social-feed .content {
  margin-bottom: 30px;
}
/* slider */
.swiper-container {
  width: 100%;
}
.swiper-container .swiper-wrapper {
  margin-bottom: 50px;
}
.swiper-container .swiper-no-results {
  display: none;
  font-size: 1.429rem;
  text-align: center;
  margin: -50px 0 50px 0;
}
/*.slider-pagination{
  position: relative; margin-top: 50px;
  li{
    display: inline-block; margin: 0 5px; background-color: @color-grey; width: 13px; height: 13px;
    &.active{ background-color: @color-electric-blue; margin: 0 5px; width: 13px; height: 13px; }
  }
}*/
/* newsletter */
.newsletter-box {
  color: #093969;
  margin-top: 70px;
  margin-bottom: 50px;
}
.newsletter-box p {
  font-weight: 600;
  margin: 0;
}
.newsletter-box h1 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.newsletter-box input {
  float: left;
  margin-top: 5px;
}
.newsletter-box input.email {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  background: transparent;
  outline: none;
  border: 2px solid #d6d6d6;
  padding: 12px 13px;
  width: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 48px;
}
.newsletter-box input.email::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.7);
}
.newsletter-box input.email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.newsletter-box input.email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.newsletter-box input.email:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.7);
}
.newsletter-box input.email:focus {
  border: 2px solid #093969;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsletter-box input.btn {
  width: 25%;
  height: 48px;
}
/* footer */
footer {
  background-color: #002549;
  padding: 50px 0 60px 0;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer ul {
  font-weight: 600;
}
footer ul li {
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-size: 0.857rem;
}
footer ul li.active a {
  color: #F18E44;
}
footer .navigation span {
  padding-right: 5px;
}
footer .navigation p {
  padding-bottom: 40px;
}
footer .navigation ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.071rem;
  -moz-column-gap: 1.071rem;
  column-gap: 1.071rem;
}
footer .list_contact p {
  padding-bottom: 40px;
}
footer .list_contact ul li {
  padding-bottom: 9px;
}
footer .list_contact ul li a {
  vertical-align: super;
}
footer .list_contact ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  color: #45678b;
  font-size: 1.714rem;
  padding-right: 15px;
}
footer .quick-links p {
  padding-bottom: 40px;
}
footer .container:first-child .row {
  border: 1px solid #45678b;
  margin: 0;
  /*.flexbox(); .flex-wrap();*/
}
footer .container:first-child .row > div {
  border-right: 1px solid #45678b;
  padding: 30px 0 0 30px;
}
footer .container:first-child .row > div:last-child {
  border-right: 0;
  /*.flex-basis(16.5%);*/
}
footer .container:first-child .row > div p {
  color: #45678b;
  text-transform: uppercase;
  font-size: 1.143rem;
  font-family: 'Poppins', sans-serif;
}
footer .container:first-child .row > div span {
  font-size: 1.143rem;
}
footer .container:first-child .row > div address {
  padding-top: 12px;
  font-size: 1rem;
}
footer .container.copy {
  color: #375678;
  margin-top: 25px;
  font-weight: 600;
}
footer .container.copy a {
  color: #375678;
}
footer .container.copy a:hover {
  color: #F18E44;
}
footer .container.copy a.privacy {
  color: #0F8EC7;
}
footer .container.copy a.privacy:hover {
  color: #F18E44;
}
footer .container.copy .social-foot {
  text-transform: uppercase;
  font-size: 1.143rem;
  font-weight: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .container.copy .social-foot li {
  padding-bottom: 0;
  font-size: 1.143rem;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
footer .container.copy .social-foot li i:before {
  font-size: 1.429rem;
}
footer .container.copy .social-foot li:last-child {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.img-text-group {
  margin-bottom: 30px;
  font-size: 1.214rem;
}
.list-no-result {
  font-size: 1.429rem;
  text-align: center;
  margin-bottom: 50px;
  display: none;
}
ul#paginate.list-group {
  width: 100%;
  float: left;
}
ul#paginate.list-group li {
  display: inline-block;
  width: 100%;
}
ul.mb-pagination {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}
ul.mb-pagination li {
  border: 0;
}
ul.mb-pagination li a,
ul.mb-pagination li span {
  padding: 10px;
  background: transparent !important;
  border: 0;
}
ul.mb-pagination li.active a {
  color: #F18E44;
}
.bt_change_lang {
  border: 3px solid #F18E44;
  background: #fff;
  color: #F18E44;
  font-size: 12px;
  line-height: 14px;
  padding: 15px;
  position: fixed;
  bottom: 5px;
  right: 25px;
  display: block;
  font-weight: 600;
  text-align: center;
  z-index: 9998;
}
.bt_change_lang:hover {
  background: #F18E44;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal h1 {
  font-size: 1.714rem;
  font-weight: 600;
  color: #408DC2;
  line-height: 120%;
}
.modal h1 small {
  color: #408DC2;
  opacity: 0.7;
}
.modal h2 {
  font-size: 1.314rem;
  font-weight: 400;
  color: #3E5675;
  line-height: 120%;
  padding-bottom: 25px;
}
.modal .close {
  color: #E49253;
  opacity: 1;
}
.boards a,
.boards a:hover {
  font-weight: 600;
}
.board .role {
  font-size: 12px;
}
.news-list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*html, body {
  h2, h3{ font-weight: 500; }
  .content{ font-weight: 100; line-height: 150%; }
}*/
.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}
.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-body {
  padding: 0 25px 25px 25px;
}
.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}
.modal-dialog {
  width: 70%;
  background-color: #ffffff;
}
.modal-dialog .btn-default {
  background-color: #f54951;
  color: #ffffff;
}
/* media query */
@media (max-width: 1399px) {
  /*  header{
      .nav{
        &.main-menu-items{
          > li{ .flex-basis(167px); }
        }
      }
    }*/
  #front-page #home-tabs .row .tab {
    font-size: 1.571rem;
  }
}
@media (max-width: 1199px) {
  header .nav.main-menu-items > li {
    -webkit-flex-basis: 138px;
    -ms-flex-basis: 138px;
    flex-basis: 138px;
  }
  #front-page #home-tabs .row .tab {
    padding: 30px 20px;
  }
  /*	#research{
    #local-projects{
     .box-wrapper{
      .box{
       &.col-md-4{ .flex-basis(33.3%); }
      }
     }
    }
    #initiatives{
     .box-wrapper{
      .box{
       &.col-md-4{ .flex-basis(33.3%); }
      }
     }
    }
    }*/
  footer .container:first-child .row > div {
    padding: 30px 0 0 25px;
    /*&:last-child{ .flex-basis(16.5%); }*/
  }
}
@media (max-width: 991px) {
  .modal-dialog {
    width: 100%;
  }
  header #service-menu a {
    padding: 19px 10px;
  }
  header .nav.main-menu-items > li {
    -webkit-flex-basis: 107px;
    -ms-flex-basis: 107px;
    flex-basis: 107px;
  }
  header .nav.main-menu-items > li > a {
    font-size: 0.857rem;
    padding: 10px 0;
  }
  #front-page #home-tabs .row .tab {
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 49.9%;
    -ms-flex-basis: 49.9%;
    flex-basis: 49.9%;
    padding: 20px;
  }
  #front-page .front-container .box {
    /*&.col-xs-12{ .flex-basis(100%); }*/
    /*        &.news{
                  .image{
                    border-right: 2px solid @color-grey;
                    border-bottom: 0;
                    &:after{ left: 0; width: 100%; height: 2px; bottom: -2px; top: auto; }
                  }
                }*/
  }
  #front-page .front-container .box .row {
    height: auto;
  }
  #front-page .front-container .box .image {
    min-height: 300px;
  }
  #front-page .front-container .box .square {
    display: none;
  }
  #about-us #sub-sections .sub-section {
    padding: 35px 15px;
  }
  #about-us #sub-sections .double .sub-section {
    padding: 35px 15px 35px 220px;
  }
  #about-us #sub-sections .double .sub-section.no-img {
    padding: 35px 15px 35px 15px;
  }
  /*  #filters{
      form{
        select{ margin: 0 5px; }
        .btn{ margin: 0 5px; }
      }
    }*/
  #filters form .slider.slider-horizontal .slider-tick-label-container {
    width: 110%;
    margin-left: -5%;
  }
  #filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label:nth-of-type(even) {
    display: none;
  }
  #peoples-carousel .people {
    text-align: center;
  }
  #peoples-carousel .people img {
    margin: 0 auto;
  }
  /*  .boards{
      .board{
        text-align: center; margin-bottom: 0;
        &.border{
          border-left: 0; border-right: 0; border-top: 1px solid @color-grey; border-bottom: 1px solid @color-grey; margin-bottom: 30px;
          .board-wrapper{ padding: 30px 0; }
        }
      }
      .separator{ margin: 20px auto; }
    }*/
  .boards {
    display: block;
  }
  .boards .board {
    padding: 0 15px;
  }
  .boards h2.title {
    font-size: 3rem;
  }
  #programs {
    /*		.research-activities{
       .box{
        &.col-sm-6{ .flex-basis(49.9%); }
       }
      }*/
  }
  #programs #programs-head .container-fluid {
    height: 200px;
  }
  #programs #program-related #locations .location.img-right .top {
    float: none;
    padding: 0 15px;
    position: static;
    height: 250px;
    width: 100%;
  }
  #programs #program-related #locations .location.img-right .top img {
    margin: 25px auto;
  }
  #programs #program-related #locations .location.img-right .top .square {
    display: none;
  }
  #programs #program-related #locations .location.img-right .bottom {
    text-align: center;
    max-width: 100%;
  }
  #media .videoWrapper {
    padding-bottom: 56.25%;
    /* 16:9 */
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper {
    padding: 0 20px;
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner {
    min-height: 300px;
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-right {
    position: relative;
  }
  #calendar-events > .row > div:nth-child(2) {
    /*.flex-basis(100%);*/
  }
  #calendar-events > .row > div:nth-child(2) #home-events {
    height: auto !important;
  }
  #calendar-events > .row > div:nth-child(2) #home-events ul.content.bull {
    height: auto !important;
  }
  /*	#research{
    #cross-cutting{
     .box-wrapper{
      .box{
       &.col-sm-6{ .flex-basis(49.9%); }
      }
     }
    }
    #local-projects{
     .box-wrapper{
      .box{
       &.col-sm-6{ .flex-basis(49.5%); }
      }
     }
    }
    #initiatives{
     .box-wrapper{
      .box{
       &.col-sm-6{ .flex-basis(49.5%); }
      }
     }
    }
    }*/
  .newsletter-box input.email {
    width: 65%;
  }
  .newsletter-box input.btn {
    width: 35%;
  }
  footer .container:first-child .row {
    border-bottom: 0;
  }
  footer .container:first-child .row > div {
    border-bottom: 1px solid #45678b;
    /*.flex-basis(49.9%);*/
    /*&:last-child{ .flex-basis(49.9%); }*/
  }
  footer .container:first-child .row > div:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  header .navbar .main-menu {
    margin-top: 0;
  }
  header .navbar .main-menu .navbar-header .navbar-brand {
    width: 70%;
  }
  header .navbar .main-menu .navbar-header .navbar-brand .claim {
    line-height: 100%;
  }
  header .navbar .main-menu .navbar-right {
    margin-right: -15px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #E8ECF3;
  }
  header .navbar .main-menu .navbar-right li {
    width: 50%;
    float: left;
  }
  header .navbar .main-menu .navbar-right .menu-box {
    padding-top: 15px;
    width: auto;
  }
  header .navbar .main-menu .navbar-right .menu-box span {
    width: 75%;
  }
  header .navbar .main-menu .navbar-right .subscribe-newsletter-box {
    margin-left: 0;
  }
  header #service-menu {
    position: static;
  }
  header #service-menu .navbar-left {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header #service-menu .navbar-left li {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  header #service-menu .navbar-left li a {
    padding: 19px 10px;
  }
  header #service-menu .language-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header #service-menu .language-menu li {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  header #service-menu .language-menu li.sep,
  header #service-menu .language-menu li a {
    padding: 5px 10px 19px 10px;
  }
  header #service-menu .social-icon-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header #service-menu .social-icon-menu li {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  header #service-menu .social-icon-menu li a {
    padding: 19px 10px;
    font-size: 1.429rem;
  }
  header #service-menu .organic-search-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header #service-menu .organic-search-menu li {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  header #service-menu .organic-search-menu li a {
    padding: 19px 10px;
    font-size: 1.429rem;
  }
  header #service-menu .organic-search-menu #organic-search-box {
    margin-bottom: 20px;
    padding-left: 0;
  }
  header #service-menu .organic-search-menu #organic-search-box a {
    width: 15%;
    background-color: #f54951;
    color: #ffffff;
    padding: 9px 10px;
  }
  header #service-menu .organic-search-menu #organic-search-box a.active {
    color: #ffffff;
  }
  header #service-menu .organic-search-menu #organic-search-box form#FS {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 0;
    left: 15%;
    width: 85%;
  }
  header #service-menu .reserved-area-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header #service-menu .reserved-area-menu li {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  header #service-menu .reserved-area-menu li a {
    padding: 19px 10px;
    font-size: 1.429rem;
  }
  header #service-menu .reserved-area-menu li.dropdown > a {
    background-color: #384552;
    color: #F18E44;
    padding: 10px 12px 5px 12px;
  }
  header #service-menu .reserved-area-menu li.dropdown li {
    display: block;
  }
  header #service-menu .reserved-area-menu li.dropdown ul.dropdown-menu {
    padding-bottom: 0;
  }
  header #service-menu .reserved-area-menu li.sep {
    display: none !important;
  }
  header .nav.main-menu-items {
    display: block;
    margin: 20px 0 0 0;
    border-bottom: 1px solid rgba(126, 156, 176, 0.35);
  }
  header .nav.main-menu-items > li {
    width: 50% !important;
    float: left;
  }
  header .nav.main-menu-items li {
    display: block;
    width: 100%;
  }
  header .nav.main-menu-items li.leaf {
    display: none;
  }
  header .nav.main-menu-items li.column {
    border: 0 !important;
    padding-bottom: 0 !important;
  }
  header .nav.main-menu-items li ul li ul li {
    width: 50%;
    float: left;
  }
  header .nav.main-menu-items li:nth-child(4) ul.mega-dropdown-menu {
    left: -100%;
  }
  header .nav.main-menu-items .sep {
    display: none;
  }
  header .nav .highlight .content .dropdown-header {
    padding: 6px 0 15px 0;
  }
  header .nav .highlight .content img,
  header .nav .highlight .content p {
    display: none;
  }
  header .nav .mega-dropdown {
    /*&:not(.research-item) .mega-dropdown-menu.right, &:nth-child(6) .mega-dropdown-menu { left: -100%; }*/
  }
  header .nav .mega-dropdown .mega-dropdown-menu {
    width: 200% !important;
    z-index: 10;
    position: relative;
  }
  header .nav .mega-dropdown .mega-dropdown-menu a {
    padding: 0 10px;
  }
  header .nav .mega-dropdown .mega-dropdown-menu.right,
  header .nav .mega-dropdown:nth-child(6) .mega-dropdown-menu,
  header .nav .mega-dropdown:nth-child(8) .mega-dropdown-menu {
    left: -100% !important;
  }
  header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container {
    display: block;
  }
  header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container.bordered-bottom .dropdown-header {
    width: 100%;
    margin-bottom: 25px;
  }
  header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container a {
    padding: 0;
  }
  header .nav .mega-dropdown.research-item .mega-dropdown-menu .column-container.no-border > li:last-child:before {
    display: none;
  }
  header .nav.navbar-nav .open .dropdown-menu .dropdown-header {
    width: 100%;
  }
  #front-page .front-container {
    padding: 15px;
  }
  #front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 2.143rem;
    word-wrap: break-word;
  }
  #front-page #home-tabs .row .tab {
    font-size: 1rem;
    padding: 20px;
  }
  #home-banner {
    padding: 50px 0 0 0;
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .title {
    font-size: 2.143rem;
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-left .link-btn {
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-right {
    position: relative;
  }
  #home-banner .swiper-container .swiper-slide .banner-wrapper .banner-inner .banner-right img {
    max-width: 75%;
  }
  #calendar-events #home-calendar {
    padding: 45px 15px 15px 15px;
  }
  #calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
    top: 43px;
  }
  #calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
    left: 5px;
  }
  #calendar-events #home-calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    right: 15px;
  }
  #calendar-events #home-calendar .pignose-calendar-header .pignose-calendar-week {
    font-size: 1rem;
  }
  #calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
    width: 100%;
  }
  #program-ongoing .buttons a {
    width: 100%;
    margin-bottom: 10px;
  }
  .intro .title {
    font-size: 2.857rem;
  }
  .intro .img-container .img-description {
    position: static;
    width: 100%;
    border: 1px solid #e6e6e6;
  }
  #history .row {
    padding: 0 15px;
  }
  #history .row .img-container {
    max-width: 300px;
    margin: 0 auto;
    float: none;
  }
  #history .row .content {
    margin-top: 40px;
    padding: 0;
  }
  #sub-sections .sub-section {
    padding: 35px 15px;
  }
  #sub-sections .base {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sub-sections .base.first {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sub-sections .base .sub-section .title {
    font-size: 2.571rem;
  }
  #sub-sections .double .sub-section {
    text-align: center;
    padding-left: 15px !important;
  }
  #sub-sections .double .sub-section img {
    position: static;
    max-width: 120px;
  }
  #sub-sections .color-background {
    background-image: none;
  }
  #locations .location.img-left .location-wrapper {
    padding-left: 0;
  }
  #locations .location.img-left .top {
    position: static;
    padding: 0 15px;
    width: 100%;
  }
  #locations .location.img-left .top img {
    margin: 25px auto;
    width: 210px;
  }
  #locations .location.img-left .bottom {
    text-align: center;
  }
  #locations .location.img-right .top {
    float: none;
    padding: 0 15px;
    position: static;
    height: 250px;
    width: 100%;
  }
  #locations .location.img-right .top img {
    margin: 25px auto;
  }
  #locations .location.img-right .top .square {
    display: none;
  }
  #locations .location.img-right .bottom {
    text-align: center;
    max-width: 100%;
  }
  #programs {
    /*		.research-activities{
       .box{
        &.col-xs-12{ .flex-basis(100%); }
       }
      }*/
  }
  #programs #programs-head .logo {
    max-width: 60%;
    margin: 0 auto 30px auto;
    float: none;
  }
  #programs #program-related .related-title {
    width: 100%;
    padding-bottom: 10px;
  }
  #programs #program-related .related-link {
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
  }
  #research {
    /*		#cross-cutting{
       .box-wrapper{
        .box{
         &.col-xs-12{ .flex-basis(100%); }
        }
       }
      }*/
    /*		#local-projects{
       .box-wrapper{
        .box{
         &.col-xs-12{ .flex-basis(100%); }
        }
       }
      }
      #initiatives{
       .box-wrapper{
        .box{
         &.col-xs-12{ .flex-basis(100%); }
        }
       }
      }*/
  }
  #research .local-project #project-links .location.img-left .location-wrapper {
    padding-left: 0;
  }
  #publications #pubblication-categories .title {
    font-size: 2.714rem;
  }
  #timeline .separator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  #timeline .row-timeline .content {
    padding-left: 65px;
    width: 100%;
    text-align: left;
  }
  #timeline ul.bull.right {
    padding: 0 0 0 21px;
  }
  .boards {
    display: block;
    text-align: center;
  }
  .boards .board {
    padding: 0 15px;
  }
  .boards .board.border {
    border: 0;
  }
  .boards h2.title {
    font-size: 3rem;
  }
  #financial table th.box {
    width: 30%;
  }
  #financial table td:last-child {
    width: 30%;
  }
  #quote cite {
    font-size: 1.429rem;
  }
  #peoples #peoples-head .title {
    font-size: 3rem;
  }
  #profile-head .image-wrapper {
    float: none;
    padding: 30px 15px 20px 15px;
  }
  #program-related .title {
    font-size: 2.857rem;
  }
  #program-related .location-wrapper .sub-title {
    word-break: break-word;
  }
  #program-related .location-wrapper .bottom {
    padding: 20px;
  }
  #filters form select {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  #filters form .input-wrapper {
    margin: 10px 0;
  }
  #filters form .input-wrapper label {
    min-width: 135px;
    line-height: 100%;
    padding: 7px 10px;
  }
  #filters form .input-wrapper input {
    width: 100%;
  }
  #filters form .border.fluid {
    padding: 0 30px 0 0;
    width: 100%;
  }
  #filters form .border.fluid input[type=checkbox] + label,
  #filters form .border.fluid input[type=radio] + label {
    width: 100%;
  }
  #filters form .slider.slider-horizontal {
    width: 90%;
    margin-left: 5%;
  }
  #filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: none;
    visibility: visible;
  }
  #filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label:first-child {
    display: block;
    text-align: left;
  }
  #filters form .slider.slider-horizontal .slider-tick-label-container .slider-tick-label:last-child {
    display: block;
    text-align: right;
  }
  #filters form .btn {
    width: 100%;
    max-width: 100% !important;
    margin: 10px 0;
  }
  #filters #main-reset form .input-wrapper label {
    min-width: 110px;
  }
  #filters #main-rda form select {
    width: auto;
    max-width: 90%;
  }
  #avanced-search #filters h1 {
    font-size: 1.429rem;
  }
  #avanced-search #filters .form-wrapper .btn {
    margin: 50px 30px;
  }
  #map {
    height: 350px;
  }
  #share-buttons .title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  #share-buttons .social-btn {
    margin: 0;
  }
  .newsletter-box input.email {
    width: 100%;
  }
  .newsletter-box input.btn {
    width: 100%;
  }
  footer {
    padding-bottom: 90px;
  }
  footer .container:first-child .row > div {
    border-right: 0;
    /*.flex-basis(100%);*/
    /*&:last-child{ .flex-basis(100%); }*/
  }
  footer .container.copy {
    text-align: center;
  }
  footer .container.copy .social-foot {
    margin-top: 15px;
    display: block;
  }
  footer .container.copy .social-foot li {
    width: 20%;
    float: left;
    margin-top: 30px;
  }
  footer .container.copy .social-foot li:first-child {
    width: 100%;
  }
}
@media (max-width: 360px) {
  #calendar-events #home-calendar .pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
    width: 40px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
/*.row [class*='col-'] { .flexbox(); .flex-direction(column); }
header .row [class*='col-'] { display: initial; .flex-direction(initial); }
.match-height-wrapper { .flexbox(); }
.match-height{ flex: 1 1 0%; }*/
#front-page #home-carousel .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  min-height: 525px;
  background-size: cover;
  background-position: center center;
}
#front-page #home-carousel .swiper-container .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  border: solid 2px #666666;
}
#front-page .front-container .box.video .row .image {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.embed-responsive-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.embed-responsive-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive-item.facebook.squared {
  padding-bottom: 100%;
}
.embed-responsive-item.facebook .fb_iframe_widget_fluid span {
  width: 100% !important;
}
iframe.embed-responsive-item {
  padding: 0;
}
#front-page .front-container .row.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .row.flex .col-md-4 {
    width: 33.2535%;
  }
  .row.flex .col-md-8 {
    width: 66.6462%;
  }
}