.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

ul.list {
  z-index: 20;
}

body {
  background-color: #f6fbff;
  font-family: Domine, sans-serif;
  color: #4d5a83;
  font-size: 100%;
  line-height: 1.65em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #15003f;
  font-size: 4em;
  line-height: 1.15em;
  font-weight: 400;
  letter-spacing: 2.5px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: 'Playfair Display', sans-serif;
  color: #15003f;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 400;
}

h3 {
  margin-bottom: 10px;
  color: #15003f;
  font-size: 1.05em;
  line-height: 1.75em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #15003f;
  font-size: 1.5em;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin-bottom: 20px;
  line-height: 2em;
}

a {
  color: #000;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

table {
width:100%;
margin-top: 20px;
margin-bottom:20px;
}

table, th, td {  
border: 1px solid #E3E1FF;
padding: 20px;
text-align:left;
}

.nav-bar {
  position: static;
  width: 100%;
  height: 85px;
  border-bottom: 1px solid #fff;
  background-color: #fbfdff;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.container.flex-just {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.mobile-nav-container {
  display: none;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #d7e7fc;
}

.heading {
  color: #15003f;
  font-size: 300%;
  line-height: 1em;
}

.top-bg {
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 650px;
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, rgba(246, 251, 255, 0.6)), to(#f6fbff)), url('/../images/Path.svg'), url('/../images/Path-3.svg'), -webkit-gradient(linear, left top, left bottom, from(#d7ebfa), color-stop(42%, #f6fbff));
  background-image: linear-gradient(180deg, rgba(246, 251, 255, 0.6) 82%, #f6fbff), url('/../images/Path.svg'), url('/../images/Path-3.svg'), linear-gradient(180deg, #d7ebfa, #f6fbff 42%);
  background-position: 0px 0px, 50% 100%, 50% 100%, 0px 0px;
  background-size: auto, contain, cover, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
}

.page-wrapper {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
}

.submit-button {
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-image: linear-gradient(150deg, #5e7df9, #3758db);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

.submit-button.mob-submit {
  display: none;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15003f;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-field {
  width: 49%;
  height: 70px;
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  font-family: Merriweather, serif;
  color: #3f3f3f;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.75px;
}

.text-field::-webkit-input-placeholder {
  color: #3f3f3f;
}

.text-field:-ms-input-placeholder {
  color: #3f3f3f;
}

.text-field::-ms-input-placeholder {
  color: #3f3f3f;
}

.text-field::placeholder {
  color: #3f3f3f;
}

.select-field {
  width: 100%;
  height: 60px;
  border: 1px none #000;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  box-shadow: 0 0 50px 0 rgba(255, 0, 0, 0);
  font-family: Merriweather, serif;
  color: #414141;
  font-size: 1.2em;
  line-height: 60px;
  font-weight: 300;
  text-indent: 20px;
}

.category-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 95px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fffefe;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  font-weight: 700;
  text-decoration: none;
}

.category-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-link-tab-1 {
  background-color: transparent;
}

.tab-link {
  margin-left: -30px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
  color: grey;
  font-size: 0.75em;
}

.tab-link.w--current {
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6fbff), color-stop(48%, #e3e9fa));
  background-image: linear-gradient(180deg, #f6fbff, #e3e9fa 48%);
  color: #15003f;
  font-size: 0.75em;
  line-height: 2.5em;
}

.bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7fd), to(#e4eafa));
  background-image: linear-gradient(180deg, #f6f7fd, #e4eafa);
  color: rgba(20, 0, 61, 0.5);
  font-size: 0.9em;
}

.link {
  color: #15003f;
  text-decoration: none;
}

.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  margin-top: 20px;
}

.two-thirds {
  width: 33.333%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  font-size: 1.5em;
}

.newsletter-catpure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.slider {
  background-color: transparent;
}

.slider-left-arrow {
  left: -135px;
  top: 20px;
  color: #15003f;
  font-size: 4em;
}

.slide {
  width: 25%;
  padding: 20px 10px;
}

.slide.slide-foour {
  margin-right: 100px;
}

.entry-card {
  position: relative;
  width: 100%;
  height: 280px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
}

.mask {
  overflow: hidden;
  width: 100%;
  height: 400px;
  padding: 20px;
}

.full-width {
  width: 100%;
}

.entry-card-img {
  width: 100%;
  height: 135px;
  background-image: url('/../images/1953-02-27-PX-Pee_album-page_06-2MP.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-3 {
  text-decoration: none;
}

.slide-nav {
  display: none;
}

.tabs-content {
  overflow: visible;
  margin-right: -30px;
  margin-bottom: 40px;
  margin-left: -30px;
}

.entry-card-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  font-size: 0.75em;
  font-weight: 400;
}

.right-arrow {
  top: 20px;
  right: -135px;
  color: #15003f;
  font-size: 4em;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reading-image {
  width: 55%;
}

.list {
  line-height: 2.5em;
}

.list-link {
  color: rgba(21, 0, 63, 0.55);
  text-decoration: none;
}

.view-more-link {
  color: #15003f;
}

.typewritter-image {
  width: 60%;
  margin-right: 20px;
  padding-right: 20px;
}

.search-dropdown-wrapper {
  position: relative;
  z-index: 11;
  height: 70px;
  margin-right: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.site-logo {
  position: absolute;
  left: 40px;
  top: 20px;
  right: auto;
  bottom: auto;
}

.sign-in-btn {
  position: absolute;
  left: auto;
  top: 26px;
  right: 20px;
  bottom: auto;
  padding: 5px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(21, 0, 63, 0.5);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(21, 0, 63, 0.5);
  font-size: 0.8em;
}

.watermark-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(20, 0, 61, 0.5);
  text-decoration: none;
}

.top-block {
  margin-top: 85px;
}

.search-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #15003f;
}

.search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.search-result-image {
  width: 240px;
  height: 240px;
  background-image: url('/../images/1953-02-27-PX-Pee_album-page_06-2MP.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.search-result-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-paragraph {
  color: rgba(51, 51, 51, 0.75);
  font-size: 0.9em;
}

.search-result-info {
  color: rgba(21, 0, 63, 0.5);
  font-size: 0.8em;
}

.fake-link {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}

.search-text {
  margin-top: 15px;
  font-size: 1.3em;
}

.search-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15003f;
}

.page-number-link {
  color: rgba(21, 0, 63, 0.5);
  text-decoration: none;
}

.page-button {
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  color: rgba(21, 0, 63, 0.66);
}

.display-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  color: rgba(21, 0, 63, 0.5);
}

.vertical-divider {
  width: 2px;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: rgba(21, 0, 63, 0.08);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 55px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  color: rgba(21, 0, 63, 0.5);
}

.icon {
  position: static;
  margin-right: 0px;
}

.filter-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 100%;
  margin-right: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.appear-filter-button {
  opacity: 0.5;
}

.appear-filter-button:hover {
  opacity: 1;
}

.dropdown-list {
  background-color: #8f7777;
}

.dropdown-list.w--open {
  position: relative;
  margin-top: -3px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  color: #15003f;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #edebf0;
  color: rgba(21, 0, 63, 0.5);
  text-decoration: none;
}

.dropdown {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-offset {
  margin-right: -30px;
  margin-left: -30px;
}

.comment-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.comment-display-picture {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-image: url('/../images/headshot-square.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.comment-image {
  margin-right: 60px;
  margin-left: 10px;
}

.comment-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-user-title {
  margin-top: 30px;
  color: rgba(21, 0, 63, 0.5);
  font-size: 0.9em;
}

.comment-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  height: 50px;
  padding-top: 13px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-image: linear-gradient(150deg, #5e7df9, #3758db);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
}

.button.pop-up-btn {
  width: 100%;
  margin-top: 10px;
}

.button.newsletter-btn {
  height: 45px;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.flex-just {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-just.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-card {
  position: relative;
  width: 100%;
  padding: 10px 10px 70px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
}

.image-card.slide-four {
  margin-right: 38px;
}

.short-slider {
  overflow: hidden;
  width: 100%;
  height: 350px;
  padding: 0px 20px 20px;
}

.image-card-img {
  width: 100%;
  height: 200px;
  background-image: url('/../images/1953-02-27-PX-Pee_album-page_06-2MP.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  width: 33.33%;
  padding-left: 14px;
}

.sidebar.sidebar-grow {
  width: 0%;
  min-width: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(21, 0, 63, 0.26);
  border-radius: 5px;
  color: rgba(21, 0, 63, 0.66);
  font-size: 0.8em;
  text-decoration: none;
}

.double-line-height {
  line-height: 2em;
}

.full-description {
  padding-right: 40px;
  color: rgba(51, 51, 51, 0.88);
}

.half-width {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.short-description {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
  color: rgba(51, 51, 51, 0.88);
  font-size: 1.15em;
}

.album-entry-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.album-entry-card.left-short {
  margin-right: 0px;
}

.album-entry-card-image {
  width: 100%;
  height: 454px;
  background-image: url('/../images/1953-02-27-PX-Pee_album-page_06-2MP.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.album-entry-card-image.album-entry-card-image-single {
  height: 1008px;
}

.album-entry-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(21, 0, 63, 0.66);
  font-size: 1.2em;
  text-decoration: none;
}

.heading-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.about-image {
  width: 60%;
  margin-left: 76px;
}

.barrie-s-image {
  width: 49%;
  margin-right: 20px;
  padding-right: 20px;
}

.hopsital-image {
  width: 58%;
  margin-left: 96px;
}

.copyright-image {
  width: 66%;
  margin-right: 20px;
  padding-right: 59px;
}

.sidebar-link {
  color: #5214ce;
  text-decoration: none;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-text-field {
  width: 90%;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.contact-textarea {
  width: 95%;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  min-width: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.form-3 {
  padding-top: 10px;
}

.search-result-boxed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 23.5%;
  margin-right: 0.75%;
  margin-bottom: 20px;
  margin-left: 0.75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.search-result-text-boxed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 15px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 70%;
  font-weight: 400;
  text-align: center;
}

.search-result-image-boxed {
  width: 100%;
  height: 200px;
  background-image: url('/../images/1953-02-27-PX-Pee_album-page_06-2MP.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.search-results-boxed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.pop-up {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(21, 0, 63, 0.5);
  opacity: 0;
}

.pop-up-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 750px;
  height: auto;
  max-width: 750px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.heading-5 {
  font-size: 2em;
}

.small-h2 {
  margin-bottom: 20px;
  font-size: 2em;
}

.sign-in-image {
  width: 50%;
  height: auto;
  background-color: #8584c3;
  background-image: url('/../images/reading.svg'), -webkit-gradient(linear, left top, left bottom, from(#621bf1), to(#5f1de2));
  background-image: url('/../images/reading.svg'), linear-gradient(180deg, #621bf1, #5f1de2);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.pop-up-padding {
  padding: 25px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9em;
}

.pop-up-label {
  margin-bottom: 0px;
  color: #9696a1;
  font-size: 0.8em;
  text-align: left;
}

.register-link {
  font-size: 0.9em;
}

.center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sign-in-field {
  border-radius: 5px;
}

.text-field-3 {
  border-radius: 5px;
}

.newsletter-field {
  height: 45px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1em;
}

.mobile-menu {
  display: none;
}

.article-image {
  margin-right: 20px;
  float: left;
}

.text-block-2 {
  color: rgba(20, 0, 61, 0.5);
  text-decoration: none;
}

.heading-8 {
  clear: none;
}

.description {
  min-width: 66.666%;
}

.sidebar-grow {
  min-width: 33.33%;
}

.spacer {
  width: 20px;
  height: 20px;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.sign-upfield {
  width: 95%;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.comment-field {
  width: 100%;
  max-height: 100px;
  min-height: 100px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 1em;
}

.comment-form {
  width: 100%;
}

.new-comment-wrapper {
  display: block;
}

@media (max-width: 1330px) {
  body {
    font-size: 1.6vw;
  }
  h2 {
    font-size: 4.5vw;
  }
  .container.navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-bg {
    background-position: 0px 0px, 50% 100%, 50% 100%, 0px 0px;
    background-size: auto, auto 50vh, auto 50vh, auto;
  }
  .submit-button.mob-submit {
    display: none;
  }
  .nav-links {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-field {
    width: 45%;
  }
  .category-btn {
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
  }
  .category-btns {
    width: 101.6%;
    margin-left: -1%;
  }
  .site-logo {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sign-in-btn {
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 30px;
  }
  .copyright-image {
    width: 55%;
  }
  .search-result-boxed {
    width: 31.8%;
  }
  .heading-6 {
    font-size: 6vw;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 3vw;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
  }
  .container.flex-just {
    display: block;
  }
  .container.footer-flex {
    display: block;
  }
  .container.navbar-container {
    display: none;
  }
  .container.mobile-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-bg {
    background-position: 0px 0px, 50% 100%, 50% 100%, 0px 0px;
    background-size: auto, auto 100vh, auto 100vh, auto;
  }
  .page-wrapper {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    background-color: #f6fbff;
  }
  .submit-button {
    display: none;
    width: 100%;
    margin-top: 10px;
  }
  .submit-button.mob-submit {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    padding: 10px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  }
  .text-field {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 0px;
    box-shadow: none;
  }
  .category-btn {
    width: 29.33%;
    height: 25vw;
    margin-right: 2%;
    margin-left: 2%;
  }
  .category-btns {
    width: 104%;
    margin-left: -2%;
  }
  .bottom-bar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grow {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .two-thirds {
    width: 100%;
  }
  .slide {
    width: 59vw;
  }
  .mask {
    width: 103%;
    margin-top: -40px;
  }
  .block {
    position: relative;
  }
  .flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-dropdown-wrapper {
    display: none;
    margin-right: 0px;
  }
  .search-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-result-image {
    width: 100%;
  }
  .search-text {
    margin-bottom: 25px;
  }
  .page-number-link {
    display: none;
  }
  .div-block-3 {
    width: 100%;
  }
  .dropdown {
    margin-right: 0px;
  }
  .comment-card {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .comment-display-picture {
    width: 50px;
    height: 50px;
  }
  .comment-image {
    display: none;
  }
  .comment-user-title {
    margin-top: 10px;
  }
  .flex-just.align-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0px;
    border-top: 1px solid #d7e7fc;
  }
  .half-width {
    width: 100%;
  }
  .short-description {
    display: none;
    padding-left: 0px;
  }
  .album-entry-card-image.album-entry-card-image-single {
    height: 50vw;
  }
  .about-image {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .barrie-s-image {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .hopsital-image {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-left: 0px;
  }
  .copyright-image {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .form-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-text-field {
    width: 100%;
  }
  .search-result-boxed {
    width: 48.5%;
  }
  .heading-7 {
    margin-bottom: 40px;
  }
  .mob-hide {
    display: none;
  }
  .tabs-menu {
    display: none;
  }
  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 50px 50px 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f6fbff;
    background-image: radial-gradient(circle closest-side at 25% 50%, hsla(0, 0%, 100%, 0.23) 9%, hsla(0, 0%, 100%, 0)), -webkit-gradient(linear, left top, right top, from(rgba(77, 21, 189, 0.93)), to(#360e86));
    background-image: radial-gradient(circle closest-side at 25% 50%, hsla(0, 0%, 100%, 0.23) 9%, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, rgba(77, 21, 189, 0.93), #360e86);
    color: #fff;
    text-align: right;
  }
  .image-2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .mobile-nav-link {
    font-family: 'Playfair Display', sans-serif;
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 7vw;
    line-height: 2.5em;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-sign-in-link {
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-right: -5px;
    padding: 7px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-btn-line {
    width: 100%;
    height: 3px;
    background-color: #15003f;
  }
  .sign-upfield {
    width: 100%;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 4vw;
  }
  h1 {
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  h2 {
    font-size: 7vw;
  }
  .nav-bar {
    height: 55px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .top-bg {
    height: 60vh;
    background-position: 0px 0px, 0% 100%, 100% 100%, 0px 0px;
    background-size: auto, auto 50vh, auto 33vh, auto;
  }
  .submit-button {
    display: none;
  }
  .submit-button.mob-submit {
    z-index: 10;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  }
  .text-field {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 0.9em;
  }
  .slider {
    height: 100%;
  }
  .slide {
    width: 75%;
  }
  .entry-card {
    height: 80vw;
  }
  .mask {
    height: 110vw;
  }
  .entry-card-img {
    height: 50vw;
  }
  .block {
    position: relative;
  }
  .reading-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 33.33%;
  }
  .list-link {
    font-size: 3vw;
  }
  .typewritter-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 33.33%;
    margin-top: -8px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .top-block {
    margin-top: 30px;
    font-size: 4vw;
  }
  .display-options {
    margin-right: 0px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-toggle {
    width: 100%;
  }
  .dropdown {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .comment-card {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comment-left {
    width: 100%;
  }
  .comment-card-text {
    padding-top: 0px;
  }
  .button {
    margin-bottom: 20px;
  }
  .flex-just {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .album-entry-card-image {
    height: 55vw;
  }
  .album-entry-card-link {
    height: 65px;
  }
  .search-result-boxed {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .pop-up-box {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    min-height: 100vh;
  }
  .sign-in-image {
    width: 100%;
    height: 25vh;
  }
  .tabs-menu-2 {
    display: none;
  }
}

