/* ==========================================================================

    Project: Marine Cloud
    Author: XHTMLized
    Last updated: Wed Feb 11 2015 10:29:43

    1. Normalize
    2. Fontello
    3. Gridism
    4. Common
    5. Header
    6. Footer
    7. Banner
    8. Sticky
    9. Bonus
    10. Content
    11. Article

   ========================================================================== */


/*! normalize.css v3.0.2 | 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.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* 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.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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.
 */

button,
select {
  text-transform: none;
}

/**
 * 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.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 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.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * 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.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */


.social:before,
.newsletter-form:before,
.article-item.has-image:before,
.social:after,
.newsletter-form:after,
.article-item.has-image:after {
  content: " ";
  display: table;
}

.social:after,
.newsletter-form:after,
.article-item.has-image:after {
  clear: both;
}

/* Fontello
   ========================================================================== */


/* Font */

@font-face {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg#fontello") format("svg");
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-family: 'fontello';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}

/* Icons */

.icon-facebook:before {
  content: '\e800';
}

.icon-twitter:before {
  content: '\e801';
}

.icon-gplus:before {
  content: '\e802';
}

.icon-linkedin:before {
  content: '\e803';
}

.icon-rss:before {
  content: '\e804';
}

.icon-menu:before {
  content: '\e805';
}

.icon-down:before {
  content: '\e806';
}

/* Gridism
   ========================================================================== */


/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 */

.grid,
.unit {
  position: relative;
  box-sizing: border-box;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  min-width: 320px;
}

.grid:before,
.grid:after {
  content: " ";
  display: table;
}

.grid:after {
  clear: both;
}

.unit {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.unit:first-child {
  padding-left: 30px;
}

.unit:last-child {
  padding-right: 30px;
}

.unit .unit:first-child {
  padding-left: 0;
}

.unit .unit:last-child {
  padding-right: 0;
}

.unit.no-gutters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.unit.w-1-1 {
  width: 100%;
}

.unit.w-1-2 {
  width: 50%;
}

.unit.w-1-3 {
  width: 33.3332%;
}

.unit.w-2-3 {
  width: 66.6665%;
}

.unit.w-1-4 {
  width: 25%;
}

.unit.w-3-4 {
  width: 75%;
}

.unit.w-1-5 {
  width: 20%;
}

.unit.w-2-5 {
  width: 40%;
}

.unit.w-3-5 {
  width: 60%;
}

.unit.w-4-5 {
  width: 80%;
}

/* mobile */

@media screen and (max-width: 768px) {
  .grid > .unit {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
  }

  .unit .unit {
    padding-left: 0;
    padding-right: 0;
  }

}

/* Common
   ========================================================================== */


/* Reset */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: font-normal;
  line-height: 1.714;
  background-color: #fff;
  color: #999;
}

a {
  text-decoration: none;
  color: #f39c12;
}

a:hover {
  color: #555;
}

a,
input,
button {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

/* Helper */

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.visuallyhidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
  clip: auto;
}

/* Header
   ========================================================================== */


.header {
  position: relative;
  z-index: 10;
  padding: 20px 0;
  background-color: #fff;
}

.logo {
  float: left;
}

.logo a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo strong,
.logo em {
  display: block;
}

.logo strong {
  margin-bottom: -1px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #00a1dd;
}

.logo em {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.5px;
  color: #999;
}

.logo span {
  color: #0077b6;
}

.nav {
  float: right;
  padding-top: 16px;
}

.nav ul,
.nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.nav ul {
  list-style: none;
}

.nav li {
  margin-left: 25px;
}

.nav li:first-child {
  margin-left: 0;
}

.nav a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
}

.nav a:hover {
  color: #333;
}

.nav a.active {
  color: #0077b6;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
  height: 43px;
  width: 43px;
  font-size: 28px;
  line-height: 43px;
  text-align: right;
  color: #999;
}

.nav-toggle:hover {
  color: #555;
}

/* mobile */

@media screen and (max-width: 768px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo strong {
    font-size: 24px;
  }

  .logo em {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .nav {
    display: none;
    width: 100%;
  }

  .nav ul,
  .nav li {
    width: 100%;
  }

  .nav ul {
    border-bottom: 1px solid #ececec;
  }

  .nav li {
    margin-left: 0;
    border-top: 1px solid #ececec;
  }

  .nav a {
    display: block;
    padding: 5px 0;
  }

  .nav-toggle {
    display: block;
  }

}

/* Footer
   ========================================================================== */


.footer {
  padding: 20px 0;
  color: #fff;
  background-color: #555;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #b9b9b9;
}

.copyright {
  float: left;
  font-size: 12px;
}

.copyright span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 2px;
}

