body {
background-image: url(index_graphics/fadedown.jpg);
background-repeat: repeat-x;
background-color: #ccc;
margin: 0px;
padding: 0px;
border: 0px;
}

a.whitelink
{
background-image: url('index_graphics/micro_logo.png');
background-repeat: no-repeat;
margin-left: 5px;
padding-left: 15px;
text-decoration:none;
color: white;
font: normal normal normal 10px  arial unicode ms, arial sans-serif, helvetica;
}

a.whitelink:hover {
text-decoration: none;
color: #ddd;
}

td.index_card
{
vertical-align: top;
text-align: left;
width: 333px;
height: 170px;
background-repeat: no-repeat;
padding: 15px;
}

.bodynotes { font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
}

/*Stop overflow*/
img,
embed,
object,
video {
  border: 0px;
}

.card_thumb
{
width: 130px;
height: 84px;
float: left;
}

input, select
{
font-family:  Arial,Helvetica,sans-serif, FreeSans;
font-size: 16px;
line-height: 20px;
font-style: normal;
}

.card_button
{
margin-top: 14px;
width: 272px;
}

#music
{
color: #800C26;
}

#test
{
color: #00707F;
}

#sadie
{
color: #3838A5;
}

#log
{
color: #474747;
}

#xiva
{
color: #993399;
}

/* #imerge */

#hifi
{
/*color: #7abb32; */

color: #0b4060; /* HiFi dark blue */
}

/* CSS for the New Layout May 2018 */
body div.width {
    max-width: 90%;
    min-width: 300px;
    height: 100%;
    margin: 0 auto;
}
div.main {
    float:left;
    width:100%;
    min-height: 600px;
    padding:0;
    margin:0;
    background-color: #fff;
    color: black;
    margin-bottom: 20px;
    border-radius: 0 0 6px 6px;
    box-shadow: 4px 4px 5px #aaa;
    border: solid 1px #efefef;
}
div.content {
    font-family: 'exo 2', Arial,Helvetica,sans-serif, FreeSans;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    background-color: transparent;
    color: black;
    list-style-type: none;
    z-index: 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.jarallax span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 2em;
}
.jarallax.top span {
    width: 90%;
}
.jarallax.top .table {
    display: table;
    width: 100%;
    height: 450px;
    background-color: rgba(39,35,51,0.4);
}
.jarallax.top .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.jarallax {
    height: 450px;
}

.landingLogo {
    width: 50%;
    max-width: 525px;
    height: auto;
}
/* Animate.css Bounce */
.animated {
  animation-duration: 2s; /* was 5s */
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(1.01, 1.01, 1.01);
  }

  20% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}
/* end of Animate.css */

/* Animate.css fadeInDown */
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* end of Animate.css */

/* Animate.css zoomInDown */
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
/* end of Animate.css */

