/* 
*  Main CSS Index File
*
*/
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
	= General	
*******************************************************************************************/
html {
  overflow-x: hidden; }

body {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1168px; }

body {
  font: 400 16px/1.4em "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  padding-bottom: 0;
  background-color: white; }

img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #E5E5E5;
  padding: 5px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  max-width: 100% !important; }
  .wp-caption img {
    width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 3px;
    color: #7f7f7f; }

.alignleft {
  float: left;
  margin-right: 15px; }

.aligncenter {
  margin: 15px auto;
  display: block; }

.alignright {
  float: right;
  margin-left: 15px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

a {
  color: #BA161B; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

p {
  margin-bottom: 15px; }

blockquote,
blockquote * {
  color: #4d4d4d;
  font: 800 18px/140% "Open Sans", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  margin-bottom: 2em;
  border-left-color: #E33E22; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 30px 0 15px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px;
  text-transform: uppercase; }

> h2 {
  font-size: 40px; }

ul {
  padding-left: 30px;
  list-style-type: square;
  margin-bottom: 15px; }
  ul ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    ul ul ul {
      list-style-type: circle; }

ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px; }
  ol ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    ol ul ul {
      list-style-type: circle; }
  ol ol {
    padding-left: 20px; }

.btn {
  border: none;
  margin: 15px 0;
  font-family: "Changa One", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  color: white;
  background-color: black;
  padding-left: 30px;
  padding-right: 30px; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  body {
    font-size: 18px; } }

/* Desktop ******************************************************/
/* 
*  Vendor File Index
*
*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* Custom Styles */
.slider {
  background-image: linear-gradient(-180deg, #E33E22 3%, #BA161B 100%);
  margin-bottom: 10px; }
  .slider .flexslider {
    background: transparent;
    border: none;
    padding: 20px 20px 0 20px;
    margin-bottom: 0; }

.flexslider.container {
  padding-left: 0;
  padding-right: 0; }

.flex-direction-nav a:before {
  line-height: 40px;
  overflow: hidden; }

.flexslider .slides > li {
  position: relative; }

.flex-active-slide a:hover {
  text-decoration: none; }

.slide-caption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: white;
  padding: 20px; }

.slide-image {
  padding-left: 20px;
  padding-right: 20px; }

.slide-caption h3 {
  text-transform: uppercase;
  font-family: "Changa One", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 24px;
  color: #fff; }

.slide-caption h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3em;
  color: #fff; }

.slide-caption .btn {
  background: #000; }
  .slide-caption .btn:hover {
    background: black;
    transition: all 0.3s ease; }
  .slide-caption .btn:active {
    background: black; }
  .slide-caption .btn:hover {
    color: #E33E22; }

.flex-control-nav {
  bottom: -5px; }

.flex-control-paging li a {
  width: 50px;
  height: 5px; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/* Tablet ***************************************************************/
@media screen and (max-width: 768px) {
  .flex-direction-nav {
    display: none; } }

@media (min-width: 768px) {
  .flex-control-nav {
    text-align: left; }
  .slider .flexslider {
    padding-bottom: 20px; }
  .slide-caption {
    padding: 0 20px; } }

@media (min-width: 992px) {
  .slide-caption h3 {
    font-size: 36px; }
  .slide-caption h4 {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -10px; }
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -10px; } }

/* 
*  Template File Index
*
*/
/*
	= Footer 	
*******************************************************************************************/
#footer-action {
  background: #F8F7F5;
  background-image: radial-gradient(50% 74%, rgba(255, 255, 255, 0.05) 8%, rgba(72, 59, 8, 0.05) 96%);
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
  margin-top: 50px; }
  #footer-action .widget {
    margin: 0 auto 2em;
    max-width: 500px; }
  #footer-action h3.widget-title {
    display: none; }
  #footer-action ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer-action ul .btn {
      display: block;
      margin-bottom: 10px; }
  #footer-action .btn-stayconnected {
    background: #000;
    margin-top: 0;
    white-space: normal;
    color: #BA161B;
    font-size: 24px; }
    #footer-action .btn-stayconnected:hover {
      background: black;
      transition: all 0.3s ease; }
    #footer-action .btn-stayconnected:active {
      background: black; }
    #footer-action .btn-stayconnected small {
      display: block;
      color: white;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 16px; }
    #footer-action .btn-stayconnected:hover {
      background: #BA161B;
      color: #fff; }
  #footer-action .custom-html-widget {
    overflow: hidden; }
  #footer-action .btn-default {
    color: #000;
    background: transparent;
    text-align: left;
    font-size: 20px; }
    #footer-action .btn-default .svg-inline--fa {
      margin-right: 10px;
      color: #BA161B; }
    #footer-action .btn-default::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      transition: width .3s; }
    #footer-action .btn-default:hover::after {
      width: 0%; }

