@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
@import "https://fonts.googleapis.com/css?family=Montserrat:100,400,700";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,400,700");
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@font-face {
  font-family: 'iconfont';
  src: url("../../fonts/iconfont.eot?ue02t");
  src: url("../../fonts/iconfont.eot?ue02t#iefix") format("embedded-opentype"), url("../../fonts/iconfont.ttf?ue02t") format("truetype"), url("../../fonts/iconfont.woff?ue02t") format("woff"), url("../../fonts/iconfont.svg?ue02t#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"],
.subscribe-podcast:before,
.feed-icon:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-flickr2:before {
  content: "\eaa4";
}
.icon-office:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.feed-icon:before {
  content: "\ea9b";
}
.subscribe-podcast:before {
  content: "\e907";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 29px;
  color: #D6D8DA;
  transition: color 150ms ease;
}
.subscribe-podcast:hover:before {
  color: #dcc35c;
}

button, .button a, input[type="button"], .button a, input[type="reset"], .button a, input[type="submit"], .button a {
  appearance: none;
  background-color: #4095BE;
  border: 0;
  border-radius: 2px;
  border: none !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 13.76px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 1em 1.5em;
  margin: 1em 0;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, .button a:hover, button:focus, .button a:focus, input[type="button"]:hover, .button a:hover, input[type="button"]:focus, .button a:focus, input[type="reset"]:hover, .button a:hover, input[type="reset"]:focus, .button a:focus, input[type="submit"]:hover, .button a:hover, input[type="submit"]:focus, .button a:focus {
  background-color: #367fa2;
  color: white;
}

button:disabled, .button a:disabled, input[type="button"]:disabled, .button a:disabled, input[type="reset"]:disabled, .button a:disabled, input[type="submit"]:disabled, .button a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, .button a:disabled:hover, input[type="button"]:disabled:hover, .button a:disabled:hover, input[type="reset"]:disabled:hover, .button a:disabled:hover, input[type="submit"]:disabled:hover, .button a:disabled:hover {
  background-color: #4095BE;
}

.button.small-button a {
  font-size: 12px;
}

.button.link-listen a {
  padding-left: 54px;
  position: relative;
  overflow: hidden;
}

.button.link-listen a:before {
  content: '';
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75) url(../../images/icons/listen-mic-bl.svg) no-repeat 9px 9px;
  background-size: 50% 50%;
}
.feed-icon {
  display: inline-block;
  font-size: 0.625em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: white;
  background: #DDAA53;
  border: 2px solid #DDAA53;
  padding: 1em 2em;
}
.feed-icon:before {
  font-size: 1.5em;
  margin-right: 0.85em;
  bottom: -0.15em;
  position: relative;
}
.feed-icon:active,
.feed-icon:focus,
.feed-icon:hover {
  color: #DDAA53;
  background: white;
}

.field,
.field-margin-below {
  margin-bottom: 1em;
}

.field.field--name-field-event-when {
  margin-bottom: 0;
}

.field-label,
.field__label,
.views-label {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 13.76px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.field--name-field-address-gmaps iframe {
  width: 100%;
  min-height: 350px;
}

.job-info {
  border: 1px solid #D6D8DA;
  border-radius: 2px;
  padding: 1em;
  margin: 1em 0;
}

.job-info .field {
  margin: 0;
}

.job-info .field__label,
.job-info .field__item {
  display: inline;
}

.job-info .field__item {
  font-size: 13.76px;
}

li .views-field-title h3 {
  margin-bottom: 0;
}

li .text-subheading {
  margin-top: 0;
}

.attachments {
  background: #f5fafc;
  border-radius: 6px;
}

.attachments h2,
.attachments .field-label,
.attachments .field__label {
  background: #66aacb;
  color: white;
}
.attachments h2 {
  border-radius: 6px 6px 0 0;
}

.attachments .file a {
  color: #367fa2 !important;
}

.attachments .file a .file-mime-type {
  background: #d9eaf2;
}

.attachments .file a:active, .attachments .file a:focus, .attachments .file a:hover {
  color: #265972 !important;
}

.attachments {
  padding-bottom: 1em;
  font-size: 13.76px;
}

.attachments h2,
.attachments .field-label,
.attachments .field__label {
  padding: 1em;
  margin-bottom: 1.5em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.attachments .field__item,
.attachments .field-content {
  padding: 0 1em;
  margin: 0.5em 0;
}

.attachments .file a {
  border: none !important;
}

.attachments .file a .file-mime-type {
  margin: 0 0.25em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 0.25em 0.5em;
  border-radius: 2px;
  position: relative;
  top: -1px;
}

.negative-top-margin {
  margin-top: -1em;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #D6D8DA;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #abadae;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #4095BE;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(58, 134, 171, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #D6D8DA;
}

textarea {
  resize: vertical;
}

input[type=search],
[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

a {
  outline: 0;
  color: #4095BE;
  text-decoration: none;
  transition: all 150ms ease;
}

a:active, a:focus, a:hover {
  color: #30708f;
}

a img {
/*   cursor: pointer !important; */
  transition: all 150ms ease;
}
a:hover img,
a:focus img {
  opacity: 0.75;
}
.nobreak {
  white-space: nowrap !important;
}
.space-below {
  margin-bottom: 1em;
}
.small {
  font-size: 0.86em;
}

h2 a {
  border-bottom: none;
  color: #262C34;
}

h2 a:active, h2 a:focus, h2 a:hover {
  color: #4095BE;
}

#main .node a {
  /* color: black; */
  border-bottom: 1px solid #D6D8DA;
}

#main .node a:active, #main .node a:focus, #main .node a:hover {
  color: #30708f;
  border-bottom: 1px solid #79b4d2;
}

#main .node h2 a,
#suffix h2 a {
  border-bottom: 1px solid #D6D8DA;
}
#main .node h2 a:active, 
#main .node h2 a:focus, 
#main .node h2 a:hover,
#suffix h2 a:active, 
#suffix h2 a:focus, 
#suffix h2 a:hover {
  border-color: #79b4d2;
}

