@charset "UTF-8";
/* 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 CSS is all about widths, heights, columns etc.
 *
 *	don't set fonts and colors here.
 * 
 *	For layout, ID use is fine. These are absolutes, like widths, heights, margins.
 *	
 */
body {
  background: #3a3a3a; }

#masterCon {
  font-size: 100%;
  width: 100%;
  clear: both; }

.iwrapper {
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 30px; }

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

/* --- BOX SIZING --- establish this for major layout items */
#masterCon,
#columns,
#column1,
#mainCol,
#afterbar,
#wideColFirst,
#sidebar,
nav,
section,
aside,
footer,
.footer_col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#banner {
  padding-bottom: 100px; }

#masterCon {
  background: white; }

/* COLUMNS layout */
#columns {
  width: 100%;
  padding: 0 0 30px 0;
  background: white; }

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

#column1,
.column1,
#mainCol,
.main_col {
  vertical-align: top; }

#column1,
.column1 {
  float: left;
  width: 25%; }

#mainCol, .main_col {
  float: right;
  width: 70%;
  padding: 30px;
  margin-left: 5%; }

.narrow #mainCol,
.narrow .main_col {
  width: auto;
  float: none;
  clear: both;
  max-width: 839px;
  margin-left: auto;
  margin-right: auto; }

.wide #mainCol,
.wide .main_col {
  width: auto;
  float: none;
  clear: both;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

#wideColFirst {
  margin-left: 0;
  margin-right: 5%; }

#sidebar {
  width: 25%;
  float: right; }

@media (max-width: 994px) {
  .iwrapper {
    padding: 0; }

  #columns {
    padding: 0; }

  #column1,
  .column1,
  #mainCol,
  .main_col {
    float: none;
    clear: both; }

  #column1,
  .column1 {
    background: #f0f0f0;
    width: auto;
    padding: 0; }
    #column1 .wrapper,
    .column1 .wrapper {
      padding: 30px; }

  #mainCol, .main_col {
    width: auto;
    margin-left: 0; } }
@media (max-width: 430px) {
  #column1,
  .column1,
  #mainCol,
  .main_col {
    padding: 0 15px; }

  #column1 .wrapper,
  .column1 .wrapper {
    padding: 15px 15px 0 15px; }

  #mainCol, .main_col {
    padding-top: 15px; } }
/**** 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: #e42847;
  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, .divAlignLeft {
  float: left;
  clear: left;
  margin-right: 1rem; }

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

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

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

.divAlignLeft,
.divAlignRight {
  max-width: 46%;
  padding-top: .5rem;
  margin-bottom: 1.5rem; }
  .divAlignLeft img,
  .divAlignRight img {
    display: block;
    margin: 0; }

.divAlignRight {
  padding-top: 1.25rem; }

.imgFull {
  max-width: 750px;
  margin: 2rem 0;
  padding: 0; }
  .imgFull img {
    display: block;
    width: 100%; }

.caption {
  padding: .25rem 0 0 0;
  display: block;
  font-size: 14px; }

.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 0;
  background: #faf0f0;
  padding: 15px;
  display: block;
  border-top: 6px solid red;
  background: #ffe7e7; }

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

.feature,
.feature_set {
  background: #d7ecef;
  background: linear-gradient(to left, #d7ecef 0%, #98acb0 100%);
  padding: 15px;
  margin: 30px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 0;
  max-width: 750px;
  border-radius: 4px;
  padding: 15px 30px; }
  .feature h3,
  .feature_set h3 {
    color: white;
    font-size: 25px;
    font-weight: normal; }

.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;
  border-radius: 2px; }

.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;
  text-align: center; }

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

.box_row_single {
  padding: 1px 0 15px 0;
  clear: both;
  margin-right: auto;
  text-align: center;
  margin-left: 0;
  max-width: 750px; }
  .box_row_single .box_link {
    width: 52%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }

.box_link {
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 15px;
  background: #dfdad9;
  overflow: hidden;
  min-height: 225px;
  max-width: 480px;
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top; }

.box_link h3 {
  margin: 0 0 75px 0;
  padding: 7px 14px 7px 14px;
  background: rgba(255, 255, 255, 0.93);
  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;
  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; }

.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-right: 1px solid #333;
  box-sizing: border-box; }

.box_link.gallery_ad h3 a:link, .box_link.gallery_ad h3 a:visited, .box_link.gallery_ad h3 a:active {
  font-size: 18px; }

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

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

/* --- BANNER --- */
#banner {
  font-size: 100%;
  width: 100%;
  clear: both;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.header {
  color: white;
  text-align: right;
  background: rgba(255, 255, 255, 0.81); }
  .header .hamburger {
    display: none; }

