/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* -----------------------------------------------------------
    フルリッチテキスト箇所
-------------------------------------------------------------- */
.nicms-fullrich{
    line-height: 1.5;
}

.nicms-fullrich img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.nicms-fullrich a:link {
    color: var(--linkc);
    display: inline-block;
    text-decoration: underline;
}

.nicms-fullrich ol,
.nicms-fullrich ul {
    list-style: none;
}

.nicms-fullrich ol li,
.nicms-fullrich ul li {
    margin: 10px 0;
}

.nicms-fullrich table,
.nicms-fullrich th,
.nicms-fullrich td {
    border: 1px solid #ddd;
}

.nicms-fullrich table {
    border-width: 1px 0 0 1px;
    margin: 0 auto 1.6em;
    min-width: 700px;
    table-layout: fixed;
    width: auto;
    overflow-wrap: break-word;
}

.nicms-fullrich caption,
.nicms-fullrich th,
.nicms-fullrich td {
    font-weight: normal;
    text-align: left;
}

.nicms-fullrich th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

.nicms-fullrich td {
    border-width: 0 1px 1px 0;
}

.nicms-fullrich th,
.nicms-fullrich td {
    padding: .7em;
}

.nicms-fullrich fieldset {
    min-width: inherit;
}

.nicms-fullrich blockquote:before,
.nicms-fullrich blockquote:after,
.nicms-fullrich q:before,
.nicms-fullrich q:after {
    content: "";
}

.nicms-fullrich blockquote,
.nicms-fullrich q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

.nicms-fullrich a:hover,
.nicms-fullrich a:active {
    outline: 0;
    text-decoration: none;
}

.nicms-fullrich a img {
    border: 0;
}

.nicms-fullrich figcaption,
.nicms-fullrich figure{
    display: block;
}

/**
 * 2.0 - Genericons
 */

.nicms-fullrich .social-navigation a:before,
.nicms-fullrich .secondary-toggle:before,
.nicms-fullrich .dropdown-toggle:after,
.nicms-fullrich .bypostauthor > article .fn:after,
.nicms-fullrich .comment-reply-title small a:before,
.nicms-fullrich .comment-navigation .nav-next a:after,
.nicms-fullrich .comment-navigation .nav-previous a:before,
.nicms-fullrich .posted-on:before,
.nicms-fullrich .byline:before,
.nicms-fullrich .cat-links:before,
.nicms-fullrich .tags-links:before,
.nicms-fullrich .comments-link:before,
.nicms-fullrich .entry-format:before,
.nicms-fullrich .edit-link:before,
.nicms-fullrich .full-size-link:before,
.nicms-fullrich .pagination .prev:before,
.nicms-fullrich .pagination .next:before,
.nicms-fullrich .image-navigation a:before,
.nicms-fullrich .image-navigation a:after,
.nicms-fullrich .format-link .entry-title a:after,
.nicms-fullrich .entry-content .more-link:after,
.nicms-fullrich .entry-summary .more-link:after,
.nicms-fullrich .author-link:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 Typography
 */
/*
*/

.nicms-fullrich b,
.nicms-fullrich strong {
    font-weight: 700;
}

.nicms-fullrich dfn,
.nicms-fullrich cite,
.nicms-fullrich em{
    font-style: italic;
}

.nicms-fullrich i {
    margin: 0 4px;
}

.nicms-fullrich blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

.nicms-fullrich blockquote p {
    margin-bottom: 1.6667em;
}

.nicms-fullrich blockquote > p:last-child {
    margin-bottom: 0;
}

.nicms-fullrich blockquote cite,
.nicms-fullrich blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

.nicms-fullrich blockquote em,
.nicms-fullrich blockquote i,
.nicms-fullrich blockquote cite {
    font-style: normal;
}

.nicms-fullrich blockquote strong,
.nicms-fullrich blockquote b {
    font-weight: 400;
}

.nicms-fullrich address {
    font-style: italic;
    margin: 0 0 1.6em;
}

.nicms-fullrich code,
.nicms-fullrich kbd,
.nicms-fullrich tt,
.nicms-fullrich var,
.nicms-fullrich samp,
.nicms-fullrich pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
}

.nicms-fullrich pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.nicms-fullrich abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

.nicms-fullrich mark,
.nicms-fullrich ins {
    background-color: #fff9c0;
    text-decoration: none;
}

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

.nicms-fullrich sup {
    bottom: 1ex;
}

.nicms-fullrich sub {
    top: .5ex;
}

.nicms-fullrich small {
    font-size: 75%;
}

.nicms-fullrich big {
    font-size: 125%;
}


/**
 * 4.0 Elements
 */

.nicms-fullrich hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

.nicms-fullrich ul,
.nicms-fullrich ol {
    margin: 0 0 1.6em 1.3333em;
}

.nicms-fullrich ul {
    list-style: disc;
}

.nicms-fullrich ol {
    list-style: decimal;
}

.nicms-fullrich li > ul,
.nicms-fullrich li > ol {
    margin-bottom: 0;
    padding-left: 1em;
}

.nicms-fullrich dl {
    margin-bottom: 1.6em;
}

.nicms-fullrich dt {
    font-weight: bold;
}

.nicms-fullrich dd {
    margin-bottom: 1.6em;
}


.nicms-fullrich figure {
    margin: 0;
}

.nicms-fullrich del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

.nicms-fullrich ::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

.nicms-fullrich :-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}

.nicms-fullrich ::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.nicms-fullrich :-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

.nicms-fullrich button,
.nicms-fullrich input,
.nicms-fullrich select,
.nicms-fullrich textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

.nicms-fullrich button,
.nicms-fullrich input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}

.nicms-fullrich input,
.nicms-fullrich textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.nicms-fullrich input:focus,
.nicms-fullrich textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

.nicms-fullrich input:focus,
.nicms-fullrich select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

.nicms-fullrich button[disabled],
.nicms-fullrich input[disabled],
.nicms-fullrich select[disabled],
.nicms-fullrich textarea[disabled] {
    cursor: default;
    opacity: .5;
}

.nicms-fullrich button,
.nicms-fullrich input[type="button"],
.nicms-fullrich input[type="reset"],
.nicms-fullrich input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

.nicms-fullrich button:hover,
.nicms-fullrich input[type="button"]:hover,
.nicms-fullrich input[type="reset"]:hover,
.nicms-fullrich input[type="submit"]:hover,
.nicms-fullrich button:focus,
.nicms-fullrich input[type="button"]:focus,
.nicms-fullrich input[type="reset"]:focus,
.nicms-fullrich input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

.nicms-fullrich input[type="search"] {
    -webkit-appearance: textfield;
}

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

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

.nicms-fullrich input[type="text"],
.nicms-fullrich input[type="email"],
.nicms-fullrich input[type="url"],
.nicms-fullrich input[type="password"],
.nicms-fullrich input[type="search"],
.nicms-fullrich textarea {
    padding: 0.375em;
    width: 100%;
}

