@charset "UTF-8";

/**
 * ============================
 * Color Patterns
 * ============================
 * 
 * default:
 * primary:
 * secondary:
 * link:
 * hover:
 * active:
 * focus:
 * background:
 * 
 */

/**
 * ============================
 * Media Query breakpoint
 * ============================
 * 
 * @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: 1600px) {}
 * @media (min-width: 1840px) {}
 * 
 */


/**
 * ============================
 * Base
 * ============================
 */
body {
  color: #565656;
  background: #fff;
  letter-spacing: 1.2px;
}
a { color: #565656; }
a:hover { color: #52ab8d; }
a:active,
a.active,
a.active-trail, 
.active-trail a { color: #52ab8d; }
input, textarea, select, button {
  color: #212121;
  border: 1px solid #424242;
  background: #fff;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
  color: #fff;
  background: #616161;
}
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background: #424242;
}
button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active {
  background: #212121;
}
img {
	max-width: 100%;
	height: auto !important;
}


/**
 * ============================
 * Layout
 * ============================
 */
.footer-inner.limiter,
.full-width-container .pane-content,
.main-inner.limiter {padding-left: 20px;padding-right: 20px}
.page-feather-publish #publish .full-width-container .pane-content {
  padding-top: 80px;
}
@media screen and (max-width: 360px) {
  .footer-inner.limiter,
  .full-width-container .pane-content,
  .main-inner.limiter {padding-left: 15px;padding-right: 15px}
}
@media screen and (max-width: 1280px) {
  .page-civicrm .main-content .content-inner {padding-left: 20px;padding-right: 20px}
}
.dl-pane.full-width-container .pane-content {padding-left: 120px;padding-right: 120px}
#page {
}
header {
  height: 90px;
}
.header-inner {
  padding: 10px 50px;
}
.header-inner.limiter::after {display: none}
.region-header {
  display: flex;
  align-items: center;
}
.footer {
  font-size: .813rem;
  color: #565656;
  background: #fff;
}
.footer-inner {
  padding-top: 15px;
  padding-bottom: 40px;
}
.footer a {
  color: #52ab8d;
}
.footer a:hover {
  color: #278267;
}

/** Layout: 576 **/
@media screen and (min-width: 576px) {
  .limiter {
  }
}

/** Layout: 768 **/
@media screen and (min-width: 768px) {
  .limiter {
  }
}

/** Layout: 992 **/
@media screen and (min-width: 992px) {
}

/** Layout: 1200 **/
@media screen and (min-width: 1200px) {
  .page-civicrm-contribute-transact #intro_text,
  #crm-container {
    max-width: 960px;
    margin: 0 auto;
  }
  .limiter {
    max-width: 100%;
  }
  .page-node.no-sidebars .main-inner {width: auto;}
  .page-node.no-sidebars .main-inner,
  .no-sidebars .main-inner {
    max-width: 1200px;
  }
  .page-taxonomy.no-sidebars .main-content,
  .page-node.no-sidebars .main-content {
    max-width: 960px;
    margin: 0 auto;
  }
  .page-node-edit.no-sidebars .main-content,
  .page-node-edit .main-content {
    max-width: 1050px;
  }
  .one-sidebar .main-content > .content {
    flex: 0 0 1200px;
  }
  .two-sidebar .main-content > .content {
    flex: 0 0 900px;
  }
  .main-content > .sidebar {
    flex: 0 0 300px;
  }
  .footer-inner.limiter {
    width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .limiter {
    max-width: 1920px;
  }
}


/**
 * ============================
 * Modules
 * ============================
 */

 /** Button **/
.btn,
a.btn {
  padding: .5em 1em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: #616161;
}
.btn:hover,
a.btn:hover {
  background: #424242;
}
.btn:active,
a.btn:active {
  background: #212121;
}
.primary-btn,
a.primary-btn {
  background: #fff;
  border: 1px solid #52ab8d;
  border-radius: 20px;
  text-decoration: none !important;
}
.primary-btn:hover,
a.primary-btn:hover {
  background: #d8e2de;
  color: #fff;
}
.primary-btn:active,
a.primary-btn:active {
  background: #1976D2;
}

.entity-list-more-link {text-align: right}
.entity-list-more-link a {
  color: #52ab8d;
}

/** Form **/
input.form-text,
textarea.form-textarea,
select.form-select {
  color: #333;
  border-color: #ddd;
}
input.form-text:hover,
textarea.form-textarea:hover,
select.form-select {
  border-color: #64B5F6;
}
input.form-text:focus,
textarea.form-textarea:focus,
select.form-select:focus {
  border-color: #42A5F5;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #F44336;
}
input.form-submit {
  background: #616161;
}
input.form-submit:hover {
  background: #424242;
}
input.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 {
  background: #F44336;
}
#edit-delete:hover {
  background: #E53935;
}
#edit-delete:active {
  background: #D32F2F;
}

/* main menu (superfish) */
.sf-main-menu.menu > li {
  font-size: 0.9375rem;
  letter-spacing: 2px;
}
.sf-main-menu.menu > li > a,
.sf-main-menu.menu > li > .nolink {
  font-weight: 300;
}
.sf-main-menu.menu > li:hover > ul, 
.sf-main-menu.menu > li.sfHover > ul {
  position: fixed;
  width: 100vw !important;
  left: 0 !important;
  top: 90px !important;
  transform: unset;
  flex-wrap: nowrap;
  background: rgba(0,0,0,.7);
  line-height: 70px;
  padding: 0 !important;
  border-radius: unset;
  justify-content: center;
}
body.simplemenu-enabled .sf-main-menu.menu > li:hover > ul,
body.simplemenu-enabled .sf-main-menu.menu > li.sfHover > ul {
  top: 122px !important;
}
body.admin-menu.simplemenu-enabled .sf-main-menu.menu > li:hover > ul, 
body.admin-menu.simplemenu-enabled .sf-main-menu.menu > li.sfHover > ul {
  top: 143px !important;
}
.sf-main-menu.menu .menuparent li > a,
.sf-main-menu.menu .menuparent li > .nolink {
  font-size: 0.9375rem;
}
/** Superfish **/
a > .sf-sub-indicator,
span.nolink > .sf-sub-indicator {
	display: none;
}
.sf-menu.menu ul {
  min-width: 8em;
}
.sf-menu.menu ul li {
  color: #fff;
  background: transparent;
  width: auto;
}
.sf-menu.menu ul li > a,
.sf-menu.menu ul li > .nolink {
  padding: 0 20px;
  color: #fff;
}
.sf-menu.menu ul li.sfHover > a,
.sf-menu.menu ul li.sfHover > .nolink {
  color: #fff;
  background: #424242;
}
.sf-menu.menu ul li > a:hover,
.sf-menu.menu ul li > .nolink:hover {
  color: #52ab8d;
}
.sf-menu.menu ul li.active-trail > a,
.sf-menu.menu ul li.active-trail > .nolink,
.sf-menu.menu ul li > a.active {
  background: #212121;
}

