/*!
 * fullPage 2.7.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 0;
    cursor: pointer;
    width: 100‰;
    height: 100%;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: -30%; width:50%;
    border-width: 20px;
    border-color: transparent #000 transparent transparent; background-color:#099
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 20px;
    border-color: transparent transparent transparent #000;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 15px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 9999;
    right: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 95px; right:15px; overflow:visible
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 10px;
    height: 20px;
    margin: 6px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 8px;
    width: 8px;
    margin: -3px 0 0 -3px;
    border-radius: 100%; background: rgb(0,0,0);
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: rgb(204,204,204);
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 8px;
    height: 8px;
    margin: -3px 0px 0px -3px;background: rgb(255,220,0);
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

.studio		 			{background-color:rgba(204,204,204,0); margin-top:115px; height:auto; width:100%; }
	
.fp-tableCell 			{display: table-cell; vertical-align: text-top; width: 100%;height: 100%;}
.fp-tableCell 	h2		{ padding:3px; }

.studiotxt 				{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.45em;padding:0px 15px 0 15px;margin-top:0px;margin-bottom:20px;}
.studiotxt h2			{line-height:1.1em;  }

.team 					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.45em;padding:0px 20px;margin-top:20px;margin-bottom:0px;}
.team h2				{line-height:1.1em;  }
.team	a 				{text-decoration:none;color:rgb(0,0,0)}
.team	a h2:hover		{color:rgb(255,220,0); width:auto;}
.team	li				{margin-top:5px;padding:0px 0px;}
.team	h3				{margin-bottom:0px}
.team	h5				{line-height:1.3em; z-index:99999;font-size:1.9em;}
.team	h5 strong		{background-color:rgb(255,220,0); padding:0 2px}
.team	h5 a			{background-color:rgb(255,220,0); width:auto;padding:0 2px; }
.team	h5 a:hover		{color:rgb(255,220,0); width:auto;background-color:rgb(0,0,0)}

.teamimg				{width: 100%; background: rgba(255,255,25,0); margin:0 20px 0 15px }
.teamimg	img			{width: 50%; padding:0 0 0 0 ;overflow: hidden;  }

.about-img				{width:80%;margin:0px auto 0px auto;float:none;   }

.space					{color:rgb(0,0,0); background:rgba(255,220,0,0) ; font-size:.45em;padding:0px 15px;margin-top:0px;margin-bottom:0px;  }
.space 	h2				{color:rgb(0,0,0); line-height:1.1em;}
.space  h2 	span		{color:rgb(255,220,0);}
.space  h2 	strong		{color:rgb(255,255,255); background-color:rgba(0,0,0,1); padding:1px 5px; margin:0}

.awardslist 			{color:rgb(0,0,0);padding:0px 20px;margin-top:0px;font-size:.45em }
.awardslist ul			{background: rgba(255,255,255,0);border:0px solid #FFF; margin:0px;padding:0px;  }
.awardslist li			{padding:5px 0px ; }
.awardslist	h3			{margin-top:12px}
.awardslist	h5			{line-height:1em; padding:2px 0px ;  }
.awardslist	h6			{color:rgb(255,220,0)}
.awardslist	h5 strong	{background-color:rgb(255,220,0); padding:1px; color:#000 }
.awardslist	h5 span		{color:rgb(255,220,0); }

.pressimage				{margin: 0px 0px 0 15px; }
.pressimage		ul		{width:100%; background-color: #F00;}
.pressimage		li		{margin-top: 0px; float:right;}
.pressimage	img			{width:30%; padding: 0 0 3px 3px;filter: grayscale(100%); -webkit-filter: grayscale(100%)}
.pressimage	img:hover	{filter: grayscale(0%); -webkit-filter: grayscale(0%)}

.contact				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 15px 0 15px; background-color: rgba(255,55,55,0); margin:0px 0 0px 0; font-size:.45em; }
.contact	h2			{line-height:1.1em;  }
.contact	a h2:hover	{color:rgb(255,220,0); width:auto;}

.contact2				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 15px 0 15px; background-color: rgba(255,5,55,0); margin:0px 0 20px 0; font-size:.45em; }
.contact2	h2			{line-height:1.1em;  }
.contact2	a h2:hover	{color:rgb(255,220,0); width:auto;}

#map_canvas 			{ width:auto; height: 380px; overflow:hidden;margin:0px 20px 50px 15px;}

.division				{width:100%; text-align:center; font-size:1.2em; margin-bottom:20px;color:rgb(255,220,0);}

}


/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.studio		 			{background-color:rgba(204,204,204,0); margin-top:140px; height:auto; width:100%; }

.fp-tableCell 			{display: table-cell; vertical-align: text-top; width: 100%;height: 100%;}
.fp-tableCell 	h2		{padding:3px; }

.studiotxt 				{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.6em;padding:0px 30px;margin-top:0px;margin-bottom:20px;}
.studiotxt h2			{line-height:1.2em;  }

.team 					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.6em;padding:0px 30px;margin-top:0px;margin-bottom:0px; }
.team h2				{line-height:1.1em;  }
.team	a 				{text-decoration:none;color:rgb(0,0,0)}
.team	a h2:hover		{color:rgb(255,220,0); width:auto;}
.team	li				{margin-top:5px;padding:0px 0px;}
.team	h3				{margin-bottom:0px}
.team	h5				{line-height:1.3em; z-index:99999;font-size:1.9em;}
.team	h5 strong		{background-color:rgb(255,220,0); padding:0 2px}
.team	h5 a			{background-color:rgb(255,220,0); width:auto;padding:0 2px; }
.team	h5 a:hover		{color:rgb(255,220,0); width:auto;background-color:rgb(0,0,0)}

.teamimg				{width: 100%; background: rgba(255,255,25,0); margin:0 0px 0 30px}
.teamimg	img			{width: 50%; padding:0 0 0 0 ;overflow: hidden;  }

.about-img				{width:65%;margin:20px auto 0px auto;float:none;   }

.space					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.6em;padding:0px 30px;margin-top:0px;margin-bottom:0px;  }
.space 	h2				{color:rgb(0,0,0); line-height:1.2em}
.space  h2 	span		{color:rgb(255,220,0);}
.space  h2 	strong		{color:rgb(255,255,255); background-color:rgba(0,0,0,1); padding:1px 10px; margin:0}

.awardslist 			{color:rgb(0,0,0);padding:0px 30px;margin-top:0px;font-size:.6em }
.awardslist ul			{background: rgba(255,255,255,0);border:0px solid #FFF; margin:0px;padding:0px 0 10px 0;  }
.awardslist li			{padding:5px 0px ; }
.awardslist	h3			{margin-top:12px}
.awardslist	h5			{line-height:1em; padding:2px 0px ;  }
.awardslist	h6			{color:rgb(255,220,0)}
.awardslist	h5 strong	{background-color:rgb(255,220,0); padding:1px; color:#000 }
.awardslist	h5 span		{color:rgb(255,220,0); }

.pressimage				{margin: 20px 0 0px 20px ; }
.pressimage		ul		{width:98%; background-color: #F00;}
.pressimage		li		{margin-top: 0px; float:right;}
.pressimage	img			{width:16%; padding: 0 0 10px 10px;filter: grayscale(100%); -webkit-filter: grayscale(100%)}
.pressimage	img:hover	{filter: grayscale(0%); -webkit-filter: grayscale(0%)}

.contact				{z-index: 0000 ; width: 50%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 15px 0 30px; background-color: rgba(255,55,55,0); margin:0px 0 20px 0; font-size:.6em; float:left }
.contact	h2			{line-height:1.2em;  }
.contact	a h2:hover	{color:rgb(255,220,0); width:auto;}

.contact2				{z-index: 0000 ; width: 50%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 30px 0 15px; background-color: rgba(255,5,55,0); margin:0px 0 20px 0; font-size:.6em; float:right}
.contact2	h2			{line-height:1.2em;  }
.contact2	a h2:hover	{color:rgb(255,220,0); width:auto;}

#map_canvas 			{ width:94%; height: 600px; overflow:hidden; margin:0 0 0 4%;}

.division				{ display:none}

}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1024px) {

.studio		 			{background-color:rgba(204,204,204,0); margin-top:135px; height:auto; width:100%; }

.fp-tableCell 			{display: table-cell; vertical-align: text-top; width: 100%;height: 100%;}
.fp-tableCell 	h2		{padding:3px; }

.studiotxt 				{color:rgb(0,0,0); background:rgba(0,12,102,0) ; font-size:.6em;padding:0px 0px;margin-top:0px;margin-bottom:0px; z-index:9999 }
.studiotxt h2			{line-height:1.2em;  }
.studiotxt h2 a:hover	{color:rgb(255,220,0); width:auto;}

.team 					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.6em;padding:0px 10px 0 20px;margin-top:0px;margin-bottom:0px;  }
.team h2				{line-height:1.2em;  }
.team	a 				{text-decoration:none;color:rgb(0,0,0)}
.team	a h2:hover		{color:rgb(255,220,0); width:auto;}
.team	li				{margin-top:20px;padding:0px 0px;}
.team	h3				{margin-bottom:0px}
.team	h4				{margin-top:-10px}
.team	h5				{line-height:1.2em; z-index:99999;font-size:1.9em;}
.team	h5 strong		{background-color:rgb(255,220,0); padding:0 2px}
.team	h5 a			{background-color:rgb(255,220,0); width:auto;padding:0 2px; }
.team	h5 a:hover		{color:rgb(255,220,0); width:auto;background-color:rgb(0,0,0)}

.teamimg				{width: 100%; background: rgba(255,255,25,0); margin:0 0px 0 20px }
.teamimg	img			{width: 60%; padding:0 0 0 0 ;overflow: hidden;  }

.about-img				{width:auto; height: auto; position:absolute;margin-top:0px; overflow: hidden  }

.space					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.6em;padding:0px 0 0 15px;margin-top:0px;margin-bottom:0px;  }
.space 	h2				{color:rgb(0,0,0); line-height:1.2em}
.space  h2 	span		{color:rgb(255,220,0);}
.space  h2 	strong		{color:rgb(255,255,255); background-color:rgba(0,0,0,1); padding:1px 10px; margin:0}

.awardslist 			{color:rgb(0,0,0);padding:0px 10px 0 20px;margin-top:5px;font-size:.6em }
.awardslist ul			{background: rgba(255,255,255,0);border:0px solid #FFF; margin:0px;padding:0px ;  }
.awardslist li			{padding:5px 0px ; }
.awardslist	h3			{margin-top:12px}
.awardslist	h5			{line-height:1em; padding:2px 0px ;  }
.awardslist	h6			{color:rgb(255,220,0)}
.awardslist	h5 strong	{background-color:rgb(255,220,0); padding:1px; color:#000 }
.awardslist	h5 span		{color:rgb(255,220,0); }

.pressimage				{margin:0px 0px 0 20px ; width:auto}
.pressimage		ul		{background-color: #F00;}
.pressimage		li		{margin-top: 0px; float:right; width:100%}
.pressimage	img			{width:16%; padding: 0 5px 5px 0px;filter: grayscale(100%); -webkit-filter: grayscale(100%)}
.pressimage	img:hover	{filter: grayscale(0%); -webkit-filter: grayscale(0%)}

.contact				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 0px; background-color: rgba(255,55,55,0); margin:0px 0 0 0; font-size:.6em; }
.contact	h2			{line-height:1.2em;  }
.contact	a h2:hover	{color:rgb(255,220,0); width:auto;}

.contact2				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 0px; background-color: rgba(255,55,55,0); margin:0px 0 0 0; font-size:.6em; }
.contact2	h2			{line-height:1.2em;  }
.contact2	a h2:hover	{color:rgb(255,220,0); width:auto;}

#map_canvas 			{ width:auto; height: 650px; overflow:hidden;margin:0px 20px 0 20px;}

.people		 			{background-color:rgba(104,51,255,0); margin-top:120px; height:auto; width:100%; }

.division				{ display:none}

}

/* Large devices (desktops, 1200px ) */
@media (min-width: 1025px) and (max-width: 1823px) {

.studio		 			{background-color:rgba(204,204,204,0); margin-top:155px; height:auto; width:100%; }

.fp-tableCell 			{display: table-cell; vertical-align: text-top; width: 100%;height: 100%;}
.fp-tableCell 	h2		{ padding:3px; }

.studiotxt 				{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:.95vmin;padding:0px 0 0 15px;margin-top:0px;margin-bottom:0px; }
.studiotxt h2			{line-height:1.1em;  }
.studiotxt a:hover h2	{ color:rgb(255,220,0); width:auto;}

.about-img				{ width:auto; height: 650px; position:absolute;margin:0px 10px 0 25px; overflow: hidden  }

.space					{color:rgb(0,0,0); background:rgba(255,102,102,0) ; font-size:1vmin;padding:0px 25px;margin-top:0px;margin-bottom:0px;  }
.space 	h2				{color:rgb(0,0,0); line-height:1.15em}
.space  h2 	span		{ color:rgb(255,220,0);}
.space  h2 	strong		{ color:rgb(255,255,255); background-color:rgba(0,0,0,1); padding:3px 15px; margin:0 5px}

.team 					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:1vmin;padding:0px 15px;margin:10px 0 0 0; }
.team	a 				{text-decoration:none;color:rgb(0,0,0)}
.team	a h2:hover		{ color:rgb(255,220,0); width:auto;}
.team	li				{ margin-top:20px;padding:0px 12px;}
.team	h3				{ margin:0px 0}
.team	h4				{ margin-top:-10px}
.team	h5				{ line-height:1.3em; z-index:99999;font-size:1.6em;}
.team	h5 strong		{ background-color:rgb(255,220,0); padding:0 2px}
.team	h5 a			{ background-color:rgb(255,220,0); width:auto;padding:0 2px}
.team	h5 a:hover		{ color:rgb(255,220,0); width:auto;background-color:rgb(0,0,0)}

