@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
 
 /* Import Raleway font */



/* Import League Gothic font */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/sites/all/themes/schott/fonts/League_Gothic-webfont.eot');
    src: url('/sites/all/themes/schott/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/schott/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/sites/all/themes/schott/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/sites/all/themes/schott/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Set the transition on all elements*/
* {
    /*transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;*/ /* Turning off due to mobile Safari complaints */
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */

/**
 * HTML5 display definitions
 */

/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 */

/*
@font-face {
  font-family: 'Example';
  src: url(http://schottfoundation.org/sites/all/themes/schott/fonts/example.eot);
  src: url(http://schottfoundation.org/sites/all/themes/schott/fonts/example.eot?iefix) format('eot'),
    url(http://schottfoundation.org/sites/all/themes/schott/fonts/example.woff) format('woff'),
    url(http://schottfoundation.org/sites/all/themes/schott/fonts/example.ttf) format('truetype'),
    url(http://schottfoundation.org/sites/all/themes/schott/fonts/example.svg#webfontOkOndcij) format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif; /* 1 */

  /* Delete all but one of the following font-size declarations: */

  /* Use a 12px base font size. 16px x 75% = 12px */
  font-size: 75%; /* 3 */
  /* Use a 14px base font size. 16px x .875 = 14px */
  font-size: 87.5%; /* 3 */
  /* Use a 16px base font size. */
  font-size: 100%; /* 3 */

  -ms-text-size-adjust: 100%;     /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */

  /* Establish a vertical rhythm. */
  line-height: 1.5em;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
button,
input,
select,
textarea {
  /**
   * The following font family declarations are available on most computers.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.
   *
   * font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
   *
   * font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   *
   * font-family: "Courier New", "DejaVu Sans Mono", monospace;
   */
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link {
}
a:visited {
}
a:hover,
a:focus {
}
a:active {
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */

/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0;
}
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em; /* 3rem / 2em = 1.5em */
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em; /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em;
}
h2 {
  font-size: 1.5em;
  line-height: 135%; /* 3rem / 1.5em = 2em */
  margin-top: 1em; /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em;
}
h3 {
  font-size: 1.17em;
  line-height: 1.28205em; /* 1.5rem / 1.17em = 1.28205em */
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}
h4 {
  font-size: 1em;
  line-height: 1.5em; /* 1.5rem / 1em = 1.5em */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h5 {
  font-size: 0.83em;
  line-height: 1.80723em; /* 1.5rem / 0.83em = 1.80723em */
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}
h6 {
  font-size: 0.67em;
  line-height: 2.23881em; /* 1.5rem / 0.67em = 2.23881em */
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* 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;
}

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}
dd {
  margin: 0 0 0 30px; /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px; /* LTR */
}

/* Correct list images handled incorrectly in IE 7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;

  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */

  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */

/* Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
  *margin-left: -7px; /* 3 */ /* LTR */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
  vertical-align: baseline; /* 4 */
  *vertical-align: middle; /* 4 */
  max-width: 100%; /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}


/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */

/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

/* Containers for grid items and flow items. */
#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}
#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  #main {
      /* Move all the children of #main down to make room. */
      padding-top: 6em; /* was 3em - PSJ 8/2/2018 */
      position: relative;
    }
    #navigation {
      /* Move the navbar up inside #main's padding. */
      position: absolute;
      top: 0;
      height: 6em; /* was 3em - PSJ 8/2/2018 */
      width: 100%;
    }
}
@media all and (min-width: 480px) {
  body.front #main {
      /* Move all the children of #main down to make room. */
      padding-top: 4em; 
      position: relative;
    }
    body.front #navigation {
      /* Move the navbar up inside #main's padding. */
      position: absolute;
      top: 0;
      height: 4em;
      width: 100%;
    }
}
@media all and (max-width: 479px) {
  .megamenu-menu .megamenu-parent {
  	display:block;
    }
    
    .megamenu-parent h2 a:after {
  	  content:none;
    }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
     * The layout when there is only one sidebar, the left one.
     */
  
    /* Span 2 columns, starting in 2nd column from left. */
    .sidebar-first #content {
      float: left;
      width: 66.66667%;
      margin-left: 33.33333%;
      margin-right: -100%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .sidebar-first .region-sidebar-first {
      float: left;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: -33.33333%;
    }
  
    /**
     * The layout when there is only one sidebar, the right one.
     */
  
    /* Span 2 columns, starting in 1st column from left. */
    .sidebar-second #content {
      float: left;
      width: 66.66667%;
      margin-left: 0%;
      margin-right: -66.66667%;
    }
  
    /* Span 1 column, starting in 3rd column from left. */
    .sidebar-second .region-sidebar-second {
      float: left;
      width: 33.33333%;
      margin-left: 66.66667%;
      margin-right: -100%;
    }
  
    /**
     * The layout when there are two sidebars.
     */
  
    /* Span 2 columns, starting in 2nd column from left. */
    .two-sidebars #content {
      float: left;
      width: 66.66667%;
      margin-left: 33.33333%;
      margin-right: -100%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .two-sidebars .region-sidebar-first {
      float: left;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: -33.33333%;
    }
  
    /* Start a new row and span all 3 columns. */
    .two-sidebars .region-sidebar-second {
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: -100%;
      padding-left: 0;
      padding-right: 0;
      clear: left;
    }
  
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    .two-sidebars .region-sidebar-second .block {
      padding-left: 10px;
      padding-right: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      word-wrap: break-word;
      *behavior: url("/path/to/boxsizing.htc");
      _display: inline;
      _overflow: hidden;
      _overflow-y: visible;
    }
  
    /* Span 1 column, starting in the 1st column from left. */
    .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
      float: left;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: -33.33333%;
      clear: left;
    }
  
    /* Span 1 column, starting in the 2nd column from left. */
    .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
      float: left;
      width: 33.33333%;
      margin-left: 33.33333%;
      margin-right: -66.66667%;
    }
  
    /* Span 1 column, starting in the 3rd column from left. */
    .two-sidebars .region-sidebar-second .block:nth-child(3n) {
      float: left;
      width: 33.33333%;
      margin-left: 66.66667%;
      margin-right: -100%;
    }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
     * The layout when there is only one sidebar, the left one.
     */
  
    /* Span 4 columns, starting in 2nd column from left. */
    .sidebar-first #content {
      float: left;
      width: 80%;
      margin-left: 20%;
      margin-right: -100%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .sidebar-first .region-sidebar-first {
      float: left;
      width: 20%;
      margin-left: 0%;
      margin-right: -20%;
    }
  
    /**
     * The layout when there is only one sidebar, the right one.
     */
  
    /* Span 4 columns, starting in 1st column from left. */
    .sidebar-second #content {
      float: left;
      width: 80%;
      margin-left: 0%;
      margin-right: -80%;
    }
  
    /* Span 1 column, starting in 5th column from left. */
    .sidebar-second .region-sidebar-second {
      float: left;
      width: 20%;
      margin-left: 80%;
      margin-right: -100%;
    }
  
    /**
     * The layout when there are two sidebars.
     */
  
    /* Span 3 columns, starting in 2nd column from left. */
    .two-sidebars #content {
      float: left;
      width: 60%;
      margin-left: 20%;
      margin-right: -80%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .two-sidebars .region-sidebar-first {
      float: left;
      width: 20%;
      margin-left: 0%;
      margin-right: -20%;
    }
  
    /* Span 1 column, starting in 5th column from left. */
    .two-sidebars .region-sidebar-second {
      float: left;
      width: 20%;
      margin-left: 80%;
      margin-right: -100%;
    }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */

/**
 * Wireframes.
 */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
.lt-ie8 .with-wireframes #header,
.lt-ie8 .with-wireframes #main,
.lt-ie8 .with-wireframes #content,
.lt-ie8 .with-wireframes #navigation,
.lt-ie8 .with-wireframes .region-sidebar-first,
.lt-ie8 .with-wireframes .region-sidebar-second,
.lt-ie8 .with-wireframes #footer,
.lt-ie8 .with-wireframes .region-bottom {
  /* IE6/7 do not support the outline property. */
  border: 1px solid #ccc;
}

/**
 * Accessibility features.
 */

/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */

/* Wrapping link for logo. */
.header__logo {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link,
.header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover,
.header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right; /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
}
#navigation .block {
  margin-bottom: 0;
}

/* Main menu and secondary menu links and menu block links. */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,          /* The title of the page. */
.node__title,          /* Title of a piece of content when it is given in a list of content. */
.block__title,         /* Block title. */
.comments__title,      /* Comment section heading. */
.comments__form-title, /* Comment form heading. */
.comment__title {      /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
.messages,
.messages--status,
.messages--warning,
.messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px; /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  *background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/message-24-ok.png);
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  *background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/message-24-warning.png);
  border-color: #ed5;
}
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  *background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/message-24-error.png);
  border-color: #ed541d;
}
.messages__list {
  margin: 0;
}
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */

/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary,
.tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs-primary__tab,
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left; /* LTR */
  margin: 0 3px;
}
a.tabs-primary__tab-link,
a.tabs-secondary__tab-link {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab,
.tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}
a.tabs-primary__tab-link,
a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}
a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}
a.tabs-secondary__tab-link,
a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}
a.tabs-secondary__tab-link:hover,
a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
a.tabs-secondary__tab-link:active,
a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */

/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0; /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  text-align: right; /* LTR */
}
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  *background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/help.png);
  background-position: 0 50%; /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px; /* LTR */
}

/**
 * Pager.
 */

