.l-field {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  margin: 0;
}
.l-horizontal {
  display: block;
  width: auto;
  padding: 0;
  border: none;
  margin: 0;
  white-space: nowrap;
}
.l-horizontal__element {
  display: inline-block;
  padding: 0;
  border-style: none;
  margin: 0;
  white-space: normal;
  vertical-align: baseline;
}
.l-horizontal__element--top {
  vertical-align: top;
}
.l-horizontal__element--bottom {
  vertical-align: bottom;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/OpenSans-Bold.eot');
  src: url('/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('/OpenSans-Bold.woff') format('woff'),
       url('/OpenSans-Bold.ttf') format('truetype'),
       url('/OpenSans-Bold.svg#OpenSansBold') format('svg');
  font-stretch: normal;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/OpenSans-CondensedBold.eot');
  src: url('/OpenSans-CondensedBold.eot?#iefix') format('embedded-opentype'),
       url('/OpenSans-CondensedBold.woff') format('woff'),
       url('/OpenSans-CondensedBold.ttf') format('truetype'),
       url('/OpenSans-CondensedBold.svg#open_sans_condensedbold') format('svg');
  font-stretch: condensed;
  font-weight: 700;
  font-style: normal;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 0.625em;
  line-height: 1;
}
.tx-tagline {
  font-stretch: condensed;
  font-weight: bold;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.384615;
}
.tx-rka {
  font-stretch: normal;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  line-height: 6em;
}
.centered-type {
  text-align: center;
}
div,
html, body {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  margin: 0;
}
img {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  margin: 0;
}
span,
small {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  margin: 0;
}
.inner-space {
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}
.adjust-logo {
  margin-top: 20px;
  margin-bottom: -1px;
}
.adjust-tagline {
  padding: 6px 12px;
}
html {
  background-color: #1e68de;
  color: #fff;
}
.p-major {
  background-color: #fafafa;
}
.p-major--divider-after {
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0px 0px 4px 0px;
}
.p-sharp {
  background-color: #1e68de;
  background: linear-gradient(to bottom,
    #5c95e6 0%,
    #1e68de 100%
  );
  color: #fff;
}
.p-sharp a:link,
.p-sharp a:visited {
  color: #fff;
}
.p-sharp a:focus,
.p-sharp a:hover,
.p-sharp a:active {
  color: #e5e5e5;
}
.p-speech-bubble {
  border-radius: 10px;
  position: relative;
  background-color: #0085fe;
  box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57) inset,
              0px 34px 0px 0px rgba(255,255,255,0.18) inset;
  color: #fff;
}
.p-speech-bubble:before {
  content: "";
  border-style: solid;
  border-top: none;
  border-right: none;
  border-bottom-width: 15px;
  border-left-width: 30px;
  border-color: transparent #0085fe;
  position: absolute;
  bottom: -15px;
  left: 5px;
}
.p-speech-bubble:after {
  content: "";
  border-style: solid;
  border-top: none;
  border-right: none;
  border-bottom-width: 15px;
  border-left-width: 10px;
  border-color: transparent #fff;
  position: absolute;
  bottom: -15px;
  left: 5px;
}
.p-major .p-speech-bubble:after {
  border-left-color: #fafafa;
}
