/*
drupal_add_css(drupal_get_path('module', 'vms') . '/vms.css');

div.mosaicItem span { display: none; }

*/
#block-riot-tags-mosaic {
  margin-right: auto;
  margin-left: auto;
  max-width: 1304px;
}

div.mosaicitem {
  margin: 0px auto;
  padding: 0;
  width: 128px;
  height: 128px;
  position: relative;
  float: left;
  clear: none;
  margin-left: 4px;
  margin-bottom: 4px;

}

.mosaicItemContainer{
  position: absolute;
  top:0px;
}

div.mosaicitem img{
  width: 128px;
  height: 128px;
}

span.caption  {
  display: none;
  position: absolute;
  z-index: 999;
  top: -30px;
  left: 10px;

  width: 100px;
  height: auto;
  background-image: url(/sites/vms.edu/themes/vms2014/css/images/mosaic-arrow.png);
  background-repeat: no-repeat;
  background-position: 20px bottom;

  padding-bottom: 18px;
}

span.caption a  {
  background-color: #8397a0;
  border:1px solid #002559;

  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.3em;
  height: auto;
  background: #164387; /* Old browsers */
  background: -moz-linear-gradient(top,  #164387 0%, #002559 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164387), color-stop(100%,#002559)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #164387 0%,#002559 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #164387 0%,#002559 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #164387 0%,#002559 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #164387 0%,#002559 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164387', endColorstr='#002559',GradientType=0 ); /* IE6-9 */
}

span.caption a {
  color: #fff;
  text-decoration: none;
}

.caption h3,
.caption p {
  color: #fff;
  margin: 20px;
}

.caption h3 {
  margin: 20px 20px 10px;
}

.caption p {
  font-size: .75em;
  line-height: 1.5em;
  margin: 0 20px 15px;
}

.caption a.learn-more {
  padding: 5px 10px;
  background: #08c;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
}

.caption a.learn-more:hover {
  background: #fff;
  color: #08c;
}

#edit-panes-payment-payment-method-blank--1,
#edit-panes-payment-payment-method-blank--2,
#edit-panes-payment-payment-method-blank--3,
#edit-panes-payment-payment-method-blank--4,
#edit-panes-payment-payment-method-blank--5 {
  display: none;
}


/* for use with Flickr iframe */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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