/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,     /* A list item containing a page number in the list of pages. */
.pager-first,    /* The first page's list item. */
.pager-previous, /* The previous page's list item. */
.pager-next,     /* The next page's list item. */
.pager-last,     /* The last page's list item. */
.pager-ellipsis, /* A concatenation of several list items using an ellipsis. */
.pager-current { /* The current page's list item. */
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */

/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  *list-style-image: url(http://schottfoundation.org/sites/all/themes/schott/images/menu-leaf.png);
  list-style-type: square;
}
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *list-style-image: url(http://schottfoundation.org/sites/all/themes/schott/images/menu-expanded.png);
  list-style-type: circle;
}
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */
  *list-style-image: url(http://schottfoundation.org/sites/all/themes/schott/images/menu-collapsed.png); /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */

/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */

/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  /* Otherwise these elements will appear below the "Unpublished" text. */
  position: relative;
}

/**
 * Comments.
 */

/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px; /* LTR */
}

/**
 * Forms.
 */

/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  margin: 1.5em 0;
}

/* Pack groups of checkboxes and radio buttons closer together. */
.form-checkboxes .form-item,
.form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}

/* Form items in a table. */
tr.odd .form-item,
tr.even .form-item {
  margin: 0;
}

/* Highlight the form elements that caused a form submission error. */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

/* The descriptive help text (separate from the label). */
.form-item .description {
  font-size: 0.85em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left; /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px; /* LTR */
}
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.even {
  background-color: #fff;
}
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  /* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */

/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/menu-expanded.png);
  background-position: 5px 65%; /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px; /* LTR */
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */
  *background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url(http://schottfoundation.org/sites/all/themes/schott/images/progress.gif);
}

/* Optionally, add your own components here. */
/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
    a:link,
    a:visited {
      text-decoration: underline !important;
    }
  
    /* Don't underline header. */
    a:link.header__site-link,
    a:visited.header__site-link {
      text-decoration: none !important;
    }
  
    /* Add visible URL after links. */
    #content a[href]:after {
      content: " (" attr(href) ")";
      font-weight: normal;
      font-size: 16px;
    }
  
    /* Only display useful links. */
    #content a[href^="javascript:"]:after,
    #content a[href^="#"]:after {
      content: "";
    }
  
    /* Add visible title after abbreviations. */
    #content abbr[title]:after {
      content: " (" attr(title) ")";
    }
  
    /* Un-float the content. */
    #content {
      float: none !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    /* Turn off any background colors or images. */
    body,
    #page,
    #main,
    #content {
      color: #000;
      background-color: transparent !important;
      background-image: none !important;
    }
  
    /* Hide sidebars and nav elements. */
    #skip-link,
    #toolbar,
    #navigation,
    .region-sidebar-first,
    .region-sidebar-second,
    #footer,
    .breadcrumb,
    .tabs,
    .action-links,
    .links,
    .book-navigation,
    .forum-topic-navigation,
    .pager,
    .feed-icons {
      visibility: hidden;
      display: none;
    }
}
/* CSS Document */

/* HOMEPAGE STRUCTURE */

.front #page {
	max-width:none;
}

.front #content {
	padding:0;
}

.front .block {
    margin:0;
    display: block;
}

.front a:link, .front a:visited, .front a:active, .front a:hover {
	color:white;
	text-decoration:none;
}

html, body {
	font-family: 'Raleway', sans-serif;
}

/* MAIN MENU */
@media (max-width:937px) {
  #page #main {
  		padding-top:160px;
  	}
}
@media (max-width: 479px) {
  .megamenu-menu .megamenu-parent {
  	display:block;
    }
    
    .megamenu-parent h2 a:after {
  	  opacity: 0;
  
    }
    
    #navigation {
  	  height:100%; /* was auto - PSJ 7/19/2018 */
    }
    
    #page #main {
  	  padding-top:0;
    }
    
    body.not-front #main #content {
  	  margin: 0 /*380px auto;*/
  
    }
}
@media (min-width: 480px) {
  #main {
  	padding-top:100px;
  }
}
#navigation {
	background:#ae2d2e;
	padding:0;
}

#main-menu {
	max-width:960px;
	margin:0 auto;
}

#navigation #main-menu ul li.first {
	text-indent:-999px;
	width: 280px;
	margin-top: 10px;
}

#navigation #main-menu ul li.first a {

	background:url(/sites/default/files/schott-logo-header-footer.png) no-repeat;
	height: 60px;
    display: block;
}

#navigation #main-menu ul li a {
	color:#FFF;
}

#navigation .links li {
	margin-top: 20px;
}


/* NEW MENU! ------------------------- */

#block-megamenu-main-menu {
	    max-width: 960px;
		margin: 20px auto;
}
@media (max-width: 479px) {
  /*margin-top:0;*/
}
.megamenu-skin-schott {
  background-color:#AE2D2E;
}

#block-megamenu-main-menu a:link, #block-megamenu-main-menu a:visited, #block-megamenu-main-menu a:hover, #block-megamenu-main-menu a:active {
	color:#FFF;
	text-decoration:none;
}

.megamenu-skin-schott .megamenu-title {
  font-size:100%;
  font-weight:normal;
}

.megamenu-skin-schott .megamenu-bin {
  background-color:#9e2122;
  border:none;
  -moz-border-radius:none;
  -webkit-border-radius:none;
  border-radius:none;
  list-style-type: none;

}

.megamenu-skin-schott .megamenu-slot {
  /*margin-right: 4px;*/
  border:none;
}

.megamenu-skin-schott .megamenu-slot-title,
.megamenu-skin-schott .megamenu-slot-title a {
  background-color:#9e2122;
  color:#fff; /* white */
  font-size:100%;
}

.megamenu-skin-schott .megamenu-slot-title a {
	display: block;
    padding: 1em;
	text-decoration:none;
}

.megamenu-skin-schott .megamenu-slot-title a:hover {
	background-color: #6e0a00;
	text-decoration:none;
}

.megamenu-skin-schott .megamenu-link {
  font-size:85%;
}

.megamenu-skin-schott .hovering h2 a {
	background-color: #6e0a00;
}

.megamenu-parent-title a {
	padding: 1em;
    background-color: #AE2D2E;
    display: block;
    font-size: 1.1em;
    font-weight: 700;

}

.megamenu-parent-title a:hover {
	background-color: #6e0a00;
}

.megamenu-parent.first {
    width: 241px;
}


.megamenu-parent.first a {
	background: #AE2D2E url(/sites/default/files/schott-logo-header-footer.png) no-repeat;
	display:block;
    text-indent: -999px;
}

.megamenu-parent.first a:hover {
	background: #AE2D2E url(/sites/default/files/schott-logo-header-footer.png) no-repeat;
}

.megamenu-menu .megamenu-slot {
	margin-bottom:0;
}

.megamenu-menu .megamenu-bin {
	padding:0;
}

.megamenu-parent.last a {
text-indent: -9999px;
    background: #AE2D2E url(/sites/default/files/magnifying-glass.png) no-repeat center;
}

.megamenu-parent.last a:hover {
    background: #6e0a00 url(/sites/default/files/magnifying-glass.png) no-repeat center;
}


.megamenu-parent-1 h2 a:after, .megamenu-parent-2 h2 a:after {
	content:"";
	width: 26px;
    height: 17px;
	display:inline-block;
	background:url(/sites/default/files/down-arrow.png) no-repeat top right;
}



/* - NEW SCHOTT LOGO ADDITION TO MENU --------------------------------------------- */

#navigation .region-navigation, #block-megamenu-main-menu {
margin-top:0;
}

ul#megamenu-main-menu {
background:none;
margin-top: 0em;
	text-align:center;
}

#megamenu-main-menu .megamenu-parent-0 h2 a {
Background-color:none;
 background: url(/sites/default/files/schott-logo-new-header.png) no-repeat;
height: 88px;
margin-top:0em; }

#content {
padding-top: 1em;
}

ul#megamenu-main-menu li h2 a {
display: inline-block;
vertical-align: top;
}

#megamenu-main-menu #megamenu-mlid-7160 h2 a { /* Hide the small logo from the homepage */
display:block;
vertical-align: baseline; }

body.front #megamenu-main-menu .megamenu-parent-0 {
	display:none;
}
body.not-front .megamenu-parent-title a {
	font-size:.9em;
}
body.not-front .megamenu-skin-schott .megamenu-slot-title,
body.not-front .megamenu-skin-schott .megamenu-slot-title a {
	font-size:.9em;
}


#homepagesplash {
	background: #ae2d2e;
	max-width: 960px;
	margin: 0 auto;
}

#homepagesplash img {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

#homepagesplash h1 {
	display: inline-block;
color: #FFF;
font-size: 1.7em;
width: 55%;
	vertical-align: top;
}
@media (max-width: 600px) {
  #homepagesplash img, #homepagesplash h1 {
  		display:block;
  		width:100%;
  	}
}
body.front {
	background-color:#ae2d2e;
}


/* HOMEPAGE SECTIONS ---------------------- */

/* Top video */

#block-block-46 {
	height:450px;
	/*background: #eee url(/sites/default/files/video-splash.jpg) top center no-repeat;
    background-size: cover;*/
}
@media (max-width: 1100px) {
  #block-block-46 {
  		height:500px;
  	}
}
@media (max-width: 920px) {
  #block-block-46 {
  		height:400px;
  	}
}
@media (max-width: 570px) {
  #block-block-46 {
  		height:290px;
  	}
}
#block-block-46 p {
	text-align: center;
    color: #FFF;
    margin: 0;
    padding-top: 4em;
    font-size: 1.7em;
    font-weight: 300;

}

#block-block-46 .view-content {
	text-align:center;
}

#headerBackground {
	
	width: 100%; height: 100%; position:relative;
}

#signuptopcontainer {
	position:absolute; width:100%;max-width:100%;
}

#headerBackground #tagline {
	margin-top:-5em;
		text-align:center;

}

