@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #000000; }

body {
  font-size: 1em;
  line-height: 1.2;
  margin: 0;  }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Set some base typography
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", Helvetica, Arial, sans-serif; }

p {
  font-family: Georgia, "Times New Roman", Times, serif; }

a {
  color: #e0974b; }

a:visited {
  color: #e0974b; }

a:hover {
  color: #e8c7a6; }

a:active {
  color: #e8c7a6; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }
  .next-slider-button-div, .prev-slider-button-div{
      dispaly:none;
  }


  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url("../fonts/ss-standard.eot");
  src: url("../fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-standard.woff") format("woff"), url("../fonts/ss-standard.ttf") format("truetype"), url("../fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-fill:before, .ss-fill.right:after {
  content: ''; }

.ss-stroke:before, .ss-stroke.right:after {
  content: ''; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: ''; }

.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢'; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌎'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-filter:before, .ss-filter.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: ''; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: ''; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: ''; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆'; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: ''; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: ''; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: ''; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: ''; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-flask:before, .ss-flask.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

/* Legacy classes */
.ss-volumelow:before, .ss-volumelow.right:after {
  content: '🔉'; }

.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '🔊'; }

.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: ''; }

.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: ''; }

.ss-batterylow:before, .ss-batterylow.right:after {
  content: ''; }

.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: ''; }

.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: ''; }

.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: ''; }

.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: ''; }

.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: ''; }

.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: ''; }

.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: ''; }

/*
* Symbolset
* www.symbolset.com
* Copyright © 2013 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-regular.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocialRegular";
  src: url("../fonts/ss-social-regular.eot");
  src: url("../fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-social-regular.woff") format("woff"), url("../fonts/ss-social-regular.ttf") format("truetype"), url("../fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-social-regular,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-regular:before, [class*=" ss-"].ss-social-regular:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-regular.right:after, [class*=" ss-"].ss-social-regular.right:after {
  font-family: "SSSocialRegular";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: '';font-size:25px; }

.ss-twitter:before, .ss-twitter.right:after {
  content: '';font-size:25px; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-appdotnet:before, .ss-appdotnet.right:after {
  content: ''; }

.ss-zerply:before, .ss-zerply.right:after {
  content: ''; }

.ss-reddit:before, .ss-reddit.right:after {
  content: ''; }

.ss-steam:before, .ss-steam.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-posterous:before, .ss-posterous.right:after {
  content: ''; }

.ss-quora:before, .ss-quora.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; font-size:25px; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-vine:before, .ss-vine.right:after {
  content: ''; }

.ss-letterboxd:before, .ss-letterboxd.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; font-size:25px; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-500px:before, .ss-500px.right:after {
  content: ''; }

.ss-etsy:before, .ss-etsy.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-svpply:before, .ss-svpply.right:after {
  content: ''; }

.ss-readmill:before, .ss-readmill.right:after {
  content: ''; }

.ss-dropbox:before, .ss-dropbox.right:after {
  content: ''; }

.ss-pinboard:before, .ss-pinboard.right:after {
  content: ''; }

.ss-delicious:before, .ss-delicious.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-octocat:before, .ss-octocat.right:after {
  content: ''; }

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-yelp:before, .ss-yelp.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-soundcloud:before, .ss-soundcloud.right:after {
  content: ''; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-share:before, .ss-share.right:after {
  content: ''; }

.ss-apple:before, .ss-apple.right:after {
  content: ''; }

.ss-microsoft:before, .ss-microsoft.right:after {
  content: ''; }

.ss-windows:before, .ss-windows.right:after {
  content: ''; }

.ss-android:before, .ss-android.right:after {
  content: ''; }

.ss-blackberry:before, .ss-blackberry.right:after {
  content: ''; }

/* Legacy */
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
  content: ''; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
    background-image: url(../img/bg-home.jpg);
    background-attachment:fixed;
    background-position:center 104px;

}
#pagebody{
    margin:0 auto;
  max-width:980px;
  background-color:#ffffff;
}

a {
  text-decoration: none; }

img, video, embed, object, iframe {
  max-width: 100%; }

h1, h2, h3, h4, h5 {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0; }
  h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
  color:#366894; }
    h1 > a:visited, h2 > a:visited, h3 > a:visited, h4 > a:visited, h5 > a:visited {
      color: #366894; }
    h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover {
      color: #467BB5; }

    .inverse h1 > a, .inverse h2 > a, .inverse h3 > a, .inverse h4 > a, .inverse h5 > a {
  color:#ffffff; }
    .inverse h1 > a:visited, .inverse h2 > a:visited, .inverse h3 > a:visited, .inverse h4 > a:visited, .inverse h5 > a:visited {
      color: #ffffff; }
    .inverse h1 > a:hover, .inverse h2 > a:hover, .inverse h3 > a:hover, .inverse h4 > a:hover, .inverse h5 > a:hover {
      color: #cccccc; }

  h1.thin, h2.thin, h3.thin, h4.thin, h5.thin {
    font-weight: 300; }

h1 {
  font-size: 33px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -1px; }
  @media only screen and (min-width: 60em) {
    h1 {
      font-size: 52px;
      line-height: 57px;
      letter-spacing: 1px; } }

h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0px; }
  @media only screen and (min-width: 60em) {
    h2 {
      font-size: 33px;
      line-height: 38px; } }

h3 {
  font-size: 23px;
  line-height: 26px;
  letter-spacing: -0.5px; }
  @media only screen and (min-width: 60em) {
    h3 {
      font-size: 28px;
      line-height: 31px; } }

h4 {
  font-size: 19px;
  line-height: 25.5px; }
  @media only screen and (min-width: 60em) {
    h4 {
      font-size: 23px;
      line-height: 28.5px;
      letter-spacing: -0.5px; } }

h5 {
  font-size: 17px;
  line-height: 23.5px;
  margin-bottom: 12.75px; }
  @media only screen and (min-width: 60em) {
    h5 {
      font-size: 20px;
      line-height: 25.5px;
      letter-spacing: -0.5px; } }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

p,
ul,
ol,
blockquote {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ccc; }

ul.no-bullets {
  list-style-type: none; }

form {
  font-family: "Cabin", Helvetica, Arial, sans-serif; }
  form div {
    margin-bottom: 20px; }

fieldset {
  border: 0;
  padding: 0; }

label {
  display: block; }
  label.radio-check-set {
    margin-bottom: 5px; }

input[type=text],
input[type=date],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px 8px; }

button,
button[type=submit],
input[type=submit],
input[type=reset] {
  background: #bebebe;
  border: 0;
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
  text-transform:uppercase;
}
.mc4wp-form input{
    border-radius:0px;
}
.mc4wp-form input[type="submit"]{
  background: #366894;
  color:#ffffff;
  border-radius:0px;
  border:solid 1px #366894;
}

button:hover,
button[type=submit]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  background: #cecece;
  color:#666666;
}
.mc4wp-form input[type="submit"]:hover{
  background: #93c8d0;
  color:#ffffff;
}

.s2_form_widget button,
.s2_form_widget button[type=submit],
.s2_form_widget input[type=submit],
.s2_form_widget input[type=reset]{
    background: #aaa none repeat scroll 0%;
}

.page-tools ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0; }
  @media only screen and (min-width: 48em) {
    .page-tools ul {
      position: absolute;
      bottom: 15px;
      right: 0;
      text-align: right; } }
.page-tools li {
  display: inline-block; }
  .page-tools li:first-child a {
    margin-left: 0; }
.page-tools a {
  color: #999999;
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
  line-height: 1; }
@media only screen and (min-width: 48em) {
  .page-tools {
    background: #fcc;
    float: right;
    margin: 0;
    width: 31.914893617021%; } }

.sharing-block ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0!important; }
  @media only screen and (min-width: 48em) {
    .sharing-block ul {
      bottom: 20px;
      right: 0;
      text-align: left; } }
.sharing-block li {
  display: inline-block; }
  .sharing-block li:first-child a {
    margin-left: 0; }
.sharing-block a {
  color: #366894;
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
  line-height: 1; }
  .sharing-block a:hover{
      color:#93c8d0;
  }
@media only screen and (min-width: 48em) {
  .sharing-block {
    float: right;
    margin: 0;
    width: 100%;
  padding-top:15px;
  border-top:1px solid #666;} }
.slider-navigation{
    position:absolute;
    bottom:0px;
    right:0px;
    z-index:1000;
}
.slider-button-div{
    height:100%;
}
.prev-slider-button-div{
    float:right;
    height:100%;
    color: #ffffff; ;
    font-size:50px;
    cursor:pointer;
    font-family:"Cabin",Helvetica,Arial,sans-serif;
    padding:0 8px;
}
.next-slider-button-div{
    height:100%;
    float:right;
    color: #ffffff;
    font-size:50px;
    cursor:pointer;
    font-family:"Cabin",Helvetica,Arial,sans-serif;
    padding:0 8px;
}
.next-slider-button-div:hover, .prev-slider-button-div:hover{
    color:#666666;
}
.box-listing {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  .box-listing .download-box {
    padding: 20px 10px;
    margin-bottom: 0; }
    @media only screen and (min-width: 48em) {
      .box-listing .download-box .download-info {
        top: 20px;
        right: 2px; } }
  p + .box-listing {
    margin-top: 10px; }

.box-listing-header {
  background: #366894;
  color: #ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 10px 2.459016393443%;
  text-transform: uppercase;
}

.box-listing-item {
  border-bottom: 1px solid #ccc;
  margin: 0px 3.27868852459%;
  position: relative;
  overflow: hidden; }
  .box-listing-item:last-child {
    border-bottom: 0; }
  .box-listing-item a {
    text-decoration: none; }
    .box-listing-item a h2 {
      color: #366894;
      font-size: 24px;
      line-height: 1.1;
      margin: 0 0 10px; }
    .box-listing-item a:hover h2{
        color:#467bb5;
    }
    .box-listing-item a p {
      color: #666666;
      margin: 0 0 10px; }
    .box-listing-item a span {
      display: block;
      font-family: "Cabin", Helvetica, Arial, sans-serif;
      font-weight: 600;
      text-transform:uppercase;
    }
    .right-arrow{
        position:absolute;
        top:40%;
        right:0;
        font-size:30px;
        font-family:"Cabin",Helvetica,Arial,sans-serif;
    }
  .box-listing-item .box-listing-content {
    margin: 15px 0;
    padding-right:15px;
  position:relative;}
  .box-listing-item.has-file .download-info-wrapper {
    display: none; }
  @media only screen and (min-width: 48em) {
    .box-listing-item.has-file {
      padding-right: 100px; }
      .box-listing-item.has-file .download-info-wrapper {
        display: block;
        position: absolute;
        top: 20px;
        right: 2px; } }
  .box-listing-item.has-image {
    padding: 20px 0; }
    .box-listing-item.has-image img {
      display: none;
      width: 100%; }
    @media only screen and (min-width: 48em) {
      .box-listing-item.has-image img {
        display: block;
        float: left;
        width: 35.087719298246%;
        height: auto; }
      .box-listing-item.has-image .box-listing-content {
        float: right;
        margin: 0;
        width: 61.40350877193%; } }

.box-listing.file-listing .box-listing-item {
  min-height: 10px; }

.box-listing.file-listing .box-listing-header {
  position: relative; }

.filter-press-releases {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  border: 0;
  outline: 0 !important;
  padding-right: 15px;
  background-image: url(../img/pr-filter-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 7px;
  background-position: center right;
  position: absolute;
  top: 12px;
  right: 20px; }

#happening {
  clear: both;
  overflow: hidden;
  padding-top: 20px; }
  @media only screen and (min-width: 48em) {
    #happening {
      padding-top: 15px;
    border-top:1px solid #366894;} }
  #happening .happening-item {
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 2px; }
    @media only screen and (min-width: 48em) {
      #happening .happening-item {
        float: left;
        width: 30%;
        padding-bottom: 1000px;
        margin-left: 5%;
        margin-bottom: -1000px; } }
    #happening .happening-item p.meta {
      font-size: 13px;
      margin-bottom: 0; }
    #happening .happening-item.first {
      margin-left: 0; }
    #happening .happening-item h2 {
      color: #000000;
      font-size: 25px;
      font-weight: bold;
      line-height: 30px; }
    #happening .happening-item img {
      height: auto; }
    #happening .happening-item .meta-slug:hover{
        color:#666666;
    }
    #happening .happening-item h2:hover{
        color:#666666;
    }
    @media only screen and (min-width: 48em)
    {
        #happening .happening-item img {
      height: 120px; }
    }
  #happening .happening-content {
    padding: 5% 0% 0 0%; }