/** Modules: 576 **/
@media screen and (min-width: 576px) {

}

/** Modules: 768 **/
@media screen and (min-width: 768px) {

}

/** Modules: 992 **/
@media screen and (min-width: 992px) {

}

/** Modules: 1200 **/
@media screen and (min-width: 1200px) {

}

 /**
 * ============================
 * Particular
 * ============================
 */

 /** Logo , title and slogan **/
.logo {
  width: 330px;
  max-height: 75px;
  margin-top: -15px;
}
.logo-title {
  flex: unset;
}
.breadcrumb {
  color: #52ab8d;
  margin-bottom: 0;
}
.page-news-event .breadcrumb span:nth-child(8),
.page-news-event .breadcrumb span:nth-child(6),
.page-news-event .breadcrumb span:nth-child(4),
.page-news-event .breadcrumb a:nth-child(9),
.page-news-event .breadcrumb a:nth-child(7),
.page-news-event .breadcrumb a:nth-child(5) {
  display: none;
}
.breadcrumb span,
.breadcrumb a {
  color: #565656;
}
.breadcrumb a:hover {
  color: #52ab8d;
}

/** Navbar **/
.navbar {
  align-items: center;
  flex: unset;
}

.not-front .main-inner .main-top {
}

/** Node **/
.node .node-content {
  color: #565656;
  font-size: .938rem;
  line-height: 1.7;
}
.node .node-content 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 */
  font-size: 1.188rem;
  font-weight: 400;
  color: #000;
}
.node .node-content 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 */
  font-size: 1.0625rem;
  font-weight: 400;
  color: #52ab8d;
}
.node .node-content h3::before {
	content: "|";
	color: #52ab8d;
	margin-right: .5em;
	font-weight: 800;
}
.node .node-content h3 {
  margin: 2.19375em 0 .4em 0;
  line-height: 1.4625;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000;
}
.node .node-content h4::before {
	content: "-";
	color: #52ab8d;
	margin-right: .5em;
	font-weight: 800;
}
.node .node-content h4 {
  margin: 2.19375em 0 .4em 0;
  line-height: 1.595;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #000;
}
.node .node-content h5 {
  margin: 2.3925em 0 .7975em 0;
  line-height: 1.595;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.node .node-content a {
  color: #52ab8d;
  text-decoration: underline;
}
.node .node-content a:hover {
  color: #278267;
}
.node .node-content p {
  font-size: .938rem;
  line-height: 1.95;
  letter-spacing: .4px;
  margin: 0 0 2.25em 0;
}
.node .node-content ul,
.node .node-content ol {
  margin: 0 0 2.25em 0;
  padding: 0;
  line-height: 1.95;
  font-size: .938rem;
}
.node .node-content table {
  margin-bottom: 1.7em;
  width: auto;
  line-height: 1.5;
  font-size: 1rem;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #2196F3;
  background: #fff;
}
.node .node-content thead {
  background: #2196F3;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.node .node-content td, 
.node .node-content th {
  margin: 0;
  padding: .5em 1em;
  overflow: visible;
  font-size: 1rem;
  border: 1px solid #388E8A;
}
.node .node-content th,
.node .node-content thead th,
.node .node-content tbody th {
  font-weight: normal;
  color: #fff;
  border-color: transparent;
  border: 1px solid #2196F3;
  background: #388E8A;
}
.node .node-content td {
 border-bottom: 1px solid #388E8A;
}
.node .node-content blockquote:before,
.node .node-content blockquote:after {
  position: absolute;
  font-size: 72px;
  color: #2196F3;
  font-family: georgia;
  line-height: 72px;
  font-weight: 700;
}

/** Particular: 576 **/
@media screen and (min-width: 576px) {

}

/** Particular: 768 **/
@media screen and (min-width: 768px) {

}

/** Particular: 992 **/
@media screen and (min-width: 992px) {

}

/** Particular: 1200 **/
@media screen and (min-width: 1200px) {

}

 /**
 * ============================
 * State
 * ============================
 */

/* =global */
.node .node-content blockquote {
  background: #ebebeb;
}
.node .node-content blockquote p,
.node .node-content blockquote {
  font-size: 1.05rem;
  font-family: kozuka-mincho-pr6n, "Microsoft PMingLiU", serif;
}
.node .node-content blockquote::before, .node .node-content blockquote::after {content: ""}
.item-list .pager .pager-previous a,
.item-list .pager .pager-first a,
.item-list .pager .pager-next a,
.item-list .pager .pager-last a {
	border: 1px solid #afafaf;
	padding: 0 .5em;
  font-size: .8rem;
}
.item-list .pager .pager-item a {
  color: #52ab8d;
  text-decoration: underline;
}
.pager-current {
	font-weight: 300;
}

.views-exposed-form .form-select-item::before,
#ctools-jump-menu .form-select-item::before {border-width: 8px 5px 0;}
.views-exposed-form .form-select-item::before,
#ctools-jump-menu .form-select-item::before {border-top-color: #52ab8d;}
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {height:auto}
.calendar-calendar th.days {
  font-size: 0.813rem;
  font-weight: normal;
  color: #565656;
  background-color: #fff;
  padding: 1px 1px 25px;
  border: none;
}
.calendar-calendar th.days.sun,
.calendar-calendar th.days.sat {color: #52ab8d}
.calendar-calendar td {
  color: #b5b5b5;
  font-weight: bold;
  border: 7px solid #fff;
  background: #f2f2f2;
}
.calendar-calendar .month-view .full td.date-box.empty,
.calendar-calendar .month-view .full td.single-day.empty {
  border: none;
  background: #fff;
}
.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {
	border: none;
	background: none;
	margin-bottom: 0px;
	word-break: unset;
}
.calendar-calendar .month-view .full td.single-day div.monthview {
  background: #faf0e2;
}
.calendar-calendar .month-view .full td.single-day .inner div a {
  color: #52ab8d;
}
.date-nav .pager {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.date-nav .pager li.title {
  color: #b6b6b6;
  font-size: 1.688rem;
}
.date-nav .pager li.date-next,
.date-nav .pager li.date-prev {
  background: none;
  position: unset;
}
.date-nav .pager li.date-next a,
.date-nav .pager li.date-prev a {
  font-size: 1.688rem;
  font-weight: normal;
}
.submitted {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.page-node .page-title {font-size: 1.688rem}
.page-node .page-title,
.submitted a {color: #52ab8d;font-weight: normal;}
.submitted a:hover {color: #278267}
.submitted .entity-list-date {
  width: 70px;
  height: 30px;
  background: #52ab8d;
  color: #fff;
  font-size: .8rem;
  line-height: 30px;
  text-align: center;
  margin-right: 1em;
}
main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 40px;
}
.page-support-sponsor main .main-top,
.page-feather main .main-top {
  margin-bottom: 0;
  border-bottom: none;
}
.page-news-event main .main-top {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.main-content .content-inner {
  padding-bottom: 50px;
}
.page-about main .main-top {
  margin-bottom: 70px;
}
.form-select-item:hover::before {
  border-top: 5px solid #52ab8d;
}

#views-exposed-form-publish-panel-pane-1 *,
#views-exposed-form-news-page-1 *,
#views-exposed-form-file-page-1 *,
#views-exposed-form-file-page-3 *,
.st-filter .container-inline *,
.st-filter .views-exposed-form * {
  font-size: .8125rem;
}
.st-filter .container-inline select.form-select,
#views-exposed-form-publish-panel-pane-1 .views-exposed-form select.form-select,
#views-exposed-form-file-page-3 .views-exposed-form select.form-select,
#views-exposed-form-file-page-1 .views-exposed-form select.form-select,
#views-exposed-form-news-page-1 .views-exposed-form select.form-select,
.st-filter .views-exposed-form select.form-select {
  border: none;
  color: #565656;
}
.st-filter .container-inline select.form-select:hover,
.st-filter .views-exposed-form select.form-select:hover {color: #52ab8d}
.st-filter .container-inline select.form-select:focus,
.st-filter .views-exposed-form select.form-select:focus {box-shadow: none;}
.st-filter .container-inline label,
#views-exposed-form-publish-panel-pane-1 .views-exposed-form label,
#views-exposed-form-file-page-1 .views-exposed-form label,
#views-exposed-form-file-page-3 .views-exposed-form label,
#views-exposed-form-news-page-1 .views-exposed-form label,
.st-filter .views-exposed-form label {
  font-weight: normal;
}
#views-exposed-form-news-page-1 .views-exposed-form label {margin-right: 1em;}
#views-exposed-form-publish-panel-pane-1 .views-exposed-form label::after,
#views-exposed-form-file-page-1 .views-exposed-form label::after,
#views-exposed-form-file-page-3 .views-exposed-form label::after,
#views-exposed-form-news-page-1 .views-exposed-form label::after,
.st-filter .container-inline label::after,
.st-filter .views-exposed-form label::after {
  content: "|";
  margin-left: 1em;
}
.st-filter .container-inline > div,
#views-exposed-form-publish-panel-pane-1 .views-exposed-widget,
#views-exposed-form-news-page-1 .views-exposed-widget,
.st-filter .views-exposed-form .views-exposed-widgets,
.st-filter .views-exposed-form .views-exposed-widget {
  display: flex;
  align-items: center;
}
.page-civicrm-contribute-transact .page-title,
.page-feather .page-title,
.page-node-87 .page-title,
.page-work .page-title,
.page-news .page-title,
.section-support .page-title,
.section-about .page-title {
  display: none;
}
.entity-list-subtitle {
  font-weight: 400;
}
.entity-list-body p,
.entity-list-body {
  font-size: 0.938rem;
  line-height: 2;
}
footer .entity-list-body p {
  margin-bottom: 23px;
  line-height: 1;
}
footer .entity-list-body p a {
  color: #565656;
}

/* =search */
.form-item.form-item-search-block-form {
  margin: 0 0 0 3.5em;
}
#search-block-form {margin-right: 1em}
#search-block-form .form-actions {
  display: none;
}
#search-block-form .form-text {
	width: 0;
  padding: 0;
  border: 0;
  border-color: transparent;
  transition: width .7s ease-in-out;
}
#search-block-form .form-text:focus,
#search-block-form:hover .form-text {
  width: 150px;
  padding: 0 4px;
  border: 1px solid #ccc;
  border-color: #999;
}
.btn.search {
  background: transparent url(images/icon_search.png) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
}
#search-block-form:hover .btn.search,
.btn.search:hover {
  background: transparent url(images/icon_search_hover.png) no-repeat center center;
  background-size: contain;
}

.sf-main-menu.menu > li:hove > ul {
}
.sf-menu.menu > li a.active {
  color: #52ab8d;
  border-bottom: 2px solid #52ab8d;
}
.sf-menu.menu > li {
	margin: 0 40px 0 0;
  line-height: 2.5;
}
@media screen and (max-width: 1280px) {
  .sf-menu.menu > li {
    margin: 0 20px 0 0;
  }
}
#superfish-2.sf-menu.menu > li {
	margin: 0 1em 0 0;
  line-height: 1;
}
.social .menu {
  display: flex;
  margin-top: 20px;
}
.social .menu li a,
#superfish-2 li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
}
li.fb a,
#menu-620-2 a {
  background: transparent url(images/icon_fb.png) no-repeat center center;
  background-size: contain;
}
li.fb a:hover,
#menu-620-2 a:hover {
  background: transparent url(images/icon_fb_hover.png) no-repeat center center;
  background-size: contain;
}
li.ig a,
#menu-621-2 a {
  background: transparent url(images/icon_ig.png) no-repeat center center;
  background-size: contain;
}
li.ig a:hover,
#menu-621-2 a:hover {
  background: transparent url(images/icon_ig_hover.png) no-repeat center center;
  background-size: contain;
}
li.en a,
#menu-816-2 a {
  background: transparent url(images/icon_en.png) no-repeat center center;
  background-size: contain;
}
li.en a:hover,
#menu-816-2 a:hover {
  background: transparent url(images/icon_en_hover.png) no-repeat center center;
  background-size: contain;
}

