
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family:"Meiryo", Arial, Helvetica, sans-serif;
    font-size:16px!important;
    line-height:1.8;
    font-weight:normal;
    color: #333;
    background: #fff;
}

h2 {
    font-size:26px!important;
    line-height:1.3;
    font-weight:normal;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
}
h3 {
    font-size:20px!important;
    line-height:1.3;
    font-weight:bold;
    margin: 0 0 10px;
    padding: 0;
    color: #504576!important;
}
p {
    font-size:16px!important;
    line-height:30px;
    font-weight:normal;
    margin: 10px 0;
    padding: 0;
    color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
/*a, a:active, a:hover, a:visited { outline: 0; }*/
/*a:focus { outline: thin dotted; }*/
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Hoot Grid
 * grid sets the width, row clears the floats for containing spans
 * spans are the building blocks for content structure
 * ========================================================
 */
.hgrid {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main.main .hgrid-stretch {
  width: 100%;
  position: relative;
}
.hgrid:after,
.hgrid-stretch:after {
  content: "";
  display: table;
  clear: both;
}
.hgrid:after,
.hgrid-stretch:after {
  content: "";
  display: table;
  clear: both;
}
[class*="hgrid-span-"],
[class*="hcolumn-"] {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
[class*="hgrid-span-"].full-width,
[class*="hcolumn-"].full-width {
  padding: 0;
}
.flush-columns {
  margin: 0 -15px;
}
/************* Span Widths*************/
.hgrid-span-1 {
  width: 8.33333333%;
}
.hgrid-span-2 {
  width: 16.66666667%;
}
.hgrid-span-3 {
  width: 25%;
}
.hgrid-span-4 {
  width: 33.33333333%;
}
.hgrid-span-5 {
  width: 41.66666667%;
}
.hgrid-span-6 {
  width: 50%;
}
.hgrid-span-7 {
  width: 58.33333333%;
}
.hgrid-span-8 {
  width: 66.66666667%;
}
.hgrid-span-9 {
  width: 75%;
}
.hgrid-span-10 {
  width: 83.33333333%;
}
.hgrid-span-11 {
  width: 91.66666667%;
}
.hgrid-span-12 {
  width: 100%;
}
/************* Column Widths *************/
.hcolumn-1-1,
.hcolumn-2-2,
.hcolumn-3-3,
.hcolumn-4-4,
.hcolumn-5-5 {
  width: 100%;
}
.hcolumn-1-2 {
  width: 50%;
}
.hcolumn-1-3 {
  width: 33.33333333%;
}
.hcolumn-2-3 {
  width: 66.66666667%;
}
.hcolumn-1-4 {
  width: 25%;
}
.hcolumn-2-4 {
  width: 50%;
}
.hcolumn-3-4 {
  width: 75%;
}
.hcolumn-1-5 {
  width: 20%;
}
.hcolumn-2-5 {
  width: 40%;
}
.hcolumn-3-5 {
  width: 60%;
}
.hcolumn-4-5 {
  width: 80%;
}
/************* Responsive Grid *************/
@media only screen and (max-width: 1200px) {
  .aspect {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
  }
  .flush-columns {
    margin: 0;
  }
  .adaptive .hcolumn-1-5 {
    width: 40%;
  }
  .adaptive .hcolumn-1-4 {
    width: 50%;
  }
  .adaptive .hgrid-span-1 {
    width: 16.66666667%;
  }
  .adaptive .hgrid-span-2 {
    width: 33.33333333%;
  }
  .adaptive .hgrid-span-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 969px) {
  [class*="hgrid-span-"],
  .adaptive [class*="hgrid-span-"],
  [class*="hcolumn-"],
  .adaptive [class*="hcolumn-"] {
    width: 100%;
  }
}
@media only screen and (min-width: 970px) {
  .hcol-first {
    padding-left: 0;
  }
  .hcol-last {
    padding-right: 0;
  }
}
/**
 * Utility Classes
 * ========================================================
 */
/************* Misc *************/
#page-wrapper .flush {
  margin: 0;
  padding: 0;
}
/************* Displays *************/
.hide {
  display: none;
}
.forcehide {
  display: none !important;
}
.border-box {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/************* Image replacement *************/
.hide-text {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
  width: 0;
  height: 0;
  overflow: hidden;
}
/************* Table *************/
.table {
  display: table;
  width: 100%;
  margin: 0;
}
.table.table-fixed {
  table-layout: fixed;
}
.table-cell {
  display: table-cell;
}
.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 969px) {
  .table,
  .table-cell,
  .table-cell-mid {
    display: block;
  }
}
/************* Floats *************/
.fleft,
.float-left {
  float: left;
}
.fright,
.float-right {
  float: right;
}
.fclear:after,
.float-clear:after,
.clear:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/************* Accessibility: Assistive Text *************/
/* for screen readers and text browsers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
  outline: 0;
}
/**
 * Base Typography and HTML
 * ========================================================
 */
body {
  position: relative;
}
/************* Default Typography *************/
body {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* for better webkit rendering */
  -webkit-text-size-adjust: 100%;
  /* size in percentage at which to display text in Safari on iPhone */
}
/************* Headings *************/
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  line-height: 1.3;
  margin: 0 0 10px;
  text-rendering: optimizelegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 2em;
}
/*h2 {
  font-size: 1.73333333em;
}
h3 {
  font-size: 1.46666667em;
}*/
h4 {
  font-size: 1.33333333em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.06666667em;
}
.title {
  font-size: 1.46666667em;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  font-size: inherit;
}
.titlefont {
  font-family: Lora, "Times New Roman", Times, serif;
  font-weight: 700;
}
/************* Basic HTML Tags *************/
hr {
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.66666667em 0 1em;
  height: 0;
  color: rgba(0, 0, 0, 0.14);
}
em,
var {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
big,
.big-font {
  font-size: 1.33333333em;
  line-height: 1.3em;
}
.huge-font {
  font-size: 2.33333333em;
  line-height: 1em;
}
.medium-font {
  font-size: 0.86666667em;
  line-height: 1.384615em;
}
small,
cite,
.small,
.small-font {
  font-size: 0.8em;
  line-height: 1.333333em;
}
cite {
  font-style: italic;
}
q {
  font-style: italic;
}
q:before {
  content: open-quote;
}
q::after {
  content: close-quote;
}
address {
  display: block;
  margin: 1em 0;
  font-style: normal;
  border: 1px dotted;
  padding: 1px 5px;
}
abbr[title],
acronym[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/************* Blockquote *************/
blockquote {
  border-color: rgba(0, 0, 0, 0.33);
  border-left: 5px solid;
  padding: 0 0 0 1em;
  margin: 1em 1.66666667em;
  margin-left: 5px;
  display: block;
  font-style: italic;
  color: #aaa;
  font-size: 1.06666667em;
  clear: both;
  text-align: justify;
}
blockquote p {
  margin: 0;
}
blockquote small,
blockquote cite {
  display: block;
  line-height: 1.73333333em;
  text-align: right;
  margin-top: 3px;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote cite:before {
  content: "\2014 \0020";
  padding: 0px 3px;
}
blockquote.pull-left {
  text-align: left;
  float: left;
}
blockquote.pull-right {
  border-right: 5px solid;
  border-left: 0;
  padding: 0 1em 0 0;
  margin: 1em 1.66666667em;
  margin-right: 5px;
  text-align: right;
  float: right;
}
/*** Blockquotes Responsive ***/
@media only screen and (max-width: 969px) {
  blockquote.pull-left,
  blockquote.pull-right {
    float: none;
  }
}
/************* Links *************/
a {
  color: #333;
  text-decoration: none;
}
a,
a i {
  -webkit-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  -moz-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  -o-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
}
.loop-nav a,
#comments-template a {
  font-weight: 600;
}
a.button,
.more-link a,
.entry-byline a,
.loop-nav a,
#comments-template a,
.sidemain_nav_menu a,
.site-header a,
.below-header a,
.sidebar-primary a,
.sidebar-secondary a,
.sub-footer a,
.footer a,
.lSAction a,
.pagination a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
a.linkstyle,
.linkstyle a {
  color: #333;
}
h1 a.linkstyle,
.linkstyle h1 a,
h2 a.linkstyle,
.linkstyle h2 a,
h3 a.linkstyle,
.linkstyle h3 a,
h4 a.linkstyle,
.linkstyle h4 a,
h5 a.linkstyle,
.linkstyle h5 a,
h6 a.linkstyle,
.linkstyle h6 a,
.title a.linkstyle,
.linkstyle .title a,
.titlefont a.linkstyle,
.linkstyle .titlefont a {
  text-decoration: none;
}
/************* Typo Schemes *************/
.accent-typo {
  background: #333;
  color: #ffffff;
}
.invert-typo {
  background: #666;
  color: #fff;
}
.enforce-typo {
  background: #fff;
  color: #666;
}
.page-wrapper .accent-typo a:not(input):not(.button),
.page-wrapper .invert-typo a:not(input):not(.button),
.page-wrapper .enforce-typo a:not(input):not(.button),
.page-wrapper .accent-typo a:hover:not(input):not(.button),
.page-wrapper .invert-typo a:hover:not(input):not(.button),
.page-wrapper .enforce-typo a:hover:not(input):not(.button),
.page-wrapper .accent-typo h1,
.page-wrapper .invert-typo h1,
.page-wrapper .enforce-typo h1,
.page-wrapper .accent-typo h2,
.page-wrapper .invert-typo h2,
.page-wrapper .enforce-typo h2,
.page-wrapper .accent-typo h3,
.page-wrapper .invert-typo h3,
.page-wrapper .enforce-typo h3,
.page-wrapper .accent-typo h4,
.page-wrapper .invert-typo h4,
.page-wrapper .enforce-typo h4,
.page-wrapper .accent-typo h5,
.page-wrapper .invert-typo h5,
.page-wrapper .enforce-typo h5,
.page-wrapper .accent-typo h6,
.page-wrapper .invert-typo h6,
.page-wrapper .enforce-typo h6,
.page-wrapper .accent-typo .title,
.page-wrapper .invert-typo .title,
.page-wrapper .enforce-typo .title {
  color: inherit;
}
.enforce-body-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.highlight-typo {
  background: rgba(0, 0, 0, 0.04);
}
/************* Code, Pre, Keyboard, Teletype *************/
code,
pre,
kbd,
tt {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  overflow-x: auto;
}
code,
kbd,
tt {
  padding: 2px 5px;
  margin: 0 5px;
  border: dashed 1px;
}
pre {
  display: block;
  padding: 5px 10px;
  margin: 1em 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre.scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/************* Lists *************/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
ul ol,
ul ul,
ol ol,
ol ul {
  margin-left: 10px;
}
li {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}
ul.unstyled,
ol.unstyled {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none outside !important;
}
.main ul,
.main ol {
  margin: 1em;
  margin-right: 0;
}
.main ol {
  list-style: decimal outside;
}
.main ul,
.main ul.disc {
  list-style: disc outside;
}
.main ul.square {
  list-style: square outside;
}
.main ul.circle {
  list-style: circle outside;
}
.main ul ul,
.main ol ul {
  list-style-type: circle;
}
.main ul ul ul,
.main ul ol ul,
.main ol ul ul,
.main ol ol ul {
  list-style-type: square;
}
.main ul ol,
.main ol ol {
  list-style-type: lower-alpha;
}
.main ul ul ol,
.main ul ol ol,
.main ol ul ol,
.main ol ol ol {
  list-style-type: lower-roman;
}
.main ul ul,
.main ul ol,
.main ol ol,
.main ol ul {
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
}
.main li {
  margin-right: 0;
  display: list-item;
}
.borderlist > li:first-child {
  border-top: 1px solid;
}
.borderlist > li {
  border-bottom: 1px solid;
  padding: 0.15em 0;
  list-style-position: outside;
}
/************* Lists - Definitions *************/
dl {
  margin: 0.66666667em 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0.66666667em;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 12.3em;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 13.8em;
}
/*** Responsive Definitions ***/
@media only screen and (max-width: 969px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
}
/************* Tables *************/
table {
  width: 100%;
  padding: 0;
  margin: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  padding: 5px 0;
  width: auto;
  font-style: italic;
  text-align: right;
}
th {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 6px 6px 12px;
}
th.nobg {
  background: none;
}
td {
  padding: 6px 6px 6px 12px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: rgba(0, 0, 0, 0.04);
}
/************* Images *************/
img,
a img {
  border: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  vertical-align: top;
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* to accomodate border and padding width, and maintain responsive */
}
/**
 * Layout
 * ========================================================
 */
body {
  background: #fff;
}
@media screen and (max-width: 600px) {

  body.logged-in.admin-bar {
    position: static;
  }
}
#page-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#topbar,
#below-header,
#sub-footer,
#footer {
  overflow: hidden;
}
.site-boxed.page-wrapper {
  padding: 0;
}
/* Sidebar and Content Layout */
.content.no-sidebar {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 970px) {
  .content.layout-wide-left,
  .content.layout-narrow-left {
    float: right;
  }
  /*
	 * We only apply flex model (with wrap) to 2/3 column layout (not to fullwidth) to prevent:
	 * Frontpage=> full width layout leads to <div class="hgrid-stretch main-content-grid">
	 * HTML slider inside hgrid-stretch becomes way tooo wide and distorts layout
	 * (slider js does not get the actual screen width hence set ul.lightSlider width to sum all slide widths)
	 * flex model should be applied to some bounding box like 'hgrid' (max-width set to pixel value 1260),
	 * or all its child elements should have a bounding box like 'hgrid' with margin left/right set to auto
	 * So we apply flex model only to layouts where we know for a fact that hgrid-stretch wont be used.
	*/
  .sitewrap-narrow-left-right .main-content-grid,
  .sitewrap-narrow-left-left .main-content-grid,
  .sitewrap-narrow-right-right .main-content-grid {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sitewrap-narrow-left-right .sidebar-primary,
  .sitewrap-narrow-left-left .sidebar-primary,
  .sitewrap-narrow-right-right .content {
    -webkit-order: 1;
    order: 1;
  }
  .sitewrap-narrow-left-right .content,
  .sitewrap-narrow-left-left .sidebar-secondary,
  .sitewrap-narrow-right-right .sidebar-primary {
    -webkit-order: 2;
    order: 2;
  }
  .sitewrap-narrow-left-right .sidebar-secondary,
  .sitewrap-narrow-left-left .content,
  .sitewrap-narrow-right-right .sidebar-secondary {
    -webkit-order: 3;
    order: 3;
  }
}
/**
 * Header (Topbar, Header, Main Nav Menu)
 * ========================================================
 */
/************* Topbar *************/
#topbar {
  background: #333;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.333333em;
}
#topbar ul,
#topbar ol,
#topbar li {
  display: inline;
}
#topbar h1,
#topbar h2,
#topbar h3,
#topbar h4,
#topbar h5,
#topbar h6,
#topbar .title {
  color: inherit;
  margin: 0;
}
.topbar-inner a,
.topbar-inner a:hover {
  color: inherit;
}
#topbar-left {
  text-align: left;
}
#topbar-right {
  text-align: right;
}
#topbar-center {
  text-align: center;
}
/*** Topbar sidemains ***/
#topbar .sidemain {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#topbar .sidemain-title {
  display: none;
  margin: 0;
  font-size: 15px;
  line-height: 1.73333333em;
}
#topbar .sidemain_text {
  margin: 0 5px;
}
#topbar .sidemain_text p {
  margin: 2px;
}
#topbar .sidemain_tag_cloud a {
  text-decoration: none;
}
#topbar .sidemain_nav_menu {
  margin: 5px;
}
#topbar .sidemain_search {
  margin: 0 5px;
}
/*** Responsive Topbar ***/
@media only screen and (max-width: 969px) {
  .topbar > .hgrid,
  .topbar > .hgrid > .hgrid-span-12 {
    padding: 0;
  }
  #topbar-left,
  #topbar-right {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/************* Header Layout *************/
#header {
  position: relative;
}
#header-primary {
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
}
.header-primary-none {
  text-align: center;
}
.header-primary-search {
  text-align: center;
}
#header-aside {
  text-align: right;
}
#header-aside {
  padding: 10px 0;
}
#header-aside.header-aside-search {
  padding: 0;
}
#header-supplementary {
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
}
/*** Search ***/
/* Override specific .js-search css */
.header-primary-search #branding {
  width: 100%;
}
.header-aside-search.js-search {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1.2em;
}
.header-aside-search.js-search .searchform i.fa-search {
  color: #333;
  padding: 5px;
}
.header-aside-search.js-search .js-search-placeholder:before {
  right: 15px;
  padding: 0 5px 0 5px;
}
.header-aside-search.js-search.hasexpand {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
/*** Responsive Header ***/
@media only screen and (max-width: 969px) {
  .header-part > .hgrid,
  .header-part > .hgrid > .hgrid-span-12 {
    padding: 0;
  }
  #header .table,
  #header #branding,
  #header #header-aside {
    width: 100%;
  }
  #header-primary,
  #header-aside,
  #header-supplementary {
    text-align: center;
  }
  #header-supplementary.header-supplementary-mobilemenu-fixed {
    border-bottom: none;
  }
  .header-aside {
    border-top: solid 1px rgba(0, 0, 0, 0.33);
  }
  .header-aside-menu-fixed {
    border-top: none;
  }
  .header-aside-search.js-search {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
  }
  .header-aside-search.js-search .searchform i.fa-search,
  .header-aside-search.js-search .searchform.expand i.fa-search {
    position: absolute;
    left: 0.45em;
    top: 50%;
    margin-top: -0.65em;
    padding: 0;
    cursor: auto;
    display: block;
    visibility: visible;
  }
  .header-aside-search.js-search .searchform .searchtext,
  .header-aside-search.js-search .searchform.expand .searchtext {
    background: rgba(0, 0, 0, 0.04);
    clip: auto !important;
    clip-path: none;
    height: auto;
    width: 100%;
    outline: 0;
    padding: 10px 2em 10px 1em;
    position: static;
    background: none;
    color: inherit;
    font-size: 1em;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    display: block;
    padding-right: 1.2em;
    padding-left: 2.7em;
  }
  .header-aside-search.js-search .searchform .js-search-placeholder,
  .header-aside-search.js-search .searchform.expand .js-search-placeholder {
    display: none;
  }
  .header-aside-search.js-search.hasexpand {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}
