/*
   --made in washington
*/
/*==========================================
  SETTINGS
 ==========================================*/
/* fonts */
/* colors */
/* old color: #58595b; */
/* html elements */
@font-face {
  font-family: BicycletteReg;
  src: url(Bicyclette-Regular.ttf);
}
@font-face {
  font-family: BicycletteLight;
  src: url(Bicyclette-Light.ttf);
}
@font-face {
  font-family: EBGaramond;
  src: url(EBGaramond-VariableFont_wght.ttf);
}
@font-face {
  font-family: OptSans;
  src: url(Optician-Sans.otf);
}
@font-face {
  font-family: BicycletteBold;
  src: url(Bicyclette-Bold.ttf);
}
@font-face {
  font-family: BicycletteBlack;
  src: url(Bicyclette-Black.ttf);
}
html {
  height: 100%; }

body {
  font-family: EBGaramond;
  height: 100%;
  position: relative;
  font-size: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0;
  background-color: #eee;
  line-height: 1.5;
  color: #2D3333;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%; }

  a {
    color: #72b2b1 !important; }
  .calendar-button {
    background: #70B2B2 !important;
    color: #F1F3F4 !important;}
  .tribe-events-list .type-tribe_events .date{
	background-color: #70B2B2 !important; }
  #tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-	     button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #70B2B2 !important; }

#wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  /*	height: 100%; */
  overflow: hidden;
  min-height: 100%;
  background-color: #000; }

#main {
  height: auto !important;
  min-height: 100%;
  margin-bottom: -90px;
  background-color: #fff; }
.top-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  background-color: #303434;
}
.top-banner a {
  font-size: 1.2rem;
  color: #70b2b2 !important;
  font-family: BicycletteReg !important;
  letter-spacing: 1px;
  text-align: center;
}
.top-banner a:hover {
  color: #fff !important; 
  transition: .25s;
}
.new_head {
  height: 189px;
  position: relative;
  z-index: 3; }
  .new_head .logo {
    float: left;
    height: 189px; }
    .new_head .logo img {
      display: block;
      max-width: 75%;
      margin: 25px auto 20px auto; }
  .new_head .head_contain {
    width: 100%;
    height: 189px; }
    .new_head .head_contain .readerboard {
      font-size: 20px;
      font-style: italic;
      font-weight: 700;
      height: 55px;
      text-align: center;
      overflow: hidden;
      margin-left: 189px;
      transition: all 0.3s ease-in-out; }
      .new_head .head_contain .readerboard .callout-contain {
        max-width: 750px;
        margin: 0 auto; }
        .new_head .head_contain .readerboard .callout-contain a {
          color: #fff;
          display: block;
          line-height: 55px; }
      .new_head .head_contain .readerboard form {
        float: right;
        position: absolute;
        top: 10px;
        right: 40px;
        z-index: 1; }
        .new_head .head_contain .readerboard form .expSearchFrom {
          border: none;
          height: 31px;
          position: relative; }
        .new_head .head_contain .readerboard form input#field {
          display: block;
          cursor: pointer;
          border: none;
          background: #F3F6F7 url("../images/Search-New.png") no-repeat 9px 9px;
          border-radius: 360px;
          height: 31px;
          width: 7px;
          line-height: 0px;
          vertical-align: top;
          padding: 0 0 0 25px;
          -webkit-transition: all .5s;
          /* Safari */
          transition: all .5s;
          position: relative;
          z-index: 1;
          color: #fff;
          font-size: 14px; }
        .new_head .head_contain .readerboard form input#field:focus {
          width: 250px;
          outline: none;
          padding-left: 30px;
          color: #cf9845; }
        .new_head .head_contain .readerboard form .close {
          position: absolute;
          width: 31px;
          height: 31px;
          top: 0px;
          right: -31px;
          -webkit-transition: .2s ease-in-out;
          -moz-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
          cursor: pointer;
          z-index: 1; }
        .new_head .head_contain .readerboard form .close span {
          background:#2D3333 none repeat scroll 0 0;
          border-radius: 3px;
          display: block;
          height: 3px;
          position: absolute;
          top: 14px;
          right: 5px;
          width: 14px;
          opacity: 0;
          -webkit-transition: 0.2s 0.5s ease-in-out;
          -moz-transition: .2s .5s ease-in-out;
          -o-transition: .2s .5s ease-in-out;
          transition: .2s .5s ease-in-out;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .new_head .head_contain .readerboard form .close span.back {
          top: 14px;
          right: 5px;
          opacity: 0; }
        .new_head .head_contain .readerboard form input#field:focus + .close span {
          top: 14px;
          right: 5px;
          opacity: 1; }
        .new_head .head_contain .readerboard form input#field:focus + .close span.back {
          -webkit-transition: 0.5s 0.7s ease-in-out;
          -moz-transition: .5s .7s ease-in-out;
          -o-transition: .5s .7s ease-in-out;
          transition: .5s .7s ease-in-out;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          opacity: 1; }
    .new_head .head_contain .new_nav {
      height: 134px;
      margin-left: 133px;
      display: block;
      overflow: visible; }
      .new_head .head_contain .new_nav ul {
        font-weight: 700;
        display: block;
        font-family: BicycletteReg;
        margin-top: -9px; }
        .new_head .head_contain .new_nav ul li {
          float: left;
          text-transform: uppercase;
          color: #72b2b1;
          list-style-type: none;
          width: 13%;
          text-align: center;
          font-size: 17px; }
          .new_head .head_contain .new_nav ul li ul li {
            display: none; }
          .new_head .head_contain .new_nav ul li a {
            line-height: 135px;
            display: block; }
        .new_head .head_contain .new_nav ul li:hover, .new_head .head_contain .new_nav ul li.current-menu-item, .new_head .head_contain .new_nav ul li.current-menu-parent {
          background: #F3F6F7; }
        .new_head .head_contain .new_nav ul li:hover ul li {
          display: block;
          background: #F3F6F7;
          color: #38393a;
          text-transform: none;
          width: 100%;
          text-align: left;
          margin-left: -20px;
          font-size: 15px; }
          .new_head .head_contain .new_nav ul li:hover ul li a {
            line-height: 21px;
            color: #38393a;
            padding: 9px 7px;}
        .new_head .head_contain .new_nav ul li:hover ul li:hover {
          background: #2D3333; }
          .new_head .head_contain .new_nav ul li:hover ul li:hover a {
            color: #fff; }

#push {
  height: 90px;
  background: #fff !important;
}

h1 {
  font-family: BicycletteReg;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #cf9845;
  border-bottom: 1px solid #d1d2d4;
  font-size: 1.6em;
  margin: 0 0 1em;
  padding-bottom: 6px;
  line-height: 1.2; }

h1.bannersup {
  font-weight: 300;
  font-size: 2.7em;
  text-transform: none;
  letter-spacing: 0;
  padding: 15px 5% 15px;
  margin-bottom: 0.6em;
  background-color: #70b2b2;
  color: #fff;
  border-bottom: none; }

h2 {
  font-weight: 400;
  color: #A75471;
  font-family: BicycletteReg;
  font-size: 1.3em;
  line-height: 1.35;
  margin: 0 0 0.3em; }
  h2 strong {
    font-weight: 400; }
  h2.blue {
    background-color: #A75471;
    color: #fff;
    padding: 3px 12px; }

h3 {
  font-family: BicycletteReg;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 0.3em; }
  h3 strong {
    font-weight: 400; }

h4 {
  color: #303434;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 0.3em; }
  h4 strong {
    font-weight: 400; }

p {
  margin: 0 0 1.2em; }
  p.show-all {
    margin-top: -1em; }
  p.no-margin-bottom {
    margin-bottom: 0; }

blockquote {
  margin: 2em 6% 2em 3%;
  padding-left: 3%;
  border-left: 1px solid #A75570;
  color: #A75570;
  font-size: 1.4em;
  font-style: italic; }

a {
  text-decoration: none;
  color: #67ae3e; }
  a:hover {
    color: rgba(103, 174, 62, 0.7); }
  a.orange {
    color: #f7941e; }
    a.orange:hover {
      color: rgba(247, 148, 30, 0.7); }

img {
  height: auto; }

hr {
  border: none;
  height: 1px;
  color: #d1d2d4;
  background-color: #d1d2d4;
  margin: 1.5em 0;
  clear: both; }

.required {
  color: #f00; }

.mobile {
  display: none !important; }

.site-width {
  max-width: 1100px;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

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

.pad-top-1 {
  padding-top: 40px; }

.hide {
  display: none; }

.g-recaptcha {
  margin-bottom: 1.2em; }

/*====================================
 Masthead
/*====================================*/
#masthead.homefix {
  display: none; }

#masthead {
  position: absolute;
  top: 585px;
  left: 0;
  width: 189px;
  z-index: 100; }
  #masthead .logo {
    display: none; }
  #masthead #main-nav-wrapper {
    background-color: #fff;
    padding: 38px 18px 28px 24px;
    display: none; }

#main-nav {
  list-style-type: none;
  margin: 0 0 0 18px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  #main-nav li {
    font-family: BicycletteReg;
    margin: 0 0 1.2em;
    padding: 0;
    font-weight: 400; }
    #main-nav li.current-menu-item > a, #main-nav li.current-menu-parent > a {
      color: #cf9845; }
    #main-nav li a {
      color: #fff;
      display: block; }
      #main-nav li a:hover {
        color: #cf9845; }
    #main-nav li ul {
      display: none;
      list-style-type: none;
      text-transform: none;
      letter-spacing: 0;
      font-size: 0.85em;
      margin: 0 0 0 12px;
      padding: 14px 0 0; }
      #main-nav li ul li {
        margin-bottom: 0.6em;
        line-height: 1.2; }
        #main-nav li ul li.current-menu-item > a {
          color: #cf9845; }
    #main-nav li.current-menu-item ul, #main-nav li.current-menu-parent ul {
      display: block; }