.js .clickable:hover {
  cursor: pointer;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content ol {
  padding-left: 2em;
  list-style: decimal;
  margin: 1em 0;
}

dl {
  overflow: hidden;
  margin: 0 0 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.bibliography li {
  text-indent: -1em;
  padding-left: 1em;
}

picture,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe,
.video-embed-field-responsive-video {
  margin-bottom: 1em;
}

figure {
  margin: 1em 0;
}

figure img {
  margin-bottom: 0.5em;
}

figcaption {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 12px;
  color: #85898F;
}

div.reversed,
div.reversed .submitted {
  color: rgba(255,255,255,0.75);
}
div.reversed h1,
div.reversed h2,
div.reversed h3,
div.reversed strong {
  color: rgba(255,255,255,1);
}

div.reversed a {
  color: rgba(255,255,255,0.6);
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
div.reversed a:active, 
div.reversed a:focus, 
div.reversed a:hover {
  color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);
}
div.reversed h1 a,
div.reversed h2 a,
div.reversed h3 a,
div.reversed .submitted a,
div.reversed .views-field-field-featured-image a {
  border: none;
}
div.reversed h2 a,
div.reversed .submitted a {
  color: rgba(255,255,255,1);
}
div.reversed h2 a:active,
div.reversed h2 a:hover,
div.reversed h2 a:focus,
div.reversed .submitted a:active,
div.reversed .submitted a:hover,
div.reversed .submitted a:focus {
  color: rgba(255,255,255,0.6);
}

.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.embedded-entity {
  margin: 1em 0;
}

.embedded-entity.align-right {
  margin-left: 1em;
}

.embedded-entity.align-left {
  margin-right: 1em;
}

.media-vimeo-video,
.media-youtube-video,
.field--name-field-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
  height: 0;
}

.media-vimeo-video .media-vimeo-player,
.media-vimeo-video .media-youtube-player,
.media-vimeo-video iframe,
.media-youtube-video .media-vimeo-player,
.media-youtube-video .media-youtube-player,
.media-youtube-video iframe,
.field--name-field-video .media-vimeo-player,
.field--name-field-video .media-youtube-player,
.field--name-field-video iframe {
  position: absolute;
  top: 0;
  left: center;
  width: 100%;
  height: 100%;
}

th {
  border: 1px solid #f6f6f6;
  font-weight: bold;
  padding: 1.5em 0.75em;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

td {
  border: 1px solid #f0f0f0;
  padding: 0.75em;
  vertical-align: top;
}

th p,
td p {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 2em 0;
  table-layout: fixed;
  width: 100%;
  font-size: .86em;
}

table caption {
  padding: 1em 0;
}

.clean-table table th {
  padding: 0.75em 0;
  background: transparent;
  border-bottom-width: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.clean-table table td {
  padding: 0.75em 0;
  border-left: none;
  border-right: none;
}

.table-eighty-twenty table {
  table-layout: auto;
}

.table-eighty-twenty table td.views-field-name {
  width: 80%;
}
table.no-border td { border: none; }
table.no-border td .embedded-entity { margin: 0; }
table.full-text { font-size: 1em; }

table ul,
table ol {
  margin-top: 0 !important;
}

.tags .field-content,
.tags .field__item {
  display: inline;
}

.tags {
  margin: 2em 0;
}

.tags a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #888b8f !important;
  padding: 0.5em 1em;
  border-radius: 2px;
  border: none !important;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  -webkit-transition: background-color 150ms ease;
  -moz-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.tags a:hover, .tags a:focus {
  background-color: #eaeaea;
}

.tags.tags-inline div {
  display: inline;
}

@media all and (min-width: 720px) {
  .tags a {
    font-size: 12px;
    padding: 0.75em 1em;
  }
}

body {
  color: #262C34;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1, .section-intro h2,
.page-front .site-slogan,
.page-test-temp .site-slogan,
h2,
h3,
h4,
.node-teaser .content h2,
.node-teaser .content h3,
h5,
.views-field-field-subheading,
h6 {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 1em 0;
}

h1, .section-intro h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.14;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3125em;
}

h4, .node-teaser .content h2, .node-teaser .content h3 {
  font-size: 1.1em;
}

h5, .views-field-field-subheading {
  font-size: 1em;
}

.pub-list h3 {
  font-size: 1em;
}

p {
  margin: 0 0 1em;
}

h2 .highlight {
  font-weight: normal;
  font-size: 0.75em;
}

.in-page-sub {
  margin-top: -1em;
  font-style: italic;
  font-weight: 400;
}

blockquote {
  margin: 2em;
  font-family: "Georgia", serif;
  font-size: 16px;
  font-style: italic;
  text-indent: -1.6px;
}

hr {
  border: none;
  height: 4px;
  width: 60px;
  background: #D6D8DA;
  text-align: left;
  margin: 2em 0;
}
hr.full-width {
  width: 100%;
}

small {
  font-size: 12px;
}

address {
  font-style: normal;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

.small-label {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888b8f;
}

.text-featured {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 19.2px;
  color: #888b8f;
}

.text-subheading {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 19.2px;
  margin-top: -1em;
}

.blog-colophon {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  //font-style: italic;
  font-size: 1.1em;
  background: #F6F6F6;
  padding: 1em 1.5em 1px 1.5em;
  margin: 1em 0;
}

.section-intro h2 {
  margin-bottom: 0.5em;
}

.views-field-field-subheading {
  margin-bottom: 0.5em;
}

.legal {
  font-size: 0.8125em;
}

.pager,
.submitted,
.tag-glossary,
.blog-modified,
.event-list .views-row,
.social-subscribe-links,
#upper-footer,
#lower-footer,
#upper-footer h2,
#lower-footer h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.page-front .site-slogan,
.page-test-temp .site-slogan {
  font-weight: 700;
}

@media all and (min-width: 410px) {
  h1, .section-intro h2, 
  .page-front .site-slogan,
  .page-test-temp .site-slogan {
    font-size: 2.5em;
  }
}

@media all and (min-width: 720px) {
  h1, .section-intro h2, 
  .page-front .site-slogan,
  .page-test-temp .site-slogan {
    font-size: 2.75em;
  }
}

@media all and (min-width: 960px) {
  h1, .section-intro h2, 
  .page-front .site-slogan,
  .page-test-temp .site-slogan {
    font-size: 3em;
  }
}

/* Clearfix */
.cf {
  *zoom: 1;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* Clear all */
.clear {
  clear: both;
}

.is-visible {
  display: block !important;
  visibility: visible !important;
}

/* Completely remove from the flow and screen readers. */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Floats */
.right {
  float: right;
  padding: 0 0 1em 1em;
}

.right-search {
  float: right;
  padding: 0 0 1em 0;
}

.left {
  float: left;
  padding: 0 1em 1em 0;
}

/* Text-Align */
.align-right {
  text-align: right;
}

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

.align-left {
  text-align: left;
}
.add-margin-below {
  margin-bottom: 1em !important;
}
.add-margin-above {
  margin-top: 1em !important;
}

/* Figure-Align */
figure.align-right {
  margin-left: 1em;
}

figure.align-center {
  margin-left: 1em;
  margin-right: 1em;
}

figure.align-left {
  margin-right: 1em;
}

/* Paragraph rules */
.rule-above {
  border-top: 1px solid #D6D8DA;
  padding-top: 2em;
  margin-top: 2em;
}
.rule-below {
  border-bottom: 1px solid #D6D8DA;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

/* Display Classes */
@media all and (max-width: 560px) {
  .hide-small {
    display: none;
  }
}

@media all and (min-width: 560px) and (max-width: 720px) {
  .hide-med {
    display: none;
  }
}

@media all and (min-width: 720px) {
  .hide-large {
    display: none;
  }
}

.valid {
  color: #91C150;
}

.error {
  color: #DA5A4E;
}

.warning {
  color: #DDAA53;
}

.information {
  color: #000db5;
}

.long-text {
  position: relative;
}

.text-collapsed {
  height: 188px;
  overflow: hidden !important;
}

.text-collapsed:after {
  content: ' ';
  height: 50px;
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  z-index: 8888;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.more-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13.76px;
  color: #51565d;
  background-color: #f6f6f6;
  line-height: 32px;
  height: 32px;
  z-index: 9999;
  -webkit-transition: background-color 150ms ease;
  -moz-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.more-link:hover, .more-link:focus {
  background-color: #eaeaea;
  color: #7d8085;
}

.more-link.less-text {
  position: static;
}

/* Updates for Iriss.fm 2019 rebrand
 */
 
/* Block for Libsyn artwork */
#block-views-block-aggregator-feeds-irissfm-2019-artwork img {
  border: 1px solid #d6d8da;
  border-radius: 5px;
}
#block-views-block-aggregator-feeds-irissfm-2019-artwork footer {
  border-top: 1px solid #d6d8da;
  padding-top: 1.66em;
  margin-top: 2.4em;
  color: black;
}

/* How to listen info */
#block-irissfm2019subscriptioninfo {
  border-bottom: 1px solid #d6d8da;
}
#block-irissfm2019subscriptioninfo .podcast-icons {
  margin: 1em 0;
}
#block-irissfm2019subscriptioninfo .podcast-icons li {
  list-style: none;
  margin: 0;
  display: inline;
}
#block-irissfm2019subscriptioninfo .podcast-icons a {
  margin: 0 32px 8px 0;
  display: inline-block;
  height: 48px;
  color: rgb(38, 44, 52);
  background: no-repeat 0 0;
  background-size: 48px;
  padding: 0 32px 0 58px;
  line-height: 48px;
  border-right: 1px solid #d6d8da;
}
#block-irissfm2019subscriptioninfo .podcast-icons .subscribe-apple a {
  background-image: url("../../images/icons/apple-podcasts.png");
}
#block-irissfm2019subscriptioninfo .podcast-icons .subscribe-google a {
  background-image: url("../../images/icons/google-podcasts.png");
  border: none;
}