/************* Logo *************/
#site-logo {
  margin: 15px 0;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.header-primary-menu #site-logo,
.header-primary-sidemain-area #site-logo {
  margin-right: 15px;
}
#site-logo img {
  max-height: 600px;
}
#site-logo.logo-border {
  padding: 15px;
  border: solid 3px #333;
}
#site-logo.logo-border #site-description {
  text-align: center;
}
#site-logo.logo-border.nopadding {
  padding: 0;
}
#site-logo.with-background {
  padding: 15px;
}
.site-title > a {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/*** Logo Types ***/
/* Text Logo */
#site-title {
  font-family: Lora, "Times New Roman", Times, serif;
  color: #222;
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 1em;
  vertical-align: middle;
  word-wrap: normal;
}
#site-title a {
  color: inherit;
}
#site-title a:hover {
  text-decoration: none;
}
#site-logo.accent-typo #site-title,
#site-logo.accent-typo #site-description {
  color: inherit;
}
#site-description {
  margin: 0;
  font-family: inherit;
  font-size: 0.86666667em;
  line-height: 1.384615em;
  line-height: 1em;
  font-weight: normal;
  color: #444444;
  vertical-align: middle;
}
.site-description.noshow {
  display: none;
}
.site-logo-text-tiny #site-title {
  font-size: 25px;
}
.site-logo-text-medium #site-title {
  font-size: 50px;
}
.site-logo-text-large #site-title {
  font-size: 65px;
}
.site-logo-text-huge #site-title {
  font-size: 80px;
}
/* Logo with Icon (Text Logo / Custom Logo) */
.site-logo-with-icon #site-title i {
  font-size: 50px;
  margin-right: 5px;
}
/* Image Logo */
.site-logo-image img.custom-logo {
  display: block;
  width: auto;
}
#page-wrapper .site-logo-image #site-description {
  text-align: center;
  margin-top: 5px;
}
/* Logo with Image (Mixed / Mixedcustom) */
.site-logo-with-image {
  display: table;
  table-layout: fixed;
}
.site-logo-with-image .site-logo-mixed-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.site-logo-with-image .site-logo-mixed-image img {
  vertical-align: middle;
}
.site-logo-with-image .site-logo-mixed-text {
  display: table-cell;
  vertical-align: middle;
}
/* Custom Text */
.site-title-line {
  display: block;
  line-height: 1em;
  font-weight: 400;
}
.site-title-line em {
  color: #333;
  font-weight: inherit;
  font-style: inherit;
}
.site-title-line b,
.site-title-line strong {
  font-weight: bold;
  font-weight: 800;
}
.accent-typo .site-title-line em,
.accent-typo.site-title-line em {
  text-shadow: 1px 1px 3px #fff, 1px 1px rgba(0, 0, 0, 0.1);
}
.site-title-body-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-title-heading-font {
  font-family: Lora, "Times New Roman", Times, serif;
}
/*** Responsive Logo ***/
@media only screen and (max-width: 969px) {
  #site-logo {
    display: block;
  }
  #header-primary #site-logo {
    margin-right: 0;
    margin-left: 0;
  }
  #header-primary #site-logo.site-logo-image {
    margin: 15px;
  }
  #header-primary #site-logo.logo-border {
    display: inline-block;
  }
  #header-primary #site-logo.with-background {
    margin: 0;
    display: block;
  }
  #page-wrapper #site-title,
  #page-wrapper #site-description {
    display: block;
    text-align: center;
    margin: 0;
  }
  .site-title > a {
    justify-content: center;
  }
  .site-logo-with-icon #site-title {
    padding: 0;
  }
  .site-logo-with-image {
    display: block;
    text-align: center;
  }
  .site-logo-with-image .site-logo-mixed-image {
    margin: 0 auto 10px;
  }
  .site-logo-with-image .site-logo-mixed-image,
  .site-logo-with-image .site-logo-mixed-text {
    display: block;
    padding: 0;
  }
}
/************* Nav Menus *************/
.menu-items {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /* Top level items */
  /* Current & Hover */
  /* Title & Description */
  /* Submenu */
}
.menu-items a {
  display: block;
  position: relative;
}
.menu-items ol,
.menu-items ul {
  margin-left: 0;
}
.menu-items li {
  margin-right: 10px;
  display: list-item;
  position: relative;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.menu-items > li {
  float: left;
  vertical-align: middle;
}
.menu-items > li > a {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 25px;
}
.menu-items li.current-menu-item > a > .menu-title,
.menu-items li.current-menu-ancestor > a > .menu-title,
.menu-items li:hover > a > .menu-title,
.menu-items li.current-menu-item > a > .menu-description,
.menu-items li.current-menu-ancestor > a > .menu-description,
.menu-items li:hover > a > .menu-description {
  color: inherit;
}
.menu-items .menu-title {
  display: block;
  position: relative;
}
.menu-items .menu-description {
  display: block;
  margin-top: 3px;
  font-size: 0.857142em;
  line-height: 1.25em;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
}
.menu-items li:hover > ul,
.menu-items li.sfHover > ul {
  display: block;
}
.menu-items ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0px;
  z-index: 105;
  min-width: 16em;
  background: #fff;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.14);
}
.menu-items ul a {
  color: #666;
  font-size: 0.86666667em;
  line-height: 1.384615em;
  line-height: 1.23076em;
  padding: 10px 5px 10px 15px;
}
.menu-items ul .menu-description {
  opacity: 0.75;
  filter: alpha(opacity=75);
  font-size: 0.846153em;
  line-height: 1.272727em;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
}
.menu-items ul li {
  background: rgba(0, 0, 0, 0.04);
}
.menu-items ul ul {
  top: -6px;
  left: 100%;
  margin-left: 5px;
}
.menu-items > li:last-child > ul {
  left: auto;
  right: 0;
}
/*** Superfish Menu Arrows ***/
.nav-menu .sf-menu.sf-arrows li a.sf-with-ul {
  padding-right: 25px;
}
.sf-menu.sf-arrows .sf-with-ul .menu-title {
  width: 100%;
}
.sf-menu.sf-arrows .sf-with-ul .menu-title:after {
  top: 47%;
  line-height: 10px;
  margin-top: -5px;
  font-size: 0.8em;
  position: absolute;
  right: -10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\f107";
}
.nav-menu .sf-menu.sf-arrows ul a.sf-with-ul {
  padding-right: 10px;
}
.sf-menu.sf-arrows ul .sf-with-ul .menu-title:after {
  content: "\f105";
  right: 7px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
}
/*** Responsive Menu ***/
.menu-toggle {
  display: none;
  cursor: pointer;
  padding: 5px 0;
}
.menu-toggle-text {
  margin-right: 5px;
}
@media only screen and (max-width: 969px) {
  /* Responsive Menu */
  .menu-toggle {
    display: block;
  }
  #menu-primary-items ul,
  #menu-secondary-items ul {
    border: none;
  }
  .mobilemenu-inline .menu-items {
    border-top: solid 1px rgba(0, 0, 0, 0.33);
  }
  .menu-items {
    display: none;
    text-align: left;
  }
  .menu-items > li {
    float: none;
  }
  .menu-items ul {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  .menu-items > li > a,
  .menu-items ul li a {
    padding: 6px 6px 6px 15px;
  }
  .menu-items ul li a {
    padding-left: 35px;
    /*line-height: inherit;*/
  }
  .menu-items ul ul {
    top: 0;
    left: auto;
  }
  .menu-items ul ul li a {
    padding-left: 55px;
  }
  .menu-items ul ul ul li a {
    padding-left: 75px;
  }
  /* Default all open state */
  .mobilesubmenu-open .menu-items ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    /* Override inline styles for jquery animation by superfish */
  }
  /* Superfish Menu Arrows */
  .sf-menu.sf-arrows ul .sf-with-ul .menu-title:after {
    content: "\f107";
  }
  /* Fix for compatibility with mega menu plugins */
  .mobilemenu-inline .menu-items {
    position: static;
  }
  /* Left Fixed Menu */
  .mobilemenu-fixed .menu-toggle,
  .mobilemenu-fixed #menu-primary-items,
  .mobilemenu-fixed #menu-secondary-items {
    -webkit-transition: left 0.3s ease-in, background-color 0.3s linear;
    -moz-transition: left 0.3s ease-in, background-color 0.3s linear;
    -o-transition: left 0.3s ease-in, background-color 0.3s linear;
    transition: left 0.3s ease-in, background-color 0.3s linear;
  }
  .mobilemenu-fixed .menu-toggle-text {
    display: none;
  }
  .mobilemenu-fixed .menu-toggle {
    width: 2em;
    padding: 5px;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 99995;
    border: solid 2px rgba(0, 0, 0, 0.14);
    border-left: none;
  }
  .mobilemenu-fixed .menu-toggle,
  .mobilemenu-fixed .menu-items {
    background: #fff;
  }
  .mobilemenu-fixed #menu-primary-items,
  .mobilemenu-fixed #menu-secondary-items {
    display: block !important;
    /*Add important to override inline display none from inline menu in customizer screen*/
    width: 280px;
    position: fixed;
    top: 0;
    z-index: 99994;
    overflow-y: auto;
    height: 100%;
    border-right: solid 2px rgba(0, 0, 0, 0.14);
    left: -282px;
  }
  .mobilemenu-fixed.mobilemenu-open .menu-toggle {
    left: 280px;
    z-index: 99997;
  }
  .mobilemenu-fixed.mobilemenu-open #menu-primary-items,
  .mobilemenu-fixed.mobilemenu-open #menu-secondary-items {
    left: 0;
    z-index: 99996;
  }
  .mobilemenu-fixed .menu-items ul {
    min-width: auto;
  }
  .header-supplementary-bottom .mobilemenu-fixed .menu-toggle {
    margin-top: 40px;
  }
  .header-supplementary-top .mobilemenu-fixed .menu-toggle {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 970px) {
  .menu-items {
    display: inline-block !important;
    /*Override any leftover inline style applied by responsive JS in smaller screens. Example: if a screen is resized when the menu is toggled off */
  }
  .tablemenu .menu-items {
    display: inline-table !important;
    /*Override any leftover inline style applied by responsive JS in smaller screens. Example: if a screen is resized when the menu is toggled off */
  }
  .tablemenu .menu-items > li {
    display: table-cell;
    float: none;
  }
}
/************* Menu Side Header *************/
.menu-area-wrap {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-aside .menu-area-wrap {
  display:flex;
  justify-content: flex-end;
}
.header-supplementary-left .menu-area-wrap {
  justify-content: space-between;
}
.header-supplementary-right .menu-area-wrap {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-supplementary-center .menu-area-wrap {
  justify-content: center;
}
.menu-side-box {
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.menu-side-box .sidemain {
  display: inline-block;
  vertical-align: middle;
}
.menu-side-box a {
  color: inherit;
}
.menu-side-box h1,
.menu-side-box h2,
.menu-side-box h3,
.menu-side-box h4,
.menu-side-box h5,
.menu-side-box h6,
.menu-side-box .title {
  margin: 0;
  color: inherit;
}
.menu-side-box .sidemain-title {
  font-size: 1.33333333em;
  line-height: 1.3em;
}
.menu-side-box .sidemain_text .textsidemain p {
  margin: 5px 0;
}
div.menu-side-box {
  font-size: 0.8em;
  line-height: 1.333333em;
  text-transform: none;
  font-weight: normal;
}
div.menu-side-box .sidemain {
  margin: 0 5px;
}
div.menu-side-box .sidemain_text,
div.menu-side-box .sidemain_nav_menu {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*** Responsive Menu Side ***/
@media only screen and (max-width: 969px) {
  .menu-area-wrap {
    display: block;
  }
  .menu-side-box {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-top: solid 1px rgba(0, 0, 0, 0.33);
  }
  .header-supplementary-mobilemenu-fixed .menu-side-box {
    border-top: none;
  }
}
/************* Aside Header *************/
.sidebar-header-sidebar .sidemain {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-header-sidebar h1,
.sidebar-header-sidebar h2,
.sidebar-header-sidebar h3,
.sidebar-header-sidebar h4,
.sidebar-header-sidebar h5,
.sidebar-header-sidebar h6,
.sidebar-header-sidebar .title {
  margin: 0;
}
.sidebar-header-sidebar .sidemain-title {
  font-size: 1.33333333em;
  line-height: 1.3em;
}
.sidebar-header-sidebar .sidemain_text .textsidemain p {
  margin: 5px 0;
}
aside.sidebar-header-sidebar {
  margin-top: 0;
  font-size: 0.8em;
  line-height: 1.333333em;
}
aside.sidebar-header-sidebar .sidemain,
aside.sidebar-header-sidebar .sidemain:last-child {
  margin: 5px 5px;
}
aside.sidebar-header-sidebar .sidemain_text,
aside.sidebar-header-sidebar .sidemain_nav_menu {
  margin-top: 5px;
  margin-bottom: 5px;
}
/************* Below Header *************/
#below-header-left {
  text-align: left;
}
#below-header-right {
  text-align: right;
}
#below-header-center {
  text-align: center;
}
.below-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
  background: #fff;
  font-size: 0.8em;
  line-height: 1.333333em;
}
.below-header .sidemain {
  display: inline-block;
  vertical-align: middle;
}
.below-header h1,
.below-header h2,
.below-header h3,
.below-header h4,
.below-header h5,
.below-header h6,
.below-header .title {
  margin: 0;
}
.below-header .sidemain-title {
  font-size: 1.33333333em;
  line-height: 1.3em;
}
.below-header .sidemain_text .textsidemain p {
  margin: 5px 0;
}
.below-header .sidemain_breadcrumb_navxt:first-child {
  margin-left: 0;
}
.below-header .sidemain_breadcrumb_navxt:last-child {
  margin-right: 0;
}
div.below-header .sidemain {
  margin: 0px 5px;
}
div.below-header .sidemain_text,
div.below-header .sidemain_nav_menu {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*** Responsive Below Header ***/
@media only screen and (max-width: 969px) {
  .below-header > .hgrid,
  .below-header > .hgrid > .hgrid-span-12 {
    padding: 0;
  }
  #below-header-left,
  #below-header-right {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/**
 * Main #Content
 * ========================================================
 */
/** Use 'entry-content'/'entry-the-content' classes to style posts on single post pages specifically **/
#main.main {
  padding: 0 0 30px;
  overflow: hidden;
  background: #fff;
}
/************* Loop Meta *************/
.main > .loop-meta-wrap {
  position: relative;
  text-align: center;
}
.main > .loop-meta-wrap.pageheader-bg-default,
.main > .loop-meta-wrap.pageheader-bg-stretch,
.main > .loop-meta-wrap.pageheader-bg-both {
  background: rgba(0, 0, 0, 0.04);
}
.main > .loop-meta-wrap.pageheader-bg-incontent,
.main > .loop-meta-wrap.pageheader-bg-none {
  background: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
}
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap {
  background: none;
}
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: inline-block;
  margin: 95px 0;
  width: auto;
  padding: 1.66666667em 2em 2em;
}
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta h1,
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta h2,
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta h3,
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta h4,
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta h5,
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta h6,
.main > .loop-meta-wrap#loop-meta.loop-meta-imgwrap .loop-meta a {
  color: inherit;
}
.loop-meta {
  float: none;
  background-size: contain;
  padding-top: 1.66666667em;
  padding-bottom: 2em;
}
.loop-title {
  margin: 0;
  font-size: 1.46666667em;
}
.loop-description p {
  margin: 5px 0;
}
.loop-description p:last-child {
  margin-bottom: 0;
}
.entry-featured-img-headerwrap {
  height: 300px;
}
.loop-meta-gravatar img {
  margin-bottom: 1em;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.content .loop-meta-wrap {}
.content .loop-meta-wrap > .hgrid {
  padding: 0;
}
.content .loop-meta-wrap.pageheader-bg-default,
.content .loop-meta-wrap.pageheader-bg-stretch,
.content .loop-meta-wrap.pageheader-bg-none {
  background: none;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
}
.content .loop-meta-wrap.pageheader-bg-incontent,
.content .loop-meta-wrap.pageheader-bg-both {
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  padding: 15px 18px;
}
.content .loop-meta {
  padding: 0;
}
.content .loop-title {
  font-size: 1.33333333em;
}
.single .content h2.loop-title {
  font-size: 26px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 10px;
}
.single .content .entry-the-content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 10px;
}
#custom-content-title-area {
  text-align: center;
}
.pre-content-title-area ul.lSPager {
  display: none;
}
.content-title-area-stretch .hgrid-span-12 {
  padding: 0;
}
.content-title-area-grid {
  margin: 1.66666667em 0;
}
.content .post-content-title-area {
  margin: 0 0 2.66666667em;
}
/************* Entry Meta Byline (Singular Post Page) *************/
.entry-byline {
  opacity: 0.8;
  filter: alpha(opacity=80);
  line-height: 1.3333em;
  margin-top: 5px;
}
.content .entry-byline.empty {
  margin: 0;
}
.entry-byline-block {
  display: inline;
}
.entry-byline-block:after {
  content: "/";
  margin: 0 7px;
  font-size: 1.181818em;
}
.entry-byline-block:last-of-type:after {
  display: none;
}
.entry-byline a {
  color: inherit;
}
.entry-byline a:hover {
  color: inherit;
  text-decoration: underline;
}
.entry-byline-label {
  margin-right: 3px;
}
.entry-footer .entry-byline {
  margin: 0;
  padding: 1.66666667em 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
}
.content-wrap .sidemain {
  margin: 0.66666667em 0 1em;
}
.entry-content-featured-img {
  display: block;
  margin: 0 auto;
}
/************* Single Post (Single Post Page) *************/

