@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
.tabs {
  background: #d5d1ff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e2e2e2;
}

.tabs-title > a {
  padding: 0.7rem;
}

.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.75);
}

.reveal {
  border: 2px solid #b3b3b3;
}

.card {
  border: 1px solid #cacaca;
}

/*$primary-color:#767676;
$secondary-color:#1779ba;*/
.pull-quote {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-style: normal;
  font-size: 1.125rem;
  max-width: 50%;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #1779ba;
  float: right;
  margin: 10px 0 0 20px;
  background: linear-gradient(#767676, #1779ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pull-quote:before {
  content: "";
}
.pull-quote:after {
  content: "";
}
@media print, screen and (min-width: 44.375em) {
  .pull-quote {
    font-size: 1.875rem;
    max-width: calc(50% - 5%);
    margin-right: -15%;
  }
}
@media print, screen and (min-width: 64em) {
  .pull-quote {
    max-width: calc(50% + 5%);
    margin-right: -25%;
  }
}

.articleMasterContainer {
  background-color: #fff;
}

.articleContainer2 {
  /*margin: .3rem;*/
  padding: 0.5rem;
  background-color: #fff;
}

.articleCategoryList {
  background-color: #fff;
  border: solid 1px #c8c8c8;
  margin: 0.2rem;
}
.articleCategoryList .imageContainer {
  overflow: hidden;
}
.articleCategoryList .image {
  transition: all 0.5s;
  /*  margin: .5rem;*/
  background-color: #d4d4d4;
  /* fallback color */
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  /* position: relative;*/
  overflow: hidden;
}
.articleCategoryList .image:hover {
  transition: all 0.5s;
  filter: brightness(140%);
  transform: scale(1.1);
}
.articleCategoryList .image:hover > div:hover {
  opacity: 1;
}
.articleCategoryList .title {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.1rem;
  font-weight: 700;
}
.articleCategoryList .title a:link, .articleCategoryList .title a:visited {
  color: #345b7b;
  transition: all 0.5s;
}
.articleCategoryList .title a:hover {
  color: #1a387b;
  transition: all 0.5s;
}
.articleCategoryList .count {
  bottom: 0;
  padding: 0.5rem;
  font-size: 1.1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.articleCategoryList .count a:link, .articleCategoryList .count a:visited {
  color: #345b7b;
  transition: all 0.5s;
}
.articleCategoryList .count a:hover {
  color: #1a387b;
  transition: all 0.5s;
}

.articleHero {
  width: 100%;
  /* height: 400px;*/
  /*  @media (max-width: 600px) {
      height: 200px;
    }*/
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5);
  /* background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.articleHeroTitle {
  background-color: rgba(255, 255, 255, 0.45);
  border-top: solid 1px #494949;
  border-bottom: solid 1px #494949;
  text-align: center;
  margin-top: 150px;
}
@media (max-width: 600px) {
  .articleHeroTitle {
    margin-top: 50px;
  }
}
.articleHeroTitle h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
  font-size: 3rem;
}
@media (max-width: 650px) {
  .articleHeroTitle h1 {
    font-size: 2rem;
  }
}

.articleHeroAuthor {
  font-size: 1.5rem;
  color: #1f1f1f;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-variant: small-caps;
  margin-bottom: 5px;
}

.articleContainer {
  padding: 1.5em;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.articleContainer p {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 1rem;
  line-height: 1.7rem;
  font-size: 1.09rem;
  text-align: justify;
}
.articleContainer h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1rem;
  border-bottom: solid 1px #0f1122;
}
.articleDetails {
  margin-left: 0.5rem;
  max-width: 250px;
  margin-top: 5rem;
  border-width: 1px;
  border-color: #aeaeae;
  border-style: solid;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 1024px) {
  .articleDetails {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .articleDetails {
    margin-top: 1rem;
  }
}
@media (min-width: 641px) {
  .articleDetails {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
  }
}
.articleDetails h2 {
  background-color: #0f1122;
  color: #cacac8;
  font-size: 1.3rem;
  padding: 0.25rem;
  font-weight: 700;
  text-align: center;
}
.articleDetails h3 {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}
.articleDetails p {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #363636;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1rem;
  font-weight: 700;
}

.articleListImageDisp {
  transition: transform 1s, filter 0.5s ease-in-out;
  filter: brightness(90%);
  overflow: hidden;
}
.articleListImageDisp a img {
  transition: transform 1s, filter 0.5s ease-in-out;
  /*    position: absolute;
      left: -1000%;
      right: -1000%;
      top: -1000%;
      bottom: -1000%;
      margin: auto;
      min-height: 100%;
      min-width: 100%;*/
}
.articleListImageDisp img:hover {
  transform: scale(1.3);
  transition: transform 1s, filter 0.5s ease-in-out;
  filter: brightness(105%);
}

.articleListCategory {
  color: #7b7b7b;
  margin: 1rem;
}
.articleListCategory a:link, .articleListCategory a:visited {
  color: #7b7b7b;
}
.articleListCategory a:hover {
  color: #3d657b;
}

.articleListTitle {
  color: #140d20;
  font-size: 3rem;
  margin: 1rem;
  line-height: 100%;
}
.articleListTitle a:link, .articleListTitle a:visited {
  color: #140d20;
  transition: 0.3s;
}
.articleListTitle a:hover {
  color: #112e4b;
}

.articleListDesc {
  color: #131313;
  font-size: 1rem;
  margin: 1.5rem;
}
.articleListDesc a:link, .articleListDesc a:visited {
  transition: 0.3s;
  color: #232323;
}
.articleListDesc a:hover {
  color: #112e4b;
}

.articleListAuthor {
  font-weight: 700;
  color: #131313;
  margin: 1.5rem;
}

.articleListTags {
  margin: 1.5rem;
}
.articleListTags a:link, .articleListTags a:visited {
  color: #7b7b7b;
}
.articleListTags a:hover {
  color: #3d657b;
}

.articleListLgContainer {
  background-color: #fff;
  padding: 1rem;
  min-height: 300px;
  margin: 0.2rem;
}
.articleListLgContainer .articleListImageDisp {
  min-width: 100%;
  min-height: 280px;
  max-height: 400px;
}
.articleListLgContainer .articleListCategory {
  color: #7b7b7b;
  margin: 1rem;
}
.articleListLgContainer .articleListCategory a:link, .articleListLgContainer .articleListCategory a:visited {
  color: #7b7b7b;
}
.articleListLgContainer .articleListCategory a:hover {
  color: #3d657b;
}
.articleListLgContainer .articleListTitle {
  color: #140d20;
  font-size: 3rem;
  margin: 1rem;
}
.articleListLgContainer .articleListDesc {
  color: #131313;
  font-size: 1rem;
  margin: 1.5rem;
}
.articleListLgContainer .articleListAuthor {
  font-weight: 700;
  color: #131313;
}
.articleListLgContainer .articleListTags {
  margin: 1.5rem;
}

.articleListMedContainer {
  background-color: #fff;
  padding: 1rem;
  min-height: 300px;
  margin: 0.2rem;
}
.articleListMedContainer .articleListImageDisp {
  min-width: 100%;
  min-height: 100px;
}
.articleListMedContainer .articleListTitle {
  font-size: 2rem;
}
.articleListMedContainer .articleListDesc {
  font-size: 1.1rem;
}
.articleListSmContainer {
  background-color: #fff;
  padding: 1rem;
  min-height: 300px;
  margin: 0.2rem;
}
.articleListSmContainer .articleListImageDisp {
  min-width: 100%;
  min-height: 100px;
}
.articleListSmContainer .articleListTitle {
  font-size: 1.7rem;
  margin: 1.2rem;
}
.articleListSmContainer .articleListDesc {
  margin: 1.2rem;
}
.articleListSmContainer .articleListAuthor {
  margin: 1.2rem;
}
.articleListSmContainer .articleListTags {
  margin: 1.2rem;
}

.top-bar, .top-bar ul {
  background-color: transparent;
}

.is-dropdown-submenu-parent > .is-dropdown-submenu {
  background-color: #e9e9ff;
}

.dropdown.menu > li {
  font-size: 1.5em;
}

.dropdown.menu > li > ul > li {
  font-size: 0.8em;
}

/*
.top-bar-left .menu a, .top-bar-right .menu a {
    !* line-height: 3rem;*!
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 2rem;
}
*/
#mobileNavList {
  display: none;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 8900;
  background: rgba(226, 226, 226, 0.9);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
}

