html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e-wrapper {
	min-height: 100.0%;
}
* html #e-wrapper {
	height: 100%;
}

#l-footer {
}

#l-header-links {
}

#l-header {
}

#l-featured-slider {
}

#e-content {
}

#l-featured-links {
}

#e-main-content {
}

#l-primary-content {
}

#l-aside-content {
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html.menu-opened {
  height: 100%;
  overflow: hidden;
}

html.menu-opened body {
  height: 100%;
  overflow: hidden;
}

html.menu-opened body > .page {
  position: relative;
  right: 80%;
}

html.menu-opened .mobile-menu {
  left: 20%;
}

@media (min-width: 768px) {
  html.menu-opened body > .page {
    -webkit-transition: none;
    transition: none;
    right: 0;
  }
}

body {
  font-family: Arial, Verdana, sans-serif;
  color: #000;
  font-size: 13px;
  background-color: #7a0000;
}

@media (min-width: 1024px) {
  body {
    min-width: 980px;
    background-color: #fff;
  }
}

body > .page {
  position: relative;
  right: 0;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  #l-header-links-wc-0, #l-header, #e-main-content, #l-footer-wc-0, #l-page-header-wc-0 {
    width: 980px;
    margin: 0 auto;
  }
}

#e-wrapper {
  min-height: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  #e-wrapper {
    min-height: 100.00%;
  }
}

#l-header-links {
  background: center top #000 url(/_resources/dyn/files/1417230zfb49939f/_fn/bg-header-quick-links.jpg) no-repeat;
}

#l-header-links .quick-links {
  text-align: right;
  display: none;
}

@media (min-width: 768px) {
  #l-header-links .quick-links {
    display: block;
    padding-right: 5px;
  }
}

#l-header {
  background: center top #000 url(/_resources/dyn/files/1417230zfb49939f/_fn/bg-header-quick-links.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) {
  #l-header {
    background: #fff;
  }
}

.header-nav {
  display: none;
}

@media (min-width: 768px) {
  .header-nav {
    position: absolute;
    display: block;
    right: 5px;
    bottom: 10px;
  }
}

.site-desc {
  display: none;
}

@media (min-width: 768px) {
  .site-desc {
    color: #fff;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    line-height: 46px;
    display: block;
  }
}

.site-logo .logo-link {
  display: block;
  width: 95px;
  height: 65px;
  background: center center transparent url(/_resources/dyn/files/1418458zff26d0cf/_fn/nwtf-logo-white.png) no-repeat;
}

.site-logo .logo-text {
  display: none;
}

@media (min-width: 768px) {
  .site-logo {
    padding: 10px 0;
  }
  .site-logo .logo-link {
    width: 120px;
    height: 85px;
    background-image: url(/_resources/dyn/files/1417231z8c4ea309/_fn/nwtf-logo.png);
  }
}

#e-main-content {
  padding-bottom: 20px;
}

#e-main-content::before,
#e-main-content::after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  #e-content {
    padding-bottom: 445px;
  }
}

#l-footer {
  background: #9e0b0e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMGIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzlkMGIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzk2MDgwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzdiMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2YwYjBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-linear-gradient(top, #9e0b0e 0%, #9d0b0f 10%, #96080c 31%, #7b0000 86%, #7a0000 100%, #7f0b0b 100%);
  background: linear-gradient(to bottom, #9e0b0e 0%, #9d0b0f 10%, #96080c 31%, #7b0000 86%, #7a0000 100%, #7f0b0b 100%);
}

@media (min-width: 768px) {
  #l-footer {
    height: 520px;
    margin-top: -445px;
  }
}

.lt-ie9 .l-footer {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0b0e', endColorstr='#7f0b0b',GradientType=0 );
  /* IE6-8 */
}

#l-footer-wc-0 {
  color: #fff;
}

#l-footer-wc-0::before,
#l-footer-wc-0::after {
  content: " ";
  display: table;
  clear: both;
}

.l-page-header {
  background-color: #bf1e2e;
}