.happening-title {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 30px; }

.page-navigation {
  font-family: 'Lato',sans-serif;
  padding: 10px 0; }

.page-navigation ol {
  list-style: none;
  line-height: 1; }

.page-navigation li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #e7e7e7; }

.page-navigation li:first-child {
  border: 0;
  padding-left: 0; }

.page-navigation li:nth-child(2) {
  border: 0; }

.pn-prev-link span,
.pn-next-link span {
  color: #999999; }

.page-navigation li.pn-next-link {
  border: 0; }
.grantee-story-sidebar{
    background-color:#444444;
    margin-bottom:25px;
}
.grantee-story-sidebar h5{
    color: #e0974b;
}
.grantee-story-sidebar h4>a{
    color: #ffffff;
}
.grantee-story-sidebar h4>a:hover{
    color: #cccccc;
}
.grantee-story-sidebar p{
    color:#999999;
}
.grantee-story-sidebar img{
    width:100%;
}
.module.orange{
  background: #e0974b;
}
.module.lightblue{
    background:#95c7ce;
}
.module.darkblue{
  background: #366894;
}
.module.darkblue a{
    color:#e0974b;
  }
  .module.darkblue .btn-wrap:hover{
      background-color:#467bb5;
  }
    .module.darkblue .btn-wrap:hover .btn-link{
      color: #F4DE92;
  }

.module.lightorange {
  background: #f4de92;
  color: #000000; }
  .module.lightorange a {
    color: #ffffff; }
  .module.lightorange .btn-wrap {
    margin-top: 0px; }
  .module.lightorange .btn-wrap:hover{
      background-color:#e0974b;
  }

  .module.lightorange .btn-link {
      color:#e0974b; }
  .module.lightorange .btn-wrap:hover .btn-link{
      color: #F4DE92;
  }


  .module.button .btn-link {
      border:2px solid white;
      font-weight:bold;
      text-transform:uppercase;
    display: block;
    font-size: 16px;
    padding: 10px; }
 .module.lightgrey {
  background: #cccccc;
  color: #ffffff; }
  .module.lightgrey a {
    color: #ffffff; }
  .module.lightgrey .btn-wrap {
    margin-top: 0px; }
  .module.lightgrey .btn-wrap:hover{
      background-color:#999999;
  }
  .module.lightgrey .btn-link {
      color:#ffffff; }
  .module.lightgrey .btn-wrap:hover .btn-link{
      color: #ffffff;
  }

.news-source-category {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0; }

.news-source-list {
  list-style-type: none;
  padding: 0 !important; }
  .news-source-list + .news-source-category {
    margin-top: 15px; }
  .news-source-list a:hover {
      opacity: .75;
    color: #ffffff }

.materials-date {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin: 0; }

.news-feed-list {
  list-style-type: none;
  padding: 0 !important; }

.news-feed-item {
  margin-bottom: 10px; }
  .news-feed-item a {
    display: block;
    font-weight: bold; }
    .news-feed-item a:hover {
        opacity: 0.75!important;
      color: #ffffff !important; }

#news-feed .module-footer a {
  color: #ffffff; }
  #news-feed .module-footer a:hover {
    color: #cccccc; }

.directory-column {
  margin: 20px 0; }
  .directory-column:after {
    content: "";
    display: table;
    clear: both; }
  .directory-column h4 {
    margin-bottom: 10px; }
  .directory-column .directory-person {
    color: #666666;
    display: block; }
    .directory-column .directory-person {
      border-bottom: 1px solid #e5e5e5;
      padding: 7.5px 0; 
    }
    .directory-person .has-phone{
      clear: left;
    }
    .directory-column .directory-person.has-email:after {
      color: #e0974b;
      content: "✉";
      font-family: "SSStandard";
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      white-space: nowrap;
      font-size: 14px;
      line-height: 20px;
      margin-left: 10px;
      vertical-align: middle;
      visibility: hidden; }
    .directory-column .directory-person.has-email:hover {
      color: #e8c7a6; }
      .directory-column .directory-person.has-email:hover:after {
        visibility: visible; }
  .directory-column .directory-all {
    clear: both;
    display: block;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 12.5px 0;
    text-align: center; }
  @media only screen and (min-width: 48em) {
    .directory-column .directory-person {
      float: left;
      width: 50%; }
      .directory-person .has-phone{
        float: left;
        padding-left: 20px;
        width: 50%; }
    .directory-column.half {
      float: left;
      width: 50%; }
      .directory-column.half:nth-child(odd) {
        padding-right: 10px;
        clear: left; }
      .directory-column.half:nth-child(even) {
        padding-left: 10px;
        clear: right; }
      .directory-column.half .directory-person {
        width: 100%; }
      .directory-column.half .directory-all {
        padding: 7.5px 0;
        text-align: left; } 
      }
  .directory-column + .clearfix {
    clear: both; }

/* download info button */
.download-box {
  background: #fff;
  position: relative;
  padding: 20px 100px 5px 20px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 48em) {
    .download-box .download-info {
      position: absolute;
      top: 20px;
      right: 20px; } }
  .download-box a {
    color: #666666; }
    .download-box a h3 {
      color: #000000;
      margin-bottom: 5px; }

.download-info {
  background: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #666666;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 12px;
  overflow: hidden;
  padding: 10px;
  width: 85px;
  line-height: 1; }
  .download-info .download-icon {
    background: #666 url(../img/download-icon-mask.png) 0 0 no-repeat;
    float: left;
    height: 28px;
    margin-right: 5px;
    width: 21px; }
  .download-info .download-type {
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
  }
  .download-info .download-size {
    color: #666666; }
  .download-info.download-pdf {
    color: #366894; }
    .download-info.download-pdf .download-icon {
      background-color: #95c7ce; }
  .download-info.download-doc, .download-info.download-docx {
    color: #366894; }
    .download-info.download-doc .download-icon, .download-info.download-docx .download-icon {
      background-color: #e0974b; }
  .download-info.download-xls, .download-info.download-xlsx {
    color: #366894; }
    .download-info.download-xls .download-icon, .download-info.download-xlsx .download-icon {
      background-color: #448dcd; }

#main .download-info {
  line-height: 1; }

/* HOMEPAGE */
.home #content {
  background: #ffffff center top no-repeat;
  background-size: cover;
  padding: 0px; }
.home #content .home-banner{
    padding:20px 20px 10px 20px;
}
#home-hero {
  position: relative;
  background-color: #efefef;
  overflow: hidden; }
  #home-hero .home-hero-img img {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  #home-hero a,
  #home-hero a:active,
  #home-hero a:visited {
  /*text-transform:capitalize;*/
  color:#ffffff;
  }
    #home-hero a h1, #home-hero a span,
    #home-hero a:active h1,
    #home-hero a:active span,
    #home-hero a:visited h1,
    #home-hero a:visited span {
      color: #ffffff;
    }
    #home-hero .herotagholder{
          overflow:hidden;
          white-space: nowrap;
          width:95%;

      }
    #home-hero a.herotag {
    color: #ffffff;
    font-size: 12px;
    margin-right: 10px;
    line-height:16px;
}
#home-hero a:hover{
    color:#666666;
}
  #home-hero a h1:hover,
  #home-hero a span:hover{
      color:#467bb5;
  }
  #home-hero a.herotag:hover{
      color:#666666;
    }

.home-hero-text {
  background-color: #555;
  padding: 8px 30px 8px 10px; }
  .home-hero-text h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 5px 0 10px; }
  .home-hero-text p {
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    margin: 0;
    color:#ffffff;
    font-size:12px;
  }
  .home-hero-text p:hover{
      color:#999999;
  }
    .home-hero-text {
      background: rgba(0,0,0, 0.80);
      padding: 10px 20px;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .home-hero-text h1 {
        font-size: 20px;
        line-height: 10px; }

.home-modules {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (min-width: 48em) {
    .home-modules {
      margin: 0 0 30px; } }
  .home-modules .module {
    background: #fff;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 48em) {
      .home-modules .module {
        float: left;
        width: 31.914893617021%;
        margin: 0 auto 20px;
        margin-left: 2.127659574468%;
        margin-bottom: -99999px;
        padding-bottom: 99999px; }
        .home-modules .module:first-child {
          margin-left: 0; } }
    .home-modules .module a {
      color: #e0974b; }
  .home-modules .module-header {
    background: #366894;
    padding: 6px 15px; }
    .home-modules .module-header h3 {
      font-size: 18px;
      text-transform: uppercase;
    }
  .home-modules .module-image {
    width: 100%;
    margin-bottom: 10px; }
    .home-modules .module-image img {
      height: auto;
      width: 100%; }
  .home-modules .module.homepage-grants .module-header {
    background: #366894; }
  .home-modules .module.homepage-initiatives .module-header {
    background: #75bac5; }
  .home-modules .module.homepage-news .module-header {
    background: #9ba248; }
  .home-modules .module-content {
    background: #fff;
    border: 0;
    color: #666666;
    padding: 10px 15px; }
    .home-modules .module-content h3 {
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd; }
      .home-modules .module-content h3 a {
        color: #000000; }
    .home-modules .module-content p {
      margin: 0 0 10px; }
    .home-modules .module-content p.meta {
      margin-bottom: 0; }
    .home-modules .module-content .meta-slug,
    .home-modules .module-content .meta-date {
      font-size: 13px;
      text-transform: uppercase;
      }
    @media only screen and (min-width: 48em) {
      .home-modules .module-content {
        padding: 15px 6.666666666667%; } }
  .home-modules img {
    display: block;
    width: 100%; }
  .home-modules a.btn-link {
    background: #e29844;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 0 15px;
    width: 100%; }

#home-grantmaking {
  padding: 160px 10px 50px;
  background: url(../img/alaska-sil.png) center 30px no-repeat;
  background-color: #555555;
  background-size: 201px 107px; }
  #home-grantmaking .wrapper {
    position: relative; }
  #home-grantmaking p {
    color: #ffffff;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 0; }
  #home-grantmaking a {
    color: #e0974b;
    font-weight: bold; }
    #home-grantmaking a:hover {
      color: #e8c7a6; }
  @media only screen and (min-width: 48em) {
    #home-grantmaking {
      background-image: none;
      padding: 10px 0; }
      #home-grantmaking .wrapper {
        background: url(../img/alaska-sil.png) center left no-repeat;
        background-size: 201px 107px; }
      #home-grantmaking p {
        padding: 30px 60px 30px 240px; } }

/* Artist Listing */
.category-art-collection #main,
.art-collection-results {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e4e4; }

.artist-listing-excerpt {
  clear: both;
  border-bottom: 1px solid #e4e4e4;
  font-family: 'Lato',sans-serif;
  overflow: hidden;
  padding: 20px 0; }
  .artist-listing-excerpt:first-child {
    padding-top: 0; }
  .artist-listing-excerpt:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.artist-listing-excerpt h3,
.artist-listing-excerpt p {
  margin: 0; }

.artist-listing-name {
  display: block;
  margin-bottom: 10px; }
  .artist-listing-name h3 {
    font-weight: bold; }
  @media only screen and (min-width: 48em) {
    .artist-listing-name {
      float: left;
      padding-top: 10px;
      width: 30%;
      margin-bottom: 5px; } }

@media only screen and (min-width: 48em) {
  .artist-listing-thumbs {
    float: right;
    text-align: right;
    width: 70%; } }

.artist-listing-thumbs .gallery-item-thumb {
  padding: 0;
  margin: 0 20px 10px 0;
  height: 100px; }
  @media only screen and (min-width: 48em) {
    .artist-listing-thumbs .gallery-item-thumb {
      margin: 0 20px 0 0; } }
  .artist-listing-thumbs .gallery-item-thumb:last-child {
    margin-right: 0; }
  .artist-listing-thumbs .gallery-item-thumb img {
    max-height: 100%;
    max-width: none;
    width: auto; }

.artist-listing-count {
  color: #999999;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.75px; }

/* Single Artist Page */
#main.artist {
  font-family: "Lato",sans-serif;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 8.510638297872%;
  border: 1px solid #E4E4E4; }

.artist-name {
  border-bottom: 1px solid #e7e7e7;
  text-align: center; }

.artist-bio {
  border-bottom: 1px solid #e7e7e7;
  color: #666666;
  padding-top: 30px; }

.artist-info.open .artist-bio {
  display: block; }

.artist-back {
  text-align: center;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  margin-top: 15px; }

.biography-toggle {
  position: relative;
  display: block;
  width: 180px;
  margin: 0 auto; }
  .biography-toggle:before, .biography-toggle:after {
    content: "";
    display: block;
    position: absolute; }
  .biography-toggle:before {
    background-color: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px; }
  .biography-toggle:after {
    border: 7px solid transparent;
    border-top: 7px solid #e0974b;
    top: 10px;
    right: 0; }
  .biography-toggle.open:after {
    top: 3px;
    border: 7px solid transparent;
    border-bottom: 7px solid #e0974b; }

  .gallery-caption{
      clear:left;
  }
.gallery-item {
  overflow: hidden; }
  .gallery-item img {
      width:95%;
    display: block;
    height: auto; }
  .gallery-item.active {
    display: block; }

.gallery-item-info {
  float: right;
  width: 33%; }
  .gallery-item-info p {
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px; }
    .gallery-item-info p.gallery-item-title {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 15px; }

.gallery-nav {
  border-top: 1px solid #e7e7e7;
  clear: both;
  text-align: center;
  padding: 40px 0; }

.gallery-item-thumb {
  display: inline-block;
  margin: 0 10px;
  padding: 4px; }
  .gallery-item-thumb.active {
    border: 2px solid #000;
    padding: 2px; }
  .gallery-item-thumb.more {
    float: right; }

.gallery-thumb-more {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  position: relative;
  background-color: #F0EEE2; }
  .gallery-thumb-more:before {
    content: "ΓÇª";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: -24px;
    margin-top: -24px;
    color: #999999; }

#art-search {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #E3E3E3;
  padding: 20px; }
  #art-search input::-webkit-input-placeholder {
    font-style: italic; }
  #art-search input::-moz-placeholder {
    font-style: italic; }
  #art-search input:-moz-placeholder {
    font-style: italic; }
  #art-search input:-ms-input-placeholder {
    font-style: italic; }
  #art-search input,
  #art-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 35px;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background: #ecece4;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    outline: 0;
    min-width: 180px; }
    @media only screen and (min-width: 48em) {
      #art-search input,
      #art-search select {
        width: auto; } }
  #art-search select {
    background-image: url(../img/grantmaking-select-arrow.png);
    background-size: 25px 9px;
    background-repeat: no-repeat;
    background-position: center right; }
  @media only screen and (min-width: 48em) {
    #art-search {
      display: table;
      width: 100%; } }
  #art-search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #366894;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 35px;
    outline: 0;
    padding: 0; }

.art-search-field:last-child {
  margin-bottom: 0; }
@media only screen and (min-width: 48em) {
  .art-search-field {
    display: table-cell; }
    .art-search-field:not(:first-child) {
      padding-left: 20px; } }

.art-collection#main {
  width: auto;
  margin: 0 -10px; }
