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

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

/*
 *	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 {
  width: 100%;
  clear: both;
}

.iwrapper {
  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 */
.intro,
.main,
.columns,
.afterbar,
.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;
}

.masterc {
  background: #151219 url(../images/banner.jpg) no-repeat;
  background-size: 100%;
  min-height: 1500px;
}

.intro .iwrapper {
  padding-left: 40%;
  padding-top: 0;
  padding-right: 4%;
}

.cnode_label_intro {
  padding: 10%;
}

@media (max-height: 900px) {
  .cnode_label_intro {
    padding: 0 10%;
  }
}
.main .iwrapper {
  padding-left: 40%;
}
.main div[class*=cnode_label_] {
  background: white;
  padding: 2rem 10%;
}

.eventsPage .main {
  background: rgba(21, 18, 25, 0.5490196078);
}
.eventsPage .main .iwrapper {
  padding: 1rem 10%;
}
.eventsPage .main .cnode_label_intro {
  padding: 0;
  color: white;
  background: none;
}
.eventsPage .main .list:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  line-height: 0;
}

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

@media (max-width: 994px) {
  .iwrapper {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .intro .iwrapper {
    padding-left: 29%;
    padding-top: 0;
    padding-right: 2%;
  }
  .main .iwrapper {
    padding-left: 29%;
  }
}
@media (max-width: 640px) {
  body {
    background-attachment: scroll;
  }
  .intro .iwrapper,
  .main .iwrapper {
    padding: 0;
  }
}
/**** 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: 18px;
  font-weight: 300;
  color: #1f0522;
}

section {
  padding: 30px 0;
}

.intro {
  color: white;
}

a:link,
a:visited,
a:active {
  color: #c4c10d;
  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;
  font-weight: normal;
  clear: left;
  line-height: 1.3;
}

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

h2, h3, h4, h5, h6 {
  color: #06a1d2;
  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;
}

h3.grabber {
  padding: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  color: #ff8965;
  font-family: "Miller Headline", serif;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

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

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

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

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

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

/* --- BANNER --- */
#header {
  z-index: 10;
  width: 100%;
  left: 0;
  background: white;
  text-align: right;
  background-color: none;
  transition: all 0.6s ease;
  position: sticky;
}

#mhslogo {
  cursor: pointer;
  float: left;
  z-index: 200;
  padding: 6px;
}
#mhslogo img {
  height: 31px;
  width: auto;
}

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

#header + section {
  margin-top: 21%;
}

.titleHeader {
  max-width: 1250px;
  margin: 0 auto 30px auto;
  padding: 21px 30px 30px 30px;
  text-align: center;
}
.titleHeader img {
  transition: all 0.6s ease;
  display: inline-block;
  margin: auto;
  width: 69%;
  max-width: 850px;
}
.titleHeader h1 {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.titleHeader .subtitle {
  text-indent: 0;
  text-transform: uppercase;
  color: #e3e4eb;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  margin-top: -41px;
  padding-top: 9px;
  padding-left: 9%;
  transition: all 0.6s ease;
}
.titleHeader .subtitle b {
  padding-left: 9%;
}

#nav {
  top: 0;
  width: 100%;
  position: relative;
  left: 0;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#nav ul li {
  margin-left: 0;
  display: inline-block;
}
#nav ul .section_name {
  display: none;
}
#nav u {
  text-decoration: none;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover {
  display: inline-block;
  color: #0083ac;
  padding: 12px 10px 2px 10px;
}
#nav .closer {
  position: absolute;
  right: 27px;
  top: 12px;
}
#nav .closer svg path {
  fill: #a0a0a0;
}

#hamburger {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
  right: 11px;
  z-index: 11;
  cursor: pointer;
  padding: 12px 0;
  position: absolute;
}
#hamburger span {
  display: block;
  background: white;
  height: 4px;
  width: 33px;
  margin: 0 12px;
  transition: all 0.7s ease;
}
#hamburger span + span {
  margin-top: 5px;
}

.alwaysTop .titleHeader img,
.bannerTop .titleHeader img {
  max-width: 250px;
}
.alwaysTop .titleHeader h1,
.bannerTop .titleHeader h1 {
  height: 0;
}
.alwaysTop .titleHeader .subtitle,
.bannerTop .titleHeader .subtitle {
  opacity: 0;
  max-height: 0;
  padding: 0;
}