.l-page-header .section-name {
  padding: 0 5px;
}

.l-page-header .section-name + h1 {
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.l-page-header .section-name a {
  color: #fff;
  text-decoration: none;
}

.l-page-header .section-name a:hover {
  text-decoration: underline;
}

#l-page-header-wc-0 {
  color: #fff;
  padding: 15px 5px;
}

#l-page-header-wc-0 h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.e-content a {
  color: #bf1e2e;
  text-decoration: none;
  font-weight: bold;
}

.e-content a:hover {
  text-decoration: underline;
}

.e-content p, .e-content li {
  line-height: 1.4;
}

.l-primary-content .text img {
  display: none;
}

@media (min-width: 768px) {
  .l-primary-content .text img {
    display: inline;
    margin: 10px;
    max-width: 100%;
  }
}

#t-std-interior1 .e-main-content {
  margin-top: 20px;
}

#t-std-interior1 .l-primary-content,
#t-std-interior1 .l-aside-content {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  #t-std-interior1 .l-primary-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#t-std-interior2 .e-main-content {
  margin-top: 20px;
}

#t-std-interior2 .l-primary-content,
#t-std-interior2 .l-aside-content {
  padding-left: 20px;
  padding-right: 20px;
}

#t-std-interior2 .l-aside-content {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #t-std-interior2 .l-primary-content {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding-left: 5px;
    padding-right: 16px;
  }
  #t-std-interior2 .l-aside-content {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    padding-left: 0;
    padding-right: 5px;
    margin-top: 0;
  }
}

.copyright {
  text-align: center;
}

.copyright .copyright-secondary {
  display: block;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .copyright .copyright-secondary {
    display: inline;
  }
}

.google-search-box {
  padding: 10px;
}

.google-search-box .cse-form-fields {
  display: table;
  width: 100%;
}

.google-search-box .cse-form-field {
  display: table-cell;
}

.google-search-box .cse-action {
  width: 1px;
}

.google-search-box input[type=text] {
  border: 1px solid #aaa;
  margin: 0;
  padding: 5px;
  width: 100%;
  border-radius: 0;
}

.google-search-box input[type=submit] {
  border: 1px solid #aaa;
  margin: 0;
  padding: 5px;
  background: #d0d0d0;
  color: #777;
  width: 60px;
  margin-left: 5px;
  border-radius: 0;
}

.google-search-box input[type=submit]:hover {
  background-color: #bbb;
  color: #555;
}

@media (min-width: 768px) {
  .google-search-box {
    padding: 0;
  }
  .l-header .google-search-box {
    margin-top: 20px;
    margin-left: auto;
    width: 230px;
  }
}

@media (min-width: 1024px) {
  .l-header .google-search-box {
    margin-top: 0;
    margin-left: 15px;
    vertical-align: top;
    display: inline-block;
  }
}

.widget-find-list {
  display: none;
}

@media (min-width: 768px) {
  .widget-find-list {
    display: block;
  }
  .l-aside-content .widget-find-list {
    margin: 20px 0;
  }
}

.rotating-ads .nwtf-ad {
  display: none;
}

.rotating-ads .nwtf-ad.active {
  display: block;
}

.nwtf-ad {
  margin: 20px 0;
}