.art-collection .art-card,
.art-collection .art-card-top-four,
.art-collection .art-card-featured {
  background: #fff;
  float: left;
  height: 220px;
  margin: 0 10px 20px 10px;
  width: 220px;
  position: relative; }
.art-collection .card-image {
  height: 220px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.art-collection .art-card.horizontal .card-image img {
  height: 220px;
  max-width: none;
  width: auto;
  margin-left: -15%; }
.art-collection .art-card-featured {
  width: 460px;
  height: 460px; }
.art-collection .art-card-featured .card-image {
  width: 460px;
  height: 415px; }
.art-collection .card-text {
  background: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
.art-collection .card-text h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0; }
.art-collection .card-text p {
  color: #666666;
  font-size: 15px;
  font-family: sans-serif;
  margin: 0; }

.artist-nav {
  clear: both;
  padding: 20px;
  background-color: #535353;
  color: #ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif; }
  .artist-nav:after {
    content: "";
    display: table;
    clear: both; }
  .artist-nav a {
    color: #ffffff; }
    .artist-nav a:hover {
      color: #cccccc; }

.artist-nav-link {
  font-size: 20px;
  line-height: 22px;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .artist-nav-link + .artist-nav-link {
      margin-top: 15px; } }
  @media screen and (min-width: 600px) {
    .artist-nav-link.next, .artist-nav-link.prev {
      background-repeat: no-repeat;
      background-size: 16px 34px; }
    .artist-nav-link.next {
      float: right;
      text-align: right;
      padding-right: 40px;
      background-image: url(../img/artist-nav-arrow-right.png);
      background-position: right center; }
    .artist-nav-link.prev {
      float: left;
      text-align: left;
      padding-left: 40px;
      background-image: url(../img/artist-nav-arrow-left.png);
      background-position: left center; } }

.artist-nav-label {
  opacity: 0.5;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.artist-view-bar {
  list-style-type: none;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin: -15px -10px 15px;
  padding: 0 !important; }
  .artist-view-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 480px) {
    .artist-view-bar {
      margin: -15px 0 15px; } }
  .artist-view-bar li {
    display: inline-block;
    vertical-align: middle;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    margin: 10px 0 !important;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5; }
    .artist-view-bar li:last-child {
      border-right: none; }
    .artist-view-bar li a.active {
      color: #666666; }
  .artist-view-bar i {
    vertical-align: middle;
    font-size: 12px; }

.artist-name-listing {
  margin-top: 20px;
  padding: 0 !important;
  list-style-type: none; }
  @media all and (min-width: 540px) {
    .artist-name-listing {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-width: 50%;
      -moz-column-width: 50%;
      column-width: 50%; } }
  @media all and (min-width: 800px) {
    .artist-name-listing {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-width: 33.3%;
      -moz-column-width: 33.3%;
      column-width: 33.3%; } }

.art-collection-empty-set {
  display: none; }
  .art-collection-empty-set:only-child {
    display: block; }

  .person-grid-block{
          width:48%;
          margin:0 2% 2% 0;
          float:left;
          position:relative;
          overflow:hidden;
      }
      .person-grid-block img{
          width:100%;
      }
      .person-grid-info{
          /*position:absolute;*/
          bottom:1px;
          width:100%;
          font-size:14px;
          height: 70px;
          /*background-color:black;*/
          opacity:0.7;
          padding:5px;
          color:#000000;
          line-height:1.7;
      }
      .person-grid-info p{
          margin:0px;
      }
      .person-grid-info a{
        color: black;
      }
  @media only screen and (min-width: 48em) {
      .person-grid-block{
          width:18%;
          margin:0 2% 2% 0;
          float:left;
          position:relative;
          overflow:hidden;
      }
      .person-grid-block img{
          width:100%;
      }
      .person-grid-info{
          /*position:absolute;*/
          height: 70px;
          bottom:0px;
          width:100%;
          font-size:14px;
          /*background-color:black;*/
          opacity:0.7;
          padding:5px;
          color:#000000;
          line-height:1.7;
      }
      .person-grid-info p{
          margin:0px;
      }
      .person-grid-info a{
        color: black;
      }
  }
.person-listed,
.position-listed {
  clear: both;
  color: #000000;
  overflow: hidden; }
  .person-listed figure,
  .position-listed figure {
    float: left;
    height: 95px;
    margin-right: 10px;
    width: 95px;
margin-bottom:15px; }
    .person-listed figure img,
    .position-listed figure img {
      display: block;
      height: 95px;
      width: 95px; }
  .person-listed .person-name,
  .person-listed .position-title,
  .position-listed .person-name,
  .position-listed .position-title {
    color: #000000; }
    .person-listed .person-name a,
    .person-listed .position-title a,
    .position-listed .person-name a,
    .position-listed .position-title a {
      color: #000000; }
  .person-listed .person-title,
  .position-listed .person-title {
    font-size: 16px; }
  .person-listed .meta,
  .position-listed .meta {
    color: #999999;
    font-size: 15px;
    text-transform: uppercase;
  }
  .person-listed p,
  .position-listed p {}

figure.person-photo {
  width: 25%; }
  figure.person-photo img {
    width: 100%;
    height: auto; }
  figure.person-photo.pull-left {
    float: left;
    margin: 0 20px 0 0; }
  figure.person-photo.pull-right {
    float: right;
    margin: 0 0px 0 20px; }

body.category-past-grantmaking #content,
body.grant-making-visualized #content,
body.grant-making-by-year #content,
body.grant-making-by-region #content,
body.grant-making-by-type #content {
  background-image: none !important; }
body.category-past-grantmaking #main,
body.grant-making-visualized #main,
body.grant-making-by-year #main,
body.grant-making-by-region #main,
body.grant-making-by-type #main,
body.grant-making-by-year-specific #main,
body.grant-making-by-region-specific #main,
body.grant-making-by-type-specific #main,
body.grantmaking-by-year #main,
body.grantmaking-by-region #main,
body.grantmaking-by-type #main,
body.grantmaking-by-year-specific #main,
body.grantmaking-by-region-specific #main,
body.grantmaking-by-type-specific #main,
body.specific-year #main,
body.specific-region #main,
body.specific-type #main


{
  width: 100%; }

table.data {
  background: #fff;
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  font-size: 16px; }
  @media only screen and (min-width: 48em) {
    table.data {
      font-size: 18px; } }
  table.data th {
    background: #366894;
    color: #ffffff;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    line-height: 1;
    padding: 10px 2.459016393443%;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right; }
  table.data td {
    border-bottom: 1px solid #e4e4e4;
    font-family: "Cabin",sans-serif;
    padding: 15px 2.459016393443%;
    text-align: right; }
  table.data th.row-label,
  table.data td.row-label {
    text-align: left; }
  table.data tr.aggregate {
    color: #366894;
    font-weight: bold; }
  table.data tr:last-child td {
    border-bottom: 0; }

.grants-by-region-map {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 60px;
  max-width: 750px; }
  @media only screen and (min-width: 920px) {
    .grants-by-region-map .region-label,
    .grants-by-region-map .region-pointer {
      display: block; } }

.region-label {
  position: absolute;
  width: 180px;
  font-family: "Cabin",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold; }

.region-pointer {
  background: #333;
  height: 1px;
  position: absolute;
  width: 95px; }
  .region-pointer.vertical {
    height: 95px;
    width: 1px; }

.region-name {
  color: #000000; }
.region-name:hover{
    color:#666666;
}

.region-amount {
  font-size: 12px;
  font-weight: normal;
  color: #666666; }
.region-amount:hover{
    color:#999999;
}

#ap-label {
  top: 68%;
  left: 9%; }

#as-label {
  top: 7%;
  left: 73%; }

#as-pointer {
  top: 9%;
  left: 50%;
width:22%;}

#bb-label {
  top: 84%;
  left: 42%; }

#bb-pointer {
  top: 59%;
  left: 46%;
  height: 24%; }

#bs-label {
  top: 29%;
  left: 5%; }

#bs-pointer {
  top: 32%;
  left: 15%; }

#cr-label {
  top: 42%;
  left: 80%; }

#cr-pointer {
  top: 45%;
  left: 66%; }

#int-label {
  top: 22%;
  left: 75%; }

#int-pointer {
  top: 25%;
  left: 62%; }

#ko-label {
  top: 76%;
  left: 50%; }

#ko-pointer {
  top: 65%;
  left: 52%;
  height: 10%; }

#nw-label {
  top: 19%;
  left: 9%; }

#nw-pointer {
  top: 22%;
  left: 23%;
  width: 9%; }

#pws-label {
  top: 59%;
  left: 62%; }

#pws-pointer {
  top: 53%;
  left: 65%;
  height: 6%; }

#sc-label {
  top: 69%;
  left: 57%; }

#st-label{
  top: 0%;
  left: 24%;
}
#sc-pointer {
  top: 46%;
  left: 57%;
  height: 22%; }

#se-label {
  top: 52%;
  left: 96%; }

#se-pointer {
  top: 54%;
  left: 83%; }

#yk-label {
  top: 47%;
  left: 14%; }

