.quicklinks {
width: 90%;
	margin-left: auto;
	margin-bottom: -10px;
	margin-right: auto;
	font-weight: 700;
}
.rt-col-box {
	width: 100%;
	float: left;
	position: relative;
	background: #f2ebdc;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #e3dac7;
	margin-bottom: 14px;
}
.rt-col-btns ul {
	width: 90%;
	list-style-type: none;
	margin-left: auto;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
}
.rt-col-btns ul li {
width: 100%;
position: relative;
float: left; }
.rt-col-btns ul li + li {
margin-top: 12px; }
.rt-col-btns ul li a {
font: 14px/28px "PT Serif", serif;
color: #645f55;
position: relative;
float: left;
height: 26px;
width: 90%;
padding: 0 5%;
background: #dcd3c0;
border: 1px solid #cec5b1;
 }
@media (max-width: 1100px) and (min-width: 991px) {
.rt-col-btns ul li a {
font-size: 12px; } }
.rt-col-btns ul li a:after {
content: '\00bb';
position: absolute;
right: 5%; }
.rt-col-btns ul li a:hover {
color: #000;
border-color: #baae92; }
.rt-col-btns ul li a:active {
background: #cabc9f; }


.doc-search-box {
float: right;
width: 100%;
padding: 20px;
list-style: none;
margin-bottom: 30px;
background: #f5f9fc;
box-shadow: inset 0px 0px 8px rgba(168, 189, 202, 0.75);
-moz-box-sizing: border-box;
/* Firefox 1, probably can drop this */
-webkit-box-sizing: border-box;
/* Safari 3-4, also probably droppable */
box-sizing: border-box;
}

/*.button {
	background: #003d65;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-family: "PT Serif", serif;
	font-size: 14px !important;
	line-height: 30px !important;
	font-weight: 700;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
.button:active {
background: #005c98;
color: #fff; }
.button:hover {
background: #005c98;
color: #fff; }*/