.entry-content.no-shadow {
  border: none;
}
.entry-the-content {
  margin-bottom: 2.66666667em;
}
.entry-the-content p:first-child,
.entry-the-content h1:first-child,
.entry-the-content h2:first-child,
.entry-the-content h3:first-child,
.entry-the-content h4:first-child,
.entry-the-content h5:first-child,
.entry-the-content h6:first-child {
  margin-top: 0;
}
.entry-the-content p:last-child,
.entry-the-content h1:last-child,
.entry-the-content h2:last-child,
.entry-the-content h3:last-child,
.entry-the-content h4:last-child,
.entry-the-content h5:last-child,
.entry-the-content h6:last-child {
  margin-bottom: 0;
}
.entry-the-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-the-content:after {
  content: "";
  display: table;
  clear: both;
}

/*** Response Form ***/
.children #respond {
  margin-left: 60px;
  position: relative;
}
.children #respond:before {
  content: " ";
  border-left: solid 1px rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
}
.children #respond:after {
  content: " ";
  display: block;
  width: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 50%;
  left: -40px;
}
#reply-title {
  font-size: 1em;
  font-family: inherit;
  font-weight: bold;
  font-weight: 800;
  text-transform: uppercase;
}
#reply-title small {
  display: block;
}
#respond p {
  margin: 0 0 0.3em;
}
#respond label {
  font-size: 0.8em;
  line-height: 1.333333em;
  font-weight: normal;
  padding: 0.66666667em 0;
  width: 15%;
  vertical-align: top;
}
#respond input[type=checkbox] + label {
  display: inline;
  margin-left: 5px;
  vertical-align: text-bottom;
}
/*** Comments Responsive ***/
/************* 404 Page Content *************/
.custom-404-content .entry-the-content {
  margin-bottom: 1em;
}
/************* Attachment Page Content *************/
.entry.attachment .entry-content {
  border-bottom: none;
}
.entry.attachment .entry-the-content {
  width: auto;
  text-align: center;
}
.entry.attachment .entry-the-content p:first-of-type {
  margin-top: 2em;
  font-weight: bold;
  text-transform: uppercase;
}
.entry.attachment .entry-the-content .more-link {
  display: none;
}
.plural .entry {
  position: relative;
}
.plural .entry:first-child {
  padding-top: 0;
}
.entry-grid-featured-img {
  position: relative;
  z-index: 1;
  width: 100%;
}
/* Sticky */
.entry-sticky-tag {
  display: none;
  /*Hide it when not actually displayed as 'stuck' at top*/
}
.sticky > .entry-grid {
  background: rgba(0, 0, 0, 0.04);
  padding: 15px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sticky > .entry-grid > .entry-featured-img-wrap {
  margin: -15px -20px 0;
}
/* Entry Grid */
.entry-grid {
  min-width: auto;
}
.entry-grid-content {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.mixedunit-block2 .entry-grid-content {
  text-align: left;
  border: solid 1px #ddd;
  padding: 15px;
}
#ct1 .entry-grid-content.hgrid-span-12,
#ct2 .entry-grid-content.hgrid-span-12 {
  position: relative;
  padding: 20px;
  background: #A72138;
  margin: 0;
  border: none;
}
#ct1 .entry-grid-content.hgrid-span-12 .entry-header h2.entry-title,
#ct2 .entry-grid-content.hgrid-span-12 .entry-header h2.entry-title {
  color: #fff;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  border-bottom: dashed 1px #ccc;
}
#ct1 .entry-grid-content.hgrid-span-12 .entry-summary p,
#ct2 .entry-grid-content.hgrid-span-12 .entry-summary p {
  color: #fff;
}