footer {
  color: white;
  background-color: black;
  text-align: left;
  border-top: 1px solid #E5E5E5;
  padding-bottom: 20px; }
  footer .widget-title {
    display: none; }
  footer p {
    margin-bottom: 0; }
  footer .container {
    position: relative; }
  footer img {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 15px; }
  footer .textwidget {
    color: #525252;
    padding-top: 10px;
    border-top: 1px solid #141414;
    clear: both;
    font-size: 12px;
    text-align: center; }
    footer .textwidget a {
      color: white !important; }

#menu-footer-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  float: right;
  padding: 0;
  font-size: 12px; }
  #menu-footer-menu li {
    list-style: none;
    display: inline;
    margin-right: 10px; }
    #menu-footer-menu li a {
      color: white; }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  footer img {
    width: 75px;
    margin-top: 20px; }
  footer .textwidget {
    font-size: 18px;
    text-align: left;
    margin-left: 200px; }
  #menu-footer-menu {
    float: none;
    font-size: 18px;
    margin-left: 200px;
    margin-bottom: 20px; } }

/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/*
	= Header	
*******************************************************************************************/
/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-wrapper .navbar .container {
  width: auto; }

.navbar {
  border: none;
  margin-bottom: 0; }

.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.brand {
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 70px; }
  .brand h1 {
    overflow: hidden;
    margin: 0; }

.site-description {
  display: none; }

#topright {
  float: right;
  margin-right: -15px;
  margin-top: 15px; }
  #topright .menu {
    margin-top: 15px; }
  #topright ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    #topright ul li {
      display: inline-block;
      margin-right: 5px; }
      #topright ul li a {
        display: inline-block;
        text-align: center;
        border-radius: 2px;
        color: gray;
        border: 1px solid #E5E5E5;
        padding: 0 7px;
        line-height: 30px;
        width: 30px;
        background-color: white;
        transition: all 0.3s ease-in-out; }
        #topright ul li a:hover {
          color: white;
          background-color: black; }
      #topright ul li:last-child {
        margin-right: 0; }
    #topright ul li.social-icon {
      font-family: fontAwesome; }
    #topright ul .facebook {
      margin-right: -6px; }
      #topright ul .facebook a {
        border-radius: 2px 0px 0px 2px; }
    #topright ul .twitter a {
      border-radius: 0px 2px 2px 0px;
      margin-left: -1px; }
    #topright ul .btn-chinese a {
      width: auto;
      text-decoration: none; }
    #topright ul .btn-donate {
      border-radius: 2px;
      font-family: "Changa One", Helvetica, Arial, sans-serif;
      font-weight: normal; }
      #topright ul .btn-donate a {
        border: none;
        color: white;
        padding: 1px 15px;
        background: #BA161B;
        width: auto;
        font-weight: normal;
        transition: all 0.3s ease-in-out; }
        #topright ul .btn-donate a:hover {
          background: #E33E22;
          text-decoration: none; }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  #topright {
    margin-bottom: 36px;
    overflow: hidden;
    padding-right: 15px; }
    #topright ul li a {
      line-height: 50px;
      font-size: 24px;
      width: 50px; }
    #topright ul li.btn-donate a {
      padding: 1px 30px; }
  .brand {
    max-width: 100px; }
  .navbar-wrapper .navbar .container {
    padding-left: 0;
    padding-right: 0; } }

/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  #topright {
    margin-bottom: 33px; } }

/* Desktop ******************************************************/
@media (min-width: 1200px) {
  #topright {
    margin-bottom: 30px; } }

/*
	= Home 	
*******************************************************************************************/
.mainpage .maincontent {
  background-color: #FFF; }
  .mainpage .maincontent h3 {
    font-family: "Changa One", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

#updates .thumbnail {
  background-image: linear-gradient(-180deg, #E33E22 3%, #BA161B 100%);
  padding: 0;
  overflow: hidden;
  border: none; }

#updates img {
  margin-bottom: 1em;
  width: 100%;
  transition: all 0.3s ease-in-out; }
  #updates img:hover {
    opacity: 0.9; }

#updates .caption {
  padding: 15px; }