.nicms-fullrich textarea {
    overflow: auto;
    vertical-align: top;
}

.nicms-fullrich input[type="text"]:focus,
.nicms-fullrich input[type="email"]:focus,
.nicms-fullrich input[type="url"]:focus,
.nicms-fullrich input[type="password"]:focus,
.nicms-fullrich input[type="search"]:focus,
.nicms-fullrich textarea:focus {
    outline: 0;
}

.nicms-fullrich .post-password-form {
    position: relative;
}

.nicms-fullrich .post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.nicms-fullrich .post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nicms-fullrich input[type="checkbox"],
.nicms-fullrich input[type="radio"] {
    padding: 0;
}

.nicms-fullrich .search-form input[type="submit"],
.nicms-fullrich .widget .search-form input[type="submit"] {
    padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

/*
*/

/**
 * 6.2 Menus
 */

.nicms-fullrich .main-navigation a {
    display: block;
    padding: 0.8em 0;
    position: relative;
    text-decoration: none;
}

.nicms-fullrich .main-navigation ul {
    list-style: none;
    margin: 0;
}

.nicms-fullrich .main-navigation ul ul {
    display: none;
    margin-left: 0.8em;
}

.nicms-fullrich .main-navigation ul .toggled-on {
    display: block;
}

.nicms-fullrich .main-navigation li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}

.nicms-fullrich .main-navigation .current-menu-item > a,
.nicms-fullrich .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
}

.nicms-fullrich .main-navigation .nav-menu > ul > li:first-child,
.nicms-fullrich .main-navigation .nav-menu > li:first-child {
    border-top: 0;
}

.nicms-fullrich .main-navigation .menu-item-has-children > a {
    padding-right: 48px;
}

.nicms-fullrich .main-navigation .menu-item-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5em;
}

.nicms-fullrich .no-js .main-navigation ul ul {
    display: block;
}

.nicms-fullrich .dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
    top: 3px;
    right: 0;
    width: 42px;
}

.nicms-fullrich .dropdown-toggle:after {
    color: #333;
    content: "\f431";
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
}

.nicms-fullrich .dropdown-toggle:hover,
.nicms-fullrich .dropdown-toggle:focus {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
}

.nicms-fullrich .dropdown-toggle:focus {
    outline: 1px solid #c1c1c1;
    outline: 1px solid rgba(51, 51, 51, 0.3);
}

.nicms-fullrich .dropdown-toggle.toggle-on:after {
    content: "\f432";
}

.nicms-fullrich .social-navigation {
    margin: 9.0909% 0;
}

.nicms-fullrich .social-navigation ul {
    list-style: none;
    margin: 0 0 -1.6em 0;
}

.nicms-fullrich .social-navigation li {
    float: left;
}

.nicms-fullrich .social-navigation a {
    display: block;
    height: 3.2em;
    position: relative;
    width: 3.2em;
}

.nicms-fullrich .social-navigation a:before {
    content: "\f415";
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.nicms-fullrich .social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.nicms-fullrich .social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.nicms-fullrich .social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.nicms-fullrich .social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.nicms-fullrich .social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.nicms-fullrich .social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.nicms-fullrich .social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.nicms-fullrich .social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.nicms-fullrich .social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.nicms-fullrich .social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.nicms-fullrich .social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.nicms-fullrich .social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.nicms-fullrich .social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.nicms-fullrich .social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.nicms-fullrich .social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.nicms-fullrich .social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.nicms-fullrich .social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.nicms-fullrich .social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.nicms-fullrich .social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.nicms-fullrich .social-navigation a[href*="wordpress.com"]:before,
.nicms-fullrich .social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.nicms-fullrich .social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.nicms-fullrich .social-navigation a[href*="mailto:"]:before {
    content: "\f410";
}

.nicms-fullrich .social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.nicms-fullrich .social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.nicms-fullrich .social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

.nicms-fullrich .social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.nicms-fullrich .social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}

.nicms-fullrich .secondary-toggle {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
}

.nicms-fullrich .secondary-toggle:before {
    color: #333;
    content: "\f419";
    line-height: 40px;
    width: 40px;
}

.nicms-fullrich .secondary-toggle:hover,
.nicms-fullrich .secondary-toggle:focus {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0;
}

.nicms-fullrich .secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px;
}

.nicms-fullrich .post-navigation {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-weight: 700;
}

.nicms-fullrich .post-navigation a {
    display: block;
    padding: 3.8461% 7.6923%;
}

.nicms-fullrich .post-navigation span {
    display: block;
}

.nicms-fullrich .post-navigation .meta-nav {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.nicms-fullrich .post-navigation .post-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    position: relative;
    z-index: 2;
}

.nicms-fullrich .post-navigation .nav-next,
.nicms-fullrich .post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative;
}

.nicms-fullrich .post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.nicms-fullrich .post-navigation a:hover:before,
.nicms-fullrich .post-navigation a:focus:before {
    opacity: 0.5;
}

.nicms-fullrich .post-navigation .meta-nav {
    opacity: 0.8;
}

.nicms-fullrich .post-navigation div + div {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.nicms-fullrich .pagination {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-family: "Noto Sans", sans-serif;
}

.nicms-fullrich .pagination .nav-links {
    min-height: 3.2em;
    position: relative;
    text-align: center;
}

/* reset screen-reader-text */
.nicms-fullrich .pagination .current .screen-reader-text {
    position: static !important;
}

.nicms-fullrich .pagination .page-numbers {
    display: none;
    line-height: 3.2em;
    padding: 0 0.6667em;
}

.nicms-fullrich .pagination .page-numbers.current {
    text-transform: uppercase;
}

.nicms-fullrich .pagination .current {
    display: inline-block;
    font-weight: 700;
}

.nicms-fullrich .pagination .prev,
.nicms-fullrich .pagination .next {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 48px;
}

.nicms-fullrich .pagination .prev:before,
.nicms-fullrich .pagination .next:before {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    position: relative;
    width: 48px;
}

.nicms-fullrich .pagination .prev:hover,
.nicms-fullrich .pagination .prev:focus,
.nicms-fullrich .pagination .next:hover,
.nicms-fullrich .pagination .next:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
}

.nicms-fullrich .pagination .prev {
    left: 0;
}

.nicms-fullrich .pagination .prev:before {
    content: "\f430";
    left: -1px;
}

.nicms-fullrich .pagination .next {
    right: 0;
}

.nicms-fullrich .pagination .next:before {
    content: "\f429";
    right: -1px;
}

.nicms-fullrich .image-navigation,
.nicms-fullrich .comment-navigation {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.nicms-fullrich .image-navigation a,
.nicms-fullrich .comment-navigation a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.nicms-fullrich .image-navigation a:hover,
.nicms-fullrich .image-navigation a:focus,
.nicms-fullrich .comment-navigation a:hover,
.nicms-fullrich .comment-navigation a:focus {
    color: #333;
}

.nicms-fullrich .image-navigation .nav-previous:not(:empty),
.nicms-fullrich .image-navigation .nav-next:not(:empty),
.nicms-fullrich .comment-navigation .nav-previous:not(:empty),
.nicms-fullrich .comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.nicms-fullrich .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.nicms-fullrich .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\2215";
    font-weight: 400;
    margin: 0 0.7em;
}