.header .iwrapper {
  position: relative;
  height: 118px;
  max-width: 1250px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

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

#logo {
  float: left;
  color: #6bbcff;
  text-indent: -9999em;
  font-size: 0 !important;
  margin: 0;
  text-shadow: none;
  height: auto;
  width: auto; }
  #logo .homeLink {
    display: block;
    margin: 15px 0 0 0;
    width: 240px; }
    #logo .homeLink img {
      display: block;
      height: auto;
      width: 100%; }

#bannerLinks {
  position: relative;
  float: right;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  background: #c83138;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  #bannerLinks a, #bannerLinks a:link, #bannerLinks a:visited, #bannerLinks a:hover {
    color: white;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.8;
    padding: 0 15px;
    text-decoration: none; }
  #bannerLinks a:hover {
    background: white;
    color: #c83138; }
    #bannerLinks a:hover svg path {
      stroke: #c83138; }
  #bannerLinks svg {
    vertical-align: middle;
    padding-right: .5rem;
    cursor: pointer; }
  #bannerLinks svg path {
    stroke: #ffffff; }
  #bannerLinks .searchLink b {
    font-weight: normal; }
  #bannerLinks #searchForm {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 0;
    background: #c83138;
    z-index: 100; }
    #bannerLinks #searchForm div {
      padding: 7.5px 15px;
      text-align: right; }
    #bannerLinks #searchForm input {
      display: inline-block;
      margin: 0;
      line-height: 2;
      font-size: 17px;
      border: none;
      height: 27px;
      padding: 5px;
      width: auto; }
    #bannerLinks #searchForm ::-webkit-input-placeholder {
      font-weight: 300;
      font-size: 16px;
      color: #909090; }
    #bannerLinks #searchForm ::-moz-placeholder {
      font-weight: 300;
      font-size: 16px;
      color: #909090; }
    #bannerLinks #searchForm :-ms-input-placeholder {
      font-weight: 300;
      font-size: 16px;
      color: #909090; }
    #bannerLinks #searchForm :-moz-placeholder {
      font-weight: 300;
      font-size: 16px;
      color: #909090; }
    #bannerLinks #searchForm input:focus {
      outline: none; }
    #bannerLinks #searchForm a, #bannerLinks #searchForm a:link, #bannerLinks #searchForm a:visited, #bannerLinks #searchForm a:hover {
      padding: .1rem .5rem;
      line-height: 2;
      width: 2rem;
      background: white; }
    #bannerLinks #searchForm a svg path {
      stroke: #c83138; }
    #bannerLinks #searchForm input, #bannerLinks #searchForm a {
      vertical-align: top; }

.galleryLink {
  /*	float: right;
  	display: block;
      margin-top: 68px;
      margin-right: $gutter;
  */
  display: block;
  position: absolute;
  right: 30px;
  bottom: 15px; }
  .galleryLink a {
    color: #65baff;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px black;
    font-weight: 300; }

/* --- NAVIGATION --- */
.breadcrumbs {
  background: #cccccc;
  font-size: 13px;
  padding: 7px 12px 4px 42px; }

@media (max-width: 1180px) {
  #logo .homeLink {
    position: relative;
    background: url(/images/banners/mhs_final_horizontal_blk_no_date.svg) no-repeat;
    background-size: contain;
    height: auto;
    background-position: 0 71%;
    background-size: 90%;
    margin: 0;
    width: 527px; }
    #logo .homeLink img {
      display: none; }
  #logo .homeLink:before {
    display: block;
    content: "";
    padding-top: 10%; } }
