/**
 *
 * Theme Name: Mediaani Bootstrap Theme
 * Theme URI: http://www.mediaani.fi/
 * Author: Mediaani - 
 * Author URI: http://www.mediaani.fi
 * Description: Mediaani Bootstrap Theme
 * Version: 1.0
 * License: GNU General Public License
 * License URI: license.txt
 *
 * TOC
 * 1. Sass elements
 * 2. Typograhpy
 * 3. Foundation
 * 4. Modules
 * 5. Widgets / Aside
 * 6. Forms
 * 7. Buttons
 * 8. WooCommerce overrides
 * 9. IE overrides
 * 10. Misc.
 *
 */
/*-----------------------------------------------------------------------------
   Sass elements
-----------------------------------------------------------------------------*/
/* Partials */
/* Variables */
/*-----------------------------------------------------------------------------
   Typography
-----------------------------------------------------------------------------*/
/* Body
-----------------------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-thickness: 3px;
}

@media(max-width:767px) {
	* {
	  text-decoration-thickness: 2px;
	}	
}

html {
  font-size: 19px;
}

body {
  font-size: 1rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.8;
  font-weight: 400;
  color: #3d5265;
  padding-top: 0;
  background: none;
  min-width: 280px;
}

p, ul, ol, dl, .wp-block-image {
  margin-bottom: 1.85em;
}

@media (max-width: 1719px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 13px;
  }
}
/* Headings
-----------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 2.7rem;
  font-style: italic;
  line-height: 1.2;
  margin: 1.45em 0 0.7em;
  letter-spacing: 0.05em;
}

h2, .h2 {
  font-size: 1.4rem;
}

.font-libre h2 {
  font-size: 1.55rem;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform:uppercase;
}

h3, .h3,
.widget-title {
  font-size: 1.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f27021;
  text-transform: uppercase;
  margin-bottom: 0.5em !important;
}

h4, .h4 {
  font-size: 1.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: none;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
  line-height: 1.5;
}

h2, .h2,
h3, .h3,
.widget-title {
  margin: 1.45em 0 1.15em;
}

.sub-heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.box-heading {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5238095238rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 2.5rem;
  }

  .sub-heading,
  .box-heading {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  .box-heading {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
	h1, .h1 {
    font-size: 1.8rem;
  }
}
.color-dim {
  color: #888;
}

.color-white {
  color: #fff;
}

.color-primary {
  color: #f27021;
}

.color-orange {
  color: #f27021;
}

.color-default,
.color-black {
  color: #3d5265 !important;
}

.color-blackest {
  color: #000;
}

.color-green {
  color: #007154;
}

.color-light-green {
  color: #809987;
}

.color-pink {
  color: #ec619f;
}

.color-blue {
  color: #3d5265;
}

.color-brown {
  color: #c58135;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 600;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.style-italic {
  font-style: italic;
}

.font-source {
  font-family: 'Source Sans Pro', sans-serif;
}

.font-libre {
  font-family: 'Libre Baskerville', serif;
}

.size-26 {
  font-size: 1.2380952381rem;
}

.size-larger {
	font-size: 1.2142857143rem;
	line-height: 1.55;
}

.size-smaller {
	font-size: 0.8571428571rem;
}

.size-tiny {
  font-size: 13px;
  font-style: italic;
}

.bordered-heading {
  width: auto;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.bordered-heading:after {
  display: block;
  content: "";
  width: 90px;
  height: 3px;
  background: #f27021;
  margin: auto;
  margin-top: 1.2rem;
}

@media (max-width:767px) {
	.bordered-heading:after {
  		height: 2px;
  	}
}

.centered-textblock-sm {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.centered-textblock {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.centered-textblock-lg {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.centered-textblock-xl {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.quote {
  margin-top:2em;
  margin-bottom:4em;
}

blockquote {
  position: relative;
  max-width: 850px;
  margin: 2em auto;
  padding: 0 55px;
  border: 0;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

blockquote mark {
  padding: 0;
  color: inherit;
}

blockquote mark:before,
blockquote mark:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
}

blockquote mark:before {
  top:50%;
  left:-15px;
  transform: translate(0, -70%);
  background: url("../images/quote-orange-1.svg") no-repeat 0 0;
}

blockquote mark:after {
  right:-15px;
  top:50%;
  transform: translate(0, -30%);
  background: url("../images/quote-orange-2.svg") no-repeat 0 0;
}

@media (max-width: 1280px) {
  blockquote {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  blockquote {
    font-size: 1.42rem;
    padding:0 40px;
  }
  blockquote mark:before,
  blockquote mark:after {
    width: 30px;
    height: 30px;
  }
  blockquote mark:before {
  	left:0;
  }
  blockquote mark:after {
  	right:0;
  }
}
@media (max-width: 575px) {
  blockquote {
    font-size: 1.2rem;
    padding:0 30px;
  }
  blockquote mark:before,
  blockquote mark:after {
    width: 20px;
    height: 20px;
  }
 }
legend {
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 1.5rem 0 0.75rem;
  font-size: 1.25rem;
  color: #f27021;
}

hr.separator {
  border-top: 3px solid #f27021;
}

@media (max-width:767px) {
	hr.separator {
	  border-top: 2px solid #f27021;
	}	
}

hr.separator.border-default {
  border-color: #3d5265 !important;
}

hr.separator.border-green {
  border-color: #007154 !important;
}

hr.separator.border-trans {
  border-color: transparent !important;
}

svg * {
  transition-property: fill, stroke;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

ol:not(.list-unstyled) {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

ol:not(.list-unstyled) li {
  position: relative;
  counter-increment: step-counter;
  min-height: 48px;
  margin-bottom: 18px;
  padding-top: 3px;
  padding-left: 63px;
  font-weight: 600 !important;
  font-size: 1.3rem;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4;
  color: #f27021;
}

ol * {
	font-weight:inherit !important;
}

ol:not(.list-unstyled) li:before {
  content: counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #3d5265;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 1.6rem;
  margin-right: 15px;
  font-family: 'Libre Baskerville', serif;
}

@media (max-width: 1199px) {
  ol:not(.list-unstyled) li {
    padding-top: 1px;
    margin-bottom: 15px;
    padding-left: 44px;
    min-height: 32px;
  }

  ol:not(.list-unstyled) li:before {
    font-size: 1.3rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
  }
}
/* Links
-----------------------------------------------------------------------------*/
a {
  color: #f27021;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #007153;
  text-decoration:none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

/*-----------------------------------------------------------------------------
   Foundation
-----------------------------------------------------------------------------*/
/* Body
-----------------------------------------------------------------------------*/
.wp-block-columns {
  margin: 0 -15px;
}

.wp-block-column {
  margin: 0 !important;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row,
  .wp-block-columns {
    margin-left: -20px;
    margin-right: -20px;
  }

  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-12,
  .wp-block-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1720px) {
  .container {
    max-width: 1430px;
  }

  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row,
  .wp-block-columns {
    margin-left: -30px;
    margin-right: -30px;
  }

  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-12,
  .wp-block-column {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Header
-----------------------------------------------------------------------------*/
.site-header {
  position: absolute;
  width: 100%;
  min-width: 280px;
  background: transparent;
  z-index: 10;
  color: #fff;
  height: 170px;
  transition-property: background, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0;
}

.pre-scrolled .site-header {
  opacity: 0;
}

.scrolled .site-header {
  position: fixed;
  background: #f27021;
  opacity: 1;
  height: 74px;
}

.container-header {
  position: relative;
  max-width: 1680px;
}

.logo {
  float: left;
  position: relative;
  z-index: 2;
}

.site-title {
  margin: 35px 0;
}

.scrolled .site-title {
  margin: 12px 0;
}

.site-title a {
  text-decoration: none !important;
  color: inherit !important;
  line-height: 1;
  display: block;
  height: 100px;
  transition: none;
}

.scrolled .site-title a {
  height: 50px;
}

.site-title svg {
  height: 100%;
  width: auto;
  vertical-align: top;
}

.site-title path.new,
.site-title path.dots {
  fill: #fff;
}

.site-title path.stroke {
  stroke: #fff;
}

.searchform {
  position: relative;
  width: 440px;
  float: right;
  margin: 64px 0;
  z-index: 2;
}

.searchform input.form-control {
  height: 42px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1904761905rem;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.075em;
  padding: 0 40px 0 10px;
  line-height: 37px;
  box-shadow:none !important;
}

@media (max-width:767px) {
	.searchform input.form-control {
	  border: 2px solid #fff;
	  line-height: 38px;
	}
}

.searchform button.submit {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 35px;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
}

.searchform ::placeholder {
  color: #fff;
}

.scrolled .searchform {
  margin: 19px 0;
  width: 200px;
}

.scrolled .searchform input.form-control {
  height: 38px;
  font-size: 1.1rem;
  line-height: 32px;
}

@media (max-width:767px) {
	.scrolled .searchform input.form-control {
	  line-height: 34px;
	}	
}

.search #TopBanner .entry-title {
	padding-bottom:0;
}

.search #TopBanner .searchform {
	margin:0 auto 1.5em;
	float:none;
	width:100%;
	max-width:400px;
	padding:0 15px;
}

.search #TopBanner .searchform input.form-control {
	border:0;
	border-bottom:3px solid #fff;
	text-align:center;
	color:#3d5265;
	padding:0 10px;
}

