@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=e1d5f930-d932-426b-86b6-24ffd4aff26c");
.l-header:after, .l-main:after, .l-region--highlighted:after, #block-block-7:after, #off-canvas:after, #calendar_submenu:after, .view-display-id-attachment .view-content:after {
  content: "";
  display: table;
  clear: both;
}

.l-header:after, .l-main:after, .l-region--highlighted:after, #block-block-7:after, #off-canvas:after, #calendar_submenu:after, .view-display-id-attachment .view-content:after {
  content: "";
  display: table;
  clear: both;
}

/*!
 *  Font Awesome 4.6.2 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("../webfonts/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../webfonts/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../webfonts/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../webfonts/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../webfonts/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../webfonts/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.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: white;
}

/* 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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#off-canvas .menu a, .node--press-release--full, .addthis_toolbox, #block-block-6, #block-block-7, .slides .text, .front .block--views .node--news--teaser, #block-views-f9ba3b222913c911f922cdb43e353243 article.node, .l-region--promises .slides, #block-block-17, .block--views-news-for-programs-block, aside.l-region--sidebar-second .l-region .block--apa-emma-block, #block-block-15, #block-block-19 p, #block-views-gn-news-block, .block--sna-blocks, #block-block-21, #block-block-23, #block-block-18, .field-name-body, .view-staff, .view-partners, .view-all-staff, .view-all-partners, .node--promise--full.node--full h2, .node--promise--full.node--full p, #block-views-resources-for-promises-block-1 .views-row, .webform-client-form, .node--full .group-left, .node--full .group-footer, .header-title, .node--full header.group-header, .field-collection-container, .page-node-3702 .block--bean, .donors-block, #block-views-events-block-3, .page-node-263 .field-name-body,
.page-node-263 .page-title, .page-node-263 div.odd, .page-node-263 div.even, .section-news .node--news--full, .section-news .node--press-release--full, .section-news .node--teaser-no-image, .section-press-releases .node--news--full, .section-press-releases .node--press-release--full, .section-press-releases .node--teaser-no-image, .page-node-3556 .node--news--full, .page-node-3556 .node--press-release--full, .page-node-3556 .node--teaser-no-image, .node-type-press-release .node--news--full, .node-type-press-release .node--press-release--full, .node-type-press-release .node--teaser-no-image, #block-block-9, #block-block-12, .section-programs.page-node-210 .node--page .field-name-body, #block-views-promises-block, .page-node-418 .node--page .field-name-body, #block-block-4, .section-resources .views-exposed-widgets, .section-resources .node--page .field-name-body, #block-views-featured-staff-block .group-right, #block-block-8, #block-views-executives-block, .pager {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #off-canvas .menu a, .node--press-release--full, .addthis_toolbox, #block-block-6, #block-block-7, .slides .text, .front .block--views .node--news--teaser, #block-views-f9ba3b222913c911f922cdb43e353243 article.node, .l-region--promises .slides, #block-block-17, .block--views-news-for-programs-block, aside.l-region--sidebar-second .l-region .block--apa-emma-block, #block-block-15, #block-block-19 p, #block-views-gn-news-block, .block--sna-blocks, #block-block-21, #block-block-23, #block-block-18, .field-name-body, .view-staff, .view-partners, .view-all-staff, .view-all-partners, .node--promise--full.node--full h2, .node--promise--full.node--full p, #block-views-resources-for-promises-block-1 .views-row, .webform-client-form, .node--full .group-left, .node--full .group-footer, .header-title, .node--full header.group-header, .field-collection-container, .page-node-3702 .block--bean, .donors-block, #block-views-events-block-3, .page-node-263 .field-name-body,
  .page-node-263 .page-title, .page-node-263 div.odd, .page-node-263 div.even, .section-news .node--news--full, .section-news .node--press-release--full, .section-news .node--teaser-no-image, .section-press-releases .node--news--full, .section-press-releases .node--press-release--full, .section-press-releases .node--teaser-no-image, .page-node-3556 .node--news--full, .page-node-3556 .node--press-release--full, .page-node-3556 .node--teaser-no-image, .node-type-press-release .node--news--full, .node-type-press-release .node--press-release--full, .node-type-press-release .node--teaser-no-image, #block-block-9, #block-block-12, .section-programs.page-node-210 .node--page .field-name-body, #block-views-promises-block, .page-node-418 .node--page .field-name-body, #block-block-4, .section-resources .views-exposed-widgets, .section-resources .node--page .field-name-body, #block-views-featured-staff-block .group-right, #block-block-8, #block-views-executives-block, .pager {
    padding: 0;
  }
}

.slides .button a, .block--views-event-sidebar-block .field-name-field-link-to-cvent a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #e61212;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 1.6em 2em;
  white-space: nowrap;
}
.slides .button a:hover, .block--views-event-sidebar-block .field-name-field-link-to-cvent a:hover {
  background: #f03b3b;
}
.slides .button a:after, .block--views-event-sidebar-block .field-name-field-link-to-cvent a:after {
  content: " \e006";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-left: 20px;
}

.field-name-node-link a, .field-name-field-link a, .field-name-field-link-to-external-site a, .field-name-field-file-attachment a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f13438;
  color: #fff;
  text-transform: uppercase;
  padding: 0.7em 1.7em;
  font-size: 11px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.section-resources .views-exposed-widgets .form-submit {
  border: 2px solid #006c7e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #639fc1;
  -webkit-box-shadow: inset 0 2px 0 #91ccee;
  -moz-box-shadow: inset 0 2px 0 #91ccee;
  box-shadow: inset 0 2px 0 #91ccee;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 1, 1, 0.16)), color-stop(100%, rgba(255, 255, 255, 0.16)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 1, 1, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
  background-image: linear-gradient(bottom, rgba(1, 1, 1, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(1, 1, 1, 0.34);
  white-space: nowrap;
}

.l-content input[type="submit"], #block-block-7 .button {
  text-shadow: #005966 0 0 2px;
  font-size: 17px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF008598', endColorstr='#FF002C32');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008598), color-stop(100%, #007180));
  background: -webkit-linear-gradient(#008598, #007180);
  background: -moz-linear-gradient(#008598, #007180);
  background: -o-linear-gradient(#008598, #007180);
  background: linear-gradient(#008598, #007180);
  -webkit-box-shadow: #00c8e5 0 1px 0 inset;
  -moz-box-shadow: #00c8e5 0 1px 0 inset;
  box-shadow: #00c8e5 0 1px 0 inset;
  border: 1px solid #005a67;
  color: white;
  text-shadow: #001316 0 -1px 0;
  padding: 0.8em 1.5em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.l-content input[type="submit"]:hover, #block-block-7 .button:hover {
  text-decoration: none;
}
.l-content input[type="submit"]:hover, #block-block-7 .button:hover {
  background-color: #005a67;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006f7f), color-stop(100%, #005a67));
  background: -webkit-linear-gradient(#006f7f, #005a67);
  background: -moz-linear-gradient(#006f7f, #005a67);
  background: -o-linear-gradient(#006f7f, #005a67);
  background: linear-gradient(#006f7f, #005a67);
}
.l-content input[type="submit"]:active, #block-block-7 .button:active {
  -webkit-box-shadow: #004d57 0 1px 2px inset;
  -moz-box-shadow: #004d57 0 1px 2px inset;
  box-shadow: #004d57 0 1px 2px inset;
}
.l-content input.disabled[type="submit"], #block-block-7 .disabled.button, .l-content input[disabled][type="submit"], #block-block-7 [disabled].button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #007180;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.l-content input[type="submit"]::-moz-focus-inner, #block-block-7 .button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

#block-block-7 #volunteer-match-form input[type="submit"] {
  font-size: 20px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF39D06', endColorstr='#FF8F5D04');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f39d06), color-stop(100%, #c98205));
  background: -webkit-linear-gradient(#f39d06, #c98205);
  background: -moz-linear-gradient(#f39d06, #c98205);
  background: -o-linear-gradient(#f39d06, #c98205);
  background: linear-gradient(#f39d06, #c98205);
  -webkit-box-shadow: #fbbb4b 0 1px 0 inset;
  -moz-box-shadow: #fbbb4b 0 1px 0 inset;
  box-shadow: #fbbb4b 0 1px 0 inset;
  border: 1px solid #b07204;
  color: white;
  text-shadow: #724a03 0 -1px 0;
  text-transform: uppercase;
  font-weight: 800;
}
#block-block-7 #volunteer-match-form input[type="submit"]:hover {
  text-decoration: none;
}
#block-block-7 #volunteer-match-form input[type="submit"]:hover {
  background-color: #b07204;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da8d05), color-stop(100%, #b07204));
  background: -webkit-linear-gradient(#da8d05, #b07204);
  background: -moz-linear-gradient(#da8d05, #b07204);
  background: -o-linear-gradient(#da8d05, #b07204);
  background: linear-gradient(#da8d05, #b07204);
}
#block-block-7 #volunteer-match-form input[type="submit"]:active {
  -webkit-box-shadow: #a16804 0 1px 2px inset;
  -moz-box-shadow: #a16804 0 1px 2px inset;
  box-shadow: #a16804 0 1px 2px inset;
}
#block-block-7 #volunteer-match-form input.disabled[type="submit"], #block-block-7 #volunteer-match-form input[disabled][type="submit"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #c98205;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#block-block-7 #volunteer-match-form input[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

#block-block-7 #volunteer-match-form input[type="text"] {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 1px #ed9b0b solid;
  font-style: italic;
  text-indent: 17px;
  background: #ececec;
  color: #edae04;
}

.search-block-form input[type="text"], .search-block-form--2 input[type="text"], .search-block-form input[type="submit"], .search-block-form--2 input[type="submit"], .l-region .block--apa-emma-block .form-text {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: #ececec;
  border: 1px solid #d7d6d6;
  height: 30px;
  font-family: "BT Serifa W01", serif;
}

.l-region--promises .slides .views-field-view-node a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url('../images/rgbapng/0000004d-5.png');
  background: rgba(0, 0, 0, 0.3);
  padding: 0.8em 1.8em;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
}
.l-region--promises .slides .views-field-view-node a:hover {
  background: url('../images/rgbapng/00000033-5.png');
  background: rgba(0, 0, 0, 0.2);
}

#off-canvas .menu li {
  width: 100%;
}
#off-canvas .menu a {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #4c89a7;
  text-transform: uppercase;
  font: 800 18px "Avenir W01", sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #4883a1;
  display: block;
  width: 100%;
  letter-spacing: 3px;
  background: #163c60;
}
#off-canvas .menu a.active {
  background: #21436b;
  color: #d2e6f0;
}
#off-canvas .menu .menu li a {
  background: #17304f;
  color: #d2e6f0;
  border-bottom: 1px solid #1c4871;
  padding-left: 20px;
}

#off-canvas .menu-block-5 a {
  background: #001835;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #001835), color-stop(94%, #001835), color-stop(100%, #001125));
  background: -webkit-linear-gradient(to right, #001835, #001835 94%, #001125);
  background: -moz-linear-gradient(to right, #001835, #001835 94%, #001125);
  background: -o-linear-gradient(to right, #001835, #001835 94%, #001125);
  background: linear-gradient(to right, #001835, #001835 94%, #001125);
  border-bottom: 1px solid #1c4871;
}

.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@font-face {
  font-family: "Avenir W01_n2";
  src: url("../webfonts/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
  src: url("../webfonts/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("../webfonts/fonts/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("../webfonts/fonts/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"), url("../webfonts/fonts/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Avenir W01_o2";
  src: url("../webfonts/fonts/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix");
  src: url("../webfonts/fonts/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix") format("eot"), url("../webfonts/fonts/47fd1045-6e5b-4c87-9235-cfbc2b42cde7.woff") format("woff"), url("../webfonts/fonts/60662abb-0ac3-46b2-930f-4719462489c9.ttf") format("truetype"), url("../webfonts/fonts/9cf39ac2-87a5-4c4e-a604-7cece19d30bd.svg#9cf39ac2-87a5-4c4e-a604-7cece19d30bd") format("svg");
  font-weight: 200;
  font-style: oblique;
}

@font-face {
  font-family: "Avenir W01_n3";
  src: url("../webfonts/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix");
  src: url("../webfonts/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"), url("../webfonts/fonts/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"), url("../webfonts/fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"), url("../webfonts/fonts/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Avenir W01_o3";
  src: url("../webfonts/fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix");
  src: url("../webfonts/fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix") format("eot"), url("../webfonts/fonts/ca94ed56-18fc-4856-940a-70a072607c7c.woff") format("woff"), url("../webfonts/fonts/dd6da407-70fe-4aa3-a1c7-64f0cb086f01.ttf") format("truetype"), url("../webfonts/fonts/c7f424be-90e1-45b8-b617-ee3589a859bd.svg#c7f424be-90e1-45b8-b617-ee3589a859bd") format("svg");
  font-weight: 300;
  font-style: oblique;
}

@font-face {
  font-family: "Avenir W01_n4";
  src: url("../webfonts/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix");
  src: url("../webfonts/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix") format("eot"), url("../webfonts/fonts/b9ebb19d-88c1-4cbd-9baf-cf51972422ec.woff") format("woff"), url("../webfonts/fonts/5ed4f98e-9044-4810-88ff-74d412c1351f.ttf") format("truetype"), url("../webfonts/fonts/4cb16859-16ca-4342-b89c-292dc83266af.svg#4cb16859-16ca-4342-b89c-292dc83266af") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir W01_o4";
  src: url("../webfonts/fonts/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix");
  src: url("../webfonts/fonts/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix") format("eot"), url("../webfonts/fonts/3695342c-b5e2-4010-b0d4-56f563465922.woff") format("woff"), url("../webfonts/fonts/2ba9f875-66d9-414d-a426-5a012b443475.ttf") format("truetype"), url("../webfonts/fonts/0a88351a-e628-4b1f-99eb-3a729518af0a.svg#0a88351a-e628-4b1f-99eb-3a729518af0a") format("svg");
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: "Avenir W01_n8";
  src: url("../webfonts/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("../webfonts/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("../webfonts/fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("../webfonts/fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("../webfonts/fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Avenir W01_o8";
  src: url("../webfonts/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix");
  src: url("../webfonts/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix") format("eot"), url("../webfonts/fonts/53554f6f-4b01-4815-87fe-82c49b8ba5a9.woff") format("woff"), url("../webfonts/fonts/28dfedaf-6372-45a1-8833-b3078dc56a21.ttf") format("truetype"), url("../webfonts/fonts/f747b6ee-4d13-4e45-815d-f33ac1b71d63.svg#f747b6ee-4d13-4e45-815d-f33ac1b71d63") format("svg");
  font-weight: 800;
  font-style: oblique;
}

@font-face {
  font-family: "Avenir W01_n9";
  src: url("../webfonts/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix");
  src: url("../webfonts/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"), url("../webfonts/fonts/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"), url("../webfonts/fonts/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"), url("../webfonts/fonts/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Avenir W01_o9";
  src: url("../webfonts/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Avenir W01";
  src: url("../webfonts/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix");
  src: url("../webfonts/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix") format("eot"), url("../webfonts/fonts/36ec15b9-f8da-447f-8fed-a9cfdfb91fbb.woff") format("woff"), url("../webfonts/fonts/230d6b14-6d44-4dd5-a6ae-a4287936e51e.ttf") format("truetype"), url("../webfonts/fonts/9bce4920-94e2-4e4d-bd34-818801dd3eb3.svg#9bce4920-94e2-4e4d-bd34-818801dd3eb3") format("svg");
  font-weight: 900;
  font-style: oblique;
}

@font-face {
  font-family: "BT Serifa W01_n5";
  src: url("../webfonts/fonts/d2746be7-a5ee-43c8-a62e-9c549ed6058f.eot?#iefix") format("eot");
}

@font-face {
  font-family: "BT Serifa W01";
  src: url("../webfonts/fonts/d2746be7-a5ee-43c8-a62e-9c549ed6058f.eot?#iefix");
  src: url("../webfonts/fonts/d2746be7-a5ee-43c8-a62e-9c549ed6058f.eot?#iefix") format("eot"), url("../webfonts/fonts/addf50c8-1dc1-41e3-ba3d-5e3e9a653295.woff") format("woff"), url("../webfonts/fonts/f2882d46-fad7-4b8a-a212-238dc1206429.ttf") format("truetype"), url("../webfonts/fonts/975604bd-545e-4359-9304-a1bb16311287.svg#975604bd-545e-4359-9304-a1bb16311287") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BT Serifa W01_n2";
  src: url("../webfonts/fonts/6288082a-c36c-4574-b454-31746b339b75.eot?#iefix") format("eot");
}

@font-face {
  font-family: "BT Serifa W01";
  src: url("../webfonts/fonts/6288082a-c36c-4574-b454-31746b339b75.eot?#iefix");
  src: url("../webfonts/fonts/6288082a-c36c-4574-b454-31746b339b75.eot?#iefix") format("eot"), url("../webfonts/fonts/39628152-7edf-4b67-8f1f-c1ae3a57b21d.woff") format("woff"), url("../webfonts/fonts/2404199c-ded1-4b5b-be85-c2fdf31cb249.ttf") format("truetype"), url("../webfonts/fonts/7e33b029-1eb0-4340-bfd7-6f614e9c5434.svg#7e33b029-1eb0-4340-bfd7-6f614e9c5434") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "BT Serifa W01_i2";
  src: url("../webfonts/fonts/c1ea1303-19b6-4e80-b1f8-cec8adfe4af2.eot?#iefix") format("eot");
}

@font-face {
  font-family: "BT Serifa W01";
  src: url("../webfonts/fonts/c1ea1303-19b6-4e80-b1f8-cec8adfe4af2.eot?#iefix");
  src: url("../webfonts/fonts/c1ea1303-19b6-4e80-b1f8-cec8adfe4af2.eot?#iefix") format("eot"), url("../webfonts/fonts/3094ede2-edef-4e00-9ee1-d701f06ea06a.woff") format("woff"), url("../webfonts/fonts/816b6b2c-3ad1-4fcb-9e53-8d61ee7a639b.ttf") format("truetype"), url("../webfonts/fonts/f62aad3b-f309-4a42-b71e-ecd4f318e4f8.svg#f62aad3b-f309-4a42-b71e-ecd4f318e4f8") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "BT Serifa W01_n3";
  src: url("../webfonts/fonts/ede3e4b9-6264-4f63-bf25-93a312b5a81a.eot?#iefix") format("eot");
}

@font-face {
  font-family: "BT Serifa W01";
  src: url("../webfonts/fonts/ede3e4b9-6264-4f63-bf25-93a312b5a81a.eot?#iefix");
  src: url("../webfonts/fonts/ede3e4b9-6264-4f63-bf25-93a312b5a81a.eot?#iefix") format("eot"), url("../webfonts/fonts/5c14d232-1795-482f-b98f-73b060df175d.woff") format("woff"), url("../webfonts/fonts/db9e2878-258b-4afb-a0bf-7264a8164036.ttf") format("truetype"), url("../webfonts/fonts/8c7078f1-172b-4b89-9c96-9b797f733865.svg#8c7078f1-172b-4b89-9c96-9b797f733865") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BT Serifa W01_i3";
  src: url("../webfonts/fonts/4c69b180-ccb6-46a1-9983-dd66f937c288.eot?#iefix") format("eot");
}

@font-face {
  font-family: "BT Serifa W01";
  src: url("../webfonts/fonts/4c69b180-ccb6-46a1-9983-dd66f937c288.eot?#iefix");
  src: url("../webfonts/fonts/4c69b180-ccb6-46a1-9983-dd66f937c288.eot?#iefix") format("eot"), url("../webfonts/fonts/0ea41df8-dd48-455c-ba10-cea13f45e6c1.woff") format("woff"), url("../webfonts/fonts/74004d83-7297-4a83-8473-9e16a1390ff8.ttf") format("truetype"), url("../webfonts/fonts/b288c661-5b30-4dd7-84db-35909e50823e.svg#b288c661-5b30-4dd7-84db-35909e50823e") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "BT Serifa W01_n4";
  src: url("../webfonts/fonts/5f54c55b-c37c-4e25-8da5-4a455005ef1e.eot?#iefix") format("eot");
}

@font-face {
  font-family: "BT Serifa W01";
  src: url("../webfonts/fonts/5f54c55b-c37c-4e25-8da5-4a455005ef1e.eot?#iefix");
  src: url("../webfonts/fonts/5f54c55b-c37c-4e25-8da5-4a455005ef1e.eot?#iefix") format("eot"), url("../webfonts/fonts/67152728-05bc-46ab-a9b5-a32dbc43e415.woff") format("woff"), url("../webfonts/fonts/cc6b9283-a62f-4b2b-8b78-f35f7a42f276.ttf") format("truetype"), url("../webfonts/fonts/59240aab-b257-43ba-b8ae-1184001de365.svg#59240aab-b257-43ba-b8ae-1184001de365") format("svg");
  font-weight: 400;
  font-style: normal;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.front .cover-link a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 1;
}

#block-views-gn-news-block .block__content .cover-link a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 1;
}

@media (min-width: 768px) {
  .cover-link a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    z-index: 1;
  }
}
.label-inline {
  display: inline;
  margin-right: 0.5em;
}

.label-above {
  font-weight: 800;
}

.show-for-small {
  display: none;
}
@media all and (max-width: 767px) {
  .show-for-small {
    display: inherit;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon/icomoon.eot");
  src: url("../webfonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../webfonts/icomoon/icomoon.woff") format("woff"), url("../webfonts/icomoon/icomoon.ttf") format("truetype"), url("../webfonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon2';
  src: url("../webfonts/icomoon/icomoon2.eot");
  src: url("../webfonts/icomoon/icomoon2.eot?#iefix") format("embedded-opentype"), url("../webfonts/icomoon/icomoon2.woff") format("woff"), url("../webfonts/icomoon/icomoon2.ttf") format("truetype"), url("../webfonts/icomoon/icomoon2.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] { 
*/
.flex-direction-nav a:before, .l-region--sidebar-second .block--menu-block .collapsed > a:before, .l-region--sidebar-second .block--menu-block .expanded > a.active-trail:before, .block--views-related-channels-block .taxonomy-term h3 a:before, .block--views-related-channels-block .taxonomy-term h3 a:after, .block--sna-blocks .closed a:after, .block--sna-blocks .open > a:after, #block-block-21 a:after, .node--promise--full.node--full h2:before, .donors-block .donors span.action:after, .donors-block .donors header.open span.action:after, #block-views-promises-block .block__title:before, #block-menu-block-6 li.leaf a:after, .promises-icons .view-footer .views-row-3 a .views-row-1 a, .promises-icons .view-footer .views-row-1 .views-row-3 a a, #block-views-promises-block .views-row-3 .group-right .promises-icons .view-footer .views-row-1 a, .promises-icons .view-footer .views-row-1 #block-views-promises-block .views-row-3 .group-right a, .promises-icons .view-footer .views-row-3 a #block-views-promises-block .views-row-1 .group-right, #block-views-promises-block .views-row-1 .promises-icons .view-footer .views-row-3 a .group-right, #block-views-promises-block .views-row-3 .group-right .views-row-1 .group-right, #block-views-promises-block .views-row-1 .views-row-3 .group-right .group-right, .addthis_toolbox .at15nc.at15t_twitter, .donors-block .donors ul li, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next, .l-region--promises .flex-direction-nav .flex-next, #calendar_submenu .grid-view, #calendar_submenu .list-view, .view .date-nav-wrapper .date-next a, .view .date-nav-wrapper .date-prev a, #block-menu-block-6 .menu-mlid-1095 a, #block-menu-block-6 .menu-mlid-1031 a, #block-menu-block-6 .menu-mlid-1032 a, .selectBox-dropdown .selectBox-arrow, .addthis_toolbox .at15nc.at15t_facebook, .addthis_toolbox .at15nc.at15t_google_plusone_share, .addthis_toolbox .at15nc.at15t_compact, .promises-icons .view-footer .views-row-1 a, #block-views-promises-block .views-row-1 .group-right, .promises-icons .view-footer .views-row-4 a, #block-views-promises-block .views-row-4 .group-right, .promises-icons .view-footer .views-row-3 a, #block-views-promises-block .views-row-3 .group-right, .promises-icons .view-footer .views-row-5 a, #block-views-promises-block .views-row-5 .group-right, .promises-icons .view-footer .views-row-2 a, #block-views-promises-block .views-row-2 .group-right {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.promises-icons .view-footer .views-row-3 a:before, #block-views-promises-block .views-row-3 .group-right:before {
  content: "\e002";
}

