@charset "UTF-8";
/*
For Image CSS Sprite
use gulp.spritesmith

http://designnote.hatenablog.com/entry/2015/12/21/003658
*/
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto; 
	padding-right: 15px;
	padding-left: 15px;}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto; 
	padding-right: 15px;
	padding-left: 15px;}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-right: -15px;
	margin-left: -15px; 

	-webkit-flex-wrap: wrap; 

	    -ms-flex-wrap: wrap; 

	        flex-wrap: wrap;}

.no-gutters {
	margin-right: 0;
	margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;

	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px; }

.col {
	max-width: 100%; 

	-webkit-flex-basis: 0; 

	    -ms-flex-preferred-size: 0; 

	        flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;

	width: auto;
	max-width: none; }

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;

	max-width: 8.33333%; }

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;

	max-width: 16.66667%; }

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;

	max-width: 25%; }

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;

	max-width: 33.33333%; }

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;

	max-width: 41.66667%; }

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;

	max-width: 50%; }

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;

	max-width: 58.33333%; }

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;

	max-width: 66.66667%; }

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;

	max-width: 75%; }

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;

	max-width: 83.33333%; }

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;

	max-width: 91.66667%; }

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;

	max-width: 100%; }

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1; }

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	    -ms-flex-order: 13;
	        order: 13; }

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	    -ms-flex-order: 0;
	        order: 0; }

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1; }

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2; }

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3; }

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4; }

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	    -ms-flex-order: 5;
	        order: 5; }

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	    -ms-flex-order: 6;
	        order: 6; }

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	    -ms-flex-order: 7;
	        order: 7; }

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	    -ms-flex-order: 8;
	        order: 8; }

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	    -ms-flex-order: 9;
	        order: 9; }

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	    -ms-flex-order: 10;
	        order: 10; }

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	    -ms-flex-order: 11;
	        order: 11; }

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	    -ms-flex-order: 12;
	        order: 12; }

.offset-1 {
	margin-left: 8.33333%; }

.offset-2 {
	margin-left: 16.66667%; }

.offset-3 {
	margin-left: 25%; }

.offset-4 {
	margin-left: 33.33333%; }

.offset-5 {
	margin-left: 41.66667%; }

.offset-6 {
	margin-left: 50%; }

.offset-7 {
	margin-left: 58.33333%; }

.offset-8 {
	margin-left: 66.66667%; }

.offset-9 {
	margin-left: 75%; }

.offset-10 {
	margin-left: 83.33333%; }

.offset-11 {
	margin-left: 91.66667%; }

.d-none {
	display: none !important; }

.d-inline {
	display: inline !important; }

.d-inline-block {
	display: inline-block !important; }

.d-block {
	display: block !important; }

.d-table {
	display: table !important; }

.d-table-row {
	display: table-row !important; }

.d-table-cell {
	display: table-cell !important; }

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important; }

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important; }

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important; }

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important; }

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important; }

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important; }

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	    -ms-flex-wrap: wrap !important;
	        flex-wrap: wrap !important; }

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	    -ms-flex-wrap: nowrap !important;
	        flex-wrap: nowrap !important; }

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	    -ms-flex-wrap: wrap-reverse !important;
	        flex-wrap: wrap-reverse !important; }

.flex-fill {
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 auto !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important; }

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important; }

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important; }

.flex-shrink-0 {
	-webkit-flex-shrink: 0 !important;
	    -ms-flex-negative: 0 !important;
	        flex-shrink: 0 !important; }

.flex-shrink-1 {
	-webkit-flex-shrink: 1 !important;
	    -ms-flex-negative: 1 !important;
	        flex-shrink: 1 !important; }

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important; }

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important; }

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important; }

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important; }

.justify-content-around {
	-webkit-justify-content: space-around !important;
	    -ms-flex-pack: distribute !important;
	        justify-content: space-around !important; }

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important; }

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important; }

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important; }

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important; }

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important; }

.align-content-start {
	-webkit-align-content: flex-start !important;
	    -ms-flex-line-pack: start !important;
	        align-content: flex-start !important; }

.align-content-end {
	-webkit-align-content: flex-end !important;
	    -ms-flex-line-pack: end !important;
	        align-content: flex-end !important; }

.align-content-center {
	-webkit-align-content: center !important;
	    -ms-flex-line-pack: center !important;
	        align-content: center !important; }

.align-content-between {
	-webkit-align-content: space-between !important;
	    -ms-flex-line-pack: justify !important;
	        align-content: space-between !important; }

.align-content-around {
	-webkit-align-content: space-around !important;
	    -ms-flex-line-pack: distribute !important;
	        align-content: space-around !important; }

.align-content-stretch {
	-webkit-align-content: stretch !important;
	    -ms-flex-line-pack: stretch !important;
	        align-content: stretch !important; }

.align-self-auto {
	-webkit-align-self: auto !important;
	    -ms-flex-item-align: auto !important;
	            -ms-grid-row-align: auto !important;
	        align-self: auto !important; }

.align-self-start {
	-webkit-align-self: flex-start !important;
	    -ms-flex-item-align: start !important;
	        align-self: flex-start !important; }

.align-self-end {
	-webkit-align-self: flex-end !important;
	    -ms-flex-item-align: end !important;
	        align-self: flex-end !important; }

.align-self-center {
	-webkit-align-self: center !important;
	    -ms-flex-item-align: center !important;
	            -ms-grid-row-align: center !important;
	        align-self: center !important; }

.align-self-baseline {
	-webkit-align-self: baseline !important;
	    -ms-flex-item-align: baseline !important;
	        align-self: baseline !important; }

.align-self-stretch {
	-webkit-align-self: stretch !important;
	    -ms-flex-item-align: stretch !important;
	            -ms-grid-row-align: stretch !important;
	        align-self: stretch !important; }

body:before {
	content: ""; }

#commentform .gglcptch {
	margin: 0 0 10px; }

#recaptcha_response_field {
	font-size: 10pt !important; 

	height: 17px !important;
	max-height: 35px !important;}

.recaptcha_theme_clean #recaptcha_response_field {
	height: 25px !important; }

#gglcptch_error {
	color: #F00; }

.gglcptch table#recaptcha_table {
	table-layout: auto !important; }

/* in whitelist notification message */
.gglcptch_whitelist_message {
	display: block;

	margin: 12px 0; }

.gglcptch_v1,
.gglcptch_v2 {
	clear: both;

	min-width: 1px;
	min-height: 98px; 
	padding: 10px 0;}

/* rtl fix recaptcha v1 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
14.0 Comments
15.0 Widgets
16.0 Media
16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.15;

	box-sizing: border-box; 

	-webkit-text-size-adjust: 100%; 

	    -ms-text-size-adjust: 100%; 

	        text-size-adjust: 100%;}

body {
	margin: 0; }

article,
aside,
footer,
header,
nav,
section {
	display: block; }

h1 {
	font-size: 2em;

	margin: .67em 0; }

figcaption,
figure,
main {
	display: block; }

figure {
	margin: 1em 0; }

hr {
	overflow: visible; 

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

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

a {
	background-color: transparent;

	-webkit-text-decoration-skip: objects;

	        text-decoration-skip: objects; }
a:active,
a:hover {
	outline-width: 0; }

abbr[title] {
	text-decoration: none; 

	border-bottom: 1px #767676 dotted;}

b,
strong {
	font-weight: inherit; }

b,
strong {
	font-weight: 700; }

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

dfn {
	font-style: italic; }

mark {
	color: #222; 
	background-color: #EEE;}

small {
	font-size: 80%; }

sub,
sup {
	font-size: 75%;
	line-height: 0;

	position: relative;

	vertical-align: baseline; }

sub {
	bottom: -.25em; }

sup {
	top: -.5em; }

audio,
video {
	display: inline-block; }

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

	height: 0; }

img {
	border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;

	margin: 0; }

button,
input {
	overflow: visible; }

button,
select {
	text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0; 

	border-style: none;}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText; }

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em; 

	border: 1px solid #BBB;}

legend {
	display: table;

	box-sizing: border-box;
	max-width: 100%;
	padding: 0;

	white-space: normal; 

	color: inherit;}

progress {
	display: inline-block;

	vertical-align: baseline; }

textarea {
	overflow: auto; }

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0; }

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

[type="search"] {
	outline-offset: -2px; 

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

::-webkit-file-upload-button {
	font: inherit; 

	-webkit-appearance: button;}

details,
menu {
	display: block; }

summary {
	display: list-item; }

canvas {
	display: inline-block; }

template,
[hidden] {
	display: none; }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;

	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);

	width: 1px;
	height: 1px;

	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: normal;

	z-index: 100000;
	top: 5px;
	left: 5px;

	display: block;
	clip: auto !important;

	width: auto;
	height: auto;
	padding: 15px 23px 14px;

	text-decoration: none;

	color: #21759B;
	border-radius: 3px;
	background-color: #F1F1F1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	/* Above WP toolbar. */ }

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;

	margin-right: 1.5em; }

.alignright {
	display: inline;
	float: right;

	margin-left: 1.5em; }

.aligncenter {
	display: block;
	clear: both;

	margin-right: auto; 
	margin-left: auto;}

img.alignleft {
	float: left;

	margin-right: 1.5em; }

img.alignright {
	float: right;

	margin-left: 1.5em; }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	display: table;

	table-layout: fixed; 

	content: "";}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both; }

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.66;

	color: #4B5553;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600; 
	line-height: 1.4;

	clear: both;

	margin: 1.8em 0 .75em;
	padding: 0;

	color: #212A2F;}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0; }

h1,
h2,
h3 {
	font-weight: 300; }

h1 {
	font-size: 30px;
	font-size: 1.875rem; }

h2 {
	font-size: 28px;
	font-size: 1.75rem; }

h3 {
	font-size: 24px;
	font-size: 1.5rem; }

h4 {
	font-size: 22px;
	font-size: 1.375rem; }

h5 {
	font-size: 20px;
	font-size: 1.25rem; }

h6 {
	font-size: 20px;
	font-size: 1.25rem; }

p {
	margin: 0 0 1.5em;
	padding: 0; }

dfn,
cite,
em,
i {
	font-style: italic; }

blockquote {
	font-style: normal;

	overflow: hidden;

	margin: 0 0 1.2em .5em;
	padding: .3em 0 .3em .8em;

	quotes: none;

	color: #666;
	color: #75797C;
	border-left: 4px solid #DBDDE2; }
blockquote cite {
	font-weight: 600;
	font-style: italic;

	display: block;

	margin-top: .5em; }
blockquote:before,
blockquote:after {
	content: ""; }
blockquote > *:filst-child {
	margin-top: 0; }
blockquote > *:last-child {
	margin-bottom: 0; }

address {
	margin: 0 0 1.5em; }

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;

	overflow: auto;

	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1em;

	-moz-tab-size: 3;

	  -o-tab-size: 3;

	     tab-size: 3;

	border: 1px solid #DBDDE2;
	background: #EDEEF1;
	box-shadow: -1px -1px rgba(255, 255, 255, .5) inset; }

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .9375em;

	padding: 1px .334em;

	word-break: break-word;
	-moz-tab-size: 3;
	  -o-tab-size: 3;
	     tab-size: 3;

	border: 1px solid #DBDDE2;
	background: #EDEEF1;

	overflow-wrap: break-word; }
pre code,
pre
  kbd,
pre
  tt,
pre
  var {
	font-size: 1em;

	padding: 0;

	word-break: normal;

	border: 0;

	overflow-wrap: normal; }

abbr,
acronym {
	cursor: help; 

	border-bottom: 1px dotted #666;}

mark,
ins {
	text-decoration: none; }

big {
	font-size: 125%; }

q {
	quotes: "“" "”" "‘" "’"; }

:focus {
	outline: none; }

/* Typography for Arabic Font */
/* Typography for Chinese Font */
/* Typography for Cyrillic Font */
/* Typography for Devanagari Font */
/* Typography for Greek Font */
/* Typography for Gujarati Font */
/* Typography for Hebrew Font */
/* Typography for Japanese Font */
/* Typography for Korean font */
/* Typography for Thai Font */
/* Remove letter-spacing for all non-latin alphabets */
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
	font-weight: 800;

	display: block;

	margin-bottom: .5em; 

	color: #000511;}
label .note {
	font-weight: 400;

	color: #8E9596; }

fieldset {
	margin-bottom: 1em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;

	width: 100%;
	padding: .6em;

	-webkit-transition: all .2s linear;

	transition: all .2s linear;
	-webkit-transition-property: border-color, background, box-shadow, color;
	transition-property: border-color, background, box-shadow, color; 

	color: #666;
	border: 1px solid #C3BDBB;
	border-radius: 3px;
	background: #F6F6F7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .085) inset, 1px 1px 0 rgba(255, 255, 255, .35);}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
	color: #222; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #66AFE9; 
	background: #FFF;}

select {
	max-width: 100%; 
	height: 3em;

	border: 1px solid #BBB;
	border-radius: 3px;}

input[type="radio"],
input[type="checkbox"] {
	margin-right: .5em; }
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400; }

input[type="button"],
input[type="submit"],
button {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1;

	display: inline-block;

	padding: 1em 2em;

	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s; 

	color: #FFF;
	border: 0;
	border-radius: 2px;
	background-color: #222;
	box-shadow: none;
	text-shadow: none;}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
button:hover,
button:focus {
	background: #767676; }

input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
button.secondary {
	color: #222; 
	background-color: #DDD;}
input[type="reset"]:hover,
input[type="button"].secondary:hover,
input[type="submit"].secondary:hover,
input[type="reset"]:focus,
input[type="button"].secondary:focus,
input[type="submit"].secondary:focus,
button.secondary:hover,
button.secondary:focus {
	background: #BBB; }

input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	color: #222; 
	background-color: #DDD;}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999; }

::-moz-placeholder {
	opacity: 1;
	color: #999;
	/* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
	color: #999; }

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
	position: relative;

	display: block;

	width: 10px;
	height: 10px;
	margin: 2.5em auto;

	border: 0;
	border-radius: 50%;
	background: #2FB2E2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset; }
hr:before,
hr:after {
	position: absolute;
	top: 0;
	left: -2.5em;

	display: block;

	width: inherit;
	height: inherit;
	margin: 0; 

	content: "";

	border-radius: 50%;
	background: inherit;
	box-shadow: inherit;}
hr:after {
	right: -2.5em; 
	left: auto;}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 1.5em;
	padding: 0; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em; }

dt {
	font-weight: 600;

	color: #000511; }

dd {
	margin: 0  0 1.2em 1.5em; }

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
	width: 100%; 
	margin: 0 auto 1.5em;

	border-collapse: collapse;}

thead th {
	padding-bottom: .3em; 

	border-bottom: 2px solid #DBDDE2;}

th,
td {
	padding: .5em;

	text-align: left;
	vertical-align: baseline; }

th {
	font-weight: 600;

	color: #000511;
	border-bottom: 1px solid #DBDDE2; }

tr {
	border-bottom: 1px solid #EDEEF1; }

table.th_nowrap > tr > th,
table.th_nowrap > tbody > tr > th {
	width: 1%;

	white-space: nowrap; }

table.th_nowrap thead th {
	width: auto; }

.table-1 {
	width: 99.7807%;
	width: calc( 100% - 2px);

	border: 2px solid #FFF;
	box-shadow: 0 0 0 1px #E1E8ED; }
.table-1 tr {
	border-bottom-color: #DBDDE2;
	background: #FBFBFC; }
.table-1 tr:nth-child(2n) {
	background: #F8F9F9; }
.table-1 th,
.table-1 td {
	padding-left: .8em; }
.table-1 th {
	font-weight: 400;

	background: #F2F4F5;
	box-shadow: -1px 1px 0 rgba(255, 255, 255, .35) inset; }
.table-1 th[scope="row"] {
	padding-right: .8em;

	box-shadow: -3px 0 0 #E1E8ED inset, -4px 1px 0 rgba(255, 255, 255, .35) inset; }

.form_table th {
	font-weight: 400;

	width: 11.8em; 

	background: #F2F4F5;}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transition-property: color, opacity, background-color, border;
	transition-property: color, opacity, background-color, border; 
	text-decoration: none;

	color: #8E9596;
	outline: 0;}
a img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden; }
a:hover,
a:active {
	color: #000511; }
a:hover img,
a:active img {
	-webkit-animation: .5s linear 0s 1 normal blink_img;
	        animation: .5s linear 0s 1 normal blink_img; 

	opacity: .8;}
a:before,
a:after {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transition-property: color, opacity, background, border;
	transition-property: color, opacity, background, border; }
.bg-dark a:hover,
.bg-dark a:active {
	color: #2FB2E2; }

@-webkit-keyframes blink_img {
	0% {
		opacity: 1; }
	25% {
		opacity: .4;

		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" /><feFuncG type="linear" slope="1.3" /><feFuncB type="linear" slope="1.3" /></feComponentTransfer></filter></svg>#filter');

		-webkit-filter: brightness(1.3);

		        filter: brightness(1.3); }
	100% {
		opacity: .8; } }

@keyframes blink_img {
	0% {
		opacity: 1; }
	25% {
		opacity: .4;

		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" /><feFuncG type="linear" slope="1.3" /><feFuncB type="linear" slope="1.3" /></feComponentTransfer></filter></svg>#filter');

		-webkit-filter: brightness(1.3);

		        filter: brightness(1.3); }
	100% {
		opacity: .8; } }

.entry-content a {
	text-decoration: underline; 

	color: #1CB0B5;}
.entry-content a:hover,
.entry-content a:active {
	color: #000; }

/* Hover effects */
/* Fixes linked images */
.entry-content a img,
.widget a img {
	box-shadow: 0 0 0 8px #FFF; }

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222; }

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
	margin-bottom: 1em; }
.post-thumbnail a img {
	-webkit-transition: opacity .2s;
	transition: opacity .2s; 

	-webkit-backface-visibility: hidden; 

	        backface-visibility: hidden;}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: .7; }

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	font-size: 16px;
	font-size: 1rem;

	position: relative;
	z-index: 5; 

	-webkit-transition: background .3s ease; 

	transition: background .3s ease;

	border-top: 1px solid white;
	border-bottom: 1px solid transparent;
	background-color: #FFF;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .85) 15%, rgba(255, 255, 255, .75));
	background: linear-gradient(to bottom, rgba(255, 255, 255, .85) 15%, rgba(255, 255, 255, .75));}
.navigation-top .wrap {
	max-width: 960px;
	padding: 0; }
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a,
.navigation-top .current-menu-ancestor > a,
.navigation-top .current_page_parent > a {
	color: #69A817; }
.navigation-top .current-menu-item .alt,
.navigation-top .current_page_item .alt,
.navigation-top .current-menu-ancestor .alt,
.navigation-top .current_page_parent .alt {
	border-top-color: rgba(122, 195, 27, .65); }
.navigation-top a {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; 
	-webkit-transition: color .2s linear; 
	transition: color .2s linear;

	color: #25333B;}
.navigation-top a:hover {
	color: #23B17A; }
.navigation-top.site-navigation-fixed {
	position: fixed;
	z-index: 7;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;

	width: 100%;

	background: -webkit-linear-gradient(top, #FFF, #FFF 55%, rgba(255, 255, 255, .75));

	background: linear-gradient(to bottom, #FFF, #FFF 55%, rgba(255, 255, 255, .75));
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12); }

.main-navigation {
	position: relative;
	z-index: 5; 

	display: block;
	clear: both;}
.main-navigation ul {
	margin: 0;
	padding: 0 1.5em;

	list-style: none;

	text-align: left; }
.main-navigation ul ul {
	padding: 0 0 0 1.5em; }
.main-navigation ul ul.toggled-on {
	display: block; }
.main-navigation ul ul a {
	position: relative;

	padding: .4em 0;

	letter-spacing: 0;
	text-transform: none; }
.main-navigation li {
	position: relative; 

	border-bottom: 1px solid #E6E6E6;}
.main-navigation li li,
.main-navigation li:last-child {
	border: 0; }
.main-navigation a {
	display: block;

	padding: .5em 0;

	text-decoration: none; }
.main-navigation a .alt {
	font-family: "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.2;

	position: relative;

	display: none;

	margin: 0 -1em;
	padding: 3px 0 0;

	text-align: center;
	letter-spacing: 1px; 

	opacity: .62;
	border-top: 1px solid transparent;}
.main-navigation a .alt:before {
	position: absolute;
	top: -1px;

	display: block;

	width: 100%;
	height: 1px;

	content: "";
	-webkit-transition: .2s background-color linear, .25s transform ease;
	transition: .2s background-color linear, .25s transform ease; 
	-webkit-transform: scaleX(0); 
	    -ms-transform: scaleX(0); 
	        transform: scaleX(0);
	-webkit-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	        transform-origin: 50% 0;

	background: transparent;}
.main-navigation a:hover .alt:before,
.main-navigation a:active .alt:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1); 

	background: #23B17A;}
.main-navigation .menu-item-has-children > a .icon,
.main-navigation .page_item_has_children > a .icon,
.main-navigation ul a .icon {
	display: none; }
.main-navigation > div > ul {
	position: absolute;
	left: 0;

	width: 85%;
	width: calc(100% - 20px);
	max-width: 480px;
	padding: .75em 1.695em;

	background-color: #F7F7F7;
	background: rgba(247, 247, 247, .95);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15); }
.main-navigation > div > ul > li > a {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@-webkit-keyframes bound {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);

		opacity: 1; }
	10% {
		-webkit-transform: translateY(8px);
		        transform: translateY(8px);

		opacity: .25; }
	65% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);

		opacity: 1; } }

@keyframes bound {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);

		opacity: 1; }
	10% {
		-webkit-transform: translateY(8px);
		        transform: translateY(8px);

		opacity: .25; }
	65% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);

		opacity: 1; } }

