/* si-style.css */

.si-gototop {
  position: relative;
}

.si-gototop:before {
  font-family: FontAwesome;
  content: "\f077";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
}

.si-page-title {
  font-size:26px !important;
  line-height:1.25;
  margin:0 0 30px 0;
  padding:0 0 20px 0;
  border-bottom:double 4px rgba(0,0,0,0.2);
}

@media screen and (min-width: 360px) {
  .si-page-title {
    font-size: calc(26px + 10 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-page-title {
    font-size: 36px !important;
  }
}

.si-page-subtitle {
  font-size:0.7em;
}

/*
@media screen and (max-width: 480px) {
  .si-indepth-page .si-page-title, .si-resources-page .si-page-title, .si-for-news-media-page .si-page-title {
    text-align: center;
  }
}
*/

/* obsolete
#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow::after {
  font-family: FontAwesome;
  font-size: 12px;
  color: #333333;
  content: "\f078";
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active::after {
  font-family: FontAwesome;
  font-size: 12px;
  color: #333333;
  content: "\f077";
}
*/

/* OMIT ??? */
/*
#rmp-menu-wrap-21775 .rmp-menu-item-link {
  width: 80%
}

#rmp-menu-wrap-21775 .rmp-submenu .rmp-menu-item-link {
  width: 75%;
}
*/

#rmp-menu-wrap-21775 .rmp-submenu .rmp-menu-subarrow {
  height: 44px;
  width: 44px;
  color: #333333;
  border-left: 1px solid #3c3c3c;
}

#rmp-menu-wrap-21775 .rmp-submenu .rmp-menu-subarrow:hover{
  color: #333333;
}

#rmp-menu-wrap-21775 .rmp-menu-subarrow::before {
  font-family: FontAwesome;
  font-size: 12px;
  color: #333333;
  content: "\f078";
}

#rmp-menu-wrap-21775 .rmp-menu-subarrow-active::before {
  font-family: FontAwesome;
  font-size: 12px;
  color: #333333;
  content: "\f077";
}

/***************************************************************************************************/
/*** TOP BANNER ***/
.si-top-banner {
/*  transition: all ease .3s; */
  width: 100%;
  height: 100px !important;
  margin-top: -20px;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (min-width: 100px) {
  .si-top-banner {
    height: calc(100px + 200 * ((100vw - 100px) / 1820)) !important;
  }
}
@media screen and (min-width: 1920px) {
  .si-top-banner {
    height: 300px !important;
  }
}

.si-top-banner-element {
/*  width: 20%; */
/*  background-color: transparent !important; */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
/*  background-position: center center !important; */
  background-position: 50% 10% !important;
  background-attachment: scroll !important;
  overflow:hidden;
}

/*
.si-top-banner-element-1 {
  background-position: 100% 10% !important;
}

.si-top-banner-element-5 {
  background-position: 0% 10% !important;
}
*/

.si-top-banner-element-1, .si-top-banner-element-5 {
  width: 0 !important;
}
.si-top-banner-element-2, .si-top-banner-element-4 {
  width: 26% !important;
}
.si-top-banner-element-3 {
  width: 48% !important;
}

@media screen and (min-width: 414px) {
  .si-top-banner-element-1, .si-top-banner-element-5 {
    width: calc(0px + (288 * ((100vw - 414px) / 1506))) !important;
  }
  .si-top-banner-element-2, .si-top-banner-element-4 {
    width: calc(26vw - (115.2 * ((100vw - 414px) / 1506))) !important;
  }
  .si-top-banner-element-3 {
    width: calc(48vw - (345.6 * ((100vw - 414px) / 1506))) !important;
  }
}

/*
@media screen and (min-width: 1920px) {
  .si-top-banner-element-1, .si-top-banner-element-5 {
    width: 15% !important;
  }
  .si-top-banner-element-2, .si-top-banner-element-4 {
    width: 20% !important;
  }
  .si-top-banner-element-3 {
    width: 30% !important;
  }
}
*/


/***************************************************************************************************/
/*** IMAGE CAPTION ***/
.si-image-caption {
  line-height: 1.6;
  color: #333333;
  text-align:left;
  padding: 0;
/*  font-size:12px !important; */
  margin-bottom: 20px;
  margin-top: -5px;
}

.si-image-caption p {
  font-size:12px !important;
}

/*** FLUID TYPE ***/
#fancybox-title {
  font-size:13px !important;
}
@media screen and (min-width: 360px) {
  .si-image-caption p {
    font-size: calc(12px + 2 * ((100vw - 360px) / 664)) !important;
  }
  #fancybox-title {
    font-size: calc(13px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-image-caption p {
    font-size: 14px !important;
  }
  #fancybox-title {
    font-size:14px !important;
  }
}
/***************************************************************************************************/

/***************************************************************************************************/
/*** INLINE IMAGE ***/
.article-featured-image {
  float: right !important;
  width: 25% !important;
  min-width: 150px !important;
  margin: 0 0 0 15px !important;
  padding-top: 3px !important;
  transition: .2s ease all;
}

@media screen and (max-width: 1024px) {
  .article-featured-image {
    width: 20% !important;
/*    min-width: 160px !important; */
  }
}

@media screen and (max-width: 800px) {
  .article-featured-image {
    width: 25% !important;
/*    min-width: 160px !important; */
  }
}

/* XXXXX */



/*.si-page-head-image-container { */
.si-pagehead-image-container {
  margin:30px 0 20px !important;
}

/*.si-page-head-image { */
.si-pagehead-image {
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
/*  background-position: 50% 10%; */
  background-position: center center;
  overflow:hidden;
  margin:0 0 5px;
}

/*.si-page-head-image-caption { */
.si-pagehead-image-caption {
  line-height: 1.3em;
  color: #444444;
}

