/** -----------------------------------------------------------------------------------
    This file will hold styles for the mobile version of your website (mobile first).
    This also can include ANY global CSS that applies site-wide.
    Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide.

    NOTE: Giving Forum site administrators, this global.css is overridden by LESS. DO NOT EDIT THIS FILE.
    CSS overrides should be managed in regional-association.css.
    ----------------------------------------------------------------------------------- */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/*  =EVENTS LAYOUT
------------------------------------------------------ */
/*  =FROM BOOTSTRAP
------------------------------------------------------ */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/font-awesome-4.1.0/fontawesome-webfont.eot?v=4.1.0');
  src: url('../font/font-awesome-4.1.0/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../font/font-awesome-4.1.0/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../font/font-awesome-4.1.0/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../font/font-awesome-4.1.0/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/font-awesome-4.1.0/fontawesome-webfont.eot');
  src: url('../font/font-awesome-4.1.0/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/font-awesome-4.1.0/fontawesome-webfont.woff') format('woff'), url('../font/font-awesome-4.1.0/fontawesome-webfont.ttf') format('truetype'), url('../font/font-awesome-4.1.0/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
/** -----------------------------------------------------------------------------------
    Mixins CSS - including fonts, margins, etc..

    NOTE: Giving Forum site administrators, this typography.css is overridden by LESS. DO NOT EDIT THIS FILE.
    CSS overrides should be managed in regional-association.css.
    ----------------------------------------------------------------------------------- */
.pesto_link {
  color: #4d95b3;
  font-weight: bold;
  font-size: 14px;
}
/* missing mixins that error */
.gradient {
  background: #3f5963;
  background: -moz-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3f5963), color-stop(50%, #4f6872), color-stop(100%, #687a82));
  background: -webkit-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: -o-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: -ms-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: linear-gradient(135deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
}
/* Contact icons by FontAwesome */
.contact-icon {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
}
/** -----------------------------------------------------------------------------------
    Color palette CSS.

    NOTE: Giving Forum site administrators, this color.css is overridden by LESS. DO NOT EDIT THIS FILE.
    CSS overrides should be managed in regional-association.css.
    ----------------------------------------------------------------------------------- */
a,
a:link,
a:visited {
  color: #3e2b6c;
}
/*  =RESOURCES LANDING PAGE - Search resources form
  ------------------------------------------------------ */
form.search-resources #edit-topics {
  background: #e0e0e0;
}
form.search-resources #edit-topics legend {
  background: #e0e0e0;
}
#zone-user {
  /*background: @white;*/
}
#zone-user #region-user {
  /* User Menu at top */
}
#zone-user #region-user #block-system-user-menu {
  background: #ffffff;
}
#zone-user #region-user #block-system-user-menu ul.menu li.last a {
  /*color: @userLink;*/
}
#zone-menu-wrapper {
  background: #f6f6f9;
}
#zone-branding-wrapper #zone-branding {
  background: #ffffff;
}
#zone-preface-wrapper {
  background: #dfdeda;
}
#zone-preface-wrapper #zone-preface {
  background: #f4f3ee;
}
#zone-content {
  background: #ffffff;
}
#zone-content .content-inner {
  background: #ffffff;
}
.front #zone-content {
  background: #ffffff;
}
#zone-footer-first-wrapper {
  background: #f4f3ee;
}
#zone-footer-second-wrapper {
  background: #250858;
  /* Footer area */
}
#zone-footer-second-wrapper .zone-footer-second {
  background: #3e2b6c;
}
#zone-footer-second-wrapper .zone-footer-second .region-footer-second {
  color: #dfdfdf;
}
/* Begin GRID HACKS
   NOTE: Do not edit unless you have a deep understanding of theme overrides.
   Also, whenever possible, change markup to use grid columns rather than hacking percentages below. */
/*#region-sidebar-second {
  float: right;
  margin-right: 0;
  margin-left: 0;
}*/
#region-postscript-first,
#region-postscript-second {
  margin-left: 0;
}
/*
#region-content {
  .block {
    &.grid-1, &.grid-2, &.grid-3, &.grid-4, &.grid-5, &.grid-6, &.grid-7, &.grid-8, &.grid-9, &.grid-10, &.grid-11, &.grid-12 {
      margin-left: 0;
      margin-right:0;
    }
  }
}

div.callouts.grid-6, div.flex-outer.grid-6 {
  margin-left:0;
  margin-right:0;
}
*/
/* End GRID HACKS */
/** -----------------------------------------------------------------------------------
    Typography CSS - including fonts, margins, etc..

    NOTE: Giving Forum site administrators, this typography.css is overridden by LESS. DO NOT EDIT THIS FILE.
    CSS overrides should be managed in regional-association.css.
    ----------------------------------------------------------------------------------- */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RalewayLight", Helvetica, Arial, sans-serif;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  text-decoration: underline;
}
h1 {
  clear: left;
}
/* Font Muli - Generated by Font Squirrel (http://www.fontsquirrel.com) on June 11, 2013 01:16:01 AM America/New_York */
@font-face {
  font-family: 'MuliLight';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Light-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Light-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Light-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Light-webfont.svg#MuliLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuliLightItalic';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-LightItalic-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-LightItalic-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-LightItalic-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-LightItalic-webfont.svg#MuliLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuliRegular';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Regular-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Regular-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Regular-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Regular-webfont.svg#MuliRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuliItalic';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Italic-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Italic-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Italic-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Muli-Italic-webfont.svg#MuliItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Font Raleway - Generated by Font Squirrel (http://www.fontsquirrel.com) on May 23, 2013 01:37:15 AM America/New_York */
@font-face {
  font-family: 'RalewayThin';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/raleway_thin-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/raleway_thin-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/raleway_thin-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/raleway_thin-webfont.svg#RalewayThin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayExtraLight';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraLight-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraLight-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraLight-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraLight-webfont.svg#RalewayExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayLight';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Light-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Light-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Light-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Light-webfont.svg#RalewayLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayRegular';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Regular-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Regular-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Regular-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Regular-webfont.svg#RalewayRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayMedium';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Medium-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Medium-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Medium-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Medium-webfont.svg#RalewayMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewaySemiBold';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-SemiBold-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-SemiBold-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-SemiBold-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-SemiBold-webfont.svg#RalewaySemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayBold';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Bold-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Bold-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Bold-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Bold-webfont.svg#RalewayBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayExtraBold';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraBold-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraBold-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraBold-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-ExtraBold-webfont.svg#RalewayExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayHeavy';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Heavy-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Heavy-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Heavy-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Heavy-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Raleway-Heavy-webfont.svg#RalewayHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Font Lato - Generated by Font Squirrel (http://www.fontsquirrel.com) on June 17, 2013 03:48:07 PM America/New_York */
@font-face {
  font-family: 'LatoBlack';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Lato-Bla-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Lato-Bla-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Lato-Bla-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Lato-Bla-webfont.svg#LatoBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Font Roboto - Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2013 05:58:06 PM America/New_York */
@font-face {
  font-family: 'RobotoBoldCondensed';
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Roboto-BoldCondensed-webfont.eot');
  src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Roboto-BoldCondensed-webfont.woff') format('woff'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Roboto-BoldCondensed-webfont.ttf') format('truetype'), url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* fix for messed up Font-Face font rendering in Chrome - backup to [-webkit-font-smoothing: antialiased;] */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'UbuntuLight';
        src: url('https://live-pny.gotpantheon.com/profiles/givingforum_dev/themes/gf_omega/pny_custom/font/font-awesome-4.1.0/ubuntu-light-webfont.svg') format('svg');
    }
}*/
/* Google fonts import for Cambo & Actor */
/** -----------------------------------------------------------------------------------
    This file will hold styles for the mobile version of your website (mobile first).
    This also can include ANY global CSS that applies site-wide.
    Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide.

    NOTE: Giving Forum site administrators, this global.css is overridden by LESS. DO NOT EDIT THIS FILE.
    CSS overrides should be managed in regional-association.css.
    ----------------------------------------------------------------------------------- */
/*  =Event elements elements
  ------------------------------------------------------ */
.node-event .event-callout {
  width: 20%;
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
  padding: 2%;
  border: 1px solid;
  font-size: 12px;
}
.node-event .event-callout img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.node-event .event-callout .field-name-field-event-date {
  font-size: 12px;
  font-weight: normal;
}
.node-event .event-callout .field-label {
  font-weight: bold;
  font-size: 13px;
}
.node-event .event-callout .field-name-field-link {
  margin: 20px 0 10px;
}
.node-event .event-callout .field-name-field-location-title,
.node-event .event-callout .field-name-field-location {
  word-wrap: break-word;
}
.node-event .event-callout .addtocal {
  float: none;
  text-align: center;
  margin-top: 10px;
  background: #3e2b6c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b1e4b), color-stop(1, #3e2b6c));
  background: -ms-linear-gradient(bottom, #2b1e4b, #3e2b6c);
  background: -moz-linear-gradient(center bottom, #2b1e4b 0%, #3e2b6c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
}
.node-event .event-callout .addtocal:hover {
  color: #ffffff;
  background: #2b1e4b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f1535), color-stop(1, #34245a));
  background: -ms-linear-gradient(bottom, #1f1535, #34245a);
  background: -moz-linear-gradient(center bottom, #1f1535 0%, #34245a 100%);
  text-decoration: none;
}
/*  = Event listing
  ------------------------------------------------------ */
.page-events .event-date-badge {
  float: left;
  width: 45px;
  height: 45px;
  padding: 5px;
  margin: 0 20px 10px 0;
  background: #3e2b6c;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.page-events .event-date-badge .badge-inner > div {
  font-size: 24px;
  margin-top: -8px;
}
.page-events #event_listing_wrapper {
  float: left;
  width: 88%;
  position: relative;
}
.page-events header h2.node-title {
  font-size: 20px;
  float: left;
  margin-bottom: 4px;
  width: 80%;
  clear: both;
}
.page-events .field-type-datetime {
  float: left;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.1em;
  clear: both;
}
.page-events .field-type-datetime .date-display-start:before {
  content: " - ";
}
.page-events .addtocal {
  margin: 0;
  margin-bottom: 5px;
  float: none;
  width: auto;
  padding: 0;
  color: white;
  cursor: pointer;
  background: #3e2b6c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b1e4b), color-stop(1, #3e2b6c));
  background: -ms-linear-gradient(bottom, #2b1e4b, #3e2b6c);
  background: -moz-linear-gradient(center bottom, #2b1e4b 0%, #3e2b6c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.page-events .addtocal:hover {
  color: #ffffff;
  background: #2b1e4b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f1535), color-stop(1, #34245a));
  background: -ms-linear-gradient(bottom, #1f1535, #34245a);
  background: -moz-linear-gradient(center bottom, #1f1535 0%, #34245a 100%);
  text-decoration: none;
}
.page-events .node ul.addtocal_menu {
  padding: 5px;
}
.page-events .field-name-field-location-title {
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.page-events .field-name-field-event-type,
.page-events .field-name-field-audience,
.page-events .field-name-field-topics {
  display: inline;
}
.page-events .field-name-field-event-type .field-item,
.page-events .field-name-field-audience .field-item,
.page-events .field-name-field-topics .field-item {
  display: inline;
  margin-bottom: 3px;
}
.page-events .views-row {
  margin-bottom: 60px;
}
.page-events .views-row .node-event:nth-child(1) {
  margin-top: 40px;
}
#views-exposed-form-gf-event-views-upcoming-search .chzn-container {
  width: 100%;
}
#edit_topics_chzn,
#edit_audience_chzn {
  width: 190px !important;
}
.chzn-drop {
  width: 188px !important;
}
/*  =Resources - Node layout
  ------------------------------------------------------ */
.field-type-file table td {
  padding: 2px;
}
.field-type-file table td .file-icon {
  margin: 0 5px 5px 0;
  float: left;
}
.field-type-file table td .file-icon p {
  display: none;
}
.node-teaser h2.node-title {
  font-size: 24px;
}
.bean-bean-relevant .field-name-field-block-link {
  margin-top: 10px;
}
.field-name-philly-beans-generic-body ul {
  margin-left: 25px;
}
/* Style Hack to balance heights for Nodes w Comments */
.page-comment-reply #region-content,
.page-comment-reply #region-second-sidebar {
  min-height: 1400px;
}
#block-system-main .node .content,
.region-sidebar-second {
  /*  p + ul,  p + ol{
    .clearfix();
  }*/
}
#block-system-main .node .content ul,
.region-sidebar-second ul,
#block-system-main .node .content ol,
.region-sidebar-second ol {
  margin: 0 0 0 10px;
  list-style-position: inside;
}
.bean-gf-beans-generic .field-name-field-block-images img {
  margin: 5px;
}
.node-type-resource .block-system-main .field.field-type-file {
  display: block;
}
.node-type-resource .block-system-main .field.field-type-file table {
  width: 100%;
}
.node-type-resource .block-system-main .field.field-type-file th {
  font-weight: bold;
  background: #444;
  color: white;
  padding: 5px 10px;
}
.node-type-resource .block-system-main .field.field-type-file td {
  padding: 10px;
}
.node-type-resource .block-system-main .field {
  margin-bottom: 20px;
}
.node-type-resource .addthis_toolbox {
  clear: both;
  display: block;
  padding-top: 10px;
}
.node-type-resource .block-system-main .field-name-field-link .field-label {
  font-weight: bold;
  background: #444;
  color: white;
  padding: 5px 10px;
}
.node-type-resource .block-system-main .field-name-field-link .field-items {
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
/*  =RESOURCES LANDING PAGE - Search resources form
  ------------------------------------------------------ */
form.search-resources {
  background: #efefef;
  -webkit-box-shadow: 2px 3px 5px #453f3d;
  -moz-box-shadow: 2px 3px 5px #453f3d;
  box-shadow: 2px 3px 5px #453f3d;
}
form.search-resources input[type="text"] {
  border: 1px solid #453f3d;
  padding: 5px;
  height: auto;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 250px;
  margin: 0px;
}
form.search-resources input[type="submit"] {
  border: 1px solid #4d8ea5;
  background: #4d8ea5;
  color: #ffffff;
  text-shadow: none;
  font-weight: normal;
  padding: 5px 15px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -4px;
  height: 27px;
}
form.search-resources #edit-basic {
  padding: 3% 4% 4% 4%;
  margin-bottom: 0px;
}
form.search-resources #edit-basic label {
  font-size: 16px;
  display: block;
}
form.search-resources #edit-basic label:after {
  content: ": ";
}
form.search-resources #edit-basic .form-type-checkbox {
  margin-left: 10px;
  font-size: 13px;
}
form.search-resources #edit-basic .form-type-checkbox label {
  display: inline;
  vertical-align: middle;
  font-size: 1em;
}
form.search-resources #edit-basic .form-type-checkbox label:after {
  content: "";
}
form.search-resources fieldset.form-wrapper {
  margin: 0 0 0 0;
}
form.search-resources fieldset.form-wrapper legend {
  width: 100%;
  padding: 10px 0 8px 10px;
}
form.search-resources fieldset.form-wrapper legend a {
  text-decoration: none;
  font-weight: bold;
  margin-left: 5px;
  font-size: 14px;
}
form.search-resources #edit-topics {
  margin: 0 0 60px;
  padding: 10px 0;
}
form.search-resources #edit-topics legend {
  padding: 0px;
  *zoom: 1;
}
form.search-resources #edit-topics legend:before,
form.search-resources #edit-topics legend:after {
  display: table;
  content: "";
}
form.search-resources #edit-topics legend:after {
  clear: both;
}
form.search-resources #edit-topics legend .fieldset-legend {
  margin-left: 5px;
  margin-top: 5px;
  display: block;
}
form.search-resources #edit-topics legend .fieldset-legend a {
  margin-left: 10px;
}
form.search-resources #edit-topics ul.menu li {
  margin-left: 30px;
  list-style: none;
  display: block;
  float: left;
  width: 24%;
}
form.search-resources #edit-topics ul.menu li a {
  text-decoration: none;
  font-weight: bold;
}
form.search-resources #edit-topics ul.menu li ul.menu li {
  margin-left: 0;
  width: 100%;
}
/*.search-meta + h2 {
  border-top: 1px solid @grayLight;
  padding-top: 5px;
}*/
.search-meta {
  *zoom: 1;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
}
.search-meta:before,
.search-meta:after {
  display: table;
  content: "";
}
.search-meta:after {
  clear: both;
}
.page-resources-search #region-sidebar-second .block-inner {
  margin-bottom: 15px;
}
.page-resources-search #region-sidebar-second .block-inner h2.block-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.page-resources-search #region-sidebar-second .block-inner ul li {
  margin: 5px 0px;
  list-style: none;
}
.page-resources-search #region-sidebar-second .block-inner ul li.expanded ul {
  margin-left: 20px;
}
/*  =SEARCH RESULTS & TOOLS PERMISSION MESSAGING
  ------------------------------------------------------ */