.promises-icons .view-footer .views-row-1 a:before, #block-views-promises-block .views-row-1 .group-right:before {
  content: "\e004";
}

.addthis_toolbox .at15nc.at15t_twitter:before {
  content: "\e007";
}

.donors-block .donors ul li:before {
  content: "\e006";
}

.flex-direction-nav .flex-prev:before {
  content: "\e00b";
}

.flex-direction-nav .flex-next:before, .l-region--promises .flex-direction-nav .flex-next:before {
  content: "\e005";
}

#calendar_submenu .grid-view:before {
  content: "\e00d";
}

#calendar_submenu .list-view:before {
  content: "\e00e";
}

.view .date-nav-wrapper .date-next a:before {
  content: "\e011";
}

.view .date-nav-wrapper .date-prev a:before {
  content: "\e01c";
}

#block-menu-block-6 .menu-mlid-1095 a:before {
  content: "\e01d";
}

#block-menu-block-6 .menu-mlid-1031 a:before {
  content: "\e01e";
}

#block-menu-block-6 .menu-mlid-1032 a:before {
  content: "\e01f";
}

.selectBox-dropdown .selectBox-arrow:before {
  content: "\e020";
}

.addthis_toolbox .at15nc.at15t_facebook:before {
  content: "\e021";
}

.addthis_toolbox .at15nc.at15t_google_plusone_share:before {
  content: "\e022";
}

.addthis_toolbox .at15nc.at15t_compact:before {
  content: "\e023";
}

.promises-icons .view-footer .views-row-1 a:before, #block-views-promises-block .views-row-1 .group-right:before {
  content: "\e024";
}

.promises-icons .view-footer .views-row-4 a:before, #block-views-promises-block .views-row-4 .group-right:before {
  content: "\e003";
}

.promises-icons .view-footer .views-row-3 a:before, #block-views-promises-block .views-row-3 .group-right:before {
  content: "\e025";
}

.promises-icons .view-footer .views-row-5 a:before, #block-views-promises-block .views-row-5 .group-right:before {
  content: "\e001";
}

.promises-icons .view-footer .views-row-2 a:before, #block-views-promises-block .views-row-2 .group-right:before {
  content: "\e000";
}

.icons-sprite, .icons-dots180, .icons-dots225, .icons-dots45, .icons-dots90, .icons-facebook, .icons-flickr, .icons-flickrsmall, .icons-google, .icons-grad-cap-blue, .icons-mseperatorbg, .separator .view-mode-separator, .icons-search, .search-block-form input[type="submit"], .search-block-form--2 input[type="submit"], .icons-searchbig, #off-canvas form input[type="submit"], .icons-seperatorbg, .icons-share, .icons-the5promises, #block-views-promises-slider-block .block__title, .icons-twitter, .icons-youtube, .icons-youtubesmall, .microsite-announcement-icon, .promises-icons .view-footer .views-row-1 a:hover:after, .promises-icons .view-footer .views-row-2 a:hover:after, .promises-icons .view-footer .views-row-3 a:hover:after, .promises-icons .view-footer .views-row-4 a:hover:after, .promises-icons .view-footer .views-row-5 a:hover:after, .promises-icons .view-footer .views-row-1.flex-active a:after, .promises-icons .view-footer .views-row-2.flex-active a:after, .promises-icons .view-footer .views-row-3.flex-active a:after, .promises-icons .view-footer .views-row-4.flex-active a:after, .promises-icons .view-footer .views-row-5.flex-active a:after, #block-block-19 .block-title span, #block-block-18 .block-title span {
  background: url('../images/generated/icons-s99b3ab4686.png') no-repeat;
}

.icons-dots180 {
  background-position: 0 -647px;
  height: 3px;
  width: 48px;
}

.icons-dots225 {
  background-position: 0 -496px;
  height: 37px;
  width: 43px;
}

.icons-dots45 {
  background-position: 0 -422px;
  height: 49px;
  width: 57px;
}

.icons-dots90 {
  background-position: 0 -612px;
  height: 35px;
  width: 5px;
}

.icons-facebook {
  background-position: 0 -587px;
  height: 25px;
  width: 26px;
}

.icons-flickr {
  background-position: 0 -124px;
  height: 48px;
  width: 150px;
}

.icons-flickrsmall {
  background-position: 0 -307px;
  height: 30px;
  width: 94px;
}

.icons-google {
  background-position: 0 -234px;
  height: 25px;
  width: 26px;
}

.icons-grad-cap-blue {
  background-position: 0 -63px;
  height: 25px;
  width: 48px;
}

.icons-mseperatorbg, .separator .view-mode-separator {
  background-position: 0 -259px;
  height: 48px;
  width: 337px;
}

.icons-search, .search-block-form input[type="submit"], .search-block-form--2 input[type="submit"] {
  background-position: 0 -533px;
  height: 29px;
  width: 30px;
}

.icons-searchbig, #off-canvas form input[type="submit"] {
  background-position: 0 -363px;
  height: 59px;
  width: 61px;
}

.icons-seperatorbg {
  background-position: -76px -337px;
  height: 26px;
  width: 184px;
}

.icons-share {
  background-position: 0 -562px;
  height: 25px;
  width: 26px;
}

.icons-the5promises, #block-views-promises-slider-block .block__title {
  background-position: -103px -187px;
  height: 32px;
  width: 131px;
}

.icons-twitter {
  background-position: 0 -471px;
  height: 25px;
  width: 26px;
}

.icons-youtube {
  background-position: 0 0;
  height: 63px;
  width: 152px;
}

.icons-youtubesmall {
  background-position: 0 -88px;
  height: 36px;
  width: 87px;
}

.bg-sprite, .bg-mseperator, .separator, .bg-seperator {
  background: url('../images/generated/bg-s440c16b0a7.png') no-repeat;
}

.bg-mseperator, .separator {
  background-position: 0 -58px;
}

.bg-seperator {
  background-position: 0 0;
}

/* Dropdown control */
.selectBox-dropdown {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
  background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
  background: -o-linear-gradient(to bottom, #ffffff, #ededed);
  background: linear-gradient(to bottom, #ffffff, #ededed);
  min-width: 150px;
  position: relative;
  border: solid 2px #dadada;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  padding: 5px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #1baeb6;
  color: #1baeb6;
}
.selectBox-dropdown:focus:before,
.selectBox-dropdown:focus .selectBox-arrow:before {
  color: #1baeb6;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  line-height: 62px;
  right: 10px;
  width: 23px;
  height: 100%;
}
.selectBox-dropdown .selectBox-arrow:before {
  color: #b5b5b5;
}
@media (min-width: 768px) {
  .selectBox-dropdown .selectBox-arrow {
    line-height: 32px;
  }
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 2px #1baeb6;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.selectBox-dropdown-menu a {
  font-size: 12px;
}

/* Inline control */
.selectBox-inline {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 150px;
  outline: none;
  border: solid 2px #1baeb6;
  background: #FFF;
  display: inline-block;
  overflow: auto;
}

.selectBox-inline:focus {
  border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  color: #1baeb6;
}

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.selectBox-options.selectBox-options-bottom {
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.selectBox-options li a {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}

.selectBox-options li.selectBox-hover a {
  background-color: #EEE;
}

.selectBox-options li.selectBox-disabled a {
  color: #888;
  background-color: transparent;
}

.selectBox-options li.selectBox-selected a {
  background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/* Fix for selectBox JS */
#webform-component-secondary-contact--secondary-same-as-organization-address .selectBox-label,
#webform-component-third-contact--same-as-organization .selectBox-label,
#webform-component-fourth-contact--same-as-organization-address .selectBox-label,
#webform-component-fifth-contact--fifth-same-as-organization-address .selectBox-label,
#webform-component-secondary-contact--secondary-state .selectBox-label,
#webform-component-third-contact--third-state .selectBox-label,
#webform-component-fourth-contact--fourth-state .selectBox-label,
#webform-component-fifth-contact--fifth-state .selectBox-label {
  width: 135px !important;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #dadada;
  padding: 18px 0;
  text-indent: 13px;
  font-size: 27px;
  color: #dadada;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: white 0 0 0;
  -moz-box-shadow: white 0 0 0;
  box-shadow: white 0 0 0;
  border-color: #1baeb6;
  color: #1baeb6;
  outline: none;
}
input[disabled][type="text"],
input[disabled][type="password"],
input[disabled][type="date"],
input[disabled][type="datetime"],
input[disabled][type="datetime-local"],
input[disabled][type="month"],
input[disabled][type="week"],
input[disabled][type="email"],
input[disabled][type="number"],
input[disabled][type="search"],
input[disabled][type="tel"],
input[disabled][type="time"],
input[disabled][type="url"],
textarea[disabled] {
  background-color: #dddddd;
}
@media (min-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea {
    font-size: 16px;
    padding: 11px 0;
    width: auto;
  }
}

.form-item {
  margin-bottom: 2em;
}
.form-item label:not(.option) {
  display: block;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: .4em;
}

/* Basic form Elements */
/* Radio Buttons */
fieldset {
  margin-bottom: 2em;
  padding: .5em .5em;
}

.form-type-radio {
  position: relative;
  height: 24px;
  line-height: 24px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: #dadada 0 0 0 2px;
  -moz-box-shadow: #dadada 0 0 0 2px;
  box-shadow: #dadada 0 0 0 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

input[type="radio"]:checked + label:before {
  -webkit-box-shadow: white 0 0 0 3px inset, #dadada 0 0 0 2px;
  -moz-box-shadow: white 0 0 0 3px inset, #dadada 0 0 0 2px;
  box-shadow: white 0 0 0 3px inset, #dadada 0 0 0 2px;
  background-color: #1dafb7;
}

input[type="radio"] + label {
  padding-left: 34px;
}

/* Select */
@media (max-width: 768px) {
  select {
    width: 100%;
  }
}

/* Checkbox */
/* Submit */
.js input[type="submit"].js-hide {
  display: none;
}

/* Other Elements */
.form-required {
  color: #f13438;
}

img, media {
  max-width: 100%;
  /* Add !important if needed. */
  height: auto;
  /* Add !important if needed. */
}
.lt-ie9 img, .lt-ie9 media {
  width: inherit;
  /* Make images fill their parent's space. Solves IE8. */
}

* html {
  font-size: 87.5%;
}

html {
  font-size: 14px;
  line-height: 1.42857em;
}

/**
 * $BASE-TYPOGRAPHY
 */
html {
  color: #494949;
}

body {
  font: 300 15px/20px "Avenir W01", sans-serif;
  color: #494949;
  position: relative;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/**
 * $LINKS
 */
a {
  color: #f13438;
  text-decoration: none;
}
a:visited {
  color: #f13438;
}
a:focus {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: #f89396;
}

/**
 * $HEADINGS
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f13438;
  font-family: "BT Serifa W01", serif;
  font-weight: 200;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f89396;
}

h1 {
  line-height: 0.5em;
  font-size: 35px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1em;
}

h2 {
  line-height: 1.42857em;
  font-size: 25px;
  font-size: 1.78571rem;
  margin-bottom: 0;
}

h3 {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}
h3.black {
  color: #494949;
}

h4 {
  font-family: "Avenir W01", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  color: #494949;
}

@media (min-width: 768px) {
  h1 {
    line-height: 1em;
    font-size: 45px;
    font-size: 3.21429rem;
  }

  h2 {
    line-height: 1em;
    font-size: 35px;
    font-size: 2.5rem;
  }

  h3 {
    font-size: 25px;
    font-size: 1.78571rem;
    line-height: 28px;
  }

  h4 {
    font-size: 14px;
  }
}
h1 + p, h2 + p, h3 + p, h4 + p {
  margin-top: 0;
}

/**
 * $PARAGRAPHS
 */
p {
  margin: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.42857em;
}

p + img {
  float: left;
  margin-right: 0.625em;
}

.l-main ul, .l-main ol {
  padding-left: 39px;
}
@media (max-width: 361px) {
  .l-main ul, .l-main ol {
    padding-left: 15px;
  }
}
.l-main ul li, .l-main ol li {
  position: relative;
  margin-bottom: 10px;
}
.l-main ul li:before, .l-main ol li:before {
  content: "\002022";
  color: #ffbd09;
  position: absolute;
  font-size: 12px;
  left: -17px;
}
.l-main ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.l-main ol li:before {
  content: " ";
}

.page-resource-results .item-list ul, ul.tabs, ul.pager, ul.menu, ul.contextual-links, .view-executives ul, .view-staff ul,
.view-id-promises ul, .view-board ul, ul.selectBox-options, #block-views-gn-news-block ul, #block-views-news-for-programs-block ul, .view-all-staff ul {
  padding: 0;
}
.page-resource-results .item-list ul li:before, ul.tabs li:before, ul.pager li:before, ul.menu li:before, ul.contextual-links li:before, .view-executives ul li:before, .view-staff ul li:before,
.view-id-promises ul li:before, .view-board ul li:before, ul.selectBox-options li:before, #block-views-gn-news-block ul li:before, #block-views-news-for-programs-block ul li:before, .view-all-staff ul li:before {
  content: "";
  display: none;
}

blockquote {
  border-left: 6px solid #ffbd09;
  margin-left: 0;
  padding-left: 30px;
  color: #494949;
  font: 800 16px/23px "Avenir W01", sans-serif;
}

.more-link a {
  color: #898989;
  text-transform: uppercase;
  font-family: "BT Serifa W01", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
}

.field-name-node-link a, .field-name-field-link a, .field-name-field-link-to-external-site a, .field-name-field-file-attachment a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 25px;
}
@media (max-width: 361px) {
  .field-name-node-link a, .field-name-field-link a, .field-name-field-link-to-external-site a, .field-name-field-file-attachment a {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}
.field-name-node-link a:visited, .field-name-field-link a:visited, .field-name-field-link-to-external-site a:visited, .field-name-field-file-attachment a:visited {
  color: #fff;
}
.field-name-node-link a:hover, .field-name-field-link a:hover, .field-name-field-link-to-external-site a:hover, .field-name-field-file-attachment a:hover {
  background: #f46467;
  color: #fff;
}

@media (min-width: 768px) {
  .field-name-node-link a, .field-name-field-link a {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }
}
.l-off-canvas-show {
  padding: 34px 0 0 28px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.l-branding {
  text-align: center;
}

.site-logo {
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  z-index: 99;
  bottom: -86px;
  background: transparent url('../images/logo-bg-small.png') center center no-repeat;
  height: 186px;
  width: 147px;
  margin-left: -73.5px;
}
@media (min-width: 768px) {
  .site-logo {
    left: 5%;
    margin-left: 0;
    bottom: auto;
    top: 8px;
  }
}
@media (min-width: 1170px) {
  .site-logo {
    background: transparent url('../images/logo-bg.png') center center no-repeat;
    height: 181px;
    width: 252px;
    top: 0;
    left: 10px;
  }
}
.site-logo img {
  width: 102px;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .site-logo img {
    margin-top: 15px;
  }
}
@media (min-width: 1170px) {
  .site-logo img {
    width: auto;
  }
}

.mobile-menu-visible .l-on-canvas-show {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 53.33333%;
  clear: none;
}

#superfish-1-select {
  display: none;
}

.l-header {
  height: 100px;
  position: relative;
}

#block-search-form,
#block-block-1 {
  display: none;
}
@media (min-width: 768px) {
  #block-search-form,
  #block-block-1 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}

@media (min-width: 768px) {
  .inner, .l-region--prefooter .block--views, #flexslider-1, #block-views-promises-slider-block .block__content, .promises-icons .view-footer {
    max-width: 1178px;
    margin: 0 auto;
    position: relative;
  }

  .l-header {
    height: 108px;
  }
  .page-node-3702 .l-header {
    margin-bottom: 20px;
  }

  .l-region--header {
    width: 74.57627%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-top: 49px;
    padding-left: 0;
    position: relative;
  }

  #block-superfish-1 {
    width: 74.57627%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }

  #block-search-form {
    width: 23.72881%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  #block-block-1 {
    position: absolute;
    right: 0;
    top: 6px;
  }

  .menu-icon {
    display: none;
  }

  .more-link {
    position: absolute;
    top: 0;
    right: 0;
  }

  .l-content {
    border-right: 1px solid #e9e9e9;
  }
}
.node--press-release--full .addthis_toolbox {
  padding: 0;
}

@media (min-width: 768px) {
  .inner, .l-region--prefooter .block--views, #flexslider-1, #block-views-promises-slider-block .block__content, .promises-icons .view-footer {
    max-width: 1178px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .front .l-content {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .front .l-region--sidebar-second {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .not-front .l-content {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  div.even .group-one-column .group-right, div.odd .group-one-column .group-right, li.views-row-odd .group-one-column .group-right, li.views-row-even .group-one-column .group-right {
    width: 64.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/*******************************************************************************
 * off-canvas.layout.scss
 *
 * Styling of the Off Canvas layout.
 ******************************************************************************/
@media (max-width: 768px) {
  #block-menu-block-4 {
    display: none;
  }
}
@media (min-width: 768px) {
  .not-front .l-content {
    padding-right: 1.65em;
  }
  .section-news .l-content {
    padding-right: 4.25em;
  }

  .sidebar-second .l-content {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  .sidebar-second .l-region--sidebar-second {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    position: relative;
  }

  .front .l-content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  .front .l-region--sidebar-second {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
  }

  .l-region--footer {
    overflow: hidden;
    *zoom: 1;
  }

  #block-menu-menu-footer-main-menu {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }

  #block-menu-menu-footer-menu {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  #block-block-11 {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    padding-left: 60px;
    position: relative;
    padding-right: 8.47458%;
  }
}
/*******************************************************************************
 * Off canvas portion of styling for the Off Canvas layout.
 ******************************************************************************/
@media (min-width: 768px) {
  .no-js .l-off-canvas {
    position: relative;
    min-height: 24px;
    padding-right: 24px;
  }
  .no-js .l-off-canvas .l-region {
    position: relative;
    overflow: hidden;
  }
  .no-js .l-off-canvas:not(:target) .l-region {
    min-height: 0;
    height: 0;
  }
  .no-js .l-off-canvas:not(:target) .l-off-canvas-show {
    display: block;
  }
  .no-js .l-off-canvas:not(:target) .l-off-canvas-hide {
    display: none;
  }

  .js .l-off-canvas {
    position: absolute;
    z-index: 99;
    width: 80%;
    top: 0;
    bottom: 0;
    left: -70%;
    -webkit-transition: left 0.2s ease-in;
    -moz-transition: left 0.2s ease-in;
    -o-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
    cursor: pointer;
  }
  .js .l-off-canvas.is-visible {
    left: 0;
    cursor: auto;
  }
  .js .l-off-canvas.is-visible .l-off-canvas-show {
    display: none;
  }
  .js .l-off-canvas.is-visible .l-off-canvas-hide {
    display: block;
  }
  .js .l-off-canvas .l-off-canvas-show {
    display: block;
  }
}
#block-block-1 .social-links {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #ffffff;
  font-size: 0;
  font-weight: normal;
  height: 25px;
  width: 26px;
}
#block-block-1 .social-links:before {
  font-family: "FontAwesome";
  font-size: 22px;
  position: relative;
  top: 5px;
}
#block-block-1 .social-links.facebook {
  background-color: #006e9f;
}
#block-block-1 .social-links.facebook:before {
  content: '\f09a';
  font-size: 24px;
  right: -8px;
}
#block-block-1 .social-links.twitter {
  background-color: #31ade2;
}
#block-block-1 .social-links.twitter:before {
  content: '\f099';
  font-size: 21px;
  right: -4px;
  top: 3px;
}
#block-block-1 .social-links.google {
  background-color: #d64435;
}
#block-block-1 .social-links.google:before {
  content: '\f0d5';
  font-size: 17px;
  right: -2px;
  top: 3px;
}