#updates a, #updates h4 {
  color: white;
  transition: color 0.2s ease-in; }
  #updates a:hover, #updates h4:hover {
    color: black;
    text-decoration: none; }

#updates h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-family: "Changa One", Helvetica, Arial, sans-serif;
  margin-top: 0;
  color: white;
  font-size: 20px; }

#updates p {
  color: white; }

#updates ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #updates ul li {
    overflow: hidden; }

#inthenews {
  padding-left: 20px;
  padding-right: 20px; }
  #inthenews ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    #inthenews ul li {
      border-bottom: 1px solid #E5E5E5; }
      #inthenews ul li:last-child {
        border-bottom: none; }
    #inthenews ul h4 {
      margin: 0.5em 0; }
    #inthenews ul a {
      color: #BA161B;
      transition: color 0.2s ease-in; }
      #inthenews ul a:hover {
        color: black;
        text-decoration: none; }
  #inthenews .btn-default {
    font-weight: normal;
    background: #BA161B;
    color: white;
    padding: 10px 20px;
    width: 100%; }
    #inthenews .btn-default:hover {
      background: #961216;
      transition: all 0.3s ease; }
    #inthenews .btn-default:active {
      background: #48090a; }
    #inthenews .btn-default:hover {
      color: white; }

@media screen and (max-width: 767px) {
  #updates .thumbnail {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; } }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  .mainpage .maincontent h3 {
    font-size: 36px;
    margin: 1em 0; }
  #updates h4 {
    font-size: 24px; } }

/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  #updates img {
    max-width: 50%;
    float: left;
    clear: left;
    margin-right: 20px;
    margin-bottom: 0; }
  #updates .caption p {
    font-size: 16px; }
  #inthenews ul {
    column-count: auto; } }

