@charset "UTF-8";
/* MASTER SASS COORDINATING STYLE SHEET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul, ol {
  list-style: none; }

li {
  list-style-position: outside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 *	LAYOUT ELEMENTS: ALL THE CSS for the layout elements
 *	
 */
body {
  background: #ddcdb6 url(../images/banner.jpg) no-repeat;
  background-size: 100%;
  background-position: 50% 67px;
  font-family: "Halant", serif;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.4; }

/* --- BOX SIZING --- establish this for major layout items */
#masterCon,
#banner,
nav,
section,
aside,
footer,
.footer_col {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#masterCon {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(250, 250, 250, 0.78); }

.wrapper {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }

#banner,
nav,
footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

/* COLUMNS layout */
#columns {
  width: 100%; }

#column1 {
  float: left;
  width: 270px;
  min-height: 500px;
  padding: 1.8rem 1rem 1rem 1rem; }

#fullCol {
  padding: 2rem; }

/* GENERAL LAYOUT */
.masthead {
  background: black;
  text-align: center;
  padding: 4px 12px 4px 12px;
  color: white;
  min-height: 34px; }
  .masthead #mhs {
    max-width: 100%; }
  .masthead h1 {
    float: left;
    font-size: 1.8rem;
    font-weight: normal;
    vertical-align: bottom;
    line-height: 34px;
    text-align: left; }
  .masthead a:link, .masthead a:visited {
    color: white; }
  .masthead img {
    max-width: 100%; }

.masthead:after {
  visibility: hidden;
  content: "";
  height: 0;
  display: block;
  clear: both; }

#banner {
  margin-bottom: 1rem; }
  #banner h1 {
    margin: 133px 1rem 1rem 2rem;
    font-size: 2.25rem;
    font-family: "Libre Baskerville", serif;
    text-shadow: #FFE2B8 0px 0px 4px, #ffe2b8 0 0 23px, #ffe2b8 0 0 44px;
    color: black;
    letter-spacing: .05em;
    max-width: 1150px; }

#banner img {
  display: block;
  max-width: 100%; }

.intropage {
  background-position: 50% 0; }
  .intropage #banner {
    margin-bottom: 230px; }
    .intropage #banner h1 {
      margin: 1.7em auto 1em auto; }

.full_col .intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66%; }
.full_col .aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  float: left;
  margin: 0 0 4rem 4%; }
  .full_col .aside a, .full_col .aside a:link {
    display: block; }
  .full_col .aside img {
    display: block;
    margin-top: 2rem; }
  .full_col .aside cite {
    display: block;
    font-size: 90%;
    font-style: italic; }

#footer_col_con {
  display: table;
  width: 100%; }

.footer_col {
  display: table-cell;
  padding: 12px;
  width: 25%; }

/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
a:link,
a:visited,
a:active {
  color: #0041B4;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* heading unified style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  color: #b41e11;
  /* #586c46; */
  font-weight: 400;
  letter-spacing: -.03em;
  clear: both; }

/* heading individ styles */
h1 {
  font-size: 2rem;
  margin: 0em 0 1em 0; }

h2 {
  font-size: 1.4rem;
  margin: 35px 0 .5em 0;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold; }

h3, h4, h5, h6 {
  font-size: 1.2rem;
  margin: 1em 0 0 14px; }

h1 + h2 {
  margin-top: 0; }

h2:first-child {
  margin-top: 0; }

/* SEE ALSO THE FIXES BELOW !!! */
/* main blocks UNIFIED STYLE */
p,
ul,
ol,
blockquote {
  line-height: 1.4;
  padding: .1em 0 .1em 0;
  /* 1px gives margins adjacent floats something to bump */
  margin-bottom: 1em;
  clear: both; }

p {
  clear: none; }