.nicms-fullrich .image-navigation .nav-previous a:before,
.nicms-fullrich .comment-navigation .nav-previous a:before {
    content: "\f430";
    margin-right: 0.2em;
    position: relative;
}

.nicms-fullrich .image-navigation .nav-next a:after,
.nicms-fullrich .comment-navigation .nav-next a:after {
    content: "\f429";
    margin-left: 0.2em;
    position: relative;
}

.nicms-fullrich .comment-navigation {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 2em 0;
}

.nicms-fullrich .comments-title + .comment-navigation {
    border-bottom: 0;
}

.nicms-fullrich .image-navigation {
    padding: 0 7.6923%;
}

.nicms-fullrich .image-navigation .nav-previous:not(:empty),
.nicms-fullrich .image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.nicms-fullrich .says,
.nicms-fullrich .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.nicms-fullrich .site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.nicms-fullrich .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.nicms-fullrich .site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.nicms-fullrich .alignleft {
    display: inline;
    float: left;
}

.nicms-fullrich .alignright {
    display: inline;
    float: right;
}

.nicms-fullrich .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.nicms-fullrich blockquote.alignleft,
.nicms-fullrich .wp-caption.alignleft,
.nicms-fullrich img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

.nicms-fullrich blockquote.alignright,
.nicms-fullrich .wp-caption.alignright,
.nicms-fullrich img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

.nicms-fullrich blockquote.aligncenter,
.nicms-fullrich .wp-caption.aligncenter,
.nicms-fullrich img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.nicms-fullrich .wp-caption.alignleft,
.nicms-fullrich .wp-caption.alignright,
.nicms-fullrich .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.nicms-fullrich .clear:before,
.nicms-fullrich .clear:after,
.nicms-fullrich .site:before,
.nicms-fullrich .site:after,
.nicms-fullrich .entry-content:before,
.nicms-fullrich .entry-content:after,
.nicms-fullrich .comment-content:before,
.nicms-fullrich .comment-content:after,
.nicms-fullrich .site-content:before,
.nicms-fullrich .site-content:after,
.nicms-fullrich .nav-links:before,
.nicms-fullrich .nav-links:after,
.nicms-fullrich .comment-navigation:before,
.nicms-fullrich .comment-navigation:after,
.nicms-fullrich .social-navigation ul:before,
.nicms-fullrich .social-navigation ul:after,
.nicms-fullrich .textwidget:before,
.nicms-fullrich .textwidget:after {
    content: "";
    display: table;
}

.nicms-fullrich .clear:after,
.nicms-fullrich .site:after,
.nicms-fullrich .entry-content:after,
.nicms-fullrich .comment-content:after,
.nicms-fullrich .site-content:after,
.nicms-fullrich .nav-links:after,
.nicms-fullrich .comment-navigation:after,
.nicms-fullrich .social-navigation ul:after,
.nicms-fullrich .textwidget:after {
    clear: both;
}


/**
 * 10.0 Header
 */

.nicms-fullrich .site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.nicms-fullrich .site-branding {
    min-height: 2em;
    padding-right: 60px;
    position: relative;
}

.nicms-fullrich .site-title {
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3636;
    margin-bottom: 0;
}

.nicms-fullrich .custom-logo {
    max-height: 84px;
    width: auto;
}

.nicms-fullrich .wp-custom-logo .site-title {
    margin-top: 0.545454545em;
}

.nicms-fullrich .site-description {
    display: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.5em 0 0;
    opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.nicms-fullrich .widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}

.nicms-fullrich .widget pre {
    line-height: 1.2;
}

.nicms-fullrich .widget button,
.nicms-fullrich .widget input,
.nicms-fullrich .widget select,
.nicms-fullrich .widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.nicms-fullrich .widget button,
.nicms-fullrich .widget input {
    line-height: normal;
}

.nicms-fullrich .widget button,
.nicms-fullrich .widget input[type="button"],
.nicms-fullrich .widget input[type="reset"],
.nicms-fullrich .widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}

.nicms-fullrich .widget input[type="text"],
.nicms-fullrich .widget input[type="email"],
.nicms-fullrich .widget input[type="url"],
.nicms-fullrich .widget input[type="password"],
.nicms-fullrich .widget input[type="search"],
.nicms-fullrich .widget textarea {
    padding: 0.375em;
}

.nicms-fullrich .widget-title {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nicms-fullrich .widget > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .widget_calendar table {
    margin: 0;
}

.nicms-fullrich .widget_calendar td,
.nicms-fullrich .widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.nicms-fullrich .widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nicms-fullrich .widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.nicms-fullrich .widget_calendar tbody a:hover,
.nicms-fullrich .widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.nicms-fullrich .widget_archive a,
.nicms-fullrich .widget_categories a,
.nicms-fullrich .widget_links a,
.nicms-fullrich .widget_meta a,
.nicms-fullrich .widget_nav_menu a,
.nicms-fullrich .widget_pages a,
.nicms-fullrich .widget_recent_comments a,
.nicms-fullrich .widget_recent_entries a {
    border: 0;
}

.nicms-fullrich .widget_archive ul,
.nicms-fullrich .widget_categories ul,
.nicms-fullrich .widget_links ul,
.nicms-fullrich .widget_meta ul,
.nicms-fullrich .widget_nav_menu ul,
.nicms-fullrich .widget_pages ul,
.nicms-fullrich .widget_recent_comments ul,
.nicms-fullrich .widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.nicms-fullrich .widget_archive li,
.nicms-fullrich .widget_categories li,
.nicms-fullrich .widget_links li,
.nicms-fullrich .widget_meta li,
.nicms-fullrich .widget_nav_menu li,
.nicms-fullrich .widget_pages li,
.nicms-fullrich .widget_recent_comments li,
.nicms-fullrich .widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.nicms-fullrich .widget_archive li:first-child,
.nicms-fullrich .widget_categories li:first-child,
.nicms-fullrich .widget_links li:first-child,
.nicms-fullrich .widget_meta li:first-child,
.nicms-fullrich .widget_nav_menu li:first-child,
.nicms-fullrich .widget_pages li:first-child,
.nicms-fullrich .widget_recent_comments li:first-child,
.nicms-fullrich .widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.nicms-fullrich .widget_archive li:last-child,
.nicms-fullrich .widget_categories li:last-child,
.nicms-fullrich .widget_links li:last-child,
.nicms-fullrich .widget_meta li:last-child,
.nicms-fullrich .widget_nav_menu li:last-child,
.nicms-fullrich .widget_pages li:last-child,
.nicms-fullrich .widget_recent_comments li:last-child,
.nicms-fullrich .widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.nicms-fullrich .widget_categories .children,
.nicms-fullrich .widget_nav_menu .sub-menu,
.nicms-fullrich .widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}