#search-form {
  display: none;
  padding-top: 18px;
  overflow: auto; }
  #search-form input[type="text"] {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-appearance: none;
    background-color: #fff;
    padding: 4px;
    width: 108px;
    vertical-align: top;
    font-size: 11px;
    float: left;
    height: 26px;
    box-sizing: border-box; }
  #search-form input[type="submit"] {
    font-family: FontAwesome;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-appearance: none;
    padding: 4px 4px 6px;
    background-color: #6dcff6;
    color: #fff;
    vertical-align: top;
    font-size: 1em;
    float: left;
    height: 26px;
    box-sizing: border-box;
    width: 26px;
    cursor: pointer; }

.burger {
  float: right;
  display: none;
  cursor: pointer;
  margin-top: 2px; }
  .burger .icon {
    width: 27px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out; }
    .burger .icon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #2D3333;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      opacity: 1;
      left: 0;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: transform 0.25s ease-in-out;
      -moz-transition: transform 0.25s ease-in-out;
      -ms-transition: transform 0.25s ease-in-out;
      -o-transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out; }
      .burger .icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .burger .icon span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .burger .icon span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }

#mobile-nav {
  background-color: #f1f3f4;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: translateX(189px);
  -o-transform: translateX(189px);
  -ms-transform: translateX(189px);
  -webkit-transform: translateX(189px);
  transform: translateX(189px);
  width: 189px;
  height: 100%; }
  #mobile-nav #main-nav {
    margin-top: 20px; }

body.nav-in-view {
  overflow: hidden; }
  body.nav-in-view #mobile-nav {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  body.nav-in-view #wrapper {
    -moz-transform: translateX(-189px);
    -o-transform: translateX(-189px);
    -ms-transform: translateX(-189px);
    -webkit-transform: translateX(-189px);
    transform: translateX(-189px); }
  body.nav-in-view .burger .icon span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 3px; }
  body.nav-in-view .burger .icon span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  body.nav-in-view .burger .icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 3px; }

/*====================================
 Content
/*====================================*/
#content {
  background-color: #fff; }

#header-image {
  background-size: cover;
  background-position: center center; }
  #header-image img {
    width: 100%;
    display: block;
    visibility: hidden; }

#body-content-outer {
  position: relative; }

#body-content-inner {
  box-sizing: border-box;
  padding: 0 0 32px;
  overflow: auto;
  min-height: 590px; }
  #body-content-inner .margin-buffer {
    padding-left: 5%;
    padding-right: 20%; }
  #body-content-inner ul,
  #body-content-inner ol {
    margin: 0 0 1.2em;
    padding: 0 0 0 1.3em; }
    #body-content-inner ul.no-bullets,
    #body-content-inner ol.no-bullets {
      list-style-type: none;
      padding-left: 0; }
    #body-content-inner ul li,
    #body-content-inner ol li {
      margin: 0.2em 0;
      padding: 0; }
  #body-content-inner .page-numbers {
    font-weight: bold;
    font-size: 0.9em;
    padding: 0 4px; }
  #body-content-inner img {
    max-width: 100%; }
    #body-content-inner img.alignright {
      float: right;
      margin: 0 0 1.5em 4%;
      max-width: 42%; }
    #body-content-inner img.alignleft {
      float: left;
      margin: 0 3% 1.5em;
      max-width: 42%; }
    #body-content-inner img.aligncenter {
      display: block;
      margin: 0 auto 1.5em; }
  #body-content-inner .expandable img.alignright,
  #body-content-inner .expandable img.alignleft {
    max-width: 25%; }
  #body-content-inner a:not(.donate-btn) {
    text-decoration: underline; }
    #body-content-inner a.more-link {
      text-decoration: none;
      white-space: nowrap; }
    #body-content-inner a.page-numbers {
      text-decoration: none; }
  #body-content-inner h3 a {
    text-decoration: none; }
  #body-content-inner .tab-links {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #body-content-inner .tab-links li {
      margin: 0 0 0 5px;
      display: inline-block; }
      #body-content-inner .tab-links li:first-child {
        margin-left: 0; }
      #body-content-inner .tab-links li.active a {
        background-color: #fff;
        color: #cf9845;
        border: 1px solid #d1d2d4;
        border-bottom-color: #fff; }
    #body-content-inner .tab-links a {
      padding: 6px 20px 3px;
      display: block;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      background-clip: padding-box;
      background-color: #cf9845;
      border-bottom: 1px solid #cf9845;
      font-size: 0.9em;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      #body-content-inner .tab-links a:hover {
        background-color: #cf9845; }
  #body-content-inner .tab-content {
    padding-top: 2em;
    border-top: 1px solid #d1d2d4;
    margin-top: -1px; }
    #body-content-inner .tab-content h2 {
      margin-bottom: 1em; }
    #body-content-inner .tab-content .sidebar {
      width: 25%;
      padding-right: 5%; }
    #body-content-inner .tab-content .content {
      width: 70%;
      float: left; }
    #body-content-inner .tab-content .staff-people {
      max-height: 2000px; }
      #body-content-inner .tab-content .staff-people.hide {
        display: block;
        max-height: 0;
        overflow: hidden; }
      #body-content-inner .tab-content .staff-people img {
        float: right;
        margin: 0 0 20px 4%;
        max-width: 50%; }
      #body-content-inner .tab-content .staff-people .bio {
        margin-top: 1.2em; }
    #body-content-inner .tab-content .partners {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #body-content-inner .tab-content .partners li {
        display: inline-block;
        vertical-align: middle;
        width: 33.33%;
        padding: 3%;
        box-sizing: border-box;
        text-align: center; }
        #body-content-inner .tab-content .partners li img {
          max-width: 100%;
          max-height: 110px; }
  #body-content-inner .tab {
    display: none; }
  #body-content-inner .tab.active {
    display: block; }

#body-content-inner.blogspace {
  margin-right: 200px; }

/* tables - custom CSS lives in WP Admin/Table Press section */
/* expandable */
h2.expandable-title {
  margin-bottom: -0.5em;
  margin-top: 2em; }

