html, body{
  height: 100%;
  margin: 0;
  background: #00472e;
  font-family:Figtree, Calibri, sans-serif;
  background-image: url('../images/Northern_lights.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.country-split_wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  /*! background-image: url('../images/Northern_lights.jpg'); */
  /*! background-repeat: no-repeat; */
  /*! background-size: cover; */
}
.country-split_inner-wrapper{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  background-image: none;
  /*! background-color: #00472e; */
}
@media screen and (min-width: 640px ){
  .country-split_inner-wrapper{
    /*! background: #fff; */
    /*! background-repeat: no-repeat; */
    /*! background-size: cover; */
    /*! background-image: url('../images/Northern_lights.jpg'); */
    
  }
}
.country-split_wrapper a{
  text-decoration: none;
}
.country-split_wrapper .logo{
  width: 160px;
  margin: 0 auto;
    padding: 20px 20px 10px 20px;
  }
.country-split_wrapper .logo img{
  width: 100%;
  height: auto;
}
.country-split_wrapper .info-text{
  /*! text-align: center; */
  color: #fff;
  border-bottom: none;
  margin-top: 10px;
  padding: 0 25px;
}

  .country-split_wrapper .info-text{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 25px 0 20px 0;
    border-top: 1px solid #fff;
    width: 100%;
    max-width: 300px;
  }
  
  .country-split_wrapper .content-wrapper{
    display: inline-block;
    vertical-align: top;
    height: 100vh;
  }
  .country-split_wrapper .content-wrapper.left{
    position: relative;
    background: rgba(0, 71, 46, 0.4);
    width: 400px;
    height: 100%;
	overflow: scroll;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
  }


.middle-map {
	margin: ;
	margin-top: 20px;
}

.country-split_wrapper .middle-map img{
  height: 250px;
  display: block;
}

.country-split_wrapper .country-selection .flag{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
}
.country-split_wrapper .country-selection .country-split_wrapper_button{
  margin: 0 auto;
  color: #00472e;
  background-color: #41f0aa;
  border-radius: 24px;
  width: 170px;
  text-align: center;
  padding: 7px 0;
  font-size: 14px;
  border: 1px solid #fff;
}
.country-split_wrapper .country-selection a.disabled{
  pointer-events: none;
  cursor: default;
}
.country-split_wrapper_button p {
  margin: 0;
  padding: 10px;
  font-size: 15px;
}
  .country-split_wrapper .country-selection .country-split_wrapper_button.left{
    background: #fff;
    color: #280071;
    border: none;
  }
.country-split_wrapper .country-selection .country-split_wrapper_button:hover{
  filter: brightness(85%);
  cursor: pointer;
}
.country-split_wrapper .country-selection .flag img{
  width: 115px;
  border: 1px solid lightgray;
}
.country-split_wrapper .contact-wrapper{
  color: #fff;
  max-width: 350px;
  margin: 0 auto;
}
.country-split_wrapper .contact-wrapper p{
  text-align: center;
}
.country-split_wrapper .contact-wrapper a{
  color: #fff;
  text-decoration: underline;
}

.country-selection-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.country-selection:not(:first-child) {
  margin-top: 4vh;
}

@font-face {
	font-family: "Figtree";
	src: url("https://shop.tietoevry.com/Figtree/Figtree-Regular.woff") format("woff");
}