#headerBackground #tagline a {
	display:inline-block;
	background:#12254db3;
	padding:.5em 0;
	width: 100%;
}
@media (max-width: 570px) {
  #headerBackground #tagline {
  		margin:0;
  	}
  	#headerBackground #tagline a {
  		background:#12254d;}
  
  #signuptopcontainer {
  	position:relative;
  }
}
/* Updates */

.view-homepage-updates .views-row {
	display: inline-block;
    width: 270px;
	background:none;
    /*background-color: #008aff;*/
	
    padding: 0 0 15px 0;
	/* margin: -60px 20px 20px 0; hidden until blogposts are back where they should be */
	margin: 20px 20px 20px 0;
	vertical-align: top;
	position:relative;
}
@media (max-width: 479px) {
  .view-homepage-updates .views-row {
  		margin: 20px 20px 20px 0;
  	}
}
#block-views-homepage-updates-block {
	background:#202c47;
	text-align: center;
}

.view-homepage-updates .views-row .views-field-title {
	text-align:left;
    margin: 0;
	font-weight: bold;

}

.view-homepage-updates .views-row .views-field-title a {
	color: white;
    padding: 10px;
    display: block;
}

.view-homepage-updates .views-row .views-field-field-image {
	height: 150px;
    overflow: hidden;
}

.view-homepage-updates .views-row .views-field-field-image img {
	width:100%;
}

.view-homepage-updates .view-footer {
	text-align:center;
	background-color:#6eb8fd;
	padding: 20px;
}

.view-homepage-updates .view-footer a {
	background-color:#3485e3;
	color:#FFF;
	padding:10px;
}

.view-homepage-updates .view-footer a:hover {
	background-color:#5aa1f4;
}

.view-homepage-updates .view-footer a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

.view-homepage-updates .views-field-created-1 {
	position: absolute;
    top: 10px;
    right: 10px;
}

.view-homepage-updates .homepage-update-date {
	background-color: rgba(0,0,0,.7);
    color: white;
    width: 50px;
    height: 40px;
    border-radius: 50%;
	line-height: 105%;
    padding-top: 10px;
    font-weight: 700;
}

.view-homepage-updates .homepage-update-date .month {
	display: block;
    text-transform: uppercase;
}






/* Generic internal page CSS */

.bigindent {
	max-width: 640px;
	margin: 1em auto 0 auto;
}


/* OTL Network */

#otl-container {
	display: table;
}

#otl-left {
	width: 50%;
    background:url(/sites/default/files/otl-homepage-bg.jpg);
    background-size: cover;
    text-align: right;
	display: table-cell;
    vertical-align: middle;
}

#left-content {
	margin:3em 1em;
}

#otl-right {
    width: 50%;
	display: table-cell;
    vertical-align: middle;
	color:#2d72bb;
}

#right-content {
	margin:3em 2em;
	font-size: 1.2em;
    line-height: 165%;
}




#block-block-47 .learn-more {
	text-align:center;
	background-color:#2d72bb;
	padding: 20px;
	clear: both;
	margin:0;

}

#block-block-47 .learn-more a {
	background-color:#0352a5;
	color:#FFF;
	padding:10px;
}

#block-block-47 .learn-more a:hover {
	background-color:#3e84ce;
}

#block-block-47 .learn-more a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}


/* Theming the quicktabs */

/*
#quicktabs-otl_network_content_feed li a {
	background-color: #83b5eb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

#quicktabs-otl_network_content_feed .quicktabs-tabs li a:hover {
	background-color: #4d8fd6;
}

#quicktabs-otl_network_content_feed .quicktabs-tabs li.active a {
    background-color: #2d72bb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

#quicktabs-otl_network_content_feed ul.quicktabs-tabs {
    padding: 0;
}

#quicktabs-otl_network_content_feed ul.quicktabs-tabs::after {
	content: "";
	width:100%;
	display:block;
	height:10px;
    background-color: #2d72bb;
}*/

.quicktabs-wrapper .item-list li a {
	background-color: #83b5eb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

.quicktabs-wrapper .quicktabs-tabs li a:hover {
	background-color: #4d8fd6;
}

.quicktabs-wrapper .quicktabs-tabs li.active a {
    background-color: #2d72bb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

.quicktabs-wrapper ul.quicktabs-tabs {
    padding: 0;
}

.quicktabs-wrapper ul.quicktabs-tabs::after {
	content: "";
	width:100%;
	display:block;
	height:10px;
    background-color: #2d72bb;
}



/* Grantees */


.campaign {
    background: #EEE;
}

.campaign h3 {
    color: #FFF;
    background-color: #3F87BB;
    padding: 0.4em 0.7em;
    margin: 0;
}

.campaign p {
	    margin: 1em;
}

.campaign p.updates {
	padding-bottom: 1em;
    font-family: Raleway, sans-serif;
    font-weight: 700;
}



#block-block-48 #grantee-container {
	display: table;
}

#grantee-container #grantee-left {
	display:table-cell;
	width: 50%;
    background:url(/sites/default/files/grantee-homepage-bg.jpg);
    background-size: cover;
    text-align: right;
    vertical-align: middle;
	color:#FFF;
	font-size: 1.5em;
    line-height: 165%;
    padding-right: 1em;
    font-size: 2em;

}


#grantee-container #grantee-right {
	display:table-cell;
	width: 50%;
	vertical-align: middle;
	background:#d67e0d;
    text-align: center;
}


#grantee-container #grantee-right #granteespotlight a {
    display: block;
    padding: 4em 3em 2em 3em;
	font-weight: 400;
}

#grantee-container #grantee-right #granteespotlight #spotlighttitle {
    font-size: 1.2em;
    font-weight: 700;
}

#grantee-container #grantee-right #granteespotlight #granteename {
    font-size: 1.7em;
}

#grantee-container #grantee-right #granteespotlight #granteename:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

#grantee-container #grantee-right #granteespotlight a:hover {
	background:#f2951c;
}

#grantee-container #grantee-right #seegrantees a {
	background:#e08f26;
	padding:3em;
    display: block;
	font-size: 1.5em;
}

#grantee-container #grantee-right #seegrantees a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

#grantee-container #grantee-right #seegrantees a:hover {
	background:#fcac49;
}

#block-block-48 .learn-more {
	text-align:center;
	background-color:#c85d07;
	padding: 20px;
	clear: both;
	margin:0;
}

#block-block-48 .learn-more a {
	background-color:#a34100;
	color:#FFF;
	padding:10px;
}

#block-block-48 .learn-more a:hover {
	background-color:#df741f;
}

#block-block-48 .learn-more a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}
@media (max-width: 479px) {
  #otl-left, #otl-right, #block-block-48 #grantee-container #grantee-left, #block-block-48 #grantee-container #grantee-right {
  	width:auto;
  	display:block;
  }
  
  #right-content {
      margin: 1em;
  
  }
  
  p {
  	margin:0;
  }
}
/* Black Boys report */

#block-block-49 {
	background:url(/sites/default/files/bbr-homepage-bg.jpg);
    background-size: cover;
	text-align:center;
	color:#FFF;
	padding-top:4em;
}

#block-block-49 p {
	margin:0;
}

#block-block-49 div {
    vertical-align: top;
	display:inline-block;
}

#block-block-49 #blurb {
    width: 330px;
	padding-left:1em;
	color:#FFF;
	text-align: left;
}

#block-block-49 #blurb p {
	font-size: 1.4em;
    font-weight: 300;
    line-height: 135%;
    margin-bottom: 20px;
}

#block-block-49 #blurb a {
	background-color:#610305;
	padding:10px;
}

#block-block-49 #blurb a:hover {
	background-color:#c11d22;
}

#block-block-49 #blurb a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

#block-block-49 .learn-more {
	display:block;
	text-align:center;
	background-color:#870408;
	padding: 20px;
	clear: both;
	margin:0;
}

#block-block-49 .learn-more a {
	background-color:#610305;
	color:#FFF;
	padding:10px;
}

#block-block-49 .learn-more a:hover {
	background-color:#c11d22;
}

#block-block-49 .learn-more a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}


/* Footer */

footer {
	background:#333;
	color:#FFF;
}

body.not-front footer {
    margin-top: 50px;
}

#block-block-50 {
	max-width:960px;
	margin:30px auto;
	text-align:center;
}

#address {
	display:inline-block;
	vertical-align:top;
	max-width:370px;
	width:auto;
	text-align:left;
}

#footermenu {
	display:inline-block;
	vertical-align:top;
	width: 170px;
text-align: right;
}

#footermenu a:link, #footermenu a:visited {
	color:#FFF;
	text-decoration:none;
}

#footermenu a:hover, #footermenu a:active {
	text-decoration:underline;
}

.signup {
	display:inline-block;
	vertical-align:top;
	width:500px;
	text-align:right;
}

.signup .facebook, .signup .twitter {
    display: inline-block;
    vertical-align: top;
	margin-left:10px;
}

.signup form {
	display:inline-block;
}

.signup .emailfield {
	height:35px;
	width:250px;
    vertical-align: top;
}

.signup .emailsubmit {
	background:url(/sites/default/files/email-signup-button.png) center;
    width: 55px;
    height: 35px;
    border: none;
}


/* Footer signup up top of homepage */

#signuptopcontainer {
	/*max-width:960px;*/
	margin:0 auto;
}

.signup.top {
display: block;
    padding-top: 10px;
    float: right;
}
@media (max-width: 479px) {
  #footermenu, .signup {
  	display:block;
  }
  
  .signup {
  	text-align:left;
  }
  .facebook {
  	margin-left:0;
  }
  
  .signup.top {
  	display:none;	
  }
}
/* INTERIOR PAGES */

body.not-front #page {
	max-width:none;
}