@media (max-width:767px) {
	.search #TopBanner .searchform input.form-control {
		border-bottom:2px solid #fff;
	}
}

.search #TopBanner .searchform button.submit {
	display:none;
}

#search .search-results:last-of-type + hr {
	display:none;
}

@media (max-width: 1719px) {
  .site-header {
    height: 130px;
  }

  .container-header {
    max-width: 1380px;
  }

  .site-title {
    margin: 25px 0;
  }

  .site-title a {
    height: 80px;
  }

  .searchform {
    width: 280px;
    margin: 44px 0;
  }
}
@media (max-width: 1439px) {
  .container-header {
    max-width: 1200px;
  }

  .searchform {
    width: 260px;
    margin: 46px 0;
  }

  .searchform input.form-control {
    height: 38px;
    font-size: 1.1rem;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .site-header {
    position: fixed;
  }

  .site-header:hover,
  .site-header:focus,
  .mob-scrolled .site-header {
    background: #f27021;
  }

  .container-header {
    padding: 0;
  }

  .site-title {
    margin: 25px 20px;
  }

  .searchform {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .site-header {
    height: 90px;
  }

  .site-title {
    margin: 15px 20px;
  }

  .site-title a {
    height: 60px;
  }

  .searchform {
    margin: 26px 20px;
  }
}
@media (max-width: 767px) {
  .site-title {
    margin: 15px;
  }
}
@media (max-width: 575px) {
  .site-header {
    height: 74px;
  }

  .site-title {
    margin: 12px 15px;
  }

  .site-title a {
    height: 50px;
  }

  .site-header .searchform {
    width: auto;
    margin: 19px 5px 19px 0;
  }

  #mfp-search .mfp-close {
    color: #fff;
  }

  #mfp-search .searchform {
    margin: 50px 15px;
    float: none;
    width: auto;
  }

  .site-header .searchform input.form-control {
    display: none;
  }

  .site-header .searchform button.submit {
    position: static;
    transform: none;
    font-size: 20px;
  }
}
/*-----------------------------------------------------------------------------
   Navigation
-----------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .navbar {
    float: left;
    padding: 0 110px;
    background: none;
  }

  .scrolled .navbar {
    position: absolute;
    width: 100%;
    float: none;
    padding: 0;
    left: 0;
  }

  .navbar-nav {
    width: 100%;
    justify-content: center;
    margin: 60px 0 57px;
  }

  .scrolled .navbar-nav {
    margin: 12px 0 13px;
  }

  .navbar .navbar-nav .nav-link {
    background: none !important;
    font-size: 1.1904761905rem;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.075em;
    padding: 15px 0 5px;
    border-bottom: 3px solid transparent;
    margin: 0 30px 7px;
    text-transform: uppercase;
    text-decoration: none;
    transition-property: border, color;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0;
  }

  .scrolled .navbar .navbar-nav .nav-link {
    font-size: 1rem;
    margin: 0 20px 7px;
    padding-bottom: 5px;
    border-width: 3px;
  }

  .navbar .navbar-nav .current-menu-item .nav-link {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.9047619048rem;
    color: #fff !important;
    line-height: 1.1904761905rem;
    border-color: #fff;
  }

  .scrolled .navbar .navbar-nav .current-menu-item .nav-link {
    font-size: 0.756rem;
    line-height: 1rem;
  }

  .navbar .navbar-nav .nav-link:hover {
    border-color: #fff;
  }

  .scrolled .navbar .navbar-nav .nav-link:hover {
    border-color: #fff;
  }

  .navbar .navbar-nav .current-menu-item .nav-link:hover {
    border-color: #fff;
  }

  .scrolled .navbar .navbar-nav .current-menu-item .nav-link:hover {
    border-color: #fff;
  }
}
@media screen and (max-width: 1719px) {
  .navbar {
    padding: 0 80px;
  }

  .navbar-nav {
    margin: 39px 0 38px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 1.1rem;
  }
}
@media (max-width: 1439px) {
  .navbar {
    padding: 0 40px;
  }

  .navbar .navbar-nav .nav-link {
    margin: 0 25px 7px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    clear: both;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
    background: #f27021;
  }

  .navbar > .container {
    max-width: none;
  }

  .navbar-nav {
    margin: 0;
    padding-top: 90px;
  }

  .navbar .navbar-nav:first-of-type > li:first-of-type > a {
    border-top: 1px solid #dd6217;
  }

  .navbar .navbar-nav li .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1904761905rem;
    border-top: 0;
    border-bottom: 1px solid #dd6217;
    padding: 15px !important;
    line-height: 1;
    margin: 0;
    text-decoration: none;
  }

  .navbar .navbar-nav > li.current-menu-item > .nav-link {
    background-color: #f78641 !important;
    border-color: #dd6217 !important;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    color: #fff !important;
    line-height: 1.1904761905rem;
    text-decoration: underline;
  }

  .navbar .navbar-nav > li > .nav-link:hover,
  .navbar .navbar-nav > li > .nav-link:focus {
    background-color: #dd6217;
    border-color: #dd6217;
  }
}
@media (max-width: 575px) {
  .navbar-nav {
    padding-top: 80px;
  }
}
.navbar-toggler {
  position: relative;
  z-index: 2;
  background: none;
  border: 0;
  margin: 37px 20px 0 0;
  padding: 15px;
  float: right;
  border-radius: 0;
  color: #fff;
  width: 56px;
  height: 56px;
}

.hamburger-box {
  width: 26px;
  height: 100%;
  display: inline-block;
}

.hamburger-inner {
  display: block;
  top: 27px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 4px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger-inner::after {
  bottom: -9px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler:not(.collapsed) .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-toggler:not(.collapsed) .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.navbar-toggler:not(.collapsed) .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
  .navbar-toggler {
    margin: 17px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-toggler {
    margin: 17px 15px 0 0;
  }
}
@media (max-width: 575px) {
  .navbar-toggler {
    margin: 9px 15px 0 0;
  }
}
@media (max-width: 320px) {
  .navbar-toggler {
    margin-right: 10px;
  }
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
  position: relative;
  background: #3d5265;
  color: #fff;
  padding: 2rem 0 3rem;
}

.icon-aalto-university {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 1em;
  width: 120px;
  height: auto;
}

.back-to-top {
  position: fixed;
  z-index: 4;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: auto;
}

.back-to-top circle {
  fill: #f27021;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.back-to-top:hover circle {
  fill: #007154;
}

.site-footer h2 {
  margin-bottom: 1.15em;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #f27021;
}

.footer-logos {
  margin: 1.85em 0 4em;
}

.footer-logos > .col {
  box-sizing: content-box;
}

.footer-logos .logo-new-global {
  max-width: 252px;
}

.footer-logos .logo-business-finland {
  max-width: 175px;
}

.footer-logos .logo-aalto-white {
  max-width: 110px;
}

.footer-copy {
  font-size: 0.8875rem;
}

@media (max-width: 991px) {
  .footer-logos {
    margin: 1.85em 0 2em;
  }

  .footer-logos .logo-business-finland img {
    max-height: 50px;
  }
  .back-to-top {
	  right: 20px;
	  bottom: 20px;
	  width: 40px;
	}

}
@media (max-width: 767px) {
  .icon-aalto-university {
    width: 80px;
  }

  .footer-logos .col {
    max-width: none;
  }

  .footer-logos .logo-new-global svg {
    max-height: 90px;
    width: auto;
    height: auto;
  }

  .footer-logos .logo-business-finland img {
    max-height: 60px;
    width: auto;
    height: auto;
  }

  .footer-logos .logo-aalto-white svg {
    max-height: 50px;
    width: auto;
    height: auto;
  }
}
/* Advanced Page Builder
-----------------------------------------------------------------------------*/
.one-col-text.font-source,
.two-col-text.font-source {
  font-size: 1.2380952381rem;
  line-height: 1.5;
}

