﻿/*Media heading styles*/
/**
 * Grid HTML classes
 */
/**
 * Align classes
 */
/**
 * Vertical align middle
 */
/**
 * Clearfix
 */
/**
 * Makes an element visually hidden, but accessible
 * @see http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Turns off the element-invisible effect
 */
/**
 * RGBA fallback
 */
/**
 * Input placeholder color
 */
/**
 * Icons
 */
/**
 * Icons fallback
 */
/**
 * Aspect ratio
 */
/**
 * Calculate columns
 */
/**
 * Strip unit
 * It strips the unit of measure and returns it
 */
/**
 * Convert to REM
 */
/**
 * REM calc
 */
@font-face {
  font-family: "Geist Regular";
  src: url(/SiteElements/Fonts/Geist-Regular.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Bold";
  src: url(/SiteElements/Fonts/Geist-Bold.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Bold.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Light";
  src: url(/SiteElements/Fonts/Geist-Light.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Light.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Thin";
  src: url(/SiteElements/Fonts/Geist-Thin.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Thin.woff) format("woff");
  font-style: normal;
  font-display: swap;
}

/**
 * Assets paths
 */
/**
 * Base
 */
/**
 * Global
 */
/**
 * Breakpoints
 * Override default settings from _mq.scss partial
 * https://github.com/sass-mq/sass-mq
 */
/**
 * Icons
 */
.sys_standard-list {
  padding: 0 !important;
}

.sys_standardlist-title {
  margin-bottom: 15px;
  position: relative;
  font-weight: 300;
}

.sys_news-control.sys_standard-list .sys_subitem h2.sys_news-subheading,
.sys_standard-list .sys_subitem h2.sys_subitem-heading {
  margin: 1px 0 10px 0 !important;
  float: left;
  width: 560px;
}

.sys_news-control.sys_standard-list .sys_subitem h2.sys_news-subheading a,
.sys_standard-list .sys_subitem h2.sys_subitem-heading a {
  z-index: 500 !important;
}

/*Media feeds styles*/
h1 span.sys_rss-link,
h2 span.sys_rss-link,
h3 span.sys_rss-link {
  padding: 20px 15px 20px 0;
  float: right;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  /*width: 110px;*/
}

.sys_rss-link,
.sys_button-subscribe-rss {
  display: block;
  font-size: 11px;
  white-space: nowrap;
}

.sys_rss-link a,
.sys_button-subscribe-rss a {
  background: url("/SiteElements/Images/media/Rss-Feed-Icon.gif") no-repeat scroll 0 50% white;
  display: block;
  font-weight: 700;
  padding: 2px 0 2px 22px;
  text-decoration: none;
}

.sys_rss-link a:focus {
  text-decoration: underline;
}

h1 span.sys_atom-link,
h2 span.sys_atom-link,
h3 span.sys_atom-link {
  padding: 20px 15px 20px 0;
  float: right;
  /*position: absolute;*/
  /*right: 110px;*/
  /*top: 0;*/
  /*width: 110px;*/
}

.sys_atom-link a,
.sys_button-subscribe-atom a {
  background: url("/SiteElements/Images/media/Atom-Feed-Icon.gif") no-repeat scroll 0 50% white;
  display: block;
  font-weight: 700;
  padding: 2px 0 2px 22px;
  text-decoration: none;
}

.sys_atom-link a:focus {
  text-decoration: underline;
}

.sys_rss-link,
.sys_button-subscribe-rss,
.sys_atom-link,
.sys_button-subscribe-atom {
  font-size: 0.61em;
}

/*Media listing navigation styles*/
.sys_theme-none .sys_flickrpager {
  float: left;
  width: 100%;
}

.sys_theme-none .sys_flickrpager .sys_navigation {
  float: right;
}

.sys_theme-none .sys_flickrpager .sys_paginginfo,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_navigationprevious,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_page a,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_page.sys_selected span,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_navigationnext {
  padding-top: 1px;
  float: left;
}

.sys_theme-none .sys_flickrpager .sys_paginginfo,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_navigationprevious,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_navigationnext {
  padding-top: 2px;
}

.sys_theme-none .sys_flickrpager .sys_navigation .sys_page {
  float: left;
}

.sys_theme-none .sys_flickrpager .sys_navigation .sys_navigationprevious {
  margin-right: 4px;
}

.sys_theme-none .sys_flickrpager .sys_navigation .sys_page a,
.sys_theme-none .sys_flickrpager .sys_navigation .sys_page.sys_selected span {
  width: 28px;
  display: block;
  box-sizing: border-box;
  margin-right: 5px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #161616;
}

.sys_navigationnext a, .sys_navigationprevious a {
  color: #9d0932;
  font-size: 14px;
  text-decoration: none;
}

.sys_navigationnext a:hover, .sys_navigationprevious a:hover {
  color: #9d0932;
  font-size: 14px;
  text-decoration: underline;
}
.sys_navigationnext a:focus, .sys_navigationprevious a:focus {
  color: #9d0932;
  font-size: 14px;
  text-decoration: underline;
}
.sys_navigationnext span, .sys_navigationprevious span {
  color: #161616;
  font-size: 14px;
}

.sys_theme-none .sys_flickrpager .sys_navigation .sys_page a:hover {
  background: none repeat scroll 0 0 #e5e5e5;
  text-decoration: none;
}
.sys_theme-none .sys_flickrpager .sys_navigation .sys_page a:focus {
  background: none repeat scroll 0 0 #e5e5e5;
  text-decoration: none;
}

.sys_theme-none .sys_flickrpager .sys_navigation .sys_page.sys_selected span {
  background: #e5e5e5;
}

.sys_theme-none .sys_flickrpager .sys_ellipsis {
  display: none;
}

/*Right Col media feeds styles*/
.sys_RightColumn span.sys_rss-link {
  width: 85px;
  position: absolute;
  top: 3px;
  left: 100px;
}

.sys_RightColumn .sys_rss-link,
.sys_RightColumn .sys_button-subscribe-rss {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.sys_RightColumn .sys_rss-link a,
.sys_RightColumn .sys_button-subscribe-rss a {
  background: url("/SiteElements/Images/media/Rss-Feed-Icon.gif") no-repeat scroll 0 50% transparent;
  display: block;
  font-weight: 700;
  overflow: hidden;
  padding: 2px 0 2px 22px;
}

.sys_RightColumn span.sys_atom-link {
  width: 85px;
  position: absolute;
  top: 3px;
  left: 0px;
}

.sys_RightColumn .sys_atom-link a,
.sys_RightColumn.sys_button-subscribe-atom a {
  background: url("/SiteElements/Images/media/Atom-Feed-Icon.gif") no-repeat scroll 0 50% transparent;
  display: block;
  font-weight: 700;
  overflow: hidden;
  padding: 2px 0 2px 22px;
}

.sys_RightColumn .sys_rss-link,
.sys_button-subscribe-rss,
.sys_RightColumn .sys_atom-link,
.sys_button-subscribe-atom {
  font-size: 0.85em;
}

.sys_disabled {
  display: none;
}

/*# sourceMappingURL=511-media.css.map */
