﻿#term-container
{
	overflow: auto;
}

.page-content
{
	position: relative;
	background-color: #fff;
}

.page-wrapper 
{	
	overflow:hidden;
}

h3
{
	margin: 0px;
    color: #C8C04C;
    font-size: 32px;
    height: 100px;
    font-weight: bold;
    text-align: left;
    background-color: #356A7C;
    padding: 10px;
    border-bottom: 3px solid #C8C04C;
}

.keys
{
	z-index: 200;
	display: table;

	position: absolute;
	left: 0px;
	right: 0px;

	width: 100%;
	height: 50px;

	font-size: 20px;
	text-align: center;
	vertical-align: middle;

	background-color: #1f3e49;
    border-bottom: 2px solid #C8C04C;
}

.keys .inner
{
	display: table-cell;
	vertical-align: middle;
}

.keys a
{
	color: #b4b4b4;
	font-weight: bold;
	padding: 5px;
}

.offset
{
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	overflow: auto;
	-webkit-overflow-scrolling: touch;

	width: 100%;
	height: calc(100% - 60px);
}


.letter-group
{
	width: 100%;
	box-sizing:border-box;
	padding: 0 25px;
}

.letter-group .title
{
    height: 1px;
    margin-bottom: 35px;
    margin-top: 50px;
    background-color: #6a8892;
}

.letter-group .title span
{
	position: relative;
	top: -18px;

	display: block;

	width: 40px;
	margin: 0px auto;

	color: #6a8892;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;

	background-color: #fff;
}

.letter-group .terms
{
	text-align:center;
	min-height:15px;
}

.letter-group .terms > div
{
	margin: 10px;
}

.letter-group .terms .glossary-term
{
	color: #750a0a;
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width: 700px)
{
	.keys
	{
		display: block;

		line-height: 50px;

		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.page-content .text
	{
		padding: 0px;
	}

	.letter-group
	{
		margin: 0px;

		width: 100%;
	}
}