.expandable {
  overflow: auto; }
  .expandable:last-child {
    margin-bottom: 0; }
  .expandable h2 {
    font-size: 1em;
    margin: 0 0 12px; }
  .expandable .control {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #F1F3F4;
    color: #fff;
    padding: 6px 16px;
    font-size: .7em;
    font-weight: 400;
    text-decoration: none !important; }
  .expandable .item {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #d1d2d4;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    clear: right;
    overflow: auto; }
    .expandable .item .title {
      font-weight: 400;
      font-size: 1.2em; }
      .expandable .item .title a {
        position: relative;
        display: block;
        line-height: 1.25;
        padding-left: 26px;
        text-decoration: none !important;
        color: #0071bb; }
        .expandable .item .title a::before {
          position: absolute;
          left: 0;
          top: 5px;
          width: 20px;
          height: 20px;
          font-family: FontAwesome;
          content: "\f067";
          color: #cf9845;
          font-size: .7em; }
    .expandable .item .toggle {
      cursor: pointer; }
      .expandable .item .toggle .content {
        margin-left: 170px; }
      .expandable .item .toggle img {
        float: left;
        width: 150px; }
      .expandable .item .toggle p.read-more {
        margin-top: -.5em;
        margin-bottom: 0 !important; }
    .expandable .item .detail {
      height: 0;
      padding: 0;
      overflow: hidden;
      -webkit-transition: padding-top 0.2s ease-in-out;
      -moz-transition: padding-top 0.2s ease-in-out;
      -ms-transition: padding-top 0.2s ease-in-out;
      -o-transition: padding-top 0.2s ease-in-out;
      transition: padding-top 0.2s ease-in-out; }
    .expandable .item.fund div.lead-image {
      margin-bottom: 1em; }
    .expandable .item.expanded .title a::before {
      content: "\f068"; }
    .expandable .item.expanded p.read-more {
      display: none; }
    .expandable .item.expanded .detail {
      height: auto;
      padding: 20px 0 0;
      -webkit-transition: padding-top 0.2s ease-in-out;
      -moz-transition: padding-top 0.2s ease-in-out;
      -ms-transition: padding-top 0.2s ease-in-out;
      -o-transition: padding-top 0.2s ease-in-out;
      transition: padding-top 0.2s ease-in-out; }
    .expandable .item.expanded .toggle .detail {
      padding-top: 0;
      -webkit-transition: padding 0 ease-in-out;
      -moz-transition: padding 0 ease-in-out;
      -ms-transition: padding 0 ease-in-out;
      -o-transition: padding 0 ease-in-out;
      transition: padding 0 ease-in-out; }

#directory-search-form {
  padding: 5px;
  margin-top: 2.5em;
  background-color: #cf9845; }
  #directory-search-form input[type=text] {
    border: none;
    padding: 3px;
    line-height: 1.2;
    margin-right: 0.5em; }
  #directory-search-form select {
    margin-right: 0.5em; }
  #directory-search-form input[type=submit] {
    border: none;
    padding: 3px 8px;
    background-color: #fff;
    cursor: pointer;
    line-height: 1.2;
    color: #0071bb;
    font-weight: 700;
    text-transform: uppercase; }
    #directory-search-form input[type=submit]:hover {
      background-color: rgba(255, 255, 255, 0.7); }

body.directory .content {
  overflow: hidden; }
body.directory .statistics h3 {
  background-color: #cf9845;
  color: #fff;
  padding: 5px;
  margin-bottom: 0.8em; }
body.directory .statistics p {
  margin-bottom: 0.8em; }

#nonprofit-form fieldset,
.wpcf7-form fieldset,
.woocommerce form fieldset {
  border: 1px solid #d1d2d4;
  padding: 2em 5%;
  margin-bottom: 2em; }
#nonprofit-form input[type=text],
#nonprofit-form input[type=tel],
#nonprofit-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.woocommerce form input[type=text],
.woocommerce form input[type=tel],
.woocommerce form input[type=email] {
  width: 98%;
  padding: 4px;
  margin-top: 0.3em;
  font-size: 1em;
  border: 1px solid #d1d2d4; }
#nonprofit-form textarea,
.wpcf7-form textarea,
.woocommerce form textarea {
  width: 98%;
  height: 50px;
  margin-top: 0.3em;
  padding: 4px;
  font-size: 1em;
  border: 1px solid #d1d2d4; }
#nonprofit-form button[type=submit],
#nonprofit-form input[type=submit],
.wpcf7-form button[type=submit],
.wpcf7-form input[type=submit],
.woocommerce form button[type=submit],
.woocommerce form input[type=submit] {
  background-color: #cf9845;
  color: #fff;
  border: none;
  padding: 5px 20px;
  font-size: 1em;
  cursor: pointer; }
  #nonprofit-form button[type=submit]:hover,
  #nonprofit-form input[type=submit]:hover,
  .wpcf7-form button[type=submit]:hover,
  .wpcf7-form input[type=submit]:hover,
  .woocommerce form button[type=submit]:hover,
  .woocommerce form input[type=submit]:hover {
    background-color: #cf9845; }
#nonprofit-form select,
.wpcf7-form select,
.woocommerce form select {
  padding: 4px;
  font-size: 1em;
  margin-top: 0.3em; }
#nonprofit-form label,
.wpcf7-form label,
.woocommerce form label {
  font-weight: 400; }
#nonprofit-form ul,
.wpcf7-form ul,
.woocommerce form ul {
  list-style-type: none;
  padding-left: 0; }

#nonprofit-form input[type=text],
#nonprofit-form input[type=tel],
#nonprofit-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email] {
  max-width: 200px; }

#map-info {
  float: right;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #cf9845;
  margin-left: 5%; }
  body.directory #map-info {
    padding: 10px 10px 0;
    width: 280px; }

#map-canvas {
  width: 100%;
  height: 300px; }
  body.directory #map-canvas {
    margin-bottom: 1.2em; }

.gm-style {
  font-style: inherit; }
  .gm-style .gm-style-iw {
    font-style: inherit; }
    .gm-style .gm-style-iw p {
      margin-bottom: 0; }
      .gm-style .gm-style-iw p.google-map-link {
        margin-top: 0.7em; }

#board .person,
#people .person {
  overflow: auto;
  margin-top: 1em; }
#board p,
#people p {
  margin-bottom: 0.3em; }
#board h3,
#people h3 {
  margin-bottom: 0; }
#board img,
#people img {
  float: right;
  max-width: 80px; }

#participating-schools .school-row {
  width: 25%;
  float: left; }
  #participating-schools .school-row h3 a {
    color: #cf9845;
    text-decoration: none; }

#coordination-partners .part-one {
  padding: 10px;
  /*	h4 {
  		margin: 3em 0 0.2em
  	} */ }
  #coordination-partners .part-one .partner {
    overflow: auto;
    margin-bottom: 0.4em; }
    #coordination-partners .part-one .partner p {
      margin: 0; }
    #coordination-partners .part-one .partner p.nameplate {
      font-weight: 700;
      padding-top: 44px; }
    #coordination-partners .part-one .partner p.schools {
      font-style: italic; }
  #coordination-partners .part-one h2 {
    margin-bottom: 0.3em; }
    #coordination-partners .part-one h2 a {
      color: #cf9845;
      text-decoration: none; }
  #coordination-partners .part-one img {
    float: left;
    max-width: 80px;
    margin: 6px 10px 0 0; }

#program-providers .part-two {
  padding: 10px;
  /*	h4 {
  		margin: 3em 0 0.2em
  	} */ }
  #program-providers .part-two .partner {
    overflow: auto;
    margin-bottom: 0.4em; }
    #program-providers .part-two .partner p {
      margin: 0; }
  #program-providers .part-two h2 {
    margin-bottom: 0.3em; }
    #program-providers .part-two h2 a {
      color: #cf9845;
      text-decoration: none; }
  #program-providers .part-two img {
    float: left;
    max-width: 80px;
    margin: 6px 10px 0 0; }

.column {
  box-sizing: border-box; }
  .column.pad-right {
    padding-right: 3%; }
  .column.pad-left {
    padding-left: 3%; }

.wp-caption {
  margin-bottom: 1.5em; }
  .wp-caption.alignright {
    float: right;
    max-width: 42%;
    margin-left: 4%; }
  .wp-caption.alignleft {
    float: left;
    max-width: 42%;
    margin-right: 3%; }
  .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .wp-caption p {
    text-align: center;
    font-style: italic;
    margin-top: 0.6em;
    margin-bottom: 0; }