.entry-grid-content.hgrid-span-12 {
  margin: 60px 0 0;
  padding: 20px;
  border: solid 1px #ddd;
}
.entry-grid-content.hgrid-span-12 .entry-content-featured-img.entry-grid-featured-img {
  margin-bottom: 20px;
}
.entry-grid-content.hgrid-span-12 .entry-header h2.entry-title {
  color: #333;
}
.entry-grid-content.hgrid-span-12 .entry-content h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  color: #394BBC!important;
  border-left: double 4px #394BBC;
}
.entry-grid-content .entry-title a {
  color: inherit;
}

/*** Mixed entry ***/
#content .hgrid-mixed {
  padding-top: 0;
}
.mixedunit-big .entry-grid-content h2.entry-title {}
.hgrid-mixed-block2.mixedunit-big,
.hgrid-mixed-block3.mixedunit-big {
  padding-left: 15px;
  padding-right: 15px;
}
.mixedunit-block2:nth-child(2n) {
  clear: both;
}
.mixedunit-block3:nth-child(3n+2) {
  clear: both;
}

#ct2.mixedunit-big {
  margin-top: 60px!important;
}
.mixedunit-big {}

.mixedunit-block2 {
  margin-top: 40px;
}
.mixedunit-block2 img {
  margin-bottom: 0;
}
#info {
  background: #fffef7!important;
  border: dotted 4px #ffec00;
}
#info img {
  margin-bottom: 20px;
}
#info h3 {
  color: #7d7400;
}

