.card-header {
    background-color: #212529;
	color: #ead07f;	
	font-weight: bold;
}
.card-header a {
    color: #ead07f;
}
.card-header a:hover {
    color: #FFF !important;
}
.breadcrumb > li {
    font-size: 0.8em;
    text-transform: none;
}

/* ----------------------------------------------------------------------
	Download PDFs
-------------------------------------------------------------------------*/
.download-list{
  list-style: none;
	margin: 0;
	padding: 0 !important;
}

.download-list li{
  position:relative;
  margin-bottom:15px; 
}

.download-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	position:relative;
  display:block;
  color: #0a0c08;
  font-size:13px;
  font-weight:500;
  line-height:24px;
  padding:10px 15px;
  background: #ead07f;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  border-radius: 5px;
}

.download-list li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
	color: #0a0c08;
}

.download-list li a:hover{
  color:#ead07f; 
	background: #0a0c08;
}

.download-list li .fa{
  font-size:14px;
  padding-right:7px;  
}

.download-list li a:hover::before{
  color:#ead07f; 
}

/* ----------------------------------------------------------------
	CMS Content
-----------------------------------------------------------------*/

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6{
	margin-bottom: 15px;
}
.cms-content {
	margin-bottom: 20px;
}
.cms-content p {
	margin-bottom: 15px;
}
.cms-content p a:not(.thm-btn),
.cms-content h1 a,
.cms-content h2 a,
.cms-content h3 a,
.cms-content h4 a,
.cms-content h5 a,
.cms-content h6 a{
	color: #f14900;
	text-decoration: underline;
}
.cms-content p a:not(.thm-btn):hover,
.cms-content h1 a:hover,
.cms-content h2 a:hover,
.cms-content h3 a:hover,
.cms-content h4 a:hover,
.cms-content h5 a:hover,
.cms-content h6 a:hover {
	color: #010080;
	text-decoration: none;
}
.cms-content p a.thm-btn{
	padding: 15px 30px 15px
}
.cms-content ul {
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------
	Content Images
-----------------------------------------------------------------*/
.featimg100{
	width: 100%;
	height: auto;
	max-width: 100%;
	float: none;
	margin-top: 5px !important;
	margin-left: 0 !important;
}
.featimg50{
	width: 50%;
	height: auto;
	max-width: 50%;
	float: right;
	margin-top: 5px !important;
	margin-left: 30px !important;
}
.featimg40{
	width: 40%;
	height: auto;
	max-width: 40%;
	float: right;
	margin-top: 5px !important;
	margin-left: 30px !important;
}
.featimg30{
	width: 30%;
	height: auto;
	max-width: 30%;
	float: right;
	margin-top: 5px !important;
	margin-left: 30px !important;
}
.featimg25{
	width: 25%;
	height: auto;
	max-width: 25%;
	float: right;
	margin-top: 5px !important;
	margin-left: 30px !important;
}
.featimg100 img,
.featimg50 img,
.featimg40 img,
.featimg30 img,
.featimg25 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
@media screen and (max-width:550px) {
	.featimg100, .featimg50, .featimg40, .featimg30, .featimg25{
		width: 100%;
		height: auto;
		max-width: 100%;
		float: none;
		margin-top: 5px !important;
		margin-left: 0 !important;
	}
}

.cms-content figure figcaption {
    /* border: 1px solid #666; */
    background-color: #efefef;
    font-size: 12px;
	padding: 4px 15px;
}

/* ----------------------------------------------------------------
	Sitemap
-----------------------------------------------------------------*/
.sitemap {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.sitemap > li {  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  border: 2px solid #f0f0f0;
  margin: 0 0 1em 0;
  overflow: hidden;
  
	background-color: #FFF;
}

.sitemap > li > a:link, .sitemap > li > a:visited {
  background-color: #ead07f;
  color: #0a0c08;
  text-decoration: none;
  display: block;
  padding: 0.75em;
}

.sitemap > li:hover > a:link, .sitemap > li:hover > a:visited {
  background-color: #0a0c08;
  color: #ead07f;
}

.sitemap ul {
  margin: 10px 20px 15px 0;
  padding: 5px 20px 5px 20px;
  list-style: none;
  line-height: 2;
}

.sitemap ul ul {
  margin: 0 0 0.5em 20px;
}

.sitemap ul a:link, .sitemap ul a:visited {
  text-decoration: none;
  color: #0a0c08;
  display: block;
}

.sitemap ul a:hover {
  text-decoration: underline;
}

.sitemap ul a:link:before, .sitemap ul a:visited:before {
	display: none;
}

.sitemap ul ul a:link:before, .sitemap ul ul a:visited:before {
	display: none;
}

/* ----------------------------------------------------------------
	Contractor Table
-----------------------------------------------------------------*/
@media (max-width: 991px) {
	table#contractorlist,
	table#ownerlist{
	  width: 100%;
	  margin-bottom: 1.5em;
	  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
		font-size: .9em;
	}
	table#contractorlist thead,
	table#ownerlist thead {
	  position: absolute;
	  clip: rect(1px 1px 1px 1px);
	  /* IE6, IE7 */
	  clip: rect(1px, 1px, 1px, 1px);
	  padding: 0;
	  border: 0;
	  height: 1px;
	  width: 1px;
	  overflow: hidden;
	}
	table#contractorlist thead th,
	table#ownerlist thead th {
	  background-color: #212529;
	  color: #ead07f;
	  font-weight: normal;
	  /*text-align: center;*/
	}
	table#contractorlist thead th:first-of-type,
	table#ownerlist thead th:first-of-type {
	  text-align: left;
	}
	table#contractorlist tbody,
	table#contractorlist tr,
	table#contractorlist th,
	table#contractorlist td,
	table#ownerlist tbody,
	table#ownerlist tr,
	table#ownerlist th,
	table#ownerlist td {
	  display: block;
	  padding: 0;
	  text-align: left;
	  white-space: normal;
	  line-height: inherit;
	}
	table#contractorlist th,
	table#contractorlist td,
	table#ownerlist th,
	table#ownerlist td {
	  padding: .5em;
	  vertical-align: top;
	}
	table#contractorlist caption,
	table#ownerlist caption {
	  margin-bottom: 1em;
	  font-size: 1em;
	  font-weight: bold;
	  /*text-align: center;*/
	}
	table#contractorlist tfoot,
	table#ownerlist tfoot {
	  font-size: .8em;
	  font-style: italic;
	}
	table#contractorlist tbody tr,
	table#ownerlist tbody tr {
	  margin-bottom: 1em;
	  border: 2px solid #212529;
	}
	table#contractorlist tbody tr:last-of-type,
	table#ownerlist tbody tr:last-of-type {
	  margin-bottom: 0;
	}
	table#contractorlist tbody th[scope='row'],
	table#ownerlist tbody th[scope='row'] {
	  background-color: #212529;
	  color: #ead07f;
	}
	table#contractorlist tbody td[data-type=currency],
	table#ownerlist tbody td[data-type=currency] {
	  text-align: right;
	}
	table#contractorlist tbody td[data-title]:before {
	  content: attr(data-title);
	  float: left;
	  color: #212529;
	  font-weight: bold;
		width: 30%;
	}
	table#ownerlist tbody td[data-title]:before {
	  content: attr(data-title);
	  color: #212529;
	  font-weight: bold;
	}
	table#contractorlist tbody td {
	  text-align: left;
	  display: flex;
		border-color: inherit;
	}
	table#ownerlist tbody td {
	  text-align: left;
	  display: block;
		border-color: inherit;
	}
	table#ownerlist tbody th[scope='row'] a
	{
	  color: #ead07f;
	  text-decoration: underline;
	}
}