.intro {
  font-size: 1.3em;
  color: #cf9845;
  font-weight: 300; }
  .intro p {
    margin-bottom: 1em; }

.home_intro {
  font-size: 2.1em;
  color: #cf9845;
  font-style: italic;
  padding: 35px 15%; }

.featured_story {
  background: #F1F2F3;
  width: 100%;
  overflow: hidden;
  max-height: 400px; }
  .featured_story .the_story {
    float: left;
    width: 50%;
    display: inline-block;}
    .featured_story .the_story .story_spacer {
      padding: 45px 75px;
      overflow: auto; }
    .featured_story .the_story a h2 {
      text-transform: uppercase;
      font-size: 1.65em;
      line-height: 1.35;
      font-weight: 700;
      margin-bottom: 20px; }
    .featured_story .the_story h3 {
      font-size: 1.2em;
      line-height: 1.35;
      color: #38393a;
      font-weight: 700;
      margin-bottom: 17px; }
    .featured_story .the_story p {
      margin: 10px 0 27px;
      font-size: 1.09em;
      line-height: 1.4em; }
    .featured_story .the_story .storybutton {
      background-color: transparent;
      color: #2D3333 !important;
      text-transform: uppercase;
      border: 2px solid #72b2b1;
      padding: 15px 22px;
      border-radius: 0; 
      font-family: BicycletteBold;}
    .featured_story .the_story .storybutton:hover {
      color: #fff !important;
      background-color: #2D3333;
      border: 2px solid #2D3333;
      transition: .25s; }
  .featured_story .the_photo {
    float: right;
    display: inline-block;
    width: 50%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out; }
  .featured_story .the_photo:hover {
    opacity: 0.9; }

.featured_events {
  background: #fff;
  width: 100%;
  overflow: auto;
  letter-spacing: 1px; }
  .featured_events h2 {
    text-transform: uppercase;
    font-size: 1.65em;
    line-height: 1.35;
    font-weight: 700;
    margin: 55px 0 20px 5.2%; }
  .featured_events .event_block {
    width: 25.7%;
    background: #e8f2ff;
    border-bottom: 7px solid #dbe6f4;
    border-right: 7px solid #dbe6f4;
    margin-left: 5.2%;
    margin-bottom: 45px;
    display: inline-block; }
    .featured_events .event_block .event_photo {
      width: 100%;
      height: 200px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.3s ease-in-out; }
    .featured_events .event_block .event_photo:hover {
      opacity: 0.9; }
    .featured_events .event_block .event_blurb {
      padding: 20px;
      overflow: auto; }
      .featured_events .event_block .event_blurb h3 {
        font-size: 1.2em;
        line-height: 1.35;
        color: #38393a;
        font-weight: 700;
        margin-bottom: 17px; }
      .featured_events .event_block .event_blurb p {
        margin-top: 10px;
        height: 104px;
        font-size: 1.09em;
        line-height: 1.4em; }
      .featured_events .event_block .event_blurb p.read_more {
        height: auto;
        margin-bottom: 0; }
        .featured_events .event_block .event_blurb p.read_more a {
          color: #cf9845; }

.special_stories {
  background: #fff;
  width: 100%;
  overflow: auto;
  letter-spacing: 1px;
  margin-bottom: 40px; }
  .special_stories .special_container {
    margin: 0 5.2%;
    padding: 40px 0 40px;
    overflow: auto; }
    .special_stories .special_container .special_img {
      float: left;
      margin-left: 3%;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.3s ease-in-out; }
    .special_stories .special_container .special_img:hover {
      opacity: 0.9; }
    .special_stories .special_container .special_blurb {
      float: right;
      width: 74%;
      margin-right: 3%; }
      .special_stories .special_container .special_blurb h3 {
        font-size: 1.21em;
        line-height: 1.35;
        color: #38393a;
        font-weight: 700;
        margin-bottom: 17px; }
      .special_stories .special_container .special_blurb h3:hover {
        color: #cf9845; }
      .special_stories .special_container .special_blurb p {
        margin: 10px 0 27px;
        font-size: 1.09em;
        line-height: 1.4em; }
      .special_stories .special_container .special_blurb .storybutton {
        background-color: transparent;
        color: #2D3333 !important;
        text-transform: uppercase;
        border: 2px solid #72b2b1;
        padding: 15px 22px;
        border-radius: 0; 
        font-family: BicycletteBold; }
      .special_stories .special_container .special_blurb .storybutton:hover {
        color: #fff !important;
        background-color: #2D3333;
        border: 2px solid #2D3333;
        transition: .25s; }

.feature-blocks {
  padding-top: 12px; }

.feature-block {
  width: 47%;
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d1d2d4;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
  vertical-align: top; }
  .feature-block.even {
    margin-right: 2%; }
  .feature-block.odd {
    margin-left: 2%; }
  .feature-block img {
    max-width: 100%;
    margin-bottom: 0.5em; }
  .feature-block h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .feature-block h3 a {
      color: #a75570; }
      .feature-block h3 a:hover {
        color: rgba(0, 113, 187, 0.7); }

h3.big-number {
  font-size: 1.15em;
  margin-bottom: 0.5em; }
  h3.big-number span {
    display: inline-block;
    color: #fff;
    background-color: #cf9845;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    font-size: 1.3em;
    height: 30px;
    width: 38px;
    padding-top: 8px;
    margin-right: 0.3em; }

p.big-number {
  margin-left: 34px;
  text-indent: -34px; }
  p.big-number span {
    display: inline-block;
    color: #fff;
    background-color: #cf9845;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    font-size: 1.2em;
    height: 24px;
    width: 28px;
    padding-top: 4px;
    margin-right: 0.2em;
    text-indent: 0; }

.highlight-box {
  border: 1px solid #808284;
  background-color: #eee;
  padding: 1.5em 3% 0;
  margin-bottom: 1.5em; }

/*===============================
Posts in general - blog, news, calendar
=================================*/
.post {
  border-bottom: 1px solid #d1d2d4;
  overflow: auto;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em; }
  .post .date {
    position: absolute;
    color: #fff;
    background-color: #cf9845;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    font-size: 0.8em;
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .post h1 {
    padding-left: 75px;
    margin-bottom: 0;
    border-bottom: none; }
  .post h2 {
    margin-left: 75px; }
    .post h2 a {
      color: #0071bb;
      text-decoration: none !important; }
      .post h2 a:hover {
        color: #cf9845 }
  .post h2.searchpost {
    margin-left: 0; }
  .post .meta {
    font-size: 0.8em;
    margin-left: 75px;
    font-style: italic; }
    body.directory .post .meta {
      margin-left: 0; }
    .post .meta a {
      color: #38393a; }
      .post .meta a:hover {
        color: #808284; }
  .post.single {
    border-bottom: none;
    padding-bottom: 0; }
    .post.single .meta {
      margin-bottom: 2.2em;
      border-bottom: 1px solid #d1d2d4;
      margin-left: 0;
      padding-left: 75px;
      padding-bottom: .4em; }
    .post.single h2 {
      margin-left: 0;
      margin-bottom: 0.5em; }
  body.directory .post {
    border-bottom: none;
    padding-top: 1em; }
    body.directory .post.multiple {
      border-bottom: 1px solid #d1d2d4;
      padding-bottom: 0;
      margin-bottom: 0; }
    body.directory .post h2 {
      margin-left: 0; }
  body.news-reports-detail .post h2 {
    margin-left: 0;
    margin-bottom: 0.5em; }
  .post.multiple img {
    float: left;
    display: block;
    margin: 0 3% 1em 0; }
  #body-content-inner .post.multiple img {
    max-width: 33%; }

/* NEWS LANDING PAGE */
#body-content-inner #category-icons {
  list-style-type: none;
  padding: 0;
  margin: 3em 0 1em; }
  #body-content-inner #category-icons li {
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: top; }
    #body-content-inner #category-icons li img {
      width: 60%;
      margin-bottom: 1em; }
    #body-content-inner #category-icons li a {
      font-weight: normal;
      font-size: 1.1em; }
#body-content-inner #featured-items {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #body-content-inner #featured-items li {
    display: inline-block;
    width: 25%;
    padding: 0 1.5%;
    box-sizing: border-box;
    vertical-align: top; }
    #body-content-inner #featured-items li a.thumbnail {
      display: block;
      width: 100%;
      height: 100px;
      background-position: center center;
      background-size: cover;
      margin-bottom: 0.3em; }
      #body-content-inner #featured-items li a.thumbnail.event {
        background-image: url("../images/Calendar_icon_rectangle_400x240.png"); }
      #body-content-inner #featured-items li a.thumbnail:hover {
        opacity: 0.7; }
    #body-content-inner #featured-items li h3 {
      font-size: 1em;
      margin-bottom: 0.2em; }
      #body-content-inner #featured-items li h3 a {
        color: #cf9845; }
        #body-content-inner #featured-items li h3 a:hover {
          text-decoration: underline; }
    #body-content-inner #featured-items li p.date {
      font-size: 0.85em;
      font-style: italic; }