/* =footer */
#mini-panel-footer .panel-col-top .inside {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
#logo {
  display: block;
  width: 280px;
  height: 75px;
  margin-top: -45px;
}
#mini-panel-footer .center-wrapper .panel-col:nth-child(2) .inside .panel-separator {display: none;}
#mini-panel-footer .center-wrapper .panel-col:nth-child(2) .inside {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.c-logo {
  width: 45%;
}
.c-logo .entity-list-body {
}
.subscript {
  margin-top: 40px;
  text-align: center;
}
.subscript .btn.mail {
  background: #52ab8d;
  color: #fff;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  line-height: 38px;
  padding: 0;
  margin-right: -100px;
  text-align: unset;
}
.subscript .btn.mail:hover {background: #278267}

/* =Front */

.front.page-node.no-sidebars .main-inner {
  width: initial;
}
.font.no-sidebars .main-inner {
  width: 100%;
  max-width: none;
}

/* =carousel */
.flex-direction-nav .flex-nav-prev a {margin-left: 20px;}
.flex-direction-nav a {visibility: hidden;}
.flex-direction-nav a::before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  visibility: visible;
}
.flex-control-paging li a {
  background: rgba(251, 251, 251, 0.9);
}
.front-carousel .view-inner {
  max-width: 100%;
}
#flexslider-1 {position: relative;border: none;}
#flexslider-1 .flex-control-nav {
  position: absolute;
  bottom: 37px;
  z-index: 10;
}
#flexslider-1 .slides li {
  height:800px;
  position: relative;
}
#flexslider-1 .flex-caption {
  position: absolute;
  bottom: 123px;
  max-width: 500px;
  left: calc( (100vw - 1200px)/2);
  color: #fff;
  text-shadow: 0 0 8px #000;
}
#flexslider-1 .flex-caption .title {
  font-size: 2.063rem;
  font-weight: 400;
  margin-bottom: 30px
}
#flexslider-1 .flex-caption .body p {
  line-height: 2.3;
}
#flexslider-1 .flex-caption .more a {
  text-shadow: none;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #52ab8d;
  color: #fff;
  border-radius: 20px;
  margin-top: 30px;
}
#flexslider-1 .flex-caption .more a:hover {
  background-color: #278267;
}
.carousel-wrapper .flexslider {
  margin: 0;
  border: none;
}
.bg-carousel .flexslider .entity-list-img, .bg-carousel .flexslider div[style*="background-image"] {
	height: 100%;
}
.bg-carousel .flexslider .entity-list-img, .bg-carousel .flexslider div[style*="background-image"] {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#f-about .view-list .view-inner {
  padding: 100px 100px 133px;
}
#f-work .view-list .view-inner {
  padding: 60px 100px 54px;
}
#f-work .entity-list-subtitle,
#f-about .entity-list-subtitle {
  font-size: 1.688rem;
  text-align: center;
  margin-bottom: 56px;
}
#f-news {
  background-image: url(images/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
  margin-top: -190px;
  padding-top: 200px;
  height: 854px;
  /*height: calc(100vw*0.445);*/
  position: relative;
  pointer-events: none;
}
#f-news .more-link a {color: #fff}
#f-news .more-link a:hover {color: #278267}
#f-share .more-link a::before,
#f-news .more-link a::before {
  content: "\f105"; 
  color: #52ab8d;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#f-news .more-link {
  position: absolute;
  top: -75px;
  right: 0;
}
#f-news .pane-title a,
#f-news .pane-title {
  font-size: 1.688rem;
  font-weight: normal;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 360px) {
  #f-news .pane-title a,
  #f-news .pane-title {
    padding-left: 15px;
  }
}
#f-share .pane-title::before,
#f-news .pane-title::before {
  content: "|"; 
}
#f-share .pane-title::before {
  color: #52ab8d;
}
.page-support-fundraising #block-system-main .block-inner,
#s-news .pane-content,
.f-news.pane-content,
#f-news .pane-content {
  padding: 42px 20px 0;
  pointer-events: visible;
}
#s-news .pane-content::after,
.f-news.pane-content::after,
#f-news .pane-content::after {
  display: none;
}
.fundraising-list.entity-list .view-content,
#s-news .entity-list .view-content,
.s-news.entity-list .view-content,
.f-news .entity-list .view-content,
#f-news .entity-list .view-content {
  display: flex;
  /*justify-content: space-between;*/
  margin-left: -30px;
  margin-right: -30px;
}
.fundraising-list.entity-list .view-content,
.s-news.entity-list .view-content,
#s-news .entity-list .view-content {flex-flow: row wrap}
.fundraising-list.entity-list .entity-row,
.s-news.entity-list .entity-row,
#s-news .entity-list .entity-row,
.f-news .entity-list .entity-row,
#f-news .entity-list .entity-row {
  width: 330px;
  background: #fff;
  min-height: 540px;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