.addthis_32x32_style .at300bs {
  background: none !important;
}

.node--full .addthis_toolbox {
  padding: 0;
}

.addthis_toolbox {
  font-size: #4d4d4d;
  margin-bottom: 1em;
}
.addthis_toolbox:before {
  content: "Share This";
  color: #4d4d4d;
  font-weight: 400;
  font-family: "BT Serifa W01", serif;
  position: relative;
}
@media (max-width: 361px) {
  .addthis_toolbox:before {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .addthis_toolbox:before {
    font-size: 15px;
    margin-right: 25px;
  }
}
.addthis_toolbox a span.at15nc {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #e5e5e5 !important;
  color: #4d4d4d;
}
@media (max-width: 361px) {
  .addthis_toolbox a span.at15nc {
    font-size: 20px;
  }
}
.addthis_toolbox a span.at15nc:hover {
  color: #fff;
}
.addthis_toolbox .at15nc.at15t_facebook {
  background: #e5e5e5 !important;
}
.addthis_toolbox .at15nc.at15t_facebook:hover {
  background: #006e9f !important;
}
.addthis_toolbox .at15nc.at15t_twitter {
  background: #e5e5e5 !important;
}
.addthis_toolbox .at15nc.at15t_twitter:hover {
  background: #28aae1 !important;
}
.addthis_toolbox .at15nc.at15t_google_plusone_share {
  background: #e5e5e5 !important;
}
.addthis_toolbox .at15nc.at15t_google_plusone_share:hover {
  background: #df4a32 !important;
}
.addthis_toolbox .at15nc.at15t_compact {
  background: #e5e5e5 !important;
}
@media (max-width: 361px) {
  .addthis_toolbox .at15nc.at15t_compact:before {
    font-size: 13px;
    left: 8px;
    bottom: 4px;
  }
}
.addthis_toolbox .at15nc.at15t_compact:hover {
  background: #f58020 !important;
}

.addthis_32x32_style .at300bs {
  width: 26px !important;
  height: 25px !important;
  left: 10px;
  width: 30px !important;
  height: 30px !important;
}
.addthis_32x32_style .at300bs:before {
  position: relative;
  left: 7px;
}
@media (min-width: 768px) {
  .addthis_32x32_style .at300bs {
    width: 21px !important;
    height: 21px !important;
  }
  .addthis_32x32_style .at300bs:before {
    font-size: 12px;
    top: -6px;
    left: -4px;
  }
}

.addthis_counter {
  display: none !important;
}

.addthis_default_style > .at300b, .addthis_default_style > .at300bo, .addthis_default_style > .at300m, .addthis_default_style > .at300bs {
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.flexslider {
  margin: 0;
  border: none;
  height: 608px;
}
@media (min-width: 768px) and (max-width: 1178px) {
  .flexslider {
    height: auto;
  }
}

.flex-control-paging li a {
  -webkit-box-shadow: white 0 0 0;
  -moz-box-shadow: white 0 0 0;
  box-shadow: white 0 0 0;
  cursor: pointer;
}

.flex-direction-nav a:before {
  content: '\e00b';
  color: #fff;
  font-size: 32px;
  width: auto;
  height: auto;
  position: relative;
}
.flex-direction-nav a.flex-next:before {
  content: '\e005';
}
.flex-direction-nav .flex-prev {
  left: 30px;
}
.flex-direction-nav .flex-next {
  right: 30px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: 'icomoon';
  font-size: 40px;
  display: inline-block;
  content: '\e00b';
}

.flex-direction-nav a.flex-next:before {
  content: '\e005';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: 'icomoon';
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px inset;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (768px) {
  .flex-direction-nav .flex-prev {
    left: -50px;
  }

  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
  }

  .flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
  }

  .flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
  }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.l-region--prefooter {
  background: url('../images/bg-prefooter.jpg') center center repeat-x;
  padding-bottom: 48px;
}
.l-region--prefooter .views-view-grid {
  width: 100%;
}
.l-region--prefooter .views-view-grid td {
  width: 20%;
  text-align: center;
}

@media (max-width: 768px) {
  .l-region--prefooter {
    height: 335px;
    margin-bottom: 13px;
  }
  .l-region--prefooter .block__title {
    display: none;
  }
  .l-region--prefooter .block__content {
    display: none;
  }
  .l-region--prefooter figure {
    padding: 128px 8% 0;
  }
}
@media (min-width: 768px) {
  .l-region--prefooter {
    background: url('../images/break.png') center 33px no-repeat;
  }
  .l-region--prefooter .block__title {
    color: #97b630;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 4em;
    text-indent: 21px;
    letter-spacing: 2px;
  }
  .l-region--prefooter figure {
    display: none;
  }
}
.copyright {
  color: #455f7f;
  text-transform: uppercase;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  font-size: 12px;
}

.search-block-form--2 {
  margin: 0 80px 40px 0;
  padding-left: 60px;
}

#block-block-11 {
  text-align: center;
  color: #4c89a7;
  font-size: 14px;
}
#block-block-11 .block__title {
  clear: left;
  font: 800 14px "Avenir W01", sans-serif;
  text-transform: uppercase;
  color: #163c60;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#block-block-11 address {
  font-style: normal;
  line-height: 19px;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .l-footer .inner, .l-footer .l-region--prefooter .block--views, .l-region--prefooter .l-footer .block--views, .l-footer #block-views-promises-slider-block .block__content, #block-views-promises-slider-block .l-footer .block__content, .l-footer .promises-icons .view-footer, .promises-icons .l-footer .view-footer {
    padding: 0;
  }
  .l-footer .search-block-form--2 {
    display: none;
  }
  .l-footer .block--menu .menu a {
    padding: 1em 2em;
    display: block;
    width: 100%;
    font: 800 25px "Avenir W01", sans-serif;
    color: #4c89a7;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  #block-menu-menu-footer-main-menu .menu a {
    border-bottom: 1px solid #4883a1;
    background: #001835;
  }
  #block-menu-menu-footer-main-menu .menu li.expanded a {
    background: #21436b;
    color: #fff;
  }
  #block-menu-menu-footer-main-menu .menu li.expanded ul.menu a {
    background: #17304f;
    padding-left: 70px;
  }

  #block-menu-menu-footer-menu .menu a {
    background: #163c60;
    border-bottom: 1px solid #4883a1;
  }

  #block-block-11 .block__title {
    width: 80%;
    font: 400 25px "BT Serifa W01", serif;
    margin: 2em auto 1em;
  }
  #block-block-11 .block__content address {
    font: 200 25px/35px "Avenir W01", sans-serif;
    margin-bottom: 1.7em;
  }

  .copyright {
    font-size: 20px;
    margin-bottom: 3em;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .l-footer {
    background: #163c60;
  }
  .l-footer .inner, .l-footer .l-region--prefooter .block--views, .l-region--prefooter .l-footer .block--views, .l-footer #flexslider-1, .l-footer #block-views-promises-slider-block .block__content, #block-views-promises-slider-block .l-footer .block__content, .l-footer .promises-icons .view-footer, .promises-icons .l-footer .view-footer {
    background: #001835;
    padding: 48px 1em 207px;
  }
  .l-footer .copyright {
    padding-right: 8.47458%;
    text-align: right;
  }

  #block-menu-menu-footer-main-menu a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #block-menu-menu-footer-main-menu a:hover {
    color: #e6e6e6;
  }

  #block-menu-menu-footer-menu .menu a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 2.3em;
    display: block;
  }
  #block-menu-menu-footer-menu .menu li.last a {
    margin-right: 0;
  }

  #block-menu-menu-footer-menu {
    padding-left: 35px;
  }
  #block-menu-menu-footer-menu .menu {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  #block-menu-menu-footer-menu .menu li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
  }
  #block-menu-menu-footer-menu .menu li:first-child, #block-menu-menu-footer-menu .menu li.first {
    padding-left: 0;
  }
  #block-menu-menu-footer-menu .menu li:last-child {
    padding-right: 0;
  }
  #block-menu-menu-footer-menu .menu li.last {
    padding-right: 0;
  }
  #block-menu-menu-footer-menu .menu a {
    color: #4c89a7;
    height: 24px;
  }
  #block-menu-menu-footer-menu .menu a:hover {
    border-bottom: 2px solid #ffbd09;
  }

  #block-menu-menu-footer-main-menu {
    padding-left: 28px;
    position: relative;
    top: -6px;
  }
  #block-menu-menu-footer-main-menu a {
    color: #fff;
    line-height: 38px;
  }

  #block-block-11 {
    text-align: left;
  }
  #block-block-11 .block__title {
    color: #fff;
  }
}
.front .l-main .inner, .front .l-main .l-region--prefooter .block--views, .l-region--prefooter .front .l-main .block--views, .front .l-main #block-views-promises-slider-block .block__content, #block-views-promises-slider-block .front .l-main .block__content, .front .l-main .promises-icons .view-footer, .promises-icons .front .l-main .view-footer {
  padding-top: 80px;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #ffffff), color-stop(58%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to right, #ffffff 0%, #ffffff 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to right, #ffffff 0%, #ffffff 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to right, #ffffff 0%, #ffffff 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 100;
}

.l-region--highlighted {
  background: #f5f5f5;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .l-region--highlighted {
    margin-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .l-region--highlighted {
    border-bottom: 2px solid #ced6e0;
  }
}
@media (min-width: 768px) {
  .front .l-region--highlighted .block--apa-emma-block {
    padding-right: 88px;
    margin-bottom: 123px;
    position: relative;
    z-index: 5;
  }
}
.l-region--highlighted .image {
  position: relative;
}
@media (max-width: 768px) {
  .l-region--highlighted .image {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    height: 290px;
    background-color: #edae04;
    text-align: center;
  }
  .l-region--highlighted .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #ececec), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #ececec 60%, #ececec 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #ececec 60%, #ececec 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #ececec 60%, #ececec 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #ececec 60%, #ececec 100%);
  }
  .l-region--highlighted .image img {
    position: relative;
    top: 24px;
  }
}
.l-region--highlighted .image img {
  width: auto;
}
@media (min-width: 768px) {
  .l-region--highlighted .image {
    background: transparent !important;
    height: 223px;
  }
  .l-region--highlighted .image img {
    position: absolute;
  }
}
.l-region--highlighted .content {
  z-index: 4;
  position: relative;
}
@media (min-width: 768px) {
  .l-region--highlighted {
    padding-top: 2em;
  }
  .l-region--highlighted .image {
    width: 57.62712%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .l-region--highlighted .image img {
    position: absolute;
    bottom: 0;
    left: 33px;
    bottom: -171px;
    padding-right: 30px;
  }
  .l-region--highlighted .content {
    width: 40.67797%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

#block-block-6 {
  background: #fff;
  padding-top: 40px;
}
#block-block-6 h2 {
  color: #002c60;
  text-transform: uppercase;
  margin-bottom: 0;
  font: 800 17px "Avenir W01", sans-serif;
}
#block-block-6 h3 {
  font: 200 34px "BT Serifa W01", serif;
  font-style: italic;
  margin-top: 0;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#block-block-6 p {
  font: 200 27px/34px "BT Serifa W01", serif;
}
@media (min-width: 361px) {
  #block-block-6 h2 {
    font-size: 27px;
  }
  #block-block-6 h3 {
    font-size: 44px;
  }
  #block-block-6 p {
    font-size: 37px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  #block-block-6 {
    padding: 0;
    background: transparent;
  }
  #block-block-6 h2 {
    font-size: 15px;
  }
  #block-block-6 h3 {
    font-size: 24px;
  }
  #block-block-6 p {
    font-size: 18px;
    line-height: 27px;
  }
}

#block-block-7 {
  position: relative;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 110px;
  border-bottom: 12px #002c60 solid;
  width: 100%;
}
@media (min-width: 768px) {
  #block-block-7 {
    padding: 0;
    top: 37px;
    width: 100%;
    background: transparent;
    border-bottom: 0;
    bottom: 0;
    position: absolute;
  }
  #block-block-7 .block__content {
    position: absolute;
    bottom: -40px;
    width: 100%;
  }
}
#block-block-7 .button {
  font-weight: 800;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #block-block-7 .button {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -103px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  #block-block-7 .button {
    top: 40px;
    font-size: 17px;
    padding: 0.65em 1em;
    position: relative;
  }
}
@media (min-width: 768px) {
  #block-block-7 .button-container {
    width: 23.72881%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
#block-block-7 .volunteer {
  position: relative;
}
@media (min-width: 768px) {
  #block-block-7 .volunteer {
    width: 74.57627%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 30px;
  }
  #block-block-7 .volunteer #volunteer-match-form input[type="submit"] {
    padding: 0.65em 1em;
    font-size: 17px;
    letter-spacing: 2px;
  }
}
#block-block-7 h4, #block-block-7 h2 {
  color: #002c60;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
#block-block-7 #volunteer-match-form {
  position: relative;
  width: 100%;
  height: 63px;
}
#block-block-7 #volunteer-match-form input[type="text"] {
  width: 100%;
}
#block-block-7 #volunteer-match-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
}
#block-block-7 #volunteer-match-form input[type="text"] {
  height: 44px;
}
@media (max-width: 361px) {
  #block-block-7 #volunteer-match-form input[type="text"] {
    font-size: 16px;
    height: 100%;
  }
}
@media (max-width: 361px) {
  #block-block-7 #volunteer-match-form input[type="submit"] {
    padding: 0.5em 0.5em;
    font-size: 16px;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .l-region--slideshow {
    overflow: hidden;
    clear: both;
  }
}

.slides li {
  position: relative;
}
.slides .element-783 span[data-picture] {
  position: relative;
}
.slides .element-783 span[data-picture]:after {
  content: " ";
  background: url('../images/gradnation.png') no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: 102px;
  left: 20px;
  display: block;
  width: 117px;
  height: 22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .slides .element-783 span[data-picture]:after {
    width: 300px;
    height: 55px;
    bottom: 182px;
    left: 25px;
  }
}
.slides .flex-active-slide .element-783 span[data-picture]:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.slides .slide-title {
  margin: 0 0 .4em;
}
@media (min-width: 768px) {
  .slides .left {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  .slides .right {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
  }
  .slides .image {
    position: relative;
    overflow: hidden;
  }
  .slides .image img {
    width: auto;
    display: block;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
}
.slides .text {
  font-family: "BT Serifa W01", serif;
  font-weight: 300;
  width: 100%;
  padding-top: 36px;
  z-index: 1;
  background: url('../images/rgbapng/fafafae5-5.png');
  background: rgba(250, 250, 250, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.slides .text p {
  color: #494949;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
}
@media (min-width: 768px) {
  .slides .text {
    height: 166px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slides .text h2 {
  font-size: 30px;
}
.slides .text p {
  font-size: 16px;
}
@media (min-width: 1172px) {
  .slides .text h2 {
    font-size: 35px;
    font-size: 2.5rem;
  }
  .slides .text p {
    font-size: 20px;
  }
}
.slides .button a {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 34px;
  font: 800 31px "Avenir W01", sans-serif;
}
@media (min-width: 768px) {
  .slides .button {
    text-align: center;
  }
  .slides .button a {
    top: 20px;
    left: 36px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .l-region--slideshow .flex-control-nav {
    top: 253px;
    bottom: inherit;
    z-index: 10;
    height: 15px;
    line-height: 15px;
    z-index: 99;
    width: 50%;
    left: 50%;
    margin-left: -25%;
  }
  .l-region--slideshow .flex-control-nav a {
    background: #939595;
    width: 15px;
    height: 15px;
  }
  .l-region--slideshow .flex-control-nav a.flex-active {
    background: #fff;
  }
  .l-region--slideshow .flex-direction-nav {
    background: url('../images/rgbapng/0000007f-5.png');
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 87px;
    width: 100%;
    z-index: 98;
  }
  .l-region--slideshow .flex-direction-nav a {
    width: 47px;
    height: 47px;
    display: block;
    opacity: 1;
  }
  .l-region--slideshow .flex-direction-nav a:before {
    font-size: 47px;
  }
  .l-region--slideshow .flex-direction-nav a .flex-prev:hover {
    left: 0;
    opacity: 1;
  }
  .l-region--slideshow .flex-direction-nav a .flex-next:hover {
    right: 0;
    opacity: 1;
  }
  .l-region--slideshow .button a {
    font-size: 31px;
    padding: 0.6em 1em;
    text-shadow: #a91f00 1px 1px 0;
    -webkit-box-shadow: #ff8635 0 2px 0 inset;
    -moz-box-shadow: #ff8635 0 2px 0 inset;
    box-shadow: #ff8635 0 2px 0 inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #d72800), color-stop(100%, #fd2f00));
    background: -webkit-linear-gradient(to top, #d72800, #fd2f00);
    background: -moz-linear-gradient(to top, #d72800, #fd2f00);
    background: -o-linear-gradient(to top, #d72800, #fd2f00);
    background: linear-gradient(to top, #d72800, #fd2f00);
    border: 2px solid #ca2500;
  }
  .l-region--slideshow .button a:after {
    content: " ";
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .l-region--slideshow .flex-direction-nav {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .l-region--slideshow .field--name-field-flexslider-image {
    width: 1178px;
    height: 608px;
  }
}
.flex-active-slide .image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.flex-active-slide .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.flex-control-paging li a {
  background: #969593;
}
.flex-control-paging li a.flex-active {
  background: red;
}

@media (min-width: 768px) {
  #flexslider-1 .flex-prev {
    left: 1.5em;
  }
  #flexslider-1 .flex-next {
    right: 1.5em;
  }
  #flexslider-1 .flex-viewport {
    overflow: visible !important;
  }
  #flexslider-1 .flex-control-paging {
    text-align: left;
    text-indent: 20px;
    bottom: 130px;
  }
  #flexslider-1 .flex-direction-nav a {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    width: 36px;
    height: 36px;
    background: #b0b0b0;
    text-align: center;
    top: 35%;
  }
  #flexslider-1 .flex-direction-nav a:before {
    top: 3px;
    font-size: 30px;
  }
  #flexslider-1 .flex-direction-nav .flex-next {
    text-align: center;
  }
}

#microsite-announcement {
  background: #F2A900;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
}
#microsite-announcement a {
  color: #24006f;
}

.microsite-announcement-icon {
  /* display: block; */
  background-position: 0 -63px;
  height: 25px;
  width: 48px;
  display: inline-block;
  margin: 0 10px;
}

#superfish-1 {
  display: none;
}

@media (min-width: 768px) {
  #off-canvas {
    display: none;
  }

  #superfish-1 {
    position: relative;
    display: block;
    top: -15px;
  }
  #superfish-1 li.sf-depth-1 {
    padding: 16px 15px;
  }
  #superfish-1 li.sf-depth-1.sfHover {
    background: #efefef;
  }
  #superfish-1 li.sf-depth-1.sfHover a.sf-depth-1 {
    color: #414042;
    border-bottom: 2px solid #ffbd09;
  }
  #superfish-1 a.sf-depth-1 {
    color: #002c60;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font: 900 15px "Avenir W01", sans-serif;
    padding-bottom: 3px;
  }
  #superfish-1 a.sf-depth-1.active, #superfish-1 li.active-trail a.sf-depth-1 {
    border-bottom: 2px solid #ffbd09;
  }
  #superfish-1 li.sf-depth-1 {
    position: relative;
  }
  #superfish-1 li.sf-depth-1 ul {
    position: absolute;
    top: 3.3em;
    display: none;
    width: auto !important;
    min-width: 100%;
    overflow: visible !important;
  }
  #superfish-1 a.sf-depth-1 {
    padding-bottom: 6px;
  }
  #superfish-1 a.sf-depth-1:hover {
    border-bottom: 2px #ffbd09 solid;
  }
  #superfish-1 li.last {
    padding-right: 0;
  }
  #superfish-1 li.last a {
    margin-right: 0;
  }
  #superfish-1 a.sf-depth-2 {
    font-size: 11px;
    color: #6c6c6d;
    padding: 1.4em;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }
  #superfish-1 a.sf-depth-2:hover {
    background: #edae04;
    color: #fff;
  }
}
.sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
  background: #efefef;
  padding: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.sf-sub-indicator {
  background: none;
}