#sw-label {
  display: none;
  top: 150px;
  left: 0; }

#nat-label {
  display: none;
  top: 60px;
  left: 0; }

#pnw-label {
  display: none;
  top: 120px;
  left: 0; }

.visualized-nav {
  margin: 45px 0; }
.responsive-half-block{
    float:left;
    width:50%;
}
.responsive-half-block img{
    float:left;
    margin: 0 10px 0px 0;
}
.home-banner{
    padding:10px 0;
    /*border-bottom:1px solid #c9c9c9;*/
}
.home-banner .visualized-nav{
    margin:0px;
}
    .visualized-nav {
      display: table;
      width: 100%; }

.visualized-nav-column {
  display: block;
    text-align:center; }
@media only screen and (max-width: 32em){
    #single-past-grantmaking h1{
        width: 225px;
    }
}
#past-grantmaking-nav{
    position:Absolute;
    top: 25px;
    right:0;
}
#past-grantmaking-nav .visualized-nav{
    margin:0;
}
#past-grantmaking-nav .visualized-nav-column{
    padding:3px;
    float:left;
}
#past-grantmaking-nav .visualized-nav-title{
    display:none;
}
#past-grantmaking-nav .visualized-nav-column img{
    height:25px;
}


    .visualized-nav-column {
      float:left;
      width: 33%;
    padding:20px;}
      .visualized-nav-column:nth-child(even) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; }

  .visualized-nav-column img{
      height:175px;
  }

.visualized-nav-title {
  color: #000000;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px; }
a .visualized-nav-title:hover{
    color:#666666;
}

.visualized-nav-image {
  background-repeat: no-repeat;
  background-position: center center;
  width: 90%;
  height: 175px;
  margin: 0 auto; }
  .visualized-nav-image.region {
    background-image: url(../img/map.png);
    background-size: auto 171.5px; }
  .visualized-nav-image.type {
    background-image: url(../img/visualization-type.png);
    background-size: auto 148px; }
  .visualized-nav-image.year {
    background-image: url(../img/visualization-year.png);
    background-size: auto 125.5px; }

.past-grantmaking-search {
  background-color: #BEBEBE;
  padding: 20px 20px 5px; }
  .past-grantmaking-search .past-grantmaking-search-heading {
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 0.5px; }
  .past-grantmaking-search input[type="text"],
  .past-grantmaking-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #000000;
    background-color: #F5F5F5;
    border-width: 0;
    border-radius: 5px;
    height: 35px;
    display: block;
    margin-bottom: 15px;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 0 10px;
    width: 100%; }
    .past-grantmaking-search input[type="text"]:focus,
    .past-grantmaking-search select:focus {
      background-color: white;
      outline: 0; }
    .past-grantmaking-search input[type="text"]::-webkit-input-placeholder,
    .past-grantmaking-search select::-webkit-input-placeholder {
      font-style: italic; }
    .past-grantmaking-search input[type="text"]::-moz-placeholder,
    .past-grantmaking-search select::-moz-placeholder {
      font-style: italic; }
    .past-grantmaking-search input[type="text"]:-moz-placeholder,
    .past-grantmaking-search select:-moz-placeholder {
      font-style: italic; }
    .past-grantmaking-search input[type="text"]:-ms-input-placeholder,
    .past-grantmaking-search select:-ms-input-placeholder {
      font-style: italic; }
    @media only screen and (min-width: 48em) {
      .past-grantmaking-search input[type="text"],
      .past-grantmaking-search select {
        display: inline-block;
        max-width: 30%;
        min-width: 100px;
        width: auto;
        margin-right: 15px; } }
  .past-grantmaking-search select {
    background-image: url(../img/grantmaking-select-arrow.png);
    background-size: 25px 9px;
    background-repeat: no-repeat;
    background-position: center right; }
  .past-grantmaking-search input[type="submit"],.past-grantmaking-search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 0 10px;
    color: #ffffff;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    outline: 0;
  cursor:pointer;}
    @media only screen and (min-width: 48em) {
      .past-grantmaking-search input[type="submit"],.past-grantmaking-search button {
        width: auto; } }

.past-grantmaking-results-heading {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin-top: 45px;
  margin-bottom: 20px; }

.past-grantmaking-results {
  background-color: white;
  padding: 20px;
  font-family: "Cabin", Helvetica, Arial, sans-serif; }
  .past-grantmaking-results table {
    width: 100%; }
  .past-grantmaking-results td {
    vertical-align: top;
    padding: 10px 0; }
  .past-grantmaking-results tr:not(:last-child) td {
    border-bottom: 1px solid #f0f0f0; }
  .past-grantmaking-results tr:first-child td {
    padding-top: 0; }
  .past-grantmaking-results tr:last-child td {
    padding-bottom: 0; }
  .past-grantmaking-results a {
    display: block; }
    @media only screen and (min-width: 48em) {
      .past-grantmaking-results a {
        display: inline-block;
        margin-left: 5px; } }

.past-grantmaking-amount {
  color: #999999;
  font-size: 15px;
  display: block;
  text-align: right; }

.past-grantmaking-project {
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px; }

.past-grantmaking-year {
  color: #666666;
  text-align: right;
  display: block; }

.pagination {
  clear: both;
  color: #999999;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
  padding: 0 10px;
  position: relative; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination .page-list {
    display: inline-block;
    list-style-type: none;
    padding: 0 10px !important;
    width: auto; }
  .pagination a {
    color: #e0974b; }
  .pagination .page-link {
    display: inline-block;
    min-width: 20px;
    padding: 0 0px;
    margin-bottom:0px!important;
    text-align: center;
    border-right: 1px solid #bebebe; }
    .pagination .page-link:last-child {
      border-right: 0; }
    .pagination .page-link.active a {
      color: #000000; }
    .pagination .page-link.previous, .pagination .page-link.next {
      padding: 0;
      border: none; }

  @media screen and (max-width: 480px) {
    .pagination {
      padding-bottom: 40px; }
      .pagination .page-list {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0; }
      .pagination .page-link.previous {
        float: left; }
      .pagination .page-link.next {
        float: right; } }

.go-to-page {
  text-align: center;
  margin: 10px 0; }
  .go-to-page span {
    color: #999999; }
  .go-to-page input {
    margin-left: 5px; }
  .go-to-page input[type="submit"] {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e0974b;
    color: #ffffff; }

#comments {
  clear: both;
  margin-bottom: 25px; }
  #comments ol {
    padding: 15px 20px !important;
    background-color: white;
    list-style-type: none;
    margin-bottom: 0 !important;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0; }
  #comments li {
    margin-bottom: 16px !important;
    border-bottom: 1px solid #eee; }
    #comments li:last-child {
      border-bottom: 0;
      margin-bottom: 0 !important; }

.comments-header {
  background-color: #356893;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin: 0; }

.comment-author,
.comment-date {
  display: inline-block;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #999999; }

.comment-meta {
  margin-bottom: 10px; }

.comment-author {
  margin: 0; }
  .comment-author a {
    color: #e0974b; }
    .comment-author a:hover {
      color: #e8c7a6; }
  .comment-author:after {
    content: " | ";
    color: #999999;
    margin: 0 5px;
    vertical-align: top; }

.comment-author-name {
  color: #666666; }

.comment-body {
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 24px; }
  .comment-body p {
    margin-bottom: 16px; }

#respond {
  background-color: white;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  border-top-color: #eee; }
  #respond input[type="text"],
  #respond textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 0;
    color: #666666;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px;
    min-height: 30px;
    width: 100%;
    outline: 0; }
    #respond input[type="text"]::-webkit-input-placeholder,
    #respond textarea::-webkit-input-placeholder {
      color: #999999;
      font-style: italic; }
    #respond input[type="text"]::-moz-placeholder,
    #respond textarea::-moz-placeholder {
      color: #999999;
      font-style: italic; }
    #respond input[type="text"]:-moz-placeholder,
    #respond textarea:-moz-placeholder {
      color: #999999;
      font-style: italic; }
    #respond input[type="text"]:-ms-input-placeholder,
    #respond textarea:-ms-input-placeholder {
      color: #999999;
      font-style: italic; }
  #respond .form-submit {
    margin-bottom: 0;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      #respond .form-submit {
        text-align: right; } }
  #respond input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #e0974b;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 24px; }

.comment-reply-title {
  color: #666666;
  letter-spacing: 0.25px;
  margin: 10px 0; }

@media only screen and (min-width: 48em) {
  .comment-form-author,
  .comment-form-email {
    width: 50%;
    float: left; }

  .comment-form-author {
    padding-right: 10px; }

  .comment-form-email {
    padding-left: 10px; } }
.comment-form-comment {
  margin-bottom: 5px; }

html {
  height: 100%;
  background: #fafafa; }

.wrapper {
  margin: 0 20px; }
  @media only screen and (min-width: 48em) {
    .wrapper {
      } }
  #home-hero{
      padding-top:99px;
  }
  .author-byline{
      clear:left;
      font-weight:bold;
  }
 #content {
  padding-top: 112px; }

#content {
    padding: 0px 20px 10px;
    overflow: hidden;
    min-height:580px;}

#main {
  clear: both;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 48em) {
    #main {
      float: left;
      width: 64.893617021277%; } }

body.search-results #main {
  width: 100%; }
.grantmaking-type{
    opacity:0.15;
    color:#366894!important;
}
.grantmaking-type:hover{
    opacity:0.5;
}
.grantmaking-active{
    opacity:1;
}
@media (min-width: 48em) {
  #secondary {
    float: right;
    width: 31.914893617021%; } }

.page-title {
  padding: 0px 0 0px 0;
  position: relative; }
  .page-title h1 {
      /*text-transform: capitalize;*/
    font-size: 36px;
    font-weight: normal;
    margin: 0;}
    @media only screen and (min-width: 48em) {
      .page-title h1
      {}
      .author-name-block{
          clear:left;
          margin-bottom:10px;
      }
    }
    .author-image-block{
        float:left;
        margin:0 20px 0 0;
    }

figure {
  position: relative;
  margin: 0;}
  figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    position: relative; }
  figure.feature-media {
    margin-bottom: 20px;
    width: 100%;
    color: #999999;
    font-size: 14px;
    font-style: italic;
    line-height: 20px; }
    figure.feature-media > div {
      width: 100% !important;
      height: auto !important; }
    figure.feature-media object,
    figure.feature-media embed,
    figure.feature-media video,
    figure.feature-media iframe {
      display: block;
      margin-bottom: 10px; }
    figure.feature-media p {
      margin-top: 10px;
      text-align: left !important; }
    figure.feature-media * + * {
      margin-top: 10px; }
  figure.feature-image {
    margin-bottom: 40px;
    width: 100%; }
    figure.feature-image .feature-info {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 5px 110px 5px 10px;
      width: 100%; }
      figure.feature-image .feature-info.open {
        background: rgba(0, 0, 0, 0.5); }
        figure.feature-image .feature-info.open .caption-close {
          display: block; }
        figure.feature-image .feature-info.open .caption-open {
          display: none; }
        figure.feature-image .feature-info.open figcaption {
          display: block; }
    figure.feature-image figcaption {
      color: #ffffff;
      font-size: 14px;
      border-right: 1px solid #fff;
      padding-right: 10px;
      display: none;
      line-height: 1.4; }
    figure.feature-image .caption-trigger {
      color: #ffffff;
      cursor: pointer;
      font-size: 14px;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 10px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 20; }
      figure.feature-image .caption-trigger:before {
        color: #e0974b; }
    figure.feature-image .caption-close {
      background: none;
      display: none; }
    figure.feature-image .image-credit {
      position: absolute;
      font-family: "Cabin", Helvetica, Arial, sans-serif;
      font-size: 14px;
      top: 100%;
      right: 0;
      margin: 0; }

img.alignright,
img.alignleft,
img.aligncenter {
  display: block;
  width: 100%;
  height: auto; }

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  display: block;
  margin: 20px auto;
  max-width: 100%; }
  .alignright img,
  .alignleft img,
  .aligncenter img,
  .alignnone img {
    width: 100%;
    height: auto; }

.wp-caption a {
  display: block;
  width: 100%; }

.wp-caption-text {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 3px 0 0; }