.one-col-text.font-source strong,
.two-col-text.font-source strong {
  font-weight:600;
}

.row.three-col-text,
.row.four-col-text {
  margin: 0 -10px 2em;
}

.col.three-col-text,
.col.four-col-text {
  padding: 0 10px;
  margin-bottom: 1.5em;
  position: relative;
  min-height: 120px;
}

.three-col-text .box-inner,
.four-col-text .box-inner {
  border: 3px solid #007154;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  flex-wrap: wrap;
}

.four-col-text .box-inner {
	padding:1rem;
}

.three-col-text.textarea-2 .box-inner {
  border-color: #ec619f;
}

.three-col-text.textarea-3 .box-inner {
  border-color: #c58135;
}

.four-col-text .box-inner {
  border: 3px solid #f27021;
}

@media (max-width:767px) {
	.three-col-text .box-inner,
	.four-col-text .box-inner {
	  border-width: 2px !important;
	}	
}

.three-col-text h3 {
  margin-top: 0;
  width: 100%;
}

.four-col-text h2 {
	font-family: 'Libre Baskerville', serif;
	color:#f27021;
	text-transform:uppercase;
	margin-top:1em;
	margin-bottom:0.75em;
	font-size:1.25rem;
}

.three-col-text p,
.four-col-text p {
  margin-bottom: 0.5em;
  width: 100%;
}

.four-col-text p {
	font-size: 0.8889rem;
}

.four-col-text .btn-primary {
	font-size:0.925rem;
	width:100%;
	padding:12px 7px;
}

.four-col-text .btn-download svg,
.four-col-text .btn-download-2 svg {
	width:54px;
	margin:0;
}

.show-numbers {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.show-numbers .box-inner {
  font-size: 1.2380952381rem;
  line-height: 1.5;
  font-family: 'Source Sans Pro', sans-serif;
}

.show-numbers:after {
  content: '1';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #3d5265;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 1.6rem;
}

.four-col-text .show-numbers:after {
	background-color: #f27021;
}

.textarea-2.show-numbers:after {
  content: '2';
}

.textarea-3.show-numbers:after {
  content: '3';
}

.textarea-4.show-numbers:after {
  content: '4';
}

.one-col-img * {
	width:100%;
	height:auto;
}

.one-col-img-inner {
	border:3px solid #f27021;
}

@media (max-width:767px) {
	.one-col-img-inner {
		border-width:2px;
	}	
}

.full-width-img {
  position: relative;
  padding-bottom: 38%;
  height: 0;
  overflow: hidden;
}

.full-width-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:50% 30%;
}

.image-caption {
	text-align:center;
	padding: 1em 15px 1.5em;
  	margin: 0 auto;
  	/*font-size: 0.8889rem;*/
}

.custom-heading h2 {
	max-width:830px;
}

@media (max-width: 1199px) {
  .three-col-text.show-numbers:after {
    font-size: 1.3rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/* Page
-----------------------------------------------------------------------------*/
#TopBanner {
  position: relative;
  overflow: auto;
  padding-top: 170px;
  margin-bottom: 3rem;
  background-color: #f27021;
}

#TopBanner > h1 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
  z-index: 2;
}

.single-phd #TopBanner > h1 {
	max-width: 930px;
}

#TopBanner > .entry-title {
  padding: 50px 25px 150px;
  margin: 0 auto;
}

.top-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#Main {
  position: relative;
  z-index: 1;
}

@media (max-width: 1719px) {
  #TopBanner {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  #TopBanner {
    padding-top: 90px;
  }

  #primary > .entry-image {
    margin-top: 2.5rem;
  }
}
/* Archive
-----------------------------------------------------------------------------*/
.archive .post {
  margin-bottom: 1rem;
}

.archive .post:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

.archive .post .entry-meta,
.archive .post .entry-title {
  margin: 0 0 6px;
}

.archive .post .tax-links {
  font-size: 12px;
}

.archive .post .tax-links a {
  color: inherit;
}

.pagination-wrap {
  overflow: auto;
}

.pagination {
  float: left;
  margin-bottom: 1.5em;
}

.pagination-text {
  float: right;
  color: #888;
  font-size: 0.875rem;
  padding: 8px 0;
  margin-bottom: 3em;
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
  color: #888;
}

.pagination > .page-item > .page-link:hover,
.pagination > .page-item > span:hover,
.pagination > .page-item > .page-link:focus,
.pagination > .page-item > span:focus {
  color: #f27021;
}

.pagination > .active > .page-link,
.pagination > .active > span,
.pagination > .active > .page-link:hover,
.pagination > .active > span:hover,
.pagination > .active > .page-link:focus,
.pagination > .active > span:focus {
  background-color: #f27021;
  border-color: #dd6217;
  color: #fff;
}

/* Single
-----------------------------------------------------------------------------*/
.single-post .entry-meta {
  font-size: 12px;
  margin-bottom: 2rem;
}

.single-post .entry-meta a {
  color: inherit;
}

/*-----------------------------------------------------------------------------
   Modules
-----------------------------------------------------------------------------*/
/* Slider
-----------------------------------------------------------------------------*/
/** RESET AND LAYOUT
===================================*/
.slider-wrap {
  overflow: hidden;
  position: relative;
}

.slider-wrap .bx-wrapper {
  margin-bottom: 4em;
}

.home .slider-wrap .bx-wrapper,
.slider-wrap.has-caption .bx-wrapper {
  margin: 0;
}

.slider-wrap.has-caption .slider-full-width .bx-wrapper {
	margin-bottom:1.5em;
}

.slider-wrap > .container .bx-wrapper {
  margin-bottom: 2em;
}

.slider-wrap > .container .bx-wrapper .bx-viewport {
  padding-bottom: 3rem;
}

/* LOADER */
.bx-loading {
  background: url(../images/spinner.gif) 50% 45% no-repeat #ddd;
  position: relative;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: auto;
  right: auto;
  text-align: center;
  margin: 0;
}

.has-caption .bx-wrapper .bx-pager {
  bottom: 6rem;
}

.slider-wrap > .container .bx-wrapper .bx-pager {
  bottom:10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 8px;
  outline: 0;
  border: 3px solid #888;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #f27021;
}

@media (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;    
  }
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.bx-wrapper .bx-prev {
  left: 20px;
}

.bx-wrapper .bx-next {
  right: 20px;
}

.slider-wrap > .container .bx-wrapper .bx-controls-direction .bx-prev {
  left: -4rem;
}

.slider-wrap > .container .bx-wrapper .bx-controls-direction .bx-next {
  right: -4rem;
}