ol.search-results {
  position: relative;
}
ol.search-results h3 a {
  text-decoration: none;
}
ol.search-results .search-snippet-info {
  margin: 5px 0;
  padding: 0;
}
ol.search-results a.linkWrap {
  text-decoration: none;
}
.result-count {
  font-style: italic;
  margin-bottom: 10px;
  padding-bottom: 5px;
  float: left;
}
.block-apachesolr-search-sort {
  float: right;
}
.block-apachesolr-search-sort h2.block-title {
  float: left;
  font-size: 13px;
}
.block-apachesolr-search-sort h2:after {
  content: ":";
}
.block-apachesolr-search-sort .content {
  float: left;
}
.block-apachesolr-search-sort .content li {
  display: inline;
  margin-left: 10px;
}
h2 {
  clear: both;
}
.search-results {
  margin-bottom: 60px;
}
.search-results li {
  margin-bottom: 50px;
}
.search-results li h2,
.search-results li h3.title {
  margin-bottom: 0;
  font-size: 20px;
}
.search-results li p {
  margin-bottom: 10px;
}
.search-results li .field-name-field-publication-date.clearfix:after,
.search-results li .field-name-field-sources.clearfix:after,
.search-results li .field-name-field-resource-type.clearfix:after {
  clear: both;
}
.search-results li .field-name-field-publication-date,
.search-results li .field-name-field-sources,
.search-results li .field-name-field-resource-type {
  margin-right: 5px;
}
.search-results li .field-type-taxonomy-term-reference:before,
.search-results li .field-type-taxonomy-term-reference:after {
  display: inline;
}
.search-results li .field-name-field-publication-date,
.search-results li .field-name-field-resource-type {
  margin-top: 15px;
}
.search-results li .field-name-field-publication-date {
  margin-right: 10px;
}
.search-results li .field-name-field-audience,
.search-results li .field-name-field-topics {
  float: left;
  margin-top: 10px;
}
.search-results li .field-name-field-audience .field-items,
.search-results li .field-name-field-topics .field-items {
  float: left;
}
.search-results li .field-name-field-topics {
  clear: both;
}
.search-results li .field-name-field-sources,
.search-results li .field-name-field-resource-type {
  margin-top: 0px;
  float: left;
  clear: both;
}
.search-results li .field-name-field-access {
  float: left;
  clear: none;
  margin-top: 10px;
}
.search-results li .field-name-field-origin {
  clear: both;
  float: left;
  margin-top: 10px;
}
article.gf-private .field-name-field-access:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  content: "\f023";
}
article.gf-imported .field-name-field-origin:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  content: "\f0c2";
  margin-right: 5px;
}
.page-taxonomy-term .node-event {
  margin: 40px 0 60px 0;
}
.page-taxonomy-term .node-event .event-date-badge {
  float: left;
  width: 45px;
  height: 45px;
  padding: 5px;
  margin: 0 20px 10px 0;
  background: #3e2b6c;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.page-taxonomy-term .node-event .event-date-badge .badge-inner > div {
  font-size: 24px;
  margin-top: -8px;
}
.page-taxonomy-term .node-event #event_listing_wrapper {
  float: left;
  width: 88%;
  position: relative;
}
.page-taxonomy-term .node-event header h2.node-title {
  font-size: 20px;
  float: left;
  margin-bottom: 4px;
  width: 80%;
  clear: both;
}
.page-taxonomy-term .node-event .field-type-datetime {
  float: left;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.1em;
  clear: both;
}
.page-taxonomy-term .node-event .field-type-datetime .date-display-start:before {
  content: " - ";
}
.page-taxonomy-term .node-event .addtocal {
  margin: 0;
  margin-bottom: 5px;
  float: none;
  width: auto;
  padding: 0;
  color: white;
  cursor: pointer;
  background: #3e2b6c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b1e4b), color-stop(1, #3e2b6c));
  background: -ms-linear-gradient(bottom, #2b1e4b, #3e2b6c);
  background: -moz-linear-gradient(center bottom, #2b1e4b 0%, #3e2b6c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.page-taxonomy-term .node-event .addtocal:hover {
  color: #ffffff;
  background: #2b1e4b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f1535), color-stop(1, #34245a));
  background: -ms-linear-gradient(bottom, #1f1535, #34245a);
  background: -moz-linear-gradient(center bottom, #1f1535 0%, #34245a 100%);
  text-decoration: none;
}
.page-taxonomy-term .node-event .node ul.addtocal_menu {
  padding: 5px;
}
.page-taxonomy-term .node-event .field-name-field-location-title {
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.page-taxonomy-term .node-event .field-name-field-event-type,
.page-taxonomy-term .node-event .field-name-field-audience,
.page-taxonomy-term .node-event .field-name-field-topics {
  display: inline;
}
.page-taxonomy-term .node-event .field-name-field-event-type .field-item,
.page-taxonomy-term .node-event .field-name-field-audience .field-item,
.page-taxonomy-term .node-event .field-name-field-topics .field-item {
  display: inline;
  margin-bottom: 3px;
}
.page-taxonomy-term .node-blog {
  margin: 40px 0;
}
.page-taxonomy-term .node-blog h2 {
  margin-bottom: 4px;
  font-size: 20px;
}
.page-taxonomy-term .node-blog .field-name-field-news-date {
  font-size: .85em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.page-taxonomy-term .node-blog .field-name-field-news-date + a {
  font-size: 1.5em;
}
.page-taxonomy-term .node-blog .field-name-field-topics {
  display: inline;
}
.field-type-taxonomy-term-reference {
  display: inline-block;
  *zoom: 1;
  margin-bottom: 5px;
}
.field-type-taxonomy-term-reference:before,
.field-type-taxonomy-term-reference:after {
  display: table;
  content: "";
}
.field-type-taxonomy-term-reference:after {
  clear: both;
}
.field-type-taxonomy-term-reference .field-item {
  margin-right: 5px;
  float: left;
}
.field-type-taxonomy-term-reference a,
.field-type-taxonomy-term-reference a:link {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.1s linear all ease-out;
  -moz-transition: all 0.1s linear all ease-out;
  transition: all 0.1s linear all ease-out;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.field-type-taxonomy-term-reference a:hover,
.field-type-taxonomy-term-reference a:link:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.field-type-taxonomy-term-reference a:focus,
.field-type-taxonomy-term-reference a:link:focus {
  outline: 1px dotted #666;
}
.field-type-taxonomy-term-reference a.active,
.field-type-taxonomy-term-reference a:link.active,
.field-type-taxonomy-term-reference a:active,
.field-type-taxonomy-term-reference a:link:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.addthis_toolbox {
  margin: 20px 0;
}
.page-news .views-exposed-form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f9;
  *zoom: 1;
}
.page-news .views-exposed-form:before,
.page-news .views-exposed-form:after {
  display: table;
  content: "";
}
.page-news .views-exposed-form:after {
  clear: both;
}
.page-news .views-exposed-form .views-widget-per-page {
  width: 165px;
}
.page-news .views-exposed-form .views-widget-per-page label,
.page-news .views-exposed-form .views-widget-per-page select {
  float: left;
}
.page-news .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: -2px;
  background: #3e2b6c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b1e4b), color-stop(1, #3e2b6c));
  background: -ms-linear-gradient(bottom, #2b1e4b, #3e2b6c);
  background: -moz-linear-gradient(center bottom, #2b1e4b 0%, #3e2b6c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: none;
}
.page-news .views-exposed-form .views-exposed-widget .form-submit:hover {
  color: #ffffff;
  background: #2b1e4b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f1535), color-stop(1, #34245a));
  background: -ms-linear-gradient(bottom, #1f1535, #34245a);
  background: -moz-linear-gradient(center bottom, #1f1535 0%, #34245a 100%);
  text-decoration: none;
}
.page-news .views-exposed-form .views-widget-per-page {
  float: left;
}
.page-news .views-exposed-form .views-submit-button {
  float: left;
}
.page-news .views-exposed-form label {
  margin-right: 10px;
}
.page-news .views-row,
.page-news .feed-icon {
  margin-bottom: 20px;
}
.page-news .node-blog h2 {
  margin-bottom: 4px;
}
.page-news .node-blog .field-name-field-news-date {
  font-size: .85em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.page-news .node-blog .field-name-field-news-date + a {
  font-size: 1.5em;
}
.page-news .node-blog .field-name-field-topics {
  display: inline;
}
.page-news .feed-icon img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}
.node-type-blog .field-name-field-news-date {
  font-size: .85em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.block-views-news-news-block .views-row a {
  font-weight: bold;
}
/* Mobile Styles */
.responsive-layout-mobile {
  /*
  .block-twitter-block {
    .view-footer {
      a {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        padding: 4px 15px 6px 15px;
        font-family: @narrowFontFamily;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 15px;
        color: @white !important;
        .border-radius(20px, 20px, 20px, 20px);
        background: @atoll;

      }
    }
  }
*/
  /*
  .block-bean-connect-with-us {
    .content {
      font-size: 18px !important;
    }
  }
*/
}
.responsive-layout-mobile .mm-menu {
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  background: #f4f3ee;
  color: #250858;
}
.responsive-layout-mobile .mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: #ef6a27;
  color: #ffffff;
}
.responsive-layout-mobile .mm-list {
  font-size: 16px !important;
}
.responsive-layout-mobile #zone-user-wrapper {
  display: none;
}
.responsive-layout-mobile #zone-branding-wrapper {
  /*margin-top: 50px;*/
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding {
  padding: 0;
  margin: 0;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .branding-data {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 5px 0 20px 0;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .branding-data .logo-img {
  float: none;
  margin: 0px;
  clear: both;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .branding-data .logo-img a {
  display: block;
  width: 70%;
  height: 70px;
  background: url(../images/logo-sm.png) no-repeat center 10px;
  z-index: 10002;
  position: relative;
  margin: 0 15%;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .branding-data .logo-img a img {
  display: none;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu {
  background: #fff;
  color: #f6f6f9;
  padding: 0;
  position: fixed;
  z-index: 10000;
  opacity: 0.9;
  width: 100%;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu a {
  color: #57417f;
  padding: 10px 10px 5px;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu a:hover {
  text-decoration: none;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu .lmenu {
  float: left;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu .lmenu:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu .rmenu {
  float: right;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu .rmenu:before {
  content: "\f013";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu .top-arrow {
  width: 60px;
  height: 35px;
  margin: 0 auto;
  background-position: top center;
  z-index: 10001;
  text-indent: -99999px;
  display: none;
  background: url('../images/back-to-top.png') no-repeat 0 0;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .mobile-menu .top-arrow:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .site-name-slogan {
  bottom: 0px;
  position: static;
  margin-top: 10px;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #region-branding .site-name-slogan h6.site-slogan {
  text-align: center;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding #block-system-user-menu {
  /*
        position: absolute;
        top: 5px;
        right: 0;
*/
  display: none;
}
.responsive-layout-mobile #zone-branding-wrapper #zone-branding .block-search {
  margin-bottom: 20px;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu {
  margin-bottom: 0;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu #block-menu-block-1 {
  display: none;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu {
  float: none;
  /*padding: 20px 0px 20px 0px;*/
  *zoom: 1;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu:before,
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu:after {
  display: table;
  content: "";
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu:after {
  clear: both;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu li {
  display: block;
  text-align: center;
  font-size: 20px;
  width: 100%;
  margin: 1px 0;
  padding: 0;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu li a {
  background: url("../images/bg-menu.png") repeat-x 0 0;
  display: block;
  padding: 10px;
}
.responsive-layout-mobile #zone-menu-wrapper #zone-menu #region-menu ul.menu li.expanded:hover > a {
  box-shadow: none;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first {
  /* Marquee */
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky {
  background: #250858;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider {
  margin-bottom: 10px;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides {
  /*height: 430px;*/
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li {
  height: auto !important;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .marquee-text {
  padding: 30px 20px 10px;
  background: none;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .marquee-text h2 {
  font-size: 23px;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .marquee-text h1 {
  font-size: 31px;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .marquee-image img {
  width: 200% !important;
  height: 100% !important;
  margin-left: -100%;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .marquee-button {
  position: relative;
  bottom: auto;
  left: auto;
  background: none;
  margin-bottom: 20px;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .marquee-button span {
  display: inline-block;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky .flex-container .flexslider ul.slides li .caption {
  float: none;
  width: 90%;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky ol.flex-control-nav {
  width: auto;
  position: relative;
  display: block;
  left: auto;
  right: 0;
  float: right;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky ul.flex-control-nav {
  float: none;
  position: relative;
  bottom: 0;
  font-size: 15px;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky ul.flex-control-nav li > p {
  background-color: #57417f;
  background-position: 15px 12px;
  padding: 7px 15px 7px 30px;
  border-bottom: 1px solid #250858;
  margin: 0;
}
.responsive-layout-mobile #zone-header-wrapper #zone-header #region-header-first #block-bean-marquee-funky ul.flex-control-nav li.flex-active > p {
  background-color: #ef6a27 !important;
}
.responsive-layout-mobile #zone-preface #region-preface-first .field-type-text-long {
  padding: 25px 25px 10px 20px;
  margin: 0;
}
.responsive-layout-mobile #zone-preface #region-preface-first .field-type-image {
  margin: 25px 15px 5px 15px;
}
.responsive-layout-mobile #zone-content-wrapper {
  padding: 0px 10px 0px 10px;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content {
  width: 100%;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content .block,
.responsive-layout-mobile #zone-content-wrapper #zone-content section.block {
  width: 100%;
  float: none;
  display: block;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-sidebar-first {
  margin: 0;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-content {
  width: 100%;
  margin: 0;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-content #region-inner {
  padding: 20px !important;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-content .block {
  float: none;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-sidebar-second {
  width: 100%;
  margin: 0px;
  position: relative;
  float: none;
  display: block;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-sidebar-second .region-inner {
  padding: 0px;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-sidebar-second .region-inner .block-bean {
  padding: 0px;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-sidebar-second .region-inner .block-bean .block-inner {
  padding: 15px;
}
.responsive-layout-mobile #zone-content-wrapper #zone-content #region-sidebar-second .region-inner .block-bean .block-inner .field-name-field-block-images img {
  margin-right: 15px;
  margin-bottom: 15px;
}
.responsive-layout-mobile.not-front #zone-content-wrapper #content-inner {
  min-height: 0;
}
.responsive-layout-mobile.not-front #zone-content-wrapper #content-inner .region.region-sidebar-first {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
}
.responsive-layout-mobile.not-front #zone-content-wrapper #content-inner .region.region-sidebar-first .region-inner ul.menu li {
  text-align: center;
}
.responsive-layout-mobile #zone-footer-first-wrapper {
  margin-bottom: 0;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first {
  /* Become a Sponsor section */
  /* Footer menu */
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block {
  padding: 20px;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block h2.block-title {
  width: 100%;
  float: none;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block .field-name-gf-beans-generic-body {
  width: 100%;
  float: none;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block .content {
  float: none;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block .field-name-field-block-images {
  float: none;
  margin-top: 0px;
  width: 100%;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block .field-name-field-block-images .field-item {
  float: left;
  margin: 1%;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block-menu-block {
  margin: 0;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block-menu-block ul.menu {
  min-height: 0;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block-menu-block ul.menu li {
  margin: 10px 0px 20px 10px;
  width: 200px;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block-menu-block ul.menu li a {
  margin-bottom: 0;
}
.responsive-layout-mobile #zone-footer-first-wrapper #zone-footer-first #region-footer-first .block-menu-block ul.menu li ul.menu li {
  margin: 0 0 0 10px;
  width: auto;
}
.responsive-layout-mobile #region-footer-second .block-menu-block {
  margin: 0 5px 15px 5px;
}
.responsive-layout-mobile #region-footer-second .block-menu-footer-menu {
  background: none;
  padding: 0;
}
.responsive-layout-mobile #region-footer-second .block-menu-footer-menu ul {
  padding-left: 10px;
}
.responsive-layout-mobile #region-footer-second .block-menu-footer-menu ul li {
  /*float: none;
          display: inline;
          text-align: center;*/
}
.responsive-layout-mobile #region-footer-second .block-menu-footer-menu,
.responsive-layout-mobile #region-footer-second .block-follow-site,
.responsive-layout-mobile #region-footer-second .block-bean-contact-information-block {
  float: left;
  width: 280px;
  display: block;
  padding: 25px 0 35px;
  background: url('../images/br-foot-hrz.png') no-repeat bottom center;
}
.responsive-layout-mobile #region-footer-second .block-menu-footer-menu .block-inner,
.responsive-layout-mobile #region-footer-second .block-follow-site .block-inner,
.responsive-layout-mobile #region-footer-second .block-bean-contact-information-block .block-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.responsive-layout-mobile .block-follow-site {
  margin: 0;
  background: none !important;
}
.responsive-layout-mobile .block-follow-site .follow-link-wrapper {
  float: none;
  display: block;
}
/*  = Event listing
  ------------------------------------------------------ */
.responsive-layout-mobile .view-events .node-teaser .event-date-badge,
.responsive-layout-mobile .view-gf-event-views .node-teaser .event-date-badge {
  float: none;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
.responsive-layout-mobile .view-events .node-teaser .event-date-badge .badge-inner > div,
.responsive-layout-mobile .view-gf-event-views .node-teaser .event-date-badge .badge-inner > div {
  font-size: 20px;
}
.responsive-layout-mobile .view-events .node-teaser h2,
.responsive-layout-mobile .view-gf-event-views .node-teaser h2 {
  margin-bottom: 3px;
}
.responsive-layout-mobile .view-events .node-teaser #event_listing_wrapper,
.responsive-layout-mobile .view-gf-event-views .node-teaser #event_listing_wrapper {
  width: 100%;
}
.responsive-layout-mobile .view-events .node-teaser .field-type-datetime,
.responsive-layout-mobile .view-gf-event-views .node-teaser .field-type-datetime {
  float: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.responsive-layout-mobile .view-events .node-teaser .date-display-single,
.responsive-layout-mobile .view-gf-event-views .node-teaser .date-display-single {
  display: block;
  margin: 0 0;
  clear: left;
}
.responsive-layout-mobile .view-events .node-teaser h2.node-title,
.responsive-layout-mobile .view-gf-event-views .node-teaser h2.node-title {
  font-size: 22px;
}
.responsive-layout-mobile .view-events .node-teaser .field-name-field-location,
.responsive-layout-mobile .view-gf-event-views .node-teaser .field-name-field-location {
  margin-bottom: 10px;
}
.responsive-layout-mobile .view-events .node-teaser .field,
.responsive-layout-mobile .view-gf-event-views .node-teaser .field {
  margin-left: 0;
}
.responsive-layout-mobile .view-events .node-teaser #addtocal,
.responsive-layout-mobile .view-gf-event-views .node-teaser #addtocal {
  clear: left;
  float: left;
  width: auto;
  position: relative;
  right: auto;
  top: auto;
  margin-top: 20px;
}
.responsive-layout-mobile #views-exposed-form-gf-event-views-upcoming-search {
  margin-bottom: 40px;
}
/* Interior: nested Postscript regions */
.responsive-layout-mobile.not-front .region-postscript-first,
.responsive-layout-mobile.not-front .region-postscript-second {
  width: auto !important;
  margin-right: 0 !important;
}
/* Shared Styles */
/*  = Shared
  ------------------------------------------------------ */
h1.title {
  color: #ef6a27;
  font-weight: normal;
  font-size: 35px;
  line-height: 1.1em;
  margin-top: 10px;
}
h2.block-title {
  font-weight: normal;
  font-size: 26px;
  color: #ef6a27 !important;
  line-height: 1em;
  margin: 0 0 20px;
}
h2.block-title a {
  color: #ef6a27 !important;
}
.front h2.block-title,
.context-news h2.block-title {
  font-size: 36px;
}
.block h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3em;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
  color: #250858;
}
.not-front .block-bean h1,
.not-front .block-bean h2,
.not-front .block-bean h3,
.not-front .block-bean h5,
.not-front .block-bean h6 {
  color: #35afd0;
  margin: 35px 0 10px 0;
}
.not-front .block-bean h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.not-front .block-bean h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.not-front .block-bean h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block-system-main h2,
.block-system-main h3,
.block-system-main h4 {
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
  margin: 35px 0 10px 0;
}
.block-system-main h2 {
  color: #6d687c;
}
.block-system-main h3 {
  font-size: 25px;
  color: #35afd0;
}
.block-system-main h4 {
  font-size: 24px;
  color: #ef6a27;
}
.block-system-main h6 {
  font-size: 15px;
  color: #ef6a27;
}
.node-links {
  margin-top: 0;
}
.node-readmore a,
.node-readmore a:link {
  /*.button;*/
}
.node-readmore a:hover,
.node-readmore a:link:hover {
  text-decoration: none;
}
div.feed-icon {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-bottom: 30px;
}
div.feed-icon a.feed-icon {
  color: #ef6a27;
}
div.feed-icon a.feed-icon:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  position: relative;
  content: "\f09e";
  display: block;
  font-size: 35px;
}
div.feed-icon a.feed-icon:hover {
  text-decoration: none;
}
div.feed-icon a.feed-icon img {
  display: none;
}
/*.tabbed_nav_mixin;*/
.more-button,
.more-button-aqua,
.more-link,
.field-type-link-field {
  /*.arrow {
    float: right;
    margin-top: -17px;
    margin-right: -20px;
    width: 14px;
    height: 14px;
    background-image: url('../images/right-arrow.png');
  }*/
}
.more-button a,
.more-button-aqua a,
.more-link a,
.field-type-link-field a {
  display: inline-block;
  text-align: right;
  /*margin-bottom: 10px;*/
  padding: 5px 20px 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ef6a27;
}
.more-button a:after,
.more-button-aqua a:after,
.more-link a:after,
.field-type-link-field a:after {
  font-family: 'FontAwesome';
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  font-size: 14px;
  padding-left: 0.5em;
  left: 0;
  content: "\f138";
  color: #35afd0;
}
.more-button a:hover,
.more-button-aqua a:hover,
.more-link a:hover,
.field-type-link-field a:hover {
  text-decoration: none;
}
/*.bean-gf-beans-generic */
.field-name-field-block-images img {
  margin: 0 0 10px 10px;
  float: right;
}
/* Pager
------------------------------------------------------ */
.item-list .pager {
  margin-top: 25px;
}
/* Bulleted list
------------------------------------------------------ */
.bullet-list ul {
  margin-left: 0 !important;
  padding-left: 0;
}
.bullet-list ul li {
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 1.3em;
  list-style: none;
}
.bullet-list ul li:before {
  font-family: 'FontAwesome';
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  font-size: 14px;
  padding-right: 0.5em;
  left: 0;
  margin-left: -20px;
  content: "\f18e";
  color: #ef6a27;
}
/* Primary tabs
  ------------------------------------------------------ */
#region-content ul.primary {
  padding: 0 !important;
  margin: 0 0 20px 0;
  border: 0;
}
#region-content ul.primary li {
  margin: 0;
}
#region-content ul.primary li a {
  margin-right: 4px;
  border: 0;
  display: inline-block;
  padding: 9px 10px;
  background: #f4f3ee;
  text-transform: uppercase;
  font-size: 12px;
}
#region-content ul.primary li.active a {
  background: #c9eaf3;
  color: #ef6a27;
}
/* Secondary tabs
  ------------------------------------------------------ */
#region-content ul.secondary {
  background: #c9eaf3;
  border: 0;
  margin: -20px 0 0 0;
  padding: 15px 15px 0;
}
#region-content ul.secondary li {
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}
#region-content ul.secondary li a {
  display: inline-block;
  position: relative;
  padding: 8px 20px 6px;
}
#region-content ul.secondary li.active a {
  border-bottom: 0;
  background: #ef6a27;
  color: #ffffff;
}
#region-content ul.secondary li.active a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  border-top: 8px solid #ef6a27;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
/* Views: Exposed Filters
  ------------------------------------------------------ */
.views-exposed-form label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
/* Floating Image Margins
  ------------------------------------------------------ */
.imgleft {
  margin: 5px 15px 15px 0;
}
.imgright {
  margin: 5px 0 15px 15px;
}
/* Beans: Relevant bean
  ------------------------------------------------------ */
.bean-bean-relevant .content .item-list ul {
  color: #7e5cb9;
}
.bean-bean-relevant .content .item-list ul li {
  list-style: square;
  line-height: 1.3em;
  margin: 0 0 10px 15px;
}
.bean-bean-relevant .content article {
  margin-bottom: 20px;
}
.bean-bean-relevant .content article p {
  margin-bottom: 0;
}
.bean-bean-relevant .content article .field-name-field-news-external-link a {
  padding: 0;
  background: none;
  font-size: 14px;
}
.bean-bean-relevant .content article .field-type-datetime {
  font-style: italic;
}
.bean-bean-relevant .content article .field-type-text-with-summary {
  margin-top: 5px;
}
.bean-bean-relevant .content .field-type-link-field a {
  padding-left: 0;
}
/* Beans: Generic bean
  ------------------------------------------------------ */
.bean-gf-beans-generic ul {
  margin-left: 25px;
}
#block-system-main .node .content {
  clear: both;
  overflow: hidden;
}
#block-system-main .node .content ul,
#block-system-main .node .content ol {
  list-style-position: outside;
  margin-bottom: 1em;
}
#block-system-main .node .content p:last-child {
  margin-bottom: 0;
}
#block-system-main .node .content .field-type-link-field a {
  padding-left: 0;
}
.responsive-layout-normal #block-system-main .node .content .column,
.responsive-layout-wide #block-system-main .node .content .column {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.responsive-layout-normal #block-system-main .node .content .column:nth-child(2n),
.responsive-layout-wide #block-system-main .node .content .column:nth-child(2n) {
  clear: left;
}
.responsive-layout-normal #block-system-main .node .content .column:nth-child(2n+1),
.responsive-layout-wide #block-system-main .node .content .column:nth-child(2n+1) {
  margin-right: 0;
}
.region-sidebar-second ul,
.region-sidebar-second ol {
  list-style-position: outside;
}
.find {
  margin-top: 20px;
  clear: both;
}
.find h6,
.find hr {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  color: #6d687c;
}
.find hr {
  background-color: #f6f6f9;
}
.tag {
  /*display: inline-block;*/
  *zoom: 1;
  margin-bottom: 5px;
}
.tag:before,
.tag:after {
  display: table;
  content: "";
}
.tag:after {
  clear: both;
}
.tag .field-item {
  margin-right: 5px;
  float: left;
}
.tag .views-label,
.tag .field-label {
  font-size: 12px;
  color: #000000;
  float: left;
}
.tag .field-content,
.tag .field-items {
  margin-left: 100px;
  display: block;
}
.tag .field-items {
  position: relative;
  top: -1px;
}
.tag a,
.tag a:link {
  cursor: pointer;
  display: inline-block;
  background-color: #e9e8ea;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), color-stop(25%, #efeff0), to(#e9e8ea));
  background-image: -webkit-linear-gradient(#f7f7f7, #efeff0 25%, #e9e8ea);
  background-image: -moz-linear-gradient(top, #f7f7f7, #efeff0 25%, #e9e8ea);
  background-image: -ms-linear-gradient(#f7f7f7, #efeff0 25%, #e9e8ea);
  background-image: -o-linear-gradient(#f7f7f7, #efeff0 25%, #e9e8ea);
  background-image: linear-gradient(#f7f7f7, #efeff0 25%, #e9e8ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e8ea', GradientType=0);
  padding: 2px 6px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  line-height: normal;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.1s linear all ease-out;
  -moz-transition: all 0.1s linear all ease-out;
  transition: all 0.1s linear all ease-out;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  /*&.active,
    &:active {
      background-position: 0 -15px;
      @shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
      .box-shadow(@shadow);
    }
    .view-taxonomy-term & {
      &.active,
      &:active {
        @shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
        .box-shadow(@shadow);
      }
    }*/
}
.tag a:hover,
.tag a:link:hover {
  background: #fff;
  color: #ef6a27;
  text-decoration: none;
}
.tag a:focus,
.tag a:link:focus {
  outline: 1px dotted #666;
}
.view-news .views-row .node-teaser h2.node-title,
.view-taxonomy-indexed-node .views-row .node-teaser h2.node-title,
.view-resources-search .views-row .node-teaser h2.node-title,
.view-site-search .views-row .node-teaser h2.node-title {
  margin-bottom: 12px;
  padding-right: 0;
  padding-bottom: 0;
}
.view-news .views-row .node-teaser .field-name-field-image,
.view-taxonomy-indexed-node .views-row .node-teaser .field-name-field-image,
.view-resources-search .views-row .node-teaser .field-name-field-image,
.view-site-search .views-row .node-teaser .field-name-field-image {
  margin: 15px 0 0 15px;
  float: right !important;
}
.view-news .views-row .node-teaser .field-name-field-news-date,
.view-taxonomy-indexed-node .views-row .node-teaser .field-name-field-news-date,
.view-resources-search .views-row .node-teaser .field-name-field-news-date,
.view-site-search .views-row .node-teaser .field-name-field-news-date,
.view-news .views-row .node-teaser .field-name-field-publication-date,
.view-taxonomy-indexed-node .views-row .node-teaser .field-name-field-publication-date,
.view-resources-search .views-row .node-teaser .field-name-field-publication-date,
.view-site-search .views-row .node-teaser .field-name-field-publication-date {
  font-size: .85em;
  text-transform: uppercase;
}
.entity-bean .node-blog {
  position: relative;
  /*min-height: 190px;*/
}
.entity-bean .node-blog a {
  display: block;
}
.entity-bean .node-blog .field-name-field-image {
  /**position: absolute;
      left: 0;
      margin-top: 10px;*/
  float: left;
  padding: 10px 10px 10px 0;
}
.entity-bean .node-blog.with-image .field-name-body,
.entity-bean .node-blog.with-image .field-name-field-news-external-link {
  /*padding-left: 110px;*/
}
/* PhilanthroPOST logo block */
.block-philanthropost-logo-for-news-nod {
  background: #f6f6f9;
}
.block-philanthropost-logo-for-news-nod img.news-logo {
  width: 100%;
}
/* Chosen filters overrides */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: auto !important;
}
/*  = Form elements
  ------------------------------------------------------ */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border: 0;
  background-color: #f4f3ee;
  height: 2.2em;
}
select[size],
select[multiple] {
  background-image: url(../../omega/omega/images/select-arrow.gif);
  padding: 3px 5px;
  height: 2.2em;
}
html.js input.form-autocomplete {
  background-position: 100% 9px;
}
input[type="submit"] {
  background: #3e2b6c;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  color: #d6c4f7;
  padding: 7px 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="submit"]:hover {
  background: #3e2b6c;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.form-item .form-item {
  margin: 0;
}
.form-item .description {
  font-size: 0.9em;
  font-style: italic;
}
fieldset .fieldset-legend {
  font-size: 20px;
  padding-top: 15px;
  display: block;
  color: #3e2b6c;
  font-weight: bold;
}
fieldset .fieldset-wrapper {
  padding: 20px;
  background: #f6f6f9;
}
fieldset .fieldset-wrapper .form-item input,
fieldset .fieldset-wrapper .form-item select,
fieldset .fieldset-wrapper .form-item textarea {
  background: #ffffff;
}
sup {
  vertical-align: super;
  font-size: 11px;
}
/* Marquee */
/**
 * Marquee styles
 */
.flex-outer .flex-container {
  padding: 0;
}
.flex-outer .flex-container .flexslider {
  background: none;
  border: none;
}
.flex-outer .flex-container .flexslider ul.slides {
  margin: 0;
}
.flex-outer .flex-container .flexslider ul.slides li {
  margin: 0;
  overflow: visible !important;
}
.flex-outer .flex-container .flexslider ul.slides li p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.flex-outer .flex-container .flexslider ul.slides li table {
  margin: 0;
}
.flex-outer .flex-container .flexslider ul.slides li table td {
  vertical-align: top;
}
.flex-outer .flex-container .flexslider ul.slides li h1 {
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 43px;
  color: #6cd0eb;
  margin-bottom: 5px;
  padding: 0;
  line-height: 1em;
}
.flex-outer .flex-container .flexslider ul.slides li h1 a {
  color: #6cd0eb;
}
.flex-outer .flex-container .flexslider ul.slides li h2 {
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 0;
  line-height: 1em;
}
.flex-outer .flex-container .flexslider ul.slides li h2 a {
  color: #ffffff;
}
.flex-outer .flex-container .flexslider ul.slides li h2 + p {
  margin: 0;
  text-align: left;
}
.flex-outer .flex-container .flexslider ul.slides li h3 {
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #d6c4f7;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.flex-outer .flex-container .flexslider ul.slides li h3 a {
  color: #d6c4f7;
}
.flex-outer .flex-container .flexslider ul.slides li .marquee-text {
  padding: 40px 15px 0 40px;
  background: url(../images/bg-marquee-text.png) repeat-y 0 0;
}
.flex-outer .flex-container .flexslider ul.slides li .marquee-button {
  position: absolute;
  z-index: 32;
  bottom: 25px;
  left: -12px;
  background: url("../images/bt-marquee.png") no-repeat top left;
}
.flex-outer .flex-container .flexslider ul.slides li .marquee-button span {
  background: url("../images/bt-marquee-arrow.png") no-repeat bottom right;
  padding-right: 16px;
  display: block;
}
.flex-outer .flex-container .flexslider ul.slides li .marquee-button span a {
  display: inline-block;
  text-align: center;
  margin-top: 11px;
  padding: 4px 10px 6px 15px;
  font-family: "RalewayExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 18px;
  color: #ffffff;
  background: #ef6a27;
  line-height: 28px;
}
.flex-outer .flex-container .flexslider ol.flex-control-nav {
  /*width: auto;
        bottom: 15px;
        position: absolute;
        display: block;
        left: 400px;
        z-index: 32;

        a {
          width: 25px;
          height: 25px;
          line-height: 24px;
          font-weight: bold;
          text-indent: 0;
          background: rgba(255, 255, 255, 0.6);

          &.flex-active {
            background: rgba(255, 255, 255, 0.9);
          }
        }*/
}
.flex-outer .flex-container .flexslider ul.flex-control-nav {
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
  padding: 0;
  margin: 0;
  bottom: auto;
}
.flex-outer .flex-container .flexslider ul.flex-control-nav li {
  margin: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.flex-outer .flex-container .flexslider ul.flex-control-nav li p {
  background: url("../images/arr-slide.png") no-repeat 15px 20px #250858;
  margin: 0;
  padding: 15px 15px 15px 30px;
}
.flex-outer .flex-container .flexslider ul.flex-control-nav li.flex-active > p {
  background-color: #ef6a27;
}
.flex-outer.news_marquee {
  display: none;
  background: url(../images/pny-post-logo.jpg) no-repeat 20px 30px #f4f3ee !important;
  background-size: 300px auto !important;
}
.flex-outer.news_marquee .flex-container .flexslider {
  background: none;
  border: none;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides {
  margin-bottom: 0;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li {
  margin-bottom: 0;
  height: 180px !important;
  overflow: hidden !important;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide {
  height: 180px !important;
  overflow: hidden !important;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-image {
  width: 380px;
  position: static;
  float: right;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text {
  background: none;
  position: static;
  float: right;
  padding: 20px 20px 0 0;
  width: 455px;
  height: 150px;
  font-size: 14px;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h1,
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h2,
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h3 {
  margin: 0;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h1 {
  color: #ef6a27;
  font-size: 12px !important;
  line-height: 1;
  margin: 5px 0;
  text-transform: uppercase;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h1 a {
  color: #ef6a27;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h2 {
  color: #493a75;
  line-height: 1em;
  margin: 12px 0 5px;
  font-size: 22px !important;
  font-weight: normal;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text h2 a {
  color: #493a75;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text p {
  color: #000000;
  line-height: 1.2em;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-text p a {
  color: #5abcd7;
  font-weight: bold;
}
.flex-outer.news_marquee .flex-container .flexslider ul.slides li .slide .marquee-button {
  display: none;
}
.flex-outer.news_marquee .flex-container .flexslider ul.flex-control-nav {
  display: none;
}
.flex-outer.news_marquee .flex-container .flexslider ol.flex-control-nav {
  bottom: 0;
  z-index: 40;
}
.flex-outer.news_marquee .flex-container .flexslider .flex-direction-nav .flex-prev,
.flex-outer.news_marquee .flex-container .flexslider .flex-direction-nav .flex-next {
  display: inline-block;
  background: url(../images/arrows.png) no-repeat left center transparent;
  width: 50px;
  height: 50px;
  z-index: 100;
}
.flex-outer.news_marquee .flex-container .flexslider .flex-direction-nav .flex-next {
  background-position: right center;
  right: 20px;
}
.flex-outer.news_marquee .flex-container .flexslider .flex-direction-nav .flex-prev {
  display: none;
}
.field-name-field-pny-message-link {
  background: #ef6a27;
  font-family: "HelveticaNeue", "MuliRegular", "RalewayMedium", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  /* Clear fix - may be a better way to do this */
}
.field-name-field-pny-message-link .field-item {
  margin: 0;
  padding: 10px 10px 10px 25px;
  float: left;
  line-height: 20px;
}
.field-name-field-pny-message-link .field-item a {
  font-family: HelveticaNeue, MuliRegular, RalewayMedium, Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.field-name-field-pny-message-link .field-item a:after {
  content: ">>";
  color: #ffffff;
}
.field-name-field-pny-message-link .message-link {
  margin-right: 10px;
  margin-left: 5px;
}
.field-name-field-pny-message-link .message-link a {
  color: #ef6a27;
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  text-align: right;
}
.field-name-field-pny-message-link:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Wide */
.responsive-layout-wide {
  /* Override marquee pager */
}
.responsive-layout-wide .slide {
  height: 295px!important;
}
.responsive-layout-wide .slide .marquee-text {
  width: 400px;
  height: 255px;
  position: absolute;
  z-index: 31;
}
.responsive-layout-wide .slide .marquee-image {
  width: 950px;
  height: 295px;
  position: absolute;
  z-index: 30;
}
.responsive-layout-wide #zone-header-wrapper #region-header-first .region-inner .flex-outer .flex-container .flexslider ol.flex-control-nav {
  right: 620px;
  left: auto;
}
.responsive-layout-wide ul.flex-control-nav {
  position: absolute;
  width: 250px;
  right: 0;
  top: 0;
}
.responsive-layout-wide ul.flex-control-nav li {
  float: none;
  width: auto;
  border: 0;
}
.responsive-layout-wide ul.flex-control-nav li p {
  height: 43px;
  border: 0;
  border-bottom: 1px solid #493a75;
}
.responsive-layout-wide ul.flex-control-nav li.flex-active > p {
  border: 0;
  background-color: #ef6a27 !important;
}
.responsive-layout-wide ul.flex-control-nav li.last {
  border-bottom: 0;
}
.responsive-layout-wide .flex-outer.news_marquee {
  display: block;
}
/* Normal */
.responsive-layout-normal ul.slides li {
  height: auto !important;
}
.responsive-layout-normal ul.slides li .slide {
  height: 295px;
}
.responsive-layout-normal ul.slides li .slide .marquee-text {
  width: 400px;
  height: 256px;
  position: absolute;
  z-index: 31;
}
.responsive-layout-normal ul.slides li .slide .marquee-text h1 {
  font-size: 43px !important;
}
.responsive-layout-normal ul.slides li .slide .marquee-text h2 {
  font-size: 30px !important;
}
.responsive-layout-normal ul.slides li .slide .marquee-text p {
  display: block;
}
.responsive-layout-normal ul.slides li .slide .marquee-image {
  width: 960px;
  position: absolute;
  z-index: 30;
}
.responsive-layout-normal ul.slides li .slide .marquee-image img {
  width: 100% !important;
}
/* Narrow */
.responsive-layout-narrow ul.slides li {
  height: auto !important;
}
.responsive-layout-narrow ul.slides li .slide {
  height: 295px;
  text-align: right;
}
.responsive-layout-narrow ul.slides li .slide .marquee-text {
  width: 220px!important;
  height: 256px;
  position: absolute;
  z-index: 31;
  padding-left: 20px!important;
}
.responsive-layout-narrow ul.slides li .slide .marquee-text h1 {
  font-size: 31px !important;
}
.responsive-layout-narrow ul.slides li .slide .marquee-text h2 {
  font-size: 24px !important;
}
.responsive-layout-narrow ul.slides li .slide .marquee-image {
  width: 719px;
  position: relative;
  z-index: 30;
  float: right;
}
.responsive-layout-narrow ul.slides li .slide .marquee-image img {
  margin-left: -220px;
  width: auto;
}
/* Mobile */
.responsive-layout-mobile .flex-container .flexslider {
  margin-bottom: 10px;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides {
  /*height: 430px;*/
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li {
  height: auto !important;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .marquee-text {
  padding: 30px 20px 10px;
  background: none;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .marquee-text h2 {
  font-size: 23px;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .marquee-text h1 {
  font-size: 31px;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .marquee-image img {
  width: 200% !important;
  height: 100% !important;
  margin-left: -100%;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .marquee-button {
  position: relative;
  bottom: auto;
  left: auto;
  background: none;
  margin-bottom: 20px;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .marquee-button span {
  display: inline-block;
}
.responsive-layout-mobile .flex-container .flexslider ul.slides li .caption {
  float: none;
  width: 90%;
}
.responsive-layout-mobile ol.flex-control-nav {
  width: auto;
  position: relative;
  display: block;
  left: auto;
  right: 0;
  float: right;
}
.responsive-layout-mobile ul.flex-control-nav {
  float: none;
  position: relative;
  bottom: 0;
  font-size: 15px;
}
.responsive-layout-mobile ul.flex-control-nav li > p {
  background-color: #57417f;
  background-position: 15px 12px;
  padding: 7px 15px 7px 30px;
  border-bottom: 1px solid #250858;
  margin: 0;
}
.responsive-layout-mobile ul.flex-control-nav li.flex-active > p {
  background-color: #ef6a27 !important;
}
/* Zone Styles */
/*  = User Zone
  ------------------------------------------------------ */
#zone-user #region-user {
  margin: 0 auto;
  text-align: center;
}
#zone-user #region-user .block-bean-footer-msg {
  margin: 15px 0 60px;
  color: #6d687c;
}
#zone-user #region-user .block-bean-footer-msg p {
  margin: 0px;
  font-family: "RobotoBoldCondensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#zone-user #region-user .block-bean-footer-msg a {
  color: #6d687c;
  text-decoration: underline;
}
#zone-user #region-user .block-bean-footer-msg a:hover {
  color: #ef6a27;
}
/*  = Branding (former User) Zone
  ------------------------------------------------------ */
#zone-branding #region-branding {
  /*width: 100%;*/
  padding: 0px 10px;
  margin: 0px;
  /* User Menu at top */
}
#zone-branding #region-branding #block-system-user-menu {
  padding: 15px 5px;
  float: right;
}
#zone-branding #region-branding #block-system-user-menu .block-inner {
  width: auto;
  margin: 0 10px;
}
#zone-branding #region-branding #block-system-user-menu ul.menu {
  float: right;
}
#zone-branding #region-branding #block-system-user-menu ul.menu li {
  float: left;
  list-style: none;
  margin-left: 0px;
}
#zone-branding #region-branding #block-system-user-menu ul.menu li a {
  color: #ef6a27;
  padding-right: 6px;
  display: none;
}
#zone-branding #region-branding #block-system-user-menu ul.menu li.first a {
  border: none;
}
#zone-branding #region-branding #block-system-user-menu ul.menu li.last {
  padding-right: 0px;
}
#zone-branding #region-branding #block-system-user-menu ul.menu li.last a {
  color: #3e2b6c;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-size: 130%;
  display: block;
}
#zone-branding #region-branding #block-system-user-menu ul.menu li.last a {
  background: none;
  padding-right: 0px;
}
/*  = Branding Zone
  ------------------------------------------------------ */
#zone-branding-wrapper {
  /* Search Form */
}
#zone-branding-wrapper #block-search-form {
  float: none;
  width: 300px;
  margin: 5px auto;
  z-index: 999;
}
#zone-branding-wrapper #block-search-form form {
  float: right;
}
#zone-branding-wrapper #block-search-form form .form-item {
  float: left;
  padding: 0px;
  margin: 0px;
}
#zone-branding-wrapper #block-search-form form input[type="text"] {
  /*border: 1px solid #bdbdbd;
        border-right: 0px;
        .border-radius(0px, 0px, 3px, 3px);
        width: 230px;
        height: auto;
        padding: 4px;
        font-size: 12px;
        margin: 0px;*/
  background: #f4f3ee;
  border: 0;
  width: 300px;
  padding: 6px 50px 5px 15px;
  height: 38px;
  position: relative;
  color: #57417f;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-size: 120%;
}
#zone-branding-wrapper #block-search-form form .form-actions {
  position: absolute;
  margin-left: -45px;
  margin-top: 0;
  z-index: 100;
}
#zone-branding-wrapper #block-search-form form input[type="submit"] {
  border: 0;
  background: url("../images/bt-search.png") no-repeat 0 0;
  text-shadow: none;
  margin: 0px;
  text-indent: -99999px;
  border-radius: 0;
  height: 38px;
  width: 45px;
}
#zone-branding-wrapper #zone-branding .branding-data {
  display: inline-block;
  padding: 15px 5px;
}
#zone-branding-wrapper #zone-branding .branding-data .top-arrow {
  width: 60px;
  height: 60px;
  position: fixed;
  text-decoration: none;
  text-indent: -99999px;
  bottom: 120px;
  right: 0;
  display: none;
  background: url('../images/top-button.png') no-repeat 0px 20px;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#zone-branding-wrapper #zone-branding .branding-data .top-arrow:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;
}
/*  = Menu Zone
  ------------------------------------------------------ */
#zone-menu-wrapper #zone-menu {
  background: url("../images/bg-menu.png") repeat-x 0 0;
}
#zone-menu-wrapper #region-menu {
  margin: 0;
}
#zone-menu-wrapper #region-menu .block-menu-block {
  /* Menu bar */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu {
  font-size: 18px;
  display: block;
  margin-bottom: 0px;
  /* Top level menu bar items */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li {
  list-style: none;
  margin: 0;
  float: left;
  padding: 0;
  font-family: "MuliRegular", "RalewayMedium", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  /* Menu bar items that have children */
  /* Multi-column menu styling */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.last {
  margin-right: 0;
  background: none !important;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.active,
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.active-trail {
  background: #e9e8ea !important;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.active a,
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.active-trail a {
  color: #ef6a27;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li a {
  color: #6a6a6a;
  padding: 20px;
  display: block;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li:hover a,
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li a:hover {
  text-decoration: none;
  color: #ef6a27;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded {
  position: relative;
  /*.front & > ul {
              box-shadow: 0 6px 10px rgba(0,0,0,0.1);*/
  /* Darker shadow on Home Page */
  /*ul { box-shadow: none; }
            }*/
  /* Show the drop down menu when hovering */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul {
  position: absolute;
  padding: 0;
  font-size: 17px;
  left: -9999px;
  z-index: 50;
  display: block;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li {
  display: block;
  position: relative;
  float: none;
  background: none !important;
  width: 300px;
  /*
                min-width: 140px;
                max-width: 200px;
  */
  padding: 10px 10px 10px 20px;
  margin: 0px;
  font-family: "MuliRegular", "RalewayMedium", Helvetica, Arial, "Lucida Grande", sans-serif;
  /* Top level list items that aren't in a multi-column layout */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li:hover {
  background: #f6f6f9 !important;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li.top_level {
  background: none;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li.top_level > a {
  font-size: 14px;
  font-weight: bold;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li.expanded > a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 0 0 0 15px;
  margin: 5px;
  margin-bottom: 0px;
  color: #7e5cb9;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li.expanded > a:hover {
  background: #f6f6f9;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li.expanded:hover {
  background: none;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li ul {
  position: static;
  z-index: 0;
  box-shadow: none;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li ul li {
  /*width: 200px;*/
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul > li ul li ul {
  margin: 0px;
  padding: 0px;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded > ul a {
  color: #6d687c;
  padding: 0 10px;
  display: block;
  letter-spacing: 0;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.expanded.hover > ul {
  left: 0px;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul {
  padding: 15px 0 0 0;
  width: 510px;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li {
  float: left;
  width: 160px;
  margin-right: 0;
  /* Override hover from flat tree structure */
  /* First item is bold and larger */
  /* Remove some space below child menu headers */
  /* Border on the last child menu before the menu-text */
  /* Text to the right of the menu */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li:hover {
  background: none;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li a + ul {
  margin-top: -5px;
  float: left !important;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li ul {
  z-index: 0;
  background: none;
  /* Overrides for child menu items */
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li ul li {
  /*width: 150px;*/
  margin: 0px;
  min-width: 140px;
  width: 160px;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li ul li:hover {
  background: #f6f6f9;
  box-shadow: none;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li ul li.last {
  border: none;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li ul li a {
  font-weight: normal;
  padding: 5px 10px;
  display: block;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li.menu-text {
  padding: 25px 25px 10px 25px;
  background: #f4f3ee;
  border-left: 0;
  font-style: normal;
  font-size: 11px;
  width: 230px;
  height: 100%;
  float: right;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li.menu-text img {
  border: 4px solid #ffffff;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li.menu-text p {
  margin-bottom: 10px;
}
#zone-menu-wrapper #region-menu .block-menu-block ul.menu > li.multi_column > ul li.menu-text .menu-promo a {
  color: #3e2b6c;
  padding: 0;
  line-height: 1em;
}
#zone-menu-wrapper #zone-menu #region-menu ul > li:hover a,
#zone-menu-wrapper #zone-menu #region-menu ul > li a:hover {
  /*font-family: @narrowFontFamily;*/
  background: #ffffff;
}
#zone-menu-wrapper #zone-menu #region-menu ul > li.expanded {
  background: url("../images/menu-sep.png") no-repeat top right;
}
#zone-menu-wrapper #zone-menu #region-menu ul > li.expanded:hover a {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
#zone-menu-wrapper #zone-menu #region-menu ul > li.active-trail {
  background: #e9e8ea !important;
}
#zone-menu-wrapper #zone-menu #region-menu ul > li ul > li a {
  /*color: #444 !important;*/
  box-shadow: none !important;
  background: none !important;
}
/*  = Header Zone
  ------------------------------------------------------ */
#zone-header {
  /*.gradient;*/
  /* Marquee background */
}
#zone-header-wrapper {
  background: #493a75;
  /* Marquee */
}
#zone-header-wrapper #region-header-first {
  width: 100%;
  margin: 0;
  min-height: 0;
}
#zone-header-wrapper #region-header-first .region-inner {
  /*.flex-outer {
        
        
        .flex-container {
          padding: 0;
          
          .flexslider {
            background: none;
            border: none;
            
            ul.slides {
              margin: 0px;
              
              li {
                margin: 0px;
                overflow: visible !important; // this allows marquee button show off to the left
                
                p {
                  color: @white;
                  margin: 0;
                  padding: 0;

                }
                
                table {
                  margin: 0px;
                  
                  td {
                    vertical-align: top;
                  }
                }

                .marquee-text {
                  padding: 40px 15px 0 40px;
                  background: url(../images/bg-marquee-text.png) repeat-y 0 0;
                }

                h1 {
                  font-family: @narrowFontFamily;
                  font-weight: normal;
                  font-size: 43px;
                  color: #6cd0eb;
                  margin-bottom: 5px;
                  padding: 0;
                  line-height: 1em;

                  a { color: #6cd0eb; }
                }

                h2 {
                  font-family: @narrowFontFamily;
                  font-weight: normal;
                  font-size: 30px;
                  color: @white;
                  margin-bottom: 5px;
                  padding: 0;
                  line-height: 1em;

                  a { color: @white; }
                }
                
                h2 + p {
                  margin: 0;
                  text-align: left;
                }

                h3 {
                  font-family: @narrowFontFamily;
                  font-weight: normal;
                  font-size: 32px;
                  color: @pink;
                  margin: 0;
                  padding: 0;
                  line-height: 1em;

                  a { color: @pink; }
                }
                
                .marquee-button {
                  position: absolute;
                  z-index: 32;
                  bottom: 25px;
                  left: -12px;
                  background: url("../images/bt-marquee.png") no-repeat top left;

                  span {
                    background: url("../images/bt-marquee-arrow.png") no-repeat bottom right;
                    padding-right: 16px;
                    display: block;

                    a {
                      display: inline-block;
                      text-align: center;
                      margin-top: 11px;
                      padding: 4px 10px 6px 15px;
                      font-family: @lightFontFamily;
                      text-transform: uppercase;
                      letter-spacing: -1px;
                      font-size: 18px;
                      color: @white;
                      background: @orange;
                      line-height: 28px; // do not change. breaks alignment with span arrow
                    }
                  }
                }

                img {
                }
              }
            }
            
            ol.flex-control-nav {
              width: auto;
              bottom: 15px;
              position: absolute;
              display: block;
              left: 400px;
              z-index: 32;

              a {
                width: 25px;
                height: 25px;
                line-height: 24px;
                font-weight: bold;
                text-indent: 0;
                background: rgba(255, 255, 255, 0.6);

              &.flex-active {
                background: rgba(255, 255, 255, 0.9);
              }
              }
            }
            ul.flex-control-nav {
              //position: absolute;
              //width: 250px;
              font-family: @narrowFontFamily;
              font-weight: normal;
              font-size: 18px;
              line-height: 20px;
              color: @white;
              text-align: left;
              padding: 0;
              margin: 0;
              bottom: auto;

              li {
                //float: none;
                //border: 0;
                margin: 0;
                cursor: pointer;
                display: block;
                overflow: hidden;

                p {
                  background: url("../images/arr-slide.png") no-repeat 15px 20px @mineShaft;
                  margin: 0;
                  padding: 15px 15px 15px 30px;
                }

                &.flex-active > p { background-color: @orange; }



              }
            }
          }
        }
      }*/
}
#zone-header-wrapper #region-header-first .region-inner .message {
  background: #ef6a27;
  font-family: "HelveticaNeue", "MuliRegular", "RalewayMedium", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  /* Clear fix - may be a better way to do this */
}
#zone-header-wrapper #region-header-first .region-inner .message p {
  margin: 0;
  padding: 10px 10px 10px 25px;
  float: left;
  line-height: 20px;
}
#zone-header-wrapper #region-header-first .region-inner .message .message-link {
  margin-right: 10px;
  margin-left: 5px;
}
#zone-header-wrapper #region-header-first .region-inner .message .message-link a {
  color: #ef6a27;
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  text-align: right;
}
#zone-header-wrapper #region-header-first .region-inner .message:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*  = Preface Zone
  ------------------------------------------------------ */
#zone-preface #region-preface-first .field-type-image {
  float: left;
  margin: -2px 15px 10px 15px;
}
#zone-preface #region-preface-first .field-type-image img {
  width: 60px !important;
  height: 60px !important;
}
#zone-preface #region-preface-first .field-type-text-long {
  margin: 25px 25px 25px 40px;
}
#zone-preface #region-preface-first .field-type-text-long h1,
#zone-preface #region-preface-first .field-type-text-long h2,
#zone-preface #region-preface-first .field-type-text-long h3 {
  clear: none;
  margin: 0;
  color: #3e2b6c;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
}
#zone-preface #region-preface-first .field-type-text-long h1 a,
#zone-preface #region-preface-first .field-type-text-long h2 a,
#zone-preface #region-preface-first .field-type-text-long h3 a {
  color: #3e2b6c;
}
#zone-preface #region-preface-first .field-type-text-long h1 {
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#zone-preface #region-preface-first .field-type-text-long h2 {
  font-size: 16px;
}
#zone-preface #region-preface-first .field-type-text-long h3 {
  font-size: 15px;
  color: #ef6a27;
}
#zone-preface #region-preface-first .field-type-text-long p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3em;
}
#zone-preface #region-preface-first .field-type-text-long a {
  color: #ef6a27;
  font-weight: bold;
}
#zone-preface #region-preface-first .field-type-link-field {
  margin: -10px 35px 15px 40px;
  float: right;
  text-transform: uppercase;
}
#zone-preface #region-preface-first .block-home-page-mission-statement {
  border-right: 1px solid #EEE;
}
#zone-preface #region-preface-first .block-home-page-mission-statement p {
  padding: 25px;
  /*font-family: @narrowFontFamily;*/
  font-size: 26px;
  font-weight: normal;
  /*color: @aqua;*/
  margin: 0;
  line-height: 1.3em;
  letter-spacing: -1px;
}
#zone-preface #region-preface-first .block-home-page-mission-statement p .bright {
  /*color: @blue;*/
}
#zone-preface #region-preface-first .block-log-in-to-register .field-type-text-long {
  background: #c9eaf3;
  padding: 15px 20px;
  margin: 0 -10px;
}
#zone-preface #region-preface-first .block-log-in-to-register .field-type-text-long p {
  margin-bottom: 0;
}
#zone-preface #region-preface-second .block-home-page-about-forum p {
  padding: 30px 20px 0 10px;
  margin: 0;
  /*color: @grayDark;*/
  /*font-family: @serifFontFamily;*/
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: normal;
}
#zone-preface #region-preface-second .block-home-page-about-forum .more-button {
  float: right;
  margin-right: 25px;
  margin-bottom: 25px;
}
/*  = Content Zone
  ------------------------------------------------------ */
#zone-content .content-inner {
  padding: 0px;
  padding-top: 25px;
}
#zone-content .region-inner {
  padding: 20px;
}
#region-sidebar-first,
#region-content,
#region-sidebar-second {
  background: none;
  margin-top: 5px;
}
#region-sidebar-first .more-link a,
#region-content .more-link a,
#region-sidebar-second .more-link a {
  /*.arrow {
    float: right;
    margin-top: -17px;
    margin-right: -20px;
    width: 14px;
    height: 14px;
    background-image: url('../images/right-arrow.png');
  }*/
}
#region-sidebar-first .more-link a a,
#region-content .more-link a a,
#region-sidebar-second .more-link a a {
  display: inline-block;
  text-align: right;
  /*margin-bottom: 10px;*/
  padding: 5px 20px 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ef6a27;
}
#region-sidebar-first .more-link a a:after,
#region-content .more-link a a:after,
#region-sidebar-second .more-link a a:after {
  font-family: 'FontAwesome';
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  font-size: 14px;
  padding-left: 0.5em;
  left: 0;
  content: "\f138";
  color: #35afd0;
}
#region-sidebar-first .more-link a a:hover,
#region-content .more-link a a:hover,
#region-sidebar-second .more-link a a:hover {
  text-decoration: none;
}
#region-sidebar-first .block h2.block-title,
#region-content .block h2.block-title,
#region-sidebar-second .block h2.block-title {
  margin: 5px 0 20px;
}
#region-sidebar-first .block-member-spotlight,
#region-content .block-member-spotlight,
#region-sidebar-second .block-member-spotlight {
  margin-bottom: 25px;
}
#region-sidebar-first .block-member-spotlight .block-inner,
#region-content .block-member-spotlight .block-inner,
#region-sidebar-second .block-member-spotlight .block-inner {
  background: #f4f4f4;
  padding: 20px;
}
#region-sidebar-first .block-member-spotlight .block-inner .block-title,
#region-content .block-member-spotlight .block-inner .block-title,
#region-sidebar-second .block-member-spotlight .block-inner .block-title {
  color: #35afd0;
}
#region-sidebar-first .block-member-spotlight .block-inner p,
#region-content .block-member-spotlight .block-inner p,
#region-sidebar-second .block-member-spotlight .block-inner p {
  margin-bottom: 10px;
}
#region-sidebar-first .block-member-spotlight .block-inner h3,
#region-content .block-member-spotlight .block-inner h3,
#region-sidebar-second .block-member-spotlight .block-inner h3 {
  line-height: 20px;
}
#region-sidebar-first .block-member-spotlight .block-inner h4,
#region-content .block-member-spotlight .block-inner h4,
#region-sidebar-second .block-member-spotlight .block-inner h4 {
  font-weight: bold;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
#region-sidebar-first .block-twitter-feed-block .block-inner,
#region-content .block-twitter-feed-block .block-inner,
#region-sidebar-second .block-twitter-feed-block .block-inner {
  background: #c9eaf3;
  padding: 20px;
}
#region-sidebar-first .block-twitter-feed-block .block-inner .block-title,
#region-content .block-twitter-feed-block .block-inner .block-title,
#region-sidebar-second .block-twitter-feed-block .block-inner .block-title {
  /*color: @blueDark;*/
  background: url(../images/icon-twitter-feed.png) no-repeat 0 0;
  text-indent: 40px;
  margin-bottom: 10px;
  font-size: 28px;
  /*font-family: @narrowFontFamily;*/
}
#region-sidebar-first .block-twitter-feed-block .block-inner p,
#region-content .block-twitter-feed-block .block-inner p,
#region-sidebar-second .block-twitter-feed-block .block-inner p {
  margin-bottom: 0;
}
#region-sidebar-first .block-twitter-feed-block .block-inner .content .twitter-timeline,
#region-content .block-twitter-feed-block .block-inner .content .twitter-timeline,
#region-sidebar-second .block-twitter-feed-block .block-inner .content .twitter-timeline {
  /*height: 240px;*/
}
#region-content .block {
  margin-bottom: 20px;
}
.front .region-content,
.front .region-sidebar-second {
  margin-left: 0;
}
.front #region-sidebar-second {
  background: none;
  color: #6a6a6a;
}
.front #region-sidebar-second .region-inner {
  padding: 20px 20px 20px 0;
}
.front #region-sidebar-second .region-inner .block {
  padding: 0;
}
.front #region-sidebar-second .region-inner .block .field-type-link-field {
  text-align: left;
}
.front #region-sidebar-second .region-inner .block .field-type-link-field a {
  /*.arrow {
    float: right;
    margin-top: -17px;
    margin-right: -20px;
    width: 14px;
    height: 14px;
    background-image: url('../images/right-arrow.png');
  }*/
}
.front #region-sidebar-second .region-inner .block .field-type-link-field a a {
  display: inline-block;
  text-align: right;
  /*margin-bottom: 10px;*/
  padding: 5px 20px 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ef6a27;
}
.front #region-sidebar-second .region-inner .block .field-type-link-field a a:after {
  font-family: 'FontAwesome';
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  font-size: 14px;
  padding-left: 0.5em;
  left: 0;
  content: "\f138";
  color: #35afd0;
}
.front #region-sidebar-second .region-inner .block .field-type-link-field a a:hover {
  text-decoration: none;
}
.front #region-content .block h2.block-title,
.front #region-sidebar-first .block h2.block-title {
  margin: 5px 0 30px;
}
/*  = Postscript Zone
------------------------------------------------------ */
.front #zone-postscript #region-postscript-first .block {
  padding: 35px 20px;
}
.front #zone-postscript #region-postscript-first .block h2.block-title {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
  /*width: 35%;*/
}
.front #zone-postscript #region-postscript-first .block .field-name-gf-beans-generic-body {
  width: 35%;
  float: left;
}
.front #zone-postscript #region-postscript-first .block .content {
  float: left;
  /*color: @gray;*/
}
.front #zone-postscript #region-postscript-first .block .content p {
  margin: 10px 0;
}
.front #zone-postscript #region-postscript-first .block .field-name-field-block-images {
  float: left;
  margin-top: -40px;
  width: 65%;
}
.front #zone-postscript #region-postscript-first .block .field-name-field-block-images .field-item {
  float: right;
  margin: 1%;
}
/*  = Footer Zone
  ------------------------------------------------------ */
