@charset "UTF-8";
/* MASTER SASS COORDINATING STYLE SHEET */
/* All Page Styles */
.clear {
  clear: both; }

.hidden {
  display: none !important; }

div > hr {
  clear: both; }

.spacefix {
  text-indent: -9999em;
  color: white;
  clear: both; }

.error_msg {
  font-weight: bold;
  color: #663311; }

/* 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% 0;
  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 {
  background: rgba(250, 250, 250, 0.89); }

.wrapper {
  max-width: 1250px;
  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; }

/* GENERAL LAYOUT */
#titleBlock {
  margin-top: 172px; }
  #titleBlock h1 {
    padding: 30px;
    margin: 0;
    font-size: 40px;
    font-family: "Libre Baskerville", serif;
    color: black;
    letter-spacing: -.05rem;
    max-width: 1150px;
    text-shadow: 0 0 4px #ebebeb, 0 0 10px #ebebeb, 0 0 10px #ebebeb, 0 0 14px #ebebeb; }
  #titleBlock img {
    display: block;
    max-width: 100%; }

.full_col {
  padding: 30px; }
  .full_col .intro {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 66%; }
  .full_col .aside {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-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; }

/* --- NAVIGATION --- */
.no-top-nav .top_nav {
  display: none !important; }

.no-local-nav .section_nav {
  display: none !important; }

/* 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 {
  text-align: center;
  background: #0063a9;
  color: white;
  padding: 0 15px;
  font-family: "Roboto Condensed", Arial;
  font-size: 20px; }
  .section_nav li {
    margin: 0;
    list-style-type: none;
    display: inline-block; }
  .section_nav a,
  .section_nav a:link,
  .section_nav a:active,
  .section_nav a:visited,
  .section_nav a:hover {
    display: block;
    margin: 0;
    padding: 15px;
    color: white;
    font-weight: normal;
    text-decoration: none; }
  .section_nav li.current_page a:link,
  .section_nav li.current_page a:visited {
    background: white;
    color: black; }
  .section_nav a:hover {
    background: white;
    color: #0063a9; }
  .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;
    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; }

.juniper_TOC ul {
  list-style: none;
  column-count: 2; }
  .juniper_TOC ul li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem; }

.juniper_TOC_top_link {
  float: right; }

@media (max-width: 1000px) {
  .section_nav {
    text-align: left;
    padding: 0; }
    .section_nav li {
      display: block; }
      .section_nav li a:link,
      .section_nav li a:active,
      .section_nav li a:visited,
      .section_nav li a:hover {
        padding: 15px 30px; } }
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
/* GRID smallest unit is 7px.

/*  font-family: "Miller Headline"; font-family: "MillerHeadline Italic"; 

*/
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }

section {
  padding: 30px 0; }

a:link,
a:visited,
a:active {
  color: #d02534;
  text-decoration: none;
  font-weight: 400; }

a:hover {
  color: #00a9ff; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

/* heading unified style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Miller Headline", Georgia, serif;
  color: #c83138;
  font-weight: normal;
  clear: left;
  line-height: 1.3; }

/* heading individ styles */
h1 {
  font-size: 37px;
  margin: 0 0 30px 0;
  color: #0083ac; }

h2, h3, h4, h5, h6 {
  color: #0083ac;
  font-size: 25px;
  margin: 0;
  padding: 30px 0 15px 0;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; }
  h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: inherit; }

/* these all indent */
h3 {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
  padding: 22.5px 0 0 0; }

h4, h5, h6 {
  font-size: 17px;
  color: #444;
  font-weight: bold;
  padding: 15px 0 0 0; }

h2:first-child,
h3:first-child {
  padding-top: 0; }

h2 + h3 {
  padding-top: 0; }

/* h2s 3s 4s as series of links */
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  padding-right: 11px;
  color: #0083ac;
  font-weight: normal;
  text-decoration: none; }

h2 a:link,
h2 a:visited {
  padding-right: 18px; }

h3 a:link,
h3 a:visited {
  padding-right: 11px; }

h4 a:link,
h4 a:visited {
  padding-right: 10px; }

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #008acf; }

