.d-block {
  display: block;
}

.color-highlight {
  color: #d28019;
}

.font-rasa {
  color: #555;
  font-family: 'Rasa', serif;
}

.img-center-auto {
  display: block;
  height: 57px;
  margin: auto;
  width: auto;
}

.back-to-top {
  position: relative;
}

.back-to-top::after {
  content: '\25B8';
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 9px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 2rem;
}

.back-to-top img {
  cursor: pointer;
  float: right;
  padding: 9px;
  width: 82px;
}

:root {
  font-size: 62.5%;
}

:root body {
  color: #777;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;
  line-height: 17px;
  position: relative;
}

@media (min-width: 1024px) {
  :root body {
    font-size: 1.5rem;
  }
}

.anhk {
  width: 9px;
}

nav.footer-nav {
  line-height: 25px;
}

.inside-page {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .inside-page {
    margin-left: 8%;
  }
}

.container {
  background: url(images/wall.png) no-repeat;
  background-position: 75% top;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 20px;
  padding-top: 107px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .container {
    background-position: 65% top;
    padding-top: 227px;
  }
}

@media (min-width: 1024px) {
  .container {
    background-position: left top;
  }
}

.outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  position: relative;
}

.inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.address {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 20px 20px 26px 0;
  text-align: right;
}

@media (min-width: 768px) {
  .address {
    line-height: 1.4;
    position: absolute;
    top: 100px;
    right: 0;
  }
}

.font-size-edit {
  color: #915306;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 89px;
  margin-top: 30px;
  width: 100px;
}

.font-size-edit div {
  color: #fff;
  background: #915306;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 17px;
  margin: 0 5px;
  padding: 0 0 1px 1px;
  width: 16px;
}

.font-size-edit div:hover {
  cursor: pointer;
}

.font-size-edit #increase {
  font-size: 1.6rem;
  font-weight: 800;
}

.font-size-edit #decrease {
  font-size: 2rem;
  font-weight: 800;
}

.map {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: auto;
  width: 90%;
}

.map a {
  white-space: nowrap;
}

/* hero logo */
.hero {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 10px;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: 3;
}

@media (min-width: 768px) {
  .hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .hero {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    right: 20px;
    top: 48px;
  }
}

.hero .logo {
  position: relative;
  color: #555;
  font-family: 'Rasa', serif;
  height: 62px;
  margin-right: 28px;
}

.hero .logo .main {
  font-size: 2.5rem;
  position: relative;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .hero .logo .main {
    font-size: 3.5rem;
  }
}

.hero .logo .subheading {
  font-size: 1.8rem;
  margin-left: 40px;
  position: relative;
  top: 7px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .hero .logo .subheading {
    margin-left: 93px;
    position: relative;
    top: 14px;
  }
}

.hero .logo .text-lg {
  font-size: 7.5rem;
}

.content {
  width: 100%;
}

.msg {
  color: #777;
}

.separator {
  margin: 1rem 0;
}

.call-out-note {
  background: #f3f3ee;
  padding: 24px;
}

.call-out-header {
  display: block;
  color: #d28019;
  line-height: 18px;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 9px;
  margin-top: 10px;
}

.box {
  line-height: 1.6;
}