/************* Read More *************/
.more-link {
  display: block;
  margin-top: 1.66666667em;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.333333em;
  font-weight: bold;
  border-top: solid 1px;
  position: relative;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  -moz-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  -o-transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
  transition: color 0.3s ease-in, background-color 0.3s linear, border-color 0.3s linear;
}
.more-link,
.more-link a {
  color: #333;
}
.more-link a {
  display: inline-block;
  padding: 3px 0;
}
.more-link:hover,
.more-link:hover a {
  color: #333;
}
a.more-link {
  border: none;
  margin-top: inherit;
  text-align: inherit;
}
.entry-grid .more-link {
  margin-top: 10px;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  border-top: none;
  letter-spacing: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.entry-grid .more-link a {
  display: block;
  width: 100%;
}
.entry-grid .more-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-grid .more-link:after {
  /*content: "\00a0";
  display: inline-block;
  vertical-align: top;
  font: 0/0 a;
  border-bottom: solid 2px;
  width: 90px;
  opacity: 0.7;
  filter: alpha(opacity=70);*/
}
/************* Navigation *************/
.pagination.loop-pagination {
  margin: 1em 0;
}
.page-numbers {
  border: solid 1px;
  padding: 2px 5px;
  margin: 2px;
}
/**
 * Frontpage
 * ========================================================
 */
.home #main.main {}
.frontpage-area.module-bg-highlight {
  background: rgba(0, 0, 0, 0.04);
}
.frontpage-area.module-bg-image.bg-scroll {
  background-size: cover;
}
#fp-header-image img {
  width: 100%;
}
/************* Modules - Margins *************/
.frontpage-area {
  margin: 45px 0;
}
.frontpage-area.module-bg-highlight,
.frontpage-area.module-bg-color,
.frontpage-area.module-bg-image {
  margin: 0;
  padding: 45px 0;
}
.frontpage-area-stretch.frontpage-area {
  margin: 0;
}
.frontpage-area-stretch > .hgrid {
  max-width: none;
  padding: 0;
}
.frontpage-area-stretch > .hgrid [class*="hgrid-span-"]:first-child,
.frontpage-area-stretch > .hgrid [class*="hcolumn-"]:first-child {
  padding-left: 0;
}
.frontpage-area-stretch > .hgrid [class*="hgrid-span-"]:last-child,
.frontpage-area-stretch > .hgrid [class*="hcolumn-"]:last-child {
  padding-right: 0;
}
/* sidemain Areas */
.frontpage-sidemainarea.frontpage-area-boxed:first-child .hootkitslider-sidemain {
  margin: -15px 0 0;
}
.frontpage-area > div.hgrid > div > .sidemain:first-child {
  margin-top: 0;
}
.frontpage-area > div.hgrid > div > .sidemain:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 969px) {
  .frontpage-sidemainarea > div.hgrid > [class*="hgrid-span-"] {
    margin-bottom: 45px;
  }
  .frontpage-sidemainarea > div.hgrid > [class*="hgrid-span-"]:last-child {
    margin-bottom: 0;
  }
}
/* Page Content - Static/Blog */
/************* Frontpage - sidemain Areas *************/
/************* Frontpage - Page Content *************/
.frontpage-pagecontent .main-content-grid {
  margin-top: 0;
}
.frontpage-area .entry-content {
  border-bottom: none;
}
.frontpage-area .entry-the-content {
  margin: 0;
}
.frontpage-area .entry-the-content p:last-child {
  margin-bottom: 0;
}
.frontpage-area .entry-footer {
  display: none;
}
/************* Frontpage - Blog *************/
.hoot-blogposts-title {
  margin: 0 auto 1.66666667em;
  padding-bottom: 8px;
  width: 75%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
  text-align: center;
}
/*** Responsive Frontpage ***/
@media only screen and (min-width: 970px) {
  .main-content-grid {
    margin-top: 50px!important;
  }
}
@media only screen and (max-width: 969px) {
  .hoot-blogposts-title {
    width: 100%;
  }
}
/**
 * Sidebars and sidemains
 * ========================================================
 */