/* NEWS & REPORTS */
body.news-reports-detail .post h1 {
  margin-bottom: 1em;
  padding-bottom: 14px; }

.video-category {
  padding-bottom: 30px; }
  .video-category:last-child {
    padding-bottom: 10px; }

.video {
  padding: 1.5em 0 0;
  overflow: auto;
  border-top: 1px solid #d1d2d4; }
  .video:first-child {
    border-top: none; }
  .video .video-wrap {
    width: 50%;
    float: left;
    margin-bottom: 1.5em; }
    .video .video-wrap iframe {
      width: 100%;
      height: 228px;
      /* starting height for full-width */
      display: block; }
  .video .content {
    float: right;
    width: 46%; }

/*====================
Woo Commerce
======================*/
.woocommerce .woocommerce-checkout {
  margin-top: -1em; }
  .woocommerce .woocommerce-checkout h3 {
    margin-top: 1em; }
.woocommerce a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #0071bb;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-size: 1em;
  border-radius: 0; }
  #body-content-inner .woocommerce a.button,
  #body-content-inner .woocommerce #respond input#submit.alt,
  #body-content-inner .woocommerce a.button.alt,
  #body-content-inner .woocommerce button.button.alt,
  #body-content-inner .woocommerce input.button.alt {
    text-decoration: none; }
  .woocommerce a.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: rgba(0, 113, 187, 0.7);
    color: #fff; }
.woocommerce .order_details li {
  margin-right: 2em !important;
  padding-right: 2em !important; }
.woocommerce #order_comments {
  height: 130px; }

.cart button {
  background-color: #0071bb;
  color: #fff;
  border: none;
  padding: 5px 20px;
  font-size: 1em; }
  .cart button:hover {
    background-color: rgba(0, 113, 187, 0.7); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1em; }

/*====================
 sidebar
======================*/
#right-sidebar {
  position: absolute;
  top: 95px;
  right: 20px;
  width: 190px;
  padding-top: 20px;
  /*	display: none; */ }
  #right-sidebar .utility-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 0.7em; }
    #right-sidebar .utility-nav li {
      display: inline-block;
      margin-right: 1.5em; }
      #right-sidebar .utility-nav li a {
        color: #38393a; }
        #right-sidebar .utility-nav li a .fa {
          font-size: 2.5em;
          vertical-align: -12%;
          color: #cf9845;
          margin-left: .1em; }
        #right-sidebar .utility-nav li a:hover {
          color: #808284; }
          #right-sidebar .utility-nav li a:hover .fa {
            color: #cf9845; }
  #right-sidebar ul.social {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    #right-sidebar ul.social li:first-child {
      margin-right: 3px; }
    #right-sidebar ul.social a {
      font-size: 1.5em; }
  #right-sidebar h2 {
    font-size: 1em; }
  #right-sidebar ul {
    padding-left: 1.5em;
    margin: 0.3em 0 1em;
    font-size: 0.92em; }
  #right-sidebar a.sidebar-button {
    width: 161px;
    background: #cf9845;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Lato;
    color: #fff;
    border: 0;
    font-weight: 700;
    letter-spacing: 1px;
    display: none; }
  #right-sidebar a.sidebar-button:hover {
    color: #444; }

#sidebar-share-target {
  margin-bottom: 1.5em; }

#share-target {
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: translateX(140px);
  -o-transform: translateX(140px);
  -ms-transform: translateX(140px);
  -webkit-transform: translateX(140px);
  transform: translateX(140px);
  top: 300px;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 12px 6px 12px 0;
  border: 1px solid #d1d2d4;
  cursor: pointer; }
  #share-target .social {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0; }
    #share-target .social li:first-child {
      margin-right: 0;
      transform: rotate(-90deg);
      padding-left: 6px;
      margin-left: -3px; }
    #share-target .social a {
      font-size: 1.5em; }

body.share-in-view #share-target {
  -moz-transform: translateX(1px);
  -o-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -webkit-transform: translateX(1px);
  transform: translateX(1px); }