@media all and (max-width: 560px) {
  #block-irissfm2019subscriptioninfo .podcast-icons a {
    border: none;
  }
}

/* Aggregator view of podcast items */
.page-irissfm-podcast #content-area .views-row .views-field-title h2 {
  padding: 0;
  margin: 0.1em 0;
  padding-right: 18px;
  position: relative;
}
.page-irissfm-podcast #content-area .views-row .views-field-title h2 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  border-color: #555 #555 transparent transparent;
  transform: rotate(45deg);
}
.page-irissfm-podcast #content-area .views-row .views-field-title h2 a:hover:after,
.page-irissfm-podcast #content-area .views-row .views-field-title h2 a:hover:focus {
  border-color: #4095BE #4095BE transparent transparent;
}
.page-irissfm-podcast #content-area .views-field-description {
  font-size: .9em;
  color: #888b8f;
  line-height: 1.5;
}
.page-irissfm-podcast #content-area .views-row {
  border-bottom: 1px solid #d6d8da;
  margin: 0;
  padding: 1.25em 0; 
}
.page-irissfm-podcast #content-area .views-field-link {
  margin: 1em 0 0 0;
}
.page-irissfm-podcast #content-area .views-field-link a {
  display: inline-block;
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 12px 6px 28px;
  background: #f4f9fc;
  border-radius: 18px;
  transition: all 150ms ease;
  color: #4095BE;
  position: relative;
}
.page-irissfm-podcast #content-area .views-field-link a:hover,
.page-irissfm-podcast #content-area .views-field-link a:focus {
  background: #4095BE;
  color: white;
}
.page-irissfm-podcast #content-area .views-field-link a:before {
  content: '';
  box-sizing: border-box;
  width: 2px;
  height: 2px;
  border-style: solid;
  border-width: 5px 0px 5px 10px;
  border-color: transparent transparent transparent #4095BE;
  position: absolute;
  top: 7px;
  left: 12px;
}
.page-irissfm-podcast #content-area .views-field-link a:hover:before,
.page-irissfm-podcast #content-area .views-field-link a:focus:before {
  border-color: transparent transparent transparent #FFF;
}

