html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: 'Instrument Sans', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}

.logo {
  width: 100%;
  text-align: center;
}

.social-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.social {
  width: 100%;
  order: 2;
}

.social ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.social ul li {
  list-style-type: none;
  margin-left: 20px;
}

.search {
  width: 100%;
  position: relative;
  margin-top: 15px;
  order: 1;
}

.search .bar {
  background-color: #EBDBEB;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 25px;
  color: #333;
}

.search .bar:focus {
  outline: 0;
}

.search .circlebtn {
  background-color: #7C2682;
  text-indent: -9999px;
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  border: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  border-radius: 25px;
  background-position: calc(50% - 1px);
  cursor: pointer;
}

.search .circlebtn:hover {
  opacity: 0.8;
}

.search .bar::placeholder {
  color: #7C2682;
}

.slider {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  margin-top: 15px;
}

.slider .right-panel {
  background-color: #593979;
  color: #fff;
  font-weight: 700;
  padding: 20px;
}

.slider .right-panel a {
  color: #fff;
  text-decoration: none;
}

.slider .right-panel .meta {
  font-size: 14px;
  margin-top: 20px;
}

.slider .right-panel {
  font-size: 26px;
}

.slider .nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.slider .nav .prev,
.slider .nav .next {
  margin: 0 25px;
  cursor: pointer;
}

.slider .kv {
  width: 100%;
}

.slider .kv img {
  width: 100%;
  display: block;
}

.slides {
  width: 100%;
  position: relative;
}

.slides .slide img {
  width: 100%;
  display: block;
}

.slider .adspace a:hover {
  opacity: 1;
}

.slider .adspace {
  margin: 20px 20px 0 20px;
  bottom: 0;
}

.events-news {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.events-news .events {
  width: 100%;
  order: 2;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.events-news .item {
  margin-bottom: 20px;
  display: block;
}

.events-news .item .thumb img {
  display: block;
  width: 100%;
}

.events-news .events .date {
  color: #7C2682;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
}

.events-news .events .item .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.events-news .events .header,
.events-news .news .header,
.worldofwit .header,
.goodreads .header {
  font-weight: 800;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 30px;
  color: #3D3A2F;
}

.events-news .events .header a:hover,
.events-news .news .header a:hover,
.worldofwit .header a:hover,
.goodreads .header a:hover {
  color: #7C2682;
}

.events-news .news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  order: 1;
}

.events-news .news .header .more {
  display: none;
}

.events-news .news .item .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.events-news a {
  text-decoration: none;
  color: #3D3A2F;
}

.events-news .news .item {
  width: 48%;
  display: block;
}

.events-news .news .item .meta {
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
}

.meta a {
  color: #7C2682;
}

.events-news .news .item .meta .date {}

.worldofwit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.worldofwit .header a {
  color: #3D3A2F;
  text-decoration: none;
}

.worldofwit .item {
  width: 100%;
  text-decoration: none;
  margin-bottom: 20px;
}

.worldofwit .item:last-of-type {
  margin-bottom: 0;
}

.worldofwit .item .thumb img {
  width: 100%;
  display: block;
  height: 185px;
  object-fit: cover;
}

.worldofwit .item .category {
  font-size: 14px;
  color: #7C2682;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-top: 10px;
}

.worldofwit .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #3D3A2F;
  margin-top: 10px;
}

.goodreads {
  margin-top: 20px;
}

.goodreads .header {
  margin-bottom: 20px;
}

.goodreads .header a {
  color: #3D3A2F;
  text-decoration: none;
}

.goodreads .articles {
  display: flex;
  flex-wrap: wrap;
}

.goodreads .articles .item {
  display: flex;
  text-decoration: none;
  margin-bottom: 20px;
}

.goodreads .articles .item .thumb {
  width: 115px;
}

.goodreads .articles .item .thumb img {
  display: block;
}

.goodreads .articles .item .text {
  width: calc(100% - 115px);
  padding-left: 15px;
}

.goodreads .articles .item .text .category {
  font-size: 14px;
  color: #7C2682;
  font-weight: 600;
  text-transform: uppercase;
}

.goodreads .articles .item .text .title {
  color: #242A2E;
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
}

.goodreads .adspace-300x250 {
  text-align: center;
  width: 100%;
}

.goodreads .adspace-300x250 .text {
  font-size: 13px;
  margin-top: 10px;
  color: #999;
  text-align: center;
}

.goodreads .article-ad-wrap {
  display: flex;
  flex-wrap: wrap;
}