@media only screen and (min-width: 48em) {
  img.alignright {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%;
    height: auto; }

  img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 60%;
    height: auto; }

  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto; }

  .alignright {
    float: right;
    margin: 0 0 10px 20px;
    max-width: 50%; }

  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 67%; }

  .aligncenter,
  .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin: 0 20px 30px 0;
    max-width: 117%; } }
.intro {
  color: #366894;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px; }
.btn-link {
  border-radius: 3px;
  display: inline-block;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  padding: 5px 10px 10px 10px;
  line-height: 1;
  margin: 0 auto;
  text-align: center; }

.btn-wrap {
  text-align: center; }

/* TYPOGRAPHY */
h1 {
  font-size: 48px;
  line-height: 56px; }

h3 {
  font-size: 25px;
  margin-top: 0; }

h4 {
  font-size: 22px;
  margin-top: 0; }

h5 {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

p {
  margin-top: 0;
  margin-bottom: 15px; }

.hideable .content {
  display: none; }

@media only screen and (min-width: 48em) {
  .article-body,
  .article-extras {
    float: right;
  max-width:100%;}
    .article-body blockquote.pullquote,
    .article-extras blockquote.pullquote {
      margin-left: -17.584615384615%; }
    .article-body h2,
    .article-extras h2 {
      margin-left: -17.584615384615%;
      margin-top: 0; } }

.article-extras {
  padding: 0px 0 15px; }

.about-subsection {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 20px 0; }
  .about-subsection figure {
    float: left;
    width: 250px;
    margin-right: 20px; }
  .about-subsection h3 {
    margin: 8px 0; }
  .about-subsection p {
    margin: 0; }
  .about-subsection img {
    width: 100%;
    height: auto; }

/* modules */
.module {
  background: #bebebe;
  color: #ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  padding: 10px; }
  .module a {
    color: #ffffff;
    text-decoration: none; }
  .module a:hover{
      color:#cccccc;
  }
  .module p, .module ul {
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    margin-bottom: 10px; }
  .module img {
    display: block;
    width: 100%;
    height: auto; }
  .module.anti-module .module-header {
    display: none; }
  .module.anti-module .module-content {
    border-top: 0;
    padding-top: 0; }
  .module.collapsible .module-content {
    display: none; }
  .module.collapsible .module-header:before, .module.collapsible .module-header:after {
    content: "";
    display: block;
    position: absolute; }
  .module.collapsible .module-header:before {
    background-color: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px; }
  .module.collapsible .module-header:after {
    border: 7px solid transparent;
    border-top: 7px solid rgba(255, 255, 255, 0.65);
    top: 10px;
    right: 0; }
  .module.collapsible .module-header.open:after {
    top: 3px;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff; }
  @media only screen and (min-width: 48em) {
    .module.collapsible .module-content {
      display: block; }
    .module.collapsible .module-header:before, .module.collapsible .module-header:after {
      display: none; } }
  .module.open .module-content {
    display: block; }
  .module.open .ss-dropdown {
    display: none; }
  .module.open .ss-directup {
    display: block; }
  .module.open .module-header {
    padding-bottom: 10px; }
  @media (min-width: 48em) {
    .module {
      margin-bottom: 20px;
      padding: 20px;
    font-size:14px;}
    .twitter-block {
        margin-bottom:30px;
    }
  }

.module-header {
  position: relative; }
  .module-header h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.1px; }
  .module-header span {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px; }
  @media only screen and (min-width: 48em) {
    .module-header {
      padding-bottom: 8px; }
      .module-header span {
        display: none; } }

.module-content {
  border-top: 1px solid #ffffff;
  overflow: hidden;
  padding: 8px 0 0; }
  .module-content ul {
    margin-top: 0;
    padding: 0 0 0 20px; }
  .module-content .datapoints {
    list-style: none;
    margin: 0;
    padding: 0; }
    .module-content .datapoints h5 {
      color: #999999;
      margin: 0; }
    .module-content .datapoints p {
      font-size: 14px;
      margin-bottom: 15px; }
    .module-content .datapoints li {
      margin-top: 5px; }
  .module-content .publication-item {
    margin-bottom: 15px; }
    .module-content .publication-item p {
      margin-bottom: 5px; }

.module-footer {
  border-top: 1px solid #ffffff;
  padding-top: 10px; }

.module.contact a {
  color: #ffffff; }
.module.contact a:hover{
    color:#cccccc;
}
.module.contact .h-card figure {
  display: block;
  float: left;
  width: 23.076923076923%; }
.module.contact .h-card span {
  display: block; }
.module.contact .h-card .h-card-content {
  display: block;
  float: right;
  width: 73.076923076923%; }

.module.dates {
  background: #e0974b; }
  .module.dates a {
    color: #ffffff; }
  .module.dates .module-content {
    border-top-color: #c1782b; }
  .module.dates .module-footer {
    border-top-color: #c1782b; }

.module.data {
  background: #95c7ce; }
  .module.data a {
    color: #ffffff; }
  .module.data a:hover{
      color:#cccccc;
  }
  .module.data .module-content {
    border-top-color: #7fa6ac; }
  .module.data .module-footer {
    border-top-color: #7fa6ac; }
  .module.data select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 7px;
    width: 100%; }
  .module.data div.form-row {
    background: #80b3ba;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative; }
    .module.data div.form-row span {
      color: #366894;
      display: block;
      position: absolute;
      top: 7px;
      right: 10px;
      font-size: 85%; }
  .module.data input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    display: block;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 0;
    text-align: right;
    width: 100%; }

.module.grants-received {
  font-family: "Cabin", Helvetica, Arial, sans-serif; }
  .module.grants-received a {
    color: #ffffff; }
  .module.grants-received .current-grant span {
    color: #666666;
    display: block; }
  .module.grants-received .current-grant p {
    font-size: 52px;
    line-height: 1.2; }

.module.resources {
  background: #adb8a4; }
  .module.resources a {
    color: #ffffff; }
  .module.resources a:hover{
      color:#cccccc;
  }
  .module.resources .module-content {
    border-top-color: #ffffff; }
  .module.resources .module-footer {
    border-top-color: #ffffff; }

.module.narrative {
  background: #82a7c7; }
  .module.narrative a {
    color: #ffffff; }
  .module.narrative .module-content {
    border-top-color: #6b8ba8; }
  .module.narrative .module-footer {
    border-top-color: #6b8ba8; }

.module.inset {
  background: #fff;
  border: 1px solid #ddd;
  color: #000000;
  padding: 0;
  margin: 20px; }
  .module.inset .module-content {
    border-top: 0;
    margin-top: 0;
    padding: 6.818181818182%; }
  @media only screen and (min-width: 48em) {
    .module.inset {
      float: left;
      margin: 10px 20px 10px 0px;
      width: 220px; } }

.inner-collapsible .module-content {
  padding-top: 0; }
  .inner-collapsible .module-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .inner-collapsible .module-content li {
    border-top: 1px solid #7fa6ac;
    cursor: pointer;
    padding: 15px 0;
    position: relative; }
    .inner-collapsible .module-content li:before, .inner-collapsible .module-content li:after {
      content: "";
      display: block;
      position: absolute; }
    .inner-collapsible .module-content li:before {
      background-color: transparent;
      top: 0;
      bottom: 0;
      right: 0;
      width: 10px; }
    .inner-collapsible .module-content li:after {
      border: 7px solid transparent;
      border-top: 7px solid rgba(255, 255, 255, 0.65);
      top: 28px;
      right: 0; }
    .inner-collapsible .module-content li.open:after {
      top: 21px;
      border: 7px solid transparent;
      border-bottom: 7px solid #fff; }
    .inner-collapsible .module-content li:first-child {
      border-top: 0; }
  .inner-collapsible .module-content p {
    display: none;
    font-size: 14px;
    margin: 10px 0 0; }
    .inner-collapsible .module-content p:first-child {
      display: block;
      font-size: 16px;
      font-weight: bold;
      margin-top: 0;
      padding-right: 30px; }
  .inner-collapsible .module-content li.open p {
    display: block; }

header#banner {
  background: #fff;
  position: fixed;
  width:100%;
  z-index:1000;
  background-color:#ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
}
#headercontent{
    margin:0 auto;
  max-width:980px;
  border-bottom:solid 1px #366894;
}
  header#banner a {
    color: #666666; }
  header#banner a:hover{
      color:#999999;
  }
  header#banner .wrapper {
    position: relative;
  margin:0;}
    @media only screen and (min-width: 48em) {
      header#banner .wrapper {
         } }
  header#banner #site-search {
    border-bottom: 1px solid #aaab94;
    padding: 10px 2%; }
    header#banner #site-search form {
      background: #fff;
      border-radius: 8px; }
  header#banner #s {
    background: #fff;
    border: 0;
    color: #999999;
    width: 85%;
    font-size: 16px;
    outline: 0; }
  header#banner #searchsubmit {
    background: none;
    border: 0;
    color: #999999;
    font-size: 14px;
    padding: 4px 10px 0 0;
    float: right;
    outline: 0; }
    @media only screen and (max-width: 767px) {
        .responsive-half-block{
            width:100%;
            margin-bottom:10px;
        }
      header#banner #home-link {
        display: inline; } }
       header#banner #home-link a img{
           width:104px;
       }
  header#banner #menu-toggle {
    float: right;
    height: 45px;
    margin-top: 15px;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Cabin",Helvetica,Arial,sans-serif;
    font-size: 12px;
    cursor:pointer;
    color: #366894;
    width: 80px;
  display:none;
  }

    header#banner #menu-toggle.open:after {
      top: 35px;
      border: 7px solid transparent;
      border-bottom: 7px solid #fff; }
    @media only screen and (min-width: 48em) {
      header#banner #menu-toggle {
        } }
  header#banner nav {
    display: none;
    font-size: 18px;
    background: #c9ccb0; }
    header#banner nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin: 0; }
      header#banner nav ul li {
        position: relative; }
      header#banner nav ul a {
        color: #666666;
        text-decoration: none;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #aaab94;
        height: 44px; }
      header#banner nav ul ul {
        display: none;
        font-size: 14px; }
        header#banner nav ul ul a {
          color: #666666;
          background: #ecece4;
          border-bottom: 0;
          padding: 10px 10px 0 10px;
          height: auto; }
      header#banner nav ul li.show-submenu {
        border-bottom: 1px solid #aaab94; }
        header#banner nav ul li.show-submenu > a {
          color: #666666;
          font-weight: bold; }
        header#banner nav ul li.show-submenu span {
          border-bottom-color: #aaab94; }
        header#banner nav ul li.show-submenu ul {
          display: block;
          background: #ecece4;
          padding-bottom: 10px; }
          header#banner nav ul li.show-submenu ul ul {
            padding-bottom: 0; }
        header#banner nav ul li.show-submenu li.menu-item-has-children > a {
          display: none; }
  header#banner.show-menu #bottomrow {
    display: block; }
   header#banner #home-link a {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 100; }
  @media (min-width: 48em) {
      header#banner.show-menu nav {
    display: none; }
      .z8{
          z-index: 100000;
      }

    header#banner #home-link a img{
        width:145px;
    }
    header#banner #site-search {
      border-bottom: 0;
      margin: 22px 0 0 20px;
      padding: 0;
      float: right; }
      header#banner #site-search form {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #ccc; }
    header#banner #s {
      background: #fff;
      border: 0;
      color: #999999;
      width: 85px;
    margin-bottom:1px;}
    header#banner #searchsubmit {
      background: none;
      border: 0;
      color: #999999;
      font-size: 14px;
      padding: 5px 8px 0 0;
      float: none; }
    header#banner nav {
      background: none;
      display: none;
      position: relative;
      top: auto;
      left: auto;
      margin-right: 80px ;
      z-index: 20;}
      header#banner nav ul {
        float: right; }
        header#banner nav ul a {
          color: #666666;
          border-bottom: 0;
          border-left: 1px solid #ccc;
          padding: 5px 0 5px 15px;
          height: auto; }
        header#banner nav ul li {
            display:inline-block;
          position: static;
          line-height: 1;
          border-bottom: 0;
          padding-right: 10px; }
        header#banner nav ul li:last-of-type{
            padding-right:0px;
        }
        #menu-primary-navigation > li{
            padding:24px 0;
        }
          header#banner nav ul li:first-child a {
            border-left: 0; }
          header#banner nav ul li.current-menu-item > a, header#banner nav ul li.current-post-ancestor > a, header#banner nav ul li.current-menu-ancestor > a, header#banner nav ul li.current-page-ancestor > a {
            color: #366894;
            font-weight: bold; }
          header#banner nav ul li a:hover {
            color: #366894;}
          header#banner nav ul li ul {
            position: relative;
            text-transform: uppercase;
          }
            header#banner nav ul li ul a {
              border-left: 0;
              color: #666666;
              padding: 0;
              letter-spacing: 0.15px; }
            header#banner nav ul li ul li.menu-item-has-children > a {
              padding-right: 20px; }
              header#banner nav ul li ul li.menu-item-has-children > a:before, header#banner nav ul li ul li.menu-item-has-children > a:after {
                content: "";
                display: block;
                position: absolute; }
              header#banner nav ul li ul li.menu-item-has-children > a:before {
                background-color: transparent;
                top: 0;
                bottom: 0;
                right: 0;
                width: 10px; }
              header#banner nav ul li ul li.menu-item-has-children > a:after {
                border: 7px solid transparent;
                border-top: 7px solid #366894;
                top: 3px;
                right: 0; }
              header#banner nav ul li ul li.menu-item-has-children > a.open:after {
                top: -4px;
                border: 7px solid transparent;
                border-bottom: 7px solid #366894; }
            header#banner nav ul li ul li {
              margin-left: 25px;
              position: relative;
            padding-bottom:1px;}
              header#banner nav ul li ul li ul {
                background: #ecece4;
                position: absolute;
                top: 23px;
                left: -15px;
                margin-top: 0;
                padding: 0;
                width: 280px;
                border: 1px solid #c7c8c0;}
                header#banner nav ul li ul li ul li {
                  float: left;
                  margin: 0;
                clear:both;
                width:100%;
                padding-right:0;}
                header#banner nav ul li ul li ul a {
                  display: block;
                  padding: 8px 15px; }
                  header#banner nav ul li ul li ul a:hover {
                    color: #ffffff;
                    background: #366894; }
                header#banner nav ul li ul li ul li:last-child a {
                  padding-bottom: 15px; }
              header#banner nav ul li ul li.open ul {
                display: block;
              text-align:left;}
        header#banner nav ul span {
          display: none; }
      header#banner nav .current-menu-item > ul,
      header#banner nav #menu-primary-navigation > .current-menu-parent > ul,
      header#banner nav #menu-primary-navigation > .current-menu-ancestor > ul,
      header#banner nav #menu-primary-navigation > .current-post-ancestor > ul,
      header#banner nav #menu-primary-navigation > .current-page-ancestor > ul {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 11px; }
      header#banner nav #menu-primary-navigation > li:hover > ul {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        margin: 0px;
        padding: 9px 0px 0px 13px;
        background-color: #ecece4;
        border-top:2px solid #c7c8c0;
        border-bottom:1px solid #d9d9d9;
        z-index: 1000;
        width:100%;
        text-align:right;
      }
      ul.menu>li>ul.sub-menu>li{
      }
      .home header#banner nav #menu-primary-navigation > li:hover > ul{