.social {
  display: inline-block;
  list-style-type: none;
  margin: 32px 0 0;
  padding: 0;
  font-weight: 400; }
  .social li {
    margin: 0 6px 0 0;
    padding: 0;
    display: inline-block; }
  .social a {
    display: block;
    background-color: #303434;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff !important; }
    .social a:hover {
      background-color: #cf9845; }

/*====================================
Slideshow
/*====================================*/
.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  bottom: 45px;
  position: absolute;
  text-align: center;
  width: 100%;
  list-style-type: none; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px; }
    .slick-dots li button {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0;
      outline: medium none;
      padding: 5px; }
      .slick-dots li button::before {
        -moz-osx-font-smoothing: grayscale;
        color: black;
        content: "\2022";
        /* this is supposed to be a bullet */
        font-size: 50px;
        left: 0;
        opacity: 0.25;
        position: absolute;
        text-align: center;
        top: 0; }
    .slick-dots li.slick-active button::before {
      opacity: 0.5; }

.slide {
  /* position: relative; */
  color: #fff;
  display: block;
  /*height: auto !important;*/ }
  .slide:first-child {
    display: block; }
  .slide .photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 510px; }
    .slide .photo img {
      width: 100%;
      visibility: hidden; }
  .slide .content {
    position: absolute;
    width: 389px;
    padding: 25px;
    box-sizing: border-box;
    top: 55px;
    right: 100px;
    /* background-color: rgba(18, 17, 17, 0.6); */
    text-align: left; }
    .slide .content .margin-buffer {
      padding-left: 2%;
      padding-right: 2%; }
    .slide .content a {
      text-decoration: none; }
      .slide .content a:hover {
        color: rgba(255, 255, 255, 0.7); }
    .slide .content h3 {
      font-size: 1.9em;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
      margin: 0; }
      .slide .content h3 span.smaller {
        color: #fff; }
    .slide .content p {
      font-size: 1.8em;
      font-weight: 300;
      line-height: 1.1;
      margin-bottom: 0; }
    .slide .content .slidebutton {
      font-family: BicycletteReg;
      height: 40px;
      width: 215px;
      border: 2px solid #cf9845;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.2rem;
      letter-spacing: 1px;
      color: #fff;
      font-weight: 700;
      line-height: 40px;
      margin-top: 15px; }
    .slide .content .slidebutton:hover {
      color: #cf9845;
      transition: all 0.3s ease-in-out;
      background: #fff;
      border: 2px solid #fff; }
  .slide.caption-left .content {
    top: 450px; }

/* Funds CSS */
    #left {
      margin-top: -100px;
      background-color: #F2F3F4;
    }
    #funds-container {
      width: 90%;
      margin: 100px auto;
    }
    .main-intro {
      display: grid;
      grid-template-columns:repeat(6, 2fr);
      grid-template-rows:repeat(2, minmax(0, auto));
    }
    .m-row-1 {
      grid-column: 1/7;
    }
    #m-intro {
      font-family: BicycletteReg !important;
      color: #303434 !important;
      border-bottom: unset !important;
    }
    #p-intro {
      font-family: BicycletteReg !important;
      color: #797372 !important;
    }
    .m-row-2 {
      grid-column: 1/7;
    }
    #zag-blocks {
      display: block;
      width: 75%;
      margin: 15px 0px;
    }
    .search-body {
      margin: 25px 0px;
      padding: 25px 0px;
      font-family: BicycletteReg !important;
      color: #303434;
    }
    #fund-search {
      width: 100%;
      padding: 14px 20px;
      margin: 8px 0;
      display: inline-block;
      box-sizing: border-box;
      border: none;
      background-color: #f2f3f5;
      font-family: BicycletteReg;
      font-size: 16px;
    }
    #get-fund{
      margin-top: 10px;
      padding: 10px 18px;
      background: #303434;
      color: #fff;
      letter-spacing: .1rem;
      font-family: BicycletteReg !important;
      font-size: 16px;
      border: 1px solid #303434;
    }
    #get-fund:hover{
      background: #fff;
      color: #303434;
      transition: .25s;
      cursor: pointer;
    }
    .outer-funds {
      margin: 0;
      padding: 0;
      background-color: #f2f3f4;
    }
    .funds {
        font-family: BicycletteReg !important;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .donate-header {
      color: #303434 !important;
      font-family: BicycletteReg;
    }
    .donate-btn {
        background-color: transparent;
        color: #72b2b1;
        text-transform: uppercase;
        border: 2px solid #72b2b1;
        padding: 15px 20px;
        border-radius: 0;
        letter-spacing: 2px;
        font-size: 16px;
        font-family: BicycletteReg !important;
    }
    .donate-btn:hover {
      color: #fff !important;
      background-color: #72b2b1;
      transition: .25s;
    }
    .donate-container {
      padding: 0px 25px;
    }
    .grid-container {
      background-color: #f2f3f4;
      display: grid;
      grid-template-columns:repeat(6, 2fr);
      grid-template-rows:repeat(3, minmax(0, auto));
      border-bottom: 1px solid #c1c3c4;
    }
    .grid-row-1 {
      grid-column: 1/7;
      order: 1;
      border-bottom: 1px solid #c1c3c4;
    }
    .grid-row-2 {
      grid-column: 1/7;
      order: 3;
      padding-top: 15px;
      padding-bottom: 35px;
    }
    .grid-row-3 {
      grid-column: 1/7;
      order: 2;
    }
    .grid-row-3 p {
      font-weight: 200;
    }
    .summary {
      font-family: BicycletteLight;
      padding-top: 15px;
    }
    .alert {
      background-color: #fff;
      font-weight: bold;
      font-size: 1.1rem;
    }
    @media screen and (min-width: 768px){
      #zag-blocks {
        width: 50%;
      }
    }
    @media screen and (min-width: 1366px){
      .main-intro {
        grid-gap: 50px;
      }
      .m-row-1 {
        grid-column: 1/4;
      }
      .m-row-2 {
        grid-column: 4/7;
        display: flex;
        align-items: center;
      }
      #zag-blocks {
        margin: 0;
        width: 65%;
      }
      .outer-funds {
        max-width: 1200px;
      }
      .funds {
        padding: 30px;
      }
      .search-body {
        width: 50%;
      }
      .grid-container {
        grid-gap: 15px;
      }
      .grid-row-1 {
      grid-column: 1/7;
      order: 1;
      border-bottom: 1px solid #c1c3c4;
      }
	  .grid-row-2 {
	    grid-column: 1/2;
	    order: 2;
	    padding-top: 35px;
	  }
	  .grid-row-3 {
	    grid-column: 2/7;
	    order: 3;
	    margin-left: -20px;
	    padding-right: 200px;
	  }
      
}
/* RMD Calculator */

/* Remove number input spinners ONLY inside the RMD calculator */
.rmd-wrapper input[type=number]::-webkit-outer-spin-button,
.rmd-wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rmd-wrapper input[type=number] {
    -moz-appearance: textfield;
}

/* Your existing input style (kept exactly as you wrote it) */
.rmd-input {
  width: 100%;
  padding: 20px 20px;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: BicycletteReg;
  font-size: 16px;
}

/* Dark button (kept exactly as you wrote it) */
.get-rmd {
  margin-top: 10px;
  padding: 10px 18px;
  background: #303434;
  color: #fff;
  letter-spacing: .1rem;
  font-family: BicycletteReg !important;
  font-size: 16px;
  border: 1px solid #303434;
  cursor: pointer;
}

/* Reset button styled similarly but lighter */
.rmd-reset {
  margin-top: 10px;
  padding: 10px 18px;
  background: #e0e0e0;
  color: #303434;
  font-family: BicycletteReg;
  font-size: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
}

/* Your original result spacing */
.rmd-result {
  margin-top: 15px;
}

/* ---------------------------------------------------- */
/* New layout + structure styles                        */
/* ---------------------------------------------------- */

.rmd-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

/* Left column = form */
.rmd-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Right column = RMD result box */
.rmd-right {
  flex: 1;
  padding: 30px;
  background: #fff;
  text-align: center;
  margin: 8px 0;
  border: 1px solid #ccc;
  color: #A75471;
}

/* Title text in result panel */
.rmd-result-title {
  font-size: 20px;
  font-family: BicycletteReg;
  margin-bottom: 10px;
}

/* Big number */
.rmd-result-amount {
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0;
}

/* “How is my RMD calculated?” link */
/* .rmd-how a {
  color: #1278a7;
  text-decoration: underline;
  cursor: pointer;
  font-family: BicycletteReg;
} */

/* Flex buttons row */
.rmd-buttons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

/* Dollar prefix wrapper for balance input */
.rmd-input-wrapper {
  display: flex;
  align-items: center;
  background: #f2f3f5;
  border-radius: 4px;
}

/* Dollar sign */
.rmd-prefix {
  padding-left: 12px;
  padding-right: 10px;
  font-weight: bold;
}

/* Remove the margin around the input since wrapper already has spacing */
.rmd-input-wrapper .rmd-input {
  margin: 0;
}

/* Mobile layout (stacked) */
@media (max-width: 768px) {
  .rmd-wrapper {
    flex-direction: column;
  }
}

/* Board Documents Layout */

.board-container {
    display: flex;
    padding: 20px;
    width: 90%; 
    margin: 0 auto;
}
.board-sidebar {
    background-color: #f0f0f0;
    color: #000;
}
#menu-board-menu {
  padding: 0 !important;
}
#menu-board-menu li a {
  text-decoration: none !important;
  font-family: BicycletteReg;
}
.board-sidebar .board-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.board-sidebar .board-menu li {
    margin-bottom: 10px;
}
.board-sidebar .board-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.board-sidebar .board-menu a:hover,
.board-sidebar .board-menu .current-menu-item a {
    background-color: #333;
}
.sidebar-container {
    display: flex;
    flex-direction: column;
    width: 20%;
}
.board-sidebar {
    background-color: #f0f0f0;
    color: #000;
    width: unset;
}
.additional-sidebar {
    background-color: #f0f0f0;
    color: #000;
    padding: 20px;
    margin-top: 20px;
}

.additional-sidebar h2 {
    font-family: BicycletteReg;
    color: #72b2b1;
    margin-bottom: 10px;
}
.board-content {
    width: 75%;
    padding-left: 35px;
}

.board-header {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 15px;
}

.board-header h2 {
    margin: 0;
    color: #72b2b1 !important;
    font-family: BicycletteReg;
}
.board-year {
	padding: 10px 0 10px 20px !important;
}

.board-header p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
.board-items ul {
    margin-top: 20px !important;
    list-style-type: none;
}

.board-item {
    background-color: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    cursor: pointer;
}

