@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700");
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

.cke_editable, .cke_inner {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /**
 * Remove default margin.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  font: 14px "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  color: #777;
  font-weight: lighter;
  overflow-x: hidden;
  padding: 1.4em; }
  .cke_editable *, .cke_editable *:before, .cke_editable *:after, .cke_inner *, .cke_inner *:before, .cke_inner *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .cke_editable html, .cke_inner html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .cke_editable body, .cke_inner body {
    margin: 0; }
  .cke_editable article,
  .cke_editable aside,
  .cke_editable details,
  .cke_editable figcaption,
  .cke_editable figure,
  .cke_editable footer,
  .cke_editable header,
  .cke_editable hgroup,
  .cke_editable main,
  .cke_editable nav,
  .cke_editable section,
  .cke_editable summary, .cke_inner article,
  .cke_inner aside,
  .cke_inner details,
  .cke_inner figcaption,
  .cke_inner figure,
  .cke_inner footer,
  .cke_inner header,
  .cke_inner hgroup,
  .cke_inner main,
  .cke_inner nav,
  .cke_inner section,
  .cke_inner summary {
    display: block; }
  .cke_editable audio,
  .cke_editable canvas,
  .cke_editable progress,
  .cke_editable video, .cke_inner audio,
  .cke_inner canvas,
  .cke_inner progress,
  .cke_inner video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .cke_editable audio:not([controls]), .cke_inner audio:not([controls]) {
    display: none;
    height: 0; }
  .cke_editable [hidden],
  .cke_editable template, .cke_inner [hidden],
  .cke_inner template {
    display: none; }
  .cke_editable a, .cke_inner a {
    background: transparent; }
  .cke_editable a:active,
  .cke_editable a:hover, .cke_inner a:active,
  .cke_inner a:hover {
    outline: 0; }
  .cke_editable abbr[title], .cke_inner abbr[title] {
    border-bottom: 1px dotted; }
  .cke_editable b,
  .cke_editable strong, .cke_inner b,
  .cke_inner strong {
    font-weight: bold; }
  .cke_editable dfn, .cke_inner dfn {
    font-style: italic; }
  .cke_editable h1, .cke_inner h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .cke_editable mark, .cke_inner mark {
    background: #ff0;
    color: #000; }
  .cke_editable small, .cke_inner small {
    font-size: 80%; }
  .cke_editable sub,
  .cke_editable sup, .cke_inner sub,
  .cke_inner sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .cke_editable sup, .cke_inner sup {
    top: -0.5em; }
  .cke_editable sub, .cke_inner sub {
    bottom: -0.25em; }
  .cke_editable img, .cke_inner img {
    border: 0; }
  .cke_editable svg:not(:root), .cke_inner svg:not(:root) {
    overflow: hidden; }
  .cke_editable figure, .cke_inner figure {
    margin: 1em 40px; }
  .cke_editable hr, .cke_inner hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .cke_editable pre, .cke_inner pre {
    overflow: auto; }
  .cke_editable code,
  .cke_editable kbd,
  .cke_editable pre,
  .cke_editable samp, .cke_inner code,
  .cke_inner kbd,
  .cke_inner pre,
  .cke_inner samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .cke_editable button,
  .cke_editable input,
  .cke_editable optgroup,
  .cke_editable select,
  .cke_editable textarea, .cke_inner button,
  .cke_inner input,
  .cke_inner optgroup,
  .cke_inner select,
  .cke_inner textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  .cke_editable button, .cke_inner button {
    overflow: visible; }
  .cke_editable button,
  .cke_editable select, .cke_inner button,
  .cke_inner select {
    text-transform: none; }
  .cke_editable button,
  .cke_editable html input[type="button"], .cke_editable input[type="reset"],
  .cke_editable input[type="submit"], .cke_inner button,
  .cke_inner html input[type="button"], .cke_inner input[type="reset"],
  .cke_inner input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  .cke_editable button[disabled],
  .cke_editable html input[disabled], .cke_inner button[disabled],
  .cke_inner html input[disabled] {
    cursor: default; }
  .cke_editable button::-moz-focus-inner,
  .cke_editable input::-moz-focus-inner, .cke_inner button::-moz-focus-inner,
  .cke_inner input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .cke_editable input, .cke_inner input {
    line-height: normal; }
  .cke_editable input[type="checkbox"],
  .cke_editable input[type="radio"], .cke_inner input[type="checkbox"],
  .cke_inner input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .cke_editable input[type="number"]::-webkit-inner-spin-button,
  .cke_editable input[type="number"]::-webkit-outer-spin-button, .cke_inner input[type="number"]::-webkit-inner-spin-button,
  .cke_inner input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .cke_editable input[type="search"], .cke_inner input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  .cke_editable input[type="search"]::-webkit-search-cancel-button,
  .cke_editable input[type="search"]::-webkit-search-decoration, .cke_inner input[type="search"]::-webkit-search-cancel-button,
  .cke_inner input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .cke_editable fieldset, .cke_inner fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .cke_editable legend, .cke_inner legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .cke_editable textarea, .cke_inner textarea {
    overflow: auto; }
  .cke_editable optgroup, .cke_inner optgroup {
    font-weight: bold; }
  .cke_editable table, .cke_inner table {
    border-collapse: collapse;
    border-spacing: 0; }
  .cke_editable td,
  .cke_editable th, .cke_inner td,
  .cke_inner th {
    padding: 0; }
  .cke_editable p, .cke_editable a, .cke_editable li, .cke_inner p, .cke_inner a, .cke_inner li {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .cke_editable img, .cke_inner img {
    width: 100%;
    margin-bottom: 1em; }
  .cke_editable a, .cke_inner a {
    text-decoration: none;
    color: #2c5a7f; }
    .cke_editable a:hover, .cke_inner a:hover {
      color: #97c5eb; }
  .cke_editable .clearfix, .cke_inner .clearfix {
    clear: both; }
  .cke_editable .button.flat, .cke_inner .button.flat {
    border: none;
    color: #c7dbf3;
    background-color: #2c5a7f;
    border-radius: 4px;
    padding: 5px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: normal; }
    .cke_editable .button.flat:hover, .cke_inner .button.flat:hover {
      color: #2c5a7f;
      background-color: #97c5eb; }
  .cke_editable .button.stencil.blue, .cke_inner .button.stencil.blue {
    background: none;
    border: 2px solid #2c5a7f;
    color: #2c5a7f;
    border-radius: 4px;
    padding: 5px;
    transition: all 0.4s ease; }
    .cke_editable .button.stencil.blue:hover, .cke_inner .button.stencil.blue:hover {
      color: #97c5eb;
      border: 2px solid #97c5eb;
      background: none; }
    .cke_editable .button.stencil.blue.white:hover, .cke_inner .button.stencil.blue.white:hover {
      color: #fff;
      border-color: #fff; }
  .cke_editable .button.stencil.light-blue, .cke_inner .button.stencil.light-blue {
    background: none;
    border: 2px solid #97c5eb;
    color: #97c5eb;
    border-radius: 4px;
    padding: 5px;
    transition: all 0.4s ease; }
    .cke_editable .button.stencil.light-blue:hover, .cke_inner .button.stencil.light-blue:hover {
      color: #fff;
      border: 2px solid #fff;
      background: none; }
  .cke_editable div, .cke_inner div {
    clear: both;
    overflow: auto; }
  .cke_editable .content-floating-image, .cke_inner .content-floating-image {
    margin-bottom: 1.6em;
    overflow: auto; }
  .cke_editable .content-image-right, .cke_inner .content-image-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    display: block;
    float: right;
    margin-left: 1em !important;
    margin-top: 0.4em; }
    .cke_editable .content-image-right:last-child, .cke_inner .content-image-right:last-child {
      margin-right: 0; }
  .cke_editable .content-image-left, .cke_inner .content-image-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    display: block;
    float: left;
    margin-right: 1em !important;
    margin-top: 0.4em; }
    .cke_editable .content-image-left:last-child, .cke_inner .content-image-left:last-child {
      margin-right: 0; }
  .cke_editable h1, .cke_inner h1 {
    font-size: 26px;
    font-weight: normal;
    color: #2c5a7f; }
  .cke_editable h2, .cke_inner h2 {
    font-size: 22px;
    font-weight: normal;
    color: #2c5a7f; }
  .cke_editable h3, .cke_inner h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2c5a7f; }
  .cke_editable h4, .cke_inner h4 {
    font-size: 18px;
    font-weight: bold;
    color: #777; }
  .cke_editable h5, .cke_inner h5 {
    font-size: 16px;
    font-weight: bold;
    color: #444; }
  .cke_editable h6, .cke_inner h6 {
    font-size: 16px;
    color: #2c5a7f; }
  .cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6, .cke_inner h1, .cke_inner h2, .cke_inner h3, .cke_inner h4, .cke_inner h5, .cke_inner h6 {
    margin-top: 0; }
  .cke_editable img, .cke_inner img {
    margin-bottom: 1.6em; }
  .cke_editable blockquote, .cke_inner blockquote {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: italic;
    font-size: 28px;
    color: #777; }
  .cke_editable cite, .cke_inner cite {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #565656; }
  .cke_editable table th, .cke_inner table th {
    border: 1px solid #fff;
    font-weight: bold;
    background-color: #85bde6; }
  .cke_editable table tr, .cke_inner table tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .cke_editable table tr td, .cke_inner table tr td {
      border-right: 1px solid #ccc; }
      .cke_editable table tr td:last-of-type, .cke_inner table tr td:last-of-type {
        border: none; }