.l-region--sidebar-second .block--menu-block {
  padding-bottom: 1.875em;
  border-bottom: 1px solid #c2c7c7;
}
.l-region--sidebar-second .block--menu-block ul, .l-region--sidebar-second .block--menu-block .block__title {
  margin: 0;
  background: #efefef;
}
.l-region--sidebar-second .block--menu-block ul a, .l-region--sidebar-second .block--menu-block .block__title a {
  text-transform: uppercase;
  color: #939598;
  font: 700 13px "Avenir W01", sans-serif;
  padding: 1em 1.1em;
  display: block;
  position: relative;
  letter-spacing: 0;
}
.l-region--sidebar-second .block--menu-block ul a:hover, .l-region--sidebar-second .block--menu-block .block__title a:hover {
  background: #e3e3e3;
  color: #414042;
}
.l-region--sidebar-second .block--menu-block .block__title a.active, .l-region--sidebar-second .block--menu-block a.active {
  background: #ffbd09;
  color: #fff;
}
.l-region--sidebar-second .block--menu-block .collapsed > a:before {
  content: "\e010";
}
.l-region--sidebar-second .block--menu-block .expanded > a.active-trail {
  background: #e3e3e3;
  color: #414042;
  font-weight: 800;
}
.l-region--sidebar-second .block--menu-block .expanded > a.active-trail:before {
  content: "\e00f";
}
.l-region--sidebar-second .block--menu-block .expanded ul.menu {
  background: #edae04;
}
.l-region--sidebar-second .block--menu-block .expanded ul.menu li:first-child a {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #edad03), color-stop(83.25%, #edad03), color-stop(100%, #d59d05));
  background: -webkit-linear-gradient(to top, #edad03 0%, #edad03 83.25%, #d59d05 100%);
  background: -moz-linear-gradient(to top, #edad03 0%, #edad03 83.25%, #d59d05 100%);
  background: -o-linear-gradient(to top, #edad03 0%, #edad03 83.25%, #d59d05 100%);
  background: linear-gradient(to top, #edad03 0%, #edad03 83.25%, #d59d05 100%);
}
.l-region--sidebar-second .block--menu-block .expanded ul.menu li:first-child a:hover, .l-region--sidebar-second .block--menu-block .expanded ul.menu li:first-child a.active-trail {
  background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #ffbd09), color-stop(83.25%, #ffbd09), color-stop(100%, #e5a909));
  background: -webkit-linear-gradient(to top, #ffbd09 0%, #ffbd09 83.25%, #e5a909 100%);
  background: -moz-linear-gradient(to top, #ffbd09 0%, #ffbd09 83.25%, #e5a909 100%);
  background: -o-linear-gradient(to top, #ffbd09 0%, #ffbd09 83.25%, #e5a909 100%);
  background: linear-gradient(to top, #ffbd09 0%, #ffbd09 83.25%, #e5a909 100%);
}
.l-region--sidebar-second .block--menu-block .expanded ul.menu a {
  color: #fff;
  z-index: 1;
}
.l-region--sidebar-second .block--menu-block .expanded ul.menu a:hover, .l-region--sidebar-second .block--menu-block .expanded ul.menu a.active-trail {
  background: #ffbd09;
}
.l-region--sidebar-second .block--menu-block a:before {
  position: absolute;
  right: 4px;
  top: 5px;
  padding: 9px 8px;
  background: #d5d5d5;
  display: block;
  font-size: 11px;
  text-decoration: uppercase;
}

#superfish-1 li.sf-depth-1 {
  padding: 16px 3px;
}
#superfish-1 a.sf-depth-1 {
  font-size: 12px;
}
@media (min-width: 868px) {
  #superfish-1 li.sf-depth-1 {
    padding: 16px 7px;
  }
}
@media (min-width: 1170px) {
  #superfish-1 li.sf-depth-1 {
    padding: 16px 15px;
  }
  #superfish-1 a.sf-depth-1 {
    font-size: 15px;
  }
}

.front .l-content {
  border-bottom: 5px #ffbd09 solid;
}
.front .l-content .block__title {
  color: #1dafb7;
  font: 900 28px "Avenir W01", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 2px;
  text-align: center;
}
@media (min-width: 361px) {
  .front .l-content .block__title {
    font-size: 55px;
  }
}
.front .l-content .more-link {
  text-align: center;
}
.front .l-content .more-link a {
  font: 800 italic 12px "Avenir W01", sans-serif;
  padding-top: 20px;
  margin-bottom: 30px;
  display: block;
}
.front .block--views .node--news--teaser {
  padding-bottom: 40px;
}
.front .block--views .node--news--teaser .field-name-body {
  padding: 0;
}
.front .block--views .node--news--teaser .date-display-single {
  font-size: 25px;
  display: block;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 768px) {
  .front .block--views .node--news--teaser .date-display-single {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .front .block--views .node--news--teaser span[data-icon] {
    left: -55px;
  }
}
.front .node--news, .front .node--press-release {
  position: relative;
}
.front .node--news span[data-icon], .front .node--press-release span[data-icon] {
  margin-right: 20px;
  font-size: 37px;
  display: block;
  float: left;
  position: relative;
  bottom: 10px;
}
@media (min-width: 361px) {
  .front .node--news span[data-icon], .front .node--press-release span[data-icon] {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .front .node--news span[data-icon], .front .node--press-release span[data-icon] {
    font-size: 26px;
    position: absolute;
    top: 30px;
    left: -15px;
  }
}
.front .node--news img, .front .node--press-release img {
  margin-bottom: 2em;
  z-index: 2;
  position: relative;
}
.front .node--news .date-display-single, .front .node--press-release .date-display-single {
  font-size: 25px;
  display: block;
  text-transform: none;
  font-weight: 200;
}
@media (min-width: 768px) {
  .front .node--news .date-display-single, .front .node--press-release .date-display-single {
    font-size: 14px;
  }
}
.front .node--news .title, .front .node--news .article-title, .front .node--press-release .title, .front .node--press-release .article-title {
  margin-bottom: 20px;
  margin-top: 0;
  clear: left;
  line-height: 26px;
}
.front .node--news .title a, .front .node--news .article-title a, .front .node--press-release .title a, .front .node--press-release .article-title a {
  font: 400 26px "BT Serifa W01", serif;
  color: #000;
}
.front .node--press-release span[data-icon] {
  color: red;
}
.front .node--news span[data-icon] {
  color: #7c7c7c;
}

@media (max-width: 768px) {
  .front .l-main .inner, .front .l-main .l-region--prefooter .block--views, .l-region--prefooter .front .l-main .block--views, .front .l-main #block-views-promises-slider-block .block__content, #block-views-promises-slider-block .front .l-main .block__content, .front .l-main .promises-icons .view-footer, .promises-icons .front .l-main .view-footer {
    padding: 0;
  }
  .front .view-frontpage-recent-news .views-row-odd {
    background: url('../images/news.png') 50% 0 no-repeat, url('../images/news.png') 50% 100% no-repeat;
  }
  .front #block-views-a33ef90cf7186df038901433af4fdd03 .views-row-odd {
    background: none;
  }
  .front #block-views-f9ba3b222913c911f922cdb43e353243 article.node {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .front #block-views-f9ba3b222913c911f922cdb43e353243 article.node p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .front .l-content {
    border-bottom: none;
    border-right: 5px #ffbd09 solid;
    padding-right: 2.2625em;
    padding-right: 2.2625em;
  }
  .front .l-content .block__title {
    font-size: 18px;
    text-align: left;
    margin-left: 0;
  }
  .front .l-content h2.title a, .front .l-content .article-title a {
    font-size: 18px;
  }
  .front .l-content .more-link a {
    font-size: 12px;
    padding-top: 5px;
  }
  .front .node--news .title, .front .node--news .article-title, .front .node--press-release .title, .front .node--press-release .article-title {
    margin-bottom: 0;
  }
  .front .node--press-release--teaser.has-image span[data-icon], .front .node--news--teaser.has-image span[data-icon] {
    top: 215px;
  }
  .front #block-views-f9ba3b222913c911f922cdb43e353243 .node--press-release, .front #block-views-f9ba3b222913c911f922cdb43e353243 .node--news {
    padding: 1em 0 1em 36px;
  }
  .front .node--press-release .cover-link a:hover, .front .node--news .cover-link a:hover {
    background: url('../images/news.png') 50% 0 no-repeat, url('../images/news.png') 50% 100% no-repeat;
  }
}
.l-off-canvas {
  padding-top: 0;
}

.js .l-off-canvas {
  left: -500%;
}

#off-canvas {
  position: absolute;
  top: 0;
  height: 100%;
}
#off-canvas.is-visible {
  background: #163c60;
  position: absolute;
  width: 80%;
  z-index: 99;
}
#off-canvas #block-menu-block-3 {
  padding: 0 20px;
  background: #001835;
}
#off-canvas form {
  overflow: hidden;
  *zoom: 1;
  background: #001835;
  padding: 0 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
#off-canvas form .container-inline {
  width: 100%;
  position: relative;
}
#off-canvas form button, #off-canvas form input {
  line-height: 59px;
}
#off-canvas form input[type="text"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: #c8c8ca 1px solid;
  background: #ececec;
  height: 59px;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  text-indent: 42px;
  color: #7d7d7d;
}
#off-canvas form input[type="text"].placeholder {
  color: #7d7d7d;
  font: 200 italic 36px "BT Serifa W01", serif;
  line-height: 59px;
}
#off-canvas form input[type="text"]:-moz-placeholder {
  color: #7d7d7d;
  font: 200 italic 36px "BT Serifa W01", serif;
  line-height: 59px;
}
#off-canvas form input[type="text"]::-moz-placeholder {
  color: #7d7d7d;
  font: 200 italic 36px "BT Serifa W01", serif;
  line-height: 59px;
}
#off-canvas form input[type="text"]:-ms-input-placeholder {
  color: #7d7d7d;
  font: 200 italic 36px "BT Serifa W01", serif;
  line-height: 59px;
}
#off-canvas form input[type="text"]::-webkit-input-placeholder {
  color: #7d7d7d;
  font: 200 italic 36px "BT Serifa W01", serif;
  line-height: 59px;
}
#off-canvas form input[type="submit"] {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: #c8c8c8 1px 0 0 0 inset;
  -moz-box-shadow: #c8c8c8 1px 0 0 0 inset;
  box-shadow: #c8c8c8 1px 0 0 0 inset;
  height: 59px;
  width: 63px;
  background-color: #ececec;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: #c8c8ca 1px solid;
  border-left: none;
}

#off-canvas-show, #off-canvas-hide {
  color: #b1b1b0;
  font-size: 32px;
}

#block-views-promises-slider-block {
  position: relative;
  background: #edae04;
}
#block-views-promises-slider-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
}
#block-views-promises-slider-block .block__title {
  background-position: 50% -180px;
  background-color: #3e4849;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #989fa0;
  width: 100%;
  text-indent: -9999px;
  margin: 0;
}
#block-views-promises-slider-block:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #3e4849;
  border-width: 9px 9px 0 9px;
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -9px;
}

.l-region--promises {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-region--promises .promise-slider {
    margin-top: 102px;
  }
}
@media (min-width: 768px) {
  .l-region--promises .promise-slider {
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.l-region--promises .slides {
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) and (min-width: true) {
  .l-region--promises .slides {
    height: 550px;
  }
}
.l-region--promises .slides ul {
  padding: 0 1em;
}
.l-region--promises .slides .views-row {
  display: none;
}
.l-region--promises .slides .views-row-1 {
  display: block;
}
.l-region--promises .slides .views-field-nothing {
  color: #fff6ba;
  text-transform: uppercase;
  font: 800 30px "Avenir W01", sans-serif;
}
.l-region--promises .slides .views-field-title a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  font: 200 47px/47px "BT Serifa W01", serif;
}
.l-region--promises .slides p {
  font: 300 20px/30px "BT Serifa W01", serif;
}
.l-region--promises .slides .views-field-view-node a {
  font-size: 22px;
}
.l-region--promises .flex-control-paging {
  bottom: 0;
  position: relative;
}
.l-region--promises .flex-control-paging a {
  background: url('../images/rgbapng/ffffff7f-5.png');
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 15px;
}
.l-region--promises .flex-control-paging a:hover, .l-region--promises .flex-control-paging a.flex-active {
  background: #fff;
}
.l-region--promises .flex-direction-nav {
  position: absolute;
  width: 100%;
  height: 102px;
  top: 110px;
}
.l-region--promises .flex-direction-nav a {
  background: none;
  top: inherit;
  opacity: 1;
  width: 45px;
  height: 45px;
}
.l-region--promises .flex-direction-nav a:before {
  font-size: 45px;
}
.l-region--promises .flex-direction-nav .flex-next {
  color: #fff;
  font-size: 30px;
  text-indent: 0;
  right: 30px;
  overflow: hidden;
}

.promises-icons {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.promises-icons .view-footer {
  padding-top: 92px;
  position: relative;
  left: 23px;
}
.promises-icons .view-footer .view-promises-slider-nav {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.promises-icons .view-footer li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 19%;
  position: relative;
}
.promises-icons .view-footer li.views-row-1, .promises-icons .view-footer li.views-row-5 {
  top: 260px;
}
.promises-icons .view-footer li.views-row-2, .promises-icons .view-footer li.views-row-4 {
  top: 85px;
}
.promises-icons .view-footer li.views-row-2 {
  left: -70px;
}
.promises-icons .view-footer li.views-row-4 {
  left: 70px;
}
.promises-icons .view-footer li.flex-active a:after,
.promises-icons .view-footer li a:hover:after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  top: 50%;
}
.promises-icons .view-footer .views-row-1 a:hover:after {
  background-position: 0 -647px;
  height: 3px;
  width: 48px;
  left: 124px;
  width: 40px;
}
.promises-icons .view-footer .views-row-2 a:hover:after {
  background-position: 0 -496px;
  height: 37px;
  width: 43px;
  width: 50px;
  top: 82px;
  left: 110px;
}
.promises-icons .view-footer .views-row-3 a:hover:after {
  background-position: 0 -612px;
  height: 35px;
  width: 5px;
  top: 134px;
  left: 61px;
  width: 36px;
}
.promises-icons .view-footer .views-row-4 a:hover:after {
  background-position: 0 -422px;
  height: 49px;
  width: 57px;
  width: 50px;
  top: 82px;
  right: 110px;
}
.promises-icons .view-footer .views-row-5 a:hover:after {
  background-position: 0 -647px;
  height: 3px;
  width: 48px;
  right: 124px;
  width: 40px;
}
.promises-icons .view-footer .views-row-1.flex-active a:after {
  background-position: 0 -647px;
  height: 3px;
  width: 48px;
  left: 124px;
  width: 40px;
}
.promises-icons .view-footer .views-row-2.flex-active a:after {
  background-position: 0 -496px;
  height: 37px;
  width: 43px;
  top: 82px;
  left: 110px;
}
.promises-icons .view-footer .views-row-3.flex-active a:after {
  background-position: 0 -612px;
  height: 35px;
  width: 5px;
  top: 134px;
  left: 61px;
  width: 36px;
}
.promises-icons .view-footer .views-row-4.flex-active a:after {
  background-position: 0 -422px;
  height: 49px;
  width: 57px;
  width: 50px;
  top: 82px;
  right: 110px;
}
.promises-icons .view-footer .views-row-5.flex-active a:after {
  background-position: 0 -647px;
  height: 3px;
  width: 48px;
  right: 124px;
  width: 40px;
}
.promises-icons .view-footer a:before {
  font-size: 100px;
  display: block;
  position: relative;
}
.lt-ie9 .promises-icons .view-footer a:before {
  left: 16px;
}
.promises-icons .view-footer a:hover:before,
.promises-icons .view-footer .flex-active a {
  text-shadow: white 0 0 5px;
}
.promises-icons .view-footer .views-row a {
  position: relative;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Avenir W01", sans-serif;
  width: 130px;
  display: block;
  text-align: center;
  font-weight: 900;
}
.promises-icons .view-footer .views-row a:hover {
  color: #fff;
}
.promises-icons .view-footer .views-row a:before {
  margin-bottom: 7px;
  font-weight: 400;
  font-family: icomoon;
}
.promises-icons .view-footer .flex-active a {
  color: #fff;
}

@media (min-width: 768px) {
  .promises-icons {
    display: block;
  }

  .l-region--promises .slideshow-container {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    position: relative;
  }
  .l-region--promises .views-field-title {
    font-size: 45px;
  }
  .l-region--promises .slides {
    padding: 0;
  }
  .l-region--promises .slides .views-field-title a {
    font-size: 45px;
  }
  .l-region--promises .slides .views-field-nothing {
    font-size: 18px;
  }
  .l-region--promises .slides p {
    font-size: 16px;
    line-height: 24px;
  }
  .l-region--promises .slides .views-field-view-node a {
    font-size: 11px;
  }
  .l-region--promises .block__content {
    height: 504px;
  }
  .l-region--promises .views-row {
    background-size: cover;
    padding: 46px 25px 0 0;
    height: 550px;
  }
  .l-region--promises .views-row-1 {
    background: url('../images/bg-promise/caring-adults.jpg');
  }
  .l-region--promises .views-row-2 {
    background: url('../images/bg-promise/safe-places.jpg');
  }
  .l-region--promises .views-row-3 {
    background: url('../images/bg-promise/healthy-start.jpg');
  }
  .l-region--promises .views-row-4 {
    background: url('../images/bg-promise/effective-education.jpg');
  }
  .l-region--promises .views-row-5 {
    background: url('../images/bg-promise/opportunities-to-help-others.jpg');
  }
  .l-region--promises .flex-control-paging {
    bottom: 0;
    text-indent: 180px;
  }
  .l-region--promises .flex-control-paging a {
    width: 9px;
    height: 9px;
  }
  .l-region--promises .flex-direction-nav {
    position: absolute;
    bottom: -48px;
    right: 25px;
    top: inherit;
  }
  .l-region--promises .flex-direction-nav a {
    width: 32px;
    height: 32px;
  }
  .l-region--promises .flex-direction-nav a:before {
    font-size: 32px;
  }
  .l-region--promises .flex-direction-nav .flex-prev {
    display: none;
  }
  .l-region--promises .slideshow-footer {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.search-block-form, .search-block-form--2 {
  /* Wrapper for the search form */
  overflow: hidden;
  *zoom: 1;
  position: relative;
  width: 100%;
  position: relative;
  height: 30px;
}
.search-block-form input[type="text"], .search-block-form--2 input[type="text"] {
  width: 100%;
}
.search-block-form input[type="submit"], .search-block-form--2 input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
}
.search-block-form .block-title, .search-block-form--2 .block-title {
  display: none;
}
.search-block-form input[type="text"], .search-block-form--2 input[type="text"] {
  text-indent: 0.5em;
  font: 200 italic 16px "BT Serifa W01", serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  padding: 0;
}
.search-block-form input[type="text"]:focus, .search-block-form--2 input[type="text"]:focus {
  border: 1px solid #bebcbc;
}
.search-block-form input[type="submit"], .search-block-form--2 input[type="submit"] {
  text-indent: -9999px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: transparent;
  height: 30px;
}
.search-block-form .form-item, .search-block-form--2 .form-item {
  position: relative;
  width: 100%;
  padding-right: 30px;
}
.search-block-form .form-actions, .search-block-form--2 .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.search-block-form--2 {
  width: 289px;
}

#block-block-23 .block__title {
  color: #1dafb7;
  font: 900 28px "Avenir W01", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 361px) {
  #block-block-23 .block__title {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
  #block-block-23 .block__title {
    font-size: 18px;
    text-align: left;
  }
}
#block-block-23 .more-link a {
  font: 800 italic 25px "Avenir W01", sans-serif;
}
@media (min-width: 768px) {
  #block-block-23 .more-link a {
    font-size: 12px;
  }
}

#block-block-17 {
  padding-top: 42px;
  background: #3e484a url('../images/learn-more-submit.png') 0 0 repeat;
  margin-bottom: 45px;
  position: relative;
}
@media (min-width: 768px) {
  #block-block-17 {
    padding: 96px 40px 0;
  }
}
#block-block-17 h2 {
  color: #bfd72f;
  margin: 0 0 20px;
  font: 200 22px/25px "BT Serifa W01", serif;
}
#block-block-17 h2 span {
  font-size: 32px;
  display: block;
}
#block-block-17 p {
  color: #e0dad5;
  font-size: 14px;
  line-height: 17px;
}
#block-block-17 img {
  display: block;
}

@media (min-width: 768px) {
  #block-block-17 {
    padding: 30px 0;
    height: 190px;
    width: 100%;
    content: "";
    display: table;
    clear: both;
  }
  #block-block-17 .text {
    width: 54.54545%;
    float: left;
    margin-right: 2.27273%;
    padding-left: 40px;
  }
  #block-block-17 figure {
    width: 369px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #block-block-17 figure img {
    height: auto;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  #block-block-17 h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #block-block-17 h2 span {
    font-size: 41px;
  }
  #block-block-17 p {
    font-size: 18px;
    line-height: 20px;
  }
  #block-block-17:before {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #bfd72f;
    border-width: 0 0px 57px 71px;
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #block-block-17:after {
    content: "\e006";
    color: #3e4849;
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 2;
    display: block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
}
#colorbox #cboxContent,
#colorbox #cboxLoadedContent {
  background: transparent;
}
#colorbox #cboxClose {
  background: url(../images/emma-anniversary-close-sm.png);
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
}
@media all and (min-width: 768px) {
  #colorbox #cboxClose {
    background: url(../images/emma-anniversary-close-lg.png);
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

#emma-popup-modal {
  display: none;
}

