@font-face {
  font-family: 'Fjalla One';
  src: url("../../common/font/fjallaone-regular.eot");
  src: url("../../common/font/fjallaone-regular.eot-#iefix") format('embedded-opentype'), url("../../common/font/fjallaone-regular.woff") format('woff'), url("../../common/font/fjallaone-regular.ttf") format('truetype'), url("../../common/font/fjallaone-regular.svg#fjalla_oneregular") format('svg');
}
/* ==========================================================================
   profile
   ========================================================================== */
.overview-table th {
  width: 140px;
}

.mod-frame img:hover 

{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	
	
	
	}
	
.mod-frame img {cursor:pointer;transition:all 0.6s;}

.mod-frame { overflow:hidden; border:0px solid #000;}



.mod-table img:hover 

{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	
	
	
	}
	
.mod-table img {cursor:pointer;transition:all 0.6s;}

.mod-table { overflow:hidden; border:0px solid #000;}


@media screen and (max-width: 768px) {
  body:not(.non-responsive) .overview-table th {
    width: 100px;
  }
}
.executive {
  overflow: hidden;
}
.executive dt {
  float: left;
  clear: left;
  width: 7em;
  margin-right: 1em;
}
.executive dd {
  float: left;
}
.access-map {
  margin-top: 20px;
}
.access-map:first-child {
  margin-top: 0;
}
.access-map iframe {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .access-map iframe {
    height: 169px;
  }
}
.history-table th {
  width: 190px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .history-table th {
    width: 120px;
  }
}