body.not-front #content {
	max-width:960px;
	margin: 0 auto;
}

article p, article li, article blockquote {
	font-family:'Lora', Georgia, serif;
}

article p {
	margin: 1em 0;
}

article a:link, article a:visited, article a:hover, article a:active {
	color:#06F;
	font-weight:strong;
}

h1 {
    font-size: 2.5em;
	font-weight:400;
}

/* to make images stretch all the way across */
img.splash {
	width:100%;
	height:auto;
}


/* Race & Gender Research page */

#bbr-feature, #bgm-feature {
    background-color: #ececec;
    overflow: auto;
    padding-bottom: 20px;
	margin-bottom: 20px;
}

#bbr-feature p, #bgm-feature p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
    line-height: 145%;
}

#bbr-feature p a:link, #bgm-feature p a:link, #bbr-feature p a:visited, #bgm-feature p a:visited {
	background:#900;
	color:white;
	padding:20px;
	text-decoration:none;
}

#bbr-feature p a:hover, #bgm-feature p a:hover, #bbr-feature p a:active, #bgm-feature p a:active {
	background:#C00;
	color:white;
	padding:20px;
	text-decoration:none;
}

#bbr-feature p a:after, #bgm-feature p a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}


/* Blog landing page */

.view-Blog .views-field-title h2 {
    margin: 1em 0 .3em 0;
}
.view-Blog .view-header {
    font-size: 1.3em;
}


.view-Blog .views-field-title a:link, .view-Blog .views-field-title a:visited {
	text-decoration:none;
	color:#000;
}

.view-Blog .views-field-title a:hover, .view-Blog .views-field-title a:active {
	text-decoration:underline;
}

.view-Blog .views-row {
    clear: both;
	overflow: hidden;

}

.view-Blog .views-field.views-field-view-node {
	margin: 1px;
}

.view-Blog .views-field-field-image {
	max-width:350px;
	float:left;
	margin-right:10px;
}

.view-Blog .image-date {
    position: relative;

}

.view-Blog .blogpost-date {
	position: absolute;
    top: 10px;
    right: 10px;
	background-color: rgba(0,0,0,.7);
    color: white;
    width: 50px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    padding-top: 10px;
}

.view-Blog .blogpost-date .month {
	display: block;
    text-transform: uppercase;
}

.view-Blog .views-field-field-teaser {
	font-family:'Lora', Georgia, serif;
}

.view-Blog .views-field-view-node a:link, .view-Blog .pager a:link, .view-Blog .views-field-view-node a:visited, .view-Blog .pager a:visited {
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	color:#06F;
}

.view-Blog .views-field-view-node a:hover, .view-Blog .pager a:hover, .view-Blog .views-field-view-node a:active, .view-Blog .pager a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}


/* Blogpost date */

article.node-otl-blog .submitted {
    background-color: #EEE;
    padding: .2em .5em;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
}

/*Blogpost feature image */

article.node-otl-blog .field-name-field-feature-image img {
    display: block;
}

/* Blogpost tags at bottom */

.field-name-taxonomy-vocabulary-1 a:link, .field-name-taxonomy-vocabulary-2 a:link, .field-name-taxonomy-vocabulary-3 a:link, .field-name-taxonomy-vocabulary-1 a:visited, .field-name-taxonomy-vocabulary-2 a:visited, .field-name-taxonomy-vocabulary-3 a:visited {
	background:#e8e8e8;
	color:#999;
	padding:3px 5px;
	text-decoration:none;
	text-transform:uppercase;
}

.field-type-taxonomy-term-reference .field-item {
	display:inline-block;
	margin-right:5px;
    font-size: 0.8em;
    margin-bottom: 5px;
}

/* Email signup on bottom of blogposts */


#block-block-56 {
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 10px 0px #ccc;
}

#block-block-56 h2 {
	text-align: center;
	background-color: #1F61B4;
	color: #FFF;
	padding: 1em;
}

#block-block-56 a:link, #block-block-56 a:visited {
	border-radius: 6px;
	background: #00AC07;
	padding: 1em;
	display: inline-block;
	color: #fff;
	margin-bottom:1em;
}

#block-block-56 a:hover, #block-block-56 a:active {
	background:#008A06;
	text-decoration:none;
}


#block-block-56 p {
	font-size: 1.5em;
	line-height:135%;
	margin: 1em 1em 0 1em;
}

#block-block-56 form {
	text-align:center;
	padding:1em;
}

#block-block-56 .blockInput {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.5em;
	display:block;
	border: 1px solid #CCC;
	padding: 0.4em;
	display:inline-block;
}

#block-block-56 input.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/*-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;*/
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}

#block-block-56 input.submit {
	height: 39px;
	line-height: 36px;
	display:inline-block;
}

#block-block-56 input.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}

#block-block-56 input.submit:active {
	position:relative;
	top:1px;
}







/* Grantee list */

#block-views-grantee-list-block .view-grantee-list {
	background:#ececec;
	padding: 20px;
}

#block-views-grantee-list-block p {
    margin: 0 0 10px 0;
	font-family:'Lora', Georgia, serif;
	font-size: .9em;
    line-height: 140%;
}

.views-field-field-grantee-logo {
	float:left;
	height:150px;
	width:200px;
	margin-right:20px;
    text-align: center;
    overflow: hidden;


}

.views-field-field-grantee-website a:link, .views-field-field-grantee-website a:visited {
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	color:#06F;
}

.views-field-field-grantee-website a:hover, .views-field-field-grantee-website a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}

.views-field-field-grantee-website, .views-field-field-grantee-facebook, .views-field-field-grantee-twitter {
	display:inline-block;
	margin-right:10px;
}

.views-field-field-grantee-facebook a {
    display: inline-block;
	background:url(/sites/default/files/facebook.png) no-repeat;
	background-size:cover;
	text-indent:-999px;
	width:24px;
	height:24px;
}

.views-field-field-grantee-twitter a {
    display: inline-block;
	background:url(/sites/default/files/twitter.png) no-repeat;
	background-size:cover;
	text-indent:-999px;
	width:24px;
	height:24px;
}

.view-grantee-list .views-row {
    overflow: hidden;
    margin-bottom: 20px;

}

.view-grantee-list .views-field-title {
    font-size: 1.3em;
    font-weight: 700;
}


/* Staff listing page */


.view-id-staff_list .view-header {
	overflow: auto;
    margin-bottom: 20px;
}

.view-id-staff_list .view-header img {
    float: left;
    margin-right: 20px;
}

.view-id-staff_list #desc h2, .view-id-staff_list #desc h3 {
	margin:0;
}

.view-id-staff_list #desc h2 a:link, .view-id-staff_list #desc h2 a:visited {
	color:#000;
	text-decoration:none;
}

.view-id-staff_list #desc h2 a:hover, .view-id-staff_list #desc h2 a:active {
	color:#000;
	text-decoration:underline;
}

.view-id-staff_list .views-row {
	display: inline-block;
    width: 200px;
	vertical-align:top;
    margin-right: 20px;
    margin-bottom: 20px;
}

.view-id-staff_list .views-field-title a {
	font-weight: 700;
    font-size: 1.2em;
	color:#000;
}

.view-id-staff_list .views-field-title a:link, .view-id-staff_list .views-field-title a:visited {
	text-decoration:none;
}

.view-id-staff_list .views-field-title a:active, .view-id-staff_list .views-field-title a:hover  {
	text-decoration:underline;
}

/* Staff bio pages */

.node-staff-member .field-name-field-staff-photo {
	float: right;
    margin-left: 20px;
}

.node-staff-member .field-name-field-staff-position {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}



/* Press release landing page */

.view-id-press_releases .views-row {
    margin-bottom: 10px;
}
.view-id-press_releases .views-field-created {
	font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}




/* About landing page */

.link-block {
    margin-right: 1%;
	width: 30%;
    display: inline-block;
    vertical-align: top;
}

.link-block p {
    margin: 0 0 2px;
	font-family: 'Raleway';
    display: block;
}

.link-block p strong {
    background-color: #ae2d2e;
    display: block;
    padding: 5px 10px;
	color:#FFF;
}

.link-block p a {
    background-color: #eee;
    padding: 5px 10px;
    display: block;
    color: #000;
	text-decoration:none;
}

.link-block p a:hover, .link-block p a:hover {
	background-color: #dd5859;
	text-decoration:underline;
}



/* OTL Network landing page */

/* OTL Updates section */

.view-id-otl_network_updates .views-row {
    overflow: auto;
    margin: 20px 0 0 20px;
}

.view-id-otl_network_updates .views-field-field-image {
    width: 250px;
    float: left;
    margin: 0 10px 0 0;
}

.view-id-otl_network_updates .views-field-title a {
	color: #000;
    text-decoration: none;
}

.view-id-otl_network_updates .views-field-title a:hover, .view-id-otl_network_updates .views-field-title a:active {
	text-decoration: underline;
}

.view-id-otl_network_updates .views-field-title h2 {
	margin: 0;
    line-height: 135%;
}

.view-id-otl_network_updates .views-field-created {
    font-weight: 700;
    color: #666;
}

.view-id-otl_network_updates .views-field-field-teaser {
    font-family: Lora, Georgia, serif;
}

/* Read more buttons */

.view-id-otl_network_updates .views-field-view-node a:link, .view-id-otl_network_updates .views-field-view-node a:visited {
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	color:#06F;
}

.view-id-otl_network_updates .views-field-view-node a:hover, .view-id-otl_network_updates .views-field-view-node a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}









/* BLOG content type header */

#block-block-51 {
    margin: 20px 0 0 0;
}

#block-block-51 a:link, #block-block-51 a:visited, #block-block-51 a:hover, #block-block-51 a:active {
	color: #FFF;
    text-decoration: none;
    font-weight: 700;
	background-color: #06F;
    padding: 3px 5px;
	display:block;
}

