.md body,
.ios body {
  font-family: 'Cardo', serif;
  background: #14506a;
}
.md .page,
.ios .page {
  background: #fff;
  text-align: center;
}
img {
  max-width: 100%;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
h1 {

}
p {
  font-size: 22px;
}
.panel .top {
  height: 70px;
  background: #14506a;
}
.panel .block a {
  display: block;
  line-height: 60px;
  font-size: 18px;
  color: #14506a;
}
.panel .block .f7-icons {
  margin-right: 10px;
}
.ios .toolbar,
.md .toolbar {
  height: 60px;
  background: #fff;
  font-family: sans-serif;
}
.ios .toolbar:before {
  background: transparent;
}
.ios.device-iphone-x .page>.toolbar {
  height: calc(60px + constant(safe-area-inset-bottom));
  height: calc(60px + env(safe-area-inset-bottom));
}
.ios .dots .f7-icons {
    font-size: 12px;
    color: #D1D1D1;
}
.ios .dots .f7-icons.active {
  color: #14506a;
}
.ios .color-theme-gray .button.button-fill {
  background: #14506a;
  padding-left: 10px;
  padding-right: 10px;
}

.page[data-name="home"]  {
  background: #14506a;
}
.logo {
    width: 90%;
    max-width: 60%;
    margin: 10px 0;
}

.page[data-name="welcome4"] .toolbar a.center {
  width: 100%;
  color: #14506a;
  font-size: 20px;
}

.page[data-name="home"],
.page[data-name="term"],
.page[data-name="loved"]  {
  background: #f0f0f0;
}

.header {
  height: 100px;
  background: #14506a;
}
.page[data-name="home"] .header,
.page[data-name="search"] .header {
  height: 170px;
}


.header .logo {
  max-width: 100%;
}
.header .col-15,
.header .col-70 {
  height: 88px;
  line-height: 88px;
  text-align: center;
}
.header .col-100 {
  text-align: center;
}
.header .f7-icons {
  line-height: 88px;
  color: #fff;
}
.header .f7-icons.bars {
  float: right;
  font-size: 32px;
}
.header .f7-icons.heart {
  float: left;
  font-size: 25px;
}
.header input {
  display: inline-block;
  height: 40px;
  width: 80%;
  padding: 0 8px;
  background: #fff;
}

.page[data-name="home"] .block,
.page[data-name="term"] .block,
.page[data-name="quote"] .block {
  margin: 0 0 15px;
  padding: 15px;
  background: #ffffff;
}
.page[data-name="home"] .block h3 {
  margin-top: 0;
  font-family: OpenSans,sans-serif;
  text-align: left;
  color: #999;
}

.Terms {
  margin: 15px;
}
.Terms p {
  text-align: left;
}

.Terms .f7-icons.heart {
  font-size: 27px;
  margin-right: 10px;
  color: #064f69;
}
.Terms .f7-icons.share {
  margin-left: 10px;
  color: #064f69;
}
.Terms .box {
  margin-top: 15px;
}

.Terms.block div.right a img {
  height: 30px;
}

.box {
  padding: 10px;
  color: #fff;
}
.box h1 {

}
.box h5,
.box p,
.distinctions h5 {
  margin: 0;
  text-align: left;
}
.box p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.box.quote {
  height: 100vw;
  margin: 0 -15px;
  padding: 0;
}
#SearchTerms .row {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #F2F2F2;
}
#SearchTerms .row a {
  display: block;
  width: 100%;
  line-height: 35px;
  text-align: left;
  font-size: 14px;
  color: #666;
}
#SearchTerms .row .circle {
  line-height: 35px;
  margin-right: 10px;
  font-size: 13px;
  float: left;
}
#SearchTerms .row .arrow {
  line-height: 35px;
  font-size: 18px;
  float: right;
}

.page[data-name="quote"] .quote {
  margin-top: 10px;
}
.quotes .col-50,
.distinctions .col-50 {
  width: 50% !important;
}
.quote {
  width: 100vw;
  height: 100vw;
  padding: 10px;
  color: #fff;
  background-size: cover;
  box-sizing: border-box;
}
.distinction {
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
}
.distinction a {
  color: #fff !important;
}
.distinction p {
  font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.distinction h1 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.distinction.col-100 {
  margin: 15px;
}
.quotes h3,
.distinctions h3,
.loved h3 {
  margin: 15px 15px 0 15px;
  font-family: OpenSans,sans-serif;
  text-align: left;
  color: #0a4f69;
}
.distinctions h3 {
  margin: 15px 15px 0;
}
.md .color-theme-gray h3 a,
.ios .color-theme-gray h3 a {
  float: right;
  font-weight: normal;
  color: #0a4f69;
}
.quotes h6,
.distinctions h6,
.loved h6 {
  margin: 0 0 8px 15px;
  font-family: OpenSans,sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  color: #4b4b4b;
}
.quotes .col-50 .quote,
.distinctions .distinction.col-50 {
  width: 50vw;
  height: 50vw;
}
.quote h3 {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.loved .row {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #F2F2F2;
}
.loved .row .heart {
  line-height: 35px;
  margin: 0 15px;
  color: #14506a;
}
.loved .row a {
  display: block;
  width: 100%;
  line-height: 35px;
  text-align: left;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