.block--apa-emma-block-emma-anniversary {
  border-radius: 3px;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary {
    background: url(../images/emma-anniversary-og-bg-2x.jpg) white no-repeat;
    background-size: cover;
    padding: 325px 0 0 0;
    max-width: 940px;
  }
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary form {
    margin: 0 auto;
  }
}
.block--apa-emma-block-emma-anniversary .block__content {
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px 30px;
}
@media all and (max-width: 767px) {
  .block--apa-emma-block-emma-anniversary .block__content {
    border: 1px solid #24006f;
  }
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary .block__content {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 55px 20px;
  }
}
.block--apa-emma-block-emma-anniversary p {
  color: #24006f;
  font-size: 16px;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary p {
    font-size: 20px;
    line-height: 30px;
  }
}
.block--apa-emma-block-emma-anniversary p:last-of-type {
  font-family: "BT Serifa W01", serif;
  font-weight: 300;
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary p:last-of-type {
    line-height: 28px;
    font-size: 18px;
  }
}
.block--apa-emma-block-emma-anniversary h3 {
  color: #24006f;
  display: inline-block;
  font-family: "Avenir W01", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-top: 75px;
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary h3 {
    font-size: 28px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
.block--apa-emma-block-emma-anniversary h3:after {
  content: "";
  background: url(../images/emma-anniversary-logo.svg) no-repeat transparent;
  margin: 10px auto 22px;
  width: 80px;
  height: 62px;
  top: 0;
  left: 35%;
}
@media all and (max-width: 767px) {
  .block--apa-emma-block-emma-anniversary h3:after {
    position: absolute;
  }
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary h3:after {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
.block--apa-emma-block-emma-anniversary label[for="edit-email-address"] {
  display: none;
}
.form-error .block--apa-emma-block-emma-anniversary input[type="submit"] {
  border: 1px solid red;
}
.block--apa-emma-block-emma-anniversary input {
  border-width: 1px;
  color: #A8A8A8;
  display: block;
  font-size: 1em;
  width: 100%;
}
@media all and (max-width: 767px) {
  .block--apa-emma-block-emma-anniversary input {
    padding: 9px 0;
  }
}
.block--apa-emma-block-emma-anniversary input:focus {
  color: #A8A8A8;
  border: 1px solid #dadada;
}
@media all and (min-width: 768px) {
  .block--apa-emma-block-emma-anniversary form > div {
    display: flex;
    justify-content: space-between;
  }
  .block--apa-emma-block-emma-anniversary form > div .form-item {
    flex: 1 0 47%;
    margin-bottom: 0;
    margin-right: 4%;
  }
  .block--apa-emma-block-emma-anniversary form > div .form-submit {
    flex: 1 0 47%;
    height: 41px;
  }
}
.block--apa-emma-block-emma-anniversary form > div .form-item {
  position: relative;
}
.block--apa-emma-block-emma-anniversary form > div .form-item .alert {
  font-size: 14px;
  color: red;
  position: absolute;
  left: 0;
  top: -24px;
}
.block--apa-emma-block-emma-anniversary .form-item {
  margin-bottom: 30px;
}
.block--apa-emma-block-emma-anniversary input[type="submit"] {
  background-color: #24006f;
  color: #ffffff;
  border: 0 none;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.block--views-news-for-programs-block span[data-icon] {
  display: none;
}
.block--views-news-for-programs-block .title {
  font: 400 16px "Avenir W01", sans-serif;
}
.block--views-news-for-programs-block .title a {
  color: #1dafb7;
}
.block--views-news-for-programs-block .date {
  color: #898888;
}
.block--views-news-for-programs-block .node {
  margin-bottom: 36px;
}

.l-region--sidebar-second .block__title {
  font: 800 18px "Avenir W01", sans-serif;
  color: #002c60;
  text-transform: uppercase;
  font-size: 12px;
}

.block--apa-emma-block .block__title {
  display: none;
}

.l-region .block--apa-emma-block {
  width: 100%;
}
.l-region .block--apa-emma-block .block__title {
  font-size: 12px;
  color: #002c60;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
.l-region .block--apa-emma-block .form-item label {
  display: none;
}
.l-region .block--apa-emma-block .form-item {
  display: none;
}
.l-region .block--apa-emma-block .form-item.form-item-email-address {
  display: block;
}
.l-region .block--apa-emma-block .form-item {
  margin-bottom: 0px;
}
.l-region .block--apa-emma-block .form-text {
  display: inline;
}
.l-region .block--apa-emma-block .form-submit {
  font-size: 21px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA3A3A3', endColorstr='#FF707070');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a3a3a3), color-stop(100%, #8a8a8a));
  background: -webkit-linear-gradient(#a3a3a3, #8a8a8a);
  background: -moz-linear-gradient(#a3a3a3, #8a8a8a);
  background: -o-linear-gradient(#a3a3a3, #8a8a8a);
  background: linear-gradient(#a3a3a3, #8a8a8a);
  -webkit-box-shadow: #c9c9c9 0 1px 0 inset;
  -moz-box-shadow: #c9c9c9 0 1px 0 inset;
  box-shadow: #c9c9c9 0 1px 0 inset;
  border: 1px solid #7d7d7d;
  color: white;
  text-shadow: #616161 0 -1px 0;
  text-shadow: 0px 0px 1px #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 800 21px "Avenir W01", sans-serif;
  padding: 0.5em;
  margin-top: 2px;
}
.l-region .block--apa-emma-block .form-submit:hover {
  text-decoration: none;
}
.l-region .block--apa-emma-block .form-submit:hover {
  background-color: #7d7d7d;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #969696), color-stop(100%, #7d7d7d));
  background: -webkit-linear-gradient(#969696, #7d7d7d);
  background: -moz-linear-gradient(#969696, #7d7d7d);
  background: -o-linear-gradient(#969696, #7d7d7d);
  background: linear-gradient(#969696, #7d7d7d);
}
.l-region .block--apa-emma-block .form-submit:active {
  -webkit-box-shadow: #767676 0 1px 2px inset;
  -moz-box-shadow: #767676 0 1px 2px inset;
  box-shadow: #767676 0 1px 2px inset;
}
.l-region .block--apa-emma-block .form-submit.disabled, .l-region .block--apa-emma-block .form-submit[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #8a8a8a;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.l-region .block--apa-emma-block .form-submit::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
aside.l-region--sidebar-second .l-region .block--apa-emma-block {
  padding-bottom: 71px;
}
@media (max-width: 768px) {
  .l-region .block--apa-emma-block {
    overflow: hidden;
    *zoom: 1;
  }
  aside.l-region--sidebar-second .l-region .block--apa-emma-block {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 56px;
  }
  aside.l-region--sidebar-second .l-region .block--apa-emma-block .form-text {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    width: 100%;
    margin: 0;
    margin-bottom: 13px;
    height: 60px;
    line-height: 60px;
  }
  .l-region .block--apa-emma-block .form-submit {
    position: relative;
    float: right;
  }
}
@media (min-width: 768px) {
  .l-region .block--apa-emma-block .block__title {
    font-size: 12px;
  }
  .l-region .block--apa-emma-block .form-text {
    width: 72%;
    float: left;
    margin-right: 3%;
  }
  .l-region .block--apa-emma-block .form-submit {
    font-size: 11px;
    display: inline;
    width: 25%;
  }
}

@media (min-width: 768px) {
  #block-apa-emma-block-emma {
    margin-bottom: 20px;
  }
}
.block--views-event-sidebar-block .field-name-field-link-to-cvent {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.block--views-event-sidebar-block .field-name-field-link-to-cvent a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 1.5em 2em;
  letter-spacing: 2px;
}
.block--views-event-sidebar-block .label-above {
  text-transform: uppercase;
  font-size: 12px;
  color: #727272;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.block--views-event-sidebar-block h3 {
  color: #727272;
  font-size: 24px;
  margin: 0 0 12px 0;
}
.block--views-event-sidebar-block h3 a {
  color: #1dafb7;
}
.block--views-event-sidebar-block .link {
  font-size: 20px;
  margin-bottom: 11px;
}
.block--views-event-sidebar-block .learn-more {
  padding-top: 10px;
}
.block--views-event-sidebar-block a {
  color: #1dafb7;
}
.block--views-event-sidebar-block .field-name-field-event-contact-link, .block--views-event-sidebar-block .learn-more {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.block--views-event-sidebar-block .field-name-field-event-contact-link a, .block--views-event-sidebar-block .learn-more a {
  color: #3d83ae;
  text-transform: uppercase;
}

#block-views-resources-featured-block {
  padding: 0 40px;
}
#block-views-resources-featured-block .block__title {
  font: 800 29px "Avenir W01", sans-serif;
  text-transform: uppercase;
  color: #002c60;
  margin: 0 0 0.5em;
}
#block-views-resources-featured-block h2 a {
  font: 400 34px/44px "Avenir W01", sans-serif;
  color: #6f9500;
  margin-bottom: 0;
}
#block-views-resources-featured-block .date-display-single, #block-views-resources-featured-block a {
  color: #898888;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}
#block-views-resources-featured-block a {
  margin-bottom: 0.5em;
}
#block-views-resources-featured-block p {
  font-size: 26px;
}

@media (min-width: 768px) {
  #block-views-resources-featured-block {
    padding: 0;
  }
  #block-views-resources-featured-block .block__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #block-views-resources-featured-block h2 {
    margin-top: 0;
  }
  #block-views-resources-featured-block h2 a {
    font-size: 18px;
    line-height: 20px;
  }
  #block-views-resources-featured-block .date-display-single, #block-views-resources-featured-block a {
    font-size: 11px;
    line-height: 13px;
  }
  #block-views-resources-featured-block p {
    font-size: 14px;
  }
  #block-views-resources-featured-block .node--resource--teaser {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  #block-views-resources-featured-block .node--resource--teaser p {
    margin: 0;
  }
}
#block-block-19 {
  background: #f1f1f1;
}
#block-block-19 .block-title {
  margin: 0 10px;
  padding: 20px 0;
  font: 800 30px "Avenir W01", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #7f7f7f;
  margin-top: 0;
  vertical-align: middle;
  position: relative;
  margin-bottom: 44px;
}
#block-block-19 .block-title span {
  background-position: 0 -124px;
  height: 48px;
  width: 150px;
  text-indent: -9999px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  margin-top: -4px;
}
@media (min-width: 361px) {
  #block-block-19 .block-title:before {
    content: '';
    height: 0;
    width: 20%;
    border-top: solid 1px #b3b3b3;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  #block-block-19 .block-title:after {
    content: '';
    height: 0;
    width: 20%;
    border-top: solid 1px #b3b3b3;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
  }
}
#block-block-19 img {
  position: relative;
  margin: 0 auto;
  display: block;
}
#block-block-19 p {
  padding-bottom: 40px;
}
@media (max-width: 361px) {
  #block-block-19 p object {
    height: 199px;
  }
}

@media (min-width: 768px) {
  #block-block-19 .block-title {
    font-size: 14px;
  }
  #block-block-19 .block-title span {
    background-position: 0 -307px;
    height: 30px;
    width: 94px;
  }
  #block-block-19 .block-title:before, #block-block-19 .block-title:after {
    width: 30%;
  }
  #block-block-19 p {
    padding: 0 70px 50px;
  }
}
#block-views-gn-news-block .block__title {
  background: url('../images/gradnation.png') 50% 50% no-repeat;
  background-size: 100% auto;
  width: 300px;
  height: 81px;
  text-indent: -9999px;
  margin: 20px auto 20px;
}
@media (min-width: 768px) {
  #block-views-gn-news-block .block__title {
    width: 100%;
  }
}
#block-views-gn-news-block .block__content {
  font-size: 14px;
  line-height: 18px;
}
#block-views-gn-news-block .block__content p {
  font-size: 14px;
  line-height: 18px;
}
#block-views-gn-news-block .block__content .date-display-single {
  color: #898888;
  font-weight: 200;
}
#block-views-gn-news-block .block__content span[data-icon] {
  display: none;
}
#block-views-gn-news-block .block__content h2.title {
  line-height: 18px;
}
#block-views-gn-news-block .block__content h2.title a {
  font: 200 16px "BT Serifa W01", serif;
  color: #1dafb7;
}
#block-views-gn-news-block .block__content .views-row {
  margin-bottom: 2em;
}
#block-views-gn-news-block .block__content .cover-link {
  padding-top: 0 !important;
}

#block-block-13 {
  background: url('../images/bg-pastprograms.png') repeat 0 0;
  margin-bottom: 50px;
}
#block-block-13 .block__content {
  padding: 36px 40px 60px;
}
#block-block-13 .block__content h3 {
  color: #fff;
  font: 400 22px "Avenir W01", sans-serif;
  text-transform: uppercase;
}
#block-block-13 .block__content h3 span {
  display: block;
  font: 200 60px/50px "BT Serifa W01", serif;
  text-transform: none;
}
@media (min-width: 361px) {
  #block-block-13 .block__content h3 {
    font-size: 34px;
  }
  #block-block-13 .block__content h3 span {
    font-size: 100px;
    line-height: 85px;
  }
}
@media (min-width: 768px) {
  #block-block-13 {
    background-size: 80% auto;
  }
  #block-block-13 .block__content {
    padding: 35px 24px;
  }
  #block-block-13 .block__content h3 {
    font-size: 17px;
    line-height: 17px;
  }
  #block-block-13 .block__content h3 span {
    font-size: 45px;
    line-height: 37px;
  }
}

.block--views-related-channels-block .block__title {
  background: #1dafb7;
  color: #fff;
  height: 45px;
  font: 300 12px/45px "Avenir W01", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0 2em;
}
.block--views-related-channels-block .taxonomy-term h3 {
  margin: 0;
  font-family: "Avenir W01", sans-serif;
  width: 100%;
  display: table;
}
.block--views-related-channels-block .taxonomy-term h3 a {
  font: 300 13px/20px "Avenir W01", sans-serif;
  text-transform: uppercase;
  color: #727272;
  display: block;
  background: #f0f0f0;
  width: 100%;
  height: 58px;
  padding: 0 2em 0 69px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.block--views-related-channels-block .taxonomy-term h3 a:hover {
  background: #e0e0e0;
}
.block--views-related-channels-block .taxonomy-term h3 a:before {
  color: #1dafb7;
  font-size: 30px;
  margin-right: 0.8em;
  position: absolute;
  top: 12px;
  left: 20px;
}
.block--views-related-channels-block .taxonomy-term h3 a:after {
  content: "\e014";
  right: 1em;
  position: absolute;
  font-size: 18px;
  top: 19px;
}
.block--views-related-channels-block .taxonomy-term.term-attendance a:before {
  content: "\e015";
}
.block--views-related-channels-block .taxonomy-term.term-family-engagement a:before {
  content: "\e017";
}
.block--views-related-channels-block .taxonomy-term.term-grad-rate-data a:before {
  content: "\e018";
}
.block--views-related-channels-block .taxonomy-term.term-mentoring a:before {
  content: "\e01a";
}
.block--views-related-channels-block .taxonomy-term.term-literacy a:before {
  content: "\e019";
}
.block--views-related-channels-block .taxonomy-term.term-early-childhood a:before {
  content: "\e016";
}
.block--views-related-channels-block .taxonomy-term.term-expanded-learning a:before {
  content: "\e609";
}
.block--views-related-channels-block .taxonomy-term.term-college-and-career-success a:before {
  content: "\e60a";
}
.block--views-related-channels-block .taxonomy-term.term-health-and-wellness a:before {
  content: "\e608";
}
.block--views-related-channels-block .taxonomy-term.term-re-engaging-youth a:before {
  content: "\e607";
}
.block--views-related-channels-block .taxonomy-term.term-risk-behaviors a:before {
  content: "\e606";
}
.block--views-related-channels-block .taxonomy-term.term-social-and-emotional-learning a:before {
  content: "\e605";
}
.block--views-related-channels-block .taxonomy-term.term-special-populations a:before {
  content: "\e604";
}
.block--views-related-channels-block .taxonomy-term.term-stem a:before {
  content: "\e603";
}
.block--views-related-channels-block .taxonomy-term.term-using-data a:before {
  content: "\e602";
}
.block--views-related-channels-block .taxonomy-term.term-youth-involvement a:before {
  content: "\e600";
}
.block--views-related-channels-block .taxonomy-term.term-thriving a:before {
  font-family: "icomoon2";
  content: "\e900";
}

.block--sna-blocks .block__title {
  border-top: 4px double #c2c7c7;
  border-bottom: 4px double #c2c7c7;
  font-size: 11px;
  color: #3e4849;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .block--sna-blocks .block__title {
    border-top: 1px solid #c2c7c7;
    border-bottom: 1px solid #c2c7c7;
  }
}
.block--sna-blocks ul.jquerymenu li.parent span.closed,
.block--sna-blocks ul.jquerymenu li.parent span.open {
  background: none;
}
.block--sna-blocks .closed a:after {
  content: "\e011";
  color: #c8c8c8;
  font-size: 10px;
  margin-left: 5px;
}
.block--sna-blocks .open > a:after {
  content: "\e012";
  color: #e61212;
  font-size: 10px;
  margin-left: 5px;
}
.block--sna-blocks a {
  font: 300 15px/27px "BT Serifa W01", serif;
  color: #494949;
}
.block--sna-blocks a:hover {
  color: #e61212;
}
.block--sna-blocks .open ul {
  padding-left: 10px;
}
.block--sna-blocks .open > a {
  color: #e61212;
}

#block-bean-summit-sidebar-donors {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
#block-bean-summit-sidebar-donors .block__title {
  margin: 0 0 10px 0;
  color: #494949;
  font-weight: 900;
}
#block-bean-summit-sidebar-donors figure.image {
  border: 1px solid #e3e3e3;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#block-block-21 {
  clear: left;
  padding-bottom: 68px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 56px;
}
#block-block-21 a {
  padding: 20px;
  font: 900 20px "Avenir W01", sans-serif;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  letter-spacing: 1px;
}
@media (min-width: 361px) {
  #block-block-21 a {
    padding: 33px 40px;
    font-size: 25px;
  }
}
#block-block-21 a:after {
  content: "\e006";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90px;
  line-height: 66px;
  text-indent: 48px;
  font-size: 26px;
}
@media (min-width: 361px) {
  #block-block-21 a:after {
    text-indent: 75px;
    line-height: 109px;
    width: 137px;
  }
}
#block-block-21 .register {
  background: #f13438;
}
#block-block-21 .register:after {
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, rgba(241, 52, 56, 0)), color-stop(30%, #bd292c), color-stop(30%, #f13438), color-stop(100%, #f13438));
  background: -webkit-linear-gradient(to right, rgba(241, 52, 56, 0) 0%, #bd292c 30%, #f13438 30%, #f13438 100%);
  background: -moz-linear-gradient(to right, rgba(241, 52, 56, 0) 0%, #bd292c 30%, #f13438 30%, #f13438 100%);
  background: -o-linear-gradient(to right, rgba(241, 52, 56, 0) 0%, #bd292c 30%, #f13438 30%, #f13438 100%);
  background: linear-gradient(to right, rgba(241, 52, 56, 0) 0%, #bd292c 30%, #f13438 30%, #f13438 100%);
}
#block-block-21 .past-summits {
  background: #1baeb6;
}
#block-block-21 .past-summits:after {
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, rgba(25, 162, 170, 0)), color-stop(30%, #0b7d8a), color-stop(30%, #19a2aa), color-stop(100%, #19a2aa));
  background: -webkit-linear-gradient(to right, rgba(25, 162, 170, 0) 0%, #0b7d8a 30%, #19a2aa 30%, #19a2aa 100%);
  background: -moz-linear-gradient(to right, rgba(25, 162, 170, 0) 0%, #0b7d8a 30%, #19a2aa 30%, #19a2aa 100%);
  background: -o-linear-gradient(to right, rgba(25, 162, 170, 0) 0%, #0b7d8a 30%, #19a2aa 30%, #19a2aa 100%);
  background: linear-gradient(to right, rgba(25, 162, 170, 0) 0%, #0b7d8a 30%, #19a2aa 30%, #19a2aa 100%);
}

@media (min-width: 768px) {
  #block-block-21 {
    padding: 0 0 21px 0;
    margin-bottom: 30px;
  }
  #block-block-21 a {
    padding: 17px 22px;
    margin-bottom: 4px;
    font-size: 18px;
  }
  #block-block-21 a:after {
    font-size: 15px;
    line-height: 57px;
    text-indent: 37px;
    width: 70px;
  }
}
#block-block-20 {
  background: url('../images/bg-summit-app.png') 0 0 repeat;
  padding: 70px 0 0;
  margin-bottom: 20px;
}
#block-block-20 h3 {
  color: #fff;
  font: 800 39px "Avenir W01", sans-serif;
  text-transform: uppercase;
}
#block-block-20 h3 span {
  font: 200 93px/84px "BT Serifa W01", serif;
  display: block;
  text-transform: none;
}
@media (max-width: 361px) {
  #block-block-20 h3 {
    font-size: 90%;
  }
  #block-block-20 h3 span {
    font-size: 70px;
    line-height: 64px;
  }
}
#block-block-20 p {
  margin-bottom: 0;
}
#block-block-20 p img {
  display: block;
  margin: 0 auto;
  position: relative;
}
#block-block-20 p img:after {
  content: "";
  -webkit-box-shadow: black 0 0 10px 10px;
  -moz-box-shadow: black 0 0 10px 10px;
  box-shadow: black 0 0 10px 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#block-block-20 .block_content {
  padding: 0 40px;
}
#block-block-20 footer {
  overflow: hidden;
  *zoom: 1;
  padding: 40px;
  background: #e3e3e3;
  background: -webkit-gradient(linear, to top, to bottom, color-stop(0%, #e3e3e3), color-stop(90%, #e3e3e3), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(to top, #e3e3e3 0%, #e3e3e3 90%, #c0c0c0 100%);
  background: -moz-linear-gradient(to top, #e3e3e3 0%, #e3e3e3 90%, #c0c0c0 100%);
  background: -o-linear-gradient(to top, #e3e3e3 0%, #e3e3e3 90%, #c0c0c0 100%);
  background: linear-gradient(to top, #e3e3e3 0%, #e3e3e3 90%, #c0c0c0 100%);
}
#block-block-20 footer .left {
  position: relative;
  width: 50%;
  float: left;
  padding-right: 10px;
}
#block-block-20 footer .right {
  position: relative;
  width: 50%;
  float: left;
  text-align: right;
  padding-left: 10px;
}

@media (min-width: 768px) {
  #block-block-20 {
    padding-top: 26px;
    background-size: 80% auto;
  }
  #block-block-20 h3 {
    font-size: 17px;
    line-height: 19px;
  }
  #block-block-20 h3 span {
    font-size: 41px;
    line-height: 43px;
  }
  #block-block-20 .block_content {
    padding: 0 26px;
  }
  #block-block-20 footer {
    padding: 20px 26px;
  }
}
.not-front #block-block-23 {
  padding-top: 30px;
}

#block-block-24 {
  margin-bottom: 40px;
}
#block-block-24 h3 {
  font: 800 14px "Avenir W01", sans-serif;
  text-transform: uppercase;
  color: #494949;
}

#block-block-18 {
  padding-top: 40px;
  background: #e3e3e3;
}
#block-block-18 .block-title {
  font: 800 30px "Avenir W01", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #7f7f7f;
  margin-top: 0;
  vertical-align: middle;
  position: relative;
  margin-bottom: 44px;
}
@media (min-width: 361px) {
  #block-block-18 .block-title:before {
    content: '';
    height: 0;
    width: 20%;
    border-top: solid 1px #b3b3b3;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  #block-block-18 .block-title:after {
    content: '';
    height: 0;
    width: 20%;
    border-top: solid 1px #b3b3b3;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
  }
}
#block-block-18 .block-title span {
  background-position: 0 0;
  height: 63px;
  width: 152px;
  text-indent: -9999px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  margin-top: -4px;
}
#block-block-18 h3 {
  color: #3e484a;
  font: 300 20px/24px "Avenir W01", sans-serif;
}
#block-block-18 ul.playlist {
  margin-bottom: 2em;
  padding: 0;
}
#block-block-18 ul.playlist li {
  position: relative;
  padding: 0;
}
#block-block-18 ul.playlist li:before {
  content: " ";
  display: none;
}
#block-block-18 ul.playlist a {
  display: block;
  padding-left: 70px;
  position: relative;
}
#block-block-18 ul.playlist a img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 54px;
}
#block-block-18 ul.playlist h3 {
  font: 800 14px "Avenir W01", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