article.node-otl-blog .submitted-by {
	background-color: #999999;
    display: block;
    padding: 3px 5px;
	color:#FFF;
}

/* PRESS RELEASE content type header */

#block-block-52 {
    margin: 20px 0 0 0;
}

#block-block-52 a:link, #block-block-52 a:visited, #block-block-52 a:hover, #block-block-52 a:active {
	color: #FFF;
    text-decoration: none;
    font-weight: 700;
	background-color: #06F;
    padding: 3px 5px;
	display:block;
}

/* STAFF content type header */

#block-block-58 {
    margin: 20px 0 0 0;
}

#block-block-58 a:link, #block-block-58 a:visited, #block-block-58 a:hover, #block-block-58 a:active {
	color: #FFF;
    text-decoration: none;
    font-weight: 700;
	background-color: #06F;
    padding: 3px 5px;
	display:block;
}



/* RESOURCES LANDING PAGE ------------------------ */

body.page-node-3734 .resource-header {
    padding-left: .5em;
	overflow:auto;
}

/*Issues block */
#block-block-54 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-issues.png) no-repeat 5px 0;
}
#block-block-54 .resource-header h2 {
	padding: 0 0 0 2.5em;
}

/*Reports block */
#block-views-resources-reports-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-reports.png) no-repeat 5px 0;
}
/*Policy Guides block */
#block-views-resources-policy-guides-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-policyguides.png) no-repeat 5px 0;
}
/*Infographics block */
#block-views-resources-infographics-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-infographics.png) no-repeat 5px 0;
}
/*Videos block */
#block-views-resources-videos-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-videos.png) no-repeat 5px 0;
}

.resource-header h2 {
	display: inline-block;
	padding: 0 0 0 2em;
    margin: 0;
    vertical-align: bottom;
}

body.page-node-3734 .resource-header a {
	font-weight:300;
	display: inline-block;
    padding: 0.7em;
    float: right;
}

body.page-node-3734 .resource-header a:after {
	content: "";
    vertical-align: middle;
    width: 15px;
    height: 19px;
    display: inline-block;
    background: url(/sites/default/files/right-arrow.png) no-repeat top right;
}

body.page-node-3734 .resource-header a:link, body.page-node-3734 .resource-header a:visited {
	color: #FFF;
    text-decoration: none;
	background-color: #49A2E4;
}

body.page-node-3734 .resource-header a:hover, body.page-node-3734 .resource-header a:active {
	color: #FFF;
    text-decoration: none;
	background-color: #0A83DC;
}


/*Issue container */

#issuecontainer {
	text-align:center;
}

#issuecontainer a {
	display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0;
}




body.page-node-3734 .views-row {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
}

body.page-node-3734 .views-field-title {
    line-height: 120%;
}

body.page-node-3734 .views-field-title a:link, body.page-node-3734 .views-field-title a:visited {
	color: #000;
    font-weight: 700;
    text-decoration: none;
}

body.page-node-3734 .views-field-title a:hover, body.page-node-3734 .views-field-title a:active {
	color: #000;
    font-weight: 700;
    text-decoration: underline;
}

/* Tame the video thumbnails */
body.page-node-3734 .views-field-field-video-embed-thumbnail-path .field-content {
	width: 220px;
    height: 120px;
    overflow: hidden;
}




/* RESOURCE PAGE ------------------ */

/* Style the download link */

body.node-type-resource .field-name-field-resource-file {
	margin:20px;
}

body.node-type-resource .field-name-field-resource-file .file {
	padding: 10px;
    background-color: #CCC;
}

body.node-type-resource .field-name-field-resource-file .file a {
    font-weight: 700;
}

/*style the resource image */

body.node-type-resource .field-name-field-image field-type-image img {
	float: left;
	margin-right: 1em;
}



/* ISSUE PAGES */

.issue-page .view-header p {
	font-family:Lora, Georgia, sans-serif;
}

.issue-page .view-header h2 {
	margin-bottom:0;
}

.issue-page .views-row {
    overflow: auto;
	margin-bottom: 20px;

}

.issue-page .views-row p {
    margin: 0;
}

.issue-page .views-field-title {
	font-size: 1.2em;
    line-height: 1.4em;
}

.issue-page .views-field-title a:link, .issue-page .views-field-title a:visited {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.issue-page .views-field-title a:hover, .issue-page .views-field-title a:active {
	text-decoration:underline;
}

.issue-page .views-field-field-image, .issue-page .views-field-field-video-embed-thumbnail-path {
	width: 270px;
    float: left;
	margin-right:10px;
}

.issue-page.view-resources-reports .views-field-field-image, .issue-page.view-resources-policy-guides .views-field-field-image {
	width: 140px;
    float: left;
	margin-right:10px;
}

.view-resources-reports .views-field-field-image img, .view-resources-policy-guides .views-field-field-image img {
    border: solid 2px #EEE;
}

.issue-page .views-field-field-resource-type {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
	color: #666;
}

.issue-page .views-field-field-publish-date {
	font-weight: 700;
    font-size: 0.9em;
    color: #666;
}


.issue-page .read-more a:link, .pager a:link, .issue-page .read-more a:visited, .pager a:visited {
	text-transform: uppercase;
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
    color: #06F;
}

.issue-page .read-more a:hover, .pager a:hover, .issue-page .read-more a:active, .pager a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}


/* SPECIAL PAGE EXCEPTIONS */

/* Centering the title on the 25th page */

.section-25-years #page-title {
    text-align: center;
    font-size: 3em;

}


/* EVENT CONTENT TYPE PAGE */

.field-name-field-event-date {
	text-align: center;
    font-weight: bold;
}

.field-name-field-event-link {
		text-align: center;
		 font-weight: bold;
		 margin-top: 1em;
}

.field-name-field-event-link a:link, .field-name-field-event-link a:visited {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  padding: .5em;
  text-decoration: none;
}

.field-name-field-event-link a:hover, .field-name-field-event-link a:active  {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.node-video .embedded-video .player {
	text-align:center;
}

/* SMACSS theme rules */
/*  */
/*  *//**/
/* CSS Document */

/* HOMEPAGE STRUCTURE */

.front #page {
	max-width:none;
}

.front #content {
	padding:0;
}

.front .block {
    margin:0;
    display: block;
}

.front a:link, .front a:visited, .front a:active, .front a:hover {
	color:white;
	text-decoration:none;
}

html, body {
	font-family: 'Raleway', sans-serif;
}

/* MAIN MENU */
@media (max-width:937px) {
  #page #main {
  		padding-top:160px;
  	}
}
@media (max-width: 479px) {
  .megamenu-menu .megamenu-parent {
  	display:block;
    }
    
    .megamenu-parent h2 a:after {
  	  opacity: 0;
  
    }
    
    #navigation {
  	  height:100%; /* was auto - PSJ 7/19/2018 */
    }
    
    #page #main {
  	  padding-top:0;
    }
    
    body.not-front #main #content {
  	  margin: 0 /*380px auto;*/
  
    }
}
@media (min-width: 480px) {
  #main {
  	padding-top:100px;
  }
}
#navigation {
	background:#ae2d2e;
	padding:0;
}

#main-menu {
	max-width:960px;
	margin:0 auto;
}

#navigation #main-menu ul li.first {
	text-indent:-999px;
	width: 280px;
	margin-top: 10px;
}

#navigation #main-menu ul li.first a {

	background:url(/sites/default/files/schott-logo-header-footer.png) no-repeat;
	height: 60px;
    display: block;
}

#navigation #main-menu ul li a {
	color:#FFF;
}

#navigation .links li {
	margin-top: 20px;
}


/* NEW MENU! ------------------------- */

#block-megamenu-main-menu {
	    max-width: 960px;
		margin: 20px auto;
}
@media (max-width: 479px) {
  /*margin-top:0;*/
}
.megamenu-skin-schott {
  background-color:#AE2D2E;
}

#block-megamenu-main-menu a:link, #block-megamenu-main-menu a:visited, #block-megamenu-main-menu a:hover, #block-megamenu-main-menu a:active {
	color:#FFF;
	text-decoration:none;
}

.megamenu-skin-schott .megamenu-title {
  font-size:100%;
  font-weight:normal;
}

.megamenu-skin-schott .megamenu-bin {
  background-color:#9e2122;
  border:none;
  -moz-border-radius:none;
  -webkit-border-radius:none;
  border-radius:none;
  list-style-type: none;

}

.megamenu-skin-schott .megamenu-slot {
  /*margin-right: 4px;*/
  border:none;
}

.megamenu-skin-schott .megamenu-slot-title,
.megamenu-skin-schott .megamenu-slot-title a {
  background-color:#9e2122;
  color:#fff; /* white */
  font-size:100%;
}

.megamenu-skin-schott .megamenu-slot-title a {
	display: block;
    padding: 1em;
	text-decoration:none;
}

.megamenu-skin-schott .megamenu-slot-title a:hover {
	background-color: #6e0a00;
	text-decoration:none;
}

.megamenu-skin-schott .megamenu-link {
  font-size:85%;
}

.megamenu-skin-schott .hovering h2 a {
	background-color: #6e0a00;
}

.megamenu-parent-title a {
	padding: 1em;
    background-color: #AE2D2E;
    display: block;
    font-size: 1.1em;
    font-weight: 700;

}

.megamenu-parent-title a:hover {
	background-color: #6e0a00;
}

.megamenu-parent.first {
    width: 241px;
}


.megamenu-parent.first a {
	background: #AE2D2E url(/sites/default/files/schott-logo-header-footer.png) no-repeat;
	display:block;
    text-indent: -999px;
}

.megamenu-parent.first a:hover {
	background: #AE2D2E url(/sites/default/files/schott-logo-header-footer.png) no-repeat;
}

