@charset "UTF-8";

/** 修正微軟正黑體部分字體粗體有空格的問題 **/
@font-face {
  font-family: "Microsoft JhengHei Fixed";
  unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
  font-family: "Microsoft JhengHei Fixed";
  unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local(Microsoft JhengHei), local(微軟正黑體);
}

/*
@media (min-width: 360px) {}
@media (min-width: 375px) {}
@media (min-width: 414px) {}
@media (min-width: 480px) {}
@media (min-width: 576px) {}
@media (min-width: 640px) {}
@media (min-width: 667px) {}
@media (min-width: 736px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (min-width: 1600px) {}
@media (min-width: 1840px) {}
*/

/**
 * ============================
 * Variables
 * ============================
 */
:root {
  --mobile-header-height: 80px;
  --mobile-nav-width: 80%;
  --mobile-nav-min-width: 140px;
  --mobile-nav-max-width: 440px;
  --limiter-gutter-x: 24px;
  --limiter-gutter-y: 24px;
  --header-height: 100px;
  --error-color: #f44336;
}

/**
 * ============================
 * Base
 * ============================
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font: 100% / normal "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "Microsoft JhengHei Fixed", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #212121;
  background: #bdbdbd;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "Microsoft JhengHei Fixed", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
h1 {
  line-height: 1.3;
  font-size: 2.25rem;
}
h2 {
  line-height: 1.4;
  font-size: 1.75rem;
}
h3 {
  line-height: 1.5;
  font-size: 1.5rem;
}
h4 {
  line-height: 1.5;
  font-size: 1.375rem;
}
h5 {
  line-height: 1.6;
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
p, ul, ol, dl, pre, table, fieldset { margin: 0 0 1.7em 0; }
p {
  line-height: 1.7;
  font-family: "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
p:empty { margin: 0; }
a {
  text-decoration: none;
  /* word-break: break-all; */
  color: #757575;
  transition: all .3s;
}
a:hover,
a:focus {
  color: #424242;
  text-decoration: none;
}
a:active,
a.active,
a.active-trail,
.active-trail a { color: #212121; }
img {
  max-width: 100%;
  height: auto;
}
a img,
div > img,
span > img {
  vertical-align: middle;
}
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}
li {
  margin-left: 30px;
}
.messages ul li,
.views-admin-links li {
  margin-left: 0;
}
li a.active {
  color: #444;
}
ol li {
  list-style-type: decimal;
}
i, cite, em, var, address, dfn {
  font-weight: bold;
  font-style: normal;
}
table, thead, tbody, th, td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
th,
td {
  padding: .5em 1em;  
}
th {
  font-weight: bold;
}
iframe {
  max-width: 100%;
  border: 0;
}
p > iframe,
div > iframe {
  vertical-align: middle;
}
fieldset {
  border: 1px solid #ddd;
  border-top: 3px solid #2196F3;
  padding: 12px;
  margin: 20px 0;
}
fieldset legend {
  padding: 0 6px;
  margin: 0;
  margin-left: -3px;
  font-size: 1.25rem;
  background: none;
}
fieldset legend a:hover,
.region-content fieldset legend a:hover {
  text-decoration: none;
}
input, textarea, select, button {
  padding: 10px 15px;
  line-height: 1;
  font-family: "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "Microsoft JhengHei Fixed", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: .8125rem;
  color: #212121;
  border: 1px solid #424242;
  background: #fff;
  transition: all .3s;
}
input[type="file"] {
  border: 0;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  background: #616161;
}
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  cursor: pointer;
  background: #424242;
}
button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active {
  background: #212121;
}
textarea {
  line-height: 1.7;
}
button {
  transition: all .3s;
}
button:hover {
  cursor: pointer;
}
:last-child {
  margin-bottom: 0;
}

/** Base: 992 **/
@media (min-width: 992px) {
  a { word-spacing: normal; }
}


/**
 * ============================
 * Layout
 * ============================
 */

.page {
  padding-top: var(--mobile-header-height);
  background: #fff;
}
.limiter {
  position: relative;
  margin: 0 auto;
  padding: 0 calc(var(--limiter-gutter-x) * .5);
  width: 100%;
}
.limiter:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  display: none;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.nav-replacement .navigation {
  display: none;
}
.not-front .main-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer {
  color: #fff;
  background: #bdbdbd;
}
.footer-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer a {
  color: #eee;
}
.footer a:hover {
  color: #f5f5f5;
}

/** Layout: 576 **/
@media screen and (min-width: 576px) {
  .limiter {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/** Layout: 768 **/
@media screen and (min-width: 768px) {
  .limiter {
    padding-left: 0;
    padding-right: 0;
    max-width: 720px;
  }
}

/** Layout: 992 **/
@media screen and (min-width: 992px) {
  .limiter {
    max-width: 960px;
  }
}

/** Layout: 1200 **/
@media screen and (min-width: 1200px) {
  .page {
    padding-top: 0;
  }
  .limiter {
    max-width: 1200px;
  }
  .header {
    display: block;
  }
  .nav-replacement .navigation {
    display: block;
  }
  .main-inner {
    min-height: 50vh;
  }
  .main-content {
    display: flex;
    justify-content: space-between;
  }
  .no-sidebars .main-inner {
    margin: 0 auto;
  }
  .main-content > .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .one-sidebar .main-content > .content {
    flex: 0 0 880px;
    width: 880px;
  }
  .two-sidebar .main-content > .content {
    flex: 0 0 600px;
    width: 600px;
  }
  .main-content > .sidebar {
    flex: 0 0 280px;
    width: 280px;
  }
  .main-content > .sidebar-first {
    order: -1;
  }
}

/**
 * ============================
 * Modules
 * ============================
 */

/** Container **/
/* region & inner */
.region,
.inner,
.view-inner {
  position: relative;
}

/** Full Screen **/
/* Full Screen: Width  */
.fsw,
.fsw-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.fsw-container .pane-title,
.fsw-container .pane-content,
.fsw-container > .inner,
.fsw-container > .block-inner,
.fsw-container > .section-inner,
.fsw-container > .view-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc(var(--limiter-gutter-x) * .5);
  width: 100%;
}
.fsw-container .pane-content:after {
  content: "";
  display: block;
  clear: both;
}
img.fsw {
  display: block;
  max-width: 100vw;
}
.fsw-xs-unset {
  width: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: 0;
}
.fsw-xs-unset .pane-title,
.fsw-xs-unset .pane-content,
.fsw-xs-unset > .inner,
.fsw-xs-unset > .block-inner,
.fsw-xs-unset > .section-inner,
.fsw-xs-unset > .view-inner {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  width: auto;
}

/** Fonts **/
.serif {
  font-family: kozuka-mincho-pr6n, "Microsoft PMingLiU", serif;
}
.sans-serif {
  font-family: "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

/** Links **/
/* = more link */
a.more-link {
  display: inline-flex;
  padding: 8px 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: .8125rem;
  color: #3F51B5;
  border: 1px solid #2E3192;
  background: #fff;
}
a.more-link:hover {
  color: #fff;
  border: 1px solid #2E3192;
  background: #3F51B5;
}

/* =wrap link */
a.wrap-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
a.wrap-link:hover { text-decoration: none; }

/* no link */
.nolink {
  transition: .3s all;
}

/** Button **/
.btn,
a.btn {
  display: inline-flex;
  position: relative;
  padding: .5em 1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: #616161;
}
.btn:hover,
a.btn:hover {
  text-decoration: none;
  background: #424242;
}
.btn:active,
a.btn:active {
  background: #212121;
}
.big-btn,
a.big-btn {
  padding: 0;
  width: 170px;
  height: 40px;
  line-height: 40px;
}
.primary-btn,
a.primary-btn {
  background: #2196F3;
}
.primary-btn:hover,
a.primary-btn:hover {
  background: #1E88E5;
}
.primary-btn:active,
a.primary-btn:active {
  background: #1976D2;
}

/** Icon **/
/* close icon */
.icon-close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.icon-close:hover::before, .icon-close:hover::after {
  background: #9e9e9e;
}
.icon-close::before, .icon-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.icon-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-close.ic-big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.icon-close.ic-hairline::before, .icon-close.ic-hairline::after {
  height: 1px;
}
.icon-close.ic-thick::before, .icon-close.ic-thick::after {
  height: 4px;
  margin-top: -2px;
}
.icon-close.ic-black::before, .icon-close.ic-black::after {
  height: 8px;
  margin-top: -4px;
}
.icon-close.ic-heavy::before, .icon-close.ic-heavy::after {
  height: 12px;
  margin-top: -6px;
}
.icon-close.ic-pointy::before, .icon-close.ic-pointy::after {
  width: 200%;
  left: -50%;
}
.icon-close.ic-rounded::before, .icon-close.ic-rounded::after {
  /* border-radius: 5px; */
}
.icon-close.ic-blades::before, .icon-close.ic-blades::after {
  border-radius: 5px 0;
}
.icon-close.ic-warp::before, .icon-close.ic-warp::after {
  border-radius: 120% 0;
}
.icon-close.ic-fat::before, .icon-close.ic-fat::after {
  border-radius: 100%;
}

/* Icon Font */
.icon-font,
a.icon-font {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0;
  color: #212121;
}
.icon-font:before,
a.icon-font:before {
  display: block;
  height: 100%;
  text-decoration: inherit;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}
a.icon-font:hover,
a.icon-font:active {
  text-decoration: none;
}
.zmdi-icon {
  font-family: "Material-Design-Iconic-Font";
}
.fa-icon {
  font-family: "Font Awesome\ 5 Free", FontAwesome5Free;
  font-weight: 900;
}
.fa-brand-icon {
  font-family: "Font Awesome\ 5 Brands", FontAwesome5Brands;
}
.with-icon-before,
.with-icon-after {
  display: flex;
  align-items: center;
}
.with-icon-before:before {
  display: block;
  margin-right: 6px;
  line-height: 1;
}
.with-icon-after:after {
  display: block;
  margin-left: 6px;
  line-height: 1;
}
.with-icon-before:after,
.with-icon-after:before {
  display: none;
}
.with-fa-icon:before,
.with-fa-icon:after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.with-fa-brand-icon:before,
.with-fa-brand-icon:after {
  font-family: "Font Awesome\ 5 Brands";
  font-weight: 900;
}
.fa-icon-facebook:before,
.fa-icon-facebook.with-icon-after:after {
  content: "\f39e";
}
.fa-icon-youtube:before,
.fa-icon-youtube.with-icon-after:after {
  content: "\f167";
}
.fa-icon-email:before,
.fa-icon-email.with-icon-after:after {
  content: "\f0e0";
}
.fa-icon-instagram:before,
.fa-icon-instagram.with-icon-after:after {
  content: "\f16d";
}
.fa-icon-twitter:before,
.fa-icon-twitter.with-icon-after:after {
  content: "\f099";
}
.fa-icon-line:before,
.fa-icon-line.with-icon-after:after {
  content: "\f3c0";
}
.fa-icon-medium:before,
.fa-icon-medium.with-icon-after:after {
  content: "\f23a";
}
.fa-icon-medium-m:before,
.fa-icon-medium-m.with-icon-after:after {
  content: "\f3c7";
}
.fa-icon-rss:before,
.fa-icon-rss.with-icon-after:after {
  content: "\f09e";
}
.fa-icon-play-circle:before,
.fa-icon-play-circle.with-icon-after:after {
  content: "\f144";
}
.fa-icon-video:before,
.fa-icon-video.with-icon-after:after {
  content: "\f03d";
}

/** RWD **/
/* RWD: Table */
.rwd-table {
  position: relative;
}
.rwd-table.is-scrollable::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 1;
  width: 20px;
  height: 100%;
  background: linear-gradient(to left,rgba(0,0,0,.3) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,0) 100%);
  transition: opacity .3s;
  pointer-events: none;
}
.rwd-table.is-scrollable.is-scroll-end::before {
  opacity: 0;
}
.rwd-table .table-container {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rwd-table .table-container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.rwd-table .table-container::-webkit-scrollbar:vertical {
  width: 12px;
}
.rwd-table .table-container::-webkit-scrollbar:horizontal {
  height: 12px;
}
.rwd-table .table-container::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
}
.rwd-table .table-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.rwd-table table,
.node .rwd-table table {
  margin-bottom: 5px;
  max-width: none;
}
.node .rwd-table {
  margin-bottom: 1.7em;
}