.small {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.call-out {
  border: 1px dotted #F6D6AE;
  background: #F6F1EB;
  padding: 15px;
  color: #777;
  line-height: 1.4;
  text-align: center;
}

.call-out strong {
  display: block;
}

.call-out .box {
  padding-top: 10px;
}

.call-out .celebrant {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .call-out .celebrant {
    margin-top: 45px;
  }
}

.msg-heading {
  text-align: center;
  margin-top: 20px;
}

.msg-heading strong {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.text-center {
  text-align: center;
}

.emphasis {
  color: #dd9944;
}

.emphasisBold {
  color: #dd9944;
  font-weight: bold;
}

.emphasis2 {
  color: #d28019;
  font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

h1, h3 {
  margin: -30px 0 0;
  height: 25px;
}

h1 span, h3 span {
  display: none;
}

td {
  padding: 1px;
  font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;
  font-size: 1rem;
  color: #777;
  vertical-align: top;
}

td.noPad {
  padding: 0px;
  color: #777;
  vertical-align: top;
}

blockquote {
  font-size: 1.5rem;
  color: #777;
  letter-spacing: .05rem;
  margin: 0 0 8px 0;
  line-height: 24px;
}

blockquote.typeSize {
  margin: 100px 20px 100px 200px;
  font-size: 95%;
  color: #4D4D4D;
}

blockquote.center {
  margin: 0px 20px 10px 20px;
  font-size: 1rem;
  color: #777;
  text-align: center;
}

.authorArticle {
  margin: 100px 0px 8px 0px;
  font-size: 1rem;
  color: #777;
  text-align: right;
  line-height: 17px;
}

.nav2ndary {
  background-color: #000;
  max-width: 50px;
  margin: 10 0 0 0px;
  font-size: 1rem;
  color: #777;
  text-align: center;
}

.info {
  float: right;
}

p {
  margin: 0 0 8px 0;
  line-height: 27px;
  color: #777;
  text-align: right;
}

p.subnav {
  margin: 100px 100 0 0px;
  font-size: 1rem;
  color: #777;
  text-align: center;
}

p.copy {
  font-size: 1.2rem;
  color: #777;
  text-align: right;
  line-height: 1.9;
}

p.updated {
  color: #777;
  text-align: left;
}

p.copyCenter {
  font-size: 90%;
  color: #777;
  text-align: center;
}

p.copyLeft {
  font-size: 90%;
  color: #777;
  text-align: left;
}

p.calendar {
  margin: 0 0 8px 0;
  font-size: 1rem;
  color: #777;
  text-align: left;
}

p.eucharist {
  margin: 0 0 8px 0;
  line-height: 27px;
  font-size: 15px;
  color: #777;
  text-align: left;
  line-height: 17p;
}

p.justify {
  margin: 0 0 8px 0;
  color: #777;
  text-align: justify;
}

p.QandAmoving {
  margin: 0 40px 8px 50px;
  font-size: 1rem;
  color: #777;
  text-align: center;
}

p.QandA {
  margin: 0 0 8px 0;
  color: #777;
  text-align: left;
  line-height: 27px;
}

p.articles {
  margin: 0 0 8px 40px;
  color: #777;
  text-align: left;
}

p.center {
  text-align: center;
}

p.question {
  font-weight: bold;
}

p.author {
  margin: -10px 2px 8px 0;
  text-align: right;
}

p.answer {
  margin: 0 0 8px 55px;
  text-align: left;
}

#linksPage a, #articlesPage a {
  line-height: 19px;
}

.question2 {
  color: #d28019;
}

img {
  border: 0px;
}

img.right {
  text-align: right;
}

p.footnote {
  margin: 0 0 8px 0;
  font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;
  font-size: 1em;
  color: #777;
  text-align: right;
}

p.footnoteBlack {
  color: #666;
  margin: 0 0 8px 0;
  font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;
  font-size: 90%;
  text-align: left;
}

.fn1 {
  vertical-align: super;
  font-weight: bold;
  font-size: 80%;
}

.fn2 {
  vertical-align: super;
  font-weight: bold;
  font-size: 90%;
}

.specialText10 {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.specialText {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.specialText9 {
  font-size: 1rem;
  font-weight: bold;
  color: #352F31;
}

.specialTextSanct {
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  color: #453C3C;
}

.specialTextEuch {
  color: #8C7152;
  font-weight: bold;
}

.specialItalicEuch {
  color: #8C7152;
  font-style: italic;
}

.specialEuchUnderline {
  color: #5C6882;
  border-bottom: 1px solid #ddd;
}

.specialTextR {
  font-weight: bold;
  color: #8C7152;
}

.regEuch {
  color: #8C7152;
}

.specialTextNoLine {
  font-weight: bold;
}

.specialTextReg {
  color: #474545;
}

.specialTextBlack {
  font-weight: bold;
  color: #474545;
}

.specialCenter {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.specialUnderline {
  color: #4D4D4D;
  border-bottom: 1px solid #ddd;
}

.specialItalic {
  font-style: italic;
  font-size: 1.4rem;
}

.specialItalicUnderGospel {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 12px;
  color: #404040;
}

.specialUnderGospel {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
}

#underLogo {
  z-index: 6;
  margin: 70px 0 0 60px;
  width: 382px;
}

#moving {
  background: url(images/seal.gif) no-repeat 0 0;
  z-index: 3;
  margin: 20px 0 0 60px;
  width: 315px;
  height: 208px;
}

#info2 {
  z-index: 8;
  margin: 9.2em 10px 0px 0px;
}

#info {
  z-index: 8;
  margin: 10.65em 10px 0px 0px;
}

#infoCopy {
  z-index: 8;
  margin: 10.65em 10px 0px 20px;
}