.bx-wrapper .bx-controls-direction a {
  color: #f27021;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  display: block;
  z-index: 2;
  font-size: 40px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.bx-wrapper .bx-controls-direction a:hover {
  color: #f69b64;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

@media (max-width: 1199px) {
  .bx-wrapper .bx-controls-direction a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .bx-wrapper .bx-controls-direction a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .slider-wrap > .container .bx-wrapper .bx-controls-direction .bx-prev {
    left: 20px;
  }

  .slider-wrap > .container .bx-wrapper .bx-controls-direction .bx-next {
    right: 20px;
  }
}
/* SLIDER CONTENT */
.slider-img-wrap {
  position: relative;
  padding-bottom: 38%;
  height: 0;
  overflow: hidden;
}

@media (orientation:portrait) {
	.slider-img-wrap {
	  padding-bottom: 75%;
	}
}

.slider-wrap .container .slider-img-wrap {
	border:3px solid #f27021;
	margin-bottom:1.5em;
}

@media (max-width:767px) {
	.slider-wrap .container .slider-img-wrap {
		border-width:2px;
	}	
}

.slider-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:50% 30%;
}

.slider-one-col .slider-img-wrap {
  padding-bottom:42%;
}

@media (orientation:portrait) {
	.slider-one-col .slider-img-wrap {
	  padding-bottom:56.25%;
	}
}

.slider-one-col .slider-img-wrap img {
  object-fit: contain;
}

.has-caption .slider-caption {
  padding: 1em 15px 1.5em;
  margin: 0 auto;
}

.slider-caption {
	/*font-size: 0.8889rem;*/
}

.slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.slider-content {
  position: relative;
  min-height: 100vh;
  padding: 3em 15px;
  z-index: 2;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.slider-heading {
  width: 100%;
}

.slider-textarea {
  width: 100%;
  letter-spacing: 0.075em;
}

/* Home
-----------------------------------------------------------------------------*/

.home .wp-block-image {
  margin:0;
  height:90vh;
  position:relative;
}

.home .wp-block-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.home .video-play {
  display:inline-block;
  position:absolute;
  width:120px;
  height:120px;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  opacity:0.5;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index:2;
}

#mfp-main-video {
  width:90vw;
  height:auto;
  max-width:1140px;
  margin:auto;
}

.home .video-play:hover {
  opacity:0.75;
  cursor:pointer;
}

.home .wp-block-video,
.home .med-video .wp-block-iframe {
  margin:0;
}

.home .med-video .wp-block-iframe {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home .wp-block-video video,
.home .med-video {
  width:100vw;
  height:100vh;
  overflow:hidden;
  vertical-align:top;
}

.home .med-video {
	position:relative;
	aspect-ratio:16/9;
	height:auto;
}

@media (orientation:portrait) {
  .home .wp-block-embed-youtube:before {
    padding-top:75vh;
  }
  .home .wp-block-video video {
    width:100vw;
    height:50vh;
  }
}

.home .count-1 {
  margin: 0;
  padding-bottom: 3em;
}

.home .count-1 blockquote {
  margin-top: -3rem;
  margin-bottom: 1rem;
}

.home .count-1 .quotee {
  text-align: center;
}

.home .quote:not(.count-1) .row {
  align-items: center;
  margin-bottom: 5em;
}

.home .quote:not(.count-1) .row .quote-text {
  padding:0 15px;
}

.home .count-2 {
  background: #809987;
  padding-bottom: 4em;
}

.home .custom-heading {
  text-transform: uppercase;
}

.home .count-5 h1 {
	margin-top:1em;
}

.home .count-4 blockquote,
.home .count-4 .quotee {
  margin-bottom:3em;
  text-align: right !important;
  padding:0;
  font-size:1.3333rem;
}

.home .count-4 blockquote mark:before {
  left:auto; right: 5px;
  top: -5px;
  margin: 0;
  transform: translateY(-100%);
  width:40px;
}

.home .count-4 blockquote mark:after {
  top:auto;
  right: 5px;
  bottom: -15px;
  margin: 0;
  transform: translateY(100%);
  width:40px;
}

@media (min-width:992px) {
	.home .count-6 .quote-text {
	  order: 2;
	}
	.home .count-6 .quote-image {
	  order: 1;
	}
}

@media (max-width:991px) {
	.home .count-4 blockquote,
	.home .count-4 .quotee {
	  text-align: left !important;
	}
	.home .count-4 blockquote mark:before {
	  left:0; right:auto;
	  top:-10px;
	}
	.home .count-4 blockquote mark:after {
	  left:0; right: auto;
	}
}

.home .count-6 blockquote,
.home .count-6 .quotee {
  margin-bottom:3em;
  text-align: left !important;
  padding:0;
  font-size:1.3333rem;
}

.home .count-6 blockquote mark:before {
  left: 5px;
  top: -5px;
  margin: 0;
  transform: translateY(-100%);
  background: url("../images/quote-brown-1.svg") no-repeat 0 0;
  width:40px;
}

.home .count-6 blockquote mark:after {
  top:auto;
  left: 0;
  bottom: -15px;
  margin: 0;
  transform: translateY(100%);
  background: url("../images/quote-brown-2.svg") no-repeat 0 0;
  width:40px;
}

@media (max-width:991px) {
	.home .count-6 blockquote mark:before {
	  top:-10px;
	}
}

.home .count-10 blockquote,
.home .count-10 .quotee {
  text-align: right !important;
  margin-bottom:3em;
  padding:0;
  font-size:1.3333rem;
}

.home .count-10 blockquote mark:before {
  left:auto;
  right: 5px;
  top: -5px;
  margin: 0;
  transform: translateY(-100%);
  background: url("../images/quote-pink-1.svg") no-repeat 0 0;
  width:40px;
}

.home .count-10 blockquote mark:after {
  top:auto;
  right: 5px;
  bottom: -15px;
  margin: 0;
  transform: translateY(100%);
  background: url("../images/quote-pink-2.svg") no-repeat 0 0;
  width:40px;
}

@media (max-width:991px) {
	.home .count-10 blockquote,
	.home .count-10 .quotee {
	  text-align: left !important;
	}
	.home .count-10 blockquote mark:before {
	  left:0; right:auto;
	  top:-10px;
	}
	.home .count-10 blockquote mark:after {
	  left:0; right: auto;
	}
}

.home .count-11,
.home .count-12,
.home .count-13,
.home .count-14 {
  background: #c9ced4;
  margin: 0;
}

.home .quote.count-12 {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width:992px) {
	.home .count-12 .quote-text {
	  order: 2;
	}
	.home .count-12 .quote-image {
	  order: 1;
	}
}

.home .count-12 blockquote,
.home .count-12 .quotee {
  margin-bottom:3em;
  text-align: left !important;
  padding:0;
  font-size:1.3333rem;
}

.home .count-12 blockquote mark:before {
  left: 5px;
  top: -5px;
  margin: 0;
  transform: translateY(-100%);
  background: url("../images/quote-green-1.svg") no-repeat 0 0;
  width:40px;
}

.home .count-12 blockquote mark:after {
  top:auto;
  left: 0;
  bottom: -15px;
  margin: 0;
  transform: translateY(100%);
  background: url("../images/quote-green-2.svg") no-repeat 0 0;
  width:40px;
}

@media (max-width:991px) {
	.home .count-12 blockquote mark:before {
	  top:-10px;
	}
}

/* Home: Projects Map
-----------------------------------------------------------------------------*/

.home .count-8 {
	position:relative;
	z-index:5;
}

#ProjectsMap {
  position: relative;
  width: 100%;
  height: calc(100vh - 74px);
  overflow: hidden;
  text-align: center;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

@media (min-aspect-ratio: 11 / 5) {
  #ProjectsMap {
    padding: 0 5%;
    min-height: 750px;
  }
}
@media (max-aspect-ratio: 13 / 8) {
  #ProjectsMap {
    height: calc(100vw * 0.7 - 74px);
    max-height: calc(100vh - 74px);
  }
}
@media (max-aspect-ratio: 13 / 8) and (max-width: 1199px) {
  #ProjectsMap {
    height: calc(100vw * 0.88 - 130px);
    max-height: calc(100vh - 130px);
  }
}
@media (max-aspect-ratio: 13 / 8) and (max-width: 991px) {
  #ProjectsMap {
    height: calc(100vw * 0.82 - 90px);
    max-height: calc(100vh - 90px);
  }
}
@media (max-aspect-ratio: 13 / 8) and (max-width: 767px) {
  #ProjectsMap {
    height: calc(100vw * 0.85 - 90px);
    max-height: calc(100vh - 90px);
  }
}
@media (max-aspect-ratio: 13 / 8) and (max-width: 575px) {
  #ProjectsMap {
    height: calc(100vw * 0.85 - 74px);
    max-height: calc(100vh - 74px);
  }
}
#Map {
  opacity: 0;
  height: 100%;
  width: 100%;
  transform:translateX(0);
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}