#block-block-18 ul.playlist p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 17px;
}
#block-block-18 ul.playlist p a {
  color: #7f7f7f;
}
#block-block-18 ul.playlist figure {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
}

@media (min-width: 768px) {
  #block-block-18 {
    padding: 40px 70px;
  }
  #block-block-18 .block-title {
    font: 800 14px "Avenir W01", sans-serif;
  }
  #block-block-18 .block-title span {
    background-position: 0 -88px;
    height: 36px;
    width: 87px;
  }
  #block-block-18 .block-title:before, #block-block-18 .block-title:after {
    width: 35%;
  }
  #block-block-18 h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #block-block-18 ul.playlist {
    overflow: hidden;
    *zoom: 1;
  }
  #block-block-18 ul.playlist li.odd {
    width: 50%;
    float: left;
    clear: left;
    padding-right: 20px;
  }
  #block-block-18 ul.playlist li.even {
    width: 50%;
    float: left;
  }
  #block-block-18 ul.playlist a {
    padding-left: 74px;
  }
  #block-block-18 ul.playlist a h3 {
    font-size: 16px;
  }
  #block-block-18 ul.playlist a img {
    max-width: 65px;
  }
}
.date-display-single {
  font-weight: 800;
  display: block;
  text-transform: uppercase;
}

.field-name-field-file-attachment, .field-name-field-link-to-external-site {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .field-name-field-file-attachment a, .field-name-field-link-to-external-site a {
    font-size: 12px;
  }
}

.field-name-field-author, .field-name-field-related-promise, .field-name-field-by {
  font: 800 14px "Avenir W01", sans-serif;
  text-transform: uppercase;
}

.field-name-field-related-promise a:not(:last-child):after {
  content: ", ";
}

.field-name-field-resource-category {
  text-transform: uppercase;
  font-weight: 800;
}

.field-name-field-contactinfo {
  margin-top: 1em;
}
.field-name-field-contactinfo h4 {
  margin: 0;
}

.field-name-field-resource-category a {
  margin-right: 0.7em;
}

.field-name-field-subtitle {
  text-transform: uppercase;
  font-weight: 800;
}

@media (min-width: 768px) {
  .node--event--full .group-left {
    width: 65.90909%;
    float: left;
    margin-right: 2.27273%;
  }
  .node--event--full .group-left h2 {
    margin-top: 0;
  }
  .node--event--full .group-left .subheadings {
    margin-bottom: 8px;
  }
  .node--event--full .group-right {
    width: 31.81818%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
  }
}
.page-partners .pager {
  clear: left;
}

#alpha-select {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #alpha-select {
    display: none;
  }
}

.view-staff .attachment-before, .view-partners .attachment-before, .view-all-staff .attachment-before, .view-all-partners .attachment-before {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .view-staff .views-row-odd, .view-partners .views-row-odd, .view-all-staff .views-row-odd, .view-all-partners .views-row-odd {
    width: 44.44%;
    position: relative;
    float: left;
    clear: left;
    margin-right: 11.12%;
  }
  .view-staff .views-row-even, .view-partners .views-row-even, .view-all-staff .views-row-even, .view-all-partners .views-row-even {
    width: 44.44%;
    position: relative;
    float: left;
    margin-right: 0;
  }
}

.node--staff--teaser, .node--partner--teaser {
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 17px;
  color: #727272;
}
@media (max-width: 768px) {
  .node--staff--teaser, .node--partner--teaser {
    border-bottom: 1px solid #e9e9e9;
  }
}
@media (min-width: 768px) {
  .node--staff--teaser, .node--partner--teaser {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .node--staff--teaser:not(.group-one-column) .group-left, .node--partner--teaser:not(.group-one-column) .group-left {
    width: 28.57143%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .node--staff--teaser:not(.group-one-column) .group-right, .node--partner--teaser:not(.group-one-column) .group-right {
    width: 64.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.node--staff--teaser h2.title, .node--staff--teaser h3.title, .node--partner--teaser h2.title, .node--partner--teaser h3.title {
  margin: 0;
}
.node--staff--teaser h2.title a, .node--staff--teaser h3.title a, .node--partner--teaser h2.title a, .node--partner--teaser h3.title a {
  text-transform: uppercase;
  color: #97b630;
  font: 800 17px "Avenir W01", sans-serif;
}
.node--staff--teaser img, .node--partner--teaser img {
  border: 3px solid #dbdbdb;
}

.node--staff--teaser h2.title a, .node--staff--teaser h3.title a {
  color: #1baeb6;
}

.node--promise--full.node--full {
  background: #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.node--promise--full.node--full h2 {
  padding-top: 60px;
  height: 314px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .node--promise--full.node--full h2 {
    height: 414px;
    padding: 110px 200px 0 40px;
    font-size: 60px;
  }
}
.node--promise--full.node--full h2:before {
  text-indent: 10px;
  font-size: 92px;
  display: block;
}
.node--promise--full.node--full p {
  font: 200 30px/40px "BT Serifa W01", serif;
}
@media (min-width: 768px) {
  .node--promise--full.node--full p {
    padding: 0 40px;
  }
}

#block-views-resources-for-promises-block-1 .block__title {
  background: #1dafb7;
  text-align: center;
  color: #fff;
  height: 37px;
  font: 800 14px/37px "Avenir W01", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
#block-views-resources-for-promises-block-1 .views-row {
  color: #494949;
  background: #f5f5f5;
  font: 200 14px/18px "Avenir W01", sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  #block-views-resources-for-promises-block-1 .views-row {
    padding: 0 33px;
  }
}
#block-views-resources-for-promises-block-1 .views-row:hover {
  background: #ededed;
}
#block-views-resources-for-promises-block-1 .views-row:hover .node-teaser {
  -webkit-box-shadow: whitesmoke 0 0 0 0 inset;
  -moz-box-shadow: whitesmoke 0 0 0 0 inset;
  box-shadow: whitesmoke 0 0 0 0 inset;
}
#block-views-resources-for-promises-block-1 .views-row .node--teaser {
  -webkit-box-shadow: #d4d4d4 0 -1px 0 0 inset;
  -moz-box-shadow: #d4d4d4 0 -1px 0 0 inset;
  box-shadow: #d4d4d4 0 -1px 0 0 inset;
  padding: 25px 0;
  margin: 0;
}
#block-views-resources-for-promises-block-1 .views-row:last-child .node--teaser {
  -webkit-box-shadow: whitesmoke 0 0 0 0 inset;
  -moz-box-shadow: whitesmoke 0 0 0 0 inset;
  box-shadow: whitesmoke 0 0 0 0 inset;
}
#block-views-resources-for-promises-block-1 .views-row h2 {
  margin: 0;
}
#block-views-resources-for-promises-block-1 .views-row h2 a {
  color: #3e484a;
}
#block-views-resources-for-promises-block-1 .pager {
  text-align: center;
  background: #efefef;
  height: 56px;
  line-height: 56px;
}

.page-node-118 .node--promise--full h2 {
  background: #edae04 url('../images/bg-promise/caring-adults.jpg') 10% 100% no-repeat;
}
.page-node-118 .node--promise--full h2:before {
  content: "\e004";
}

.page-node-126 .node--promise--full h2 {
  background: #e61212 url('../images/bg-promise/safe-places.jpg') 50% 0 no-repeat;
}
.page-node-126 .node--promise--full h2:before {
  content: "\e000";
}

.page-node-132 .node--promise--full h2 {
  background: #97b630 url('../images/bg-promise/healthy-start.jpg') 50% 0% no-repeat;
}
.page-node-132 .node--promise--full h2:before {
  content: "\e002";
}

.page-node-119 .node--promise--full h2 {
  background: #1dafb7 url('../images/bg-promise/effective-education.jpg') 30% 0% no-repeat;
}
.page-node-119 .node--promise--full h2:before {
  content: "\e003";
}

.page-node-96 .node--promise--full h2 {
  background: #a449b0 url('../images/bg-promise/opportunities-to-help-others.jpg') 30% 0% no-repeat;
}
.page-node-96 .node--promise--full h2:before {
  content: "\e001";
}

@media (min-width: 768px) {
  .node--promise--full.node--full p {
    font-size: 22px;
    line-height: 26px;
  }

  #block-views-resources-for-promises-block-1 .block__title {
    font-size: 14px;
  }
  #block-views-resources-for-promises-block-1 .views-row h2 a {
    font-size: 20px;
  }
}
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-early-childhood,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-elementary-school,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-middle-school,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-high-school,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-post-secondary,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-early-warning-systems,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-health-care,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-nutrition,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-risky-behaviors,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-business-partnerships,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-school-community,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-bullying,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-turnaround,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-common-core,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-other-policy,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-african-american,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-disabilities,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-disconnected,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-juvenile-justice,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-latino,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-lgbtq,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-military-families,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-pregnant-teens,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-rural,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-youth-in-care,
.section-webform .form-item-submitted-focus-areas-select .form-item-submitted-focus-areas-select-other {
  margin-left: 2em;
}

.l-main .date {
  font-size: 12px;
}
.l-main .title {
  margin: 0;
  font-size: 15px;
}
.l-main .title a {
  font-size: 15px;
  color: #000;
}

.node--full .group-header {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .node--full img {
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}

.node {
  position: relative;
}
.node .subheadings {
  font: 800 12px/12px "Avenir W01", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 33px;
}
.node .figure {
  text-align: center;
}
.node .field-name-node-link {
  padding-top: 15px;
}
.node .field-name-field-link a,
.node .field-name-node-link a {
  background-color: #ff3c00;
  font-family: "Avenir W01", sans-serif;
  font-weight: 900;
}
.node .field-name-field-link a:hover,
.node .field-name-node-link a:hover {
  background: #e63600;
}

.view-mode-custom_promo,
.view-mode-existing_promo {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.pre-separator .view-mode-custom_promo, .pre-separator
.view-mode-existing_promo {
  margin: 0;
  border: none;
}
.view-mode-custom_promo figure,
.view-mode-existing_promo figure {
  text-align: center;
}
.view-mode-custom_promo figure img,
.view-mode-existing_promo figure img {
  display: inline;
  margin: 0;
}

.header-title h1 {
  margin-top: 0;
}

.page-title-active .l-content,
.page-title-active .l-region--sidebar-second,
.page-staff .l-content,
.page-staff .l-region--sidebar-second {
  margin-top: 30px;
}
@media (min-width: 1170px) {
  .page-title-active .l-content,
  .page-title-active .l-region--sidebar-second,
  .page-staff .l-content,
  .page-staff .l-region--sidebar-second {
    margin-top: 70px;
  }
}

.page-staff #block-block-8 h1 {
  margin-top: 0;
}

.node--full {
  position: relative;
}
@media (min-width: 768px) {
  .node--full {
    padding-bottom: 80px;
  }
  .page-node-837 .node--full {
    padding-bottom: 0;
  }
}
.node--full .addthis_toolbox {
  width: 100%;
  bottom: 0px;
}
.node--full img {
  position: relative;
  display: block;
}
.node--full h2 {
  margin-top: 0;
}

.separator {
  margin: 0 auto 60px;
  text-align: center;
  width: 90%;
  background-position: 50% -55px;
  background-repeat: repeat-x;
}
.separator .view-mode-separator {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-position: 50% -259px;
  text-align: center;
  color: #fff;
  font: normal 30px "BT Serifa W01", serif;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
}
@media (max-width: 768px) {
  .separator .view-mode-separator {
    width: 100%;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .field-collection-container figure img,
  .field-collection-item-field-blocks figure img {
    position: relative;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .view-mode-custom_promo figure img,
  .view-mode-existing_promo figure img {
    max-width: 194px;
  }

  .node--full header.group-header, .node--full div.group-left {
    padding: 0;
  }
  .node--full .addthis_toolbox {
    text-align: right;
    position: relative;
    left: 0;
  }
  .node--full img {
    display: inline;
    float: left;
    margin: 0 2em 2em 0;
  }

  .node--news--full img, .node--press-release--full img {
    float: right;
    margin: 0 0 2em 2em;
  }

  .separator {
    background-position: 50% -14px;
  }
  .separator .view-mode-separator {
    background-position: 50% -337px;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }

  .views-row-odd .group-left, div.even .group-left {
    width: 31.81818%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
  }
  .views-row-odd .group-right, div.even .group-right {
    width: 65.90909%;
    float: left;
    margin-right: 2.27273%;
  }

  .views-row-even .group-left, div.odd .group-left {
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
  }
  .views-row-even .group-right, div.odd .group-right {
    width: 65.90909%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
  }
}
.page-node-3580 .field-name-body {
  background: #f0f0f0;
  padding-top: 50px;
}
.page-node-3580 .field-name-body h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-node-3580 .field-name-body {
    padding: 50px 40px 10px;
    margin-bottom: 3em;
  }
  .page-node-3580 .field-name-body h2 {
    margin-top: 0;
    font-size: 45px;
  }
  .page-node-3580 .field-name-body p {
    font: 300 22px "BT Serifa W01", serif;
  }
}

.BBFormTable tr {
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
  margin-bottom: 36px;
}
.BBFormTable td {
  display: block;
  background: none;
  text-align: left;
}
.BBFormTable .DonationCaptureRequiredFieldMarker {
  position: absolute;
  top: 0;
  right: 0;
}
.BBFormTable textarea {
  height: 45px;
  line-height: 45px;
}
.BBFormTable label {
  font-size: 30px;
}
.BBFormTable td.DonationVerificationCell,
.BBFormTable td.BBListingHeading,
.BBFormTable #PC1529_trAdditInformation {
  display: none;
}
.BBFormTable .selectBox-dropdown {
  padding: 2px;
}
.BBFormTable input[type="radio"] + label {
  position: relative;
  top: 5px;
  text-indent: -9999px;
}
.BBFormTable #PC1529_txtAmount {
  position: relative;
  top: -6px;
}

#PC1529_trOther {
  margin: 0;
}
#PC1529_trOther tr {
  margin: 0;
}
#PC1529_trOther .BBFieldControlCell {
  float: left;
}
#PC1529_trOther .BBFieldControlCell td {
  float: left;
}

.DonationCaptureFormTable > tr:first-child {
  display: none;
}
.DonationCaptureFormTable tr:nth-child(7) {
  clear: left;
}

.sDonationCaptureFieldControlCell td {
  display: inline;
}

.BBFieldControlCell {
  display: block;
}
.BBFieldControlCell .BBFieldControlCell {
  display: inline;
}

#PC1529_DonationCapture1_lnkcsc_help {
  display: none;
}

#PC1529_trOther {
  padding: 0;
}
#PC1529_trOther #PC1529_rdoOther {
  margin-right: 30px;
}

#PC1529_tblAmount tr {
  position: relative;
  float: left;
}
#PC1529_tblAmount span {
  bottom: 3px;
}

@media (min-width: 768px) {
  .BBFormTable {
    font-size: 17px;
  }
  .BBFormTable label {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .page-node-3702 .field-name-body {
    padding: 42px;
  }
}
.page-node-3702 .field-name-body {
  background: #3b4445 url('../images/bg-donors.png') repeat 0 0;
}
.page-node-3702 .field-name-body h2 {
  padding-top: 20px;
}
.page-node-3702 .field-name-body h2, .page-node-3702 .field-name-body p {
  color: #fff;
  margin-bottom: 0;
}
.page-node-3702 .field-name-body p {
  font-family: "BT Serifa W01", serif;
  font-weight: 300;
}
.page-node-3702 .field-name-body p:last-child {
  -webkit-box-shadow: #282d2d 0 -1px 0 0 inset;
  -moz-box-shadow: #282d2d 0 -1px 0 0 inset;
  box-shadow: #282d2d 0 -1px 0 0 inset;
  border-bottom: 1px solid #4d5556;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .page-node-3702 .field-name-body p {
    font: 200 22px/26px "BT Serifa W01", serif;
  }
  .page-node-3702 .field-name-body p:last-child {
    padding-bottom: 40px;
  }
}

.donors-block {
  background: #3b4445 url('../images/bg-donors.png') repeat 0 0;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .donors-block {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .donors-block {
    padding: 0 42px 42px;
  }
}
.donors-block .donors {
  background: #2e3535;
  margin-bottom: 12px;
}
.donors-block .donors header {
  padding: 20px 30px;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
}
.donors-block .donors header:hover {
  background: #333a3a;
}
.donors-block .donors h3 {
  color: #1daeb5;
  font: 200 24px "BT Serifa W01", serif;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  float: left;
}
.donors-block .donors h3 span {
  display: block;
  color: #a0a7a8;
  text-transform: normal;
}
.donors-block .donors h3.open:after {
  content: "\e601";
}
.donors-block .donors span.action {
  color: #a0a7a8;
  float: right;
  position: relative;
  font: 200 16px "Avenir W01", sans-serif;
  text-transform: uppercase;
}
.donors-block .donors span.action:after {
  content: "\e5fc";
  color: #1daeb5;
  font-size: 14px;
  margin-left: 10px;
}
.donors-block .donors header.open span.action:after {
  content: "\e601";
}
.donors-block .donors span.close {
  display: none;
}
.donors-block .donors header.open span.close {
  display: inline;
}
.donors-block .donors header.open span.benefits {
  display: none;
}
.donors-block .donors ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  padding: 0 30px;
}
.donors-block .donors ul li {
  position: relative;
  font-size: 14px;
  color: #A0A7A8;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.donors-block .donors ul li:before {
  color: #BFD730;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .donors-block .donors h3 {
    font-size: 16px;
  }
  .donors-block .donors span.action {
    font-size: 12px;
  }
  .donors-block .donors span.action:after {
    font-size: 10px;
  }
  .donors-block .donors ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }
}

.section-donors .block--bean {
  color: #3e4849;
  font: 200 26px "BT Serifa W01", serif;
}
.section-donors .block--bean h2 {
  margin: 0;
  padding: 0;
  color: #3e4849;
  font: 200 26px "BT Serifa W01", serif;
}
.section-donors .block--bean h2 a {
  color: #3e4849;
  font: 200 26px "BT Serifa W01", serif;
  text-transform: none;
  padding: 0;
}
.section-donors .block--bean h2 a:hover {
  color: #6d7e80;
}
.section-donors .block--bean .field-collection-container {
  padding: 0;
}
.section-donors .block--bean .field-collection-view {
  margin-bottom: 1em;
}
.section-donors .block--bean .block__title {
  font: 800 15px "Avenir W01", sans-serif;
  color: #1dafb7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 0;
}
.section-donors .block--bean img {
  display: block;
  margin: 0 auto;
  border: 3px solid #f3f3f3;
  margin: 0;
  margin-bottom: 15px;
}
.section-donors .block--bean a {
  font: 800 14px "Avenir W01", sans-serif;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .section-donors .block--bean {
    padding: 0;
    font-size: 22px;
    margin-bottom: 60px;
  }
  .section-donors .block--bean .field-collection-view {
    width: 21.05263%;
    float: left;
    margin-right: 5.26316%;
  }
  .section-donors .block--bean .field-collection-view:nth-child(4n) {
    margin-right: 0;
  }
  .section-donors .block--bean .field-collection-view:nth-child(4n) + div {
    clear: left;
  }
  .section-donors .block--bean.block--bean-presenting-donors .field-collection-view {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
  }
  .section-donors .block--bean.block--bean-presenting-donors .field-collection-view:nth-child(3n) {
    margin-right: 0;
  }
  .section-donors .block--bean.block--bean-presenting-donors .field-collection-view:nth-child(3n) + div {
    clear: left;
  }
  .section-donors .block--bean .block__title {
    font-size: 14px;
  }
  .section-donors .block--bean a {
    font-size: 14px;
    padding-top: 10px;
  }
  .section-donors .block--bean a:after {
    font-size: 12px;
  }
}

#calendar_submenu {
  padding: 0 40px;
}
#calendar_submenu .group-left {
  color: #3f484a;
  font: 400 36px "BT Serifa W01", serif;
  text-transform: uppercase;
}
#calendar_submenu .group-right {
  display: none;
  text-align: right;
}
#calendar_submenu .group-right a {
  color: #e61212;
  text-transform: uppercase;
  margin-left: 35px;
}
#calendar_submenu .group-right a:hover {
  color: #a5a5a5;
}
#calendar_submenu .group-right a:before {
  margin-right: 10px;
}
#calendar_submenu .list-view {
  display: none;
}

#block-views-events-block-3 {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  #block-views-events-block-3 .views-exposed-widgets {
    background: #f1f1f1;
    padding: 28px 11px 9px;
  }
}
#block-views-events-block-3 .view-content h3, #block-views-events-block-3 .view-content .date-display-single {
  font: 200 26px "BT Serifa W01", serif;
  color: #3e4749;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#block-views-events-block-3 .views-row {
  margin-bottom: 32px;
}
#block-views-events-block-3 .views-row a {
  color: #3e4749;
}

.view-display-id-page_1 {
  display: none;
}

.bef-checkboxes label {
  text-transform: uppercase;
  font: 800 14px "Avenir W01", sans-serif;
}
.bef-checkboxes .form-item {
  position: relative;
}
.bef-checkboxes input[type="checkbox"] {
  position: absolute;
}
.bef-checkboxes .option {
  display: block;
  padding-left: 30px;
}
.bef-checkboxes .form-item-edit-field-related-program-nid-420 label {
  color: #9a754a;
}
.bef-checkboxes .form-item-edit-field-related-program-nid-263 label {
  color: #ec8789;
}
.bef-checkboxes .form-item-edit-field-related-program-nid-421 label {
  color: #9d9999;
}
.bef-checkboxes .form-item-edit-field-related-program-nid-422 label {
  color: #ddae30;
}
.bef-checkboxes .form-item-edit-field-related-program-nid-423 label {
  color: #717bce;
}
.bef-checkboxes .form-item-edit-field-related-program-nid-424 label {
  color: #9eb519;
}