.adspace-970x250 {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.adspace-970x250 .text {
  font-size: 13px;
  margin-top: 10px;
  color: #999;
  text-align: center;
}

.newsletter {
  background-color: #593979;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin-top: 30px;
}

.newsletter .text {
  color: #fff;
}

.newsletter .text .title {
  font-size: 32px;
  font-weight: 800;
}

.newsletter .text .subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.newsletter .email-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 15px;
  width: 100%;
  padding: 12px 0 12px 20px;
  border: 0;
  color: #333;
  font-size: 15px;
  margin-top: 20px;
}

.newsletter .email-input:focus {
  outline: 0;
}

.newsletter .email-input::placeholder {
  color: #3D3A2F;
}

.newsletter .email-submit {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #8D84B1;
  color: #fff;
  padding: 12px 0 12px 20px;
  background-image: url('../images/icon-submitarrow.png');
  background-repeat: no-repeat;
  background-position: 93% 51%;
  width: 100%;
  border: 0;
  border-radius: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  margin-top: 20px;
}

.newsletter .email-submit:hover {
  background-color: #37305B;
}

footer {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 20px 25px 20px;
  background-color: #593979;
  position: relative;
  color: #fff;
  margin: 40px -20px 0 -20px;
}

footer .column {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}

footer .copyright {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin: 15px 0 0 0;
  text-align: center;
}

