/**
 * @file
 * Views Styling
 */
/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */
/* line 20, ../sass/views-styles.scss */
.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}
/* line 28, ../sass/views-styles.scss */
.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}
/* line 33, ../sass/views-styles.scss */
.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 35, ../sass/views-styles.scss */
.views-displays .secondary .open > a:hover {
  color: #333;
}
/* line 40, ../sass/views-styles.scss */
.views-displays .secondary .action-list li {
  margin: 0;
}
/* line 42, ../sass/views-styles.scss */
.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 45, ../sass/views-styles.scss */
.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}

/* line 52, ../sass/views-styles.scss */
.feed-icon {
  position: absolute;
  right: 20px;
  top: 33px;
}

/* line 59, ../sass/views-styles.scss */
.views-table {
  width: 100%;
}
/* line 61, ../sass/views-styles.scss */
.views-table thead th {
  background: #e6e6e6;
}
/* line 63, ../sass/views-styles.scss */
.views-table thead th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 66, ../sass/views-styles.scss */
.views-table thead th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 70, ../sass/views-styles.scss */
.views-table tbody tr {
  border: none;
}
/* line 73, ../sass/views-styles.scss */
.views-table th, .views-table td {
  padding: 10px;
}
/* line 76, ../sass/views-styles.scss */
.views-table .odd, .views-table .even {
  background: white;
}
/* line 79, ../sass/views-styles.scss */
.views-table .even td {
  background: #f2f2f2;
}
/* line 81, ../sass/views-styles.scss */
.views-table .even td:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 84, ../sass/views-styles.scss */
.views-table .even td:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 88, ../sass/views-styles.scss */
.views-table .views-field-title a {
  font-weight: bold;
}

/* line 97, ../sass/views-styles.scss */
.view-members-institution-filter .filter-institution {
  font-weight: bold;
}
/* line 100, ../sass/views-styles.scss */
.view-members-institution-filter .view-content {
  display: none;
}
/* line 102, ../sass/views-styles.scss */
.view-members-institution-filter .view-content h3 {
  text-transform: uppercase;
  padding-left: 10px;
}
/* line 106, ../sass/views-styles.scss */
.view-members-institution-filter .view-content ul {
  margin-top: 0;
}
/* line 110, ../sass/views-styles.scss */
.view-members-institution-filter .showing:after {
  content: " (hide)";
}

/* line 117, ../sass/views-styles.scss */
#block-nodeblock-275 p {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* line 122, ../sass/views-styles.scss */
.view-faq-questions {
  margin-bottom: 1.42857em;
}

/* line 126, ../sass/views-styles.scss */
.node-faq-question-answer-teaser {
  margin-bottom: 10px;
}
/* line 128, ../sass/views-styles.scss */
.node-faq-question-answer-teaser .node-readmore {
  display: none;
}
/* line 130, ../sass/views-styles.scss */
.node-faq-question-answer-teaser .node-title {
  height: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
/* line 135, ../sass/views-styles.scss */
.node-faq-question-answer-teaser h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 51px;
}
/* line 141, ../sass/views-styles.scss */
.node-faq-question-answer-teaser .view-content {
  font-weight: bold;
  padding-bottom: 15px;
}

/* line 147, ../sass/views-styles.scss */
h3.answersHeading {
  border-top: 1px solid grey;
  padding-top: 20px;
}

/* line 154, ../sass/views-styles.scss */
.node-faq-question-answer-full #topButton, .node-faq-question-answer-full .node-title {
  margin-bottom: 0px;
  font-size: 14px;
  color: #8baea2;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  display: inline;
}
/* line 163, ../sass/views-styles.scss */
.node-faq-question-answer-full #topButton {
  font-weight: bold;
  float: right;
}
/* line 171, ../sass/views-styles.scss */
.node-faq-question-answer-full .view-content .item-list ul {
  margin-top: 0px;
  padding-left: 0px;
}
/* line 177, ../sass/views-styles.scss */
.node-faq-question-answer-full .view-content .field-name-body .field-items .field-item p {
  margin-top: 0px;
}
/* line 181, ../sass/views-styles.scss */
.node-faq-question-answer-full .view-content li {
  list-style: none;
}
/* line 185, ../sass/views-styles.scss */
.node-faq-question-answer-full .view-content .node-readmore {
  display: none;
}

