/*
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 29, 2018, 9:43:05 AM
    Author     : vtieu
*/

div.gallery-heading{
  height: 70px; 
  color: #000; 
  text-align: left;
  border-bottom: #000 5px solid;
}

div > .gallery-icon{
  font-size: 45px;
  float: left;
}

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

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

div.gallery-sub-heading{
  height: 60px; 
  text-align: left;  
}

div > .gallery-sub-icon{
  font-size: 35px;
  float: left;
}

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

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

.content > div.half{
  display: table-cell;
  vertical-align: middle; 
  float: none;
}

.content-container > div.content{
  background-color: white !important; 
  border: 1px #ccc solid; 
  width:100%; 
  height: 100%; 
  display: table-row;
}

article.nopad{
  padding: 0 !important;
}

.introHolder{
  background-color: #323a45 !important;
  display: inline-block;
  color: #ffffff;
  width: 100%;
}

.intropad{
  padding: 15px;
}

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

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

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