/* Desktop ******************************************************/
/*
	= Interior pages
*******************************************************************************************/
.maincontent.page-title {
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #E33E22 3%, #BA161B 100%);
  margin-bottom: 20px; }
  .maincontent.page-title h2 {
    color: white;
    font-family: "Changa One", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 1em; }
  .maincontent.page-title .breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 0;
    padding-top: 30px;
    font-size: 14px; }
    .maincontent.page-title .breadcrumbs a {
      color: #5f0b0e;
      transition: color 0.3s ease-in-out; }
      .maincontent.page-title .breadcrumbs a:hover {
        color: #040001;
        text-decoration: none; }
    .maincontent.page-title .breadcrumbs li {
      float: left;
      margin-right: 15px; }
    .maincontent.page-title .breadcrumbs .separator {
      font-weight: 300;
      font-size: 20px;
      color: #8c1114; }
    .maincontent.page-title .breadcrumbs span {
      color: #8c1114; }

.maincontent.lower {
  padding-bottom: 50px; }
  .maincontent.lower > div:first-child {
    margin-bottom: 50px; }
  .maincontent.lower h3, .maincontent.lower h4, .maincontent.lower h5, .maincontent.lower h6 {
    font-weight: 800; }
  .maincontent.lower .wpml-ls-statics-post_translations {
    font-size: small;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #E33E22; }

.container-normal .row.maincontent {
  background-color: #FFF; }

.share-buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
  display: flex; }
  .share-buttons li {
    margin-right: 1em;
    color: #bfbfbf;
    transition: color 0.3s ease-out; }
    .share-buttons li a {
      color: #BA161B; }
      .share-buttons li a:hover {
        color: #333; }

.single .breadcrumbs li:nth-last-of-type(-n+2) {
  display: none; }

.single .staff-board > div > img {
  margin-bottom: 0.5em; }

.list-child-pages {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-child-pages li {
    margin-bottom: 1em; }
  .list-child-pages a {
    background-color: #BA161B;
    background-image: linear-gradient(-180deg, #E33E22 3%, #BA161B 100%);
    display: flex;
    align-items: center;
    transition: background 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 2px;
    max-height: 100px; }
    .list-child-pages a:hover {
      text-decoration: none;
      background: #E33E22; }
  .list-child-pages .child_page_thumb {
    max-width: 100px; }
  .list-child-pages .child_page_title {
    font-family: "Changa One", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    color: white;
    font-size: 1.4em;
    padding: 5px 20px; }

.entry-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
  font-family: "Changa One", Helvetica, Arial, sans-serif; }
  .entry-title a {
    color: #BA161B;
    transition: all 0.3s ease-in-out; }
    .entry-title a:hover {
      color: black;
      text-decoration: none; }

.meta-date {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 14px;
  color: #7f7f7f; }

.archive .lower > div > .row {
  margin-bottom: 4em; }

.archive .read-more {
  font-size: 12px;
  line-height: 1.5em;
  color: #999999;
  text-transform: uppercase;
  white-space: nowrap; }
  .archive .read-more:hover {
    color: #BA161B;
    text-decoration: none; }

.archive .img-thumbnail {
  border-color: #E5E5E5;
  transition: all 0.3s ease-in-out; }
  .archive .img-thumbnail:hover {
    border-color: black; }

.tax-group .meta-date,
.post-type-archive-board-staff .meta-date {
  display: none; }

.tax-group .blog-blurb,
.post-type-archive-board-staff .blog-blurb {
  display: none; }

.job-title {
  margin-top: 0;
  color: #999999;
  font-size: 1.2em; }

.single-board-staff .people-photo {
  margin-bottom: 1em; }

.publications .download-pub {
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  .publications .download-pub img {
    border: 1px solid #E5E5E5;
    padding: 5px; }
  .publications .download-pub h6 {
    color: #BA161B; }
  .publications .download-pub:hover {
    color: black; }
    .publications .download-pub:hover img {
      border-color: #BA161B; }

.CRM_Profile_Form_Edit .label {
  color: inherit;
  white-space: normal; }

.CRM_Profile_Form_Edit input[type=checkbox] {
  display: inline-block;
  clear: left; }

.donate-page-top {
  padding-bottom: 30px;
  color: white; }
  .donate-page-top h3 {
    color: white;
    font-weight: 800; }

.maincontent.lower.donate-page-bottom div:first-child {
  margin-bottom: 0; }

.maincontent.lower.donate-page-bottom h4 {
  font-weight: 400 !important;
  font-size: 32px; }

.maincontent.lower.donate-page-bottom h5 {
  color: #BA161B;
  font-size: 24px; }

.maincontent.lower.donate-page-bottom .ptp-form {
  background: #EFEEE9;
  padding: 15px 30px; }

.maincontent.lower.donate-page-bottom .label {
  color: #000; }

.ptp-form .form-text {
  display: block;
  width: 100%; }

.ptp-form fieldset {
  margin-bottom: 30px; }

.ptp-form label.option {
  display: inline; }

.ptp-form label {
  font-size: 16px; }

.ptp-form .webform-component-radios {
  margin-bottom: 30px; }
  .ptp-form .webform-component-radios .description {
    margin-bottom: 20px; }

.ptp-form .webform-component--civicrm-1-contribution-1-contribution-honor-type-id {
  margin-bottom: 30px; }

.ptp-form #wf-crm-billing-items {
  margin-bottom: 30px; }

.ptp-form .webform-submit {
  border: none;
  background-color: #BA161B;
  font-weight: 700;
  padding: 15px;
  color: white; }
  .ptp-form .webform-submit:hover {
    background-color: black; }

.ptp-form .resizable-textarea textarea {
  width: 100%; }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  .entry-title {
    margin-top: 0; }
  .list-child-pages a {
    max-height: 150px; }
  .list-child-pages .child_page_thumb {
    max-width: 200px; }
  .list-child-pages .child_page_title {
    font-size: 2em;
    padding: 5px 20px; }
  .donate-page-top {
    padding-top: 30px; }
    .donate-page-top h3 {
      font-size: 48px; }
    .donate-page-top p {
      font-size: 32px;
      line-height: normal; } }

/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  .maincontent.page-title h2 {
    font-size: 48px;
    margin-bottom: 0.5em; }
  .maincontent.lower.donate-page-bottom {
    margin: 0 auto; } }

/* Desktop ******************************************************/
@media (min-width: 1200px) {
  .page-template-default .entry {
    width: 90%; } }

/* Sidebar
****************************************************/
#secondary a {
  color: #BA161B; }

#secondary h3.widget-title {
  font-family: "Changa One", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0; }

#secondary aside {
  margin-bottom: 20px; }
  #secondary aside ul {
    list-style: none;
    padding: 0;
    margin: 0; }

#secondary li {
  list-style: none; }

#secondary .menu a {
  font-family: "Changa One", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: all 0.3s ease-in-out; }
  #secondary .menu a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    transition: all 0.3s ease-in-out; }
  #secondary .menu a:hover {
    text-decoration: none;
    color: black; }
    #secondary .menu a:hover::after {
      background: black;
      width: 0%; }

#secondary .menu .sub-menu .menu-item-has-children .sub-menu a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-left: 20px; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
.menu-collapser {
  display: none !important; }

.navbar-toggle {
  clear: both;
  padding: 0;
  margin-right: 5px;
  margin-top: 15px; }

ul.slimmenu {
  font-family: "Changa One", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block !important; }
  ul.slimmenu li {
    position: relative;
    display: inline-block; }
    ul.slimmenu li a {
      display: block;
      color: #000;
      padding: 12px 64px 12px 16px;
      font-size: 16px;
      font-weight: 400;
      transition: all 0.3s ease-in-out; }
      ul.slimmenu li a:hover {
        text-decoration: none;
        color: #BA161B; }
      ul.slimmenu li a::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 9;
        width: 0%;
        bottom: 0px;
        left: 0;
        height: 1px;
        background: #BA161B;
        transition: all 0.3s ease-in-out; }
      ul.slimmenu li a:hover::after {
        width: 100%; }
    ul.slimmenu li .sub-collapser {
      position: absolute;
      right: 0;
      top: 0;
      width: 48px;
      height: 100%;
      text-align: center;
      z-index: 999;
      cursor: pointer; }
      ul.slimmenu li .sub-collapser:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      ul.slimmenu li .sub-collapser > i {
        color: #333;
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal; }
    ul.slimmenu li > ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      width: 100%; }
      ul.slimmenu li > ul > li ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        width: 100%; }
  ul.slimmenu > li {
    margin-right: -5px; }
    ul.slimmenu > li:first-child {
      border-left: 0; }
    ul.slimmenu > li:last-child {
      margin-right: 0; }
  ul.slimmenu ul {
    margin: 0;
    padding-left: 10px;
    list-style-type: none; }
  ul.slimmenu .sub-menu li {
    background: #F8F7F5; }
  ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.075);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li .sub-collapser {
      height: 40px; }
    ul.slimmenu.collapsed li > ul {
      display: none;
      position: static; }