.s-news.entity-list .entity-row,
#s-news .entity-list .entity-row {margin-bottom: 45px}
.fundraising-list.entity-list .view-content::after,
.s-news.entity-list .view-content::after,
#s-news .entity-list .view-content::after,
.f-news .entity-list .view-content::after,
#f-news .entity-list .view-content::after {display: none}
.s-news.entity-list .entity-row:hover .entity-list-date,
#s-news .entity-list .entity-row:hover .entity-list-date,
.f-news .entity-list .entity-row:hover .entity-list-date,
#f-news .entity-list .entity-row:hover .entity-list-date  {
  background: #fff;
  color: #52ab8d;
}
.s-news .entity-list-date,
#s-news .entity-list-date,
.f-news .entity-list-date,
#f-news .entity-list-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  background: #52ab8d;
  color: #fff;
  font-size: .8rem;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}
.fundraising-list.entity-list .entity-list-title {margin-top: 1em;}
.fundraising-list.entity-list .entity-list-title,
.s-news .entity-list-title,
#s-news .entity-list-title,
.s-news .entity-list-taxo,
#s-news .entity-list-taxo,
.f-news .entity-list-title,
.f-news .entity-list-taxo,
#f-news .entity-list-title,
#f-news .entity-list-taxo {
  padding: 0 20px;
}
.s-news .entity-list-taxo a,
#s-news .entity-list-taxo a,
.s-news .entity-list-taxo,
#s-news .entity-list-taxo,
#f-news .entity-list-taxo a,
.f-news .entity-list-taxo a,
.f-news .entity-list-taxo,
#f-news .entity-list-taxo {
  color: #52ab8d;
  font-size: 0.813rem;
  padding-top: 15px;
  margin-bottom: 10px;
}
.fundraising-list.entity-list .entity-list-title,
.s-news .entity-list-title,
#s-news .entity-list-title,
.f-news .entity-list-title,
#f-news .entity-list-title {
  font-size: 1.188rem;
  padding-bottom: 15px;
  height: 64px;
  line-height: 1.25;
  overflow: hidden;
}
.fundraising-list.entity-list .entity-list-title a,
.s-news .entity-list-title a,
#s-news .entity-list-title a,
.f-news .entity-list-title a,
#f-news .entity-list-title a {
  word-break: break-word;
}
.fundraising-list.entity-list .entity-list-body,
.s-news .entity-list-body,
#s-news .entity-list-body,
.f-news .entity-list-body,
#f-news .entity-list-body {
  border-bottom: 1px solid #afafaf; 
  margin: 0 20px;
  padding-bottom: 20px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.fundraising-list.entity-list .entity-list-body::after,