.megamenu-menu .megamenu-slot {
	margin-bottom:0;
}

.megamenu-menu .megamenu-bin {
	padding:0;
}

.megamenu-parent.last a {
text-indent: -9999px;
    background: #AE2D2E url(/sites/default/files/magnifying-glass.png) no-repeat center;
}

.megamenu-parent.last a:hover {
    background: #6e0a00 url(/sites/default/files/magnifying-glass.png) no-repeat center;
}


.megamenu-parent-1 h2 a:after, .megamenu-parent-2 h2 a:after {
	content:"";
	width: 26px;
    height: 17px;
	display:inline-block;
	background:url(/sites/default/files/down-arrow.png) no-repeat top right;
}



/* - NEW SCHOTT LOGO ADDITION TO MENU --------------------------------------------- */

#navigation .region-navigation, #block-megamenu-main-menu {
margin-top:0;
}

ul#megamenu-main-menu {
background:none;
margin-top: 0em;
	text-align:center;
}

#megamenu-main-menu .megamenu-parent-0 h2 a {
Background-color:none;
 background: url(/sites/default/files/schott-logo-new-header.png) no-repeat;
height: 88px;
margin-top:0em; }

#content {
padding-top: 1em;
}

ul#megamenu-main-menu li h2 a {
display: inline-block;
vertical-align: top;
}

#megamenu-main-menu #megamenu-mlid-7160 h2 a { /* Hide the small logo from the homepage */
display:block;
vertical-align: baseline; }

body.front #megamenu-main-menu .megamenu-parent-0 {
	display:none;
}
body.not-front .megamenu-parent-title a {
	font-size:.9em;
}
body.not-front .megamenu-skin-schott .megamenu-slot-title,
body.not-front .megamenu-skin-schott .megamenu-slot-title a {
	font-size:.9em;
}


#homepagesplash {
	background: #ae2d2e;
	max-width: 960px;
	margin: 0 auto;
}

#homepagesplash img {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

#homepagesplash h1 {
	display: inline-block;
color: #FFF;
font-size: 1.7em;
width: 55%;
	vertical-align: top;
}
@media (max-width: 600px) {
  #homepagesplash img, #homepagesplash h1 {
  		display:block;
  		width:100%;
  	}
}
body.front {
	background-color:#ae2d2e;
}


/* HOMEPAGE SECTIONS ---------------------- */

/* Top video */

#block-block-46 {
	height:450px;
	/*background: #eee url(/sites/default/files/video-splash.jpg) top center no-repeat;
    background-size: cover;*/
}
@media (max-width: 1100px) {
  #block-block-46 {
  		height:500px;
  	}
}
@media (max-width: 920px) {
  #block-block-46 {
  		height:400px;
  	}
}
@media (max-width: 570px) {
  #block-block-46 {
  		height:290px;
  	}
}
#block-block-46 p {
	text-align: center;
    color: #FFF;
    margin: 0;
    padding-top: 4em;
    font-size: 1.7em;
    font-weight: 300;

}

#block-block-46 .view-content {
	text-align:center;
}

#headerBackground {
	
	width: 100%; height: 100%; position:relative;
}

#signuptopcontainer {
	position:absolute; width:100%;max-width:100%;
}

#headerBackground #tagline {
	margin-top:-5em;
		text-align:center;

}

#headerBackground #tagline a {
	display:inline-block;
	background:#12254db3;
	padding:.5em 0;
	width: 100%;
}
@media (max-width: 570px) {
  #headerBackground #tagline {
  		margin:0;
  	}
  	#headerBackground #tagline a {
  		background:#12254d;}
  
  #signuptopcontainer {
  	position:relative;
  }
}
/* Updates */

.view-homepage-updates .views-row {
	display: inline-block;
    width: 270px;
	background:none;
    /*background-color: #008aff;*/
	
    padding: 0 0 15px 0;
	/* margin: -60px 20px 20px 0; hidden until blogposts are back where they should be */
	margin: 20px 20px 20px 0;
	vertical-align: top;
	position:relative;
}
@media (max-width: 479px) {
  .view-homepage-updates .views-row {
  		margin: 20px 20px 20px 0;
  	}
}
#block-views-homepage-updates-block {
	background:#202c47;
	text-align: center;
}

.view-homepage-updates .views-row .views-field-title {
	text-align:left;
    margin: 0;
	font-weight: bold;

}

.view-homepage-updates .views-row .views-field-title a {
	color: white;
    padding: 10px;
    display: block;
}

.view-homepage-updates .views-row .views-field-field-image {
	height: 150px;
    overflow: hidden;
}

.view-homepage-updates .views-row .views-field-field-image img {
	width:100%;
}

.view-homepage-updates .view-footer {
	text-align:center;
	background-color:#6eb8fd;
	padding: 20px;
}

.view-homepage-updates .view-footer a {
	background-color:#3485e3;
	color:#FFF;
	padding:10px;
}

.view-homepage-updates .view-footer a:hover {
	background-color:#5aa1f4;
}

.view-homepage-updates .view-footer a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

.view-homepage-updates .views-field-created-1 {
	position: absolute;
    top: 10px;
    right: 10px;
}

.view-homepage-updates .homepage-update-date {
	background-color: rgba(0,0,0,.7);
    color: white;
    width: 50px;
    height: 40px;
    border-radius: 50%;
	line-height: 105%;
    padding-top: 10px;
    font-weight: 700;
}

.view-homepage-updates .homepage-update-date .month {
	display: block;
    text-transform: uppercase;
}






/* Generic internal page CSS */

.bigindent {
	max-width: 640px;
	margin: 1em auto 0 auto;
}


/* OTL Network */

#otl-container {
	display: table;
}

#otl-left {
	width: 50%;
    background:url(/sites/default/files/otl-homepage-bg.jpg);
    background-size: cover;
    text-align: right;
	display: table-cell;
    vertical-align: middle;
}

#left-content {
	margin:3em 1em;
}

#otl-right {
    width: 50%;
	display: table-cell;
    vertical-align: middle;
	color:#2d72bb;
}

#right-content {
	margin:3em 2em;
	font-size: 1.2em;
    line-height: 165%;
}




#block-block-47 .learn-more {
	text-align:center;
	background-color:#2d72bb;
	padding: 20px;
	clear: both;
	margin:0;

}

#block-block-47 .learn-more a {
	background-color:#0352a5;
	color:#FFF;
	padding:10px;
}

#block-block-47 .learn-more a:hover {
	background-color:#3e84ce;
}

#block-block-47 .learn-more a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}


/* Theming the quicktabs */

/*
#quicktabs-otl_network_content_feed li a {
	background-color: #83b5eb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

#quicktabs-otl_network_content_feed .quicktabs-tabs li a:hover {
	background-color: #4d8fd6;
}

#quicktabs-otl_network_content_feed .quicktabs-tabs li.active a {
    background-color: #2d72bb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

#quicktabs-otl_network_content_feed ul.quicktabs-tabs {
    padding: 0;
}

#quicktabs-otl_network_content_feed ul.quicktabs-tabs::after {
	content: "";
	width:100%;
	display:block;
	height:10px;
    background-color: #2d72bb;
}*/

.quicktabs-wrapper .item-list li a {
	background-color: #83b5eb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

.quicktabs-wrapper .quicktabs-tabs li a:hover {
	background-color: #4d8fd6;
}

.quicktabs-wrapper .quicktabs-tabs li.active a {
    background-color: #2d72bb;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.4em;
    margin-right: 7px;
	text-decoration:none;
}

.quicktabs-wrapper ul.quicktabs-tabs {
    padding: 0;
}

.quicktabs-wrapper ul.quicktabs-tabs::after {
	content: "";
	width:100%;
	display:block;
	height:10px;
    background-color: #2d72bb;
}



/* Grantees */


.campaign {
    background: #EEE;
}

.campaign h3 {
    color: #FFF;
    background-color: #3F87BB;
    padding: 0.4em 0.7em;
    margin: 0;
}

.campaign p {
	    margin: 1em;
}

.campaign p.updates {
	padding-bottom: 1em;
    font-family: Raleway, sans-serif;
    font-weight: 700;
}



#block-block-48 #grantee-container {
	display: table;
}

#grantee-container #grantee-left {
	display:table-cell;
	width: 50%;
    background:url(/sites/default/files/grantee-homepage-bg.jpg);
    background-size: cover;
    text-align: right;
    vertical-align: middle;
	color:#FFF;
	font-size: 1.5em;
    line-height: 165%;
    padding-right: 1em;
    font-size: 2em;

}


#grantee-container #grantee-right {
	display:table-cell;
	width: 50%;
	vertical-align: middle;
	background:#d67e0d;
    text-align: center;
}


#grantee-container #grantee-right #granteespotlight a {
    display: block;
    padding: 4em 3em 2em 3em;
	font-weight: 400;
}

#grantee-container #grantee-right #granteespotlight #spotlighttitle {
    font-size: 1.2em;
    font-weight: 700;
}

#grantee-container #grantee-right #granteespotlight #granteename {
    font-size: 1.7em;
}

#grantee-container #grantee-right #granteespotlight #granteename:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

#grantee-container #grantee-right #granteespotlight a:hover {
	background:#f2951c;
}

#grantee-container #grantee-right #seegrantees a {
	background:#e08f26;
	padding:3em;
    display: block;
	font-size: 1.5em;
}

#grantee-container #grantee-right #seegrantees a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

#grantee-container #grantee-right #seegrantees a:hover {
	background:#fcac49;
}

#block-block-48 .learn-more {
	text-align:center;
	background-color:#c85d07;
	padding: 20px;
	clear: both;
	margin:0;
}