/* Mobile Nav Icon */
#mobileNav-icon {
  width: 40px;
  height: 35px;
  position: relative;
  margin-top: 16px;
  margin-left: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#mobileNav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #5d6e79;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobileNav-icon span:nth-child(1) {
  top: 0px;
}

#mobileNav-icon span:nth-child(2), #mobileNav-icon span:nth-child(3) {
  top: 11px;
}

#mobileNav-icon span:nth-child(4) {
  top: 22px;
}

#mobileNav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobileNav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobileNav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobileNav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* END Mobile Nav Icon */
.linkbarBG {
  background-color: #96ca7a;
  background: rgba(226, 226, 226, 0.9);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
}

.top-bar-left .menu a:link, .top-bar-left .menu a:visited, .menu-mobile-vertical a:link, .menu-mobile-vertical a:visited {
  color: #3a465d;
  text-transform: uppercase;
}

.top-bar-left .dropdown.menu > li > a {
  padding-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}

.menu-mobile-right a {
  padding-top: 1.5rem;
  padding-right: 0.1rem;
}

/*.top-bar-left .menu a:hover{
    background-color: #0c0f2e;
}*/
/* Nav Bar Stroke */
.top-bar-left .menu a {
  position: relative;
}

.top-bar-left .menu a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}

.top-bar-left .menu a:hover:after {
  width: 100%;
}