.s-news .entity-list-body::after,
#s-news .entity-list-body::after,
.f-news .entity-list-body::after,
#f-news .entity-list-body::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
}
.fundraising-list.entity-list .entity-list-more-link,
.s-news .entity-list-more-link,
#s-news .entity-list-more-link,
.f-news .entity-list-more-link,
#f-news .entity-list-more-link {
  text-align: center;
  font-size: 0.813rem;
  padding-top: 1em;
}
.fundraising-list.entity-list .entity-list-more-link a,
.s-news .entity-list-more-link a,
#s-news .entity-list-more-link a,
.f-news .entity-list-more-link a,
#f-news .entity-list-more-link a {
  color: #afafaf;
}
.fundraising-list.entity-list .entity-list-more-link a:hover,
.s-news .entity-list-more-link a:hover,
#s-news .entity-list-more-link a:hover,
.f-news .entity-list-more-link a:hover,
#f-news .entity-list-more-link a:hover {
  color: #52ab8d;
}
#f-links {
  background-image: url(images/bg-flinks.jpg);
  background-color: #ccc;
	background-repeat: no-repeat;
	background-size: cover;
  background-position-x: 75%;
  background-position-y: 65%;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #f-links {
    background-image: url(images/fm-work.jpg);
    height: calc( 100vw * 500 / 750);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1580px) {
  #f-links {
    background-position-x: -170px;
  }
}
#f-links.full-width-container .pane-content {
  max-width: 1920px;
  display: flex;
  justify-content: flex-end;
  padding:0;
}
.f-links .view-content,
#f-links .view-content,
.f-links .entity-list,
#f-links .entity-list {
  width: 380px;
  height: 600px;
  background-color: #52ab8d;
}
.f-links .entity-list a,
#f-links .entity-list a {color: #fff;font-size: 1.188rem}
.f-links .view-content::after,
#f-links .view-content::after {display: none}
.f-links .view-content,
#f-links .view-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 10px 0;
}
.f-links .view-content .views-row,
#f-links .view-content .views-row {
  padding: 10px 20px 10px 30px;
}
.f-links .view-content .views-row:hover,
#f-links .view-content .views-row:hover {
  background: #278267;
}
.f-links .view-content .views-row img,
#f-links .view-content .views-row img {
  margin-right: 40px;
}
#f-our-work .entity-list-more-link {
  text-align: center;
  margin: 47px auto 44px;
}
.support-list .entity-list-more-link a,
.pane-about .entity-list-more-link a,
#f-our-work .entity-list-more-link a {
  font-size: 0.938rem;
  display: inline-block;
  width: 160px;
  height: 40px;
  border: 1px solid #52ab8d;
  border-radius: 20px;
  line-height: 40px;
}
#f-our-work .entity-list-more-link a i {display: none}
.dl-pane,
#f-share {
  background-color: #e4e3d9;
  position: relative;
  padding-bottom: 38px;
}
.dl-pane {
  padding-top: 40px;
}
#f-share .pane-title {
  padding: 66px 20px 42px;
}
#f-share .more-link {
  position: absolute;
  top: -68px;
  right: 22px;
}
#f-share .views-row {
  margin-bottom: 42px;
}
#f-share .views-row-inner {
  display: flex;
  margin: 0 20px;
  background: #fff;
  max-height: 250px;
}
#f-share .views-row-inner .lf-pane {
  margin-right: 52px;
  position: relative;
}
#f-share .views-row-inner .lf-pane .entity-list-img {
  width: 330px;
}
#f-share .views-row-inner .lf-pane .entity-list-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #52ab8d;
  color: #fff;
  font-size: .8rem;
}
#f-share .views-row-inner:hover .lf-pane .entity-list-date {
  background: #fff;
  color: #52ab8d;
}
#f-share .rt-pane {
  position: relative;
  padding-right: 0px;
  max-height: 250px;
  width: 100%;
}
#f-share .rt-pane .entity-list-title {
  font-size: 1.438rem;
  margin: 20px 0 20px;
  max-height: 80px;
  overflow: hidden;
}
#f-share .rt-pane .entity-list-body h1 {line-height: .5}
#f-share .rt-pane .entity-list-body p,
#f-share .rt-pane .entity-list-body {
  height: 72px;
  overflow: hidden;
  position: relative;
}
#f-share .rt-pane .entity-list-body::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index: 1;
  /*background: linear-gradient(rgba(255,255,255,0),rgb(255,255,255));*/
}
#f-share .rt-pane .entity-list-more-link a {color: #afafaf}
#f-share .rt-pane .entity-list-more-link a:hover {color: #52ab8d;background: transparent}
#f-share .rt-pane .entity-list-more-link {
  background: linear-gradient(rgba(255,255,255,0.8),rgb(255,255,255));
  font-size: 0.813rem;
  text-align: center;
  padding: 1em 0;
  width: calc( 100% - 20px );
  border-top: 1px solid #afafaf;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
#f-support {
  background-image: url(images/bg03.png);
	background-repeat: no-repeat;
	background-size: cover;
  margin-top: -20px;
  padding-top: 140px;
  /*height: calc(100vw*0.27);*/
  height: 500px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #f-support {
    background-image: url(images/fm-support.jpg);
    height: calc( 100vw * 500 / 750 );
    min-height: 500px;
  }
}
.page-feather-publish #f-support,
.page-node-87 #f-support {margin-top: -70px}
#f-support .view-content {
  color: #fff;
  text-align: center;
}
#f-support .entity-list-subtitle::before {
  content: '\\';
  font-size: .8em;
  margin-right: 18px;
}
#f-support .entity-list-subtitle::after {
  content: '/';
  font-size: .8em;
  margin-left: 18px;
}
#f-support .entity-list-subtitle {
  font-size: 2.063rem;
  line-height: 1;
  margin-bottom: 56px;
}
#f-support .entity-list-more-link {
  text-align: center;
  margin-top: 36px;
}
#f-support .entity-list-more-link a {
  background: #fff;
  color: #52ab8d;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #52ab8d;
  border-radius: 20px;
}
#f-support .entity-list-more-link a i {display: none}

.entity-list-more-link a:hover {
  color: #278267;
}
.support-list .entity-list-more-link a:hover,
.pane-about .entity-list-more-link a:hover,
#about .entity-list-more-link a:hover,
#f-support .entity-list-more-link a:hover,
#f-our-work .entity-list-more-link a:hover {
  color: #fff;
  background: #52ab8d;
}

