@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: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}

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,
ul,
li,
blockquote,
aside,
footer,
.fullWidth,
.singleColumn,
*[class^=cnode_label_],
.cnode_label_fullWidth,
.footer_col {
  box-sizing: border-box;
}

#banner {
  padding-bottom: 100px;
}

#masterCon {
  background: white;
}

/* COLUMNS layout */
#columns {
  width: 100%;
  padding: 0;
  background: white;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

#column1,
.column1 {
  flex-basis: auto;
  width: 25%;
  background: #f0f0f0;
  vertical-align: top;
}

.fullWidth,
.singleColumn,
.templateHorizontal .master_con *[class^=cnode_label_] {
  padding: 30px;
}

.navRow.fullWidth {
  padding: 0;
}
.navRow.fullWidth ul {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin: 0 auto;
}

.templateHorizontal .master_con .singleColumn,
.templateHorizontal .master_con *[class^=cnode_label_],
.master_con .fullWidth {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

#mainCol, .main_col {
  width: 75%;
  padding: 30px;
  margin-left: 5%;
  vertical-align: top;
}

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

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

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

#sidebar {
  width: 25%;
  order: 10;
}

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

  #columns {
    padding: 0;
    display: block;
  }

  #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, no classes, JUST HTML elements
		Responsiveness SHOULD NOT BE NEEDED!

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

.fullWidth h1 {
  margin-bottom: 0;
}

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

.h2label {
  margin: 3rem 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #888888;
}

.h2label + h2 {
  margin-top: 0;
  padding-top: 0;
}

h3 + h3 {
  margin-top: 0;
  padding-top: 0;
}

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

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

li strong {
  text-decoration: underline;
}

.blockquote,
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%;
  height: auto;
}

small {
  font-size: 80%;
}

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

.largerText .master_con p, .largerText .master_con li {
  font-size: 20px;
}

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

.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: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  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;
}
#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: 0.5rem;
  cursor: pointer;
}
#bannerLinks svg path {
  stroke: #ffffff;
}
#bannerLinks .searchLink b {
  font-weight: normal;
}
#bannerLinks #searchForm {
  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: 0.1rem 0.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;
    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 0.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;
  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: -0.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 0.5s ease;
  transform: ro tate(-90deg);
  fill: #000000;
}

#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: 1050px) {
  #banner,
#bigBoxes,
#masterCon,
#MHSfooter {
    right: 0;
    transition: right 0.5s ease;
    position: relative;
  }

  .site_nav {
    background: #3a3a3a;
    width: 280px;
    position: fixed !important;
    left: auto;
    right: -280px !important;
    bottom: auto !important;
    top: 47px !important;
    margin: 0;
    transition: right 0.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: 0.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;
  }

  .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;
  }
}
@media (max-width: 600px) {
  .navOpen .site_nav {
    right: 0 !important;
    height: 100%;
  }
}
#BTT {
  transition: bottom 0.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;
  cursor: pointer;
}

#BTT.showBTT {
  bottom: 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;
  line-height: 1;
  color: #666;
}

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

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

.close.textual {
  padding: 7px;
}

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

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

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

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

/* inline layout */
.divAlignLeft,
.divAlignRight {
  max-width: 46%;
  padding-top: 0.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%;
}

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

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

.button,
a.button,
h2 .button,
h3 .button,
h4 .button {
  cursor: pointer;
  display: inline-block;
  margin: 0.25rem 0.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;
}

a.moreLink {
  display: inline-block;
  padding: 4px 4px 4px 26px;
  line-height: 1.5;
  color: black;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.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;
}

.bigLink {
  padding: 9px 12px;
  background: #0083ac;
  color: white !important;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
}
.bigLink a:link, .bigLink a:visited, .bigLink a:hover, .bigLink a:active {
  color: white;
}

.bigLink + p,
.bigLink + h2,
.bigLink + h3 {
  margin-top: 2rem;
}

.bigLink + .bigLink {
  margin-top: 0;
}

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

.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: 0.65rem;
}

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

.imgFullWidth {
  width: 100%;
  display: block;
  margin: 1rem 0 1rem;
}

.regButton,
.regButton:link,
.regButton:active,
.regButton:hover {
  cursor: pointer;
  display: inline-block;
  margin: 0.25rem 0.5rem;
  color: #ffffff !important;
  font-family: "Roboto Condensed", Arial;
  font-size: 18px;
  font-weight: bold !important;
  border: none;
  background: #d4180a;
  padding: 12px 24px;
  border-radius: 4px;
  box-shadow: none;
}

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

.link_group {
  margin: 21px;
}

.section {
  margin-left: 21px;
}

.linkSet {
  list-style-type: none;
}
.linkSet li {
  margin: 0 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;
}

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

.feature_box + hr {
  clear: both;
}