.nicms-fullrich .widget_recent_entries .post-date {
    display: block;
}

.nicms-fullrich .widget_rss ul {
    list-style: none;
    margin: 0;
}

.nicms-fullrich .widget_rss li {
    margin-bottom: 1.6em;
}

.nicms-fullrich .widget_rss ul:last-child,
.nicms-fullrich .widget_rss li:last-child {
    margin-bottom: 0;
}

.nicms-fullrich .widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.nicms-fullrich .widget_rss .rsswidget img {
    margin-top: -4px;
}

.nicms-fullrich .widget_rss .rss-date,
.nicms-fullrich .widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.nicms-fullrich .textwidget > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .textwidget a {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .textwidget a:hover,
.nicms-fullrich .textwidget a:focus {
    border-bottom: 0;
}

.nicms-fullrich .textwidget ul,
.nicms-fullrich .textwidget ol {
    margin-left: 1.6em;
}

.nicms-fullrich .tagcloud ul {
    list-style-type: none;
}

.nicms-fullrich .tagcloud ul li {
    display: inline-block;
}

/**
 * 12.0 Content
 */

.nicms-fullrich .secondary {
    background-color: #fff;
    display: none;
    padding: 0 7.6923%;
}

.nicms-fullrich .secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block;
}

.nicms-fullrich .widget-area {
    margin: 9.09090% auto 0;
}

.nicms-fullrich .site-footer {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 3.84615% 7.6923%;
}


/**
 * 12.1 Posts and pages
 */

.nicms-fullrich .hentry {
    background-color: #fff;
    padding-top: 7.6923%;
    position: relative;
}

.nicms-fullrich .hentry.has-post-thumbnail {
    padding-top: 0;
}

.nicms-fullrich .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.nicms-fullrich .hentry + .hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.nicms-fullrich .post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em;
}
.nicms-fullrich .post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.nicms-fullrich a.post-thumbnail:hover,
.nicms-fullrich a.post-thumbnail:focus {
    opacity: 0.85;
}

.nicms-fullrich .entry-header {
    padding: 0 7.6923%;
}

.nicms-fullrich .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
}

.nicms-fullrich .entry-content,
.nicms-fullrich .entry-summary {
    padding: 0;
}

.nicms-fullrich .entry-content > :last-child,
.nicms-fullrich .entry-summary > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .entry-content,
.nicms-fullrich .entry-summary,
.nicms-fullrich .page-content,
.nicms-fullrich .comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.nicms-fullrich .entry-content a,
.nicms-fullrich .entry-summary a,
.nicms-fullrich .page-content a,
.nicms-fullrich .comment-content a,
.nicms-fullrich .pingback .comment-body > a {
    border-bottom: none;
}

.nicms-fullrich .entry-content a:hover,
.nicms-fullrich .entry-content a:focus,
.nicms-fullrich .entry-summary a:hover,
.nicms-fullrich .entry-summary a:focus,
.nicms-fullrich .page-content a:hover,
.nicms-fullrich .page-content a:focus,
.nicms-fullrich .comment-content a:hover,
.nicms-fullrich .comment-content a:focus,
.nicms-fullrich .pingback .comment-body > a:hover,
.nicms-fullrich .pingback .comment-body > a:focus {
    border-bottom: 0;
}

.nicms-fullrich .entry-content a img,
.nicms-fullrich .entry-summary a img,
.nicms-fullrich .page-content a img,
.nicms-fullrich .comment-content a img {
    display: block;
}

.nicms-fullrich .entry-content .more-link,
.nicms-fullrich .entry-summary .more-link:after {
    white-space: nowrap;
}

.nicms-fullrich .entry-content .more-link:after,
.nicms-fullrich .entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}

.nicms-fullrich .author-info {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 7.6923%;
    padding: 7.6923% 0;
}

.nicms-fullrich .author-info .avatar {
    float: left;
    height: 36px;
    margin: 0 1.6em 1.6em 0;
    width: 36px;
}

.nicms-fullrich .author-heading {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.nicms-fullrich .author-title {
    clear: none;
}

.nicms-fullrich .author-bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 1px;
}

.nicms-fullrich .author-description {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.nicms-fullrich .author-description a {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .author-description a:hover,
.nicms-fullrich .author-description a:focus {
    border-bottom: 0;
}

.nicms-fullrich .author-description > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .author-link {
    white-space: nowrap;
}

.nicms-fullrich .author-link:after {
    content: "\f429";
    position: relative;
    top: 1px;
}

.nicms-fullrich .entry-footer {
    background-color: #f7f7f7;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 3.8461% 7.6923%;
}

.nicms-fullrich .entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.nicms-fullrich .entry-footer a:hover {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .entry-footer a:hover,
.nicms-fullrich .entry-footer a:focus {
    color: #333;
}

.nicms-fullrich .sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.nicms-fullrich .updated:not(.published) {
    display: none;
}

.nicms-fullrich .sticky .posted-on {
    display: none;
}

.nicms-fullrich .posted-on:before,
.nicms-fullrich .byline:before,
.nicms-fullrich .cat-links:before,
.nicms-fullrich .tags-links:before,
.nicms-fullrich .comments-link:before,
.nicms-fullrich .entry-format:before,
.nicms-fullrich .edit-link:before,
.nicms-fullrich .full-size-link:before {
    margin-right: 2px;
    position: relative;
}

.nicms-fullrich .posted-on,
.nicms-fullrich .byline,
.nicms-fullrich .cat-links,
.nicms-fullrich .tags-links,
.nicms-fullrich .comments-link,
.nicms-fullrich .entry-format,
.nicms-fullrich .full-size-link {
    margin-right: 1em;
}

.nicms-fullrich .format-aside .entry-format:before {
    content: "\f101";
}

.nicms-fullrich .format-image .entry-format:before {
    content: "\f473";
}

.nicms-fullrich .format-gallery .entry-format:before {
    content: "\f103";
}

.nicms-fullrich .format-video .entry-format:before {
    content: "\f104";
}

.nicms-fullrich .format-status .entry-format:before {
    content: "\f105";
}

.nicms-fullrich .format-quote .entry-format:before {
    content: "\f106";
}

.nicms-fullrich .format-link .entry-format:before {
    content: "\f107";
}

.nicms-fullrich .format-chat .entry-format:before {
    content: "\f108";
}

.nicms-fullrich .format-audio .entry-format:before {
    content: "\f109";
}

.nicms-fullrich .posted-on:before {
    content: "\f307";
}

.nicms-fullrich .byline:before {
    content: "\f304";
}

.nicms-fullrich .cat-links:before {
    content: "\f301";
}

.nicms-fullrich .tags-links:before {
    content: "\f302";
}

.nicms-fullrich .comments-link:before {
    content: "\f300";
}

.nicms-fullrich .full-size-link:before {
    content: "\f402";
}

.nicms-fullrich .edit-link:before {
    content: "\f411";
}

.nicms-fullrich .comments-link,
.nicms-fullrich .edit-link {
    white-space: nowrap;
}

.nicms-fullrich .page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.nicms-fullrich .page-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.nicms-fullrich .taxonomy-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 0.4em;
}

.nicms-fullrich .taxonomy-description a {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .taxonomy-description a:hover,
.nicms-fullrich .taxonomy-description a:focus {
    border-bottom: 0;
}

.nicms-fullrich .taxonomy-description > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .page-content {
    background-color: #fff;
    padding: 7.6923%;
}

.nicms-fullrich .page-content > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .page-links {
    clear: both;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 1.3333em;
}

.nicms-fullrich .page-links a,
.nicms-fullrich .page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}

.nicms-fullrich .page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.nicms-fullrich .page-links a:hover,
.nicms-fullrich .page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}

.nicms-fullrich .page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}