h2 + h2,
h3 + h3,
h4 + h4,
h5 + h5,
h6 + h6 {
  margin-top: 15px; }

/* main blocks UNIFIED STYLE */
p,
ul,
ol,
blockquote {
  line-height: 1.4;
  padding: 1px 0;
  /* 1px gives margins adjacent floats something to bump */
  margin: 0 0 15px 0; }

p, blockquote {
  max-width: 750px; }

.center {
  margin-left: auto;
  margin-right: auto; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

li {
  margin-left: 1.75rem;
  margin-top: 0;
  margin-bottom: .75rem; }

li strong {
  text-decoration: underline; }

blockquote {
  margin: 0 2rem 1rem 2.25rem;
  padding: 1em;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 110%;
  background: #faf8f8; }

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

table td {
  padding: 7px; }

hr {
  margin: 15px 0;
  height: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #999999;
  height: 0;
  background: 0; }

img {
  max-width: 100%; }

small {
  font-size: 80%; }

sup {
  font-size: 80%;
  vertical-align: super; }

/* inline layout */
.imgalignleft, .imgAlignLeft {
  float: left;
  clear: left;
  margin-right: .65rem; }

.imgalignright, .imgAlignRight {
  float: right;
  clear: right;
  margin-left: .65rem; }

.captionleft, .captionLeft {
  float: left;
  clear: left;
  font-size: 13px;
  clear: left;
  margin-right: .65rem;
  margin-bottom: .65rem; }

.captionright, .captionRight {
  float: right;
  clear: right;
  font-size: 13px;
  clear: right;
  margin-left: .65rem;
  margin-bottom: .65rem; }

.readMoreBreak {
  display: block;
  color: red; }

.readMoreBreak:after {
  content: "[[read more break]]";
  font-size: 11px; }

/* bibliographic citation style */
.q {
  font-family: "Miller Headline";
  font-size: 19px;
  color: #333333;
  font-style: normal;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  display: block; }

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

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

.credit {
  padding-left: 30px;
  font-family: Arial, sans-serif;
  font-size: 14px; }

.bibl_author {
  font-weight: bolder; }

.bibl_title {
  font-style: italic; }

a.moreLink {
  display: inline-block;
  padding: 4px 4px 4px 26px;
  line-height: 1.5;
  color: black;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .01rem;
  background: url(/2012/bbcms_templates/summer/images/moreLinkArrowCircleAll.png) no-repeat;
  background-position: 2px 5px; }

a.moreLink.dark {
  color: white;
  background-position: 2px -37px; }

.see_also_links {
  list-style-type: none; }

.see_also_links li {
  display: inline;
  margin: 0;
  padding: 0; }

.see_also_links li + li {
  border-left: 1px solid #aaaaaa; }

.see_also_links li a:link {
  padding: 0; }

.see_also_links li + li a:link {
  padding: 0 0px 0 8px; }

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

.notice {
  margin: 30px 0 30px 15px;
  background: #f4f8fa;
  border: 1px solid red;
  background: #faf0f0;
  padding: 15px;
  display: block; }

.introduction {
  background: #f4f8fa;
  padding: 15px;
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #333; }

.feature,
.feature_set {
  background: #d7ecef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7ecef 0%, #a7cbd3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7ecef 0%, #a7cbd3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7ecef 0%, #a7cbd3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 15px;
  margin: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.feature_set {
  margin: 30px 15px; }

.feature_box {
  display: table-cell;
  width: 32.33%;
  clear: none;
  margin: 0;
  background: none;
  padding: 15px;
  margin: 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.feature_box + hr {
  clear: both; }

.blurb,
.callout {
  margin: 15px;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: white;
  background: #ca5051;
  font-size: 16px;
  letter-spacing: .03em;
  line-height: 1.4; }

.callout {
  width: 40%;
  float: right;
  margin: 15px 0 15px 15px; }

.sidebar .blurb,
.sidebar .callout {
  margin: 0px 0px 21px 0px; }

.blurb h2,
.callout h2,
.blurb h3,
.callout h3 {
  color: white;
  margin-bottom: 0; }

.blurb a:link,
.callout a:link,
.blurb a:visited,
.callout a:visited {
  color: #6bbcff; }

.blurb blockquote,
.callout blockquote,
.feature blockquote {
  background: none;
  padding: 0;
  margin: 0 0 14px 0;
  font-family: "Georgia", serif;
  font-size: 16px; }

.callout .q,
.feature .q {
  display: block;
  margin-bottom: 7px;
  font-family: "Georgia", serif; }

.link_group {
  margin: 21px; }

.section {
  margin-left: 21px; }

.full_col_img {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 98%; }

.box_row {
  padding: 1px 0 15px 0;
  clear: both;
  max-width: 839px;
  margin-left: auto;
  margin-right: auto; }

.box_row:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  line-height: 0; }

.box_link {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 48%;
  margin-bottom: 15px;
  background: #dfdad9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  float: left;
  overflow: hidden;
  min-height: 225px;
  max-width: 400px; }

.box_link:first-child {
  margin-right: 4%; }

.box_link + .box_link {
  margin-right: 0; }

.box_link h3 {
  margin: 0 0 75px 0;
  padding: 7px 14px 7px 14px;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom-left-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom: 1px solid lightgray; }

.box_link h3 a:link,
.box_link h3 a:visited,
.box_link h3 a:active {
  text-shadow: 1px 1px #ffffff;
  /*   font-family: Helvetica, Arial, sans-serif; */
  letter-spacing: normal;
  font-size: 20px;
  background: url(/2012/bbcms_templates/basic/images/heading-link12px.png) no-repeat 100% 7px; }

.box_link p {
  margin: 0;
  padding: 14px 14px 14px 14px;
  background: rgba(233, 233, 233, 0.92);
  min-height: 88px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0; }

.box_link.gallery_ad {
  float: none;
  width: 100%;
  min-height: 0;
  margin: 21px 0 21px 0;
  border: 1px solid #0077aa;
  background: url(/2012/juniper/assets/mhsgallery-wide-ad.jpg) 100% 0% no-repeat; }

.box_link.gallery_ad a:link.bigLink {
  float: right;
  width: 65%;
  min-height: 120px;
  box-sizing: border-box; }

.box_link.gallery_ad a:hover.bigLink {
  text-decoration: none; }

.box_link.gallery_ad h3,
.box_link.gallery_ad p {
  width: 25%;
  margin: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-right: 1px solid #333;
  box-sizing: border-box; }

.box_link.gallery_ad h3 {
  border-bottom-left-radius: 0 0; }
  .box_link.gallery_ad h3 a:link, .box_link.gallery_ad h3 a:visited, .box_link.gallery_ad h3 a:active {
    font-size: 18px; }

.box_link.gallery_ad p {
  border-top-left-radius: 0 0; }

.sidebar .box_link {
  width: 100%; }

/* no new attr dialog style below here; just tweak existing ones */
.link_group img {
  max-height: 88px;
  max-width: 88px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  clear: left; }

.link_group h2,
.link_group p,
.link_group ul,
.link_group ol {
  clear: left; }

/* formatting fixes for blurbs etc. */
.blurb h4,
.blurb p,
.notice h2,
.notice h3,
.notice h4,
.notice p,
.feature h2,
.feature h3,
.feature h4,
.feature p,
.callout h4,
.callout p,
.feature_set h2,
.feature_set h3,
.feature_set h4,
.feature_set p,
.feature_set ul,
.feature_set ol {
  margin: 0 0 7px 0; }

.full_col_img a:link,
.full_col_img a:hover,
.full_col_img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }

/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
a:link,
a:visited,
a:active {
  color: #d02534;
  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: #0063a9;
  font-weight: 400;
  letter-spacing: -.03rem;
  clear: both; }

/* heading individ styles */
h1 {
  font-size: 2.4rem;
  margin: 0;
  margin-bottom: 30px; }

h2 {
  font-size: 1.75rem;
  margin: 45px 0 15px 0;
  font-family: "Helvetica", sans-serif;
  font-weight: bold; }

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

h1 + h2 {
  margin-top: 0; }

h3 {
  font-size: 1.75rem;
  padding-top: 30px;
  padding-bottom: 7.5px; }

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

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: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
  background: #e0e0e0;
  font-size: 100%; }

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

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

img {
  max-width: 100%; }

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

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

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

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

.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: white;
  border: 0.1em solid #d02534;
  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; }

.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 */
footer {
  padding: 30px;
  color: white;
  background: #404040; }

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

.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 .title a:link,
.nv_quick_item .title a:visited {
  font-size: 16px; }

.real_title {
  font-style: italic; }

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

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

.phoneOnly {
  display: none; }

.mobileToTop {
  margin: 1rem auto;
  font-size: 16px;
  font-family: sans-serif;
  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) {
  #column1 {
    width: 31%; }

  .nv_quick_item {
    width: 95%; }

  p.special {
    width: 95%; }

  cite {
    font-size: 1.1rem; } }
@media (max-width: 750px) {
  .phoneOnly {
    display: block; }

  .wideOnly {
    display: none; }

  .mobileToTop {
    display: block; }

  body {
    background-size: 160%; }

  h1 {
    font-size: 2.2rem; }

  h2 {
    font-size: 1.5rem; }

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

  #sticker {
    min-height: 0; }

  #sticker.stuck {
    position: relative; }

  #mainCol {
    float: none;
    width: 100%;
    padding-top: 0; }

  p {
    display: inline-block;
    width: auto;
    margin: 0 2% 2% 3%; } }
