h1, h2, h3, h4, h5, h6 {
	color:#002E5D;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:24px;
}

h3, h4, h5, h6 {
	font-size:18px;
	color:#A91E23;
}

img {
	height:auto;
}

.content {
	padding-bottom:15px;
	padding-top:15px;
	background: url(../images/website_bkg.png) repeat-y #FFFFFF center;
}

.content a {
	color:#A91E23;
	text-decoration: underline;
}

.content a:hover {
	color:#002E5D;
	text-decoration: underline;
}

.content p {
	margin-bottom:14px;
	line-height: 1.5em;
}

.rightcolumn h2 {
	margin-top:0px;
	padding-top:0px;
}

.profileleft img {
	border:3px solid #FFFFFF;
}

.profileright h2 {
	color:#FFFFFF;
	margin-top:0px;
	font-size:32px;
}

.profileright p {
	font-size:22px;
	line-height: 1.4em;
	font-weight: 600;
}

.profileright a {
	color:#FFFFFF;
	text-decoration: none;
}

.profileright a:hover {
	color:#FFBF00;
	text-decoration: underline;
}

.utilitybtn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin:8px 0px;
}

a.utilitybtn {
	color:#FFFFFF;
	text-decoration: none;
}

a.utilitybtn:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.utilitybtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.header {
}

.headerbutton {
	color:#FFFFFF;
	background-color: #3498db;
}

.headerbutton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.breadcrumbs {
	font-size:14px;
	padding-bottom:15px;
}

.breadcrumbs ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.breadcrumbs ul li {
	margin:0px;
	padding:0px;
	display: inline-block;
}

.divider {
	padding:0 8px;
}

.hero {
	min-height:100px;
}

.profilehero {
	margin-bottom:20px;
	min-height:1px;
}

.bgsCaptions{
	width:100%;
	margin:0;
	padding:8px;
	text-align: center;
	position: absolute;
	bottom:0;
}

.bgsCaptions h2 {
	font-size:16px;
	line-height: 1em;
}

.wdn_responsive_table {
	
}

.wdn_responsive_table td {
	padding:12px;
	width:50%;
	border: solid 1px #F7F7F7;
}

.wdn_responsive_table tr:nth-child(even) {
	background:#F7F7F7;
}

.wdn_responsive_table tr:nth-child(odd) {
	background:#C4DEE9;
}

.footerlink {
	color:#FFF;
	text-decoration: none;
}

.footerlink:hover {
	color:#FFBF00;
	text-decoration: underline;
}

.headerlinktext {
	color:#FFF;
	text-decoration: none;
}

.headerlinktext:hover {
	color:#FFBF00;
	text-decoration: none;
}

.w-nav-link.w--current {
    color: #FFF;
}

.w-nav-link.w--current:hover {
    color: #FFBF00;
}

.ccm-block-page-list-page-entry-thumbnail {
	margin-top:20px;
	padding-bottom:12px;
}