@supports (-webkit-touch-callout: none) {
  /* Because iOS can't customize the style of scrollbar, set 'webkit-appearance' to the initial value. */
  .rwd-table .table-container::-webkit-scrollbar {
    -webkit-appearance: auto;
  }
}

/* RWD Media */
.rwd-media[data-ratio="16:9"] {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  width: auto !important;
  height: 0;
  overflow: hidden;
}
.rwd-media[data-ratio] iframe,
.rwd-media[data-ratio] object,
.rwd-media[data-ratio] video,
.rwd-media[data-ratio] embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Image Replace **/
.img-btn,
.img-link,
.img-replace {
  display: inline-flex;
  padding: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: .3s all;
}
a.img-btn:hover, 
a.img-link:hover, 
a.img-replace:hover { 
  text-decoration: none;
}

/** Messages **/
div.messages {
  position: relative;
  margin: .75rem 0;
  padding: 12px 12px 12px 55px;
  border: none;
  background-image: none;
}
div.messages::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 7px 0 0 15px;
  font-family: "Material-Design-Iconic-Font";
  font-size: 30px;
}
div.messages a {
  color: #fff;
  text-decoration: underline;
}
div.messages ul {
  margin: .5em 0 .5em 1.25em;
  font-size: .9375rem;
}
div.messages > *:last-child {
  margin-bottom: 0;
}

/* messages: status */
div.messages.status,
table tr.ok {
  background-color: #E3F2FD;
  color: #1976D2;
}
.messages.status::before {
  content: "\f1f7";
  color: #1976D2;
}
div.messages.status a {
  color: #2196F3;
}
div.messages.status a:active {
  color: #1976D2;
}

/* messages: warning */
div.messages.warning {
  color: #6E4100;
}
div.messages.warning,
table tr.warning {
  background-color: #fdf3e5;
}
.messages.warning::before {
  content: "\f1f4";
  color: #BC7306;
}
div.messages.warning a {
  color: #B86C00;
}
div.messages.warning a:hover,
div.messages.warning a:active {
  color: #6E4100;
}

/* messages: error */
div.messages.error,
div.crm-error {
  color: #8D1100;
}
div.messages.error:before,
div.crm-error:before {
  content: "\f135";
  color: #c54736;
}
div.messages.error,
table tr.error,
div.crm-error {
  background-color: #f9eae8;
}
div.messages.error p.error,
div.crm-error p.error {
  color: #c54736;
}
div.messages.error a,
div.crm-error a {
  color: #C4311C;
}
div.messages.error a:hover,
div.crm-error a:hover,
div.messages.error a:active,
div.crm-error a:active {
  color: #8D1100;
}

/* messages: devel */
.messages .krumo-root {
  color: #333;
  background-color: #333;
}
.messages .krumo-root ul {
  font-size: .875rem;
}
.messages .krumo-root a {
  color: #000;
}

/* messages: help */
#block-system-help .content {
  position: relative;
  margin: 0 0 8px 0;
  padding: 12px 12px 12px 55px;
  color: #fff;
  background-color: #4b6572;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.5;
}
#block-system-help .content::before {
  content: "\f1f5";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0 15px;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 30px;
}
#block-system-help .content a {
  color: #fff;
  text-decoration: underline;
}
#block-system-help .content p {
  margin-bottom: 1rem;
}
#block-system-help .content p:last-child {
  margin-bottom: 0;
}

/** Tabs **/
.ul.tabs li:not(:last-child) {
  margin-right: 1em;
}