#laddress {
  position: absolute;
  text-align: right;
  margin: 110px 0 0 325px;
  width: 400px;
}

#lfooter {
  font-size: 14px;
  line-height: 20px;
  margin-top: 50px;
  text-align: right;
}

#lfooter img {
  height: 50px;
  width: auto;
}

#lfooter .donate {
  margin: 14px 0;
}

h1 {
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  h1 {
    background-size: 631px;
  }
}

#home h1 {
  background: url(images/home.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  #home h1 {
    background-size: 631px;
  }
}

#whoarewe h1 {
  background: url(images/whoarewe.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #whoarewe h1 {
    background-size: 631px;
  }
}

#wildGnosis h1 {
  background: url(images/wildgnosis.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #wildGnosis h1 {
    background-size: 631px;
  }
}

#admissionToMM h1 {
  background: url(images/admissionToMM.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #admissionToMM h1 {
    background-size: 631px;
  }
}

#rituals h1 {
  background: url(images/rituals.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #rituals h1 {
    background-size: 631px;
  }
}

#priesthood h1 {
  background: url(images/priesthood.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #priesthood h1 {
    background-size: 631px;
  }
}

#calendar h1 {
  background: url(images/calendar.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #calendar h1 {
    background-size: 631px;
  }
}

#lineage h1 {
  background: url(images/lineage.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #lineage h1 {
    background-size: 631px;
  }
}

#reading h1 {
  background: url(images/reading.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #reading h1 {
    background-size: 631px;
  }
}

#faqPage h1 {
  background: url(images/faqPage.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #faqPage h1 {
    background-size: 631px;
  }
}

#episcopi h1 {
  background: url(images/episcopi.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #episcopi h1 {
    background-size: 631px;
  }
}

#linksPage p {
  text-align: right;
}

@media (min-width: 768px) {
  #linksPage p {
    text-align: center;
  }
}

#linksPage h1 {
  background: url(images/links.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #linksPage h1 {
    background-size: 631px;
  }
}

#articlesPage h1 {
  background: url(images/articles.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #articlesPage h1 {
    background-size: 631px;
  }
}

#donationsPage h1 {
  background: url(images/donations.gif) no-repeat 100% 0;
  background-size: 620px;
  height: 41px;
}

@media (min-width: 1024px) {
  #donationsPage h1 {
    background-size: 631px;
  }
}

.donateNow {
  display: inline-block;
  margin: 10px 0 0 0;
  text-align: right;
}

#donateNow3 {
  position: relative;
  left: 75px;
  top: 90px;
  text-indent: -999px;
  background: url(images/donateNow_site.gif) no-repeat 0 0;
  width: 86px;
  height: 25px;
}

ul {
  padding: 0;
  list-style: none;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.linkList ul {
  margin-left: 37px;
  padding: 0;
  list-style: none;
}

.linkList ul li {
  float: left;
  clear: both;
}

.linkList ul li a,
.linkList ul li span {
  color: #915306;
}

.linkList #lselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.linkList #lselect li,
.linkList #lfaq li {
  cursor: pointer;
  line-height: 13px;
}

.linkList #lselect li a,
.linkList #lselect li span,
.linkList #lfaq li a,
.linkList #lfaq li span {
  background: url(images/circle.gif) no-repeat 0 50%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 5px 5px 5px 12px;
  line-height: 1.2;
}