.nicms-fullrich .entry-attachment {
    margin-bottom: 1.6em;
}

.nicms-fullrich .type-attachment .entry-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.nicms-fullrich .entry-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word;
}

.nicms-fullrich .entry-caption > :last-child {
    margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.nicms-fullrich .format-aside .entry-title,
.nicms-fullrich .format-image .entry-title,
.nicms-fullrich .format-video .entry-title,
.nicms-fullrich .format-quote .entry-title,
.nicms-fullrich .format-gallery .entry-title,
.nicms-fullrich .format-status .entry-title,
.nicms-fullrich .format-link .entry-title,
.nicms-fullrich .format-audio .entry-title,
.nicms-fullrich .format-chat .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-bottom: 1.3333em;
}

.nicms-fullrich .format-link .entry-title a:after {
    content: "\f442";
    font-size: 24px;
    height: 24px;
    position: relative;
    top: 0;
    width: 24px;
}

.nicms-fullrich .blog .format-status .entry-title,
.nicms-fullrich .archive .format-status .entry-title {
    display: none;
}


/**
 * 12.3 Comments
 */

.nicms-fullrich .comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.nicms-fullrich .comments-area > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.nicms-fullrich .comment-list + .comment-respond,
.nicms-fullrich .comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.nicms-fullrich .comments-title,
.nicms-fullrich .comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.nicms-fullrich .comments-title {
    margin-bottom: 1.3333em;
}

.nicms-fullrich .comment-list {
    list-style: none;
    margin: 0;
}

.nicms-fullrich .comment-list article,
.nicms-fullrich .comment-list .pingback,
.nicms-fullrich .comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.nicms-fullrich .comment-list .children {
    list-style: none;
    margin: 0;
}

.nicms-fullrich .comment-list .children > li {
    padding-left: 0.8em;
}

.nicms-fullrich .comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.nicms-fullrich .comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.nicms-fullrich .comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.nicms-fullrich .bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.nicms-fullrich .comment-metadata,
.nicms-fullrich .pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.nicms-fullrich .comment-metadata a,
.nicms-fullrich .pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.nicms-fullrich .comment-metadata a:hover,
.nicms-fullrich .pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .comment-metadata a:hover,
.nicms-fullrich .comment-metadata a:focus,
.nicms-fullrich .pingback .edit-link a:hover,
.nicms-fullrich .pingback .edit-link a:focus {
    color: #333;
}

.nicms-fullrich .comment-metadata {
    margin-bottom: 1.6em;
}

.nicms-fullrich .comment-metadata .edit-link {
    margin-left: 1em;
}

.nicms-fullrich .pingback .edit-link {
    margin-left: 1em;
}

.nicms-fullrich .pingback .edit-link:before {
    top: 5px;
}

.nicms-fullrich .comment-content ul,
.nicms-fullrich .comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.nicms-fullrich .comment-content li > ul,
.nicms-fullrich .comment-content li > ol {
    margin-bottom: 0;
}

.nicms-fullrich .comment-content > :last-child {
    margin-bottom: 0;
}

.nicms-fullrich .comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.nicms-fullrich .comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.nicms-fullrich .comment-list .reply a:hover,
.nicms-fullrich .comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.nicms-fullrich .comment-form {
    padding-top: 1.6em;
}

.nicms-fullrich .comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.nicms-fullrich .comment-form input[type="text"],
.nicms-fullrich .comment-form input[type="email"],
.nicms-fullrich .comment-form input[type="url"],
.nicms-fullrich .comment-form input[type="submit"] {
    width: 100%;
}

.nicms-fullrich .comment-notes,
.nicms-fullrich .comment-awaiting-moderation,
.nicms-fullrich .logged-in-as,
.nicms-fullrich .form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.nicms-fullrich .logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.nicms-fullrich .comment-navigation + .no-comments {
    border-top: 0;
}

.nicms-fullrich .form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.nicms-fullrich .form-submit {
    margin-bottom: 0;
}

.nicms-fullrich .required {
    color: #c0392b;
}

.nicms-fullrich .comment-reply-title small {
    font-size: 100%;
}

.nicms-fullrich .comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.nicms-fullrich .comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

.nicms-fullrich .comment-form #wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}

.nicms-fullrich .comment-form .comment-form-cookies-consent label {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}

/**
 * 13.0 Footer
 */

.nicms-fullrich .site-info {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.nicms-fullrich .site-info a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.nicms-fullrich .site-info a:hover {
    border-bottom: 1px solid #333;
}

.nicms-fullrich .site-info a:hover,
.nicms-fullrich .site-info a:focus {
    color: #333;
}

.nicms-fullrich .site-info span[role=separator] {
    padding: 0 0.25em 0 0.5em;
}

.nicms-fullrich .site-info span[role=separator]::before {
    content: '\002f';
}

/**
 * 14.0 Media
 */

.nicms-fullrich .site .avatar {
    border-radius: 50%;
}

.nicms-fullrich .page-content img.wp-smiley,
.nicms-fullrich .entry-content img.wp-smiley,
.nicms-fullrich .comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.nicms-fullrich audio,
.nicms-fullrich canvas {
    display: inline-block;
}

.nicms-fullrich embed,
.nicms-fullrich iframe,
.nicms-fullrich object,
.nicms-fullrich video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}

.nicms-fullrich p > embed,
.nicms-fullrich p > iframe,
.nicms-fullrich p > object,
.nicms-fullrich p > video {
    margin-bottom: 0;
}

.nicms-fullrich .wp-audio-shortcode,
.nicms-fullrich .wp-video,
.nicms-fullrich .wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.nicms-fullrich .wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.nicms-fullrich .wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.nicms-fullrich .wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.nicms-fullrich .wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}


/**
 * 14.1 Captions
 */

.nicms-fullrich .wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.nicms-fullrich .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.nicms-fullrich .wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.nicms-fullrich .gallery {
    margin-bottom: 1.6em;
}