p + p {
  margin-top: 1em; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

li {
  margin-left: 14px;
  margin-top: 0;
  margin-bottom: .75em;
  list-style-position: inside; }

li strong {
  text-decoration: underline; }

blockquote {
  margin: 0 2em 1em 35px;
  padding: 1em;
  font-family: "Halant", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
  background: #e0e0e0; }

blockquote p {
  margin: 0;
  padding: 0; }

hr {
  border: none;
  border-bottom: .1em solid #444444;
  height: .1em;
  margin: 2em 0 2em 0; }

/* inline layout */
.imgAlignLeft {
  float: left;
  clear: left;
  margin-right: .65em;
  padding: .1em; }

.imgAlignRight {
  float: right;
  clear: right;
  margin-left: .65em; }

.captionLeft {
  float: left;
  clear: left;
  font-size: 80%;
  clear: left;
  padding: .1em;
  margin-right: .65em;
  margin-bottom: .65em; }

.captionRight {
  float: right;
  clear: right;
  font-size: 80%;
  clear: right;
  margin-left: .65em;
  margin-bottom: .65em; }

/* bibliographic citation style */
.q {
  font-family: "Times New Roman";
  font-size: 110%;
  color: #333333;
  font-style: normal;
  padding: 0 .25em 0 .25em; }

.q:before {
  content: "“"; }

.q:after {
  content: "”"; }

.bibl_author {
  font-weight: bolder; }

.bibl_title {
  font-style: italic; }

/* extended, more rare semantics -- place these at end so find at bottom of WYSIWYG menu  */
.___ATTR_MENU___ {
  /* this creates a divider in tinyMCE */ }

.notice {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: .1em solid #e0e0e0;
  padding: .75em; }

.blurb {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: .1em solid #e0e0e0;
  padding: .75em; }

.backLink {
  display: block; }

/***** SOME TRICKY FIXES ****/
div > hr {
  clear: both; }

h2 a:link, h2 a:visited, h2 a:active {
  color: inherit; }

h3 a:link, h3 a:visited, h3 a:active {
  color: inherit; }

/*
h1 strong,
h2 strong {font-weight: normal}
*/
blockquote {
  font-size: 100%; }

.imgalignleft {
  float: left;
  margin: 14px 14px 14px 0; }

.imgalignright {
  float: right;
  margin: 14px 0 14px 14px; }

.nv_quick_item .title a:link,
.nv_quick_item .title a:visited {
  font-size: 16px; }

.real_title {
  font-style: italic; }

.nonnuviewitem {
  vertical-align: top;
  font-size: 80%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 95%;
  margin-bottom: 1em;
  float: left;
  width: 45%;
  margin-right: 3%;
  min-height: 120px; }

.nonnuviewitem img {
  float: left;
  max-width: 88px;
  max-height: 88px;
  padding-right: 6px; }

.nntitle {
  font-size: 16px;
  display: block; }

.sponsor {
  border-top: 1px solid #666666;
  margin-top: 2rem;
  padding-top: 1rem;
  font-family: "Helvetica", sans-serif;
  font-size: 100%;
  font-style: italic;
  text-align: center; }

/* COMMON STYLE, MAJOR CONTAINERS */
.error_msg {
  font-weight: bold;
  color: #663311; }

/* COLUMN 1 */
.separator {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 28px; }

.column1 h1 {
  font-size: 150%;
  margin: 0 0 1em 0; }

.column1 h2 {
  font-size: 125%; }

.callouts {
  margin: 10px 20px 10px 0; }

/* --- NAVIGATION --- */
nav {
  font-family: Helvetica, Arial, sans-serif; }

.top_nav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #aaaaaa;
  display: table;
  text-align: center; }

.top_nav li {
  display: table-cell;
  list-style-type: none;
  padding: 8px;
  margin: 0; }

.top_nav a,
.top_nav a:link,
.top_nav a:active,
.top_nav a:hover,
.top_nav a:visited {
  margin: 0;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px; }

.top_nav a:hover {
  background: black;
  color: white; }

.top_nav li.current_section a,
.top_nav li.current_section a:link,
.top_nav li.current_section a:active,
.top_nav li.current_section a:hover,
.top_nav li.current_section a:visited {
  color: black;
  background: white;
  text-decoration: none; }

/* COLUMN LOCAL NAVIGATION */
.current_section {
  font-size: 140%;
  color: #9d3939;
  /* #586c46; */
  font-weight: normal;
  letter-spacing: -.03em;
  display: block;
  margin: .5em 0 0 1em; }

.section_nav {
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  font-size: 1rem; }

.section_nav li {
  margin: 0;
  list-style-type: none; }

.section_nav a,
.section_nav a:link,
.section_nav a:active,
.section_nav a:visited,
.section_nav a:hover {
  display: block;
  margin: 0;
  padding: 7px;
  color: black;
  font-weight: normal;
  text-decoration: none; }

.section_nav li.current_page a:link,
.section_nav li.current_page a:visited {
  color: #B62727; }

.section_nav a:hover {
  color: #B62727; }

/* SECOND TIER */
.section_nav ul li a,
.section_nav ul li a:link,
.section_nav ul li a:active,
.section_nav ul li a:visited,
.section_nav ul li a:hover {
  display: block;
  margin: 0;
  padding: 1px 4px 1px 4px;
  color: black;
  font-weight: bold;
  text-decoration: none; }

.section_nav ul li:hover {
  outline: none; }

.singlePointNav {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  margin: 1rem 0;
  color: #8090a0; }

.singlePointNav:first-child {
  margin-top: 0; }

/* --- main Column --- */
/* --- basic forms --- */
form label {
  clear: both;
  float: left;
  width: 25%;
  text-align: right;
  padding: .25em 0em .25em 0em;
  margin: .5em 1em 1.5em .5em;
  vertical-align: middle; }

form input,
form select {
  float: left;
  width: 50%;
  padding: .25em 0em .25em 0em;
  margin: .5em 0em 1.5em .5em;
  vertical-align: middle; }

form select {
  width: auto; }

form input[type='submit'] {
  clear: both;
  float: none;
  width: auto;
  display: inline;
  vertical-align: middle;
  padding: 2px 4px 2px 4px; }

form .submit_row {
  clear: both;
  float: none;
  text-align: center; }

form .submit_row input,
form .submit_row select {
  clear: both;
  float: none;
  width: auto;
  display: inline; }

/* NuView Quick Viewer */
.nv_quick_item {
  vertical-align: top;
  font-size: 80%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 95%;
  margin-bottom: 1em;
  float: left;
  width: 45%;
  margin-right: 3%;
  min-height: 155px;
  margin-bottom: 5%; }

.nv_quick_item .thumbnail {
  float: left;
  vertical-align: top;
  padding-right: 6px; }

.nv_quick_item .text {
  display: block;
  margin-left: 96px; }

.nv_quick_item .title {
  display: inline;
  font-size: 120%; }

.nv_quick_item .nv_quick_meta {
  display: inline; }

.nv_quick_item .pub_title {
  font-style: italic; }

.nv_quick_item .nv_quick_exhibit a:link {
  font-style: italic; }

/* --- footer --- */
#footer {
  color: #aaaaaa;
  background: #484848; }

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

#footer a:link img {
  border: none; }

.footer_col + .footer_col {
  border-left: 1px solid #666666; }

/***** SOME TRICKY FIXES ****/
.clearfix {
  clear: both; }

.phoneOnly {
  display: none; }

.mobileToTop {
  margin: 1rem auto;
  font-size: 16px;
  font-family: sans-serif;
  xtext-transform: uppercase;
  display: none;
  text-align: center; }
  .mobileToTop a {
    display: inline-block;
    background: white;
    border-radius: 5px;
    padding: 5px 10px; }

@media (max-width: 950px) {
  #mainCol {
    padding-right: 28px;
    width: 67%; } }
@media (max-width: 840px) {
  #banner h1 {
    margin-top: 80px; }

  #column1 {
    width: 31%; }

  .nv_quick_item {
    width: 95%; } }
@media (max-width: 750px) {
  .phoneOnly {
    display: block; }

  .wideOnly {
    display: none; }

  .mobileToTop {
    display: block; }

  body {
    background-size: 160%; }

  #banner h1 {
    font-size: 1.7rem; }

  #column1 {
    float: none;
    width: 100%;
    min-height: 0;
    background: none;
    padding-top: 1rem; }

  #sticker {
    min-height: 0; }

  #sticker.stuck {
    position: relative; }

  .section_nav {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .section_nav a,
    .section_nav a:link,
    .section_nav a:visited,
    .section_nav a:active,
    .section_nav a:hover {
      padding: 0 10px; }

  #mainCol {
    float: none;
    width: 100%;
    padding-top: 0; } }
@media (max-width: 500px) {
  #banner h1 {
    margin-top: 1rem; }

  .full_col .intro,
  .full_col .aside {
    float: none;
    margin-left: 0;
    width: 100%; } }

/*# sourceMappingURL=warren-winthrop-002.css.map */