.top-bar-left .menu a,
.top-bar-left .menu a:after,
.top-bar-left .menu a:before {
  transition: all 0.5s;
}

.top-bar-left .menu a:hover {
  color: #555;
}

/*Mobile version*/
.menu-mobile-vertical a {
  position: relative;
}

.menu-mobile-vertical a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}

.menu-mobile-vertical a:hover:after {
  width: 100%;
}

.menu-mobile-vertical a,
.menu-mobile-vertical a:after,
.menu-mobile-vertical a:before {
  transition: all 0.5s;
}

.menu-mobile-vertical a:hover {
  color: #325545;
}

/* END Nav Bar Stroke */
.top-bar-left.linkbarPrimary {
  background: #ffeaed;
  height: 40px;
}

.linkbarPrimaryLinks > li > a:link, .linkbarPrimaryLinks > li > a:visited {
  font-size: 1.2rem;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  border-color: #ffffff transparent transparent;
}

.linkbarPrimaryLinks > li > a:hover {
  color: #57c5ff;
}

/*.linkbarLinkWhite:link,linkbarLinkWhite:visited{
	color          :#ffffff;
	font-size      :1.3rem;
	text-transform :uppercase;
	}
.linkbarLinkWhite:hover{
	color          :#6fffee;
	font-size      :1.3rem;
	text-transform :uppercase;
	}*/
.linkbarTop > p {
  color: #4d80bc;
}