/* Hide the menu on small screens when JavaScript is available.
* It only works with JavaScript.
*/
.js .main-navigation ul {
	display: none; }

.js .main-navigation.toggled-on > div > ul {
	display: block; }

/* Menu toggle */
.menu-toggle {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5;

	display: none;

	margin: 5px 0 2px 8px;
	padding: 1em .5em;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none;
	-webkit-transition: .15s box-shadow linear, .25s text-shadow linear, .25s color linear;
	transition: .15s box-shadow linear, .25s text-shadow linear, .25s color linear; 

	color: #25333B;
	background-color: transparent;
	text-shadow: none;}
.menu-toggle:hover,
.menu-toggle:focus {
	color: #23B17A;
	background-color: transparent;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .15); }
.menu-toggle .text {
	font-size: 12px;
	font-size: .75rem;

	display: inline-block;

	vertical-align: middle; }
.menu-toggle .icon {
	top: -2px; 

	margin-right: .5em;

	vertical-align: middle;}

/* Display the menu toggle when JavaScript is available. */
.main-navigation.toggled-on ul.nav-menu {
	display: block; }

.js .menu-toggle {
	display: inline-block; }

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none; }

.toggled-on .menu-toggle .icon-close {
	display: inline-block; }

/* Dropdown Toggle */
.dropdown-toggle {
	font-size: 16px;
	line-height: 1.5;

	position: absolute;
	top: 0;
	right: -.5em;

	display: block;

	margin: 0 auto;
	padding: .5em;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none; 

	color: #CCC;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;}
.dropdown-toggle:hover {
	background: transparent; }
.dropdown-toggle:focus {
	outline: thin dotted; 
	background: transparent;}
.dropdown-toggle.toggled-on .icon {
	/* IE 9 */
	/* Chrome, Safari, Opera */
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg); }

.main-navigation .top-menu__alt_logo {
	display: inline-block;
	overflow: hidden;

	max-width: 0;
	margin: 0 0 0 8px;

	-webkit-transition: .36s max-width ease, .4s transform ease, .25s opacity linear;

	transition: .36s max-width ease, .4s transform ease, .25s opacity linear; 
	-webkit-transform: scale(0, .8); 
	    -ms-transform: scale(0, .8); 
	        transform: scale(0, .8);
	-webkit-transform-origin: 0 50%;
	    -ms-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	vertical-align: middle;

	opacity: 0;}
.main-navigation .top-menu__alt_logo a {
	display: block;

	width: 176px;
	height: 39px; 
	margin: 0;
	padding: 0;

	-webkit-transition: opacity .25s linear;

	transition: opacity .25s linear;
	text-indent: -9999em;

	background-image: url(../images/sprite.png);
	background-position: -226px -57px;}
.main-navigation .top-menu__alt_logo a:hover,
.main-navigation .top-menu__alt_logo a:active {
	opacity: .55; }
.site-navigation-fixed .main-navigation .top-menu__alt_logo {
	max-width: 176px;

	-webkit-transform: scale(1);

	    -ms-transform: scale(1);

	        transform: scale(1);

	opacity: 1; }

/* Scroll down arrow */
.site-header .menu-scroll-down {
	display: none; }

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.0 Layout

13.1 Header
13.2 Front Page
13.3 Regular Content
13.4 Posts
13.5 Pages
13.6 Footer
--------------------------------------------------------------*/

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit; }

body {
	word-wrap: break-word;

	background: #FFF;

	overflow-wrap: break-word;
	/* Fallback for when there is no custom background color defined. */ }

#page {
	position: relative;

	word-wrap: break-word; }

.wrap {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5em; 
	padding-left: 1.5em;}
.wrap:after {
	display: block; 
	clear: both;

	content: "";}

.site-content-inner:after {
	display: block; 
	clear: both;

	content: "";}

.primary-inner,
.single .secondary-inner {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5em; 
	padding-left: 1.5em;}

.sidebar-1-with2 + .sidebar-3,
.sidebar-2-with1 + .sidebar-3 {
	clear: both; }

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
	position: relative; }

.site-header {
	position: relative; 

	background-color: #E4F7FF;}

/* Site branding */
.site-branding {
	position: relative;
	z-index: 3; 

	padding: 1em 0;

	-webkit-transition: margin-bottom .2s;

	transition: margin-bottom .2s;}
.site-branding a {
	text-decoration: none; }
.site-branding a:hover,
.site-branding a:focus {
	opacity: .7; }

.site-title {
	font-weight: 600;
	line-height: 1.25;

	clear: none;

	margin: 0 0 0 -.5em;
	padding: 0;

	letter-spacing: .08em;

	opacity: 1;
	color: #222;
	/* Prevent opacity from changing during selective refreshes in the customize preview */ }
.site-title a {
	display: block;
	overflow: hidden;

	width: 221px;
	height: 59px;

	text-indent: -9999em;

	opacity: 1;
	color: #222;
	background-image: url(../images/sprite.png);
	background-position: 0 -57px;
	/* Prevent opacity from changing during selective refreshes in the customize preview */ }

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #FFF; }

.site-description {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.4; 

	margin-bottom: 0;

	color: #FFF;
	text-shadow: 1px 1px 0 rgba(25, 37, 49, .15), 1px 1px 3px rgba(25, 37, 49, .25), -1px -1px 3px rgba(25, 37, 49, .25);}
.home .site-description {
	font-size: 16px;
	font-size: 1rem; }

.custom-logo-link {
	display: inline-block;

	width: auto; 
	padding-right: 1em;

	vertical-align: middle;}
.custom-logo-link img {
	display: inline-block;

	width: auto; 
	max-height: 80px;}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-width: 100%; 
	max-height: 200px;}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: .9; }

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;

	vertical-align: middle; }

.custom-header-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: hidden;

	width: 100%; }

.has-header-image .custom-header-media img {
	position: fixed;
	top: 50%;
	left: 50%;
	/* vw prevents 1px gap on left that 100% has */

	width: auto;
	min-width: 100%;
	min-width: 100vw;
	max-width: 1000%;
	height: auto;
	min-height: 100%;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none; 
	/* Prevent header from extending beyond the footer */
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	top: 50%;
	left: 50%;
	/* vw prevents 1px gap on left that 100% has */

	width: auto;
	min-width: 100%;
	min-width: 100vw;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	padding-bottom: 1px;
	/* Prevent header from extending beyond the footer */

	-webkit-transform: translateX(-50%) translateY(-50%);

	    -ms-transform: translateX(-50%) translateY(-50%);

	        transform: translateX(-50%) translateY(-50%); }

.wp-custom-header .wp-custom-header-video-button {
	position: fixed;
	top: 30px;
	right: 30px;

	overflow: hidden;

	width: 45px; 
	height: 45px;
	padding: 0;

	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;

	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;

	color: rgba(255, 255, 255, .6);
	border: 1px solid rgba(255, 255, 255, .6);
	/* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, .5);}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	color: #FFF; 
	/* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, .8);
	background-color: rgba(34, 34, 34, .8);}

.admin-bar .wp-custom-header-video-button {
	top: 62px; }

.has-header-image:not(.clf-front-page):not(.home) .custom-header-media img {
	position: absolute;
	top: auto;
	bottom: 0;

	-webkit-transform: translateX(-50%) translateY(0);

	    -ms-transform: translateX(-50%) translateY(0);

	        transform: translateX(-50%) translateY(0); }

/* For browsers that support 'object-fit' */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.clf-front-page):not(.home) .custom-header-media img {
		top: 0;
		left: 0;

		width: 100%; 
		height: 100%;

		-webkit-transform: none;

		    -ms-transform: none;

		        transform: none;

		-o-object-fit: cover;
		object-fit: cover;} }

/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none; }

.clf-front-page.has-header-image .custom-header,
.clf-front-page.has-header-video .custom-header,
.home.blog.has-header-image .custom-header,
.home.blog.has-header-video .custom-header {
	display: table;

	width: 100%; 
	height: 300px;
	height: 75vh;}

.clf-front-page.has-header-image .site-branding,
.clf-front-page.has-header-video .site-branding,
.home.blog.has-header-image .site-branding,
.home.blog.has-header-video .site-branding {
	display: table-cell;

	height: 100%;

	text-align: center; 
	vertical-align: middle;}

.site-description-front {
	position: absolute;
	top: 10%;
	right: 1.3em;
	left: 1.3em;

	text-align: center; }

.breadcrumb-section {
	border-bottom: 1px solid #E1E8ED; 
	background: #FFF;
	background: #FBFBFC;}
.breadcrumb-section .breadcrumb_ttl {
	padding: 15px 0 0;

	color: #212A2F; }

.bread_crumb {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2; }
.bread_crumb ul {
	margin: 0;
	padding: 5px 0 15px;

	list-style: none; }
.bread_crumb li {
	display: block;

	padding: 8px 0; }
.bread_crumb li a {
	display: block;

	padding: 0 0 0 1.8em; }
.bread_crumb li a .fa {
	margin-right: .5em; 
	margin-left: -1.8em;}
.bread_crumb li .fa {
	display: inline-block;

	width: 1.3em;
	margin: -2px .25em 0 0;

	text-align: center;
	vertical-align: middle;

	opacity: .75; }
.bread_crumb li .fa:before {
	content: "\f07c"; }
.bread_crumb .top .fa {
	text-align: left; }
.bread_crumb .top .fa:before {
	content: "\f015"; }
.bread_crumb .current {
	padding-left: 1.8em; }
.bread_crumb .current .fa {
	margin-right: .5em; 
	margin-left: -1.8em;}
.bread_crumb .current .fa:before {
	content: "\f0da"; }
.bread_crumb a {
	display: block;
	overflow: hidden;

	max-width: 100%;

	text-overflow: ellipsis; 

	color: #8E9596;}
.bread_crumb a:hover,
.bread_crumb a:active {
	text-decoration: underline; 

	color: #000;}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.clf-front-page .site-content {
	padding: 0; }

.clf_post-panel-service {
	position: relative; }
.clf_post-panel-service .justify-content-between > .col-md-4 {
	margin-bottom: 1em;
	padding: 2em 1em 1em;
	padding-top: 1.5em;

	color: #000511;
	border-radius: 1.5px; 
	background-color: #FFF;
	background: rgba(255, 255, 255, .4) -webkit-linear-gradient(295deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .28) 45%, rgba(255, 255, 255, .0001));
	background: rgba(255, 255, 255, .4) linear-gradient(155deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .28) 45%, rgba(255, 255, 255, .0001));
	box-shadow: 0 1px 3px rgba(255, 255, 255, .45) inset, 0 1px 2px rgba(0, 0, 0, .15);}
.clf_post-panel-service .justify-content-between > .col-md-4 p:last-child {
	margin-bottom: 0; }
.clf_post-panel-service .justify-content-between > .col-md-4 .btn-block {
	position: relative; }
.clf_post-panel-service .justify-content-between > .col-md-4 .btn-block:before {
	position: absolute;
	left: .875em; }

.panel-image {
	position: relative; 

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
.panel-image:before {
	position: absolute;
	top: 0; 
	right: 0;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
	bottom: 0;
	left: 0;

	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .0001) 55%, rgba(255, 255, 255, .1) 75%, rgba(255, 255, 255, .3) 100%);

	background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .0001) 55%, rgba(255, 255, 255, .1) 75%, rgba(255, 255, 255, .3) 100%);}
.panel-image .panel-image-arrow .fa {
	position: absolute;
	top: -28px;
	left: 50%;

	display: block;

	width: 56px;
	height: 56px;
	margin: 0 0 0 -28px; 

	text-align: center;

	border-radius: 50%;
	background: #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);}
.panel-image .panel-image-arrow .fa:before {
	line-height: 56px; 

	display: inline-block;

	width: 100%;

	content: "\f063";}
.panel-image .panel-image-title {
	position: absolute;
	top: 50%;
	left: 0;

	width: 100%;
	padding: 0 1em; 

	text-align: center;}
.panel-image .panel-image-title h2 {
	font-weight: 800;

	display: inline-block;

	margin: -1em 0 0;
	padding: 0;

	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2); }
.panel-image .panel-image-title h2 .small {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 400; 

	display: block;

	opacity: .8;}
.panel-image .panel-image-title h2 .small-1 {
	position: relative;

	padding-top: 7px; }
.panel-image .panel-image-title h2 .small-1:before {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 4px;

	content: "";

	background-color: #EEE;
	background: -webkit-repeating-linear-gradient(135deg, rgba(246, 246, 246, .45), rgba(246, 246, 246, .45) 1px, rgba(246, 246, 246, .25) 0, rgba(246, 246, 246, .25) 3px);
	background: repeating-linear-gradient(-45deg, rgba(246, 246, 246, .45), rgba(246, 246, 246, .45) 1px, rgba(246, 246, 246, .25) 0, rgba(246, 246, 246, .25) 3px); }

.entry-header .panel-content-title {
	text-align: center; }
.entry-header .panel-content-title .entry-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800; 

	display: inline-block;

	text-align: center;

	color: #7AC31B;}
.entry-header .panel-content-title .entry-title .small {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;

	position: relative;

	display: block;

	padding-top: 7px; 

	color: #8E9596;}
.entry-header .panel-content-title .entry-title .small:before {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 4px;

	content: "";

	background-color: #EAECEE;
	background: -webkit-repeating-linear-gradient(135deg, rgba(204, 205, 206, .45), rgba(204, 205, 206, .45) 1px, rgba(204, 205, 206, .15) 0, rgba(204, 205, 206, .15) 3px);
	background: repeating-linear-gradient(-45deg, rgba(204, 205, 206, .45), rgba(204, 205, 206, .45) 1px, rgba(204, 205, 206, .15) 0, rgba(204, 205, 206, .15) 3px); }

.clf-front-page .clf_post-panel-service {
	padding-right: 1em; 
	padding-bottom: 4em;
	padding-left: 1em;

	border-top: 0 !important;
	background: #618C54 url(../images/bg_service_panel.jpg) 50% 50% no-repeat;
	background-size: cover;}
.clf-front-page .clf_post-panel-service + .clf_post-panel .panel-image .panel-image-arrow .fa {
	background: #F2F4F5;
	background: transparent; }
.clf-front-page .clf_post-panel-service .entry-title {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1), -1px -1px 1px rgba(0, 0, 0, .1); }
.clf-front-page .clf_post-panel-service .entry-title .small {
	color: inherit; }
.clf-front-page .clf_post-panel-service .entry-title .small:before {
	background-color: #EEE;
	background: -webkit-repeating-linear-gradient(135deg, rgba(246, 246, 246, .45), rgba(246, 246, 246, .45) 1px, rgba(246, 246, 246, .25) 0, rgba(246, 246, 246, .25) 3px);
	background: repeating-linear-gradient(-45deg, rgba(246, 246, 246, .45), rgba(246, 246, 246, .45) 1px, rgba(246, 246, 246, .25) 0, rgba(246, 246, 246, .25) 3px); }

.clf-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #DDD; }

.thumb_wrap img {
	display: block;

	margin: 0 auto; }