/* Sticky Footer */
html,
body,
#wrap {
  height: 100%;
}
body > #wrap {
  height: auto;
  /*min-height: 100%; - not sure why this is here */
}
.not-front #page {
  /*padding-bottom: 50px;*/
}
#region-footer-first {
  /* Main Menu Block */
}
#region-footer-first .block-menu-block {
  margin: 0 5px 35px 5px;
  padding-bottom: 30px;
}
#region-footer-first .block-menu-block ul.menu {
  font-family: "RobotoBoldCondensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
  min-height: 200px;
}
#region-footer-first .block-menu-block ul.menu li {
  float: left;
  list-style: none;
  margin: 40px 0 10px 2em;
  /*min-width: 100px;
        max-width: 150px;*/
}
#region-footer-first .block-menu-block ul.menu li a {
  color: #493a75;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
#region-footer-first .block-menu-block ul.menu li ul.menu li {
  float: none;
  list-style: none;
  margin: 0;
}
#region-footer-first .block-menu-block ul.menu li ul.menu li a {
  color: #6d687c;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 0;
}
#region-footer-first .block-menu-block ul.menu li ul.menu li a:hover {
  text-decoration: underline;
}
#region-footer-second {
  /*margin-bottom: 100px;*/
  min-height: 100px;
  /*
  .block-menu-footer-menu {
    float: left;
    padding: 5px 25px 20px;
    background: url('../images/br-foot-vert.png') no-repeat top right;

    ul {
      li {
        list-style-image: url(../images/arr-menu.png);

        padding-right: 10px;
        margin-left: 10px;

        &.last {
        }

        a {
          color: @white;
          font-size: 22px;
          font-family: @lighterFontFamily;
          font-weight: 300;
          margin-left: 3px;
        }
      }
    }
  }
*/
  /*.block-views-twitter-block {
    float: left;

    .content {
      font-weight: bold;
      font-size: 12px;
    }

    h2.block-title { margin-bottom: 20px; }

    .views-field-timestamp { color: @grayLight; }

    .item-list ul li {
      margin: 0 0 10px 0;
      padding: 0;
      line-height: 14px;
      font-style: italic;
    }

    a { color: @peach; }
  }*/
}
#region-footer-second h2.block-title {
  font-size: 26px;
  font-family: "RalewayExtraBold", Helvetica, Arial, sans-serif;
  color: #f4f4f4;
}
#region-footer-second .block-bean-footer-contact {
  font-family: "RobotoBoldCondensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
