/*------------ Pioneer Fonts --------------*/
@font-face {
  font-family: "RRPioneer-Regular";
  src: url("fonts/rrpioneer/RRPioneer-Regular.eot");
  src: url("fonts/rrpioneer/RRPioneer-Regular.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-Regular.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-Regular.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-Medium";
  src: url("fonts/rrpioneer/RRPioneer-Medium.eot");
  src: url("fonts/rrpioneer/RRPioneer-Medium.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-Medium.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-Medium.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-Medium.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-Bold";
  src: url("fonts/rrpioneer/RRPioneer-Bold.eot");
  src: url("fonts/rrpioneer/RRPioneer-Bold.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-Bold.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-Bold.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-Bold.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-BoldItalic";
  src: url("fonts/rrpioneer/RRPioneer-BoldItalic.eot");
  src: url("fonts/rrpioneer/RRPioneer-BoldItalic.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-BoldItalic.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-BoldItalic.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-BoldItalic.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-Italic";
  src: url("fonts/rrpioneer/RRPioneer-Italic.eot");
  src: url("fonts/rrpioneer/RRPioneer-Italic.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-Italic.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-Italic.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-Italic.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-LightCondensed";
  src: url("fonts/rrpioneer/RRPioneer-LightCondensed.eot");
  src: url("fonts/rrpioneer/RRPioneer-LightCondensed.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-LightCondensed.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-LightCondensed.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-LightCondensed.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-UltraLightCondensed";
  src: url("fonts/rrpioneer/RRPioneer-UltraLightCondensed.eot");
  src: url("fonts/rrpioneer/RRPioneer-UltraLightCondensed.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-UltraLightCondensed.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-UltraLightCondensed.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-UltraLightCondensed.ttf") format("truetype")
}

@font-face {
  font-family: "RRPioneer-MediumItalic";
  src: url("fonts/rrpioneer/RRPioneer-MediumItalic.eot");
  src: url("fonts/rrpioneer/RRPioneer-MediumItalic.eot") format("eot"), url("fonts/rrpioneer/RRPioneer-MediumItalic.woff2") format("woff2"), url("fonts/rrpioneer/RRPioneer-MediumItalic.woff") format("woff"), url("fonts/rrpioneer/RRPioneer-MediumItalic.ttf") format("truetype")
}
.inv_Map div {
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
.inv_Map,
.inv_Map * {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inv_Map:before,
.inv_Map *:before,
.inv_Map:after,
.inv_Map *:after {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*---------------------------------------------- Map Container----------------------------------------------*/

.inv_Map,
.inv_mapContainer {
    position: relative;
    width: 100%;
    overflow: visible;
    float: left;
}
.inv_Map {
    height: auto;
    padding: 0px;
    background-image: url('../images/maploader.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 250px;
    margin: 0 auto;
    max-width: 2000px;
    position: relative;
}
.inv_Map.inv_noData, .inv_Map.inv_mapReady{
    background: none;
}
.inv_Map.inv_noData:before{
    content:'No Data Found';
}
.inv_smalldesktop.inv_Map {} .inv_iostablet.inv_Map,
.inv_tablet.inv_Map {} .inv_mobilelarge.inv_Map,
.inv_mobilesmall.inv_Map {
    padding: 0px 20px;
}
.inv_mapWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    bottom: 40px;
    background: #ffffff;
}
.inv_grey .inv_mapWrapper{
    background: #f7f7f7;
}
.inv_smalldesktop .inv_mapWrapper {
    bottom: 60px;
} 
.inv_iostablet .inv_mapWrapper,
.inv_tablet .inv_mapWrapper {
    bottom: 30px;
}
.inv_mobilelarge .inv_mapWrapper,
.inv_mobilesmall .inv_mapWrapper {
    bottom: 0;
}
.inv_Map .inv_mapContainer {
    width: 100%;
    height: 650px;
    margin: 0%;
    display: block;
    padding: 0%;
    z-index: 2;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.inv_smalldesktop .inv_mapContainer {
    height: 550px;
}
.inv_iostablet .inv_mapContainer,
.inv_tablet .inv_mapContainer {
    height: 550px;
}
.inv_mobilelarge .inv_mapContainer,
.inv_mobilesmall .inv_mapContainer {} .inv_mapContainer.inv_active {
    opacity: 1;
}
/*-----------------------------Map Header-----------------------------------------------------------------*/

.inv_Map .inv_mapHeader {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 3;
    cursor: default;

    background: rgba(255, 255, 255, 0.8);
    /* For IE 10 and up*/    
    background: -ms-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    /* For Safari 5.1 to 6.0 */    
    background: -o-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    /* For Opera 11.1 to 12.0 */    
    background: -moz-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    /* For Firefox 3.6 to 15 */    
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    /* Standard syntax */    
    -ms-box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 20px 20px 0px rgba(255, 255, 255, 0.8);
}
.inv_grey.inv_Map .inv_mapHeader{
    background: rgba(247, 247, 247, 0.8);
    /* For IE 10 and up*/    
    background: -ms-linear-gradient(rgba(247, 247, 247, 1), rgba(247, 247, 247, 0.8));
    /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(rgba(247, 247, 247, 1), rgba(247, 247, 247, 0.8));
    /* For Safari 5.1 to 6.0 */    
    background: -o-linear-gradient(rgba(247, 247, 247, 1), rgba(247, 247, 247, 0.8));
    /* For Opera 11.1 to 12.0 */    
    background: -moz-linear-gradient(rgba(247, 247, 247, 1), rgba(247, 247, 247, 0.8));
    /* For Firefox 3.6 to 15 */    
    background: linear-gradient(rgba(247, 247, 247, 1), rgba(247, 247, 247, 0.8));
    /* Standard syntax */    
    -ms-box-shadow: 0px 20px 20px 0px rgba(247, 247, 247, 0.8);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(247, 247, 247, 0.8);
    -moz-box-shadow: 0px 20px 20px 0px rgba(247, 247, 247, 0.8);
    -o-box-shadow: 0px 20px 20px 0px rgba(247, 247, 247, 0.8);
    box-shadow: 0px 20px 20px 0px rgba(247, 247, 247, 0.8);
}
.inv_IE9 .inv_mapHeader{
    background: #ffffff !important;
}
.inv_IE9.inv_grey .inv_mapHeader{
    background: #f7f7f7 !important;
}
.inv_smalldesktop .inv_mapHeader {} .inv_iostablet .inv_mapHeader,
.inv_tablet .inv_mapHeader {} .inv_mobilelarge .inv_mapHeader,
.inv_mobilesmall .inv_mapHeader {
    position: relative;
    float: left;
    top: 0px;
    color: #636362;
    text-align: center;
    /* padding: 10px; */
    
    background: #fff;
    box-shadow: none;
}
.inv_Map .inv_mapHeading {
    font-size: 40px;
    font-family: 'RRPioneer-LightCondensed';
    color: #1e3643;
    line-height: 48px;
    margin-bottom: 45px;
    font-weight: normal;
}
.inv_Map .inv_mapHeading h1{
    font-size: 60px;
    line-height: 60px;
}
.inv_iostablet .inv_mapHeading h1,
.inv_tablet .inv_mapHeading h1{
    font-size: 50px;
    line-height: 50px;
}
.inv_mobilelarge .inv_mapHeading h1,
.inv_mobilesmall .inv_mapHeading h1{
    font-size: 34px;
    line-height: 34px;
}

.inv_Map .inv_mapHeading h2{
    font-size: 40px;
    line-height: 48px;
}
.inv_iostablet .inv_mapHeading h2,
.inv_tablet .inv_mapHeading h2{
    font-size: 36px;
    line-height: 42px;
}
.inv_mobilelarge .inv_mapHeading h2,
.inv_mobilesmall .inv_mapHeading h2{
    font-size: 30px;
    line-height: 36px;
}
    
.inv_Map .inv_mapHeading h3{
    font-size: 30px;
    line-height: 36px;
}
.inv_iostablet .inv_mapHeading h3,
.inv_tablet .inv_mapHeading h3{
    font-size: 24px;
    line-height: 33.6px;
}
.inv_mobilelarge .inv_mapHeading h3,
.inv_mobilesmall .inv_mapHeading h3{
   font-size: 22px;
   line-height: 26.4px;
}

.inv_smalldesktop .inv_mapHeading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}
.inv_iostablet .inv_mapHeading,
.inv_tablet .inv_mapHeading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
}
.inv_mobilelarge .inv_mapHeading,
.inv_mobilesmall .inv_mapHeading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 7px;
}
.inv_Map .inv_mapSubHeading {
    font-family: 'RRPioneer-Regular';
    font-size: 24px;
    color: #4e5d65;
    line-height: 36px;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 45px;
}
.inv_smalldesktop .inv_mapSubHeading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 75%;
}
.inv_iostablet .inv_mapSubHeading,
.inv_tablet .inv_mapSubHeading {
    max-width: 70%;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px;
}
.inv_mobilelarge .inv_mapSubHeading,
.inv_mobilesmall .inv_mapSubHeading {
    max-width: 80%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.inv_Map .inv_mapDescription {
    font-size: 18px;
    line-height: 26px;
    font-family: "RRPioneer-Regular", Helvetica, arial;
    color: #4e5d65;
    max-width: 60%;
    margin: 0 auto;
}
.inv_smalldesktop .inv_mapDescription {
    font-size: 16px;
    line-height: 24px;
    max-width: 75%;
}
.inv_iostablet .inv_mapDescription,
.inv_tablet .inv_mapDescription {
    max-width: 85%;
    font-size: 16px;
    line-height: 24px;
}
.inv_mobilelarge .inv_mapDescription,
.inv_mobilesmall .inv_mapDescription {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}
/*---------------------------------Info Window---------------------------------------------------------*/

.inv_Map .gm-style-iw {
    overflow: hidden;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}
.inv_Map .gm-style-iw>div>div {
    overflow: hidden!important;
}
/*------------------Snapdown---------------------------------------------------------------------------*/

.inv_snapdownContainer {
    position: relative;
    float: left;
    z-index: 2;
    width: 100%;
    height: auto;
    text-align: left;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.inv_Map .inv_snapdownContent,
.inv_Map .inv_snapdownContent .inv_snapdownMarkerRow,
.inv_Map .inv_snapdownMarkerDetail,
.inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarkerTitle,
.inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarkerContent {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.inv_Map .inv_snapdownContent .inv_snapdownMarkerRow{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 26px 16px 6px;
}
.inv_Map .inv_snapdownContent .inv_snapdownMarkerRow:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inv_snapdownMarkerRow.hide {
    display: none;
}
.inv_snapdownMarkerDetail.inv_active {
    margin-bottom: 25px;
}
.inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarkerTitle {
    text-align: left;
    background: #fff;
    border-top: solid 1px #ffffff;
    cursor: pointer;
    padding: 10px;
    color: #10069f;
    font-family: 'RRPioneer-Medium';
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 0px;
}
.inv_Map.inv_grey .inv_snapdownMarkerDetail .inv_snapdownMarkerTitle{
    background: #f7f7f7;
    border-top: solid 1px #f7f7f7;
}
.inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarker {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-top: -3px;
}
.inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarkerTitleText {
    margin-left: 30px;
    max-width: calc(100% - 50px);
} .inv_Map .inv_snapdownMarkerDetail.inv_active .inv_snapdownMarkerTitle {} .inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarkerTitle:after {
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -21px top -274px;
    background-repeat: no-repeat;
    content: " ";
    height: 25px;
    width: 17px;
    position: absolute;
    right: 11px;
    top: 0px;
}
.inv_Map .inv_snapdownMarkerDetail.inv_active .inv_snapdownMarkerTitle:after {
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -21px top -305px;
}
.inv_Map .inv_snapdownMarkerDetail .inv_snapdownMarkerContent {
    display: none;
    background-color: white;
}
.inv_Map.inv_grey .inv_snapdownMarkerDetail .inv_snapdownMarkerContent{
    background-color: #f7f7f7;
}
.inv_snapdownMarkerContentRow {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
    /* margin-bottom: 25px; */
}
.inv_rowTitle {
    font-size: 18px;
    font-family: 'RRPioneer-Medium';
    color: #1e3643;
    line-height: 21.6px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.inv_snapdownMarkerContentRow:first-child .inv_rowTitle {
    text-transform: none;
}
.inv_rowContent {
    font-size: 14px;
    line-height: 21px;
    font-family: 'RRPioneer-Regular';
    color: #4e5d65;
}
.inv_snapdownMarkerContentRow:first-child .inv_rowContent{
    font-size: 16px;
    line-height: 21px;
}
.inv_rowContent ol,
.inv_rowContent ul {
    padding-left: 15px;
}
.inv_rowContent ol li,
.inv_rowContent ul li {
    list-style-type: none !important;
    line-height: 21px;
}
.inv_rowContent ol li:before,
.inv_rowContent ul li:before {
    background: #4e5d65;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 5px;
    left: -15px;
    position: relative;
    top: 12px;
    width: 5px;
}
.inv_Map .inv_snapdownMarkerDetail.inv_active .inv_snapdownMarkerContent {
    display: block;
}
.inv_Map .gm-style-iw p,
.inv_Map .gm-style-iw a,
.inv_Map.applyhover .gm-style-iw a:hover,
.inv_Map .gm-style-iw a:active,
.inv_Map .inv_snapdownMarkerContent p,
.inv_Map .inv_snapdownMarkerContent a,
.inv_Map.applyhover .inv_snapdownMarkerContent a:hover,
.inv_Map .inv_snapdownMarkerContent a:active {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    margin: 0px;
    padding: 10px 0px;
    border: 0px;
    color: #4e5d65;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
}
.inv_Map .inv_snapdownMarkerContent a{
    color: #10069f !important;
}
.inv_Map.applyhover .inv_snapdownMarkerContent a:hover,
.inv_Map .inv_snapdownMarkerContent a:active {
    color: #00acd4 !important;
}
.inv_Map .gm-style-iw .map-title {
    font-size: 22px;
    text-align: left;
    color: #636362;
    cursor: default;
}
.inv_Map .inv_snapdownMarkerContent .map-title {
    display: none;
}
.inv_Map.inv_mobilelarge .inv_mapContainer,
.inv_Map.inv_mobilesmall .inv_mapContainer,
.inv_Map.inv_mobilelarge .inv_listContainer,
.inv_Map.inv_mobilesmall .inv_listContainer,
.inv_Map.inv_smalldesktop .inv_snapdownContent,
.inv_Map.inv_largedesktop .inv_snapdownContent,
.inv_Map.inv_tablet .inv_snapdownContent,
.inv_Map.inv_iostablet .inv_snapdownContent,
.inv_Map.inv_desktop .inv_snapdownContent {
    display: none;
}
.inv_controlsContainer {
    position: absolute;
    float: left;
    width: 100%;
    bottom: 0px;
    z-index: 3;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    -ms-box-shadow: 0px -15px 19px 0px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px -15px 19px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -15px 19px 0px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -15px 19px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -20px 20px 0px rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 21px;
    font-family: 'RRPioneer-Regular';
    color: #1e3643;
    margin: 0 auto;
    padding-top: 15px;
    clear: both;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.inv_controlsContainer.inv_inactive,
.inv_mapContainer.inv_active.inv_inactive,
.inv_listContainer.inv_active.inv_inactive
{
    opacity: 0.5;
    cursor: default !important;
    pointer-events: none;
}
.inv_mapContainer.inv_inactive,
.inv_listContainer.inv_inactive{
    pointer-events: none !important;
}
.inv_grey.inv_Map .inv_controlsContainer{
    background: rgba(247, 247, 247, 0.8);
    background: -ms-linear-gradient(rgba(247, 247, 247, 0.8), rgba(247, 247, 247, 1));
    background: -webkit-linear-gradient(rgba(247, 247, 247, 0.8), rgba(247, 247, 247, 1));
    background: -o-linear-gradient(rgba(247, 247, 247, 0.8), rgba(247, 247, 247, 1));
    background: -moz-linear-gradient(rgba(247, 247, 247, 0.8), rgba(247, 247, 247, 1));
    background: linear-gradient(rgba(247, 247, 247, 0.8), rgba(247, 247, 247, 1));
    -ms-box-shadow: 0px -15px 19px 0px rgba(247, 247, 247, 0.8);
    -webkit-box-shadow: 0px -15px 19px 0px rgba(247, 247, 247, 0.8);
    -moz-box-shadow: 0px -15px 19px 0px rgba(247, 247, 247, 0.8);
    -o-box-shadow: 0px -15px 19px 0px rgba(247, 247, 247, 0.8);
    box-shadow: 0px -20px 20px 0px rgba(247, 247, 247, 0.8);
}
.inv_smalldesktop .inv_controlsContainer {
    height: 75px;
} .inv_iostablet .inv_controlsContainer,
.inv_tablet .inv_controlsContainer {
    height: auto;
    bottom: -30px;
}
.inv_mobilelarge .inv_controlsContainer,
.inv_mobilesmall .inv_controlsContainer {
    position: relative;
    height: auto;
    box-shadow: none;
    background: #fff;
    padding: 0px;
    margin: 35px 0px;
    margin-bottom: 10px;
}
.inv_controlsInnerContainer {
    min-width: 75%;
    margin: 0 auto;
    position: relative;
    float: left;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(0%);
    /*IE 9*/
    
    -moz-transform: translateX(-50%) translateY(0%);
    /* FireFox*/
    
    -webkit-transform: translateX(-50%) translateY(0%);
    /* Chrome */
    
    -o-transform: translateX(-50%) translateY(0%);
    /*Opera*/
    
    transform: translateX(-50%) translateY(0%);
}
.inv_smalldesktop .inv_controlsInnerContainer {
    min-width: 85%;
}
.inv_iostablet .inv_controlsInnerContainer,
.inv_tablet .inv_controlsInnerContainer {
    width: 90%;
}
.inv_mobilelarge .inv_controlsInnerContainer,
.inv_mobilesmall .inv_controlsInnerContainer {
    width: 100%;
}
.inv_legendsContainer {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    width: 300px;
    left: 0px;
    clear: both;
}
.inv_smalldesktop .inv_legendsContainer {} .inv_iostablet .inv_legendsContainer,
.inv_tablet .inv_legendsContainer {
    width: 100%;
    margin-bottom: 15px;
}
.inv_mobilelarge .inv_legendsContainer,
.inv_mobilesmall .inv_legendsContainer {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}
.inv_legend {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.inv_legendImage {
    position: relative;
    float: left;
}
.inv_legendText {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.inv_smalldesktop .inv_legendText {} .inv_iostablet .inv_legendText,
.inv_tablet .inv_legendText {} .inv_mobilelarge .inv_legendText,
.inv_mobilesmall .inv_legendText {} .inv_centerContainer {
    position: absolute;
    float: left;
    width: auto;
    height: auto;
    top: -15px;
    left: calc(50% + 25px);
    -ms-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    margin-left: 25px;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    min-width: 500px;
}
.inv_smalldesktop .inv_centerContainer {
    min-width: 500px;
}
.inv_iostablet .inv_centerContainer,
.inv_tablet .inv_centerContainer {
    position: relative;
    float: left;
    left: 0%;
    -ms-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    margin-left: 0px;
    top: 0px;
}
.inv_mobilelarge .inv_centerContainer,
.inv_mobilesmall .inv_centerContainer {
    width: 100%;
    position: relative;
    top: 0px;
    margin: 0px;
    left: 50%;
    min-width: 100%;
}
.inv_resetButton {
    float: left;
    position: relative;
    color: #93afbb;
    cursor: pointer;
    padding: 3px 5px;
    padding-left: 25px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    top: 36px;
    background: url('../images/googlemap/sprite.png');
    background-position: left -14px top -534px;
    display: none;
}
.inv_mobilelarge .inv_resetButton,
.inv_mobilesmall .inv_resetButton {
    top: -76px;
    float: right;
    margin-right: 0px;
}
.applyhover .inv_resetButton:hover {
    background: url(../images/googlemap/sprite.png);
    background-position: left -14px top -473px;
}
.inv_filterContainer {
    position: relative;
    float: left;
    width: 230px;
    margin-right: 15px;
}
.inv_smalldesktop .inv_filterContainer {} .inv_iostablet .inv_filterContainer,
.inv_tablet .inv_filterContainer {} .inv_mobilelarge .inv_filterContainer,
.inv_mobilesmall .inv_filterContainer {
    width: 100%;
    margin-right: 0px;
}
.inv_fitlerTitle {
    font-size: 14px;
    font-family: 'RRPioneer-Regular';
    color: #1e3643;
    line-height: 24px;
    position: relative;
    float: left;
    width: 500px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 7px;
}
.inv_smalldesktop .inv_fitlerTitle {} .inv_iostablet .inv_fitlerTitle,
.inv_tablet .inv_fitlerTitle {} .inv_mobilelarge .inv_fitlerTitle{}
.inv_mobilesmall .inv_fitlerTitle {width: 300px;} .inv_filterDropdownContainer {
    position: relative;
    float: left;
    text-align: left;
    vertical-align: middle;
    background: #fff;	
}
.inv_smalldesktop .inv_filterDropdownContainer {} .inv_iostablet .inv_filterDropdownContainer,
.inv_tablet .inv_filterDropdownContainer {} .inv_mobilelarge .inv_filterDropdownContainer,
.inv_mobilesmall .inv_filterDropdownContainer {
    width: 100%;
}
.hideFilterDropdown{        
    display:none;       
}
.inv_menuItemSelector {
    position: relative;
    float: left;
    vertical-align: middle;
    width: 230px;
    padding: 9px 12px;
    height: 40px;
    line-height: 4px;
    border: 1px solid #c8c7cc;
    cursor: pointer;
    /*background-image: url('../images/googlemap/sprite.png');
    background-repeat: no-repeat;
    background-position: right -10px top -210px;*/
    font-size: 14px;
    line-height: 24px;
}
.inv_menuItemSelector:after{
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    height: 39px;
    background-color: #10069f;
    margin: 0;
    float: right;
    top: -1px;
    background-image: url(../images/googlemap/sprite.png);
    background-repeat: no-repeat;
    background-position: right -12px top -207px;
}
.inv_menuItemSelector.inv_active:after {
    background-position: right -12px top -239px;
}
.inv_smalldesktop .inv_menuItemSelector {} .inv_iostablet .inv_menuItemSelector,
.inv_tablet .inv_menuItemSelector {} .inv_mobilelarge .inv_menuItemSelector,
.inv_mobilesmall .inv_menuItemSelector {
    width: 100%;
}
/*.inv_menuItemSelector.inv_active {
    background-image: url('../images/googlemap/sprite.png');
    background-position: right -15px top -240px;
}*/
.inv_menuItemsContainer {
    position: absolute;
    float: left;
    top: 39px;
    background: #fff;
    width: 100%;
    border: 1px solid #c8c7cc !important;
    border-top: 0px;
    display: none;
    opacity: 0;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 25;
    color: #10069f;
    font-family: 'RRPioneer-Medium';
    font-size: 16px;
    line-height: 48px;
    max-height: 350px;
    overflow: auto;
    border-top: none;
}
.inv_Map .inv_menuItemsContainer .mCSB_container{
    width: calc(100% - 25px);
}
.inv_Map .inv_menuItemsContainer .mCSB_scrollTools_vertical{
    width: 25px !important;
    border-left: 1px solid #c8c7cc !important;
}
.inv_Map .inv_menuItemsContainer .mCSB_scrollTools .mCSB_draggerContainer{
    right: 0px;
}
.inv_Map .inv_menuItemsContainer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 13px !important;
  height: 24px !important;
  background-color: #e5ecf4 !important;
}
.inv_Map .inv_menuItemsContainer .mCSB_scrollTools .mCSB_draggerRail{
  background-color: transparent !important;
}
.inv_smalldesktop .inv_menuItemsContainer {} .inv_iostablet .inv_menuItemsContainer,
.inv_tablet .inv_menuItemsContainer {} .inv_mobilelarge .inv_menuItemsContainer,
.inv_mobilesmall .inv_menuItemsContainer {} .inv_menuItemSelector.inv_active {
    background-image: url('../images/googlemap/sprite.png');
    background-position: right -10px top -242px;
}
.inv_menuItemsContainer.inv_active {
    display: block;
    opacity: 1;
}
.inv_menuItem {
    padding: 3px;
    padding-left: 12px;
    cursor: pointer;
    background-color: transparent;
}
.inv_smalldesktop .inv_menuItem {} .inv_iostablet .inv_menuItem,
.inv_tablet .inv_menuItem {} .inv_mobilelarge .inv_menuItem,
.inv_mobilesmall .inv_menuItem {} .applyhover .inv_menuItem:hover {
    background-color: rgba(206, 220, 234, 0.2);
    /* color: #ffffff; */
}
.inv_viewButtonsContainer {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    top: 36px;
}
.inv_smalldesktop .inv_viewButtonsContainer {} .inv_iostablet .inv_viewButtonsContainer,
.inv_tablet .inv_viewButtonsContainer {} .inv_mobilelarge .inv_viewButtonsContainer,
.inv_mobilesmall .inv_viewButtonsContainer {
    display: none;
}
.inv_viewButtonsContainer div {
    float: left;
    position: relative;
    border: 1px solid #93afbb;
    color: #93afbb;
    cursor: pointer;
    padding: 5px 5px;
    padding-left: 25px;
    margin-right: 10px;
    background-repeat: no-repeat;
    /* background-position: 5px; */
    background-color: #fff;
    height: 30px;
    font-family: 'RRPioneer-Medium';
    font-size: 14px;
    line-height: 18px;
}
.inv_grey .inv_viewButtonsContainer div{
    background-color: #f7f7f7;
}
.inv_smalldesktop .inv_viewButtonsContainer div {} .inv_iostablet .inv_viewButtonsContainer div,
.inv_tablet .inv_viewButtonsContainer div {} .inv_mobilelarge .inv_viewButtonsContainer div,
.inv_mobilesmall .inv_viewButtonsContainer div {} .applyhover .inv_viewButtonsContainer div:hover,
.inv_viewButtonsContainer div.inv_active {
    color: #4e5d65;
    border: 1px solid #4e5d65;
}
.inv_mapView {
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -14px top -142px;
}
.inv_smalldesktop .inv_mapView {} .inv_iostablet .inv_mapView,
.inv_tablet .inv_mapView {} .applyhover .inv_mapView:hover,
.inv_mapView.inv_active {
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -14px top -179px;
}
.inv_listView {
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -14px top -72px;
}
.inv_smalldesktop .inv_listView {} .inv_iostablet .inv_listView,
.inv_tablet .inv_listView {} .applyhover .inv_listView:hover,
.inv_listView.inv_active {
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -15px top -105px;
}
.inv_mapView.inv_active,
.inv_listView.inv_active {
    cursor: default;
}
.inv_zoomButtonsContainer {
    position: relative;
    float: right;
    width: 65px;
    height: 30px;
    background: #fff;
    border: 1px solid #eaeaea;
    top: 20px;
    right: 0px;
    opacity: 0;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.inv_zoomButtonsContainer.inv_active {
    opacity: 1;
}
.inv_smalldesktop .inv_zoomButtonsContainer {} .inv_iostablet .inv_zoomButtonsContainer,
.inv_tablet .inv_zoomButtonsContainer {
    top: 35px;
}
.inv_mobilelarge .inv_zoomButtonsContainer,
.inv_mobilesmall .inv_zoomButtonsContainer {
    display: none;
}
.inv_zoomIn {
    width: 50%;
    height: 80%;
    position: relative;
    margin: 0;
    float: left;
    top: 10%;
    border-right: 1px solid #eaeaea;
    background: url(../images/googlemap/sprite.png) no-repeat top -395px left 0px;
    cursor: pointer;
}
.inv_zoomIn.disable {
    cursor: default;
}
.inv_zoomIn.disable:hover {
    background: url(../images/googlemap/sprite.png) no-repeat top -395px left 0px !important;
}
.applyhover .inv_zoomIn:hover {
    background: url(../images/googlemap/sprite.png) no-repeat top -431px left 0px;
}
.inv_smalldesktop .inv_zoomIn {} .inv_iostablet .inv_zoomIn,
.inv_tablet .inv_zoomIn {} .inv_mobilelarge .inv_zoomIn,
.inv_mobilesmall .inv_zoomIn {} .inv_zoomOut {
    width: 50%;
    height: 80%;
    position: relative;
    margin: 0;
    float: left;
    top: 10%;
    background: url(../images/googlemap/sprite.png) no-repeat top -395px left -28px;
    cursor: pointer;
}
.inv_zoomOut.disable {
    cursor: default;
}
.inv_zoomOut.disable:hover {
    background: url(../images/googlemap/sprite.png) no-repeat top -395px left -28px !important;
}
.applyhover .inv_zoomOut:hover {
    background: url(../images/googlemap/sprite.png) no-repeat top -431px left -28px;
}
.inv_smalldesktop .inv_zoomOut {} .inv_iostablet .inv_zoomOut,
.inv_tablet .inv_zoomOut {} .inv_mobilelarge .inv_zoomOut,
.inv_mobilesmall .inv_zoomOut {} 

.js-info-bubble-close + div {
    width: auto !important;
    height: auto !important;
    margin-bottom: 33px !important;
    -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
}
.js-info-bubble-parent{
    margin-top: 20px;
    background-image:url('../images/noimage.png');
}
.inv_smallwindow {
    background: #10069f;
    width: auto !important;
    cursor: pointer;
}
.inv_smalldesktop .inv_smallwindow {} .inv_iostablet .inv_smallwindow,
.inv_tablet .inv_smallwindow {} .inv_mobilelarge .inv_smallwindow,
.inv_mobilesmall .inv_smallwindow {} 

.inv_smallwindowContent {
    color: #fff;
    font-family: 'RRPioneer-Medium';
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px 30px 6px 12px;
    width: auto !important;
    height: auto !important;
    position: relative;
    float: left;
    white-space: nowrap;
}
.inv_smalldesktop .inv_smallwindowContent {} .inv_iostablet .inv_smallwindowContent,
.inv_tablet .inv_smallwindowContent {} .inv_mobilelarge .inv_smallwindowContent,
.inv_mobilesmall .inv_smallwindowContent {} 
.inv_smallwindowText{
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.inv_pinArrow {
    font-size: 18px;
    color: #fd4192;
    width: 12px;
    height: 15px;
    background-image: url('../images/googlemap/sprite.png');
    background-position: left -21px top -356px;
    background-repeat: no-repeat;
    margin-top: 4px;
    position: absolute;
    right: 10px;
}
.inv_smalldesktop .inv_pinArrow {} .inv_iostablet .inv_pinArrow,
.inv_tablet .inv_pinArrow {} .inv_mobilelarge .inv_pinArrow,
.inv_mobilesmall .inv_pinArrow {} .inv_popupContainer {
    position: absolute;
    float: left;
    background: #fff;
    width: 90%;
    min-height: 300px;
    top: 65px;
    z-index: 20;
    left: 5%;
    height: auto;
    -ms-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
    display: none;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    clear: both;
}
.inv_smalldesktop .inv_popupContainer {
    min-height: 100px;
    top: 75px;
}
.inv_iostablet .inv_popupContainer,
.inv_tablet .inv_popupContainer {
    min-height: 100px;
    top: 60px;
}
.inv_mobilelarge .inv_popupContainer,
.inv_mobilesmall .inv_popupContainer {
    display: none !important;
}
.inv_active.inv_popupContainer {
    display: block;
}
.inv_popupCloseBtn {
    position: absolute;
    height: 21px;
    width: 20px;
    background-image: url('../images/googlemap/sprite.png');
    float: right;
    right: 30px;
    top: 30px;
    cursor: pointer;
    background-position: left -16px top -7px;
}
.inv_Map.applyhover .inv_popupCloseBtn:hover {
    background-image: url(../images/googlemap/sprite.png);
    background-position: left -16px top -36px;
}
.inv_smalldesktop .inv_popupCloseBtn {} .inv_iostablet .inv_popupCloseBtn,
.inv_tablet .inv_popupCloseBtn {} .inv_mobilelarge .inv_popupCloseBtn,
.inv_mobilesmall .inv_popupCloseBtn {} .inv_popupInnerContainer {
    position: relative;
    width: 80%;
    height: auto;
    margin-top: 60px;
    float: left;
    left: 10%;
    text-align: left;
    margin-bottom: 60px;
}
.inv_smalldesktop .inv_popupInnerContainer {
    width: calc(100% - 100px);
    left: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.inv_iostablet .inv_popupInnerContainer,
.inv_tablet .inv_popupInnerContainer {
    width: calc(100% - 60px);
    left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.inv_mobilelarge .inv_popupInnerContainer,
.inv_mobilesmall .inv_popupInnerContainer {} .inv_popupColumn {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 5%;
}
.inv_smalldesktop .inv_popupColumn {} .inv_iostablet .inv_popupColumn,
.inv_tablet .inv_popupColumn {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}
.inv_iostablet .inv_popupColumn:last-child,
.inv_tablet .inv_popupColumn:last-child {
    margin-bottom: 0px;
}
.inv_mobilelarge .inv_popupColumn,
.inv_mobilesmall .inv_popupColumn {} .inv_popupColumn:last-child {
    margin-right: 0;
}
.inv_columnTitle {
    font-size: 18px;
    font-family: 'RRPioneer-Medium';
    color: #10069f;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: normal;
}
.inv_smalldesktop .inv_columnTitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}
.inv_iostablet .inv_columnTitle,
.inv_tablet .inv_columnTitle {
    margin-bottom: 25px;
}
.inv_mobilelarge .inv_columnTitle,
.inv_mobilesmall .inv_columnTitle {} 

.inv_popupColumn:first-child .inv_columnTitle {
    text-transform: none;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: -8px;
}
.inv_smalldesktop .inv_popupColumn:first-child .inv_columnTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
}
.inv_iostablet .inv_popupColumn:first-child .inv_columnTitle,
.inv_tablet .inv_popupColumn:first-child .inv_columnTitle {
    font-size: 20px;
    line-height: 30px;
}
.inv_columnContent {
    font-size: 16px;
    line-height: 24px;
    font-family: 'RRPioneer-Regular';
    color: #4e5d65;
}
.inv_columnContent a{
    max-width: 100%;
    overflow-wrap: break-word;
}
.inv_columnContent ol,
.inv_columnContent ul {
    padding-left: 15px;
}
.inv_smalldesktop .inv_columnContent {
    font-size: 16px;
    line-height: 24px;
}
.inv_iostablet .inv_columnContent,
.inv_tablet .inv_columnContent {
    font-size: 14px;
    line-height: 21px;
}
.inv_mobilelarge .inv_columnContent,
.inv_mobilesmall .inv_columnContent {} .inv_popupColumn:first-child .inv_columnContent {
}
.inv_smalldesktop .inv_popupColumn:first-child .inv_columnContent {
}
.inv_iostablet .inv_popupColumn:first-child .inv_columnContent,
.inv_tablet .inv_popupColumn:first-child .inv_columnContent {
}
.inv_mobilelarge .inv_popupColumn:first-child .inv_columnContent,
.inv_mobilesmall .inv_popupColumn:first-child .inv_columnContent {} .inv_columnContent ol li,
.inv_columnContent ul li {
    list-style-type: none !important;
    position: relative;
}
.inv_columnContent ol li:before,
.inv_columnContent ul li:before {
    background: #10069f;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 5px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 5px;
}
.inv_listContainer {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    width: 60%;
    left: 20%;
    /*top: calc(50% - 30px);*/
    top: 70px;
    background: #fff;
    /*-ms-transform: translateY(-50%);       
    -moz-transform: translateY(-50%);        
    -webkit-transform: translateY(-50%);    
    -o-transform: translateY(-50%);    
    transform: translateY(-50%);*/
    opacity: 0;
    -ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    max-height: 365px;
    /* padding-bottom: 30px; */
    height: auto;
    float: left;
}
.inv_grey .inv_listContainer{
    background: #f7f7f7;
}
.inv_smalldesktop .inv_listContainer {} .inv_iostablet .inv_listContainer,
.inv_tablet .inv_listContainer {
    width: 90%;
    left: 5%;
    max-height: 350px;
}
.inv_mobilelarge .inv_listContainer,
.inv_mobilesmall .inv_listContainer {} .inv_listContainer.inv_active {
    opacity: 1;
    z-index: 3;
}
.inv_listInnerContainer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    /* padding-left: 30px; */
    margin-bottom: 25px;
    margin-top: 0px;
    height: auto;
}
.inv_smalldesktop .inv_listInnerContainer {
    margin-bottom: 20px;
} 
.inv_iostablet .inv_listInnerContainer,
.inv_tablet .inv_listInnerContainer {
    margin-bottom: 20px;
} 
.inv_mobilelarge .inv_listInnerContainer,
.inv_mobilesmall .inv_listInnerContainer {} 
.inv_listItem {
    width: 50%;
    list-style-type: none;
    display: block;
    margin-bottom: 0px !important;
    cursor: default;
    position: relative;
    float: left;
}
.inv_smalldesktop .inv_listItem {
    margin-bottom: 20px;
}
.inv_iostablet .inv_listItem,
.inv_tablet .inv_listItem {
    margin-bottom: 20px;
}
.inv_mobilelarge .inv_listItem,
.inv_mobilesmall .inv_listItem {} .inv_listItem:last-child {
    margin-bottom: 0px;
}
.inv_listMarker {
    position: relative;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.inv_smalldesktop .inv_listMarker {} .inv_iostablet .inv_listMarker,
.inv_tablet .inv_listMarker {} .inv_mobilelarge .inv_listMarker,
.inv_mobilesmall .inv_listMarker {} 
.inv_listTitle {
    position: relative;
    float: left;
    color: #10069f;
    font-family: 'RRPioneer-Bold';
    font-size: 16px;
    line-height: 24px;
    /* font-weight: bold; */
    text-transform: uppercase;
    max-width: calc(100% - 50px);
    text-align: left;
    cursor: pointer;
}
.inv_smalldesktop .inv_listTitle {
    font-size: 14px;
    line-height: 24px;
}
.inv_iostablet .inv_listTitle,
.inv_tablet .inv_listTitle {
    max-width: calc(100% - 75px);
    } 
.inv_mobilelarge .inv_listTitle,
.inv_mobilesmall .inv_listTitle {} 
.inv_listTitle:after {
  position:absolute;
  content:" ";
  width: 12px;
  height: 15px;
  /* padding-left: 5px; */
  background-image: url('../images/googlemap/sprite.png');
  background-position: left -21px top -356px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 3px;
}
.inv_listInnerContainer_right {
    position: relative;
    float: left;
    width: 50%;
}
.inv_smalldesktop .inv_listInnerContainer_right {} .inv_iostablet .inv_listInnerContainer_right,
.inv_tablet .inv_listInnerContainer_right {} .inv_mobilelarge .inv_listInnerContainer_right,
.inv_mobilesmall .inv_listInnerContainer_right {}

/*---------Scrollbar CSS-------------*/
.inv_Map .mCSB_container{
  left: 0;
  /*position: absolute !important;*/
  top: 0;
  width: 100%;
}
.inv_Map .mCustomScrollbar {
  border: 0 none;
}
.inv_Map .mCustomScrollBox {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.inv_Map .mCSB_scrollTools {
  bottom: 0;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}
.inv_Map .mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 8px;
  height: auto;
  left: 0;
  position: absolute;
  right: 11px;
  top: 8px;
}
.inv_Map .mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 35px !important;
  max-height: 100% !important;
  z-index: 1;
}
.inv_Map .mCSB_scrollTools .mCSB_draggerRail {
  background: #e3e4e4 none repeat scroll 0 0;
  border-radius: 16px;
  width: 6px;
}
.inv_Map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #10069f;
  border-radius: 16px;
  height: 35px !important;
  width: 6px !important;
}
.inv_Map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #10069f !important;
}
.inv_Map .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #10069f;
}
/*---------Scrollbar CSS-------------*/