img.grayscale-logo {
	 filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	width:190px;
	max-height:120px;
	
}

.portlet-borderless-bar {
	top: auto;
}

.testimonial-slider-section .sponsors-row {
	    margin: 10px 0 30px;
}

.section-background-image-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-background-map {
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	background: url(/junior-achievement-flat-2016-theme/images/backgrounds/ja-map-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    position: relative;
    z-index:99999;
}

#pac-input:focus {
    border-color: #4d90fe;
        position: relative;
    z-index:99999;
}

.pac-container {
    font-family: Roboto;
        position: relative;
    z-index:99999;
}

.searchControls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      position: relative;
    z-index:99999;
}


@media ( max-width: 991px ) {
	img.sponsorImage {
       padding-bottom:50px;
	}
	
	.section-background-image-map img {
		display:none;
    }
    
	.section-background-map {    
	    background-color: #eee;
	    background: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		overflow: hidden;
	}
}

@media ( max-width: 767px ) {
	img.sponsorImage {
       padding-bottom:50px;
	}
	
	#qgiviframe {
	  height:2500;
	}
	
		.section-background-map {    
	    background-color: #eee;
	    background: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		overflow: hidden;
	}
		
}

@media ( max-width: 479px ) {
	img.sponsorImage {
       padding-bottom:50px;
	}
	#qgiviframe {
		  height:2500;
	}
	
		.section-background-map {    
	    background-color: #eee;
	    background: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		overflow: hidden;
	}

}



ul#id_member_field_interested-in li {
	float:left;
}


@font-face {
  font-family: 'fontello';
  src: url('../webfonts/fontello.eot?14922718');
  src: url('../webfonts/fontello.eot?14922718#iefix') format('embedded-opentype'),
       url('../webfonts/fontello.woff2?14922718') format('woff2'),
       url('../webfonts/fontello.woff?14922718') format('woff'),
       url('../webfonts/fontello.ttf?14922718') format('truetype'),
       url('../webfonts/fontello.svg?14922718#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14922718#fontello') format('svg');
  }
}
*/



    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
    
    
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-3delogo:before { content: '\e800'; } /* '' */