/*          border-left:1px solid #c7c8c0;
          border-right:1px solid #c7c8c0;
          border-bottom:1px solid #c7c8c0;
          padding-right:15px;*/
      }
  }
#subnav-container {
    display: none;
    border-bottom: 1px solid #c7c8c0;
    position:relative;
  }
  #subnav-container .menu{
      margin-top:40px;
  }
   header#banner.show-menu #subnav-container{
      display:block;
      height:315px;
  }
@media only screen and (min-width: 48em) {
  #subnav-container {
    clear: both; }
  header .menu>.menu-item{
      float:left;
      padding:10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  nav .menu-item-has-children > .nav-menu-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #a9ac8d;
    border-bottom: 1px solid #bfc1a6;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    padding-top: 10px; }
    nav .menu-item-has-children > .nav-menu-arrow:after {
      display: block;
      content: "";
      position: absolute;
      border: 7px solid transparent;
      border-top: 7px solid white;
      left: 16px;
      top: 20px; }
  nav .menu-item-has-children.show-submenu > .nav-menu-arrow:after {
    border: 7px solid transparent;
    border-bottom: 7px solid white;
    top: 9px; }

  header#banner nav ul a {
    color: #666666; }

  .sub-menu a {
    font-size: 15px; }
}

footer {
    margin:0 auto;
    max-width:980px;
  color: #ffffff;
  background-color:#be553f;
  font-family: "Cabin", Helvetica, Arial, sans-serif; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer .wrapper {
    overflow: hidden;
    padding: 10px 0;
    position: relative; }
  footer span {
    color: #ffffff; }
  footer a, footer a:visited {
    color: #ffffff;
    text-decoration: none; }
  footer .footer-social a{
      padding-left:5px;
  }
  footer #footer-social a {
    padding-left: 10px; }
    footer #footer-social a:before {
      position: relative;
      right: 10px; }
  footer .menu-item-type-custom a {
    color: #ffffff; }
  footer a:hover {
    color: #cccccc; }
  footer #footer-main-nav {
    display: none; }
    footer #menu-footer-people-links li:nth-child(n+20){
        font-family:"SSSocialRegular";
    }
    footer #menu-footer-menu li:nth-child(n+9){
        font-family:"SSSocialRegular";
    }
  @media (min-width: 48em) {
    footer .wrapper {
      padding: 15px 0 15px; }
    footer .textwidget,
    footer .menu-footer-menu-container,
    footer .text-block,
    .menu-footer-people-links-container{
      float: left; }
    footer .footer-quote-div {
      width: 25%;
    float:left;}
    .text-block.footer-address{

    }
    footer .menu-footer-menu-container,
    footer .menu-footer-people-links-container{
      width: 58%; }
    footer #menu-footer-menu li,
    footer .footer-social-links li,
    footer #menu-footer-people-links li{
      margin: 0 10px 20px 0;
      float:left;}
    footer .footer-col#founder {
      display: block;
      margin-left: 0; }
      footer .footer-col#founder p {
        font-family: "Cabin", Helvetica, Arial, sans-serif;
        margin-top: 0; }
      footer .footer-col#founder #footer-quote {
        font-size: 20px;
        line-height: 25px; }
    footer #footer-attr {
      color: #ffffff;
      background: url(../img/founder@2x.jpg) 0 0 no-repeat;
      background-size: 60px 60px;
      padding-left: 70px;
      min-height: 60px;
    margin-bottom:0px;}
    footer #footer-main-nav {
      display: block; }
    footer #footer-nav,
    footer #footer-social {
      width: 15%; }
    footer #footer-address {
       }
    footer #footer-address {
      background-size: 150px 104px;
      color: #ffffff;
    }
    footer #footer-phone {

      left: 0;
      text-align: center;
      width: 100%;
      clear: both; }
      footer #footer-phone ul {
        list-style: disc; }
      footer #footer-phone li {
        display: inline-block; }
      footer #footer-phone li:before {
        content: " • "; }
      footer #footer-phone li:first-child:before {
        content: ""; } }

@media only screen and (max-width: 767px) {
    header#banner {
  position: relative;
    }
    #home-hero{
        padding-top:0px;
    }
     #content{
        padding-top:0px;
    }
  footer {
    background-size: 150px 104px;
    background-repeat: no-repeat;
    background-position: center 38px; }






  .footer-phone-and-fax {
    margin: 30px 0;
    text-align: center;
    line-height: 28px; } }
.meta-slug {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999; }

a.meta-slug {
  color: #e0974b; }
a.meta-slug:hover{
    color:#e8c7a6
}
  a.meta-slug:after {
    color: #999999; }
  @media screen and (min-width: 768px) {
    a.meta-slug.on-right {
      position: absolute;
      right: 0;
      bottom: 20px; } }

.meta-date {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999; }

.meta-slug + .meta-date:before {
  content: "\0000a0\0000a0|\0000a0\0000a0"; }

.post-subtitle {
  display: block;
  font-size: 28px;
  line-height: 32px; }

.meta {
  margin-bottom: 10px; }

h2 {
  font-size: 36px;
  color: #366894;
  line-height: 46px; }

#main ul,
#main ol {
  margin-bottom: 10px;
  padding-left: 22px; }

#main li {
  margin-bottom: 10px; }

#main li ul,
#main li ol {
  margin-top: 20px; }

.module.inset img {
  height: auto; }

.article-body {
  margin-top: 0px;
overflow-x:hidden;
}
.article-body div{
    max-width:100%;
}
  .article-body .subheading {
    display: block;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 40px 0 -10px 0; }
  .article-body .inline-subheading {
    font-weight: bold;
    font-family: "Cabin", Helvetica, Arial, sans-serif; }
/*  .article-body object {
    margin: 0 20px 10px -17.584615384615%;
    margin: 0 0 0 -175px; }
*/
.excerpt {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden; }
  .excerpt p.meta {
    font-size: 15px;
    margin-bottom: 0px; }
  .excerpt h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px; }
  .excerpt .excerpt-image img {
    width: 100%;
    height: auto; }
  .excerpt.has-image .excerpt-image {
    float: left;
    margin-bottom: 20px;
    width: 35.483870967742%;
    height: auto; }
  .excerpt.has-image .excerpt-text {
    width: 61.290322580645%;
    float: right; }
  .excerpt.tight{
      border-bottom:0px;
      margin-bottom:0px;
  }
  .excerpt iframe{
      display:none;
  }
.featured.excerpt {
  border-bottom: 0;
  background: #f4f4f4;
  padding-bottom: 0;
  margin-bottom: 20px; }
  .featured.excerpt .excerpt-text {
    padding: 20px 20px 10px; }