/* line 195, ../sass/views-styles.scss */
.view-searchview #advanced-search-link {
  text-decoration: underline;
}
/* line 198, ../sass/views-styles.scss */
.view-searchview .view-filters #edit-searchbox {
  width: 240px;
  margin-right: 0px;
}
/* line 199, ../sass/views-styles.scss */
.view-searchview .view-filters #edit-submit-searchview {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 200, ../sass/views-styles.scss */
.view-searchview .view-filters .views-submit-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 201, ../sass/views-styles.scss */
.view-searchview .view-filters .views-widget-sort-order {
  display: none;
}
/* line 203, ../sass/views-styles.scss */
.view-searchview .view-filters #edit-searchbox-wrapper *, .view-searchview .view-filters #edit-submit-searchview * {
  float: left;
}
/* line 205, ../sass/views-styles.scss */
.view-searchview .view-filters .views-widget-sort-by {
  width: 400px;
  margin-top: 5px;
}
/* line 206, ../sass/views-styles.scss */
.view-searchview .view-filters .views-widget-sort-by .selectBox-label {
  width: 50px;
}
/* line 207, ../sass/views-styles.scss */
.view-searchview .view-filters .views-widget-sort-by label {
  font-weight: normal;
  margin-right: 6px;
}
/* line 210, ../sass/views-styles.scss */
.view-searchview .view-filters .views-widget-sort-by * {
  float: left;
}
/* line 214, ../sass/views-styles.scss */
.view-searchview .view-header {
  margin-bottom: 10px;
}
/* line 215, ../sass/views-styles.scss */
.view-searchview .view-header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 220, ../sass/views-styles.scss */
.view-searchview .item-list ul.pager {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 228, ../sass/views-styles.scss */
.view-searchview .node-news-item-teaser, .view-searchview .node-event-teaser, .view-searchview .node-page-teaser {
  padding-left: 60px;
}
/* line 232, ../sass/views-styles.scss */
.view-searchview .node {
  background: #FFFFFF;
}
/* line 234, ../sass/views-styles.scss */
.view-searchview .node .more-link {
  display: none;
}
/* line 238, ../sass/views-styles.scss */
.view-searchview .node-event .field-name-field-hashtag {
  display: none;
}
/* line 239, ../sass/views-styles.scss */
.view-searchview .node-event .field {
  margin-bottom: 0px;
}
/* line 243, ../sass/views-styles.scss */
.view-searchview .node-news-item .node-title {
  margin-bottom: 0px;
}
/* line 244, ../sass/views-styles.scss */
.view-searchview .node-news-item .field {
  margin-bottom: 0px;
}
/* line 247, ../sass/views-styles.scss */
.view-searchview li.node-readmore {
  display: none;
}
/* line 248, ../sass/views-styles.scss */
.view-searchview .submitted {
  display: none;
}
/* line 250, ../sass/views-styles.scss */
.view-searchview .node-title, .view-searchview .field-name-field-publication-date.field-items.field-item {
  display: inline;
}
/* line 252, ../sass/views-styles.scss */
.view-searchview .node-title *, .view-searchview .field-name-field-publication-date.field-items.field-item * {
  display: inline;
}
/* line 256, ../sass/views-styles.scss */
.view-searchview .field-name-field-file * {
  display: none;
}

/* line 267, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #simple-search-link {
  margin-left: 0px;
  text-decoration: underline;
  margin-right: 150px;
}
/* line 268, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #edit-searchboxadv {
  width: 240px;
  margin-right: 0px;
}
/* line 269, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #edit-searchboxadv #edit-submit-advancedsearchview {
  margin: 0;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 271, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #edit-submit-advancedsearchview {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 272, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-submit-button {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 273, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-widget-sort-order {
  display: none;
}
/* line 275, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #edit-searchboxadv-wrapper *, .view-advancedsearchview .view-filters #edit-submit-advancedsearchview * {
  float: left;
}
/* line 277, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-widget-sort-by {
  width: 450px;
  margin-top: 5px;
}
/* line 278, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-widget-sort-by .selectBox-label {
  width: 50px;
}
/* line 279, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-widget-sort-by label {
  font-weight: normal;
  margin-right: 4px;
}
/* line 282, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-widget-sort-by * {
  float: left;
}
/* line 285, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #edit-tagsfilter-wrapper, .view-advancedsearchview .view-filters #edit-themefilter-wrapper, .view-advancedsearchview .view-filters #edit-filetypefilter-wrapper {
  padding: 18px;
  margin-left: auto;
  margin-right: auto;
}
/* line 289, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters #edit-tagsfilter-wrapper .views-submit-button, .view-advancedsearchview .view-filters #edit-tagsfilter-wrapper #simple-search-link, .view-advancedsearchview .view-filters #edit-themefilter-wrapper .views-submit-button, .view-advancedsearchview .view-filters #edit-themefilter-wrapper #simple-search-link, .view-advancedsearchview .view-filters #edit-filetypefilter-wrapper .views-submit-button, .view-advancedsearchview .view-filters #edit-filetypefilter-wrapper #simple-search-link {
  display: none;
}
/* line 292, ../sass/views-styles.scss */
.view-advancedsearchview .view-filters .views-widget-sort-by {
  margin-right: 150px;
  margin-top: 0px;
  padding-top: 0px;
}
/* line 297, ../sass/views-styles.scss */
.view-advancedsearchview .view-header {
  margin-bottom: 10px;
}
/* line 298, ../sass/views-styles.scss */
.view-advancedsearchview .view-header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 306, ../sass/views-styles.scss */
.view-advancedsearchview .item-list ul.pager {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 314, ../sass/views-styles.scss */
.view-advancedsearchview .node-news-item-teaser, .view-advancedsearchview .node-event-teaser, .view-advancedsearchview .node-page-teaser {
  padding-left: 60px;
}
/* line 318, ../sass/views-styles.scss */
.view-advancedsearchview .node {
  background: #FFFFFF;
}
/* line 320, ../sass/views-styles.scss */
.view-advancedsearchview .node .more-link {
  display: none;
}
/* line 324, ../sass/views-styles.scss */
.view-advancedsearchview .node-event .field-name-field-hashtag {
  display: none;
}
/* line 325, ../sass/views-styles.scss */
.view-advancedsearchview .node-event .field {
  margin-bottom: 0px;
}
/* line 329, ../sass/views-styles.scss */
.view-advancedsearchview .node-news-item .node-title {
  margin-bottom: 0px;
}
/* line 330, ../sass/views-styles.scss */
.view-advancedsearchview .node-news-item .field {
  margin-bottom: 0px;
}
/* line 333, ../sass/views-styles.scss */
.view-advancedsearchview li.node-readmore {
  display: none;
}
/* line 334, ../sass/views-styles.scss */
.view-advancedsearchview .submitted {
  display: none;
}
/* line 336, ../sass/views-styles.scss */
.view-advancedsearchview .node-title, .view-advancedsearchview .field-name-field-publication-date.field-items.field-item {
  display: inline;
}
/* line 338, ../sass/views-styles.scss */
.view-advancedsearchview .node-title *, .view-advancedsearchview .field-name-field-publication-date.field-items.field-item * {
  display: inline;
}
/* line 342, ../sass/views-styles.scss */
.view-advancedsearchview .field-name-field-file * {
  display: none;
}

/* line 348, ../sass/views-styles.scss */
.view-searchview .view-header, .view-searchview .logInButton, .view-advancedsearchview .view-header, .view-advancedsearchview .logInButton {
  display: inline;
}
/* line 348, ../sass/views-styles.scss */
.view-searchview .view-header *, .view-searchview .logInButton *, .view-advancedsearchview .view-header *, .view-advancedsearchview .logInButton * {
  display: inline;
}

/* line 351, ../sass/views-styles.scss */
.logInButton {
  position: absolute;
  right: 20px;
  padding: 4px;
  background-color: #f1f2f2;
  border: #e6e6e6 solid 1px;
  font-weight: bold;
  margin-top: 5px;
  border-radius: 6px;
}

/* line 364, ../sass/views-styles.scss */
.view-publications .views-field-title, .view-members-documents .views-field-title {
  width: 250px;
}
/* line 366, ../sass/views-styles.scss */
.view-publications .views-field-field-strategic-theme, .view-members-documents .views-field-field-strategic-theme {
  width: 210px;
}
/* line 371, ../sass/views-styles.scss */
.view-publications .views-field-field-strategic-theme a, .view-publications .views-field-field-tags a, .view-members-documents .views-field-field-strategic-theme a, .view-members-documents .views-field-field-tags a {
  font-size: 12px;
}
/* line 376, ../sass/views-styles.scss */
.view-publications .views-field-field-publication-date, .view-members-documents .views-field-field-publication-date {
  width: 120px;
}

/* line 390, ../sass/views-styles.scss */
.view-themeview h3, .view-tagview h3 {
  margin-bottom: 5px;
  margin-top: 25px;
  text-decoration: underline;
}
/* line 395, ../sass/views-styles.scss */
.view-themeview a, .view-tagview a {
  color: #5cb8b6;
}
/* line 397, ../sass/views-styles.scss */
.view-themeview .view-header, .view-tagview .view-header {
  margin-bottom: 10px;
}
/* line 398, ../sass/views-styles.scss */
.view-themeview .view-header h2, .view-tagview .view-header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 403, ../sass/views-styles.scss */
.view-themeview .item-list ul.pager, .view-tagview .item-list ul.pager {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 411, ../sass/views-styles.scss */
.view-themeview .node-news-item-teaser, .view-themeview .node-event-teaser, .view-themeview .node-page-teaser, .view-tagview .node-news-item-teaser, .view-tagview .node-event-teaser, .view-tagview .node-page-teaser {
  padding-left: 60px;
}
/* line 413, ../sass/views-styles.scss */
.view-themeview .node-news-item-teaser .more-link, .view-themeview .node-event-teaser .more-link, .view-themeview .node-page-teaser .more-link, .view-tagview .node-news-item-teaser .more-link, .view-tagview .node-event-teaser .more-link, .view-tagview .node-page-teaser .more-link {
  display: none;
}
/* line 416, ../sass/views-styles.scss */
.view-themeview .node-teaser, .view-tagview .node-teaser {
  background: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 424, ../sass/views-styles.scss */
.view-themeview .node-event .field-name-field-hashtag, .view-tagview .node-event .field-name-field-hashtag {
  display: none;
}
/* line 425, ../sass/views-styles.scss */
.view-themeview .node-event .field, .view-tagview .node-event .field {
  margin-bottom: 0px;
}
/* line 429, ../sass/views-styles.scss */
.view-themeview .node-news-item .node-title, .view-tagview .node-news-item .node-title {
  margin-bottom: 0px;
}
/* line 430, ../sass/views-styles.scss */
.view-themeview .node-news-item .field, .view-tagview .node-news-item .field {
  margin-bottom: 0px;
}
/* line 433, ../sass/views-styles.scss */
.view-themeview li.node-readmore, .view-tagview li.node-readmore {
  display: none;
}
/* line 434, ../sass/views-styles.scss */
.view-themeview .submitted, .view-tagview .submitted {
  display: none;
}
/* line 442, ../sass/views-styles.scss */
.view-themeview .field-name-field-file *, .view-tagview .field-name-field-file * {
  display: none;
}

/* line 448, ../sass/views-styles.scss */
.view-sconul-contacts .attachment, .view-sconul-members .attachment, .view-sconul-representatives .attachment {
  text-align: center;
  font-size: 1.28571em;
  line-height: 2.22222em;
}
/* line 452, ../sass/views-styles.scss */
.view-sconul-contacts table caption, .view-sconul-members table caption, .view-sconul-representatives table caption {
  font-size: 1.28571em;
  line-height: 2.22222em;
  padding: 0 10px;
  text-align: left;
  text-transform: uppercase;
  color: #5cb8b6;
  font-weight: bold;
}
/* line 460, ../sass/views-styles.scss */
.view-sconul-contacts .views-field-field-contact-name, .view-sconul-contacts .views-field-field-contact-phone, .view-sconul-members .views-field-field-contact-name, .view-sconul-members .views-field-field-contact-phone, .view-sconul-representatives .views-field-field-contact-name, .view-sconul-representatives .views-field-field-contact-phone {
  width: 170px;
}
/* line 463, ../sass/views-styles.scss */
.view-sconul-contacts .views-field-mail, .view-sconul-members .views-field-mail, .view-sconul-representatives .views-field-mail {
  width: 238px;
}
/* line 467, ../sass/views-styles.scss */
.view-sconul-contacts .views-field-field-telephone-number, .view-sconul-contacts .views-field-name, .view-sconul-members .views-field-field-telephone-number, .view-sconul-members .views-field-name, .view-sconul-representatives .views-field-field-telephone-number, .view-sconul-representatives .views-field-name {
  width: 103px;
}

/* line 476, ../sass/views-styles.scss */
.node-publication-teaser .fileIconDiv {
  display: inline-block;
}
/* line 480, ../sass/views-styles.scss */
.node-publication-teaser .node-title {
  padding-left: 15px;
  font-weight: normal;
  font-size: 1.143em;
  line-height: 1.25em;
}
/* line 487, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-file-type, .node-publication-teaser .field-name-field-strategic-theme {
  margin-bottom: 0px;
}
/* line 490, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-publication-date, .node-publication-teaser header {
  vertical-align: top;
  line-height: 30px;
}
/* line 491, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-publication-date *, .node-publication-teaser header * {
  vertical-align: top;
  line-height: 30px;
}
/* line 494, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-strategic-theme, .node-publication-teaser .field-name-field-tags {
  margin: 0px 7px 0px 50px;
}
/* line 496, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-strategic-theme .field-item:after, .node-publication-teaser .field-name-field-tags .field-item:after {
  content: ", ";
}
/* line 497, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-strategic-theme .field-item:last-child:after, .node-publication-teaser .field-name-field-tags .field-item:last-child:after {
  content: "";
}
/* line 500, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-strategic-theme {
  margin: 0px 7px 0px 50px;
}
/* line 502, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-strategic-theme * {
  display: inline-block;
}
/* line 505, ../sass/views-styles.scss */
.node-publication-teaser .field-name-field-tags .field-item {
  display: inline-block;
}

/* line 517, ../sass/views-styles.scss */
.node-page-teaser {
  background: #f1f2f2;
  margin-bottom: 5px;
  padding: 10px;
}
/* line 519, ../sass/views-styles.scss */
.node-page-teaser p {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 524, ../sass/views-styles.scss */
.node-page-teaser li.node-readmore {
  display: none;
}
/* line 532, ../sass/views-styles.scss */
.node-page-teaser .node-title {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 1.143em;
  line-height: 1.25em;
}
/* line 540, ../sass/views-styles.scss */
.node-page-teaser .field-name-body p {
  margin: 0px;
}
/* line 544, ../sass/views-styles.scss */
.node-page-teaser .field-name-field-tags *, .node-page-teaser .field-name-field-strategic-theme * {
  display: inline-block;
}
/* line 546, ../sass/views-styles.scss */
.node-page-teaser .field-name-field-tags .field-item:after, .node-page-teaser .field-name-field-strategic-theme .field-item:after {
  content: ", ";
}
/* line 547, ../sass/views-styles.scss */
.node-page-teaser .field-name-field-tags .field-item:last-child:after, .node-page-teaser .field-name-field-strategic-theme .field-item:last-child:after {
  content: "";
}

/* line 551, ../sass/views-styles.scss */
.removeLink {
  cursor: pointer;
}