.panel-content {
	position: relative; }
.panel-content .wrap {
	padding-top: 1.75em; 
	padding-bottom: .5em;}

.panel-content-recent-posts {
	padding: 2.5em 0; }
.panel-content-recent-posts .recent-post {
	margin: 0 0 4em; 

	letter-spacing: 0;}
.panel-content-recent-posts .recent-post a {
	display: block; }
.panel-content-recent-posts .thumb_wrap {
	margin: 0 0 .3em; }
.panel-content-recent-posts .entry-title_recent-post {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;

	margin: 0 0 .3em;
	padding: 0;

	text-align: justify; }
.panel-content-recent-posts .entry-summary_recent-post {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.5;

	text-align: justify; }

.page-one-column .panel-content .wrap {
	max-width: 960px; }

/* Panel edit link */
.clf_post-panel .edit-link {
	display: block;

	margin: .3em 0 0; }

.clf_post-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: .875rem; }

/* Front Page - Recent Posts */
.clf-front-page .panel-content .recent-posts article {
	color: #333; 
	border: 0;}

.recent-posts .entry-header {
	margin-bottom: 1.2em; }

.panel-content .recent-posts article {
	margin-bottom: 4em; }

.page .panel-content .recent-posts .entry-title {
	letter-spacing: 0;
	text-transform: none; }

.clf_post-panel .recent-posts .entry-header .edit-link {
	font-size: 11px;
	font-size: .6875rem;

	display: inline-block;

	margin-left: 1em; 

	color: #222;}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
	position: relative; 

	background-color: #FFF;}

.site-content {
	padding: 2.5em 0 0; }

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
	position: relative; }