.sitemap {
  float: right;
  text-align: right;
  font-size: 12px;
}

.sitemap a {
  text-transform: uppercase;
}

.sitemap span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 2px;
}

/* mobile */

@media screen and (max-width: 768px) {
  .copyright,
  .sitemap {
    float: none;
    text-align: center;
  }

}

/* Banner
   ========================================================================== */


.banner {
  position: relative;
  z-index: 9;
  background-color: #0077b6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.banner.optimal {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url(../img/big-cloud.jpg);
}

.banner.minimal {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/small-cloud.jpg);
}

.banner-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  height: 100%;
  width: 100%;
}

.banner-foreground {
  position: relative;
  z-index: 2;
  width: 75%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  background-image: url(../img/black-transparent.png);
  border: 1px solid #fff;
}

.banner-logo strong,
.banner-logo em {
  display: block;
  font-weight: 700;
  line-height: 1;
}

.banner-logo strong {
  margin-bottom: 4px;
  font-size: 56px;
}

.banner-logo em {
  font-size: 26px;
  font-style: normal;
  letter-spacing: 1.5px;
}

.banner-description {
  margin-top: 15px;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.5;
}

.banner-button {
  position: relative;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 200px;
  font-size: 20px;
  line-height: 50px;
  background-color: #f39c12;
  color: #fff !important;
}

.banner-button:hover {
  background-color: #f4a62a;
}

.banner-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 55px;
  margin-left: -15px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.banner-arrow:hover {
  border-color: #f39c12;
  color: #f39c12;
}

/* desktop */

@media screen and (min-width: 769px) {
  .nav {
    display: block !important;
  }

}

/* mobile */

@media screen and (max-width: 768px) {
  .banner.optimal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner.minimal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-title {
    font-size: 24px;
  }

  .banner-foreground {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    border: 0;
  }

  .banner-logo strong {
    font-size: 32px;
  }

  .banner-logo em {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .banner-description {
    font-size: 16px;
  }

  .banner-button {
    height: 40px;
    width: 160px;
    font-size: 16px;
    line-height: 40px;
  }

  .banner-arrow {
    margin-top: -55px;
    margin-left: -15px;
  }

}

/* Sticky
   ========================================================================== */


/* desktop */

@media screen and (min-width: 769px) {
  .sticky {
    padding-top: 200px;
  }

  .sticky.small .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky.small .banner {
    top: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sticky.small .banner-title {
    font-size: 26px;
  }

  .sticky .header,
  .sticky .banner {
    position: fixed;
    right: 0;
    left: 0;
    transition: top 0.25s ease-out, padding 0.25s ease-out;
  }

  .sticky .header {
    top: 0;
  }

  .sticky .banner {
    top: 100px;
  }

  .sticky .banner-title {
    transition: font-size 0.25s ease-out;
  }

}

/* Bonus
   ========================================================================== */


.bonus {
  padding: 30px 0;
  color: #b9b9b9;
  background-color: #333;
}

.bonus-line {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  content: " ";
  background-color: #414141;
}

.bonus-line.left {
  left: 33.3332%;
}

.bonus-line.right {
  right: 33.3332%;
}

.bonus-section {
  padding: 20px 0;
}

.bonus-section.left,
.bonus-section.middle {
  padding-right: 10px;
}

.bonus-section.right,
.bonus-section.middle {
  padding-left: 10px;
}

.bonus-section-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}

.bonus-section-body {
  margin-top: 5px;
}

.bonus-section-body a {
  color: #b9b9b9;
}

.bonus-section-body a:hover {
  color: #fff;
}

.address {
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.social {
  padding-top: 7px;
}

.social a,
.social i {
  display: block;
}

.social a {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  font-size: 24px;
  color: #fff;
}

.social i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
}

.social .icon-facebook {
  background-color: #3c599b;
}

.social .icon-twitter {
  background-color: #1bb2e9;
}

.social .icon-gplus {
  background-color: #d95232;
}

.social .icon-linkedin {
  background-color: #007bb6;
}

.social .icon-rss {
  background-color: #f69838;
}

.newsletter {
  max-width: 360px;
}

.newsletter-info,
.newsletter-form {
  margin: 0;
  padding: 0;
}

.newsletter-form,
.newsletter-input,
.newsletter-output {
  border: 0;
}

.newsletter-input,
.newsletter-output {
  display: block;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  outline: 0;
}

.newsletter-info {
  padding-top: 3px;
  font-size: 14px;
  line-height: 1.333;
}

.newsletter-email {
  margin-top: 5px;
}

.newsletter-form {
  position: relative;
  margin-top: 15px;
  padding-right: 1100px;
}

.newsletter-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.newsletter-output {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1100px;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background-color: #f39c12;
}

.newsletter-output:hover {
  background-color: #f4a62a;
}

/* mobile */

@media screen and (max-width: 768px) {
  .bonus {
    padding: 20px 0;
  }

  .bonus-line {
    display: none;
  }

  .bonus-section {
    padding: 10px 0;
  }

  .bonus-section.left,
  .bonus-section.middle {
    padding-right: 0;
  }

  .bonus-section.right,
  .bonus-section.middle {
    padding-left: 0;
  }

}

/* Content
   ========================================================================== */


.main {
  min-height: 320px;
  padding: 40px 0;
}

.main-section-title {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  color: #999;
}

.main-section-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
}