.blurb,
.callout {
  margin: 15px;
  padding: 15px;
  box-sizing: border-box;
  color: white;
  background: #ca5051;
  font-size: 16px;
  letter-spacing: 0.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;
}

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

.twoColumns {
  column-count: 2;
  column-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 660px) {
  .twoColumns {
    column-count: 1;
    column-gap: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.sidebar .box_link {
  width: 100%;
}

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

/* --- 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 + h2 {
  padding-top: 0;
}

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

.juniper_TOC ul li {
  font-size: 14px;
  margin: 0 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;
  float: none;
  margin-left: 0;
}

/* STYLE FOR JUNIPER CYCLING BLURBS */
.juniper-cycler {
  position: relative;
  transition: height 0.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: 0.5rem 1rem;
  margin: 0.5rem;
  border: 1px solid #f9caca;
}
.bloglike .paginationLink + .paginationLink {
  border-left: 1px solid #e0e0e0;
}

a.juniperCSh2 {
  background: #f4f4f4;
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

body a.juniperCSh2:after {
  float: right;
  content: " ";
  width: 20px;
  height: 24px;
  background: url(/images/next-arrow-gray.svg) no-repeat 50% 100%;
  background-size: contain;
}

.juniperCS {
  margin: 0;
  padding: 1rem;
  background: #eeeeee;
}

.juniperCS:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.mineGraphic {
  display: inline-block;
  width: 29%;
  position: relative;
  overflow: hidden;
  padding: 14.5% 0;
  margin: 0 4% 4% 0;
}
.mineGraphic br {
  display: none;
}
.mineGraphic img {
  position: absolute;
  top: 0;
  width: 100%;
}
.mineGraphic div {
  min-height: 45%;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.61);
  color: white;
  padding: 1rem;
}
.mineGraphic div a:link, .mineGraphic div a:active,
.mineGraphic div a:visited {
  color: #7de0ff;
}

.mineGraphic.wide {
  width: 45%;
}

@media (min-width: 1600px) {
  .mineGraphic {
    width: 22.7%;
    padding: 11.35% 0;
    margin: 0 2% 4% 0;
  }

  .mineGraphic.wide {
    width: 31%;
  }
}
@media (max-width: 1250px) {
  .mineGraphic {
    width: 45%;
    position: relative;
    overflow: hidden;
    padding: 22.5% 0;
  }
}
@media (max-width: 900px) {
  .mineGraphic {
    width: 47%;
    position: relative;
    overflow: hidden;
    padding: 22.5% 0;
    margin: 0 2% 4% 0;
  }
}
@media (max-width: 760px) {
  .mineGraphic {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50% 0;
    margin: 0 0 4% 0;
  }
}
div.cnode_label_gallery img {
  opacity: 0;
}
div.cnode_label_gallery figure {
  opacity: 0;
}
div.cnode_label_gallery .row {
  opacity: 0;
  transition: opacity 1.5s ease;
}
div.cnode_label_gallery .row figure {
  opacity: 1;
}
div.cnode_label_gallery .row.placed {
  opacity: 1;
}

.modernGal div.cnode_label_gallery,
.classicGal div.cnode_label_gallery {
  text-align: center;
  padding: 0;
}
.modernGal div.cnode_label_gallery .row,
.classicGal div.cnode_label_gallery .row {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 2rem;
}
.modernGal div.cnode_label_gallery figure,
.classicGal div.cnode_label_gallery figure {
  box-sizing: border-box;
  display: block;
  background: white;
  padding: 10px;
  vertical-align: top;
  overflow: hidden;
  margin: 0 16px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
}
.modernGal div.cnode_label_gallery figure img,
.classicGal div.cnode_label_gallery figure img {
  opacity: 1;
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
.modernGal div.cnode_label_gallery figure figcaption,
.classicGal div.cnode_label_gallery figure figcaption {
  font-size: 12px;
  padding: 4px 0;
}

.modernGal div.cnode_label_gallery .row {
  margin-bottom: 0;
}
.modernGal div.cnode_label_gallery figure {
  background: #eaeaea;
  margin: 0;
  box-shadow: none;
}

.roundedGallery div.cnode_label_gallery figure {
  border-radius: 10px;
}
.roundedGallery div.cnode_label_gallery figure img {
  border-radius: 5px;
}

.moderGal .galleryModal, .classicGal .galleryModal {
  transition: width 0.4s ease, height 0.4s ease;
  position: fixed;
  z-index: 22;
  background: black;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.moderGal .galleryModal .closer, .classicGal .galleryModal .closer {
  cursor: pointer;
  color: white;
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 0;
}
.moderGal .galleryModal .left, .moderGal .galleryModal .right, .classicGal .galleryModal .left, .classicGal .galleryModal .right {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
}
.moderGal .galleryModal .left svg, .moderGal .galleryModal .right svg, .classicGal .galleryModal .left svg, .classicGal .galleryModal .right svg {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
}
.moderGal .galleryModal .left svg path, .moderGal .galleryModal .right svg path, .classicGal .galleryModal .left svg path, .classicGal .galleryModal .right svg path {
  fill: white;
}
.moderGal .galleryModal .left, .classicGal .galleryModal .left {
  left: 0;
  right: auto;
}
.moderGal .galleryModal .left svg, .classicGal .galleryModal .left svg {
  transform: rotate(90deg);
}
.moderGal .galleryModal figcaption, .classicGal .galleryModal figcaption {
  color: white;
  box-sizing: border-box;
  padding: 0.5rem;
  font-size: 18px;
  text-align: center;
}
.moderGal .galleryMask, .classicGal .galleryMask {
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.77);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roundedGallery .galleryModal {
  overflow: hidden;
  border-radius: 15px;
}

.templateHorizontal .master_con .cnode_label_passwordProtection {
  padding-top: 0;
  position: relative;
  top: -2rem;
}

.alerts {
  transition: max-height 0.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 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: 0.25em 0em 0.25em 0em;
  margin: 0.5em 0 0 0;
  vertical-align: middle;
}

form input,
form select {
  /*	float: left;
  	width: 50%;
  */
  padding: 0.25em 0em 0.25em 0em;
  margin: 0.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;
  font-size: 14px;
  /* SECOND TIER */
  /* third tier */
  /* HOVER BEHAVOIR ALL LEVELS */
}
.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 nav a:hover {
  display: inline-block;
  margin: 0 0 1px 0;
  padding: 6px 8px 6px 0;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.2;
  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 {
  display: inline-block;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  vertical-align: baseline;
  opacity: 0.75;
  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;
}
.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-weight: 300;
  text-decoration: none;
  background: none;
}
.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;
}
.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;
}

.navRow {
  background: #f2f2f2;
}

.section_nav.horizontal {
  font-size: 16px;
  border-bottom: none;
}
.section_nav.horizontal li {
  display: inline-block;
}
.section_nav.horizontal li a,
.section_nav.horizontal li a:link,
.section_nav.horizontal li a:active,
.section_nav.horizontal li a:visited,
.section_nav.horizontal li a:hover {
  color: black;
}
.section_nav.horizontal li.section_name span, .section_nav.horizontal li.section_name ul,
.section_nav.horizontal li.section_name[data-licount="1"] span,
.section_nav.horizontal li.section_name[data-licount="1"] ul,
.section_nav.horizontal li.section_name[data-licount="2"] span,
.section_nav.horizontal li.section_name[data-licount="2"] ul,
.section_nav.horizontal li.section_name[data-licount="3"] span,
.section_nav.horizontal li.section_name[data-licount="3"] ul {
  display: none;
}
.section_nav.horizontal li.current_page a:link,
.section_nav.horizontal li.current_page a:visited,
.section_nav.horizontal li.current_section a:link,
.section_nav.horizontal li.current_section a:visited {
  color: #c83138;
}
.section_nav.horizontal li.current_section.manyItems {
  display: block;
  width: auto;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.25rem 0;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.section_nav.horizontal li.current_section.manyItems ul {
  display: block;
  border: none;
  padding: 0 0 0 1rem;
}
.section_nav.horizontal li.current_section.manyItems ul li {
  display: inline-block;
}
.section_nav.horizontal li.current_section.manyItems ul li a:link, .section_nav.horizontal li.current_section.manyItems ul li a:visited {
  color: black;
}
.section_nav.horizontal li.current_section.manyItems ul li.landing_page {
  display: none;
}
.section_nav.horizontal .current_page.landing_page,
.section_nav.horizontal .landing_page {
  display: block;
}
.section_nav.horizontal .current_page.landing_page a, .section_nav.horizontal .current_page.landing_page a:link, .section_nav.horizontal .current_page.landing_page a:visited,
.section_nav.horizontal .landing_page a,
.section_nav.horizontal .landing_page a:link,
.section_nav.horizontal .landing_page a:visited {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.section_nav.horizontal .closer {
  display: none;
}

.navOneLevel .section_nav.horizontal li.section_name {
  display: inline-block;
}

@media (max-width: 994px) {
  .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 {
    display: none;
  }

  .section_nav .current_section ul {
    display: block;
  }
  .section_nav .current_section ul li {
    display: inline-block;
  }
  .section_nav .current_section ul .landing_page {
    display: none;
  }

  .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 0.6s ease;
  }
  .localNavToggle path {
    fill: white;
  }
}
@media (max-width: 554px) {
  .section_nav li,
.section_nav.horizontal li {
    display: block;
  }
  .section_nav li.current_section.manyItems ul li,
.section_nav.horizontal li.current_section.manyItems ul li {
    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;
  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;
    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: 0.65rem;
  }

  .captionright, .captionRight {
    float: none;
    clear: right;
    font-size: 13px;
    clear: right;
    margin-left: 0;
    margin-bottom: 0.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%;
  }
}

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