#MapSidebar.opened + #Map {
	transform:translateX(-150px);
}

#Map #markers g {
  cursor: pointer;
}

#Map #finland circle {
  stroke: #3d5265;
}

#Map #mexico circle {
  stroke: #778693;
}

#Map #india circle {
  stroke: #f69b64;
}

#Map #kenya circle {
  stroke: #007154;
}

#Map #tanzania circle {
  stroke: #f27021;
}

#Map #namibia circle {
  stroke: #c58135;
}

#Map #chile circle {
  stroke: #ec619f;
}

#Map #markers circle {
  stroke-width: 6;
  -webkit-transition: fill 0.25s ease;
  -moz-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  -ms-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}

#Map #markers g:hover circle,
#Map #markers g.clicked circle {
  fill: #fff;
}

#MapSidebar {
  display: block;
  position: absolute;
  top: 0;
  right: -400px;
  z-index: 2;
  background: #f5f5f5;
  width: 400px;
  height: 100%;
  padding: 1.5em 0;
  font-size: 0.875rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

#MapSidebar.opened {
  right: 0;
}

#MapSidebar .fixed-width {
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}

#MapSidebar .country-details {
  display: none;
  position: relative;
  width: 800px;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
  left: 0;
}

#MapSidebar .country-details.opened {
  display: block;
}

#MapSidebar .country-title {
  padding: 10px 0;
  margin-top: 5px;
  margin-bottom: 1em;
  border-bottom: 3px solid #f27021;
}

@media (max-width:767px) {
	#MapSidebar .country-title {
	  border-width: 2px;
	}	
}

#MapSidebar .country-details.slide-opened {
  left: -400px;
}

#MapSidebar .country-details .project-title {
  float: left;
  clear: left;
}

#MapSidebar .country-details .project-title .entry-title {
  cursor: pointer;
  margin: 0 0 1em !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#MapSidebar .country-details .project-title .entry-title:before {
  content: '> ';
  font-weight: 700;
}

#MapSidebar .country-details .project-title .entry-title:hover,
#MapSidebar .country-details .project-title .entry-title:focus {
  color: #007154;
}

#MapSidebar .country-details .project-details {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  float: left;
}

#MapSidebar .country-details .project-details a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
}

#MapSidebar .close-project {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#MapSidebar .close-project:hover {
  color: #007154;
}

#MapSidebar #close-sidebar {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 4;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#MapSidebar #close-sidebar:hover {
  color: #f27021;
}

#MapBlanket {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  transition: background 0.25s ease;
  z-index: 3;
}

@media (max-width: 991px) {
  #MapSidebar.opened + #Map {
	transform:translateX(-100px);
  }
  #MapSidebar {
    right: -350px;
    width: 350px;
  }

  #MapSidebar .country-details {
    width: 700px;
  }

  #MapSidebar .country-details.slide-opened {
    left: -350px;
  }
}
@media (max-width: 767px) {
  #MapSidebar {
    right: -300px;
    width: 300px;
  }

  #MapSidebar .country-details {
    width: 600px;
  }

  #MapSidebar .country-details.slide-opened {
    left: -300px;
  }
}
@media (max-width: 575px) {
  #MapSidebar.opened + #Map {
	transform:translateX(0);
  }
  #ProjectsMap {
    overflow: auto;
  }

  #MapSidebar {
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: fixed;
    top: calc( 74px + 5vh );
    left: 5vw;
    right: auto;
    width: 90vw;
    z-index: 4;
  }

  #MapSidebar.opened {
    right: auto;
    opacity: 1;
    height: calc(90vh - 74px );
    visibility: visible;
  }

  #MapBlanket.show {
    opacity: 1;
    width: 100vw;
    height: 100vh;
    visibility: visible;
  }

  #MapSidebar .country-details {
    width: 180vw;
  }

  #MapSidebar .country-details.slide-opened {
    left: -90vw;
  }
}
/* Home: Net Numbers Network
-----------------------------------------------------------------------------*/
#net-numbers-network,
#approach-network,
#Triangle {
  opacity: 0;
  animation: wobbling-element ease-in-out 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: wobbling-element ease-in-out 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: wobbling-element ease-in-out 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: wobbling-element ease-in-out 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: wobbling-element ease-in-out 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes wobbling-element {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.02) scaleY(1.02);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
@-moz-keyframes wobbling-element {
  0% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  50% {
    -moz-transform: scaleX(1.02) scaleY(1.02);
  }
  100% {
    -moz-transform: scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes wobbling-element {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: scaleX(1.02) scaleY(1.02);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}
@-o-keyframes wobbling-element {
  0% {
    -o-transform: scaleX(1) scaleY(1);
  }
  50% {
    -o-transform: scaleX(1.02) scaleY(1.02);
  }
  100% {
    -o-transform: scaleX(1) scaleY(1);
  }
}
@-ms-keyframes wobbling-element {
  0% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  50% {
    -ms-transform: scaleX(1.02) scaleY(1.02);
  }
  100% {
    -ms-transform: scaleX(1) scaleY(1);
  }
}
/* Research Findings
-----------------------------------------------------------------------------*/
.page-id-582 #TopBanner {
  min-height: 500px;
  margin-bottom: -9rem;
}

.page-id-582 #TopBanner > h1 {
  display: none;
}

.container-research-findings .row {
  margin: 0 -5px;
}

.box-research-finding {
  font-size: 1.33rem;
  padding: 0 5px 10px;
  -webkit-transition: filter 0.25s ease;
  -moz-transition: filter 0.25s ease;
  -o-transition: filter 0.25s ease;
  -ms-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
}

.box-research-finding:hover,
.box-research-finding:focus {
  filter: brightness(115%);
}

.box-research-finding a {
  width: 100%;
  padding: 1em;
  flex-wrap: wrap;
  align-content: space-between;
  text-decoration: none;
}

.box-research-finding h2 {
  width: 100%;
  margin-bottom: 1.75em;
  padding-right: 20%;
}

.box-research-finding u {
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}

.box-research-finding u:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #fff;
}

@media (max-width:767px) {
	.box-research-finding u:after {
	  border-width: 2px;
	}	
}

.page-child #TopBanner {
  min-height: 280px;
}

#TopBanner .container-subpage-links {
  max-width: 1700px;
  padding-top: 1em;
  overflow: hidden;
}

#TopBanner .container-subpage-links .row {
  position: relative;
  z-index: 2;
  margin: 0 -6px;
  flex-wrap: nowrap;
}

#TopBanner .subpage-link {
  padding: 0 6px;
  margin-top: 12px;
  text-align: left;
}

#TopBanner .subpage-link h1 {
  margin: 0;
}

#TopBanner .subpage-link h1 a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 45px 15px 15px;
  min-height: 160px;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition: filter 0.25s ease;
  -moz-transition: filter 0.25s ease;
  -o-transition: filter 0.25s ease;
  -ms-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
}

#TopBanner .subpage-link h1 a:hover {
  filter: brightness(115%);
}

#TopBanner .subpage-link.active h1 a {
  filter: brightness(100%) !important;
  background-color: #fff !important;
  color: #3d5265;
}

#TopBanner .subpage-link.active h1 a span {
  position: relative;
  display: inline-block;
}