@media (max-width: 994px) {
  #bannerLinks {
    top: 0;
    right: 0;
    margin: 0 !important; }

  #logo {
    width: auto;
    height: auto; }
    #logo .homeLink {
      background: none;
      margin: 15px 15px 15px 0;
      width: 240px; }
      #logo .homeLink img {
        display: block; }
    #logo .homeLink:before {
      display: none; }

  .header .iwrapper {
    padding: 0 0 0 30px; }
  .header .hamburger {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    top: 0;
    left: -50px;
    z-index: 11;
    cursor: pointer;
    padding: 12px 0; }
    .header .hamburger span {
      display: block;
      background: white;
      height: 4px;
      width: 26px;
      margin: 0 12px;
      transition: all .7s ease; }
    .header .hamburger span + span {
      margin-top: 4px; }

  .navOpen .header .hamburger span {
    transform: translate(7px, 9px) rotate(-45deg); }
  .navOpen .header .hamburger span + span {
    transform: translate(7px, 2px) rotate(45deg); }
  .navOpen .header .hamburger span + span + span {
    transform: translate(7px, -6px) rotate(45deg); } }
@media (max-width: 777px) {
  #banner {
    background-position: 50% 100%; }

  .header .iwrapper {
    padding: 0;
    height: auto; }
  .header #bannerLinks {
    float: none; }

  #logo {
    float: none;
    margin: 0; }
    #logo .homeLink {
      position: relative;
      background: rgba(255, 255, 255, 0.71) url(/images/banners/mhs_final_horizontal_blk_no_date.svg) no-repeat;
      background-size: contain;
      height: audo;
      background-position: 15px 50%;
      background-size: 90%;
      margin: 0;
      width: 100%; }
      #logo .homeLink img {
        display: none; }
    #logo .homeLink:before {
      display: block;
      content: "";
      padding-top: 12%; } }
@media (max-width: 640px) {
  #banner {
    position: relative !important; } }
@media (max-width: 430px) {
  #bannerLinks a,
  #bannerLinks a:link,
  #bannerLinks a:visited,
  #bannerLinks a:hover {
    padding: 0 8px; }
  #bannerLinks a.searchLink b {
    display: none; } }
.site_nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 15px;
  bottom: 0;
  text-align: right;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0;
  clear: none;
  display: block;
  margin: 0 0 0 0;
  width: auto;
  float: right; }
  .site_nav .closer {
    display: none; }
  .site_nav ul {
    margin: 0;
    padding: 0; }
    .site_nav ul a:link {
      padding: 6px 5px; }
    .site_nav ul a,
    .site_nav ul a:link,
    .site_nav ul a:active,
    .site_nav ul a:hover,
    .site_nav ul a:visited {
      display: block;
      margin: 0;
      color: black;
      text-decoration: none;
      font-size: 18px;
      letter-spacing: -.1px;
      font-weight: 400; }
    .site_nav ul a:hover {
      background: black;
      color: white; }
  .site_nav br {
    display: none; }
  .site_nav li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.5; }
  .site_nav li a.current_section,
  .site_nav li a:link.current_section,
  .site_nav li a:active.current_section,
  .site_nav li a:hover.current_section,
  .site_nav li a:visited.current_section {
    color: white;
    background: #c83138;
    text-decoration: none; }

#mainNavMoreT {
  display: inline-block;
  cursor: pointer;
  padding: 12px 14px 8px 8px; }
  #mainNavMoreT a {
    text-transform: uppercase;
    font-size: 13px; }
  #mainNavMoreT svg {
    transition: transform .5s ease;
    transform: rotate(-90deg);
    fill: #00000; }

#mainNavMoreT:hover {
  background: #433f3b; }

#mainNavMoreT:hover a {
  background: #433f3b;
  color: white; }
  #mainNavMoreT:hover a svg {
    fill: #ffffff; }

#mainNavMoreT.open {
  background: #433f3b; }
  #mainNavMoreT.open a {
    color: white; }
  #mainNavMoreT.open svg {
    transform: rotate(0deg);
    fill: #ffffff; }

#mainNavMore {
  position: absolute;
  z-index: 505;
  background: #433f3b;
  width: 100%;
  margin: 0 auto;
  padding-right: 58px;
  max-width: 1250px;
  display: none;
  right: 0;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  -o-box-sizing: border-box;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  text-align: right; }