/* =tbar */
.t-bar,
.section-about .t-bar {
  height: 360px;
  background-image: url(images/about/t-about.jpg);
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-node-87 .t-bar,
.section-news .t-bar {
  background-image: url(images/news_kv.jpg);
}
.section-work .t-bar {
  background-image: url(images/work/vision.png);
}
.page-feather .t-bar {
  background-image: url(images/feather/vision_book.jpg);
}
.page-civicrm-contribute-transact .t-bar,
.section-support .t-bar {
  background-image: url(images/feather/vision_support.jpg);
}
.section-title {
  font-size: 2.063rem;
  color: #fff;
  margin-bottom: 74px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .t-bar {
    height: calc( 100vw * 500 / 750 );
  }
  .section-about .t-bar {
    background-image: url(images/tm-about.jpg);
  }
  .section-news .t-bar {
    background-image: url(images/tm-news.JPG);
  }
  .section-work .t-bar {
    background-image: url(images/tm-work.jpg);
  }
  .page-feather .t-bar {
    background-image: url(images/tm-feather.jpg);
  }
  .page-civicrm-contribute-transact .t-bar,
  .section-support .t-bar {
    background-image: url(images/tm-support.jpg);
  }
}

/* =about */
.support-list.grid-list > .view-inner > .view-content,
.pane-about .grid-list > .view-inner > .view-content {
  justify-content: space-around;
  margin-bottom: 100px;
}
.support-list.grid-list .entity-row,
.pane-about .grid-list .entity-row {
  flex-basis: 22%;
}
.page-work .pane-about .grid-list .entity-row {
  margin-bottom: 80px;
}
.support-list.grid-list .entity-row .entity-row-inner,
.pane-about .grid-list .entity-row .entity-row-inner {
  display: flex;
  flex-direction: column;
}
.support-list.grid-list .entity-row .entity-row-inner,
#work .pane-about .grid-list .entity-row .entity-row-inner {
  align-items: center;
}
.pane-about .entity-list-img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 160px;
  height: 160px;
  border: 1px solid #afafaf;
  border-radius: 80px;
}
.pane-about .entity-list-img:hover {border-color: #52ab8d}
.page-work .pane-about .entity-list-img {
  clip-path: circle(50% at 50% 50%);
  background-color: #849992;
}
.page-work .pane-about .entity-list-img:hover {
  background-color: #52ab8d;
}
.page-work .pane-about .entity-list-img a {
  width: 45%;
  height: 45%;
}
.support-list .entity-list-title,
.pane-about .entity-list-title {
  align-self: center;
  font-size: 1.438rem;
  margin: 40px auto;
}
.support-list .entity-list-title,
.page-work .pane-about .entity-list-title {
	align-self: center;
	font-size: 1.438rem;
	margin: 40px auto;
	font-weight: 300;
	color: #565656;
}
.support-list .entity-list-more-link,
.pane-about .entity-list-more-link {
  text-align: center;
  margin-top: 50px;
}
.support-list .icon-link,
#work .pane-about .icon-link {
  width: 160px;
  height: 160px;
}
.support-list .icon-link:hover,
#work .pane-about .icon-link:hover {
  filter: contrast(.7);
}
.support-list .entity-list-more-link,
.page-work .pane-about .entity-list-more-link {
  margin-top: 0;
}
#about-partner .node .node-content {padding:0 100px;margin-bottom: 90px;}
.feather-list,
#about-partner-list {
  background-color: #e3e3da;
  padding: 100px 0;
  margin-bottom: -50px;
}
.name-iba-region {
  padding: 0;
}
.name-iba-region .view-content {padding-top: 3em;}
.name-iba-region .entity-row {
  flex: 0 0 25%;
  padding-bottom: 50px;
}
#views-exposed-form-iba-embed-1 {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
  background: #fff;
}
#views-exposed-form-iba-embed-1 .views-exposed-form .views-exposed-widgets {
  display: flex;
  justify-content: center;
}
#edit-field-cate-location-tid-wrapper {
  display: flex;
	align-items: center;
  margin: 1em 0 2em;
}
#edit-field-cate-location-tid-wrapper label {margin-right: 1em;}
.page-feather-miscellaneous .feather-list {padding-top:40px}
#about-partner-list .grid-list > .view-inner > .view-content {
	margin-right: -20px;
	margin-left: -20px;
}
.partner-list.grid-list .entity-row,
.page-feather .grid-list .entity-row,
#about-partner-list .grid-list .entity-row {
  flex: 0 0 25%;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 50px;
}
.clip-box {
	clip-path: polygon(10% 0, 100% 1%, 100% 100%, 0 100%, 0 10%);
	display: block;
}
.partner-list.grid-list .entity-row .clip-box,
.page-feather .grid-list .entity-row .clip-box {
  clip-path: none;
}
.clip-box h3 {
	background-color: #fff;
	color: #52ab8d;
	display: flex;
	justify-content: space-between;
	font-size: 1.0625rem;
	font-weight: normal;
	min-height: 50px;
	align-items: center;
	padding: 5px 10px;
	line-height: 1;
}
.clip-box h3::after {
  content: ">";
	color: #fff;
}
.clip-box:hover h3 {
	background-color: #52ab8d;
	color: #fff;
}
.clip-box:hover h3::after {
  color: #fed143;
}