.board-item:hover {
    background-color: #f1f1f1;
}
.board-items p {
    padding-left: 20px;
}
.board-sidebar .board-menu .menu-item-has-children > a {
    position: relative;
    cursor: pointer;
}
.board-sidebar .board-menu .sub-menu {
    display: none;
    padding-left: 20px;
}
.board-sidebar .board-menu .menu-item-has-children.open .sub-menu {
    display: block;
    list-style: none;
}
@media (max-width: 768px) {
    .board-container {
        flex-direction: column;
        padding: 10px;
    }
    .additional-sidebar {
        order: -1;
        margin-top: 0;
    }
    .sidebar-container,
    .board-sidebar,
    .additional-sidebar {
        margin-top: 10px;
        width: unset;
    }
    .board-content {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .board-header {
        padding: 15px;
    }
    #menu-board-menu li a,
    .board-header h2,
    .additional-sidebar h2 {
        font-size: 18px;
    }
    .board-items p,
    .board-item {
        padding: 10px;
        font-size: 16px;
    }
}
/*====================================
 Footer
/*====================================*/
#footer {
  background-color: #F2F3F4;
  color: #2D3333;
  overflow: auto;
  font-weight: 400;
  /* 	position: relative; force it to sit on top of drop shadow */ }
  #footer .margin-buffer {
    padding-left: 5.2%;
    padding-right: 5.2%;
    padding-top: 57px;
    margin-bottom: 25px;
    overflow: auto; }
  #footer h2 {
    color: #2D3333;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase; }
  #footer .thin_col {
    width: 24%;
    padding-left: 3%;
    padding-right: 3%;
    float: left; }
    #footer .thin_col ul {
      margin: 0;
      padding: 0;
      font-family: BicycletteReg; }
      #footer .thin_col ul li {
        list-style-type: none;
        color: #2D3333;
        font-size: 17px; }
        #footer .thin_col ul li a {
          color: #2D3333 !important; }
  #footer .wide_col {
    width: 34%;
    padding-left: 3%;
    padding-right: 3%;
    float: right; }
    #footer .wide_col .ctct-disclosure {
      display: none !important; }
    #footer .wide_col p.ctct-form-field label {
      display: none !important; }
    #footer .wide_col input.ctct-email {
      width: 199px;
      height: 24px;
      padding: 4px 5px 0 5px;
      margin: 3px 0 12px 0;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
    #footer .wide_col a.footer-button {
      background-color: #72b2b1;
      color: #fff !important;
      text-transform: uppercase;
      border: 2px solid #72b2b1;
      padding: 15px 35px;
      border-radius: 0; 
      font-family: BicycletteBold; }
    #footer .wide_col a.footer-button:hover {
      color: #fff !important;
      background-color: #2D3333;
      border: 2px solid #2D3333;
      transition: .25s;  }
  #footer p {
    font-size: 17px;
    font-family: BicycletteReg !important; }
  #footer p.social_spacer {
    margin-top: 20px; }
  #footer a.social {
    margin-top: 0;
    color: #fff !important;
    background-color: #72b2b1;
    border-radius: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 18px;
    padding: 4px 2px 0 2px; }
  #footer .utility-nav {
    display: inline-block;
    list-style-type: none;
    margin: 0 0 0 24px;
    padding: 0; }
    #footer .utility-nav li {
      display: inline-block;
      font-size: .8em;
      line-height: 1; }
      #footer .utility-nav li a {
        display: block;
        border-right: 1px solid #808284;
        color: #808284;
        padding: 0 8px 0 6px; }
        #footer .utility-nav li a:hover {
          color: #d1d2d4; }
  #footer #copyright {
    display: block;
    padding-left: 3%;
    font-size: 17px;
    color: #787472;
    margin-top: 50px;
    font-family: BicycletteReg !important; }
  #footer #cta-nav {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #footer #cta-nav li {
      display: inline-block;
      text-transform: uppercase;
      margin-left: 24px; }
      #footer #cta-nav li:first-child {
        margin-left: 0; }
      #footer #cta-nav li a {
        display: block;
        line-height: 90px;
        color: #fff;
        font-size: 0.8em;
        text-align: center;
        width: 90px; }
        #footer #cta-nav li a.blue {
          background-color: rgba(0, 113, 187, 0.7); }
          #footer #cta-nav li a.blue:hover {
            background-color: #0071bb; }
        #footer #cta-nav li a.brown {
          background-color: rgba(247, 148, 30, 0.7); }
          #footer #cta-nav li a.brown:hover {
            background-color: #f7941e; }
        #footer #cta-nav li a.green {
          background-color: rgba(103, 174, 62, 0.7); }
          #footer #cta-nav li a.green:hover {
            background-color: #67ae3e; }
        #footer #cta-nav li a.purple {
          background-color: rgba(230, 77, 97, 0.7); }
          #footer #cta-nav li a.purple:hover {
            background-color: #e64d61; }
        .textwidget img {
          width: 60% !important;

        }

/*=====================================
 General Purpose
 ======================================*/
.add-events-contain {
  clear: both;
  display: none;
  width: 100%;
  overflow: auto; }
  .add-events-contain a.add-events-button {
    width: 161px;
    background: #67ae3e;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Lato;
    color: #fff;
    border: 0;
    font-weight: 700;
    letter-spacing: 1px;
    float: right;
    text-decoration: none !important; }
  .add-events-contain a.add-events-button:hover {
    color: #444; }

/*=====================================
 Media Queries
 ======================================*/
@media screen and (min-width: 1366px){
    #footer #copyright {
    margin-top: 0px;
     }
}
@media screen and (max-width: 1300px) {
  .new_head .head_contain .new_nav {
    margin-left: 139px; }

  .featured_story .the_story .story_spacer {
    padding: 35px 40px; }

  .featured_events .event_block .event_blurb p {
    height: 132px; }

  .special_stories .special_container .special_blurb {
    width: 70%; }
    .special_stories .special_container .special_blurb p {
      font-size: 1.1em; } }
@media screen and (max-width: 1283px) {
  .tribe-events-filters-horizontal .adder-callout {
    display: none; }

  #right-sidebar a.sidebar-button {
    display: block; } }
@media screen and (max-width: 1200px) {
  .featured_story .the_story h3 {
    display: none; } }

@media screen and (max-width: 1179px) {
  .new_head {
    height: 135px; }
    .new_head .logo {
      width: 140px;
      height: 135px;}
    .new_head .logo img {
      max-width: 100%;
      margin: 60px 10px 0px 15px;
    }
    .new_head .head_contain .readerboard {
      margin-left: 135px; }
    .new_head .head_contain .new_nav {
      height: 78px;
      margin-left: 115px; }
      .new_head .head_contain .new_nav ul li {
        width: 19.6927924%;
        width: calc(100% / 5.078); }
        .new_head .head_contain .new_nav ul li a {
          line-height: 80px; }
      .new_head .head_contain .new_nav ul li:hover ul li {
        width: 200%; }
      .new_head .head_contain .new_nav ul li:last-child ul li {
        margin-left: -111%; }

  #masthead {
    display: none; }

  #header-image {
    background-position: inherit; }

  #body-content-inner {
    padding: 0 0 32px; }

  .slide.caption-left .content {
    top: 346px; }

  .featured_events .event_block .event_blurb p {
    height: 160px; } }
@media screen and (max-width: 1024px) {
  .new_head .head_contain .new_nav ul li:last-child ul li {
    margin-left: -112%; }

  #body-content-inner.blogspace {
    margin-right: 0; }

  #right-sidebar {
    display: none; }

  .featured_story {
    max-height: inherit; }
    .featured_story .the_story {
      width: 100%;
      float: none; }
      .featured_story .the_story a h2 {
        font-size: 1.8em; }
      .featured_story .the_story h3 {
        font-size: 1.3em;
        display: block; }
      .featured_story .the_story p {
        font-size: 1.2rem;
        line-height: 1.4em; }
    .featured_story .the_photo {
      width: 100%;
      float: none;
      vertical-align: bottom; }

  .featured_events .event_block {
    width: 89%;
    margin-left: 5%; }
    .featured_events .event_block .event_blurb p {
      height: 72px; }

  .special_stories .special_container .special_img {
    float: none;
    margin: 0 auto 30px; }

  .special_stories .special_container .special_blurb {
    float: none;
    width: 90%;
    margin: 0 auto; }
    .special_stories .special_container .special_blurb h3 {
      font-size: 1.3em; }
    .special_stories .special_container .special_blurb p {
      font-size: 1.2rem; }

  .add-events-contain {
    display: block; }

  .school-row {
    width: 50% !important; } }
