@charset "UTF-8";
/** Exports to ../css/editor.css **/
/** Exports to ../css/typography.css **/
/*** Base ***/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*** Mixins ***/
/* Main Blue */
/* 54789E */
/* Main Green */
/* Yellow */
/* Transition */
/* Main Sprite */
/* Content */
.content {
  margin: 0px 0px; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content h1, .content h2, .content h3 {
    line-height: 1.2;
    font-weight: bold; }
  .content h4, .content h5, .content h6 {
    font-weight: bold; }
  .content h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 0.55em;
    margin-bottom: 0.55em; }
  .content h2 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0.67em;
    margin-bottom: 0.67em; }
  .content h3 {
    font-size: 1.675em;
    margin-top: 0.9em;
    margin-bottom: 0.9em; }
  .content h4 {
    font-size: 1.45em;
    margin-top: 1em;
    margin-bottom: 1em; }
  .content h5 {
    font-size: 1.25em;
    margin-top: 1.33em;
    margin-bottom: 1.33em; }
  .content h6 {
    font-size: 1.125em;
    margin-top: 1.67em;
    margin-bottom: 1.67em; }
  .content p {
    color: #25252b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-top: 1em;
    margin-bottom: 1em; }
  .content img {
    margin: 1.125em 0em;
    max-width: 100%; }
  .content img.left,
  .content .captionImage.left,
  .content img.floatleft {
    float: left;
    max-width: 96%;
    margin: 1.125em 4% 1.125em 0; }
  .content img.right,
  .content .captionImage.right,
  .content img.floatright {
    float: right;
    max-width: 96%;
    margin: 1.125em 0 1.125em 4%; }
  .content div.media.center iframe {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both; }
  .content div.media.left iframe {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0; }
  .content div.media.right iframe {
    float: right;
    max-width: 50%;
    /* Responsive width */
    margin: 5px 0 10px 20px; }
  .content div.media.leftAlone iframe {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both; }
  .content .captionImage,
  .content .captionImage.left,
  .content .captionImage.right {
    position: relative; }
  .content .captionImage img {
    margin: 0;
    float: none;
    max-width: 100%;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .content .captionImage p.caption {
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.5);
    padding: 18px;
    color: #FFFFFF; }
  .content b,
  .content strong {
    font-weight: bold; }
  .content i,
  .content em {
    font-style: italic; }
  .content q,
  .content blockquote {
    font-style: italic;
    position: relative;
    background: #f9f9f9;
    border-left: 6px solid #ccc;
    margin: 16px 0px;
    margin: 1rem 0rem;
    padding: 16px;
    padding: 1rem;
    quotes: "“" "”" "‘" "’"; }
    .content q:before,
    .content blockquote:before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
      font-family: 'Times New Roman', serif;
      font-weight: bold; }
  .content a,
  .content a:link,
  .content a:visited {
    color: #008ae0;
    text-decoration: none;
    position: relative; }
  .content a:hover,
  .content a:focus {
    text-decoration: underline; }
  .content a:active,
  .content a:focus {
    color: #008ae0;
    text-decoration: none;
    outline: none; }
  .content ul {
    margin: 0.5em 0em; }
    .content ul li {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem;
      color: #25252b;
      margin: 0.5em 0px 0.5em 36px;
      list-style: disc; }
  .content ol {
    list-style: decimal;
    padding-left: 50px; }
    .content ol li {
      color: #25252b;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem;
      padding: 4px 0px; }
  .content ul li p,
  .content ol li p {
    font-size: 1em; }
  .content table {
    max-width: 100%;
    margin: 8px 0;
    color: #25252b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    border-width: 1px;
    border-color: #DFE3E5;
    border-collapse: collapse; }
    .content table th {
      border-width: 1px;
      padding: 8px;
      border-style: solid;
      border-color: #DFE3E5;
      text-align: left;
      font-weight: bold;
      vertical-align: top; }
    .content table td {
      border-width: 1px;
      padding: 8px;
      border-style: solid;
      border-color: #DFE3E5;
      vertical-align: top; }
  .content .left {
    float: left;
    max-width: 99%; }
  .content .right {
    float: right;
    max-width: 99%; }
  .content .left img,
  .content .right img {
    float: none;
    margin: 0; }

