.map-intro {
	text-align: center;
	margin: 0 0 20px 0;
}
.map-intro p {
	font-style: italic;
	color: #565656;
}
.map-countries-container {
	padding: 0 0 125px 0;
    margin: -9% 0 0 0;
    position: relative;
    height: 945px;
}
.map-countries-container svg > path[data]:hover,.map-countries-container svg > g[data]:hover,.map-countries-container svg > polygon[data]:hover {
    fill: darkOrange;
    cursor: pointer;
}
.map-countries-container image {
    pointer-events: none;
}
.map-countries-container .block-selected {
    fill: orange;    
}

.filter-list .filter-item:first-child {
    display: none;
}
.filter-content {
	max-width: 50%;
	position: absolute;
	bottom: 3%;
	right: 0;
	display: none;
    padding-bottom: 30px;
}
.filter-content h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #565656;
}
.filter-item {
	margin: 0 0 10px 0;
}
.filter-item input[type="checkbox"] {
    display:none;
}
.filter-item input[type="checkbox"] + label {
    color:#565656;
    cursor: pointer;
    font-size: 12px;
}
.filter-item input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-sprite.png) no-repeat;
    background-position: 0 0;
    cursor:pointer;
    background-color: #FFFFFF;
}
.filter-item input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox-sprite.png) no-repeat;
    background-position: -26px 0;
}
.filter-clear-btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	margin: 0 0 10px 0;
	background: transparent;
	color: #004c90;
	outline: none;
}
.filter-content p {
    font-size: 14px;
	line-height: 14px;
    padding: 5px 0;
	padding-left: 24px;
	background-image: url("../images/office-star.png");
	background-repeat: no-repeat;
    background-position: -4px 0;
}
.filter-select-container {
    display: none;
}
.map-items-container {
    padding: 15px;
    margin: 0 0 30px 0;
    background: #f1f1f1;
}
.map-item-box {
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
    border: 1px solid #ccc;
    margin: 0 0 30px 0;
    background: #fff;
    min-height: 265px;
    position: relative;
}
.map-item-office-box {
	margin: 0 0 15px 0;
}
.sales_office {
	background-image: url("../images/office-star.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.map-item-office-type {
    display: inline-block;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #fff;
    background: #9ebfe3;
    margin-left: -1px;
}
.sales_office .map-item-office-type {
	background: #13a1d3;
}
.map-item-info {
    padding-left: 20px;
}
.map-item-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #004c90;
}
.map-item-tag-box {
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 10px 0;
}
.map-item-tag-box span {
    display: inline-block;
    color: #565656;
}
.map-item-info p {
    /*font-size: 13px;*/
    font-size: 14px;
    line-height: 1.35;
    padding-left: 20px;
    margin: 0 0 5px 0;
    color: #565656;
    position: relative;
}
.map-item-info p span {
	line-height: 1.35;
	position: absolute;
	top: 0;
	left: 0;
}
.map-item-link {
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.map-item-link a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #004c90;
    text-decoration: none
}
.map-item-link span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #004c90;
    margin-right: 10px;
}
.map-item-info-box {
	width: 420px;
	padding: 20px 40px;
	background: #004c90;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
}
.map-item-box span.fa-info {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	height: 16px;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	border: 1px solid #004c90;
	border-radius: 50%;
	color: #004c90;
	z-index: 9;
}
.map-item-box span.fa-info.fa-info-white {
	color: #fff;
	border-color: #fff;
}
.no-results {
    display: none;
}
.no-results p {
    /*font-size: 20px;*/
    font-size: 17px;
    color: #808080;
    text-align: center;
    padding: 20px 0px;
}

@media screen and (max-width: 1350px) {
	.filter-content {
		max-width: 45%;
        bottom: -8%;
	}
    .map-item-info-box {
        width: 380px;
    }
}
@media screen and (max-width: 1150px) {
	.filter-content {
		bottom: -12%;
	}
    .map-item-info-box {
        width: 310px;
    }
}
@media screen and (max-width: 1050px) {
	.filter-content {
		bottom: -20%;
	}
}
@media screen and (max-width: 991px) {
	.filter-content {
    max-width: 100%;
    position: static;
    padding-left: 14%;
    }
    .filter-content p, .map-item-info p, .no-results p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
  .map-countries-container {
		padding: 15px;
        margin: 0;
        background: #f1f1f1;
        height: auto;
	}
	.map-countries-container svg {
		display: none;
	}
  .map-item-select-country {
      width: 48%;
      float: left;
  }
  .map-item-select-state {
      width: 48%;
      float: left;
      margin-left: 4%;   
      display: none;
  }
  .map-intro p {
      display: none;
  }
	.filter-content {
		padding: 0 15px;
        margin: 0 0 20px 0;
	}
  .filter-select-container {
      display: block;
      margin: 0 0 10px 0;
  }
  .filter-content p {
      display: none;
  }
	.map-items-container {
		max-height: 100%;
		overflow-x: visible;
		overflow-y: visible;
	}
  .filter-item {
      width: 50%;
      float: left;
  }
  .filter-select-container select {
      font-size: 14px;
      height: 30px;
      padding: 5px;
      border: 1px solid #ccc;
      outline: 0;
      cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .map-item-office-type {
    padding: 8px;
  }
  .map-item-info {
      padding-left: 10px;
  }
  .map-item-link {
      left: 10px;
  }
  .map-item-info-box {
      width: 240px;
      padding: 25px 8px;
  }
}
@media screen and (max-width: 450px) {
  .filter-item {
      width: 100%;
      float: none;
  }
  .map-item-select-country {
      width: 100%;
      float: none;
      margin: 0 0 10px 0;
  }
  .map-item-select-state {
      width: 100%;
      float: none;
      margin: 0 0 10px 0;
  }
}



.map-zip-container {
    /*background:url(../images/map-north-america.png) no-repeat center center;
    padding: 220px 0;
    text-align: center;*/
    margin-bottom: 15px;
}
.filter-zip-code {
    width: 78%;
    border: 2px solid #eaeaea;
    font-size: 17px;
    padding: 8px 14px;
    outline: none;
    vertical-align: middle;
}
.filter-zip-code-button {
    padding: 11px 14px;
    text-transform: uppercase;
    background: #298acd;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0;
    vertical-align: middle;
}
.filter-zip-code-button:hover,
.filter-zip-code-button:focus,
.filter-zip-code-button:active {
    color: #FFFFFF;
}