.dl-pane .view-grouping-header {
  font-size: 1.0625rem;
  color: #52ab8d;
  margin-bottom: .8em;
}
.page-support-finance #f-support {
  margin-top: -70px;
}
.view-finance {
  padding-bottom: 100px;
  margin-top: -43px;
}
.view-finance .view-content table {
  width: 960px;
  margin: 0 auto;
}
.dl-pane .view-grouping-content table {
  width: 100%;
}
.dl-pane .view-grouping-content table caption {
  padding-bottom: 2em;
}
.view-finance .view-content table tr,
.dl-pane .view-grouping-content table tr {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 1em;
  border-radius: 20px;
  padding: 5px 40px;
  box-shadow: 1px 2px rgba(0,0,0,.1);
  background: #fff;
}
.view-finance .view-content table tr .views-field-title,
.dl-pane .view-grouping-content table tr .views-field-title {
  width: 70%;
}
.view-finance .view-content table tr .views-field-created,
.dl-pane .view-grouping-content table tr .views-field-created {
  width: 20%;
  font-size: 0.813rem;
  color: #b1b1b1;
  text-align: right;
  padding-right: 1em;
}
.view-finance .view-content table tr .views-field-view,
.dl-pane .view-grouping-content table tr .views-field-view {
  width: 10%;
}
.dl-files .view-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dl-files span {line-height: 1}
.dl-files span a {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
  text-indent: -9999em;
  background-size: contain;
  background-repeat: no-repeat;
}
.dl-files span a:hover {
  background-size: contain;
}
.dl-files span a.pdf {
  background-image: url(images/work/PDF.png);
}
.dl-files span a.pdf:hover {
  background-image: url(images/work/PDF_hover.png);
}
.dl-files span a.xlsx {
  background-image: url(images/work/Excel.png);
}
.dl-files span a.xlsx:hover {
  background-image: url(images/work/Excel_hover.png);
}
.dl-files span a.txt {
  background-image: url(images/work/En.png);
}
.dl-files span a.txt:hover {
  background-image: url(images/work/En_hover.png);
}
.page-feather-publish- .main-top .view-content,
.page-feather-publish .main-top .view-content {
  display: flex;
  font-size: .938rem;
}
@media screen and (max-width: 1200px) {
  .page-feather-publish- .main-top .view-content,
  .page-feather-publish .main-top .view-content {
    margin-top:1em;
  }
}
.page-feather-publish- .main-top .view-content .views-row,
.page-feather-publish .main-top .view-content .views-row {
  margin-right: 1em;
}
.page-feather-publish- .main-top .view-content .views-row-inner .field-content::after,
.page-feather-publish .main-top .view-content .views-row-inner .field-content::after {
  content: "|";
  margin-left: 1em;
}
.page-feather-publish- .main-top .view-content .views-row-last .views-row-inner .field-content::after,
.page-feather-publish .main-top .view-content .views-row-last .views-row-inner .field-content::after {
  content: "";
  margin-left: 0;
}
.full-width-container.name-iba-map .pane-content {
  max-width: unset;
  width: 100%;
  padding: 0;
}
.view-content-block.view-display-id-panel_pane_1 {
  padding-bottom: 2em;
}
#iba .view-content-block.view-display-id-panel_pane_1 .view-inner {
  padding: 0 100px;
}

/* =crm */
.crm-container-md .crm-form-elem input[type="file"], .crm-container-md .crm-form-elem input[type="text"], .crm-container-md .crm-form-elem input[type="number"], .crm-container-md .crm-form-elem input.form-text, .crm-container-md .crm-form-elem input.form-number, .crm-container-md .crm-form-elem select, .crm-container-md .crm-form-elem select.form-select, .crm-container-md .crm-form-elem textarea, .crm-container-md .crm-form-elem textarea.form-textarea {
  font-size: 0.938rem;
}
.crm-container label.error,
.crm-container-md .crm-form-radio, .crm-container-md .crm-form-checkbox, .crm-container-md .crm-form-radio, .crm-container-md .crm-form-checkbox,
#intro_text {
  font-size: 0.938rem;
}
.intro_text_outer,
.page-civicrm .main-content {
  background-color: #e3e3da;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.intro_text_outer {
  background-color: #fff;
  padding: 0 20px 2em;
}
.crm-container fieldset {
  box-shadow: none;
  border: none;
}
.crm-container fieldset legend {
  font-size: 1.0625rem;
  color: #52ab8d;
  font-weight: 500;
}
.crm-container label,
.crm-container .is_recur-section label.crm-form-elem span.elem-label {font-weight: normal;}
.crm-container-md .crm-form-elem input[type="text"]:focus, .crm-container-md .crm-form-elem input[type="number"]:focus, .crm-container-md .crm-form-elem input.form-text:focus, .crm-container-md .crm-form-elem input.form-number:focus, .crm-container-md .crm-form-elem select:focus, .crm-container-md .crm-form-elem select.form-select:focus, .crm-container-md .crm-form-elem textarea:focus, .crm-container-md .crm-form-elem textarea.form-textarea:focus,
.crm-container-md .crm-form-elem input[type="file"], .crm-container-md .crm-form-elem input[type="text"], .crm-container-md .crm-form-elem input[type="number"], .crm-container-md .crm-form-elem input.form-text, .crm-container-md .crm-form-elem input.form-number, .crm-container-md .crm-form-elem select, .crm-container-md .crm-form-elem select.form-select, .crm-container-md .crm-form-elem textarea, .crm-container-md .crm-form-elem textarea.form-textarea {
  border-width: 1px !important;
}
.crm-container .crm-section, .crm-section {
	margin-bottom: 2rem;
}
.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: #52ab8d;
}
.crm-button-type-upload button:hover, .crm-button-type-upload button:focus, .crm-button-type-upload input[type="button"]:hover, .crm-button-type-upload input[type="button"]:focus, .crm-button-type-upload .button:hover, .crm-button-type-upload .button:focus, .crm-button-type-upload .form-submit:hover, .crm-button-type-upload .form-submit:focus, .crm-button-type-next .form-submit:hover, .crm-button-type-next .form-submit:focus, .crm-container #register-me:hover, .crm-container #register-me:focus, .crm-container a.button.crm-register-button:hover, .crm-container a.button.crm-register-button:focus {
	background: #278267;
}
.price-set-row label input {margin-right: 1em;}
.crm-form-select.crm-form-select-single {
  position: relative;
}
.crm-form-select.crm-form-select-single .form-select {
	display: block;
	margin: 0;
	padding: 5px 0;
	font-size: 1rem;
	color: #424242;
	line-height: 1.5;
	outline: 0;
	border: none !important;
	border-bottom: 2px solid #9E9E9E !important;
	border-radius: 0 !important;
	background: none !important;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.crm-form-select.crm-form-select-single::after,
.crm-container-md .crm-form-select-single::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 18px 5px 0 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #555;
	pointer-events: none;
}
.crm-form-select.crm-form-select-single::after,
.crm-container-md .crm-form-select-single::after {
	border-top: 5px solid #52ab8d;
}

/*#views-exposed-form-file-page-3 .views-exposed-form .views-exposed-widget {margin-left: 2em;}*/
/*#views-exposed-form-file-page-1 .views-exposed-form .views-exposed-widget {margin-left: 2em;}*/
.s-news .views-exposed-form .views-exposed-widget,
#views-exposed-form-file-page-3 .views-exposed-form .views-exposed-widget,
#views-exposed-form-file-page-1 .views-exposed-form .views-exposed-widget,
.view-publish .views-exposed-form .views-exposed-widget {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s-news .views-exposed-form .views-exposed-widget label,
#views-exposed-form-file-page-3 .views-exposed-form .views-exposed-widget label,
#views-exposed-form-file-page-1 .views-exposed-form .views-exposed-widget label,
.view-publish .views-exposed-form .views-exposed-widget label {
  margin-right: 1em;
}
#block-netivism_share-share {
  text-align: right;
  margin: 1em 0;
}
.share-buttons .share-buttons-list > li > a {
  border-radius: unset;
}
.share-buttons .share-buttons-list > li > a.line {
	background-color: #939393;
}
.share-buttons .share-buttons-list > li > a.line:hover {
	background-color: #4cb234;
}