#block-block-48 .learn-more a {
	background-color:#a34100;
	color:#FFF;
	padding:10px;
}

#block-block-48 .learn-more a:hover {
	background-color:#df741f;
}

#block-block-48 .learn-more a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}
@media (max-width: 479px) {
  #otl-left, #otl-right, #block-block-48 #grantee-container #grantee-left, #block-block-48 #grantee-container #grantee-right {
  	width:auto;
  	display:block;
  }
  
  #right-content {
      margin: 1em;
  
  }
  
  p {
  	margin:0;
  }
}
/* Black Boys report */

#block-block-49 {
	background:url(/sites/default/files/bbr-homepage-bg.jpg);
    background-size: cover;
	text-align:center;
	color:#FFF;
	padding-top:4em;
}

#block-block-49 p {
	margin:0;
}

#block-block-49 div {
    vertical-align: top;
	display:inline-block;
}

#block-block-49 #blurb {
    width: 330px;
	padding-left:1em;
	color:#FFF;
	text-align: left;
}

#block-block-49 #blurb p {
	font-size: 1.4em;
    font-weight: 300;
    line-height: 135%;
    margin-bottom: 20px;
}

#block-block-49 #blurb a {
	background-color:#610305;
	padding:10px;
}

#block-block-49 #blurb a:hover {
	background-color:#c11d22;
}

#block-block-49 #blurb a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}

#block-block-49 .learn-more {
	display:block;
	text-align:center;
	background-color:#870408;
	padding: 20px;
	clear: both;
	margin:0;
}

#block-block-49 .learn-more a {
	background-color:#610305;
	color:#FFF;
	padding:10px;
}

#block-block-49 .learn-more a:hover {
	background-color:#c11d22;
}

#block-block-49 .learn-more a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}


/* Footer */

footer {
	background:#333;
	color:#FFF;
}

body.not-front footer {
    margin-top: 50px;
}

#block-block-50 {
	max-width:960px;
	margin:30px auto;
	text-align:center;
}

#address {
	display:inline-block;
	vertical-align:top;
	max-width:370px;
	width:auto;
	text-align:left;
}

#footermenu {
	display:inline-block;
	vertical-align:top;
	width: 170px;
text-align: right;
}

#footermenu a:link, #footermenu a:visited {
	color:#FFF;
	text-decoration:none;
}

#footermenu a:hover, #footermenu a:active {
	text-decoration:underline;
}

.signup {
	display:inline-block;
	vertical-align:top;
	width:500px;
	text-align:right;
}

.signup .facebook, .signup .twitter {
    display: inline-block;
    vertical-align: top;
	margin-left:10px;
}

.signup form {
	display:inline-block;
}

.signup .emailfield {
	height:35px;
	width:250px;
    vertical-align: top;
}

.signup .emailsubmit {
	background:url(/sites/default/files/email-signup-button.png) center;
    width: 55px;
    height: 35px;
    border: none;
}


/* Footer signup up top of homepage */

#signuptopcontainer {
	/*max-width:960px;*/
	margin:0 auto;
}

.signup.top {
display: block;
    padding-top: 10px;
    float: right;
}
@media (max-width: 479px) {
  #footermenu, .signup {
  	display:block;
  }
  
  .signup {
  	text-align:left;
  }
  .facebook {
  	margin-left:0;
  }
  
  .signup.top {
  	display:none;	
  }
}
/* INTERIOR PAGES */

body.not-front #page {
	max-width:none;
}

body.not-front #content {
	max-width:960px;
	margin: 0 auto;
}

article p, article li, article blockquote {
	font-family:'Lora', Georgia, serif;
}

article p {
	margin: 1em 0;
}

article a:link, article a:visited, article a:hover, article a:active {
	color:#06F;
	font-weight:strong;
}

h1 {
    font-size: 2.5em;
	font-weight:400;
}

/* to make images stretch all the way across */
img.splash {
	width:100%;
	height:auto;
}


/* Race & Gender Research page */

#bbr-feature, #bgm-feature {
    background-color: #ececec;
    overflow: auto;
    padding-bottom: 20px;
	margin-bottom: 20px;
}

#bbr-feature p, #bgm-feature p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
    line-height: 145%;
}

#bbr-feature p a:link, #bgm-feature p a:link, #bbr-feature p a:visited, #bgm-feature p a:visited {
	background:#900;
	color:white;
	padding:20px;
	text-decoration:none;
}

#bbr-feature p a:hover, #bgm-feature p a:hover, #bbr-feature p a:active, #bgm-feature p a:active {
	background:#C00;
	color:white;
	padding:20px;
	text-decoration:none;
}

#bbr-feature p a:after, #bgm-feature p a:after {
	content:"";
	width:19px;
	height:15px;
	display:inline-block;
	background:url(/sites/default/files/right-arrow.png) no-repeat top right;
}


/* Blog landing page */

.view-Blog .views-field-title h2 {
    margin: 1em 0 .3em 0;
}
.view-Blog .view-header {
    font-size: 1.3em;
}


.view-Blog .views-field-title a:link, .view-Blog .views-field-title a:visited {
	text-decoration:none;
	color:#000;
}

.view-Blog .views-field-title a:hover, .view-Blog .views-field-title a:active {
	text-decoration:underline;
}

.view-Blog .views-row {
    clear: both;
	overflow: hidden;

}

.view-Blog .views-field.views-field-view-node {
	margin: 1px;
}

.view-Blog .views-field-field-image {
	max-width:350px;
	float:left;
	margin-right:10px;
}

.view-Blog .image-date {
    position: relative;

}

.view-Blog .blogpost-date {
	position: absolute;
    top: 10px;
    right: 10px;
	background-color: rgba(0,0,0,.7);
    color: white;
    width: 50px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    padding-top: 10px;
}

.view-Blog .blogpost-date .month {
	display: block;
    text-transform: uppercase;
}

.view-Blog .views-field-field-teaser {
	font-family:'Lora', Georgia, serif;
}

.view-Blog .views-field-view-node a:link, .view-Blog .pager a:link, .view-Blog .views-field-view-node a:visited, .view-Blog .pager a:visited {
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	color:#06F;
}

.view-Blog .views-field-view-node a:hover, .view-Blog .pager a:hover, .view-Blog .views-field-view-node a:active, .view-Blog .pager a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}


/* Blogpost date */

article.node-otl-blog .submitted {
    background-color: #EEE;
    padding: .2em .5em;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
}

/*Blogpost feature image */

article.node-otl-blog .field-name-field-feature-image img {
    display: block;
}

/* Blogpost tags at bottom */

.field-name-taxonomy-vocabulary-1 a:link, .field-name-taxonomy-vocabulary-2 a:link, .field-name-taxonomy-vocabulary-3 a:link, .field-name-taxonomy-vocabulary-1 a:visited, .field-name-taxonomy-vocabulary-2 a:visited, .field-name-taxonomy-vocabulary-3 a:visited {
	background:#e8e8e8;
	color:#999;
	padding:3px 5px;
	text-decoration:none;
	text-transform:uppercase;
}

.field-type-taxonomy-term-reference .field-item {
	display:inline-block;
	margin-right:5px;
    font-size: 0.8em;
    margin-bottom: 5px;
}

/* Email signup on bottom of blogposts */


#block-block-56 {
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 10px 0px #ccc;
}

#block-block-56 h2 {
	text-align: center;
	background-color: #1F61B4;
	color: #FFF;
	padding: 1em;
}

#block-block-56 a:link, #block-block-56 a:visited {
	border-radius: 6px;
	background: #00AC07;
	padding: 1em;
	display: inline-block;
	color: #fff;
	margin-bottom:1em;
}

#block-block-56 a:hover, #block-block-56 a:active {
	background:#008A06;
	text-decoration:none;
}


#block-block-56 p {
	font-size: 1.5em;
	line-height:135%;
	margin: 1em 1em 0 1em;
}

#block-block-56 form {
	text-align:center;
	padding:1em;
}

#block-block-56 .blockInput {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.5em;
	display:block;
	border: 1px solid #CCC;
	padding: 0.4em;
	display:inline-block;
}

#block-block-56 input.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/*-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;*/
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}

#block-block-56 input.submit {
	height: 39px;
	line-height: 36px;
	display:inline-block;
}

#block-block-56 input.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}

#block-block-56 input.submit:active {
	position:relative;
	top:1px;
}







/* Grantee list */

#block-views-grantee-list-block .view-grantee-list {
	background:#ececec;
	padding: 20px;
}

#block-views-grantee-list-block p {
    margin: 0 0 10px 0;
	font-family:'Lora', Georgia, serif;
	font-size: .9em;
    line-height: 140%;
}

.views-field-field-grantee-logo {
	float:left;
	height:150px;
	width:200px;
	margin-right:20px;
    text-align: center;
    overflow: hidden;


}

.views-field-field-grantee-website a:link, .views-field-field-grantee-website a:visited {
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	color:#06F;
}

.views-field-field-grantee-website a:hover, .views-field-field-grantee-website a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}

.views-field-field-grantee-website, .views-field-field-grantee-facebook, .views-field-field-grantee-twitter {
	display:inline-block;
	margin-right:10px;
}

.views-field-field-grantee-facebook a {
    display: inline-block;
	background:url(/sites/default/files/facebook.png) no-repeat;
	background-size:cover;
	text-indent:-999px;
	width:24px;
	height:24px;
}

.views-field-field-grantee-twitter a {
    display: inline-block;
	background:url(/sites/default/files/twitter.png) no-repeat;
	background-size:cover;
	text-indent:-999px;
	width:24px;
	height:24px;
}

.view-grantee-list .views-row {
    overflow: hidden;
    margin-bottom: 20px;

}

.view-grantee-list .views-field-title {
    font-size: 1.3em;
    font-weight: 700;
}


/* Staff listing page */