/* <front> page iriss.fm block */
.podcast-home-column.col-1 {
  padding-right: .5em;
}
.podcast-home-column.col-2 {
  padding-left: .5em;
}
.podcast-home-column {
  font-size: 0.91em;
}
.podcast-home-row.views-row h3 {
  line-height: 1.2em;
  margin: 0.15em 0 0.2em 0;
}
.podcast-home-column .submitted {
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-weight: normal;
  font-size: 0.91em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 1em 0 .5em 0;
}
.podcast-home-column .views-field-description {
  font-size: 0.91em;
}

@media all and (min-width: 720px) {
  .podcast-home-column {
    display: flex;
    align-items: center;
    min-height: 125px;
    margin-bottom: 1em;
    /* padding-left: 135px;
    background-image: url("../../images/artwork/irissfm-2019-small.png");
    background-position: 0 0.15em;
    background-size: 120px 120px;
    background-repeat: no-repeat; */
  }
  .podcast-home-column .pod-artwork {
    width: 125px;
    margin-right: 1em;
  }
  .podcast-home-column .pod-artwork img {
    width: 100%;
    height: auto;
  }
  .podcast-home-column .submitted {
    margin: 0;
  }
}

/* Fixes for module that handles the EU Cookie monster 
 *  * https://3.basecamp.com/3353228/buckets/1515034/messages/1054853032
 *   * */