@media screen and (max-width: 916px) {
  .new_head .head_contain .new_nav ul li:last-child ul li {
    margin-left: -113%; } }
@media screen and (max-width: 858px) {
  .new_head .head_contain .new_nav ul li:last-child ul li {
    margin-left: -114%; } }
    @media screen and (max-width: 800px) {
      #main {
        min-height: 0 !important; }
      .new_head {
        display: none; }
      #masthead.homefix {
        display: block;
        height: auto; }
    
      #masthead {
        position: static;
        background-color: #fff;
        overflow: auto;
        width: auto;
        display: block; }
        #masthead .logo {
          display: block;
          width: 60%;
          margin: 10px auto; }
        #masthead #main-nav-wrapper {
          position: absolute;
          padding: 0;
          right: 5%;
          top: 38px;
          display: block; }
    
      #search-form {
        padding-top: 0;
        float: right;
        width: 160px; }
    
      .burger {
        display: block; }
    
      #body-content-outer {
        padding-left: 0;
        padding-right: 0; }
    
      #body-content-inner {
        box-shadow: none;
        padding: 0 0 32px; }
        #body-content-inner .margin-buffer {
          padding-left: 7%;
          padding-right: 7%; }
    
      h1.bannersup {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 30px; }
    
      .slide .content {
        left: 120px; }
    
      .slide.caption-left .content {
        top: 300px; }
    
      #footer #copyright, #footer .thin_col, #footer .wide_col {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%; }
      #footer .thin_col, #footer .wide_col {
        float: none;
        padding-bottom: 1.7em; }
      #footer .thin_col ul {
        margin-bottom: 1.2em; } }
@media screen and (max-width: 550px) {
  img.mobile {
    display: block !important; }

  .desktop {
    display: none; }

  .slick-dots {
    display: none; }

  .slide .content {
    left: 70px; }

  #map-info {
    display: block;
    float: none;
    width: auto;
    margin-left: 0; }
    body.directory #map-info {
      width: auto; }

  h1.bannersup {
    padding-top: 24px;
    font-size: 2.4em; }

  body.directory .statistics {
    padding-bottom: 0.8em; }

  #staff .sidebar.left {
    width: auto;
    float: none;
    padding-right: 0; }
    #staff .sidebar.left li {
      font-size: 1.1em;
      font-weight: 400; }
      #staff .sidebar.left li .staff-people {
        font-size: 0.92em;
        font-weight: 300;
        padding-bottom: 0.5em; }
        #staff .sidebar.left li .staff-people.hide {
          padding-bottom: 0; }
        #staff .sidebar.left li .staff-people h3 {
          display: none; }
  #staff .content {
    display: none; }

  #body-content-inner {
    padding: 0 0 32px; }
    #body-content-inner #category-icons li {
      width: 50%;
      margin-bottom: 2em; }
    #body-content-inner .expandable img.alignright,
    #body-content-inner .expandable img.alignleft {
      max-width: 42%; }
    #body-content-inner .post.multiple img {
      max-width: 100%;
      float: none;
      margin-right: 0; }

  .expandable.donor .item {
    padding-left: 0;
    padding-right: 0; }
    .expandable.donor .item .toggle img {
      float: none;
      width: auto;
      margin-bottom: 0.6em; }
    .expandable.donor .item .toggle .content {
      margin-left: 0; }

  .featured_story .the_story .story_spacer {
    padding: 35px 40px; }

  .featured_events .event_block .event_blurb p {
    height: 115px; }

  #featured-items {
    display: none; }

  .video .video-wrap {
    float: none;
    width: 100%; }
  .video .content {
    float: none;
    width: auto; }

  .post .date {
    position: static;
    margin-bottom: 0.4em; }
  .post h1 {
    padding-left: 0; }
  .post h2 {
    margin-left: 0; }
  .post .meta {
    margin-left: 0; }
  .post.single .meta {
    padding-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1.6em; }

  .school-row {
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  #masthead .logo {
    height: 85%;
    width: auto;
    margin: 10px auto; }
    #masthead .logo img {
      width: 70%;
      margin-left: 10px; }

  .slide .content {
    left: 30px;
    max-width: 290px; }

  h1.bannersup {
    padding-top: 20px;
    font-size: 2.2em; }

  .feature-block {
    display: block;
    width: auto; }
    .feature-block.even {
      margin-right: 0; }
    .feature-block.odd {
      margin-left: 0; }

  #body-content-inner {
    padding: 0 0 32px; }
    #body-content-inner .margin-buffer {
      padding-left: 9%;
      padding-right: 9%; }
    #body-content-inner .tab-links a {
      padding-left: 16px;
      padding-right: 16px; }
    #body-content-inner .tab-content .partners li {
      width: 50%; }

  #directory-search-form {
    padding-top: 10px; }
    #directory-search-form input, #directory-search-form select {
      display: block;
      margin: 0 auto 0.3em !important;
      text-align: center; }
    #directory-search-form input[type=text] {
      width: 16em; }
    #directory-search-form select {
      width: 16.5em; }

  .add-events-contain {
    width: 191px;
    margin: 0 auto 25px; } }
/*=====================================
 Print Media
 ======================================*/
@media print {
  #right-sidebar,
  #main-nav-wrapper,
  #footer,
  #push {
    display: none; }

  #main {
    margin-bottom: 0; }

  #body-content-outer {
    padding: 0 50px; }

  #body-content-inner {
    box-shadow: none;
    padding: 0 0 32px; }
    #body-content-inner .margin-buffer {
      padding: 0; }

  h1.bannersup {
    padding-left: 0;
    background-color: transparent;
    color: #0071bb; }

  #header-image {
    background-image: none !important; } }
/*--- Calendar Fix ---*/
.filters {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .filters .filter {
    margin-left: 30px; }
    @media (max-width: 400px) {
      .filters .filter {
        min-width: 100%; } }
    .filters .filter label {
      text-transform: uppercase;
      line-height: 30px; }
    .filters .filter .select {
      min-width: 300px;
      border: 2px solid #cf9845;
      padding: 0.25em 0.5em;
      font-size: 1.25rem;
      cursor: pointer;
      line-height: 1.1;
      position: relative;
      height: 50px; }
      @media (max-width: 400px) {
        .filters .filter .select {
          min-width: 100%; } }
      .filters .filter .select:before {
        position: absolute;
        width: 40px;
        height: 100%;
        right: 0;
        background-color: #cf9845;
        content: '';
        top: 0;
        z-index: 1; }
      .filters .filter .select:after {
        content: "";
        width: 15px;
        height: 9px;
        margin-top: 6px;
        background-color: #FFFFFF;
        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        position: absolute;
        right: 12px;
        top: 18px;
        z-index: 2; }
      .filters .filter .select select {
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0 1em 0 0;
        margin: 0;
        width: 100%;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        line-height: inherit;
        outline: none;
        position: relative;
        height: 100%;
        width: 100%;
        z-index: 10; }
        .filters .filter .select select::-ms-expand {
          display: none; }

.profiles {
  display: flex;
  flex-wrap: wrap; }
  .profiles .profile {
    width: 20%;
    min-width: 190px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 40px;
    text-decoration: none !important; }
    .profiles .profile .photo {
      margin: 0 auto;
      width: 190px;
      height: 190px;
      border-radius: 190px;
      margin-bottom: 20px;
      background-position: center;
      background-size: cover; }

.profile-page {
  display: flex; }
  @media (max-width: 800px) {
    .profile-page {
      flex-wrap: wrap; } }
  .profile-page aside {
    flex-basis: 300px;
    flex-shrink: 0;
    margin-right: 40px; }
    @media (max-width: 800px) {
      .profile-page aside {
        flex-grow: 2;
        margin-right: 0; } }
    @media (max-width: 370px) {
      .profile-page aside {
        flex-shrink: 1; } }
    .profile-page aside .photo {
      width: 100%;
      min-height: 200px; }
      @media (max-width: 370px) {
        .profile-page aside .photo {
          min-height: auto; } }
    .profile-page aside .icons {
      margin-top: 10px;
      display: flex; }
      .profile-page aside .icons img {
        width: 30px;
        margin-right: 15px; }

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