@media (min-width: 992px) {
  table#contractorlist,
  table#ownerlist {
    font-size: .9em;
  }
  table#contractorlist thead,
  table#ownerlist thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  table#contractorlist tr,
  table#ownerlist tr {
    display: table-row;
  }
  table#contractorlist thead tr,
  table#ownerlist thead tr {
	background-color: #212529;
	color: #ead07f;
  }
  table#contractorlist th,
  table#contractorlist td,
  table#ownerlist th,
  table#ownerlist td {
    display: table-cell;
    padding: .5em;
  }

  table#contractorlist caption,
  table#ownerlist caption {
    font-size: 1.5em;
  }
  table#contractorlist tbody,
  table#ownerlist tbody {
    display: table-row-group;
  }
  table#contractorlist tbody tr,
  table#ownerlist tbody tr {
    display: table-row;
    border-top: 1px solid #212529 !important;
  }
  /*table#contractorlist tbody tr:nth-of-type(even),
  *table#ownerlist tbody tr:nth-of-type(even){
    background-color: rgba(94, 93, 82, 0.1);
  }*/
  table#contractorlist tbody th[scope='row'],
  table#ownerlist tbody th[scope='row'] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
  table#contractorlist tbody td,
  table#ownerlist tbody td {
    text-align: left;
  }
  table#contractorlist tbody td[data-title]:before,
  table#ownerlist tbody td[data-title]:before {
    content: none;
  }
  table#ownerlist tbody th[scope='row'] a
  {
    color: #212529;
    text-decoration: underline;
  }
}


table#contractorlist,
table#ownerlist {
  margin: 0;
  border: none;
  border-spacing: 0;
  table-layout: fixed;
  max-width: 100%;
  width: 100%;
}
table#contractorlist td,
table#contractorlist th,
table#ownerlist td,
table#ownerlist th {
}
table#contractorlist thead th,
table#ownerlist thead th {
  position: sticky;
  z-index: 1;
}
table#contractorlist td,
table#ownerlist td {
}

table#contractorlist tbody th,
table#ownerlist tbody th {
  position: relative;
  position: sticky;
  z-index: 1;
}
table#contractorlist thead th:first-child,
table#ownerlist thead th:first-child {
  position: sticky;
  z-index: 2;
}
table#contractorlist tbody td,
table#ownerlist tbody td,
table#ownerlist tbody th[scope='row']
{
  line-height: 1.4;
  font-weight: normal;
}
table#contractorlist th.recdate,
table#ownerlist th.recdate {
  width: 80px !important;
}
/*
.table-hover > tbody > tr:hover > * {
	background-color: #d7b13c;
	color: #FFF;
}
.table-hover > tbody > tr:hover > td > p {
	color: #FFF;
}
.table-hover > tbody > tr:hover > td > p > a {
	color: #FFF;
	text-decoration: underline;
}
*/
table#contractorlist > tbody > tr > td > p {
	margin-bottom: 0;
}
table#contractorlist>:not(:first-child) {
    border-top: 0;
}


/* ----------------------------------------------------------------
	Form Legends
-----------------------------------------------------------------*/
.form-legend {
    border-style: none;
    border-width: 0;
    font-size: 16px;
	font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    width: auto;
    padding: 4px 15px;
    border: 1px solid #e0e0e0;
	margin-top: -32px;
	margin-left: -18px;
	background: #0a0c08;
	color: #FFF;
}
.form-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.form-group p {
	line-height: 1.3;
	margin-bottom: 8px;
}
.form-group p small {
	font-size: 12px;
	line-height: 1;
}


.LoginRegisterPro .mfca-login-links a.btn:first-of-type {
	display: none !important;
} 