footer .header {
  color: #C5C6E8;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

footer .column.one .title {
  font-size: 15px;
  font-weight: 500;
}

footer .email-input {
  width: 100%;
  border-radius: 8px;
  padding: 10px 20px;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 12px;
}

footer .email-input::placeholder {
  color: #3D3A2F;
}

footer .email-submit {
  width: 100%;
  border-radius: 8px;
  padding: 10px 20px;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  background-color: #8D84B1;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  background-image: url(../images/icon-submitarrow.png);
  background-repeat: no-repeat;
  background-position: 93% 51%;
  cursor: pointer;
}

footer .email-submit:hover {
  background-color: #37305B;
}

footer .northstarlogo {
  text-align: left;
  width: 100%;
  margin-top: 38px;
}

footer .northstarlogo .text {
  margin-bottom: 10px;
}

footer .opportunities {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

footer .opportunities a {
  color: #C5C6E8;
  font-weight: 600;
  text-decoration: none;
}

footer .social ul {
  justify-content: flex-start;
}

footer .social ul li {
  margin-left: 0;
  margin-right: 20px;
}

footer .links {
  margin-top: 30px;
}

footer .links a {
  font-size: 20px;
  font-weight: 700;
  color: #C5C6E8;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

footer .links a:hover {
  opacity: 0.8;
}

.slick-slide {
  margin-right: 20px;
}

.slide-slide:last-child {
  margin-right: 0;
}

.events-wrap {
  margin-right: -20px;
}

.events .arrows button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
}

.slick-dots {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  list-style-type: none;
  margin: -2px 5px 0 5px;
  display: flex;
  align-items: center;
}

.dots .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: #D3D3D3;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #7C2682;
}

.events .arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.events .arrows button {
  cursor: pointer;
  transition: 0.2s;
}

.events .slick-disabled {
  opacity: 0;
}

.slider .slick-slide {
  margin-right: 0;
}

.slider .slide a:hover {
  opacity: 1;
}

.titlebar {
  background-color: #60367D;
  padding: 20px 20px 0 20px;
  height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 15px -20px 0 -20px;
}

.listing {
  max-width: 1140px;
  margin: 0 auto;
}

.listing .thumb {
  text-align: right;
  order: 1;
}

.listing .thumb img {
  display: block;
}

.listing .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.listing .write-up {
  order: 2;
  margin-top: 20px;
}

.listing .item a.title {
  font-size: 28px;
  font-weight: 700;
  color: #3D3A2F;
  text-decoration: none;
}

.listing .meta {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;
  color: #666;
}

.listing .meta a {
  text-decoration: none;
}

.listing .excerpt {
  color: #3D3A2F;
  font-size: 18px;
  margin-top: 20px;
  line-height: 150%;
}

.listing .excerpt a {
  text-decoration: none;
  color: #666;
}

.listing .excerpt a:hover {
  color: #7C2682;
}

.listing .meta .date {}

.unloaded {
  height: 0;
  opacity: 0;
  transition: 0.5s;
}

.unloaded .item {
  margin-top: 0;
}

.unloaded.load {
  height: auto;
  opacity: 1;
}

.unloaded.load .item {
  margin-top: 48px;
}

.loadmore {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  margin-top: 45px;
}

.loadmore .icon {
  margin-left: 5px;
}

.loadmore:hover {
  opacity: 0.8;
}

.detail-pg {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
}

.detail-pg .kv {
  margin-top: -50px;
}

.detail-pg .kv img {
  display: block;
}

.detail-pg .breadcrumb-share {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.detail-pg .breadcrumb-share .breadcrumb {
  color: #000;
}

.detail-pg .breadcrumb-share .breadcrumb a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.detail-pg .breadcrumb-share .breadcrumb a:last-of-type {
  color: #7C2682;
}

.detail-pg .breadcrumb-share .share {
  width: 100%;
  margin-top: 15px;
}

.detail-pg .breadcrumb-share .share a {
  display: flex;
  align-items: center;
  color: #7C2682;
  text-decoration: none;
}

.detail-pg .breadcrumb-share .share a img {
  margin-right: 10px;
}

.detail-pg .title {
  font-size: 28px;
  margin-top: 30px;
  font-weight: 700;
  color: #3D3A2F;
}

.detail-pg .meta {
  font-weight: 500;
  font-size: 15px;
  margin-top: 25px;
  color: #666;
}

.detail-pg .meta .date {
  color: #000;
}

.detail-pg .textbody {
  margin-top: 40px;
  font-size: 16px;
  color: #3D3A2F;
  line-height: 135%;
}

.detail-pg .textbody h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.detail-pg .textbody strong {
  font-weight: 600;
}

.detail-pg .textbody a {
  color: #7C2682;
  text-decoration: none;
}

.detail-pg .textbody p {
  margin-top: 0;
}

.detail-pg .adspace {
  margin-bottom: 40px;
  margin-top: 40px;
}

.adspace .text {
  font-size: 11px;
  margin-top: 10px;
  color: #999;
  text-align: center;
}

.related {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}

.related::before {
  content: '';
  width: 47px;
  padding-top: 12px;
  border-top: 1px solid #666;
}

.related .header {
  width: 100%;
  color: #000;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 25px;
}

.related .article {
  display: flex;
  width: 100%;
}

.related .article .thumb {
  min-width: 114px;
}

.related .article .writeup {
  align-items: flex-start;
  padding: 0 15px 0 15px;
}

.related .article .writeup .category {
  color: #7C2682;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 100%;
}

.related .article .writeup .title {
  font-size: 16px;
  font-weight: 700;
  color: #3D3A2F;
  margin-top: 7px;
  line-height: 120%;
}

.about-banner {
  max-width: 1140px;
  margin: -3.5% auto 0 auto;
}

.about-banner img {
  display: block;
}

.about-content {
  max-width: 1140px;
  margin: 30px auto 0 auto;
  font-size: 16px;
  line-height: 135%;
  color: #3D3A2F;
}

.about-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
}

.contact-form {
  max-width: 780px;
  margin: 40px auto 0 auto;
}

.contact-form::before {
  content: '';
  width: 47px;
  display: block;
  border-top: 1px solid #3D3A2F;
  padding-top: 20px;
}

.contact-form .header {
  font-size: 30px;
  font-weight: 800;
}

.contact-form .item {
  margin-top: 20px;
}

.contact-form .dbl-col {
  margin-top: 10px;
}

.contact-form .dbl-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form .dbl-col input {
  width: 100%;
  margin: 0 0 20px 0;
}

.contact-form .dbl-col input:last-of-type {
  margin-bottom: 0;
}

.contact-form input {
  padding: 12px 20px;
  border: 1px solid #D7D7D7;
  border-radius: 15px;
  font-weight: 400;
  font-size: 15px;
  max-width: 100%;
}

.contact-form input::placeholder {
  color: #3D3A2F;
}

.contact-form select {
  width: 100%;
  font-size: 15px;
  padding: 12px 20px;
  border: 1px solid #D7D7D7;
  border-radius: 15px;
  font-weight: 400;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('../images/loadmore-arrow.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.contact-form option:disabled {
  color: #3D3A2F;
}

.contact-form .captcha .code {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 20px;
}

.contact-form .captcha input {
  width: 49%;
}

.contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #D7D7D7;
  border-radius: 15px;
  font-size: 15px;
  height: 120px;
}

.contact-form textarea::placeholder {
  color: #3D3A2F;
}

.contact-form .submit-btn {
  background-color: #8D84B1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  max-width: 267px;
  text-align: left;
  width: 100%;
  border: 0;
  background-image: url(../images/icon-submitarrow.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
}

.privacy-tnc {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

.privacy-tnc a {
  color: #7C2682;
  text-decoration: none;
}

.privacy-tnc .hero {
  order: 1;
  margin-top: 15px;
  margin: 20px 0;
  width: 100%;
}

.privacy-tnc .hero img {
  width: 100%;
}

.privacy-tnc .text {
  order: 2;
  color: #3D3A2F;
  font-size: 16px;
  line-height: 135%;
}

.privacy-tnc .text ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.privacy-tnc .text ul li {
  margin-bottom: 15px;
}

.privacy-tnc .text h1 {
  font-size: 20px;
  line-height: 135%;
  margin: 0;
}

.privacy-tnc .full-width {
  width: 100%;
}

.sitemap-pg {
  margin-top: 50px;
}

.sitemap-pg .years-section {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-pg .header {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 24px;
  color: #3D3A2F;
}

.sitemap-pg .years-section a.year {
  font-size: 18px;
  color: #3D3A2F;
  text-decoration: none;
  width: 33%;
  display: block;
  margin-bottom: 38px;
}

.sitemap-pg .divider {
  width: 100%;
  margin: 2px 0 40px 0;
  border-top: 1px solid #ccc;
  display: block;
}

.sitemap-pg .map {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-pg .map .header {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 24px;
}

.sitemap-pg .map .column {
  width: 100%;
}

.sitemap-pg .map .column a {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #3D3A2F;
  text-decoration: none;
}

.sitemap-pg .email-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 15px;
  width: 100%;
  padding: 12px 0 12px 20px;
  color: #333;
  font-size: 15px;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.sitemap-pg .email-submit {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #8D84B1;
  color: #fff;
  padding: 12px 0 12px 20px;
  background-image: url(../images/icon-submitarrow.png);
  background-repeat: no-repeat;
  background-position: 93% 51%;
  width: 100%;
  border: 0;
  border-radius: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  margin-top: 20px;
}

.sitemap-pg .email-submit:hover {
  background-color: #37305B;
}

.sitemap-pg .signup .text {
  font-size: 18px;
  color: #3D3A2F;
}

.events .header {
  display: flex;
  justify-content: space-between;
}

.news .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .header .more {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.news .header .more img {
  margin-left: 8px;
}

.alignleft {
  float: left;
  padding: 0 15px 10px 0;
}

.wp-caption-text {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
}

.wp-caption {
  padding: 0 0 15px 0;
  width: 100% !important;
}

.wp-caption img {
  height: auto;
  width: 100% !important;
}

.addthis_counter .atc_s {
  background: transparent !important;
  font-size: 16px !important;
  background-image: url('../images/icon-share.png') !important;
  background-repeat: no-repeat !important;
}

.addthis_counter a.atc_s {
  padding: 0 0 0 25px !important;
}

.addthis_counter a {
  font-family: 'Instrument Sans', sans-serif !important;
}

.pagination {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
  font-weight: 600;
}

.pagination a {
  text-decoration: none;
  background-repeat: no-repeat;
  color: #7C2682;
}

.pagination .older {
  background-image: url('../images/icon-prev-purple.png');
  background-position: 0 center;
  padding-left: 15px;
}

.pagination .newer {
  background-image: url('../images/icon-next-purple.png');
  background-position: 100% center;
  padding-right: 15px;
}

#st-1 .st-btn {
  padding: 0 !important;
}

#st-1 .st-btn>img {
  height: auto;
  width: auto;
}

.st-btn::after {
  content: 'Share this';
  color: #593979;
  font-size: 16px;
}

#st-1 .st-btn:hover {
  top: 0 !important;
}

.backbtn {
  background-color: #712e7e;
  color: #fff;
  text-decoration: none;
  padding: 8px 30px 8px 35px;
  display: inline-block;
  font-size: 13px;
  border-radius: 0 0 5px 5px;
  background-image: url(../images/backbtn-arrow.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.backbtn.bottom {
  border-radius: 5px;
}

.code {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap:nth-of-type(2) {
  margin-top: 20px;
}

.events-news .news .show-all {
  width: 100%;
}

.events-news .news .show-all a {
  display: flex;
  font-size: 24px;
  font-weight: 800;
  align-items: center;
  justify-content: flex-end;
}

.events-news .news .show-all a img {
  margin-left: 10px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.textbody iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto !important;
}