/************* Sidebars & Layouts *************/
/************* Sidebars *************/
.sidebar {
  line-height: 1.73333333em;
}
.sidebar .sidemain {
  margin-top: 0;
}
.sidebar .sidemain:last-child {
  margin-bottom: 0;
}
.sidebar .sidemain-title {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s linear;
  -moz-transition: color 0.3s ease-in, background-color 0.3s linear;
  -o-transition: color 0.3s ease-in, background-color 0.3s linear;
  transition: color 0.3s ease-in, background-color 0.3s linear;
}
@media only screen and (max-width: 969px) {
  .sidebar {
    margin-top: 45px;
  }
}
/************* sidemains *************/
.sidemain {
  margin: 45px 0;
  position: relative;
}
.sidemain-title {
  position: relative;
  margin-top: 0;
}
/************* WordPress sidemains *************/
/* Text */
.textsidemain p:last-child {
  margin-bottom: 0.66666667em;
}
/* Image */
.sidemain_media_image {
  text-align: center;
}
/************* Parallax *************/
#page-wrapper .parallax-mirror {
  z-index: inherit !important;
}
/************* Sticky Sidebar *************/
/************* Contact Form 7 *************/
.hoot-cf7-style .wpcf7-form {
  text-transform: uppercase;
  margin: 0.66666667em 5% 0.66666667em 0;
}
.hoot-cf7-style .wpcf7-form .wpcf7-list-item-label,
.hoot-cf7-style .wpcf7-form .wpcf7-quiz-label {
  text-transform: none;
  font-weight: normal;
}
.hoot-cf7-style .wpcf7-form .required:before {
  margin-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: "\f069";
  display: inline-block;
  font: normal normal 900 0.666666em/2.5em 'Font Awesome 5 Free';
  vertical-align: top;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hoot-cf7-style .wpcf7-form .one-fourth {
  width: 20%;
  float: left;
}
.hoot-cf7-style .wpcf7-form .one-fourth:nth-of-type(4n+1) {
  clear: both;
}
.hoot-cf7-style .wpcf7-form .one-third {
  width: 28%;
  float: left;
}
.hoot-cf7-style .wpcf7-form .one-third:nth-of-type(3n+1) {
  clear: both;
}
.hoot-cf7-style .wpcf7-form .one-half {
  width: 45%;
  float: left;
}
.hoot-cf7-style .wpcf7-form .one-half:nth-of-type(2n+1) {
  clear: both;
}
.hoot-cf7-style .wpcf7-form .full {
  width: 94%;
  float: none;
  clear: both;
}
.hoot-cf7-style .wpcf7-form .one-fourth input,
.hoot-cf7-style .wpcf7-form .one-third input,
.hoot-cf7-style .wpcf7-form .one-half input,
.hoot-cf7-style .wpcf7-form .full input,
.hoot-cf7-style .wpcf7-form .one-fourth textarea,
.hoot-cf7-style .wpcf7-form .one-third textarea,
.hoot-cf7-style .wpcf7-form .one-half textarea,
.hoot-cf7-style .wpcf7-form .full textarea,
.hoot-cf7-style .wpcf7-form .one-fourth select,
.hoot-cf7-style .wpcf7-form .one-third select,
.hoot-cf7-style .wpcf7-form .one-half select,
.hoot-cf7-style .wpcf7-form .full select {
  width: 100%;
}
.hoot-cf7-style .wpcf7-form .one-fourth input[type="checkbox"],
.hoot-cf7-style .wpcf7-form .one-third input[type="checkbox"],
.hoot-cf7-style .wpcf7-form .one-half input[type="checkbox"],
.hoot-cf7-style .wpcf7-form .full input[type="checkbox"],
.hoot-cf7-style .wpcf7-form .one-fourth input[type="radio"],
.hoot-cf7-style .wpcf7-form .one-third input[type="radio"],
.hoot-cf7-style .wpcf7-form .one-half input[type="radio"],
.hoot-cf7-style .wpcf7-form .full input[type="radio"] {
  width: auto;
}
.hoot-cf7-style .wpcf7-form .submit {
  clear: both;
  float: none;
  width: 100%;
}
.hoot-cf7-style .wpcf7-form .submit:after {
  content: "";
  display: table;
  clear: both;
}
.hoot-cf7-style .wpcf7-form .submit:after {
  content: "";
  display: table;
  clear: both;
}
.hoot-cf7-style .wpcf7-form .submit input {
  width: auto;
}
.hoot-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.hoot-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.hoot-cf7-style div.wpcf7-validation-errors,
.hoot-cf7-style div.wpcf7-mail-sent-ng,
.hoot-cf7-style div.wpcf7-mail-sent-ok {
  margin: -0.66666667em 0 1em;
  border: 0;
}
.hoot-cf7-style div.wpcf7-validation-errors {
  background: #fae9bf;
  color: #807000;
}
.hoot-cf7-style div.wpcf7-mail-sent-ng {
  background: #faece8;
  color: #af2c20;
}
.hoot-cf7-style div.wpcf7-mail-sent-ok {
  background: #eefae8;
  color: #769754;
}
/*** Responsive Contact Form 7 ***/
@media only screen and (max-width: 969px) {
  .hoot-cf7-style .wpcf7-form p,
  .hoot-cf7-style .wpcf7-form p.full {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/************* MapPress Google Maps *************/
.hoot-mapp-style {
  /* Use default styles in mappress.css for rest */
}
.hoot-mapp-style .mapp-layout {
  border: none;
  max-width: 100%;
  margin: 0;
}
.hoot-mapp-style .mapp-map-links {
  border: none;
}
.hoot-mapp-style .mapp-links a:first-child:after {
  content: " /";
}
.flex-viewport figure {
  max-width: none;
}
.hoot-jetpack-style .sd-content ul li {
  display: inline-block;
}
.hoot-jetpack-style .sd-content ul li iframe {
  margin: 0;
}
.so-panel.sidemain {
  margin-top: 0;
}
/************* Footer *************/
.footer {
  border-top: solid 4px rgba(0, 0, 0, 0.14);
  padding: 10px 0 5px;
  line-height: 1.73333333em;
}
.footer a:not(input):not(.button) {
  color: inherit;
}
.footer a:hover:not(input):not(.button) {
  text-decoration: underline;
}
.footer p {
  margin: 1em 0;
}
.footer .footer-column {
  min-height: 1em;
}
.footer .hgrid-span-12.footer-column {
  text-align: center;
}
.footer .nosidemain {
  display: none;
}
.footer .sidemain {
  margin: 30px 0;
}
.sub-footer .sidemain-title,
.footer .sidemain-title {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 7px;
  background: #333;
  color: #ffffff;
  border: solid 1px #333;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s linear;
  -moz-transition: color 0.3s ease-in, background-color 0.3s linear;
  -o-transition: color 0.3s ease-in, background-color 0.3s linear;
  transition: color 0.3s ease-in, background-color 0.3s linear;
}
.sub-footer .sidemain:hover .sidemain-title,
.footer .sidemain:hover .sidemain-title {
  background: #ffffff;
  color: #333;
}
/************* Post Footer *************/
.post-footer {
  border-top: solid 1px #eee;
  text-align: center;
  padding: 10px 0;
}
.post-footer p {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.post-footer a {
  color: #504576;
  font-weight: bold;
}
.post-footer a:hover{
  text-decoration: underline;
}
/*** Responsive Sidebar and sidemains ***/
@media only screen and (max-width: 969px) {
  .footer-column + .footer-column .sidemain:first-child {
    margin-top: 0;
  }
}

a {
  color: #333;
} 
a:hover {
  color: #504576;
} 
.accent-typo {
  background: #333;
  color: #ffffff;
} 
.invert-typo {
  color: #ffffff;
} 
.enforce-typo {
  background: #ffffff;
} 
body.wordpress input[type="submit"], body.wordpress #submit, body.wordpress .button {
  border-color: #333;
  background: #333;
  color: #ffffff;
} 
body.wordpress input[type="submit"]:hover, body.wordpress #submit:hover, body.wordpress .button:hover, body.wordpress input[type="submit"]:focus, body.wordpress #submit:focus, body.wordpress .button:focus {
  color: #333;
  background: #ffffff;
} 
h1, h2, h3, h4, h5, h6, .title, .titlefont {} 
#main.main,.below-header {
  background: #ffffff;
} 
#topbar {
  background: #333;
  color: #ffffff;
} 
#topbar.js-search .searchform.expand .searchtext {
  background: #333;
} 
#topbar.js-search .searchform.expand .searchtext,#topbar .js-search-placeholder {
  color: #ffffff;
} 
#site-logo.logo-border {
  border-color: #333;
} 
.header-aside-search.js-search .searchform i.fa-search {
  color: #333;
} 
#site-title {text-transform: uppercase;
} 
.site-logo-with-icon #site-title i {
  font-size: 50px;
} 
.site-logo-mixed-image img {
  max-width: 200px;
} 
.site-title-line em {
  color: #333;
} 
.site-title-heading-font {} 
.entry-grid .more-link {
  border: solid 1px #ddd;
} 
.menu-items ul {
  background: #ffffff;
} 
.menu-items li.current-menu-item, .menu-items li.current-menu-ancestor, .menu-items li:hover {} 
.menu-items li.current-menu-item > a, .menu-items li.current-menu-ancestor > a, .menu-items li:hover > a {
  color: #a72138;
  font-weight: bold;
  transition: 0.4s;
} 
.more-link, .more-link a {
  color: #333;
  font-size: 12px;
} 
.more-link:hover, .more-link:hover a {
  color: #504576;
} 
.sub-footer .sidemain-title, .footer .sidemain-title {
  background: #282c68;
  color: #fff;
  border: solid 1px #282c68;
  box-shadow: 0 5px 0 #050067;
}
.sidebar .sidemain .sidemain-title a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
} 
.sub-footer .sidemain-title:hover, .footer .sidemain-title:hover,  .sidebar .sidemain-title:hover a {
  background: #ffffff;
  color: #333;
} 
.sidebar .sidemain-title:active, .sub-footer .sidemain-title:active, .footer .sidemain-title:active {
  background: #ffffff;
  color: #333;
} 
.sidebar .sidemain .sidemain-title a:hover,.sub-footer .sidemain .sidemain-title a:hover , .footer .sidemain .sidemain-title a:hover {
  color: #333;
}
.main-content-grid,.sidemain,.frontpage-area {
  margin-top: 45px;
} 
.sidemain,.frontpage-area {
  margin-bottom: 45px;
} 
.frontpage-area.module-bg-highlight, .frontpage-area.module-bg-color, .frontpage-area.module-bg-image {
  padding: 45px 0;
} 
.footer .sidemain {
  margin: 30px 0;
} 
.js-search .searchform.expand .searchtext {
  background: #ffffff;
} 
#infinite-handle span,.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit],.sidemain_breadcrumb_navxt .breadcrumbs > .hoot-bcn-pretext {
  background: #333;
  color: #ffffff;
} 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-color: #333;
  background: #333;
  color: #ffffff;
} 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #ffffff;
  color: #333;
} 
.sidemain_breadcrumb_navxt .breadcrumbs > .hoot-bcn-pretext:after {
  border-left-color: #333;
} 
@media only screen and (max-width: 969px){
.mobilemenu-fixed .menu-toggle, .mobilemenu-fixed .menu-items {
  background: #ffffff;
} 
.sidebar {
  margin-top: 45px;
} 
.frontpage-sidemainarea > div.hgrid > [class*="hgrid-span-"] {
  margin-bottom: 45px;
}
}