.linkbarTop a:link {
  color: #e3f5ff;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

.linkbarTop a:hover {
  color: #7ca1ff;
}

.linkbarSearchMedContainer {
  border-top: solid 1px #342539;
  border-bottom: solid 1px #a9b3b7;
  margin-top: 0;
  width: 100%;
  background-color: #edefea;
}

.linkbarSearchInner {
  margin: 0 auto;
  max-width: 800px;
  padding: 0.6rem 0.1rem 0.3rem 0.1rem;
}

.itemListingsMed {
  background-color: #fff;
  padding: 1rem;
  margin: 0.3rem;
}
.itemListingsMed .image {
  min-width: 100%;
  min-height: 280px;
}
.itemListingsMed .title {
  color: #140d20;
  font-size: 2rem;
  margin: 0.1rem 0.1rem 0.5rem 0.1rem;
  padding: 0;
}
.itemListingsMed .author {
  color: #7b7b7b;
  margin: 0 0 1rem 4rem;
}
.itemListingsMed .description p {
  margin: 0.5rem;
}
.itemListingsMed .buy {
  width: 100%;
}
.itemListingsMed .buy p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

/*

.productHero {
  width: 100%;
  min-height: 200px;

  .background {

  }

  .image {

  }

  .text {
    color: #fff;
  }

  .purchaseButton {

  }
}

.productHeader {
  max-width: 1200px;
  margin: 0 auto;

  h1 {

  }

  .subtitle {

  }
}

.productContent {
  max-width: 1200px;
  margin: 0 auto;

  .details {
    .top {

    }

    .detailList {

    }

    .purchaseButton {

    }
  }
}

.productListOthers {

  .item {

  }
}

.productListPage {
  .description {
    p {

    }
  }
}*/
.cardContainerStyle1 {
  margin-bottom: 1rem;
}
.cardContainerStyle1 p {
  font-size: 110%;
  text-align: center;
}
.cardContainerStyle1 .title {
  font-size: 120%;
}

.cardContainer {
  background-color: #fff;
  margin: 0.2rem;
  padding: 0.2rem;
  border: solid 1px #a8acb4;
}
.cardContainer .imageContainer {
  overflow: hidden;
}
.cardContainer .image {
  transition: all 0.5s;
  /*  margin: .5rem;*/
  /*background-color: #fff; */
  /* fallback color */
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  /* position: relative;*/
  overflow: hidden;
}
.cardContainer .image:hover {
  transition: all 0.5s;
  filter: brightness(140%);
  transform: scale(1.1);
}
.cardContainer .image:hover > div:hover {
  opacity: 1;
}
.cardContainer .title {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.1rem;
  font-weight: 700;
}
.cardContainer .title a:link, .cardContainer .title a:visited {
  color: #345b7b;
  transition: all 0.5s;
}
.cardContainer .title a:hover {
  color: #1a387b;
  transition: all 0.5s;
}

/*font-family: 'PT Sans', sans-serif;*/
/*h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}*/
h4 {
  font-size: 1.2rem;
}

.dropShadowBox {
  -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.67);
  -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.67);
  box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.67);
}

.dropShadowText {
  text-shadow: 2px 2px 2px #1a0e19;
}

