@charset "UTF-8";
.lc-text {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.lc-text img {
  max-width: 100%;
}
.lc-text .align-right {
  text-align: right;
}
.lc-text .align-left {
  text-align: left;
}
.lc-text .align-center {
  text-align: center;
}
.lc-text .align-justify {
  text-align: justify;
}
.lc-text .underline {
  text-decoration: underline;
}
.lc-text a.no-underline {
  text-decoration: none;
}
.lc-text a.no-underline:hover {
  text-decoration: underline;
}
.lc-text h1 {
  font-size: 2em;
}
.lc-text h2 {
  font-size: 1.8em;
}
.lc-text h3 {
  font-size: 1.4em;
}
.lc-text > *:first-child {
  margin-top: 0 !important;
}
.lc-text > *:last-child {
  margin-bottom: 0 !important;
}
.lc-text .no-margin-above {
  margin-top: 0;
}
.lc-text .no-margin-below {
  margin-bottom: 0;
}
.lc-text span.uppercase {
  text-transform: uppercase;
}
.lc-text span.lowercase {
  text-transform: lowercase;
}
.lc-text span.smaller-text {
  font-size: 0.8em;
}
.lc-text span.larger-text {
  font-size: 1.2em;
}
.lc-text span.very-large-text {
  font-size: 1.8em;
}
.lc-text span.nowrap {
  white-space: nowrap;
}
.lc-text .vertical-align-top {
  vertical-align: top;
}
.lc-text .vertical-align-middle {
  vertical-align: middle;
}
.lc-text .vertical-align-bottom {
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

.lc-text {
  font-size: 1.7rem;
  font-family: Assistant, sans-serif;
  line-height: 1.8;
}
.lc-text h1 {
  font-size: 5rem;
}
.lc-text h2 {
  font-size: 4rem;
}
.lc-text h3 {
  font-size: 3rem;
}
.lc-text h1, .lc-text h2, .lc-text h3 {
  line-height: 1;
  font-weight: normal;
  color: #193c4a;
}
.lc-text a {
  color: inherit;
  transition: color 0.3s ease;
}
.lc-text a:hover {
  color: #d2930f;
}
.lc-text a.double-arrows {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  transition: padding-left 0.3s ease;
  font-weight: bold;
}
.lc-text a.double-arrows:hover {
  padding-left: 30px;
  color: inherit;
}
.lc-text a.double-arrows:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.8em;
  color: #808A96;
}
.lc-text span.color-gold {
  color: #d2930f;
}
.lc-text span.color-blue {
  color: #193c4a;
}
.lc-text span.color-light-blue {
  color: #808A96;
}
.lc-text span.color-grey {
  color: #b8b8b8;
}
.lc-text span.color-light-grey {
  color: #f1f2f4;
}
.lc-text span.color-white {
  color: #fff;
}
.lc-text span.color-black {
  color: #000;
}
.lc-text span.font-multiple-slab {
  font-family: MultipleSlab, sans-serif;
}
.lc-text span.color-transparent {
  opacity: 0.5;
}
.lc-text ol.light-blue-angles,
.lc-text ul.light-blue-angles {
  padding-left: 2px;
  list-style: none;
}
.lc-text ol.light-blue-angles > li:before,
.lc-text ul.light-blue-angles > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.8em;
  color: #808A96;
}
.lc-text blockquote {
  padding: 0 0 0 3rem;
  border-left: 1px #193c4a solid;
  margin: 0;
}
.lc-text hr.blue-negative-indent {
  display: inline-block;
  border: 0;
  height: 1px;
  background-color: #193c4a;
  width: 250px;
  margin-left: -180px;
}
@media screen and (max-width: 750px) {
  .lc-text hr.blue-negative-indent {
    display: none;
  }
}

.rich-text-editor-body.background-color-gold {
  background-color: #d2930f;
}

.rich-text-editor-body.background-color-blue {
  background-color: #193c4a;
}

.rich-text-editor-body.background-color-light-blue {
  background-color: #808A96;
}

.rich-text-editor-body.background-color-grey {
  background-color: #b8b8b8;
}

.rich-text-editor-body.background-color-light-grey {
  background-color: #f1f2f4;
}

.rich-text-editor-body.background-color-white {
  background-color: #fff;
}

.rich-text-editor-body.background-color-black {
  background-color: #000;
}

.lc-text.white {
  color: #fff;
}
.lc-text.white h1, .lc-text.white h2, .lc-text.white h3 {
  color: #fff;
}
.lc-text.white a {
  color: inherit;
}

.lc-col.background-color-gold .lc-text,
.rich-text-editor-body.background-color-gold,
.lc-content-row.background-color-gold .lc-text {
  color: #fff;
}
.lc-col.background-color-gold .lc-text h1, .lc-col.background-color-gold .lc-text h2, .lc-col.background-color-gold .lc-text h3,
.rich-text-editor-body.background-color-gold h1,
.rich-text-editor-body.background-color-gold h2,
.rich-text-editor-body.background-color-gold h3,
.lc-content-row.background-color-gold .lc-text h1,
.lc-content-row.background-color-gold .lc-text h2,
.lc-content-row.background-color-gold .lc-text h3 {
  color: #fff;
}
.lc-col.background-color-gold .lc-text a,
.rich-text-editor-body.background-color-gold a,
.lc-content-row.background-color-gold .lc-text a {
  color: inherit;
}

.lc-col.background-color-blue .lc-text,
.rich-text-editor-body.background-color-blue,
.lc-content-row.background-color-blue .lc-text {
  color: #fff;
}
.lc-col.background-color-blue .lc-text h1, .lc-col.background-color-blue .lc-text h2, .lc-col.background-color-blue .lc-text h3,
.rich-text-editor-body.background-color-blue h1,
.rich-text-editor-body.background-color-blue h2,
.rich-text-editor-body.background-color-blue h3,
.lc-content-row.background-color-blue .lc-text h1,
.lc-content-row.background-color-blue .lc-text h2,
.lc-content-row.background-color-blue .lc-text h3 {
  color: #fff;
}
.lc-col.background-color-blue .lc-text a,
.rich-text-editor-body.background-color-blue a,
.lc-content-row.background-color-blue .lc-text a {
  color: inherit;
}

.lc-col.background-color-black .lc-text,
.rich-text-editor-body.background-color-black,
.lc-content-row.background-color-black .lc-text {
  color: #fff;
}
.lc-col.background-color-black .lc-text h1, .lc-col.background-color-black .lc-text h2, .lc-col.background-color-black .lc-text h3,
.rich-text-editor-body.background-color-black h1,
.rich-text-editor-body.background-color-black h2,
.rich-text-editor-body.background-color-black h3,
.lc-content-row.background-color-black .lc-text h1,
.lc-content-row.background-color-black .lc-text h2,
.lc-content-row.background-color-black .lc-text h3 {
  color: #fff;
}
.lc-col.background-color-black .lc-text a,
.rich-text-editor-body.background-color-black a,
.lc-content-row.background-color-black .lc-text a {
  color: inherit;
}

.lc-content-row.background-color-yellow .lc-text a:hover,
.lc-col.background-color-yellow .lc-text a:hover {
  color: #8f640a;
}
