﻿.head {
  border-left: 1px;
  text-align: left;
  background-color: #0E426C;
  color: white;
  font-weight: bold;
}
.headlarge {
 position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
  z-index:1;
}
  /* ---- table-like ---- */

.table-like {
  //background: #DDD;
  //max-width: 1200px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* clear fix */
.table-like:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- vertical table-like ---- */

.table-like__item {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 0.5px solid #ddd;
  margin: 0px;
}

.table-like__item:hover {
  background-color: #ddd;
}

.table-like__item > * {
  display: inline-block;
  padding: 4px 4px;
  float: left;
}

.policy { width: 100%; }

i {
    width: 20px;
    padding-right: 25px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

@media screen and (max-width: 1280px){
  .head{
    top: 0px;
    z-index:1;
  }
}