.quoteShout {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-style: normal;
  font-size: 1.6rem;
  width: 50%;
  max-width: 250px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #1779ba;
  float: right;
  margin: 10px 0 0 20px;
  background: linear-gradient(#762452, #1779ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientText {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-style: normal;
  font-size: 1.6rem;
  width: 50%;
  max-width: 250px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #1779ba;
  float: right;
  margin: 10px 0 0 20px;
  background: linear-gradient(#762452, #1779ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientColor {
  background: linear-gradient(#a338a8, #189ae3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#userMessageList {
  width: 100%;
  max-width: 700px;
  border: solid 1px #cbcbcb;
  background-color: #ffffff;
}

.imageHover {
  transition: all 0.5s;
  /*  margin: .5rem;*/
  /* background-color: #d4d4d4;*/
  /* fallback color */
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.imageHover:hover {
  transition: all 0.5s;
  filter: brightness(140%);
  transform: scale(1.1);
}

.imageHover:hover > div:hover {
  opacity: 1;
}

.socialMediaButtonContainer {
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
  margin-left: 1px;
}

.bodyContent {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  /*padding: .5rem;*/
  z-index: 998;
  margin-top: 10px;
}

.container {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
}

a.linkWhite:link, a.linkWhite:visited {
  color: #ffffff;
  text-decoration: none;
}

a.linkWhite:hover {
  color: #f8c5b5;
}

a.linkGrey:link, a.linkGrey:visited {
  color: #b7b7b7;
  text-decoration: none;
}

a.linkGrey:hover {
  color: #f8c5b5;
}

a.linkLightBlue:link, a.linkLightBlue:visited {
  color: #1f82de;
  text-decoration: none;
}

a.linkLightBlue:hover {
  color: #1d5ca8;
}

.footerContainer {
  margin-top: 30px;
  background-color: #2a2e33;
  min-height: 60px;
  width: 100%;
  border-top: 5px solid #1b001d;
  border-bottom: 5px solid #1b001d;
}

.footerContent {
  background-color: #1e2024;
  min-height: 60px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

label {
  font-size: 1rem;
}

.linkbarLogo {
  max-width: 174px;
  height: auto;
  /*	padding-top    :5px;
      padding-bottom :6px;
      margin-top     :-27px;*/
}

.containerBackground1 {
  background: #dbd2e0;
  background: -moz-linear-gradient(top, #dbd2e0 0%, #9c98af 100%);
  background: -webkit-linear-gradient(top, #dbd2e0 0%, #9c98af 100%);
  background: -o-linear-gradient(top, #dbd2e0 0%, #9c98af 100%);
  background: -ms-linear-gradient(top, #dbd2e0 0%, #9c98af 100%);
  background: linear-gradient(to bottom, #dbd2e0 0%, #9c98af 100%);
}

.containerBackgroundText {
  /*
  background-color :#aaaaaa;
  */
  /*padding          :20px 20px 100px 20px;*/
  position: relative;
  width: 100%;
  overflow: hidden;
}

.containerBackgroundText::after {
  /*color       :#000000;*/
  content: attr(data-bg-text);
  display: block;
  font-size: 3rem;
  /*	transform         :rotate(20deg);
      -webkit-transform :rotate(20deg);*/
  color: rgba(156, 152, 175, 0.2);
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 3px;
  z-index: 10;
  /*	bottom            :-15px;
      right             :10px;*/
}

.linkbarSearchMed {
  display: none;
}

.fa-menubar {
  font-size: 1.4em;
  background: -webkit-linear-gradient(#65748c, #5d6394);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-menubar:hover {
  background: -webkit-linear-gradient(#213752, #23356f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 780px) {
  .dropdown.menu a {
    padding: 0.7rem 0.4rem;
  }
}
@media (max-width: 640px) {
  .linkbarLogo {
    width: auto;
    height: 60px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
  }
}
.dropcapLg {
  float: left;
  color: #2D2822;
  font-size: 500%;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px;
  font-family: Georgia, serif;
}

.dropcapSm {
  float: left;
  color: #2D2822;
  font-size: 300%;
  line-height: 40px;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 2px;
  font-family: Georgia, serif;
}

.max-width {
  max-width: 1200px;
}

.pageTitle {
  margin-top: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-shadow: 0px 0px 3rem rgba(255, 255, 255, 0.61);
  color: #0c0f2e;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8f8f8f;
}

.pageAuthor {
  font-family: serif;
  font-size: 2.2rem;
  text-align: center;
  color: #effdff;
  text-shadow: 0px 0px 2rem rgba(255, 255, 255, 0.3);
}

.articleHeaderCards {
  margin: 0 auto;
  padding: 1rem;
  background-color: rgba(250, 250, 250, 0.5);
  border: solid 1px #0c0f2e;
}

/*Off Canvas Structure*/
.mobileNav .mobileNav-menu {
  width: 20em;
  position: absolute;
  left: -20em;
  border: 0;
  height: calc(100vh - 59px);
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  overflow-y: auto;
  background: white;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.open .mobileNav .mobileNav-menu {
  left: 0;
}

.mobileNav-toggle {
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.orbit-previous, .orbit-next {
  background-color: #4a1336;
}

.mobileNav-toggle a, .account-toggle a {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin: 10px;
}

.mobileNav-toggle a::after {
  font-family: "FontAwesome";
  content: "\f0c9";
  margin-left: 0.5em;
}

.account-toggle a::before {
  font-family: "FontAwesome";
  content: "\f007";
}

.open .mobileNav-toggle a::after {
  content: "\f00d";
}

@media screen and (min-width: 64em) {
  .mobileNav {
    margin: 1em;
  }

  .mobileNav .mobileNav-menu {
    width: 100%;
    left: 0;
    margin-top: 0;
    height: auto;
    overflow-y: visible;
    position: relative;
    box-shadow: none;
  }

  .mobileNav-toggle {
    display: none;
  }
}
body {
  overflow-x: hidden;
}

.mobilepush {
  position: relative;
  left: 0;
  transition: left 0.2s ease-out;
}

.mobilepush.open {
  left: 20em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: white;
  text-transform: uppercase;
}

.mobilesearch {
  position: relative;
  margin: 1em 0;
  padding: 0 1em;
}

.logo {
  display: table;
  margin: 1.25em auto 0;
  text-align: center;
  font-size: 120%;
}

.hero {
  margin-top: calc(60px + 1em);
}

@media screen and (min-width: 40em) {
  .logo {
    display: table;
    margin: 1.25em auto 0;
    text-align: center;
    font-size: 120%;
  }
}
@media screen and (min-width: 64em) {
  .header {
    position: relative;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  }
}

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