/*Created with Adobe RoboHelp 2017.*/
h1 {
  text-align: center;
  font-family: Calibri, sans-serif;
  color: #1f497d;
}
section.ui.grid {
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
}
.ui.grid #mid.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 15px;
}
#orientation.ui.grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
#orientation .area {
  width: 125px;
  height: 95px;
  background-color: #1f497d;
  border-radius: 6.4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 15px 0;
  border: 1px solid #1f497d;
}
#orientation .area img {
  width: 80px !important;
  height: auto;
}
#orientation #instructions {
  margin-top: 50px;
  font-size: 24px;
  color: #990000;
}
#orientation .mylabel {
  width: 100%;
  background-color: #fff;
  border: 1px solid #1f497d;
  color: #1f497d;
  padding: 4px 0;
  border-bottom-left-radius: 6.4px;
  border-bottom-right-radius: 6.4px;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0;
}
/*
#using #orientation .area {
    width: 165px;
    height: 200px;
    background-color: #1f497d;
    border-radius: 6.4px;
    text-align: center;
}
#using #orientation .mylabel {
    font-size: 14px;
}
*/
#cards {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  font-family: sans-serif;
}
#cards .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5px;
}
.card {
  padding: 0px 0px 10px;
  width: 44%;
  max-width: 500px;
  max-height: 275px;
  overflow-y: auto;
  border: 1px solid #777;
  cursor: pointer;
  background-color: #fef3e1;
}
.card:nth-of-type(1) {
  margin-right: 30px;
}
.card h3 {
  font-size: 16px;
  background-color: #1f497d;
  padding: 8px;
  color: #fff;
  margin-top: 0;
}
.card a {
  color: #1f497d;
  text-decoration: none;
}
.card a:hover {
  text-decoration: underline;
}
.card ul {
  margin-top: 12px;
  margin-left: 0px;
  padding: 0 20px !important;
}
.card li {
  font-size: 16px;
  margin-bottom: 15px;
  list-style: none;
}
#footer {
  position: absolute !important;
  bottom: 10px;
}
.card:nth-of-type(1) {
  margin-bottom: 20px;
}
.card:nth-of-type(2) {
  margin-bottom: 20px;
}