.teamimg					{width: 100%; background: rgba(255,255,25,0); margin:0 0px 0 30px}
.teamimg	img				{width: 50%; padding:0 0 0 0 ;overflow: hidden;  }

.awardslist 			{color:rgb(0,0,0);padding:0px 15px;margin-top:10px;font-size:1vmin; }
.awardslist ul			{background: rgba(255,255,255,0);border:0px solid #FFF; margin:0px;padding:0px 15px ;  }
.awardslist li			{padding:5px 0px ; }
.awardslist	h5			{line-height:1em; padding:2px 0px ;  }
.awardslist	h3			{margin-top:10px}
.awardslist	h4			{ margin-top:-10px}
.awardslist	h5 strong	{background-color:rgb(255,220,0); padding:1px; color:#000 }
.awardslist	h5 span		{color:rgb(255,220,0); }

.pressimage				{margin: 0px 0 0 25px ;width:100%; padding:0 10px 0 0 }
.pressimage	ul			{background-color: #F00;}
.pressimage	li			{margin-top: 0px; float:right;}
.pressimage	img			{width:16%; margin: 0 0 auto auto;filter: grayscale(100%); -webkit-filter: grayscale(100%)}
.pressimage	img:hover	{filter: grayscale(0%); -webkit-filter: grayscale(0%)}

.contact				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 0px 0 15px; background-color: rgba(255,55,55,0); margin:0px 0 0 0; font-size:.95vmin; }
.contact	h2			{line-height:1.1em;  }
.contact	a h2:hover	{color:rgb(255,220,0); width:auto;}

.contact2				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 0px 0 15px;  background-color: rgba(255,55,55,0); margin:0px 0 0 0; font-size:.95vmin; }
.contact2	h2			{line-height:1.1em;  }
.contact2	a h2:hover	{color:rgb(255,220,0); width:auto;}

#map_canvas 			{ width:auto; height: 650px; overflow:hidden;margin:0px 10px 0 25px;}

.people		 			{ background-color:rgba(104,51,255,0); margin-top:0px; height:auto; width:100%; }

.division				{ display:none}

}