.pullquote,
.pullquote p {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #e0974b; }

.byline {
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  overflow: hidden; }
  .byline figure {
    display: block;
    float: left;
    margin-right: 2.307692307692%;
    width: 12.5%; }
    .byline figure img {
      width: 100%;
      height: auto; }
  .byline.has-image p {
    float: left;
    width: 85.192307692308%; }

.split-list {
  border-top: 1px solid #7fa6ac;
  overflow: hidden; }
  .split-list ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0; }
    .split-list ul span {
      color: #666666; }
  @media only screen and (min-width: 60em) {
    .split-list ul {
      width: 48%;
      float: right;
      border-left: 1px solid #7fa6ac;
      padding-left: 5%; }
    .split-list ul:first-child {
      float: left;
      border-left: 0;
      padding-left: 0; } }

.article-tags {
  clear: both;
  color: #999999;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px; }
  .article-tags a {
    color: #999999; }
  .article-tags a:hover{
      color:#cccccc;
  }
/* Artist Listing */
.category-art-collection #main,
.art-collection-results {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e4e4; }

.artist-listing-excerpt {
  clear: both;
  border-bottom: 1px solid #e4e4e4;
  font-family: 'Lato',sans-serif;
  overflow: hidden;
  padding: 20px 0; }
  .artist-listing-excerpt:first-child {
    padding-top: 0; }
  .artist-listing-excerpt:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.artist-listing-excerpt h3,
.artist-listing-excerpt p {
  margin: 0; }

.artist-listing-name {
  display: block;
  margin-bottom: 10px; }
  .artist-listing-name h3 {
    font-weight: bold; }
  @media only screen and (min-width: 48em) {
    .artist-listing-name {
      float: left;
      padding-top: 10px;
      width: 30%;
      margin-bottom: 5px; } }

@media only screen and (min-width: 48em) {
  .artist-listing-thumbs {
    float: right;
    text-align: right;
    width: 70%; } }

.artist-listing-thumbs .gallery-item-thumb {
  padding: 0;
  margin: 0 20px 10px 0;
  height: 100px; }
  @media only screen and (min-width: 48em) {
    .artist-listing-thumbs .gallery-item-thumb {
      margin: 0 20px 0 0; } }
  .artist-listing-thumbs .gallery-item-thumb:last-child {
    margin-right: 0; }
  .artist-listing-thumbs .gallery-item-thumb img {
    max-height: 100%;
    max-width: none;
    width: auto; }

.artist-listing-count {
  color: #999999;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.75px; }

/* Single Artist Page */
#main.artist {
  font-family: "Lato",sans-serif;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 8.510638297872%;
  border: 1px solid #E4E4E4; }

.artist-name {
  border-bottom: 1px solid #e7e7e7;
  text-align: center; }

.artist-bio {
  border-bottom: 1px solid #e7e7e7;
  color: #666666;
  padding-top: 20px; }

.artist-info.open .artist-bio {
  display: block; }

.artist-back {
  text-align: center;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  margin-top: 15px;
clear:both;}

.biography-toggle {
  position: relative;
  display: block;
  width: 180px;
  margin: 0 auto; }
  .biography-toggle:before, .biography-toggle:after {
    content: "";
    display: block;
    position: absolute; }
  .biography-toggle:before {
    background-color: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px; }
  .biography-toggle:after {
    border: 7px solid transparent;
    border-top: 7px solid #e0974b;
    top: 10px;
    right: 0; }
  .biography-toggle.open:after {
    top: 3px;
    border: 7px solid transparent;
    border-bottom: 7px solid #e0974b; }

.gallery-item {
  overflow: hidden; }
  .gallery-item img {
    display: block;
    height: auto; }
  .gallery-item.active {
    display: block; }

.gallery-item-info {
  float: right;
  width: 33%; }
  .gallery-item-info p {
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px; }
    .gallery-item-info p.gallery-item-title {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 15px; }

.gallery-nav {
  border-top: 1px solid #e7e7e7;
  clear: both;
  text-align: center;
  padding: 40px 0; }

.gallery-item-thumb {
  display: inline-block;
  margin: 0 10px;
  padding: 4px; }
  .gallery-item-thumb.active {
    border: 2px solid #000;
    padding: 2px; }
  .gallery-item-thumb.more {
    float: right; }

.gallery-thumb-more {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  position: relative;
  background-color: #ffffff; }
  .gallery-thumb-more:before {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: -24px;
    margin-top: -24px;
    color: #999999; }

#art-search {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #E3E3E3;
  padding: 20px; }
  #art-search input::-webkit-input-placeholder {
    font-style: italic; }
  #art-search input::-moz-placeholder {
    font-style: italic; }
  #art-search input:-moz-placeholder {
    font-style: italic; }
  #art-search input:-ms-input-placeholder {
    font-style: italic; }
  #art-search input,
  #art-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 35px;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background: #ecece4;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    outline: 0;
    min-width: 180px; }
    @media only screen and (min-width: 48em) {
      #art-search input,
      #art-search select {
        width: auto; } }
  #art-search select {
    background-image: url(../img/grantmaking-select-arrow.png);
    background-size: 25px 9px;
    background-repeat: no-repeat;
    background-position: center right; }
  @media only screen and (min-width: 48em) {
    #art-search {
      display: table;
      width: 100%; } }
  #art-search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #e0974b;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 35px;
    outline: 0;
    padding: 0; }

.art-search-field:last-child {
  margin-bottom: 0; }
@media only screen and (min-width: 48em) {
  .art-search-field {
    display: table-cell; }
    .art-search-field:not(:first-child) {
      padding-left: 20px; } }

.art-collection#main {
  width: auto;
  margin: 0 -10px; }
.art-collection .art-card,
.art-collection .art-card-top-four,
.art-collection .art-card-featured {
  background: #fff;
  float: left;
  height: 220px;
  margin: 0 10px 20px 10px;
  width: 220px;
  position: relative; }
.art-collection .card-image {
  height: 220px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.art-collection .art-card.horizontal .card-image img {
  height: 220px;
  max-width: none;
  width: auto;
  margin-left: -15%; }
.art-collection .art-card-featured {
  width: 460px;
  height: 460px; }
.art-collection .art-card-featured .card-image {
  width: 460px;
  height: 415px; }
.art-collection .card-text {
  background: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
.art-collection .card-text h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0; }
.art-collection .card-text p {
  color: #666666;
  font-size: 15px;
  font-family: "Cabin",Helvetica,Arial,sans-serif;
  margin: 0; }

.artist-nav {
  clear: both;
  padding: 20px;
  background-color: #535353;
  color: #ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif; }
  .artist-nav:after {
    content: "";
    display: table;
    clear: both; }
  .artist-nav a {
    color: #ffffff; }
    .artist-nav a:hover {
      color: #cccccc; }

.artist-nav-link {
  font-size: 20px;
  line-height: 22px;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .artist-nav-link + .artist-nav-link {
      margin-top: 15px; } }
  @media screen and (min-width: 600px) {
    .artist-nav-link.next, .artist-nav-link.prev {
      background-repeat: no-repeat;
      background-size: 16px 34px; }
    .artist-nav-link.next {
      float: right;
      text-align: right;
      padding-right: 40px;
      background-image: url(../img/artist-nav-arrow-right.png);
      background-position: right center; }
    .artist-nav-link.prev {
      float: left;
      text-align: left;
      padding-left: 40px;
      background-image: url(../img/artist-nav-arrow-left.png);
      background-position: left center; } }

.artist-nav-label {
  opacity: 0.5;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.artist-view-bar {
  list-style-type: none;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin: -15px -10px 15px;
  padding: 0 !important; }
  .artist-view-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 480px) {
    .artist-view-bar {
      margin: -15px 0 15px; } }
  .artist-view-bar li {
    display: inline-block;
    vertical-align: middle;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    margin: 10px 0 !important;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5; }
    .artist-view-bar li:last-child {
      border-right: none; }
    .artist-view-bar li a.active {
      color: #666666; }
  .artist-view-bar i {
    vertical-align: middle;
    font-size: 12px; }

.artist-name-listing {
  margin-top: 20px;
  padding: 0 !important;
  list-style-type: none; }
  @media all and (min-width: 540px) {
    .artist-name-listing {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-width: 50%;
      -moz-column-width: 50%;
      column-width: 50%; } }
  @media all and (min-width: 800px) {
    .artist-name-listing {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-width: 33.3%;
      -moz-column-width: 33.3%;
      column-width: 33.3%; } }

.art-collection-empty-set {
  display: none; }
  .art-collection-empty-set:only-child {
    display: block; }

.archive #content,
.category #content {
  background-image: none !important; }

#search-again {
  background-color: #bebebe;
  padding: 20px;
  margin-bottom: 20px; }
  #search-again h3 {
    color: #ffffff;
    margin-bottom: 10px; }

.search-results-heading {
  border-bottom: 1px solid #e4e4e4;
  color: #e0974b;
  font-size: 24px;
  padding-bottom: 10px; }

#search-again-form {
  position: relative; }
  #search-again-form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #000000;
    background-color: #F5F5F5;
    border-width: 0;
    border-radius: 5px;
    height: 35px;
    display: block;
    margin-bottom: 0;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 0 10px;
    width: 100%; }
    #search-again-form input[type="text"]:focus {
      background-color: white;
      outline: 0; }
    #search-again-form input[type="text"]::-webkit-input-placeholder {
      font-style: italic; }
    #search-again-form input[type="text"]::-moz-placeholder {
      font-style: italic; }
    #search-again-form input[type="text"]:-moz-placeholder {
      font-style: italic; }
    #search-again-form input[type="text"]:-ms-input-placeholder {
      font-style: italic; }
  #search-again-form #searchsubmit {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    outline: 0; }

body.board-portal #subnav-container {
  display: none; }

.board-portal-box {
  margin: 0 -10px; }
  @media only screen and (min-width: 48em) {
    .board-portal-box {
      margin: 0 0 30px; } }
  .board-portal-box:last-of-type {
    margin-bottom: 30px; }

.board-portal-box-header {
  background-color: #356893;
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin: 0; }
  @media only screen and (min-width: 48em) {
    .board-portal-box-header {
      padding: 15px 20px; } }

.board-portal-box-content {
  background: #fff;
  padding: 20px 15px; }
  @media only screen and (min-width: 48em) {
    .board-portal-box-content {
      border: 1px solid #e5e5e5;
      padding: 20px; } }

.board-portal-row {
  padding: 15px 20px;
  color: #666666; }
  .board-portal-row:nth-child(odd) {
    background-color: #F1EFF0; }
  .board-portal-row:nth-child(even) {
    background-color: white; }

.board-portal-event {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px; }
  .board-portal-event .title {
    font-weight: bold;
    letter-spacing: 0.25px;
    margin: 0; }
  .board-portal-event .column + .column {
    margin-top: 10px; }
  @media only screen and (min-width: 48em) {
    .board-portal-event {
      display: table;
      width: 100%; }
      .board-portal-event .column {
        display: table-cell;
        vertical-align: bottom; }
        .board-portal-event .column:first-child {
          padding-right: 20px;
          width: 65%; } }

#upcoming-events .show-hide-open {
  display: inline; }
#upcoming-events .show-hide-closed {
  display: none; }
#upcoming-events.truncated .show-hide-open {
  display: none; }
#upcoming-events.truncated .show-hide-closed {
  display: inline; }
#upcoming-events.truncated .board-portal-event {
  display: none; }
  #upcoming-events.truncated .board-portal-event:nth-child(1), #upcoming-events.truncated .board-portal-event:nth-child(2), #upcoming-events.truncated .board-portal-event:nth-child(3) {
    display: block; }
    @media only screen and (min-width: 48em) {
      #upcoming-events.truncated .board-portal-event:nth-child(1), #upcoming-events.truncated .board-portal-event:nth-child(2), #upcoming-events.truncated .board-portal-event:nth-child(3) {
        display: table; } }

.board-portal-event-more {
  display: block;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25px;
  padding: 20px 0 5px;
  text-align: center; }

.board-tab-select {
  display: block;
  padding: 15px 15px 15px 15px;
  margin: -20px -15px 0 -15px;
  background-color: #82A6C8;
  position: relative; }
  .board-tab-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    padding: 10px 50px 10px 10px;
    background-color: #fafafa;
    color: #666666;
    font-size: 18px;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    width: 100%;
    outline: 0; }
  .board-tab-select:after {
    content: "";
    position: absolute;
    border: 9px solid transparent;
    border-top: 9px solid #db7001;
    top: 32.5px;
    right: 25px;
    pointer-events: none; }
  .board-file-content > .board-tab-select {
    background-color: transparent;
    display: inline-block;
    padding: 0 0 15px;
    margin: 0; }
    .board-file-content > .board-tab-select:after {
      top: 17.5px;
      right: 10px; }
  @media only screen and (min-width: 48em) {
    .board-tab-select {
      display: none !important; } }