.view-id-staff_list .view-header {
	overflow: auto;
    margin-bottom: 20px;
}

.view-id-staff_list .view-header img {
    float: left;
    margin-right: 20px;
}

.view-id-staff_list #desc h2, .view-id-staff_list #desc h3 {
	margin:0;
}

.view-id-staff_list #desc h2 a:link, .view-id-staff_list #desc h2 a:visited {
	color:#000;
	text-decoration:none;
}

.view-id-staff_list #desc h2 a:hover, .view-id-staff_list #desc h2 a:active {
	color:#000;
	text-decoration:underline;
}

.view-id-staff_list .views-row {
	display: inline-block;
    width: 200px;
	vertical-align:top;
    margin-right: 20px;
    margin-bottom: 20px;
}

.view-id-staff_list .views-field-title a {
	font-weight: 700;
    font-size: 1.2em;
	color:#000;
}

.view-id-staff_list .views-field-title a:link, .view-id-staff_list .views-field-title a:visited {
	text-decoration:none;
}

.view-id-staff_list .views-field-title a:active, .view-id-staff_list .views-field-title a:hover  {
	text-decoration:underline;
}

/* Staff bio pages */

.node-staff-member .field-name-field-staff-photo {
	float: right;
    margin-left: 20px;
}

.node-staff-member .field-name-field-staff-position {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}



/* Press release landing page */

.view-id-press_releases .views-row {
    margin-bottom: 10px;
}
.view-id-press_releases .views-field-created {
	font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}




/* About landing page */

.link-block {
    margin-right: 1%;
	width: 30%;
    display: inline-block;
    vertical-align: top;
}

.link-block p {
    margin: 0 0 2px;
	font-family: 'Raleway';
    display: block;
}

.link-block p strong {
    background-color: #ae2d2e;
    display: block;
    padding: 5px 10px;
	color:#FFF;
}

.link-block p a {
    background-color: #eee;
    padding: 5px 10px;
    display: block;
    color: #000;
	text-decoration:none;
}

.link-block p a:hover, .link-block p a:hover {
	background-color: #dd5859;
	text-decoration:underline;
}



/* OTL Network landing page */

/* OTL Updates section */

.view-id-otl_network_updates .views-row {
    overflow: auto;
    margin: 20px 0 0 20px;
}

.view-id-otl_network_updates .views-field-field-image {
    width: 250px;
    float: left;
    margin: 0 10px 0 0;
}

.view-id-otl_network_updates .views-field-title a {
	color: #000;
    text-decoration: none;
}

.view-id-otl_network_updates .views-field-title a:hover, .view-id-otl_network_updates .views-field-title a:active {
	text-decoration: underline;
}

.view-id-otl_network_updates .views-field-title h2 {
	margin: 0;
    line-height: 135%;
}

.view-id-otl_network_updates .views-field-created {
    font-weight: 700;
    color: #666;
}

.view-id-otl_network_updates .views-field-field-teaser {
    font-family: Lora, Georgia, serif;
}

/* Read more buttons */

.view-id-otl_network_updates .views-field-view-node a:link, .view-id-otl_network_updates .views-field-view-node a:visited {
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	color:#06F;
}

.view-id-otl_network_updates .views-field-view-node a:hover, .view-id-otl_network_updates .views-field-view-node a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}









/* BLOG content type header */

#block-block-51 {
    margin: 20px 0 0 0;
}

#block-block-51 a:link, #block-block-51 a:visited, #block-block-51 a:hover, #block-block-51 a:active {
	color: #FFF;
    text-decoration: none;
    font-weight: 700;
	background-color: #06F;
    padding: 3px 5px;
	display:block;
}

article.node-otl-blog .submitted-by {
	background-color: #999999;
    display: block;
    padding: 3px 5px;
	color:#FFF;
}

/* PRESS RELEASE content type header */

#block-block-52 {
    margin: 20px 0 0 0;
}

#block-block-52 a:link, #block-block-52 a:visited, #block-block-52 a:hover, #block-block-52 a:active {
	color: #FFF;
    text-decoration: none;
    font-weight: 700;
	background-color: #06F;
    padding: 3px 5px;
	display:block;
}

/* STAFF content type header */

#block-block-58 {
    margin: 20px 0 0 0;
}

#block-block-58 a:link, #block-block-58 a:visited, #block-block-58 a:hover, #block-block-58 a:active {
	color: #FFF;
    text-decoration: none;
    font-weight: 700;
	background-color: #06F;
    padding: 3px 5px;
	display:block;
}



/* RESOURCES LANDING PAGE ------------------------ */

body.page-node-3734 .resource-header {
    padding-left: .5em;
	overflow:auto;
}

/*Issues block */
#block-block-54 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-issues.png) no-repeat 5px 0;
}
#block-block-54 .resource-header h2 {
	padding: 0 0 0 2.5em;
}

/*Reports block */
#block-views-resources-reports-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-reports.png) no-repeat 5px 0;
}
/*Policy Guides block */
#block-views-resources-policy-guides-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-policyguides.png) no-repeat 5px 0;
}
/*Infographics block */
#block-views-resources-infographics-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-infographics.png) no-repeat 5px 0;
}
/*Videos block */
#block-views-resources-videos-block-1 .resource-header {
	background: #D3EDF9 url(/sites/default/files/icon-videos.png) no-repeat 5px 0;
}

.resource-header h2 {
	display: inline-block;
	padding: 0 0 0 2em;
    margin: 0;
    vertical-align: bottom;
}

body.page-node-3734 .resource-header a {
	font-weight:300;
	display: inline-block;
    padding: 0.7em;
    float: right;
}

body.page-node-3734 .resource-header a:after {
	content: "";
    vertical-align: middle;
    width: 15px;
    height: 19px;
    display: inline-block;
    background: url(/sites/default/files/right-arrow.png) no-repeat top right;
}

body.page-node-3734 .resource-header a:link, body.page-node-3734 .resource-header a:visited {
	color: #FFF;
    text-decoration: none;
	background-color: #49A2E4;
}

body.page-node-3734 .resource-header a:hover, body.page-node-3734 .resource-header a:active {
	color: #FFF;
    text-decoration: none;
	background-color: #0A83DC;
}


/*Issue container */

#issuecontainer {
	text-align:center;
}

#issuecontainer a {
	display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0;
}




body.page-node-3734 .views-row {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
}

body.page-node-3734 .views-field-title {
    line-height: 120%;
}

body.page-node-3734 .views-field-title a:link, body.page-node-3734 .views-field-title a:visited {
	color: #000;
    font-weight: 700;
    text-decoration: none;
}

body.page-node-3734 .views-field-title a:hover, body.page-node-3734 .views-field-title a:active {
	color: #000;
    font-weight: 700;
    text-decoration: underline;
}

/* Tame the video thumbnails */
body.page-node-3734 .views-field-field-video-embed-thumbnail-path .field-content {
	width: 220px;
    height: 120px;
    overflow: hidden;
}




/* RESOURCE PAGE ------------------ */

/* Style the download link */

body.node-type-resource .field-name-field-resource-file {
	margin:20px;
}

body.node-type-resource .field-name-field-resource-file .file {
	padding: 10px;
    background-color: #CCC;
}

body.node-type-resource .field-name-field-resource-file .file a {
    font-weight: 700;
}

/*style the resource image */

body.node-type-resource .field-name-field-image field-type-image img {
	float: left;
	margin-right: 1em;
}



/* ISSUE PAGES */

.issue-page .view-header p {
	font-family:Lora, Georgia, sans-serif;
}

.issue-page .view-header h2 {
	margin-bottom:0;
}

.issue-page .views-row {
    overflow: auto;
	margin-bottom: 20px;

}

.issue-page .views-row p {
    margin: 0;
}

.issue-page .views-field-title {
	font-size: 1.2em;
    line-height: 1.4em;
}

.issue-page .views-field-title a:link, .issue-page .views-field-title a:visited {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.issue-page .views-field-title a:hover, .issue-page .views-field-title a:active {
	text-decoration:underline;
}

.issue-page .views-field-field-image, .issue-page .views-field-field-video-embed-thumbnail-path {
	width: 270px;
    float: left;
	margin-right:10px;
}

.issue-page.view-resources-reports .views-field-field-image, .issue-page.view-resources-policy-guides .views-field-field-image {
	width: 140px;
    float: left;
	margin-right:10px;
}

.view-resources-reports .views-field-field-image img, .view-resources-policy-guides .views-field-field-image img {
    border: solid 2px #EEE;
}

.issue-page .views-field-field-resource-type {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
	color: #666;
}

.issue-page .views-field-field-publish-date {
	font-weight: 700;
    font-size: 0.9em;
    color: #666;
}


.issue-page .read-more a:link, .pager a:link, .issue-page .read-more a:visited, .pager a:visited {
	text-transform: uppercase;
	border: 1px solid;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
    color: #06F;
}

.issue-page .read-more a:hover, .pager a:hover, .issue-page .read-more a:active, .pager a:active {
	border: 1px solid #06F;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
	background:#06F;
	color:#FFF;
}


/* SPECIAL PAGE EXCEPTIONS */

/* Centering the title on the 25th page */

.section-25-years #page-title {
    text-align: center;
    font-size: 3em;

}


/* EVENT CONTENT TYPE PAGE */

.field-name-field-event-date {
	text-align: center;
    font-weight: bold;
}

.field-name-field-event-link {
		text-align: center;
		 font-weight: bold;
		 margin-top: 1em;
}

.field-name-field-event-link a:link, .field-name-field-event-link a:visited {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  padding: .5em;
  text-decoration: none;
}

.field-name-field-event-link a:hover, .field-name-field-event-link a:active  {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.node-video .embedded-video .player {
	text-align:center;
}/**/