{#/* 

.fc-section.fc-detail .callout{
	background-color:transparent;
	border:0;
}
.fc-section.fc-detail .fc-iconheader {
    text-align: center;
}
.fc-section.fc-detail  .fc-intro {
    font-size: 1.3em;
    max-width: 75%;
}
.fc-section.fc-detail  h1{
    margin-top: 0;
    font-size: 2em;
    font-weight: 700;
}

/* CTAs * /
.fc-section.fc-detail .fc-cta{

}
.fc-section.fc-detail .fc-cta .fc-btn{

}
.fc-section.fc-detail .fc-cta-callnow{
    font-size: 1.4em;
}
.fc-section.fc-detail .fc-cta-callnow:before{
    content:"Or Call";
    font-size: 0.5em;
    line-height: 0.7em;
}
.fc-detailgrid-main .fc-cta {
    position: unset;
    display: block;
}
.bodycopy .fc-cta {
    position: unset;
}
.fc-section.fc-detail .bodycopy .fc-cta a{
    display: block;
    width: 100%;
    text-align: center;
    margin: 2em 0;
}
.fc-section.fc-detail .bodycopy .fc-cta-callnow {

}
.fc-section.fc-detail .bodycopy a.fc-cta-callnow {
    display: block;
    width: 100%;
    text-align: center;
}

/* GRIDDDDDD * /
.fc-section.fc-detail .fc-detailgrid-main{
    display:grid;
    grid-template-columns: 60fr 40fr;
    grid-column-gap:50px;
}
.fc-detailgrid-main .fc-subgrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: auto;
    grid-gap: 4px;
    border: 4px solid white;
    background: white;
}
.fc-detailgrid-main  .fc-subgrid .el:not(.callout){
    padding: 8px 8px 23px 11px;
    background-color: #eee;
    color:#5d5d5d;
}
.fc-section .el.callout {
    margin: 0;
    min-height: unset;
}
.fc-detailgrid-main  .fc-subgrid .el h5 {
    font-weight: 700;
    margin-bottom: 4px;
}
.fc-detailgrid-main  .fc-subgrid .el h5
,.fc-detailgrid-main  .fc-subgrid .el p {
    color:white;
}
.fc-detailgrid-main  .fc-subgrid .el p{
    font-size: .8em;
}
.fc-detailgrid-main  .fc-subgrid .el:first-child {
  grid-column: 1 / span 2; 
}
.fc-detailgrid-main  .fc-subgrid .el:nth-child(odd):not(:first-child) {
  grid-column: span 1; 
}
.fc-detailgrid-main  .fc-subgrid .el:nth-child(even):not(:last-child) {
  grid-column: span 1; 
}
.fc-detailgrid-main  .fc-subgrid .el:nth-child(even):last-child {
  grid-column: span 2; 
}

/* theme colors * /
.fc-section.fc-detail.fc_primary h3
, .fc-section.fc-detail.fc_primary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail.fc_secondary h3
, .fc-section.fc-detail.fc_secondary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail.fc_tertiary h1
, .fc-section.fc-detail.fc_tertiary h3
, .fc-section.fc-detail.fc_tertiary_lt h1
, .fc-section.fc-detail.fc_tertiary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail.fc_quaternary h1
, .fc-section.fc-detail.fc_quaternary h3
, .fc-section.fc-detail.fc_quaternary_lt h1
, .fc-section.fc-detail.fc_quaternary_lt h3{
    color:#5d5d5d!important;
}
.fc-section.fc-detail .fc-overlay.fc_quaternary_lt {
    background-color: #fde2d6;
}

*/#}