.board-tab-bar {
  list-style-type: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 !important;
  margin: -20px 0 10px !important;
  text-align: center;
  display: none; }
  .board-tab-bar:after {
    content: "";
    display: table;
    clear: both; }
  .board-tab-bar li {
    display: inline-block;
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    margin: 10px 0 !important;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5; }
    .board-tab-bar li:last-child {
      border-right: none; }
    .board-tab-bar li a.active {
      color: #666666; }
  .board-tab-bar i {
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 3px; }
  .board-tab-bar.inside {
    margin: -10px 0 0 !important;
    text-align: left;
    border-bottom: none; }
    .board-tab-bar.inside li:first-child {
      padding-left: 0; }
  @media only screen and (min-width: 48em) {
    .board-tab-bar {
      display: block; } }

.board-file-wrapper {
  border-bottom: 1px solid #e5e5e5; }
  .board-file-wrapper:last-child {
    margin-bottom: 20px; }

.board-file-name {
  position: relative;
  color: #e0974b;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin: 0 !important;
  padding: 15px 80px 15px 0; }
  .board-file-name.toggle-button:after {
    content: "";
    position: absolute;
    border: 9px solid transparent;
    border-top: 9px solid #db7001;
    top: 25px;
    right: 0; }
  .board-file-name.toggle-button.active {
    color: #000000; }
    .board-file-name.toggle-button.active:after {
      top: 16px;
      border: 9px solid transparent;
      border-bottom: 9px solid #db7001; }

.board-file-content {
  display: none; }
  .board-file-content.active {
    display: block; }

.board-file-item {
  position: relative;
  border: 1px solid #F1EFF0;
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 80px 10px 10px; }
  .board-file-item:nth-of-type(odd) {
    background-color: #F1EFF0; }
  .board-file-item:last-of-type {
    margin-bottom: 30px; }

.board-file-button {
  display: block;
  position: absolute;
  height: 32px;
  right: 5px;
  top: 50%;
  padding: 9px 10px;
  margin-top: -16px;
  color: #366894 !important;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.25px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 3px; }
  .board-file-button:hover {
    color: #467bb5 !important; }
  .board-file-button:before {
    color: #467bb5 !important;
    content: "";
    font-family: "SSStandard";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    margin-right: 5px;
    vertical-align: middle; }

.tab-content {
  display: none; }
  .tab-content:after {
    content: "";
    display: table;
    clear: both; }
  .tab-content.active {
    display: block; }

.board-portal-user-tools {
  color: #666666;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: none; }
  .board-portal-user-tools a {
    color: #467bb5; }
  .board-portal-user-tools i {
    color: #999999;
    margin-right: 3px;
    vertical-align: middle; }
  @media only screen and (min-width: 48em) {
    .board-portal-user-tools {
      display: block;
      position: absolute;
      right: 0;
      top: 0; } }

.board-portal-note {
  background-color: #ACB8A4;
  color: #ffffff;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 15px 20px;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .board-portal-note {
      text-align: left; } }
  .board-portal-note.urgent {
    background-color: #BE553F; }
  .board-portal-note .board-file-button {
    display: inline-block;
    position: static;
    margin-top: 10px; }

.board-portal-note-content {
  margin-top: 5px; }
  .board-portal-note-content a {
    font-weight: bold; }

.board-portal-note-close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ffffff;
  font-size: 16px; }
  .board-portal-note-close:hover {
    color: #cccccc; }
  .board-portal-note-close:visited {
    color: #ffffff; }

  .artist-listing-name h3 > a:visited{
      color: #999999;
  }
  table.fullcalendar td{
      width: 80px!important;
  }
  a{
      cursor: pointer;
  }
  .grantYear{
  }
  #granteeInformation{
      clear:both;
  }
  .clearBreak{
      height:10px;
  }
  a:active{
      color:#000000!important;
  }
  /*grantee story section*/
  .granteeStoryPiece {
      background: #fff;
  margin: 0 10px 20px 10px;
  position: relative;
      height:200px;
  }
  .granteeStoryPiece .card-text {
  background: #fff;
  padding: 10px 0px;
  width: 100%; }
.granteeStoryPiece .card-text h3{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0; }
.granteeStoryPiece .card-text h3:hover{
    color:#666666;
}
.granteeStoryPiece .card-text p {
  color: #666666;
  font-size: 15px;
  font-family: sans-serif;
  margin: 0; }
.grid-column{
    float:left;
    width:25%;
}
.read-more{
    margin-top:15px;
}

#grantee-login-container{
    margin:25px 0 0 20px;
    float: right;
    padding-right:10px;
}
#grantee-login-container{
    font-size:13px;
}
@media only screen and (min-width: 48em) {
    #main-top-links{
        display:block;
        float:right;
    }
}
header#banner #main-site-search {
      border-bottom: 0;
      margin: 22px 0 0 0px;
      padding: 0;
      float: right;
    width:300px;
}
      header#banner #main-site-search form {
        background: #fff;
        border: 1px solid #ccc; }
      header#banner #main-site-search #s{
          width:265px;
      }
      header#banner.show-menu #motto{
          width:470px;
          z-index:2000;
          border:none;
          right:0px;
      }
      #motto{
          position:absolute;
          top:70px;
          right:81px;
          background: rgba(256, 256, 256, 1);
          padding:7px 15px;
          text-transform: uppercase;
              display: none;
              border:solid 1px #366894;
              border-top:none;
      }
      @media only screen and (min-width: 48em) {
          #motto{
              display: block;
          }
      }
      #connect-with-us{
          height:74px;
          margin-left:200px;
      }
      .nav-menu-heading{
          float:left;
          padding:10px 20px;
          margin:0 7.5%;
      }
      .nav-menu-heading.active{
          background-color:#366894;
          color:#ffffff;
      }
      .nav-menu-panel{
          display:none;
          clear:left;
          padding:10px 20px;
      }
      .nav-menu-panel li{
          padding:5px 15px;
          list-style:none;
          float:left;
      }
      .nav-menu-panel li li {
          width:50%;
      }
      .nav-menu-panel>ul{
          float:left;
          list-style:none;
      }
      .nav-menu-panel>ul ul{
          list-style:none;
          margin-left:15px;
      }
      .tab-heading{
          cursor:pointer;
          float:left;
          padding:10px 20px;
      }
      .tab-heading.active{
          border-top:1px solid #366894;
          border-left:1px solid #366894;
          border-right:1px solid #366894;
          background-color:#366894;
          color:#ffffff;
      }
      .condensed{
          width:65%;
      }
      .condensed .tab-heading{
          min-height:59px;
      }
      .tab-heading:hover{
         color:#ffffff;
          background-color:#93c8d0;
          border-bottom:1px solid #93c8d0;
      }
      .tab-heading.active:hover{
         color:#ffffff;
          background-color:#93c8d0;
          border-bottom:none;
      }
      .news-menu-heading{
          margin:0 1% 0 0;
          font-family: "Cabin", Helvetica, Arial, sans-serif;
      }
      .news-menu-heading.active{
      }
      .news-menu-heading:hover{
      }
      .news-menu-heading.active:hover{
      }
      .news-menu-panel{
          display:none;
          clear:left;
          padding:20px 0px;
      }
      #motto-name{
          display:none;
          float:right;
          font-size:12px;
          padding-right:14px;
      }
      header#banner.show-menu #motto-name{
          display:block;
      }
      #motto-picture{
          display:none;
          float:right;
          margin-left:15px;
      }
      header#banner.show-menu #motto-picture{
          display:block;
      }
      .home-artwork{
          float:right;
          width:25%;
          padding:10px;
          position:relative;
      }
      .home-artwork:hover img{
          /*opacity:0.5;*/
      }
      .home-artwork-details{
          position: absolute;
        top: 20px;
        left: 20px;
        width: 85%;
        font-size: small;
        display:none;
        color:#000000;
        border: 1px solid #366894;
    padding: 8px;
    background-color: rgba(256,256,256,.8);
      }
      .home-artwork:hover .home-artwork-details{
          /*display:block;*/
      }
      .double{
          width:50%;
      }
      .home-carousel{
          float:right;
          width:75%;
      }
      .home-art-text{
          width:23%;
      }
      #grantmakingdiv{
          width:78%;
          float:left;
      }
      #menu-blue-border{
          border-bottom:1px #366894 solid;clear:left;margin:0 20px;
      }
      #grantmakinglinks{
          width:20%;float:right;
      }
      .menu-blurb{
          float:left;
          width:25%;
      }
      .menu-picture{
          float:left;
          width:25%;
          position: relative;
          text-align:center;
          cursor: pointer;
      }
      .menu-picture img{
          margin:0px;
      }
      .menu-picture:hover img{
          opacity: 0.5;
      }
      .menu-picture-text{
          position: absolute;
          top: 40%;
          font-size:26px;
          left: 0;
            right: 9%;
            margin-left: auto;
            margin-right: auto;
    color: #fff;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
      }
      .menu-picture:hover .menu-picture-text{
          color:#000;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
      }
      .menu-content{
          margin-left:30%;
      }
      .ajax-load-more-wrap.blue button.alm-load-more-btn{
      }
      button.alm-load-more-btn{
          border-radius: 0px!important;
      }
      button.alm-load-more-btn:hover{
      }
      .header-social{
          cursor: pointer;
          float:left;
          margin-right:15px;
      }
      .header-social:hover{
          color:#666666;
      }
      #home-grants-search-text{
          width:85%;margin-right:15px;
      }
      .result-row{
          cursor: pointer;
      }
      .result-row:hover{
          background-color:#fafafa;
      }
      .menu-content > ul{
          list-tyle:none;
          margin:0;
          padding:0;
      }
      .excerpt-text{
          position:relative;
          padding-right:15px;
      }
      form.search{
          border:1px solid #cccccc;
      }
      form.search input{
          background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #999999;
    margin-bottom: 1px;
    font-size: 16px;
    outline: 0 none;
      }
      form.search button.searchsubmit{
          background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #999999;
    float: none;
    font-size: 14px;
    padding: 5px 8px 0 0;
    float:right;
      }
      #grantee-login{
          text-transform:uppercase;
      }
      .text-button{
         background: #366894;
         color:#fff;
         padding:10px 20px;
         display:inline-block;
         border:1px solid #366894;
      }
      .text-button:hover{
          background:#93c8d0;
      }
      .text-button a{
          color:#ffffff;
      }
      .text-button a:hover{
      }
      #type-draw img{
          padding: 0px 30px;
      }
      .excerpt.tight h2{
          font-size:16px;
          margin-bottom:6px;
      }
      .excerpt.tight p.meta{
          font-size:12px;
      }
      #grantmakinglinks img:hover{
          opacity:0.7;
      }
      .home-art-banner{
          min-height:190px;
          max-height:270px;
      }
      .grantee-story-sidebar-content{
          padding:6.67%;
      }
      #social-icons{
          float:right;
          padding-top:25px;
      }
      #toprow{
          height:55px;
      }
      #bottomrow{
          margin-left:165px;
          float:right;
          height:42px;
      }
      .menu-link{
          float:left;
          padding:13px 20px;
      }
      .menu-link:last-child{
          padding-right: 0px;
      }
      .menu-link:last-child a{
          color:#e0974b!important;
      }
      .menu-link:last-child a:hover{
          color:#e8c7a6!important;
      }
      .breadcrumbs{
          display:block;
          padding:112px 20px 10px;
      }
      .bodyfont{
          font-size:16px;
          font-family: Georgia, "Times New Roman", Times, serif;
      }
      #home-link-buttons{
          background-color:#366894;
      }
      .home-link-button{
          float:left;
          width:23%;
          margin:0 1% 2% 0;
          text-align:center;
          border:1px solid #ffffff;
      }
      .home-link-button a{
          display:block;
          width:100%;
          padding:10px;
      }
      .home-link-button:first-of-type{
          width:26%;
      }
      .home-link-button:hover{
          background-color:#467bb5;
      }
      .home-link-button:hover a{
          color:#e8a7c6;
      }
      .inverse{
          color:#ffffff;
      }
      .artwork-thumb-container{
          float:left;
          padding:10px;
          width:25%;
          min-height:220px;
      }
      .artwork-thumb-container p, .artwork-large-container p{
          margin:0px;
          overflow:hidden;
      }

      .author-image-block{
          margin:0 20px 10px 0;
      }
      .popup_content{
              max-width: 44em;
            opacity: 1;
            visibility: visible;
            display: inline-block;
            outline: none;
            text-align: left;
            position: relative;
            vertical-align: middle;
            background-color:#ffffff;
            background:  #ffffff;
            background-image: url(../img/overlay.jpg);
      }
      .popup_content div{
          position: absolute;
            top: 27%;
            padding: 20px;
            background: rgba(256,256,256,.8);
            margin: 20px;
      }
      .move_alert_close{
          position:absolute;
          top:-10px;
          right:-10px;
          font-size:18px;
      }
      .board-portal-calendar{
          float:left;
          width:43%;
      }
      .board-portal-eventlist{
          float:left;
          padding-left:20px;
          width:57%;
          max-height: 300px;
          overflow-y:scroll;
      }
      .board-portal-eventlist tr{
          font-size:14px;
      }
      .footer-social{
          float:right;
      }
      .standoutLinks a{
          color: #366894;
      }
      .standoutLinks a:hover{
          color: #467bb5;
      }

      /* IAA */
      .iaa-light-blue {
        background: #00BCDD;
      }
      .iaa-green {
        background: #B4DB78;
      }
      .iaa-dark-blue {
        background: #00588E;
      }
      .iaa-grey {
        background: #838383;
      }
      .hide {
        display: none;
      }
      .show {
        display: block;
      }
      .show_more_lnk, .show_less_lnk {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 14pt;
        cursor: pointer;
      }
      .show_more_lnk i, .show_less_lnk i{
        color: #00BCDD;
      }
      .show_more {
        /*text-overflow: clip;*/
        /*overflow-scrolling: hidden;*/
        /*height: 100px;*/
      }
      	  .iaa-2019-coral {
		  background: #EF4871;
	  }
	  .iaa-2019-teal {
		  background: #00B1B3;
	  }
