.headline {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.follow {
  position: relative;
}
.follow .tooltips {
  display: none;
}
.follow-list {
  padding: 10px 0;
}
@media screen and (max-width: 969px) {
  .follow-list {
    margin: 0 -5px;
  }
}
.follow-list-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../images/follow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  outline: none !important;
}
@media screen and (min-width: 1100px) {
  .follow-list-item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 970px) and (max-width: 1099px) {
  .follow-list-item {
    margin: 0 3px;
  }
}
.follow-list-item-tw {
  background-position: -40px 0;
}
.follow-list-item-li {
  background-position: -80px 0;
}
.follow-list-item-yt {
  background-position: -120px 0;
}
.follow-list-item-gplus {
  background-position: -160px 0;
}
.follow-list-item-more {
  background-position: -197px 0;
}
.follow-more {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  max-height: 0;
  display: block !important;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.follow-more .more {
  padding: 15px;
}
.follow-more.open {
  max-height: 500px;
}
.follow-more .header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.follow-more ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.follow-more ul li {
  margin: 3px 0;
}
.follow-more ul li .menu_image {
  margin-right: 5px;
}
@media screen and (max-width: 1230px) {
  #xrx_bnrv4_footer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.socialFeed-item {
  overflow: hidden;
  padding: 15px 0;
  height: 160px;
  position: relative;
  line-height: 1.5em;
}
.socialFeed-item:after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ebebeb));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ebebeb', GradientType=0);
}
.socialFeed-item-icon {
  float: left;
  margin: 0 15px 15px 0;
}
.socialFeed-item-icon .fa {
  font-size: 30px;
  color: #b4b4b4;
}
.socialFeed-item-text {
  overflow: hidden;
}
.socialFeed-item-text a {
  color: #db1e2a;
}
.socialFeed-item-text-author {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.socialFeed-item-text-date {
  font-size: 13px;
  display: inline-block;
  color: #666;
  font-style: italic;
}
.index {
  margin-bottom: 40px;
}
.index-filter {
  position: relative;
  padding: 20px 80px 17px 20px;
  background: #ebebeb;
}
.index-filter .btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #db1e2a;
  border: 1px #db1e2a solid;
}
.index-item {
  margin: 10px 0 30px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
}
.index-item-figure {
  margin-top: 10px;
}
.index-item a {
  color: #333;
}
.index-item-info {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.index-item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
  line-height: 1.3em;
}
.index-item-title a {
  color: #db1e2a;
}
.index-paging {
  overflow: hidden;
  padding: 20px 20px;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #666;
  margin: 0 0 10px;
}
.index-paging form {
  line-height: 24px;
}
#pagingBottom.index-paging {
  margin: 10px 0 0;
}
.index-paging input[type=text] {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  width: 40px;
  height: 24px;
  display: inline-block;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 4px;
}
.index-paging .btn {
  vertical-align: top;
}
.blogList {
  margin-bottom: 40px;
}
.blogList-item {
  margin: 10px 0 30px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
.blogList-item-figure {
  margin-top: 10px;
}
.blogList-item a {
  color: #333;
}
.blogList-item-info {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.blogList-item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.blogList-item-title a {
  color: #db1e2a;
}
.blogList-item-download a {
  color: #db1e2a;
}
.blogList-paging {
  overflow: hidden;
  padding: 20px 20px;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #666;
  margin: 0 0 10px;
}
#pagingBottom.blogList-paging {
  margin: 10px 0 0;
}
.blogList-paging input[type=text] {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  width: 40px;
  height: 24px;
  display: inline-block;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 4px;
}
.attachments-large-item {
  display: none;
}
.attachments-large-item.active {
  display: block;
}
.attachments-large-item-image {
  padding: 10px 0;
}
.attachments-large-item-image img {
  max-width: 100%;
  cursor: pointer;
}
.attachments-large-item-title {
  cursor: pointer;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.attachments-large-item-download {
  text-decoration: none !important;
  display: inline-block;
  margin: 5px 0 0;
  /*
        &:before {
          content: "\f019";
          font-family: "FontAwesome";
          margin-right: 5px;
        }
        */
}
.attachments-large-item-description {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
.attachments-large-item-description a {
  word-break: break-word;
}
.attachments-list {
  margin: 15px -4px 0;
  overflow: hidden;
}
.attachments-list-item {
  width: 33.33%;
  padding: 4px;
  cursor: pointer;
  float: left;
  background: #fff;
}
.attachments-list-item.active {
  background: #d80e1b;
}
.attachments-list-item img {
  max-width: 100%;
}
.article-hero {
  margin-bottom: 30px;
}
.article-hero img,
.article-hero video {
  width: 100%;
}
.article-hero-download {
  text-decoration: none !important;
  display: inline-block;
  margin: -15px 0 30px;
  font-size: 12px;
  float: left;
}
.article-hero-download:before {
  content: "\f019";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.article-share.fix {
  position: fixed;
  top: 110px;
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  z-index: 1;
}
.article-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
}
.article-share ul li {
  border-bottom: 1px #f0f0f0 solid;
  padding: 4px 0;
  line-height: 32px;
  padding: 9px 0;
  overflow: hidden;
}
.article-share ul li:last-child {
  border-bottom-width: 0;
}
.article-share ul li a {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.article-share ul li a img {
  float: left;
  margin: 0 10px 0 0;
}
.article-info {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 15px 0 25px;
  text-transform: uppercase;
}
.article-info a {
  color: #333;
}
.article-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-bottom: 50px;
}
.article-text a {
  text-decoration: underline;
}
.article-text iframe[src*="youtube"] {
  width: 100%;
  margin: 10px 0;
}
.article-paging {
  clear: both;
  padding: 0 0 20px;
}
.article-paging ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.article-paging a {
  text-decoration: none;
}
.article-recent {
  margin-right: 30px;
}
/*
 Image gallery styles
 v 2.2.0
*/
.prImageLibrary {
  margin: 0 auto;
}
.prImageLibrary #pagingBottom .right {
  float: right;
}
.galleryLoading {
  background: url(../images/prgl_loading.gif) no-repeat 50% 0;
  text-align: center;
  padding: 40px 0px 0px 0px;
  height: 300px;
  margin-top: 10px;
}
.prglLoadingMin {
  background: url(/images/loading_mini.gif) no-repeat left 0;
  padding-left: 20px;
  line-height: 16px;
}
/* index list */
.photoRow {
  clear: left;
  padding-bottom: 1px;
}
.photo_item {
  color: #333;
  margin: 15px 0;
}
.photo_item .img_title {
  margin: 5px 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.photo_item .img_title a {
  color: #333;
}
.photo_item .img_subtitle {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #999;
  line-height: 150%;
}
.photo_item img {
  max-width: 100%;
}
/* Album bar */
.albumBar {
  padding: 0 26px;
  zoom: 1;
  height: 57px;
  position: relative;
}
.albumBar .prev,
.albumBar .next {
  width: 25px;
  font-size: 9px;
  height: 100%;
  position: absolute;
  top: 0;
}
.albumBar .prev {
  left: 0;
  border-right: 1px solid #fff;
}
.albumBar .next {
  right: 0;
  border-left: 1px solid #fff;
}
.albumBar .prev a,
.albumBar .next a {
  color: #fff;
  background: #ccc url(../images/prgl_icons.png) no-repeat -1000px;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.albumBar .prev a:hover,
.albumBar .next a:hover {
  background-color: #a3a3a3;
}
.albumBar .prev a {
  background-position: 10px -125px;
}
.albumBar .next a {
  background-position: -20px -175px;
}
.albumBar .prev span,
.albumBar .next span {
  display: none;
}
/* Album list */
#albumListView {
  display: none;
  /* init state */
}
#albumList {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
}
#albumList ul {
  width: 10000px;
  /* default width */
  position: relative;
  background: #e6e6e6;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#albumList li {
  float: left;
  border-right: 1px solid #fff;
  overflow: hidden;
  position: relative;
  min-width: 30px;
  /* min element width for trail effect */
  zoom: 1;
  background: #fff;
  height: 57px;
  cursor: pointer;
}
#albumList li,
#albumList .albumImage img {
  width: 82px;
}
#albumList li.last {
  border: none;
}
#albumList li.width-test {
  width: auto !important;
}
#albumList a {
  outline: none;
}
#albumList h2,
#albumList .albumInfo {
  display: none;
}
#albumList .albumImage {
  float: none;
  margin: 0;
}
#albumList .albumImage img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#albumList li.gl-hover .albumImage img,
#albumList li.gl-active .albumImage img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#albumList .glTrail-1 .albumImage img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#albumList .glTrail-2 .albumImage img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#albumList .glTrail-3 .albumImage img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#albumList span.gl-active {
  background: transparent;
  border: 5px solid #df142a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* secure icons */
