
.cd-side-nav > ul > li > a::before {
	display:none !important;
}

.has-children > a::after {
	display:none !important;
}

.cd-search::before {
	display:none !important;
}

/* fontawesome alignment */
.fas::before,
.fab::before,
.far::before {
	position: absolute;
  left: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}


/* Override existing hover and selected states */

  .cd-side-nav .has-children.selected > a
   {
    background-color: #047861;
  }
  
  .no-touch .has-children ul a:hover {
    background-color: #047861;
  }
  
  .has-children > a::after {
    display: none;
  }
  
  .cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: #047861;
  }



/* map start */


 .hlight {
    background-color: #047861 !important;;
  }

.centered {
	top: 50% !important;
	left: 50% !important;
  transform: translate(-50%, -50%) !important;
    min-width: 900px;
  min-height: 520px;
  margin-left: 54px;
}


.mainMap {
	background: url("../images/mainMap.jpg") no-repeat scroll center center #FFF0;
	display: none;
	height: 477px;
	left: 200px;
	position: absolute;
	top: 40px;
	width: 840px;
	z-index: 50000;
	border: 10px solid #255f85;
}

.mainMap a.hotspot {
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #00488d;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    cursor: pointer;
}


.mainMap a.hotspot {
	position:absolute;
	width:15px;
	height:15px;
	background-color:#00488d;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	cursor:pointer;
}

.mainMap a.hotspot:hover,
.mainMap a.hotspot.hover {
	background-color:#4d80af;
	/*Gold - #b1974a*/
}

.mainMap a.hotspot.main {
left: 16em;
top: 16em;
}

.mainMap a.hotspot.sports {
left: 30em;
top: 7em;
}

.mainMap a.hotspot.boys {
left: 22em;
top: 5em;
}
.mainMap a.hotspot.early {
    left: 9em;
    top: 14em;
}
.mainMap a.hotspot.primary {
left: 10em;
top: 12em;
}

.mainMap a.hotspot.secondary {
left: 32em;
top: 13em;
}

.mainMap a.close {
	left: 0.75em;
	top: 0.75em;
	position: relative;
	background-color: #FFF;
	padding: 5px;
}

.map-is-visible {
	display:block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  max-height: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* map end */



@media only screen and (min-width: 768px) {
	.fas::before,
	.fab::before,
	.far::before {
		display:none;
	} 
}

@media only screen and (min-width: 1170px) {
	.fas::before,
	.fab::before,
	.far::before {
		display:none;
	} 

}

/*  150 x 480  */
@media only screen and (min-width: 150px) and (max-width: 480px) and (orientation: portrait) {
	.mainMap{ top: 550px !important; }
	.hotspot { display:none; }  
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
.mainMap {top: 337px !important;}
.hotspot { display:none; }
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
	.mainMap{ top: 550px !important; }
	.hotspot { display:none; }  
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
	.mainMap{ top: 337px !important; }
	.hotspot { display:none; }  
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait)  {
	.mainMap{ top: 550px !important; }
	.hotspot { display:none; }
}


@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
	.mainMap{ top: 337px !important; }
	.hotspot { display:none; }  
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
		.mainMap a.close {left: 2.75em;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}