.nicms-fullrich .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.nicms-fullrich .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.nicms-fullrich .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.nicms-fullrich .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.nicms-fullrich .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.nicms-fullrich .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.nicms-fullrich .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.nicms-fullrich .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.nicms-fullrich .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.nicms-fullrich .gallery-icon img {
    margin: 0 auto;
}

.nicms-fullrich .gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.nicms-fullrich .gallery-columns-6 .gallery-caption,
.nicms-fullrich .gallery-columns-7 .gallery-caption,
.nicms-fullrich .gallery-columns-8 .gallery-caption,
.nicms-fullrich .gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 15.0 Multisite
 */

.nicms-fullrich .widecolumn {
    background-color: #fff;
    padding: 7.6923%;
}

.nicms-fullrich .widecolumn .mu_register {
    width: auto;
}

.nicms-fullrich .widecolumn .mu_alert {
    margin-bottom: 1.6em;
}

.nicms-fullrich .widecolumn form,
.nicms-fullrich .widecolumn .mu_register form {
    margin-top: 0;
}

.nicms-fullrich .widecolumn h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
}

.nicms-fullrich .widecolumn p {
    margin: 1.6em 0;
}

.nicms-fullrich .widecolumn p + h2 {
    margin-top: 1.8462em;
}

.nicms-fullrich .widecolumn label,
.nicms-fullrich .widecolumn .mu_register label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.nicms-fullrich .widecolumn .mu_register label {
    margin: 2em 0 0;
}

.nicms-fullrich .widecolumn #key,
.nicms-fullrich .widecolumn .mu_register #blog_title,
.nicms-fullrich .widecolumn .mu_register #user_email,
.nicms-fullrich .widecolumn .mu_register #blogname,
.nicms-fullrich .widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
}

.nicms-fullrich .widecolumn .mu_register #blogname {
    margin: 0;
}

.nicms-fullrich .widecolumn .mu_register #blog_title,
.nicms-fullrich .widecolumn .mu_register #user_email,
.nicms-fullrich .widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}

.nicms-fullrich .widecolumn #submit,
.nicms-fullrich .widecolumn .mu_register input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    width: 100%;
}