/*** FLUID TYPE ***/
/*.si-page-head-image-caption { */
.si-pagehead-image-caption {
  font-size:11px !important;
}
@media screen and (min-width: 360px) {
/*  .si-page-head-image-caption { */
  .si-pagehead-image-caption {
    font-size: calc(11px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
/*  .si-page-head-image-caption { */
  .si-pagehead-image-caption {
    font-size: 13px !important;
  }
}

/*
@media screen and (max-width: 1024px) {
  .si-pagehead-image-container {
    margin-top:20px;
  }
}
*/

/*.si-page-head-image:after { */
.si-pagehead-image:after {
  content: " ";
  display: block;
  padding: 24% !important;
}
@media screen and (min-width: 360px) {
/*  .si-page-head-image:after { */
  .si-pagehead-image:after {
    padding: calc(24% + 58 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (width: 1024px) {
/*  .si-page-head-image:after { */
  .si-pagehead-image:after {
    padding: 30% !important;
  }
}
@media screen and (min-width: 1025px) {
/*  .si-page-head-image:after { */
  .si-pagehead-image:after {
    padding: 33% !important;
  }
}

/*.si-page-head-image img { */
.si-pagehead-image img {
  visibility: hidden;
  height: 0;
}


.si-quoted-report {
  background-color: #F5F5F5;
/*  padding: 20px 30px; */
  padding: 20px 4%;
  margin-bottom: 40px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.si-quoted-report p {
  color:#8C0E3E;
  line-height: 1.8;
}

.si-pullquote-block {
  background-color: #F5F5F5;
/*  padding: 20px 30px; */
  padding: 20px 4%;
  margin-bottom: 40px;
/*  box-shadow: 1px 1px 5px rgba(0,0,0,0.3); */
}

.si-pullquote-block p {
  color:#333333;
  line-height: 1.8;
}

/* section styles */
.si-section-odd {
  background-color:#FFFFFF;
}

.si-section-even {
  background-color:#EEEEEE;
/*  box-shadow: 0px 5px 2px 0px rgba(237,237,237,0.80); */
}

.si-section-video-series-current-clip {
  background-color:#202020;
  margin-bottom:30px;
}

.si-section-header {
  margin:20px 0;
  padding:0 0 0 0;
  font-weight: 700;
  text-align:center;
}

/*** FLUID TYPE ***/
.si-section-header {
  font-size:18px !important;
  margin-top:15px !important;
  margin-bottom:15px !important;
}
@media screen and (min-width: 360px) {
  .si-section-header {
    font-size: calc(18px + 3 * ((100vw - 360px) / 664)) !important;
    margin-top: calc(15px + 5 * ((100vw - 360px) / 664)) !important;
    margin-bottom: calc(15px + 5 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-section-header {
    font-size: 21px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}


.si-section-footer {
  float:right;
/*  text-align:right; */
  margin:10px 0 30px 0;
  font-size: 16px;
}

.si-section-footer a:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8C0E3E;
/*  border-color: #8C0E3E; */
}

@media screen and (max-width: 1024px) {
  .si-section-footer {
    float:none;
    text-align:center;
  }
}

.si-button {
  border: 1px solid #333;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  background-color: #FFFFFF;
  color: #333333 !important;
  line-height: 1.5;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
/*  font-size: 106.25%; */
  outline: none !important;
}

.si-button a {
  text-decoration: none !important;
  outline: none !important;
}

.si-button a::hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8C0E3E !important;
}

.si-button:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8C0E3E !important;
}

/*** FLUID TYPE ***/
.si-button {
  font-size:14.5px !important;
}
@media screen and (min-width: 360px) {
  .si-button {
    font-size: calc(14.5px + 2.5 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-button {
    font-size: 17px !important;
  }
}



/***************************/
.si-expand-button span {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px !important;
  border: 1px solid #333333;
/*  border-radius: .1em; */
  padding: 5px 10px;
  background: white;
  color: #333333 !important;
  line-height: 1.5;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
  font-size: 106.25%;
  text-decoration: none !important;
  outline: none !important;
}

.si-expand-button span:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8C0E3E;
}

.si-expanded-text {
  padding-top:20px;
}

.si-expanded-text p {
  line-height:1.8 !important;
}

/***************************/

.si-narrow-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 836px;
}

.si-narrow-inner p {
/*  font-size:16px;
  line-height:1.7; */
/*  margin-bottom:40px;
  padding:0 0 0 0; */
}

@media screen and (max-width: 1024px) {
  .si-narrow-inner {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 767px) {
  .si-narrow-inner {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.si-video-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1240px;
}

.si-wide-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}

@media screen and (max-width: 1550px) {
  .si-wide-inner {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 1280px) {
  .si-wide-inner {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .si-wide-inner {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 767px) {
  .si-wide-inner {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}


/***************************************************************************************************/
/*** HOME PAGE ***/
.homepage-lead-title {
  font-family: "Noto Sans";
  font-weight: 300;
  margin:0 0 20px 0;
  padding:0 0 20px 0;
  border-bottom: 2px solid #595959;
  display: block;
  width: 100%;
}

.si-homepage-lead-text {
  font-size:14px !important;
  line-height:1.8;
}

.si-homepage-lead-text p {
  margin-bottom: 1.3em;
}

.si-dropcap-homepage-lead p:first-child::first-letter, .si-dropcap-book-description p:first-child:first-letter {
  font-family: 'Noto Serif', serif;
  font-size: 6.45em;
  line-height: 67%;
  float: left;
/*
  -webkit-margin: 10px 0 0 -4px;
  -moz-margin: 10px 0 0 -4px;
  -ms-margin: 10px 0 0 -4px;
  -o-margin: 10px 0 0 -4px;
*/
  margin: 10px 0 0 -4px !important;
  padding-right: 3px;
  color: #8C0E3E;
}


/*** FLUID TYPE ***/
.homepage-lead-title {
  font-size:28px !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 360px) {
  .homepage-lead-title {
    font-size: calc(28px + 4 * ((100vw - 360px) / 664)) !important;
/*    line-height: calc(1.5em + ‭0.0186746987951807‬vh - ‭5.975903614457831px‬) !important; */
  }
  .si-homepage-lead-text {
    font-size: calc(14px + 4 * ((100vw - 360px) / 664)) !important;
  }
  .si-dropcap-homepage-lead p:first-child::first-letter, .si-dropcap-book-description p:first-child:first-letter {
    margin-top: calc(10px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-lead-title {
    font-size: 32px !important;
    line-height: 1.7 !important;
  }
  .si-homepage-lead-text {
    font-size:18px !important;
  }
  .si-dropcap-homepage-lead p:first-child::first-letter, .si-dropcap-book-description p:first-child:first-letter {
    margin-top: 11px !important;
  }
}


/***************************************************************************************************/
/*** HOME PAGE ANNOUNCEMENT ***/
.si-announcement {
  margin-top: 60px;
  margin-bottom: -30px;
}

.si-announcement-box {
  border:4px solid rgba(0,0,0,0.2);
  background-color: #f5f5f5;
  padding: 0.7em 1.5em 5em;
  margin: 0 0 30px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .si-announcement-box {
    padding-bottom: 0.5em;
  }
}

div.si-announcement-box p {
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.5; */
}

.si-announcement-title {
  font-family: "Noto Sans";
  font-weight: bold;
  color: #8C0E3E;
  margin-bottom: 5px;
  font-size: 28px !important;
  line-height: 1.5 !important;
}
.si-announcement-subtitle {
  font-weight: bold;
  color: #8C0E3E;
  margin-bottom: 5px;
  font-size: 20px !important;
}
.si-announcement-date {
  font-family: "Noto Sans";
  font-weight: bold;
  font-size: 18px !important;
  margin-bottom: 10px;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-announcement-title {
    font-size: calc(28px + 4 * ((100vw - 360px) / 664)) !important;
  }
  .si-announcement-subtitle {
    font-size: calc(20px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-announcement-date {
    font-size: calc(18px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-announcement-text {
    font-size: calc(14px + 4 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-nnouncement-title {
    font-size: 32px !important;
    line-height: 1.7 !important;
  }
  .si-nnouncement-subtitle {
    font-size: 22px !important;
  }
  .si-announcement-date {
    font-size: 20px !important;
  }
  .si-announcement-text {
    font-size:18px !important;
  }
}

.si-dropcap-article > p:first-child::first-letter {
  font-family: 'Noto Serif', serif;
  font-size: 6.2em !important;
  font-style: normal !important;
  line-height: 67%;
  float: left;
/*  -ms-margin: 7px 0 0 -3px;
  -o-margin: 7px 0 0 -3px;
  -webkit-margin: 7px 0 0 -3px; */
  margin: 7px 0 0 -3px !important;
  padding-right: 3px;
  color: #8C0E3E;
}

.si-dropcap-synopsis > p:first-child::first-letter {
  font-family: 'Noto Serif', serif;
  font-size: 6.65em !important;
  font-style: normal !important;
  line-height: 67%;
  float: left;
/*  -ms-margin: 8px 0 0 -3px;
  -o-margin: 8px 0 0 -3px;
  -webkit-margin: 8px 0 0 -3px; */
  margin: 8px 0 0 -3px !important;
  padding-right: 3px;
  color: #8C0E3E;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-dropcap-article > p:first-child::first-letter {
    margin-top: calc(7px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-dropcap-article > p:first-child::first-letter {
    margin-top: 8px !important;
  }
}


.si-dropcap:first-letter {
  font-family: 'Noto Serif', serif;
  font-size: 5.5em;
  font-style: normal !important;
  line-height: 60%;
  float: left;
  margin:7px 0 0 -3px;
  padding-right: 3px;
  color: #8C0E3E;
}

.si-dropcap-contributor-bio::first-letter {
  font-family: 'Noto Serif', serif;
  font-size: 4em;
  font-style: normal !important;
  line-height: 60%;
  float: left;
  margin: 8px 0 0 -3px;
  padding-right: 1px;
  color: #8C0E3E;
}


/***************************************************************************************************/
/* ARTICLES */

.si-article-list a, .si-article-list-magazine-issue-name {
  font-size:15px !important;
}
@media screen and (min-width: 360px) {
  .si-article-list a, .si-article-list-magazine-issue-name {
    font-size: calc(15px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-article-list a, .si-article-list-magazine-issue-name {
    font-size: 16px !important;
  }
}


.si-article-title-box {
  border-bottom: double 4px rgba(0,0,0,0.2);
  margin:0 0 30px;
  padding:0 0 25px;
  transition: .3s ease all;
}

@media screen and (max-width: 767px) {
  .si-article-title-box {
    margin-top: 0;
  }
}

/*
@media screen and (max-width: 479px) {
  .si-article-title-box {
    margin-top: 30px;
  }
}
*/

.si-article-title {
  font-size: 25px !important;
  line-height: 1.3;
  margin-bottom: 20px;
}

.si-article-subtitle {
  font-size:0.7em;
  font-style: italic;
  line-height: 1.5;
  margin-top:3px;
}

.si-article-byline {
  font-size: 18px !important;
  line-height: 1.4;
  color:#8C0E3E;
}

.si-article-dateline {
  font-size: 16px !important;
  line-height: 1.4;
  color:#8C0E3E;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-article-title {
    font-size: calc(25px + 5 * ((100vw - 360px) / 664)) !important;
  }
  .si-article-byline {
    font-size: calc(18px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-article-dateline {
    font-size: calc(16px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-article-title {
    font-size: 30px !important;
  }
  .si-article-byline {
    font-size: 20px !important;
  }
  .si-article-dateline {
    font-size: 17px !important;
  }
}


/***************************************************************************************************/
/* VIEWS FILTER FORM */
.si-view-filter-form {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  font-size: 14px !important;
}

.si-view-filter-form-messages {
  padding: 10px 5% 20px;
  margin: 30px 0;
}

.si-view-filter-form-articles {
  padding: 10px 3% 20px;
  margin: 20px 0;
}

.si-view-filter-form-questions {
  padding: 10px 3% 20px;
  margin: 20px 0 0;
}

.si-custom-search-form {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  padding: 10px 5% 20px;
  margin: 30px 0;
  font-size: 14px !important;
}

.si-message-title {
  font-size: 26px !important;
  color: #8C0E3E;
}
.si-message-date {
  font-size: 18px !important;
  color: #8C0E3E;
  margin-bottom: 20px;
}

.si-message-text p {
  line-height:1.9 !important;
/*  font-family: 'Noto Serif', serif;
  font-style: italic; */
  font-size: 16.2px !important;
  color: #8C0E3E;
}

.si-message-container {
  padding: 25px 5%;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}

.si-quote-container {
  padding: 25px 5%;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.si-quote-container h5 {
  font-size: 16px !important;
}

.si-quote-container ul li {
  margin-bottom: 10px;
  font-size: 14px !important;
}
.si-quote-container ul li:last-of-type {
  margin-bottom: 0;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-view-filter-form {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-message-title {
    font-size: calc(26px + 4 * ((100vw - 360px) / 664)) !important;
  }
  .si-message-date {
    font-size: calc(18px + 3 * ((100vw - 360px) / 664)) !important;
  }
  .si-message-text p {
    font-size: calc(16.2px + 3 * ((100vw - 360px) / 664)) !important;
  }
  .si-quote-container h5 {
    font-size: calc(16px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-quote-container ul li {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-view-filter-form {
    font-size: 16px !important;
  }
  .si-message-title {
    font-size: 30px !important;
  }
  .si-message-date {
    font-size: 21px !important;
  }
  .si-message-text p {
    font-size: 19.2px !important;
  }
  .si-quote-container h5 {
    font-size: 18px !important;
  }
  .si-quote-container ul li {
    font-size: 16px !important;
  }
}

.si-message-selector select {
  width:100%;
}

.si-message-audio {
  margin: 30px 0;
  padding-top:30px;
}

.si-water-remedy-sources {
  margin: 25px 0;
  padding: 20px 4%;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
/*  color: #8C0E3E; */
}

.si-water-remedy-sources p {
/*  color: #8C0E3E; */
}


/********** VIDEO SECTION **********/

.si-video-embed-container {
  position: relative;
/*  padding-bottom: 75%; */
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.si-video-embed-container iframe, .si-video-embed-container object, .si-video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.si-video-caption {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  padding: 0px 0px 20px 0px;
}

/*** FLUID TYPE ***/
.si-video-caption {
  font-size: 13px !important;
/*  padding-top: 5px !important; */
}
@media screen and (min-width: 360px) {
  .si-video-caption {
    font-size: calc(13px + 2 * ((100vw - 360px) / 664)) !important;
/*    padding-top: calc(5px + 5 * ((100vw - 360px) / 664)) !important; */
  }
}
@media screen and (min-width: 1024px) {
  .si-video-caption {
    font-size: 15px !important;
/*    padding-top: 10px !important; */
  }
}


.si-video-section-teasers {
  border-top: 1px solid #CCCCCC;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.si-video-section-teasers > div {
  width:100%;
}

.si-video-section-teasers > a {
  float:left;
}

/*
.si-video-section-teaser-list {
  list-style: none;
  list-style-type: none;
}
*/

.si-video-teaser-link {
  display: block;
  padding: 20px 10px 15px 10px;
  border-bottom: 1px solid #ccc;
  float: left;
  color: #333333 !important;
}

.si-video-teaser-image {
  max-width: 40%;
  height: auto;
  float: left;
}

.si-video-teaser-link-caption {
  width: 55%;
  float: right;
  margin: 0;
  text-decoration: inherit;
  font-size: 16.15px;
}

@media screen and (max-width: 1024px) {
  .si-video-section-teasers {
/*    flex-wrap: wrap; */
    border-width: 0;
    margin-top: 0;
  }
  .si-video-section-teasers > div {
    width:100%;
  }
  .si-video-teaser-link {
    padding: 0;
    border-width: 0;
  }
  .si-video-teaser-image {
    max-width: 100%;
    width: 100%;
  }
  .si-video-teaser-link-caption {
    max-width: 100%;
    width: 100%;
    padding: 5px 0;
  }
  .si-video-section-teaser-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .si-video-section-teaser {
    flex-basis: 31%;
    flex: 1;
    flex-grow: 1;
    max-width: none;
    margin: 1.5%;
  }
}

@media screen and (max-width: 767px) {
  .si-video-section-teasers {
    display: none;
  }
}


/***************************************************************************************************/
/********** HOME-PAGE MAGAZINE SECTION **********/

.si-magazine-section-element-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-top:10px;
}

.si-magazine-section-element {
  flex-basis: 48%;
  width: 48%;
/*  min-height: 230px; */
  box-sizing: border-box;
/*  margin: 0 0 20px 0; */
  background: #FFFFFF;
  color:      #333333;
  transition: .3s ease all;
  list-style-type: none !important;
}

.si-magazine-cover-fan {
  display: none;
}

.si-magazine-cover-array {
  padding-bottom: 20px;
  padding-left: 20%;
  padding-right: 20%;
  display: block;
}

.si-magazine-cover-single {
  display: block;
}

.si-magazine-info {
  padding:0;
}


.si-latest-issue-headlines {
/*  padding-left: 15px; */
}

.si-latest-issue-headlines-title {
  margin:0 0 25px;
  width:100%;
  border-bottom:2px solid #333333;
  font-family:'Noto Sans','sans-serif';
/*  font-size:20px; */
  font-weight:normal;
  line-height:1.25;
}
/* 18px - 20px */

.si-latest-issue-headlines-month {
  margin-bottom:15px;
  padding-left:15px;
  font-family:'Noto Sans','sans-serif';
/*  font-size:18px; */
  font-weight:normal;
  line-height:1.25;
}
/* 16px - 18px */

#si-homepage-magazine-section .si-latest-issue-headlines-list {
  margin-left:15px;
}

.si-latest-issue-headlines-list a {
  outline:0;
/*  color:#8C0E3E !important; */
}
/* 13px - 16px */


@media screen and (max-width: 1024px) {
  .si-magazine-cover-fan {
    padding-bottom: 20px;
    padding-left: 20%;
    padding-right: 20%;
    display: block;
  }
  .si-magazine-cover-single, .si-magazine-cover-array {
    display: none;
  }
  .si-magazine-info {
    padding:0;
  }
  .si-latest-issue-headlines {
/*    padding-left: 0;
    text-align: center; */
    padding-left: 31%;
    padding-right: 31%;
  }
}

@media screen and (max-width: 812px) {
  .si-magazine-cover-fan {
    padding-left: 15%;
    padding-right: 15%;
  }
  .si-latest-issue-headlines {
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .si-magazine-cover-fan {
    padding-left: 12%;
    padding-right: 12%;
  }
/*
  .si-latest-issue-headlines {
    padding-left: 12%;
    padding-right: 12%;
  }
*/
}

@media screen and (max-width: 414px) {
  .si-magazine-cover-fan {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .si-latest-issue-headlines {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*** FLUID TYPE ***/
.si-latest-issue-headlines-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

/*** CUT ??? ***/
.si-latest-issue-headlines-title {
  font-size:18px !important;
}
.si-latest-issue-headlines-month {
  font-size:15px !important;
}
.si-latest-issue-headlines-list a {
  font-size:13px !important;
}
/*** END CUT ***/

.si-magazine-headlines-container {
  background-color: #F5F5F5;
  font-size: 13px !important;
  padding: 15px !important;
/*  border: 1px solid rgba(0,0,0,0.2) */
}
.si-magazine-headlines-container ul li {
  font-size: 13.5px !important;
}

@media screen and (min-width: 360px) {
  .si-latest-issue-headlines-header {
    font-size: calc(16px + 2 * ((100vw - 360px) / 664)) !important;
  }

  /*** CUT ??? ***/
  .si-latest-issue-headlines-title {
    font-size: calc(17px + 3 * ((100vw - 360px) / 664)) !important;
  }
  .si-latest-issue-headlines-month {
    font-size: calc(15px + 3 * ((100vw - 360px) / 664)) !important;
  }
  .si-latest-issue-headlines-list a {
    font-size: calc(13px + 3 * ((100vw - 360px) / 664)) !important;
  }
  /*** END CUT ***/

  .si-magazine-headlines-container {
    font-size: calc(13px + 1.5 * ((100vw - 360px) / 664)) !important;
    padding: calc(15px + 15 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-headlines-container ul li {
    font-size: calc(13.5px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-latest-issue-headlines-header {
    font-size: 18px !important;;
  }

  /*** CUT ??? ***/
  .si-latest-issue-headlines-title {
    font-size: 20px !important;
  }
  .si-latest-issue-headlines-month {
    font-size:18px !important;
  }
  .si-latest-issue-headlines-list a {
    font-size:16px !important;
  }
  /*** END CUT ***/

  .si-magazine-headlines-container {
    font-size: 14.5px !important;
    padding: 30px !important;
  }
  .si-magazine-headlines-container ul li {
    font-size: 14.5px !important;
  }
}

/*** FLUID TYPE ***/
#si-homepage-magazine-section .si-homepage-text {
  font-size:14px !important;
  line-height: 1.7;
}
@media screen and (min-width: 360px) {
  #si-homepage-magazine-section .si-homepage-text {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  #si-homepage-magazine-section .si-homepage-text {
    font-size: 16px !important;
  }
}

/* array of magazine covers */
.si-magazine-cover-teaser-background-image {
  background-size: auto 70%;
  background-repeat: no-repeat;
  overflow:hidden;
}

.si-magazine-cover-teaser-background-image:after {
  content: " ";
  display: block;
  width: 100%;
  padding: 25%;
}


/***************************************************************************************************/
/********** HOME-PAGE IN DEPTH SECTION - MAIN TEASERS **********/

.si-main-teaser-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-top:10px;
}

.si-main-teaser {
  flex-basis: 48%;
  width: 48%;
  min-height: 230px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  background: #FFFFFF;
  color:      #333333;

  transition: .3s ease all;

  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
  list-style-type: none !important;
}

.si-main-teaser:hover {
  border-color:#777777;
}

.si-main-teaser-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}

a.si-main-teaser-link:hover {
  color:           #333333;
  text-decoration: none;
}

.si-main-teaser-image {
  width: 55%;
  min-height: 230px;
  display: block;
  overflow: hidden;

  background-color: #ffffff !important;

  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/*
.si-main-teaser-image:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  padding: 30%;
}
*/

.si-main-teaser-info {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  width:auto;
  background-color:#FFFFFF;
  padding: 25px;
}

.si-teaser-heading {
  font-family: 'Roboto',sans-serif;
  font-style:  normal;
  text-align:  center;
  color:       #333333;
}

/*** FLUID TYPE ***/
.si-teaser-heading {
  font-size: 19px !important;
}
@media screen and (min-width: 360px) {
  .si-teaser-heading {
    font-size: calc(19px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-teaser-heading {
    font-size: 20px !important;
  }
}

.si-teaser-text {
  font-family: 'Noto Sans',sans-serif;
  font-style:  normal;
  color:       #333333;
}

/*** FLUID TYPE ***/
.si-teaser-text {
  font-size: 13px !important;
}
@media screen and (min-width: 360px) {
  .si-teaser-text {
    font-size: calc(13px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-teaser-text {
    font-size: 14px !important;
  }
}


.si-main-teaser-heading {
  line-height:    1.3;
  padding-bottom: 10px;
}

.si-main-teaser-text {
  line-height: 1.7;
  padding:     0;
}


@media screen and (max-width: 1140px) {
  .si-main-teaser-image {
    width:45%;
  }
  .si-main-teaser-info {
    padding: 25px 16px;
  }
}

@media screen and (max-width: 1000px) {
  .si-main-teaser {
    margin: 0 0 35px 0;
  }
  .si-main-teaser-link {
    flex-direction: column;
  }
  .si-main-teaser-image {
    width:100%;
  }
}

@media screen and (max-width: 480px) {
  .si-main-teaser-list {
    flex-direction: column;
  }
  .si-main-teaser {
    width:100%;
  }
}

/***************************************************************************************************/
/********** HOME-PAGE SPOTLIGHT TEASERS **********/

.si-spotlight-teaser-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.si-spotlight-teaser {
  transition: .3s ease all;
  flex-basis: 31%;
  margin-bottom: 50px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
  list-style-type: none !important;
}

.si-spotlight-teaser:hover {
  border-color:#777777;
}

.si-spotlight-teaser-link {
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  padding-top: 50%;
  display: block;
  color: #333;
  text-decoration: none;
}

.si-spotlight-teaser-heading {
  line-height: 1.6;
  padding-top: 10px;
}

.si-spotlight-teaser-text {
  line-height: 1.6;
  text-align:  center;
  padding:     0 3% 10px;
}

.si-spotlight-teaser-image {
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow:hidden;
/*  transition: .3s ease all; */
}

.si-spotlight-teaser-image:after {
  content: " ";
  display: block;
  width: 100%;
/*  height: 100%; */
  padding: 25%;
}

.si-spotlight-books-image {
/*  transition: .3s ease all; */
}

@media screen and (max-width: 1000px) {
  .si-spotlight-teaser {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 480px) {
  .si-spotlight-teaser {
    flex-basis: 100%;
  }
}


/***************************************************************************************************/
/********** INDEX PAGES **********/
.si-index-page-intro-block {
  padding:0 0 20px !important;
}

.si-index-page-text {
  background-color:#F5F5F5;
}

.si-index-page-text p {
  margin-bottom: 1.1em;
}

/*** FLUID TYPE ***/
.si-index-page-text {
  padding-top: 20px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 360px) {
/*
  .si-index-page-intro-block {
    padding-top: calc(0 + 10 * ((100vw - 360px) / 664)) !important;
    padding-bottom: calc(20px + 10 * ((100vw - 360px) / 664)) !important;
  }
*/
  .si-index-page-text {
    padding-top: calc(20px + 15 * ((100vw - 360px) / 664)) !important;
    padding-left: calc(25px + 25 * ((100vw - 360px) / 664)) !important;
    padding-right: calc(25px + 25 * ((100vw - 360px) / 664)) !important;
    padding-bottom: calc(10px + 15 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
/*
  .si-index-page-intro-block {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
*/
  .si-index-page-text {
    padding-top: 35px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 25px !important;
  }
}

.si-index-page-teaser-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 15px 0;
}

.si-index-page-teaser {
  transition: .3s ease all;
/*  flex-grow: 1; */
  width: 31%;
  margin: 10px 1% 20px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
  list-style-type: none !important;
}

.si-index-page-teaser:hover {
  border-color:#777777;
}

.si-index-page-teaser-link {
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  color: #333;
  text-decoration: none;
}

.si-index-page-teaser-heading {
  line-height: 1.6;
  padding: 10px 0 0 0;
}

.si-index-page-teaser-text {
  line-height: 1.6;
  text-align: center;
  padding: 10px;
}

.si-index-page-teaser-image {
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow:hidden;
}

.si-index-page-teaser-image:after {
  content: " ";
  display: block;
  width: 100%;
  padding: 25%;
}

@media screen and (max-width: 800px) {
  .si-index-page-teaser-list {
    justify-content: space-between;
  }
  .si-index-page-teaser {
    margin: 10px 0% 30px;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .si-index-page-teaser {
    width: 100%;
  }
}


/***************************************************************************************************/
/********** SECTION INDEX TEASERS **********/
.si-section-index-teaser-list {
  margin-top: 25px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.si-section-index-teaser {
  width: 100%;
  min-height: 230px;
  box-sizing: border-box;
  margin: 0 0 30px 0 !important;
  background: #FFFFFF;
  color:      #333333;

  transition: .3s ease all;

/*
  border: 2px solid #BBBBBB;
  border-width:1px 2px 2px 1px;
  padding-bottom:10px;
*/

/*  box-shadow: 0px 0px 10px rgba(0,0,0,0.25); */
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;

  list-style-type: none !important;
}

.si-section-index-teaser:hover {
  border-color:#777777;
/*  box-shadow: 3px 3px 10px rgba(0,0,0,0.4); */
}

.si-section-index-teaser-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}

a.si-section-index-teaser-link:hover {
  color:           #333333;
  text-decoration: none;
}

.si-section-index-teaser-image {
  width: 55%;
  min-height: 230px;
  display: block;
  overflow: hidden;

  background-color: #ffffff !important;

  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.si-section-index-teaser-text {
  width:auto;
  background-color:#FFFFFF;
  padding: 25px;
}

.si-section-index-teaser-text-heading {
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  text-align:center;
  padding-bottom: 10px;
}

.si-section-index-teaser-text-body {
  font-family: 'Noto Sans',sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .si-section-index-teaser {
    flex-basis: 48%;
    width: 48%;
  }
}

@media screen and (max-width: 880px) {
  .si-section-index-teaser {
    margin: 0 0 35px 0;
  }
  .si-section-index-teaser-link {
    flex-direction: column;
  }
  .si-section-index-teaser-image {
    width:100%;
  }
}

@media screen and (max-width: 480px) {
  .si-section-index-teaser-list {
    flex-direction: column;
  }
  .si-section-index-teaser {
    width:100%;
  }
}

/***************************************************************************************************/
/********** SIGNS INDEX PAGE **********/
.si-signs-index-page-image-container {
  background-color: #FFFFFF;
/*  padding: 35px 50px 0 20px !important; */
  padding: 0 0 20px !important;
  transition: .3s ease all;
}

@media screen and (min-width: 200px) {
  .si-signs-index-page-image-container {
    float: none;
    width: 100% !important;
    padding: 0 0 20px !important;
  }
}

@media screen and (min-width: 360px) {
  .si-signs-index-page-image-container {
    padding-top: calc(0px + 20 * ((100vw - 360px) / 664)) !important;
  }
}

@media screen and (min-width: 440px) {
  .si-signs-index-page-image-container {
    width: 45% !important;
    float: right;
    padding-top: calc(25px + 20 * ((100vw - 440px) / 584)) !important;
    padding-right: calc(25px + 25 * ((100vw - 440px) / 584)) !important;
    padding-left: calc(25px + 25 * ((100vw - 440px) / 584)) !important;
    background-color: #F5F5F5;
  }
}

@media screen and (min-width: 802px) {
  .si-signs-index-page-image-container {
    width: 47% !important;
  }
}

@media screen and (min-width: 1024px) {
  .si-signs-index-page-image-container {
    padding-top: 40px !important;
    padding-right: 50px !important;
/*    padding-bottom: 25px !important; */
    padding-left: 30px !important;
  }
}


.si-signs-index-page-image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
/*  background-attachment: scroll !important; */
  overflow:hidden;
  padding-bottom: 70%;
}

/***************************************************************************************************/
/********** RESOURCES INDEX TEASERS **********/

.si-resources-teaser-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 20px 0;
}

.si-resources-teaser {
  transition: .3s ease all;
  width: 31%;
  margin: 10px 1% 20px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
  list-style-type: none !important;
}

.si-resources-teaser:hover {
  border-color:#777777;
}

.si-resources-teaser-link {
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  color: #333;
  text-decoration: none;
}

.si-resources-teaser-heading {
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  padding: 10px 0 0 0;
}

.si-resources-teaser-text {
  font-family: 'Noto Sans',sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  padding: 10px 5px;
}

.si-resources-teaser-image {
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow:hidden;
/*  transition: .3s ease all; */
}

.si-resources-teaser-image:after {
  content: " ";
  display: block;
  width: 100%;
/*  height: 100%; */
  padding: 25%;
}

.si-resources-books-image {
/*  transition: .3s ease all; */
}

@media screen and (max-width: 800px) {
  .si-resources-teaser-list {
    justify-content: space-between;
  }
  .si-resources-teaser {
    margin: 10px 0% 30px;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .si-resources-teaser {
    width: 100%;
  }
}


/***************************************************************************************************/
/********** SIDEBARS **********/
.si-sidebar-left-summary {
  margin-top: 0;
}


/*** CUT ***/
/*
.si-sidebar-left-summary-teaser-text {
  font-size: 2.05rem;
  font-style: italic;
  padding: 10px 15px 20px;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.si-page-header-summary-teaser-text {
  font-size: 0.6em;
  line-height: 1.6;
  font-style:italic;
  padding: 10px 15px;
  background-color: #F5F5F5;
  margin:15px 0 10px;
  display: none;
}

.si-sidebar-left-article-synopsis-text {
  font-size: 2.05rem;
  font-style: italic;
  padding: 10px 15px 20px;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.si-main-content-article-synopsis-text {
  font-size: 20.5px;
  font-style: italic;
  padding: 15px 25px;
  background-color: #F5F5F5;
  margin:10px 0 20px;
  display:none;
}
*/
/*** CUT ***/


/*** NEW ***/
.si-sidebar-teaser-text {
  font-size: 20.5px;
  font-style: italic;
  line-height: 1.8;
  padding: 10px 25px 20px;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.si-pagehead-teaser-text {
  font-size:16px !important;
  font-style: italic;
  line-height: 1.7;
  padding: 15px 4% 20px !important;
  background-color: #F5F5F5;
  margin:30px 0 30px;
/*  display: none; */
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-pagehead-teaser-text {
    font-size: calc(16px + 4.5 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-pagehead-teaser-text {
    font-size: 20.5px !important;
  }
}
/*** NEW ***/


.si-sidebar-article-contributors {
  margin-top:0;
  padding:0;
}

.si-main-content-article-contributors {
  margin-top:30px;
  display: none;
}


/*** CUT ***/
@media screen and (max-width: 1024px) {
  .si-sidebar-left-summary, .si-sidebar-left-article-synopsis-text, .si-sidebar-article-contributors {
    display: none;
  }
  .si-page-header-summary-teaser-text, .si-main-content-article-synopsis-text, .si-main-content-article-contributors {
    display: block;
  }
}
/*** CUT ***/


/*** NEW ***/
@media screen and (max-width: 1024px) {
  .si-sidebar-teaser-text, .si-sidebar-article-contributors {
    display: none;
  }
  .si-main-content-article-contributors {
    display: block;
  }
}
/*** NEW ***/


.si-sidebar-left-article {
  margin-top: 0;
}

.si-article-contributors-heading {
  font-size: 20px;
  font-weight:300;
  margin:25px 0 0;
  width:100%;
  border-bottom:2px solid #333333;
  line-height:1.25;
}

.si-article-contributors-list {
  margin: 20px 0 0;
  padding: 0;
}

.si-article-contributors-list-item {
  margin-bottom: 20px;
  background-color: #F5F5F5;
/*  padding: 10px 7px; */
}

.si-article-contributors-list-item a {
  color:   #8C0E3E !important;
  outline: 0;
  display: block;
  padding: 20px 25px;
}

.si-article-contributors-list-item a:hover {
  background-color: #E5E5E5;
  text-decoration:  none;
}

/*** FLUID TYPE ***/
.si-article-contributors-list-item a {
  font-size:14px !important;
}
@media screen and (min-width: 360px) {
  .si-article-contributors-list-item a {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-article-contributors-list-item a {
    font-size: 16px !important;
  }
}


.si-article-related {
  padding:0;
}

/*** CUT ***/
.si-article-related-heading {
  font-size: 22px;
  font-weight:300;
  margin:25px 0 0;
  width:100%;
  border-bottom:2px solid #333333;
  line-height:1.25;
}
/*** CUT ***/

.si-article-related-list {
  margin:20px 0 0;
  padding:0;
}

.si-see-also-list {
  margin:20px 0;
  padding:0 0 10px;
  border-bottom:1px solid rgba(0,0,0,0.2);
}

.si-article-related-list-item {
  margin-bottom:15px;
  background-color:#F5F5F5;
}


.si-article-related-list-item a {
  color:#8C0E3E !important;
  outline:0;
  display: block;
  padding:10px 15px;
}

.si-article-related-list-item a:hover {
  background-color:#E5E5E5;
  text-decoration:none;
}



.si-contributor-page {
  min-height:60vh;
}

.si-contributor-page-name-box {
  border-bottom: double 4px #CCCCCC;
  margin:0 0 25px;
  padding:0 0 25px;
  transition: .3s ease all;
}

.si-contributor-page-name {
  font-size: 24px !important;
  line-height: 1.3;
}


.si-contributor-page-bio {
  font-size: 15px !important;
  margin: 15px 0 30px;
/*  background-color: #F5F5F5; */
  display: block;
/*  padding: 0 0 20px !important; */
}

.si-contributor-articles-heading {
  font-size: 18px !important;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #333333;
  line-height: 1.25;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-contributor-page-name {
    font-size: calc(24px + 6 * ((100vw - 360px) / 664)) !important;
  }
  .si-contributor-page-bio {
    font-size: calc(15px + 3 * ((100vw - 360px) / 664)) !important;
/*
    padding-top: calc(12px + 3 * ((100vw - 360px) / 664)) !important;
    padding-bottom: calc(12px + 3 * ((100vw - 360px) / 664)) !important;
    padding-left: calc(20px + 5 * ((100vw - 360px) / 664)) !important;
    padding-right: calc(20px + 5 * ((100vw - 360px) / 664)) !important;
*/
  }
  .si-contributor-articles-heading {
    font-size: calc(18px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-contributor-page-name {
    font-size: 30px !important;
  }
  .si-contributor-page-bio {
    font-size: 18px !important;
/*    padding: 15px 25px !important; */
  }
  .si-contributor-articles-heading {
    font-size: 20px !important;
  }
}


.si-sidebar-left {
  padding:0;
}

.si-sidebar-right {
  padding:0;
}

.si-sidebar-right-content {
  margin:0;
}

.si-sidebar-right-content ul {
  margin-left: -15px;
}

.si-sidebar-right-see-also-list {
  margin:0;
}

@media screen and (max-width: 1540px) {
  .si-sidebar-left-summary, .si-sidebar-left-article, .si-sidebar-left {
    padding-left:1.5% !important;
  }
  .si-sidebar-right {
    padding-right:1.5% !important;
  }
}

/*** SIDEBAR MENU ***/
ul.si-sidebar-menu li {
  list-style-type: none;
  margin: 0 5px 0 0;
/*
  padding: 13px 0;
  border-bottom:1px solid #DDDDDD;
*/
}

ul.si-sidebar-menu li a:active, ul.si-sidebar-menu li a:visited, ul.si-sidebar-menu li a:link {
  color:#333333;
}

ul.si-sidebar-menu li a:hover {
/*  color:#8C0E3E; */
  color:#333333;
  background-color:#EFEFEF;
/*  text-decoration:underline; */
  text-decoration:none;
}

ul.si-sidebar-menu li a {
  display: block;
  margin:0;
/*  padding:0 25px; */
/*  font-size:14px; */
  color:#333333;
  padding: 13px 10px 13px 30px;
  border-bottom:1px solid #DDDDDD;
  text-transform: uppercase;
}

/*** FLUID TYPE ***/
ul.si-sidebar-menu li a {
  font-size:13px !important;
}
@media screen and (min-width: 360px) {
  ul.si-sidebar-menu li a {
    font-size: calc(13px + 1 * ((100vw - 360px) / 664)) !important;
  }
}

@media screen and (min-width: 1024px) {
  ul.si-sidebar-menu li a {
    font-size: 14px !important;
  }
}


ul.si-sidebar-menu li ul {
/*  padding: 10px 0 0 15px; */
  margin-right:0 !important;
  box-shadow: none;
}

ul.si-sidebar-menu li ul li {
  margin-right:0;
}

ul.si-sidebar-menu li ul li a {
  padding: 13px 10px 13px 45px;
  border-bottom:0px;
}

ul.si-sidebar-menu li.menu-item.current-menu-item > a {
  font-weight: bold;
}

.si-sidebar-menu .menu-item-has-children > a:before {
  font-family: FontAwesome;
  content: "\f078";
/*  content: "\276F"; */
  font-size: 11px;
/*  font-size: 0.9em; */
  font-style: normal;
  font-weight: normal !important;
  color: #333333;
  margin-left:-23px;
  padding-top: 4px;
  padding-right: 12px;
  vertical-align: 1px;
  float:left;
}

/* sub-menus ❯ */
.si-sidebar-menu .menu-item-has-children li.menu-item-has-children > a:before {
  font-family: FontAwesome;
  content: "\276F";
/*  font-size: 11px; */
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal !important;
  color: #333333;
/*  padding-right: 10px; */
  position: absolute;
  right: 20px;
  bottom: 11px;
/*  vertical-align: bottom; */
}

li.si-sidebar-menu-item-has-children > a:before {
  font-family: FontAwesome;
  content: "\276F";
  font-size: 12px;
  font-style: normal;
  font-weight: normal !important;
  color: #333333;
  margin-left:-20px;
  padding-top: 4px;
  padding-right: 15px;
  vertical-align: 1px;
  float:left;
}

/*
si-sidebar-menu-right-container {
  margin:0 0 50px 0;
  display: none;
}
*/

.si-sidebar-menu-right {
  background-color:#FFFFFF;
  margin:0 0 50px 0;
/*  padding-bottom:0; */
  width:100%;
  display: none;
}

@media screen and (max-width: 1024px) {
  .si-sidebar-menu-left {
    display: none;
  }
  .si-sidebar-menu-right {
    display: block;
  }

  ul.si-sidebar-menu li {
    margin: 0 0 0 0;
  }
  ul.si-sidebar-menu {
    padding-bottom:0;
  }
}

li.si-sidebar-menu-sublist-start a {
  border-bottom:0px !important;
}

li.si-sidebar-menu-sublist-end a {
  border-top:1px solid #DDDDDD;
}

/*
li.si-sidebar-menu-sublist-item a {
  padding: 8px 10px 8px 50px !important;
}
*/


.si-main-content {
  padding: 0 15px;
  min-height: 62vh;
  border-left: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 1024px) {
  .si-main-content {
    margin-top: -30px;
    padding: 0 2% !important;
    width: 100%;
    border-left: 0;
  }

  .si-fullwidth-page-main-content {
    margin-top: -30px;
    padding: 0 4% !important;
    width: auto;
    border-left: 0;
  }

  .si-sidebar-left, .si-sidebar-right {
    padding: 0 0.5% !important;
  }

  .si-sidebar-right-content {
    margin-top:20px;
  }
}

.si-main-content p {
  font-size:14px !important;
}
@media screen and (min-width: 360px) {
  .si-main-content p {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-main-content p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .content .override {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}

@media screen and (max-width: 479px) {
  .si-sidebar-left, .si-sidebar-right {
/*    margin-left: 14px; */
    margin:0 auto;
    width: 98%;
  }
  .content .override {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}

/*
@media screen and (max-width: 479px) {
  .si-sidebar-right {
    width:100%;
  }
}
*/

.si-sidebar-latest-issue-headlines-header {
  font-size: 15px !important;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 360px) {
  .si-sidebar-latest-issue-headlines-header {
    font-size: calc(15px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-sidebar-latest-issue-headlines-header {
    font-size: 17px !important;
  }
}



/***************************************************************************************************/
/********** TOOLSET VIEWS PAGINATION **********/

.pagination li.disabled {
  padding:0;
  border-width:0;
}

.disabled .wpv-filter-previous-link.page-link {
  padding-top:0.3em;
  padding-bottom:0.3em;
}

.disabled .wpv-filter-next-link.page-link {
  padding-top:0.31em;
  padding-bottom:0.3em;
}

.wpv_page_ellipsis {
  padding: 1px 1px 6px;
}

li.wpv-pagination-nav-links-item a {
  padding: 0.3em .5em .3em;
}

li.wpv-pagination-nav-links-item a:hover {
/*  color: #FFFFFF !important;
  background-color:#8C0E3E !important; */
  font-size: .9em;
  box-sizing: border-box;
  padding: 0.3em .6em .3em !important;
}

li.page-item a:hover {
/*  color: #FFFFFF !important;
  background-color:#8C0E3E !important; */
  font-size: .9em;
  box-sizing: border-box;
  padding: 0.3em .6em .3em !important;
}


/***************************************************************************************************/
/********** BOOKS PAGE **********/
.si-bookspage-intro {
  margin: 0;
  padding: 20px 0 20px !important;
  background-color: #F5F5F5;
}

.si-bookspage-intro p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 1.1em;
}

/*** FLUID TYPE ***/
.si-bookspage-intro {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 360px) {
  .si-bookspage-intro {
    padding-top: calc(20px + 10 * ((100vw - 360px) / 664)) !important;
    padding-left: calc(20px + 20 * ((100vw - 360px) / 664)) !important;
    padding-right: calc(20px + 20 * ((100vw - 360px) / 664)) !important;
    padding-bottom: calc(10px + 10 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-bookspage-intro {
    padding-top: 30px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
  }
}

.si-book-list-intro {
  padding: 0 0 20px !important;
}
.si-book-formats {
  padding: 30px 20px 0;
}


@media screen and (max-width: 1024px) {
  .si-book-list-intro {
    padding: 0 !important;
  }
  .si-book-formats {
    padding: 0 20px;
  }
}

.si-book-gallery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.si-book-gallery-item {
  width: 18%;
  padding: 10px 1% 30px;
  transition: .3s ease all;
/*  font-weight: normal; */
}

.si-book-gallery-item a {
  color: #333333 !important;
  outline: none !important;
}

@media screen and (max-width: 1200px) {
  .si-book-gallery-item {
    width: 23%;
  }
}

@media screen and (max-width: 1024px) {
  .si-book-gallery-item {
    width: 18%;
  }
}

@media screen and (max-width: 900px) {
  .si-book-gallery-item {
    width: 23%;
  }
}

@media screen and (max-width: 750px) {
  .si-book-gallery-item {
    width: 31%;
  }
  .si-book-gallery-list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .si-book-gallery-item {
    width: 47%;
  }
}

@media screen and (max-width: 320px) {
  .si-book-gallery-item {
    width: 80%;
    margin: 0 auto;
  }
}

.si-book-gallery-image {
  display: block;
/*  overflow: hidden; wrong!!! */
}

.si-book-gallery-image img {
  width: 100%;
/*  box-shadow: 1px 1px 5px rgba(0,0,0,0.5); */
  border: 1px solid #AAAAAA;
}

.si-book-gallery-item-text {
  font-size: 14px !important;
  padding: 0 2px;
}
@media screen and (min-width: 360px) {
  .si-book-gallery-item-text {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-book-gallery-item-text {
    font-size: 16px !important;
  }
}

.si-download-button a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px !important;
  border: 1px solid #333333;
  padding: 5px 10px;
/*  background-color: #F5F5F5; */
  color: #333333 !important;
  line-height: 1.5;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
  font-size: 106.25%;
  outline: none !important;
}

.si-download-button a:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8C0E3E;
}

.si-download-symbol {
  color:#8C0E3E;
  font-size:1.1em !important;
}

.si-book-title-image-container {
  width:40%;
  float:left;
}

.si-book-title-image-container img {
  max-width:100%;
  height:auto;
/*  object-fit:cover; */
/*  box-shadow: 1px 1px 5px rgba(0,0,0,0.5); */
  border: 1px solid #AAAAAA;
}

.si-book-title-heading {
  font-size:26px !important;
  line-height:1.25;
  padding:0 0 20px 0;
}
@media screen and (min-width: 360px) {
  .si-book-title-heading {
    font-size: calc(26px + 10 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-book-title-heading {
    font-size: 36px !important;
  }
}

.si-book-title-subheading {
  font-size:0.7em;
  margin-top: 10px;
}

.si-book-title-details {
  transition: all ease .3s;
}

.si-book-title-details-container {
  width:56%;
  float:right;
  border-bottom:1px solid #DDDDDD;
  padding-right:20px;
}

.si-book-title-details-description {
  margin: 20px 0 40px;
}

.si-book-title-details-description p {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
}
@media screen and (min-width: 360px) {
  .si-book-title-details-description p {
    font-size: calc(14.5px + 2.5 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-book-title-details-description p {
    font-size: 17px !important;
  }
}

/*
.si-dropcap-book-description p:first-child:first-letter {
  font-family: 'Noto Serif', serif;
  font-size: 6.2em;
  line-height: 67%;
  float: left;
  margin:7px 0 0 -3px;
  padding-right: 3px;
  color: #8C0E3E;
}
*/

.si-book-title-publication-data {
  font-size:14px !important;
  margin-bottom:40px;
}
@media screen and (min-width: 360px) {
  .si-book-title-publication-data {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-book-title-publication-data {
    font-size: 16px !important;
  }
}

.si-book-title-action-button-list {
/*  width:48%;
  float:left; */
  margin-bottom:25px;
}

.si-book-title-action-button {
  padding:10px 0;
}

.si-book-related-heading {
  font-size: 22px;
  font-weight:400;
  padding:30px 0 0;
  width:100%;
/*  border-top:1px solid #777777; */
  line-height:1.25;
}

.si-book-related-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin:10px 0 0 -10px;
}

.si-book-related-item {
  width: 18%;
  padding: 10px 10px 30px;
  transition: .3s ease all;
  font-weight: normal; */
}

.si-book-related-item a {
  color: #333333 !important;
  outline: none !important;
}

@media screen and (max-width: 1200px) {
  .si-book-related-item {
    width: 23%;
  }
}

@media screen and (max-width: 1024px) {
  .si-book-related-item {
    width: 18%;
  }
}

@media screen and (max-width: 900px) {
  .si-book-related-item {
    width: 23%;
  }
}

@media screen and (max-width: 750px) {
  .si-book-related-item {
    width: 31%;
  }
}

@media screen and (max-width: 480px) {
  .si-book-related-item {
    width: 44%;
  }
  .si-book-related-list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 430px) {
  .si-book-title-image-container {
    width:98%;
    float:none;
    margin:0 auto 30px;
  }
  .si-book-title-image-container img {
    width:100%;
  }
  .si-book-title-details-container {
    width:98%;
    float:none;
    margin:0 auto 30px;
    padding-right:0;
  }
}

@media screen and (max-width: 339px) {
  .si-book-related-item {
    width: 43%;
  }
}

@media screen and (max-width: 320px) {
  .si-book-related-item {
    width: 80%;
    margin: 0 auto;
  }
  .si-book-related-heading {
    padding-left: 20px;
  }
}

.si-single-book-page .si-main-content {
  margin-top: 20px !important;
}
@media screen and (max-width: 1024px) {
  .si-single-book-page .si-main-content {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 479px) {
  .si-single-book-page .si-main-content {
    margin-top: 0 !important;
  }
}


/*
.home-page #wpfront-scroll-top-container, .si-magazine-page #wpfront-scroll-top-container, .si-books-page #wpfront-scroll-top-container, .si-video-page #wpfront-scroll-top-container {
  right: 3% !important;
}
*/


/****************************************************************************/
/*
.menu-item.search {
    margin-left: 30px;
}

.nav-primary .genesis-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: right;
    -webkit-box-align: right;
    -webkit-box-pack: right;
    -ms-flex-align: right;
    -ms-flex-pack: right;
    justify-content: right;
}

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

.search .search-form input[type="search"] {
    position: relative;
    width: 1px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;
}

.search .search-form input[type="search"]:focus {
    width: 250px;
    outline: 0;
    background-color: #fff;
    cursor: text;
}

.genesis-nav-menu .search input[type="submit"] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.search .search-form:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  font-family: FontAwesome;
  content: "\f002";
}

.home .search .search-form:before {
    color: #fff;
}

.site-container.white .search .search-form:before {
    color: #999;
}

@media only screen and (max-width: 862px) {
    .nav-primary .genesis-nav-menu {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .menu-item.search {
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .search .search-form:before {
        position: absolute;
        top: 10px;
        left: 0;
        color: #999;
        -webkit-transform: none;
        transform: none;
    }

    .search .search-form {
        text-align: left;
    }

    .search .search-form input[type="search"] {
        padding-right: 0;
        padding-left: 0;
    }
}
*/


/***************************************************************************************************/
/********** GLOSSARY **********/
.si-glossary-index-anchor {
/*  font-family: 'Noto Serif', serif; */
  font-weight:400;
  color: #8C0E3E;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin: 0 0 15px;
}

/*** FLUID TYPE ***/
.si-glossary-index-anchor {
  font-size:26px !important;
}
@media screen and (min-width: 360px) {
  .si-glossary-index-anchor {
    font-size: calc(26px + 4 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-glossary-index-anchor {
    font-size: 30px !important;
  }
}

.si-glossary-index-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
}

.si-glossary-index-item {
  width: 50px;
/*  height: auto; */
/*  box-sizing: border-box; */
  padding: 5px 0;
  transition: .3s ease all;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.si-glossary-index-item a {
  color: #333333 !important;
/*  outline: none !important; */
/*  border:1px solid #333333; */
  padding:5px 10px;
  margin:5px;
  text-decoration: none !important;
  outline: none !important;
}

.si-glossary-index-item a:hover {
  color: #FFFFFF !important;
  background-color: #8C0E3E;
}


/***************************************************************************************************/
/* LINLINE LINKS (RICH LINKS) */

.si-inline-link {
  color: #333333;
  background-color: #f5f5f5;
  border-top:  1px solid #8C0E3E !important;
  font-family: 'Noto Serif', serif;
  font-style:  italic;
  font-weight: normal;
  line-height: 1.4;
  text-align:  left;
  float:       left;
  padding:     0 1%;
  margin:      8px 0 0 -57%;
  width:       47%;
}

.si-inline-link a {
  outline: 0;
}

.si-inline-link a:hover {
  text-decoration: none;
  background-color: #EAEAEA;
}

@media screen and (max-width: 1540px) {
  .si-inline-link {
    margin-left: -55%;
    width:       45%;
  }
}

.si-inline-link-text {
  color: #333333;
  padding: 3px 5px 0px 5px;
}

.si-inline-link-readmore {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #0D72C7;
  padding: 2px 5px 6px 5px;
}

.si-inline-link-readmore::after {
  font-family: FontAwesome;
  font-size: 0.8em;
  content: "\f054";
}

/* Inline link responsiveness */
@media screen and (max-width: 1024px) {
  .si-inline-link {
    margin:  10px 0 20px 0;
    padding: 5px;
    width: 99%;
/*    font-size: 21px; */
/*    border-top: 1px solid #AAAAAA !important; */
    border-bottom: 1px solid #CCCCCC;
  }
}

@media screen and (max-width: 800px) {
  .si-inline-link {
    width:         98.5%;
  }
}

@media screen and (max-width: 600px) {
  .si-inline-link {
    width:         98.25%;
  }
}

@media screen and (max-width: 500px) {
  .si-inline-link {
    width:         98.0%;
  }
}

/*** FLUID TYPE ***/
.si-inline-link {
  font-size:20px !important;
}
@media screen and (min-width: 360px) {
  .si-inline-link {
    font-size: calc(20px + 4 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-inline-link {
    font-size: 24px !important;
  }
}


/***************************************************************************************************/
/* PULLQUOTES */

.si-pullquote {
  font-family: 'Noto Serif', serif;
  font-style:  italic;
  font-weight: normal;
/*  font-size:   24px; */
  line-height: 1.5;
  text-align:  left;
  float:       left;
/*  padding:     1.1%; */
  padding:     10px 15px;
  margin:      0px 0px 0px -57%;
  width:       49%;
  color:     #8C0E3E;
/*  background-color: #F5F5F5; */
/*
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
*/
}

.si-pullquote-large {
  font-size:   28px;
}


/* Pullquote responsiveness */

@media screen and (max-width: 1540px) {
  .si-pullquote {
    margin-left: -55%;
/*    width:       46%; */
  }
}

@media screen and (max-width: 1024px) {
  .si-pullquote {
    margin:        5px 0 25px;
    padding:       10px 15px;
    width:         100%;
/*    line-height:   1.3; */
/*    border-top:    1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; */
    text-align:    center;
    color:         #8C0E3E;
    background-color: #F5F5F5;
  }
  .si-pullquote-large {
    margin:        10px 0;
    padding:       10px 15px;
    width:         100%;
    line-height:   1.3;
/*    border-top:    1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; */
    font-size:     24px;
    text-align:    center;
    color:         #8C0E3E;
    background-color: #F5F5F5;
  }
}

.si-home-page-pullquote {
  margin-top:  40px;
/*  padding:     5px; */
/*  font-family: 'Noto Serif',serif;
  font-style:  italic;
  font-weight: normal;
  font-size:   28px;
  line-height: 1.2; */
/*  background-color: lightblue; */
}

.si-home-page-pullquote p {
  font-family: 'Noto Serif',serif;
  font-style:  italic;
  font-weight: normal;
  font-size:   28px;
  line-height: 1.2;
}

/*** FLUID TYPE ***/
.si-pullquote {
  font-size:20px !important;
}
@media screen and (min-width: 360px) {
  .si-pullquote {
    font-size: calc(20px + 4 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-pullquote {
    font-size: 24px !important;
  }
}

.si-see-also-heading {
  font-size:20px !important;
  font-weight:300;
  margin:20px 0 10px;
  padding-bottom:18px;
  width:100%;
  border-bottom:1px solid rgba(0,0,0,0.2);
  line-height:1.25;
}
@media screen and (min-width: 360px) {
  .si-see-also-heading {
    font-size: calc(20px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-see-also-heading {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 1024px) {
  .si-see-also-heading {
    margin-top:0;
  }
}


/***************************************************************************************************/
/*** PAGE-FOOTER SEE-ALSO LINKS ***/
.si-see-also-list-item {
  margin-bottom: 10px;
  background-color: #F5F5F5;
}
.si-see-also-list-item a {
  color: #8C0E3E !important;
  outline: 0;
  display: block;
  padding: 15px 20px;
}
.si-see-also-list-item a:hover {
  background-color: #E5E5E5;
  text-decoration: none;
}
.si-see-also-list-item a p {
  margin-bottom: 5px;
}

/*** FLUID TYPE ***/
.si-see-also-list-item {
  font-size: 14px !important;
}
@media screen and (min-width: 360px) {
  .si-see-also-list-item {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-see-also-list-item {
    font-size: 16px !important;
  }
}


/***************************************************************************************************/
/********** SITE FOOTER TEXT **********/
.si-site-footer-text {
  text-align: left;
  margin: 0 3%;
  color:#EFEFEF;
}

@media screen and (max-width: 667px) {
  div.si-site-footer-text {
    margin: 0;
    text-align: center;
  }
}

/*** FLUID TYPE ***/
.si-site-footer-text {
  font-size:13px !important;
}
@media screen and (min-width: 360px) {
  .si-site-footer-text {
    font-size: calc(13px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-site-footer-text {
    font-size: 15px !important;
  }
}


.si-footer-link-list {
  display: flex;
  flex-direction: row;
}

.si-footer-link {
  margin: 0 40px 0 0;
  outline:0;
  color: #FEFEFE;
}

@media screen and (max-width: 581px) {
  .si-footer-link-list {
    flex-direction: column;
  }
}

/***************************************************************************************************/
/* QUESTIONS AND ANSWERS */
.si-expand-link {
/*  margin-bottom: 10px; */
  padding: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.si-expand-link:hover {
/*  background-color: #F5F5F5; */
/*  color: #8C0E3E; */
}

.si-expand-link a {
  outline: none !important;
  text-decoration: none;
}

.si-expand-link a:visited {
  text-decoration: none;
}

.si-expand-link span {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14.8px !important;
/*  font-style: italic; */
/*  color: #0D72C7; */
/*  margin-bottom: 10px; */
}

.si-expand-link span:hover {
  text-decoration: none !important;
/*  color: #8C0E3E; */
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-expand-link span {
    font-size: calc(14.8px + 1.2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-expand-link span {
    font-size: 16px !important;
  }
}

.wpv-submit-trigger {
  background-color: #FFFFFF;
  border:1px solid #333333;
  padding:2px 10px;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
}
.wpv-submit-trigger:hover {
  color:#FFFFFF;
  background-color: #8C0E3E;
}
.wpv-reset-trigger {
  background-color: #FFFFFF;
  border:1px solid #333333;
  padding:2px 10px;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
}
.wpv-reset-trigger:hover {
  color:#FFFFFF;
  background-color: #8C0E3E;
}


.collapseomatic_content {
  background-color: #F5F5F5;
  margin: 20px;
  padding: 20px 30px;
}

.collapseomatic_content p {
  margin: 0;
  padding: 0 0 5px;
}

/*
.collapseomatic_content p:first-of-type {
  margin: 0;
  padding: 0;
}

.collapseomatic_content p:last-of-type {
  padding-bottom: 0;
}
*/


/***************************************************************************************************/
/********** VIDEO PAGE /resources/video **********/

/* XXXXX */
.si-video-page-teaser-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 15px 0;
}

.si-video-page-teaser {
  transition: .3s ease all;
  width: 31.25%;
  margin: 10px 1% 30px;
/*
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
*/
  list-style-type: none !important;
}

/*
.si-video-page-teaser::hover {
  border-color:#777777;
}
*/

.si-video-series-teaser {
  transition: .3s ease all;
  width: 23%;
  margin: 10px 1% 30px;
/*
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  border: 2px solid #BBBBBB;
  border-width:0 2px 2px 0;
*/
  list-style-type: none !important;
}

.si-video-page-teaser-link {
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  color: #333;
}

.si-video-page-teaser a {
  outline: none !important;
}

.si-video-page-teaser a::hover {
  text-decoration: none !important;
}

.si-video-page-teaser-heading {
  line-height: 1.6;
  padding: 10px 0 0 0;
}

.si-video-page-teaser-text {
  line-height: 1.6;
  text-align: center;
  padding: 10px;
}

.si-video-page-teaser-image {
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow:hidden;
}

.si-video-page-teaser-image::after {
  content: " ";
  display: block;
  width: 100%;
  padding: 29%;
}

.si-series-selector {
  font-size: 14px !important;
  margin-bottom: 10px;
}

.si-video-page-teaser-caption {
  width: 100%;
  margin: 7px 0 0;
  text-decoration: inherit;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight:bold;
  color:#333333;
}
/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-video-page-teaser-caption {
    font-size: calc(14px + 1 * ((100vw - 360px) / 664)) !important;
  }
  .si-series-selector {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-video-page-teaser-caption {
    font-size: 15px !important;
  }
  .si-series-selector {
    font-size: 16px !important;
  }
}


@media screen and (max-width: 1200px) {
  .si-video-series-teaser {
    width: 31.25%;
  }
}

@media screen and (max-width: 900px) {
  .si-video-page-teaser {
    width: 31.25%;
  }
}

@media screen and (max-width: 680px) {
  .si-video-page-teaser-list {
    justify-content: space-between;
  }
  .si-video-page-teaser, .si-video-series-teaser {
    margin: 10px 0% 30px;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .si-video-page-teaser, .si-video-series-teaser {
    width: 100%;
  }
}

.si-video-container {
/*
  display:flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  display:block;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  transition: .5s ease all;
  margin: 0 auto;
  border: 1px solid #333333;
*/
  position: relative;
/*  padding-bottom: 75%; */
  overflow: hidden;
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 1024px) {
  .si-video-page .si-main-content, .si-main-content-three-fourths {
    margin-top: -20px;
    padding: 0 2%;
  }
}

@media screen and (max-width: 479px) {
  .si-video-page .si-main-content, .si-main-content-three-fourths {
/*  .si-main-content { */
    margin-top: 0;
  }
}

.si-video-description {
  margin-bottom: 0;
}

.si-video-description-left {
  padding: 0 2%;
  border-right: 1px solid rgba(0,0,0,0.2);
}

.si-video-description-details {
}

@media screen and (max-width: 1024px) {
  .si-video-description-left {
    padding: 0;
    border-right: 0;
  }
  .si-video-description-details {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #video-description .si-wide-inner {
    padding: 0;
  }
}

.si-video-description-details .bodytext {
  margin-top: 20px;
}

/*** FLUID TYPE ***/
.si-video-description-details .title {
  font-size: 23px !important;
  line-height: 1.3;
}
.si-video-description-details .subtitle {
  font-size: 18px !important;
  margin-top: 0;
  margin-bottom: 10px;
}
.si-video-description-details .date, .si-video-description-details .duration, .si-video-description-details .bodytext {
  font-size: 15px !important;
}
.si-video-series-title {
  font-size: 22px !important;
  padding:0 2%;
}

@media screen and (min-width: 360px) {
  .si-video-description-details .title {
    font-size: calc(23px + 7 * ((100vw - 360px) / 664)) !important;
  }
  .si-video-description-details .subtitle {
    font-size: calc(18px + 4 * ((100vw - 360px) / 664)) !important;
  }
  .si-video-description-details .date, .si-video-description-details .duration, .si-video-description-details .bodytext {
    font-size: calc(15px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-video-series-title {
    font-size: calc(22px + 3 * ((100vw - 360px) / 664)) !important;
  }
}

@media screen and (min-width: 1024px) {
  .si-video-description-details .title {
    font-size: 30px !important;
  }
  .si-video-description-details .subtitle {
    font-size: 22px !important;
  }
  .si-video-description-details .date, .si-video-description-details .duration, .si-video-description-details .bodytext {
    font-size: 17px !important;
  }
  .si-video-series-title {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 1024px) {
  .si-video-series-title, .si-video-page-teaser-list {
    padding:0 !important;
  }
}

/***************************************************************************************************/
/********** AUDIO PAGE /resources/audio **********/
/*** FLUID TYPE ***/
.si-audio-series-title {
  font-size: 22px !important;
  padding:0 2%;
}
.si-audio-clip-title {
  font-size: 17px !important;
  font-weight: bold;
}
.si-audio-clip-meta {
  font-size: 15px !important;
}
.si-audio-clip-part-description p {
  font-size: 14px !important;
}
.si-audio-clip-part-caption {
  font-size: 14px !important;
}

@media screen and (min-width: 360px) {
  .si-audio-series-title {
    font-size: calc(22px + 3 * ((100vw - 360px) / 664)) !important;
  }
  .si-audio-clip-title {
    font-size: calc(17px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-audio-clip-meta {
    font-size: calc(15px + 1 * ((100vw - 360px) / 664)) !important;
  }
  .si-audio-clip-part-description p {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-audio-clip-part-caption {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}

@media screen and (min-width: 1024px) {
  .si-audio-series-title {
    font-size: 25px !important;
  }
  .si-audio-clip-title {
    font-size: 19px !important;
  }
  .si-audio-clip-meta {
    font-size: 16px !important;
  }
  .si-audio-clip-part-description p {
    font-size: 16px !important;
  }
  .si-audio-clip-part-caption {
    font-size: 16px !important;
  }
}

#audio-page-magazine-headlines .si-latest-issue-headlines-list {
  margin-left:15px;
}




/***************************************************************************************************/
/********** MAGAZINE PAGE /resources/magazine **********/

.si-magazine-main-intro {
  padding: 0 !important;
}
.si-book-formats {
  padding: 30px 20px 0;
}

@media screen and (max-width: 1024px) {
  .si-magazine-main-intro {
    padding: 0 !important;
  }
  .si-book-formats {
    padding: 0 20px;
  }
}

.si-magazine-description {
  margin: 0;
  padding: 20px 0 20px !important;
  background-color: #F5F5F5;
}

@media screen and (max-width: 1024px) {
  .si-magazine-description {
    padding: 0 !important;
  }
}

.si-magazine-description p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 1.1em;
}

/*** FLUID TYPE ***/
.si-magazine-description {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 360px) {
  .si-magazine-description {
    padding-top: calc(20px + 10 * ((100vw - 360px) / 664)) !important;
    padding-left: calc(20px + 20 * ((100vw - 360px) / 664)) !important;
    padding-right: calc(20px + 20 * ((100vw - 360px) / 664)) !important;
    padding-bottom: calc(10px + 10 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-description {
    padding-top: 30px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
  }
}

.si-magazine-description-cover-fan-container, .si-bookspage-intro-cover-fan-container {
  background-color: #F5F5F5;
  padding: 0 0 20px !important;
  transition: .3s ease all;
}

.si-magazine-description-cover-fan, .si-bookspage-intro-cover-fan {
  padding: 25px 20px;
}

@media screen and (min-width: 200px) {
  .si-magazine-description-cover-fan-container, .si-bookspage-intro-cover-fan-container {
    float: none;
    width: 100%;
  }
  .si-magazine-description-cover-fan-container {
    padding-bottom: calc(70px + 100 * ((100vw - 200px) / 220)) !important;
  }
  .si-bookspage-intro-cover-fan-container {
    padding-bottom: calc(90px + 110 * ((100vw - 200px) / 220)) !important;
  }
}
@media screen and (min-width: 440px) {
  .si-magazine-description-cover-fan-container, .si-bookspage-intro-cover-fan-container {
    width: 50%;
    float: right;
    padding-bottom: 20px !important;
  }
}


.si-magazine-previous-issue-link p {
  font-size: 17px !important;
  line-height: 1.8;
}

.si-magazine-page-teaser-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 20px;
}

.si-magazine-page-teaser {
  transition: .3s ease all;
  width: 18%;
  margin: 10px 1% 20px;
  list-style-type: none !important;
}

.si-magazine-page-teaser::hover {
  border-color:#777777;
}

.si-magazine-page-teaser-link {
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  color: #333;
}

.si-magazine-page-teaser a {
  outline: none !important;
}

.si-magazine-page-teaser a::hover {
  text-decoration: none !important;
}

.si-magazine-page-teaser-image {
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow:hidden;
  border: 1px solid #AAAAAA;
}

/* XXXXX */
.si-magazine-page-teaser-image::after {
  content: " ";
  display: block;
  width: 100%;
  padding: 66%;
}

.si-magazine-page-teaser-caption {
  width: 100%;
  margin: 7px 0 0;
  text-decoration: inherit;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: bold;
  color:#333333;
}
/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-magazine-page-teaser-caption {
    font-size: calc(14px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-page-teaser-caption {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1200px) {
  .si-magazine-page-teaser {
    width: 23%;
  }
}

@media screen and (max-width: 1024px) {
  .si-magazine-page .si-main-content {
    margin-top: -20px;
    padding:0 2%;
  }
  .si-magazine-page-teaser {
    width: 18%;
  }
}

@media screen and (max-width: 900px) {
  .si-magazine-page-teaser {
    width: 23%;
  }
}

@media screen and (max-width: 750px) {
  .si-magazine-page-teaser {
    width: 31%;
  }
/* for later, when there are more teasers?
  .si-magazine-page-teaser-list {
    justify-content: space-between;
  }
*/
}

@media screen and (max-width: 479px) {
  .si-fullwidth-page .si-main-content,
  .si-search-page .si-main-content,
  .si-contact-page .si-main-content,
  .si-about-page .si-main-content,
  .si-magazine-page .si-main-content,
  .si-audio-page .si-main-content,
  .si-article-page .si-main-content,
  .si-questions-page .si-main-content {
    margin-top: 0 !important;
  }
@media screen and (max-width: 479px) {
  .si-library-page .si-main-content {
    margin-top: -30px !important;
  }
}

/*
  .si-events-page .si-main-content {
    margin-top: 0 !important;
  }
*/
  .si-magazine-page-teaser {
    width: 47%;
  }
  .si-magazine-page-teaser-list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 320px) {
  .si-magazine-page-teaser {
    width: 98%;
    margin: 0 auto 30px;
  }
}

/**************************************************************************************/
/* MAGAZINE ISSUE */
.si-magazine-intro-container {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 0 0 20px;
  margin: 0 0 30px !important;
}

.si-magazine-intro-image {
  float: right;
  width: 35%;
  max-width: 450px;
  padding: 0 0 1em 1em;
  transition: all ease .3s;
}

@media screen and (max-width: 1024px) {
  .si-magazine-intro-image {
    width: 25%;
  }
}

@media screen and (max-width: 900px) {
  .si-magazine-intro-image {
    width: 35%;
  }
}

@media screen and (max-width: 600px) {
  .si-magazine-intro-image {
    width: 45%;
  }
}

@media screen and (max-width: 400px) {
  .si-magazine-intro-image {
    width: 100%;
    padding: 0 0 20px;
  }
}

/*** FLUID TYPE ***/
.si-magazine-intro-text p {
  font-size: 14px !important;
}
.si-magazine-intro-copyright {
  font-size: 13px !important;
}

@media screen and (min-width: 360px) {
  .si-magazine-intro-text p {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-intro-copyright {
    font-size: calc(13px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-intro-text p {
    font-size: 16px !important;
  }
  .si-magazine-intro-copyright {
    font-size: 14px !important;
  }
}


/* MAGAZINE ISSUE HEADLINES (TABLE OF CONTENTS) */
.si-magazine-issue-headlines-container {
  padding: 0 0 50px !important;
/*  margin-bottom: -10px; */
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.si-magazine-issue-headline-contents {
  font-size: 24px !important;
  text-align: center;
  color:#8C0E3E !important;
  background-color:#EFEFEF;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

.si-magazine-issue-headline {
  margin-bottom: 5px;
  background-color:#F5F5F5;
}
.si-magazine-issue-headline a {
  color:#8C0E3E !important;
  outline:0;
  display:block;
  padding:10px 20px !important;
}
.si-magazine-issue-headline a:hover {
  background-color:#E5E5E5;
  text-decoration:none;
}
.si-magazine-issue-headline p {
  margin-bottom: 5px !important;
}

/*** FLUID TYPE ***/
.si-magazine-issue-headline {
  font-size:14px !important;
}
@media screen and (min-width: 360px) {
  .si-magazine-issue-headline {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-issue-headlines-container {
    padding-left: calc(0px + 5 * ((100vw - 360px) / 664)) !important;
    padding-right: calc(0px + 5 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-issue-headline-contents {
    font-size: calc(24px + 6 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-issue-headline {
    font-size: 16px !important;
  }
  .si-magazine-issue-headlines-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .si-magazine-issue-headline-contents {
    font-size: 30px !important;
  }
}

.si-magazine-issue-section {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.si-magazine-issue-section-title {
  font-size: 28px !important;
  line-height: 1.6 !important;
}

.si-magazine-article-container {
  padding-bottom: 30px;
}

.si-magazine-masters-article-container {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.si-magazine-article-title {
  font-size: 25px;
  line-height: 1.6 !important;
}

.si-magazine-article-subtitle {
/*  font-size: 24px; */
  font-size:0.8em;
  font-style: italic;
  line-height: 1.5 !important;
  margin-top: 3px;
  margin-bottom: 10px;
}

.si-magazine-article-byline {
  font-size: 18px;
  margin-bottom: 20px;
}

/* YYYYY */
.si-magazine-article-synopsis {
  padding: 20px 4% 5px !important;
  background-color: #F5F5F5;
  margin:30px 0 30px;
}
.si-magazine-article-synopsis p {
  font-size:14px !important;
  font-style: italic;
  line-height: 1.7;
}
/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-magazine-article-synopsis p {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-article-synopsis p {
    font-size: 16px !important;
  }
}

.si-magazine-article-body p {
  font-size: 15px !important;
  line-height: 1.7;
}

.si-magazine-masters-article-foreword {
  padding: 25px 5% !important;
  background-color: #F5F5F5;
  margin: 20px 0 0;
  font-style: italic;
}

.si-magazine-masters-article-afterword {
  padding: 25px 5% 15px !important;
  background-color: #F5F5F5;
  margin: 0 0 30px;
  font-style: italic;
}

.si-magazine-article-group-foreword {
  padding: 25px 5% !important;
  background-color: #F5F5F5;
  margin: 20px 0 30px;
  font-style: italic;
}

.si-button-link-container {
  padding: 0 0 10px;
}

.si-button-link a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px !important;
  border: 1px solid #333333;
  padding: 5px 10px;
  margin:30px 0 0;
/*  background-color: #F5F5F5; */
  color: #333333 !important;
  line-height: 1.5;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
  font-size: 106.25%;
  outline: none !important;
}

.si-button-link a:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #8C0E3E !important;
}

.si-magazine-message-container {
  padding: 25px 5%;
  background-color: #F5F5F5;
/*  box-shadow: 1px 1px 5px rgba(0,0,0,0.3); */
}

.si-magazine-message-afterword {
  font-style: italic;
  font-size: 17px;
}

.si-magazine-questions-foreword {
  padding: 25px 5% !important;
  background-color: #F5F5F5;
  margin: 0 0 10px;
}

.si-magazine-masters-article-foreword p, .si-magazine-questions-foreword p, .si-magazine-letters-foreword p {
  margin-bottom: 0;
}

.si-magazine-masters-article-foreword p, .si-magazine-masters-article-afterword p, .si-magazine-questions-foreword p, .si-magazine-letters-foreword p, .si-magazine-signs-foreword p {
  font-size:15px !important;
  font-style: italic;
  line-height: 1.7;
}

.si-magazine-question-q {
/*  margin: 0 0 10px; */
  font-style: italic;
  font-weight: bold;;
  line-height: 1.6;
  font-size: 15px !important;
}

.si-magazine-question-q p {
}

.si-magazine-question-a p {
  line-height: 1.7;
  font-size: 15px !important;
}

.si-magazine-letter-container {
  padding-bottom: 35px;
}

.si-magazine-letter-title {
  font-size: 16px !important;
  font-weight: bold;
  padding-bottom: 10px;
}

.si-magazine-letter-body {
/*
  padding-left: 10px;
  border-left:3px solid rgba(140,14,62,0.5);
  padding-bottom: 10px;
*/
}

.si-magazine-letter-body p {
  line-height: 1.7;
  font-size: 15px !important;
}

.si-magazine-letter-byline {
  font-size: 15px !important;
/*  padding-bottom: 10px; */
}

.si-magazine-letter-confirmation {
  font-size: 15px !important;
  font-style: italic;
}

.si-magazine-letter-comment {
  padding: 25px 5% 15px !important;
  background-color: #F5F5F5;
  margin: 30px 0 0;
  font-size: 15px !important;
}

.si-magazine-rallying-call-container {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.si-magazine-rallying-call {
  padding: 30px 5% 20px !important;
  background-color: #EEEEEE;
  margin:40px 0 30px;
}

.si-magazine-rallying-call p {
  font-size:17px !important;
  line-height: 1.7;
}

.si-magazine-letters-foreword {
  padding: 25px 5% !important;
  background-color: #F5F5F5;
  margin: 0 0 30px;
}

.magazine-letter-title {
  margin: 0 0 10px;
  line-height: 1.7;
  font-size: 18px !important;
  font-weight: bold;
}

.magazine-letter-body p {
  font-size:17px !important;
  line-height: 1.7;
}

.magazine-letter-byline {
  font-size:17px !important;
  line-height: 1.7;
  margin: 0 0 20px;
}

.magazine-letter-confirmation {
  font-style: italic;
  line-height: 1.7;
  font-size: 17px !important;
  padding: 20px 25px 25px !important;
  background-color: #F5F5F5;
  margin: 0 0 30px;
}

.si-magazine-signs-foreword {
  padding: 25px 5% 10px !important;
  background-color: #F5F5F5;
  margin: 0 0 30px;
}

.si-magazine-sign-container {
  padding: 0 0 20px !important;
}

@media screen and (max-width: 414px) {
  .si-sign-image {
    width: 100% !important;
  }
}

/* Sign image side caption */
.si-sign-image-caption {
  color: #333333;
  text-align:left;
}

/*** FLUID TYPE ***/
.si-sign-image-caption p {
  font-size: 12px !important;
  line-height: 1.6;
}
@media screen and (min-width: 360px) {
  .si-sign-image-caption p {
    font-size: calc(12px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-sign-image-caption p {
    font-size: 14px !important;
  }
}

.si-magazine-issue-footer {
  margin: 40px 0 20px;
  padding: 25px 5% 15px !important;
  background-color: #F5F5F5;
}

.si-magazine-print-edition-content {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 0 0 30px !important;
  padding-bottom: 15px;
}

.si-magazine-print-edition-content-heading {
  font-size: 15px !important;
  font-weight: bold !important;
  margin: 0 0 20px !important;
  padding-left: 30px;
}

.si-magazine-print-edition-content ul {
  margin-left: -10px !important;
}

.si-magazine-print-edition-content ul li {
  font-size: 14px !important;
}

.si-magazine-compilation-container {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.si-magazine-compilation-title {
  font-size: 25px;
  line-height: 1.6 !important;
  margin-bottom: 20px;
}

.si-magazine-compilation-foreword {
  padding: 25px 5% 10px !important;
  background-color: #F5F5F5;
  margin: 0 0 25px;
}

.si-magazine-compilation-quote-container {
  margin-bottom: 20px;
  padding-left: 10px !important;
  border-left: 3px solid rgba(140,14,62,0.5);
  font-size: 15px !important;
  line-height: 1.7;
}

.si-magazine-qa-group-heading {
  padding: 10px 20px;
  font-size: 19px !important;
  line-height: 1.7em;
}

.si-magazine-letters-group-heading {
  padding: 0 0 20px;
  font-size: 19px !important;
  line-height: 1.7em;
}

.si-magazine-signs-group-heading {
  padding: 0 0 20px;
  font-size: 19px !important;
  line-height: 1.7em;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-magazine-issue-section-title {
    font-size: calc(28px + 5 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-article-title, .si-magazine-compilation-title {
    font-size: calc(25px + 5 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-article-byline {
    font-size: calc(18px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-letter-title {
    font-size: calc(16px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-article-body p, .si-magazine-masters-article-foreword p, .si-magazine-masters-article-afterword p, .si-magazine-questions-foreword p, .si-magazine-question-q, .si-magazine-question-a p, .si-magazine-letters-foreword p, .si-magazine-letter-body p, .si-magazine-letter-byline, .si-magazine-letter-confirmation, .si-magazine-letter-comment, .si-magazine-rallying-call p, .si-magazine-signs-foreword p, .si-magazine-print-edition-content-heading {
    font-size: calc(15px + 2 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-compilation-quote-container {
    font-size: calc(15px + 2 * ((100vw - 360px) / 664)) !important;
    padding-left: calc(10px + 10 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-print-edition-content ul li {
    font-size: calc(14px + 1 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-qa-group-heading, .si-magazine-letters-group-heading, .si-magazine-signs-group-heading {
    font-size: calc(19px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-issue-section-title {
    font-size: 33px !important;
  }
  .si-magazine-article-title, .si-magazine-compilation-title {
    font-size: 30px !important;
  }
  .si-magazine-article-byline {
    font-size: 20px !important;
  }
  .si-magazine-letter-title {
    font-size: 18px !important;
  }
  .si-magazine-article-body p, .si-magazine-masters-article-foreword p, .si-magazine-masters-article-afterword p, .si-magazine-questions-foreword p, .si-magazine-question-q, .si-magazine-question-a p, .si-magazine-letters-foreword p, .si-magazine-letter-body p, .si-magazine-letter-byline, .si-magazine-letter-confirmation, .si-magazine-letter-comment, .si-magazine-rallying-call p, .si-magazine-signs-foreword p, .si-magazine-print-edition-content-heading {
    font-size: 17px !important;
  }
  .si-magazine-compilation-quote-container {
    font-size: 17px !important;
    padding-left: 20px !important;
  }
  .si-magazine-print-edition-content ul li {
    font-size: 15px !important;
  }
  .si-magazine-qa-group-heading, .si-magazine-letters-group-heading, .si-magazine-signs-group-heading {
    font-size: 21px !important;
  }
}

/***************************************************************************************************/
/* MAGAZINE QUESTIONS AND ANSWERS */
.si-magazine-expand-link span {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px !important;
/*  font-style: italic; */
/*  color: #0D72C7; */
}

.si-magazine-expand-link span:hover {
  text-decoration: none;
}

/*** FLUID TYPE ***/
@media screen and (min-width: 360px) {
  .si-magazine-expand-link span {
    font-size: calc(15px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-expand-link span {
    font-size: 17px !important;
  }
}


/***************************************************************************************************/
/*** MAGAZINE OTHER ISSUES IN THIS VOLUME ***/

.si-magazine-other-issues-container {
  margin-top: 0;
  margin-bottom: 30px;
}

.si-magazine-other-issues-list-item {
  margin-bottom:10px;
  background-color:#F5F5F5;
}
.si-magazine-other-issues-list-item a {
  color:#8C0E3E !important;
  outline:0;
  display:block;
  padding:15px 20px;
}
.si-magazine-other-issues-list-item a:hover {
  background-color:#E5E5E5;
  text-decoration:none;
}
.si-magazine-other-issues-list-item p {
  margin-bottom: 5px !important;
}

/*** FLUID TYPE ***/
.si-magazine-other-issues-list-item {
  font-size:14px !important;
}
@media screen and (min-width: 360px) {
  .si-magazine-other-issues-list-item {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-other-issues-list-item {
    font-size: 16px !important;
  }
}

.si-magazine-other-issues-heading {
  font-size:20px !important;
  font-weight:300;
  margin:0 0 20px;
  padding-bottom:15px;
  width:100%;
  border-bottom:2px solid #333333;
  line-height:1.25;
}
@media screen and (min-width: 360px) {
  .si-magazine-other-issues-heading {
    font-size: calc(20px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-other-issues-heading {
    font-size: 22px !important;
  }
}

.si-magazine-colophon-container {
/*  border-bottom: 1px solid rgba(0,0,0,0.2); */
  background-color: #F5F5F5;
  padding: 20px 25px 10px;
  margin: 0 0 30px !important;
}

.si-magazine-colophon-image {
  float: right;
  width: 35%;
  max-width: 450px;
  padding: 0 0 1em 1em;
  transition: all ease .3s;
}

.si-magazine-issue-footer-image {
  float: right;
  width: 25%;
  max-width: 300px;
  padding: 0 0 1em 1em;
  transition: all ease .3s;
}

@media screen and (max-width: 1024px) {
  .si-magazine-colophon-image {
    width: 25%;
  }
}

@media screen and (max-width: 900px) {
  .si-magazine-colophon-image {
    width: 35%;
  }
}

@media screen and (max-width: 600px) {
  .si-magazine-colophon-image {
    width: 45%;
  }
}

@media screen and (max-width: 400px) {
  .si-magazine-colophon-image {
    width: 100%;
    padding: 0;
  }
}

/*** FLUID TYPE ***/
.si-magazine-colophon-text p {
  font-size: 13px !important;
}
.si-magazine-colophon-copyright {
  font-size: 13px !important;
}

@media screen and (min-width: 360px) {
  .si-magazine-colophon-text p {
    font-size: calc(13px + 1 * ((100vw - 360px) / 664)) !important;
  }
  .si-magazine-colophon-copyright {
    font-size: calc(13px + 1 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-magazine-colophon-text p {
    font-size: 14px !important;
  }
  .si-magazine-colophon-copyright {
    font-size: 14px !important;
  }
}



/***************************************************************************************************/
/*** MAGAZINE SUBSCRIPTION PAGE ***/

.subscription-agent-container {
  margin: 0 0 20px;
  padding: 20px 4%;
  background-color: #f4f4f4;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}



/***************************************************************************************************/
/********** WP-FORMS **********/

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}

/* div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, */
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active {
  background-color: #8C0E3E;
  color:#fff;
}

/* cookie bar */
.cli-bar-btn_container a {
  text-decoration: none !important;
  outline: none !important;
}
.cli-bar-btn_container a#CONSTANT_OPEN_URL:hover {
  text-decoration: underline !important;
}

a.cookielawinfo-cookie-delete:hover {
/*
  color: #ffffff !important;
  background-color: #0d72c7 !important;
  text-decoration: none !important;
*/
  outline: none !important;
}

a.wt-cli-manage-consent-link {
  color: #333333;
}

a.wt-cli-manage-consent-link:hover {
  color: #FFFFFF !important;
  background-color: #8C0E3E;
  text-decoration: none !important;
}

/***************************************************************************************************/
/********** EVENTS **********/

.si-events-subheading {
  font-size: 21px !important;
  line-height: 1.4;
}
@media screen and (min-width: 360px) {
  .si-events-subheading {
    font-size: calc(21px + 7 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-events-subheading {
    font-size: 28px !important;
  }
}

.si-event-container {
  margin-bottom:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(0,0,0,0.3);
}

.si-event-flyer-image-container {
  width:38%;
  float:left;
  padding:0;
  transition: .2s ease all;
}

.si-event-flyer-image-container a {
  outline: none !important;
}

.si-event-flyer-image-container img {
  max-width:100%;
  height:auto;
  border: 1px solid #AAAAAA;
}

.si-event-details-container {
  width:56%;
  float:right;
/*  padding:0 20px 0 0; */
/*  padding-right:20px; */
}

@media screen and (max-width: 430px) {
  .si-event-flyer-image-container {
    width:100%;
    float:none;
    margin:0 0 30px;
  }
  .si-event-flyer-image-container img {
    width:100%;
  }
  .si-event-details-container {
    width:96%;
    float:none;
    margin:0 auto;
/*    padding-right:0; */
  }
}

.si-event-button {
  font-family: 'Noto Sans', sans-serif;
/*  font-size: 16px !important; */
  border: 1px solid #333333;
  padding: 5px 10px;
/*  margin: 20px 0; */
  background-color: #FFFFFF;
  color: #333333 !important;
  line-height: 1.5;
  transition: .2s ease all;
  display: inline-block;
  vertical-align: middle;
  font-size: 106.25%;
  outline: none !important;
}

/*
.si-event-button a {
  outline: none !important;
}
*/

.si-event-button:hover {
  color: #FFFFFF !important;
  background-color: #8C0E3E;
  text-decoration: none !important;
}

/*** FLUID TYPE ***/
/*
.si-event-button {
  font-size:14px !important;
}
@media screen and (min-width: 360px) {
  .si-event-button {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-event-button {
    font-size: 16px !important;
  }
}
*/

/***************************************************************************************************/
/********** MAIN CONTENT ON 25% / 75% PAGES **********/

.si-main-content-three-fourths ul {
  padding-left: 2%;
  padding-right: 2%;
}

.si-main-content-three-fourths ul li {
  font-size: 14px !important;
}

@media screen and (min-width: 360px) {
  .si-main-content-three-fourths ul li {
    font-size: calc(14px + 2 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-main-content-three-fourths ul li {
    font-size: 16px !important;
  }
}



.si-main-content-three-fourths blockquote {
  margin:  30px 0px;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: #F5F5F5;
}
.si-main-content-three-fourths blockquote p {
  font-size: 14px !important;
}
@media screen and (min-width: 360px) {
  .si-main-content-three-fourths blockquote {
    padding-top: calc(18px + 7 * ((100vw - 360px) / 664)) !important;
    padding-bottom: calc(18px + 7 * ((100vw - 360px) / 664)) !important;
    padding-left: calc(20px + 10 * ((100vw - 360px) / 664)) !important;
    padding-right: calc(20px + 10 * ((100vw - 360px) / 664)) !important;
  }
  .si-main-content-three-fourths blockquote p {
    font-size: calc(14px + 3 * ((100vw - 360px) / 664)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .si-main-content-three-fourths blockquote {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .si-main-content-three-fourths blockquote p {
    font-size: 17px !important;
  }
}


button.rmp_menu_trigger {
  padding-bottom: 5px !important;
}


@media all and (min-width: 1025px) {
  .si-404-desktop {
    display: block;
  }
  .si-404-mobile {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .si-404-desktop {
    display: none;
  }
  .si-404-mobile {
    display: block;
  }
}