#region-footer-second .block-bean-contact-information-block {
  /*float: right;*/
  margin: 5px;
}
#region-footer-second .block-bean-contact-information-block .content {
  font-family: "MuliRegular", "RalewayMedium", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  color: #d6c4f7;
}
#region-footer-second .block-bean-contact-information-block .content a {
  color: #5abcd7;
}
#region-footer-second #block-follow-site {
  /*float: left;*/
  margin: 5px;
  /*width: 200px;*/
}
#region-footer-second #block-follow-site .follow-link-wrapper {
  float: left;
}
#region-footer-second #block-follow-site .follow-link-wrapper a {
  padding: 3px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-this-site {
  background: url(../images/icon-rss.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-facebook {
  background: url(../images/icon-facebook.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-twitter {
  background: url(../images/icon-twitter.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-linkedin {
  background: url(../images/icon-linkedin.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-youtube {
  background: url(../images/icon-youtube.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-googleplus {
  background: url(../images/icon-gplus.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-flickr {
  background: url(../images/icon-flickr.png) no-repeat 0 0;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-twitter:hover {
  background-position: 0 -31px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-facebook:hover {
  background-position: 0 -31px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-this-site:hover {
  background-position: 0 -31px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-linkedin:hover {
  background-position: 0 -31px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-youtube:hover {
  background-position: 0 -31px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-googleplus:hover {
  background-position: 0 -31px;
}
#region-footer-second #block-follow-site .follow-link-wrapper a.follow-link-flickr:hover {
  background-position: 0 -31px;
}
#zone-footer-second-wrapper {
  position: relative;
}
/* Front page footer margin tweak for sticky footer */
.front #zone-footer-second-wrapper .region-footer-second {
  margin-top: 0px;
}
/* Other Styles */
/*  = Interior Page Content Zone
  ------------------------------------------------------ */
.not-front #zone-content-wrapper {
  /* Breadcrumb */
}
.not-front #zone-content-wrapper #messaging {
  margin: 0px;
}
.not-front #zone-content-wrapper #breadcrumb {
  /*background: @white;*/
  margin: 0px;
  padding: 5px 5px 0px 0px;
}
.not-front #zone-content-wrapper #breadcrumb span.active {
  color: #35afd0;
}
.not-front #zone-content-wrapper #region-content {
  margin: 30px 0;
}
.not-front #zone-content-wrapper #region-content .region-inner {
  padding: 0 20px 20px 20px;
}
.not-front #zone-content-wrapper #region-content .region-inner a {
  font-weight: bold;
}
.not-front #zone-content-wrapper #region-sidebar-second {
  background: #f4f4f4;
  margin: 30px 0 30px 20px;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner {
  padding: 0;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner h2.block-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal!important;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner h2.block-title a {
  font-weight: normal!important;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-inner {
  padding: 25px 20px;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-inner a {
  font-weight: bold;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block {
  margin: 0;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block h2.block-title a {
  color: #ffffff;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block ul.menu {
  margin-left: 20px;
  color: #35afd0;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block ul.menu li {
  list-style: disc;
  margin: 0px;
  font-size: 15px;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block ul.menu li a {
  color: #000000;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block ul.menu li a.active {
  color: #35afd0;
  font-weight: bold;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-facetapi:last-of-type {
  border-bottom: 15px solid #ffffff;
  padding-bottom: 25px;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-facetapi .block-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-facetapi .block-inner h2.block-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000 !important;
  margin: 0;
  letter-spacing: 0;
}
.not-front #zone-content-wrapper #region-sidebar-second .region-inner .block-facetapi .block-inner form .form-type-select {
  margin-top: 5px;
  margin-bottom: 0;
}
.not-front #zone-content-wrapper #region-sidebar-first .region-inner .block-inner a {
  font-weight: bold;
}
.not-front #zone-content-wrapper #content-inner {
  background: #f4f4f4;
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
}
.not-front #zone-content-wrapper #content-inner .region {
  /* Sidebar */
  /* Content */
}
.not-front #zone-content-wrapper #content-inner .region.region-content {
  max-width: 690px;
}
.not-front #zone-content-wrapper #content-inner .region-sidebar-second .block .form-item-audience ul,
.not-front #zone-content-wrapper #content-inner .region-sidebar-second .block .form-item-topics ul {
  width: 160px;
}
.not-front .region-postscript-first {
  background: #f4f4f4;
  margin: 20px 2% 30px 0;
  width: 49% !important;
}
.not-front .region-postscript-first .region-inner {
  padding: 0 25px !important;
}
.not-front .region-postscript-second {
  background: #f4f4f4;
  margin: 20px 0 30px 0;
  width: 49% !important;
}
.not-front .region-postscript-second .region-inner {
  padding: 0 25px !important;
}
.not-front.not-news #zone-content-wrapper #region-postscript-first .block h2,
.not-front.not-news #zone-content-wrapper #region-postscript-second .block h2,
.not-front.not-news #zone-content-wrapper #region-postscript-first .entity-bean h2,
.not-front.not-news #zone-content-wrapper #region-postscript-second .entity-bean h2,
.not-front.not-news #zone-content-wrapper #region-postscript-first .block h2.block-title,
.not-front.not-news #zone-content-wrapper #region-postscript-second .block h2.block-title,
.not-front.not-news #zone-content-wrapper #region-postscript-first .entity-bean h2.block-title,
.not-front.not-news #zone-content-wrapper #region-postscript-second .entity-bean h2.block-title {
  margin: 0 -20px 30px -20px;
  padding: 20px;
  color: #ffffff !important;
  position: relative;
  background: #6d687c;
  margin-left: -25px;
  margin-right: -25px;
  font-weight: normal;
}
.not-front.not-news #zone-content-wrapper #region-postscript-first .block h2:after,
.not-front.not-news #zone-content-wrapper #region-postscript-second .block h2:after,
.not-front.not-news #zone-content-wrapper #region-postscript-first .entity-bean h2:after,
.not-front.not-news #zone-content-wrapper #region-postscript-second .entity-bean h2:after,
.not-front.not-news #zone-content-wrapper #region-postscript-first .block h2.block-title:after,
.not-front.not-news #zone-content-wrapper #region-postscript-second .block h2.block-title:after,
.not-front.not-news #zone-content-wrapper #region-postscript-first .entity-bean h2.block-title:after,
.not-front.not-news #zone-content-wrapper #region-postscript-second .entity-bean h2.block-title:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #6d687c;
  border-width: 15px;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-first .region-inner .block h2.block-title,
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block h2.block-title {
  margin: 0 -20px 30px -20px;
  padding: 20px;
  color: #3e2b6c !important;
  position: relative;
  background: #e9e9eb;
  margin-top: -25px;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-first .region-inner .block h2.block-title:after,
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block h2.block-title:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #e9e9eb;
  border-width: 15px;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-first .region-inner .block.block-facetapi h2.block-title,
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block.block-facetapi h2.block-title {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-first .region-inner .block.block-facetapi h2.block-title:after,
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block.block-facetapi h2.block-title:after {
  content: "";
  border: 0;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-first .region-inner .block.block-gf-membership-directory-extra-content-filters-header h2.block-title,
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block.block-gf-membership-directory-extra-content-filters-header h2.block-title {
  margin-bottom: 0;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-first .region-inner .block.block-gf-membership-directory-extra-content-filters-header .content,
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block.block-gf-membership-directory-extra-content-filters-header .content {
  display: none;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block {
  background: #c9eaf3 !important;
  border-bottom: 15px solid #ffffff;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block h2.block-title {
  margin: 0 -20px 30px -20px;
  padding: 20px;
  color: #ffffff !important;
  position: relative;
  background: #5bbdd8;
  margin-top: -25px;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block h2.block-title:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #5bbdd8;
  border-width: 15px;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block h2.block-title span:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: right;
  text-decoration: inherit;
  color: #ffffff;
  content: "\f05a";
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block .menu-block-wrapper > ul.menu > li {
  list-style: none;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block .menu-block-wrapper > ul.menu > li > ul {
  background-color: #dff2f8;
  margin: 0 -28px 0 -40px;
  padding: 0 60px 3px;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block .menu-block-wrapper > ul.menu > li.active-trail > a {
  color: #ef6a27;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block .menu-block-wrapper > ul.menu > li.active-trail:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  content: "\f138";
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #ef6a27;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-bean {
  border-bottom: 15px solid #ffffff;
}
.not-front.not-news #zone-content-wrapper #region-sidebar-second .region-inner .block-facetapi:last-of-type {
  border-bottom: 15px solid #ffffff;
  padding-bottom: 25px;
}
/* = Page w/o Sidebar menu
  ------------------------------------------------------ */
.news #region-sidebar-second .block-menu-block,
.page-directory #region-sidebar-second .block-menu-block,
.page-news #region-sidebar-second .block-menu-block,
.context-news-type #region-sidebar-second .block-menu-block {
  display: none;
}
/* = Views with Facets styles

* Resources Search View
* Site Search View
* Taxonomy View
* News All View
* Events View w/faceted filters
* Events View w/o faceted filters
 */
.view-resources-search .node,
.view-site-search .node,
.view-taxonomy-term-sa .node,
.view-news .node,
.view-news-sa .node,
.view-events .node,
.view-events-sa .node,
.view-gf-event-views .node {
  padding-bottom: 0;
  margin-bottom: 0;
}
.view-resources-search .node h2.node-title,
.view-site-search .node h2.node-title,
.view-taxonomy-term-sa .node h2.node-title,
.view-news .node h2.node-title,
.view-news-sa .node h2.node-title,
.view-events .node h2.node-title,
.view-events-sa .node h2.node-title,
.view-gf-event-views .node h2.node-title {
  clear: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  padding-right: 50px;
  padding-bottom: 10px;
  display: block;
  float: none;
  width: auto;
}
.view-resources-search .node .field-name-field-image,
.view-site-search .node .field-name-field-image,
.view-taxonomy-term-sa .node .field-name-field-image,
.view-news .node .field-name-field-image,
.view-news-sa .node .field-name-field-image,
.view-events .node .field-name-field-image,
.view-events-sa .node .field-name-field-image,
.view-gf-event-views .node .field-name-field-image {
  max-width: 100px;
  float: right!important;
}
.view-resources-search .node .field-name-field-image img,
.view-site-search .node .field-name-field-image img,
.view-taxonomy-term-sa .node .field-name-field-image img,
.view-news .node .field-name-field-image img,
.view-news-sa .node .field-name-field-image img,
.view-events .node .field-name-field-image img,
.view-events-sa .node .field-name-field-image img,
.view-gf-event-views .node .field-name-field-image img {
  width: 100%;
  height: auto;
}
.view-resources-search .node-event.node-teaser .addtocal span,
.view-site-search .node-event.node-teaser .addtocal span,
.view-taxonomy-term-sa .node-event.node-teaser .addtocal span,
.view-news .node-event.node-teaser .addtocal span,
.view-news-sa .node-event.node-teaser .addtocal span,
.view-events .node-event.node-teaser .addtocal span,
.view-events-sa .node-event.node-teaser .addtocal span,
.view-gf-event-views .node-event.node-teaser .addtocal span {
  color: #ffffff;
  font-size: 28px;
  position: relative;
  padding: 3px 6px;
}
.view-resources-search .views-row,
.view-site-search .views-row,
.view-taxonomy-term-sa .views-row,
.view-news .views-row,
.view-news-sa .views-row,
.view-events .views-row,
.view-events-sa .views-row,
.view-gf-event-views .views-row {
  min-height: 90px;
  background: url(../images/bg-shade-events-wide.png) no-repeat bottom center;
  padding-bottom: 50px;
  background-size: 100% 25px;
  margin-bottom: 20px;
}
.view-resources-search .views-row .custom-date,
.view-site-search .views-row .custom-date,
.view-taxonomy-term-sa .views-row .custom-date,
.view-news .views-row .custom-date,
.view-news-sa .views-row .custom-date,
.view-events .views-row .custom-date,
.view-events-sa .views-row .custom-date,
.view-gf-event-views .views-row .custom-date {
  display: block;
  float: left;
  color: #5abcd7;
  margin: 5px 25px 10px 0;
  font-family: "LatoBlack", "RalewayExtraBold", Helvetica, Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  width: 55px;
}
.view-resources-search .views-row .custom-date .day,
.view-site-search .views-row .custom-date .day,
.view-taxonomy-term-sa .views-row .custom-date .day,
.view-news .views-row .custom-date .day,
.view-news-sa .views-row .custom-date .day,
.view-events .views-row .custom-date .day,
.view-events-sa .views-row .custom-date .day,
.view-gf-event-views .views-row .custom-date .day {
  font-size: 35px;
  line-height: 0.8em;
  display: block;
}
.view-resources-search .views-row .custom-date .month,
.view-site-search .views-row .custom-date .month,
.view-taxonomy-term-sa .views-row .custom-date .month,
.view-news .views-row .custom-date .month,
.view-news-sa .views-row .custom-date .month,
.view-events .views-row .custom-date .month,
.view-events-sa .views-row .custom-date .month,
.view-gf-event-views .views-row .custom-date .month {
  font-size: 24px;
  line-height: 1em;
  display: block;
}
.view-resources-search .views-row .custom-date .year,
.view-site-search .views-row .custom-date .year,
.view-taxonomy-term-sa .views-row .custom-date .year,
.view-news .views-row .custom-date .year,
.view-news-sa .views-row .custom-date .year,
.view-events .views-row .custom-date .year,
.view-events-sa .views-row .custom-date .year,
.view-gf-event-views .views-row .custom-date .year {
  font-size: 18px;
  line-height: 1em;
  display: block;
}
.view-resources-search .views-row .field-name-field-location,
.view-site-search .views-row .field-name-field-location,
.view-taxonomy-term-sa .views-row .field-name-field-location,
.view-news .views-row .field-name-field-location,
.view-news-sa .views-row .field-name-field-location,
.view-events .views-row .field-name-field-location,
.view-events-sa .views-row .field-name-field-location,
.view-gf-event-views .views-row .field-name-field-location,
.view-resources-search .views-row .field-name-field-event-date,
.view-site-search .views-row .field-name-field-event-date,
.view-taxonomy-term-sa .views-row .field-name-field-event-date,
.view-news .views-row .field-name-field-event-date,
.view-news-sa .views-row .field-name-field-event-date,
.view-events .views-row .field-name-field-event-date,
.view-events-sa .views-row .field-name-field-event-date,
.view-gf-event-views .views-row .field-name-field-event-date {
  font-size: 1.1em;
}
.view-resources-search .views-row .field-name-body,
.view-site-search .views-row .field-name-body,
.view-taxonomy-term-sa .views-row .field-name-body,
.view-news .views-row .field-name-body,
.view-news-sa .views-row .field-name-body,
.view-events .views-row .field-name-body,
.view-events-sa .views-row .field-name-body,
.view-gf-event-views .views-row .field-name-body {
  margin-top: 15px;
  padding-bottom: 15px;
}
.view-resources-search .views-row-last,
.view-site-search .views-row-last,
.view-taxonomy-term-sa .views-row-last,
.view-news .views-row-last,
.view-news-sa .views-row-last,
.view-events .views-row-last,
.view-events-sa .views-row-last,
.view-gf-event-views .views-row-last {
  background: none;
  padding-bottom: 5px;
}
/* Exposed Filters */
#views-exposed-form-site-search-page {
  margin-bottom: 30px;
}
.block-facetapi,
#views-exposed-form-taxonomy-term-page,
#views-exposed-form-gf-event-views-upcoming-all,
#views-exposed-form-gf-event-views-upcoming-search {
  /*.views-exposed-form {
    .views-submit-button,
    .views-reset-button,
    .views-widget-per-page {
    float: left;
    }
  }*/
}
.block-facetapi .chosen-container,
#views-exposed-form-taxonomy-term-page .chosen-container,
#views-exposed-form-gf-event-views-upcoming-all .chosen-container,
#views-exposed-form-gf-event-views-upcoming-search .chosen-container {
  width: 100%!important;
}
.block-facetapi .chosen-container .chosen-choices input,
#views-exposed-form-taxonomy-term-page .chosen-container .chosen-choices input,
#views-exposed-form-gf-event-views-upcoming-all .chosen-container .chosen-choices input,
#views-exposed-form-gf-event-views-upcoming-search .chosen-container .chosen-choices input {
  width: 100%;
}
.block-facetapi .date-padding,
#views-exposed-form-taxonomy-term-page .date-padding,
#views-exposed-form-gf-event-views-upcoming-all .date-padding,
#views-exposed-form-gf-event-views-upcoming-search .date-padding {
  float: none;
}
.block-facetapi .date-padding .form-item,
#views-exposed-form-taxonomy-term-page .date-padding .form-item,
#views-exposed-form-gf-event-views-upcoming-all .date-padding .form-item,
#views-exposed-form-gf-event-views-upcoming-search .date-padding .form-item {
  float: none;
}
.block-facetapi .form-item.form-type-date-popup,
#views-exposed-form-taxonomy-term-page .form-item.form-type-date-popup,
#views-exposed-form-gf-event-views-upcoming-all .form-item.form-type-date-popup,
#views-exposed-form-gf-event-views-upcoming-search .form-item.form-type-date-popup,
.block-facetapi .form-text,
#views-exposed-form-taxonomy-term-page .form-text,
#views-exposed-form-gf-event-views-upcoming-all .form-text,
#views-exposed-form-gf-event-views-upcoming-search .form-text {
  width: 100%;
}
.block-facetapi .views-exposed-form .views-exposed-widget,
#views-exposed-form-taxonomy-term-page .views-exposed-form .views-exposed-widget,
#views-exposed-form-gf-event-views-upcoming-all .views-exposed-form .views-exposed-widget,
#views-exposed-form-gf-event-views-upcoming-search .views-exposed-form .views-exposed-widget {
  float: none;
}
.block-facetapi .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-taxonomy-term-page .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-gf-event-views-upcoming-all .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-gf-event-views-upcoming-search .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 17px;
}
/*  = Taxonomy Term page styles
  ------------------------------------------------------ */
.page-taxonomy #zone-content .view-taxonomy-term,
.page-taxonomy #zone-content .view-taxonomy-indexed-node {
  margin-top: 20px;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row {
  /*margin-bottom: 60px;*/
  clear: both;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .views-field-title,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .views-field-title {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 10px;
  display: block;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .Event-custom-date,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .Event-custom-date {
  display: block;
  float: left;
  color: #5abcd7;
  margin: 4px 25px 15px 0;
  font-family: "LatoBlack", "RalewayExtraBold", Helvetica, Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  width: 55px;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .Event-custom-date .day,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .Event-custom-date .day {
  font-size: 35px;
  line-height: 0.8em;
  display: block;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .Event-custom-date .month,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .Event-custom-date .month {
  font-size: 24px;
  line-height: 1em;
  display: block;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .Event-custom-date .year,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .Event-custom-date .year {
  font-size: 18px;
  line-height: 1em;
  display: block;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .location,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .location {
  font-weight: bold;
  color: #000000;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .location .place,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .location .place {
  font-weight: normal;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .event-register,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .event-register {
  float: right;
  margin-top: -40px;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .event-register a,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .event-register a {
  display: inline-block;
  -moz-box-shadow: inset 0px 0px 4px 0px #244d75;
  -webkit-box-shadow: inset 0px 0px 4px 0px #244d75;
  box-shadow: inset 0px 0px 4px 0px #244d75;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #215a94), color-stop(1, #003366));
  background: -moz-linear-gradient(center top, #215a94 5%, #003366 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215a94', endColorstr='#036');
  background-color: #215a94;
  border: 1px solid #244d75;
  color: #ffffff;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  width: 129px;
  text-decoration: none;
  text-align: center;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .event-register a:hover,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .event-register a:hover {
  background: #036;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .event-register a:active,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .event-register a:active {
  position: relative;
  top: 1px;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .con-type,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .con-type {
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  font-size: 9px;
  line-height: 9px;
  float: right;
  padding: 0 0 20px 20px;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .con-type .resource-Resource,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .con-type .resource-Resource {
  padding: 10px 6px;
  background: #5abcd7;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .con-type .resource-Event,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .con-type .resource-Event {
  padding: 10px 6px;
  background: #ef6a27;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .con-type .resource-News,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .con-type .resource-News {
  padding: 10px 6px;
  background: #fea13c;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .con-type .resource-Page,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .con-type .resource-Page {
  padding: 10px 6px;
  background: #57417f;
}
.page-taxonomy #zone-content .view-taxonomy-term .views-row .body,
.page-taxonomy #zone-content .view-taxonomy-indexed-node .views-row .body {
  margin: 10px 0 15px;
}
/*  = Events page styles
  ------------------------------------------------------ */
.page-events .field-type-datetime,
.page-news .field-type-datetime,
.page-taxonomy-term .field-type-datetime {
  clear: both;
  margin: 0px 0px 5px 0px;
}
.page-events .addtocal,
.page-news .addtocal,
.page-taxonomy-term .addtocal {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: #ffffff !important;
}
.page-events .addtocal span,
.page-news .addtocal span,
.page-taxonomy-term .addtocal span {
  color: #493a75 !important;
}
.page-events .node-blog,
.page-news .node-blog,
.page-taxonomy-term .node-blog {
  margin: 0;
}
.page-events .node-event,
.page-news .node-event,
.page-taxonomy-term .node-event {
  position: relative;
  margin: 0;
}
.page-events .node-event header h2.node-title,
.page-news .node-event header h2.node-title,
.page-taxonomy-term .node-event header h2.node-title {
  clear: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  padding-right: 120px;
  padding-bottom: 10px;
  display: block;
  float: none;
  width: auto;
}
.page-events .node-event .addtocal_wrapper,
.page-news .node-event .addtocal_wrapper,
.page-taxonomy-term .node-event .addtocal_wrapper {
  margin-left: 80px;
}
.page-events #block-system-main .node .content,
.page-news #block-system-main .node .content,
.page-taxonomy-term #block-system-main .node .content {
  clear: none;
  overflow: visible;
}
.page-events #block-system-main .node .content .field,
.page-news #block-system-main .node .content .field,
.page-taxonomy-term #block-system-main .node .content .field {
  float: none;
  clear: none;
  display: block;
}
.page-events #block-system-main .node .content .field .field-label,
.page-news #block-system-main .node .content .field .field-label,
.page-taxonomy-term #block-system-main .node .content .field .field-label,
.page-events #block-system-main .node .content .field .field-items,
.page-news #block-system-main .node .content .field .field-items,
.page-taxonomy-term #block-system-main .node .content .field .field-items {
  float: none;
}
.page-events #block-system-main .node .content .field.field-type-datetime,
.page-news #block-system-main .node .content .field.field-type-datetime,
.page-taxonomy-term #block-system-main .node .content .field.field-type-datetime {
  font-weight: normal;
}
.page-events #block-system-main .node .content .field.field-name-field-event-date,
.page-news #block-system-main .node .content .field.field-name-field-event-date,
.page-taxonomy-term #block-system-main .node .content .field.field-name-field-event-date {
  margin-bottom: 0;
}
.page-events #block-system-main .node .content .field.clearfix:after,
.page-news #block-system-main .node .content .field.clearfix:after,
.page-taxonomy-term #block-system-main .node .content .field.clearfix:after {
  content: "";
  clear: none;
}
.page-events #region-sidebar-second,
.page-news #region-sidebar-second,
.page-taxonomy-term #region-sidebar-second {
  /*margin: 20px 10px;*/
}
.page-events #region-sidebar-second .region-inner,
.page-news #region-sidebar-second .region-inner,
.page-taxonomy-term #region-sidebar-second .region-inner {
  padding: 0;
}
#block-gf-membership-directory-extra-events-filters-header .block-inner {
  padding-bottom: 0!important;
}
#block-gf-membership-directory-extra-events-filters-header .block-inner .content {
  display: none;
}
#block-search-api-sorts-search-sorts {
  margin-bottom: 20px;
}
#block-search-api-sorts-search-sorts .block-inner {
  padding: 25px 20px 6px 20px;
}
#block-search-api-sorts-search-sorts .block-inner ul {
  margin: 0;
  padding: 0;
}
#block-search-api-sorts-search-sorts .block-inner ul li {
  margin: 0;
  list-style: none;
}
#block-search-api-sorts-search-sorts .block-inner ul li a.sort-item {
  position: relative;
}
#block-search-api-sorts-search-sorts .block-inner ul li a.sort-item img {
  position: absolute;
  top: 1px;
  left: 5px;
}
#block-views-exp-events-page-3 .block-inner,
#block-views-exp-events-page-5 .block-inner {
  padding-top: 0!important;
}
#views-exposed-form-events-page-3 .form-type-date-popup label,
#views-exposed-form-events-page-5 .form-type-date-popup label {
  display: none;
}
#views-exposed-form-events-page-3 .views-widget-per-page #edit-items-per-page,
#views-exposed-form-events-page-5 .views-widget-per-page #edit-items-per-page {
  float: left;
  margin-right: 10px;
}
#views-exposed-form-events-page-3 .form-submit,
#views-exposed-form-events-page-5 .form-submit {
  margin-top: 16px !important;
}
.node-blog .field-name-field-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.node-blog .field-name-field-news-date:after {
  content: "" !important;
  clear: none;
  overflow: auto;
}
.node-blog .field-name-field-news-date .field-label,
.node-blog .field-name-field-news-date .field-items {
  float: none;
}
/** EVENTS VIEW BLOCK STYLES on front page **/
.block-views .view-gf-event-views .views-row {
  margin-bottom: 5px;
  padding-bottom: 35px;
}
.block-views .view-gf-event-views .views-row .custom-date {
  margin: 5px 15px 0 0;
}
.block-views .view-gf-event-views .views-row .views-field-title {
  margin: 0 0 0 70px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
}
.block-views .view-gf-event-views .views-row .views-field-title a {
  color: #250858;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block-views .view-gf-event-views .views-row .event-location {
  margin: 5px 0 0 70px;
  line-height: 1.2em;
}
.block-views .view-gf-event-views .views-row .event-link {
  margin: 0 0 15px 70px;
  font-weight: bold;
}
.block-views .view-gf-event-views .views-row .event-link a {
  color: #ef6a27;
}
.block-views .view-gf-event-views .views-row-last {
  padding-bottom: 0;
}
/** EVENTS VIEW BLOCK STYLES on interior pages **/
.not-front .block-views .view-gf-event-views .views-row {
  margin-bottom: 0;
  padding-bottom: 30px;
  background: none;
}
.not-front .block-views .view-gf-event-views .views-row .custom-date {
  margin: 5px 15px 0 0;
}
.not-front .block-views .view-gf-event-views .views-row .views-field-title {
  margin: 0 0 10px 0;
}
.not-front .block-views .view-gf-event-views .views-row .views-field-title a {
  color: #250858;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.not-front .block-views .view-gf-event-views .views-row .event-long-date {
  line-height: 1.2em;
}
.not-front .block-views .view-gf-event-views .views-row .event-location {
  margin-left: 0;
  line-height: 1.2em;
}
.not-front .block-views .view-gf-event-views .views-row .event-link {
  margin: 5px 0 0 0;
  font-weight: bold;
}
.not-front .block-views .view-gf-event-views .views-row .event-link a {
  color: #ef6a27;
}
.not-front .block-views .view-gf-event-views .views-row-last {
  padding-bottom: 0;
}
/** EVENT NODE STYLES **/
.node-event .event-callout {
  width: 20%;
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
  padding: 15px;
  border: 0;
  font-size: 12px;
  background: #f4f3ee;
}
.node-event .event-callout .field-label {
  font-size: 15px;
}
.node-event .event-callout em {
  display: none;
}
.node-event .event-callout a {
  display: block;
}
.node-event .event-callout .message a {
  display: inline;
}
.node-event .event-callout select {
  width: 100%!important;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding-left: 8px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.node-event .event-callout .addtocal,
.node-event .event-callout .form-submit {
  border-radius: 0;
  border: 0;
  background: #493a75;
  font-weight: bold;
  color: #D5C3F6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  float: none;
  text-align: center;
  margin-top: 10px;
  display: block;
  text-shadow: none;
  background: #3e2b6c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b1e4b), color-stop(1, #3e2b6c));
  background: -ms-linear-gradient(bottom, #2b1e4b, #3e2b6c);
  background: -moz-linear-gradient(center bottom, #2b1e4b 0%, #3e2b6c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  padding: 8px 10px;
}
.node-event .event-callout .addtocal:hover,
.node-event .event-callout .form-submit:hover {
  color: #ffffff;
  background: #2b1e4b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f1535), color-stop(1, #34245a));
  background: -ms-linear-gradient(bottom, #1f1535, #34245a);
  background: -moz-linear-gradient(center bottom, #1f1535 0%, #34245a 100%);
  text-decoration: none;
}
.node-event .event-callout .addtocal.hover,
.node-event .event-callout .form-submit.hover {
  border: 0;
}
.node-event .event-callout .field-name-field-link {
  margin: 0 0 5px;
}
.node-event .event-callout .field-name-field-link a {
  text-align: left;
  background-position: left center;
}
.node-event .event-callout .form-submit {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 100%;
  letter-spacing: 1px;
}
.node-event .event-callout .addtocal {
  background: #453f3d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1d1d5), color-stop(1, #e9e9eb));
  background: -ms-linear-gradient(bottom, #d1d1d5, #e9e9eb);
  background: -moz-linear-gradient(center bottom, #d1d1d5 0%, #e9e9eb 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  text-decoration: none;
  color: #453f3d;
  margin: 10px 0 0;
  padding: 5px;
}
.node-event .event-callout .addtocal:hover {
  color: #453f3d;
  background: #2d2927;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1c1a19), color-stop(1, #373331));
  background: -ms-linear-gradient(bottom, #1c1a19, #373331);
  background: -moz-linear-gradient(center bottom, #1c1a19 0%, #373331 100%);
  text-decoration: none;
}
.node-event .event-callout .addtocal:hover {
  color: #ffffff;
}
.node-event .event-callout .field-name-commerce-price {
  font-size: 18px;
}
.node-event .field-name-body {
  padding-bottom: 20px;
}
.page-events .field-type-datetime .date-display-start:before {
  content: "";
}
.view-gf-event-views-extra .views-row {
  padding-bottom: 15px;
}
/* News page - PhilanthroPOST */
.news #block-bean-news-mailchimp-form-for-sign-u {
  margin-bottom: 25px!important;
  background-color: #c9eaf3 !important;
  padding: 30px!important;
  /*-webkit-box-shadow: 0 8px 6px -6px @gray;
       -moz-box-shadow: 0 8px 6px -6px @gray;
            box-shadow: 0 8px 6px -6px @gray;*/
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup form {
  padding: 0;
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup .mc-field-group input,
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup .mc-field-group select {
  background-color: #ffffff;
  border: 0;
  width: 100%;
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup .mc-field-group select {
  margin-top: -16px;
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup .button {
  background: #3e2b6c;
  border-radius: 0;
  margin-top: 10px;
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup .button:hover {
  background: #49347E;
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup div.mce_inline_error {
  background: #ef6a27;
  display: none;
}
.news #block-bean-news-mailchimp-form-for-sign-u #mc_embed_signup {
  background: transparent;
}
.news.not-logged-in #zone-content-wrapper #region-content {
  margin-top: 27px;
}
.news #zone-content-wrapper {
  /* these bean styles apply only to the content zone beans */
}
.news #zone-content-wrapper #region-sidebar-second {
  background: none;
  margin: 30px 0 0 30px;
}
.news #zone-content-wrapper #region-sidebar-second .region-inner {
  padding: 0 0 0 10px;
}
.news #zone-content-wrapper #region-sidebar-second .region-inner .block-inner {
  padding: 0;
}
.news #zone-content-wrapper #region-sidebar-second .region-inner .block-menu-block {
  display: none;
  /* hiding sidebar menu */
}
.news #zone-content-wrapper #region-content {
  margin: 25px 0 0 0;
}
.news #zone-content-wrapper #region-content .region-inner {
  padding: 0;
}
.news #zone-content-wrapper #region-content .region-inner .block-system-main article {
  display: none;
}
.news #zone-content-wrapper #region-sidebar-first .region-inner {
  padding: 20px 30px 0 0;
}
.news #zone-content-wrapper #region-sidebar-first .region-inner .block-inner {
  padding: 0;
}
.news #zone-content-wrapper .block-bean {
  background: url(../images/bg-shade1250.png) no-repeat bottom center;
  background-size: 100% 15px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.news #zone-content-wrapper .block-bean:last-child {
  background: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.news .block {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news .block-bean .block-inner article {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.news .block-bean .block-inner article a {
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
}
.news .block-bean .block-inner article .field-type-datetime {
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
  color: #5abcd7;
}
.news .block-bean .block-inner article p {
  margin-bottom: 5px;
  line-height: 1.3em;
}
.news .block-bean .block-inner article .field-type-link-field a {
  font-size: 13px;
  text-align: left;
}
.news #region-preface-first {
  width: 100%;
  margin: 0;
}
.news.responsive-layout-mobile #region-preface-first,
.news.responsive-layout-narrow #region-preface-first {
  display: none;
}
.news.responsive-layout-normal #region-preface-first,
.news.responsive-layout-wide #region-preface-first {
  display: block;
}
.news .block-gf-chunky {
  background: url(../images/pny-post-logo.jpg) no-repeat 20px 30px transparent !important;
  background-size: 300px auto !important;
}
.news .block-gf-chunky .flexslider {
  background: none;
  border: none;
}
.news .block-gf-chunky .flexslider .item-list ul.slides {
  margin-bottom: 0;
}
.news .block-gf-chunky .flexslider .item-list ul.slides li {
  margin-bottom: 0;
  height: 180px !important;
  overflow: hidden !important;
}
.news .block-gf-chunky .flexslider .item-list ul.slides li .slide {
  height: 180px !important;
  overflow: hidden !important;
}
.news .block-gf-chunky .flexslider .flex-control-nav {
  bottom: 0;
  z-index: 40;
}
.news .block-gf-chunky .flexslider .flex-direction-nav .flex-prev,
.news .block-gf-chunky .flexslider .flex-direction-nav .flex-next {
  display: inline-block;
  background: url(../images/arrows.png) no-repeat left center transparent;
  width: 50px;
  height: 50px;
  z-index: 100;
}
.news .block-gf-chunky .flexslider .flex-direction-nav .flex-next {
  background-position: right center;
  right: 20px;
}
.news .block-gf-chunky .flexslider .flex-direction-nav .flex-prev {
  display: none;
}
.news .block-gf-chunky .marquee-image {
  width: 100%;
  right: 0;
}
.news .block-gf-chunky .marquee-image .marquee-image {
  width: 380px;
  position: static;
  float: right;
}
.news .block-gf-chunky .marquee-image .marquee-text {
  position: static;
  float: right;
  padding: 20px 20px 0 0;
  width: 455px;
  height: 150px;
  font-size: 14px;
}
.news .block-gf-chunky .marquee-image .marquee-text h1,
.news .block-gf-chunky .marquee-image .marquee-text h2,
.news .block-gf-chunky .marquee-image .marquee-text h3 {
  margin: 0;
}
.news .block-gf-chunky .marquee-image .marquee-text h1 {
  color: #ef6a27;
  font-size: 12px !important;
  line-height: 1;
  margin: 5px 0;
  text-transform: uppercase;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
}
.news .block-gf-chunky .marquee-image .marquee-text h2 {
  color: #493a75;
  line-height: 1em;
  margin: 12px 0 5px;
  font-size: 22px !important;
  font-weight: normal;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
}
.news .block-gf-chunky .marquee-image .marquee-text h2 a {
  color: #493a75;
}
.news .block-gf-chunky .marquee-image .marquee-text p {
  line-height: 1.2em;
}
.news .block-gf-chunky .marquee-image .marquee-text p a {
  color: #5abcd7;
  font-weight: bold;
}
.news .zone-columns {
  background: #c9eaf3;
  margin-bottom: 30px;
}
.news .zone-columns .grid-4 {
  width: 370px;
}
.news .zone-columns .grid-4 .region-inner {
  padding-bottom: 20px;
}
.news .zone-columns .region-preface-third {
  background: #6cd0eb;
  margin: 0 0 10px 0;
  width: 100% !important;
  color: #ffffff;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3em;
}
.news .zone-columns .region-preface-third .region-inner {
  padding: 20px;
}
.news .zone-columns .region-preface-third .region-inner h2.block-title {
  font-size: 55px;
  color: #ffffff !important;
  font-family: "RalewayBold", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.news .zone-columns .region-preface-third .region-inner p {
  margin-bottom: 0;
}
.news .zone-columns .region-preface-third .region-inner .block-bean {
  padding: 0;
  margin: 0;
}
.news .zone-columns .region-column-first {
  margin-left: 25px;
}
.news .zone-columns .region-column-third {
  margin-right: 25px;
}
.news .region-postscript-first .block-bean:last-child,
.news .region-postscript-second .block-bean:last-child {
  padding-bottom: 0;
}
.news .region-postscript-first .block-bean-news-rss-feeds h2.block-title,
.news .region-postscript-second .block-bean-news-rss-feeds h2.block-title,
.news .region-postscript-first .block-bean-news-submit-news h2.block-title,
.news .region-postscript-second .block-bean-news-submit-news h2.block-title {
  font-size: 40px;
  color: #ef6a27;
  margin-bottom: 10px;
}
.news .region-postscript-first .block-bean-news-rss-feeds h2.block-title:before,
.news .region-postscript-second .block-bean-news-rss-feeds h2.block-title:before,
.news .region-postscript-first .block-bean-news-submit-news h2.block-title:before,
.news .region-postscript-second .block-bean-news-submit-news h2.block-title:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 15px;
  color: #dfdeda;
  font-size: 50px;
}
.news .region-postscript-first .block-bean-news-rss-feeds p,
.news .region-postscript-second .block-bean-news-rss-feeds p,
.news .region-postscript-first .block-bean-news-submit-news p,
.news .region-postscript-second .block-bean-news-submit-news p {
  margin-bottom: 0;
}
.news .region-postscript-first .block-bean-news-rss-feeds h2.block-title:before,
.news .region-postscript-second .block-bean-news-rss-feeds h2.block-title:before {
  content: "\f09e";
}
.news .region-postscript-first .block-bean-news-submit-news h2.block-title:before,
.news .region-postscript-second .block-bean-news-submit-news h2.block-title:before {
  content: "\f0e0";
}
/* Latest News block */
#region-sidebar-second #block-views-news-block-1 .view-content .views-row {
  padding-bottom: 10px;
  background: none;
}
#region-sidebar-second #block-views-news-block-1 .view-content .views-row .views-field-title {
  padding-bottom: 10px;
}
#region-sidebar-second #block-views-news-block-1 .view-content .views-row .field-name-field-image {
  float: left;
}
#region-sidebar-second #block-views-news-block-1 .view-content .views-row .field-name-field-image img {
  margin-right: 10px;
  margin-bottom: 10px;
}
#region-sidebar-second #block-views-news-block-1 .view-content .views-row .views-more a {
  color: #ef6a27;
}
.view-news.view-display-id-news_block .views-row {
  background: none;
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
  line-height: 1.3em;
}
.view-news.view-display-id-news_block .views-row a {
  color: #ef6a27;
}
.view-news.view-display-id-news_block .views-row a img {
  float: left;
  margin-top: 0;
}
.view-news.view-display-id-news_block .views-row .views-field-title a {
  color: #231f20;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
}
.view-news.view-display-id-news_block .views-row .views-more-link {
  color: #ef6a27;
}
.view-news.view-display-id-news_block .views-row .post-date {
  color: #3e2b6c;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.view-news.view-display-id-news_block .views-row p {
  color: #2f2f30;
}
/** NEWS NODE STYLES **/
.node-type-blog .field-name-field-news-date {
  padding-bottom: 20px;
}
/** HELP BUTTON **/
#block-block-3 #help-button {
  z-index: 1000;
  padding: 0px;
  list-style-type: none;
  position: fixed;
  right: 0px;
  top: 380px;
}
#block-block-3 #help-button a.help-toggler {
  display: block;
  height: 35px;
  width: 40px;
  background: #ef6a27;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  text-decoration: none;
  font-size: 1px;
  text-transform: uppercase;
  padding: 5px;
}
#block-block-3 #help-button a.help-toggler:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  position: relative;
  content: "\f013";
  display: block;
  height: 25px;
  font-size: 30px;
}
#block-block-3 #help-button a.help-toggler:hover {
  background: #493a75;
  color: #c9eaf3;
}
#block-block-3 #help-button ul {
  z-index: 1000;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 44px;
  left: -153px;
  width: 218px;
  display: none;
  border: 0;
  background: #ef6a27;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#block-block-3 #help-button ul li {
  display: block;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#block-block-3 #help-button ul li a {
  display: block;
  height: 100%;
  padding: 0px 15px;
  line-height: 40px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}