body {
  font-family: 'Roboto', sans-serif;
  line-height: 100%;
  padding: 0px 16px;
  padding: 0rem 1rem; }

/* Typography */
.typography:before, .typography:after {
  content: " ";
  display: table; }

.typography:after {
  clear: both; }

.typography h1, .typography h2, .typography h3 {
  line-height: 1.2;
  font-weight: bold; }

.typography h4, .typography h5, .typography h6 {
  font-weight: bold; }

.typography h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0.55em;
  margin-bottom: 0.55em; }

.typography h2 {
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.67em;
  margin-bottom: 0.67em; }

.typography h3 {
  font-size: 1.675em;
  margin-top: 0.9em;
  margin-bottom: 0.9em; }

.typography h4 {
  font-size: 1.45em;
  margin-top: 1em;
  margin-bottom: 1em; }

.typography h5 {
  font-size: 1.25em;
  margin-top: 1.33em;
  margin-bottom: 1.33em; }

.typography h6 {
  font-size: 1.125em;
  margin-top: 1.67em;
  margin-bottom: 1.67em; }

.typography p {
  color: #25252b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: 1em; }

.typography img {
  margin: 1.125em 0em;
  max-width: 100%; }

.typography img.left,
.typography .captionImage.left,
.typography img.floatleft {
  float: left;
  max-width: 96%;
  margin: 1.125em 4% 1.125em 0; }

.typography img.right,
.typography .captionImage.right,
.typography img.floatright {
  float: right;
  max-width: 96%;
  margin: 1.125em 0 1.125em 4%; }

.typography div.media.center iframe {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both; }

.typography div.media.left iframe {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0; }

.typography div.media.right iframe {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 5px 0 10px 20px; }

.typography div.media.leftAlone iframe {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both; }

.typography .captionImage,
.typography .captionImage.left,
.typography .captionImage.right {
  position: relative; }

.typography .captionImage img {
  margin: 0;
  float: none;
  max-width: 100%;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.typography .captionImage p.caption {
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.5);
  padding: 18px;
  color: #FFFFFF; }

.typography b,
.typography strong {
  font-weight: bold; }

.typography i,
.typography em {
  font-style: italic; }

.typography q,
.typography blockquote {
  font-style: italic;
  position: relative;
  background: #f9f9f9;
  border-left: 6px solid #ccc;
  margin: 16px 0px;
  margin: 1rem 0rem;
  padding: 16px;
  padding: 1rem;
  quotes: "“" "”" "‘" "’"; }
  .typography q:before,
  .typography blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-family: 'Times New Roman', serif;
    font-weight: bold; }

.typography a,
.typography a:link,
.typography a:visited {
  color: #008ae0;
  text-decoration: none;
  position: relative; }

.typography a:hover,
.typography a:focus {
  text-decoration: underline; }

.typography a:active,
.typography a:focus {
  color: #008ae0;
  text-decoration: none;
  outline: none; }

.typography ul {
  margin: 0.5em 0em; }
  .typography ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #25252b;
    margin: 0.5em 0px 0.5em 36px;
    list-style: disc; }

.typography ol {
  list-style: decimal;
  padding-left: 50px; }
  .typography ol li {
    color: #25252b;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 4px 0px; }

.typography ul li p,
.typography ol li p {
  font-size: 1em; }

.typography table {
  max-width: 100%;
  margin: 8px 0;
  color: #25252b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  border-width: 1px;
  border-color: #DFE3E5;
  border-collapse: collapse; }
  .typography table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #DFE3E5;
    text-align: left;
    font-weight: bold;
    vertical-align: top; }
  .typography table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #DFE3E5;
    vertical-align: top; }

.typography .left {
  float: left;
  max-width: 99%; }

.typography .right {
  float: right;
  max-width: 99%; }

.typography .left img,
.typography .right img {
  float: none;
  margin: 0; }

/*# sourceMappingURL=maps/editor.css.map */