#TopBanner .subpage-link.active h1 a span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #3d5265;
}

@media (max-width:767px) {
	#TopBanner .subpage-link.active h1 a span:after {
	  border-width: 2px;
	}	
}

#Triangle {
  max-width: 500px;
  margin: auto;
}

#Triangle .st7 {
  font-weight: bold;
}

@media (max-width: 1199px) {
  #TopBanner .container-subpage-links .row {
    flex-wrap: wrap;
  }

  #TopBanner .subpage-link {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
  }

  #TopBanner .subpage-link h1 a {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .page-id-582 #TopBanner {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  #TopBanner .subpage-link {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 575px) {
  #TopBanner .container-subpage-links {
    display: none;
  }
}
@media (max-width: 490px) {
  .page-id-582 #TopBanner {
    margin-bottom: -8rem;
  }

  .box-research-finding h2 {
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .box-research-finding {
    width: 100%;
    flex: 0 0 100%;
    max-width: 280px;
    padding: 0;
    margin: 0 auto 10px;
  }

  .box-research-finding h2 {
    padding-right: 20%;
  }
}
/* People
-----------------------------------------------------------------------------*/
.box-persons {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.person-link {
  text-decoration: none !important;
}

.box-persons .person-link {
	width:100%;
}

.person-link .img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100% - 14px);
  border: 7px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 3;
  background-blend-mode: multiply;
  background-color: #f69b64;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

a.person-link .img-wrap {
  border-color: #f69b64;
}

a.person-link h2 {
  color: #f27021;
}

a.person-link:hover .img-wrap,
a.person-link:focus .img-wrap {
  transform: scale(1.04);
}

.person-details {
  line-height: 1.4;
}

.person-details span {
  display: block;
  margin-bottom: 7px;
}

.person-details .person-role {
  font-size: 1.05rem;
  margin-bottom: 9px;
  line-height: 1.2;
}

.single-people #TopBanner .person-link,
.single-phd .person-link {
  margin-bottom: 80px;
}

.single-phd .person-link {
	max-width:228px;
}

.single-people #TopBanner .person-link .img-wrap,
.single-phd .person-link .img-wrap {
  width: 190px;
  height: 190px;
  padding-bottom: 0;
  margin: auto;
}

.single-people #TopBanner .person-link .img-wrap {
  border-color: #fff;
}

.container-names-list > h2:first-child {
  text-transform: none;
  position: relative;
}

.container-names-list > h2 span {
  background: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

.container-names-list > h2:first-child:after {
  content: '';
  display: block;
  border-top: 3px solid #f27021;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width:767px) {
	.container-names-list > h2:first-child:after {
	  border-width: 2px;
	}	
}

.single-people #primary > h1 + .container .row:first-child .one-col-text.font-source {
  font-size: 1.45rem;
}

.wrap-collaborators {
  background: #c9ced4;
}

.container-collaborators .row {
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-collaborators .col {
  padding: 0 !important;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.single-people.postid-661 .count-4,
.single-people.postid-849 .count-4,
.single-people.postid-850 .count-4,
.single-people.postid-851 .count-4,
.single-people.postid-861 .count-4,
.single-people.postid-872 .count-4,
.single-people.postid-874 .count-4 {
  margin:7rem 0 0;
  padding-bottom: 3em;
}

.single-people.postid-661 .count-4 blockquote,
.single-people.postid-849 .count-4 blockquote,
.single-people.postid-850 .count-4 blockquote,
.single-people.postid-851 .count-4 blockquote,
.single-people.postid-861 .count-4 blockquote,
.single-people.postid-872 .count-4 blockquote,
.single-people.postid-874 .count-4 blockquote {
  margin-top: -3rem;
  margin-bottom: 1rem;
}

.single-people.postid-850 .count-4 blockquote {
  max-width:720px;
}

.single-people.postid-661 .count-5,
.single-people.postid-849 .count-5,
.single-people.postid-850 .count-5,
.single-people.postid-851 .count-5,
.single-people.postid-861 .count-5,
.single-people.postid-874 .count-5,
.single-people.postid-872 .count-5 {
  background: #809987;
  padding-bottom:2.5em;
  margin-bottom:4em;
}

.single-people.postid-661 .count-5 .two-col-text,
.single-people.postid-849 .count-5 .two-col-text,
.single-people.postid-850 .count-5 .two-col-text,
.single-people.postid-851 .count-5 .one-col-text,
.single-people.postid-861 .count-5 .two-col-text,
.single-people.postid-872 .count-5 .two-col-text,
.single-people.postid-874 .count-5 .two-col-text {
	color:#fff !important;
}

@media (max-width: 1199px) {
  .box-persons {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .container-collaborators .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .box-persons {
    width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .box-persons .img-wrap {
    border-width: 5px;
    padding-bottom: calc(100% - 10px);
  }

  .container-names-list h3 span {
    display: block;
  }
}
@media (max-width: 767px) {
  .container-collaborators .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .box-persons {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .container-names-list h3 {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .box-persons {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .container-collaborators .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/* PHDs
-----------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .container-phd > .row {
    margin: 0 -10px;
  }

  .container-phd > .row > .col-12 {
    padding: 0 10px;
  }
}
.container-phd .row {
  align-content: stretch;
}

.container-phd .col {
  margin-bottom: 1.5em;
}

.phd-wrap {
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none !important;
  color: #fff !important;
}

.phd-wrap > div {
  width: 100%;
  flex-wrap: wrap;
}

.phd-img-wrap {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
}

.phd-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phd-wrap .entry-content {
  width: 100%;
  padding: 0 20px;
}

.phd-wrap h3 {
  margin-top: 0.75em;
}

.phd-wrap .read-more {
  margin: 0 20px 1em;
  align-self: flex-end;
  font-size: 1.33rem;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.phd-wrap .read-more:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #fff;
}

@media (max-width: 767px) {
  .phd-wrap {
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
  .phd-wrap .read-more:after {
	  border-width:2px;
	}
}


/* Learning Path
-----------------------------------------------------------------------------*/

.page-id-406 .shortcode.count-2 {
  margin-bottom:4em;
}


/* Yhteystiedot
-----------------------------------------------------------------------------*/
#Yhteystiedot #Icos {
  font-size: 21px;
}

/* Google Maps
-----------------------------------------------------------------------------*/
/* Accordion
-----------------------------------------------------------------------------*/
#accordion .card {
  margin-bottom: 6px;
}

#accordion .card-header {
  background: #f5f5f5;
  border-color: #e5e5e5;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

#accordion .card-header:hover,
#accordion .card-header.open {
  background: #e5e5e5;
  border-color: #c5c5c5;
}

#accordion .accordion-title {
  font-size: 1.1rem;
  margin: 0.5em 0;
}

#accordion .accordion-title:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

#accordion .accordion-title.collapsed:after {
  border-top: 0.3em solid;
  border-bottom: 0;
}

/* Mfp Popup Content
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #fff;
  padding: 25px 40px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.timeline-popup {
  background: #f27021;
  max-width:900px;
  padding:5rem 10rem;
}

@media (max-width:991px) {
  .timeline-popup {
    background: #f27021;
    max-width:900px;
    padding:2em 3em;
  }  
}

.mfp-close {
  color:#fff !important;
  font-size:3rem;
  right:10px;
  top:10px;
}

/* Social Media - Simple Share Buttons Adder
-----------------------------------------------------------------------------*/
#Icos .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

#Icos svg {
  width: 50px;
}

#Icos svg .ellipse {
  fill: #809987;
}

#Icos svg:hover .ellipse {
  fill: #f27021;
}

#st_gdpr_iframe {
  border: 0;
}

.ssba-wrap,
.ssbp-wrap {
  margin-bottom: 1.5rem;
}

.text-center .ssba > div {
  text-align: center !important;
}

.ssba-share-text {
  display: block;
  margin-bottom: .5em;
  font-size: 0.875rem !important;
}

.ssba-img {
  padding-left: 0 !important;
  padding-right: 8px !important;
}