@media (max-width: 500px) {
  #titleBlock {
    margin-top: 102px; }
    #titleBlock h1 {
      font-size: 30px; }

  .full_col .intro,
  .full_col .aside {
    float: none;
    margin-left: 0;
    width: 100%; } }
/* --- footer --- */
#MHSfooter .mobileToTop {
  display: none; }

#MHSfooter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #aaaaaa;
  background: #000;
  font-size: 12px;
  line-height: 1.4;
  clear: both;
  padding-top: 30px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

#MHSfooter .iwrapper {
  box-sizing: border-box;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px; }

#MHSfooter .iwrapper:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  line-height: 0; }

#MHSfooter .footer_logo {
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
  text-indent: -9999em; }

#MHSfooter .footer_logo img {
  display: block;
  height: 33px; }

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

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

#MHSfooter .column {
  text-align: left;
  float: left;
  width: 25%;
  min-height: 0;
  margin: 0;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#MHSfooter .column + .column {
  margin-left: 0; }

#MHSfooter section {
  text-align: center;
  padding: 15px; }

#MHSfooter h2, #MHSfooter h3 {
  margin: 15px 0 0 0;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: normal;
  font-size: 16px; }

#MHSfooter h2 {
  border-bottom: 1px solid #444444;
  margin-bottom: 1em;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #bbb; }