/* Responsive Collapse Tables */
/* Tables
================================== */
.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Rtable-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 49%; /* was 50% */
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  /* margin-bottom: 10px;
  margin-right: 10px; */
  text-align: center;
  color: #fff;
}
.Rtable-cell div {
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  border-radius: 4px;
  min-height: 170px;
  transition: all .35s;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  overflow: hidden;
  position: relative;
  border: solid 1px #f1f1f1;
}
.Rtable-cell.Recording div {
  margin-left: 0;
  margin-right: 10%;
  margin: 20px;
  background-color: rgb(187, 3, 20, 0.075);
  border-color: rgb(187, 3, 20, 0.15);
}
.Rtable-cell.Recording div h5 {
    color: #bb0314;
}
.Rtable-cell.Recording div:hover {
  background-color: #bb0314;
  border-color: #bb0314;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}
.Rtable-cell.Test div {
  margin-left: 0;
  margin-right: 5%;
  margin: 20px;
  background-color: rgb(0, 112, 127, 0.075);
  border-color: rgb(0, 112, 127, 0.15);
}
.Rtable-cell.Test div h5 {
    color: #00707f;
}
.Rtable-cell.Test div:hover {
  background-color: #00707f;
  border-color: #00707f;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}
.Rtable-cell.SADiE div {
  margin-left: 5%;
  margin-right: 0;
  margin: 20px;
  background-color: rgb(57, 56, 165, 0.075);
  border-color: rgba(57, 56, 165, 0.15);
}
.Rtable-cell.SADiE div h5 {
    color: #3938a5;
}
.Rtable-cell.SADiE div:hover {
  background-color: #3938a5;
  border-color: #3938a5;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}
.Rtable-cell.Hifi div {
  margin-left: 10%;
  margin-right: 0;
  margin: 20px;
  background-color: rgb(48, 93, 119,0.075);
  border-color: rgba(48, 93, 119, 0.15);
}
.Rtable-cell.Hifi div h5 {
    color: #305d77;
}
.Rtable-cell.Hifi div:hover {
  background-color: #305d77;
  border-color: #305d77;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}
.Rtable-cell div h5 {
    text-transform: capitalize;
    text-align: center;
    margin-top: 0.75em;
}
.Rtable-cell div h5 {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 0px;
    color: #000;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
}
.Rtable-cell div:hover h5{
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    color: #fff;
}
.Rtable-cell-text {
    position: absolute;
    height: 44px;
    line-height: 1;
    text-transform: capitalize;
    z-index: 2;
    left: 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    box-shadow: 0px 0px 75px 0px rgba(0,132,255,.25);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    top: 50%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 0.75em;
    text-transform: capitalize;
    opacity: 0;
}
.Rtable-cell div:hover .Rtable-cell-text{
   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 1;
}
.Rtable-cell div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.Rtable-cell div ul {
    margin: 0 0 20px 0;
    padding: 0;
    color: #515362;
    font-size: 0.75em;
    list-style-type: none;
}
.Rtable-cell div:hover ul {
    color: transparent;
}

.landingHeader {
  height: 80px;
  background-color: #efefef;
  border-bottom: solid 1px #dedede;
  padding-left: 3%;
  padding-right: 3%;
}
#prismLogo {
  width: 120px;
  height: auto;
  margin: 10px 10px 10px 0;
  float: left;
}

.landingHeader ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
padding-top: 30px;
font-family: 'exo 2', Arial,Helvetica,sans-serif, FreeSans;
font-size: 0.8em;
text-transform: uppercase;
}

.landingHeader ul li { display: inline; }

.landingHeader ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #000;
}

.landingHeader ul li a:hover
{
color: #52a8df;
}

@media all and (max-width: 1023px) {
  .landingHeader ul {
    display: none;
    visibility: hidden;
  }
}

@media all and (max-width: 667px) {
  .Rtable {
    margin-bottom: 20px;
  }
  .Rtable-cell ul {
    display: none;
    visibility: hidden;
  }
  .Rtable-cell div {
    min-height: 50px;
    margin-bottom: 0px!important;
  }
}

.ls-thumbnail-hover {
  visibility: hidden!important;
  display: none!important;
}

.corporateInfo {
  bottom: 0px;
  left: 0px;
  width: 45%;
  float: right;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: gray;
  margin-bottom: 20px;
}
@media all and (min-width: 1000px) {
  .corporateInfo {
    min-width: 640px;
  }
}
.imergeinfo {
  bottom: 0px;
  left: 0px;
  width: 45%;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: gray;
}
.imergelogo {
  width: 120px;
  height: 25px;
  vertical-align: bottom;
  margin-left: 10px;
}
@media all and (max-width: 1400px) {
  .corporateInfo {
    width: 100%;
    float: none;
    text-align: center;
  }
  .imergeinfo {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media all and (max-width: 567px) {
  #slider {
    display: none;
    visibility: hidden;
  }
}

/* Responsive
==================================== */
@media all and (max-width: 1180px) {
  .Rtable--collapse > .Rtable-cell {
    width: 50% !important;
  }
}
@media all and (max-width: 812px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}

.Recording .card_button {
  opacity: 0;
  font-size: 1em;
}
.Recording:hover .card_button {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