/*-----------------------------------------------------------------------------
   Widgets
-----------------------------------------------------------------------------*/
#secondary .widget {
  margin-bottom: 2em;
  padding-bottom: 10px;
  border-bottom: 4px solid #ccc;
}

#secondary .widget ul {
  list-style: none;
  padding: 0;
}

#secondary .widget_categories ul > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#secondary .widget_categories ul > li:last-of-type {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

#secondary .widget .nice-select {
  float: none;
}

#secondary .widget .nice-select ul.list {
  width: 100%;
}

#secondary .widget .nice-select ul.list > li {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}

#secondary .widget_tag_cloud {
  padding-bottom: 1.5em;
}

#secondary .widget ul .post-date {
  display: block;
  font-size: 0.88888889em;
  color: #888;
}

@media screen and (max-width: 767px) {
  #secondary .widget:first-of-type,
  .page #secondary .widget_news {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 4px solid #ccc;
  }

  #secondary .widget_subpage_nav {
    display: none;
  }
}
/*-----------------------------------------------------------------------------
   Forms
-----------------------------------------------------------------------------*/
span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
  color: red !important;
  margin: 1em 0;
  border: 0;
  padding: 3px 8px;
  font-size: 0.85em;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
  color: #398f14 !important;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  border: 1px solid red;
  display: block;
}

.wpcf7 {
  max-width: 500px;
}

.wpcf7 label {
  font-size: 0.8em;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 5px;
}

.wpcf7 .checkbox label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.form-control,
.login-wrap .input,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  height: 36px;
  background: #fff;
  color: #444;
  font-size: 13px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #f27021;
  box-shadow: 0 0 0 0.2rem rgba(76, 142, 238, 0.25);
}

.login-wrap .input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 142, 238, 0.25);
}

textarea {
  height: auto;
  min-height: 100px;
}