.linkList #lselect li a.box,
.linkList #lselect li span.box,
.linkList #lfaq li a.box,
.linkList #lfaq li span.box {
  background: #d28019;
  color: #fff;
  border: 1px solid #915306;
  margin: 5px 0;
  padding: 5px 5px 5px 12px;
}

.linkList #lselect li a.box:hover,
.linkList #lselect li span.box:hover,
.linkList #lfaq li a.box:hover,
.linkList #lfaq li span.box:hover {
  background: #915306;
  color: #fff;
  text-decoration: none;
}

.linkList #lselect li.has-submenu > span,
.linkList #lfaq li.has-submenu > span {
  color: #915306;
}

.linkList #lselect li.has-submenu > span::after,
.linkList #lfaq li.has-submenu > span::after {
  content: '\25B8';
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: 2px;
  font-size: 1.8rem;
}

.linkList #lselect li.has-submenu > span:hover,
.linkList #lfaq li.has-submenu > span:hover {
  text-decoration: none;
}

.linkList #lselect li.has-submenu .submenu,
.linkList #lfaq li.has-submenu .submenu {
  margin: 0 0 5px;
  display: none;
  overflow: hidden;
}

.linkList #lselect li.has-submenu .submenu li,
.linkList #lfaq li.has-submenu .submenu li {
  margin-left: 14px;
  overflow: hidden;
  padding: 0;
}

.linkList #lselect li.has-submenu .submenu li a,
.linkList #lselect li.has-submenu .submenu li span,
.linkList #lfaq li.has-submenu .submenu li a,
.linkList #lfaq li.has-submenu .submenu li span {
  background: none;
  padding-left: 6px;
}

.linkList #lselect li.has-submenu.on > span::after,
.linkList #lfaq li.has-submenu.on > span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 6px;
  top: 2px;
}

.linkList #lselect li.has-submenu.on:hover > a,
.linkList #lfaq li.has-submenu.on:hover > a {
  text-decoration: none;
}

.linkList #lselect li.has-submenu.on:hover > a::after,
.linkList #lfaq li.has-submenu.on:hover > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.linkList #lselect li.has-submenu.on .submenu,
.linkList #lfaq li.has-submenu.on .submenu {
  height: auto;
}

.linkList #lfaq ul {
  margin-left: 70px;
}

.linkList #lselect li a:hover, .linkList #lfaq li a:hover {
  background: url(images/circle.gif) no-repeat 3px 50%;
}

.menu {
  position: relative;
  top: -59px;
}

.menu .linkList {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding-top: 18px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #777;
  display: none;
}

@media (min-width: 1024px) {
  .menu .linkList {
    display: block;
  }
}

.menu .linkList .donateNow {
  margin: 1.3rem 0 1rem 3.7rem;
  text-align: left;
}

.menu .linkList h3,
.menu .linkList > div {
  height: 19px;
}

.menu .linkList h3.select,
.menu .linkList > div.select {
  margin: 0;
}

.menu .linkList .faq {
  margin: 0 70px;
  background: url(images/faq.gif) no-repeat 0 0px;
  background-size: 50px;
  height: 22px;
}

.menu .linkList .faq > div {
  text-indent: -9999px;
}

.menu .linkList .faq + ul {
  margin-top: 5px;
}

.menu .disc {
  display: none;
}

@media (min-width: 1024px) {
  .menu .disc {
    display: block;
  }
}

.not {
  display: none;
}

.button-container {
  background: #915306;
  cursor: pointer;
  display: block;
  padding: 7px;
  position: fixed;
  height: 19px;
  text-align: center;
  top: 20px;
  right: 28px;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 100;
}

@media (min-width: 1024px) {
  .button-container {
    display: none;
  }
}

.button-container div {
  color: white;
  font-family: 'Rasa', serif;
  font-size: 15px;
  font-weight: 800;
  padding-top: 1px;
  letter-spacing: .09rem;
  width: 60px;
}

.button-container div.open {
  display: block;
}

.button-container div.close {
  display: none;
}

.button-container.active {
  font-weight: 800;
}