#block-views-events-block-3 .program-420 {
  background: #9a754a;
}

#block-views-events-block-3 .program-263 {
  background: #ec8789;
}

#block-views-events-block-3 .program-421 {
  background: #9d9999;
}

#block-views-events-block-3 .program-422 {
  background: #ddae30;
}

#block-views-events-block-3 .program-423 {
  background: #717bce;
}

#block-views-events-block-3 .program-424 {
  background: #9eb519;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
  float: none;
}

.view .date-nav-wrapper .date-heading h3 {
  font: 800 21px "Avenir W01", sans-serif;
  text-transform: uppercase;
}
.view .date-nav-wrapper .pager {
  margin: 0;
}
.view .date-nav-wrapper .pager li {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  background: transparent;
}
.view .date-nav-wrapper .pager a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid #b9b5b1;
  background: #e4e4e4;
}
.view .date-nav-wrapper .pager a:hover {
  background: #e9e9e9;
}
.view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}
.view .bef-checkboxes .form-item-edit-field-related-program-nid-422,
.view .bef-checkboxes .form-item-edit-field-related-program-nid-420,
.view .bef-checkboxes .form-item-edit-field-related-program-nid-421,
.view .bef-checkboxes .form-item-edit-field-related-program-nid-424,
.view .bef-checkboxes .form-item-edit-field-partner-event-value-0 {
  display: none;
}

@media (max-width: 768px) {
  .bef-checkboxes .form-item {
    margin-bottom: 18px;
  }

  #calendar_submenu {
    display: none;
  }
}
@media (min-width: 768px) {
  #calendar_submenu {
    padding: 0;
  }
  #calendar_submenu .group-left {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    font-size: 15px;
  }
  #calendar_submenu .group-right {
    display: block;
    width: 49.15254%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
  }

  #block-views-events-block-3 {
    display: none;
    padding: 0;
  }

  .view-display-id-page_1 {
    display: block;
  }

  .view .date-nav-wrapper .date-heading h3 {
    font-size: 19px;
  }
  .view .date-nav-wrapper .pager li {
    width: 34px;
    height: 34px;
  }
  .view .date-nav-wrapper .pager a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  .bef-checkboxes {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
  }
  .bef-checkboxes label {
    font-size: 13px;
    line-height: 32px;
  }
  .bef-checkboxes .form-item {
    display: inline;
    margin-right: 20px;
    white-space: nowrap;
  }
  .bef-checkboxes .option {
    display: inline;
    padding: 0;
  }
  .bef-checkboxes input[type="checkbox"] {
    position: relative;
    margin-right: 11px;
  }
}
.page-events .l-main {
  margin-top: 30px;
}
@media (min-width: 1170px) {
  .page-events .l-main {
    margin-top: 74px;
  }
}

.page-node-263 .page-title {
  padding-top: 40px;
}

.section-news .node--full .group-left, .section-press-releases .node--full .group-left, .page-node-3556 .node--full .group-left, .node-type-press-release .node--full .group-left {
  padding: 0;
}
.section-news .view-content, .section-press-releases .view-content, .page-node-3556 .view-content, .node-type-press-release .view-content {
  margin-bottom: 5.5em;
}
.section-news .node--news--full, .section-news .node--press-release--full, .section-news .node--teaser-no-image, .section-press-releases .node--news--full, .section-press-releases .node--press-release--full, .section-press-releases .node--teaser-no-image, .page-node-3556 .node--news--full, .page-node-3556 .node--press-release--full, .page-node-3556 .node--teaser-no-image, .node-type-press-release .node--news--full, .node-type-press-release .node--press-release--full, .node-type-press-release .node--teaser-no-image {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #c8c8c8;
}
@media (min-width: 361px) {
  .section-news .node--news--full, .section-news .node--press-release--full, .section-news .node--teaser-no-image, .section-press-releases .node--news--full, .section-press-releases .node--press-release--full, .section-press-releases .node--teaser-no-image, .page-node-3556 .node--news--full, .page-node-3556 .node--press-release--full, .page-node-3556 .node--teaser-no-image, .node-type-press-release .node--news--full, .node-type-press-release .node--press-release--full, .node-type-press-release .node--teaser-no-image {
    margin: 0 40px 65px;
  }
}
@media (min-width: 768px) {
  .section-news .node--news--full:hover, .section-news .node--press-release--full:hover, .section-news .node--teaser-no-image:hover, .section-press-releases .node--news--full:hover, .section-press-releases .node--press-release--full:hover, .section-press-releases .node--teaser-no-image:hover, .page-node-3556 .node--news--full:hover, .page-node-3556 .node--press-release--full:hover, .page-node-3556 .node--teaser-no-image:hover, .node-type-press-release .node--news--full:hover, .node-type-press-release .node--press-release--full:hover, .node-type-press-release .node--teaser-no-image:hover {
    -webkit-box-shadow: #d6dbdc 0 -3px 0 0 inset;
    -moz-box-shadow: #d6dbdc 0 -3px 0 0 inset;
    box-shadow: #d6dbdc 0 -3px 0 0 inset;
    background: #fff;
  }
}
.section-news .node--news--full .date-display-single, .section-news .node--press-release--full .date-display-single, .section-news .node--teaser-no-image .date-display-single, .section-press-releases .node--news--full .date-display-single, .section-press-releases .node--press-release--full .date-display-single, .section-press-releases .node--teaser-no-image .date-display-single, .page-node-3556 .node--news--full .date-display-single, .page-node-3556 .node--press-release--full .date-display-single, .page-node-3556 .node--teaser-no-image .date-display-single, .node-type-press-release .node--news--full .date-display-single, .node-type-press-release .node--press-release--full .date-display-single, .node-type-press-release .node--teaser-no-image .date-display-single {
  font-size: 12px;
  color: #727272;
}
.section-news .node--news--full .title, .section-news .node--press-release--full .title, .section-news .node--teaser-no-image .title, .section-press-releases .node--news--full .title, .section-press-releases .node--press-release--full .title, .section-press-releases .node--teaser-no-image .title, .page-node-3556 .node--news--full .title, .page-node-3556 .node--press-release--full .title, .page-node-3556 .node--teaser-no-image .title, .node-type-press-release .node--news--full .title, .node-type-press-release .node--press-release--full .title, .node-type-press-release .node--teaser-no-image .title {
  margin: 0;
}
.section-news .node--news--full .title a, .section-news .node--press-release--full .title a, .section-news .node--teaser-no-image .title a, .section-press-releases .node--news--full .title a, .section-press-releases .node--press-release--full .title a, .section-press-releases .node--teaser-no-image .title a, .page-node-3556 .node--news--full .title a, .page-node-3556 .node--press-release--full .title a, .page-node-3556 .node--teaser-no-image .title a, .node-type-press-release .node--news--full .title a, .node-type-press-release .node--press-release--full .title a, .node-type-press-release .node--teaser-no-image .title a {
  color: #3e4849;
  font: 200 25px "BT Serifa W01", serif;
}
.section-news .node--news--full .field-name-body, .section-news .node--press-release--full .field-name-body, .section-news .node--teaser-no-image .field-name-body, .section-press-releases .node--news--full .field-name-body, .section-press-releases .node--press-release--full .field-name-body, .section-press-releases .node--teaser-no-image .field-name-body, .page-node-3556 .node--news--full .field-name-body, .page-node-3556 .node--press-release--full .field-name-body, .page-node-3556 .node--teaser-no-image .field-name-body, .node-type-press-release .node--news--full .field-name-body, .node-type-press-release .node--press-release--full .field-name-body, .node-type-press-release .node--teaser-no-image .field-name-body {
  font: 300 15px "BT Serifa W01", serif;
  color: #7d7d7d;
}
.section-news .node--news--full .field-name-node-link a, .section-news .node--press-release--full .field-name-node-link a, .section-news .node--teaser-no-image .field-name-node-link a, .section-press-releases .node--news--full .field-name-node-link a, .section-press-releases .node--press-release--full .field-name-node-link a, .section-press-releases .node--teaser-no-image .field-name-node-link a, .page-node-3556 .node--news--full .field-name-node-link a, .page-node-3556 .node--press-release--full .field-name-node-link a, .page-node-3556 .node--teaser-no-image .field-name-node-link a, .node-type-press-release .node--news--full .field-name-node-link a, .node-type-press-release .node--press-release--full .field-name-node-link a, .node-type-press-release .node--teaser-no-image .field-name-node-link a {
  color: #e61212;
  text-transform: uppercase;
  font-size: 35px;
  height: 175px;
  line-height: 175px;
}
.section-news .cover-link, .section-press-releases .cover-link, .page-node-3556 .cover-link, .node-type-press-release .cover-link {
  padding-top: 20px;
}
.section-news .cover-link a, .section-press-releases .cover-link a, .page-node-3556 .cover-link a, .node-type-press-release .cover-link a {
  font: 800 18px "Avenir W01", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-node-3556 .node--full {
    -webkit-box-shadow: #d6dbdc 0 -3px 0 0 inset;
    -moz-box-shadow: #d6dbdc 0 -3px 0 0 inset;
    box-shadow: #d6dbdc 0 -3px 0 0 inset;
    background: #fff;
    padding: 40px;
  }

  .section-news .l-main, .section-press-releases .l-main, .page-node-3556 .l-main, .node-type-press-release .l-main {
    background: #f4f5f5;
  }
  .section-news .page-title-active .l-content,
  .section-news .page-title-active .l-region--sidebar-second, .section-press-releases .page-title-active .l-content,
  .section-press-releases .page-title-active .l-region--sidebar-second, .page-node-3556 .page-title-active .l-content,
  .page-node-3556 .page-title-active .l-region--sidebar-second, .node-type-press-release .page-title-active .l-content,
  .node-type-press-release .page-title-active .l-region--sidebar-second {
    margin-top: 80px;
  }
  .section-news .l-content .node--news, .section-news .l-content .node--press-release, .section-press-releases .l-content .node--news, .section-press-releases .l-content .node--press-release, .page-node-3556 .l-content .node--news, .page-node-3556 .l-content .node--press-release, .node-type-press-release .l-content .node--news, .node-type-press-release .l-content .node--press-release {
    margin: 0;
    border: none;
    padding: 26px 38px;
    position: relative;
  }
  .section-news .l-content .node--news--full, .section-news .l-content .node--press-release--full, .section-press-releases .l-content .node--news--full, .section-press-releases .l-content .node--press-release--full, .page-node-3556 .l-content .node--news--full, .page-node-3556 .l-content .node--press-release--full, .node-type-press-release .l-content .node--news--full, .node-type-press-release .l-content .node--press-release--full {
    -webkit-box-shadow: #d6dbdc 0 -3px 0 0 inset;
    -moz-box-shadow: #d6dbdc 0 -3px 0 0 inset;
    box-shadow: #d6dbdc 0 -3px 0 0 inset;
    background: #fff;
  }
  .section-news .article-title, .section-press-releases .article-title, .page-node-3556 .article-title, .node-type-press-release .article-title {
    font-size: 22px;
  }
  .section-news .article-title:before, .section-press-releases .article-title:before, .page-node-3556 .article-title:before, .node-type-press-release .article-title:before {
    margin-right: 20px;
  }

  .pager {
    text-align: right;
    margin-bottom: 3.5em;
  }

  .block--views-a33ef90cf7186df038901433af4fdd03 {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    margin-bottom: 2em;
  }
  .block--views-a33ef90cf7186df038901433af4fdd03 article {
    padding: 0 43px 0 36px;
  }
  .block--views-a33ef90cf7186df038901433af4fdd03 .block__title {
    margin: 0 0 2em 2em;
  }

  .block--views-f9ba3b222913c911f922cdb43e353243 {
    width: 48.71795%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    position: relative;
    padding-top: 2.6em;
  }
  .block--views-f9ba3b222913c911f922cdb43e353243 .more-link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
  }
}
.page-node-811 .form-checkboxes {
  border: 2px solid #DADADA;
  border-radius: 5px;
  display: inline-block;
  max-height: 250px;
  overflow: scroll;
  padding: 10px;
  width: 525px;
}
.page-node-811 fieldset.collapsible .fieldset-legend {
  background: url("/misc/menu-expanded.png") no-repeat 0 5px;
  padding-left: 10px;
}
.page-node-811 fieldset.collapsed .fieldset-legend {
  background: url("/misc/menu-collapsed.png") no-repeat 0 5px;
  padding-left: 10px;
}
.page-node-811 fieldset {
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 5px;
}

#block-block-9 {
  background: #85b419 url('../images/bg-partners.jpg') right 0 no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 16px;
}
@media (min-width: 361px) {
  #block-block-9 {
    padding: 50px 40px 16px;
  }
}
@media (min-width: 768px) {
  #block-block-9 {
    padding: 94px 64px 16px;
  }
}
#block-block-9 h2 {
  font: 200 35px/34px "BT Serifa W01", serif;
  margin-top: 0;
  color: #fff;
  margin-bottom: 22px;
}
@media (min-width: 361px) {
  #block-block-9 h2 {
    font-size: 55px;
    line-height: 45px;
  }
}
#block-block-9 p {
  font: 200 20px/30px "BT Serifa W01", serif;
}
@media (min-width: 361px) {
  #block-block-9 p {
    font-size: 30px;
    line-height: 40px;
  }
}

#block-block-12 {
  background: #f3f3f3;
  margin-bottom: 2.75em;
}
@media (min-width: 361px) {
  #block-block-12 {
    padding: 60px 40px;
  }
}
#block-block-12 p:first-child {
  margin-top: 10px;
  font: 200 25px/30px "BT Serifa W01", serif;
  color: #3e4849;
}
@media (min-width: 361px) {
  #block-block-12 p:first-child {
    font-size: 40px;
    line-height: 45px;
  }
}
#block-block-12 .block__content ul {
  padding: 0;
}
#block-block-12 .block__content li {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  font: 300 20px/30px "BT Serifa W01", serif;
  padding: 0;
  color: #82888a;
  padding: 28px 0;
}
@media (min-width: 361px) {
  #block-block-12 .block__content li {
    font-size: 30px;
    line-height: 40px;
    padding: 48px 0;
  }
}
#block-block-12 .block__content li:before {
  display: none;
}
#block-block-12 .block__content li a {
  color: #3e83a5;
}
#block-block-12 .block__content li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .view-display-id-page .attachment {
    display: none;
  }
}
@media (min-width: 768px) {
  #block-block-12 {
    padding: 33px 61px;
  }
  #block-block-12 p:first-child {
    font: 200 28px/32px "BT Serifa W01", serif;
  }
  #block-block-12 .block__content li {
    font-size: 16px;
    line-height: 22px;
    padding: 1em 1.4em;
  }
  #block-block-12 .block__content li:before {
    content: "\002022";
    display: inline;
    color: #97b630;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 23px;
  }
}
p.about-our-programs {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/about-our-program.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 252px;
  height: 252px;
  display: block;
  position: absolute;
  top: -211px;
  left: 39px;
}
@media (max-width: 361px) {
  p.about-our-programs {
    background-size: 50% 50%;
    top: -141px;
    left: -51px;
  }
}

.section-programs.page-node-210 .node--page .field-name-body {
  font: 300 22px "BT Serifa W01", serif;
  color: #3e4849;
  background: #f0f0f0 url('../images/suburbia-skyline.jpg') 0 bottom repeat-x;
  padding-top: 70px;
  padding-bottom: 5.25em;
  position: relative;
  margin-bottom: 2em;
}
.section-programs.page-node-210 .node--page .field-name-body p {
  font-weight: 200;
}

#block-views-programs-block .node--program-page--teaser {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 47px;
  margin-bottom: 25px;
}
#block-views-programs-block li:last-child .node--program-page--teaser {
  border-bottom: none;
}
#block-views-programs-block p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .page-node-210 .node--full img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-node-210 .node--page .field-name-body {
    padding: 70px 35px 0;
  }
  .page-node-210 .node--page .field-name-body p {
    font-size: 22px;
    line-height: 26px;
  }
  .page-node-210 .node--full img {
    display: block;
    margin: 0;
    float: none;
  }
}
#block-views-promises-block {
  padding-right: 1.6em;
  color: #7f8687;
  font-weight: 900;
}
#block-views-promises-block .block__title {
  -webkit-box-shadow: #e5e5e5 0 6px 0 0 inset;
  -moz-box-shadow: #e5e5e5 0 6px 0 0 inset;
  box-shadow: #e5e5e5 0 6px 0 0 inset;
  overflow: hidden;
  *zoom: 1;
  font: 200 40px "BT Serifa W01", serif;
  color: #3e4749;
  padding: 25px 0;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
}
#block-views-promises-block .block__title:after {
  content: " ";
  height: 6px;
  width: 100%;
  display: block;
  position: relative;
  bottom: -25px;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #ffbd09), color-stop(20%, #ffbd09), color-stop(20%, #e61212), color-stop(40%, #e61212), color-stop(40%, #97b630), color-stop(60%, #97b630), color-stop(60%, #1dafb7), color-stop(80%, #1dafb7), color-stop(80%, #a449b0), color-stop(100%, #a449b0));
  background: -webkit-linear-gradient(to right, #ffbd09 0%, #ffbd09 20%, #e61212 20%, #e61212 40%, #97b630 40%, #97b630 60%, #1dafb7 60%, #1dafb7 80%, #a449b0 80%, #a449b0 100%);
  background: -moz-linear-gradient(to right, #ffbd09 0%, #ffbd09 20%, #e61212 20%, #e61212 40%, #97b630 40%, #97b630 60%, #1dafb7 60%, #1dafb7 80%, #a449b0 80%, #a449b0 100%);
  background: -o-linear-gradient(to right, #ffbd09 0%, #ffbd09 20%, #e61212 20%, #e61212 40%, #97b630 40%, #97b630 60%, #1dafb7 60%, #1dafb7 80%, #a449b0 80%, #a449b0 100%);
  background: linear-gradient(to right, #ffbd09 0%, #ffbd09 20%, #e61212 20%, #e61212 40%, #97b630 40%, #97b630 60%, #1dafb7 60%, #1dafb7 80%, #a449b0 80%, #a449b0 100%);
}
#block-views-promises-block .label-inline {
  display: inline;
  text-transform: uppercase;
  margin-right: 0.5625em;
}
#block-views-promises-block h3 {
  margin: 0;
}
#block-views-promises-block h3 a {
  font: 200 25px/28px "BT Serifa W01", serif;
}
#block-views-promises-block h3 + p {
  margin-top: 0;
}
#block-views-promises-block p {
  color: #494949;
  font-weight: 200;
}
#block-views-promises-block p:last-child {
  margin-bottom: 0;
}
#block-views-promises-block .group-left {
  width: 63.63636%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
#block-views-promises-block .group-right {
  width: 27.27273%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
#block-views-promises-block .node--promise--teaser {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 27px;
  padding-bottom: 37px;
}
#block-views-promises-block .views-row {
  padding: 0;
}
#block-views-promises-block .views-row-1 h3 a {
  color: #edae04;
}
#block-views-promises-block .views-row-1 .group-right:before {
  color: #edae04;
}
#block-views-promises-block .views-row-1 .group-right a:hover, #block-views-promises-block .views-row-1 .group-right a {
  background: #edae04;
}
#block-views-promises-block .views-row-2 h3 a {
  color: #e61212;
}
#block-views-promises-block .views-row-2 .group-right:before {
  color: #e61212;
}
#block-views-promises-block .views-row-2 .group-right a:hover, #block-views-promises-block .views-row-2 .group-right a {
  background: #e61212;
}
#block-views-promises-block .views-row-3 h3 a {
  color: #97b630;
}
#block-views-promises-block .views-row-3 .group-right:before {
  color: #97b630;
}
#block-views-promises-block .views-row-3 .group-right a:hover, #block-views-promises-block .views-row-3 .group-right a {
  background: #97b630;
}
#block-views-promises-block .views-row-4 h3 a {
  color: #1dafb7;
}
#block-views-promises-block .views-row-4 .group-right:before {
  color: #1dafb7;
}
#block-views-promises-block .views-row-4 .group-right a:hover, #block-views-promises-block .views-row-4 .group-right a {
  background: #1dafb7;
}
#block-views-promises-block .views-row-5 {
  border-bottom: none;
}
#block-views-promises-block .views-row-5 h3 a {
  color: #a449b0;
}
#block-views-promises-block .views-row-5 .group-right:before {
  color: #a449b0;
}
#block-views-promises-block .views-row-5 .group-right a:hover, #block-views-promises-block .views-row-5 .group-right a {
  background: #a449b0;
}
#block-views-promises-block .group-right {
  text-align: center;
}
#block-views-promises-block .group-right:before {
  font-size: 60px;
  display: block;
  margin-bottom: 11px;
  position: relative;
}
@media (min-width: 768px) {
  #block-views-promises-block .group-right:before {
    font-size: 84px;
  }
}
#block-views-promises-block .group-right a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #c0c0c0;
  color: #fff;
  font-size: 8px;
  padding: 0.875em 1.6em;
  letter-spacing: 1px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #block-views-promises-block .group-right a {
    font-size: 11px;
  }
}

.page-node-418 .node--page img {
  display: block;
  margin-bottom: 1.5em;
}
.page-node-418 .node--page .field-name-body h2 {
  font-size: 40px;
}
.page-node-418 .node--full {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-node-418 .node--page .field-name-body {
    padding: 0;
  }
  .page-node-418 .node--page h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .page-node-418 #block-views-promises-block {
    padding: 0;
    font-size: 14px;
  }
  .page-node-418 #block-views-promises-block .block__title {
    margin-bottom: 36px;
  }
  .page-node-418 #block-views-promises-block .block__title:before {
    content: "\e013";
    font-size: 52px;
    position: relative;
    float: right;
    right: 20px;
  }
  .page-node-418 #block-views-promises-block .block__title:after {
    bottom: -25px;
  }
  .page-node-418 #block-views-promises-block p {
    font-size: 14px;
  }
  .page-node-418 #block-views-promises-block .group-right a {
    background: #c0c0c0;
  }
  .page-node-418 #block-views-promises-block .node-teaser {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}