#block-block-3 #help-button ul li a:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 15px;
  color: #ffffff;
  font-size: 24px;
  position: relative;
  top: 3px;
}
#block-block-3 #help-button ul li a.rss:before {
  content: "\f09e";
}
#block-block-3 #help-button ul li a.news:before {
  content: "\f0e0";
}
#block-block-3 #help-button ul li a.options:before {
  content: "\f0c0";
}
#block-block-3 #help-button ul li a:hover {
  color: #ffffff;
}
#block-block-3 #help-button ul li a:hover:before {
  color: #c9eaf3;
}
#block-block-3 #help-button ul li:first-child {
  border-top: 0px;
}
#block-block-3 #help-button ul li:hover {
  background: #493a75;
}
.page-resources #zone-content-wrapper #zone-content .region-content .block .field-type-datetime .date-display-single {
  font-style: normal;
  font-size: 1em;
  margin: 0px;
}
.page-resources #zone-content-wrapper #region-sidebar-second .region-inner .block {
  /*
          border: none;
          background: none;
*/
}
.page-resources #zone-content-wrapper #region-sidebar-second .region-inner .block-facetapi:last-of-type {
  border-bottom: 15px solid #ffffff !important;
  padding-bottom: 25px;
}
.page-events #region-sidebar-second .block-inner,
.page-search #region-sidebar-second .block-inner,
.page-taxonomy-term #region-sidebar-second .block-inner,
.page-resources-search #region-sidebar-second .block-inner,
.page-news-all #region-sidebar-second .block-inner,
.page-directory #region-sidebar-second .block-inner {
  margin-bottom: 15px;
}
.page-events #region-sidebar-second .block-inner h2.block-title,
.page-search #region-sidebar-second .block-inner h2.block-title,
.page-taxonomy-term #region-sidebar-second .block-inner h2.block-title,
.page-resources-search #region-sidebar-second .block-inner h2.block-title,
.page-news-all #region-sidebar-second .block-inner h2.block-title,
.page-directory #region-sidebar-second .block-inner h2.block-title {
  font-size: 26px;
  /*margin-bottom: 15px;*/
}
.page-events #region-sidebar-second .block-inner ul,
.page-search #region-sidebar-second .block-inner ul,
.page-taxonomy-term #region-sidebar-second .block-inner ul,
.page-resources-search #region-sidebar-second .block-inner ul,
.page-news-all #region-sidebar-second .block-inner ul,
.page-directory #region-sidebar-second .block-inner ul {
  margin: 0;
}
.page-events #region-sidebar-second .block-inner ul li,
.page-search #region-sidebar-second .block-inner ul li,
.page-taxonomy-term #region-sidebar-second .block-inner ul li,
.page-resources-search #region-sidebar-second .block-inner ul li,
.page-news-all #region-sidebar-second .block-inner ul li,
.page-directory #region-sidebar-second .block-inner ul li {
  margin: 0;
  list-style: none;
}
.page-events #region-sidebar-second .block-inner ul li .facetapi-checkbox,
.page-search #region-sidebar-second .block-inner ul li .facetapi-checkbox,
.page-taxonomy-term #region-sidebar-second .block-inner ul li .facetapi-checkbox,
.page-resources-search #region-sidebar-second .block-inner ul li .facetapi-checkbox,
.page-news-all #region-sidebar-second .block-inner ul li .facetapi-checkbox,
.page-directory #region-sidebar-second .block-inner ul li .facetapi-checkbox {
  margin: 2px 5px 10px 0;
  float: left;
}
.page-events #region-sidebar-second .block-inner ul li.expanded ul,
.page-search #region-sidebar-second .block-inner ul li.expanded ul,
.page-taxonomy-term #region-sidebar-second .block-inner ul li.expanded ul,
.page-resources-search #region-sidebar-second .block-inner ul li.expanded ul,
.page-news-all #region-sidebar-second .block-inner ul li.expanded ul,
.page-directory #region-sidebar-second .block-inner ul li.expanded ul {
  margin-left: 20px;
}
/* Resource node styles */
.node-type-resource .field-name-field-redhen-org-group .field-items .field-item:after {
  content: ", ";
}
.node-type-resource .field-name-field-redhen-org-group .field-items .field-item:last-of-type:after {
  content: " ";
}
.node-product-display .field-name-commerce-price {
  padding: 15px 0;
}
.page-user .field-name-field-prof-interest-areas .field-label,
.page-redhen .field-name-field-prof-interest-areas .field-label,
.page-user .field-name-field-areas-of-interest .field-label,
.page-redhen .field-name-field-areas-of-interest .field-label,
.page-user .field-name-field-prof-interest-areas .field-items,
.page-redhen .field-name-field-prof-interest-areas .field-items,
.page-user .field-name-field-areas-of-interest .field-items,
.page-redhen .field-name-field-areas-of-interest .field-items,
.page-user .field-name-field-prof-interest-areas .field-item,
.page-redhen .field-name-field-prof-interest-areas .field-item,
.page-user .field-name-field-areas-of-interest .field-item,
.page-redhen .field-name-field-areas-of-interest .field-item {
  display: block;
  float: none;
}
#user-register-form .form-item-field-mailing-address-und-0-country {
  display: none;
}
#user-register-form .field-name-field-mailing-address {
  width: 80%;
}
#user-register-form .field-name-field-mailing-address .fieldset-legend {
  font-weight: bold;
  padding: 10px 0;
  display: block;
}
#user-register-form .field-name-field-mailing-address .fieldset-legend:after {
  content: ":";
}
#user-register-form .street-block {
  width: 397px;
}
.not-front.page-user #page {
  padding-bottom: 15px;
}
.entity-commerce-order {
  padding-right: 30px;
}
.entity-commerce-order table {
  width: 100%;
}
.entity-commerce-order table tr th,
.entity-commerce-order table tr td {
  background: none!important;
  padding: 5px;
}
.entity-commerce-order table tr th {
  font-weight: bold;
}
#user-profile-form .field-name-field-assistantname {
  clear: both;
}
#user-profile-form .field-name-field-mailing-list,
#user-profile-form .field-name-field-other-address,
#user-profile-form .field-name-field-birthdate,
#user-profile-form .field-name-field-spouse,
#user-profile-form .field-name-field-description {
  display: none;
}
#user-profile-form .street-block {
  width: 397px;
}
#user-profile-form #edit-field-phone {
  clear: both;
}
#user-profile-form .field-type-redhen-email .form-type-textfield {
  float: none;
}
#user-profile-form .field-type-redhen-email .form-type-textfield label {
  display: block;
}
#user-profile-form fieldset.collapsible {
  height: auto;
  margin-bottom: 20px;
}
#user-profile-form fieldset.collapsible .fieldset-legend {
  background: none;
  padding-left: 22px;
  padding-top: 0;
}
#user-profile-form fieldset.collapsible .fieldset-legend:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
  content: "\f146";
  color: #ef6a27;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1em;
}
#user-profile-form fieldset.collapsed .fieldset-legend:before {
  content: "\f0fe";
}
.page-user .view-gf-affinity-group-content .views-exposed-form .views-exposed-widget label,
.page-user .view-gf-affinity-group-content .views-exposed-form .views-exposed-widget .views-widget {
  display: inline-block;
}
.view-user-registrations table {
  width: 100%;
}
.view-user-registrations table caption {
  font-style: italic;
  text-align: right;
  margin-bottom: 10px;
  color: #6d687c;
}
.view-user-registrations table thead th {
  font-size: 20px;
  color: #3e2b6c;
  font-weight: bold;
  padding: 0 10px 5px 10px;
}
.view-user-registrations table tbody tr.even,
.view-user-registrations table tbody tr.odd {
  background: #f6f6f9;
  border-bottom: 5px solid #ffffff;
}
.view-user-registrations table tbody tr.even td,
.view-user-registrations table tbody tr.odd td {
  padding: 5px 10px 5px 10px;
}
.view-user-registrations table tbody tr.even td.views-field-registration-attached-entity,
.view-user-registrations table tbody tr.odd td.views-field-registration-attached-entity {
  font-weight: bold;
}
.view-user-registrations table tbody tr.even td.views-field-cancel-url a,
.view-user-registrations table tbody tr.odd td.views-field-cancel-url a {
  line-height: 1em;
  display: block;
  text-align: center;
  background: #3e2b6c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b1e4b), color-stop(1, #3e2b6c));
  background: -ms-linear-gradient(bottom, #2b1e4b, #3e2b6c);
  background: -moz-linear-gradient(center bottom, #2b1e4b 0%, #3e2b6c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
}
.view-user-registrations table tbody tr.even td.views-field-cancel-url a:hover,
.view-user-registrations table tbody tr.odd td.views-field-cancel-url a:hover {
  color: #ffffff;
  background: #2b1e4b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f1535), color-stop(1, #34245a));
  background: -ms-linear-gradient(bottom, #1f1535, #34245a);
  background: -moz-linear-gradient(center bottom, #1f1535 0%, #34245a 100%);
  text-decoration: none;
}
.view-commerce-user-orders,
#commerce-checkout-form-review,
#commerce-checkout-form-checkout,
#views-form-commerce-cart-form-default {
  margin-right: 30px;
}
.view-commerce-user-orders table,
#commerce-checkout-form-review table,
#commerce-checkout-form-checkout table,
#views-form-commerce-cart-form-default table {
  width: 100%;
}
.view-commerce-user-orders table tr td,
#commerce-checkout-form-review table tr td,
#commerce-checkout-form-checkout table tr td,
#views-form-commerce-cart-form-default table tr td,
.view-commerce-user-orders table tr th,
#commerce-checkout-form-review table tr th,
#commerce-checkout-form-checkout table tr th,
#views-form-commerce-cart-form-default table tr th {
  padding: 5px;
}
.view-commerce-user-orders table tr th,
#commerce-checkout-form-review table tr th,
#commerce-checkout-form-checkout table tr th,
#views-form-commerce-cart-form-default table tr th {
  font-weight: bold;
}
#commerce-checkout-form-review .form-submit,
#commerce-checkout-form-checkout .form-submit,
#commerce-checkout-form-registration .form-submit {
  margin-right: 6px;
}
#commerce-checkout-form-checkout .street-block {
  width: 367px;
}
#commerce-checkout-form-review tr td {
  padding: 5px;
}
.views-field-edit-quantity input {
  background-color: #fff;
}
.commerce-line-item-views-form .commerce-line-item-actions input {
  margin-right: 0;
  margin-left: 0.5em;
}
.commerce-line-item-views-form input.delete-line-item {
  background: #6a6a6a;
}
.checkout-buttons {
  text-align: right;
}
.view-directory-organizations .view-filters,
.view-directory-contacts .view-filters {
  margin-bottom: 50px;
}
.view-directory-organizations .view-filters .views-exposed-form .views-exposed-widget,
.view-directory-contacts .view-filters .views-exposed-form .views-exposed-widget {
  padding: 20px 5px 10px 0;
}
.view-directory-organizations .view-filters .views-exposed-form .views-exposed-widget .form-submit,
.view-directory-contacts .view-filters .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
#zone-content .view-directory-organizations .views-row,
#zone-content .view-directory-contacts .views-row {
  margin-bottom: 30px;
}
.view-gf-org-content .views-row {
  padding-bottom: 5px;
}
.entity-redhen-org .user-picture {
  display: none;
}
.entity-redhen-contact {
  padding-left: 55px;
  position: relative;
}
.entity-redhen-contact .user-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}
.entity-redhen-contact .user-picture img {
  width: 100%;
  height: auto;
}
.entity-redhen-contact h2 {
  margin-top: 21px;
}
.page-redhen-contact  #page-title {
  margin-left: 52px;
  margin-top: 30px;
}
.page-redhen-contact  .entity-redhen-org .user-picture,
.page-redhen-contact  .entity-redhen-contact .user-picture {
  top: -73px;
}
.page-redhen-contact  .tabs {
  display: none;
}
.page-redhen-org  .tabs {
  display: none;
}
.entity-redhen-contact h2,
.entity-redhen-org h2 {
  margin-bottom: 10px;
  line-height: 1.1em;
}
.entity-redhen-contact .field-name-field-title,
.entity-redhen-org .field-name-field-title {
  /*font-weight: bold;*/
}
.entity-redhen-contact .field-name-field-group-type,
.entity-redhen-org .field-name-field-group-type {
  margin-top: -15px;
  margin-bottom: 15px;
}
.entity-redhen-contact .field-name-field-account,
.entity-redhen-org .field-name-field-account {
  margin-bottom: 10px;
}
.entity-redhen-contact .field-name-field-account a,
.entity-redhen-org .field-name-field-account a {
  color: #35afd0;
}
.entity-redhen-contact .field-name-field-funder-category,
.entity-redhen-org .field-name-field-funder-category {
  margin-bottom: 5px;
}
.entity-redhen-contact .field-name-field-phone,
.entity-redhen-org .field-name-field-phone {
  padding: 2px 0 2px 22px;
}
.entity-redhen-contact .field-name-field-phone:before,
.entity-redhen-org .field-name-field-phone:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
  content: "\f095";
}
.entity-redhen-contact .field-name-field-org-email,
.entity-redhen-org .field-name-field-org-email,
.entity-redhen-contact .field-name-field-website,
.entity-redhen-org .field-name-field-website {
  padding: 2px 0 2px 22px;
}
.entity-redhen-contact .field-name-field-website:before,
.entity-redhen-org .field-name-field-website:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
  content: "\f0ac";
}
.entity-redhen-contact .field-name-field-org-email,
.entity-redhen-org .field-name-field-org-email,
.entity-redhen-contact .field-name-redhen-contact-email,
.entity-redhen-org .field-name-redhen-contact-email {
  padding: 2px 0 2px 22px;
}
.entity-redhen-contact .field-name-field-org-email:before,
.entity-redhen-org .field-name-field-org-email:before,
.entity-redhen-contact .field-name-redhen-contact-email:before,
.entity-redhen-org .field-name-redhen-contact-email:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
  content: "\f0e0";
}
.entity-redhen-contact .field-name-field-org-email a,
.entity-redhen-org .field-name-field-org-email a,
.entity-redhen-contact .field-name-redhen-contact-email a,
.entity-redhen-org .field-name-redhen-contact-email a {
  color: #35afd0;
}
.entity-redhen-contact .field-name-field-types-support .field-label,
.entity-redhen-org .field-name-field-types-support .field-label,
.entity-redhen-contact .field-name-field-types-support .field-items,
.entity-redhen-org .field-name-field-types-support .field-items {
  display: inline;
  float: none;
}
.entity-redhen-contact .field-name-field-types-support .field-items .field-item,
.entity-redhen-org .field-name-field-types-support .field-items .field-item {
  margin-right: 5px;
}
.entity-redhen-contact .field-name-field-types-support .field-items .field-item:after,
.entity-redhen-org .field-name-field-types-support .field-items .field-item:after {
  content: ", ";
}
.entity-redhen-contact .field-name-field-types-support .field-items .field-item:last-child:after,
.entity-redhen-org .field-name-field-types-support .field-items .field-item:last-child:after {
  content: "";
}
.entity-redhen-contact .field-name-field-fax,
.entity-redhen-org .field-name-field-fax {
  padding: 2px 0 2px 22px;
}
.entity-redhen-contact .field-name-field-fax:before,
.entity-redhen-org .field-name-field-fax:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
  content: "\f1ac";
}
.entity-redhen-contact .field-name-field-billing-address,
.entity-redhen-org .field-name-field-billing-address,
.entity-redhen-contact .field-name-field-mailing-address,
.entity-redhen-org .field-name-field-mailing-address {
  padding: 0 0 2px 22px;
}
.entity-redhen-contact .field-name-field-billing-address:before,
.entity-redhen-org .field-name-field-billing-address:before,
.entity-redhen-contact .field-name-field-mailing-address:before,
.entity-redhen-org .field-name-field-mailing-address:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  float: left;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 1px;
  color: #493a75;
  content: "\f19c";
}
.entity-redhen-contact .field-name-field-billing-address .field-label,
.entity-redhen-org .field-name-field-billing-address .field-label,
.entity-redhen-contact .field-name-field-mailing-address .field-label,
.entity-redhen-org .field-name-field-mailing-address .field-label {
  margin-bottom: 5px;
}
.entity-redhen-contact .field-name-field-billing-address .field-items,
.entity-redhen-org .field-name-field-billing-address .field-items,
.entity-redhen-contact .field-name-field-mailing-address .field-items,
.entity-redhen-org .field-name-field-mailing-address .field-items {
  line-height: 1.4em;
}
.entity-redhen-contact .field-name-field-facebook,
.entity-redhen-org .field-name-field-facebook {
  display: none!important;
}
.entity-redhen-contact .field-name-field-facebook,
.entity-redhen-org .field-name-field-facebook,
.entity-redhen-contact .field-name-field-linkedin,
.entity-redhen-org .field-name-field-linkedin,
.entity-redhen-contact .field-name-field-twitter-url,
.entity-redhen-org .field-name-field-twitter-url {
  margin: 6px;
  display: inline-block;
}
.entity-redhen-contact .field-name-field-facebook a,
.entity-redhen-org .field-name-field-facebook a,
.entity-redhen-contact .field-name-field-linkedin a,
.entity-redhen-org .field-name-field-linkedin a,
.entity-redhen-contact .field-name-field-twitter-url a,
.entity-redhen-org .field-name-field-twitter-url a {
  display: inline-block;
  width: 24px;
  height: 25px;
  /*text-indent: -9999px;
      text-align: left;*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size: 27px !important;
}
.entity-redhen-contact .field-name-field-facebook a:after,
.entity-redhen-org .field-name-field-facebook a:after,
.entity-redhen-contact .field-name-field-linkedin a:after,
.entity-redhen-org .field-name-field-linkedin a:after,
.entity-redhen-contact .field-name-field-twitter-url a:after,
.entity-redhen-org .field-name-field-twitter-url a:after {
  content: "" !important;
  padding: 0;
}
.entity-redhen-contact .field-name-field-facebook,
.entity-redhen-org .field-name-field-facebook {
  margin-left: 22px;
}
.entity-redhen-contact .field-name-field-facebook a:before,
.entity-redhen-org .field-name-field-facebook a:before {
  content: "\f082";
  font-size: 30px;
  line-height: 1em;
  color: #3e2b6c;
}
.entity-redhen-contact .field-name-field-linkedin a:before,
.entity-redhen-org .field-name-field-linkedin a:before {
  content: "\f08c";
  font-size: 30px;
  line-height: 1em;
  color: #3e2b6c;
}
.entity-redhen-contact .field-name-field-twitter-url a:before,
.entity-redhen-org .field-name-field-twitter-url a:before {
  content: "\f081";
  font-size: 30px;
  line-height: 1em;
  color: #3e2b6c;
}
.entity-redhen-contact .tag .field-items,
.entity-redhen-org .tag .field-items {
  margin-left: 0;
}
.entity-redhen-contact .tag .field-label,
.entity-redhen-org .tag .field-label {
  display: block;
  float: none;
  margin-top: 10px;
  font-size: 14px;
}
.entity-redhen-contact .tag .field-label span:after,
.entity-redhen-org .tag .field-label span:after {
  content: ":";
}
.entity-redhen-contact .field-name-field-prof-interest-areas,
.entity-redhen-org .field-name-field-prof-interest-areas,
.entity-redhen-contact .field-name-field-areas-of-interest,
.entity-redhen-org .field-name-field-areas-of-interest {
  padding: 10px 0 0;
}
.entity-redhen-contact .field-name-field-prof-interest-areas .field-label,
.entity-redhen-org .field-name-field-prof-interest-areas .field-label,
.entity-redhen-contact .field-name-field-areas-of-interest .field-label,
.entity-redhen-org .field-name-field-areas-of-interest .field-label {
  display: inline;
  float: none;
  color: #5B6066;
}
.entity-redhen-contact .field-name-field-prof-interest-areas .field-items,
.entity-redhen-org .field-name-field-prof-interest-areas .field-items,
.entity-redhen-contact .field-name-field-areas-of-interest .field-items,
.entity-redhen-org .field-name-field-areas-of-interest .field-items {
  margin-left: 5px;
  display: inline;
  float: none;
}
.entity-redhen-contact .field-name-field-prof-interest-areas .field-items .field-item,
.entity-redhen-org .field-name-field-prof-interest-areas .field-items .field-item,
.entity-redhen-contact .field-name-field-areas-of-interest .field-items .field-item,
.entity-redhen-org .field-name-field-areas-of-interest .field-items .field-item {
  display: inline;
  float: none;
}
.entity-redhen-contact .field-name-field-areas-of-interest,
.entity-redhen-org .field-name-field-areas-of-interest {
  padding-top: 5px;
}
.entity-redhen-contact .field-type-link-field a,
.entity-redhen-org .field-type-link-field a {
  background: none;
  padding: 0;
  font-size: 14px;
  color: #35afd0;
}
.page-directory #region-content .entity-redhen-org .columns-wrapper,
.page-directory #region-content .entity-redhen-contact .columns-wrapper {
  clear: both;
}
.page-directory #region-content .entity-redhen-org .columns-wrapper .column,
.page-directory #region-content .entity-redhen-contact .columns-wrapper .column {
  float: left;
  width: 50%;
}
.responsive-layout-mobile .page-directory #region-content .entity-redhen-org .columns-wrapper .column,
.responsive-layout-mobile .page-directory #region-content .entity-redhen-contact .columns-wrapper .column {
  width: 100%;
  float: none;
}
.responsive-layout-mobile .page-directory #region-content .entity-redhen-org .columns-wrapper .column .field,
.responsive-layout-mobile .page-directory #region-content .entity-redhen-contact .columns-wrapper .column .field,
.responsive-layout-mobile .page-directory #region-content .entity-redhen-org .columns-wrapper .column .tag,
.responsive-layout-mobile .page-directory #region-content .entity-redhen-contact .columns-wrapper .column .tag {
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-directory #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner,
.page-directory #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner {
  padding-left: 35px;
}
.page-directory #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .field,
.page-directory #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .field,
.page-directory #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .tag,
.page-directory #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .tag {
  padding-bottom: 2px;
}
.page-directory #region-content .entity-redhen-contact .columns-wrapper .column-2 {
  background: #f6f6f9;
  padding: 15px 0;
  margin-top: -35px;
}
.page-directory #region-content .entity-redhen-org .columns-wrapper .column-2 {
  margin-top: 10px;
}
.page-user #region-content .entity-redhen-contact .columns-wrapper,
.page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper,
.page-redhen-org #region-content .entity-redhen-contact .columns-wrapper,
.page-user #region-content .entity-redhen-org .columns-wrapper,
.page-redhen-contact #region-content .entity-redhen-org .columns-wrapper,
.page-redhen-org #region-content .entity-redhen-org .columns-wrapper {
  clear: both;
}
.page-user #region-content .entity-redhen-contact .columns-wrapper .column,
.page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column,
.page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column,
.page-user #region-content .entity-redhen-org .columns-wrapper .column,
.page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column,
.page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column {
  float: left;
  width: 50%;
}
.responsive-layout-mobile .page-user #region-content .entity-redhen-contact .columns-wrapper .column,
.responsive-layout-mobile .page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column,
.responsive-layout-mobile .page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column,
.responsive-layout-mobile .page-user #region-content .entity-redhen-org .columns-wrapper .column,
.responsive-layout-mobile .page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column,
.responsive-layout-mobile .page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column {
  width: 100%;
  float: none;
}
.responsive-layout-mobile .page-user #region-content .entity-redhen-contact .columns-wrapper .column .field,
.responsive-layout-mobile .page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column .field,
.responsive-layout-mobile .page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column .field,
.responsive-layout-mobile .page-user #region-content .entity-redhen-org .columns-wrapper .column .field,
.responsive-layout-mobile .page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column .field,
.responsive-layout-mobile .page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column .field,
.responsive-layout-mobile .page-user #region-content .entity-redhen-contact .columns-wrapper .column .tag,
.responsive-layout-mobile .page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column .tag,
.responsive-layout-mobile .page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column .tag,
.responsive-layout-mobile .page-user #region-content .entity-redhen-org .columns-wrapper .column .tag,
.responsive-layout-mobile .page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column .tag,
.responsive-layout-mobile .page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column .tag {
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-user #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner,
.page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner,
.page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner,
.page-user #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner,
.page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner,
.page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner {
  background: #f6f6f9;
  padding: 20px;
}
.page-user #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .field,
.page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .field,
.page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .field,
.page-user #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .field,
.page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .field,
.page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .field,
.page-user #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .tag,
.page-redhen-contact #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .tag,
.page-redhen-org #region-content .entity-redhen-contact .columns-wrapper .column-2 .column-inner .tag,
.page-user #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .tag,
.page-redhen-contact #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .tag,
.page-redhen-org #region-content .entity-redhen-org .columns-wrapper .column-2 .column-inner .tag {
  padding-bottom: 2px;
}
.view-organization-relations .item-list ul,
.view-gf-contacts-by-org .item-list ul {
  margin: 0!important;
}
.view-organization-relations .item-list ul li,
.view-gf-contacts-by-org .item-list ul li {
  margin-left: 0;
}
.view-organization-relations .views-row,
.view-gf-contacts-by-org .views-row {
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  min-height: 50px;
}
.view-organization-relations .views-row .views-field,
.view-gf-contacts-by-org .views-row .views-field {
  padding-left: 60px;
}
.view-organization-relations .views-row .views-field-picture,
.view-gf-contacts-by-org .views-row .views-field-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  padding-left: 0;
}
.view-organization-relations .views-row .views-field-picture img,
.view-gf-contacts-by-org .views-row .views-field-picture img {
  width: 100%;
  height: auto;
}
.view-organization-relations .views-row .views-field-field-account,
.view-gf-contacts-by-org .views-row .views-field-field-account {
  font-style: italic;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
.view-organization-relations.view-display-id-page .view-content,
.view-gf-contacts-by-org.view-display-id-page .view-content,
.view-organization-relations.view-display-id-page_1 .view-content,
.view-gf-contacts-by-org.view-display-id-page_1 .view-content {
  clear: both;
  overflow: hidden;
}
.view-organization-relations.view-display-id-page .views-row,
.view-gf-contacts-by-org.view-display-id-page .views-row,
.view-organization-relations.view-display-id-page_1 .views-row,
.view-gf-contacts-by-org.view-display-id-page_1 .views-row {
  width: 50%;
  float: left;
  clear: none!important;
}
#block-views-gf-org-content-block {
  margin-top: 20px!important;
}
#block-views-contact-relations-block .block-title,
#block-views-contact-relations-block-1 .block-title {
  cursor: pointer;
}
#block-views-contact-relations-block .views-row,
#block-views-contact-relations-block-1 .views-row {
  padding-bottom: 10px;
  line-height: 1.1;
}
#block-views-contact-relations-block .block-inner {
  padding-bottom: 0!important;
}
#block-views-gf-user-groups-block .views-row {
  padding-bottom: 10px;
}
#block-views-gf-affinity-group-content-block .views-row {
  padding-bottom: 10px;
}
#block-views-gf-affinity-group-content-block .views-row .views-field-rendered-entity a {
  font-weight: normal!important;
}
body {
  background: none;
}
#zone-header,
#zone-user,
#zone-menu,
#zone-preface,
#zone-content,
#zone-footer-first,
#zone-footer-second {
  /*-webkit-box-shadow: 0 5px 5px rgba(229, 228, 229, 0.8);
  -moz-box-shadow: 0 5px 5px rgba(229, 228, 229, 0.8);
  box-shadow: 0 5px 5px rgba(229, 228, 229, 0.8);*/
}
.region {
  min-height: 0;
  /* override 1px set from omega-debug.css */
}
html {
  -webkit-font-smoothing: antialiased;
}
/* fix for messed up Font-Face fonts rendering in Chrome */