.collapse-button {
  display: none; }

.navbar-collapse {
  max-height: 100%; }

@media (min-width: 768px) and (max-width: 782px) {
  ul.slimmenu.collapsed li {
    width: auto;
    display: inline-block; }
    ul.slimmenu.collapsed li a {
      border: none; } }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  ul.slimmenu {
    display: inline-block;
    width: auto;
    clear: right; }
    ul.slimmenu li a {
      padding: 12px 14px; }
      ul.slimmenu li a::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 9;
        width: 0%;
        bottom: -10px;
        left: 0;
        height: 10px;
        background: rgba(255, 255, 255, 0.48);
        transition: all 0.3s ease-in-out; }
      ul.slimmenu li a:hover::after {
        width: 100%; }
    ul.slimmenu li > ul {
      left: -10px;
      text-align: left; }
      ul.slimmenu li > ul > li ul {
        left: 82%; }
    ul.slimmenu li ul.sub-menu {
      width: 260px;
      top: 55px; }
      ul.slimmenu li ul.sub-menu li a {
        width: 220px; }
        ul.slimmenu li ul.sub-menu li a::after {
          height: 1px;
          bottom: 0; }
        ul.slimmenu li ul.sub-menu li a:hover::after {
          height: 1px;
          background: #BA161B; }
    ul.slimmenu li .sub-collapser {
      display: none; } }

/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  ul.slimmenu li a {
    font-size: 20px; }
  ul.slimmenu li ul.sub-menu {
    top: 59px; } }

/* Desktop ******************************************************/
@media (min-width: 1200px) {
  ul.slimmenu li a {
    font-size: 24px;
    line-height: 120%; }
    ul.slimmenu li a::after {
      bottom: -10px; }
  ul.slimmenu li ul.sub-menu {
    width: 360px;
    top: 62px; }
    ul.slimmenu li ul.sub-menu li a {
      width: 360px; } }

