@charset "UTF-8";
body.block-editor-page {
  font-size: 14px;
  line-height: 1;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

#editor.block-editor__container .editor-styles-wrapper {
  overflow-x: hidden;
  font-family: "Open Sans";
  color: #808080;
  font-size: 14px; }
  #editor.block-editor__container .editor-styles-wrapper a {
    color: #34ccff;
    outline: none !important;
    text-decoration: none; }
    #editor.block-editor__container .editor-styles-wrapper a:hover {
      text-decoration: underline; }
  #editor.block-editor__container .editor-styles-wrapper .wp-block {
    -webkit-font-smoothing: antialiased; }
    #editor.block-editor__container .editor-styles-wrapper .wp-block:not([data-align=full]) {
      max-width: 825px; }
  #editor.block-editor__container .editor-styles-wrapper strong {
    color: #404040;
    font-weight: bold; }
  #editor.block-editor__container .editor-styles-wrapper code, #editor.block-editor__container .editor-styles-wrapper kbd, #editor.block-editor__container .editor-styles-wrapper pre, #editor.block-editor__container .editor-styles-wrapper samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #editor.block-editor__container .editor-styles-wrapper code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  #editor.block-editor__container .editor-styles-wrapper h1, #editor.block-editor__container .editor-styles-wrapper .h1, #editor.block-editor__container .editor-styles-wrapper h2, #editor.block-editor__container .editor-styles-wrapper .h2, #editor.block-editor__container .editor-styles-wrapper h3, #editor.block-editor__container .editor-styles-wrapper .h3, #editor.block-editor__container .editor-styles-wrapper h4, #editor.block-editor__container .editor-styles-wrapper .h4, #editor.block-editor__container .editor-styles-wrapper h5, #editor.block-editor__container .editor-styles-wrapper .h5, #editor.block-editor__container .editor-styles-wrapper h6, #editor.block-editor__container .editor-styles-wrapper .h6 {
    text-transform: uppercase;
    margin: 0;
    color: #183650;
    font-weight: 300;
    font-family: Titillium Web; }
    #editor.block-editor__container .editor-styles-wrapper h1:before, #editor.block-editor__container .editor-styles-wrapper .h1:before, #editor.block-editor__container .editor-styles-wrapper h2:before, #editor.block-editor__container .editor-styles-wrapper .h2:before, #editor.block-editor__container .editor-styles-wrapper h3:before, #editor.block-editor__container .editor-styles-wrapper .h3:before, #editor.block-editor__container .editor-styles-wrapper h4:before, #editor.block-editor__container .editor-styles-wrapper .h4:before, #editor.block-editor__container .editor-styles-wrapper h5:before, #editor.block-editor__container .editor-styles-wrapper .h5:before, #editor.block-editor__container .editor-styles-wrapper h6:before, #editor.block-editor__container .editor-styles-wrapper .h6:before {
      content: '';
      border-bottom: 3px solid #34ccff;
      width: 50px;
      display: block;
      margin-bottom: 33px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
  #editor.block-editor__container .editor-styles-wrapper h1 {
    font-size: 42px;
    margin: 0 0 33px; }
  #editor.block-editor__container .editor-styles-wrapper h2 {
    font-size: 36px;
    margin: 0 0 32px;
    line-height: 42px; }
    #editor.block-editor__container .editor-styles-wrapper h2:before {
      margin-bottom: 35px; }
  #editor.block-editor__container .editor-styles-wrapper h3 {
    font-size: 30px;
    margin: 0 0 33px; }
    #editor.block-editor__container .editor-styles-wrapper h3:before {
      margin-bottom: 31px; }
  #editor.block-editor__container .editor-styles-wrapper h4 {
    font-size: 24px;
    margin: 0 0 21px; }
    #editor.block-editor__container .editor-styles-wrapper h4:before {
      margin-bottom: 26px; }
  #editor.block-editor__container .editor-styles-wrapper h5 {
    font-size: 18px;
    margin: 0 0 25px; }
    #editor.block-editor__container .editor-styles-wrapper h5:before {
      margin-bottom: 27px; }
  #editor.block-editor__container .editor-styles-wrapper h6 {
    font-size: 14px;
    margin: 0 0 19px;
    letter-spacing: 0.04em; }
    #editor.block-editor__container .editor-styles-wrapper h6:before {
      margin-bottom: 22px; }
  #editor.block-editor__container .editor-styles-wrapper p {
    line-height: 26px;
    margin: 0 0 26px; }
  #editor.block-editor__container .editor-styles-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px; }
    #editor.block-editor__container .editor-styles-wrapper ul li {
      position: relative;
      margin: 0 0 12px;
      line-height: 26px;
      padding-left: 14px; }
      #editor.block-editor__container .editor-styles-wrapper ul li:before {
        content: '•';
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 18px;
        color: #34ccff; }
  #editor.block-editor__container .editor-styles-wrapper blockquote {
    margin: 0 0 26px 42px;
    border-left: 3px solid #34ccff;
    padding: 9px 0 9px 50px;
    color: #595959;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px; }
    #editor.block-editor__container .editor-styles-wrapper blockquote p {
      line-height: 36px;
      font-weight: 300; }
  #editor.block-editor__container .editor-styles-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 40px;
    font-size: 14px;
    color: #808080; }
    #editor.block-editor__container .editor-styles-wrapper table td, #editor.block-editor__container .editor-styles-wrapper table th {
      padding: 10px;
      border: 1px solid #e6e6e6;
      text-align: left; }
  #editor.block-editor__container .editor-styles-wrapper dl {
    margin: 0 0 40px; }
  #editor.block-editor__container .editor-styles-wrapper dt, #editor.block-editor__container .editor-styles-wrapper dd {
    line-height: 1.42857143; }
  #editor.block-editor__container .editor-styles-wrapper dt {
    font-weight: bold; }
  #editor.block-editor__container .editor-styles-wrapper dd {
    margin: 0 0 10px; }
  #editor.block-editor__container .editor-styles-wrapper ol {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    counter-reset: item; }
    #editor.block-editor__container .editor-styles-wrapper ol li {
      position: relative;
      margin: 0 0 12px;
      padding-left: 20px;
      line-height: 26px; }
      #editor.block-editor__container .editor-styles-wrapper ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counter(item) ".";
        counter-increment: item;
        color: #34ccff; }
      #editor.block-editor__container .editor-styles-wrapper ol li ol {
        margin-top: 12px; }
  #editor.block-editor__container .editor-styles-wrapper address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
  #editor.block-editor__container .editor-styles-wrapper kbd {
    padding: 2px 4px;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  #editor.block-editor__container .editor-styles-wrapper pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto; }

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  color: #f8f9f9 !important;
  width: calc(100% - 70px);
  z-index: 1; }

.wp-block-cover-image .wp-block-subhead, .wp-block-cover-image h1, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image h6, .wp-block-cover-image p, .wp-block-cover .wp-block-subhead, .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6, .wp-block-cover p {
  color: inherit; }