/* =mobile */

#mobile-logo {
  margin: unset;
}
#mobile-nav-toggle-wrapper {
  top: 18px;
  left: unset;
  right: 10px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #52ab8d;
}
.mobile-mm-nav .mm-navbar {
	background: #52ab8d;
}
@media screen and (max-width: 1200px) {
  .full-width-container > .view-inner {
    padding: 0;
  }
  .bg-carousel .flexslider .entity-list-img.is-desktop {
    display: block !important;
  }
  #flexslider-1 {position: relative;border: none;}
  #flexslider-1 .flex-control-nav {
    position: absolute;
    bottom: 37px;
    z-index: 10;
  }
  #flexslider-1 .slides li {
    height: calc(100vh - 80px);
    position: relative;
  }
  #flexslider-1 .flex-caption {
    position: absolute;
    top: 100px;
    max-width: 350px;
    left: calc( (100vw - 350px)/2);
  }
  #flexslider-1 .flex-caption .title {
    font-size: 2.063rem;
    font-weight: 400;
    margin-bottom: 30px
  }
  #flexslider-1 .flex-caption .body p {
    line-height: 2.3;
  }
  #flexslider-1 .flex-caption .more a {
    text-shadow: none;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #52ab8d;
    color: #fff;
    border-radius: 20px;
    margin-top: 30px;
  }
  #flexslider-1 .flex-caption .more a:hover {
    background-color: #278267;
  }
  .mobile-mm-nav .mm-listview > li > a.active {
    color: #52ab8d;
  }
  #f-about .view-list .view-inner {
    padding: 100px 10px 250px;
  }
  #f-work .view-list .view-inner {
    padding: 60px 10px 54px;
  }
  .f-news.pane-content {
    padding: unset;
    margin-top: -600px;
  }
  .f-news .entity-list .view-content {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    width: 330px;
  }
  .f-news .entity-list .entity-row {margin: unset;margin-bottom: 2em;}
  .pane-content.f-links {
    margin-top: -100px;
  }
  .f-links .entity-list,
  .f-links .view-content {
    width: 100%;
  }
  #f-support {background-position-x: 90%}
  #mini-panel-footer .center-wrapper {
    display: flex;
    flex-flow: column-reverse;
  }
  #mini-panel-footer .center-wrapper .panel-panel {
    width: 100%;
    margin-bottom: 1em;
  }
  #mini-panel-footer .center-wrapper .panel-panel .inside {margin-right: 0}
  #mini-panel-footer .center-wrapper .panel-panel:nth-child(2) {
  }
  .subscript {margin-top: 0}
  .subscript .btn.mail {margin-right: unset;}
}
@media screen and (max-width: 768px) {
  .view-finance .view-content table {
    width: 95%;
  }
  .view-finance .view-content table tr .views-field-created {padding-right: 2em}
  #f-share .rt-pane .entity-list-title {
		margin: 20px 0;
	}
  .fundraising-list.entity-list .entity-row,
  .s-news.entity-list .entity-row,
  #s-news .entity-list .entity-row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pane-view-news-event {
    overflow-x: auto;
  }
  .calendar-calendar {
    min-width: 690px;
  }
  .dl-pane.full-width-container .pane-content {
		padding-left: 0;
		padding-right: 0;
	}
  #mobile-logo > img {
    max-height: 50px;
    scale: 1.5;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  #logo {
    display: block;
    width: 280px;
    height: 75px;
    margin-top: -30px;
  }
  #f-share .views-row-inner {
		display: flex;
    flex-flow: column;
    width: 330px;
		margin: 0 auto;
		max-height: unset;
	}
  #f-share .views-row-inner .lf-pane,
  #f-share .views-row-inner .rt-pane {
    margin-right: 0;
  }
  #f-share .views-row-inner .rt-pane {
    padding: 0 10px;
  }
  #f-share .views-row-inner .rt-pane .entity-list-body {
    height: 110px;
  }
  #about-partner .node .node-content {
    padding: 0;
  }
  .page-feather .grid-list .entity-row,
  #about-partner-list .grid-list .entity-row {
    flex: 0 0 50%;
  }
  .fundraising-list.entity-list .view-content,
  .s-news.entity-list .view-content,
  #s-news .entity-list .view-content {
    justify-content: center;
  }
  main .main-top {
    align-items: unset;
    flex-flow: column;
  }
  .st-filter .views-exposed-form .views-exposed-widgets {
    flex-flow: column;
    align-items: flex-start;
  }
  .dl-pane.full-width-container .pane-content {
		padding-left: 20px;
		padding-right: 20px;
	}
  .dl-pane .view-grouping-content table tr {align-items: flex-start;padding: 5px 20px}
  .dl-pane .view-grouping-content table tr .views-field-title {width: 58%}
}
@media screen and (max-width: 414px) {
  #f-support .pane-content {margin-top: -2em}
  .pane-about .grid-list .entity-row {flex-basis: auto}
  .dl-pane .view-grouping-content table tr .views-field-title {width: 44%}
  .dl-pane .view-grouping-content table tr .views-field-created {width: 25%}
  .page-feather .grid-list > .view-inner > .view-content {justify-content: center;}
  .page-feather .grid-list .entity-row {
    flex: 0 0 270px;
  }
}
@media screen and (max-width: 375px) {
  #logo {width: 230px}
  #f-news {background-position-x: 10%}
}
@media screen and (max-width: 768px) {
  .s-news.entity-list .view-content,
  #s-news .entity-list .view-content {
    justify-content: center;
  }
}

.page-taxonomy li.node-readmore {
  margin-left: 0;
}
.page-taxonomy .node-footer {
  margin-bottom: 1em;
}
.page-taxonomy .node-inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.c-img {text-align: center}


/* node add/edit */
#edit-field-details-und-0-paragraph-bundle-title {
  display: none;
}
.field-widget-paragraphs-embed input.paragraphs-add-more-submit {
  padding: 15px 30px;
  background: #52ab8d;
  font-size: 16px;
}
.horizontal-tabs ul.horizontal-tabs-list .selected strong {
  color: #52ab8d;
}