/*.aspect {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 20px;
  width: 1316px!important;
  top: 570px;
  left: 286px!important;
  right: 0;
  border: solid 1px #fff;
}*/
.aspect {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 470px auto 0;
    padding: 20px;
    width: 1307px!important;
    top: 0;
    left: 30px;
    right: 0;
    border: solid 1px #a72138;
}
.aspect p {
  padding: 0;
  margin: 0;
  color: #333;
}
@media (max-width: 478px) {
  .hgrid-mixed-block2.mixedunit-big, .hgrid-mixed-block3.mixedunit-big {
     padding-left: 0; 
     padding-right: 0; 
  }
  .hgrid-span-8 {
    width: 100%!important;
  }
  [class*="hgrid-span-"], [class*="hcolumn-"] {
    padding: 0
  }
  .frontpage-area {
    margin-top: 270px;
  }
}
@media only screen and (max-width: 1890px) {
  /*.aspect {
    position: relative;
    width: 1330px!important;
    height: auto;
    top: -140px;
    left: 90px!important;
    right: 0;
  }*/
  .aspect {
    position: relative;
    width: 80%!important;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px auto 0;
  }
}
@media (max-width: 1920px) {}

.posts-listunit {
  background: none;
}
.posts-listunit-line {
  border-top: dashed 1px #ddd;
  padding-bottom: 20px;
    margin-top: -10px;
}
.posts-list-style2 .posts-listunit-small .posts-listunit-title {
    font-size: 16px;
    font-weight: normal;
}
.posts-list-columns {}