.main-section-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #999;
  content: " ";
}

.main-section-title a {
  color: #999;
}

.main-section-title a:hover {
  color: #555;
}

.main-section-body {
  margin-top: 15px;
}

.content {
  padding-right: 20px;
}

/* mobile */

@media screen and (max-width: 768px) {
  .main {
    padding: 30px 0;
  }

  .main-section {
    margin-bottom: 20px;
  }

  .main-section-title {
    font-size: 20px;
  }

  .content {
    padding-right: 0;
  }

}

/* Article
   ========================================================================== */


.article-link {
  display: inline-block;
  color: #999;
}

.article-link:hover {
  color: #555;
}

.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-list-item {
  margin: 0;
  padding: 15px 0;
  border-top: 1px dotted #b9b9b9;
}

.article-list-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-item.has-image .article-item-image {
  float: left;
  width: 80px;
  padding-top: 10px;
}

.article-item.has-image .article-item-image img {
  height: auto;
  width: 100%;
  vertical-align: top;
}

.article-item.has-image .article-item-body {
  overflow: hidden;
  padding-left: 15px;
}

.article-item-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  color: #0077b6;
}

.article-item-title a {
  color: #0077b6;
}

.article-item-title a:hover {
  color: #333;
}

.article-item-body {
  margin-top: 3px;
}

.article-item-body p,
.article-item-body ul,
.article-item-body ol,
.article-item-body li {
  margin: 0;
  padding: 0;
}

.article-item-body ul,
.article-item-body ol {
  margin-left: 20px;
}

.article-item-body ul {
  list-style: square;
}

.article-item-body ol {
  list-style: decimal;
}

.article-detail {
  padding: 30px 0;
  border-top: 1px dotted #b9b9b9;
}

.article-detail:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-detail-body {
  margin-top: 20px;
}

.article-detail-toggle {
  font-style: italic;
  border-bottom: 1px solid #f39c12;
}

.article-detail h3,
.article-detail p,
.article-detail ul,
.article-detail ol,
.article-detail li {
  margin: 0;
  padding: 0;
}

.article-detail h3:first-child,
.article-detail p:first-child,
.article-detail ul:first-child,
.article-detail ol:first-child {
  margin-top: 0;
}

.article-detail h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  color: #0077b6;
}

.article-detail p,
.article-detail ul,
.article-detail ol {
  margin-top: 20px;
}

.article-detail ul,
.article-detail ol {
  margin-left: 20px;
}

.article-detail ul {
  list-style: square;
}

.article-detail ol {
  list-style: decimal;
}

.article-detail li {
  margin-top: 5px;
}

.article-detail li:first-child {
  margin-top: 0;
}

.article-detail strong {
  font-weight: 600;
}

.article-detail em {
  font-style: italic;
}

/* mobile */

@media screen and (max-width: 768px) {
  .article-item-title {
    font-size: 16px;
  }

  .article-detail h3 {
    font-size: 16px;
  }

}

/*# sourceMappingURL=main.css.map */