#block-block-4 {
  background: #5e9ec6 url('../images/resources-image.jpg') center -60px no-repeat;
  height: 325px;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 1px solid #ccc;
}
#block-block-4 h2 {
  font: 200 55px "BT Serifa W01", serif;
  color: #fff;
  margin: 0;
}
#block-block-4 p {
  font: 200 23px/31px "BT Serifa W01", serif;
}
@media (min-width: 768px) {
  #block-block-4 {
    background-position: center bottom;
    height: 276px;
    padding: 67px 62px 0;
  }
  #block-block-4 h2 {
    font: 200 55px "BT Serifa W01", serif;
  }
  #block-block-4 p {
    font-size: 22px;
    line-height: 26px;
  }
}

.section-resources .views-exposed-widgets {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f7f7f7;
  border-bottom: 1px #ccc solid;
  margin-bottom: 2em;
}
@media (max-width: 361px) {
  .section-resources .views-exposed-widgets .views-exposed-widget {
    margin-bottom: 1em;
  }
}
.section-resources .views-exposed-widgets label {
  font: 400 27px "BT Serifa W01", serif;
  color: #3f484a;
  text-transform: uppercase;
}
.section-resources .views-exposed-widgets .form-submit {
  font: 800 32px "Avenir W01", sans-serif;
  letter-spacing: 4px;
  padding: 15px 40px;
}
.section-resources .node--page .field-name-body {
  font-size: 100%;
}
.section-resources .node--page .field-name-body h2 {
  color: #494949;
  font-size: 50px;
  margin-bottom: 66px;
}
.section-resources .node--page .field-collection-container h2 {
  font: 900 22px "Avenir W01", sans-serif;
  letter-spacing: 1px;
  color: #494949;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-resources .node--page .field-collection-container h2 {
    margin: 0 0 10px 0;
    font-size: 14px;
  }
}
.section-resources .node--page .field-collection-container div.even .group-left, .section-resources .node--page .field-collection-container div.odd .group-left {
  margin-bottom: 1em;
}
.section-resources .node--page .field-collection-container div.even .group-left figure, .section-resources .node--page .field-collection-container div.odd .group-left figure {
  text-align: left;
}
@media (min-width: 768px) {
  .section-resources .node--page .field-collection-container div.even, .section-resources .node--page .field-collection-container div.odd {
    padding: 0;
  }
  .section-resources .node--page .field-collection-container div.even .group-left, .section-resources .node--page .field-collection-container div.odd .group-left {
    float: left;
    width: 33.67%;
    margin-right: 6.99%;
    padding: 0;
  }
  .section-resources .node--page .field-collection-container div.even .group-right, .section-resources .node--page .field-collection-container div.odd .group-right {
    width: 59.34%;
    margin-right: 0;
  }
  .section-resources .node--page .field-collection-container div.odd {
    width: 43.18182%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    clear: left;
  }
  .section-resources .node--page .field-collection-container div.even {
    width: 43.18182%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.section-resources .node--page .ds-2col-fluid {
  min-height: 142px;
  position: relative;
  border-bottom: 2px solid #dedede;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.section-resources .node--page .field-name-field-link a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #5e9ec6;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .section-resources .node--page .field-name-field-link a {
    font-size: 12px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .section-resources .view-mode-custom_promo figure img {
    width: 100%;
  }
  .section-resources .views-exposed-widgets {
    padding: 30px;
  }
  .section-resources .views-exposed-widgets label {
    font-size: 12px;
  }
  .section-resources .views-exposed-widgets .views-exposed-widget {
    display: inline;
    float: left;
    margin-right: 30px;
  }
  .section-resources .views-exposed-widgets #edit-keys-wrapper {
    width: 170px;
  }
  .section-resources .views-exposed-widgets .form-item-field-related-partner-nid {
    width: 163px;
  }
  .section-resources .views-exposed-widgets .form-item-field-related-partner-nid select {
    width: 100%;
  }
  .section-resources .views-exposed-widgets .form-submit {
    font-size: 17px;
    margin-top: 1.3em;
    padding: 10px 16px;
  }
  .section-resources .node--page .field-name-body {
    padding: 0;
  }
  .section-resources .node--page .field-name-body h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .section-resources .node--page .ds-2col-fluid {
    border-bottom: 0;
    padding: 0;
  }
}
#block-views-featured-staff-block {
  color: #fff;
  margin-top: 30px;
}
@media (min-width: 1170px) {
  #block-views-featured-staff-block {
    margin-top: 74px;
  }
}
#block-views-featured-staff-block h2 {
  color: #fff;
  margin-top: 0;
}
#block-views-featured-staff-block h2 a {
  font-size: 30px;
}
#block-views-featured-staff-block .subheadings {
  color: #fff7b6;
  font: 800 15px/23px "Avenir W01", sans-serif;
  margin-bottom: 16px;
}
#block-views-featured-staff-block .link a {
  padding-top: 30px;
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  #block-views-featured-staff-block .link a {
    font-size: 12px;
  }
}
#block-views-featured-staff-block .group-left {
  padding: 33px 85px;
  background: #efefef;
  text-align: center;
}
#block-views-featured-staff-block .group-right {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e7a41c;
}
@media (min-width: 361px) {
  #block-views-featured-staff-block .group-right {
    padding: 52px 37px;
  }
}
@media (min-width: 768px) {
  #block-views-featured-staff-block h2 a {
    font-size: 31px;
    text-transform: none;
  }
  #block-views-featured-staff-block .ds-2col-fluid {
    background: #efefef;
  }
  #block-views-featured-staff-block .subheadings {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #block-views-featured-staff-block p {
    font: 200 14px/18px "BT Serifa W01", serif;
    letter-spacing: 1px;
  }
  #block-views-featured-staff-block a {
    font-size: 12px;
  }
  #block-views-featured-staff-block .group-left {
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
    margin-right: 0;
    padding: 15px 23px;
  }
  #block-views-featured-staff-block .group-right {
    width: 65.90909%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    padding: 30px 28px;
  }
}

#block-block-8 {
  margin-bottom: 90px;
}
#block-block-8 h2 {
  margin-bottom: 28px;
}
#block-block-8 p {
  color: #727272;
}
@media (min-width: 768px) {
  #block-block-8 h2 {
    margin-bottom: 18px;
  }
  #block-block-8 p {
    font-size: 23px;
    line-height: 31px;
  }
}

#block-views-executives-block {
  overflow: hidden;
  *zoom: 1;
}
#block-views-executives-block .subheadings {
  color: #848484;
  text-transform: none;
  margin-bottom: 0;
  font: 200 14px/17px "Avenir W01", sans-serif;
  display: block;
  margin-bottom: 10px;
}
#block-views-executives-block h2 a {
  font: 200 23px "BT Serifa W01", serif;
}
#block-views-executives-block li.views-row-odd, #block-views-executives-block li.views-row-even {
  padding: 0;
}
#block-views-executives-block a {
  text-transform: uppercase;
  font: 900 12px "Avenir W01", sans-serif;
  display: block;
}
#block-views-executives-block .ds-2col-fluid {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dedede;
}
#block-views-executives-block .views-row-last .ds-2col-fluid {
  border-bottom: none;
}
#block-views-executives-block .group-left {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
@media (min-width: 768px) {
  #block-views-executives-block .group-left {
    padding: 0 10px;
  }
}
#block-views-executives-block .group-right {
  width: 73.33333%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
#block-views-executives-block .group-right h2 {
  margin: 0;
  color: #525252;
  font-size: 28px;
}
#block-views-executives-block .group-right h2 a {
  text-transform: none;
}
@media (min-width: 768px) {
  #block-views-executives-block {
    padding: 0;
  }
  #block-views-executives-block .subheadings {
    font-size: 14px;
    line-height: 18px;
  }
  #block-views-executives-block .ds-2col-fluid {
    border: none;
  }
  #block-views-executives-block .views-row-odd {
    width: 48.71795%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    clear: left;
  }
  #block-views-executives-block .views-row-even {
    width: 48.71795%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  #block-views-executives-block h2 a {
    font-size: 24px;
  }
  #block-views-executives-block .subheadings {
    font-size: 14px;
  }
  #block-views-executives-block a {
    font-size: 14px;
  }
}

#block-menu-block-6 {
  border-top: 6px double #e5e5e5;
  border-bottom: 6px double #e5e5e5;
  margin-bottom: 100px;
}
#block-menu-block-6 .title {
  color: #f13438;
  font: 300 26px "BT Serifa W01", serif;
  display: block;
  margin-bottom: 10px;
}
#block-menu-block-6 .description {
  color: #797b7b;
  font-size: 15px;
  line-height: 20px;
  font-family: "Avenir W01", sans-serif;
}
#block-menu-block-6 li.leaf {
  position: relative;
  border-bottom: 2px solid #e5e5e5;
}
#block-menu-block-6 li.leaf.last {
  border: none;
}
#block-menu-block-6 li.leaf a {
  padding: 26px 40px 26px 100px;
  display: block;
}
#block-menu-block-6 li.leaf a:after {
  display: none;
}
#block-menu-block-6 li.leaf a:before {
  width: 100px;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 44px;
  color: #808080;
}

@media (min-width: 768px) {
  #block-block-8 {
    padding: 0;
    margin-bottom: 40px;
    font: 200 23px/31px "Avenir W01", sans-serif;
    color: #727272;
  }

  #block-menu-block-6 {
    clear: left;
    margin-bottom: 50px;
  }
  #block-menu-block-6 li.leaf a {
    padding: 26px 100px;
  }
  #block-menu-block-6 li.leaf a:after {
    content: "\e010";
    position: absolute;
    right: 17px;
    color: #797b7b;
    top: 50%;
    margin-top: -8px;
    display: block;
  }
  #block-menu-block-6 li.leaf a:hover {
    background: #f13438;
    color: #fff;
  }
  #block-menu-block-6 li.leaf a:hover .title {
    color: #fff;
  }
  #block-menu-block-6 li.leaf a:hover .description {
    color: #fff;
  }
  #block-menu-block-6 li.leaf a:hover:before, #block-menu-block-6 li.leaf a:hover:after {
    color: #fff;
  }
}
.section-board .header-title h1 {
  margin-bottom: 1em;
}

.page-node-422 .field-name-field-photo-image img {
  display: block;
}
.page-node-422 .page-title {
  margin-top: 0;
  padding: 28px 40px;
  background: #5e9ec6;
  color: #fff;
}
@media (max-width: 768px) {
  .page-node-422 .node--full {
    background: #f0f0f0;
  }
}
@media (min-width: 768px) {
  .page-node-422 .node--full h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .page-node-422 .node--full h3, .page-node-422 .node--full p {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #block-block-17 {
    padding: 30px 0;
    height: 190px;
    width: 100%;
    content: "";
    display: table;
    clear: both;
    margin-top: 60px;
  }
  #block-block-17 .text {
    width: 54.54545%;
    float: left;
    margin-right: 2.27273%;
    padding-left: 40px;
  }
  #block-block-17 figure {
    width: 369px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #block-block-17 figure img {
    height: auto;
    max-width: 384px;
    max-height: 220px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  #block-block-17 h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #block-block-17 h2 span {
    font-size: 41px;
  }
  #block-block-17 p {
    font-size: 18px;
    line-height: 20px;
  }
  #block-block-17:before {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #bfd72f;
    border-width: 0 0px 57px 71px;
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #block-block-17:after {
    content: "\e006";
    color: #3e4849;
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 2;
    display: block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
}
.calendar-calendar .month-view .full td.date-box.today, .calendar-calendar .month-view .full tr td.multi-day.starts-today,
.calendar-calendar .month-view .full tr td.single-day.today {
  background: #eff5f9;
  border: none;
}

.calendar-calendar th.days {
  padding: 20px;
  background: #f3f3f3;
  text-transform: uppercase;
  color: #3f484a;
}
.calendar-calendar .month-view .full .single-day {
  padding-bottom: 70px;
}
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: transparent;
  color: #3f484a;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .monthview .continues, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .monthview .continues, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .monthview .continues, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .monthview .continues, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .monthview .continues, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .monthview .continues {
  background: transparent;
}
.calendar-calendar .month-view .full td.date-box.today .inner, .calendar-calendar .month-view .full td.date-box.today .l-region--prefooter .block--views, .l-region--prefooter .calendar-calendar .month-view .full td.date-box.today .block--views, .calendar-calendar .month-view .full td.date-box.today #block-views-promises-slider-block .block__content, #block-views-promises-slider-block .calendar-calendar .month-view .full td.date-box.today .block__content, .calendar-calendar .month-view .full td.date-box.today .promises-icons .view-footer, .promises-icons .calendar-calendar .month-view .full td.date-box.today .view-footer {
  position: relative;
}
.calendar-calendar .month-view .full td.date-box.today .inner:before, .calendar-calendar .month-view .full td.date-box.today .l-region--prefooter .block--views:before, .l-region--prefooter .calendar-calendar .month-view .full td.date-box.today .block--views:before, .calendar-calendar .month-view .full td.date-box.today #block-views-promises-slider-block .block__content:before, #block-views-promises-slider-block .calendar-calendar .month-view .full td.date-box.today .block__content:before, .calendar-calendar .month-view .full td.date-box.today .promises-icons .view-footer:before, .promises-icons .calendar-calendar .month-view .full td.date-box.today .view-footer:before {
  content: "Today";
  text-transform: uppercase;
  color: #1dafb7;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  left: 2px;
  top: 2px;
}
.calendar-calendar .month-view .full tr td.multi-day.starts-today,
.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 1px solid #ccc;
}
.calendar-calendar .month-view .full td.multi-day .inner div.item, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views div.item, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views div.item, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content div.item, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content div.item, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer div.item, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer div.item,
.calendar-calendar .month-view .full td.single-day .inner div.item,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views div.item,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views div.item,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content div.item,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content div.item,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer div.item,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer div.item {
  padding: 2px 7px;
}
.calendar-calendar .month-view .full td.multi-day .inner .program-420, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .program-420, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .program-420, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .program-420, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .program-420, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .program-420, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .program-420,
.calendar-calendar .month-view .full td.single-day .inner .program-420,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views .program-420,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views .program-420,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content .program-420,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content .program-420,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer .program-420,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer .program-420 {
  background: #9a754a;
}
.calendar-calendar .month-view .full td.multi-day .inner .program-421, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .program-421, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .program-421, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .program-421, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .program-421, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .program-421, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .program-421,
.calendar-calendar .month-view .full td.single-day .inner .program-421,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views .program-421,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views .program-421,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content .program-421,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content .program-421,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer .program-421,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer .program-421 {
  background: #9d9999;
}
.calendar-calendar .month-view .full td.multi-day .inner .program-422, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .program-422, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .program-422, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .program-422, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .program-422, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .program-422, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .program-422,
.calendar-calendar .month-view .full td.single-day .inner .program-422,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views .program-422,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views .program-422,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content .program-422,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content .program-422,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer .program-422,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer .program-422 {
  background: #ddae30;
}
.calendar-calendar .month-view .full td.multi-day .inner .program-423, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .program-423, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .program-423, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .program-423, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .program-423, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .program-423, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .program-423,
.calendar-calendar .month-view .full td.single-day .inner .program-423,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views .program-423,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views .program-423,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content .program-423,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content .program-423,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer .program-423,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer .program-423 {
  background: #717bce;
}
.calendar-calendar .month-view .full td.multi-day .inner .program-424, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .program-424, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .program-424, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .program-424, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .program-424, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .program-424, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .program-424,
.calendar-calendar .month-view .full td.single-day .inner .program-424,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views .program-424,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views .program-424,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content .program-424,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content .program-424,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer .program-424,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer .program-424 {
  background: #9eb519;
}
.calendar-calendar .month-view .full td.multi-day .inner .program-263, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views .program-263, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views .program-263, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content .program-263, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content .program-263, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer .program-263, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer .program-263,
.calendar-calendar .month-view .full td.single-day .inner .program-263,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views .program-263,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views .program-263,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content .program-263,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content .program-263,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer .program-263,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer .program-263 {
  background: #ec8789;
}
.calendar-calendar .month-view .full td.multi-day .inner div.monthview, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views div.monthview, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views div.monthview, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content div.monthview, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content div.monthview, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer div.monthview, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer div.monthview,
.calendar-calendar .month-view .full td.single-day .inner div.monthview,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views div.monthview,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views div.monthview,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content div.monthview,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content div.monthview,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer div.monthview,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer div.monthview {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.calendar-calendar .month-view .full td.multi-day .inner div.monthview .cutoff, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views div.monthview .cutoff, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views div.monthview .cutoff, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content div.monthview .cutoff, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content div.monthview .cutoff, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer div.monthview .cutoff, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer div.monthview .cutoff,
.calendar-calendar .month-view .full td.single-day .inner div.monthview .cutoff,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views div.monthview .cutoff,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views div.monthview .cutoff,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content div.monthview .cutoff,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content div.monthview .cutoff,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer div.monthview .cutoff,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer div.monthview .cutoff {
  display: none;
}
.calendar-calendar .month-view .full td.multi-day .inner div.monthview a, .calendar-calendar .month-view .full td.multi-day .l-region--prefooter .block--views div.monthview a, .l-region--prefooter .calendar-calendar .month-view .full td.multi-day .block--views div.monthview a, .calendar-calendar .month-view .full td.multi-day #block-views-promises-slider-block .block__content div.monthview a, #block-views-promises-slider-block .calendar-calendar .month-view .full td.multi-day .block__content div.monthview a, .calendar-calendar .month-view .full td.multi-day .promises-icons .view-footer div.monthview a, .promises-icons .calendar-calendar .month-view .full td.multi-day .view-footer div.monthview a,
.calendar-calendar .month-view .full td.single-day .inner div.monthview a,
.calendar-calendar .month-view .full td.single-day .l-region--prefooter .block--views div.monthview a,
.l-region--prefooter .calendar-calendar .month-view .full td.single-day .block--views div.monthview a,
.calendar-calendar .month-view .full td.single-day #block-views-promises-slider-block .block__content div.monthview a,
#block-views-promises-slider-block .calendar-calendar .month-view .full td.single-day .block__content div.monthview a,
.calendar-calendar .month-view .full td.single-day .promises-icons .view-footer div.monthview a,
.promises-icons .calendar-calendar .month-view .full td.single-day .view-footer div.monthview a {
  font-size: 12px;
  color: #3e484a;
}

/**
* @file
* Theme styles for markup generated by theme_menu_local_tasks().
*/
.links--inline {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links--inline:after {
  content: "";
  display: table;
  clear: both;
}
.links--inline li {
  float: left;
  /* LTR */
  margin-right: 1em;
  /* LTR */
}
.links--inline li > a {
  display: block;
}

/* Tabs */
.tabs a {
  background-color: #eee;
  text-decoration: none;
}
.tabs a.active {
  background-color: #ccc;
}
.tabs a:hover, .tabs a:focus {
  background-color: #bbb;
}

/* Primary Tabs */
.tabs--primary {
  margin-bottom: 1em;
  border-bottom: 1px solid #bbb;
  position: relative;
  z-index: 400;
}
.tabs--primary a {
  padding: 0.3em 0.8em;
}

/* Secondary Tabs */
.tabs--secondary a {
  padding: 0.2em 0.5em;
  margin: 0.4em 0;
  font-size: 0.9em;
}

.pager {
  text-align: center;
  font: 800 12px "Avenir W01", sans-serif;
}
.pager .pager__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.pager .pager__item--first,
.pager .pager__item--last {
  display: none;
}
.pager a {
  text-transform: uppercase;
  color: #3e4849;
  font: 800 12px "Avenir W01", sans-serif;
  padding: 0 10px;
  letter-spacing: 1px;
}
.pager a:hover {
  color: #6d7e80;
}
.pager .pager__item--current {
  text-decoration: underline;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .pager {
    text-align: right;
    font-size: 16px;
  }
  .pager a {
    font-size: 16px;
  }
}
.page-partners .attachment-before {
  margin-bottom: 3em;
}

.view-id-partners .view-header h2, .view-id-staff .view-header h2 {
  font: 800 33px "Avenir W01", sans-serif;
  color: #97b630;
  text-transform: uppercase;
}
@media (min-width: 361px) {
  .view-id-partners .view-header h2, .view-id-staff .view-header h2 {
    font-size: 40px;
  }
}

.view-id-staff .view-header h2 {
  color: #1dafb7;
}

.view-display-id-attachment {
  overflow: visible;
}
.view-display-id-attachment .views-summary {
  display: block;
  float: left;
  color: #b4b4b4;
  width: 3.846%;
  height: 30px;
  line-height: 30px;
  font-family: "BT Serifa W01", serif;
  font-weight: 300;
  text-align: center;
  position: relative;
  border-right: 3px solid #fff;
  background: #efefef;
}
.view-display-id-attachment .views-summary:last-child {
  border: none;
}
.view-display-id-attachment .views-summary a {
  display: block;
  color: #494949;
  width: 100%;
  height: 100%;
}
.view-display-id-attachment a:hover, .view-display-id-attachment a.active {
  background: #97b630;
  color: #fff;
}
.view-display-id-attachment a.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #97b630;
  border-width: 6px 6px 0 6px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -6px;
  color: #000;
}

.section-staff .view-display-id-attachment .views-summary a {
  color: #1baeb6;
}
.section-staff .view-display-id-attachment .views-summary a:hover, .section-staff .view-display-id-attachment .views-summary a.active {
  background: #1baeb6;
  color: #fff;
}
.section-staff .view-display-id-attachment a.active:after {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #1baeb6;
  border-width: 6px 6px 0 6px;
}

@media (min-width: 768px) {
  .view-id-partners .view-header h2, .view-id-staff .view-header h2 {
    font-size: 13px;
    margin-bottom: 18px;
  }
}