img.gl-icon-sec {
  margin-bottom: -3px;
}
#albumList .gl-secure {
  background: url(../images/secure.png) no-repeat 5px 95%;
  width: 82px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
}
#albumList .gl-secure-unlocked {
  background-image: url(../images/secure_unlocked.png);
}
/* Album View */
#albumView {
  background: #efefef url(../images/prgl_aview_bg.gif) repeat-x left top;
  border: 1px solid #efefef;
  border-bottom: none;
  padding: 15px 23px;
  zoom: 1;
  color: #989898;
}
#albumView .albumImage {
  float: left;
  margin: 0 22px 0 0;
}
#albumView h2 {
  font-size: 20px;
  margin: 0 0 2px;
  color: #808284;
}
/* albums border */
.albumBorder {
  zoom: 1;
  display: none;
  /* init state */
}
.albumBorder.gallery-hol {
  margin-bottom: 30px;
}
.albumBorder .inner {
  border: 1px solid #e6e6e6;
  zoom: 1;
  padding: 0;
}
.albumBorder #pagingBottom {
  margin-top: 0;
}
/* album border for top block */
.albumBorderTop {
  position: relative;
  top: 3px;
}
/* index view */
#indexView {
  padding: 16px 23px;
}
#indexView h2 {
  margin: 15px 0;
}
#imageView {
  display: none;
  /* hidden by default */
  padding: 16px 0;
}
.imageViewNav {
  padding: 0 23px;
}
.imageViewNav ul {
  text-align: center;
  position: relative;
  zoom: 1;
  font-size: 14px;
  line-height: 14px;
}
.imageViewNav ul a {
  display: inline-block;
}
.imageViewNav li {
  display: inline;
  background: url(../images/prgl_icons.png) no-repeat left top;
  line-height: 100%;
}
.imageViewNav .prev {
  position: absolute;
  left: 0;
  top: 0;
  background-position: 0 5px;
  padding-left: 10px;
}
.imageViewNav .next {
  position: absolute;
  right: 0;
  top: 0;
  background-position: 100% -95px;
  padding-right: 10px;
}
.imageViewNav .back {
  background-position: 0 -46px;
  padding-left: 15px;
}
.imageViewNav .disabled a {
  color: #ccc;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.imageViewNav .disabled-prev {
  background: url(../images/prgl_icons.png) no-repeat 0 -345px !important;
}
.imageViewNav .disabled-next {
  background: url(../images/prgl_icons.png) no-repeat 100% -295px !important;
}
/* Image info tabs */
.prImageLibrary .ui-tabs .ui-tabs-hide {
  display: none !important;
}
.prImageLibrary .eTabs a {
  outline: none;
  text-decoration: none;
  color: #595959;
}
.prImageLibrary .eTabs {
  height: 33px;
  border-bottom: 1px solid #ccc;
  padding-left: 8px;
  margin: 0 23px;
  list-style-type: none;
}
.prImageLibrary .eTabs li {
  float: left;
  height: 32px;
  background: #f2f2f2 url(../images/prgl_rounds.png) no-repeat 0 -30px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  padding-left: 15px;
}
.prImageLibrary .eTabs li span {
  display: block;
  height: 100%;
  min-width: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
  background: url(../images/prgl_rounds.png) no-repeat 100% -30px;
  padding-right: 15px;
}
.prImageLibrary .eTabs .ui-tabs-selected {
  background-color: #fff;
  background-position: 0 -70px;
  height: 33px;
}
.prImageLibrary .eTabs .ui-tabs-selected span {
  background-position: 100% -70px;
}
/* image info */
.prImageLibrary .glInfo {
  padding: 23px;
  padding-bottom: 0;
}
.prImageLibrary .eImageData {
  padding: 0 23px 23px;
}
.prImageLibrary .ePlayer {
  text-align: center;
}
.prImageLibrary .ePlayer video {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.prImageLibrary .eImageData h2 {
  margin: 17px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
/* permalinks */
.prImageLibrary .glPermalink {
  float: right;
}
.prImageLibrary #albumView .glPermalink {
  text-align: right;
  margin-top: -13px;
}
.eContent {
  zoom: 1;
  /* IE fix */
}
.eContent .bl,
.eContent .br {
  display: none;
}
.eContent .glDescription {
  margin: 10px 0;
}
.eAlbum {
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}
/* video ratings */
.ratingList .title {
  float: left;
  display: block;
  margin: 2px 5px 0 0;
}
.ratingList a {
  background: url(../images/icons.png) no-repeat -1000px -1000px;
  padding: 2px 16px 2px 0;
  text-decoration: none !important;
  outline: none;
  float: left;
  display: block;
}
.ratingList .rateon {
  background-position: 4px -360px;
}
.ratingList .rateoff {
  background-position: 4px -400px;
}
.ratingList .loading {
  background: url(/images/loading_mini.gif) no-repeat left 0;
  padding: 2px 0 2px 20px;
  width: 40px;
  float: left;
}
.tagsList {
  margin: 12px 0;
  font-size: 10px;
  line-height: 15px;
}
.glDownload,
.glInfo .detail {
  margin: 12px 0;
}
/* comments */
.eComments {
  background: #fff;
  padding: 23px 0 0;
}
.eComments .leaveComment {
  margin-bottom: 1em;
}
.eCommentsList {
  padding: 0 23px;
}
.cmtInfo {
  margin-bottom: 0.5em;
}
.cmtInfo .cmtDate {
  color: #989898;
}
.cmtReply {
  text-align: right;
  margin-top: 10px;
}
.cmtReply a {
  background: url(../images/icons.png) no-repeat 0 -320px;
  padding-left: 17px;
}
/* �omments form */
.eCommentsForm {
  background: url(../images/prgl_cmt_form_bg.gif) repeat-x left top;
  margin-top: 20px;
  padding: 1px 23px 0;
  zoom: 1;
  /* IE fix */
}
.eCommentsForm h2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin: 16px 0;
}
.eCommentsForm .req {
  color: red;
}
.eCommentsForm .reply {
  display: none;
}
.eCommentsForm .field {
  margin: 1em 0 0;
}
.field input,
.field textarea {
  width: 97%;
  padding: 8px 5px;
  color: #808284;
}
.fldComment textarea {
  height: 100px;
}
.fldCaptcha {
  margin: 10px 0;
}
.fldCaptcha input {
  width: auto;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.fldCaptcha table {
  margin-top: 0.5em;
}
.replyForm .eCommentsForm {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.replyForm .eCommentsForm .leave {
  display: none;
}
.replyForm .eCommentsForm .reply {
  display: block;
}
.replyForm .eCommentsForm h2 {
  margin: 10px 0 8px;
}
.replyForm label {
  display: none;
}
.replyForm .eCommentsForm .field {
  margin: 3px 0;
}
.replyForm .field input {
  width: 95%;
}
.replyForm .fldName,
.replyForm .fldMail {
  float: left;
  width: 49%;
  margin: 0;
}
.replyForm .eCommentsForm .fldMail {
  margin-left: 6px;
}
/* input rounds */
.eComments .inputBorders input,
.eComments .inputBorders textarea {
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.eComments .inputBorders .inner {
  border: none;
  background: none;
}
.eComments .inputBorders .tl,
.eComments .inputBorders .tr,
.eComments .inputBorders .bl,
.eComments .inputBorders .br {
  display: none;
}
/* Slider */
#scrollWrap {
  background: #f2f2f2;
  border: 1px solid #fff;
  border-bottom: none;
  zoom: 1;
}
.ui-slider {
  font-size: 1px;
  height: 10px;
  position: relative;
  margin: 0 auto;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 20px;
  /* default handle width */
  height: 10px;
  background: #ccc;
  outline: none;
}
.ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.ui-slider-handle:hover,
.ui-slider-handle-active,
.ui-slider-handle-active:hover {
  background: #a3a3a3;
}
.galleryMessage {
  margin: 1em 0;
}
/* images search from */
.searchImages .formReset {
  margin-top: 5px;
  font-size: 10px;
  clear: both;
}
/* search show/hide link */
#glShowSearch {
  text-align: right;
  padding-bottom: 1em;
}
#glShowSearch a {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  font-size: 10px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
/* Compact gallery. Enables by .prglCompact class */
.prglCompact #albumView .albumImage {
  display: none;
}
.prglCompact #albumView {
  line-height: 16px;
}
.prglCompact #albumView h2 {
  font-size: 13px;
  font-weight: bold;
}
.prglCompact .selectAlbum {
  display: none;
}
.prglCompact .searchImages {
  margin-top: 0;
  margin-bottom: 1em;
}
/* download lightbox */
#prglPopup {
  width: 400px;
}
/* album tooltip */
#prglTip {
  display: none;
  /* hidden by default */
  background: #ffffe6;
  color: #808284;
  border: 1px solid #666;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  margin: -20px 0 0 25px;
  z-index: 999;
}
#prglTip .tip {
  display: block;
  position: absolute;
  background: url(../images/prgl_rounds.png) no-repeat 0 -120px;
  left: 10px;
  bottom: -5px;
  width: 8px;
  height: 5px;
}
/* Colorbox customization */
#modalBackgroundOverlay {
  background: #000;
  cursor: default !important;
}
#borderTopLeft,
#borderTopRight,
#borderBottomLeft,
#borderBottomRight {
  background: url(../images/prgl_colorbox.png) -1000px -1000px no-repeat;
  width: 21px;
  height: 21px;
}
#borderTopLeft {
  background-position: 0 0;
}
#borderTopRight {
  background-position: -21px 0;
}
#borderBottomLeft {
  background-position: 0 -21px;
}
#borderBottomRight {
  background-position: -21px -21px;
}
#borderTopCenter,
#borderBottomCenter {
  height: 21px;
  background: url(../images/prgl_colorbox_mh.png) -100px -100px repeat-x;
}
#borderTopCenter {
  background-position: 0 0;
}
#borderBottomCenter {
  background-position: 0 -21px;
}
#borderMiddleLeft,
#borderMiddleRight {
  width: 21px;
  background: url(../images/prgl_colorbox_mv.png) -100px -100px repeat-y;
}
#borderMiddleLeft {
  background-position: 0;
}
#borderMiddleRight {
  background-position: -21px 0;
}
#modalContent {
  background: #fff;
}
#modalLoadedContent {
  padding: 10px;
}
#contentTitle {
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  width: 100%;
  background: #fff;
  font-weight: bold;
  color: #949494;
}
#contentCurrent {
  position: absolute;
  bottom: 3px;
  left: 58px;
  font-weight: bold;
  color: #949494;
}
#modalLoadingOverlay {
  background: url(../images/prgl_loading.gif) center center no-repeat #fff;
}
#modalWrap {
  margin-top: 30px;
}
#colorbox {
  padding-right: 140px !important;
  padding-bottom: 72px !important;
}
#modalClose {
  position: absolute;
  font-weight: bold;
  text-indent: -9999px;
  background: url(../images/prgl_icons.png) no-repeat 0 -400px;
  width: 36px;
  height: 36px;
  right: -37px;
  top: -35px;
}
#contentTitle {
  display: none;
}
#txtEmbed {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 12px;
  line-height: 16px;
}
.ir_tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  .ir_tiles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ir_tiles-item {
  position: relative;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .ir_tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ir_tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ir_tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.ir_tiles-figure {
  position: relative;
  height: 0;
  padding-bottom: 66%;
}
.ir_tiles-figure img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.ir_tiles-wrapper .ir_tiles-figure:hover:after,
.ir_tiles-wrapper .ir_tiles-figure:focus:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.3);
}
.ir_tiles-text {
  position: relative;
  padding-top: 10px;
}
.ir_tiles-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  padding: 10px 45px 0px 15px ;
  line-height: 35px;
  font-size: 22px;
  color: #000;
}
.ir_tiles-wrapper:hover .ir_tiles-title,
.ir_tiles-wrapper:focus .ir_tiles-title {
  color: #db1e2a;
}
.ir_tiles-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ir_tiles-link a,
.ir_tiles-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #D92231;
  font-size: 26px;
  text-decoration: none !important;
}
.ir_tiles-link a:hover,
.ir_tiles-link span:hover,
.ir_tiles-link a:active,
.ir_tiles-link span:active {
  background: #7e000b;
}
.ir_featured {
  margin: 0 0 40px;
}
.ir_featured .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  .ir_featured .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ir_featured *[class*="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .ir_featured *[class*="col"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.ir_featured-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 100 100%;
          flex: 0 100 100%;
}
@media (max-width: 1023px) {
  .ir_featured-item {
    margin-bottom: 20px;
  }
}
.ir_featured-wrapper {
  display: block;
  position: relative;
  height: 100%;
}
@media (max-width: 1023px) {
  .ir_featured-wrapper {
    height: 75vw;
  }
}
.ir_featured-item[data-item="3"] .ir_featured-wrapper {
  height: 0;
  padding-bottom: 77%;
}
@media (max-width: 1023px) {
  .ir_featured-item[data-item="3"] .ir_featured-wrapper {
    padding-bottom: 50vw;
  }
}
.ir_featured-item[data-item="2"] {
  border: 1px #737373 solid;
  text-align: center;
  padding: 0 15px 15px;
  margin-bottom: 20px;
}
.ir_featured-figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ir_featured-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.ir_featured-wrapper:hover .ir_featured-figure:after,
.ir_featured-wrapper:focus .ir_featured-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.3);
}
.ir_featured-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
  background: -webkit-linear-gradient(bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0) 100%);
  background: -o-linear-gradient(bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0) 100%);
  background: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0) 100%);
}
.ir_featured-title {
  color: #fff;
  padding: 10px 60px 10px 20px ;
  line-height: 25px;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .ir_featured-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.ir_featured-item[data-item="1"] .ir_featured-title {
  padding: 20px 60px 20px 30px ;
}
@media (min-width: 1024px) {
  .ir_featured-item[data-item="1"] .ir_featured-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.ir_featured-wrapper:hover .ir_featured-title,
.ir_featured-wrapper:focus .ir_featured-title {
  text-decoration: underline;
}
.ir_featured-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ir_featured-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 48px;
  height: 48px;
  background: #D92231;
  font-size: 32px;
  text-decoration: none !important;
}
.ir_featured-link span:hover,
.ir_featured-link span:active {
  background: #7e000b;
}
.ir_index {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ir_index-item {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .ir_index-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .ir_index-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.ir_index-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: -15px 0 0 0 #fff inset;
          box-shadow: -15px 0 0 0 #fff inset;
  text-decoration: none !important;
  /*
    &:hover,
    &:focus {
      background: @gray-transp;
    }
    */
}
@media (min-width: 767px) {
  .ir_index-wrapper {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ir_index-figure {
  position: relative;
}
@media (min-width: 1024px) {
  .ir_index-figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.ir_index-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.ir_index-wrapper:hover .ir_index-figure:after,
.ir_index-wrapper:focus .ir_index-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.3);
}
.ir_index-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
}
.ir_index-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  line-height: 25px;
  font-size: 20px;
}
.ir_index-title a,
.ir_index-title span {
  color: #000;
  text-decoration: none;
}
.ir_index-wrapper:hover .ir_index-title a,
.ir_index-wrapper:focus .ir_index-title a,
.ir_index-wrapper:hover .ir_index-title span,
.ir_index-wrapper:focus .ir_index-title span {
  color: #db1e2a;
  text-decoration: underline;
}
.ir_index-categories {
  font-size: 12px;
  font-weight: 500;
}
.ir_index-categories span,
.ir_index-categories a {
  margin-right: 7px;
  margin-left: 4px;
}
.ir_index-categories span:first-child,
.ir_index-categories a:first-child {
  margin-left: 0;
}
.ir_index-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.ir_events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -5px 20px;
}
.ir_events-item {
  padding: 5px;
}
@media (min-width: 768px) {
  .ir_events-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ir_events-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.ir_events-item:nth-child(n+7) {
  display: none;
}
.ir_events-wrapper {
  border: 1px #737373 solid;
  padding: 15px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000 !important;
  text-decoration: none !important;
}
.ir_events-wrapper:hover,
.ir_events-wrapper:focus {
  outline: none;
  background: rgba(51, 51, 51, 0.3);
}
.ir_events-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.ir_events-wrapper:hover .ir_events-title,
.ir_events-wrapper:focus .ir_events-title {
  color: #db1e2a;
  text-decoration: underline;
}
.ir_events-date {
  font-size: 12px;
  text-transform: uppercase;
}
.ir-banners {
  padding: 30px 0;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.ir-banners > .row {
  margin: -5px 0 !important;
}
.ir-banners > .row > div[class*="col"] {
  padding: 5px;
}
.ir-banners > .row > div[class*="col"] a {
  background: #ebebeb;
  padding: 14px 10px;
  line-height: 40px;
  display: block;
  color: #333;
}
.ir-banners > .row > div[class*="col"] a:before {
  content: "\f105";
  color: #db1e2a;
  font-size: 40px;
  float: right;
  font-family: "FontAwesome";
}
.ir-releases {
  margin: 30px 0;
}
.ir-releases h2 {
  margin-bottom: 20px;
}
.ir-events h2 {
  margin-bottom: 20px;
}
.ir .btn-primary {
  -webkit-transition: backgorund-color 0.1s ease;
  -o-transition: backgorund-color 0.1s ease;
  transition: backgorund-color 0.1s ease;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 16px;
}
.ir .btn-primary:hover,
.ir .btn-primary:active {
  background: #7e000b;
  border-color: #7e000b;
}
.ir h1,
.ir h2,
.ir h3,
.ir h4,
.ir h5,
.ir .h1,
.ir .h2,
.ir .h3,
.ir .h4,
.ir .h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.ir .main-container {
  margin-bottom: 60px;
}
#stockPrice {
  background: url("../images/investor_widget.png") no-repeat 0 0;
  width: 153px;
  height: 91px;
  margin-top: 15px;
}
/*------------------------------------------------------------*/
/* Updates February 2022 */
/*------------------------------------------------------------*/
.ir_beforeContent {
  padding: 16px 0 0;
}
@media (min-width: 768px) {
  .ir_beforeContent .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .ir_beforeContent .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .ir_beforeContent .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .ir_beforeContent .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .ir_beforeContent .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ir_headLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .ir_headLinks {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ir_headLinks > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 100 100%;
          flex: 0 100 100%;
  margin: 0 5px;
  border-radius: 0;
  border-width: 0;
}
@media (max-width: 1023px) {
  .ir_headLinks > a {
    margin-bottom: 10px;
  }
}
.ir_block {
  margin-bottom: 60px;
}
.ir_block:last-child {
  margin-bottom: 0;
}
.ir_block-title {
  margin: 0 0 30px;
}
.ir_block-linkAll {
  text-align: center;
}
.ir_block-linkAll .btn {
  border-radius: 0;
  border-width: 0;
}
.ir_sign {
  padding: 60px 0;
  background: #ccc url("../images/alerts_banner.jpg");
  text-align: center;
}
.ir_sign-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.ir_sign .btn {
  border-radius: 0;
  border-width: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.emailAlerts input[type=checkbox],
.emailAlerts input[type=radio] {
  float: left;
  margin: 4px -6px 0 0;
  position: static;
}
.emailAlerts #recaptcha_widget_div {
  margin-bottom: 15px;
  margin-left: -2px;
}
.emailAlerts .form-group {
  padding-left: 0;
}
.errors {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ff0000;
}
.ir {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ir__header {
  display: table-header-group;
}
.ir__body {
  display: table-row-group;
}
.ir__row {
  display: table-row;
}
.ir__header .ir__row {
  background: #ebebeb;
}
.ir__col {
  display: table-cell;
  vertical-align: top;
  padding: 7px;
}
.ir__header .ir__col {
  background: #ebebeb;
  font-weight: bold;
}
@media (max-width: 500px) {
  .ir__col_caption {
    width: 150px;
  }
}
@media (min-width: 500px) {
  .ir__col_caption {
    width: 200px;
  }
}
.ir__slider {
  /*
  display: flex;
  justify-content: stretch;
  */
  position: relative;
  max-width: 100%;
}
.ir__slider.owl-loaded {
  display: block;
}
.ir__slider .owl-prev,
.ir__slider .owl-next {
  position: absolute;
  top: 0;
}
.ir__slider .owl-prev span,
.ir__slider .owl-next span {
  color: #666;
  font-size: 32px;
}
.ir__slider .owl-prev.disabled,
.ir__slider .owl-next.disabled {
  opacity: 0.3;
  cursor: default;
}
.ir__slider .owl-prev {
  left: -40px;
}
.ir__slider .owl-next {
  right: 20px;
}
.ir__sliderItem {
  /*
  flex: 0 0 33.33%;
  max-width: 33.33%;
  */
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 500px) {
  .ir__sliderItem {
    white-space: nowrap;
  }
}
.owl-item .ir__sliderItem {
  width: 100%;
  max-width: 100%;
  display: block;
}
.ir__sliderItem a,
.ir__sliderItem span {
  display: inline-block;
  font-size: 18px;
  padding: 3px 5px;
}
.ir__sliderItem span {
  color: #666;
}
.ir__sliderItem a {
  font-weight: 600;
}
/*

Logo
Headline
Subheadline
Page Body
Media Contact

Make sure the following are hidden:
Navigation
Breadcrumbs
Hero Image
Share buttons
Right kiosks (except media contact)
Footer

Also make sure the URL after any <a> tag is not visible either.

*/
@media print {
  .breadcrumbs,
  .article-hero,
  .article-share,
  .article-recent,
  .aside-kiosk,
  #xrx_bnr_v3_ftr_links,
  #xrx_bnrv4_footer .xrx_bnrv4_logo {
    display: none !important;
  }
  a:after {
    display: none;
  }
  .aside-contacts {
    display: block;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.navMenu {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 767px) {
  .navMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.navMenu-title {
  border-radius: 0;
  border: 1px #737373 solid;
  background: none;
  position: relative;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .navMenu-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navMenu-title .fa {
  font-size: 24px;
  margin-left: 7px;
}
.navMenu.opened .navMenu-title {
  z-index: 2;
  border-bottom-color: #ffffff;
}
.navMenu.opened .navMenu-title .fa {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.navMenu-list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  z-index: 1;
  padding: 5px 0;
  background: hsl(0, 0%, 100%);
  border: 1px #737373 solid;
  font-size: 20px;
}
@media (max-width: 768px) {
  .navMenu-list {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .navMenu-list {
    right: 0;
  }
}
.navMenu-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navMenu-list a {
  display: block;
  padding: 5px 15px;
  margin: 10px 0;
  color: #000000;
  text-decoration: none !important;
}
.navMenu-list a:hover,
.navMenu-list a:focus {
  background: #f4f4f4;
}
.navMenu-sub {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 100%;
  background: #fff;
  border-left: 1px #737373 solid;
  border-right: 1px #737373 solid;
  border-bottom: 1px #737373 solid;
  margin: 0 -1px -1px -1px;
}
.navMenu-sub a {
  padding-left: 35px;
}
.navMenu-sub.opened {
  display: block;
}
.navMenu-hasSub > a .fa {
  font-size: 24px;
  line-height: 30px;
  float: right;
  margin-left: 7px;
}
.navMenu.opened .navMenu-list {
  display: block;
}
.navMenu-subTitle {
  width: 100%;
  font-weight: 600;
  background: #ffffff;
  border-width: 0;
  text-align: left;
  padding: 10px 13px;
  margin: 10px 0 0;
  font-family: "Roboto Condensed", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navMenu-subTitle .fa {
  margin-right: 15px;
  font-size: 24px;
}
@media screen and (max-width: 1230px) {
  .main-container.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.f-r-c-l {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.f-r-c-r {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.f-r-l {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
figure img,
figure video,
figure audio {
  max-width: 100%;
}
h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 30px;
}
h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 32px;
}
h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.main-container.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.btn-default {
  border: 1px #d7d7d7 solid;
  border-radius: 0;
  padding: 14px 15px;
  font-size: 18px;
}
.btn-default .fa {
  color: #db1e2a;
  margin-left: 10px;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}
.btn-red {
  display: inline-block;
  background: #db1e2a;
  color: #fff;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  padding: 0;
}
.btn-red:first-child {
  margin-right: 5px;
}
.btn-red:last-child {
  margin-left: 5px;
}
.btn-apply {
  background: #db1e2a;
  color: #fff !important;
}
.list {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.smallLinks .list {
  font-size: 16px;
}
.list li {
  border-bottom: 1px #cecece solid;
  padding: 5px 0;
}
.list li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.list a {
  color: #333;
}
/* Cearousel */
.featured {
  position: relative;
  padding-right: 40px;
  /* Featured Images  */
}
@media screen and (max-width: 1279px) {
  .featured {
    padding-left: 40px;
  }
}
.featured * {
  outline: none !important;
}
.featured-article > *[class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.featured-article-figure *[data-player] {
  max-width: 100%;
}
.featured-article-figure *[data-player] > div {
  max-width: 100%;
}
.featured-article-figure *[data-player] > div > video {
  max-width: 100%;
}
.featured-article-figure img {
  width: 100%;
}
@media (max-width: 1023px) {
  .featured-article-figure video {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .featured-article-figure audio {
    height: 48px;
  }
}
@media (max-width: 1023px) {
  .featured-article-figure {
    margin-bottom: 20px;
  }
}
.featured-article.hasMedia-audio .newsPlayer {
  padding-bottom: 15% !important;
  margin-bottom: 15px;
}
.featured-article-content {
  padding-left: 20px !important;
}
.featured-article-content h3 {
  line-height: 1.3em;
  margin-top: 0;
}
.featured-article-content h3 a {
  color: #333;
}
.featured-article-content-description {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-bottom: 15px;
}
.featured .bx-pager {
  text-align: center;
  padding-top: 10px;
}
.featured .bx-pager-item {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 9px;
}
.featured .bx-pager-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-indent: -9999px;
  border: 1px #dadada solid;
}
.featured .bx-pager-item a.active {
  border: 1px #da1e2a solid;
  background: #da1e2a;
}
.featured .bx-controls-direction .bx-prev,
.featured .bx-controls-direction .bx-next {
  position: absolute;
  height: 72px;
  width: 20px;
  top: 50%;
  margin-top: -65px;
  text-indent: -9999px;
}
.featured .bx-controls-direction .bx-prev:before,
.featured .bx-controls-direction .bx-next:before {
  font-family: "FontAwesome";
  float: left;
  width: 100%;
  height: 100%;
  color: #ccc;
  font-size: 72px;
  line-height: 72px;
  text-indent: 0;
}
@media screen and (min-width: 1280px) {
  .featured .bx-controls-direction .bx-prev {
    left: -40px;
  }
}
@media screen and (max-width: 1279px) {
  .featured .bx-controls-direction .bx-prev {
    left: 0;
  }
}
.featured .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.featured .bx-controls-direction .bx-next {
  right: 0;
}
.featured .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.featured-items {
  padding: 0;
  margin-bottom: 40px;
}
.featured-items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1279px) {
  .featured-items-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.featured-items-wrapper.featured {
  padding: 0;
}
.featured-items-wrapper-carousel-item {
  padding: 15px;
  padding-bottom: 60px;
  max-width: 30%;
}
.featured-items-wrapper-carousel-item-figure img {
  width: 100%;
}
.featured-items-wrapper-carousel-item h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.featured-items-wrapper-carousel-item h4 a {
  color: #333;
}
.featured-items-wrapper-carousel-item-link {
  display: inline-block;
  background: #db1e2a;
  color: #fff;
  height: 45px;
  line-height: 43px;
  padding: 0 13px;
  border-radius: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.featured-items-wrapper-carousel-item-link:hover {
  color: #fff;
}
.featured-items-wrapper-carousel-item-link:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 41px;
  margin-left: 10px;
  width: 20px;
  vertical-align: top;
}
.featured-items-wrapper .bx-wrapper {
  max-width: 100% !important;
}
@media screen and (min-width: 1280px) {
  .featured-items-wrapper .bx-next {
    right: -40px !important;
  }
}
@media screen and (max-width: 1279px) {
  .featured-items-wrapper .bx-next {
    right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .featured-items-wrapper .bx-left {
    left: 0;
  }
}
/* Blog @ homepage */
.blog .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  letter-spacing: -0.4em;
}
.blog .row > div[class*="col"] {
  padding: 5px;
  letter-spacing: 0;
}
.blog-item {
  padding: 25px 50px 15px 25px;
  background: #ebebeb;
  position: relative;
  line-height: 37px;
}
.blog-item > a {
  color: #333;
  text-decoration: none;
}
.blog-item > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  right: 13px;
  top: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: right;
  color: #db1e2a;
}
.blog-item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.blog-item-date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
/* ASIDE STYLES */
.aside-kiosk {
  background: #ebebeb;
  padding: 20px 20px 15px;
  margin-bottom: 15px;
  /* TOPICS */
}
.aside-kiosk h3 {
  margin: 0;
}
@media screen and (min-width: 970px) {
  .aside-kiosk-promoImg {
    margin: 10px -20px;
  }
}
@media screen and (max-width: 969px) {
  .aside-kiosk-promoImg {
    margin: 10px 0;
  }
}
.aside-kiosk-promoImg img {
  max-width: 100%;
}
.aside-kiosk-search {
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.aside-kiosk-search input[type=text] {
  width: 100%;
  border-width: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  height: 34px;
  padding: 0 40px 0 3px;
}
.aside-kiosk-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  padding: 0;
  background: none;
  border-width: 0;
  color: #db1e2a;
  width: 34px;
  text-align: center;
}
.aside-kiosk-topics {
  overflow: hidden;
}
.aside-kiosk-topics li ul {
  margin: 0;
  max-height: 0;
  font-size: 90%;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.aside-kiosk-topics li ul li {
  padding-left: 15px;
}
.aside-kiosk-topics li.open ul {
  max-height: 600px;
}
/* BREADCRUMBS */
.breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs span {
  color: #b1b1b1;
}
/* MEDIA CONTACTS */
.contact {
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
}
.contact a {
  color: #333;
}
.contact-name {
  color: #db1e2b;
}
.contact-name a {
  color: inherit;
}
.gallery-item-lightbox-obj img {
  max-width: 100%;
}
.attachment-lightbox-media > div {
  height: 0;
  position: relative;
  z-index: 8050;
}
.attachment-lightbox-media > div > object,
.attachment-lightbox-media > div > video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.attachment-lightbox-media > div > video {
  width: 100% !important;
  height: auto !important;
}
.stock-intro {
  margin-top: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}
.stock-price {
  font-size: 4em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 20px 0;
}
.stock-updated {
  font-size: 0.9em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  opacity: 0.9;
}
.stock-intro[data-sign="plus"] > span {
  color: #00a453;
}
.stock-intro[data-sign="minus"] > span {
  color: #cc0000;
}
.stock-intro[data-sign="plus"] .stock-intro-change:before,
.stock-intro[data-sign="minus"] .stock-intro-change:before {
  content: "";
  display: inline-block;
  border-left: 4px rgba(0, 0, 0, 0) solid;
  border-right: 4px rgba(0, 0, 0, 0) solid;
  margin-right: 3px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.stock-intro[data-sign="plus"] .stock-intro-change:before {
  border-bottom: #00a453 4px solid;
}
.stock-intro[data-sign="minus"] .stock-intro-change:before {
  border-top: #cc0000 4px solid;
}

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