/* Large devices (large desktops, 1824px and up) */
@media (min-width: 1824px) {

.studio		 			{background-color:rgba(204,204,204,0); margin-top:175px; height:auto; width:100%; }

.fp-tableCell 			{display: table-cell; vertical-align: text-top; width: 100%;height: 100%; position:relative}
.fp-tableCell 	h2		{padding:3px; }

.studiotxt 				{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:1em;padding:0px 0 0 15px;margin-top:0px;margin-bottom:0px;}
.studiotxt h2			{line-height:1.1em;  }
.studiotxt	a h2:hover	{color:rgb(255,220,0); width:auto;}

.about-img				{ width:auto; height: auto; position:absolute;margin:0px 10px 0 25px; overflow: hidden  }

.space					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:1em;padding:0px 25px;margin-top:0px;margin-bottom:0px;  }
.space 	h2				{color:rgb(0,0,0); line-height:1.2em}
.space  h2 	span		{color:rgb(255,220,0);}
.space  h2 	strong		{color:rgb(255,255,255); background-color:rgba(0,0,0,1); padding:3px 15px; margin:0 5px}

.team 					{color:rgb(0,0,0); background:rgba(0,102,102,0) ; font-size:1em;padding:0px 15px;margin:10px 0 0 0; }
.team	a 				{text-decoration:none;color:rgb(0,0,0)}
.team	a h2:hover		{color:rgb(255,220,0); width:auto;}
.team	li				{margin-top:20px;padding:0px 12px;}
.team	h3				{margin:0px 0}
.team	h4				{margin:0 0 10px 0}
.team	h5				{line-height:1.3em; z-index:99999;font-size:1.6em;}
.team	h5 strong		{background-color:rgb(255,220,0); padding:0 2px}
.team	h5 a			{background-color:rgb(255,220,0); width:auto;padding:0 2px}
.team	h5 a:hover		{color:rgb(255,220,0); width:auto;background-color:rgb(0,0,0)}