/* Pagination
****************************************************/
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem; }
  .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    color: #333;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem; }
  .navigation li a:hover, .navigation li.active a {
    background-color: #333;
    color: #FFF; }

.pagination > li > a,
.pagination > li > span {
  color: #BA161B;
  float: none; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #E33E22; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: black;
  border-color: black; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* CiviCRM forms
****************************************************/
.entry form #crm-container.crm-public {
  max-width: 600px;
  margin: 0 auto; }
  .entry form #crm-container.crm-public .crm-section {
    margin-bottom: 1em; }
    .entry form #crm-container.crm-public .crm-section .label {
      float: none;
      padding: 0; }
    .entry form #crm-container.crm-public .crm-section .content {
      margin-left: 0; }
      .entry form #crm-container.crm-public .crm-section .content input[type=text],
      .entry form #crm-container.crm-public .crm-section .content textarea {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
        line-height: 2.5em;
        height: 2.5em; }
      .entry form #crm-container.crm-public .crm-section .content textarea {
        line-height: inherit;
        height: auto; }
      .entry form #crm-container.crm-public .crm-section .content .checkbox input[type=checkbox] {
        margin-left: 0; }
      .entry form #crm-container.crm-public .crm-section .content .checkbox label {
        margin-left: 10px; }
  .entry form #crm-container.crm-public .crm-submit-buttons .crm-button,
  .entry form #crm-container.crm-public .crm-submit-buttons .crm-form-submit {
    border: none;
    font-size: 18px;
    background: #BA161B;
    text-shadow: none;
    transition: all 0.3s ease-in-out; }
    .entry form #crm-container.crm-public .crm-submit-buttons .crm-button .crm-i,
    .entry form #crm-container.crm-public .crm-submit-buttons .crm-form-submit .crm-i {
      top: 0.6em; }
    .entry form #crm-container.crm-public .crm-submit-buttons .crm-button:hover,
    .entry form #crm-container.crm-public .crm-submit-buttons .crm-form-submit:hover {
      background: black; }
  .entry form #crm-container.crm-public .crm-submit-buttons .crm-form-submit {
    padding-right: 15px;
    line-height: 1.725em; }
  .entry form #crm-container.crm-public .crm-submit-buttons a.button, .entry form #crm-container.crm-public .crm-submit-buttons a.button:link, .entry form #crm-container.crm-public .crm-submit-buttons a.button:visited {
    border: none;
    font-size: 18px;
    background: black;
    line-height: 1.6em;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out; }
    .entry form #crm-container.crm-public .crm-submit-buttons a.button:hover, .entry form #crm-container.crm-public .crm-submit-buttons a.button:link:hover, .entry form #crm-container.crm-public .crm-submit-buttons a.button:visited:hover {
      background: #333; }

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  .entry form #crm-container.crm-public {
    max-width: 100%;
    margin-left: 0; }
    .entry form #crm-container.crm-public .crm-section {
      margin-bottom: 1em; }
      .entry form #crm-container.crm-public .crm-section .label {
        float: left;
        width: 28%;
        line-height: 1.5em;
        padding: 10px; }
      .entry form #crm-container.crm-public .crm-section .content {
        margin-left: 30%;
        max-width: 600px; }
    .entry form #crm-container.crm-public .crm-submit-buttons {
      margin-left: 30%; } }

/* Desktop ******************************************************/
/* Cards 
****************************************************/
.people {
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .people .people-name {
    position: relative;
    margin-top: -5px;
    z-index: 2;
    background-color: #BA161B;
    padding: 10px 15px 5px;
    min-height: 200px; }
    .people .people-name h3, .people .people-name h4 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
      margin-top: 0; }
    .people .people-name h3 {
      font-family: "Changa One", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 18px; }
    .people .people-name h4 {
      font-size: 14px;
      line-height: 130%;
      font-weight: normal; }
  .people a {
    transition: all 0.3s ease-in-out; }
    .people a .people-photo::before {
      opacity: 0; }
    .people a:hover {
      text-decoration: none; }
      .people a:hover .people-photo::before {
        content: "";
        background-color: black;
        opacity: 0.2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px; }
      .people a:hover .people-name {
        transition: all 0.3s ease-in-out;
        background-color: #E33E22; }

.term-board-of-directors .people .people-name {
  min-height: 240px; }

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  .people {
    margin-bottom: 30px; }
    .people .people-name {
      min-height: 155px; }
  .term-board-of-directors .people .people-name {
    min-height: 220px; } }

/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  .people .people-name {
    padding-top: 10px;
    min-height: 155px; }
    .people .people-name h3 {
      font-size: 20px; }
    .people .people-name h4 {
      font-size: 16px; }
  .term-board-of-directors .people .people-name {
    min-height: 200px; } }

/* Desktop ******************************************************/
@media (min-width: 1200px) {
  .term-board-of-directors .people .people-name {
    min-height: 180px; } }

.alignwide {
  /* Set these margins to work with your own theme. */ }
  @media (min-width: 1200px) {
    .alignwide {
      margin-left: -80px;
      margin-right: -80px;
      max-width: calc(100% + 160px);
      width: calc(100% + 160px); } }
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.wp-block-image figcaption {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/*# sourceMappingURL=main.css.map */