div#sliding-popup {
  background: #282828 !important;
  border-top: 1px solid #383838;
  padding-top: .5em;
}

.eu-cookie-compliance-buttons button {
  color: black !important;
  text-transform: none !important;
  margin: 1em 0 !important;
}

.eu-cookie-compliance-message p {
  font-weight: normal !important;
  color: #d8d8d8 !important;
}

/* Diagram for Insight #52 */
.diagram-i-52 {
  padding: 1em;
  background-color: #dadada;
  margin-bottom: 1em;
  border-radius: 0.5em;
  color: white !important;
  font-size: 0.9em;
  position: relative;
}
.diagram-i-52.cell-1 {
  background-color: #4095BE;
  margin-bottom: 2em;
}
.diagram-i-52.cell-2 {
  background-color: #4064AD;
  margin-bottom: 2em;
}
.diagram-i-52.cell-3 {
  background-color: #574B9A;
}
.diagram-i-52.cell-1::after,
.diagram-i-52.cell-2::after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 2.2em solid #4095BE;
  position: absolute;
  bottom: -2em;
  left: 48%;
}
.diagram-i-52.cell-2::after {
  border-top: 2.2em solid #4064AD;
}

.taxonomy-term-description {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin: 2.5em 0;
}

.no-border-bottom,
.no-border-bottom .node-teaser  {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

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