.teamimg					{width: 100%; background: rgba(255,255,25,0);margin:0 0px 0 30px }
.teamimg	img				{width: 50%; padding:0 0 0 0 ;overflow: hidden;  }

.awardslist 			{color:rgb(0,0,0);padding:0px 15px;margin-top:10px; font-size:1em;}
.awardslist ul			{background: rgba(255,255,255,0);border:0px solid #FFF; margin:0px;padding:0px 15px ;  }
.awardslist li			{padding:10px 0px ; }
.awardslist	h5			{line-height:1em; padding:2px 0px ;  }
.awardslist	h3			{margin-top:15px}
.awardslist	h5 strong	{background-color:rgb(255,220,0); padding:1px; color:#000 }
.awardslist	h5 span		{color:rgb(255,220,0); }

.pressimage				{margin: 0px 0 0 25px ;width:auto; }
.pressimage	ul			{background-color: #F00;}
.pressimage	li			{margin-top: 0px; float:right;width:100%}
.pressimage	img			{width:16%; padding: 0 auto auto 0px;filter: grayscale(100%); -webkit-filter: grayscale(100%)}
.pressimage	img:hover	{filter: grayscale(0%); -webkit-filter: grayscale(0%)}

.contact				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 15px; background-color: rgba(255,55,55,0); margin:0px 0 0 0; font-size:1em; }
.contact	h2			{line-height:1.1em;  }
.contact	a h2:hover	{color:rgb(255,220,0); width:auto;}

.contact2				{z-index: 0000 ; width: 100%; text-align:left; height:auto; color:rgb(0,0,0); padding:0px 15px; background-color: rgba(255,55,55,0); margin:0px 0 0 0; font-size:1em; }
.contact2	h2			{line-height:1.1em;  }
.contact2	a h2:hover	{color:rgb(255,220,0); width:auto;}

#map_canvas 			{ width:auto; height: 900px; overflow:hidden;margin:0px 10px 0 25px;}

.people		 			{ background-color:rgba(104,51,255,0); margin-top:150px; height:auto; width:100%; }

.division				{ display:none}

}