#mainNavMore.open {
  display: block; }

#mainNavMore a:link,
#mainNavMore a:visited,
#mainNavMore a:active {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: none;
  color: white;
  padding: 4px; }

#mainNavMore a:hover {
  background: #dfdfdf;
  color: #433f3b; }

#mainNavMore ul {
  background: none;
  display: inline-block;
  padding: 15px;
  vertical-align: top; }

#mainNavMore ul li {
  display: block;
  text-align: left; }

.mobile_extras {
  display: none !important; }

@media (max-width: 994px) {
  .mobile_extras {
    display: block !important; }

  #mainNavMore,
  #mainNavMoreT {
    display: none !important; } }
@media (max-width: 994px) {
  #banner,
  #bigBoxes,
  #masterCon,
  #MHSfooter {
    right: 0;
    transition: right .5s ease;
    position: relative; }

  .site_nav {
    background: #3a3a3a;
    float: none;
    width: 280px;
    position: fixed !important;
    left: auto;
    right: -280px !important;
    bottom: auto !important;
    top: 47px !important;
    margin: 0;
    transition: right .5s ease;
    float: none; }
    .site_nav li {
      text-align: left;
      display: block;
      position: relative; }
      .site_nav li a:link, .site_nav li a:visited {
        color: white;
        font-weight: 400;
        padding-left: .75rem; }
    .site_nav .closer {
      display: none;
      position: absolute;
      right: 6px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin: 6px;
      transform: scale(0.8); }
      .site_nav .closer svg {
        height: 30px; }
      .site_nav .closer path {
        fill: #ffffff; }

  .site_nav li a.current_section,
  .site_nav li a:link.current_section,
  .site_nav li a:active.current_section,
  .site_nav li a:hover.current_section,
  .site_nav li a:visited.current_section {
    padding-left: 43px; }

  .navOpen .site_nav {
    right: 0 !important; }
  .navOpen #banner,
  .navOpen #bigBoxes,
  .navOpen #masterCon,
  .navOpen #MHSfooter {
    right: 280px; }

  .homepage .site_nav li.hide_on_home {
    display: block; } }
#BTT {
  transition: bottom .5s ease;
  display: block;
  bottom: -50px;
  position: fixed;
  right: 0;
  z-index: 500;
  background: #8a8a8a;
  color: white;
  padding: 1rem;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer; }

#BTT.showBTT {
  bottom: 0; }

/* Shared resources on: homepage, sidebars */
.linkSet {
  list-style-type: none; }
  .linkSet li {
    margin: 0 0 .35rem 0;
    color: black;
    font-weight: bold; }
  .linkSet a, .linkSet a:link, .linkSet a:visited {
    color: black;
    font-weight: bold; }
  .linkSet img, .linkSet svg {
    vertical-align: middle; }

img.full {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0; }