.nicms-fullrich .widecolumn .mu_register .prefix_address,
.nicms-fullrich .widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.nicms-fullrich .widecolumn .mu_register > :last-child,
.nicms-fullrich .widecolumn form > :last-child {
    margin-bottom: 0;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

/*
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
*/


/**
 * 16.1 Mobile Large 620px
 */

@media screen and (max-width: 768px){
	
	
	.nicms-fullrich img{
        max-width: 100%;
    }

    .nicms-fullrich li > ul,
    .nicms-fullrich li > ol,
    .nicms-fullrich blockquote > ul,
    .nicms-fullrich blockquote > ol {
        margin-left: 1.3333em;
    }

    .nicms-fullrich blockquote {
        margin-left: -1em;
    }

    .nicms-fullrich blockquote > blockquote {
        margin-left: 0;
    }

    .nicms-fullrich .site-branding {
        min-height: 3.2em;
    }

    .nicms-fullrich .site-title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.0909;
    }

    .nicms-fullrich .site-description {
        display: block;
    }

    .nicms-fullrich .secondary {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
        padding: 7.6923% 7.6923% 0;
    }

    .nicms-fullrich .main-navigation {
        margin-bottom: 11.1111%;
    }

    .nicms-fullrich .main-navigation ul {
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    }

    .nicms-fullrich .main-navigation ul ul {
        border-top: 0;
        border-bottom: 0;
    }

    .nicms-fullrich .social-navigation {
        margin-bottom: 11.1111%;
    }

    .nicms-fullrich .social-navigation {
        margin-top: 0;
    }

    .nicms-fullrich .widget-area {
        margin-top: 0;
    }

    .nicms-fullrich .widget {
        margin-bottom: 11.1111%;
    }

    .nicms-fullrich .site-main {
        padding: 7.6923% 0;
    }

    .nicms-fullrich .hentry.sticky:not(.has-post-thumbnail) {
        padding-top: inherit;
    }

    .nicms-fullrich .hentry,
    .nicms-fullrich .page-header,
    .nicms-fullrich .page-content {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 0 7.6923%;
    }

    .nicms-fullrich .hentry + .hentry,
    .nicms-fullrich .page-header + .hentry,
    .nicms-fullrich .page-header + .nicms-fullrich .page-content {
        margin-top: 7.6923%;
    }

    .nicms-fullrich .hentry + .hentry {
        border-top: 0;
    }

    .nicms-fullrich .post-thumbnail {
        margin-bottom: 2.4em;
    }

    .nicms-fullrich .entry-header {
        padding: 0 9.0909%;
    }

    .nicms-fullrich .entry-content,
    .nicms-fullrich .entry-summary {
        padding: 0;
    }

    .nicms-fullrich .entry-footer {
        padding: 4.5454% 9.0909%;
    }

    .nicms-fullrich .page-header {
        border-bottom: 0;
        border-left: 7px solid #333;
        padding: 3.8461% 7.6923%;
    }

    .nicms-fullrich .page-title,
    .nicms-fullrich .taxonomy-description {
        margin-left: -7px;
    }

    .nicms-fullrich .page-content {
        padding: 9.0909%;
    }

    .nicms-fullrich .site-footer {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 0 7.6923%;
        padding: 3.84615% 7.6923%;
    }

    .nicms-fullrich .post-navigation {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
    }

    .nicms-fullrich .post-navigation a {
        padding: 4.5454% 9.0909%;
    }

    .nicms-fullrich .pagination {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
        padding: 0;
    }

    /* restore screen-reader-text */
    .nicms-fullrich .pagination .current .screen-reader-text {
        position: absolute !important;
    }

    .nicms-fullrich .pagination .page-numbers {
        display: inline-block;
    }

    .nicms-fullrich .image-navigation {
        padding: 0 9.0909%;
    }

    .nicms-fullrich .comments-area {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923% 7.6923% 0;
    }

    .nicms-fullrich .comment-content ul,
    .nicms-fullrich .comment-content ol {
        margin-left: 0;
    }

    .nicms-fullrich .comment-content li > ul,
    .nicms-fullrich .comment-content li > ol,
    .nicms-fullrich .comment-content blockquote > ul,
    .nicms-fullrich .comment-content blockquote > ol {
        margin-left: 1.3333em;
    }

    .nicms-fullrich .widecolumn {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 7.6923%;
    }
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (max-width: 768px){
    
    .nicms-fullrich button,
    .nicms-fullrich input {
        line-height: normal;
    }

    .nicms-fullrich blockquote {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        margin-left: -1.05em;
        padding-left: 0.85em;
    }

    .nicms-fullrich blockquote p {
        margin-bottom: 1.75em;
    }

    .nicms-fullrich blockquote cite,
    .nicms-fullrich blockquote small {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
    }

    .nicms-fullrich pre {
        line-height: 1.2353;
    }

    .nicms-fullrich button,
    .nicms-fullrich input[type="button"],
    .nicms-fullrich input[type="reset"],
    .nicms-fullrich input[type="submit"],
    .nicms-fullrich .post-password-form input[type="submit"],
    .nicms-fullrich .widecolumn #submit,
    .nicms-fullrich .widecolumn .mu_register input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.6429em;
    }

    .nicms-fullrich input[type="text"],
    .nicms-fullrich input[type="email"],
    .nicms-fullrich input[type="url"],
    .nicms-fullrich input[type="password"],
    .nicms-fullrich input[type="search"],
    .nicms-fullrich textarea {
        padding: 0.5em;
    }

    .nicms-fullrich .main-navigation {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .nicms-fullrich .main-navigation a {
        padding: 1em 0;
    }

    .nicms-fullrich .main-navigation ul ul {
        margin-left: 1em;
    }

    .nicms-fullrich .main-navigation .menu-item-description {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .nicms-fullrich .social-navigation ul {
        margin-bottom: -1.4706em;
    }

    .nicms-fullrich .social-navigation a {
        height: 2.8824em;
        width: 2.8824em;
    }

    .nicms-fullrich .secondary-toggle {
        height: 56px;
        width: 56px;
    }

    .nicms-fullrich .secondary-toggle:before {
        line-height: 54px;
        width: 54px;
    }

    .nicms-fullrich .post-password-form label,
    .nicms-fullrich .post-navigation .meta-nav,
    .nicms-fullrich .image-navigation,
    .nicms-fullrich .comment-navigation,
    .nicms-fullrich .author-heading,
    .nicms-fullrich .author-bio,
    .nicms-fullrich .entry-footer,
    .nicms-fullrich .page-links a,
    .nicms-fullrich .page-links span,
    .nicms-fullrich .comment-metadata,
    .nicms-fullrich .pingback .edit-link,
    .nicms-fullrich .comment-list .reply,
    .nicms-fullrich .comment-notes,
    .nicms-fullrich .comment-awaiting-moderation,
    .nicms-fullrich .logged-in-as,
    .nicms-fullrich .comment-form label,
    .nicms-fullrich .comment-form .comment-form-cookies-consent label,
    .nicms-fullrich .form-allowed-tags,
    .nicms-fullrich .site-info,
    .nicms-fullrich .wp-caption-text,
    .nicms-fullrich .gallery-caption,
    .nicms-fullrich .entry-caption,
    .nicms-fullrich .widecolumn label,
    .nicms-fullrich .widecolumn .mu_register label {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nicms-fullrich .pagination .nav-links {
        min-height: 3.2941em;
    }

    .nicms-fullrich .pagination .page-numbers {
        line-height: 3.2941em;
        padding: 0 0.8235em;
    }

    .nicms-fullrich .pagination .prev,
    .nicms-fullrich .pagination .next {
        height: 56px;
        padding: 0;
        width: 56px;
    }

    .nicms-fullrich .pagination .prev:before,
    .nicms-fullrich .pagination .next:before {
        height: 56px;
        line-height: 56px;
        width: 56px;
    }

    .nicms-fullrich .image-navigation .nav-previous a:before,
    .nicms-fullrich .image-navigation .nav-next a:after,
    .nicms-fullrich .comment-navigation .nav-previous a:before,
    .nicms-fullrich .comment-navigation .nav-next a:after {
        top: 2px;
    }

    .nicms-fullrich blockquote.alignleft,
    .nicms-fullrich .wp-caption.alignleft,
    .nicms-fullrich img.alignleft {
        margin: 0.4118em 1.6471em 1.6471em 0;
    }

    .nicms-fullrich blockquote.alignright,
    .nicms-fullrich .wp-caption.alignright,
    .nicms-fullrich img.alignright {
        margin: 0.4118em 0 1.6471em 1.6471em;
    }

    .nicms-fullrich blockquote.aligncenter,
    .nicms-fullrich .wp-caption.aligncenter,
    .nicms-fullrich img.aligncenter {
        margin-top: 0.4118em;
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .wp-caption.alignleft,
    .nicms-fullrich .wp-caption.alignright,
    .nicms-fullrich .wp-caption.aligncenter {
        margin-bottom: 1.2353em;
    }

    .nicms-fullrich .site-branding {
        min-height: 3.7059em;
        padding-right: 66px;
    }

    .nicms-fullrich .site-title {
        font-size: 29px;
        font-size: 2.9rem;
        line-height: 1.2069;
    }

    .nicms-fullrich .custom-logo {
        max-height: 105px;
    }

    .nicms-fullrich .wp-custom-logo .site-title {
        margin-top: 0.482758621em;
    }

    .nicms-fullrich .site-description {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nicms-fullrich .widget {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .nicms-fullrich .widget p,
    .nicms-fullrich .widget address,
    .nicms-fullrich .widget hr,
    .nicms-fullrich .widget ul,
    .nicms-fullrich .widget ol,
    .nicms-fullrich .widget dl,
    .nicms-fullrich .widget dd,
    .nicms-fullrich .widget table,
    .nicms-fullrich .widget pre {
        margin-bottom: 1.5em;
    }

    .nicms-fullrich .widget li > ul,
    .nicms-fullrich .widget li > ol {
        margin-bottom: 0;
    }

    .nicms-fullrich .widget blockquote {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
        margin-bottom: 1.6471em;
        margin-left: -1.2353em;
        padding-left: 1em;
    }

    .nicms-fullrich .widget blockquote p {
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .widget blockquote cite,
    .nicms-fullrich .widget blockquote small {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .nicms-fullrich .widget blockquote > blockquote {
        margin-left: 0;
    }

    .nicms-fullrich .widget pre {
        line-height: 1.5;
        padding: 0.75em;
    }

    .nicms-fullrich .widget button,
    .nicms-fullrich .widget input,
    .nicms-fullrich .widget select,
    .nicms-fullrich .widget textarea {
        line-height: 1.75;
    }

    .nicms-fullrich .widget button,
    .nicms-fullrich .widget input {
        line-height: normal;
    }

    .nicms-fullrich .widget button,
    .nicms-fullrich .widget input[type="button"],
    .nicms-fullrich .widget input[type="reset"],
    .nicms-fullrich .widget input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.6429em;
    }

    .nicms-fullrich .widget input[type="text"],
    .nicms-fullrich .widget input[type="email"],
    .nicms-fullrich .widget input[type="url"],
    .nicms-fullrich .widget input[type="password"],
    .nicms-fullrich .widget input[type="search"],
    .nicms-fullrich .widget textarea {
        padding: 0.5625em;
    }

    .nicms-fullrich .widget blockquote.alignleft,
    .nicms-fullrich .widget .wp-caption.alignleft,
    .nicms-fullrich .widget img.alignleft {
        margin: 0.5em 1.5em 1.5em 0;
    }

    .nicms-fullrich .widget blockquote.alignright,
    .nicms-fullrich .widget .wp-caption.alignright,
    .nicms-fullrich .widget img.alignright {
        margin: 0.5em 0 1.5em 1.5em;
    }

    .nicms-fullrich .widget blockquote.aligncenter,
    .nicms-fullrich .widget .wp-caption.aligncenter,
    .nicms-fullrich .widget img.aligncenter {
        margin-top: 0.5em;
        margin-bottom: 1.5em;
    }

    .nicms-fullrich .widget .wp-caption.alignleft,
    .nicms-fullrich .widget .wp-caption.alignright,
    .nicms-fullrich .widget .wp-caption.aligncenter {
        margin-bottom: 1em;
    }

    .nicms-fullrich .widget-title {
        margin: 0 0 1.5em;
    }

    .nicms-fullrich .widget_calendar td,
    .nicms-fullrich .widget_calendar th {
        line-height: 2.9286;
    }

    .nicms-fullrich .widget_calendar caption {
        margin: 0 0 1.5em;
    }

    .nicms-fullrich .widget_archive li,
    .nicms-fullrich .widget_categories li,
    .nicms-fullrich .widget_links li,
    .nicms-fullrich .widget_meta li,
    .nicms-fullrich .widget_nav_menu li,
    .nicms-fullrich .widget_pages li,
    .nicms-fullrich .widget_recent_comments li,
    .nicms-fullrich .widget_recent_entries li {
        padding: 0.9643em 0;
    }

    .nicms-fullrich .widget_categories .children,
    .nicms-fullrich .widget_nav_menu .sub-menu,
    .nicms-fullrich .widget_pages .children {
        margin: 0.9643em 0 0 1em;
        padding-top: 0.9643em;
    }

    .nicms-fullrich .widget_rss li {
        margin-bottom: 1.5em;
    }

    .nicms-fullrich .widget_rss .rss-date,
    .nicms-fullrich .widget_rss cite {
        line-height: 1.75;
    }

    .nicms-fullrich .post-thumbnail {
        margin-bottom: 3em;
    }

    .nicms-fullrich .entry-title,
    .nicms-fullrich .widecolumn h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.2em;
    }
    
    .nicms-fullrich .entry-content .more-link:after,
    .nicms-fullrich .entry-summary .more-link:after {
        font-size: 24px;
        top: 2px;
    }

    .nicms-fullrich .author-info {
        margin: 0 9.0909%;
        padding: 9.0909% 0;
    }

    .nicms-fullrich .author-info .avatar {
        height: 42px;
        margin: 0 1.6471em 1.6471em 0;
        width: 42px;
    }

    .nicms-fullrich .author-link:after {
        top: 3px;
    }

    .nicms-fullrich .posted-on:before,
    .nicms-fullrich .byline:before,
    .nicms-fullrich .cat-links:before,
    .nicms-fullrich .tags-links:before,
    .nicms-fullrich .comments-link:before,
    .nicms-fullrich .entry-format:before,
    .nicms-fullrich .edit-link:before,
    .nicms-fullrich .full-size-link:before {
        top: 3px;
    }

    .nicms-fullrich .taxonomy-description {
        padding-top: 0.4118em;
    }

    .nicms-fullrich .page-title,
    .nicms-fullrich .comments-title,
    .nicms-fullrich .comment-reply-title,
    .nicms-fullrich .post-navigation .post-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
    }

    .nicms-fullrich .page-links {
        margin-bottom: 1.4117em;
    }

    .nicms-fullrich .page-links a,
    .nicms-fullrich .page-links > span {
        margin: 0 0.2857em 0.2857em 0;
    }

    .nicms-fullrich .entry-attachment {
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .format-aside .entry-title,
    .nicms-fullrich .format-image .entry-title,
    .nicms-fullrich .format-video .entry-title,
    .nicms-fullrich .format-quote .entry-title,
    .nicms-fullrich .format-gallery .entry-title,
    .nicms-fullrich .format-status .entry-title,
    .nicms-fullrich .format-link .entry-title,
    .nicms-fullrich .format-audio .entry-title,
    .nicms-fullrich .format-chat .entry-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 1.4em;
    }

    .nicms-fullrich .format-link .entry-title a:after {
        top: 0.0833em;
    }

    .nicms-fullrich .comments-title {
        margin-bottom: 1.4em;
    }

    .nicms-fullrich .comment-list article,
    .nicms-fullrich .comment-list .pingback,
    .nicms-fullrich .comment-list .trackback {
        padding: 1.6471em 0;
    }

    .nicms-fullrich .comment-list + .comment-respond,
    .nicms-fullrich .comment-navigation + .comment-respond {
        padding-top: 1.6471em;
    }

    .nicms-fullrich .comment-list .children > li {
        padding-left: 1.2353em;
    }

    .nicms-fullrich .comment-meta {
        position: relative;
    }

    .nicms-fullrich .comment-author {
        margin-bottom: 0;
    }

    .nicms-fullrich .comment-author .avatar {
        height: 42px;
        margin-right: 1.64705em;
        position: relative;
        top: 5px;
        width: 42px;
    }

    .nicms-fullrich .comment-metadata .edit-link:before {
        top: 2px;
    }

    .nicms-fullrich .pingback .edit-link:before {
        top: 6px;
    }

    .nicms-fullrich .bypostauthor > article .fn:after {
        top: 7px;
        left: 6px;
    }

    .nicms-fullrich .comment-content ul,
    .nicms-fullrich .comment-content ol {
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .comment-list .reply a {
        padding: 0.4286em 0.8571em;
    }

    .nicms-fullrich .comment-form,
    .nicms-fullrich .no-comments {
        padding-top: 1.6471em;
    }

    .nicms-fullrich .comment-reply-title small a:before {
        top: -1px;
    }

    .nicms-fullrich embed,
    .nicms-fullrich iframe,
    .nicms-fullrich object,
    .nicms-fullrich video {
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .wp-audio-shortcode,
    .nicms-fullrich .wp-video,
    .nicms-fullrich .wp-playlist.wp-audio-playlist {
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .wp-caption,
    .nicms-fullrich .gallery {
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .widecolumn .mu_alert {
        margin-bottom: 1.6471em;
    }

    .nicms-fullrich .widecolumn p {
        margin: 1.6471em 0;
    }

    .nicms-fullrich .widecolumn p + h2 {
        margin-top: 1.6em;
    }

    .nicms-fullrich .widecolumn #key,
    .nicms-fullrich .widecolumn .mu_register #blog_title,
    .nicms-fullrich .widecolumn .mu_register #user_email,
    .nicms-fullrich .widecolumn .mu_register #blogname,
    .nicms-fullrich .widecolumn .mu_register #user_name {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: normal;
    }

    .nicms-fullrich .widecolumn .mu_register #blog_title,
    .nicms-fullrich .widecolumn .mu_register #user_email,
    .nicms-fullrich .widecolumn .mu_register #user_name {
        margin: 0 0 0.4117em;
    }

    .nicms-fullrich table {
        min-width: 100%;
        width: 100%!important;
        font-size: 1.5rem;
    }
    .nicms-fullrich table th,
    .nicms-fullrich table td {
        padding: 0.6em 0.4em;
    }
}