/** Form **/
.form-elem {
  position: relative;
}
.form-item,
.crm-container div.form-item,
.form-wrapper {
  position: relative;
  margin: 1.25rem 0;
  padding: 0;
}
.crm-container div.form-item + .crm-section[class*="helprow"] {
  margin-top: -1.25rem;
}
.form-item:first-of-type {
  margin-top: 0;
}
.form-item:last-of-type {
  margin-bottom: 0;
}
.form-item .form-item,
.crm-container div.form-item .form-item {
  margin: .5em 0;
}
.container-inline-date .form-item .form-item:not(:last-child) {
  margin-right: 10px;
}
.form-item > label,
.views-exposed-form label {
  margin-bottom: .25em;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  display: block;
  padding: 10px 20px;
  width: 100%;
  outline: 0;
  font-size: 1rem;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  transition: all .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.form-text,
select.form-select {
  height: calc(1rem + 20px + 2px); /* font-size * line-height + padding + border */
}
select.form-select[multiple] {
  height: calc((1rem + 20px + 2px) * 5);
}
input.form-text:hover,
textarea.form-textarea:hover,
select.form-select:hover {
  border-color: #64B5F6;
}
input.form-text:focus,
textarea.form-textarea:focus,
select.form-select:focus {
  border-color: #42A5F5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: var(--error-color);
}
.form-select-item {
  position: relative;
}
.form-select-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 2px 10px 0 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  pointer-events: none;
}
.form-select-item select.form-select,
.select2-container--default .select2-selection--multiple {
  padding: 10px 50px 10px 20px;
}
.select2-container {
  width: 100% !important;
}
.select2-container li {
  margin: 0;
}
.select2-container > .selection {
  display: block;
  width: 100%;
}
.select2-container--default .select2-selection--multiple {
  min-height: calc(1rem + 20px + 2px); /* font-size * line-height + padding + border */
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  width: 100% !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  vertical-align: middle; 
}
.select2-container .select2-results__option {
  padding: 10px 20px;
}
.form-elem-radio .form-elem-label,
.form-elem-checkbox .form-elem-label {
  margin-left: .5em;
}
.form-item .form-elem-radio,
.form-item .form-elem-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
}
.form-item .form-elem-radio .form-radio,
.form-item .form-elem-checkbox .form-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.form-item .form-elem-radio .form-elem-label,
.form-item .form-elem-checkbox .form-elem-label {
  display: block;
  position: relative;
  padding-left: 10px;
  vertical-align: middle;
  color: #424242;
  cursor: pointer;
  user-select: none;
}
.form-item .form-elem-radio .form-elem-label::after,
.form-item .form-elem-checkbox .form-elem-label::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 2px;
  margin-left: -14px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: content-box;
  background-clip: padding-box;
}
.form-item .form-elem-radio .form-elem-label::before,
.form-item .form-elem-checkbox .form-elem-label::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 4px;
  top: 6px;
  left: 7px;
  z-index: 1;
  opacity: 0;
  margin-left: -18px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-sizing: content-box;
}
.form-item .form-elem-radio .form-elem-label:active::before
.form-item .form-elem-checkbox .form-elem-label:active::before {
  opacity: 0.3;
}
.form-item .form-elem-radio .form-radio:checked + .form-elem-label,
.form-item .form-elem-checkbox .form-checkbox:checked + .form-elem-label {
  color: #000;
}
.form-item .form-elem-radio .form-radio:checked + .form-elem-label::after,
.form-item .form-elem-checkbox .form-checkbox:checked + .form-elem-label::after {
  border: 2px solid #000;
}
.form-item .form-elem-radio .form-radio:checked + .form-elem-label::before,
.form-item .form-elem-checkbox .form-checkbox:checked + .form-elem-label::before {
  opacity: 1;
}
.form-item .form-elem-radio .form-radio:disabled,
.form-item .form-elem-checkbox .form-checkbox:disabled,
.form-item .form-elem-radio .form-radio[readonly],
.form-item .form-elem-checkbox .form-checkbox[readonly] {
  cursor: not-allowed;
}
.form-item .form-elem-radio .form-radio:disabled + .form-elem-label,
.form-item .form-elem-checkbox .form-checkbox:disabled + .form-elem-label,
.form-item .form-elem-radio .form-radio[readonly] + .form-elem-label,
.form-item .form-elem-checkbox .form-checkbox[readonly] + .form-elem-label {
  cursor: not-allowed;
  color: #9e9e9e;
}
.form-item .form-elem-radio .form-radio:disabled + .form-elem-label::after,
.form-item .form-elem-checkbox .form-checkbox:disabled + .form-elem-label::after,
.form-item .form-elem-radio .form-radio[readonly] + .form-elem-label::after,
.form-item .form-elem-checkbox .form-checkbox[readonly] + .form-elem-label::after {
  cursor: not-allowed;
  border: 2px solid #bdbdbd;
  background-color: #fff;
}
.form-item .form-elem-radio .form-radio:disabled + .form-elem-label::before,
.form-item .form-elem-checkbox .form-checkbox:disabled + .form-elem-label::before,
.form-item .form-elem-radio .form-radio[readonly] + .form-elem-label::before,
.form-item .form-elem-checkbox .form-checkbox[readonly] + .form-elem-label::before {
  display: none;
}
.form-item .form-elem-radio .form-radio:disabled:checked + .form-elem-label::before,
.form-item .form-elem-checkbox .form-checkbox:disabled:checked + .form-elem-label::before,
.form-item .form-elem-radio .form-radio[readonly]:checked + .form-elem-label::before,
.form-item .form-elem-checkbox .form-checkbox[readonly]:checked + .form-elem-label::before {
  display: block;
  opacity: .3;
}
.form-item .form-elem-radio .form-radio:disabled:checked + .form-elem-label::after,
.form-item .form-elem-checkbox .form-checkbox:disabled:checked + .form-elem-label::after,
.form-item .form-elem-radio .form-radio[readonly]:checked + .form-elem-label::after,
.form-item .form-elem-checkbox .form-checkbox[readonly]:checked + .form-elem-label::after {
  opacity: .5;
}
.form-item .form-elem-radio .form-elem-label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.form-item .form-elem-radio .form-elem-label::before {
  top: 6px;
  left: 8px;
  width: 10px;
  height: 10px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.form-item .description,
.views-exposed-widget .description {
  margin-top: .5em;
  line-height: 1.5;
  font-size: .875rem;
  color: #757575;
}
.resizable-textarea .grippie {
  display: none;
}
.fieldset-wrapper {
  position: relative;
}
.fieldset-wrapper .fieldset-description {
  padding: 10px 0;
  font-size: .8125rem;
  color: #757575;
}
input.form-submit,
button.form-submit,
a.button {
  margin-right: 1em;
}
input.form-submit,
button.form-submit {
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #616161;
}
input.form-submit:hover,
button.form-submit:hover {
  background: #424242;
}
input.form-submit:active,
button.form-submit:active {
  background: #212121;
}
#edit-submit {
  background: #2196F3;
}
#edit-submit:hover {
  background: #1E88E5;
}
#edit-submit:active {
  background: #1976D2;
}
#edit-preview {
  background: #FFC107;
}
#edit-preview:hover {
  background:#FFB300;
}
#edit-preview:active {
  background: #FFA000;
}
#edit-delete,
.form-submit[name*="entity-remove"] {
  color: #fff;
  background: var(--error-color);
}
#edit-delete:hover,
.form-submit[name*="entity-remove"]:hover {
  background: #E53935;
}
#edit-delete:active,
.form-submit[name*="entity-remove"]:active {
  background: #D32F2F;
}
.form-wrapper .form-submit:not(:last-child) {
  margin-bottom: .5em;
}
.form-actions {
  margin: 2em 0;
}
.form-actions > :last-child {
  margin-right: 0;
}
.form-actions input.form-submit,
.form-actions button.form-submit {
  padding: 10px 20px;
  font-size: 1rem;
}
.form-item-pass .form-item {
  margin: 1.5em 0;
}
.form-item-pass .password-strength,
.form-item-pass div.password-confirm {
  margin: 0;
  max-width: 50%;
}
.confirm-parent,
.password-parent {
  max-width: 100%;
}
div.form-item div.password-suggestions {
  max-width: 100%;
}

/** Menu & List **/
/* menu */
ul.menu {
  padding: 0;
}
ul.menu li,
ul.menu li.leaf {
  list-style: none;
}

/* horizontal menu & list */
.horizontal-menu-wapper ul.menu,
ul.horizontal-menu,
ul.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.horizontal-menu-wapper ul.menu > li,
ul.horizontal-menu > li,
ul.horizontal-list > li {
  margin: 0 .5em .5em 0;
}
.horizontal-menu-wapper ul.menu > li:last-child,
ul.horizontal-menu > li:last-child,
ul.horizontal-list > li:last-child {
  margin-right: 0;
}

/* dropdown menu */
ul.dropdown-menu li {
  position: relative;
}
ul.dropdown-menu ul li {
  display: block;
}
ul.dropdown-menu ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  width: 13em;
  opacity: 0;
  visibility: hidden;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
ul.dropdown-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
ul.dropdown-menu ul a {
  padding: 0 10px;
  width: 100%;
  display: block;
}

/* main menu (superfish) */
.sf-main-menu.menu > li {
  font-size: 1.125rem;
  letter-spacing: 2px;
}
.sf-main-menu.menu > li > a,
.sf-main-menu.menu > li > .nolink {
  font-weight: 500;
}
.sf-main-menu.menu > li:hover > ul, 
.sf-main-menu.menu > li.sfHover > ul {
  top: 1.5em;
}
.sf-main-menu.menu .menuparent li > a,
.sf-main-menu.menu .menuparent li > .nolink {
  font-size: .9375rem;
}

/** IEF **/
.ief-entity-table {
  width: 100%;
}
.ief-cardinality-count {
  text-align: left;
}
.ief-cardinality-count.ief-cardinality-count-after {
  margin-bottom:15px;
}

/** jQuery UI **/
.ui-datepicker .ui-datepicker-title select {
  padding: 5px 2px 5px 5px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color:#777620;
  border-color: #dad55e;
  background: #fffa90;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus {
  color: #fff;
  border-color: #2196F3;
  background: #2196F3;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  color: #fff;
  border-color: #555;
  background: #555;
}