/*
	.share {
	
		color: #ae1819;
		font-size: 14px;
		text-transform: uppercase;
		
		vertical-align: middle;
		
		margin: 7px 0 7px 0;
	}
*/
.close, .close:link, .close:visited {
  cursor: pointer;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 6px 4px 7px;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-box-shadow: none;
  line-height: 1;
  color: #666; }

.close:hover {
  background: #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.close:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-box-shadow: none; }

.close.textual {
  padding: 7px; }

.button,
a.button,
h2 .button,
h3 .button,
h4 .button {
  cursor: pointer;
  display: inline-block;
  margin: .25rem .5rem;
  color: #0078b5;
  font-family: "Roboto Condensed", Arial;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #0078b5;
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }

.button:hover,
a.button:hover,
h2 .button:hover,
h3 .button:hover,
h4 .button:hover {
  background: #e0e0e0; }

.button:first-child,
a.button:first-child,
h2 .button:first-child,
h3 .button:first-child,
h4 .button:first-child {
  margin-left: 0; }

/* --- JUNIPER TOC plugin --- */
.juniper_TOC {
  font-size: 100%;
  float: right;
  width: 25%;
  max-width: 300px;
  min-width: 150px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 22.5px;
  background: #eaeaea; }

.juniper_TOC ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px #333333 dashed;
  padding-top: .5em; }

.juniper_TOC ul li {
  font-size: 14px;
  margin: 0 0 .5em 0; }

.juniper_TOC ul li a,
.juniper_TOC ul li a:link {
  font-weight: normal; }

.juniper_TOC_top_link {
  display: block;
  clear: both;
  font-size: 80%;
  text-align: right;
  text-transform: uppercase; }

.juniper_TOC_top_link a,
.juniper_TOC_top_link a:link,
.juniper_TOC_top_link a:visited {
  background: #bbb;
  padding: 1px 5px 1px 5px;
  color: white; }

.sidebar .juniper_TOC {
  font-size: 85%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: none;
  margin-left: 0; }

/* STYLE FOR JUNIPER CYCLING BLURBS */
.juniper-cycler {
  position: relative;
  transition: height .5s ease;
  padding-bottom: 60px;
  background: #ca5051; }

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

.sidebar .juniper-cycler {
  margin: 0 0 30px 0; }

.juniper-cycler.wrapped {
  float: right;
  width: 40%;
  margin: 0 0 15px 15px; }

.juniper-cycler .callout,
.juniper-cycler .blurb {
  position: absolute;
  margin: 0;
  width: 100%; }

.juniper-cycler .blurb + .blurb {
  display: none; }

.juniper-cycler strong,
.juniper-cycler em {
  font-size: 18px;
  font-style: normal;
  font-weight: 400; }

.juniper-cycler .q {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff; }

.juniper-cycler .jpc-cntrbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 88px;
  margin-left: -44px;
  z-index: 500;
  padding: 5px 5px 2px 5px; }
  .juniper-cycler .jpc-cntrbox path {
    fill: white; }

.juniper-cycler .jpc-cntrbox a {
  display: inline;
  padding: 2px 12px;
  cursor: pointer; }

.juniper-cycler:hover .jpc-cntrbox {
  display: block; }

.sharing-icons {
  display: block;
  padding: 1rem 0; }

.bloglike .post {
  color: black;
  margin: 2rem 0;
  padding: 2rem 0; }
.bloglike .dateLine {
  color: #505050;
  font-size: 80%;
  margin: 1rem 0; }
.bloglike .post + .post {
  border-top: 10px solid #f0f0f0; }
.bloglike .paginationLink {
  display: inline-block;
  padding: .5rem 1rem;
  margin: .5rem;
  border: 1px solid #f9caca; }
.bloglike .paginationLink + .paginationLink {
  border-left: 1px solid #e0e0e0; }

.alerts {
  transition: max-height .7s ease;
  max-height: 0;
  overflow: hidden;
  background: #c83138;
  color: white;
  text-align: center;
  border-top: 6px solid #c83138; }
  .alerts .iwrapper {
    padding: 15px; }
  .alerts .moreLink {
    color: white;
    background-position: 2px -37px; }

.announcements p {
  width: 20%;
  text-align: left;
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  margin: 0 2%;
  box-sizing: border-box;
  vertical-align: top; }

.announcements .categories {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

.announcements a:link,
.announcements a:visited {
  color: white; }

.alerts.open {
  max-height: 150px; }

@media (max-width: 1000px) {
  .alerts.open {
    max-height: 600px; } }
@media (max-width: 700px) {
  .announcements p {
    width: 45%; } }
@media (max-width: 450px) {
  .alerts .announcements p {
    width: 100%; }
  .alerts .moreClosings {
    width: auto;
    float: none;
    display: block; } }
.titleLine {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: black; }

.eventBox {
  clear: both;
  background: none;
  color: black;
  padding: 0 0 1rem 0;
  cursor: pointer;
  margin: 0; }
  .eventBox .titleLine {
    margin: 0;
    padding: 0; }
  .eventBox .categories {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e42847; }
  .eventBox .date {
    float: left;
    margin: 0 1rem 1rem 0;
    width: 90px;
    text-align: right; }
    .eventBox .date .dateNumber {
      font-size: 34px;
      font-weight: bold; }
    .eventBox .date .dateMonth {
      font-size: 18px;
      font-weight: bold; }
    .eventBox .date .dateTime {
      font-weight: 300;
      display: block; }
    .eventBox .date .dateYear {
      font-weight: 300; }
  .eventBox .description {
    margin-left: 106px;
    font-weight: 300; }

.post {
  color: black; }
  .post .description {
    font-weight: 300; }

@media (max-width: 430px) {
  .eventBox .date {
    float: none;
    margin: 0 0 1rem 0;
    width: auto;
    text-align: left; }
    .eventBox .date .dateNumber {
      font-size: 24px;
      display: inline-block;
      padding: 0 .35rem; }
    .eventBox .date .dateTime {
      display: inline; }
  .eventBox .description {
    margin-left: 0; } }
/* --- basic forms --- */
form label {
  clear: both;
  display: block;
  /*	float: left;
  	width: 25%;
  	text-align: right;
  */
  padding: .25em 0em .25em 0em;
  margin: .5em 0 0 0;
  vertical-align: middle; }

form input,
form select {
  /*	float: left;
  	width: 50%;
  */
  padding: .25em 0em .25em 0em;
  margin: .5em 0 0 0;
  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; }

/* COLUMN 1 */
/* --- column1--- */
.column1 {
  font-size: 14px;
  margin: 0;
  padding: 0; }
  .column1 .closer {
    display: none; }

.column1 .wrapper {
  background: #f0f0f0;
  padding: 105px 30px; }

.column1 section {
  margin: 0 0 15px 0;
  padding: 0; }

.column1 h2 {
  font-size: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0; }

.column1 p {
  margin-left: 0; }

.column1 h3,
.column1 h4 {
  margin-left: 0; }

.column1 hr {
  width: auto;
  margin: 15px 0;
  background: #bbb;
  height: 0px;
  border: 0px;
  border-bottom: 1px solid #bbb; }

.column1 .col1fade {
  display: block; }

/* COLUMN LOCAL NAVIGATION */
.section_nav {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd; }

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

.section_nav a,
.section_nav a:link,
.section_nav a:active,
.section_nav a:visited,
.section_nav a:hover {
  display: block;
  width: 100%;
  margin: 0 15px 1px 0;
  padding: 6px 8px 6px 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #555; }

.section_nav li.current_page a:link,
.section_nav li.current_page a:visited,
.section_nav li.current_section a:link,
.section_nav li.current_section a:visited {
  font-weight: bold;
  color: #c83138; }

.section_nav li.current_section ul li a:link,
.section_nav li.current_section ul li a:visited {
  font-weight: 300;
  color: #555; }
.section_nav li.current_section ul li.current_page a:link, .section_nav li.current_section ul li.current_page a:visited {
  font-weight: bold; }

.section_nav .section_name span {
  margin: 0 0 0 4px;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  vertical-align: bottom;
  opacity: .75;
  float: right;
  width: 14px;
  height: 20px; }

.section_nav .section_name span.colTogOpen {
  background: url(/2012/bbcms_templates/basic/images/close-arrow.png) 0px 6px no-repeat; }

.section_nav .section_name span.colTogClosed {
  background: url(/2012/bbcms_templates/basic/images/open-arrow.png) 0px 6px no-repeat; }

/* SECOND TIER */
.section_nav ul {
  padding: 1px 0 0 0;
  margin-left: 5px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0; }

.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 {
  margin: 0;
  padding: 4px 6px 4px 8px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  background: none; }

/* third tier */
.section_nav ul ul li a,
.section_nav ul ul li a:link,
.section_nav ul ul li a:active,
.section_nav ul ul li a:visited,
.section_nav ul ul li a:hover {
  padding: 4px 6px 4px 8px;
  text-shadow: none;
  font-weight: 300; }

/* HOVER BEHAVOIR ALL LEVELS */
.section_nav a:hover,
.section_nav ul li a:hover,
.section_nav ul ul li a:hover {
  color: #ae1819;
  text-decoration: underline;
  text-shadow: none; }

@media (max-width: 994px) {
  .section_nav {
    border-bottom: 0;
    padding-bottom: 0; }

  .section_nav a,
  .section_nav a:link,
  .section_nav a:active,
  .section_nav a:visited,
  .section_nav a:hover {
    font-size: 18px; }

  .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 {
    font-size: 18px; }

  .section_nav li.current_page a:link,
  .section_nav li.current_page a:visited,
  .section_nav li.current_section a:link,
  .section_nav li.current_section a:visited {
    font-weight: bold;
    color: #c83138; }

  .column1 section {
    margin: 0; }

  .localNavToggle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    padding: 0 10px;
    font-size: 21px;
    vertical-align: middle; }
    .localNavToggle svg {
      display: inline-block;
      padding: 10px 8px;
      vertical-align: middle;
      transition: transform .6s ease; }
    .localNavToggle path {
      fill: white; }

  #localNav {
    position: fixed;
    left: auto;
    right: -280px;
    width: 280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: right .5s ease;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    background: #f0f0f0;
    padding: 15px; }
    #localNav .closer {
      position: absolute;
      z-index: 1010;
      right: 4px;
      top: 6px;
      background: #f0f0f0;
      padding: 8px; }

  .navOpen.localNavOpen #localNav {
    right: 280px; }
  .navOpen.localNavOpen .site_nav {
    right: 0 !important; }
    .navOpen.localNavOpen .site_nav .closer {
      display: none; }
  .navOpen.localNavOpen .localNavToggle svg {
    transform: none; }
  .navOpen.localNavOpen #banner,
  .navOpen.localNavOpen #bigBoxes,
  .navOpen.localNavOpen #masterCon,
  .navOpen.localNavOpen #MHSfooter {
    right: 560px; }

  .navOpen .localNavToggle svg {
    transform: rotate(180deg); } }
@media (max-width: 600px) {
  .navOpen.localNavOpen #localNav {
    right: 41px; }
    .navOpen.localNavOpen #localNav .closer {
      display: none; }
  .navOpen.localNavOpen .site_nav {
    right: -239px !important; }
  .navOpen.localNavOpen #banner,
  .navOpen.localNavOpen #bigBoxes,
  .navOpen.localNavOpen #masterCon,
  .navOpen.localNavOpen #MHSfooter {
    right: 321px; }

  .navOpen #localNav {
    right: 280px; }
    .navOpen #localNav .closer {
      display: block; }
  .navOpen .site_nav {
    right: 0 !important; }
  .navOpen .localNavToggle svg {
    transform: rotate(180deg); } }
@media (max-width: 365px) {
  .navOpen.localNavOpen #localNav .closer {
    display: block; }

  .navOpen #localNav .closer {
    display: block; } }
/* --- sidebar --- */
.afterbar {
  clear: both;
  padding-top: 0;
  background: #dedede; }
  .afterbar .iwrapper {
    padding: 15px 30px; }
  .afterbar section {
    padding: 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 30px 0;
    width: 47%;
    float: left;
    clear: none; }
  .afterbar section + section {
    margin-left: 6%; }
  .afterbar h2 {
    font-size: 36px;
    margin-bottom: 2rem;
    font-family: "Roboto Condensed";
    font-weight: bold;
    color: #c83138; }
  .afterbar p {
    margin-left: 0; }
  .afterbar .haveYouSeen {
    width: auto;
    float: none;
    background: #efefef;
    padding: 15px 30px; }
    .afterbar .haveYouSeen h3 {
      font-family: "Miller Headline", Georgia, serif;
      font-size: 36px;
      color: black;
      font-weight: normal;
      margin: 0 0 15px 0; }
    .afterbar .haveYouSeen img {
      max-width: 100%;
      max-height: 250px;
      float: left;
      margin: 0 1rem 1rem 0; }
    .afterbar .haveYouSeen .nvitem {
      line-height: 1.35; }
      .afterbar .haveYouSeen .nvitem a:link {
        display: inline-block;
        width: 50%; }
  .afterbar .haveYouSeen:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
    line-height: 0; }
  .afterbar .moreLink {
    display: block;
    clear: both; }

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

.afterbar .cnode_label_sidebar {
  font-size: 14px;
  padding: 0 0 14px 0px; }
  .afterbar .cnode_label_sidebar h2 {
    border: none;
    text-shadow: 1px 1px 4px #baa; }
  .afterbar .cnode_label_sidebar ul {
    margin-left: 0; }
  .afterbar .cnode_label_sidebar blockquote {
    margin-left: 0;
    margin-right: 0; }

.extras h4 {
  color: #ae1819;
  font-family: Helvetica, Arial, serif;
  font-size: 13px;
  font-weight: normal; }

@media (max-width: 700px) {
  .afterbar section {
    padding: 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 30px 0;
    width: auto;
    float: none;
    clear: both; }
  .afterbar section + section {
    margin-left: 0; } }
@media (max-width: 430px) {
  .afterbar .iwrapper {
    padding: 15px; } }
/* STYLES SPECIFIC TO CERTAIN PAGES */
/* staff directory */
.department {
  clear: both; }

.department_link {
  display: block;
  text-align: left; }

/* trustees and overseers */
.cnode_label_board {
  float: left;
  width: 45%;
  list-style-type: none; }

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

/* adams tweaks */
.cnode_label_Meet img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.cnode_label_Meet a:link img {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

table.standard,
.cnode_label_capacity table,
.cnode_label_rental_rates table {
  border-width: 1px;
  border-collapse: separate;
  table-layout: auto;
  border: 1px solid #999; }

table.standard td,
.cnode_label_capacity table td,
.cnode_label_rental_rates table td {
  border: 1px solid #ccc; }

.sharing {
  padding: 1rem 0; }

.sharing-icon {
  display: inline-block !important;
  color: white !important;
  vertical-align: middle !important;
  padding: 4px !important;
  border-radius: 4px !important;
  line-height: 1; }
  .sharing-icon svg {
    vertical-align: middle;
    fill: white;
    display: inline-block;
    height: 16px;
    width: 18px; }
  .sharing-icon b {
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: "Helvetica", "Arial", sans-serif; }

.sharing-icon.facebook {
  background: #006FE2 !important; }

.sharing-icon.googleplus {
  background: #CE4F4F !important;
  padding-right: 6px !important; }

.sharing-icon.twitter {
  background: #27afff !important; }

.sharing-icon.pinterest {
  background: #CA0025 !important; }

.sharing-icon.email {
  background: #8a8a8a !important; }

.mobile_extras {
  display: none !important; }

@media (max-width: 994px) {
  .mobile_extras {
    display: block !important; } }
/* CHECK BREAKPOINTS IN _home_responsive.scss , BUT
	do not necessarily coordinate them.
*/
/* MEDIUM SCREEN RESPONSIVE */
@media (max-width: 990px) {
  /* TYPOGRAPHY / Style */
  .sharing-icon {
    margin-right: 6px; }
    .sharing-icon svg {
      height: 27px;
      width: 27px;
      padding: 3px; }

  .sharing-icon:last-child {
    margin-right: 0; } }
/* banner needs to become generic here */
/* LAYOUT */
@media (max-width: 750px) {
  .imgalignleft, .imgAlignLeft, .divAlignLeft {
    float: none;
    clear: left;
    margin-right: 0; }

  .imgalignright, .imgAlignRight, .divAlignRight {
    float: none;
    clear: right;
    margin-left: 0; }

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

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

  .divAlignLeft, .divAlignRight {
    max-width: none;
    text-align: center; } }
@media (max-width: 660px) {
  /* NOTE: please see coreTools.js if you change the 600px cutoff */
  .box_link,
  .box_link + .box_link,
  .box_link:first-child {
    float: none;
    clear: both;
    width: auto;
    padding-bottom: 1px;
    margin: 15px 0 30px 0; }

  .callout {
    width: auto;
    float: none;
    margin: 15px 0; }

  .feature, .feature_set {
    margin: 15px 0; }

  .juniper_TOC {
    float: none;
    width: auto;
    margin: 14px;
    font-size: 16px; }

  /* TYPOGRAPHY */
  h1 {
    font-size: 28px;
    margin-top: 0; }

  h2 {
    font-size: 22px; } }
@media (max-width: 500px) {
  .box_link.gallery_ad h3, .box_link.gallery_ad p {
    width: 100%;
    border: none; }

  .feature_box {
    display: block;
    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: 14px;
  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;
  padding: 0; }

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

#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 p {
  font-size: 14px; }

#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=summer-v07.css.map */
