/*******************************************************
 *
 * Featured Areas
 *
 *******************************************************/
 #inner-page-wrapper {
     margin-bottom: 0;
 }
 
 #inner-page-wrapper > .container {
     padding: 0;
     width: 100%;
 }
 
 .ip-banner {
     display: none;
 }

 #main-wrapper {
     overflow: hidden;
 }

 #fixed-smi {
     display: none;
 }

.ff-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    z-index: 5;
    background: linear-gradient(to right, rgb(153, 13, 13) 0%, rgb(221, 51, 51) 50%, rgb(153, 13, 13) 100%);
}

 #ip-featured-areas {
     font-size: 0;
     letter-spacing: normal;
     line-height: 1;
 }
 
 /* Featured Areas */
 .fa-map-container, .fa-map-wrapper {
     display: block;
     position: relative;
 }
 
 .fa-map-container {
     font-size: 0;
     overflow: hidden;
     padding-top: 230px;
     background-color: #000;
 }
 
 .fa-map-container .section-no {
     display: none;
 }
 
 .fa-map-comm-areas {
     display: inline-block;
     position: relative;
 }
 
 .fa-map-transparent {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
     opacity: 0;
 }
 
 .fa-map-main {
     position: relative;
     width: 1600px;
 }
 
 .fa-map-hovers {
     position: absolute;
     z-index: 1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 
 .fa-map-img {
     position: absolute;
     top: 0;
     left: 0;
     width: auto;
     height: auto;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
     opacity: 0;
     visibility: hidden;
     z-index: 2;
     pointer-events: auto;
     z-index: 4;
 }
 
 .fa-map-pin {
     position: absolute;
     top: 0;
     left: 0;
     width: auto;
     height: auto;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
     z-index: 5;
     display: block;
     text-align: center;
 }
 
 .fa-map-pin span {
     font-size: 14px;
     font-weight: 500;
     color: #fff;
     line-height: 1;
     white-space: nowrap;
     position: relative;
     width: 100%;
     display: inline-block;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
 }
 
 .fa-map-pin span:before {
     position: absolute;
     content: '';
     bottom: -12px;
     left: 0;
     right: 0;
     margin: 0 auto;
     background-color: #fff;
     border-radius: 50%;
     width: 6px;
     height: 6px;
     display: block;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
     min-width: 6px;
 }
 
 .fa-map-comm-areas li {
     z-index: 1;
     font-size: 20px;
     line-height: 1;
     letter-spacing: 0.050em;
     color: #fff;
     position: relative;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
     display: inline-block;
     vertical-align: middle;
     width: calc(25% - 43px);
 }
 
 .fa-map-comm-areas li a em.ai-icon-pin {
     background-image: url(../../images/map/ai-pin-icon.png);
     width: 13px;
     height: 17px;
     position: absolute;
     top: 11px;
     left: 11px;
 }
 
 .fa-map-comm-areas li:not(:last-child) {
     margin-bottom: 2px;
 }
 
 .fa-map-comm-areas ul {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
 
 .fa-map-comm-areas li a {
     color: inherit;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
     padding: 10px 10px 10px 40px;
     display: block;
     position: relative;
 }
 
 .fa-map-content {
     position: absolute;
     top: 9px;
     left: -6px;
     right: 0;
     z-index: 5;
     width: 100%;
     max-width: 1152px;
     margin: 0 auto;
 }
 
 .fa-map-content .global-title h2 > span em.ai-icon-bird {
     right: 5px;
 }
 
 .fa-map-hovers > div {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
 }
 
 .fa-map-hovers > div.active .fa-map-img {
     opacity: 1;
     visibility: visible;
 }
 
 .fa-map-comm-areas li a:before {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 10%;
     height: 100%;
     z-index: -1;
     pointer-events: none;
     background: -webkit-gradient(linear, left top, right top, from(rgba(158,6,25,1)),color-stop(11%, rgba(170,17,36,0.97)),color-stop(15%, rgba(179,26,45,0.96)),color-stop(27%, rgba(196,42,61,0.89)),color-stop(38%, rgba(223,66,86,0.71)),color-stop(40%, rgba(224,67,87,0.7)),color-stop(51%, rgba(240,81,101,0.49)),color-stop(61%, rgba(240,81,101,0.31)),color-stop(74%, rgba(240,81,101,0.15)),color-stop(94%, rgba(240,81,101,0.02)),to(rgba(240,81,101,0)));
     background: -o-linear-gradient(left, rgba(158,6,25,1) 0%,rgba(170,17,36,0.97) 11%,rgba(179,26,45,0.96) 15%,rgba(196,42,61,0.89) 27%,rgba(223,66,86,0.71) 38%,rgba(224,67,87,0.7) 40%,rgba(240,81,101,0.49) 51%,rgba(240,81,101,0.31) 61%,rgba(240,81,101,0.15) 74%,rgba(240,81,101,0.02) 94%,rgba(240,81,101,0) 100%);
     background: linear-gradient(to right, rgba(158,6,25,1) 0%,rgba(170,17,36,0.97) 11%,rgba(179,26,45,0.96) 15%,rgba(196,42,61,0.89) 27%,rgba(223,66,86,0.71) 38%,rgba(224,67,87,0.7) 40%,rgba(240,81,101,0.49) 51%,rgba(240,81,101,0.31) 61%,rgba(240,81,101,0.15) 74%,rgba(240,81,101,0.02) 94%,rgba(240,81,101,0) 100%);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
 }
 
 .fa-map-comm-areas li:last-child {
     margin-right: auto;
     margin-left: 58px;
 }
 
 .fa-map-content .global-title {
     margin-bottom: 3px;
     margin-left: 7px;
 }
 
 .fa-map-comm-areas li:hover a em.ai-icon-pin, .fa-map-comm-areas li.active a em.ai-icon-pin {
     background-image: url(../../images/map/ai-pin-icon-a.png);
     width: 12px;
     height: 16px;
 }
 
 .fa-map-comm-areas li:hover a:before, .fa-map-comm-areas li.active a:before {
     width: 100%;
     opacity: 1;
     visibility: visible;
 }
 
 .fa-map-comm-areas li.active a:after, .fa-map-comm-areas li a:hover:after {
     opacity: 0;
     visibility: hidden;
 }
 
 .fa-map-comm-areas li a:after {
     content: '-------------------';
     font-size: 14px;
     letter-spacing: 0.330em;
     line-height: 1;
     position: absolute;
     font-weight: 200;
     bottom: -10px;
     left: 0;
     width: 100%;
     color: #858585;
     pointer-events: none;
     -webkit-transition: var(--default-transition);
     -o-transition: var(--default-transition);
     transition: var(--default-transition);
 }
 
 .fa-map-comm-areas li[data-map-target="norfolk"] a:after, .fa-map-comm-areas li[data-map-target="amelia"] a:after, .fa-map-comm-areas li[data-map-target="chester"] a:after, .fa-map-comm-areas li[data-map-target="powhatan"] a:after {
     display: none;
 }
 
 .fa-map-hovers > div.the-fan .fa-map-pin span:before {
     bottom: -42px;
     left: -55px;
     right: auto;
 }
 
 .fa-map-hovers > div.the-fan .fa-map-pin span:after {
     position: absolute;
     content: '';
     bottom: -49px;
     left: -29px;
     width: 1px;
     height: 63px;
     background-color: #fff;
     -webkit-transform: rotate(48deg);
     -ms-transform: rotate(48deg);
     transform: rotate(48deg);
 }
 
 .fa-map-hovers > div.chester .fa-map-pin span:before {
     bottom: -9px;
 }
 
 .fa-map-hovers > div.virginia-beach .fa-map-pin span:before {
     bottom: -10px;
     right: -3px;
 }
 
 .fa-map-hovers > div.midlothian .fa-map-pin span:before {
     bottom: -10px;
     left: 16px;
 }
 
 .fa-map-hovers > div.norfolk .fa-map-pin span:before {
     bottom: -10px;
 }
 
 .fa-map-hovers > div.hanover .fa-map-pin span:before {
     bottom: -10px;
 }
 
 .fa-map-hovers > div.nottoway .fa-map-pin span:before {
     bottom: -10px;
     left: -5px;
 }
 
 .fa-map-hovers > div.short-pump .fa-map-pin span:before {
     bottom: -9px;
     left: 5px;
 }
 
 .fa-map-hovers > div.chesterfield .fa-map-pin span:before {
     bottom: -11px;
 }
 
 .fa-map-hovers > div.appomattox .fa-map-pin span:before {
     bottom: -8px;
     left: -3px;
 }
 
 .fa-map-hovers > div.glen-allen .fa-map-pin span:before {
     bottom: -6px;
 }
 
 .fa-map-hovers > div.richmond-city .fa-map-pin span:before {
     bottom: -10px;
     left: -18px;
 }
 
 .fa-map-hovers > div.caroline .fa-map-pin span {
     letter-spacing: 0.050em;
 }
 
 .fa-map-hovers > div.caroline .fa-map-pin span:before {
     bottom: -10px;
     left: -4px;
 }
 
 .fa-map-hovers > div.farmville .fa-map-pin span:before {
     bottom: -9px;
     left: -10px;
 }
 
 .fa-map-hovers > div.henrico .fa-map-pin span:before {
     bottom: -10px;
     left: -12px;
 }
 
 .fa-map-hovers > div.museum-district .fa-map-pin span:before {
     bottom: -8px;
     left: -9px;
 }
 
 .fa-map-hovers > div.goochland .fa-map-pin span:before {
     bottom: -10px;
     left: 2px;
 }
 
 .fa-map-hovers > div.bon-air .fa-map-pin span:before {
     bottom: -9px;
     left: 12px;
 }
 
 /*******************************************************
  *
  * Mobile styles and other media queries
  *
  *******************************************************/
 @media only screen and (min-width: 992px) {
    .fa-map-container {
        padding-top: 14.375vw;
    }

     .ff-container:before{
         height: 0.125vw;
     }
 }

 /* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
 @media only screen and (max-width: 1199px) {
 }
 
 /* iPad(portrait) | Galaxy Tab 4(portrait)  */
 @media only screen and (max-width: 991px) {
     .fa-map-content {
         position: relative;
         top: 0;
         left: 0;
         padding: 0 25px;
         max-width: 375px;
     }
 
     .fa-map-hovers {
         display: none;
     }
 
     .fa-map-main {
         width: 100%;
         -webkit-transform: none!important;
         -ms-transform: none!important;
         transform: none!important;
     }
 
     .fa-map-outer {
         height: auto!important;
     }
 
     .fa-map-comm-areas ul {
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
     }
 
     .fa-map-comm-areas li {
         width: calc(50% - 8px);
         font-size: 12px;
     }
 
     #map-area, .fa-map-transparent, .fa-map-base {
         display: none!important;
     }
 
     .fa-map-container {
         margin: 0;
         padding: 100px 0 80px;
     }
 
     .fa-map-container .section-no {
         top: 50px;
         left: 30%;
         right: auto;
         margin: 0 auto;
         text-align: center;
     }
 
     .fa-map-content .global-title {
         text-align: center;
         margin: 0 auto 30px;
     }
 
     .fa-map-comm-areas li a {
         padding: 10px 10px 10px 33px;
     }
 
     .fa-map-comm-areas li a:after {
         content: '-------------';
     }
 
     .fa-map-comm-areas li a em.ai-icon-pin {
         top: 8px;
         left: 11px;
     }
 
     .fa-map-comm-areas li:last-child {
         margin-right: 0;
         margin-left: auto;
     }
 
     .fa-map-comm-areas li[data-map-target="norfolk"] a:after, .fa-map-comm-areas li[data-map-target="amelia"] a:after, .fa-map-comm-areas li[data-map-target="chester"] a:after, .fa-map-comm-areas li[data-map-target="powhatan"] a:after {
         display: block;
     }
 
     .fa-map-content .global-title h2 > span {
         font-size: 60px;
     }
 
     .fa-accent-bg {
         top: 20px;
         width: 100%;
         max-width: 265px;
         left: auto;
         right: 0;
         height: auto;
     }
 
     .fa-accent-bg canvas {
         opacity: .09;
         -webkit-filter: grayscale(1);
         filter: grayscale(1);
     }
 }
 
 /* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
 @media only screen and (max-width: 767px) {
 }
 
 /* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
 @media only screen and (max-width: 480px) {
 }
 
 @media only screen and (max-width: 374px) {
     .fa-map-content {
         padding: 0 15px;
     }
 
     .fa-map-comm-areas li {
         width: calc(50% - 4px);
         font-size: 11px;
     }
 
     .fa-map-comm-areas li a {
         padding: 10px 10px 10px 27px;
     }
 
     .fa-map-comm-areas li a em.ai-icon-pin {
         top: 8px;
         left: 5px;
     }
 
     .fa-map-comm-areas li a:after {
         content: '------------';
     }
 }
 