/** jQuery Plugin: Magnific Popup **/
.mfp-wrap button,
button.mfp-close,
button.mfp-arrow {
  background: none;
}
.mfp-wrap img.mfp-img {
  padding-top: 0;
  margin-top: 40px;
  max-height: 90vh !important;
}
.mfp-wrap .mfp-content-inner {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  width: auto;
  max-width: 90vw;
}
.mfp-light-mode .mfp-content-inner {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.mfp-close-btn-in .mfp-close {
  opacity: .8;
  display: block;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  text-indent: 0;
  background: #fff;
  cursor: zoom-out;
  /* pointer-events: none; */
}
.mfp-close-btn-in .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-close-btn-in .mfp-close:hover {
  opacity: 1;
}
.mfp-bg.mfp-light-mode {
  background: #fff;
}
.mfp-light-mode .mfp-close {
  color: #2E3192;
}
.mfp-light-mode.mfp-close-btn-in .mfp-close:before,
.mfp-light-mode.mfp-close-btn-in .mfp-close:after {
  background: #2E3192;
}

/** jQuery Plugin: mCustomScrollbar **/
.mCSB_container[class*="no_scrollbar"] {
  margin-right: 0;
}
.mCSB_container[class*="no_scrollbar"] + .mCSB_scrollTools_vertical {
  display: none;
}

/** jQuery Plugin: OWL Carousel **/
.owl-carousel .owl-item {
  position: relative;
}

/** jQuery Plugin: Slick Carousel **/
.bg-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bg-carousel .slick-slide,
.bg-carousel .slick__slide {
  height: calc(100vh - var(--header-height));
  max-height: calc(100vh - var(--header-height));
}
.bg-carousel .slick-slide .slide__content,
.bg-carousel .slick__slide .slide__content {
  height: 100%;
}
.bg-carousel .slick-slide .entity-list-img,
.bg-carousel .slick__slide .entity-list-img,
.bg-carousel .slick-slide div[style*="background-image"],
.bg-carousel .slick__slide div[style*="background-image"] {
  height: 100%;
}
.bg-carousel .slick-slide div[style*="background-image"],
.bg-carousel .slick__slide div[style*="background-image"] {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-carousel .slick-dots {
  bottom: 0;
  margin-bottom: 10px;
}
.bg-carousel .entity-media {
  height: 100%;
}

/** Pager **/
.item-list .pager {
  margin: 2em 0;
}

/** List **/
/* item list */
.item-list ul li,
.item-list ul li.leaf {
  margin: 0 0 .25em 0;
  list-style: none;
}

/* entity list */
.entity-list {
  /*
  word-wrap: break-word;
  word-break: break-all;
  */
}
.entity-list .view-content:after {
  content: "";
  display: block;
  clear: both;
}
.entity-list .entity-row {
  position: relative;
}
/*
.entity-list .entity-row:after {
  content: "";
  display: block;
  clear: both;
}
*/
.entity-list .entity-row-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.entity-list .is-inline-label {
  display: flex;
  flex-wrap: wrap;
}
.entity-list .is-inline-label .entity-list-label + .entity-list-content {
  margin-left: .5em;
}
.entity-list .entity-list-title {
  font-size: 1.25rem;
}
.entity-list .entity-img {
  position: relative;
}
.entity-list .entity-img a {
  display: block;
}
.entity-list .entity-img img {
  vertical-align: middle;
}
.entity-list .entity-info {
  position: relative;
}
.entity-list .entity-body > p:last-child,
.entity-list .entity-desc > p:last-child {
  margin-bottom: 0;
}
.entity-attr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entity-attr > *:not(:last-child) {
  margin-right: 10px;
}
.entity-attr .item-list ul {
  margin: 0;
}
/*
.entity-list .slick .slick-arrow {
  font-size: 0;
  color: #999;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  background: transparent;
  border: 1px solid #cccccc;
  outline: none;
  padding: 0;
  opacity: 1;
  margin: 0;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.entity-list .slick .slick-arrow:hover {
  border-color: #879E5D;
  background-color: #879E5D;
}
.entity-list .slick .slick-arrow:after {
  font-size: 11px;
  font-family: "Font Awesome\ 5 Free";
  color: #bdbdbd;
}
.entity-list .slick .slick-arrow:hover:after {
  color: #fff;
}
.entity-list .slick .slick-prev:after { content: "\f104"; }
.entity-list .slick .slick-next:after { content: "\f105"; }
*/
.entity-list .section-sub-title {
  opacity: 1;
  transition: .3s all;
}
.entity-list.is-loading .section-sub-title {
  opacity: 0;
}
@keyframes loadingPlaceholderShimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
/*
.entity-list.is-loading .entity-list-img,
.entity-list.is-loading .entity-list-title,
.entity-list.is-loading .entity-list-date,
.entity-list.is-loading .entity-list-desc,
.entity-list.is-loading .entity-list-attr,
.entity-list.is-loading .entity-list-info,
.entity-list.is-loading .entity-list-body {
*/
.entity-list.is-loading .entity-row-inner > [class^="entity-list-"] {
  position: relative;
  transition: .3s all;
}
/*
.entity-list.is-loading .entity-list-img:before,
.entity-list.is-loading .entity-list-title:before,
.entity-list.is-loading .entity-list-date:before,
.entity-list.is-loading .entity-list-desc:before,
.entity-list.is-loading .entity-list-attr:before,
.entity-list.is-loading .entity-list-info:before,
.entity-list.is-loading .entity-list-body:before {
*/
.entity-list.is-loading .entity-row-inner > [class^="entity-list-"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loadingPlaceholderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
}
.entity-list .view-filters {
  margin-bottom: calc(30px - (var(--limiter-gutter-x) / 2));
}
.entity-list .view-filters .views-exposed-widgets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entity-list .view-filters .views-exposed-widgets::after {
  display: none;
}
.entity-list .view-filters .views-exposed-widget {
  float: none;
  margin: 0 var(--limiter-gutter-x) calc(var(--limiter-gutter-x) / 2) 0;
  padding: 0;
}
.entity-list .view-filters .views-exposed-widget:last-child {
  margin-right: 0;
}
.entity-list .view-filters .views-exposed-widget .form-submit {
  margin: 0;
}


/* Grid List */
.grid-list {
  position: relative;
}
.grid-list[class*="-col-"].fsw > .view-inner {
  padding-left: calc(var(--limiter-gutter-x) * .5);
  padding-right: calc(var(--limiter-gutter-x) * .5);
}
.grid-list .grid-list-content,
.grid-list > .view-inner > .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-list[class*="-col-"] .grid-list-content,
.grid-list[class*="-col-"] > .view-inner > .view-content {
  margin: 0 calc(var(--limiter-gutter-x) / -2);
}
.grid-list .entity-row {
  flex: 0 0 100%;
  position: relative;
  padding: 0 calc(var(--limiter-gutter-x) / 2) var(--limiter-gutter-x);
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.grid-list[class*="-col-"].fsw.grid-without-gutter > .view-inner {
  padding-left: 0;
  padding-right: 0;
}
.grid-list[class*="-col-"].grid-without-gutter .grid-list-content,
.grid-list[class*="-col-"].grid-without-gutter > .view-inner > .view-content {
  margin: 0;
}
.grid-list[class*="-col-"].grid-without-gutter .entity-row {
  padding: 0;
}

/* Grid List: Extra small */
.grid-xs-col-1 .entity-row {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid-xs-col-2 .entity-row {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-xs-col-3 .entity-row {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid-xs-col-4 .entity-row {
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-xs-col-5 .entity-row {
  flex: 0 0 20%;
  max-width: 20%;
}
.grid-xs-col-6 .entity-row {
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
}
.grid-xs-col-7 .entity-row {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.grid-xs-col-8 .entity-row {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.grid-xs-col-9 .entity-row {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}
.grid-xs-col-10 .entity-row {
  flex: 0 0 10%;
  max-width: 10%;
}
.grid-xs-col-11 .entity-row {
  flex: 0 0 9.09090%;
  max-width: 9.09090%;
}
.grid-xs-col-12 .entity-row {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* grid group */
.grid-group {
  position: relative;
}
.grid-group .view-content {
  margin-right: -15px;
  margin-left: -15px;
}
.grid-group .view-grouping {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  min-height: 1px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* grid group col2 */
.grid-group-col-2 .view-grouping { width: 50%; }

/* grid group col3 */
.grid-group-col-3 .view-grouping { width: 33.3%; }

/* grid group col4 */
.grid-group-col-4 .view-grouping { width: 25%; }

/* grid group col5 */
.grid-group-col-5 .view-grouping { width: 20%; }

/* masonry list */
.masonry-list > .view-content {
  margin-left: -15px;
  margin-right: -15px;
}
.masonry-list .entity-row {
  margin: 0;
  padding: 0 15px 30px 15px;
  width: 100%;
  border: 0;
  background: none;
}

/* masonry list col2 */
.masonry-list-col-2 .entity-row { width: 50%; }

/* masonry list col3 */
.masonry-list-col-3 .entity-row { width: 33.3%; }

/* masonry list col4 */
.masonry-list-col-4 .entity-row { width: 25%; }

/* masonry list col5 */
.masonry-list-col-5 .entity-row { width: 20%; }

/* masonry group */
.masonry-group .view-grouping { padding: 20px 20px 30px 20px; }

/* masonry list col2 */
.masonry-group-col-2 .view-grouping { width: 50%; }

/* masonry list col3 */
.masonry-group-col-3 .view-grouping { width: 33.3%; }

/* masonry list col4 */
.masonry-group-col-4 .view-grouping { width: 25%; }

/* masonry list col5 */
.masonry-group-col-5 .view-grouping { width: 20%; }

/* grid list (ul) */
ul.grid-list {
  list-style: none;
}
ul.grid-list > li {
  display: inline-block;
  vertical-align: top;
}
ul.grid-list-col-2 > li {
  margin: 0 -4px 2% 2%;
  width: 48%;
}
ul.grid-list-col-2 > li:nth-child(2n+1) {
  margin: 0 -4px 2% 0;
}
ul.grid-list-col-3 > li {
  margin: 0 -4px 2% 1.4%;
  width: 32%;
}
ul.grid-list-col-3 > li:nth-child(3n+1) {
  margin: 0 -4px 2% 0;
}

/* slick carousel list */
.slick-grid-list .view-content {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-grid-list .slick-slide {}
.slick-grid-list .slick-slide .slick__slide {
  padding-left: 15px;
  padding-right: 15px;
}

/* view group */
.view-grouping {
  margin-bottom: 20px;
}
.view-grouping .view-grouping-header {
  font-weight: bold;
  font-size: 1.25rem;
}
.view-grouping-content {}
.grid-list.view-group > .view-inner > .view-content {
  margin-left: 0;
  margin-right: 0;
}
.grid-list.view-group > .view-inner > .view-content > .view-grouping > .view-grouping-content {
  margin-right: -15px;
  margin-left: -15px;
}

/** Block **/
.block-inner {
  position: relative;
}

/** CKEditor **/
.ckeditor_links {
  display: inline-flex;
  position: relative;
  margin: 15px 0;
  padding: .5em 1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #616161;
}
.ckeditor_links:hover,
.ckeditor_links:focus {
  color: #fff;
  background: #424242;
}
.ckeditor_links:active {
  color: #fff;
  background: #212121;
}

/** Captcha **/
fieldset.captcha {
  padding: 0;
  border: 0;
} 
fieldset.captcha legend {
  display: none;
}

/** CRM **/
.crm-container fieldset {
  border: 1px solid #ddd;
  border-top: none;
  padding: 12px;
  margin: 0 0 20px;
}
.crm-container fieldset legend {
  padding: 0 6px;
  font-size: 1.25rem;
  color: inherit;
  background: #fff;
}
.crm-container input[type="text"],
.crm-container input[type="number"],
.crm-container textarea,
.crm-container select,
.crm-container input.form-autocomplete,
.crm-container input.form-text,
.crm-container input.form-number,
.crm-container textarea.form-textarea,
.crm-container select.form-select {
  padding: 10px 20px;
  border-color: #ccc;
  border-radius: 3px;
}
.crm-container button,
.crm-container input[type="button"],
.crm-container .button,
.crm-container a.button:link,
.crm-container a.button:visited,
.crm-container .form-submit {
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  background: #616161;
}
.crm-container button:hover,
.crm-container input[type="button"]:hover,
.crm-container .button:hover,
.crm-container a.button:link:hover,
.crm-container a.button:visited:hover,
.crm-container .form-submit:hover {
  background: #424242;
}
.crm-container button:active,
.crm-container input[type="button"]:active,
.crm-container .button:active,
.crm-container a.button:link:active,
.crm-container a.button:visited:active,
.crm-container .form-submit:active {
  background: #212121;
}
.crm-button-type-upload button,
.crm-button-type-upload input[type="button"],
.crm-button-type-upload .button,
.crm-button-type-upload a.button:link,
.crm-button-type-upload a.button:visited,
.crm-button-type-upload .form-submit,
.crm-button-type-next .form-submit,
.crm-container .form-submit[name*="_upload_"],
.crm-container #register-me,
.crm-container a.button.crm-register-button {
  background: #2196F3;
}
.crm-button-type-upload button:hover,
.crm-button-type-upload input[type="button"]:hover,
.crm-button-type-upload .button:hover,
.crm-button-type-upload a.button:link:hover,
.crm-button-type-upload a.button:visited:hover,
.crm-button-type-upload .form-submit:hover,
.crm-button-type-next .form-submit:hover,
.crm-container .form-submit[name*="_upload_"]:hover,
.crm-container #register-me:hover,
.crm-container a.button.crm-register-button:hover {
  background: #1E88E5;
}
.crm-button-type-upload button:active,
.crm-button-type-upload input[type="button"]:active,
.crm-button-type-upload .button:active,
.crm-button-type-upload a.button:link:active,
.crm-button-type-upload a.button:visited:active,
.crm-button-type-upload .form-submit:active,
.crm-button-type-next .form-submit:active,
.crm-container .form-submit[name*="_upload_"]:active,
.crm-container #register-me:active,
.crm-container a.button.crm-register-button:active {
  background: #1976D2;
}
.crm-container .form-select-item select.form-select {
  padding: 10px 50px 10px 20px;
}
.crm-container-rc .crm-form-radio,
.crm-container-rc .crm-form-checkbox {
  position: relative;
  margin-right: 8px;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
}
.crm-container-rc .crm-form-radio .form-radio,
.crm-container-rc .crm-form-checkbox .form-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.crm-container-rc .crm-form-radio .elem-label,
.crm-container-rc .crm-form-checkbox .elem-label {
  display: block;
  position: relative;
  padding-left: 10px;
  vertical-align: middle;
  color: #424242;
  cursor: pointer;
  user-select: none;
}
.crm-container-rc .crm-form-radio .elem-label::after,
.crm-container-rc .crm-form-checkbox .elem-label::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 2px;
  margin-left: -14px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: content-box;
  background-clip: padding-box;
}
.crm-container-rc .crm-form-radio .elem-label::before,
.crm-container-rc .crm-form-checkbox .elem-label::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 4px;
  top: 6px;
  left: 7px;
  z-index: 1;
  opacity: 0;
  margin-left: -18px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-sizing: content-box;
}
.crm-container-rc .crm-form-radio .elem-label:active::before
.crm-container-rc .crm-form-checkbox .elem-label:active::before {
  opacity: 0.3;
}
.crm-container-rc .crm-form-radio .form-radio:checked + .elem-label,
.crm-container-rc .crm-form-checkbox .form-checkbox:checked + .elem-label {
  color: #000;
}
.crm-container-rc .crm-form-radio .form-radio:checked + .elem-label::after,
.crm-container-rc .crm-form-checkbox .form-checkbox:checked + .elem-label::after {
  border: 2px solid #000;
}
.crm-container-rc .crm-form-radio .form-radio:checked + .elem-label::before,
.crm-container-rc .crm-form-checkbox .form-checkbox:checked + .elem-label::before {
  opacity: 1;
}
.crm-container-rc .crm-form-radio .form-radio:disabled,
.crm-container-rc .crm-form-checkbox .form-checkbox:disabled,
.crm-container-rc .crm-form-radio .form-radio[readonly],
.crm-container-rc .crm-form-checkbox .form-checkbox[readonly] {
  cursor: not-allowed;
}
.crm-container-rc .crm-form-radio .form-radio:disabled + .elem-label,
.crm-container-rc .crm-form-checkbox .form-checkbox:disabled + .elem-label,
.crm-container-rc .crm-form-radio .form-radio[readonly] + .elem-label,
.crm-container-rc .crm-form-checkbox .form-checkbox[readonly] + .elem-label {
  cursor: not-allowed;
  color: #9e9e9e;
}
.crm-container-rc .crm-form-radio .form-radio:disabled + .elem-label::after,
.crm-container-rc .crm-form-checkbox .form-checkbox:disabled + .elem-label::after,
.crm-container-rc .crm-form-radio .form-radio[readonly] + .elem-label::after,
.crm-container-rc .crm-form-checkbox .form-checkbox[readonly] + .elem-label::after {
  cursor: not-allowed;
  border: 2px solid #bdbdbd;
  background-color: #fff;
}
.crm-container-rc .crm-form-radio .form-radio:disabled + .elem-label::before,
.crm-container-rc .crm-form-checkbox .form-checkbox:disabled + .elem-label::before,
.crm-container-rc .crm-form-radio .form-radio[readonly] + .elem-label::before,
.crm-container-rc .crm-form-checkbox .form-checkbox[readonly] + .elem-label::before {
  display: none;
}
.crm-container-rc .crm-form-radio .form-radio:disabled:checked + .elem-label::before,
.crm-container-rc .crm-form-checkbox .form-checkbox:disabled:checked + .elem-label::before,
.crm-container-rc .crm-form-radio .form-radio[readonly]:checked + .elem-label::before,
.crm-container-rc .crm-form-checkbox .form-checkbox[readonly]:checked + .elem-label::before {
  display: block;
  opacity: .3;
}
.crm-container-rc .crm-form-radio .form-radio:disabled:checked + .elem-label::after,
.crm-container-rc .crm-form-checkbox .form-checkbox:disabled:checked + .elem-label::after,
.crm-container-rc .crm-form-radio .form-radio[readonly]:checked + .elem-label::after,
.crm-container-rc .crm-form-checkbox .form-checkbox[readonly]:checked + .elem-label::after {
  opacity: .5;
}
.crm-container-rc .crm-form-radio .elem-label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.crm-container-rc .crm-form-radio .elem-label::before {
  top: 6px;
  left: 8px;
  width: 10px;
  height: 10px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/** Modules: 576 **/
@media screen and (min-width: 576px) {
  /* Full Screen: Width (576) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 540px;
  }
  .fsw-sm-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-sm-unset .pane-title,
  .fsw-sm-unset .pane-content,
  .fsw-sm-unset > .inner,
  .fsw-sm-unset > .block-inner,
  .fsw-sm-unset > .section-inner,
  .fsw-sm-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  /* Grid List: Small */
  .grid-sm-col-1 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-sm-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-sm-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-sm-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-sm-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-sm-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .grid-sm-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-sm-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-sm-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-sm-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-sm-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-sm-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

/** Modules: 768 **/
@media screen and (min-width: 768px) {
  /* Full Screen: Width (768) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 720px;
  }
  .fsw-md-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-md-unset .pane-title,
  .fsw-md-unset .pane-content,
  .fsw-md-unset > .inner,
  .fsw-md-unset > .block-inner,
  .fsw-md-unset > .section-inner,
  .fsw-md-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  /* Form (768) */
  .form-radios > .form-item,
  .form-checkboxes > .form-item {
    display: inline-flex;
  }

  /* grid list: medium */
  .grid-md-col-2 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-md-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-md-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-md-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-md-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;;
  }
  .grid-md-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-md-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-md-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-md-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-md-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-md-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

/** Modules: 992 **/
@media screen and (min-width: 992px) {
  /* Full Screen: Width (992) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 960px;
  }
  .fsw-lg-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-lg-unset .pane-title,
  .fsw-lg-unset .pane-content,
  .fsw-lg-unset > .inner,
  .fsw-lg-unset > .block-inner,
  .fsw-lg-unset > .section-inner,
  .fsw-lg-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  /* grid list: large */
  .grid-lg-col-1 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-lg-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-lg-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-lg-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-lg-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .grid-lg-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-lg-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-lg-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-lg-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-lg-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-lg-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .rwd-media {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
    overflow: visible;
  }
  .rwd-media iframe,
  .rwd-media object,
  .rwd-media video,
  .rwd-media embed {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }

}

/** Modules: 1200 **/
@media screen and (min-width: 1200px) {
  /* Full Screen: Width (1200) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 1140px;
  }
  .fsw-xl-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-xl-unset .pane-title,
  .fsw-xl-unset .pane-content,
  .fsw-xl-unset > .inner,
  .fsw-xl-unset > .block-inner,
  .fsw-xl-unset > .section-inner,
  .fsw-xl-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  /* Form (1200) */
  .form-item .description {
    font-size: .9375rem;
  }


  .entity-list .view-filters {
    margin-bottom: calc(40px - (var(--limiter-gutter-x) / 2));
  }

  /* grid list: extra large */
  .grid-xl-col-1 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-xl-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xl-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-xl-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-xl-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .grid-xl-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-xl-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-xl-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-xl-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-xl-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-xl-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }


  .bg-carousel .slick-dots {
    margin-bottom: 20px;
  }
}

/** Modules: 1400 **/
@media (min-width: 1400px) {
  /* Full Screen: Width (1400) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 1320px;
  }
  .fsw-xxl-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-xxl-unset .pane-title,
  .fsw-xxl-unset .pane-content,
  .fsw-xxl-unset > .inner,
  .fsw-xxl-unset > .block-inner,
  .fsw-xxl-unset > .section-inner,
  .fsw-xxl-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  /* Grid List: Extra extra large */
  .grid-xxl-col-1 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-xxl-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xxl-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-xxl-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xxl-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-xxl-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .grid-xxl-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-xxl-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-xxl-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-xxl-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-xxl-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-xxl-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

/** Modules: 1600 **/
@media (min-width: 1600px) {
  /* Full Screen: Width (1600) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 1520px;
  }
  .fsw-xxxl-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-xxxl-unset .pane-title,
  .fsw-xxxl-unset .pane-content,
  .fsw-xxxl-unset > .inner,
  .fsw-xxxl-unset > .block-inner,
  .fsw-xxxl-unset > .section-inner,
  .fsw-xxxl-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  /* Grid List: Extra extra extra large */
  .grid-xxxl-col-1 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-xxxl-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xxxl-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-xxxl-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xxxl-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-xxxl-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .grid-xxxl-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-xxxl-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-xxxl-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-xxxl-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-xxxl-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-xxxl-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

/** Modules: 1840 **/
@media (min-width: 1840px) {
  /* Full Screen: Width (1840) */
  .fsw-container .pane-title,
  .fsw-container .pane-content,
  .fsw-container > .inner,
  .fsw-container > .block-inner,
  .fsw-container > .section-inner,
  .fsw-container > .view-inner {
    max-width: 1760px;
  }
  .fsw-xxxxl-unset {
    width: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .fsw-xxxxl-unset .pane-title,
  .fsw-xxxxl-unset .pane-content,
  .fsw-xxxxl-unset > .inner,
  .fsw-xxxxl-unset > .block-inner,
  .fsw-xxxxl-unset > .section-inner,
  .fsw-xxxxl-unset > .view-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }

  .entity-list .view-filters {
    margin-bottom: calc(60px - (var(--limiter-gutter-x) / 2));
  }

  /* Grid List: Extra extra extra extra large */
  .grid-xxxxl-col-1 .entity-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-xxxxl-col-2 .entity-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xxxxl-col-3 .entity-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-xxxxl-col-4 .entity-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xxxxl-col-5 .entity-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-xxxxl-col-6 .entity-row {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
  .grid-xxxxl-col-7 .entity-row {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .grid-xxxxl-col-8 .entity-row {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .grid-xxxxl-col-9 .entity-row {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .grid-xxxxl-col-10 .entity-row {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .grid-xxxxl-col-11 .entity-row {
    flex: 0 0 9.09090%;
    max-width: 9.09090%;
  }
  .grid-xxxxl-col-12 .entity-row {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .bg-carousel .slick-dots {
    margin-bottom: 1.5vw;
  }
}


/**
 * ============================
 * Particular
 * ============================
 */
/** Mobile **/
/* mobile header */
.mobile-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 997;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.mobile-header-inner {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.mobile-logo-title {
  display: flex;
}
.mobile-logo {
  margin: 0 auto;
}
.mobile-logo > img {
  max-height: 50px;
}
.mobile-site-slogan {
  margin-top: 3px;
  line-height: 1.5;
}
.st-is-opened .mobile-header {
  z-index: 1001;
}
.st-is-opened .mobile-nav-mode--overlay-full-without-header .mobile-header,
.st-is-opened .mobile-nav-mode--overlay-full-without-header .mobile-header-inner {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.st-is-opened .mobile-nav-mode--overlay-full-without-header .mobile-logo-title,
.st-is-opened .mobile-nav-mode--overlay-full-without-header #mobile-search-toggle-wrapper {
  display: none !important;
}

/* mobile nav */
/* mobile nav toggle */
#mobile-nav-toggle-wrapper {
  position: fixed;
  top: 18px;
  left: 10px;
  z-index: 999;
}
#mobile-nav-toggle {
  padding: 10px;
  height: 45px;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
#mobile-nav-toggle:hover {
  opacity: 1;
}
#mobile-nav-toggle .hamburger-box {
  width: 30px;
  height: 24px;
}
#mobile-nav-toggle .hamburger-inner,
#mobile-nav-toggle .hamburger-inner:after,
#mobile-nav-toggle .hamburger-inner:before {
  width: 30px;
  height: 2px;
}
.mobile-nav-mode--mmenu #mobile-nav-toggle.is-active .hamburger-inner,
.mobile-nav-mode--mmenu #mobile-nav-toggle.is-active .hamburger-inner:after,
.mobile-nav-mode--mmenu #mobile-nav-toggle.is-active .hamburger-inner:before {
  background: #fff;
}

/* mobile nav: mmenu */
.mobile-mm-nav .mm-navbar,
.mobile-mm-nav .mm-listview {
  font-size: 1.25rem;
  line-height: 1.4;
}
.mobile-mm-nav .mm-listview {
  margin: 0 -20px;
}
.mobile-mm-nav .mm-navbar {
  height: auto;
  background: #616161;
}
.mobile-mm-nav .mm-navbar .mm-btn {
  height: 48px;
}
.mobile-mm-nav .mm-panels > .mm-panel> .mm-listview:first-child,
.mobile-mm-nav .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}
.mobile-mm-nav .mm-listview > li:not(.mm-divider):after {
  /*background-color: #C5E1A5;*/
  left: 0;
}
.mobile-mm-nav .mm-navbar a,
.mobile-mm-nav .mm-navbar > * {
  color: rgba(255,255,255,1);
}
.mobile-nav .mm-menu .mm-btn:after,
.mobile-nav .mm-menu .mm-btn:before {
  border-color: rgba(255,255,255,1);
}
.mobile-mm-nav .mm-listview li {
  margin: 0;
}
.mobile-mm-nav .mm-listview > li > a,
.mobile-mm-nav .mm-listview > li >span {
  padding: 10px 10px 10px 20px;
}
.mobile-mm-nav .mm-listview > li > a.active {
  color: #2196F3;
}
.mobile-mm-nav .mm-listview .mm-next:not(.mm-fullsubopen) {
  background: rgba(117, 117, 117, .1);
}
.mobile-mm-nav .block-search {
  width: 240px;
  margin: 25px auto 20px auto;
}
.mobile-mm-nav .block-search .form-text {
  padding: 10px 20px 10px 10px;
  width: 240px;
  height: 34px;
}
.mobile-mm-nav .block-search .form-actions:before {
  margin: 5px 10px 0 0;
}
.mobile-mm-nav .menu-name-menu-icon-2018 .menu {
  justify-content: center;
}
.mobile-mm-nav .menu-name-menu-icon-2018 .menu .icon-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mobile-mm-nav .menu-name-menu-icon-2018 .menu .icon-link:before {
  font-size: 16px;
}
.mm-opened #mobile-nav-toggle-wrapper {
  width: 100%;
}
html.mm-right #mobile-nav-toggle {
  position: absolute;
  right: 0;
}

/* mobile nav: stMenu */
html.st-is-opened {
  overflow-x: hidden;
  position: relative;
}
html.st-is-blocked,
html.st-is-blocked body {
  overflow: hidden;
}
.st-container {
  /* Prevents Flickering */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.st-content {
  position: relative;
}
.st-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.4);
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-is-opened .st-overlay {
  z-index: 999;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}
.mobile-st-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  margin: 0;
  color: #000;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.3);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: opacity .3s ease;
}
.mobile-st-nav.is-opened {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.mobile-st-nav[class*="overlay-full"] {
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}
.mobile-st-nav--overlay-left,
.mobile-st-nav--overlay-right {
  bottom: 0;
  width: var(--mobile-nav-width);
  min-width: var(--mobile-nav-min-width);
  max-width: var(--mobile-nav-max-width);
  transition: all .3s ease-in-out;
}
.mobile-st-nav--overlay-left {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(calc(-1 * var(--mobile-nav-width)), 0, 0);
  -moz-transform: translate3d(calc(-1 * var(--mobile-nav-width)), 0, 0);
  transform: translate3d(calc(-1 * var(--mobile-nav-width)), 0, 0);
}
.mobile-st-nav--overlay-right {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(var(--mobile-nav-width), 0, 0);
  -moz-transform: translate3d(var(--mobile-nav-width), 0, 0);
  transform: translate3d(var(--mobile-nav-width), 0, 0);
}
.mobile-st-nav--overlay-top {
  right: 0;
  left: 0;
  bottom: auto;
  margin-top: 0;
  transform: translateY(-100%);
  transition: all .5s ease-in-out;
}
.mobile-st-nav[class*="overlay-full"].is-opened {
  width: 100%;
  height: 100%;
}
.mobile-st-nav--overlay-left.is-opened,
.mobile-st-nav--overlay-right.is-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-st-nav--overlay-top.is-opened {
  margin-top: var(--mobile-header-height);
  transform: translateY(0);
}
.mobile-st-nav .mobile-nav-inner {
  padding-top: 20vh;
  padding-bottom: 10vh;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-st-nav--overlay-top .mobile-nav-inner {
  padding-top: 10vh;
  max-height: calc(100vh - var(--mobile-header-height));
}
.mobile-st-nav .menu li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
  font-size: 1.125rem;
  color: #333;
  border: 0;
  background: none;
}
.mobile-st-nav .menu li:last-of-type {
  margin-bottom: 0;
}
.mobile-st-nav .menu li > a,
.mobile-st-nav .menu li > span {
  display: inline-flex;
  padding: 0;
  color: #333;
  background: none;
}
.mobile-st-nav .menu .expand-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 0;
  width: 40px;
  transition: none;
}
.mobile-st-nav .menu .expand-toggle i {
  font-size: 1.5rem;
}
.mobile-st-nav .menu .menu {
  display: none;
  margin: 0;
  order: 10;
  width: 100%;
}
.mobile-st-nav .menu .menu.is-active {
  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
}
.mobile-st-nav .menu .menu li {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 1rem;
  color: #464646;
  border: 0;
  background: none;
}
.mobile-st-nav .menu .menu li:last-of-type {
  margin-bottom: 0;
}
.mobile-st-nav .menu .menu li a,
.mobile-st-nav .menu .menu li span {
  letter-spacing: 0;
  font-size: 1rem;
  color: #464646;
  background: none;
}


/* mobile search */
#mobile-search-toggle-wrapper {
  position: fixed;
  top: 18px;
  right: 10px;
  z-index: 999;
}
.mm-opened #mobile-search-toggle-wrapper {
  position: static;
  width: 100%;
}
#mobile-search-toggle {
  padding: 10px;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
#mobile-search-toggle:before {
  content: "\f1c3";
  line-height: 32px;
  font-size: 32px;
  font-family: "Material-Design-Iconic-Font";
}
#mobile-search-toggle.is-active {
  display: none;
}
/*
html.mm-opening #mobile-search-toggle-wrapper {
  position: static;
}
html.mm-right #mobile-search-toggle-wrapper {
  right: 0;
}
*/

/** Logo , title and slogan **/ 
.logo-title {
  flex: 0 0 25%;
}
.logo {
  display: block;
}

/** Navbar **/
.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 0 70%;
}

/** Breadcrumb **/
.breadcrumb {
  margin-bottom: .5rem;
  font-size: .8125rem;
}

/** Unit title **/
.with-unit-title .page-title {
  display: none;
}
.with-unit-title .node-title {
  display: block;
}

/** Page title **/
.page-title {
  margin-bottom: 30px;
  font-size: 1.75rem;
}

/** Node **/
.node .field {
  position: relative;
  margin: 0 0 1.7em 0;
}
.node .field:after {
  content: "";
  display: block;
  clear: both;
}
/*
.node .field :last-child {
  margin-bottom: 0;
}
*/
.node .field-label-inline {
  display: flex;
}
.node-header,
.node-content,
.node-footer {
  position: relative;
}
.node-header:after,
.node-content:after,
.node-footer:after {
  content: "";
  display: block;
  clear: both;
}
.node-title {
  display: none;
}
.node-attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.7rem;
}
.node-attr > * {
  flex: 1;
}
.node-attr > :not(:last-child) {
  margin-right: 1em;
}
.node-attr .submitted {
  margin-bottom: 0;
  font-size: .9375rem;
}
.node-unpublished:before {
  content: "本文章未發表";
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  width: 1em;
  padding: .25em;
  word-break:  break-all;
  text-align:  center;
  color: #fff;
  background: #E91E63;
}

/* node */
.page-node .page-title {
  margin-bottom: 30px;
}
.page-node .region-content .block-title {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 1.375rem;
  color: #212121;
}

/* node main img */
.node-main-img .entity-row .entity-list-title {
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.75rem;
}

/* node content */
.node {
  color: #424242;
  font-size: 1.125rem;
  line-height: 1.7;
}
.node > :last-child {
  margin-bottom: 0;
}
.node h1,
.node h2,
.node h3,
.node h4,
.node h5 {
  font-weight: bold;
}
.node h1 {
  margin: 1.635em 0 .545em 0; /* top (3/4) + bottom (1/4) = line height x 2 */
  line-height: 1.09; /* p font size * p line height / title font size */
  line-height: 1.3;
  font-size: 2rem;
  color: #2196F3;
}
.node h2 {
  margin: 1.875em 0 .625em 0; /* top (3/4) + bottom (1/4) = line height x 2 */
  line-height: 1.25; /* p font size * p line height / title font size */
  line-height: 1.4;
  font-size: 1.75rem;
  color: #2196F3;
}
.node h3 {
  margin: 2.19375em 0 .73125em 0;
  line-height: 1.4625;
  font-size: 1.5rem;
  color: #000;
}
.node h4 {
  margin: 2.3925em 0 .7975em 0;
  line-height: 1.595;
  font-size: 1.375rem;
  color: #000;
}
.node h5 {
  margin: 2.3925em 0 .7975em 0;
  line-height: 1.595;
  font-size: 1.25rem;
  color: #000;
}
.node h6 {
  color: #000;
}
.node h1:first-child,
.node h2:first-child,
.node h3:first-child,
.node h4:first-child,
.node h5:first-child {
  margin-top: 0;
}
.node .section-title {
  display: inline-flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 1.75rem;
  line-height:  1.3;
  color: #000;
  border-bottom: 5px solid #f54b5e;
}
.node a {
  color: #FFA000;
}
.node a:hover {
  color: #FF8F00;
}
.node em {
  font-weight: normal;
  font-style: italic;
}
.node p {
  font-size: 1.125rem;
  line-height: 1.95;
  letter-spacing: .4px;
  margin: 0 0 2.25em 0;
}
.node .rteleft,
.node .text-align-left {
  text-align: left;
}
.node .rtecenter,
.node .text-align-center {
  text-align: center;
}
.node .rteright,
.node .text-align-right {
  text-align: right;
}
.node .rtejustify,
.node .text-align-justify {
  text-align: justify;
}
.node .rteindent1,
.node .Indent1 {
  padding-left: 2em;
}
.node .rteindent2,
.node .Indent2 {
  padding-left: 4em;
}
.node .rteindent3,
.node .Indent3 {
  padding-left: 6em;
}
.node .rteindent4,
.node .Indent4 {
  padding-left: 8em;
}
.node .rteindent5,
.node .Indent5 {
  padding-left: 10em;
}
.node .rteindent6,
.node .Indent6 {
  padding-left: 12em;
}
.node .rteindent7,
.node .Indent7 {
  padding-left: 14em;
}
.node .rteindent8,
.node .Indent8 {
  padding-left: 16em;
}
.node img {
  font-size: 1rem;
}
.node img[style*="float:left"],
.node img[style*="float: left"] {
  margin: 0 1.25rem 0 0;
}
.node img[style*="float:right"],
.node img[style*="float: right"] {
  margin: 0 0 0 1.25rem;
}
.node img[style*="height:"],
.node img[style*="height: "] {
  height: auto !important;
}
.node p img {
  font-size: inherit;
  vertical-align: middle;
}
.node p img[style*="float:left"],
.node p img[style*="float: left"] {
  margin: 0 1.25em 0 0;
}
.node p img[style*="float:right"],
.node p img[style*="float: right"] {
  margin: 0 0 0 1.25em;
}
.node a img {
  opacity: 1;
  transition: all .3s;
}
.node a:hover img {
  opacity: .9;
}
.node figure.image {
  display: table;
  margin-bottom: 1.7em;
}
.node figure.image img {
  vertical-align: middle;
}
.node figure.image figcaption {
  display: table-caption;
  caption-side: bottom;
  position: relative;
  padding: 1em;
  text-align: left;
  line-height: 1.4;
  font-size: .9375rem;
  color: #757575;
  background: #f5f5f5;
}
.node figure.image > br,
.node figure.image > p {
  display: none;
}
.node figure.image[style*="float"] + * {
  clear: both;
}
.node figure.image[style*="inline-block"] {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}
.node .figure-container {
  display: flex;
}
.node .figure-container.is-align-center {
  justify-content: center;
}
.node .figure-container.is-align-right {
  justify-content: flex-end;
}
.node .figure-container > figure {
  display: table !important;
}
.node ul,
.node ol {
  margin: 0 0 2.25em 0;
  padding: 0;
  line-height: 1.95;
  font-size: 1.125rem;
}
.node ul ul:last-child,
.node ol ol:last-child {
  margin-bottom: 0;
}
.node blockquote ul,
.node blockquote ol {
  margin-left: 3em;
}
.node table {
  margin-bottom: 1.7em;
  width: 100%;
  max-width: 100%;
  line-height: 1.5;
  font-size: 1rem;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #2196F3;
  background: transparent;
}
.node table[align="left"] {
  margin: 0 1.25rem 0 0;
}
.node table[align="right"] {
  margin: 0 0 0 1.25rem;
}
.node table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}
.node thead {
  background: #2196F3;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.node td,
.node th {
  margin: 0;
  padding: .5em 1em;
  overflow: visible;
  font-size: 1rem;
  border: 1px solid #2196F3;
}
.node th,
.node thead th,
.node tbody th {
  font-weight: normal;
  color: #fff;
  border-color: transparent;
  border: 1px solid #2196F3;
  background: #2196F3;
}
.node td {
 border-bottom: 1px solid #2196F3;
}
.node td:first-child,
.node th:first-child {
  border-left-width: 0;
}
.node table caption {
  padding: .5em 1em;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  background: #757575;
}
.node table p,
.node table ol,
.node table ul {
  line-height: 1.5;
  font-size: 1rem;
  margin: 0 0 1.5em 0;
}
.node table p:last-of-type,
.node table ol:last-of-type,
.node table ul:last-of-type {
  margin-bottom: 0;
}
/*
.node table:not([border]),
.node table:not([border]) thead th,
.node table:not([border]) tbody td,
.node table:not([border]) tr,
.node table:not([border]) th,
.node table:not([border]) td,
*/
.node table[border="0"],
.node table[border="0"] thead th,
.node table[border="0"] tbody td,
.node table[border="0"] tr,
.node table[border="0"] th,
.node table[border="0"] td {
  border: none;
}
.node .tablesaw-stack tbody tr {
  border: none;
}
.node .fd-table {
  width: 100% !important;
  font-size: 1.125rem;
  border: 0;
}
.node .fd-table thead {}
.node .fd-table tbody {}
.node .fd-table tr {
  border-bottom: 1px solid #ae8b6f;
}
.node .fd-table th,
.node .fd-table td {
  padding: 16px 30px;
  border: 0;

  width: auto !important;
}
.node .fd-table th {

}
.node .fd-table td {
}
.node .fd-table .rtecenter {
  text-align: left;
}
.node .fd-table p,
.node .fd-table ol,
.node .fd-table ul {
  font-size: 1.125rem;
}
.node hr {
  margin: 1.7em 0;
  border: 0;
  border-top: 1px solid #bdbdbd;
}
.node blockquote {
  position: relative;
  margin: 30px 0;
  padding: 35px 40px;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "PingFang TC", "Heiti TC", "Noto Sans TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  border: 0;
}
/*
.node blockquote:before,
.node blockquote:after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.node blockquote:before,
.node blockquote:after {
  position: absolute;
  font-size: 72px;
  color: #2196F3;
  font-family: georgia;
  line-height: 72px;
  font-weight: 700;
}
.node blockquote:before {
  content: "\201C";
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
}
.node blockquote:after {
  content: "\201D";
  right: 0;
  bottom: 0;
  margin: 0 0 -35px 0;
}
.node blockquote > *:last-child {
  margin-bottom: 0;
}
.node blockquote p:before,
.node blockquote p:after {
  display: none;
}
.node .media_embed {
  margin: 0 0 1.7em 0;
}
/*
.node .submitted {
  margin: 0 0 2.5em 0;
  line-height: 1.4;
  font-size: .875rem;
  color: #757575;
}
*/
.node .field-item > :last-child {
  margin-bottom: 0;
}

/** Panel **/
.panel-panel {
  position: relative;
}
.panel-panel:after {
  content: "";
  display: block;
  clear: both;
}

/** Search **/
/* Search: GSCE */
#block-google_cse-google_cse .gsc-results-wrapper-overlay {
  top: 50%;
  left: 50%;
  margin: -40vh 0 0 -45vw;
  width: 90vw;
  height: 80vh;
  max-width: none;
  -webkit-overflow-scrolling: touch;
  /*
  transform: translate(-50%, -50%) translateZ(0) scale(1.0, 1.0);
  -webkit-font-smoothing: subpixel-antialiased;
  */
}

/* =boost status */
#block-boost-status {
  font-size: .75rem;
}
#block-boost-status .placeholder { word-wrap: break-word; }
#block-boost-status input.form-submit,
#block-boost-status button.form-submit {
  background: #424242;
}
#block-boost-status input.form-submit:hover,
#block-boost-status button.form-submit:hover {
  background: #616161;
}
#block-boost-status input.form-submit:active,
#block-boost-status button.form-submit:active {
  background: #333;
}
.footer #block-boost-status {
  flex: 0 0 100%;
  margin: 40px 0 20px 0;
  background: #212121;
}

