﻿body {
	color: #232120;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight:bold;
}

.lead {
    font-size: 14px;
    font-weight:bold;
    margin-top:20px;
}
.btn {
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #1a67b4;
    border: none;
    color: #fff;
}
.btn-primary:hover {
    opacity: 0.7;
    transition: all 0.4s ease 0s;
}
.link-box {
    background-color: #efedec;
    margin: 20px 0;
    padding: 20px;
}
.link-box h3 {    
	font-size: 16px;
    /*font-weight: normal;
	text-transform: uppercase;*/
	margin-top: 0px;
}

.link-box .btn{
	margin-top:10px
}

.find-out-wrapper h2 {
    border-bottom: 5px solid #efedec;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 7px;
    padding: 10px 0;
    text-transform: uppercase;
}

.staff-list-title {
    font-weight: bold;
}

.modal-header {
	min-height: 30px;
}