.sticky .sticky-icon {
	font-size: 20px;
	line-height: 32px;

	position: absolute;
	top: -16px;
	left: 16px;

	display: block;
	overflow: hidden;

	width: 32px;
	height: 32px;

	-webkit-transform: rotate(-30deg);

	    -ms-transform: rotate(-30deg);

	        transform: rotate(-30deg); 
	text-align: center;

	color: #FFF;
	border-radius: 50%;
	background: #ADB3B8;}
.sticky .sticky-icon:before {
	content: "\f08d"; }

.post:not(.sticky) .icon-thumb-tack {
	display: none; }

.sticky .icon-thumb-tack {
	position: absolute;
	top: 1.65em;
	left: -1.5em;

	display: block;

	width: 20px; 
	height: 18px;}

.page-title,
body.page:not(.clf-front-page) .entry-title {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 20px;
	font-size: 1.25rem;

	letter-spacing: .14em;

	color: #222;}

.entry-header .entry-title {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 

	margin-bottom: .25em;}

.entry-title:not(:first-child) {
	padding-top: 0; }

.entry-meta {
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 400; 

	color: #8E9596;}
.single .entry-meta {
	margin-bottom: 2.5em; }

.entry-date-link {
	display: inline-block; 

	margin-right: 1em;}

.term_links {
	line-height: 1.2; 

	display: block;

	margin: .5em 0 -.2em;
	padding: 0;

	list-style: none;}
.recent-post .term_links,
.archive_article .term_links {
	display: inline-block; }
.term_links li {
	display: inline-block;

	margin: 0 .6em .5em 0; 
	padding: 0;}
.term_links li .link_none,
.term_links li a {
	display: block;

	padding: 1px .6em;

	color: #FFF;
	border: 1px solid transparent;
	background: #1781A8; }
.term_links li .link_none {
	color: #8E9596;
	border-color: #E1E8ED; 
	background: transparent;}
.term_links li a:hover,
.term_links li a:active {
	border-color: #000; 
	background: #323338;}
.term_links .root_name {
	opacity: .65; }
.term_links .root_name__separator {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;

	display: inline-block;
	overflow: hidden;

	width: 1.6em;

	text-align: center;
	vertical-align: top; 
	white-space: nowrap;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
.term_links .root_name__separator:before {
	display: inline-block;

	width: 1.6em; 

	content: "\f104";}
.term_links-post_tag li a {
	color: #8E9596;
	border-color: #DBE1E5; 
	background: #FFF;}
.term_links-post_tag li a:hover,
.term_links-post_tag li a:active {
	color: #FFF;
	border-color: #000; 
	background: #323338;}

.single .term_links {
	margin-top: 1.5em; 
	padding-left: 2em;}
.single .term_links:before {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;

	display: inline-block;

	width: 1.8em; 
	margin: 0 .2em 0 -2em;
	margin-left: -2em;

	content: "\f07c";
	text-align: center;

	color: #2FB2E2;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
.single .term_links + .term_links-post_tag {
	margin-top: .85em; }
.single .term_links-post_tag:before {
	content: "\f02c"; }

.byline,
.updated:not(.published) {
	display: none; }

.byline {
	display: none; }

.single .byline,
.group-blog .byline {
	display: inline-block; }

.single .published .fa,
.single .updated .fa,
.single .byline .fa {
	display: inline-block;

	width: 1.8em; 

	text-align: center;

	color: #C5C9C9;}

.single .updated .fa:before {
	content: "\f1da"; }

.single .published .fa:before {
	content: "\f274"; }

.single .byline .fa:before {
	content: "\f007"; }

.pagination,
.comments-pagination {
	font-weight: 800;

	padding: 2em 0 3em;

	text-align: center; }

.pagination .icon {
	width: .666666666em;
	height: .666666666em; }

.comments-pagination {
	border: 0; }
.comments-pagination .icon {
	width: .666666666em;
	height: .666666666em; }

.page-numbers {
	display: none; }
.page-numbers.current {
	display: inline-block; 

	color: #000511;}
.page-numbers.current .screen-reader-text {
	position: relative !important;

	overflow: auto;
	clip: auto;

	width: auto; 
	height: auto;}
.page-numbers.dots {
	color: #C5C9C9; }

a.page-numbers {
	border: 1px solid #E1E8ED;
	border-radius: 2px; }
a.page-numbers:hover,
a.page-numbers:active {
	color: #FFF;
	border-color: transparent; 
	background: #222427;}

.prev.page-numbers,
.next.page-numbers {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;

	display: inline-block;

	padding: .25em .5em .4em; 

	border-radius: 2px;
	background: #E7EAED;}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out; }

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	color: #FFF; 
	background-color: #222427;}

.prev.page-numbers {
	float: left; }
.prev.page-numbers .fa:before {
	content: "\f104"; }

.next.page-numbers {
	float: right; }
.next.page-numbers .fa:before {
	content: "\f105"; }

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	font-size: 13px;
	font-size: .8125rem;

	width: 48%; 

	color: #666;}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 4em; }

.blog .site-main > article.sticky {
	margin-bottom: 4em; 
	padding: 1.5em 0;

	border: 1px dotted #ADB3B8;
	border-width: 1px 0;}

body:not(.clf-front-page) .entry-header {
	margin-right: auto; 
	margin-left: auto;
	padding: 1em 0;}

body:not(.clf-front-page) .entry-content,
body:not(.clf-front-page) #comments {
	margin-right: auto; 
	margin-left: auto;}

body:not(.clf-front-page) .entry-header {
	padding-top: 0; }

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link {
	display: inline-block;

	margin-left: 1em;

	white-space: nowrap; 

	color: #222;}

.search .entry-meta a.post-edit-link {
	display: inline-block;

	margin-left: 1em;

	white-space: nowrap; 

	color: #222;}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;

	white-space: nowrap; }

.search .entry-meta + .entry-title {
	margin-top: 0; }

.taxonomy-description {
	font-size: 13px;
	font-size: .8125rem; 

	color: #666;}

.archive_article .archive_article__thumb {
	margin: 0 0 .4em; }

.archive_article .archive_article__body .entry-header {
	padding-bottom: .5em; }

.archive_article .archive_article__body .entry-title {
	font-size: 24px;
	font-size: 1.5rem;

	margin: 0 0 .5em;

	text-align: justify; }
.archive_article .archive_article__body .entry-title a {
	display: block; }

.archive_article .archive_article__body .entry-excerpt {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;

	text-align: justify; }
.archive_article .archive_article__body .entry-excerpt p:last-child {
	margin-bottom: 0; }

/* More tag */
.entry-content .more-link:before {
	display: block;

	margin-top: 1.5em; 

	content: "";}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.clf-front-page) #primary {
	margin-right: auto; 
	margin-left: auto;}

.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-right: auto; 
	margin-left: auto;}

.single-featured-image-header {
	margin: 1.5em auto 2.5em; 

	background-color: #FAFAFB;}
.single-featured-image-header img {
	display: block;

	margin: auto; }

.page-links {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;

	padding: 2em 0 3em; }
.page-links .page-number {
	display: inline-block;

	padding: .5em 1em; 

	color: #767676;}
.page-links a {
	display: inline-block; }
.page-links a .page-number {
	color: #222; }

.entry-content + .widget-area .content-footer-widget {
	margin-top: 3em; }

.catposts-wrap {
	margin: 3em 0 4em; }
.catposts-wrap h2 {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;

	margin: 0 0 1.2em;
	padding: 0 0 0 1.5em; }
.catposts-wrap h2 a {
	color: #212A2F; }
.catposts-wrap h2 a:hover,
.catposts-wrap h2 a:active {
	color: #8E9596; }
.catposts-wrap h2 .fa {
	display: inline-block;

	width: 1.5em;
	margin-left: -1.5em;

	text-align: center; 

	color: #7AC31B;}

.catposts-catlink {
	margin-top: 2em; }

.catposts-list {
	line-height: 1.4; 

	margin: 0;
	padding: 0;

	list-style: none;}
.catposts-list li {
	margin: 0 0 .8em;
	padding: 0 0 0 2em; }
.catposts-list li .fa {
	display: inline-block;

	width: 2em;
	margin-left: -2em;

	text-align: center;

	opacity: .65; }
.catposts-list li .fa:before {
	content: "\f105"; }
.catposts-list .current-item .fa:before {
	content: "\f00c"; }
.catposts-list .date {
	font-size: 75%;
	line-height: 1.2;

	display: inline-block;

	margin: 0 .5em 0 0; 
	padding: .1em .4em;

	border: 1px solid #DBE1E5;}

/* Entry footer */
.entry-footer {
	margin-top: 2em;
	padding: 2em 0; 

	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;}
.entry-footer .cat-links,
.entry-footer .tags-links {
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 800;

	position: relative;

	display: block;

	padding-left: 2.5em;

	text-transform: uppercase; }
.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #4B5553; }
.entry-footer .cat-links a:hover,
.entry-footer .cat-links a:active,
.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:active {
	color: #1CB0B5; }
.entry-footer .cat-links .fa,
.entry-footer .tags-links .fa {
	display: inline-block;

	width: 2.5em;
	margin-left: -2.5em;

	text-align: center;

	color: #2FB2E2; }
.entry-footer .cat-links + .tags-links {
	margin-top: 1em; }
.entry-footer .cat-links .fa:before {
	content: "\f07c"; }
.entry-footer .tags-links .fa:before {
	content: "\f02c"; }
.entry-footer .edit-link {
	display: inline-block; }
.entry-footer .edit-link a.post-edit-link {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;

	display: inline-block;

	margin-top: 2em;
	padding: .7em 2em;

	-webkit-transition: background-color .2s ease-in-out;

	transition: background-color .2s ease-in-out;
	white-space: nowrap; 

	color: #FFF;
	border-radius: 2px;
	background-color: #222;
	box-shadow: none;}
.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676; }

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none; }

.format-quote blockquote {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;

	position: relative; 

	overflow: visible;

	color: #333;}
.format-quote blockquote .icon {
	position: absolute;
	top: .4em;
	left: -1.25em;

	display: block;

	width: 20px; 
	height: 20px;

	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);}

/* Post Navigation */
.post-navigation {
	font-weight: 600;

	margin: 3em 0; }

.postlink_navi {
	position: relative;

	display: block;
	zoom: 1;

	margin: 0;
	padding: 0;

	border: 1px solid #DBE1E5;
	border-width: 1px 0; }
.postlink_navi:before,
.postlink_navi:after {
	display: table; 

	content: "";}
.postlink_navi:after {
	clear: both; }
.postlink_navi li {
	position: relative; 

	display: block;}
.postlink_navi li a {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 

	display: block;
	zoom: 1;

	height: 100%;
	padding: 13px 30px;

	text-decoration: none;

	color: #4B5553;}
.postlink_navi li a:before,
.postlink_navi li a:after {
	display: table; 

	content: "";}
.postlink_navi li a:after {
	clear: both; }
.postlink_navi li a .fa {
	font-size: 24px;

	position: absolute;
	top: 50%;
	left: 6px;

	display: block;

	margin: -.5em 0 0;

	-webkit-transition: color .25s linear, -webkit-transform .25s ease;

	transition: color .25s linear, -webkit-transform .25s ease;

	transition: transform .25s ease, color .25s linear;

	transition: transform .25s ease, color .25s linear, -webkit-transform .25s ease; 

	color: #C5C9C9;}
.postlink_navi li a .fa:before {
	content: "\f053"; }
.postlink_navi li a:hover,
.postlink_navi li a:active,
.postlink_navi li a:focus {
	color: #000;
	background-color: #FFF;
	background: rgba(255, 255, 255, .4); }
.postlink_navi li a:hover .fa,
.postlink_navi li a:active .fa,
.postlink_navi li a:focus .fa {
	-webkit-transform: translateX(-4px);
	    -ms-transform: translateX(-4px);
	        transform: translateX(-4px); 

	color: #000;}
.postlink_navi li:before {
	font-size: 11px;
	font-size: .6875rem;
	line-height: 1;

	position: absolute;
	top: -8px; 

	display: block;

	padding: 2px 8px;

	content: "Newer";

	color: #FFF;
	border-radius: 2px;
	background: #7AC31B;}
.postlink_navi .prev:before {
	left: 15px; }
.postlink_navi .next {
	border-top: 1px dotted #DBE1E5; }
.postlink_navi .next a .fa {
	right: 6px; 
	left: auto;}
.postlink_navi .next a .fa:before {
	content: "\f054"; }
.postlink_navi .next a:hover .fa,
.postlink_navi .next a:active .fa,
.postlink_navi .next a:focus .fa {
	-webkit-transform: translateX(4px);
	    -ms-transform: translateX(4px);
	        transform: translateX(4px); }
.postlink_navi .next:before {
	right: 15px; 

	content: "Older";}
.postlink_navi .no_post {
	display: none; }
.postlink_navi .no_post + .next {
	border-top: 0; }
.postlink_navi .next .thumb {
	float: right; }
.postlink_navi .next .thumb + .text {
	margin-right: 88px; 
	margin-left: 0;}
.postlink_navi .next .text {
	text-align: right; }
.postlink_navi .thumb {
	display: block;
	float: left;

	width: 75px; 
	height: 75px;}
.postlink_navi .thumb.no_thumb {
	width: 1px; }
.postlink_navi .thumb.no_thumb + .text {
	margin-right: 0; 
	margin-left: 0;}
.postlink_navi .thumb img {
	display: block; 

	width: 100%;
	height: auto;}
.postlink_navi .thumb + .text {
	margin-right: 0; 
	margin-left: 88px;}
.postlink_navi .text {
	line-height: 1.3;

	display: block;
	overflow: hidden;

	max-height: 3.8em;
	margin: 9px 5px 0;

	vertical-align: middle; }
.postlink_navi.postlink_navi-no_thumb .text {
	margin: 15px 5px; }
.postlink_navi.postlink_navi-page .prev:before {
	content: "PREV"; }
.postlink_navi.postlink_navi-page .next:before {
	content: "NEXT"; }

/* ======================================

jetpack shared

====================================== */
.section-sns_buttons {
	margin: 2em 0 0;
	padding: 2.5em 0 2em;

	text-align: center; 

	background-color: #F2F4F5;}

.sd-title {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;

	display: none;

	margin-bottom: 10px;

	vertical-align: middle;}

.sd-content {
	display: inline-block;

	vertical-align: middle; }
.sd-content ul {
	margin: 0; 
	padding: 0;}
.sd-content li {
	display: inline-block;

	margin: 0 8px 10px; 

	letter-spacing: 0;}
.sd-content li a {
	font-size: 18px;

	position: relative;

	display: block;

	width: 40px;
	height: 40px;

	text-decoration: none; 

	color: #FFF;
	border-radius: 50%;
	background: #ADB3B8;}
.sd-content li a:after {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;
	line-height: 40px;

	position: relative;

	display: block;

	width: 40px;
	height: 40px;

	content: "\f1e0";
	text-align: center; 

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
.sd-content li a:before {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all .25s ease;
	transition: all .25s ease; 
	-webkit-transform-origin: 50% 50%; 
	    -ms-transform-origin: 50% 50%; 
	        transform-origin: 50% 50%;

	border-radius: 3px;
	background: #ADB3B8;}
.sd-content li a:hover:before,
.sd-content li a:active:before {
	-webkit-transform: scale(1.35);
	    -ms-transform: scale(1.35);
	        transform: scale(1.35);

	border-radius: 50%; }
.sd-content li a > span {
	position: absolute;
	right: -8px;
	bottom: -2px;

	display: block;
	overflow: hidden; 

	width: 100%;

	text-indent: -9999px;}
.sd-content li a > span .share-count {
	font-size: 10px;
	line-height: 1; 

	position: absolute;
	right: 0;
	bottom: 0;

	display: block;

	padding: 1px 4px;

	text-indent: 0;

	color: #FFF;
	border-radius: 6px;
	background-color: #8E9596;}
.sd-content .share-facebook a:after {
	content: "\f09a"; }
.sd-content .share-facebook a:hover:before,
.sd-content .share-facebook a:active:before {
	background-color: #3B5998; }
.sd-content .share-twitter a:after {
	content: "\f099"; }
.sd-content .share-twitter a:hover:before,
.sd-content .share-twitter a:active:before {
	background-color: #59ADEB; }
.sd-content .share-google-plus-1 a:after {
	content: "\f0d5"; }
.sd-content .share-google-plus-1 a:hover:before,
.sd-content .share-google-plus-1 a:active:before {
	background-color: #DB4437; }
.sd-content .share-pocket a:after {
	content: "\f265"; }
.sd-content .share-pocket a:hover:before,
.sd-content .share-pocket a:active:before {
	background-color: #EE4056; }
.sd-content .share-pinterest a:after {
	content: "\f231"; }
.sd-content .share-pinterest a:hover:before,
.sd-content .share-pinterest a:active:before {
	background-color: #BD081C; }
.sd-content .share-linkedin a:after {
	content: "\f0e1"; }
.sd-content .share-linkedin a:hover:before,
.sd-content .share-linkedin a:active:before {
	background-color: #0084BF; }
.sd-content .share-custom-line a:after {
	content: ""; }
.sd-content .share-custom-line a:hover:before,
.sd-content .share-custom-line a:active:before {
	background-color: #00C300; }
.sd-content .share-end {
	display: none; }

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-header {
	padding-bottom: 2em; }

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: .875rem; }

.page.page-one-column .entry-header,
.clf-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
	margin-bottom: 2.5em; }

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: .6875rem; }

.page-links {
	clear: both;

	margin: 0 0 1.5em; }

.page:not(.home) #content {
	padding-bottom: 1.5em; }

/* 404 page */
.error404 .page-content {
	padding-bottom: 4em; }
.error404 .page-content .search-form {
	margin-bottom: 3em; }

.search .page-content .search-form {
	margin-bottom: 3em; }

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 3em; 

	color: #8E9596;
	border-top: 1px solid #222427;}
.site-footer .wrap {
	padding-bottom: 1.5em; }
.site-footer .widget-area {
	padding-top: 2em; 
	padding-bottom: 2em;}
.site-footer .widget-title {
	color: #7AC31B; }

/* Footer widgets */
/* Social nav */
.social-navigation {
	font-size: 16px;
	font-size: 1rem;

	margin-bottom: 1em; }
.social-navigation ul {
	margin-bottom: 0;
	margin-left: 0; 

	list-style: none;}
.social-navigation li {
	display: inline; }
.social-navigation a {
	display: inline-block;

	width: 40px; 
	height: 40px;
	margin: 0 1em .5em 0;

	text-align: center;

	color: #FFF;
	border-radius: 40px;
	background-color: #767676;}
.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333; }
.social-navigation .icon {
	top: 12px;

	width: 16px;
	height: 16px;

	vertical-align: top; }

/* Site info */
.site-info-wrap {
	text-align: center; }

.site-info {
	font-size: 16px;
	font-size: 1rem;

	margin-bottom: 1em; }
.site-info a {
	color: #666; }
.site-info .sep {
	display: block;
	visibility: hidden;

	width: 100%; 
	height: 0;
	margin: 0;}

.copyright {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: .875rem;

	color: #508012; }
.copyright i {
	font-style: normal; 

	display: none;}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
.comments-wrap {
	margin: 2.5em 0 0; 

	background: #F2F4F5;}

#comments {
	clear: both;

	padding: 2em 0 .5em; }

.comments-title {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 20px;
	font-size: 1.25rem;

	margin-bottom: 1.5em;}

.comment-list {
	margin: 0;
	padding: 0; 

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

	list-style: none;}
.comment-list li:before {
	display: none; }

.comment-author {
	font-size: 16px;
	font-size: 1rem;

	position: relative;
	z-index: 2;

	display: inline-block; 

	margin-right: .6em;
	margin-bottom: .4em;}
.comment-author:before {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;

	display: inline-block;

	margin: 0 .25em 0 0; 

	content: "\f27a";

	color: #C5C9C9;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
.children .comment-author:before {
	content: "\f086"; }
.comment-author .avatar {
	position: absolute;
	left: -65px;

	width: 50px; 
	height: 50px;}
.comment-author .says {
	display: none; }

.comment-author-admin > .comment-body .comment-author:before,
.bypostauthor > .comment-body .comment-author:before {
	content: "\f007"; }

.comment-meta {
	margin-bottom: 1.5em; }

.comment-metadata {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 600;

	display: inline-block; 

	color: #8E9596;}
.comment-metadata a {
	color: #767676; }
.comment-metadata a.comment-edit-link {
	margin-left: 1em; 

	color: #222;}

.comment-body {
	margin-bottom: 4em;
	padding: .7em 1em;

	border-radius: 3px;
	background: #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .14); }
ol.children .comment-body {
	position: relative; 

	margin-top: -2.5em;}
ol.children .comment-body:before {
	position: absolute;
	z-index: 2;
	top: -13px;
	left: 2em; 

	display: block;

	width: 0;
	height: 0;

	content: "";
	content: '';

	border-right: 10px solid transparent;
	border-bottom: 15px solid #FFF;
	border-left: 10px solid transparent;}

.comment-reply-link {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;

	display: inline-block;

	padding: .1em .8em;

	color: #FFF; 
	border-radius: 3px;
	background: #000511;}
.comment-reply-link .fa {
	margin: 0 .3em 0 -.3em;

	opacity: .65; }
.comment-reply-link .fa:before {
	content: "\f112"; }
.comment-reply-link:hover,
.comment-reply-link:active {
	color: #FFF;
	background: #8E9596; }

.children .comment-author .avatar {
	left: -45px;

	width: 30px; 
	height: 30px;}

.comment-respond {
	padding-top: 50px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	padding: 2px; 

	border: 1px solid #333;}

.no-comments,
.comment-awaiting-moderation {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic; 

	color: #767676;}

.comments-pagination {
	margin: 2em 0 3em; }

.comment-reply-title:before,
.comment-reply-title:after {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.hide-form {
	margin-bottom: 2.5em; }
.hide-form .comment-form {
	overflow: hidden;

	max-height: 1600px;

	-webkit-transition: max-height .5s ease-in-out;

	transition: max-height .5s ease-in-out; }
.hide-form .comment-reply-title {
	cursor: pointer; }
.hide-form .comment-reply-title:after {
	display: inline-block;

	margin: 0 0 0 .25em;

	content: "\f107";
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease; 
	-webkit-transform: rotate(180deg); 
	    -ms-transform: rotate(180deg); 
	        transform: rotate(180deg);

	opacity: .7;}
.hide-form .comment-reply-title:hover {
	color: #8E9596; }
.hide-form.hide-form-hidden .comment-form {
	max-height: 0; }
.hide-form.hide-form-hidden .comment-reply-title:after {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0); }

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
	padding: 2em 0; }

.widget {
	padding-bottom: 3em; }

h2.widget-title {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 14px;
	font-size: .875rem;
	font-weight: 800;

	margin-bottom: .8em;

	letter-spacing: .1428em;

	color: #212A2F;}
.widget_categories h2.widget-title:before,
.clf_widget_recent_entries h2.widget-title:before,
.widget_tag_cloud h2.widget-title:before,
.popular-posts h2.widget-title:before {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;

	display: inline-block;

	margin: 0 .2em 0 0;

	color: #7AC31B; 

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
.widget_categories h2.widget-title:before {
	content: "\f07c"; }
.clf_widget_recent_entries h2.widget-title:before {
	content: "\f08d"; }
.widget_tag_cloud h2.widget-title:before {
	content: "\f02c"; }
.popular-posts h2.widget-title:before {
	content: "\f164"; }

.widget-title a {
	color: inherit; }

/* widget forms */
.widget select {
	width: 100%; }

.widget ul {
	margin: 0; 

	list-style: none;}
.widget ul li {
	padding: .5em 0; 

	border-top: 1px solid #DBE1E5;
	border-bottom: 1px solid #DBE1E5;}
.widget ul li + li {
	margin-top: -1px; }
.widget ul li ul {
	position: relative; 

	margin: 0 0 -1px;
	padding: 0;}
.widget ul li li {
	padding-left: 24px;
	padding-left: 1.5rem; 

	border: 0;}

/* widget lists */
/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0; }

.widget_nav_menu ul li li {
	padding-top: .25em; 
	padding-bottom: .25em;}

.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li {
	padding-top: .25em; 
	padding-bottom: .25em;}
.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li li {
	padding-top: .25em; 
	padding-bottom: .25em;}

.widget_rss ul li {
	padding-top: 1em; 
	padding-bottom: 1em;}

/* widget markup */
.widget .post-date,
.widget .rss-date {
	font-size: .81em; }

.widget p {
	margin-bottom: .8em; }

/* Text widget */
.widget_text {
	word-wrap: break-word; }

.textwidget p:last-child {
	margin-bottom: 0; }

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
	float: right; }
.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent; }
.widget_rss .widget-title .rsswidget:first-child img {
	display: block; }

.widget_rss ul li {
	padding: 2.125em 0; }
.widget_rss ul li:first-child {
	padding-top: 0; 

	border-top: none;}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4; }

.widget_rss .rss-date,
.widget_rss li cite {
	font-size: 10px;
	font-size: .625rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.5;

	display: block;

	letter-spacing: .18em;
	text-transform: uppercase; 

	color: #767676;}

.widget_rss .rss-date {
	margin: .5em 0 1.5em;
	padding: 0; }

.widget_rss .rssSummary {
	margin-bottom: .5em; }

/* Contact Info Widget */
.widget_contact_info .contact-map {
	margin-bottom: .5em; }

/* Gravatar */
.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;

	margin-bottom: 0; }

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0; }

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block; }

/* Search */
.search-form {
	position: relative; }
.search-form .fa-search {
	font-size: 20px;
	font-size: 1.25rem;

	display: inline-block;

	width: 1.2em;

	text-align: center; }
.search-form .search-submit {
	position: absolute;
	top: 3px; 
	right: 3px;
	bottom: 3px;

	padding: .2em 1em;}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5; }

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	/* !important to overwrite inline styles */
	font-size: 14px !important;
	font-size: .875rem !important;

	position: relative;
	z-index: 0; 

	display: inline-block;
	float: left;

	width: auto;
	margin: 4px 4px 0 0 !important;
	padding: 3px 10px 4px !important;

	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;

	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	text-decoration: none;
	word-wrap: break-word;

	border: 1px solid #DBE1E5;
	box-shadow: none;}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	text-decoration: none;

	color: #FFF; 
	border-color: #323338;
	background: #323338;}
.widget .tagcloud a:hover .tag-link-count,
.widget .tagcloud a:focus .tag-link-count,
.widget.widget_tag_cloud a:hover .tag-link-count,
.widget.widget_tag_cloud a:focus .tag-link-count,
.wp_widget_tag_cloud a:hover .tag-link-count,
.wp_widget_tag_cloud a:focus .tag-link-count {
	background: #2FB2E2; }

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	text-align: center; }

.widget_calendar tfoot td {
	border: 0; }

.tag-link-count,
.catitem__post_count {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.3;

	display: inline-block;

	min-width: 1.3em;
	height: 1.3em;
	margin: 0 0 0 .25em;
	padding: 0 .35em;

	text-align: center;
	vertical-align: middle;

	color: #FFF;
	border-radius: .65em;
	background: #C5C9C9;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1); }
.tag-link-count .bracket,
.catitem__post_count .bracket {
	position: absolute !important;

	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);

	width: 1px;
	height: 1px;

	word-wrap: normal !important; }

.tag-link-count {
	font-size: 92.857%; }

.widget_categories ul li {
	padding: 0; }

.widget_categories li a {
	position: relative;

	display: block;

	padding: .6em 1.5em .7em .3em;

	text-decoration: none; 

	color: #4B5553;}
.widget_categories li a .fa {
	position: absolute;
	top: 50%;
	right: 0;

	display: block;

	width: 1.5em;
	margin: -.5em 0 0;

	text-align: center;

	color: #C5C9C9; }
.widget_categories li a .fa:before {
	content: "\f054"; }
.widget_categories li a:hover,
.widget_categories li a:focus {
	color: #C5C9C9; }
.widget_categories li a:hover .fa,
.widget_categories li a:focus .fa {
	color: #2FB2E2; }
.widget_categories li a:hover .catitem__post_count,
.widget_categories li a:focus .catitem__post_count {
	background: #2FB2E2; }

.widget_categories .children a .fa:before {
	content: "\f105"; }

.clf_widget_recent_entries li,
.popular-posts li {
	line-height: 1.3; }
.clf_widget_recent_entries li a,
.popular-posts li a {
	display: block;

	color: #4B5553; }
.clf_widget_recent_entries li a:after,
.popular-posts li a:after {
	display: table;
	clear: both; 

	content: "";}
.clf_widget_recent_entries li a:hover,
.clf_widget_recent_entries li a:active,
.popular-posts li a:hover,
.popular-posts li a:active {
	color: #C5C9C9; }

.clf_widget_recent_entries .post-thumb,
.popular-posts .post-thumb {
	display: block;
	float: left;

	margin: 0 .5em 0 0; }
.clf_widget_recent_entries .post-thumb img,
.popular-posts .post-thumb img {
	display: block;

	max-width: 75px;
	height: auto;

	box-shadow: none; }

.clf_widget_recent_entries .post-date,
.popular-posts .post-date {
	display: block; 

	color: #C5C9C9;}

.wrap-footer-ads,
.widget-area-cttinner {
	overflow: hidden; }

.widget-area-cttinner {
	width: calc(100% + 3em) !important; 
	margin-right: -1.5em;
	margin-left: -1.5em;
	padding: 1em 1.5em;}

.wrap-footer-ads {
	padding-top: 1em;
	padding-bottom: 1em; }

.clf_rss_itemlist .clf_rss_item {
	line-height: 1.35; 

	margin: 0 0 .6em;
	padding: 0;

	border: 0;}

.clf_rss_itemlist .show_date {
	padding-left: 6.5em; }

.clf_rss_itemlist .hide_time {
	padding-left: 0; }

.clf_rss_itemlist .datetime {
	line-height: 1.25; 

	display: inline-block;

	width: 6em;
	margin: 0 .5em 0 -6.5em;
	padding: .6em 0;

	vertical-align: top;

	border: 1px solid #E1E8ED;}
.clf_rss_itemlist .datetime .date,
.clf_rss_itemlist .datetime .time {
	display: block; 

	text-align: center;}
.clf_rss_itemlist .datetime .time {
	font-size: 11px;
	font-size: .6875rem; }
.clf_rss_itemlist .datetime + div {
	display: inline-block; }

.clf_rss_itemlist .description {
	font-size: 85.714%; 

	margin-top: .4em;}

.clf_rss_itemlist .hide_time .datetime {
	font-size: 85.714%; 

	width: auto;
	margin-left: 0;
	padding: 1px .3em;

	vertical-align: baseline;}
.clf_rss_itemlist .hide_time .datetime + div {
	display: inline; }
.clf_rss_itemlist .hide_time .datetime + div .title {
	display: inline; }

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.0 Media

16.1 Galleries
--------------------------------------------------------------*/
img,
video {
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	height: auto;
	/* Adhere to container width. */ }

.no_image {
	position: relative;

	display: block;

	max-width: 100%;
	margin-right: auto; 
	margin-left: auto;
	padding-bottom: 66.76470588235294%;

	background-color: #C6E2A5;
	background: -webkit-linear-gradient(45deg, #C6E2A5, #B1EDE8);
	background: linear-gradient(45deg, #C6E2A5, #B1EDE8);}
.no_image .logo {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1;

	position: absolute;
	top: 50%;

	display: block;

	width: 100%;
	margin: -.5em 0 0;

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none;
	text-align: center;

	opacity: .8; 
	color: #FFF;}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0; 

	border: none;}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%; 
	margin-bottom: 1.5em;}

.wp-caption,
.gallery-caption {
	font-size: 13px;
	font-size: .8125rem;

	max-width: 100%; 
	margin-bottom: 1.5em;

	color: #8E9596;}

.wp-caption img[class*="wp-image-"] {
	display: block;

	margin-right: auto; 
	margin-left: auto;}

.wp-caption .wp-caption-text {
	line-height: 1.4; 

	margin: .8075em 0;}

/* Media Elements */
.mejs-container {
	margin-bottom: 1.5em; }

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider {
	border: 0; 
	background: transparent;}
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	border: 0; 
	background: transparent;}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
	color: #222; 
	border-color: #EEE;}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333; }
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676; }
.site-content .wp-playlist-light .wp-playlist-item {
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out; 

	border-bottom: 1px dotted #EEE;}
.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	color: #FFF; 
	border-bottom-color: transparent;
	background-color: #767676;}
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
	color: #FFF; }
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #FFF; }

.site-content .wp-playlist-dark {
	border-color: #333; 
	background: #222;}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333; }
.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #FFF; }
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #EEE; }
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #AAA; }
.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333; }
.site-content .wp-playlist-dark .wp-playlist-item {
	-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out; 

	border-bottom: 1px dotted #555;}
.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	color: #222; 
	border-bottom-color: transparent;
	background-color: #AAA;}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
	color: #222; }
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222; }

.site-content .wp-playlist {
	padding: .625em .625em .3125em; }

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700; }

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal; }

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: .625rem;
	font-weight: 800;

	letter-spacing: .1818em;
	text-transform: uppercase; }

.site-content .wp-playlist-item {
	padding: 0 .3125em;

	cursor: pointer; }
.site-content .wp-playlist-item:last-of-type {
	border-bottom: none; }
.site-content .wp-playlist-item a {
	padding: .3125em 0;

	border-bottom: none;
	background: transparent; 
	box-shadow: none;}
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	background: transparent; 
	box-shadow: none;}

.site-content .wp-playlist-item-length {
	top: 5px; }

/* Playlist Color Overrides: Dark */
/* Playlist Style Overrides */
/* SVG Icons base styles */
.icon {
	position: relative;
	/* Align more nicely with capital letters */
	top: -.0625em;

	display: inline-block;

	width: 1em; 
	height: 1em;

	vertical-align: middle;

	fill: currentColor;}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;

	width: 50%; 
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;

	text-align: left;
	vertical-align: top;}

.gallery-columns-1 .gallery-item {
	width: 100%; }

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

.gallery-item a {
	display: inline-block;

	max-width: 100%; 

	background: none;
	box-shadow: none;}
.gallery-item a:hover,
.gallery-item a:focus {
	display: inline-block;

	max-width: 100%; 

	background: none;
	box-shadow: none;}
.gallery-item a img {
	display: block;

	-webkit-transition: -webkit-filter .2s ease-in;

	transition: -webkit-filter .2s ease-in;

	transition: filter .2s ease-in;

	transition: filter .2s ease-in, -webkit-filter .2s ease-in;

	-webkit-backface-visibility: hidden;

	        backface-visibility: hidden; }
.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.6" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: opacity(60%);
	        filter: opacity(60%); }

.gallery-caption {
	display: block;

	margin-bottom: 0; 
	padding: 0 10px 0 0;

	text-align: left;}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
	display: none; }

.no-svg .svg-fallback {
	display: inline-block; }

.no-svg .dropdown-toggle {
	right: 0;

	width: 2em; 
	padding: .5em 0 0;

	text-align: center;}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;

	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg);
	/* IE 9 */
	transform: rotate(180deg); }
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0);
	/* Chrome, Safari, Opera */
	-ms-transform: rotate(0);
	/* IE 9 */
	transform: rotate(0); }
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E"; }

.no-svg .social-navigation a {
	width: auto; 
	height: auto;

	color: #222;
	background: transparent;}

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;

	position: relative !important;

	clip: auto;
	/* overrides previous !important styles */

	width: auto; 
	height: auto;}

/* Social Menu fallbacks */
/* Show screen reader text in some cases */
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@font-face {
	font-family: AdobeBlank;

	src: url("data:font/opentype;base64,T1RUTwAKAIAAAwAgQ0ZGIDTeCDQAACFkAAAZPERTSUcAAAABAABKqAAAAAhPUy8yAF+xmwAAARAAAABgY21hcCRDbtEAAAdcAAAZ6GhlYWQFl9tDAAAArAAAADZoaGVhB1oD7wAAAOQAAAAkaG10eAPoAHwAADqgAAAQBm1heHAIAVAAAAABCAAAAAZuYW1lIE0HkgAAAXAAAAXrcG9zdP+4ADIAACFEAAAAIAABAAAAAQuFfcPHtV8PPPUAAwPoAAAAANFMRfMAAAAA0UxF8wB8/4gDbANwAAAAAwACAAAAAAAAAAEAAANw/4gAAAPoAHwAfANsAAEAAAAAAAAAAAAAAAAAAAACAABQAAgBAAAAAwPoAZAABQAAAooCWAAAAEsCigJYAAABXgAyANwAAAAAAAAAAAAAAAD3/67/+9///w/gAD8AAAAAQURCTwBAAAD//wNw/4gAAANwAHhgLwH/AAAAAAAAAAAAAAAgAAAAAAARANIAAQAAAAAAAQALAAAAAQAAAAAAAgAHAAsAAQAAAAAAAwAbABIAAQAAAAAABAALAAAAAQAAAAAABQA6AC0AAQAAAAAABgAKAGcAAwABBAkAAACUAHEAAwABBAkAAQAWAQUAAwABBAkAAgAOARsAAwABBAkAAwA2ASkAAwABBAkABAAWAQUAAwABBAkABQB0AV8AAwABBAkABgAUAdMAAwABBAkACAA0AecAAwABBAkACwA0AhsAAwABBAkADQKWAk8AAwABBAkADgA0BOVBZG9iZSBCbGFua1JlZ3VsYXIxLjA0NTtBREJPO0Fkb2JlQmxhbms7QURPQkVWZXJzaW9uIDEuMDQ1O1BTIDEuMDQ1O2hvdGNvbnYgMS4wLjgyO21ha2VvdGYubGliMi41LjYzNDA2QWRvYmVCbGFuawBDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMQAzACwAIAAyADAAMQA1ACAAQQBkAG8AYgBlACAAUwB5AHMAdABlAG0AcwAgAEkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAKABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBkAG8AYgBlAC4AYwBvAG0ALwApAC4AQQBkAG8AYgBlACAAQgBsAGEAbgBrAFIAZQBnAHUAbABhAHIAMQAuADAANAA1ADsAQQBEAEIATwA7AEEAZABvAGIAZQBCAGwAYQBuAGsAOwBBAEQATwBCAEUAVgBlAHIAcwBpAG8AbgAgADEALgAwADQANQA7AFAAUwAgADEALgAwADQANQA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAMgA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYAMwA0ADAANgBBAGQAbwBiAGUAQgBsAGEAbgBrAEEAZABvAGIAZQAgAFMAeQBzAHQAZQBtAHMAIABJAG4AYwBvAHIAcABvAHIAYQB0AGUAZABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBkAG8AYgBlAC4AYwBvAG0ALwB0AHkAcABlAC8AVABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABpAHMAIABsAGkAYwBlAG4AcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACwAIABWAGUAcgBzAGkAbwBuACAAMQAuADEALgAgAFQAaABpAHMAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAaQBzACAAZABpAHMAdAByAGkAYgB1AHQAZQBkACAAbwBuACAAYQBuACAAIgBBAFMAIABJAFMAIgAgAEIAQQBTAEkAUwAsACAAVwBJAFQASABPAFUAVAAgAFcAQQBSAFIAQQBOAFQASQBFAFMAIABPAFIAIABDAE8ATgBEAEkAVABJAE8ATgBTACAATwBGACAAQQBOAFkAIABLAEkATgBEACwAIABlAGkAdABoAGUAcgAgAGUAeABwAHIAZQBzAHMAIABvAHIAIABpAG0AcABsAGkAZQBkAC4AIABTAGUAZQAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIABmAG8AcgAgAHQAaABlACAAcwBwAGUAYwBpAGYAaQBjACAAbABhAG4AZwB1AGEAZwBlACwAIABwAGUAcgBtAGkAcwBzAGkAbwBuAHMAIABhAG4AZAAgAGwAaQBtAGkAdABhAHQAaQBvAG4AcwAgAGcAbwB2AGUAcgBuAGkAbgBnACAAeQBvAHUAcgAgAHUAcwBlACAAbwBmACAAdABoAGkA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wwDEAMUAxgDHAMgAyQDKAMsAzADNAM4AzwDQANEA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5ADlAOYA5wDoAOkA6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAORA5IDkwOUA5UDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EDogOjA6QDpQOmA6cDqAOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7kDugO7A7wDvQO+A78DwAPBA8IDwwPEA8UDxgPHA8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D3gPfA+AD4QPiA+MD5APlA+YD5wPoA+kD6gPrA+wD7QPuA+8D8APxA/ID8wP0A/UD9gP3A/gD+QP6A/sD/AP9A/4D/wQABAEEAgQDBAQEBQQGBAcECAQJBAoECwQMBA0EDgQPBBAEEQQSBBMEFAQVBBYEFwQYBBkEGgQbBBwEHQQeBB8EIAQhBCIEIwQkBCUEJgQnBCgEKQQqBCsELAQtBC4ELwQwBDEEMgQzBDQENQQ2BDcEOAQ5BDoEOwQ8BD0EPgQ/BEAEQQRCBEMERARFBEYERwRIBEkESgRLBEwETQROBE8EUARRBFIEUwRUBFUEVgRXBFgEWQRaBFsEXARdBF4EXwRgBGEEYgRjBGQEZQRmBGcEaARpBGoEawRsBG0EbgRvBHAEcQRyBHMEdAR1BHYEdwR4BHkEegR7BHwEfQR+BH8EgASBBIIEgwSEBIUEhgSHBIgEiQSKBIsEjASNBI4EjwSQBJEEkgSTBJQElQSWBJcEmASZBJoEmwScBJ0EngSfBKAEoQSiBKMEpASlBKYEpwSoBKkEqgSrBKwErQSuBK8EsASxBLIEswS0BLUEtgS3BLgEuQS6BLsEvAS9BL4EvwTABMEEwgTDBMQExQTGBMcEyATJBMoEywTMBM0EzgTPBNAE0QTSBNME1ATVBNYE1wTYBNkE2gTbBNwE3QTeBN8E4AThBOIE4wTkBOUE5gTnBOgE6QTqBOsE7ATtBO4E7wTwBPEE8gTzBPQE9QT2BPcE+AT5BPoE+wT8BP0E/gT/BQAFAQUCBQMFBAUFBQYFBwUIBQkFCgULBQwFDQUOBQ8FEAURBRIFEwUUBRUFFgUXBRgFGQUaBRsFHAUdBR4FHwUgBSEFIgUjBSQFJQUmBScFKAUpBSoFKwUsBS0FLgUvBTAFMQUyBTMFNAU1BTYFNwU4BTkFOgU7BTwFPQU+BT8FQAVBBUIFQwVEBUUFRgVHBUgFSQVKBUsFTAVNBU4FTwVQBVEFUgVTBVQFVQVWBVcFWAVZBVoFWwVcBV0FXgVfBWAFYQViBWMFZAVlBWYFZwVoBWkFagVrBWwFbQVuBW8FcAVxBXIFcwV0BXUFdgV3BXgFeQV6BXsFfAV9BX4FfwWABYEFggWDBYQFhQWGBYcFiAWJBYoFiwWMBY0FjgWPBZAFkQWSBZMFlAWVBZYFlwWYBZkFmgWbBZwFnQWeBZ8FoAWhBaIFowWkBaUFpgWnBagFqQWqBasFrAWtBa4FrwWwBbEFsgWzBbQFtQW2BbcFuAW5BboFuwW8Bb0FvgW/BcAFwQXCBcMFxAXFBcYFxwXIBckFygXLBcwFzQXOBc8F0AXRBdIF0wXUBdUF1gXXBdgF2QXaBdsF3AXdBd4F3wXgBeEF4gXjBeQF5QXmBecF6AXpBeoF6wXsBe0F7gXvBfAF8QXyBfMF9AX1BfYF9wX4BfkF+gX7BfwF/QX+Bf8GAAYBBgIGAwYEBgUGBgYHBggGCQYKBgsGDAYNBg4GDwYQBhEGEgYTBhQGFQYWBhcGGAYZBhoGGwYcBh0GHgYfBiAGIQYiBiMGJAYlBiYGJwYoBikGKgYrBiwGLQYuBi8GMAYxBjIGMwY0BjUGNgY3BjgGOQY6BjsGPAY9Bj4GPwZABkEGQgZDBkQGRQZGBkcGSAZJBkoGSwZMBk0GTgZPBlAGUQZSBlMGVAZVBlYGVwZYBlkGWgZbBlwGXQZeBl8GYAZhBmIGYwZkBmUGZgZnBmgGaQZqBmsGbAZtBm4GbwZwBnEGcgZzBnQGdQZ2BncGeAZ5BnoGewZ8Bn0GfgZ/BoAGgQaCBoMGhAaFBoYGhwaIBokGigaLBowGjQaOBo8GkAaRBpIGkwaUBpUGlgaXBpgGmQaaBpsGnAadBp4GnwagBqEGogajBqQGpQamBqcGqAapBqoGqwasBq0GrgavBrAGsQayBrMGtAa1BrYGtwa4BrkGuga7BrwGvQa+Br8GwAbBBsIGwwbEBsUGxgbHBsgGyQbKBssGzAbNBs4GzwbQBtEG0gbTBtQG1QbWBtcG2AbZBtoG2wbcBt0G3gbfBuAG4QbiBuMG5AblBuYG5wboBukG6gbrBuwG7QbuBu8G8AbxBvIG8wb0BvUG9gb3BvgG+Qb6BvsG/Ab9Bv4G/wcABwEHAgcDBwQHBQcGBwcHCAcJBwoHCwcMBw0HDgcPBxAHEQcSBxMHFAcVBxYHFwcYBxkHGgcbBxwHHQceBx8HIAchByIHIwckByUHJgcnBygHKQcqBysHLActBy4HLwcwBzEHMgczBzQHNQc2BzcHOAc5BzoHOwc8Bz0HPgc/B0AHQQdCB0MHRAdFB0YHRwdIB0kHSgdLB0wHTQdOB08HUAdRB1IHUwdUB1UHVgdXB1gHWQdaB1sHXAddB14HXwdgB2EHYgdjB2QHZQdmB2cHaAdpB2oHawdsB20HbgdvB3AHcQdyB3MHdAd1B3YHdwd4B3kHegd7B3wHfQd+B38HgAeBB4IHgweEB4UHhgeHB4gHiQeKB4sHjAeNB44HjweQB5EHkgeTB5QHlQeWB5cHmAeZB5oHmwecB50HngefB6AHoQeiB6MHpAelB6YHpweoB6kHqgerB6wHrQeuB68HsAexB7IHswe0B7UHtge3B7gHuQe6B7sHvAe9B74HvwfAB8EHwgfDB8QHxQfGB8cHyAfJB8oHywfMB80HzgfPB9AH0QfSB9MH1AfVB9YH1wfYB9kH2gfbB9wH3QfeB98H4AfhB+IH4wfkB+UH5gfnB+gH6QfqB+sH7AftB+4H7wfwB/EH8gfzB/QH9Qf2B/cH+Af5B/oH+wf8B/0H/gf/CAAIAQgCCAMIBAgFCAYIBwgICAkICggLCAwIDQgOCA8IEAgRCBIIEwgUCBUIFggXCBgIGQgaCBsIHAgdCB4IHwggCCEIIggjCCQIJQgmCCcIKAgpCCoIKwgsCC0ILggvCDAIMQgyCDMINAg1CDYINwg4CDkIOgg7CDwIPQg+CD8IQAhBCEIIQwhECEUIRghHCEgISQhKCEsg+wy3+iS3AfcQt/kstwP3EPoEFf58+YT6fAf9WP4nFfnSB/fF/DMFprAV+8X4NwX49gamYhX90gf7xfgzBXBmFffF/DcF/PYGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OAAEBAQr4HwwmmhwZLRL7joscBUaLBr0KvQv65xUD6AB8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAA=="); }

.fa {
	font-family: 'FontAwesome', 'AdobeBlank'; 
	font-style: normal;}

.entry-chapter-list {
	margin: 1.5em 0 2.5em;
	padding: .7em .5em 1em;

	border: 1px solid #DBE1E5;
	border-width: 1px 0; }
.entry-chapter-list .entry-chapter-title {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;

	margin: 0 0 .5em;
	padding: 0;

	color: #212A2F; }

.chapter-list {
	font-size: 16px;
	font-size: 1rem;

	margin: 0;
	padding: 0 0 0 .5em;

	list-style: none; }
.chapter-list li {
	margin: 0 0 .1em; }
.chapter-list li a {
	position: relative;

	display: inline-block;

	padding: .1em .25em; }
.chapter-list li a:before {
	font-family: "Times New Roman", Garamond, "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "a-otf-ud-reimin-pr6n", Times, Georgia, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, serif;
	font-weight: 500; 

	display: inline-block;

	white-space: nowrap;

	color: #4B5553;}
.chapter-list li a:after {
	position: absolute;
	bottom: .1em;
	left: 0;

	display: block;

	width: 0;
	height: 1px;

	content: "";
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-property: background, opacity, width;
	transition-property: background, opacity, width; 

	opacity: .35;
	background: #2FB2E2;}
.chapter-list li a:hover:before,
.chapter-list li a:active:before {
	color: #1B96C3; }
.chapter-list li a:hover:after,
.chapter-list li a:active:after {
	width: 100%;

	opacity: 1; }
.chapter-list .chapter-lv-1 {
	margin-top: .3em; 

	counter-reset: sec-lv-2;
	counter-increment: sec-lv-1;}
.chapter-list .chapter-lv-1:first-child {
	margin-top: 0; }
.chapter-list .chapter-lv-1 a {
	padding-left: 1.6em; }
.chapter-list .chapter-lv-1 a:before {
	width: 1.6em;
	margin-left: -1.6em;

	content: counter(sec-lv-1) ". "; }
.chapter-list .chapter-lv-2 {
	font-size: 14px;
	font-size: .875rem;

	margin-left: 1.2em;

	counter-reset: sec-lv-3; 
	counter-increment: sec-lv-2;}
.chapter-list .chapter-lv-2 a {
	padding-left: 2.6em; }
.chapter-list .chapter-lv-2 a:before {
	width: 2.6em;
	margin-left: -2.6em;

	content: counter(sec-lv-1) "." counter(sec-lv-2) ". "; }
.chapter-list .chapter-lv-3 {
	font-size: 14px;
	font-size: .875rem;

	margin-left: 2.4em;

	counter-reset: sec-lv-4; 
	counter-increment: sec-lv-3;}
.chapter-list .chapter-lv-3 a {
	padding-left: 3.4em; }
.chapter-list .chapter-lv-3 a:before {
	width: 3.4em;
	margin-left: -3.4em;

	content: counter(sec-lv-1) "." counter(sec-lv-2) "." counter(sec-lv-3) ". "; }
.chapter-list .chapter-lv-4 {
	font-size: 13px;
	font-size: .8125rem;

	margin-left: 3.6em;

	counter-reset: sec-lv-5; 
	counter-increment: sec-lv-4;}
.chapter-list .chapter-lv-4 a {
	padding-left: 4.2em; }
.chapter-list .chapter-lv-4 a:before {
	width: 4.2em;
	margin-left: -4.2em;

	content: counter(sec-lv-1) "." counter(sec-lv-2) "." counter(sec-lv-3) "." counter(sec-lv-4) ". "; }
.chapter-list .chapter-lv-5 {
	font-size: 13px;
	font-size: .8125rem;

	margin-left: 4.8em;

	counter-increment: sec-lv-5; }
.chapter-list .chapter-lv-5 a {
	padding-left: 5em; }
.chapter-list .chapter-lv-5 a:before {
	width: 5em;
	margin-left: -5em;

	content: counter(sec-lv-1) "." counter(sec-lv-2) "." counter(sec-lv-3) "." counter(sec-lv-4) "." counter(sec-lv-5) ". "; }

/* --------------------------------------------------------------
見出し
-------------------------------------------------------------- */
.h2,
.entry-content h1,
.entry-content h2,
.h3,
.entry-content h3,
.entry-content .h3 {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	position: relative;

	padding-bottom: .4em;

	letter-spacing: .1em; 

	color: #212A2F;}
.h2:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.h3:first-child,
.entry-content h3:first-child {
	margin-top: 0; }
.h2:before,
.entry-content h1:before,
.entry-content h2:before,
.h2:after,
.entry-content h1:after,
.entry-content h2:after,
.h3:before,
.entry-content h3:before,
.entry-content .h3:before,
.h3:after,
.entry-content h3:after,
.entry-content .h3:after {
	position: absolute;
	bottom: 0;
	left: 0;

	display: block;

	width: 100%; 
	height: 3px;

	content: "";}
.h2:before,
.entry-content h1:before,
.entry-content h2:before,
.h3:before,
.entry-content h3:before,
.entry-content .h3:before {
	background-color: #EAECEE;
	background: -webkit-repeating-linear-gradient(135deg, rgba(204, 205, 206, .45), rgba(204, 205, 206, .45) 1px, rgba(204, 205, 206, .15) 0, rgba(204, 205, 206, .15) 3px);
	background: repeating-linear-gradient(-45deg, rgba(204, 205, 206, .45), rgba(204, 205, 206, .45) 1px, rgba(204, 205, 206, .15) 0, rgba(204, 205, 206, .15) 3px); }
.h2:after,
.entry-content h1:after,
.entry-content h2:after,
.h3:after,
.entry-content h3:after,
.entry-content .h3:after {
	width: 25%;
	min-width: 3.5em;

	border-radius: 0 2px 2px  0;
	background-color: #1781A8;
	background: -webkit-linear-gradient(left, #90E126 1em, #1781A8 1em, #1B96C3);
	background: linear-gradient(to right, #90E126 1em, #1781A8 1em, #1B96C3);
	box-shadow: 0 1px 1px rgba(255, 255, 255, .2) inset; }
.h2 a,
.entry-content h1 a,
.entry-content h2 a,
.h3 a,
.entry-content h3 a,
.entry-content .h3 a {
	color: #212A2F; }
.h2 a:hover,
.entry-content h1 a:hover,
.entry-content h2 a:hover,
.h2 a:active,
.entry-content h1 a:active,
.entry-content h2 a:active,
.h3 a:hover,
.entry-content h3 a:hover,
.h3 a:active,
.entry-content h3 a:active {
	color: #1B96C3; }
.h2 kbd,
.entry-content h1 kbd,
.entry-content h2 kbd,
.h2 code,
.entry-content h1 code,
.entry-content h2 code,
.h3 kbd,
.entry-content h3 kbd,
.entry-content .h3 kbd,
.h3 code,
.entry-content h3 code,
.entry-content .h3 code {
	letter-spacing: 0; }

.h2,
.entry-content h1,
.entry-content h2 {
	margin-top: 2.8em; }

.h3,
.entry-content h3,
.entry-content .h3 {
	margin-top: 2.5em;
	padding-bottom: 8px; }
.h3:before,
.entry-content h3:before,
.entry-content .h3:before {
	height: 2px; }
.h3:after,
.entry-content h3:after,
.entry-content .h3:after {
	width: 10%;
	min-width: 2em;
	max-width: 4em;
	height: 2px;

	background-color: #1781A8;
	background: -webkit-linear-gradient(left, #1781A8, #1B96C3);
	background: linear-gradient(to right, #1781A8, #1B96C3); }

.h4,
.entry-content h4,
.entry-content .h4,
.h5,
.entry-content h5,
.entry-content .h5,
.h6,
.entry-content h6,
.entry-content .h6 {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400; }
.h4:before,
.entry-content h4:before,
.entry-content .h4:before,
.h4:after,
.entry-content h4:after,
.entry-content .h4:after,
.h5:before,
.entry-content h5:before,
.entry-content .h5:before,
.h5:after,
.entry-content h5:after,
.entry-content .h5:after,
.h6:before,
.entry-content h6:before,
.entry-content .h6:before,
.h6:after,
.entry-content h6:after,
.entry-content .h6:after {
	display: none; }

.h4,
.entry-content h4,
.entry-content .h4,
.h5,
.entry-content h5,
.entry-content .h5 {
	padding-bottom: .32em;

	border-bottom: 1px solid #E0E6EB; }

.h5,
.entry-content h5,
.entry-content .h5 {
	border-bottom-style: dotted; }

.h2_center,
.entry-content .h2_center,
.entry-content .c_section h2,
.h3_center,
.entry-content .h3_center,
.entry-content .c_section h3,
.h4_center,
.entry-content .h4_center,
.entry-content .c_section h4 {
	text-align: center; }

.h2_center:before,
.entry-content .h2_center:before,
.entry-content .c_section h2:before,
.h3_center:before,
.entry-content .h3_center:before,
.entry-content .c_section h3:before {
	right: 25%; 
	left: 25%;

	width: auto;}

.h2_center:after,
.entry-content .h2_center:after,
.entry-content .c_section h2:after,
.h3_center:after,
.entry-content .h3_center:after,
.entry-content .c_section h3:after {
	display: none; 

	content: "";}

/* --------------------------------------------------------------
フォント・テキスト
-------------------------------------------------------------- */
.font-tk {
	font-family: "kan48typos-std", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.font-serif-en {
	font-family: Georgia, "Times New Roman", Times, serif; }

.txt-dark {
	color: #000511; }

.txt-light {
	color: #8E9596; }

.txt-lg-x {
	font-size: 24px;
	font-size: 1.5rem; }

.txt-lg {
	font-size: 20px;
	font-size: 1.25rem; }

.txt-md {
	font-size: 16px;
	font-size: 1rem; }

.txt-sm {
	font-size: 14px;
	font-size: .875rem; }

.txt-sm-x {
	font-size: 12px;
	font-size: .75rem; }

.txt-sm-xx {
	font-size: 11px;
	font-size: .6875rem; }

.txt-sm-xxx {
	font-size: 10px;
	font-size: .625rem; }

.large-x {
	font-size: 150%; }

.large {
	font-size: 125%; }

.small {
	font-size: 87.5%; }

.small-x {
	font-size: 75%; }

.small-xx {
	font-size: 68.75%; }

.small-xxx {
	font-size: 62.5%; }

.txt-lh {
	text-align: left; }

.txt-rh {
	text-align: right; }

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

.txt-normal {
	font-weight: 400; }

.note {
	font-size: 87.5%;
	line-height: 1.4; 

	color: #8E9596;}

.marker {
	background: -webkit-linear-gradient(top, transparent, transparent 52%, #FF0 52.01%, rgba(255, 255, 0, .2) 100%);
	background: linear-gradient(to bottom, transparent, transparent 52%, #FF0 52.01%, rgba(255, 255, 0, .2) 100%); }

.button {
	display: inline-block;

	padding: .3em .8em;

	text-align: center;
	text-decoration: none;

	color: #FFF;
	border-radius: 2px; 
	background: #323338;}
.button:hover,
.button:active {
	color: #FFF;
	background: #95979A; }

.button-block {
	display: block; }

/* --------------------------------------------------------------
配置・装飾
-------------------------------------------------------------- */
.ib {
	display: inline-block; }

.mb-0 {
	margin-bottom: 0; }

.mb-s {
	margin-bottom: .6em; }

.mb-m {
	margin-bottom: 1.5em; }

.mb-l {
	margin-bottom: 3em; }

.panel-1,
.panel-2 {
	margin: 1.5em 0;
	padding: 1.5em 1em;

	border: 1px solid #E1E8ED;
	border-radius: 2px;
	box-shadow: 0 0 0 3px white inset, 0 1px 2px rgba(0, 0, 0, .1); }
.panel-1:first-child,
.panel-2:first-child {
	margin-top: 0; }
.panel-1:last-child,
.panel-2:last-child {
	margin-bottom: 0; }
.panel-1 p:last-child,
.panel-2 p:last-child {
	margin-bottom: 0; }

.panel-1 {
	background: -webkit-repeating-linear-gradient(135deg, rgba(242, 244, 245, .85), rgba(242, 244, 245, .85) 5px, rgba(242, 244, 245, .18) 0, rgba(242, 244, 245, .18) 10px);
	background: repeating-linear-gradient(-45deg, rgba(242, 244, 245, .85), rgba(242, 244, 245, .85) 5px, rgba(242, 244, 245, .18) 0, rgba(242, 244, 245, .18) 10px); }

.panel-2-warning {
	border-color: #EFABAB;
	box-shadow: 0 0 0 4px #FBEAEA inset, 0 1px 2px rgba(0, 0, 0, .1); }

.c_section {
	margin-bottom: 2.5em; 

	text-align: center;}

.bg-dark {
	background: #323338; }

a.btn {
	display: inline-block;

	margin: 0 .2em;
	padding: .25em .85em;

	-webkit-transition-property: background-color, color, border, box-shadow, text-shadow;

	transition-property: background-color, color, border, box-shadow, text-shadow; 
	text-decoration: none;

	color: #FFF;
	border: 1px solid #000;
	border-radius: 3px;
	background: #222427;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .27) inset, 0 1px 2px rgba(0, 0, 0, .15);}
a.btn:before {
	font-family: 'FontAwesome', 'AdobeBlank';
	font-weight: normal;
	font-style: normal;

	display: inline-block;

	margin: 0 .35em 0 -.2em;

	content: "\f105";

	opacity: .65; 

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
a.btn:hover,
a.btn:active {
	color: #FFF;
	border-color: rgba(0, 0, 0, .1);
	background-color: #1B96C3;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25) inset, 0 1px 1px rgba(255, 255, 255, .35); 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);}
a.btn[target="_blank"]:before {
	content: "\f08e"; }
a.btn.btn-dl:before {
	content: "\f019"; }

a.btn-block {
	display: block;

	margin: 1em 0;

	text-align: center; }
a.btn-block:first-child {
	margin-top: 0; }
a.btn-block:last-child {
	margin-bottom: 0; }

.code-ttl {
	font-size: 14px;
	font-size: .875rem;

	position: relative;
	z-index: 2; 

	display: inline-block;

	margin: 0;
	padding: .1em .9em .3em;

	border: 1px solid #DBDDE2;
	border-width: 3px 1px 0;
	background: #EDEEF1;
	box-shadow: -1px 1px rgba(255, 255, 255, .5) inset;}
.code-ttl .filename,
.code-ttl .ext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600; }
.code-ttl .filename {
	color: #1A5289; }
.code-ttl .ext {
	color: #249DE8; }
.code-ttl + pre {
	z-index: 1; 

	margin-top: -1px;

	border-top-width: 1px;}

/* --------------------------------------------------------------
リスト
-------------------------------------------------------------- */
.entry-content ul,
.entry-content ol {
	margin-left: 2em; }
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
	margin-left: 1.5em; }
.entry-content ul li,
.entry-content ol li {
	margin-bottom: .65em; }
.entry-content ul li:last-child,
.entry-content ol li:last-child {
	margin-bottom: 0; }

.entry-content ul.style_none,
.entry-content ol.style_none {
	margin-left: 0; 

	list-style: none;}
.entry-content ul.style_none li,
.entry-content ol.style_none li {
	margin-left: .5em; }

.entry-content {
	line-height: 1.8125; }
.entry-content strong {
	color: #000511; }

ul.list-ib {
	display: block;

	margin: 0 0 1.5em;
	padding: 0; }
ul.list-ib li {
	display: inline-block;

	margin: 0 0 .4em;
	padding: .0625em .5em;

	border: 0; }

/**
* error message
*/
.mw_wp_form .error {
	font-size: 93%;

	display: block; 

	color: #B70000;}

.mw_wp_form .akismet_error {
	display: block; }

.mw_wp_form .vertical-item {
	display: block; }
.mw_wp_form .vertical-item + .vertical-item {
	margin-top: 5px; }

.mw_wp_form .horizontal-item {
	display: inline-block;

	margin: 0 .7em .5em; }

/**
* error message of akismet
*/
/**
* vertical style of radio and checkbox
*/
/**
* horizontal style of radio and checkbox
*/
/**
* radio and checkbox
*/
.mwform-checkbox-field label,
.mwform-radio-field label {
	font-weight: normal;

	margin-bottom: 0; }

.mwform-checkbox-field input,
.mwform-radio-field input {
	margin-right: 5px; }

/**
* datepicker
*/
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	width: 40%;
	margin: 0 5px; }

/**
* deprecated message
*/
.mw-wp-form-deprecated-message {
	font-size: 10px;
	line-height: 1.6;

	margin: 0 0 5px;
	padding: 5px; 

	border: #B40404 solid 2px;
	border-radius: 5px;
	background: #F5A9A9;}

/**
* file
*/
.mw_wp_form input[type="file"] {
	display: inline-block; }

/**
* file delete button
*/
.mwform-file-delete {
	visibility: hidden; 

	cursor: pointer;}

/**
* tel and zip
*/
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
	display: inline-block;

	width: auto; }

/* ======================================

--- Trust Form ---
--- MW WP FORM ---

====================================== */
.mw_wp_form {
	padding-bottom: 2.5em; }
.mw_wp_form input[type="text"] {
	width: 30em;
	max-width: 100%; }
.mw_wp_form input.date {
	width: 8em; }
.mw_wp_form input.name {
	width: 14em; }
.mw_wp_form input.phone {
	width: 12em; }
.mw_wp_form input.full {
	width: 100%; }
.mw_wp_form .require {
	font-size: 12px;
	font-size: .75rem;

	display: inline-block;

	padding: 0 .5em;

	color: #FFF; 
	background: #EF8000;}
.mw_wp_form th .require {
	margin-left: .3em;

	vertical-align: middle; }
.mw_wp_form .error_row > th {
	color: #B70000;
	box-shadow: -2px 0 0 rgba(183, 0, 0, .5); }
.mw_wp_form .error_row .require {
	background-color: #B70000; }
.mw_wp_form table .submessage {
	font-size: 14px;
	font-size: .875rem;

	color: #75797C; }
.mw_wp_form table .error + .submessage {
	margin-top: 5px; }
.mw_wp_form ul {
	display: block;
	overflow: hidden; 

	margin: 0 -1.2em 0 0;
	padding: 0;

	list-style: none;}
.mw_wp_form ul li {
	display: inline-block;

	margin: 0 1.2em .6em 0; }
.mw_wp_form ul li:before {
	display: none; 

	content: "";}
.mw_wp_form .message_container .require {
	margin-right: .3em; 

	vertical-align: middle;}

.mw_wp_form_send_error {
	padding-bottom: 5em; }

.error_msg_container + .message_container {
	display: none; }

.form_flow {
	margin: 0 0 25px; }
.form_flow ul {
	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;

	color: #8E9596;
	border-radius: 4px;
	background: #E7EAED;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075) inset, 0 1px 1px rgba(255, 255, 255, .5); }
.form_flow ul li {
	line-height: 1;

	position: relative;

	display: inline-block;

	width: 33.3333%;
	margin: 0;
	padding: 16px 4px;

	text-align: center;

	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5); }

ul.error_list li {
	line-height: normal;

	display: block;

	padding-left: 1.5em; }
ul.error_list li a {
	display: block;

	color: #4B5553; }
ul.error_list li a:hover {
	color: #1CB0B5; }
ul.error_list li a:hover .fa {
	opacity: 1; }
ul.error_list li .fa {
	display: inline-block;

	width: 1.5em;
	margin-left: -1.5em;

	-webkit-transition: opacity .2s linear;

	transition: opacity .2s linear; 

	opacity: .6;
	color: #B70000;}

ul.error_list .item_name {
	display: inline-block;

	margin: 0 .2em 0 0;

	color: inherit;
	color: #B70000; }

ul.error_list .detail {
	font-size: 87.5%; 

	display: inline-block;}

.mw_wp_form_input .form_flow .flow_input,
.mw_wp_form_confirm .form_flow .flow_confirm,
.mw_wp_form_complete .form_flow .flow_complete {
	color: #FFF;
	background: #7AC31B;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2) inset, 0 -1px 0 0 rgba(0, 0, 0, .07) inset; 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);}
.mw_wp_form_input .form_flow .flow_input:before,
.mw_wp_form_input .form_flow .flow_input:after,
.mw_wp_form_confirm .form_flow .flow_confirm:before,
.mw_wp_form_confirm .form_flow .flow_confirm:after,
.mw_wp_form_complete .form_flow .flow_complete:before,
.mw_wp_form_complete .form_flow .flow_complete:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: auto;
	left: 0;

	display: block;

	width: 0;
	height: 0;
	margin: -24px 0 0;
	padding: 0;

	content: '';
	content: '';

	border-top: 24px solid transparent; 
	border-bottom: 24px solid transparent;
	border-left: 10px solid #E7EAED;}
.mw_wp_form_input .form_flow .flow_input:after,
.mw_wp_form_confirm .form_flow .flow_confirm:after,
.mw_wp_form_complete .form_flow .flow_complete:after {
	right: -10px; 
	left: auto;

	border-left-color: #7AC31B;}

.mw_wp_form_input .form_flow .flow_input:before {
	display: none; }

.mw_wp_form_complete .form_flow .flow_complete:after {
	display: none; }

.mw_wp_form_confirm th .require {
	background: #95979A; }

.mw_wp_form_confirm table .submessage {
	display: none; }

.submit-buttons {
	margin: 0 0 3.5em; 
	padding: 5px 0 15px 5px;

	background: #FFF;}
.submit-buttons .btn {
	margin-right: 15px; }

.overlay_submit {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	height: 0;

	-webkit-transition: opacity .3s linear;

	transition: opacity .3s linear; 

	opacity: 0;
	background: rgba(255, 255, 255, .65);}

.sending_form {
	position: relative; }
.sending_form .overlay_submit {
	height: 100%;

	opacity: 1; }
.sending_form .overlay_submit .fa {
	font-size: 40px;
	line-height: 50px;

	position: fixed;
	top: 50%;
	left: 50%;

	display: block;

	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;

	text-align: center; 

	color: #7AC31B;}
@media (min-width: 30em){
	.container{
		max-width: 480px;}
	.col-sm{
		max-width: 100%;
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;}
	.col-sm-auto{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;}
	.col-sm-1{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;}
	.col-sm-2{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;}
	.col-sm-3{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;}
	.col-sm-4{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;}
	.col-sm-5{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;}
	.col-sm-6{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;}
	.col-sm-7{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;}
	.col-sm-8{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;}
	.col-sm-9{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;}
	.col-sm-10{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;}
	.col-sm-11{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;}
	.col-sm-12{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;}
	.order-sm-first{
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;}
	.order-sm-last{
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;}
	.order-sm-0{
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;}
	.order-sm-1{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;}
	.order-sm-2{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;}
	.order-sm-3{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;}
	.order-sm-4{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;}
	.order-sm-5{
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;}
	.order-sm-6{
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;}
	.order-sm-7{
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;}
	.order-sm-8{
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;}
	.order-sm-9{
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;}
	.order-sm-10{
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;}
	.order-sm-11{
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;}
	.order-sm-12{
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        order: 12;}
	.offset-sm-0{
		margin-left: 0;}
	.offset-sm-1{
		margin-left: 8.33333%;}
	.offset-sm-2{
		margin-left: 16.66667%;}
	.offset-sm-3{
		margin-left: 25%;}
	.offset-sm-4{
		margin-left: 33.33333%;}
	.offset-sm-5{
		margin-left: 41.66667%;}
	.offset-sm-6{
		margin-left: 50%;}
	.offset-sm-7{
		margin-left: 58.33333%;}
	.offset-sm-8{
		margin-left: 66.66667%;}
	.offset-sm-9{
		margin-left: 75%;}
	.offset-sm-10{
		margin-left: 83.33333%;}
	.offset-sm-11{
		margin-left: 91.66667%;}
	.d-sm-none{
		display: none !important;}
	.d-sm-inline{
		display: inline !important;}
	.d-sm-inline-block{
		display: inline-block !important;}
	.d-sm-block{
		display: block !important;}
	.d-sm-table{
		display: table !important;}
	.d-sm-table-row{
		display: table-row !important;}
	.d-sm-table-cell{
		display: table-cell !important;}
	.d-sm-flex{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;}
	.d-sm-inline-flex{
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;}
	.flex-sm-row{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;}
	.flex-sm-column{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;}
	.flex-sm-row-reverse{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;}
	.flex-sm-column-reverse{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;}
	.flex-sm-wrap{
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;}
	.flex-sm-nowrap{
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;}
	.flex-sm-wrap-reverse{
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;}
	.flex-sm-fill{
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;}
	.flex-sm-grow-0{
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;}
	.flex-sm-grow-1{
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;}
	.flex-sm-shrink-0{
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;}
	.flex-sm-shrink-1{
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;}
	.justify-content-sm-start{
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;}
	.justify-content-sm-end{
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;}
	.justify-content-sm-center{
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;}
	.justify-content-sm-between{
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;}
	.justify-content-sm-around{
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;}
	.align-items-sm-start{
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;}
	.align-items-sm-end{
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;}
	.align-items-sm-center{
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;}
	.align-items-sm-baseline{
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;}
	.align-items-sm-stretch{
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;}
	.align-content-sm-start{
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;}
	.align-content-sm-end{
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;}
	.align-content-sm-center{
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;}
	.align-content-sm-between{
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;}
	.align-content-sm-around{
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;}
	.align-content-sm-stretch{
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;}
	.align-self-sm-auto{
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		            -ms-grid-row-align: auto !important;
		        align-self: auto !important;}
	.align-self-sm-start{
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;}
	.align-self-sm-end{
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;}
	.align-self-sm-center{
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		            -ms-grid-row-align: center !important;
		        align-self: center !important;}
	.align-self-sm-baseline{
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;}
	.align-self-sm-stretch{
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		            -ms-grid-row-align: stretch !important;
		        align-self: stretch !important;}
	body:before{
		color: aqua;}
	.site-branding{
		padding: 3em 0;}
	.panel-content .wrap{
		padding-top: 3.5em;
		padding-bottom: 2em;}
	.panel-image + .panel-content .wrap{
		padding-top: 2em;}
	.panel-content .recent-posts .entry-header{
		margin-bottom: 4.5em;}
	.panel-content .recent-posts .entry-header{
		margin-bottom: 0;}
	.taxonomy-description{
		font-size: 14px;
		font-size: .875rem;}
	.gallery-item{
		max-width: 25%;}
	.gallery-columns-1 .gallery-item{
		max-width: 100%;}
	.gallery-columns-2 .gallery-item{
		max-width: 50%;}
	.gallery-columns-3 .gallery-item{
		max-width: 33.333%;}
	.gallery-columns-4 .gallery-item{
		max-width: 25%;}
	/* Typography */
	/* Fix image alignment */
	/* Site Branding */
	/* Front Page */
	/* Blog Index, Archive, Search */
	/* Site Footer */
	/* Gallery Columns */}
@media (min-width: 48em){
	.container{
		max-width: 768px;}
	.col-md{
		max-width: 100%;
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;}
	.col-md-auto{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;}
	.col-md-1{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;}
	.col-md-2{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;}
	.col-md-3{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;}
	.col-md-4{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;}
	.col-md-5{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;}
	.col-md-6{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;}
	.col-md-7{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;}
	.col-md-8{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;}
	.col-md-9{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;}
	.col-md-10{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;}
	.col-md-11{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;}
	.col-md-12{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;}
	.order-md-first{
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;}
	.order-md-last{
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;}
	.order-md-0{
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;}
	.order-md-1{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;}
	.order-md-2{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;}
	.order-md-3{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;}
	.order-md-4{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;}
	.order-md-5{
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;}
	.order-md-6{
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;}
	.order-md-7{
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;}
	.order-md-8{
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;}
	.order-md-9{
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;}
	.order-md-10{
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;}
	.order-md-11{
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;}
	.order-md-12{
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        order: 12;}
	.offset-md-0{
		margin-left: 0;}
	.offset-md-1{
		margin-left: 8.33333%;}
	.offset-md-2{
		margin-left: 16.66667%;}
	.offset-md-3{
		margin-left: 25%;}
	.offset-md-4{
		margin-left: 33.33333%;}
	.offset-md-5{
		margin-left: 41.66667%;}
	.offset-md-6{
		margin-left: 50%;}
	.offset-md-7{
		margin-left: 58.33333%;}
	.offset-md-8{
		margin-left: 66.66667%;}
	.offset-md-9{
		margin-left: 75%;}
	.offset-md-10{
		margin-left: 83.33333%;}
	.offset-md-11{
		margin-left: 91.66667%;}
	.d-md-none{
		display: none !important;}
	.d-md-inline{
		display: inline !important;}
	.d-md-inline-block{
		display: inline-block !important;}
	.d-md-block{
		display: block !important;}
	.d-md-table{
		display: table !important;}
	.d-md-table-row{
		display: table-row !important;}
	.d-md-table-cell{
		display: table-cell !important;}
	.d-md-flex{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;}
	.d-md-inline-flex{
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;}
	.flex-md-row{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;}
	.flex-md-column{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;}
	.flex-md-row-reverse{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;}
	.flex-md-column-reverse{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;}
	.flex-md-wrap{
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;}
	.flex-md-nowrap{
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;}
	.flex-md-wrap-reverse{
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;}
	.flex-md-fill{
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;}
	.flex-md-grow-0{
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;}
	.flex-md-grow-1{
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;}
	.flex-md-shrink-0{
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;}
	.flex-md-shrink-1{
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;}
	.justify-content-md-start{
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;}
	.justify-content-md-end{
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;}
	.justify-content-md-center{
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;}
	.justify-content-md-between{
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;}
	.justify-content-md-around{
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;}
	.align-items-md-start{
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;}
	.align-items-md-end{
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;}
	.align-items-md-center{
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;}
	.align-items-md-baseline{
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;}
	.align-items-md-stretch{
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;}
	.align-content-md-start{
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;}
	.align-content-md-end{
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;}
	.align-content-md-center{
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;}
	.align-content-md-between{
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;}
	.align-content-md-around{
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;}
	.align-content-md-stretch{
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;}
	.align-self-md-auto{
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		            -ms-grid-row-align: auto !important;
		        align-self: auto !important;}
	.align-self-md-start{
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;}
	.align-self-md-end{
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;}
	.align-self-md-center{
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		            -ms-grid-row-align: center !important;
		        align-self: center !important;}
	.align-self-md-baseline{
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;}
	.align-self-md-stretch{
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		            -ms-grid-row-align: stretch !important;
		        align-self: stretch !important;}
	body:before{
		color: aqua;}
	body:not(.clf-front-page) .custom-header{
		margin-bottom: 79px;}
	.navigation-top{
		font-size: 14px;
		font-size: .875rem;
		position: absolute;
		z-index: 3;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;}
	.navigation-top .wrap{
		max-width: 960px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: .9em 3.4166666666667em;
		-webkit-transition: padding-top .36s ease, padding-bottom .36s ease;
		transition: padding-top .36s ease, padding-bottom .36s ease;}
	.navigation-top.site-navigation-fixed .wrap{
		padding-top: 1px;
		padding-bottom: 2px;}
	.navigation-top nav{
		margin-left: -1.25em;}
	.main-navigation ul{
		padding: 0;}
	.main-navigation li{
		display: inline-block;
		border: 0;}
	.main-navigation li li{
		display: block;}
	.main-navigation a .alt{
		display: block;}
	.main-navigation a{
		padding: .4em 1.25em;}
	.main-navigation > div > ul{
		position: static;
		left: auto;
		width: auto;
		max-width: none;
		margin-bottom: 0;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;}
	.main-navigation > div > ul > li > a{
		text-align: center;}
	.main-navigation > div > ul > li > ul{
		-webkit-transition: .3s opacity linear, .25s transform ease;
		transition: .3s opacity linear, .25s transform ease;
		-webkit-transform: scale(.75, 0);
		    -ms-transform: scale(.75, 0);
		        transform: scale(.75, 0);
		-webkit-transform-origin: 3em 0;
		    -ms-transform-origin: 3em 0;
		        transform-origin: 3em 0;
		opacity: 0;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .15);}
	.main-navigation > div > ul > li > ul:before,
	.main-navigation > div > ul > li > ul:after{
		position: absolute;
		z-index: 100000;
		top: -6px;
		left: 3em;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-width: 0 6px 6px;
		border-style: solid;}
	.main-navigation > div > ul > li > ul:before{
		top: -7px;
		border-color: transparent transparent #B2C4A5;}
	.main-navigation > div > ul > li > ul:after{
		border-color: transparent transparent #F7F7F7;}
	.main-navigation > div > ul > li:hover > ul,
	.main-navigation > div > ul > li.focus > ul{
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
		opacity: 1;}
	.js .menu-toggle,
	.js .dropdown-toggle{
		display: none;}
	.main-navigation{
		width: auto;}
	.js .main-navigation ul{
		display: block;}
	.js .main-navigation ul ul{
		display: block;}
	.js .main-navigation > div > ul{
		display: block;}
	.main-navigation ul ul{
		position: absolute;
		z-index: 99999;
		top: 100%;
		left: -999em;
		padding: 1px;
		border: 1px solid #B2C4A5;
		background: #F7F7F7;}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul{
		right: auto;
		left: 100%;}
	.main-navigation ul ul a{
		width: 16em;
		padding: .75em 1.25em;}
	.main-navigation li li{
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;}
	.main-navigation li li:hover,
	.main-navigation li li.focus{
		background: #FFF;}
	.main-navigation li li a{
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul{
		right: auto;
		left: -2px;}
	.main-navigation .menu-item-has-children > a .icon,
	.main-navigation .page_item_has_children > a .icon{
		position: relative;
		top: -1px;
		left: 5px;
		display: inline-block;
		width: 1em;
		opacity: .65;}
	.main-navigation ul ul .menu-item-has-children > a .icon,
	.main-navigation ul ul .page_item_has_children > a .icon{
		position: absolute;
		top: 50%;
		right: 1em;
		left: auto;
		margin-top: -9px;
		/* IE 9 */
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);}
	.main-navigation ul ul ul{
		top: 0;
		left: -999em;
		margin-top: -1px;}
	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after{
		display: none;}
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after{
		display: none;}
	.site-header .site-navigation-fixed .menu-scroll-down{
		display: none;}
	.site-header .menu-scroll-down{
		font-size: 26px;
		font-size: 1.625rem;
		line-height: 2em;
		position: absolute;
		top: 1em;
		right: 1.5em;
		display: block;
		width: 2em;
		height: 2em;
		text-align: center;
		opacity: .75;
		color: #FFF;
		border: 1px solid transparent;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .2);}
	.site-header .menu-scroll-down .fa{
		-webkit-animation: 2s ease 0s infinite normal bound;
		        animation: 2s ease 0s infinite normal bound;}
	.site-header .menu-scroll-down:hover,
	.site-header .menu-scroll-down:active{
		opacity: 1;
		color: #FFF;
		border-color: rgba(255, 255, 255, .45);}
	.site-header .navigation-top .menu-scroll-down{
		top: -2.5em;
		left: 50%;
		margin-left: -1em;
		padding: 0;
		-webkit-transition-property: color,opacity,background-color,border;
		transition-property: color,opacity,background-color,border;}
	/* Scroll down arrow */
	.main-navigation .top-menu__alt_logo{
		margin: 0 8px 0 -8px;}
	.main-navigation .menu-top-container{
		display: inline-block;
		vertical-align: middle;}
	.wrap{
		max-width: 960px;}
	.primary-inner,
	.single .secondary-inner{
		max-width: 960px;}
	.sidebar-1-with2,
	.sidebar-2-with1{
		float: left;
		width: 48%;}
	.sidebar-2-with1{
		float: right;}
	.site-branding{
		margin-bottom: 0;}
	.site-title a{
		width: 438px;
		height: 52px;
		background-image: url(../images/sprite.png);
		background-position: 0 0;}
	.site-description{
		font-size: 15px;
		font-size: .9375rem;}
	.home .site-description{
		font-size: 21px;
		font-size: 1.3125rem;}
	.custom-logo-link{
		padding-right: 2em;}
	.custom-logo-link img{
		max-width: 350px;}
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img{
		max-width: 350px;
		max-height: 200px;}
	.custom-header-media{
		position: relative;
		height: 165px;}
	.has-header-image:not(.clf-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.clf-front-page):not(.home) .custom-header-media{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: auto;}
	.clf-front-page.has-header-image .custom-header,
	.clf-front-page.has-header-video .custom-header,
	.home.blog.has-header-image .custom-header,
	.home.blog.has-header-video .custom-header{
		display: block;
		height: auto;}
	.clf-front-page.has-header-image .site-branding,
	.clf-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding{
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: auto;
		margin-top: -50px;
		margin-bottom: 70px;
		padding-top: 0;}
	.clf-front-page.has-header-image .site-branding .site-title,
	.clf-front-page.has-header-video .site-branding .site-title,
	.home.blog.has-header-image .site-branding .site-title,
	.home.blog.has-header-video .site-branding .site-title{
		display: inline-block;}
	.clf-front-page.has-header-image .site-branding .menu-scroll-down,
	.clf-front-page.has-header-video .site-branding .menu-scroll-down,
	.home.blog.has-header-image .site-branding .menu-scroll-down,
	.home.blog.has-header-video .site-branding .menu-scroll-down{
		position: relative;
		top: auto;
		right: auto;
		margin: 1em auto 0;}
	.clf-front-page.has-header-image .custom-header-media,
	.clf-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media{
		position: relative;
		overflow: hidden;
		height: 0;
		height: 1200px;
		height: 100vh;
		max-height: 100%;}
	.clf-front-page.has-header-image .custom-header-media:before,
	.clf-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before{
		height: 33%;}
	.site-description-front{
		top: 15%;}
	.breadcrumb-section .breadcrumb_ttl{
		display: none;}
	.bread_crumb ul{
		padding: 8px 8px 3px;}
	.bread_crumb li{
		display: inline-block;
		overflow: hidden;
		max-width: 18.2em;
		padding-left: 1.8em;
		white-space: nowrap;
		text-overflow: ellipsis;}
	.bread_crumb li:before{
		font-family: 'FontAwesome', 'AdobeBlank';
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		width: 1.8em;
		margin: -3px 0 0 -1.8em;
		content: "\f105";
		text-align: center;
		vertical-align: middle;
		color: #8E9596;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;}
	.bread_crumb li a{
		display: inline-block;
		padding: 0;
		vertical-align: middle;}
	.bread_crumb .sub .fa{
		display: none;}
	.bread_crumb .top{
		padding-left: 0;}
	.bread_crumb .top:before{
		display: none;}
	.bread_crumb .top a{
		padding-left: 1.8em;}
	.bread_crumb .top .fa{
		width: auto;
		margin-right: .2em;}
	.clf_post-panel-service .justify-content-between > .col-md-4{
		position: relative;
		max-width: 31%;
		padding-bottom: 50px;
		-webkit-flex-basis: 31%;
		    -ms-flex-preferred-size: 31%;
		        flex-basis: 31%;}
	.clf_post-panel-service .justify-content-between > .col-md-4 .btn-block{
		position: absolute;
		right: 1em;
		bottom: 16px;
		left: 1em;}
	.panel-image{
		max-height: 1200px;
		margin-top: 0;}
	.background-fixed .panel-image{
		background-attachment: fixed;}
	.panel-image .panel-image-title h2{
		font-size: 26px;
		font-size: 1.625rem;}
	.panel-content .wrap{
		padding-top: 6em;
		padding-bottom: 4.5em;}
	.panel-image + .panel-content .wrap{
		padding-top: 4em;}
	.panel-content-recent-posts{
		padding-top: 4em;
		padding-bottom: 4em;}
	.panel-content-recent-posts .wrap{
		padding-right: 1.5em;
		padding-left: 1.5em;}
	.panel-content-recent-posts .recent-posts{
		margin-right: -1em;
		margin-left: -1em;
		letter-spacing: -1em;}
	.panel-content-recent-posts .recent-post{
		display: inline-block;
		width: 33.333%;
		margin-bottom: 1.6em;
		vertical-align: top;}
	.panel-content-recent-posts .recent-post article{
		position: relative;
		overflow: hidden;
		height: 380px;
		margin: 0 1em;}
	.panel-content-recent-posts .recent-post a:after{
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 4em;
		content: "";
		background-color: #FFF;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, .01), white 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, .01), white 100%);}
	.page-two-column .panel-content .entry-header{
		float: left;
		width: 23%;}
	.page-two-column .panel-content .entry-content{
		float: right;
		width: 74%;}
	.page-two-column .panel-content .recent-posts{
		float: right;
		clear: right;
		width: 74%;}
	.panel-content .recent-posts article{
		margin-bottom: 1.5em;}
	.panel-content .recent-posts .entry-header{
		float: none;
		width: 100%;
		margin-bottom: 1.5em;}
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content{
		float: none;
		width: 100%;}
	.widget-area-recentposts{
		font-size: 14px;
		font-size: .875rem;
		zoom: 1;}
	.widget-area-recentposts:before,
	.widget-area-recentposts:after{
		display: table;
		content: "";}
	.widget-area-recentposts:after{
		clear: both;}
	.recentposts-widget-1-with2,
	.recentposts-widget-2-with1{
		float: left;
		width: 47%;}
	.recentposts-widget-2-with1{
		float: right;}
	.site-content{
		padding: 5.5em 0 0;}
	.sticky .icon-thumb-tack{
		top: 1.5em;
		left: -2.5em;
		width: 32px;
		height: 23px;}
	.pagination.navigation{
		float: right;
		clear: both;
		width: 74%;}
	.has-sidebar .pagination.navigation,
	.archive.page-one-column:not(.has-sidebar) .pagination.navigation{
		float: none;
		width: 100%;}
	.comments-pagination{
		clear: both;}
	.page-numbers{
		display: inline-block;
		min-width: 2.4em;
		padding: .5em 0;
		text-align: center;}
	.page-numbers.current .screen-reader-text{
		position: absolute !important;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		width: 1px;
		height: 1px;}
	:not(.has-sidebar) .entry-content blockquote.alignleft{
		width: 48%;
		margin-left: -17.5%;}
	:not(.has-sidebar) .entry-content blockquote.alignright{
		width: 48%;
		margin-right: -17.5%;}
	#primary .entry-content blockquote.alignright.below-entry-meta{
		width: 62%;
		margin-right: -72.5%;}
	.archive_article{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;}
	.archive_article .archive_article__thumb{
		margin: 0 1.5em 0 0;
		-webkit-flex-basis: 28%;
		    -ms-flex-preferred-size: 28%;
		        flex-basis: 28%;
		-webkit-align-self: flex-start;
		    -ms-flex-item-align: start;
		        align-self: flex-start;}
	.archive_article .archive_article__body{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;}
	.archive_article .archive_article__body .entry-title{
		word-break: break-all;}
	.entry-footer{
		display: table;
		width: 100%;}
	.entry-footer .cat-tags-links{
		display: table-cell;
		width: 100%;
		vertical-align: middle;}
	.entry-footer .edit-link{
		display: table-cell;
		text-align: right;
		vertical-align: middle;}
	.entry-footer .edit-link a.post-edit-link{
		margin-top: 0;
		margin-left: 1em;}
	.post-navigation{
		clear: both;}
	.postlink_navi{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;}
	.postlink_navi li{
		float: left;
		width: 50%;}
	.postlink_navi .next{
		border-top: 0;
		border-left: 1px solid #DBE1E5;}
	.postlink_navi .no_post{
		display: block;}
	.postlink_navi .text{
		max-height: 2.5em;
		margin-top: 18px;}
	.section-sns_buttons{
		text-align: left;}
	.sd-title{
		display: inline-block;}
	.page.page-one-column .entry-header,
	.clf-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header{
		margin-bottom: 4em;}
	.page:not(.home) #content{
		padding-bottom: 3.25em;}
	.error404 .page-content{
		padding-bottom: 9em;}
	.site-footer{
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.6;}
	.site-footer .widget-column.footer-widget-1{
		float: left;
		width: 23%;}
	.site-footer .widget-column.footer-widget-2{
		float: right;
		width: 74%;}
	.social-navigation{
		float: left;
		clear: left;
		width: 23%;
		margin-bottom: 0;}
	.site-info{
		padding: .7em 0 0;}
	.social-navigation + .site-info{
		margin-left: 6%;}
	.site-info .sep{
		display: inline;
		visibility: visible;
		width: auto;
		height: auto;
		margin: 0 .5em;}
	.copyright i{
		display: inline;}
	.comments-title{
		margin-bottom: 2.5em;}
	.comment-list .children{
		padding-left: 1.75em;}
	.secondary_block{
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.6;}
	.gallery-columns-5 .gallery-item{
		max-width: 20%;}
	.gallery-columns-6 .gallery-item{
		max-width: 16.66%;}
	.gallery-columns-7 .gallery-item{
		max-width: 14.28%;}
	.gallery-columns-8 .gallery-item{
		max-width: 12.5%;}
	.gallery-columns-9 .gallery-item{
		max-width: 11.11%;}
	/* Typography */
	/* Layout */
	/* Site Branding */
	/* Navigation */
	/* Main Navigation */
	/* Scroll down arrow */
	/* Front Page */
	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	/* Front Page - Recent Posts */
	/* Posts */
	/* Blog, archive, search */
	/* Entry content */
	/* without sidebar */
	/* with sidebar */
	/* blog and archive */
	/* Post formats */
	/* Pages */
	/* 404 page */
	/* Comments */
	/* Posts pagination */
	/* Secondary */
	/* Widgets */
	/* Footer */
	/* Gallery Columns */
	ul.list-ib li{
		border-right: 1px solid #DBE1E5;}
	.bg-dark ul.list-ib li{
		border-right-color: #45474E;}
	.mw_wp_form th .require{
		display: block;
		float: right;
		width: 3em;
		margin: .25em -40px 0 0;}
	.mw_wp_form .req_row > th{
		padding-right: 44px;}}
@media (min-width: 67em){
	.container{
		max-width: 1072px;}
	.col-lg{
		max-width: 100%;
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;}
	.col-lg-auto{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;}
	.col-lg-1{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;}
	.col-lg-2{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;}
	.col-lg-3{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;}
	.col-lg-4{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;}
	.col-lg-5{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;}
	.col-lg-6{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;}
	.col-lg-7{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;}
	.col-lg-8{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;}
	.col-lg-9{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;}
	.col-lg-10{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;}
	.col-lg-11{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;}
	.col-lg-12{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;}
	.order-lg-first{
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;}
	.order-lg-last{
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;}
	.order-lg-0{
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;}
	.order-lg-1{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;}
	.order-lg-2{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;}
	.order-lg-3{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;}
	.order-lg-4{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;}
	.order-lg-5{
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;}
	.order-lg-6{
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;}
	.order-lg-7{
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;}
	.order-lg-8{
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;}
	.order-lg-9{
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;}
	.order-lg-10{
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;}
	.order-lg-11{
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;}
	.order-lg-12{
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        order: 12;}
	.offset-lg-0{
		margin-left: 0;}
	.offset-lg-1{
		margin-left: 8.33333%;}
	.offset-lg-2{
		margin-left: 16.66667%;}
	.offset-lg-3{
		margin-left: 25%;}
	.offset-lg-4{
		margin-left: 33.33333%;}
	.offset-lg-5{
		margin-left: 41.66667%;}
	.offset-lg-6{
		margin-left: 50%;}
	.offset-lg-7{
		margin-left: 58.33333%;}
	.offset-lg-8{
		margin-left: 66.66667%;}
	.offset-lg-9{
		margin-left: 75%;}
	.offset-lg-10{
		margin-left: 83.33333%;}
	.offset-lg-11{
		margin-left: 91.66667%;}
	.d-lg-none{
		display: none !important;}
	.d-lg-inline{
		display: inline !important;}
	.d-lg-inline-block{
		display: inline-block !important;}
	.d-lg-block{
		display: block !important;}
	.d-lg-table{
		display: table !important;}
	.d-lg-table-row{
		display: table-row !important;}
	.d-lg-table-cell{
		display: table-cell !important;}
	.d-lg-flex{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;}
	.d-lg-inline-flex{
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;}
	.flex-lg-row{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;}
	.flex-lg-column{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;}
	.flex-lg-row-reverse{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;}
	.flex-lg-column-reverse{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;}
	.flex-lg-wrap{
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;}
	.flex-lg-nowrap{
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;}
	.flex-lg-wrap-reverse{
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;}
	.flex-lg-fill{
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;}
	.flex-lg-grow-0{
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;}
	.flex-lg-grow-1{
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;}
	.flex-lg-shrink-0{
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;}
	.flex-lg-shrink-1{
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;}
	.justify-content-lg-start{
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;}
	.justify-content-lg-end{
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;}
	.justify-content-lg-center{
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;}
	.justify-content-lg-between{
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;}
	.justify-content-lg-around{
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;}
	.align-items-lg-start{
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;}
	.align-items-lg-end{
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;}
	.align-items-lg-center{
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;}
	.align-items-lg-baseline{
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;}
	.align-items-lg-stretch{
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;}
	.align-content-lg-start{
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;}
	.align-content-lg-end{
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;}
	.align-content-lg-center{
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;}
	.align-content-lg-between{
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;}
	.align-content-lg-around{
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;}
	.align-content-lg-stretch{
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;}
	.align-self-lg-auto{
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		            -ms-grid-row-align: auto !important;
		        align-self: auto !important;}
	.align-self-lg-start{
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;}
	.align-self-lg-end{
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;}
	.align-self-lg-center{
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		            -ms-grid-row-align: center !important;
		        align-self: center !important;}
	.align-self-lg-baseline{
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;}
	.align-self-lg-stretch{
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		            -ms-grid-row-align: stretch !important;
		        align-self: stretch !important;}
	body:before{
		color: aqua;}
	.navigation-top .wrap{
		padding-right: 2em;
		padding-left: 2em;}
	.navigation-top nav{
		margin-left: 0;}
	.main-navigation > div > ul > li > a{
		min-width: 6.5em;}
	.sticky .icon-thumb-tack{
		font-size: 32px;
		font-size: 2rem;
		top: .75em;
		left: -1.25em;
		width: 32px;
		height: 22px;}
	.page-numbers.current{
		font-size: 15px;
		font-size: .9375rem;}
	.comment-body{
		margin-left: 0;}
	/* Layout */
	/* Navigation */
	/* Sticky posts */
	/* Pagination */
	/* Comments */}
@media (min-width: 79em){
	.container{
		max-width: 1264.001px;}
	.col-xl{
		max-width: 100%;
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;}
	.col-xl-auto{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: none;}
	.col-xl-1{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;}
	.col-xl-2{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;}
	.col-xl-3{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;}
	.col-xl-4{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;}
	.col-xl-5{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;}
	.col-xl-6{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;}
	.col-xl-7{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;}
	.col-xl-8{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;}
	.col-xl-9{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;}
	.col-xl-10{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;}
	.col-xl-11{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;}
	.col-xl-12{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;}
	.order-xl-first{
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;}
	.order-xl-last{
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;}
	.order-xl-0{
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;}
	.order-xl-1{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;}
	.order-xl-2{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;}
	.order-xl-3{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;}
	.order-xl-4{
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;}
	.order-xl-5{
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;}
	.order-xl-6{
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;}
	.order-xl-7{
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;}
	.order-xl-8{
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;}
	.order-xl-9{
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;}
	.order-xl-10{
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;}
	.order-xl-11{
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;}
	.order-xl-12{
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        order: 12;}
	.offset-xl-0{
		margin-left: 0;}
	.offset-xl-1{
		margin-left: 8.33333%;}
	.offset-xl-2{
		margin-left: 16.66667%;}
	.offset-xl-3{
		margin-left: 25%;}
	.offset-xl-4{
		margin-left: 33.33333%;}
	.offset-xl-5{
		margin-left: 41.66667%;}
	.offset-xl-6{
		margin-left: 50%;}
	.offset-xl-7{
		margin-left: 58.33333%;}
	.offset-xl-8{
		margin-left: 66.66667%;}
	.offset-xl-9{
		margin-left: 75%;}
	.offset-xl-10{
		margin-left: 83.33333%;}
	.offset-xl-11{
		margin-left: 91.66667%;}
	.d-xl-none{
		display: none !important;}
	.d-xl-inline{
		display: inline !important;}
	.d-xl-inline-block{
		display: inline-block !important;}
	.d-xl-block{
		display: block !important;}
	.d-xl-table{
		display: table !important;}
	.d-xl-table-row{
		display: table-row !important;}
	.d-xl-table-cell{
		display: table-cell !important;}
	.d-xl-flex{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;}
	.d-xl-inline-flex{
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;}
	.flex-xl-row{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;}
	.flex-xl-column{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;}
	.flex-xl-row-reverse{
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;}
	.flex-xl-column-reverse{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;}
	.flex-xl-wrap{
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;}
	.flex-xl-nowrap{
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;}
	.flex-xl-wrap-reverse{
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;}
	.flex-xl-fill{
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;}
	.flex-xl-grow-0{
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;}
	.flex-xl-grow-1{
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;}
	.flex-xl-shrink-0{
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;}
	.flex-xl-shrink-1{
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;}
	.justify-content-xl-start{
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;}
	.justify-content-xl-end{
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;}
	.justify-content-xl-center{
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;}
	.justify-content-xl-between{
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;}
	.justify-content-xl-around{
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;}
	.align-items-xl-start{
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;}
	.align-items-xl-end{
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;}
	.align-items-xl-center{
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;}
	.align-items-xl-baseline{
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;}
	.align-items-xl-stretch{
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;}
	.align-content-xl-start{
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;}
	.align-content-xl-end{
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;}
	.align-content-xl-center{
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;}
	.align-content-xl-between{
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;}
	.align-content-xl-around{
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;}
	.align-content-xl-stretch{
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;}
	.align-self-xl-auto{
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		            -ms-grid-row-align: auto !important;
		        align-self: auto !important;}
	.align-self-xl-start{
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;}
	.align-self-xl-end{
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;}
	.align-self-xl-center{
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		            -ms-grid-row-align: center !important;
		        align-self: center !important;}
	.align-self-xl-baseline{
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;}
	.align-self-xl-stretch{
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		            -ms-grid-row-align: stretch !important;
		        align-self: stretch !important;}
	body:before{
		color: aqua;}
	.navigation-top .wrap{
		max-width: 1280px;}
	.wrap{
		max-width: 1280px;}
	.site-content-inner{
		max-width: 1280px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.5em;
		padding-left: 1.5em;}
	.primary-inner,
	.single .secondary-inner{
		padding-right: 0;
		padding-left: 0;}
	.sidebar-1-with2,
	.sidebar-2-with1{
		float: none;
		width: auto;}
	.panel-content-recent-posts .recent-post{
		width: 25%;}
	.page-one-column .panel-content .wrap{
		max-width: 1280px;}
	.has-sidebar:not(.error404) #primary{
		float: left;
		width: 74%;}
	.has-sidebar #secondary{
		float: right;
		width: 23%;
		padding-top: 0;}
	.error404 #primary{
		float: none;
		margin-right: auto;
		margin-left: auto;}
	.comments-wrap{
		padding-right: 1.5em;
		padding-left: 1.5em;}}
@media print{
	.d-print-none{
		display: none !important;}
	.d-print-inline{
		display: inline !important;}
	.d-print-inline-block{
		display: inline-block !important;}
	.d-print-block{
		display: block !important;}
	.d-print-table{
		display: table !important;}
	.d-print-table-row{
		display: table-row !important;}
	.d-print-table-cell{
		display: table-cell !important;}
	.d-print-flex{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;}
	.d-print-inline-flex{
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;}
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info{
		display: none !important;}
	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header{
		border: 0;}
	/* Font sizes */
	body{
		font-size: 12pt;}
	h1{
		font-size: 24pt;}
	h2{
		font-size: 22pt;}
	h3{
		font-size: 17pt;}
	h4{
		font-size: 12pt;}
	h5{
		font-size: 11pt;}
	h6{
		font-size: 12pt;}
	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.clf-front-page) .entry-title{
		font-size: 10pt;}
	/* Layout */
	.wrap{
		max-width: none;
		padding-right: 5% !important;
		padding-left: 5% !important;}
	/* Site Branding */
	.site-header{
		padding: 0;
		background: transparent;}
	.custom-header-media{
		padding: 0;}
	.clf-front-page.has-header-image .site-branding,
	.clf-front-page.has-header-video .site-branding{
		position: relative;}
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding{
		position: relative;}
	.site-branding{
		margin-top: 0;
		margin-bottom: 1.75em !important;
		/* override styles added by JavaScript */}
	.site-title{
		font-size: 25pt;}
	.site-description{
		font-size: 12pt;
		opacity: 1;}
	/* Posts */
	.single-featured-image-header{
		background: transparent;}
	.entry-meta{
		font-size: 9pt;}
	/* Colors */
	body,
	.site{
		background: none !important;
		/* Brute force since user agents all print differently. */}
	body,
	a,
	.site-title a{
		color: #222 !important;
		/* Make sure color schemes don't affect to print */}
	.clf-front-page.has-header-image .site-title,
	.clf-front-page.has-header-video .site-title,
	.clf-front-page.has-header-image .site-title a,
	.clf-front-page.has-header-video .site-title a{
		color: #222 !important;
		/* Make sure color schemes don't affect to print */}
	h2,
	h5,
	blockquote,
	.site-description{
		color: #777 !important;
		/* Make sure color schemes don't affect to print */}
	.clf-front-page.has-header-image .site-description,
	.clf-front-page.has-header-video .site-description{
		color: #777 !important;
		/* Make sure color schemes don't affect to print */}
	.entry-meta{
		color: #777 !important;
		/* Make sure color schemes don't affect to print */}
	.entry-meta a{
		color: #777 !important;
		/* Make sure color schemes don't affect to print */}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright{
		font-size: 11pt;
		width: 34%;}
	.site-footer{
		padding: 0;}}
@media (max-width: 66.99em){
	body:before{
		color: aqua;}}
@media (max-width: 47.99em){
	body:before{
		color: aqua;}
	table.nofloat-sm{
		display: block;}
	table.nofloat-sm tbody,
	table.nofloat-sm thead,
	table.nofloat-sm tfoot,
	table.nofloat-sm tr,
	table.nofloat-sm td,
	table.nofloat-sm th{
		display: block;
		width: auto !important;}
	table.nofloat-sm tr{
		padding-bottom: 1.6em;}
	table.nofloat-sm th{
		border-top: 1px solid #DBDDE2;}
	.main-navigation > div > ul{
		overflow: auto;
		max-height: 85vh;
		max-height: calc(100vh - 60px);}
	.postlink_navi .next:before{
		top: auto;
		bottom: -8px;}
	img.alignleft,
	img.alignright,
	figure.alignleft,
	figure.alignright{
		float: none;
		margin: 0;}
	.wp-caption img[class*="wp-image-"]{
		margin-left: 0;}}
@media (max-width: 29.99em){
	body:before{
		color: aqua;}}
@media (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) and (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (min-resolution: 2dppx){
	.main-navigation .top-menu__alt_logo a{
		background-image: url(../images/sprite_2x.png);
		background-position: -226px -57px;
		background-size: 438px 116px;}
	.site-title a{
		background-image: url(../images/sprite_2x.png);
		background-position: 0 -57px;
		background-size: 438px 116px;}}
@media (max-width: 320px){
	html{
		font-size: 15px;}}
@media (min-width: 48em) and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2), (min-width: 48em) and (min-resolution: 2dppx) and (min-device-pixel-ratio: 2), (min-width: 48em) and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-width: 48em) and (min-device-pixel-ratio: 2) and (min-resolution: 2dppx), (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-width: 48em) and (min-resolution: 2dppx) and (min-resolution: 2dppx){
	.site-title a{
		background-image: url(../images/sprite_2x.png);
		background-position: 0 0;
		background-size: 438px 116px;}}

/*# sourceMappingURL=../_css_maps/common.css.map */