/* overlay */
.overlay-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.overlay-container.is-active {
  z-index: 10001;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}
.overlay-container .overlay-inner {
  position: relative;
  height: 100%;
}
.overlay-container .overlay-content {
  position: absolute;
  top: 50%;
  width: 100%;
  min-height: 300px;
  transform: translateY(-50%);
  padding: 0 5%;
}
.overlay-container .overlay-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  border: none;
  background: none;
}
.overlay-container .overlay-close .label {
  display: none;
}

/* overlay: gcse */
.overlay-container #block-google_cse-google_cse {
  /*margin: 0;*/
  width: auto;
  height: auto;
}
.overlay-container #block-google_cse-google_cse:hover {
  width: auto;
}
.overlay-container .gsc-control-cse {
  border: 0;
  background: transparent;
}
.overlay-container #block-google_cse-google_cse form,
.overlay-container #block-google_cse-google_cse:hover form {
  border-bottom: 0;
}
.overlay-container #block-google_cse-google_cse form {
  display: flex;
  justify-content: center;
}
.overlay-container #block-google_cse-google_cse form > div {
  position: relative;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
}
.overlay-container #block-google_cse-google_cse .form-item-query {
  display: block;
}
.overlay-container #block-google_cse-google_cse .form-item-query:before {
  content: "\f1c3";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: "Material-Design-Iconic-Font";
  font-size: 30px;
  color: #eee;
  pointer-events: none;
  transform: translateY(-50%);
}
.overlay-container #block-google_cse-google_cse .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 32px;
  border: 0;
  opacity: 0;
}
.overlay-container #block-google_cse-google_cse .form-text {
  border: 0;
  width: 100%;
  border-radius: unset;
  font-family: inherit;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #eee;
  vertical-align: middle;
  background: transparent !important;
  transition:  all .5s ease-in-out;
}
.overlay-container #block-google_cse-google_cse:hover .form-text {
  width: auto;
}
.overlay-container #block-google_cse-google_cse .gsc-results-wrapper-overlay {}
.overlay-container .gsc-modal-background-image {
  opacity: 0;
}
.overlay-container #block-google_cse-google_cse .block-title,
.overlay-container #block-google_cse-google_cse .form-item-query > label,
.overlay-container #block-google_cse-google_cse #edit-sitesearch,
.overlay-container div[id*="edit-sitesearch"],
.overlay-container #block-google_cse-google_cse div[id*="edit-sitesearch"] {
  display: none;
}