.button-container.active .open {
  display: none;
}

.button-container.active .close {
  display: block;
}

.button-container span {
  background: #777;
  border: none;
  display: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.button-container span:nth-of-type(2) {
  top: 11px;
}

.button-container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  -webkit-box-shadow: -5px -1px 9px -5px rgba(0, 0, 0, 0.84);
          box-shadow: -5px -1px 9px -5px rgba(0, 0, 0, 0.84);
  position: fixed;
  background: white;
  top: 0;
  right: -250px;
  width: 240px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  z-index: 10;
}

@media (min-width: 1024px) {
  .overlay {
    display: none;
  }
}

.overlay.open {
  background: white;
  right: 0;
  z-index: 10;
  -webkit-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  width: 240px;
}

.overlay nav {
  position: relative;
  height: 90%;
  top: 12%;
  font-size: 20px;
  font-family: 'Varela Round', serif;
  font-weight: 400;
  text-align: right;
  overflow-y: scroll;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efe9e2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 15px;
  position: relative;
  text-align: left;
}

.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #915306;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.1;
  margin-right: 10px;
}

.overlay ul li.box-wrapper {
  background: rgba(145, 83, 6, 0.3);
}

.overlay ul li.box-wrapper .box {
  background: transparent;
  border: 0;
  margin: auto;
  padding: 0;
}

.overlay ul li.has-submenu {
  display: block;
  padding: 20px 15px;
  text-align: left;
}

.overlay ul li.has-submenu > span {
  color: #915306;
}

.overlay ul li.has-submenu > span::after {
  content: '\25B8';
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
  font-size: 1.6rem;
}

.overlay ul li.has-submenu .submenu {
  background: rgba(145, 83, 6, 0.3);
  margin-left: -20px;
  margin-right: -6%;
  display: none;
  overflow: hidden;
}

.overlay ul li.has-submenu .submenu li {
  overflow: hidden;
}

.overlay ul li.has-submenu .submenu li a,
.overlay ul li.has-submenu .submenu li span {
  background: none;
  font-size: 1.8rem;
  margin-left: 3px;
  margin-right: 0;
}

.overlay ul li.has-submenu .submenu li:last-child {
  border: none;
}

.overlay ul li.has-submenu.on {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
}

.overlay ul li.has-submenu.on > span {
  padding: 0 0 15px;
  margin-right: auto;
}

.overlay ul li.has-submenu.on > span::after {
  content: '\25BE';
  top: 0;
  font-size: 1.6rem;
}

.overlay ul li.has-submenu.on .submenu {
  height: auto;
}

a:link, a:visited {
  text-decoration: none;
  color: #d28019;
}

a:hover, a:active {
  text-decoration: underline;
}

a.underline:link, a.underline:visited, a.underline:hover, a.underline:active {
  text-decoration: underline;
  color: #d28019;
}

a.box {
  background: #d28019;
  color: #fff;
  border: 1px solid #915306;
  margin: 5px 0;
  padding: 5px 5px 5px 12px;
}

a.box:hover {
  background: #915306;
  color: #fff;
  text-decoration: none;
}

a.underlineArticle:link, a.underlineArticle:visited, a.underlineArticle:hover, a.underlineArticle:active {
  text-decoration: underline;
  color: #d28019;
  line-height: 12px;
}

a.subnav:link, a.subnav:visited {
  text-decoration: none;
  color: #d28019;
  line-height: 15px;
}

a.subnav:hover, a.subnav:active {
  text-decoration: underline;
}

a.subnav2:link, a.subnav2:visited {
  text-decoration: underline;
  color: #d28019;
  line-height: 15px;
}

a.subnav2:hover, a.subnav2:active {
  text-decoration: none;
}

a.booktitle:link, a.booktitle:visited, a.booktitle:hover, a.booktitle:active {
  text-decoration: underline;
  font-style: italic;
  color: #d28019;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.link-wrap {
  white-space: pre-wrap; /* CSS3 */    
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */    
  white-space: -o-pre-wrap; /* Opera 7 */    
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/*# sourceMappingURL=styles.css.map */
