/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 30, 2018, 9:21:19 AM
    Author     : vtieu
*/
div#icon-print-header > a > div.ca-gov-icon-print {
    color: #ffffff;
}
div.ca-gov-icon-print {
    font-size: 28px;
}

#icon-print-header{
  float:right;
}

div > .gallery-title{
  float: left;
  height: 100%;
  padding-left: 20px;
  font-size: 32px;
  padding-top: 20px;
}

div.gallery-content{
  color: #000; 
  text-align: left; 
  padding-top: 20px; 
  padding-left: 10px;
}

div > .list-standout{
  color: #fdb81e;
}

article > div.infocard{
  height: 230px;
}

div.card-header{
  background-color: #046b99 !important;
  color: #ffffff !important;
  text-align: center;
}

div.card-block{
  text-align: center;
}

#startYear, #endYear {
  text-align: center;
  background-color: transparent;
  border: 0px;
  font-size: 12px;
}

.row-info {
  border: 1px solid #eee;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.row-info-8 {
  -webkit-box-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.row-info-4 {
  -webkit-box-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.collapse {
  display: none;
}

.ca-gov-icon-print:hover {
  transform: scale(1.2);
  -webkit-transition: transform 0.3s linear;
}