.mainsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maincontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  min-height: 100vh;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navimage {
  width: 250px;
}

.horizontalseparator {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.defaultlink {
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.defaultlink.selected {
  color: #007caf;
}

.mainheaderdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaultheader {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: right;
}

.defaultrow {
  margin-bottom: 25px;
}

.defaultcolumn {
  padding-right: 5px;
  padding-left: 5px;
}

.cardlinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #007caf;
  text-decoration: none;
}

.cardlinkblock.deactivated {
  border-color: rgba(0, 124, 175, 0.3);
}

.cardheader {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #007caf;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.cardheader.deactivated {
  color: rgba(0, 124, 175, 0.3);
}

.defaulttext {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.defaulttext.centeralignment {
  text-align: center;
}

.defaulttext.centeralignment.deactivated {
  color: rgba(0, 0, 0, 0.3);
}

.cardoverlay {
  position: absolute;
  width: 100%;
  height: 200px;
}

.link {
  color: #007caf;
  text-decoration: none;
}

.link-2 {
  color: #007caf;
  text-decoration: none;
}

.verticalseparator {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlink {
  margin-right: 15px;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cardlinkblock {
    margin-bottom: 10px;
  }

  .defaulttext.footer {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navimage {
    width: 200px;
  }

  .footerdiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}