body {
  font-family: LatoWeb, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}

b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #2b1d4c;
}

a img {
  border: none;
}

input[type="submit"], a.button {
  font-family: LatoWeb, sans-serif;
  font-size: 14px;
  background: #fe707d;
  border-width: 0;
  color: #ffffff;
  padding: 1em 2em;
  border-radius: 5px;
}

h1.appheading {
  font-size: 24px;
  display: inline;
  font-family: LatoWebBlack;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #451b6f;
  color: #451b6f;
  padding-bottom: 5px;
  font-family: LatoWebBold;
}

h3 {
  font-size: 15px;
  color: #000;
}

p {
  margin: 10px 0;
}

select {
  min-width: 200px;
  max-width: 250px
}

/* --------------------------
  *
  * Basic structure
  *
  * ----------------------- */
body#front {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.frontpageimage {
  margin-left: 0;
}

#header {
  min-height: 170px;
  background: rgba(244, 92, 67, 1);
  background: -moz-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 92, 67, 1
    )), color-stop(100%, rgba(235, 51, 73, 1)));
  background: -webkit-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: -o-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: -ms-linear-gradient(left, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  background: linear-gradient(to right, rgba(244, 92, 67, 1) 0%,
    rgba(235, 51, 73, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45c43',
    endColorstr='#eb3349', GradientType=1);
}

#header .logo {
  padding-top: 50px;
  padding-left: 80px;
}

#header .logo h1 {
  color: #ffffff;
  padding-left: 1em;
  margin-bottom: 1em;
}

g#Logo {
  fill: white;
}

.grey {
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.grey a {
  font-weight: bold;
}

.front-page-language-selection {
  padding-right: 40px;
  white-space: nowrap;
}

#content {
  min-height: 300px;
  height: 100%;
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.maincontent {
  background: #ffffff;
  width: 610px;
}

#footer {
  font-size: smaller;
  color: #ffffff;
  padding: 2em;
  background: #2b1d4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#footer a {
  color: #ffffff;
}

.leftcol {
  background: #ffffff;
  padding: 1em;
  margin-right: 3em;
  width: 300px;
}

.rightcol {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  width: 610px;
}

.linkscol {
  padding-left: 1em;
}

.bullet-link {
  margin-bottom: 5px;
  padding-left: 10px;
  background: url(../sole-icons/bullet-blue.png) no-repeat left 5px;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 2em;
}

@media all and (max-width: 768px) {
  #content {
    display: block;
    margin: 1ex;
  }
  .grey {
    padding-left: 1ex;
  }
  .grey, .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .grey > div:first-child {
    display: flex;
    flex-direction: column;
  }
  .cols {
    padding: 0;
  }
  .separator {
    display: none;
  }
  .frontpageimage {
    width: 300px;
  }
  .maincontent, .rightcol {
    max-width: 300px;
  }
  .maincontent {
    padding: 1em;
  }
  .linkscol {
    padding-left: 0;
  }
  #header .logo {
    padding-left: 1em;
  }
}