@media (max-width: 1130px) {
  .titleHeader {
    margin-bottom: 0;
  }
  .titleHeader .subtitle {
    padding-top: 3rem;
    padding-right: auto;
  }
  .titleHeader .subtitle b {
    padding-left: 0;
  }
  #header + section {
    margin-top: 26%;
  }
}
@media (max-width: 640px) {
  #hamburger {
    right: 0;
  }
  #hamburger span {
    width: 29px;
  }
  #header + section {
    margin-top: 250px;
  }
  .alwaysTop .titleHeader img,
  .bannerTop .titleHeader img {
    max-width: 218px;
    margin-top: -2px;
  }
  .titleHeader img {
    width: 90%;
    margin-left: 0;
  }
  .titleHeader .subtitle {
    padding-top: 6rem;
    margin-left: 28%;
    font-size: 18px;
  }
  #nav ul li {
    margin-left: 0;
  }
  #nav ul .closer {
    display: none;
  }
}
@media (max-width: 440px) {
  .alwaysTop .titleHeader img,
  .bannerTop .titleHeader img {
    margin-left: 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;
}

.scrollButton {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.scrollButton svg {
  margin-left: -15px;
  cursor: pointer;
}
.scrollButton svg path {
  fill: #ffffff;
}

@media (max-height: 798px) {
  .scrollButton {
    display: none;
  }
}
@media (max-width: 1150px) {
  .scrollButton {
    display: none;
  }
}
/* Shared resources on: homepage, sidebars */
.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;
}

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

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

.sharing-icon {
  padding: 10px !important;
  border-radius: 10px !important;
}

.sharing-icon svg {
  vertical-align: middle;
  fill: white;
  display: inline-block;
  height: 26px;
  width: 30px;
}

.event .sharing-icons {
  display: none;
}

.galleryPage .main .iwrapper {
  padding: 30px;
}
.galleryPage .main .iwrapper h1 {
  padding-left: 14px;
}
.galleryPage .main div[class*=cnode_label_] {
  background: none;
}

.eventsPage .monthBreak {
  color: white;
  text-shadow: none;
  border-bottom: none;
}
.eventsPage a:link.calendar_link {
  display: none;
}
.eventsPage .list .event .details {
  z-index: 1;
}
.eventsPage .list .event {
  min-height: 400px !important;
}

.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: #c4c10d;
}
.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;
  }
}
/* STYLES SPECIFIC TO CERTAIN PAGES */
.home section h1 {
  display: none;
}
.home .closing {
  text-align: right;
  padding: 1rem 10%;
}
.home .closing img {
  max-width: 250px;
}
.home .scrollPoint {
  padding-bottom: 30px;
}

/* --- footer --- */
footer .mobileToTop {
  display: none;
}

footer {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #aaaaaa;
  background: #151219;
  font-size: 14px;
  line-height: 1.4;
  clear: both;
  padding-top: 30px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

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

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

footer .footer_logo img {
  height: 33px;
}

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

footer a:link img {
  border: none;
}

footer path {
  fill: white;
}

@media (max-width: 900px) {
  footer .mobileToTop {
    display: block;
  }
}
@media (max-width: 700px) {
  footer {
    color: #bbb;
    background: #000;
    font-size: 16px;
    padding: 2rem 1rem;
  }
  footer a:link,
  footer a:active,
  footer a:visited,
  footer a:hover {
    color: #c83138;
    text-decoration: none;
  }
  footer a:link img {
    border: none;
  }
}
@media (max-width: 450px) {
  footer .footer_logo {
    margin: 0;
    text-indent: 0;
    font-family: "Miller Headline", Georgia, serif;
    font-size: 30px;
    color: white !important;
    font-weight: 400;
  }
  footer .footer_logo img {
    display: none;
  }
  footer .iwrapper {
    padding: 0;
  }
}
.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 */
  /* TYPOGRAPHY */
  h1 {
    font-size: 28px;
    margin-top: 0;
    padding: 0 10%;
  }
  h2 {
    font-size: 22px;
  }
}

/*# sourceMappingURL=abby-v5.css.map */
