*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	color: #333;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	line-height: 1.375;
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

a {
	color: #0b4873;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	font-size: 1.125em; /* 18px */
	border-top: 1px dotted #bbb;
	padding: 6px 0;
}

li:last-child {
	border-bottom: 1px dotted #bbb;
}

p {
	font-size: 1.125em; /* 18px */
	margin-bottom: 1em;
}

h1 {
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h2 {
	font-family: 'Droid Serif', Georgia, Times, serif;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3125em; /* 21px */
}

h1 {
	font-size: 1.5em; /* 24px */
}

[class*='col-'] {
  padding-right: 20px;
	margin-bottom: 30px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

[class*='col-'] > img,
.module img {
	display: block;
	max-width: 100%;
}

.logo {
	height: 17px;
	margin-right: 10px;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.module {
	background-color: #fff;
	padding: 0 20px 20px;
}

[class*='col-'] > h1 {
	background-color: #162c79;
	color: #fff;
	/*padding-left: 84px;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

#tc-logo {
	background: #162c79 url('images/tc-logo.png') no-repeat 20px 50%;
}

#rph-logo {
	background: #162c79 url('images/rph-logo.png') no-repeat 20px 50%;
}

#ifc-logo {
	background: #162c79 url('images/ifc-logo.png') no-repeat 20px 50%;
}

address {
	background-color: #162c79;
	color: #fff;
	font-size: 1.3125em; /* 21px */
	margin: 0px -20px 20px;
	padding: 10px 20px;	
}

address:last-child {
	margin-top: 20px;
	margin-bottom: -20px;
}

address a,
h1 > a {
	color: #fff;
}

@media (min-width: 970px) {
	[class*='col-'] { float: left; margin-bottom: 0; }
	.col-1-3 { width: 33.3333%; }
}	

@media (min-width: 1315px) {
	li, p { font-size: 1.3125em; /* 21px */ }
	h1 { font-size: 2.25em; /* 36px */ }
	h2 { font-size: 1.5em; /* 24px */ }
	.logo { height: 26px; }
}
@media (min-width: 1670px) {
	h1 { font-size: 3em; /* 48px */ }
	h2 { font-size: 2.25em; /* 36px */ }
	.logo { height: 34px; }
}