#MHSfooter h3:first-child {
  margin-top: 0;
  padding: 0; }

#MHSfooter ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }

#MHSfooter ul li {
  margin-left: 0;
  margin-bottom: 7px; }

#MHSfooter path {
  fill: white; }

@media (max-width: 900px) {
  #MHSfooter .mobileToTop {
    display: block; } }
@media (max-width: 700px) {
  #MHSfooter {
    color: #bbb;
    background: #000;
    font-size: 16px;
    padding: 2rem 1rem; }

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

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

  #MHSfooter .column {
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px; }

  #MHSfooter .column + .column + .column ul {
    text-align: left; }

  #MHSfooter section {
    text-align: left; }

  #MHSfooter h2 {
    font-size: 20px; }

  #MHSfooter h3 {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #f0f0f0;
    font-weight: bold;
    font-size: 16px; }

  #MHSfooter ul {
    list-style-type: none; } }
@media (max-width: 450px) {
  #MHSfooter .footer_logo {
    margin: 0;
    text-indent: 0;
    font-family: "Miller Headline", Georgia, serif;
    font-size: 30px;
    color: white !important;
    font-weight: 400; }
    #MHSfooter .footer_logo img {
      display: none; }
  #MHSfooter .iwrapper {
    padding: 0; }
  #MHSfooter .column {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0; } }

/*# sourceMappingURL=nerfc.css.map */
