
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

[class*="col-"] {
  float: left;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  /* border: 1px solid red; */
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
@media only screen and (min-width: 320px) {
  /* For tablets: */
  .mcol-s-1 {width: 8.33%;}
  .mcol-s-2 {width: 16.66%;}
  .mcol-s-3 {width: 25%;}
  .mcol-s-4 {width: 33.33%;}
  .mcol-s-5 {width: 41.66%;}
  .mcol-s-6 {width: 50%;}
  .mcol-s-7 {width: 58.33%;}
  .mcol-s-8 {width: 66.66%;}
  .mcol-s-9 {width: 75%;}
  .mcol-s-10 {width: 83.33%;}
  .mcol-s-11 {width: 91.66%;}
  .mcol-s-12 {width: 100%;}
  .large-screen {display: none;}
  .small-screen {display: block;}
  .grid-container-menu {
    height: 91px;
    border-bottom: 40px solid #98C4EC;
  }
  .dropdown-content {
    top: 81px;
    z-index: 2000;
  }
  .martti-logo {
    max-width: 35vmin;
    height: auto;
    /* padding-top: 10px; */
    /* align-content: space-around; */
  }
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .large-screen {display: block;}
  .small-screen {display: none;}
  .grid-container-menu {
    height: 77px;
    border-bottom: 32px solid #98C4EC;
  }
  .dropdown-content {
    top: 72px;
    z-index: 3000;
  }
  .martti-logo {
    max-width: 35vmin;
    height: auto;
    /* padding-top: 10px; */
    /* align-content: space-around; */
  }
  .d-md-none {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .large-screen {display: block;}
  .small-screen {display: none;}
  .grid-container-menu {
    height: 77px;
    border-bottom: 32px solid #98C4EC;
  }
  .dropdown-content {
    top: 72px;
  }
  .martti-logo {
    max-width: 21vmin;
    height: auto;
    /* padding-top: 10px; */
    /* align-content: space-around; */
  }
  .d-ld-none {
    display: none;
  }
}
.center-grid {
  display: grid;
  justify-items: center;
}
body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: rgba(0,0,0,.84);
    font-size: 20px;
    line-height: 1.4;
  /* font-size: 18px; */
}

h1, h2, h3 {
  /* font-family: 'Roboto', sans-serif; */
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 300;
}
h2 {
  border-bottom: 1px solid #12016B;
  color: #12016B;
  padding-top: 10px;
  margin-bottom: 15px;
}
b {
  font-weight: 500;
}

.graf--h3 {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
  letter-spacing: -.02em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.015em;
}
.graf--h3 {
  margin-top: 53px;
}
.graf--h3.graf-after--blockquote, .graf--h3.graf-after--p, .postList+.graf--h3 {
  margin-top: 56px;
}
.postArticle--full .graf--title {
  font-family: medium-content-title-font,Georgia,Cambria,"Times New Roman",Times,serif;
  /* font-weight: 400; */
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

/* NAV MENU */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  color: #12016B;
  width: 100%;
  /* top: 72px; */ 
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0px;
  margin: 0px;
}
/* .dropdown-content .header {
  background: #041fb4;
  padding: 16px;
  color: white;
} */
.dropdown-content h2 {
  border: none;
}
/* LEFT SIDE MENU */

.left-side-menu-link {
  color: black;
  text-decoration: none;
}

.menu li:hover {
  background-color: #C4EC98;
}

/* NAV MENU
Create three equal columns that floats next to each other */
.column {
  float: left;
  /* width: 33.33%; */
  width: 25%;
  padding: 10px;
  background-color: white;
  /* height: 250px; */
  height: auto;
}
.column a {
  float: none;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.column a:hover {
  background-color: #C4EC98;
}
.column >h3 {
  color: black;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: solid 1px #98C4EC;
}
.menu li {
  padding: 8px;
  /* margin-bottom: 7px; */
  /* background-color :#1240F8; */
  /* color: #6D8AFF; */
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  /* border: solid 1px; */
  /* border-radius: 5%; */
}
/* Clear floats after the columns */
/* .row:after {
  content: "";
  display: table;
  clear: both;
} */
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 820px) {
  .column {
    width: 100%;
    height: auto;
  }
}
.grid-container-menu {
  /* display: grid; */
  /* grid-template-columns: auto auto auto; */
  /* background-color: #1240F8; */
  border-top: 5px solid #041fb4;
  /* border-bottom: 32px solid #98C4EC; */
  border-left: none;
  border-right: none;
  position: relative;
  /* height: 77px; */
  top:0px;
  left:0px;
  /* justify-content: center; */
  /* align-content: space-around; */
}

.pull-left {
  display: flex;
  float: left;
}
.pull-right {
  display: flex;
  float: right;
}
.center {
  text-align: center;
}
/* .martti-logo {
  max-width: 35vmin;
  height: auto;
} */
.search_box {
  display: grid;
  /* justify-content: center; */
  max-width: 400px;
  align-content: space-around;
}
.menu_hamburger {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 15px;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
  background-color: red;
}
/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
  background-color: red;
}
.home-btn-ico {
  padding-left: 8px;
  padding-right: 10px;
}
.footer {
  bottom: 0px;
  background-color: #98C4EC;
  color: #ffffff;
  font-size: 12px;
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.footer-relative {
  position: relative;
  z-index: -1;
}
.footer-link, a{
  text-decoration: none;
  color: #12016B;
}
.footer-link:hover{
  text-decoration: none;
  color: #C4EC98;
}
.current {
  border-left: 3px solid #C4EC98;
  font-weight: bold;
}
.green {
  color: #C4EC98;
}
.toggle-button {
  border-color: #1fb404;
  border-radius: 3px;
  outline: none;
  color: #041fb4;
}
.breadcrumbs {
  /* background-color: #C4EC98; */
  /* background: -moz-linear-gradient(top, #14B6F6 20%, #ffffff 90%, #14B6F6 10%);
  background: -webkit-linear-gradient(top, #14B6F6 20%, #ffffff 90%, #14B6F6 10%);
  background: linear-gradient(to bottom, #14B6F6 20%, #ffffff 90%, #14B6F6 10%); */
  /* background: -moz-linear-gradient(top, #2E86C1  20%, #ffffff 90%, #2E86C1  10%);
  background: -webkit-linear-gradient(top, #2E86C1  20%, #ffffff 90%, #2E86C1  10%);
  background: linear-gradient(to bottom, #2E86C1  20%, #ffffff 90%, #2E86C1  10%); */
  padding-left: 12px;
  /* color: #12016B; */
  color: #707B7C;
  margin-bottom: 20px;
  box-shadow: 0 0px 3px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
}
.breadcrumbs a:hover {
  color: #b4041f;
}
.search-box {
  padding-right: 15px;
}
 .mb-3 {
  margin-bottom: 3px;
 }