.wpcf7 .checkbox {
  overflow: auto;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wpcf7 .wpcf7-list-item {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------
   Buttons
-----------------------------------------------------------------------------*/
.btn {
  outline: 0;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: none !important;
  box-shadow: none !important;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 2em;
  text-decoration: none;
  display: inline-block;
  border: none;
  letter-spacing: 0.1em;
  white-space: normal;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-primary,
.btn-secondary {
  background-color: #f27021;
  color: #fff;
  text-transform: uppercase;
  padding: .9em 1.2em;
}

.button-list > .row {
	display:block;
	overflow:auto;
}

.button-list .button-list-col {
	float:left;
	width:100%;
}

@media (min-width:768px) {
	.button-list {
		padding:0 30px;
	}
	.button-list > .row {
		margin:0 -30px;
	}
	.button-list .button-list-col {
		width:50%;
		padding:0 30px;
	}
}

.button-list .btn {
  margin: 0 0 1em;
}

.btn u {
	text-decoration:underline;
	-webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:not(.btn-download-none):hover u,
.btn:not(.btn-download-none):focus u {
	color:#007154;
	text-decoration:none;
}

.btn-primary u {
	text-decoration:none !important;
	color:inherit !important;
}

.btn-primary:hover,
.btn-trans:hover {
  background-color: #007154 !important;
  color: #fff !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-trans:focus,
.btn-trans:active {
  background-color: #007154 !important;
  color: #fff !important;
}

.btn-download:not(.has-details) {
  color: #f27021;
  letter-spacing:0.1em;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding:0;
  text-align:left;
  text-transform:uppercase;
}

.btn-download span {
	text-transform:none;
}

.btn-download.has-details,
.btn-download-2 {
  color: #f27021;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
  font-weight: 600;
}

.btn.has-details span {
	display:block;
	line-height:1.6;
	padding-top:5px;
}

.btn.has-details span span {
	padding-top:3px;
}

.btn-download-none,
.btn-download-without {
  color: #f27021;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
  font-weight: 600;
}

.btn-download-none,
.btn-download-none * {
	cursor:default !important;
	text-decoration:none !important;
}

.btn-download-none:hover,
.btn-download-none:focus {
  color:#f27021;
}

.button-list-heading {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  margin-bottom: 1.5em !important;
}

.btn-download > svg,
.btn-download-2 > svg,
.button-list-heading > svg {
  width: 74px;
  height: auto;
  margin-right: 18px;
}

.btn-download div,
.btn-download-2 div,
.button-list-heading div {
  display: inline-block;
  width: calc(100% - 92px);
  vertical-align:middle;
}

@media (min-width:576px) {
	.btn-download:not(.has-details) div,
	.button-list-heading {
		/*white-space:nowrap;*/
	}
}

.btn.has-details > svg,
.btn.has-details > div {
  float: left;
}

.btn-download .ellipse,
.btn-download-2 .ellipse,
.button-list-heading .ellipse {
  fill: #f27021;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download-2:hover,
.btn-download-2:focus,
.btn-download-2:active,
.btn-download-without:hover,
.btn-download-without:focus,
.btn-download-without:active, {
  color: #007154;
  text-decoration:none;
}

.btn-download:hover .ellipse,
.btn-download:focus .ellipse,
.btn-download:active .ellipse,
.btn-download-2:hover .ellipse,
.btn-download-2:focus .ellipse,
.btn-download-2:active .ellipse {
  fill: #007154;
}

@media (max-width: 991px) {
  .btn-lg {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.25rem;
    white-space: normal;
  }
  .btn-download > svg,
  .btn-download-2 > svg,
  .button-list-heading > svg {
    width: 54px;
  }
  .btn-download div,
  .btn-download-2 div,
  .button-list-heading div {
	width: calc(100% - 72px);
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 1.1rem;
  }
  .btn-download > svg,
  .btn-download-2 > svg,
  .button-list-heading > svg {
    width: 40px;
    margin-right: 8px;
  }
  .btn-download div,
  .btn-download-2 div,
  .button-list-heading div {
	width: calc(100% - 48px);
  }
}
/*-----------------------------------------------------------------------------
   IE overrides
-----------------------------------------------------------------------------*/
/* Sticky footer fix for
-----------------------------------------------------------------------------*/
.lte-ie7 #wrap {
  display: table;
}

/* Form fix for lte IE8
-----------------------------------------------------------------------------*/
.lt-ie8 input, .lt-ie8 textarea {
  width: 94%;
  padding: 0 2%;
}

.lt-ie8 textarea {
  width: 93%;
}

/*-----------------------------------------------------------------------------
  Misc
-----------------------------------------------------------------------------*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.img-404-error {
  width: 400px;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin-top: 10px;
  /*font-size: 0.8889rem;*/
}

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

hr {
  margin: 2em 0 3em;
}

.clear {
  clear: both;
}

.bg-grey,
.bg-gray {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.bg-white {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.bg-orange {
  background-color: #f27021;
}

.bg-green {
  background-color: #007154;
}

.bg-light-green {
  background-color: #809987;
}

.bg-blue {
  background-color: #3d5265;
}

.bg-brown {
  background-color: #c58135;
}

.bg-pink {
  background-color: #ec619f;
}

.bg-none {
  background: none;
}

.max-300, .max-400, .max-500, .max-600 {
  margin-left: auto;
  margin-right: auto;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.max-33 {
  max-width: 33%;
}

.max-40 {
  max-width: 40%;
}

.max-50 {
  max-width: 50%;
}

.prepend-top {
  margin-top: 1.85em;
}

.append-bottom {
  margin-bottom: 1.85em;
}

.prepend-top-lg {
  margin-top: 4em;
}

.append-bottom-lg {
  margin-bottom: 4em;
}

.prepend-left {
  margin-left: 1em;
}

.prepend-left-sm {
  margin-left: 4px;
}

.prepend-right {
  margin-right: 1em;
}

.prepend-right-sm {
  margin-right: 4px;
}

.padded {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

.padded-sm {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.padded-lg {
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}

.padded-top {
  padding-top: 3.5rem;
}

.padded-top-sm {
  padding-top: 2rem;
}

.padded-top-lg {
  padding-top: 6rem;
}

.padded-bottom {
  padding-bottom: 3rem;
}

.padded-bottom-sm {
  padding-bottom: 1.5rem;
}

.padded-bottom-lg {
  padding-bottom: 5.5rem;
}

@media (max-width: 767px) {
  .prepend-top-lg {
    margin-top: 2.5em;
  }

  .append-bottom-lg {
    margin-bottom: 2.5em;
  }

  .padded {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .padded-sm {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .padded-lg {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .padded-top {
    padding-top: 2.5rem;
  }

  .padded-top-sm {
    padding-top: 1.5rem;
  }

  .padded-top-lg {
    padding-top: 4.5rem;
  }

  .padded-bottom {
    padding-bottom: 2rem;
  }

  .padded-bottom-sm {
    padding-bottom: 1rem;
  }

  .padded-bottom-lg {
    padding-bottom: 4rem;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.st-show {
  animation: scale-in-center 0.6s ease-in-out;
}

@keyframes scale-in-center {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  65% {
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(0.98);
  }
}
#Timeline {
  margin-top: 3em;
}

#test {
  position: fixed;
  padding: 20px;
  margin: 20px;
  background: #ccc;
}


/* Timeline */

#Global,
#Timeline-1,
#starting-1,
#g-1 g,
#ending-1,
#outro-1,
#Timeline-2,
#intro-2,
#starting-2,
#g-2 g,
#ending-2,
#outro-2,
#outro-2b,
#outro-2b-details,
#Timeline-3,
#intro-3,
#starting-3,
#g-3 g,
#ending-3,
#outro-3,
#Timeline-4,
#intro-4,
#starting-4,
#g-4 g,
#ending-4,
#outro-4,
#Timeline-5,
#intro-5,
#starting-5,
#g-5 g,
#ending-5,
#outro-5,
#conclusion {
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#progress {
	position:fixed;
	right:15px;
	top:84px;
}

#tl-details {
	position:relative;
}

.tl-label {
	position:absolute;
	z-index:4;
	margin-top:15px;
	margin-left:15px;
	font-size:12px;
	line-height:1.3;
	text-align:left;
	max-width:170px;
}

.tl-label strong {
	font-size:17px;
}

#tl-legend {
	position: absolute;
	z-index:4;
}

#Legend {
  width: auto;
  height:570px;
  max-height:calc(98vh - 74px);
  padding-top:70px;
}

#g-1-2-dot,
#g-1-4-dot,
#g-2-3-dot,
#g-2-4-dot,
#g-2-5-dot,
#g-2-6-dot,
#g-2-7-dot,
#g-3-3-dot,
#g-3-4-dot,
#g-3-5-dot,
#g-3-6-dot,
#g-3-7-dot,
#g-3-8-dot,
#g-3-9-dot,
#g-3-10-dot,
#g-4-3-dot,
#g-4-4-dot,
#g-4-5-dot,
#g-4-6-dot,
#g-4-7-dot,
#g-4-8-dot,
#g-4-9-dot,
#g-4-11-dot,
#g-5-3-dot,
#g-5-5-dot,
#g-5-6-dot,
#g-5-7-dot,
#g-5-8-dot {
	-webkit-transition: stroke 0.35s ease;
	-moz-transition: stroke 0.35s ease;
	-o-transition: stroke 0.35s ease;
	-ms-transition: stroke 0.35s ease;
	transition: stroke 0.35s ease;
}

#g-1-2:hover #g-1-2-dot,
#g-1-4:hover #g-1-4-dot,
#g-2-3:hover #g-2-3-dot,
#g-2-4:hover #g-2-4-dot,
#g-2-5:hover #g-2-5-dot,
#g-2-6:hover #g-2-6-dot,
#g-2-7:hover #g-2-7-dot,
#g-3-3:hover #g-3-3-dot,
#g-3-4:hover #g-3-4-dot,
#g-3-5:hover #g-3-5-dot,
#g-3-6:hover #g-3-6-dot,
#g-3-7:hover #g-3-7-dot,
#g-3-8:hover #g-3-8-dot,
#g-3-9:hover #g-3-9-dot,
#g-3-10:hover #g-3-10-dot,
#g-4-3:hover #g-4-3-dot,
#g-4-4:hover #g-4-4-dot,
#g-4-5:hover #g-4-5-dot,
#g-4-6:hover #g-4-6-dot,
#g-4-7:hover #g-4-7-dot,
#g-4-8:hover #g-4-8-dot,
#g-4-9:hover #g-4-9-dot,
#g-4-11:hover #g-3-11-dot,
#g-5-3:hover #g-5-3-dot,
#g-5-5:hover #g-5-5-dot,
#g-5-6:hover #g-5-6-dot,
#g-5-7:hover #g-5-7-dot,
#g-5-8:hover #g-5-8-dot {
	stroke:#3d5265;
}

#g-1-2-details,
#g-1-4-details,
#g-1-4b-1-details,
#g-1-4b-2-details,
#g-1-4b-3-details,
#g-2-3-details,
#g-2-4-details,
#g-2-5-details,
#g-2-6-details,
#g-2-7-details,
#g-2-5b-details,
#g-2-7b-1-details,
#g-2-7b-2-details,
#outro-2b-details,
#g-3-3-details,
#g-3-3b-details,
#g-3-4-details,
#g-3-5-details,
#g-3-5b-details,
#g-3-6-details,
#g-3-7-details,
#g-3-8-details,
#g-3-9-details,
#g-3-10-details,
#g-4-3-details,
#g-4-4-details,
#g-4-4b-1-details,
#g-4-4b-2-details,
#g-4-5-details,
#g-4-6-details,
#g-4-6b-details,
#g-4-7-details,
#g-4-8-details,
#g-4-8b-details,
#g-4-9-details,
#g-4-11-details,
#g-5-3-details,
#g-5-3b-details,
#g-5-4b-details,
#g-5-4c-1-details,
#g-5-4c-2-details,
#g-5-4c-3-details,
#g-5-5-details,
#g-5-6-details,
#g-5-7-details,
#g-5-8-details {
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	visibility:hidden;
}

#g-1-2:hover #g-1-2-details,
#g-1-4:hover #g-1-4-details,
#g-1-4b-1-details.show,
#g-1-4b-2-details.show,
#g-1-4b-3-details.show,
#g-2-3:hover #g-2-3-details,
#g-2-4:hover #g-2-4-details,
#g-2-5:hover #g-2-5-details,
#g-2-6:hover #g-2-6-details,
#g-2-7:hover #g-2-7-details,
#g-2-5b-details.show,
#g-2-7b-1-details.show,
#g-2-7b-2-details.show,
#outro-2b-details.show,
#g-3-3:hover #g-3-3-details,
#g-3-3b-details.show,
#g-3-4:hover #g-3-4-details,
#g-3-5:hover #g-3-5-details,
#g-3-5b-details.show,
#g-3-6:hover #g-3-6-details,
#g-3-7:hover #g-3-7-details,
#g-3-8:hover #g-3-8-details,
#g-3-9:hover #g-3-9-details,
#g-3-10:hover #g-3-10-details,
#g-4-3:hover #g-4-3-details,
#g-4-4:hover #g-4-4-details,
#g-4-4b-1-details.show,
#g-4-4b-2-details.show,
#g-4-5:hover #g-4-5-details,
#g-4-6:hover #g-4-6-details,
#g-4-6b-details.show,
#g-4-7:hover #g-4-7-details,
#g-4-8:hover #g-4-8-details,
#g-4-8b-details.show,
#g-4-9:hover #g-4-9-details,
#g-4-11:hover #g-4-11-details,
#g-5-3:hover #g-5-3-details,
#g-5-3b-details.show,
#g-5-4b-details.show,
#g-5-4c-1-details.show,
#g-5-4c-2-details.show,
#g-5-4c-3-details.show,
#g-5-5:hover #g-5-5-details,
#g-5-6:hover #g-5-6-details,
#g-5-7:hover #g-5-7-details,
#g-5-8:hover #g-5-8-details {
	opacity:1;
	visibility:visible;
}

