@charset "UTF-8";
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.weeasy-sticky-nav__item {
  display: inline;
}

.sm-only {
  display: block;
}

.md-only {
  display: none;
}

.closed-sm {
  display: none;
}

.closed-sm--inline {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.hide {
  display: none !important;
}

.sm-only-block {
  display: block;
}

.sm-except-block {
  display: inline;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.weeasy-bg-light-green {
  background-color: #8cdca4;
}

.weeasy-bg-orange {
  background-color: #ffbf80;
}

.weeasy-bg-light-blue {
  background-color: #77beeb;
}

@media (min-width: 768px) {
  .weeasy-sticky-nav__item {
    display: block;
  }

  .sm-only {
    display: none;
  }

  .md-only {
    display: block;
  }

  .closed-sm {
    display: block;
  }

  .closed-sm--inline {
    display: inline;
  }

  .closed-md {
    display: none;
  }

  .sm-only-block {
    display: inline;
  }

  .sm-except-block {
    display: block;
  }
}
@media (min-width: 1040px) {
  .md-only {
    display: none;
  }

  .closed-md {
    display: block;
  }

  .closed-lg {
    display: none;
  }
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a > img {
  border: 0;
}

body {
  min-height: 100%;
  padding: 0 !important;
  line-height: 1.5em;
  font-size: 14px;
  background-color: #fff;
}

[id^="Vesicomy"] {
  display: none !important;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

@font-face {
  font-family: "weeasy-icons";
  src: url("/wp-content/themes/weeasy/fonts/weeasy-icons.eot?1447315808940");
  src: url("/wp-content/themes/weeasy/fonts/weeasy-icons.eot?1447315808940#iefix") format("embedded-opentype"), url("/wp-content/themes/weeasy/fonts/weeasy-icons.woff?1447315808940") format("woff"), url("/wp-content/themes/weeasy/fonts/weeasy-icons.ttf?1447315808940") format("truetype"), url("/wp-content/themes/weeasy/fonts/weeasy-icons.svg?1447315808940#weeasy-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-fr-"], [class*=" icon-fr-"] {
  font-family: "weeasy-icons";
}

.icon-fr-account:before {
  content: "\f101";
}

.icon-fr-adddeal:before {
  content: "\f102";
}

.icon-fr-automation:before {
  content: "\f103";
}

.icon-fr-balance:before {
  content: "\f104";
}

.icon-fr-building:before {
  content: "\f105";
}

.icon-fr-check:before {
  content: "\f106";
}

.icon-fr-closing:before {
  content: "\f107";
}

.icon-fr-contact:before {
  content: "\f108";
}

.icon-fr-deal:before {
  content: "\f109";
}

.icon-fr-detailedsearch:before {
  content: "\f10a";
}

.icon-fr-duedate:before {
  content: "\f10b";
}

.icon-fr-edit:before {
  content: "\f10c";
}

.icon-fr-help1:before {
  content: "\f10d";
}

.icon-fr-help2:before {
  content: "\f10e";
}

.icon-fr-home:before {
  content: "\f10f";
}

.icon-fr-inferenceallow:before {
  content: "\f110";
}

.icon-fr-info:before {
  content: "\f111";
}

.icon-fr-invoice:before {
  content: "\f112";
}

.icon-fr-outlink:before {
  content: "\f113";
}

.icon-fr-pay-addemployee:before {
  content: "\f114";
}

.icon-fr-pay-invitemail:before {
  content: "\f115";
}

.icon-fr-pay-inviteuser:before {
  content: "\f116";
}

.icon-fr-pay-main:before {
  content: "\f117";
}

.icon-fr-pay-setting:before {
  content: "\f118";
}

.icon-fr-pay-sheet:before {
  content: "\f119";
}

.icon-fr-pay-timesheet:before {
  content: "\f11a";
}

.icon-fr-refresh:before {
  content: "\f11b";
}

.icon-fr-report:before {
  content: "\f11c";
}

.icon-fr-setting:before {
  content: "\f11d";
}

.icon-fr-submenu:before {
  content: "\f11e";
}

.icon-fr-total:before {
  content: "\f11f";
}

.icon-fr-transaction:before {
  content: "\f120";
}

.icon-fr-transactionupload:before {
  content: "\f121";
}

.icon-fr-user:before {
  content: "\f122";
}

.icon-fr-chat:before {
  content: "\f123";
}

.icon-fr-telephone:before {
  content: "\f124";
}

.icon-fr-right-down-arrow:before {
  content: "\f125";
}

.icon-fr-checkbtn:before {
  content: "\f126";
}

.icon-fr-deletebtn:before {
  content: "\f127";
}

.icon-fr-pay-adddeal:before {
  content: "\f128";
}

.icon-fr-fstatement:before {
  content: "\f129";
}

.icon-fr-newbusiness:before {
  content: "\f12a";
}

.icon-fr-additem:before {
  content: "\f12b";
}

.icon-fr-deleteitem:before {
  content: "\f12c";
}

.icon-fr-alert:before {
  content: "\f12d";
}

.icon-fr-eyeclose:before {
  content: "\f12e";
}

.icon-fr-eyeopen:before {
  content: "\f12f";
}

.icon-fr-closeallow:before {
  content: "\f130";
}

.icon-fr-download:before {
  content: "\f131";
}

.icon-fr-maximize:before {
  content: "\f132";
}

.icon-fr-minimize:before {
  content: "\f133";
}

.icon-fr-openallow:before {
  content: "\f134";
}

.icon-fr-back:before {
  content: "\f135";
}

.icon-fr-forward:before {
  content: "\f136";
}

.icon-fr-docedit:before {
  content: "\f137";
}

.icon-fr-docsend:before {
  content: "\f138";
}

.icon-fr-zoomin:before {
  content: "\f139";
}

.icon-fr-zoomout:before {
  content: "\f13a";
}

.icon-fr-logo:before {
  content: "\f13b";
}

.icon-fr-logo-accounting:before {
  content: "\f13c";
}

.icon-fr-logo-payroll:before {
  content: "\f13d";
}

.icon-fr-accountingapp:before {
  content: "\f13e";
}

.icon-fr-arrow:before {
  content: "\f13f";
}

.icon-fr-timeline:before {
  content: "\f140";
}

.icon-fr-transfer:before {
  content: "\f141";
}

.icon-fr-toweeasy:before {
  content: "\f142";
}

.icon-fr-inferencearrow:before {
  content: "\f143";
}

.icon-fr-closearrow:before {
  content: "\f144";
}

.icon-fr-openarrow:before {
  content: "\f145";
}

.icon-fr-arrow-right:before {
  content: "\f146";
}

.icon-fr-calendar-10:before {
  content: "\f147";
}

.icon-fr-key:before {
  content: "\f148";
}

.icon-fr-jpy:before {
  content: "\f149";
}

.icon-fr-printer:before {
  content: "\f14a";
}

.icon-fr-bag:before {
  content: "\f14b";
}

.icon-fr-warning:before {
  content: "\f14c";
}

.icon-fr-ascend:before {
  content: "\f14d";
}

.icon-fr-descend:before {
  content: "\f14e";
}

.icon-fr-advisor:before {
  content: "\f14f";
}

.icon-fr-timestamp:before {
  content: "\f150";
}

.icon-fr-rotate:before {
  content: "\f151";
}

.icon-fr-file:before {
  content: "\f152";
}

.icon-fr-openmobile:before {
  content: "\f153";
}

.icon-fr-close:before {
  content: "\f154";
}

.icon-fr-circle:before {
  content: "\f155";
}

.icon-fr-arrow-circle-right:before {
  content: "\f156";
}

.weeasy-global-header {
  background: #999;
}

.global-footer-sprites, .weeasy-global-footer__list--horizontal li > [class^=social-] > .icon, .weeasy-global-footer__list--horizontal li > [class^=banner-] {
  background-image: url("/wp-content/themes/weeasy/images/global-footer/sprite.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 0.75), (min-resolution: 72dpi) {
  .global-footer-sprites, .weeasy-global-footer__list--horizontal li > [class^=social-] > .icon, .weeasy-global-footer__list--horizontal li > [class^=banner-] {
    background-image: url("/wp-content/themes/weeasy/images/global-footer/sprite@2x.png");
    background-size: 136px 252px;
  }
}
.weeasy-global-footer {
  background-color: #363943;
  padding: 80px 0;
  color: #eaeaea;
}
.weeasy-global-footer .weeasy-row {
  margin-top: 30px;
}
.weeasy-global-footer .weeasy-row:first-child {
  margin-top: 0;
}

.weeasy-global-footer__heading {
  position: relative;
  margin: 0 0 5px 0;
  line-height: 1.5em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.weeasy-global-footer__nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
}
.weeasy-global-footer__nav-toggle:hover {
  color: #d9d9d9;
  text-decoration: none;
}

.weeasy-global-footer__list--vertical, .weeasy-global-footer__nav > div > ul {
  margin: 0;
  line-height: 1.6em;
  font-size: 12px;
  list-style-type: none;
}
.weeasy-global-footer__list--vertical li a, .weeasy-global-footer__nav > div > ul li a {
  color: #eaeaea;
}

.weeasy-global-footer__list--horizontal {
  font-size: 0px;
}
.weeasy-global-footer__list--horizontal li {
  display: inline-block;
  margin-left: 18px;
}
.weeasy-global-footer__list--horizontal li:first-child {
  margin: 0;
}
.weeasy-global-footer__list--horizontal li > [class^=social-] > .icon {
  display: inline-block !important;
}
.weeasy-global-footer__list--horizontal li > [class^=social-] > .text {
  color: #eaeaea;
  display: inline-block;
  font-size: 14px;
}
.weeasy-global-footer__list--horizontal li > .social-gplus > .icon {
  background-position: 0px -60px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 19px;
  height: 20px;
}
.weeasy-global-footer__list--horizontal li > .social-fb > .icon {
  background-position: 0px -40px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 9px;
  height: 20px;
}
.weeasy-global-footer__list--horizontal li > .social-twitter .icon {
  background-position: 0px -20px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 20px;
}
.weeasy-global-footer__list--horizontal li > .social-youtube > .icon {
  background-position: 0px -80px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 20px;
}
.weeasy-global-footer__list--horizontal li > .banner-appstore {
  background-position: 0px -132px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 136px;
  height: 40px;
}
.weeasy-global-footer__list--horizontal li > .banner-googleplay {
  background-position: 0px -172px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 120px;
  height: 40px;
}
.weeasy-global-footer__list--horizontal li > .banner-gooddesign {
  background-position: 0px -212px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 126px;
  height: 40px;
}
.weeasy-global-footer__list--horizontal li > .banner-truste {
  background-position: 0px -100px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 116px;
  height: 32px;
}

.weeasy-global-footer__list--narrow {
  margin: 0;
}
.weeasy-global-footer__list--narrow li {
  display: inline-block;
  margin-left: 5px;
  height: 20px;
  vertical-align: top;
}
.weeasy-global-footer__list--narrow li:first-child {
  margin: 0;
}
.weeasy-global-footer__list--narrow li > #twitter-widget-0 {
  width: 100px !important;
}
.weeasy-global-footer__list--narrow li > #___plusone_0 {
  width: 70px !important;
}

.weeasy-global-footer-col-3,
.weeasy-global-footer-col-1 {
  width: 100%;
}

.weeasy-global-footer-col-1 {
  margin-top: 30px;
}

.fb-like-box {
  width: 100%;
  background-color: #2f323b;
}

.fb-like-box > span,
.fb-like-box > span > iframe {
  width: 100% !important;
}

.weeasy-global-footer__search {
  position: relative;
  margin-bottom: 20px;
}

.weeasy-global-footer__search-bar {
  box-sizing: border-box;
  width: 100%;
  height: 30px !important;
  border: 0 !important;
}

.weeasy-global-footer__search-button {
  position: absolute;
  top: 1px;
  right: 5px;
  border: 0 !important;
  background-color: #fff !important;
}

.weeasy-global-footer__address {
  margin-bottom: 30px;
  color: #eaeaea;
  font-size: 12px;
}

.weeasy-global-footer__social-icon {
  margin-right: 5px;
}

.weeasy-global-footer__copyright {
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  color: #eaeaea;
  font-size: 12px;
  border-top: 1px solid #555;
}

@media (max-width: 767px) {
  .weeasy-global-footer {
    padding: 40px 0;
  }
  .weeasy-global-footer .weeasy-col-fourth {
    float: none;
    margin-top: 10px !important;
    margin-left: 0;
    width: 100%;
  }
  .weeasy-global-footer .weeasy-col-fourth > div {
    display: none;
  }
  .weeasy-global-footer .weeasy-col-fourth > div.active {
    display: block;
  }

  .weeasy-global-footer__list--horizontal li {
    width: 45%;
    margin-left: 0;
  }
  .weeasy-global-footer__list--horizontal li:nth-child(n+3) {
    margin-top: 15px;
  }

  .weeasy-global-footer__list--narrow li {
    width: auto;
  }
}
@media (min-width: 768px) {
  .weeasy-global-footer-col-3 {
    float: left;
    width: 500px;
  }

  .weeasy-global-footer-col-1 {
    float: left;
    margin-top: 0;
    margin-left: 15px;
    width: 165px;
  }

  .weeasy-global-footer__nav-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .weeasy-global-footer {
    padding: 60px 0;
  }
  .weeasy-global-footer .weeasy-col-half {
    float: none;
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1040px) {
  .weeasy-global-footer-col-3 {
    float: left;
    width: 745px;
  }

  .weeasy-global-footer-col-1 {
    float: left;
    margin-left: 20px;
    width: 235px;
  }

  .weeasy-global-footer__address .building {
    display: block;
  }
}
.weeasy-body, .weeasy-body--tall, .weeasy-body--no-padding {
  position: relative;
  padding-top: 60px;
  z-index: 1000;
}

.weeasy-body--no-padding {
  padding-top: 0;
}

@media (min-width: 768px) {
  .weeasy-body--tall {
    padding-top: 88px;
  }
}
.weeasy-main-container {
  padding: 24px 0;
}

.weeasy-side-container {
  padding: 30px 0;
}

.weeasy-side-container--hidden-sp {
  display: none;
}

@media (min-width: 768px) {
  .weeasy-main-container {
    padding: 40px 0 60px;
    border-bottom: 1px solid #ccc;
  }

  .weeasy-side-container {
    padding: 60px 0;
  }

  .weeasy-side-container--hidden-sp {
    display: block;
    padding: 60px 0;
  }
}
@media (min-width: 1040px) {
  .weeasy-main-container {
    float: left;
    padding-bottom: 80px;
    width: 650px;
    border: none;
  }

  .weeasy-side-container {
    float: right;
    padding-top: 40px;
    width: 300px;
  }

  .weeasy-side-container--hidden-sp {
    display: block;
    float: right;
    padding-top: 40px;
    width: 300px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?glg477");
  src: url("../fonts/icomoon.eot?#iefixglg477") format("embedded-opentype"), url("../fonts/icomoon.ttf?glg477") format("truetype"), url("../fonts/icomoon.woff?glg477") format("woff"), url("../fonts/icomoon.svg?glg477#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-building--small:before {
  content: "\e600";
}

.icon-building--large:before {
  content: "\e601";
}

.icon-building--middle:before {
  content: "\e602";
}

.icon-stamp:before {
  content: "\e603";
}

.weeasy-btn, .weeasy-btn--primary, .weeasy-btn--apps-index-cta, .weeasy-btn--primary-inverse, .weeasy-btn--info, .weeasy-btn--blue, .weeasy-btn--blue-painted, .weeasy-btn--light-blue, .weeasy-btn--gray {
  border-radius: 30px;
  display: inline-block;
  padding: 18px 32px;
  margin-bottom: 0;
  cursor: pointer;
  background-image: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none !important;
}

.weeasy-btn--small, .weeasy-btn--micro {
  padding: 8px 15px;
  font-size: 13px;
}
.weeasy-btn--small.block, .block.weeasy-btn--micro {
  display: block;
}

.weeasy-btn--micro {
  padding: 5px 10px;
  font-size: 12px;
}

.weeasy-btn--video {
  text-shadow: rgba(0, 0, 0, 0.33) 0 2px 3px;
  color: #fff;
  font-size: 15px;
}
.weeasy-btn--video .fa.fa-youtube-play {
  position: relative;
  top: -1px;
  margin-right: 8px;
  font-size: 22px;
  vertical-align: middle;
}
.weeasy-btn--video:hover {
  color: #fff;
}

.weeasy-btn--apps-index-cta {
  display: block;
  padding: 10px 15px;
}

.weeasy-btn--primary, .weeasy-btn--apps-index-cta {
  background-color: #3399dd;
  color: #fff;
}
.weeasy-btn--primary:hover, .weeasy-btn--apps-index-cta:hover {
  background-color: #55bbff;
  color: #fff;
  text-decoration: none;
}

.weeasy-btn--primary-inverse {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  padding: 16px 38px;
  border: 1px solid #76d969;
  color: #76d969;
}
.weeasy-btn--primary-inverse:hover {
  color: #fff;
  text-decoration: none;
}
.weeasy-btn--primary-inverse:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.weeasy-btn--primary-inverse:hover {
  background-color: #76d969;
}

.weeasy-btn--blue {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  padding: 16px 38px;
  border: 1px solid #2e8cd5;
  color: #2e8cd5;
}
.weeasy-btn--blue:hover {
  color: #fff;
  text-decoration: none;
}
.weeasy-btn--blue:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.weeasy-btn--blue:hover {
  background-color: #2e8cd5;
}

.weeasy-btn--blue-painted {
  background-color: #2e8cd5;
  color: #fff;
  font-weight: 500;
}
.weeasy-btn--blue-painted:hover {
  background-color: #2984cb;
  color: #fff;
  text-decoration: none;
}
.weeasy-btn--blue-painted:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.weeasy-btn--light-blue {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  padding: 16px 38px;
  border: 1px solid #40c0f5;
  color: #40c0f5;
}
.weeasy-btn--light-blue:hover {
  color: #fff;
  text-decoration: none;
}
.weeasy-btn--light-blue:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.weeasy-btn--light-blue:hover {
  background-color: #40c0f5;
}

.weeasy-btn--gray {
  background-color: #aaa;
  color: #fff;
  font-weight: 500;
}
.weeasy-btn--gray:hover {
  background-color: #a2a2a2;
  color: #fff;
  text-decoration: none;
}
.weeasy-btn--gray:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.weeasy-section, .weeasy-section--primary, .weeasy-apps-header, .weeasy-apps-header--detail, .weeasy-section--nurturing {
  padding: 40px 0;
  color: #666;
}
.weeasy-section:nth-child(even), .weeasy-section--primary:nth-child(even), .weeasy-apps-header:nth-child(even), .weeasy-apps-header--detail:nth-child(even), .weeasy-section--nurturing:nth-child(even) {
  background-color: #eaf7ff;
}
.weeasy-section:nth-child(even) .weeasy-voice-set__balloon, .weeasy-section--primary:nth-child(even) .weeasy-voice-set__balloon, .weeasy-apps-header:nth-child(even) .weeasy-voice-set__balloon, .weeasy-apps-header--detail:nth-child(even) .weeasy-voice-set__balloon, .weeasy-section--nurturing:nth-child(even) .weeasy-voice-set__balloon {
  background-color: #fff;
}
.weeasy-section:nth-child(even) .weeasy-voice-set__balloon:before, .weeasy-section--primary:nth-child(even) .weeasy-voice-set__balloon:before, .weeasy-apps-header:nth-child(even) .weeasy-voice-set__balloon:before, .weeasy-apps-header--detail:nth-child(even) .weeasy-voice-set__balloon:before, .weeasy-section--nurturing:nth-child(even) .weeasy-voice-set__balloon:before {
  border-bottom-color: #fff;
}

.weeasy-section--plain {
  background-color: #fff !important;
}

.weeasy-section--blue {
  background-color: #eaf7ff;
}

.weeasy-section--primary {
  background-color: #eaeaea !important;
  padding-top: 0;
}
.weeasy-section--primary .weeasy-section__heading, .weeasy-section--primary .weeasy-section__heading--labeled {
  text-align: left;
  margin: 0;
  padding: 60px 0 70px 0;
  color: #FFF;
  text-shadow: 1px 1px 3px #555;
}

.weeasy-section-container, .weeasy-section-container--xs-wide, .weeasy-section-container--narrow, .weeasy-entry-container {
  *zoom: 1;
  position: relative;
  margin: 0 20px;
}
.weeasy-section-container:after, .weeasy-section-container--xs-wide:after, .weeasy-section-container--narrow:after, .weeasy-entry-container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.weeasy-section-container--xs-wide {
  margin: 0;
}

.weeasy-section__heading, .weeasy-section__heading--labeled {
  margin: 0;
  line-height: 1.5em;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.weeasy-section__heading.bottom-wide, .bottom-wide.weeasy-section__heading--labeled {
  margin-bottom: 20px;
}

.weeasy-section__heading--labeled > img {
  display: block;
  margin: 0 auto 15px;
  width: auto;
  height: 60px;
}

.weeasy-section__description {
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

.weeasy-section__content {
  padding-top: 30px;
}

.weeasy-section__content > .not-found {
  text-align: center;
  padding-bottom: 30px;
}

.weeasy-section__content--narrow {
  padding-top: 20px;
}

.weeasy-section__content--zen {
  padding-top: 0;
}

@media (min-width: 768px) {
  .weeasy-section, .weeasy-section--primary, .weeasy-apps-header, .weeasy-apps-header--detail, .weeasy-section--nurturing {
    padding: 60px 0;
  }

  .weeasy-section--primary {
    padding: 0 0 60px 0;
  }
  .weeasy-section--primary .weeasy-section__heading, .weeasy-section--primary .weeasy-section__heading--labeled {
    padding: 60px 0 130px 0;
  }

  .weeasy-section-container, .weeasy-section-container--xs-wide, .weeasy-section-container--narrow, .weeasy-entry-container {
    margin: 0 auto;
    width: 708px;
  }

  .weeasy-section__heading, .weeasy-section__heading--labeled {
    font-size: 32px;
  }
  .weeasy-section__heading.bottom-wide, .bottom-wide.weeasy-section__heading--labeled {
    margin-bottom: 40px;
  }

  .weeasy-section__heading--labeled > img {
    margin-bottom: 20px;
    height: 90px;
  }

  .weeasy-section__description {
    font-size: 14px;
  }

  .weeasy-section__content {
    padding-top: 40px;
  }

  .weeasy-section__content > .not-found {
    padding-bottom: 40px;
  }

  .weeasy-section__content--narrow {
    padding-top: 30px;
  }

  .weeasy-section__cta {
    padding-top: 40px;
  }
}
@media (min-width: 1040px) {
  .weeasy-section, .weeasy-section--primary, .weeasy-apps-header, .weeasy-apps-header--detail, .weeasy-section--nurturing {
    padding: 80px 0;
  }

  .weeasy-section--primary {
    padding: 0 0 80px 0;
  }

  .weeasy-section--thin-padding {
    padding: 40px 0;
  }

  .weeasy-section-container, .weeasy-section-container--xs-wide, .weeasy-section-container--narrow, .weeasy-entry-container {
    margin: 0 auto;
    width: 1000px;
  }

  .weeasy-section-container--narrow {
    width: 650px;
  }

  .weeasy-section__heading, .weeasy-section__heading--labeled {
    font-size: 36px;
    letter-spacing: 0.1em;
  }

  .weeasy-section__heading--labeled > img {
    height: 100px;
  }

  .weeasy-section__content {
    padding-top: 60px;
  }

  .weeasy-section__content > .not-found {
    padding-bottom: 60px;
  }

  .weeasy-section__content--narrow {
    padding-top: 40px;
  }

  .weeasy-section__cta {
    padding-top: 60px;
  }
}
.weeasy-row {
  *zoom: 1;
  margin: 0;
  width: 100%;
}
.weeasy-row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .weeasy-col-half {
    width: 100%;
  }
  .weeasy-col-half:nth-child(n+2) {
    margin-top: 30px;
  }

  .weeasy-col-third, .company-description__logo {
    width: 100%;
  }
  .weeasy-col-third:nth-child(n+2), .company-description__logo:nth-child(n+2) {
    margin-top: 30px;
  }

  .weeasy-col-two-thirds, .company-description__text-container {
    width: 100%;
  }
  .weeasy-col-two-thirds:nth-child(n+2), .company-description__text-container:nth-child(n+2) {
    margin-top: 30px;
  }

  .weeasy-col-fourth {
    display: inline-block;
    margin-left: 10px;
    width: 47%;
    vertical-align: top;
  }
  .weeasy-col-fourth:nth-child(odd) {
    margin-left: 0;
  }
  .weeasy-col-fourth:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .weeasy-col-half {
    display: inline-block;
    width: 330px;
    margin-left: 35px;
    vertical-align: top;
  }
  .weeasy-col-half:nth-child(odd) {
    margin-left: 0;
  }
  .weeasy-col-half:nth-child(n+3) {
    margin-top: 30px;
  }

  .weeasy-col-third, .company-description__logo {
    float: left;
    width: 226px;
    margin-left: 15px;
  }
  .weeasy-col-third:first-child, .company-description__logo:first-child {
    margin: 0;
  }

  .weeasy-col-two-thirds, .company-description__text-container {
    float: left;
    width: 467px;
    margin-left: 15px;
  }

  .weeasy-col-fourth {
    float: left;
    width: 165px;
    margin-left: 15px;
  }
  .weeasy-col-fourth:first-child {
    margin-left: 0;
  }

  .weeasy-col-standalone {
    margin: 0 auto;
    width: 600px;
  }

  .weeasy-col-standalone--narrow {
    margin: 0 auto;
    width: 450px;
  }
}
@media (min-width: 1040px) {
  .weeasy-col-half {
    width: 475px;
    margin-left: 40px;
  }

  .weeasy-col-third, .company-description__logo {
    width: 300px;
    margin-left: 50px;
  }

  .weeasy-col-two-thirds, .company-description__text-container {
    width: 650px;
    margin-left: 50px;
  }

  .weeasy-col-fourth {
    width: 235px;
    margin-left: 20px;
  }
}
.weeasy-icon-set, .weeasy-icon-set--horizontal, .weeasy-icon-set--small {
  text-align: center;
}

.weeasy-icon-set__img {
  width: 90px;
  height: 90px;
}

.weeasy-icon-set__heading, .weeasy-apps-spec__label, .weeasy-entry-container h1 {
  margin: 15px 0 0 0;
  line-height: 1.25em;
  font-size: 16px;
  font-weight: normal;
}

.weeasy-icon-set__text, .weeasy-card__description, .weeasy-apps-spec__content, .weeasy-entry-container p {
  margin: 8px 0 0 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
}

.weeasy-icon-set__notes {
  margin: 8px 0 0 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.3em;
}

.weeasy-icon-set--small .weeasy-icon-set__heading, .weeasy-icon-set--small .weeasy-apps-spec__label, .weeasy-icon-set--small .weeasy-entry-container h1, .weeasy-entry-container .weeasy-icon-set--small h1 {
  font-size: 18px;
  font-weight: bold;
}
.weeasy-icon-set--small .weeasy-icon-set__img {
  width: auto;
  height: 90px;
}
.weeasy-icon-set--small .weeasy-icon-set__text, .weeasy-icon-set--small .weeasy-card__description, .weeasy-icon-set--small .weeasy-apps-spec__content, .weeasy-icon-set--small .weeasy-entry-container p, .weeasy-entry-container .weeasy-icon-set--small p {
  margin-top: 10px;
  text-align: center;
}

.weeasy-icon-set--micro {
  position: relative;
  padding-left: 45px;
}

.weeasy-icon-set--micro__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 30px;
}
.weeasy-icon-set--micro__img i, .weeasy-icon-set--micro__img [class^='icon-'] {
  padding: 4px 0 0 4px;
  font-size: 24px;
}

.weeasy-icon-set--micro__heading {
  margin: 0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: normal;
}

.weeasy-icon-set--micro__text {
  margin: 3px 0 0 0;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .weeasy-icon-set__img {
    width: 100px;
    height: 100px;
  }

  .weeasy-icon-set__heading, .weeasy-apps-spec__label, .weeasy-entry-container h1 {
    margin-top: 20px;
    font-size: 20px;
  }

  .weeasy-icon-set__text, .weeasy-card__description, .weeasy-apps-spec__content, .weeasy-entry-container p {
    margin-top: 10px;
  }

  .weeasy-icon-set--small .weeasy-icon-set__heading, .weeasy-icon-set--small .weeasy-apps-spec__label, .weeasy-icon-set--small .weeasy-entry-container h1, .weeasy-entry-container .weeasy-icon-set--small h1 {
    font-size: 16px;
  }

  .weeasy-icon-set--micro {
    padding-left: 40px;
  }

  /*
   * icon set horizontal
   ============================= */
  .weeasy-icon-set--horizontal {
    position: relative;
    min-height: 100px;
  }
  .weeasy-icon-set--horizontal .weeasy-icon-set__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .weeasy-icon-set--horizontal .weeasy-icon-set__heading, .weeasy-icon-set--horizontal .weeasy-apps-spec__label, .weeasy-icon-set--horizontal .weeasy-entry-container h1, .weeasy-entry-container .weeasy-icon-set--horizontal h1 {
    margin-left: 120px;
    text-align: left;
  }
  .weeasy-icon-set--horizontal .weeasy-icon-set__text, .weeasy-icon-set--horizontal .weeasy-card__description, .weeasy-icon-set--horizontal .weeasy-apps-spec__content, .weeasy-icon-set--horizontal .weeasy-entry-container p, .weeasy-entry-container .weeasy-icon-set--horizontal p {
    margin-left: 120px;
  }
}
@media (min-width: 1040px) {
  .weeasy-icon-set__img {
    width: 150px;
    height: 150px;
  }

  .weeasy-icon-set__heading, .weeasy-apps-spec__label, .weeasy-entry-container h1 {
    margin-top: 30px;
    font-size: 24px;
  }

  .weeasy-icon-set__text, .weeasy-card__description, .weeasy-apps-spec__content, .weeasy-entry-container p {
    margin-top: 15px;
    font-size: 14px;
  }

  .weeasy-icon-set--small .weeasy-icon-set__heading, .weeasy-icon-set--small .weeasy-apps-spec__label, .weeasy-icon-set--small .weeasy-entry-container h1, .weeasy-entry-container .weeasy-icon-set--small h1 {
    font-size: 18px;
  }
  .weeasy-icon-set--small .weeasy-icon-set__img {
    height: 100px;
  }

  .weeasy-icon-set--micro {
    padding-left: 65px;
    width: 410px;
  }
  .weeasy-icon-set--micro i, .weeasy-icon-set--micro [class^='icon-'] {
    padding: 3px 0 0 16px;
    font-size: 28px;
  }

  .weeasy-icon-set--micro__img {
    height: 45px;
  }

  .weeasy-icon-set--micro__heading {
    font-size: 20px;
  }

  .weeasy-icon-set--micro__text {
    margin-top: 5px;
    font-size: 14px;
  }

  /*
   * icon set horizontal
   ============================= */
  .weeasy-icon-set--horizontal {
    position: relative;
    min-height: 150px;
  }
  .weeasy-icon-set--horizontal .weeasy-icon-set__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .weeasy-icon-set--horizontal .weeasy-icon-set__heading, .weeasy-icon-set--horizontal .weeasy-apps-spec__label, .weeasy-icon-set--horizontal .weeasy-entry-container h1, .weeasy-entry-container .weeasy-icon-set--horizontal h1 {
    margin-left: 170px;
    text-align: left;
  }
  .weeasy-icon-set--horizontal .weeasy-icon-set__text, .weeasy-icon-set--horizontal .weeasy-card__description, .weeasy-icon-set--horizontal .weeasy-apps-spec__content, .weeasy-icon-set--horizontal .weeasy-entry-container p, .weeasy-entry-container .weeasy-icon-set--horizontal p {
    margin-left: 170px;
  }
}
.weeasy-voice-set {
  *zoom: 1;
  margin: 0;
}
.weeasy-voice-set:after {
  content: "";
  display: table;
  clear: both;
}

.weeasy-voice-set__heading {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}

.weeasy-voice-set__xs-left {
  float: left;
  width: 60px;
  text-align: center;
}

.weeasy-voice-set__xs-right {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-left: -60px;
}

.weeasy-voice-set__xs-right-inner {
  margin-left: 76px;
}

.weeasy-voice-set__img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.weeasy-voice-set__person {
  font-size: 13px;
}

.weeasy-voice-set__balloon {
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
  font-size: 13px;
  background-color: #f8f8f8;
}

@media (min-width: 768px) {
  .weeasy-voice-set__heading {
    margin-bottom: 20px;
  }

  .weeasy-voice-set__xs-left,
  .weeasy-voice-set__xs-right,
  .weeasy-voice-set__xs-right-inner {
    float: none;
    margin: 0;
    width: 100%;
  }

  .weeasy-voice-set__img {
    width: 150px;
    height: 150px;
  }

  .weeasy-voice-set__person {
    margin-top: 10px;
    text-align: center;
  }

  .weeasy-voice-set__balloon {
    position: relative;
    margin-top: 30px;
    padding: 20px;
  }
  .weeasy-voice-set__balloon:before {
    position: absolute;
    top: -15px;
    left: 50%;
    content: '';
    margin-left: -15px;
    width: 0;
    border-bottom: 15px solid #f8f8f8;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
}
@media (min-width: 1040px) {
  .weeasy-voice-set__heading {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.weeasy-pricing, .weeasy-pricing--free {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px;
  border: 1px solid #579edb;
  background-color: #fff;
}

.weeasy-pricing__heading {
  margin: 0;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-color: #579edb;
}
.weeasy-pricing__heading img {
  padding: 0 8px 3px 0;
  width: auto;
  height: 22px;
  vertical-align: middle;
}

.weeasy-pricing__content {
  margin: 0 15px;
}

.weeasy-pricing__price {
  padding-top: 30px;
  text-align: center;
  color: #579edb;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.weeasy-pricing__price .yen {
  font-size: 0.9em;
}
.weeasy-pricing__price .monthly, .weeasy-pricing__price .yearly {
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 0;
}

.weeasy-pricing__price-option {
  padding: 10px 0 15px;
  text-align: center;
}

.weeasy-pricing__yearly-price {
  color: #579edb;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.weeasy-pricing__yearly-price .monthly, .weeasy-pricing__yearly-price .yearly {
  font-size: 0.8em;
  letter-spacing: 1px;
}

.weeasy-pricing__merit {
  margin: 0 auto;
  padding: 2px;
  color: #fff;
  font-size: 12px;
  background-color: #ffbf80;
}

.weeasy-pricing__table {
  *zoom: 1;
  margin: 0 auto 10px;
  width: 100%;
  font-size: 14px;
}
.weeasy-pricing__table:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-pricing__table td {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5em;
}
.weeasy-pricing__table td.weeasy-pricing__thead {
  color: #aaa;
  font-weight: normal;
}

.weeasy-pricing--free {
  border: 1px solid #aaa;
  box-shadow: none;
}
.weeasy-pricing--free .weeasy-pricing__heading {
  background-color: #aaa;
}
.weeasy-pricing--free .weeasy-pricing__price {
  padding-bottom: 25px;
  color: #aaa;
}

/*
 * Long Text
 ============================== */
.weeasy-pricing__table .weeasy-pricing__long-text {
  clear: both;
  float: none;
  width: 100%;
}
.weeasy-pricing__table .weeasy-pricing__long-text td {
  padding: 0 15px;
  border-right: 0 !important;
  border-bottom: 1px solid #eaeaea;
}
.weeasy-pricing__table .weeasy-pricing__long-text .weeasy-pricing__long-text-heading {
  color: #aaa;
  font-size: 15px;
  font-weight: normal;
}
.weeasy-pricing__table .weeasy-pricing__long-text .weeasy-pricing__long-text-body {
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 767px) {
  .weeasy-pricing__table tr {
    float: left;
    padding: 0;
    width: 49%;
  }
  .weeasy-pricing__table tr:first-child td {
    border-right: 1px solid #eaeaea;
  }
  .weeasy-pricing__table tr:first-child td:last-child {
    border-bottom: 1px solid #eaeaea;
  }
  .weeasy-pricing__table tr:nth-child(2) td:last-child {
    border-bottom: 1px solid #eaeaea;
  }
  .weeasy-pricing__table tr:nth-child(3) td {
    border-right: 1px solid #eaeaea;
  }
  .weeasy-pricing__table tr:last-child td {
    border: 1px solid transparent;
  }
  .weeasy-pricing__table tr td.border-right {
    border-right: 1px solid #eaeaea;
  }
  .weeasy-pricing__table tr td.border-bottom {
    border-bottom: 1px solid #eaeaea;
  }
  .weeasy-pricing__table td {
    display: block;
  }
  .weeasy-pricing__table td:first-child {
    padding-top: 10px;
  }
  .weeasy-pricing__table td:last-child {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .weeasy-pricing__price-option {
    padding-bottom: 10px;
  }

  .weeasy-pricing__table {
    margin: 0 auto;
    width: 200px;
    font-size: 13px;
  }
  .weeasy-pricing__table tr {
    float: none;
    width: 100%;
  }
  .weeasy-pricing__table tr td {
    border-top: 1px solid #eaeaea;
  }
  .weeasy-pricing__table tr:first-child td {
    border: 0;
  }
  .weeasy-pricing__table td {
    padding: 12px 0 12px 20px;
    text-align: left;
  }
  .weeasy-pricing__table td.weeasy-pricing__thead {
    padding-left: 0;
    width: 70px;
    text-align: right;
    line-height: 1.4em;
  }
  .weeasy-pricing__table td.weeasy-pricing__thead span {
    display: block;
    line-heihgt: 1.4em;
  }
}
@media (min-width: 1040px) {
  .weeasy-pricing__table {
    width: 260px;
    font-size: 14px;
  }
  .weeasy-pricing__table td {
    padding: 18px 0 18px 30px;
  }
}
.weeasy-pricing-tab {
  border-radius: 3px;
  *zoom: 1;
  margin: 25px auto 0;
  border: 1px solid #579edb;
}
.weeasy-pricing-tab:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-pricing-tab .tab-monthly, .weeasy-pricing-tab .tab-yearly {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 8px 0 8px 7px;
  width: 50%;
  text-align: center;
  color: #579edb;
  letter-spacing: 0.7em;
  text-decoration: none;
  background-color: #fff;
}
.weeasy-pricing-tab .tab-monthly.active, .weeasy-pricing-tab .tab-yearly.active {
  color: #fff;
  background-color: #579edb;
}
.weeasy-pricing-tab .tab-monthly.active:hover, .weeasy-pricing-tab .tab-yearly.active:hover {
  color: #fff;
  background-color: #579edb;
}
.weeasy-pricing-tab .tab-monthly:hover, .weeasy-pricing-tab .tab-yearly:hover {
  color: #579edb;
  text-decoration: none;
  background-color: #f8f8f8;
}
.weeasy-pricing-tab .tab-monthly {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.weeasy-pricing-tab .tab-yearly {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (min-width: 768px) {
  .weeasy-pricing-tab {
    width: 160px;
  }
}
.weeasy-toggle-icon {
  display: block;
  margin-top: 5px;
  padding: 17px 0;
  width: 18px;
  height: 13px;
  background-color: #fff;
}

.weeasy-icon-bar {
  border-radius: 2px;
  display: block;
  margin-top: 4px;
  width: 18px;
  height: 3px;
  background-color: #77beeb;
}
.weeasy-icon-bar:first-child {
  margin: 0;
}

.weeasy-sticky-nav, .weeasy-sticky-nav--no-sticky {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px;
  position: fixed;
  top: -60px;
  z-index: 10000;
  height: 60px;
  width: 100%;
  background-color: #fff;
}

.weeasy-sticky-nav--no-sticky {
  position: static;
}

.weeasy-sticky-nav__container {
  *zoom: 1;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.weeasy-sticky-nav__container:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-sticky-nav__container ul {
  margin: 0;
}

.weeasy-sticky-nav__logo {
  display: block;
  float: left;
  margin-top: 8px;
  width: 115px;
  height: 45px;
  background: url(../images/logo3.png) center center no-repeat;
  background-size: cover;
  text-indent: -999px;
}

.weeasy-sticky-nav__tagline {
  float: left;
  margin-top: 16px;
  margin-left: 3px;
  line-height: 1.2em;
  color: #001478;
  font-size: 13px;
}

.weeasy-sticky-nav__toggle {
  position: absolute;
  top: 0;
  right: 15px;
  width: 20px;
}

.weeasy-sticky-nav__btn {
  position: absolute;
  top: 16px;
  right: 45px;
  width: 95px;
}

@media (max-width: 767px) {
  .weeasy-sticky-nav__tagline {
    display: none;
  }

  .weeasy-sticky-nav__xs-list {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
  }
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__global-menu,
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__scroll-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px;
    position: relative;
    list-style-type: none;
    background-color: #fff;
    z-index: 10000;
  }
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__global-menu li .weeasy-sticky-nav__menu-link,
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__scroll-menu li .weeasy-sticky-nav__menu-link {
    display: block;
    padding: 15px 20px;
    color: #77beeb;
    font-size: 13px;
    text-decoration: none;
  }
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__global-menu li .weeasy-sticky-nav__menu-link:hover,
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__scroll-menu li .weeasy-sticky-nav__menu-link:hover {
    color: #77beeb;
    text-decoration: none;
    background-color: #eaf7ff;
  }
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__scroll-menu {
    border-top: 1px solid #eaeaea;
  }
  .weeasy-sticky-nav__xs-list .weeasy-sticky-nav__menu-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .weeasy-sticky-nav__item {
    *zoom: 1;
    padding: 0 33px 0 0;
  }
  .weeasy-sticky-nav__item:after {
    content: "";
    display: table;
    clear: both;
  }
  .weeasy-sticky-nav__item.pull-left {
    float: left;
  }
  .weeasy-sticky-nav__item.pull-right {
    float: right;
    margin-right: 100px;
  }

  .weeasy-sticky-nav__scroll-menu {
    position: relative;
    list-style-type: none;
    z-index: 10000;
  }
  .weeasy-sticky-nav__scroll-menu li {
    display: inline-block;
  }
  .weeasy-sticky-nav__scroll-menu li .weeasy-sticky-nav__menu-link {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
    line-height: 60px;
    color: #77beeb;
    font-size: 13px;
    text-decoration: none;
  }
  .weeasy-sticky-nav__scroll-menu li .weeasy-sticky-nav__menu-link:hover {
    color: #77beeb;
    text-decoration: none;
  }
  .weeasy-sticky-nav__scroll-menu li .weeasy-sticky-nav__menu-link:hover:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #a3d3f2;
  }

  .weeasy-sticky-nav__menu-btn {
    margin-left: 5px;
  }

  .weeasy-sticky-nav__global-menu.horizontal {
    position: relative;
    list-style-type: none;
    z-index: 10000;
    margin-right: -33px;
  }
  .weeasy-sticky-nav__global-menu.horizontal li {
    display: inline-block;
  }
  .weeasy-sticky-nav__global-menu.horizontal li .weeasy-sticky-nav__menu-link {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
    line-height: 60px;
    color: #77beeb;
    font-size: 13px;
    text-decoration: none;
  }
  .weeasy-sticky-nav__global-menu.horizontal li .weeasy-sticky-nav__menu-link:hover {
    color: #77beeb;
    text-decoration: none;
  }
  .weeasy-sticky-nav__global-menu.horizontal li .weeasy-sticky-nav__menu-link:hover:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #a3d3f2;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .weeasy-sticky-nav__global-menu.horizontal li .weeasy-sticky-nav__menu-link {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .weeasy-sticky-nav__global-menu.balloon {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px;
    position: relative;
    list-style-type: none;
    background-color: #fff;
    z-index: 10000;
    float: none;
    position: absolute;
    top: 80px;
    right: 6px;
    width: 220px;
    border: 1px solid #eaeaea;
  }
  .weeasy-sticky-nav__global-menu.balloon li .weeasy-sticky-nav__menu-link {
    display: block;
    padding: 15px 20px;
    color: #77beeb;
    font-size: 13px;
    text-decoration: none;
  }
  .weeasy-sticky-nav__global-menu.balloon li .weeasy-sticky-nav__menu-link:hover {
    color: #77beeb;
    text-decoration: none;
    background-color: #eaf7ff;
  }
  .weeasy-sticky-nav__global-menu.balloon li {
    float: none;
  }
  .weeasy-sticky-nav__global-menu.balloon a {
    display: block;
    padding: 10px 0 10px 15px;
    width: auto;
    color: #77beeb;
  }
  .weeasy-sticky-nav__global-menu.balloon a:hover {
    color: #77beeb;
    background-color: #eaf7ff;
    text-decoration: none;
  }
  .weeasy-sticky-nav__global-menu.balloon a:hover:after {
    display: none;
  }
  .weeasy-sticky-nav__global-menu.balloon:before {
    position: absolute;
    top: -13px;
    right: 6px;
    content: '';
    border-bottom: 13px solid #eaeaea;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
  }
  .weeasy-sticky-nav__global-menu.balloon:after {
    position: absolute;
    top: -11px;
    right: 8px;
    content: '';
    border-bottom: 11px solid #fff;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
  }
}

@media (min-width: 768px) {
  .weeasy-sticky-nav__btn.align-md-right {
    right: 15px;
  }
}
@media (min-width: 1040px) {
  .weeasy-sticky-nav__global-menu {
    position: relative;
    list-style-type: none;
    z-index: 10000;
    margin-right: -33px;
  }
  .weeasy-sticky-nav__global-menu li {
    display: inline-block;
  }
  .weeasy-sticky-nav__global-menu li .weeasy-sticky-nav__menu-link {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
    line-height: 60px;
    color: #77beeb;
    font-size: 13px;
    text-decoration: none;
  }
  .weeasy-sticky-nav__global-menu li .weeasy-sticky-nav__menu-link:hover {
    color: #77beeb;
    text-decoration: none;
  }
  .weeasy-sticky-nav__global-menu li .weeasy-sticky-nav__menu-link:hover:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #a3d3f2;
  }
  .weeasy-sticky-nav__global-menu.pull-lg-right {
    position: absolute;
    right: 115px;
  }

  .weeasy-sticky-nav__btn.align-lg-right {
    right: 15px;
  }
}
.weeasy-jumbotron {
  position: relative;
  height: 529px;
}

.weeasy-jumbotron__container {
  overflow: hidden;
  *zoom: 1;
  margin: 0 12px;
}

.weeasy-jumbotron__container.no-bg {
  background: none;
}

.weeasy-jumbotron__header {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  padding-top: 16px;
  width: 100%;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.7);
}

.weeasy-jumbotron__title {
  float: left;
  margin: 0;
  width: 91px;
  height: 30px;
}
.weeasy-jumbotron__title a {
  height: 100%;
  display: block;
  background: url(../images/jumbotron-header-logo--sp.png) center center no-repeat;
  text-indent: -999px;
}

.weeasy-jumbotron__tagline {
  display: none;
  float: left;
  color: #001478 !important;
}

.weeasy-jumbotron__nav {
  overflow: hidden;
  *zoom: 1;
  display: table;
  list-style: none;
  float: right;
  margin: 0;
  font-size: 12px;
}

.weeasy-jumbotron__nav-item {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  text-align: center;
}
.weeasy-jumbotron__nav-item a {
  color: #001478;
}

.weeasy-hide-sp {
  display: none;
}

.weeasy-inline-block-sp {
  display: block;
}

.weeasy-jumbotron__left-arrow,
.weeasy-jumbotron__right-arrow {
  position: absolute;
  z-index: 30;
  display: none;
  width: 21px;
  height: 40px;
  color: #fff;
  font-size: 60px;
  text-decoration: none;
}
.weeasy-jumbotron__left-arrow:hover,
.weeasy-jumbotron__right-arrow:hover {
  color: #d9d9d9;
}

.weeasy-jumbotron__contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.weeasy-jumbotron__item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.weeasy-jumbotron__item.active {
  display: block;
}

.weeasy-jumbotron__item--text-inverse h2, .weeasy-jumbotron__item--text-inverse p, .weeasy-jumbotron__item--text-inverse a {
  color: #fff !important;
}

.weeasy-jumbotron__item-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.weeasy-jumbotron__item-foreground {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: center;
}

.weeasy-jumbotron__item-title, .weeasy-jumbotron--narrow__title, .weeasy-jumbotron--narrow__title--inverse {
  line-height: 30px;
  font-size: 20px;
}

.weeasy-jumbotron__item-description, .weeasy-jumbotron--narrow__description, .weeasy-jumbotron--narrow__description--inverse {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 2em;
}

.weeasy-jumbotron__video-btn {
  display: block;
  margin-top: 25px;
}

.weeasy-jumbotron__bullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
  height: 13px;
  text-align: center;
}

.weeasy-jumbotron__bullet {
  border-radius: 7px;
  display: inline-block;
  margin: 0 10px;
  width: 13px;
  height: 13px;
  background-color: #dcdcdc;
  text-decoration: none;
}
.weeasy-jumbotron__bullet:hover {
  background-color: #b6b6b6;
  text-decoration: none;
}
.weeasy-jumbotron__bullet.active {
  cursor: default;
  background-color: #9f9f9f;
}

@media (min-width: 768px) {
  .weeasy-jumbotron {
    height: 484px;
  }

  .weeasy-jumbotron__container {
    width: 708px;
    margin: 0 auto;
  }

  .weeasy-jumbotron__col {
    float: left;
    width: 50%;
  }

  .weeasy-jumbotron__item--align-right .weeasy-jumbotron__col {
    float: right;
  }

  .weeasy-jumbotron__header {
    padding-bottom: 16px;
  }

  .weeasy-jumbotron__title {
    width: 169px;
    height: 56px;
  }
  .weeasy-jumbotron__title a {
    background: url(../images/jumbotron-header-logo.png) center center no-repeat;
  }

  .weeasy-jumbotron__nav {
    display: block;
    height: 56px;
    font-size: 13px;
  }

  .weeasy-jumbotron__nav-item {
    display: list-item;
    float: left;
    margin-left: 25px;
    line-height: 56px;
  }

  .weeasy-jumbotron__left-arrow,
  .weeasy-jumbotron__right-arrow {
    display: block;
    top: 215px;
  }

  .weeasy-jumbotron__left-arrow {
    left: 30px;
  }

  .weeasy-jumbotron__right-arrow {
    right: 30px;
  }

  .weeasy-jumbotron__contents {
    height: 437px;
  }

  .weeasy-jumbotron__item-foreground {
    top: 100px;
    text-align: left;
  }

  .weeasy-jumbotron__item-title, .weeasy-jumbotron--narrow__title, .weeasy-jumbotron--narrow__title--inverse {
    line-height: 37px;
    font-size: 25px;
  }

  .weeasy-jumbotron__item-description, .weeasy-jumbotron--narrow__description, .weeasy-jumbotron--narrow__description--inverse {
    font-size: 13px;
  }

  .weeasy-jumbotron__video-btn {
    margin-top: 18px;
  }

  .weeasy-jumbotron__bullets {
    padding: 16px 0;
    height: 15px;
  }

  .weeasy-jumbotron__bullet {
    border-radius: 8px;
    margin: 0 12px;
    width: 15px;
    height: 15px;
  }

  .weeasy-inline-block-sp {
    display: inline;
  }

  .weeasy-hide-sp {
    display: inline;
  }
}
@media (min-width: 1040px) {
  .weeasy-jumbotron {
    height: 587px;
  }

  .weeasy-jumbotron__container {
    width: 1000px;
  }

  .weeasy-jumbotron__tagline {
    display: block;
    margin: 0 0 0 10px;
    line-height: 56px;
  }

  .weeasy-jumbotron__left-arrow,
  .weeasy-jumbotron__right-arrow {
    top: 300px;
  }

  .weeasy-jumbotron__contents {
    height: 540px;
  }

  .weeasy-jumbotron__item-foreground {
    top: 140px;
    color: #444;
  }

  .weeasy-jumbotron__item-title, .weeasy-jumbotron--narrow__title, .weeasy-jumbotron--narrow__title--inverse {
    line-height: 45px;
    font-size: 30px;
  }

  .weeasy-jumbotron__item-description, .weeasy-jumbotron--narrow__description, .weeasy-jumbotron--narrow__description--inverse {
    font-size: 14px;
  }

  .weeasy-jumbotron__video-btn {
    margin-top: 25px;
  }
}
.weeasy-jumbotron--narrow {
  position: relative;
  height: 400px;
  background-color: #bbb;
  background-position: center;
  background-size: cover;
}

.weeasy-jumbotron--narrow__container {
  padding: 60px 10px 0;
  text-align: center;
}

.weeasy-jumbotron--narrow__title, .weeasy-jumbotron--narrow__title--inverse {
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 5px, rgba(255, 255, 255, 0.8) 0 -1px 5px;
  margin-top: 0;
  margin-bottom: 20px;
}

.weeasy-jumbotron--narrow__title--inverse {
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 5px, rgba(0, 0, 0, 0.8) 0 -1px 5px;
  color: #fff;
}

.weeasy-jumbotron--narrow__description, .weeasy-jumbotron--narrow__description--inverse {
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 5px, rgba(255, 255, 255, 0.8) 0 -1px 5px;
}

.weeasy-jumbotron--narrow__description--inverse {
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 5px, rgba(0, 0, 0, 0.8) 0 -1px 5px;
  color: #fff;
}

.weeasy-jumbotron--narrow__buttons {
  margin-top: 20px;
  text-align: center;
}
.weeasy-jumbotron--narrow__buttons > li {
  display: block;
}
.weeasy-jumbotron--narrow__buttons > li:first-child {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .weeasy-jumbotron--narrow__container {
    padding-top: 90px;
  }

  .weeasy-jumbotron--narrow__buttons {
    margin-top: 40px;
  }
  .weeasy-jumbotron--narrow__buttons > li {
    display: inline-block;
  }
  .weeasy-jumbotron--narrow__buttons > li:first-child {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.weeasy-cta {
  text-align: center;
}

.weeasy-cta__phone {
  margin-top: 30px;
}

.weeasy-cta__heading {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
}

.weeasy-cta__leadtext {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: normal;
}

.weeasy-cta__img {
  width: auto;
  height: 25px;
}

.weeasy-cta__notes, .weeasy-cta--small__notes {
  margin-top: 8px;
  line-height: 1.3em;
  color: #777;
  font-size: 11px;
}

.weeasy-cta--small {
  margin-top: 20px;
  text-align: center;
}

.weeasy-cta--small__heading {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.weeasy-cta--small__img {
  width: auto;
  height: 22px;
}

.weeasy-cta--small__notes {
  margin-top: 5px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .weeasy-cta {
    *zoom: 1;
    margin: 0 auto;
    width: 560px;
    text-align: center;
  }
  .weeasy-cta:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-cta__btn {
    float: left;
    margin-right: 50px;
  }

  .weeasy-cta__phone {
    float: left;
    margin-top: 0;
    text-align: left;
  }

  .weeasy-cta__heading {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
  }

  .weeasy-cta__img {
    margin: 0;
    width: auto;
    height: 25px;
  }

  .weeasy-cta--small__notes {
    text-align: left;
  }
}
@media (min-width: 1040px) {
  .weeasy-cta {
    *zoom: 1;
    margin: 0 auto;
    width: 830px;
    text-align: center;
  }
  .weeasy-cta:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-cta__phone {
    width: 510px;
  }

  .weeasy-cta__heading {
    margin-bottom: 3px;
  }

  .weeasy-cta__phone-number {
    *zoom: 1;
  }
  .weeasy-cta__phone-number:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-cta__img {
    float: left;
    margin-right: 15px;
  }

  .weeasy-cta__notes, .weeasy-cta--small__notes {
    float: left;
    margin: 0;
  }

  .weeasy-cta--small {
    *zoom: 1;
    margin-top: 15px;
  }
  .weeasy-cta--small:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-cta--small__heading {
    float: left;
    font-size: 12px;
    letter-spacing: -1px;
  }

  .weeasy-cta--small__phone-number {
    float: left;
    margin-left: 10px;
    width: 201px;
  }

  .weeasy-cta--small__img {
    height: 20px;
  }

  .weeasy-cta--small__notes {
    float: none;
    margin-top: 6px;
    line-height: 1.5em;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .modal.fade.in {
    top: 25% !important;
  }
}
@media (min-width: 768px) {
  .modal-body > iframe {
    min-height: 315px;
  }
}
.modal-body > iframe {
  width: 100%;
}

.weeasy-thumb-set {
  position: relative;
  margin: 0 0 40px 0;
}

.weeasy-thumb-set__thumb {
  margin: 0 auto 18px;
  width: 170px;
}
.weeasy-thumb-set__thumb img {
  width: 168px;
  height: 168px;
  vertical-align: top;
}

.weeasy-thumb-set__content-header {
  margin: 0 0 15px 0;
  text-align: center;
}

.weeasy-thumb-set__heading {
  margin: 0 0 5px 0;
  font-size: 19px;
  font-weight: bold;
}

.weeasy-thumb-set__header-description {
  margin: 0;
}

.weeasy-thumb-set__description {
  margin: 0 0 20px 0;
}

.weeasy-thumb-set__list-container {
  padding: 20px 25px;
  background-color: #fff;
}

.weeasy-section:nth-child(odd) .weeasy-thumb-set__list-container, .weeasy-section--primary:nth-child(odd) .weeasy-thumb-set__list-container, .weeasy-apps-header:nth-child(odd) .weeasy-thumb-set__list-container, .weeasy-apps-header--detail:nth-child(odd) .weeasy-thumb-set__list-container, .weeasy-section--nurturing:nth-child(odd) .weeasy-thumb-set__list-container {
  border: 1px solid #77beeb;
}

.weeasy-thumb-set__list {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #eaeaea;
}
.weeasy-thumb-set__list:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.weeasy-thumb-set__list-heading {
  margin: 0 0 8px 0;
  color: #579edb;
  font-weight: bold;
}

.weeasy-thumb-set__list-data {
  margin: 0;
}

@media (min-width: 768px) {
  .weeasy-thumb-set {
    min-height: 180px;
  }

  .weeasy-thumb-set__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    border: 1px solid #eaeaea;
  }
  .weeasy-thumb-set__thumb img {
    width: 178px;
    height: 178px;
  }

  .weeasy-thumb-set__content {
    margin-left: 200px;
  }

  .weeasy-thumb-set__content-header {
    text-align: left;
  }
}
@media (min-width: 1040px) {
  .weeasy-thumb-set {
    min-height: 220px;
  }

  .weeasy-thumb-set__thumb {
    width: 218px;
  }
  .weeasy-thumb-set__thumb img {
    width: 218px;
    height: 218px;
  }

  .weeasy-thumb-set__content {
    margin-left: 250px;
  }
}
.weeasy-breadcrumbs, .weeasy-breadcrumbs--blue {
  background-color: #eaeaea;
}

.weeasy-breadcrumbs--blue {
  background-color: #579edb;
}
.weeasy-breadcrumbs--blue .weeasy-breadcrumbs__item {
  color: #fff;
}
.weeasy-breadcrumbs--blue .weeasy-breadcrumbs__item a {
  color: #fff;
}

.weeasy-breadcrumbs__list {
  display: block;
  margin: 0;
  padding: 7px;
  width: 100%;
  list-style: none;
  font-size: 12px;
  white-space: nowrap;
  overflow-x: auto;
}

.weeasy-breadcrumbs__item {
  display: inline-block;
  margin-right: 10px;
}
.weeasy-breadcrumbs__item a {
  color: #666;
  text-decoration: none;
}
.weeasy-breadcrumbs__item a:hover {
  text-decoration: underline;
}

.weeasy-label, .weeasy-label--info {
  display: inline-block;
  padding: 5px 19px;
  font-size: 12px;
}
.weeasy-label.wide, .wide.weeasy-label--info {
  padding: 10px 20px;
  font-size: 18px;
}

.weeasy-label--info {
  color: #fff;
  background-color: #579edb;
}

@media (min-width: 768px) {
  .weeasy-label, .weeasy-label--info {
    font-size: 14px;
  }
  .weeasy-label.wide, .wide.weeasy-label--info {
    padding: 13px 25px;
    font-size: 22px;
  }
}
.weeasy-entry-container {
  color: #666;
}
.weeasy-entry-container h1 {
  font-weight: bold;
}
.weeasy-entry-container p {
  margin-bottom: 20px;
}
.weeasy-entry-container a {
  color: #579edb;
  text-decoration: none;
}
.weeasy-entry-container a:hover {
  color: #579edb;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .weeasy-entry-container p {
    margin-bottom: 30px;
  }
}
.weeasy-card {
  border-radius: 5px;
  margin: 0 auto;
  width: 280px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.weeasy-card p {
  margin: 0;
}

.weeasy-card__top {
  position: relative;
}
.weeasy-card__top > a {
  display: block;
  padding: 15px 40px 12px 20px;
  color: #666;
  text-decoration: none;
}
.weeasy-card__top > a:hover {
  color: #666;
  text-decoration: underline;
}
.weeasy-card__top > a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 20px;
  color: #666;
}

.weeasy-card__product-name {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: bold;
}

.weeasy-card__company {
  height: 2.4em;
  line-height: 1.2em;
  font-size: 12px;
}

.weeasy-card__logo {
  display: table;
  margin: 0 auto;
}
.weeasy-card__logo > a {
  border-radius: 5px;
  display: table-cell;
  width: 260px;
  height: 153px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.weeasy-card__logo > a > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.weeasy-card__logo > a > img:hover {
  opacity: 0.9;
}

.weeasy-card__bottom {
  padding: 10px 20px 15px 20px;
}
.weeasy-card__bottom > a {
  margin-top: 10px;
}

.weeasy-card__description {
  margin-top: 0;
}

@media (min-width: 768px) {
  .weeasy-card {
    width: 100%;
  }

  .weeasy-card__logo {
    width: 206px;
    height: 124px;
  }
}
@media (min-width: 1040px) {
  .weeasy-card__logo {
    width: 280px;
    height: 164px;
  }
}
.weeasy-material-grid-card, .weeasy-material-grid-card--em, .weeasy-material-list-card, .weeasy-nurturing-img-and-sticky__sticky {
  display: block;
  position: relative;
  box-shadow: 1px 2px 8px #BBB;
}

.weeasy-material-grid-card, .weeasy-material-grid-card--em {
  position: relative;
}
.weeasy-material-grid-card__fixed-top {
  margin: 10px auto 0;
}
.weeasy-material-grid-card__top-icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #FFF;
  line-height: 48px;
}
.weeasy-material-grid-card__fixed-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.weeasy-material-grid-card__fixed-bottom > a {
  color: #77beeb;
  font-size: 14px;
  white-space: nowrap;
}

.weeasy-material-grid-card:hover, .weeasy-material-grid-card--em:hover,
.weeasy-material-grid-card.active,
.active.weeasy-material-grid-card--em,
.weeasy-material-grid-card:active,
.weeasy-material-grid-card--em:active {
  position: relative;
  color: #FFF;
}
.weeasy-material-grid-card:hover .weeasy-material-grid-card__fixed-bottom > a, .weeasy-material-grid-card--em:hover .weeasy-material-grid-card__fixed-bottom > a,
.weeasy-material-grid-card.active .weeasy-material-grid-card__fixed-bottom > a,
.active.weeasy-material-grid-card--em .weeasy-material-grid-card__fixed-bottom > a,
.weeasy-material-grid-card:active .weeasy-material-grid-card__fixed-bottom > a,
.weeasy-material-grid-card--em:active .weeasy-material-grid-card__fixed-bottom > a {
  color: #FFF;
}

.weeasy-material-grid-card--em {
  text-align: center;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .weeasy-material-grid-card--em > small {
    font-size: 11px;
  }
}
@media (min-width: 1040px) {
  .weeasy-material-grid-card--em > small {
    font-size: 16px;
  }
}
.weeasy-material-list-card {
  padding: 20px 45px 20px 65px;
  position: relative;
}
.weeasy-material-list-card:nth-child(n+2) {
  margin-top: 10px;
}
.weeasy-material-list-card__prefix {
  position: absolute;
  font-size: 20px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}
.weeasy-material-list-card__suffix {
  position: absolute;
  font-size: 22px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #579edb;
}

.weeasy-notice-container {
  margin: 0 auto 20px;
  padding: 15px;
  background-color: #eaeaea;
}

.weeasy-notice__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.weeasy-notice__list {
  margin-bottom: 0;
  padding-left: 1.5em;
  font-size: 13px;
  list-style-type: disc;
}
.weeasy-notice__list > li {
  margin-top: 7px;
}
.weeasy-notice__list > li:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .weeasy-notice-container {
    margin-left: 120px;
    margin-right: 124px;
  }
}
@media (min-width: 1040px) {
  .weeasy-notice-container {
    margin-left: 155px;
    margin-right: 172px;
  }
}
.weeasy-text-red {
  color: #ff9988;
}

.weeasy-pagination {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 0;
}
.weeasy-pagination li {
  display: inline-block;
  font-size: 14px;
}
.weeasy-pagination li > a {
  display: inline-block;
  padding: 12px 18px;
  color: #579edb;
  text-decoration: none;
}
.weeasy-pagination li > a:hover {
  background-color: #eaf7ff;
}
.weeasy-pagination li.prev > a {
  position: relative;
  padding-left: 34px;
}
.weeasy-pagination li.prev > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -7px;
  content: '';
  width: 7px;
  height: 13px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/bluereturn/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.weeasy-pagination li.next > a {
  position: relative;
  padding-right: 34px;
}
.weeasy-pagination li.next > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  content: '';
  width: 7px;
  height: 13px;
  background-image: url(../images/bluereturn/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.weeasy-pagination li.active > a {
  color: #fff;
  background-color: #579edb;
}
.weeasy-pagination li.active > a:hover {
  background-color: #579edb;
}

@media (min-width: 768px) {
  .weeasy-pagination {
    margin: 30px auto 60px;
  }
}
@media (min-width: 1040px) {
  .weeasy-pagination {
    margin-bottom: 80px;
  }
}
.flexible-global-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 60px;
  background-color: #fff;
}
.flexible-global-header a {
  color: #031679;
}
.flexible-global-header a:hover {
  text-decoration: none;
}

.flexible-global-header__container {
  *zoom: 1;
  padding: 0;
}
.flexible-global-header__container:after {
  content: "";
  display: table;
  clear: both;
}

.flexible-global-header__logo {
  display: block;
  overflow: hidden;
  float: left;
  width: 120px;
  height: 60px;
  background-image: url(../images/jumbotron-header-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px 40px;
  text-indent: -99999px;
}

.flexible-global-header__nav {
  *zoom: 1;
  margin: 0;
}
.flexible-global-header__nav:after {
  content: "";
  display: table;
  clear: both;
}

a.flexible-global-header__nav-item:hover, a.flexible-global-header__nav-item.active {
  background-color: #f2f3f8;
}

span.flexible-global-header__nav-item {
  color: #777777;
}

.flexible-global-header__nav-item-indent {
  padding: 0 0 0 20px;
}

.flexible-global-header__dropdown-nav {
  position: static;
  display: none;
  margin: 0;
  background-color: #fff;
}
.flexible-global-header__dropdown-nav.active {
  display: block;
}
.flexible-global-header__dropdown-nav li {
  display: block;
  float: none;
  height: 60px;
  line-height: 1em;
}
.flexible-global-header__dropdown-nav li:last-child {
  border-bottom: 0;
}

.flexible-global-header__left-side,
.flexible-global-header__right-side {
  display: none;
  background-color: #fff;
}
.flexible-global-header__left-side.active,
.flexible-global-header__right-side.active {
  display: block;
}

.flexible-global-header__left-side {
  float: left;
}

.flexible-global-header__right-side {
  float: right;
}

.flexible-global-header__cta-button {
  position: relative;
  float: right;
  height: 60px;
}
.flexible-global-header__cta-button a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.flexible-global-header__toggle-button {
  position: relative;
  float: right;
  height: 60px;
  font-size: 17px;
}
.flexible-global-header__toggle-button a {
  display: block;
  padding: 0 15px 0 12px;
  height: 100%;
}
.flexible-global-header__toggle-button i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.weeasy-btn--inquiry-in-header,
.flexible-global-header__nav-item {
  display: block;
  padding: 0 0 0 20px;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

a.flexible-global-header__nav-item,
.flexible-global-header__toggle-dropdown-nav {
  padding: 0 0 0 20px;
}

a.flexible-global-header__nav-item,
a.flexible-global-header__dropdown-nav-item,
.flexible-global-header__toggle-dropdown-nav {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}
a.flexible-global-header__nav-item:after,
a.flexible-global-header__dropdown-nav-item:after,
.flexible-global-header__toggle-dropdown-nav:after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  right: 36px;
}

.flexible-global-header__toggle-dropdown-nav {
  cursor: pointer;
  min-height: 60px;
}
.flexible-global-header__toggle-dropdown-nav:after {
  content: "\f067";
}
.flexible-global-header__toggle-dropdown-nav.active:after {
  content: "\f068";
}
.flexible-global-header__toggle-dropdown-nav:hover {
  background-color: #f2f3f8;
}

a.flexible-global-header__dropdown-nav-item,
span.flexible-global-header__dropdown-nav-item {
  padding: 0 40px;
}
a.flexible-global-header__dropdown-nav-item:after,
span.flexible-global-header__dropdown-nav-item:after {
  right: 96px;
}
a.flexible-global-header__dropdown-nav-item:hover,
span.flexible-global-header__dropdown-nav-item:hover {
  background-color: #f2f3f8;
}

.weeasy-btn--inquiry-in-header .fa-envelope-o {
  margin: 0 5px 0 0;
}

@media (max-width: 767px) {
  .flexible-global-header__logo {
    margin: 0 0 0 15px;
  }

  .flexible-global-header__left-side,
  .flexible-global-header__right-side {
    width: 100%;
  }

  .flexible-global-header__left-side {
    border-top: 1px solid #dddddd;
  }
  .flexible-global-header__left-side .flexible-global-header__nav li {
    min-height: 60px;
  }

  .flexible-global-header__right-side {
    border-top: 1px solid #bbbbbb;
  }

  .flexible-global-header__nav {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px;
  }

  .weeasy-btn--inquiry-in-header:hover {
    background-color: #f2f3f8;
  }
}
@media (min-width: 768px) {
  .flexible-global-header {
    min-height: 88px;
  }

  .flexible-global-header__container {
    padding: 0 15px;
  }

  .flexible-global-header__logo {
    min-height: 88px;
  }

  .flexible-global-header__left-side,
  .flexible-global-header__right-side {
    width: auto;
  }

  .flexible-global-header__right-side .flexible-global-header__nav {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    border-top: 1px solid #bbbbbb;
    background-color: #fff;
  }

  .flexible-global-header__left-side {
    display: block;
  }
  .flexible-global-header__left-side .flexible-global-header__nav {
    box-shadow: 0;
  }
  .flexible-global-header__left-side .flexible-global-header__nav li {
    position: relative;
    float: left;
    height: 88px;
  }
  .flexible-global-header__left-side .flexible-global-header__nav .flexible-global-header__dropdown-nav li {
    float: none;
    height: auto;
  }
  .flexible-global-header__left-side .flexible-global-header__nav .flexible-global-header__nav-item {
    width: auto;
    padding: 0 10px;
    line-height: 88px;
  }
  .flexible-global-header__left-side .flexible-global-header__nav-item:after {
    display: none;
  }

  .flexible-global-header__nav-item {
    display: block;
    width: 100%;
    height: 100%;
  }

  .flexible-global-header__cta-button {
    padding: 0 0 0 10px;
    height: 88px;
  }

  .flexible-global-header__toggle-button {
    margin: 0 0 0 10px;
    height: 88px;
  }
  .flexible-global-header__toggle-button:hover {
    background-color: #f2f3f8;
  }

  .flexible-global-header
  span.flexible-global-header__nav-item.flexible-global-header__toggle-dropdown-nav {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 20px 0 10px;
    line-height: 88px;
  }
  .flexible-global-header
  span.flexible-global-header__nav-item.flexible-global-header__toggle-dropdown-nav:before {
    content: "\f0d7";
    position: absolute;
    top: 0;
    right: 5px;
  }
  .flexible-global-header
  span.flexible-global-header__nav-item.flexible-global-header__toggle-dropdown-nav.active:before {
    content: "\f0d8";
  }

  .flexible-global-header__dropdown-nav {
    border-radius: 3px;
    position: absolute;
    top: 73px;
    left: 10px;
    z-index: 10001;
    width: 230px;
    border: 1px solid #ccc;
  }
  .flexible-global-header__dropdown-nav:before {
    position: absolute;
    top: -11px;
    left: 32px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 11px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .flexible-global-header__dropdown-nav:after {
    position: absolute;
    top: -10px;
    left: 33px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .flexible-global-header__dropdown-nav li {
    float: none;
    min-height: 1px !important;
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  .flexible-global-header__dropdown-nav li:last-child {
    border-bottom: 0;
  }

  .flexible-global-header__dropdown-nav a.flexible-global-header__dropdown-nav-item,
  .flexible-global-header__dropdown-nav span.flexible-global-header__dropdown-nav-item {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 10px 30px 10px 17px;
    width: auto;
    line-height: 1.3em;
  }
  .flexible-global-header__dropdown-nav a.flexible-global-header__dropdown-nav-item:hover,
  .flexible-global-header__dropdown-nav span.flexible-global-header__dropdown-nav-item:hover {
    background-color: #f2f3f8;
  }
  .flexible-global-header__dropdown-nav a.flexible-global-header__dropdown-nav-item:after,
  .flexible-global-header__dropdown-nav span.flexible-global-header__dropdown-nav-item:after {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f054";
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 11px;
  }

  .weeasy-btn--inquiry-in-header {
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    margin: 31px 0 0 10px;
    height: auto;
    width: auto;
    line-height: 24px;
    border: 1px solid #031679;
  }
  .weeasy-btn--inquiry-in-header:hover {
    background-color: #f2f3f8;
  }
  .weeasy-btn--inquiry-in-header.no-border {
    border: 1px solid transparent;
  }
}
@media (min-width: 1040px) {
  .flexible-global-header__logo {
    margin: 0 5px 0 0;
  }

  .flexible-global-header__nav {
    display: block;
  }
  .flexible-global-header__nav li {
    position: relative;
    float: left;
  }

  .flexible-global-header__nav-item:after {
    display: none;
  }

  .flexible-global-header__left-side,
  .flexible-global-header__right-side {
    display: block;
  }

  .flexible-global-header__right-side .flexible-global-header__nav {
    box-shadow: none;
    border-top: 0;
    position: static;
  }
  .flexible-global-header__right-side .flexible-global-header__nav a.flexible-global-header__nav-item,
  .flexible-global-header__right-side .flexible-global-header__nav span.flexible-global-header__nav-item {
    padding: 0 10px;
    width: auto;
    line-height: 88px;
  }

  .flexible-global-header__toggle-button {
    display: none;
  }
}
[class^='weeasy-list'] {
  margin: 1em 0 0 1.5em;
}
[class^='weeasy-list'] > li {
  margin-top: 0.5em;
}
[class^='weeasy-list'] > li:first-child {
  margin-top: 0;
}
[class^='weeasy-list'] [class^='weeasy-list'] {
  margin-top: 0.5em;
}

.weeasy-list--disc {
  list-style-type: disc;
}

.weeasy-list--decimal {
  list-style-type: decimal;
}

.weeasy-list--lower-latin {
  list-style-type: lower-latin;
}

[class^='weeasy-table'] {
  margin: 1em 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 13px;
  border: 1px solid #666;
  border-spacing: 0;
  background-color: #fff;
}
[class^='weeasy-table'] td {
  padding: 6px;
}
[class^='weeasy-table'] th {
  padding: 10px;
  font-weight: normal;
}
[class^='weeasy-table'] td.wide, [class^='weeasy-table'] th.wide {
  width: 35%;
}
[class^='weeasy-table'] td.narrow, [class^='weeasy-table'] th.narrow {
  width: 20%;
}

.weeasy-table--vertical th, .weeasy-table--horizontal th {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eaeaea;
}
.weeasy-table--vertical th:first-child, .weeasy-table--horizontal th:first-child {
  border-left: none;
}
.weeasy-table--vertical td, .weeasy-table--horizontal td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.weeasy-table--vertical td:first-child, .weeasy-table--horizontal td:first-child {
  border-left: none;
}
.weeasy-table--vertical tr:first-child > td, .weeasy-table--horizontal tr:first-child > td {
  border-top: none;
}

.weeasy-table--horizontal th {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.weeasy-table--horizontal tr:first-child > th {
  border-top: none;
}

.weeasy-bottom-drawer {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;
  border-radius: 8px 8px 0 0;
  transition-property: bottom;
  transition-duration: 0.5s;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: -800px;
  z-index: 5000;
  width: 240px;
  background-color: #fff;
}
.weeasy-bottom-drawer .fa-angle-down {
  visibility: hidden;
}
.weeasy-bottom-drawer .fa-angle-up {
  visibility: visible;
}
.weeasy-bottom-drawer.opened {
  bottom: 0;
}
.weeasy-bottom-drawer.opened .fa-angle-down {
  visibility: visible;
}
.weeasy-bottom-drawer.opened .fa-angle-up {
  visibility: hidden;
}

.weeasy-bottom-drawer__handle {
  position: relative;
  display: block;
  padding: 12px 10px 10px;
  height: 43px;
  box-sizing: border-box;
  background-color: #4c6cb0;
  color: #fff;
  text-align: center;
}
.weeasy-bottom-drawer__handle .fa-angle-down,
.weeasy-bottom-drawer__handle .fa-angle-up {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 21px;
}
.weeasy-bottom-drawer__handle:hover {
  background-color: #5d7ab9;
  color: #fff;
  text-decoration: none;
}

.weeasy-bottom-drawer__content {
  background-image: url(../images/nurturing/swallow-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.weeasy-bottom-drawer__heading {
  margin: 0;
  padding: 20px 20px 15px;
  line-height: 1.5em;
  color: #666;
  font-size: 15px;
  text-align: center;
}

.weeasy-bottom-drawer__body {
  margin: 0 20px 20px;
  color: #666;
  font-size: 12px;
  line-height: 1.5em;
}
.weeasy-bottom-drawer__body img {
  margin: 20px 0;
  max-width: 100%;
}
.weeasy-bottom-drawer__body img:last-child {
  margin-bottom: 0;
}

.weeasy-bottom-drawer__cta {
  padding: 0 20px 15px;
}

.weeasy-bottom-drawer__button {
  border-radius: 6px;
  display: block;
  padding: 8px;
  border: 2px solid #4c6cb0;
  background-color: #fff;
  color: #4c6cb0;
  text-align: center;
}
.weeasy-bottom-drawer__button:hover {
  background-color: #ebeff6;
  color: #4c6cb0;
  text-decoration: none;
}

.weeasy-apps-header, .weeasy-apps-header--detail {
  padding: 0;
  background-color: #e6f5ff !important;
  background-image: url(../images/apps/header-bg-left-sp.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.weeasy-apps-header--detail {
  background-image: none;
}
.weeasy-apps-header--detail .weeasy-apps-header__inner {
  padding: 20px 0 25px 0;
  background-image: url(../images/apps/detail-header-bg-pc.gif);
}
.weeasy-apps-header--detail .weeasy-apps-header__cta-container {
  text-align: center;
}
.weeasy-apps-header--detail .weeasy-apps-header__description-container {
  position: relative;
  margin: 0 0 12px 0;
  min-height: 31px;
}
.weeasy-apps-header--detail .weeasy-apps-header__label {
  margin: 0;
  text-align: center;
}

.weeasy-apps-header__thumb {
  margin: 0 0 10px 0;
  text-align: center;
}

.weeasy-apps-header__inner {
  padding: 24px 0;
  background-image: url(../images/apps/header-bg-right-sp.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .weeasy-apps-header, .weeasy-apps-header--detail {
    background-image: url(../images/apps/header-bg-left-tb.gif);
  }

  .weeasy-apps-header__inner {
    padding: 43px 0;
    background-image: url(../images/apps/header-bg-right-tb.gif);
  }

  .weeasy-apps-header--detail {
    background-image: none;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__inner {
    padding: 30px 0;
    min-height: 150px;
    background-image: url(../images/apps/detail-header-bg-pc.gif);
  }
  .weeasy-apps-header--detail .weeasy-section-container, .weeasy-apps-header--detail .weeasy-section-container--xs-wide, .weeasy-apps-header--detail .weeasy-section-container--narrow, .weeasy-apps-header--detail .weeasy-entry-container {
    min-height: 150px;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__content {
    *zoom: 1;
    margin-left: 170px;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__content:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__text-container {
    float: left;
    width: 60%;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__cta-container {
    position: relative;
    float: right;
    width: 40%;
    min-height: 150px;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__cta-container .weeasy-btn--primary, .weeasy-apps-header--detail .weeasy-apps-header__cta-container .weeasy-btn--apps-index-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__label {
    position: relative;
    text-align: left;
    margin: 0 0 20px;
  }
  .weeasy-apps-header--detail .weeasy-section__heading, .weeasy-apps-header--detail .weeasy-section__heading--labeled,
  .weeasy-apps-header--detail .weeasy-section__description {
    text-align: left;
  }
  .weeasy-apps-header--detail .weeasy-section__description {
    margin-left: 0;
  }

  .weeasy-apps-header__thumb {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media (min-width: 1040px) {
  .weeasy-apps-header, .weeasy-apps-header--detail {
    background-image: url(../images/apps/header-bg-left-pc.gif);
  }

  .weeasy-apps-header__inner {
    background-image: url(../images/apps/header-bg-right-pc.gif);
  }

  .weeasy-apps-header--detail {
    background-image: none;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__content {
    margin-left: 180px;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__text-container {
    width: 72%;
  }
  .weeasy-apps-header--detail .weeasy-apps-header__cta-container {
    width: 28%;
  }
}
.weeasy-apps-spec {
  margin: 0 0 20px;
}
.weeasy-apps-spec dd {
  margin-left: 0;
}

.weeasy-apps-spec__label, .weeasy-entry-container h1 {
  margin-top: 0;
}

@media (min-width: 1040px) {
  .weeasy-apps-spec__content, .weeasy-entry-container p {
    margin-top: 10px;
  }
}
.weeasy-apps-page-nav {
  margin: 0;
  background-color: #579edb;
}

.weeasy-apps-page-nav__list {
  *zoom: 1;
  margin: 0;
  text-align: center;
  font-size: 0;
}
.weeasy-apps-page-nav__list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.weeasy-apps-page-nav__list > li {
  display: inline-block;
}

.weeasy-apps-page-nav__item > a {
  display: block;
  padding: 8px 10px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.weeasy-apps-page-nav__item > a:hover {
  background-color: #79b1e2;
}

@media (min-width: 768px) {
  .weeasy-apps-page-nav__item > a {
    padding: 12px 15px;
    font-size: 14px;
  }
}
.weeasy-apps-category-title {
  *zoom: 1;
}
.weeasy-apps-category-title:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.weeasy-apps-category-title:nth-child(n+2) {
  margin-top: 40px;
}

.weeasy-apps-category-title__description {
  margin-top: 10px;
  font-size: 13px;
}
.weeasy-apps-category-title__description > p {
  margin: 0;
}

.weeasy-apps-category-content > .weeasy-row {
  margin-top: 30px;
}

.weeasy-apps-category-content__back-to-top {
  margin-top: 20px;
  text-align: right;
}
.weeasy-apps-category-content__back-to-top a {
  color: #579edb;
  text-decoration: none;
}
.weeasy-apps-category-content__back-to-top a:after {
  position: relative;
  top: -2px;
  font-family: 'FontAwesome';
  content: '\f077';
  padding-left: 5px;
}
.weeasy-apps-category-content__back-to-top a:hover {
  color: #2978bd;
}

@media (min-width: 768px) {
  .weeasy-apps-category-title:nth-child(n+2) {
    margin-top: 60px;
  }

  .weeasy-apps-category-title__label {
    float: left;
  }

  .weeasy-apps-category-title__description {
    float: left;
    margin-left: 20px;
    font-size: 14px;
  }
  .weeasy-apps-category-title__description > p {
    margin: 0;
  }

  .weeasy-apps-category-content > .weeasy-row {
    margin-top: 40px;
  }
}
.company-description__logo {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.company-description__logo > img {
  width: 213px;
  height: auto;
}

.company-description__text {
  line-height: 1.6em;
  color: #666;
  font-size: 14px;
}

@media (min-width: 768px) {
  .company-description__text {
    line-height: 1.8em;
    font-size: 16px;
  }
}
@media (min-width: 1040px) {
  .company-description__logo {
    border-right: 1px solid #ccc;
  }
}
.weeasy-apps-share-buttons {
  *zoom: 1;
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}
.weeasy-apps-share-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-apps-share-buttons > li {
  margin-left: 8px;
}
.weeasy-apps-share-buttons > li:first-child {
  margin-left: 0;
}

.weeasy-apps-share-button {
  display: inline-block;
  vertical-align: top;
}

.weeasy-apps-share-button--twitter {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
}
.weeasy-apps-share-button--twitter > a {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  background-color: #6fc6eb;
}
.weeasy-apps-share-button--twitter > a:hover {
  color: #fff;
  background-color: #42b4e5;
}

.weeasy-apps-share-button--facebook {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
}
.weeasy-apps-share-button--facebook > a {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  background-color: #547abd;
}
.weeasy-apps-share-button--facebook > a:hover {
  color: #fff;
  background-color: #3e61a0;
}

.weeasy-apps-share-button--googleplus {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
}
.weeasy-apps-share-button--googleplus > a {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  background-color: #e55e4d;
}
.weeasy-apps-share-button--googleplus > a:hover {
  color: #fff;
  background-color: #df3621;
}

.weeasy-apps-share-button--mail {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
}
.weeasy-apps-share-button--mail > a {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #75a0bd;
}
.weeasy-apps-share-button--mail > a:hover {
  color: #fff;
  background-color: #5388ad;
}

.weeasy-apps-share-button--hatena-bookmark, .weeasy-apps-share-button--pocket {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  text-indent: -9999px;
}
.weeasy-apps-share-button--hatena-bookmark > a, .weeasy-apps-share-button--pocket > a {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  background-color: #46aee8;
}
.weeasy-apps-share-button--hatena-bookmark > a:hover, .weeasy-apps-share-button--pocket > a:hover {
  color: #fff;
  background-color: #1c99df;
}
.weeasy-apps-share-button--hatena-bookmark > a:after, .weeasy-apps-share-button--pocket > a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -11px;
  width: 23px;
  height: 19px;
  content: '';
  background-image: url("../images/sns-icon/hatena-bookmark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.weeasy-apps-share-button--pocket {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
}
.weeasy-apps-share-button--pocket > a {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  background-color: #f67082;
}
.weeasy-apps-share-button--pocket > a:hover {
  color: #fff;
  background-color: #f34058;
}
.weeasy-apps-share-button--pocket > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -12px;
  width: 25px;
  height: 23px;
  background-image: url("../images/sns-icon/pocket.png");
}

@media (min-width: 768px) and (max-width: 1039px) {
  .weeasy-apps-share-buttons > li:nth-child(n+3) {
    margin-top: 6px;
  }

  .weeasy-apps-share-buttons > li:nth-child(3) {
    margin-left: 0;
  }

  .weeasy-section-header .weeasy-apps-share-buttons > li:nth-child(n+3) {
    margin-top: 0;
  }
  .weeasy-section-header .weeasy-apps-share-buttons > li:nth-child(3) {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .weeasy-apps-share-buttons {
    margin-top: 10px;
    text-align: left;
  }
}
.weeasy-apps-partner-category-link {
  margin: 30px auto 0;
  text-align: center;
}
.weeasy-apps-partner-category-link > li {
  display: inline-block;
  margin-left: 10px;
}
.weeasy-apps-partner-category-link > li:first-child {
  margin-left: 0;
}

.weeasy-apps-partner-category-link__item > a {
  display: inline-block;
  position: relative;
  width: 80px;
  line-height: 1.3em;
  color: #579edb;
  font-size: 12px;
  text-decoration: none;
}
.weeasy-apps-partner-category-link__item > a:hover {
  text-decoration: underline;
}
.weeasy-apps-partner-category-link__item > a:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #579edb;
}
.weeasy-apps-partner-category-link__item > a > .sm-block {
  display: block;
}

@media (min-width: 768px) {
  .weeasy-apps-partner-category-link {
    margin-top: 50px;
  }
  .weeasy-apps-partner-category-link > li {
    margin-left: 40px;
    width: auto;
  }

  .weeasy-apps-partner-category-link__item > a {
    display: inline;
    font-size: 14px;
  }
  .weeasy-apps-partner-category-link__item > a:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -8px;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #579edb;
  }
  .weeasy-apps-partner-category-link__item > a > .sm-block {
    display: inline;
  }
}
.weeasy-article {
  padding-bottom: 30px;
  line-height: 1.6em;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.weeasy-article h1 {
  margin: 0;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: normal;
}
.weeasy-article h1 + div h2:first-child {
  padding-top: 36px;
}
.weeasy-article h2 {
  padding-top: 40px;
  margin: 0 0 20px;
  line-height: 1.2em;
  color: #737373;
  font-size: 16px;
  font-weight: bold;
}
.weeasy-article h2 + p {
  padding-top: 0;
}
.weeasy-article p {
  padding-top: 40px;
  margin: 0;
  color: #737373;
}
.weeasy-article a img {
  display: block;
  margin: 24px auto 0;
  max-width: 100%;
  height: auto;
}

.weeasy-article-footer {
  width: 100%;
  text-align: center;
}
.weeasy-article-footer .weeasy-btn--info {
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.weeasy-article-footer .weeasy-btn--info:before {
  display: inline-block;
  content: 'Next:';
  padding-right: 2px;
}
.weeasy-article-footer .weeasy-btn--info:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/bluereturn/icon-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.weeasy-article-footer .weeasy-btn--info:hover:after {
  background-image: url(../images/bluereturn/icon-arrow-right--inverse.png);
}

@media (min-width: 768px) {
  .weeasy-article {
    padding-bottom: 56px;
  }
  .weeasy-article h1 {
    font-size: 34px;
  }
  .weeasy-article h2 {
    padding-top: 56px;
    font-size: 20px;
  }

  .weeasy-article-footer .weeasy-btn--info {
    font-size: 14px;
  }
  .weeasy-article-footer .weeasy-btn--info:after {
    margin-top: -6px;
  }
}
.weeasy-article-list {
  margin-top: 10px;
}
.weeasy-article-list > li {
  position: relative;
  border-bottom: 1px solid #579edb;
}
.weeasy-article-list > li:first-child {
  border-top: 1px solid #579edb;
}
.weeasy-article-list > li:hover {
  border-color: #77beeb;
  background-color: #eaf7ff;
}
.weeasy-article-list > li:hover h1 {
  color: #579edb;
}
.weeasy-article-list > li > a {
  display: block;
  padding: 16px 35px 16px 20px;
  color: #666;
  text-decoration: none;
}
.weeasy-article-list > li h1 {
  margin: 0;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: normal;
}
.weeasy-article-list > li p {
  margin: 1em 0 0 0;
  font-size: 12px;
}
.weeasy-article-list > li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/bluereturn/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .weeasy-article-list {
    margin-top: 0;
  }
  .weeasy-article-list > li {
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid #ccc;
  }
  .weeasy-article-list > li:first-child {
    margin-top: 0;
    border-top-color: #ccc;
  }
  .weeasy-article-list > li:hover:first-child {
    border-top-color: #77beeb;
  }
  .weeasy-article-list > li a {
    padding: 24px 30px;
  }
  .weeasy-article-list > li h1 {
    font-size: 24px;
  }
  .weeasy-article-list > li p {
    font-size: 13px;
  }
  .weeasy-article-list > li:after {
    display: none;
  }
}
.weeasy-chapter {
  margin: 0;
}

.weeasy-chapter__heading {
  position: relative;
  border-bottom: 1px dotted #666;
}
.weeasy-chapter__heading h2 {
  margin: 0;
  padding: 17px 20px 17px 50px;
  line-height: 1.3em;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  background-color: #579edb;
}
.weeasy-chapter__heading:after {
  display: none !important;
}

.weeasy-chapter__heading-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.weeasy-chapter__heading-icon img {
  width: auto;
  height: 20px;
}
.weeasy-chapter__heading-icon#icon-note {
  margin-top: -9px;
}
.weeasy-chapter__heading-icon#icon-flag {
  margin-top: -12px;
}
.weeasy-chapter__heading-icon#icon-flag img {
  width: 20px;
  height: auto;
}
.weeasy-chapter__heading-icon#icon-flow {
  margin-top: -6px;
}
.weeasy-chapter__heading-icon#icon-flow img {
  width: 20px;
  height: auto;
}

.weeasy-chapter__list {
  margin: 0;
  padding: 0;
  list-style: disc inside;
}
.weeasy-chapter__list > li {
  position: relative;
}
.weeasy-chapter__list > li:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/bluereturn/icon-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.weeasy-chapter__list > li > a {
  display: block;
  padding: 17px 30px 17px 20px;
  line-height: 1.3em;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #579edb;
  background-color: #fff;
}
.weeasy-chapter__list > li > a:hover {
  background-color: #eaf7ff;
}

@media (min-width: 768px) {
  .weeasy-chapter:first-child > .weeasy-chapter__heading h2 {
    margin-top: 0;
  }

  .weeasy-chapter__heading h2 {
    margin-top: 60px;
    padding: 0 10px 10px 45px;
    color: #666;
    font-size: 34px;
    background-color: transparent;
  }

  .weeasy-chapter__heading-icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
    width: 30px;
    height: 30px;
  }
  .weeasy-chapter__heading-icon img {
    height: 30px;
  }
  .weeasy-chapter__heading-icon#icon-note {
    margin-top: -19px;
  }
  .weeasy-chapter__heading-icon#icon-flag {
    margin-top: -25px;
  }
  .weeasy-chapter__heading-icon#icon-flag img {
    width: 30px;
  }
  .weeasy-chapter__heading-icon#icon-flow {
    margin-top: -17px;
    margin-left: -1px;
  }
  .weeasy-chapter__heading-icon#icon-flow img {
    width: 32px;
  }

  .weeasy-chapter__list > li:after {
    display: none;
  }
  .weeasy-chapter__list > li > a {
    padding: 5px 0;
    line-height: 2em;
    font-size: 16px;
    border-bottom: none;
  }
  .weeasy-chapter__list > li > a:hover {
    color: #77beeb;
    text-decoration: underline;
    background-color: transparent;
  }
}
.weeasy-chapter-sticky-nav {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 100%;
  z-index: 10000;
}

.weeasy-chapter-sticky-nav__toggle {
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #1b57af;
}
.weeasy-chapter-sticky-nav__toggle.active > i.fa-list:before {
  font-size: 28px;
  content: "";
}

.weeasy-chapter-sticky-nav__list {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 100%;
  max-height: 213px;
  overflow: scroll;
}
.weeasy-chapter-sticky-nav__list > .weeasy-side-nav__list--bordered {
  margin-top: 0;
  padding: 20px;
  background-color: #1b57af;
}
.weeasy-chapter-sticky-nav__list > .weeasy-side-nav__list--bordered > li > a {
  color: #fff;
  border-color: #fff;
}
.weeasy-chapter-sticky-nav__list > .weeasy-side-nav__list--bordered > li.active > a {
  color: #1b57af;
  background-color: #fff;
}

@media (min-width: 768px) {
  .weeasy-chapter-sticky-nav {
    display: none;
  }
}
.weeasy-section-header {
  padding-top: 20px;
  color: #666;
  background-image: url(../images/bluereturn/feature-icon-bluereturn-lighten.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.weeasy-section-header.search-result {
  background-image: none;
}
.weeasy-section-header + .weeasy-section, .weeasy-section-header + .weeasy-section--primary, .weeasy-section-header + .weeasy-apps-header, .weeasy-section-header + .weeasy-apps-header--detail, .weeasy-section-header + .weeasy-section--nurturing {
  padding-top: 0;
}

.weeasy-section-header__img {
  display: none;
}

.weeasy-section-header__text > p.weeasy-section__description {
  text-shadow: #fff 0 0 10px;
  margin-top: 10px;
  line-height: 2em;
}

.weeasy-section-header__text--center {
  margin-top: 1em;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .weeasy-section-header {
    *zoom: 1;
    padding-top: 50px;
    padding-bottom: 32px;
    background-image: none;
  }
  .weeasy-section-header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }

  .weeasy-section-header__img {
    display: block;
    float: left;
    width: 220px;
    text-align: center;
  }
  .weeasy-section-header__img img {
    width: 180px;
    height: 180px;
  }

  .weeasy-section-header__text {
    float: right;
    width: 468px;
  }
  .weeasy-section-header__text > h1.weeasy-section__heading, .weeasy-section-header__text > h1.weeasy-section__heading--labeled,
  .weeasy-section-header__text > p.weeasy-section__description {
    text-align: left;
  }
  .weeasy-section-header__text > h1.weeasy-section__heading span, .weeasy-section-header__text > h1.weeasy-section__heading--labeled span,
  .weeasy-section-header__text > p.weeasy-section__description span {
    display: block;
  }
  .weeasy-section-header__text > p.weeasy-section__description {
    margin-top: 5px;
  }

  .weeasy-section-header__text--center {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
  }
}
@media (min-width: 1040px) {
  .weeasy-section-header__img {
    width: 180px;
  }

  .weeasy-section-header__text {
    width: 440px;
  }
}
.weeasy-search-form {
  position: relative;
}

.weeasy-search-form__input {
  border-radius: 5px;
  padding: 6px 40px 7px 8px;
  width: 100%;
  line-height: 1.5em;
  font-size: 14px;
  border: 1px solid #579edb;
}

.weeasy-search-form__submit {
  display: block;
  position: absolute;
  bottom: 9px;
  right: 15px;
  width: 18px;
  height: 18px;
  border: 0 !important;
  background-color: #fff !important;
  background-image: url(../images/bluereturn/icon-search.png);
  background-size: contain;
}

.weeasy-side-container .weeasy-search-form__input {
  margin-top: 0;
}

@media (min-width: 768px) {
  .weeasy-search-form__input {
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 52px 11px 12px;
    font-size: 18px;
  }

  .weeasy-search-form__submit {
    position: absolute;
    bottom: 13px;
    right: 18px;
    width: 25px;
    height: 25px;
  }

  .weeasy-section-header.search-result .weeasy-search-form__input {
    margin-top: 0;
  }
}
@media (min-width: 1040px) {
  .weeasy-side-container .weeasy-search-form__input {
    border-radius: 5px;
    padding: 6px 8px 7px;
    font-size: 14px;
  }
  .weeasy-side-container .weeasy-search-form__submit {
    position: absolute;
    bottom: 9px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.weeasy-side-nav, .weeasy-side-nav--xs-wide {
  margin-top: 30px;
  padding: 0 20px;
}
.weeasy-side-nav:first-child, .weeasy-side-nav--xs-wide:first-child {
  margin-top: 0;
}

.weeasy-side-nav--xs-wide {
  padding: 0;
}

.weeasy-side-nav__heading {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666;
  line-height: 1.5;
  color: #666;
  font-size: 18px;
  font-weight: normal;
}

.weeasy-side-nav__list, .weeasy-side-nav__list--bordered {
  margin: 15px 0 50px;
}
.weeasy-side-nav__list > li, .weeasy-side-nav__list--bordered > li {
  margin-top: 15px;
}
.weeasy-side-nav__list > li:first-child, .weeasy-side-nav__list--bordered > li:first-child {
  margin-top: 0;
}
.weeasy-side-nav__list > li > a, .weeasy-side-nav__list--bordered > li > a {
  display: block;
  color: #666;
  text-decoration: none;
}
.weeasy-side-nav__list > li > a:hover, .weeasy-side-nav__list--bordered > li > a:hover {
  color: #77beeb;
}
.weeasy-side-nav__list > li > a:hover img, .weeasy-side-nav__list--bordered > li > a:hover img {
  opacity: 0.9;
}

.weeasy-side-nav__item {
  border-bottom: 1px solid #b3b3b3;
}

.weeasy-side-nav__list--bordered > li {
  display: table;
  width: 100%;
}
.weeasy-side-nav__list--bordered > li > a {
  display: table-cell;
  padding: 0 20px;
  height: 54px;
  vertical-align: middle;
  color: #579edb;
  font-size: 13px;
  line-height: 1.4em;
  border: 1px solid #579edb;
}
.weeasy-side-nav__list--bordered > li > a:hover {
  color: #579edb;
  background-color: #eaf7ff;
}
.weeasy-side-nav__list--bordered > li.active > a {
  color: #fff;
  background-color: #579edb;
}
.weeasy-side-nav__list--bordered > li.active > a:hover {
  color: #fff;
  background-color: #579edb;
}

.weeasy-side-nav__thumb-set {
  display: table;
  min-height: 70px;
}
.weeasy-side-nav__thumb-set span {
  display: table-cell;
  vertical-align: middle;
}

.weeasy-side-nav__thumb-set__image {
  width: 70px;
  height: 70px;
  text-align: center;
  overflow: hidden;
}
.weeasy-side-nav__thumb-set__image img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.weeasy-side-nav__thumb-set__image + span {
  padding-left: 17px;
}

.weeasy-side-nav__thumb-set__image-inner {
  -ms-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .weeasy-side-nav, .weeasy-side-nav--xs-wide {
    margin-top: 50px;
    padding: 0;
  }

  .weeasy-side-nav__list--bordered > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1040px) {
  .weeasy-side-nav--xs-wide {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .weeasy-sticky-widget {
    position: absolute;
    top: 0;
    left: -100px;
  }
  .weeasy-sticky-widget .weeasy-apps-share-button {
    display: block;
    margin: 0 0 10px 0 !important;
    width: 80px;
    text-align: center;
  }
}
.weeasy-establish-jumbotron {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZWZmZCIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjODlkMWY1Ii8+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9IiM3N2FkZDkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODk5Y2EiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(120deg, #beeffd, #89d1f5, #77add9, #7899ca);
  position: relative;
  padding: 40px 0 100px;
  text-align: center;
  color: #fff;
}
.weeasy-establish-jumbotron.bg-pattern {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1ZDRmMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOGJiZGRlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGNhNmNhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(120deg, #85d4f1, #8bbdde, #8ca6ca);
}
.weeasy-establish-jumbotron.bg-pattern:before {
  display: block;
  position: absolute;
  top: -60px;
  content: '';
  width: 100%;
  height: 120%;
  background-image: url("/wp-content/themes/weeasy/images/establish/bg-pattern.png");
  opacity: 0.1;
}

.weeasy-establish-jumbotron__label {
  margin: 0;
  line-height: 1.3em;
  font-size: 12px;
  font-weight: normal;
}

.weeasy-establish-jumbotron__heading {
  margin: 12px 0 16px;
  line-height: 1.4em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.weeasy-establish-jumbotron__description {
  margin: 0 0 20px;
  text-align: left;
  line-height: 2em;
  font-size: 13px;
}

.weeasy-establish-jumbotron__document {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  position: relative;
  margin: -70px auto 60px;
  width: 300px;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.weeasy-establish-jumbotron__document:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 30%;
}
.weeasy-establish-jumbotron__document > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media (min-width: 768px) {
  .weeasy-establish-jumbotron {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZWZmZCIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjODlkMWY1Ii8+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9IiM3N2FkZDkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODk5Y2EiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: linear-gradient(120deg, #beeffd, #89d1f5, #77add9, #7899ca);
    position: relative;
    padding: 60px 0 120px;
    text-align: center;
    color: #fff;
  }
  .weeasy-establish-jumbotron .weeasy-section-container, .weeasy-establish-jumbotron .weeasy-section-container--xs-wide, .weeasy-establish-jumbotron .weeasy-section-container--narrow, .weeasy-establish-jumbotron .weeasy-entry-container {
    width: 720px;
  }
  .weeasy-establish-jumbotron .weeasy-cta {
    width: auto;
  }

  .weeasy-establish-jumbotron__label {
    font-size: 14px;
  }

  .weeasy-establish-jumbotron__heading {
    margin: 16px 0 28px;
    font-size: 36px;
  }

  .weeasy-establish-jumbotron__description {
    margin-bottom: 32px;
    text-align: center;
    font-size: 14px;
  }

  .weeasy-establish-jumbotron__document {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
    position: relative;
    margin: -80px auto 60px;
    width: 720px;
    height: 420px;
  }
}
a.weeasy-establish-tab-item {
  display: block;
  color: #666;
  text-decoration: none;
}
a.weeasy-establish-tab-item .weeasy-icon-set__heading, a.weeasy-establish-tab-item .weeasy-apps-spec__label, a.weeasy-establish-tab-item .weeasy-entry-container h1, .weeasy-entry-container a.weeasy-establish-tab-item h1 {
  font-size: 10px;
}
a.weeasy-establish-tab-item .weeasy-icon-set__img {
  opacity: 0.5;
}
a.weeasy-establish-tab-item:hover {
  color: #579edb;
}
a.weeasy-establish-tab-item:hover .weeasy-icon-set__img {
  opacity: 1;
}
a.weeasy-establish-tab-item.active {
  position: relative;
  margin-top: -30px;
  color: #579edb;
  cursor: default;
}
a.weeasy-establish-tab-item.active:after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: '';
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #579edb;
}
a.weeasy-establish-tab-item.active .weeasy-icon-set__img {
  opacity: 1;
}

.weeasy-establish-tab-content {
  display: none;
  margin-top: 20px;
  margin-bottom: -40px;
  padding: 12px 0;
  color: #fff;
  background-color: #579edb;
}
.weeasy-establish-tab-content.active {
  display: block;
}

.weeasy-establish-tab-content__heading {
  position: relative;
  margin: 0 0 16px;
  padding-top: 20px;
  padding-left: 36px;
  font-size: 18px;
  font-weight: normal;
}
.weeasy-establish-tab-content__heading [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 20px;
  color: #1b57af;
}
.weeasy-establish-tab-content__heading .icon-building--middle:before {
  margin-left: -7px;
  padding-right: 4px;
  font-size: 22px;
}
.weeasy-establish-tab-content__heading .icon-building--large:before {
  font-size: 22px;
}

.weeasy-establish-tab-content__list {
  margin: 0 0 20px 1.5em;
  line-height: 1.4em;
  list-style-type: disc;
}
.weeasy-establish-tab-content__list li {
  margin-top: 0.5em;
}
.weeasy-establish-tab-content__list li:first-child {
  margin-top: 0;
}
.weeasy-establish-tab-content__list a {
  color: #fff;
  text-decoration: underline;
}
.weeasy-establish-tab-content__list a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .weeasy-establish-tab .weeasy-row {
    *zoom: 1;
    text-align: center;
  }
  .weeasy-establish-tab .weeasy-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .weeasy-establish-tab .weeasy-col-third, .weeasy-establish-tab .company-description__logo {
    display: inline-block;
    margin-left: 10px;
    width: 70px;
    vertical-align: bottom;
  }
  .weeasy-establish-tab .weeasy-col-third:first-child, .weeasy-establish-tab .company-description__logo:first-child {
    margin-left: 0;
  }
  .weeasy-establish-tab .weeasy-col-third.active, .weeasy-establish-tab .active.company-description__logo {
    width: 100px;
  }
  .weeasy-establish-tab .weeasy-icon-set__img {
    width: 70px;
    height: 70px;
  }
  .weeasy-establish-tab .weeasy-icon-set__heading, .weeasy-establish-tab .weeasy-apps-spec__label, .weeasy-establish-tab .weeasy-entry-container h1, .weeasy-entry-container .weeasy-establish-tab h1 {
    margin-top: 8px;
    height: 24px;
    line-height: 1.2em;
    font-size: 10px;
  }

  a.weeasy-establish-tab-item .weeasy-icon-set__img-box {
    height: 70px;
  }
  a.weeasy-establish-tab-item.active .weeasy-icon-set__img-box {
    height: 100px;
  }
  a.weeasy-establish-tab-item.active .weeasy-icon-set__img {
    width: 100px;
    height: 100px;
  }

  .weeasy-establish-tab-content [class^='weeasy-col'] {
    display: block;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .weeasy-establish-tab-content [class^='weeasy-col']:first-child {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .weeasy-establish-tab .weeasy-col-third, .weeasy-establish-tab .company-description__logo {
    vertical-align: baseline;
  }
  .weeasy-establish-tab .weeasy-col-third:last-child .weeasy-icon-set__img-box:after, .weeasy-establish-tab .company-description__logo:last-child .weeasy-icon-set__img-box:after {
    display: none;
  }

  a.weeasy-establish-tab-item .weeasy-icon-set__heading, a.weeasy-establish-tab-item .weeasy-apps-spec__label, a.weeasy-establish-tab-item .weeasy-entry-container h1, .weeasy-entry-container a.weeasy-establish-tab-item h1 {
    font-size: 18px;
  }
  a.weeasy-establish-tab-item .weeasy-icon-set__img-box {
    position: relative;
    height: 100px;
  }
  a.weeasy-establish-tab-item .weeasy-icon-set__img-box:after {
    display: block;
    position: absolute;
    bottom: 40px;
    right: -5%;
    font-family: 'FontAwesome';
    content: '\f0da';
    color: #77beeb;
    font-size: 48px;
  }
  a.weeasy-establish-tab-item.active:after {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    content: '';
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #579edb;
  }
  a.weeasy-establish-tab-item.active .weeasy-icon-set__img-box {
    height: 130px;
  }
  a.weeasy-establish-tab-item.active .weeasy-icon-set__img {
    width: 130px;
    height: 130px;
  }

  .weeasy-establish-tab-content {
    margin-top: 30px;
    margin-bottom: -60px;
    padding: 30px 0;
  }

  .weeasy-establish-tab-content__heading {
    padding-top: 0;
  }

  .weeasy-establish-tab-content__list {
    margin: 0 0 0 1.5em;
    line-height: 1.5em;
  }
  .weeasy-establish-tab-content__list li {
    margin-top: 0.6em;
  }
}
@media (min-width: 1040px) {
  a.weeasy-establish-tab-item .weeasy-icon-set__img-box {
    height: 150px;
  }
  a.weeasy-establish-tab-item .weeasy-icon-set__img-box:after {
    position: absolute;
    bottom: 65px;
    right: -10%;
    font-size: 60px;
  }
  a.weeasy-establish-tab-item.active:after {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    content: '';
    margin-left: -16px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20px solid #579edb;
  }
  a.weeasy-establish-tab-item.active .weeasy-icon-set__img-box {
    height: 180px;
  }
  a.weeasy-establish-tab-item.active .weeasy-icon-set__img {
    width: 180px;
    height: 180px;
  }

  .weeasy-establish-tab-content {
    margin-top: 50px;
    margin-bottom: -80px;
    padding: 40px 0;
  }
}
.weeasy-comparison {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px;
  position: relative;
  border: 1px solid #579edb;
  background-color: #fff;
}
.weeasy-comparison:before {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -32px;
  left: 10px;
  content: '';
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  background-image: url("/wp-content/themes/weeasy/images/establish/logomark.png");
  background-repeat: no-repeat;
  background-position: 46% 56%;
  background-size: 60%;
  background-color: #579edb;
}

.weeasy-comparison__heading {
  margin: 0;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-color: #579edb;
}

.weeasy-comparison__content {
  padding: 12px;
}

.weeasy-comparison__table {
  width: 100%;
  line-height: 1.4em;
  font-size: 12px;
}
.weeasy-comparison__table h4 {
  margin: 0;
  font-size: 14px;
}
.weeasy-comparison__table p {
  margin: 8px 0;
}
.weeasy-comparison__table tr {
  width: 100%;
}
.weeasy-comparison__table tr td {
  width: 49%;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
.weeasy-comparison__table tr td:first-child {
  border-right: 1px solid #eaeaea;
}
.weeasy-comparison__table tr:last-child > td {
  border-bottom: none;
}

.weeasy-comparison--others .weeasy-comparison__heading {
  color: #666;
  background-color: #e3f0fc;
}
.weeasy-comparison--others .weeasy-comparison__content {
  background-color: #f0f7fc;
}
.weeasy-comparison--others .weeasy-comparison__table tr td {
  border-bottom-color: #daebfb;
}
.weeasy-comparison--others .weeasy-comparison__table tr td:first-child {
  border-right-color: #daebfb;
}
.weeasy-comparison--others .weeasy-comparison__table tr:last-child > td {
  border-bottom: none;
}

.weeasy-section:nth-child(even) .weeasy-comparison:before, .weeasy-section--primary:nth-child(even) .weeasy-comparison:before, .weeasy-apps-header:nth-child(even) .weeasy-comparison:before, .weeasy-apps-header--detail:nth-child(even) .weeasy-comparison:before, .weeasy-section--nurturing:nth-child(even) .weeasy-comparison:before {
  border: 5px solid #eaf7ff;
}
.weeasy-section:nth-child(even) .weeasy-comparison--others .weeasy-comparison__heading, .weeasy-section--primary:nth-child(even) .weeasy-comparison--others .weeasy-comparison__heading, .weeasy-apps-header:nth-child(even) .weeasy-comparison--others .weeasy-comparison__heading, .weeasy-apps-header--detail:nth-child(even) .weeasy-comparison--others .weeasy-comparison__heading, .weeasy-section--nurturing:nth-child(even) .weeasy-comparison--others .weeasy-comparison__heading {
  background-color: #cde6f7;
}
.weeasy-section:nth-child(even) .weeasy-comparison--others .weeasy-comparison__content, .weeasy-section--primary:nth-child(even) .weeasy-comparison--others .weeasy-comparison__content, .weeasy-apps-header:nth-child(even) .weeasy-comparison--others .weeasy-comparison__content, .weeasy-apps-header--detail:nth-child(even) .weeasy-comparison--others .weeasy-comparison__content, .weeasy-section--nurturing:nth-child(even) .weeasy-comparison--others .weeasy-comparison__content {
  background-color: #e1f1fc;
}
.weeasy-section:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td, .weeasy-section--primary:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td, .weeasy-apps-header:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td, .weeasy-apps-header--detail:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td, .weeasy-section--nurturing:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td {
  border-bottom-color: #c4e2f6;
}
.weeasy-section:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td:first-child, .weeasy-section--primary:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td:first-child, .weeasy-apps-header:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td:first-child, .weeasy-apps-header--detail:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td:first-child, .weeasy-section--nurturing:nth-child(even) .weeasy-comparison--others .weeasy-comparison__table tr td:first-child {
  border-right-color: #c4e2f6;
}

@media (min-width: 768px) {
  .weeasy-comparison__table tr td {
    display: block;
    width: auto;
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
  }
  .weeasy-comparison__table tr td:first-child {
    border-right: none;
  }
  .weeasy-comparison__table tr:last-child td {
    border-bottom: 1px solid #eaeaea;
  }
  .weeasy-comparison__table tr:last-child td:last-child {
    border-bottom: none;
  }

  .weeasy-comparison--others .weeasy-comparison__table tr td {
    border-bottom: 1px solid #daebfb;
  }
  .weeasy-comparison--others .weeasy-comparison__table tr:last-child td {
    border-bottom: 1px solid #daebfb;
  }
  .weeasy-comparison--others .weeasy-comparison__table tr:last-child td:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1040px) {
  .weeasy-comparison:before {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -48px;
    left: 10px;
    content: '';
    width: 80px;
    height: 80px;
    border: 6px solid #fff;
    background-image: url("/wp-content/themes/weeasy/images/establish/logomark.png");
    background-repeat: no-repeat;
    background-position: 46% 56%;
    background-size: 60%;
    background-color: #579edb;
  }

  .weeasy-comparison__heading {
    padding: 20px 0;
  }

  .weeasy-comparison__content {
    padding: 16px;
  }

  .weeasy-comparison__table {
    line-height: 1.5em;
  }
  .weeasy-comparison__table p {
    margin-top: 10px;
    font-size: 13px;
  }
  .weeasy-comparison__table tr td {
    padding: 12px 10px 10px;
  }

  .weeasy-section:nth-child(even) .weeasy-comparison:before, .weeasy-section--primary:nth-child(even) .weeasy-comparison:before, .weeasy-apps-header:nth-child(even) .weeasy-comparison:before, .weeasy-apps-header--detail:nth-child(even) .weeasy-comparison:before, .weeasy-section--nurturing:nth-child(even) .weeasy-comparison:before {
    border: 6px solid #eaf7ff;
  }
}
.weeasy-carousel-panel__frame-container {
  position: relative;
}

.weeasy-carousel-panel__frame {
  width: 100%;
  overflow: hidden;
  margin: 0 0 12px 0;
  position: relative;
}

.weeasy-carousel-panel__items {
  transition-duration: 1s;
  width: 100%;
  white-space: nowrap;
  margin: 0 !important;
}

.weeasy-carousel-panel__item {
  display: inline-block;
  width: 100%;
  height: 196px;
  background-size: cover;
}
.weeasy-carousel-panel__item:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__item {
    height: 280px;
    position: relative;
  }
}

.weeasy-carousel-panel__item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.weeasy-carousel-panel__floating {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: table;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__floating {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
  }
}

.weeasy-carousel-panel__text-container {
  display: table-cell;
  vertical-align: bottom;
  white-space: normal;
  padding: 8px;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__text-container {
    display: block;
  }
}

.weeasy-carousel-panel__text {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  white-space: normal;
  line-height: 1.5em;
  padding: 0 0 12px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__text {
    display: block;
    font-size: 20px;
    text-align: center;
    width: 92%;
    margin: 0 auto;
  }
}

.weeasy-carousel-panel__sub-group {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__sub-group {
    display: block;
    text-align: center;
    white-space: nowrap;
  }
}

.weeasy-carousel-panel__sub-text {
  font-size: 12px;
  color: #FFF;
  white-space: normal;
  padding: 0 0 8px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__sub-text {
    font-size: 14px;
    display: inline-block;
    padding-right: 12px;
  }
}

.weeasy-carousel-panel__button-container {
  text-align: right;
}
@media (min-width: 768px) {
  .weeasy-carousel-panel__button-container {
    display: inline-block;
    padding-left: 12px;
  }
}

.weeasy-carousel-panel__button {
  display: inline-block;
  color: #FFF;
  background-color: #ff836f;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 12px;
}

.weeasy-carousel-panel__controller, .weeasy-carousel-panel__controller--mobile {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
  display: none;
  top: 50%;
  vertical-align: middle;
}
@media (min-width: 1040px) {
  .weeasy-carousel-panel__controller, .weeasy-carousel-panel__controller--mobile {
    display: block;
  }
}

.weeasy-carousel-panel__controller--mobile {
  display: block;
}
@media (min-width: 1040px) {
  .weeasy-carousel-panel__controller--mobile {
    display: none;
  }
}

.weeasy-carousel-panel__arrow-left, .weeasy-carousel-panel__arrow-right {
  display: inline-block;
}
.weeasy-carousel-panel__arrow-left:hover, .weeasy-carousel-panel__arrow-right:hover {
  cursor: pointer;
}

.weeasy-carousel-panel__arrow-left {
  position: relative;
  float: left;
}
.weeasy-carousel-panel__arrow-left:before, .weeasy-carousel-panel__arrow-left:after {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.weeasy-carousel-panel__arrow-left:before {
  left: 1px;
  border-right: 6px solid #666;
}
.weeasy-carousel-panel__arrow-left:after {
  left: 2px;
  border-right: 6px solid #FFF;
  z-index: 1;
}
@media (min-width: 1040px) {
  .weeasy-carousel-panel__arrow-left:before, .weeasy-carousel-panel__arrow-left:after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .weeasy-carousel-panel__arrow-left:before {
    left: -32px;
    border-right: 16px solid #666;
  }
  .weeasy-carousel-panel__arrow-left:after {
    left: -31px;
    border-right: 16px solid #FFF;
    z-index: 1;
  }
}

.weeasy-carousel-panel__arrow-right {
  position: relative;
  float: right;
}
.weeasy-carousel-panel__arrow-right:before, .weeasy-carousel-panel__arrow-right:after {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.weeasy-carousel-panel__arrow-right:before {
  right: 1px;
  border-left: 6px solid #666;
}
.weeasy-carousel-panel__arrow-right:after {
  right: 2px;
  border-left: 6px solid #FFF;
  z-index: 1;
}
@media (min-width: 1040px) {
  .weeasy-carousel-panel__arrow-right:before, .weeasy-carousel-panel__arrow-right:after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .weeasy-carousel-panel__arrow-right:before {
    right: -32px;
    border-left: 16px solid #666;
  }
  .weeasy-carousel-panel__arrow-right:after {
    right: -31px;
    border-left: 16px solid #FFF;
    z-index: 1;
  }
}

.weeasy-carousel-panel__bullets-container {
  position: relative;
}

.weeasy-carousel-panel__bullets {
  margin-top: 12px;
  text-align: center;
}

.weeasy-carousel-panel__bullet {
  border-radius: 50%;
  display: inline-block;
  margin-left: 16px;
  width: 12px;
  height: 12px;
  background-color: #eaeaea;
}
.weeasy-carousel-panel__bullet:hover {
  cursor: pointer;
}
.weeasy-carousel-panel__bullet:first-child {
  margin-left: 0;
}
.weeasy-carousel-panel__bullet.current {
  background-color: #aaa;
}

.weeasy-case-search-box__radio-button--checked, .weeasy-case-search-box__select--selected > select, .weeasy-case-search-box__radio-button, .weeasy-case-search-box__select > select, .weeasy-case-search-box__select--disabled > select {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 32px;
  padding: 8px 12px;
  color: #AAA;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 5px;
}

.weeasy-case-search-box__radio-button--checked, .weeasy-case-search-box__select--selected > select {
  color: #000;
  background-color: #EBF5FF !important;
}

.weeasy-case-search-box__additions {
  width: 64%;
}
@media (min-width: 768px) {
  .weeasy-case-search-box__additions {
    width: 100%;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .weeasy-case-search-box__addition {
    box-sizing: border-box;
    display: block;
    width: 33%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .weeasy-case-search-box__container {
    overflow: hidden;
    *zoom: 1;
    margin: 0 -26px;
  }
}

@media (min-width: 768px) {
  .weeasy-case-search-box__primary {
    box-sizing: border-box;
    padding: 0 26px;
    float: left;
    width: 40%;
  }
}

@media (min-width: 768px) {
  .weeasy-case-search-box__secondary {
    box-sizing: border-box;
    padding: 0 26px;
    float: left;
    width: 60%;
  }
}

.weeasy-case-search-box__input-group {
  padding-bottom: 20px;
}

.weeasy-case-search-box__input-group-name {
  font-weight: bold;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .weeasy-case-search-box__input-group-name {
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 16px;
  }
}

.weeasy-case-search-box__radio-button, .weeasy-case-search-box__radio-button--checked {
  box-shadow: none;
  width: auto;
  display: inline-block;
  border: none;
}
.weeasy-case-search-box__radio-button > label, .weeasy-case-search-box__radio-button--checked > label {
  cursor: pointer;
}

.weeasy-case-search-box__radio-button--checked {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #CCC;
  padding: 8px 12px;
}

.weeasy-case-search-box__select, .weeasy-case-search-box__select--selected, .weeasy-case-search-box__select--disabled {
  display: block;
  background-color: #FFF;
}

.weeasy-case-search-box__select--selected .weeasy-case-search-box__select-label {
  color: #000;
}

.weeasy-case-search-box__select--disabled > select {
  background-color: #EEE;
}

.weeasy-case-search-box__select-label {
  display: block;
  font-size: 14px;
  color: #AAA;
}

.weeasy-case-search-box__actions {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.weeasy-case-search-box__submit {
  border-radius: 5px;
  margin: 0 auto 15px;
  font-size: 20px;
  padding: 4px 32px;
  color: #579edb;
  border: 2px solid #579edb;
  background-color: #FFF;
  display: block;
  cursor: pointer;
}
.weeasy-case-search-box__submit:disabled {
  color: #CCC;
  border: 2px solid #CCC;
  cursor: default;
}

.weeasy-case-search-box__reset, .weeasy-case-search-box__reset--disabled {
  padding: 4px;
  color: #579edb;
  font-size: 13px;
  cursor: pointer;
}

.weeasy-case-search-box__reset--disabled {
  color: #ccc;
}
.weeasy-case-search-box__reset--disabled:hover {
  text-decoration: none;
  cursor: default;
}

.weeasy-case-article-side-nav .weeasy-case-search-box {
  display: none;
}
@media (min-width: 1040px) {
  .weeasy-case-article-side-nav .weeasy-case-search-box {
    display: block;
  }
  .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__container {
    margin: 0;
  }
  .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__radio-button, .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__radio-button--checked {
    background-color: #F7F8FA;
  }
  .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__select-label {
    background-color: #F7F8FA;
  }
  .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__primary, .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__secondary {
    width: 100%;
    float: none;
    padding: 0;
  }
  .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__primary .weeasy-case-search-box__additions, .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__secondary .weeasy-case-search-box__additions {
    width: 100%;
    margin: 0;
  }
  .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__primary .weeasy-case-search-box__addition, .weeasy-case-article-side-nav .weeasy-case-search-box .weeasy-case-search-box__secondary .weeasy-case-search-box__addition {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.weeasy-case-accordion, .weeasy-case-accordion--opened {
  display: block;
}

.weeasy-case-accordion__heading {
  border-bottom: 1px solid #CCC;
  padding: 0 0 12px 0;
  font-size: 16px;
  display: block;
  color: #000;
}
.weeasy-case-accordion__heading:hover, .weeasy-case-accordion__heading:active {
  text-decoration: none;
  color: #000;
}

.weeasy-case-accordion__heading-text {
  display: block;
  margin-bottom: 4px;
}
.weeasy-case-accordion__heading-text > .fa {
  padding-right: 8px;
}
.weeasy-case-accordion__heading-text:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .weeasy-case-accordion__heading-text {
    display: inline-block;
    padding-right: 12px;
    font-size: 18px;
  }
  .weeasy-case-accordion__heading-text > .fa {
    padding-right: 12px;
  }
}

.weeasy-case-accordion__tags > .fa {
  color: #888888;
  cursor: pointer;
}
@media (min-width: 768px) {
  .weeasy-case-accordion__tags {
    display: inline-block;
    border-left: 1px solid #000;
    padding-left: 12px;
  }
}

.weeasy-case-accordion__tags.no-tag {
  display: none;
}

.weeasy-case-accordion__tag {
  font-size: 11px;
  color: #888888;
}
.weeasy-case-accordion__tag:after {
  content: ',';
  padding-right: .5em;
}
.weeasy-case-accordion__tag:last-of-type:after {
  content: '';
}
@media (min-width: 768px) {
  .weeasy-case-accordion__tag {
    font-size: 12px;
  }
}

.weeasy-case-accordion__body-wrapper {
  overflow: hidden;
}

.weeasy-case-accordion__body {
  transition-timing-function: ease;
  transition-duration: 0.3s;
  border-bottom: 1px solid #CCC;
  padding: 16px 0;
  margin-top: -150%;
}

.weeasy-case-accordion--opened .weeasy-case-accordion__body {
  margin-top: 0;
}

.weeasy-case-card > a {
  display: block;
}
.weeasy-case-card > a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}
.weeasy-case-card > a:hover .weeasy-case-card__thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.weeasy-case-card__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
}
.weeasy-case-card__thumb > img {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  vertical-align: top;
  width: auto;
  height: 100%;
}

.weeasy-case-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 12px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6em;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.weeasy-case-card__summary {
  padding: 16px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.weeasy-case-card__name {
  padding-bottom: 8px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.weeasy-case-card__data {
  position: relative;
  margin-top: 8px;
  padding-left: 1.8em;
  color: #777;
  font-size: 12px;
}
.weeasy-case-card__data > i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
}

.weeasy-case-card__detail-link {
  margin-top: 8px;
  text-align: right;
  color: #2e8cd5;
}

@media (min-width: 768px) {
  .weeasy-case-card {
    margin-bottom: 40px;
  }
}
@media (min-width: 1040px) {
  .weeasy-case-card__thumb {
    position: relative;
    width: 300px;
    height: 200px;
  }
}
.weeasy-case-print-media {
  display: none;
}

.weeasy-case-article__main-container {
  color: #444;
}

@media (min-width: 1040px) {
  .weeasy-case-article .weeasy-section-container, .weeasy-case-article .weeasy-section-container--xs-wide, .weeasy-case-article .weeasy-section-container--narrow, .weeasy-case-article .weeasy-entry-container {
    background-color: #F7F8FA;
  }

  .weeasy-case-article__main-container {
    float: left;
    padding-right: 40px;
    width: 680px;
    background-color: #fff;
  }

  .weeasy-case-article__side-container {
    float: right;
    width: 280px;
  }
}
.weeasy-case-article--print {
  position: relative;
}
.weeasy-case-article--print .weeasy-section-container, .weeasy-case-article--print .weeasy-section-container--xs-wide, .weeasy-case-article--print .weeasy-section-container--narrow, .weeasy-case-article--print .weeasy-entry-container {
  background-color: transparent;
}
.weeasy-case-article--print .weeasy-case-print-media {
  display: block;
  margin: 40px 0;
  text-align: center;
  background-color: #fff;
}
.weeasy-case-article--print .weeasy-case-print-media img.logo {
  display: block;
  margin: 0 auto 40px;
}
.weeasy-case-article--print .weeasy-case-print-media .number {
  padding: 18px 0 16px;
  width: 100%;
  background-color: #f1f3f6;
}
.weeasy-case-article--print .weeasy-case-article__main-container {
  position: relative;
  margin-top: 40px;
  padding-right: 320px;
  width: 680px;
  background-color: transparent;
  z-index: 1000;
}
.weeasy-case-article--print .weeasy-case-article__main-container:after {
  display: block;
  position: absolute;
  top: 0;
  right: 280px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.weeasy-case-article--print .weeasy-case-article__side-container {
  display: none;
}
.weeasy-case-article--print .weeasy-case-article-head {
  padding: 0;
}
.weeasy-case-article--print .weeasy-case-article-head__back-to-top {
  display: none;
}
.weeasy-case-article--print .weeasy-case-article-head__summary {
  display: block;
  margin-top: 8px;
}
.weeasy-case-article--print .weeasy-case-article-head__summary-data {
  display: block;
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 18px;
}
.weeasy-case-article--print .weeasy-case-article-head__summary-data p {
  margin: 0;
}
.weeasy-case-article--print .weeasy-case-article-head__summary-data p:last-child {
  margin-top: 5px;
}
.weeasy-case-article--print .weeasy-case-article-head__summary-data .text-colored {
  font-size: 1.2em;
}
.weeasy-case-article--print .weeasy-case-article-head__summary-data .text-lg {
  font-size: 2em;
}
.weeasy-case-article--print .weeasy-case-article-head__summary-description {
  display: block;
  padding-left: 0;
  border-left: none;
}
.weeasy-case-article--print .weeasy-case-artile-head__social-buttons {
  display: none;
}
.weeasy-case-article--print .weeasy-case-article-company {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.weeasy-case-article--print .weeasy-case-article-company__primary,
.weeasy-case-article--print .weeasy-case-article-company__secondary {
  display: block !important;
  float: none;
  width: 260px;
}
.weeasy-case-article--print .weeasy-case-article-company__primary-item {
  padding-left: 0;
}
.weeasy-case-article--print .weeasy-case-article-company__detail-toggle {
  display: none;
}
.weeasy-case-article--print .weeasy-case-article-company__description {
  margin-top: 12px;
}
.weeasy-case-article--print .weeasy-case-article-company__thumb {
  width: 260px;
  height: 130px;
}
.weeasy-case-article--print .weeasy-case-article-company__thumb img {
  height: 130px;
}
.weeasy-case-article--print .weeasy-case-article-body .img-left img,
.weeasy-case-article--print .weeasy-case-article-body .img-right img {
  display: block;
  float: none;
  margin: 0 auto 1em;
}
.weeasy-case-article--print .weeasy-case-article-body .img-left span,
.weeasy-case-article--print .weeasy-case-article-body .img-right span {
  width: 100%;
}
.weeasy-case-article--print .weeasy-case-article-body .img-center > img {
  width: 100%;
  height: auto;
}
.weeasy-case-article--print .weeasy-related-cases {
  display: none;
}
.weeasy-case-article--print .weeasy-case-article-footer {
  display: none;
}

.weeasy-case-article-side-nav {
  display: none;
}

@media (min-width: 768px) {
  .weeasy-case-article-side-nav {
    display: block;
    border-top: 1px solid #aaa;
  }

  .weeasy-case-article-side-nav__item {
    padding: 20px;
  }
  .weeasy-case-article-side-nav__item .print-preview {
    line-height: 2em;
    color: #579edb;
    font-size: 16px;
    text-decoration: underline;
  }
  .weeasy-case-article-side-nav__item .print-preview:hover {
    text-decoration: none;
  }
  .weeasy-case-article-side-nav__item .print-preview i {
    font-size: 20px;
  }
  .weeasy-case-article-side-nav__item ul {
    display: table;
    margin: 0;
  }
  .weeasy-case-article-side-nav__item ul > li {
    display: table-cell;
    padding-left: 8px;
    height: 20px;
    vertical-align: middle;
  }
  .weeasy-case-article-side-nav__item ul > li:first-child {
    padding-left: 0;
  }
  .weeasy-case-article-side-nav__item .fb-like {
    top: -3px;
  }
}
@media (min-width: 1040px) {
  .weeasy-case-article-side-nav {
    border-top: 0;
  }

  .weeasy-case-article-side-nav__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .weeasy-case-article-side-nav__item:first-child {
    border-top: none;
  }
  .weeasy-case-article-side-nav__item ul {
    display: block;
    margin: 0;
  }
  .weeasy-case-article-side-nav__item ul > li {
    display: inline;
    padding-left: 8px;
    height: 20px;
    vertical-align: middle;
  }
  .weeasy-case-article-side-nav__item ul > li:first-child {
    padding-left: 0;
  }
  .weeasy-case-article-side-nav__item ul > li:nth-child(3n) {
    padding-left: 0;
  }
  .weeasy-case-article-side-nav__item .fb-like {
    top: -3px;
  }
}
.weeasy-case-article-head {
  padding: 20px 0 0;
}

.weeasy-case-article-head__back-to-top {
  margin-bottom: 10px;
}
.weeasy-case-article-head__back-to-top i:before {
  padding-right: 0.5em;
}
.weeasy-case-article-head__back-to-top a {
  color: #2e8cd5;
}

.weeasy-case-article-head__title {
  margin: 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
}

.weeasy-case-article-head__author {
  margin: 1em 0 0 0;
  line-height: 1.3em;
  font-size: 12px;
}
.weeasy-case-article-head__author:before {
  content: '―';
  padding-right: 0.5em;
}

.weeasy-case-article-head__cover {
  margin-top: 16px;
}
.weeasy-case-article-head__cover img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.weeasy-case-artile-head__social-buttons {
  margin-top: 12px;
}
.weeasy-case-artile-head__social-buttons ul {
  display: table;
}
.weeasy-case-artile-head__social-buttons ul > li {
  display: table-cell;
  padding-left: 8px;
  vertical-align: middle;
}
.weeasy-case-artile-head__social-buttons ul > li:first-child {
  padding-left: 0;
}
.weeasy-case-artile-head__social-buttons .fb-like {
  top: -3px;
}

.weeasy-case-article-head__summary {
  margin-top: 8px;
}

.weeasy-case-article-head__summary-data {
  text-align: center;
  font-family: 'Helvetica';
  line-height: 1.8em;
  color: #777;
  font-size: 18px;
  font-weight: bold;
}
.weeasy-case-article-head__summary-data p {
  margin: 0;
}
.weeasy-case-article-head__summary-data p:last-child {
  margin-top: 5px;
}
.weeasy-case-article-head__summary-data .text-colored {
  color: #ff9988;
  font-size: 1.2em;
}
.weeasy-case-article-head__summary-data .text-lg {
  font-size: 2em;
}

.weeasy-case-article-head__summary-description {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .weeasy-case-article-head {
    padding: 40px 0 0;
  }

  .weeasy-case-article-head__title {
    font-size: 26px;
  }

  .weeasy-case-article-head__author {
    font-size: 14px;
  }

  .weeasy-case-article-head__cover {
    margin-top: 20px;
  }

  .weeasy-case-article-head__summary {
    display: table;
    margin-top: 20px;
    width: 100%;
  }

  .weeasy-case-article-head__summary-data {
    display: table-cell;
    width: 240px;
  }
  .weeasy-case-article-head__summary-data p:last-child {
    margin-top: 20px;
  }
  .weeasy-case-article-head__summary-data .text-colored {
    font-size: 1.5em;
  }
  .weeasy-case-article-head__summary-data .text-lg {
    font-size: 3em;
  }

  .weeasy-case-article-head__summary-description {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    border-left: 1px solid #aaa;
  }
}
@media (min-width: 1040px) {
  .weeasy-case-artile-head__social-buttons {
    display: none;
  }
}
.weeasy-case-article-company {
  margin-top: 20px;
  padding: 12px;
  background-color: #F7F8FA;
}

.weeasy-case-article-company__primary {
  position: relative;
  min-height: 40px;
}

.weeasy-case-article-company__secondary {
  display: none;
}
.weeasy-case-article-company__secondary.current {
  display: block;
}

.weeasy-case-article-company__detail-toggle {
  margin-top: 4px;
  text-align: right;
}
.weeasy-case-article-company__detail-toggle a {
  color: #579edb;
}
.weeasy-case-article-company__detail-toggle i {
  padding-right: 4px;
}
.weeasy-case-article-company__detail-toggle .close {
  display: none;
}
.weeasy-case-article-company__detail-toggle.current .open {
  display: none;
}
.weeasy-case-article-company__detail-toggle.current .close {
  display: block;
}

.weeasy-case-article-company__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.weeasy-case-article-company__thumb img {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: auto;
  height: 40px;
}

.weeasy-case-article-company__primary-item {
  margin-top: 4px;
  padding-left: 52px;
  line-height: 1.3em;
  font-size: 12px;
}
.weeasy-case-article-company__primary-item a {
  color: #579edb;
  text-decoration: underline;
}
.weeasy-case-article-company__primary-item a:hover {
  text-decoration: none;
}

.weeasy-case-article-company__description {
  margin-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4em;
  color: #777;
  font-size: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.weeasy-case-article-company__table {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
}
.weeasy-case-article-company__table th, .weeasy-case-article-company__table td {
  vertical-align: top;
}
.weeasy-case-article-company__table th {
  width: 30%;
  text-align: left;
  font-weight: normal;
}
.weeasy-case-article-company__table a {
  color: #579edb;
  text-decoration: underline;
}
.weeasy-case-article-company__table a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .weeasy-case-article-company {
    *zoom: 1;
    margin-top: 28px;
    padding: 28px 32px;
    background-color: #F7F8FA;
  }
  .weeasy-case-article-company:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-case-article-company__primary {
    float: left;
    width: 294px;
  }

  .weeasy-case-article-company__secondary {
    display: block;
    float: right;
    width: 294px;
  }

  .weeasy-case-article-company__detail-toggle {
    display: none;
  }

  .weeasy-case-article-company__thumb {
    position: relative;
    width: 294px;
    height: 147px;
    overflow: hidden;
  }
  .weeasy-case-article-company__thumb img {
    position: relative;
    left: 0;
    width: auto;
    height: 147px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .weeasy-case-article-company__primary-item {
    margin-top: 8px;
    padding-left: 0;
    font-size: 16px;
  }
  .weeasy-case-article-company__primary-item:last-child {
    margin-top: 0;
  }
  .weeasy-case-article-company__primary-item a {
    font-size: 12px;
  }

  .weeasy-case-article-company__description {
    margin-top: 0;
    font-size: 13px;
  }
}
.weeasy-case-article-body h2 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU3OWVkYiIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #ffffff 48%, #579edb 50%, #ffffff 51%);
  position: relative;
  margin: 20px 0 5px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: normal;
}
.weeasy-case-article-body h2 i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  vertical-align: middle;
  color: #579edb;
  font-size: 1.4em;
  background-color: #fff;
}
.weeasy-case-article-body h2 span {
  display: inline-block;
  padding-left: 36px;
  padding-right: 10px;
  max-width: 85%;
  background-color: #fff;
}
.weeasy-case-article-body h3 {
  margin: 1em 0 0.5em;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
}
.weeasy-case-article-body p {
  margin: 1em 0;
}
.weeasy-case-article-body .label {
  border-radius: 5px;
  margin-left: 8px;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  background-color: #aaa;
}
.weeasy-case-article-body .label:first-child {
  margin-left: 0;
}
.weeasy-case-article-body .label a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.weeasy-case-article-body .label.linked {
  background-color: #579edb;
}
.weeasy-case-article-body .label.linked:hover {
  background-color: #6caae0;
}
.weeasy-case-article-body ul {
  margin-left: 1.5em;
  list-style-type: disc;
  line-height: 2em;
  font-size: 13px;
}
.weeasy-case-article-body ul > ul, .weeasy-case-article-body ul ol {
  margin-left: 1.5em;
}
.weeasy-case-article-body ol {
  margin-left: 1.5em;
  padding: 0;
  line-height: 2em;
  font-size: 13px;
}
.weeasy-case-article-body ol > ul, .weeasy-case-article-body ol ol {
  margin-left: 1.5em;
}
.weeasy-case-article-body table {
  font-size: 13px;
  border: 1px solid #ccc;
}
.weeasy-case-article-body table th, .weeasy-case-article-body table td {
  padding: 8px 12px;
}
.weeasy-case-article-body table tr > th, .weeasy-case-article-body table tr > td {
  border-top: 1px solid #ccc;
}
.weeasy-case-article-body table tr:first-child > th, .weeasy-case-article-body table tr:first-child > td {
  border-top: none;
}
.weeasy-case-article-body table th {
  border-right: 1px solid #ccc;
}
.weeasy-case-article-body table td {
  border-right: 1px solid #ccc;
}
.weeasy-case-article-body table td:last-child {
  border-right: none;
}
.weeasy-case-article-body table th {
  text-align: left;
}
.weeasy-case-article-body table th.text-bold, .weeasy-case-article-body table td.text-bold {
  font-weight: bold;
}
.weeasy-case-article-body blockquote {
  position: relative;
  margin: 1.2em 0 0 0;
  padding-left: 2.5em;
  color: #919191;
}
.weeasy-case-article-body blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  content: '\f10d';
  color: #ccc;
  font-size: 20px;
}
.weeasy-case-article-body cite {
  display: block;
  margin-top: 0.6em;
  padding-top: 0;
  font-style: normal;
}
.weeasy-case-article-body cite:before {
  content: '―';
  padding-right: 0.5em;
}
.weeasy-case-article-body .img-left img,
.weeasy-case-article-body .img-right img {
  display: block;
  margin: 0 auto 1em;
}
.weeasy-case-article-body .img-center > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .weeasy-case-article-body h2 {
    margin-top: 40px;
    font-size: 28px;
  }
  .weeasy-case-article-body h2 i {
    margin-top: -20px;
  }
  .weeasy-case-article-body h2 span {
    padding-left: 48px;
    padding-right: 20px;
  }
  .weeasy-case-article-body h3 {
    font-size: 16px;
  }
  .weeasy-case-article-body .label {
    margin-left: 12px;
  }
  .weeasy-case-article-body blockquote {
    padding-left: 3em;
  }
  .weeasy-case-article-body blockquote:before {
    font-size: 28px;
  }
  .weeasy-case-article-body .img-left {
    *zoom: 1;
  }
  .weeasy-case-article-body .img-left:after {
    content: "";
    display: table;
    clear: both;
  }
  .weeasy-case-article-body .img-left img {
    float: left;
    margin: 0;
    width: 240px;
  }
  .weeasy-case-article-body .img-left span {
    display: block;
    float: right;
    width: 420px;
  }
  .weeasy-case-article-body .img-right {
    *zoom: 1;
  }
  .weeasy-case-article-body .img-right:after {
    content: "";
    display: table;
    clear: both;
  }
  .weeasy-case-article-body .img-right img {
    float: right;
    margin: 0;
    width: 240px;
  }
  .weeasy-case-article-body .img-right span {
    display: block;
    float: left;
    width: 420px;
  }
  .weeasy-case-article-body .img-center > img {
    width: auto;
  }
}
.weeasy-case-drawer, .weeasy-case-drawer--opened {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 5000;
}
@media (min-width: 1040px) {
  .weeasy-case-drawer, .weeasy-case-drawer--opened {
    display: none;
  }
}

.weeasy-case-drawer__body-container {
  transition-duration: 0.6s;
  transition-timing-function: ease;
  height: 0;
  background-color: #FFF;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.weeasy-case-drawer__body {
  padding: 20px;
}

.weeasy-case-drawer__handle {
  background-color: #4A4A4A;
  width: 100%;
  display: table;
  text-align: center;
  padding: 4px;
}
.weeasy-case-drawer__handle .weeasy-case-drawer__handle-text {
  display: table-cell;
  padding: 8px 62px;
  color: #FFF;
  font-size: 14px;
}
.weeasy-case-drawer__handle .weeasy-case-drawer__handle-text > .fa {
  margin-right: 8px;
}

.weeasy-case-article-footer {
  margin: 40px 0;
  text-align: center;
}
.weeasy-case-article-footer p {
  line-height: 1.5em;
  font-size: 16px;
}

@media (min-width: 768px) {
  .weeasy-case-article-footer {
    margin: 60px 0;
    text-align: center;
  }
  .weeasy-case-article-footer p {
    line-height: 1.8em;
    font-size: 18px;
  }
}
.weeasy-related-cases {
  margin: 20px 0;
  border-top: 1px solid #aaa;
}
.weeasy-related-cases h4 {
  margin: 1em 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

.weeasy-related-cases-row {
  *zoom: 1;
  margin: 0 0 15px 0;
}
.weeasy-related-cases-row:after {
  content: "";
  display: table;
  clear: both;
}

.weeasy-related-case {
  display: table;
  margin-top: 20px;
}
.weeasy-related-case:first-child {
  margin-top: 0;
}
.weeasy-related-case a {
  display: block;
  color: #666;
}
.weeasy-related-case a:hover {
  opacity: 0.8;
}

.weeasy-related-case__thumb {
  display: table-cell;
  width: 120px;
  height: 80px;
  overflow: hidden;
}
.weeasy-related-case__thumb > img {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: auto;
  height: 100%;
  vertical-align: top;
}

.weeasy-related-case__name {
  display: table-cell;
  padding-left: 1em;
  vertical-align: middle;
  line-height: 1.4em;
  font-size: 12px;
}

@media (min-width: 768px) {
  .weeasy-related-cases {
    *zoom: 1;
    margin: 20px 0;
  }
  .weeasy-related-cases:after {
    content: "";
    display: table;
    clear: both;
  }
  .weeasy-related-cases h4 {
    font-size: 18px;
  }

  .weeasy-related-case {
    display: block;
    float: left;
    margin-top: 0;
    margin-right: 25px;
    width: 210px;
  }
  .weeasy-related-case:last-child {
    margin-right: 0;
  }

  .weeasy-related-case__thumb {
    display: block;
    width: 210px;
    height: 140px;
  }

  .weeasy-related-case__name {
    display: block;
    padding: 0.5em 0 0 0;
  }
}
@media print {
  .flexible-global-header {
    display: none;
  }

  footer.weeasy-global-footer {
    display: none;
  }

  #weeasy-case-drawer-search-box {
    display: none;
  }

  [class^='weeasy-case-article'] {
    position: relative;
  }
  [class^='weeasy-case-article'] .weeasy-section-container, [class^='weeasy-case-article'] .weeasy-section-container--xs-wide, [class^='weeasy-case-article'] .weeasy-section-container--narrow, [class^='weeasy-case-article'] .weeasy-entry-container {
    background-color: transparent;
  }

  .weeasy-case-print-media {
    display: block;
    margin: 0 0 40px;
    text-align: center;
    background-color: #fff;
  }
  .weeasy-case-print-media img.logo {
    display: block;
    margin: 0 auto 40px;
  }
  .weeasy-case-print-media .number {
    padding: 18px 0 16px;
    width: 100%;
    background-color: #f1f3f6;
  }

  .weeasy-case-article__main-container {
    position: relative;
    margin-top: 80px;
    padding-right: 320px;
    width: 680px;
    background-color: transparent;
    z-index: 1000;
  }
  .weeasy-case-article__main-container:after {
    display: block;
    position: absolute;
    top: 0;
    right: 280px;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
  }

  .weeasy-case-article__side-container {
    display: none;
  }

  .weeasy-case-article-head {
    padding: 0;
  }

  .weeasy-case-article-head__back-to-top {
    display: none;
  }

  .weeasy-case-artile-head__social-buttons {
    display: none;
  }

  .weeasy-case-article-company {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  .weeasy-case-article-company__primary,
  .weeasy-case-article-company__secondary {
    display: block !important;
    float: none;
    width: 260px;
  }

  .weeasy-case-article-company__primary-item {
    padding-left: 0;
  }

  .weeasy-case-article-company__detail-toggle {
    display: none;
  }

  .weeasy-case-article-company__description {
    margin-top: 12px;
  }

  .weeasy-case-article-company__thumb {
    width: 260px;
    height: 130px;
  }
  .weeasy-case-article-company__thumb img {
    height: 130px;
  }

  .weeasy-related-cases {
    display: none;
  }

  .weeasy-case-article-footer {
    display: none;
  }
}
.weeasy-nurturing-nav__item-content:hover {
  text-decoration: none;
}

.weeasy-nurturing-nav__item-content-cell.icon .fa {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
.weeasy-nurturing-nav__item-content-cell.icon .fa.green-bg {
  background-color: #8cdca4;
}
.weeasy-nurturing-nav__item-content-cell.icon .fa.orange-bg {
  background-color: #fcc178;
}
.weeasy-nurturing-nav__item-content-cell.icon .fa.blue-bg {
  background-color: #96cef3;
}
.weeasy-nurturing-nav__item-content-cell.text {
  display: table;
  color: #444;
}
.weeasy-nurturing-nav__item-content-cell.text .sentence {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .weeasy-nurturing-nav {
    padding: 13px 0 0 0;
  }

  .weeasy-nurturing-nav__item-content {
    *zoom: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 10px;
    display: block;
    position: relative;
    margin: 0 0 13px 0;
    min-height: 87px;
    background-color: #fff;
  }
  .weeasy-nurturing-nav__item-content:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-nurturing-nav__item-content-row {
    display: inline;
  }

  .weeasy-nurturing-nav__item-content-cell.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 87px;
  }
  .weeasy-nurturing-nav__item-content-cell.icon .fa {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .weeasy-nurturing-nav__item-content-cell.text {
    margin: 0 55px 0 63px;
    padding: 10px 0;
    min-height: 87px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .weeasy-nurturing-nav__item-content-cell.text small {
    font-size: 11px;
  }
  .weeasy-nurturing-nav__item-content-cell.detail {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 87px;
    font-size: 26px;
  }
  .weeasy-nurturing-nav__item-content-cell.detail .fa {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .weeasy-nurturing-nav {
    *zoom: 1;
    margin: -40px -25px 0;
  }
  .weeasy-nurturing-nav:after {
    content: "";
    display: table;
    clear: both;
  }

  .weeasy-nurturing-nav__item {
    position: relative;
    float: left;
    width: 33.3333333%;
    height: 250px;
    box-sizing: border-box;
    padding: 0 25px;
  }

  .weeasy-nurturing-nav__item-content {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .weeasy-nurturing-nav__item-content:hover {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 105%;
    height: 110%;
    background-color: #67a2de;
  }
  .weeasy-nurturing-nav__item-content:hover .weeasy-nurturing-nav__item-content-cell.icon {
    padding: 45px 0 0 0;
  }
  .weeasy-nurturing-nav__item-content:hover .weeasy-nurturing-nav__item-content-cell.text {
    color: #fff;
  }
  .weeasy-nurturing-nav__item-content:hover .weeasy-nurturing-nav__item-content-cell.detail {
    color: #fff;
  }

  .weeasy-nurturing-nav__item-content-cell.icon {
    padding: 20px 0 0 0;
  }
  .weeasy-nurturing-nav__item-content-cell.icon .fa {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
  .weeasy-nurturing-nav__item-content-cell.text {
    margin: 20px 0 40px 0;
    width: 100%;
    height: 102px;
    font-size: 20px;
    color: #444;
    line-height: 1.5em;
    text-align: center;
  }
  .weeasy-nurturing-nav__item-content-cell.text .sentence {
    padding: 0 20px;
  }
  .weeasy-nurturing-nav__item-content-cell.text small {
    font-size: 15px;
    line-height: 1.25em;
  }
  .weeasy-nurturing-nav__item-content-cell.detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 11px;
    text-align: center;
  }
}
.weeasy-section--nurturing {
  padding-top: 0;
  background-color: #f5f5f5 !important;
}
.weeasy-section--nurturing .weeasy-section__heading, .weeasy-section--nurturing .weeasy-section__heading--labeled {
  text-align: left;
  margin: 0;
  padding: 60px 0 70px 0;
  height: 160px;
  box-sizing: border-box;
  color: #FFF;
  text-shadow: 1px 1px 3px #555;
  text-align: center;
}

@media (min-width: 768px) {
  .weeasy-section--nurturing .weeasy-section__heading, .weeasy-section--nurturing .weeasy-section__heading--labeled {
    height: 240px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .weeasy-nurturing-inv-and-support--horizontal {
    *zoom: 1;
  }
  .weeasy-nurturing-inv-and-support--horizontal:after {
    content: "";
    display: table;
    clear: both;
  }
  .weeasy-nurturing-inv-and-support--horizontal .weeasy-nurturing-inv-and-support__inv {
    float: left;
    width: 66%;
  }
  .weeasy-nurturing-inv-and-support--horizontal .weeasy-nurturing-inv-and-support__support {
    float: left;
    width: 34%;
  }
}
.weeasy-nurturing-support, .weeasy-nurturing-support--wide {
  background-color: #FFF;
  border: 2px solid #579edb;
  padding: 20px 0 20px;
  border-radius: 10px;
  max-width: 320px;
  margin: 0 auto;
}
.weeasy-nurturing-support__heading {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  line-height: 1em;
}
.weeasy-nurturing-support__tel {
  margin: 0 0 20px 0;
  padding: 0 15px;
  color: #579edb;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.weeasy-nurturing-support__notes {
  margin: 0 18px;
}
.weeasy-nurturing-support__note {
  font-size: 12px;
}
.weeasy-nurturing-support__note:before {
  content: "※";
}

@media (min-width: 768px) {
  .weeasy-nurturing-support__heading {
    font-size: 18px;
  }

  .weeasy-nurturing-support--wide {
    max-width: 600px;
  }
  .weeasy-nurturing-support--wide .weeasy-nurturing-support__body {
    display: table;
    margin: 0;
    width: 100%;
  }
  .weeasy-nurturing-support--wide .weeasy-nurturing-support__body .weeasy-nurturing-support__tel {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    font-size: 33px;
  }
  .weeasy-nurturing-support--wide .weeasy-nurturing-support__body .weeasy-nurturing-support__tel img {
    max-width: 100%;
  }
  .weeasy-nurturing-support--wide .weeasy-nurturing-support__body .weeasy-nurturing-support__notes {
    display: table-cell;
    vertical-align: middle;
  }
}
.weeasy-nurturing-inv {
  text-align: center;
}
.weeasy-nurturing-inv__message {
  display: block;
  font-weight: 500;
  color: #777;
  font-size: 14px;
  line-height: 2em;
  margin: 15px;
}
.weeasy-nurturing-inv__investigator {
  display: block;
  font-size: 12px;
  color: #579edb;
}
.weeasy-nurturing-inv__demo {
  margin: 30px;
}

@media (min-width: 768px) {
  .weeasy-nurturing-inv__message {
    font-size: 18px;
  }
}
.weeasy-nurturing-img-and-sticky__img, .weeasy-nurturing-img-and-list__img {
  border: 1px solid #BBB;
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  padding-top: 6px;
  border-radius: 5px;
}
.weeasy-nurturing-img-and-sticky__img:before, .weeasy-nurturing-img-and-list__img:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #BBB;
}
.weeasy-nurturing-img-and-sticky__img > img, .weeasy-nurturing-img-and-list__img > img {
  width: 100%;
}

@media (min-width: 768px) {
  .weeasy-nurturing-img-and-sticky__img, .weeasy-nurturing-img-and-list__img {
    height: auto;
    padding-top: 18px;
    border-radius: 8px;
    border-width: 1px;
  }
  .weeasy-nurturing-img-and-sticky__img:before, .weeasy-nurturing-img-and-list__img:before {
    height: 18px;
    border-width: 1px;
  }
}
.weeasy-nurturing-img-and-sticky, .weeasy-nurturing-img-and-sticky--down-right, .weeasy-nurturing-img-and-sticky--down-left {
  *zoom: 1;
  position: relative;
}
.weeasy-nurturing-img-and-sticky:after, .weeasy-nurturing-img-and-sticky--down-right:after, .weeasy-nurturing-img-and-sticky--down-left:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-nurturing-img-and-sticky__img {
  display: block;
  width: 100%;
}
.weeasy-nurturing-img-and-sticky__sticky {
  position: relative;
  top: -20px;
  float: right;
  width: 70%;
  background-color: #FFF;
}
.weeasy-nurturing-img-and-sticky__heading {
  padding: 16px 11px;
  border-bottom: 1px solid #CCC;
  position: relative;
  font-weight: bold;
  font-size: 13px;
}
.weeasy-nurturing-img-and-sticky__icon {
  position: absolute;
  top: -9px;
  right: 3px;
  font-size: 21px;
}
.weeasy-nurturing-img-and-sticky__body {
  font-size: 12px;
  padding: 11px;
}

@media (min-width: 1040px) {
  .weeasy-nurturing-img-and-sticky-container {
    height: 420px;
  }

  .weeasy-nurturing-img-and-sticky__img {
    width: 73%;
    margin: 0 auto;
  }

  .weeasy-nurturing-img-and-sticky__sticky {
    width: 27%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .weeasy-nurturing-img-and-sticky__icon {
    font-size: 22px;
    left: 5px;
  }

  .weeasy-nurturing-img-and-sticky__heading {
    font-size: 14px;
    padding: 19px 23px 16px;
  }

  .weeasy-nurturing-img-and-sticky__body {
    padding: 19px 23px 16px;
    font-size: 13px;
  }
}
@media (min-width: 1040px) {
  .weeasy-nurturing-img-and-sticky--down-right .weeasy-nurturing-img-and-sticky__sticky {
    top: initial;
    bottom: 0;
  }
  .weeasy-nurturing-img-and-sticky--down-right .weeasy-nurturing-img-and-sticky__icon {
    left: initial;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .weeasy-nurturing-img-and-sticky--down-left .weeasy-nurturing-img-and-sticky__sticky {
    float: left;
  }
  .weeasy-nurturing-img-and-sticky--down-left .weeasy-nurturing-img-and-sticky__icon {
    right: initial;
    left: 5px;
  }
}
@media (min-width: 768px) {
  .weeasy-nurturing-img-and-sticky--down-left .weeasy-nurturing-img-and-sticky__sticky {
    float: left;
  }
  .weeasy-nurturing-img-and-sticky--down-left .weeasy-nurturing-img-and-sticky__icon {
    right: initial;
    left: 5px;
  }
}
@media (min-width: 1040px) {
  .weeasy-nurturing-img-and-sticky--down-left .weeasy-nurturing-img-and-sticky__sticky {
    top: initial;
    bottom: 0;
    right: initial;
    left: 0;
  }
}
.weeasy-nurturing-img-and-list {
  *zoom: 1;
}
.weeasy-nurturing-img-and-list:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-nurturing-img-and-list__dummy-buttons {
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 7px;
}
.weeasy-nurturing-img-and-list__dummy-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.weeasy-nurturing-img-and-list__dummy-button {
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin: 1px 4px 0 0;
  width: 2px;
  height: 2px;
  border: 1px solid #979797;
}
.weeasy-nurturing-img-and-list__img {
  margin-bottom: 21px;
}
.weeasy-nurturing-img-and-list__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  display: table;
}
.weeasy-nurturing-img-and-list__icon-container {
  display: table-cell;
  padding-right: 10px;
}
.weeasy-nurturing-img-and-list__icon {
  width: 32px;
  height: 32px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}
.weeasy-nurturing-img-and-list__text-container {
  display: table-cell;
  vertical-align: top;
}
.weeasy-nurturing-img-and-list__heading {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 12px;
}
.weeasy-nurturing-img-and-list__body {
  font-size: 13px;
}

.weeasy-nurturing-img-and-list__item:nth-child(n+2) {
  padding-top: 20px;
}

.weeasy-nurturing-img-and-list__item:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .weeasy-nurturing-img-and-list__dummy-buttons {
    left: 11px;
    height: 18px;
  }

  .weeasy-nurturing-img-and-list__dummy-button {
    margin: 4px 5px 0 0;
    width: 8px;
    height: 8px;
  }

  .weeasy-nurturing-img-and-list__img {
    float: left;
    width: 72%;
  }

  .weeasy-nurturing-img-and-list__list, .weeasy-nurturing-img-and-list__list--plain {
    float: right;
    width: 180px;
    position: relative;
    top: -3px;
    box-sizing: border-box;
  }

  .weeasy-nurturing-img-and-list__icon {
    width: 32px;
    height: 32px;
  }

  .weeasy-nurturing-img-and-list__heading {
    font-size: 14px;
    padding-bottom: 17px;
  }

  .weeasy-nurturing-img-and-list__body {
    font-size: 13px;
  }
}
.weeasy-nurturing-img-and-list__list--plain {
  margin: 0;
}
.weeasy-nurturing-img-and-list__list--plain .weeasy-nurturing-img-and-list__item {
  border-bottom: none;
  padding-bottom: 10px;
}
.weeasy-nurturing-img-and-list__list--plain .weeasy-nurturing-img-and-list__item:nth-child(n+2) {
  padding-top: 10px;
}

@media (min-width: 1040px) {
  .weeasy-nurturing-img-and-list__list, .weeasy-nurturing-img-and-list__list--plain {
    width: 252px;
  }
}
.hogehogehoge .fugafugafuga {
  color: red;
}

.weeasy-nurturing-steps {
  max-width: 100%;
}
.weeasy-nurturing-steps__heading {
  font-size: 18px;
  color: #888888;
  text-align: center;
  padding-bottom: 31px;
}
.weeasy-nurturing-steps__description {
  text-color: 12px;
  text-align: center;
  padding-bottom: 27px;
}
.weeasy-nurturing-steps__steps, .weeasy-nurturing-steps__steps--invoice, .weeasy-nurturing-steps__steps--receipt, .weeasy-nurturing-steps__steps--cost, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost {
  margin: 0;
  max-width: 100%;
}
.weeasy-nurturing-steps__step {
  position: relative;
  padding: 23px 18px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #ecf8ff;
}
.weeasy-nurturing-steps__step:after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: FontAwesome;
  position: absolute;
  color: #67a2de;
  bottom: -6px;
  left: 50%;
  font-size: 39px;
  line-height: 13px;
  z-index: 5;
  content: '\f0d7';
}
.weeasy-nurturing-steps__step:last-child:after {
  display: none;
}
.weeasy-nurturing-steps__step:nth-child(2) {
  background-color: #ccecff;
}
.weeasy-nurturing-steps__step:nth-child(3) {
  background-color: #b5e3ff;
}
.weeasy-nurturing-steps__step-icon-container {
  padding-right: 14px;
  display: table-cell;
  vertical-align: middle;
  width: 43px;
}
.weeasy-nurturing-steps__step-icon, .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3 {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-size: contain;
}
.weeasy-nurturing-steps__text-container {
  display: table-cell;
}
.weeasy-nurturing-steps__step-heading {
  font-size: 14px;
  padding-bottom: 13px;
  text-align: center;
}
.weeasy-nurturing-steps__step-body {
  font-size: 12px;
}

.weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/bill--wh.png);
}
.weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/accounts-receivable--wh.png);
}
.weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/payment-matching--wh.png);
}

.weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/shooting--wh.png);
}
.weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/ocr--wh.png);
}
.weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/completion--wh.png);
}

.weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/application-expenses--wh.png);
}
.weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/approval--wh.png);
}
.weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/notification--wh.png);
}

.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/bill--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/accounts-receivable--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/payment-matching--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/shooting--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/ocr--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/completion--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/application-expenses--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/approval--bl.png);
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3 {
  background-image: url(/wp-content/themes/weeasy/images/nurturing/notification--bl.png);
}

.weeasy-section:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:first-child, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:first-child, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:first-child, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:first-child, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:first-child {
  background-color: #fff;
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(2), .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(2), .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(2), .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(2), .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(2) {
  background-color: #ccecff;
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(3), .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(3), .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(3), .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(3), .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps .weeasy-nurturing-steps__step:nth-child(3) {
  background-color: #b5e3ff;
}
.weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--3 {
  border-color: #eaf7ff;
}

@media (min-width: 768px) {
  .weeasy-nurturing-steps__heading {
    font-size: 33px;
  }

  .weeasy-nurturing-steps__description {
    font-size: 13px;
    padding-bottom: 134px;
  }

  .weeasy-nurturing-steps__steps, .weeasy-nurturing-steps__steps--invoice, .weeasy-nurturing-steps__steps--receipt, .weeasy-nurturing-steps__steps--cost, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost {
    display: table;
  }

  .weeasy-nurturing-steps__step {
    display: table-cell;
    padding: 96px 38px 35px 38px;
    width: 33%;
  }
  .weeasy-nurturing-steps__step:after {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f0da';
    bottom: initial;
    left: initial;
    right: -13px;
    top: 50%;
    font-size: 59px;
  }

  .weeasy-nurturing-steps__step-icon-container {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    padding-right: 0;
    top: -82px;
    right: initial;
    left: 50%;
    min-width: initial;
    width: 100%;
    text-align: center;
  }

  .weeasy-nurturing-steps__step-icon, .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid #FFF;
  }

  .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(even) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(even) .weeasy-nurturing-steps__step-icon--3 {
    background-color: #eaf7ff;
  }

  .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--invoice .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--invoice .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--receipt .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--receipt .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--1, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--1, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--2, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--2, .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section--primary:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-apps-header--detail:nth-child(odd) .weeasy-nurturing-steps__step-icon--3, .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__steps--cost .weeasy-nurturing-steps__step-icon--3, .weeasy-nurturing-steps__steps--cost .weeasy-section--nurturing:nth-child(odd) .weeasy-nurturing-steps__step-icon--3 {
    background-color: #FFF;
  }

  .weeasy-nurturing-steps__step-heading {
    font-size: 20px;
    padding-bottom: 25px;
  }

  .weeasy-nurturing-steps__step-body {
    font-size: 13px;
  }
}
.weeasy-nurturing-table-set__heading {
  color: #888;
  font-size: 14px;
  text-align: center;
  padding-bottom: 16px;
}
.weeasy-nurturing-table-set__description {
  font-size: 12px;
  padding-bottom: 26px;
}

@media (min-width: 768px) {
  .weeasy-nurturing-table-set__heading {
    font-size: 24px;
    padding-bottom: 31px;
  }
  .weeasy-nurturing-table-set__description {
    font-size: 13px;
    padding-bottom: 49px;
  }
}
.weeasy-nurturing-table, .weeasy-nurturing-table--v-stripes {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.weeasy-nurturing-table__header, .weeasy-nurturing-table__header--em, .weeasy-nurturing-table__header--silent {
  color: #FFF;
  font-size: 12px;
  padding: 10px 8px;
  position: relative;
}
.weeasy-nurturing-table__header-icon-container {
  display: none;
}
.weeasy-nurturing-table__col, .weeasy-nurturing-table__col.heading {
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 12px;
  padding: 10px;
}
.weeasy-nurturing-table__col > span, .weeasy-nurturing-table__col.heading > span {
  vertical-align: bottom;
  height: 18px;
  width: 18px;
}
.weeasy-nurturing-table__icon-set {
  display: table;
}
.weeasy-nurturing-table__icon-set__icon-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 6px;
}
.weeasy-nurturing-table__icon-set__icon {
  display: inline-block;
  background-color: #96cef3;
  color: #FFF;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.weeasy-nurturing-table__icon-set__description {
  display: none;
}
.weeasy-nurturing-table__icon-set__mobile-description {
  text-align: left;
  display: table-cell;
  font-size: 10px;
}
.weeasy-nurturing-table__description-toggle {
  color: #579ed8;
  text-decoration: underline;
  font-size: 8px;
}
.weeasy-nurturing-table__description {
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  display: none;
  box-sizing: border-box;
  border: 1px solid #BBB;
  background-color: #FFF;
  padding: 15px;
  border-radius: 4px;
  position: absolute;
  right: 50%;
  top: 100%;
  z-index: 1;
  font-size: 12px;
  width: 240px;
  text-align: left;
}
.weeasy-nurturing-table__description:after, .weeasy-nurturing-table__description:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.weeasy-nurturing-table__description:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  right: 20px;
}
.weeasy-nurturing-table__description:before {
  border-color: rgba(187, 187, 187, 0);
  border-bottom-color: #BBB;
  border-width: 11px;
  right: 19px;
}

.weeasy-nurturing-table > thead .weeasy-nurturing-table__row, .weeasy-nurturing-table--v-stripes > thead .weeasy-nurturing-table__row {
  background-color: #579ed8;
}

.weeasy-nurturing-table > tbody .weeasy-nurturing-table__row:nth-child(even), .weeasy-nurturing-table--v-stripes > tbody .weeasy-nurturing-table__row:nth-child(even) {
  background-color: #F6F6F6;
}
.weeasy-nurturing-table > tbody .weeasy-nurturing-table__row:nth-child(odd), .weeasy-nurturing-table--v-stripes > tbody .weeasy-nurturing-table__row:nth-child(odd) {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .weeasy-nurturing-table__header, .weeasy-nurturing-table__header--em, .weeasy-nurturing-table__header--silent {
    padding: 20px;
    font-size: 18px;
  }

  .weeasy-nurturing-table__header-icon-container {
    display: block;
    position: absolute;
    left: -25px;
    top: -26px;
  }
  .weeasy-nurturing-table__header-icon-container > img {
    height: 60px;
  }

  .weeasy-nurturing-table__col, .weeasy-nurturing-table__col.heading {
    font-size: 18px;
  }
  .weeasy-nurturing-table__col > span, .weeasy-nurturing-table__col.heading > span {
    height: 36px;
    width: 36px;
  }

  .weeasy-nurturing-table__description-toggle {
    display: none;
  }

  .weeasy-nurturing-table__icon-set__icon-container {
    padding-right: 20px;
  }

  .weeasy-nurturing-table__icon-set__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .weeasy-nurturing-table__icon-set__description {
    display: table-cell;
    text-align: left;
    font-size: 12px;
  }

  .weeasy-nurturing-table__icon-set__mobile-description {
    display: none;
  }

  .weeasy-nurturing-table__description {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    position: static;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 12px;
    width: auto;
  }
  .weeasy-nurturing-table__description:before, .weeasy-nurturing-table__description:after {
    display: none;
  }
}
@media (min-width: 1040px) {
  .weeasy-nurturing-table__header-icon-container {
    left: -15px;
    top: -26px;
  }
}
.weeasy-nurturing-table--v-stripes > thead > tr th:nth-child(n+2) {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.weeasy-nurturing-table--v-stripes > tbody > tr > td:nth-child(n+2) {
  border-left: 2px solid #FFF;
}

.weeasy-nurturing-table--v-stripes > thead .weeasy-nurturing-table__row {
  background-color: #579ed8;
}

.weeasy-nurturing-table--v-stripes > tbody .weeasy-nurturing-table__row:nth-child(odd) {
  background-color: #F6F6F6;
}
.weeasy-nurturing-table--v-stripes > tbody .weeasy-nurturing-table__row:nth-child(even) {
  background-color: #f0f0f0;
}

.weeasy-nurturing-table__description.open {
  display: block;
}

.weeasy-nurturing-table__header--em {
  background-color: #65C4F9;
  font-weight: bold;
}

.weeasy-nurturing-table__header--silent {
  color: #FFF;
  background-color: #cbd6de;
}

@media (min-width: 768px) {
  .weeasy-nurturing-table__header.heading, .heading.weeasy-nurturing-table__header--em, .heading.weeasy-nurturing-table__header--silent {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .weeasy-nurturing-table__header.description, .description.weeasy-nurturing-table__header--em, .description.weeasy-nurturing-table__header--silent, .weeasy-nurturing-table__header--em.description {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .weeasy-nurturing-table__header.description--wide, .description--wide.weeasy-nurturing-table__header--em, .description--wide.weeasy-nurturing-table__header--silent, .weeasy-nurturing-table__header--em.description--wide {
    width: 40%;
  }
}
[class^=weeasy-mark] {
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.weeasy-mark-double-circle {
  background-image: url("/wp-content/themes/weeasy/images/nurturing/double-circle@2x.png");
}

.weeasy-mark-double-circle--em {
  background-image: url("/wp-content/themes/weeasy/images/nurturing/double-circle--em@2x.png");
}

.weeasy-mark-circle {
  background-image: url("/wp-content/themes/weeasy/images/nurturing/circle@2x.png");
}

.weeasy-mark-circle--em {
  background-image: url("/wp-content/themes/weeasy/images/nurturing/circle--em@2x.png");
}

.weeasy-mark-triangle {
  background-image: url("/wp-content/themes/weeasy/images/nurturing/triangle@2x.png");
}

.weeasy-mark-triangle--em {
  background-image: url("/wp-content/themes/weeasy/images/nurturing/triangle--em@2x.png");
}

.weeasy-mark-cross {
  background-size: 80%;
  background-image: url("/wp-content/themes/weeasy/images/nurturing/cross@2x.png");
}

.weeasy-mark-cross--em {
  background-size: 80%;
  background-image: url("/wp-content/themes/weeasy/images/nurturing/cross--em@2x.png");
}

.weeasy-jumbotron--recruit {
  box-sizing: border-box;
  position: relative;
  padding-top: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url("/wp-content/themes/weeasy/images/recruit/message-bg--sp.jpg");
  background-color: #f8f8f8;
}

.weeasy-jumbotron--recruit__text-box {
  padding: 0 20px 28px;
}

.weeasy-jumbotron--recruit__heading {
  text-shadow: white 0 -1px 5px, white 1px 1px 5px, white 0 1px 5px, white -1px -1px 5px;
  margin: 0 0 1em 0;
  line-height: 1.3em;
  text-align: center;
  color: #444;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.weeasy-jumbotron--recruit__description > p {
  text-shadow: rgba(255, 255, 255, 0.8) 0 -1px 2px, rgba(255, 255, 255, 0.8) 1px 1px 2px, rgba(255, 255, 255, 0.8) 0 1px 2px, rgba(255, 255, 255, 0.8) -1px -1px 2px;
  margin: 1em 0 0 0;
  line-height: 1.8em;
  color: #444;
  font-size: 14px;
}
.weeasy-jumbotron--recruit__description > p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .weeasy-jumbotron--recruit {
    padding: 40px 60px;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-image: url("/wp-content/themes/weeasy/images/recruit/message-bg--tb.jpg");
  }
  .weeasy-jumbotron--recruit:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 60%;
    height: 100%;
    background-color: transparent;
  }

  .weeasy-jumbotron--recruit__text-box {
    position: relative;
    padding: 0;
    width: 52%;
  }

  .weeasy-jumbotron--recruit__heading {
    margin: 1em 0;
    text-align: left;
    line-height: 2em;
    color: #444;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.2em;
  }

  .weeasy-jumbotron--recruit__description > p {
    margin: 1em 0 0 0;
    line-height: 1.8em;
    color: #444;
    font-size: 14px;
  }
  .weeasy-jumbotron--recruit__description > p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1040px) {
  .weeasy-jumbotron--recruit {
    background-image: url("/wp-content/themes/weeasy/images/recruit/message-bg--pc.jpg");
  }
}
.weeasy-recruit-jobs {
  margin-bottom: 60px;
}

.weeasy-recruit-jobs__job-category {
  line-height: 1em;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.weeasy-recruit-jobs__jobs .weeasy-col-third, .weeasy-recruit-jobs__jobs .company-description__logo {
  margin-top: 0;
}

.weeasy-recruit-jobs__job {
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: block;
  border: 1px solid #386DAA;
  padding: 12px 24px 12px 12px;
  margin-bottom: 12px;
  color: #386DAA;
}
.weeasy-recruit-jobs__job:hover {
  text-decoration: none;
}
.weeasy-recruit-jobs__job:active, .weeasy-recruit-jobs__job:hover {
  transition-property: background-color;
  transition-duration: 0.3s;
  background-color: rgba(56, 109, 170, 0.1);
}
.weeasy-recruit-jobs__job:after {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 12px;
  font-family: FontAwesome;
  content: '\f105';
}

@media (min-width: 768px) {
  .weeasy-recruit-jobs__job-category {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .weeasy-recruit-jobs__jobs .weeasy-col-third, .weeasy-recruit-jobs__jobs .company-description__logo {
    margin-left: 10px;
  }

  .weeasy-recruit-jobs__job {
    font-size: 16px;
  }
}
.weeasy-jumbotron--company {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .weeasy-jumbotron--company {
    height: 400px;
  }
}
.weeasy-company-section, .weeasy-company-section--vertical-narrow, .weeasy-company-map {
  padding: 20px 0;
}
.weeasy-company-section + .weeasy-company-section, .weeasy-company-section--vertical-narrow + .weeasy-company-section, .weeasy-company-map + .weeasy-company-section, .weeasy-company-section + .weeasy-company-section--vertical-narrow, .weeasy-company-section--vertical-narrow + .weeasy-company-section--vertical-narrow, .weeasy-company-map + .weeasy-company-section--vertical-narrow, .weeasy-company-section + .weeasy-company-map, .weeasy-company-section--vertical-narrow + .weeasy-company-map, .weeasy-company-map + .weeasy-company-map {
  border-top: 1px solid #ccc;
}

.weeasy-company-section--vertical-narrow {
  padding-top: 30px;
  padding-bottom: 20px;
}

.weeasy-company-section--access {
  padding: 0 0 20px;
  border-top: none;
}

.weeasy-company-section--access__arrow {
  margin-bottom: 20px;
}
.weeasy-company-section--access__arrow > i {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #54A7E5;
  font-size: 1.4em;
}
.weeasy-company-section--access__arrow > i:first-child {
  margin-top: 0;
  color: #C0EBFF;
}
.weeasy-company-section--access__arrow > i:last-child {
  color: #386DAA;
}

.weeasy-company-section--recruiting {
  padding: 40px 0;
}

.weeasy-company-section__container,
.weeasy-company-section__container--narrow {
  margin: 0 20px;
}

.weeasy-company-section__heading, .weeasy-company-section__heading--plain {
  line-height: 1.8em;
  text-align: center;
  color: #001478;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.weeasy-company-section__heading--plain {
  font-weight: normal;
  color: #444;
}

.weeasy-company-section__description, .weeasy-company-movie__description,
.weeasy-company-section__description--md {
  margin-top: 20px;
  font-size: 13px;
}
.weeasy-company-section__description > p, .weeasy-company-movie__description > p,
.weeasy-company-section__description--md > p {
  margin: 0 0 1.3em !important;
  line-height: 1.7em;
}

.weeasy-company-section__description-link {
  text-decoration: underline;
}

.weeasy-company-map {
  height: 360px;
}
.weeasy-company-map > iframe {
  vertical-align: top;
}

@media (min-width: 768px) {
  .weeasy-company-section, .weeasy-company-section--vertical-narrow, .weeasy-company-map,
  .weeasy-company-section--recruiting {
    padding: 60px 0;
  }

  .weeasy-company-section--access {
    padding: 0 0 40px;
  }

  .weeasy-company-section--access__arrow {
    margin-bottom: 36px;
  }
  .weeasy-company-section--access__arrow > i {
    margin-top: 20px;
    font-size: 2em;
  }

  .weeasy-company-section__container {
    width: 708px;
    margin: 0 auto;
  }

  .weeasy-company-section__container--narrow {
    width: 566.4px;
    margin: 0 auto;
  }

  .weeasy-company-section__heading, .weeasy-company-section__heading--plain {
    font-size: 32px;
    line-height: 1.8em;
  }

  .weeasy-company-section__description--md > p {
    font-size: 15px;
  }

  .weeasy-company-section__description > p, .weeasy-company-movie__description > p {
    font-size: 14px;
  }

  .weeasy-company-section__map {
    height: 430px;
  }
}
@media (min-width: 1040px) {
  .weeasy-company-section__container {
    width: 800px;
  }

  .weeasy-company-section__container--narrow {
    width: 720px;
  }
}
.weeasy-company-section--data {
  margin-top: 10px;
  padding: 34px 0 40px 0;
}

.weeasy-company-data {
  color: #001478;
  text-align: center;
}

.weeasy-company-data__label {
  margin-bottom: 8px;
  font-size: 13px;
}

.weeasy-company-data__body {
  line-height: 1em;
  font-size: 36px;
  font-weight: bold;
}
.weeasy-company-data__body > small {
  font-size: 18px;
}

@media (min-width: 768px) {
  .weeasy-company-data__label {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .weeasy-company-data__body {
    font-size: 40px;
    font-weight: bold;
  }
  .weeasy-company-data__body > small {
    font-size: 24px;
  }
}
.weeasy-company-cta {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .weeasy-company-cta {
    margin-top: 54px;
  }
}
.weeasy-company-visions {
  margin: 20px 0 0 0;
}

.weeasy-company-vision {
  margin-top: 24px;
}
.weeasy-company-vision:first-child {
  margin-top: 0;
}

.weeasy-company-vision__heading {
  margin: 8px 0;
  text-align: center;
  line-height: 1.5em;
  color: #001478;
  font-size: 16px;
  font-weight: normal;
}
.weeasy-company-vision__heading i {
  padding-right: 0.2em;
}

.weeasy-company-vision__description {
  line-height: 1.8em;
  font-size: 12px;
  text-align: justify;
  text-justify: distribute;
}

.weeasy-company-vision__heading {
  display: table;
  margin: 10px 0;
  text-align: left;
  line-height: 1.5em;
  font-weight: bold;
}
.weeasy-company-vision__heading i {
  display: table-cell;
  padding-right: 0.5em;
  vertical-align: middle;
}
.weeasy-company-vision__heading i:before {
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-left: 1px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  background-color: #001478;
}
.weeasy-company-vision__heading span {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .weeasy-company-visions {
    margin-top: 40px;
  }

  .weeasy-company-vision {
    margin-top: 40px;
  }

  .weeasy-company-vision__heading {
    font-size: 20px;
  }
  .weeasy-company-vision__heading i:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .weeasy-company-vision__description {
    line-height: 1.8em;
    font-size: 13px;
  }
}
.weeasy-company-values {
  width: 100%;
  margin: 20px auto 0;
  color: #001478;
}

.weeasy-company-value {
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 16px;
  border: 1px solid #001478;
}
.weeasy-company-value:first-child {
  margin-top: 0;
}

.weeasy-company-value__heading {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
}

.weeasy-company-value__description {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}

@media (min-width: 768px) {
  .weeasy-company-values {
    margin-top: 32px;
  }

  .weeasy-company-value {
    border-radius: 8px;
    display: table;
    width: 100%;
    min-height: 78px;
    padding: 20px;
  }

  .weeasy-company-value__heading {
    display: table-cell;
    width: 32%;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
  }

  .weeasy-company-value__description {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
  }
}
@media (min-width: 1040px) {
  .weeasy-company-value__heading {
    font-size: 23px;
  }
}
.weeasy-company-overview {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-size: 13px;
  border-collapse: collapse;
}
.weeasy-company-overview tr {
  border-bottom: 1px solid #ccc;
}
.weeasy-company-overview td:first-child {
  width: 25%;
}
.weeasy-company-overview td {
  line-height: 2em;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .weeasy-company-overview {
    margin-top: 30px;
    font-size: 16px;
  }
  .weeasy-company-overview td:first-child {
    width: 30%;
  }
  .weeasy-company-overview td {
    padding: 20px 0;
  }
}
@media (min-width: 1040px) {
  .weeasy-company-overview {
    font-size: 18px;
  }
}
.weeasy-company-access {
  margin-top: 16px;
}

.weeasy-company-access__item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 768px) {
  .weeasy-company-access {
    display: table;
    width: 100%;
    margin-top: 32px;
  }

  .weeasy-company-access__item {
    display: table-cell;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .weeasy-company-access__item:first-child {
    border-right: none;
  }
}
@media (min-width: 1040px) {
  .weeasy-company-access {
    margin-top: 40px;
  }

  .weeasy-company-access__item {
    font-size: 16px;
  }
}
.weeasy-company-photos {
  *zoom: 1;
  height: 300px;
}
.weeasy-company-photos:after {
  content: "";
  display: table;
  clear: both;
}

.weeasy-company-photo, .weeasy-company-photo--half, .weeasy-company-photo--third {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.weeasy-company-photo--half {
  float: none;
  height: 50%;
}

.weeasy-company-photo--third:first-child {
  float: left;
  width: 50%;
  height: 100%;
}
.weeasy-company-photo--third:nth-child(n+2) {
  float: right;
  width: 50%;
  height: 50%;
}

@media (min-width: 768px) {
  .weeasy-company-photo--third:first-child,
  .weeasy-company-photo--third:nth-child(n+2) {
    float: left;
    width: 33.3333%;
    height: 100%;
  }

  .weeasy-company-photo--half {
    float: left;
    width: 50%;
    height: 100%;
  }
}
.weeasy-company-movie {
  margin-bottom: 32px;
  text-align: center;
}
.weeasy-company-movie > iframe {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.weeasy-company-movie__heading {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: normal;
}

.weeasy-company-movie__description {
  text-align: left;
}

@media (min-width: 768px) {
  .weeasy-company-movie {
    margin-bottom: 48px;
  }
  .weeasy-company-movie > iframe {
    height: 319px;
  }

  .weeasy-company-movie__heading {
    margin: 1em 0;
    font-size: 20px;
  }
}
@media (min-width: 1040px) {
  .weeasy-company-movie > iframe {
    height: 405px;
  }
}
.weeasy-company-visit-rule {
  padding: 20px 0;
  color: #fff;
  background-color: #2F4163;
}

.weeasy-company-visit-rule__figure {
  text-align: center;
}
.weeasy-company-visit-rule__figure > img {
  width: 40%;
  height: 40%;
}

.weeasy-company-visit-rule__description {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8em;
  font-size: 13px;
}
.weeasy-company-visit-rule__description > .fa-moon-o {
  display: none;
}

@media (min-width: 768px) {
  .weeasy-company-visit-rule {
    padding: 25px 0;
  }

  .weeasy-company-visit-rule__inner {
    display: table;
    margin: 0 auto;
  }

  .weeasy-company-visit-rule__figure {
    width: 180px;
    padding-right: 42px;
    display: table-cell;
    vertical-align: middle;
  }
  .weeasy-company-visit-rule__figure > img {
    width: auto;
    height: auto;
  }

  .weeasy-company-visit-rule__description {
    text-align: left;
    font-size: 15px;
    line-height: 2.0em;
    display: table-cell;
    vertical-align: middle;
  }
  .weeasy-company-visit-rule__description > .fa-moon-o {
    display: block;
    position: relative;
    margin-bottom: 12px;
    font-size: 24px;
  }
  .weeasy-company-visit-rule__description > .fa-moon-o:after {
    position: absolute;
    top: 2px;
    left: 11px;
    font-family: 'FontAwesome';
    content: "\f005";
    font-size: 11px;
  }
}
.weeasy-company-recruiting {
  position: relative;
  margin: 20px 10px 0;
  padding-bottom: 16px;
  border-bottom: solid 1px #001478;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  font-size: 14px;
  color: #001478;
}
.weeasy-company-recruiting + .weeasy-company-cta {
  margin-bottom: 20px;
}
.weeasy-company-recruiting:before {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-top: 10px solid #001478;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
}
.weeasy-company-recruiting:after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-top: 9px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
}

@media (min-width: 768px) {
  .weeasy-company-recruiting {
    margin: 20px auto 0;
    padding: 0 30px 30px;
    line-height: 1.8em;
    font-size: 21px;
  }
  .weeasy-company-recruiting + .weeasy-company-cta {
    margin-bottom: 40px;
  }
  .weeasy-company-recruiting:before {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    border-top: 18px solid #001478;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
  .weeasy-company-recruiting:after {
    content: "";
    border-top: 17px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
@media (min-width: 1040px) {
  .weeasy-company-recruiting {
    padding: 0 60px 40px;
    font-size: 24px;
  }
}