/* back to top */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  right: 0;
  bottom: 0;
  margin: 0 20px 20px 0;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
  background: rgba(0,0,0,.3);
}
.back-to-top:hover {
  text-decoration: none;
  background: rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.back-to-top::before {
  content: "\f2fc";
  display: block;
  text-indent: 0;
  line-height: 50px;
  font-family: "Material-Design-Iconic-Font";
  font-size: 50px;
  color: #fff;
}
.back-to-top.is-active {
  opacity: 1;
  visibility: visible;
}

/** Particular: 576 **/
@media screen and (min-width: 576px) {
}

/** Particular: 768 **/
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
}

/** Particular: 992 **/
@media screen and (min-width: 992px) {
  .page-node.no-sidebars .main-inner {
    max-width: 960px;
  }
  .page-title {
    font-size: 2.25rem;
  }
  #block-google_cse-google_cse .gsc-results-wrapper-overlay {
    margin: -40vh 0 0 -480px;
    width: 960px;
  }
  /* for timeline module */
  .page-node-add-timeline-story.no-sidebars .main-inner {
    width: unset;
  }
  #timeline-story-node-form .date-date {
    display: flex;
  }
}

/** Particular: 1200 **/
@media screen and (min-width: 1200px) {
  .back-to-top {
    display: block;
  }
}




/**
 * ============================
 * State
 * ============================
 */

.is-visible { visibility: visible !important; }
.is-invisible { visibility: hidden !important; }
.is-mobile { display: block !important; }
.is-desktop {display: none !important; }

/** State: Media Query **/
@media screen and (min-width: 1200px) {
  .is-mobile { display: none !important; }
  .is-desktop { display: block !important; }
}