.l-primary-content .nwtf-ad {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nwtf-ad .nwtf-ad-image {
  width: 100%;
  display: block;
}

.l-aside-content .nwtf-ad .nwtf-ad-image {
  max-width: 340px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .nwtf-ad {
    margin-left: 0;
    margin-right: 0;
  }
}

.menu-attach {
  display: none;
}

.youtube-video {
  text-align: center;
}

.youtube-video .video-poster {
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}

.youtube-video .video-poster:hover .video-poster-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.youtube-video .video-poster:hover .video-poster-overlay:before {
  border-left-color: #1b1b1b;
}

.youtube-video .video-poster-overlay {
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.youtube-video .video-poster-overlay:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-left-width: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.youtube-video.video-show .video-poster {
  display: none;
}

.youtube-video .video-poster,
.youtube-video .video-embed iframe {
  width: 100%;
  height: 180px;
  display: block;
  margin: 0 auto;
  max-width: 320px;
}

@media (min-width: 768px) {
  .youtube-video .video-poster,
  .youtube-video .video-embed iframe {
    max-width: none;
  }
}

.l-content-header .youtube-video {
  background-color: #1b1b1b;
}

@media (min-width: 768px) {
  .l-content-header .youtube-video .video-poster,
  .l-content-header .youtube-video .video-embed iframe {
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 1024px) {
  .l-content-header .youtube-video .video-poster,
  .l-content-header .youtube-video .video-embed iframe {
    width: 853px;
    height: 480px;
  }
}

@media (min-width: 768px) {
  .l-primary-content .youtube-video .video-poster,
  .l-primary-content .youtube-video .video-embed iframe {
    height: 352px;
  }
}

.goal-box + .goal-box {
  margin-top: 20px;
}

.goal-box .goal-box-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.goal-box .goal-box-image,
.goal-box .goal-box-title {
  display: table-cell;
}

.goal-box .goal-box-image {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
}

.goal-box .goal-box-title {
  vertical-align: middle;
  text-transform: uppercase;
  color: #603913;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background-color: #e7e1dc;
  line-height: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .goal-box {
    position: relative;
  }
  .goal-box .goal-box-inner {
    display: block;
  }
  .goal-box .goal-box-image {
    display: block;
    height: 200px;
    width: 100%;
  }
  .goal-box .goal-box-title {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    width: auto;
  }
}

.content-image-boxes {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .content-image-boxes {
    margin-right: -20px;
  }
}

.content-image-box {
  position: relative;
  margin: 5px 0;
}

.content-image-box .ci-box-image {
  height: 200px;
  background-position: center center;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-image-box .ci-box-title {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .content-image-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 20px;
    margin: 0 0 20px;
  }
  .content-image-box .ci-box-title {
    right: 40px;
  }
}

@media (min-width: 1024px) {
  .content-image-box {
    width: 33.3333333%;
  }
}

.article-latest-widget-listing .article-latest-heading {
  background-color: #bf1e2e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
}

.article-teaser-latest {
  margin-top: 1px;
}

.article-teaser-latest .article-inner {
  display: table;
  width: 100%;
  padding: 10px;
  background-color: #f2f2f2;
}

.article-teaser-latest .article-image {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}

.article-teaser-latest .article-image + .article-info {
  padding-left: 10px;
}

.article-teaser-latest .article-info {
  display: table-cell;
  vertical-align: middle;
}

.article-teaser-latest .article-title {
  margin-top: 3px;
  margin-bottom: 3px;
}

.article-teaser-latest .article-publish-date {
  font-size: 11px;
}

.article-teaser-latest .article-teaser {
  margin-top: 10px;
}

.content-intro {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

.content-intro *:last-child {
  margin-bottom: 0;
}

.giving-cta {
  margin-bottom: 20px;
}

.giving-cta .giving-cta-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.giving-cta .giving-cta-inner {
  background-color: #e7e1dc;
  padding: 25px;
}

.giving-cta .giving-cta-content *:first-child {
  margin-top: 0;
}

.giving-cta .giving-cta-content *:last-child {
  margin-bottom: 0;
}

.giving-cta .giving-cta-buttons {
  margin-top: 10px;
  text-align: center;
}

.giving-cta .giving-cta-button {
  color: #fff;
  background-color: #bf1e2e;
  padding: 8px 10px;
  margin-top: 5px;
  text-align: center;
  display: inline-block;
}

.giving-cta .giving-cta-button:hover {
  background-color: #d52133;
  text-decoration: none;
}

.giving-cta .giving-cta-button + .giving-cta-button {
  margin-left: 5px;
}

@media (min-width: 1024px) {
  .giving-cta {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .giving-cta:nth-child(even) {
    padding-right: 10px;
  }
  .giving-cta:nth-child(odd) {
    padding-left: 10px;
  }
  .giving-cta .giving-cta-content {
    height: 290px;
    overflow: hidden;
  }
}

.rss-link {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: center center transparent url(/_resources/dyn/files/75340354z2ef33958/_fn/feed-icon-14x14.png) no-repeat;
}

.rss-link-text {
  display: none;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.gen-form .message.error {
  color: #bf1e2e;
  font-weight: bold;
}

.gen-form .message + .message {
  margin-top: 5px;
}

.gen-form label,
.gen-form span.label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.gen-form textarea,
.gen-form select,
.gen-form input[type=text] {
  border: 1px solid #aaa;
  margin: 0;
  padding: 5px;
  width: 100%;
}

.gen-form .validation_error label,
.gen-form .validation_error span.label {
  color: #bf1e2e;
}

.gen-form .validation_error textarea,
.gen-form .validation_error select,
.gen-form .validation_error input {
  border-color: #bf1e2e;
  background-color: #fdf2f3;
}

.gen-form .question {
  margin: 15px 0;
}

.gen-form .form_field {
  margin: 15px 0;
}

.gen-form .phone_number_form {
  width: 100%;
}

.gen-form .name_form .part + .part {
  margin-top: 15px;
}

.gen-form .btn {
  color: #fff;
  background-color: #bf1e2e;
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  border: 0 none;
}

.gen-form .btn:hover {
  background-color: #d52133;
  text-decoration: none;
}

.quick-links .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.quick-links .menuitemlabel {
  display: block;
  padding: 12px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #bf1e2e;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #555;
}

.quick-links .menuitemlabel:hover {
  background-color: #df3143;
  border-color: #777;
}

.quick-links .member .menuitemlabel {
  background-color: #00ACEE;
  border-color: #01c2fa;
}

.quick-links .member .menuitemlabel:hover {
  background-color: #065096;
}

.quick-links .donation .menuitemlabel {
  background-color: #EB1722;
  border-color: #f22b35;
}

.quick-links .donation .menuitemlabel:hover {
  background-color: #d91c26;
}

.quick-links .shop .menuitemlabel {
  background-color: #3eb752;
  border-color: #4deb67;
}

.quick-links .shop .menuitemlabel:hover {
  background-color: #1e7d4b;
}

@media (min-width: 768px) {
  .quick-links .mi {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }
  .quick-links .mi + .mi {
    margin-left: 10px;
  }
  .quick-links .menuitemlabel {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.primary-menu {
  position: relative;
  z-index: 10;
}

.primary-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu .menuitemlabel {
  text-decoration: none;
  display: block;
}

.primary-menu .menu-t1 > .mi.mi-active > .menuitemlabel,
.primary-menu .menu-t1 > .mi.opened > .menuitemlabel,
.primary-menu .menu-t1 > .mi:hover > .menuitemlabel {
  background-color: #baa188;
  color: #fff;
}

.primary-menu .menu-t1 > .mi.opened .menu-t2,
.primary-menu .menu-t1 > .mi:hover .menu-t2 {
  display: block;
}

.primary-menu .menu-t1 > .mi + .mi {
  border-top: 1px solid #e7e7e7;
}

.primary-menu .menu-t1 > .mi > .menuitemlabel {
  font-weight: bold;
  font-size: 14px;
  padding: 12px 10px;
  background-color: #fff;
  color: #000;
}

.primary-menu .menu-t1 > .mi > .menuitemlabel:hover {
  background-color: #baa188;
  color: #fff;
}

.primary-menu .menu-t2 {
  display: none;
}

.primary-menu .menu-t2 > .mi + .mi {
  border-top: 1px solid #d0d0d0;
}

.primary-menu .menu-t2 > .mi > .menuitemlabel {
  background-color: #e7e7e7;
  color: #000;
  padding: 12px 10px 12px 20px;
}

.primary-menu .menu-t2 > .mi > .menuitemlabel:hover {
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  .primary-menu {
    display: inline-block;
    vertical-align: top;
  }
  .primary-menu .menu-t1 > .mi {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .primary-menu .menu-t1 > .mi + .mi {
    border-top: 0 none;
    margin-left: 5px;
  }
  .primary-menu .menu-t1 > .mi > .menuitemlabel {
    padding: 6px 10px;
  }
  .primary-menu .menu-t2 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 155px;
    background-color: rgba(255, 255, 255, 0.01);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    border: 1px solid #e7e7e7;
  }
  .primary-menu .menu-t2 > .mi > .menuitemlabel {
    padding: 9px 15px;
  }
}

.footer-menu {
  margin: 20px 20px;
}

.footer-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu .menu-t1 > .mi {
  margin-top: 20px;
}

.footer-menu .menu-t1 > .mi > .menuitemlabel {
  color: #c69c6d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.footer-menu .menu-t2 > .mi {
  margin-top: 5px;
}

.footer-menu .menu-t2 > .mi > .menuitemlabel {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-menu .menu-t2 > .mi > .menuitemlabel:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer-menu {
    margin: 30px 0;
  }
  .footer-menu .menu-t1 {
    display: table;
    width: 100%;
  }
  .footer-menu .menu-t1 > .mi {
    margin-top: 0;
    display: table-cell;
    width: 25%;
    padding: 0 30px 30px;
  }
  .footer-menu .menu-t1 > .mi:first-child {
    padding-left: 5px;
  }
  .footer-menu .menu-t1 > .mi:last-child {
    padding-right: 5px;
  }
  .footer-menu .menu-t1 > .mi + .mi {
    border-left: 2px solid #b21c2b;
  }
  .footer-menu .menu-t1 > .mi > .menuitemlabel {
    font-size: 20px;
  }
  .footer-menu .menu-t2 > .mi {
    margin-top: 15px;
  }
}

.social-menu {
  text-align: center;
  margin: 20px auto;
}

.social-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-menu .mi {
  display: inline-block;
  vertical-align: middle;
}

.social-menu .mi + .mi {
  margin-left: 5px;
}

.social-menu .menuitemlabel {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/_resources/dyn/files/1418719zee0b9b04/_fn/social-icons.png);
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
}

.social-menu .mil {
  display: none;
}

.social-menu .facebook .menuitemlabel {
  background-position: 0px 0;
}

.social-menu .twitter .menuitemlabel {
  background-position: -30px 0;
}

.social-menu .youtube .menuitemlabel {
  background-position: -60px 0;
}

.social-menu .pinterest .menuitemlabel {
  background-position: -90px 0;
}

.social-menu .googleplus .menuitemlabel {
  background-position: -120px 0;
}

.social-menu .linkedin .menuitemlabel {
  background-position: -150px 0;
}

.menu-control {
  width: 30px;
  height: 32px;
  background-color: #555;
  border: 1px solid #777;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
}

@media (min-width: 768px) {
  .menu-control {
    display: none;
  }
}

.menu-control .menu-control-line {
  background-color: #e7e7e7;
  height: 4px;
  display: block;
}

.menu-control .menu-control-line + .menu-control-line {
  margin-top: 4px;
}

.mobile-menu {
  position: fixed;
  width: 80%;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #e7e1dc;
  overflow-y: auto;
  z-index: 20;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border-left: 1px solid #baa188;
}

@media (min-width: 768px) {
  .mobile-menu {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
}

@media only print {
  .atm, .addthis_toolbox,
  .mobile-menu,
  .menu-control,
  .l-aside-content,
  .l-content-footer,
  .l-footer {
    display: none !important;
  }
  .l-primary-content {
    display: block !important;
    width: 100% !important;
  }
  .site-logo .logo-link {
    width: 120px !important;
    height: 85px !important;
    background-image: url(/_resources/dyn/files/1417231z8c4ea309/_fn/nwtf-logo.png) !important;
    -webkit-print-color-adjust: exact;
  }
}
