/*
Theme Name: Compuware WP-Bootstrap
Theme URI: http://compuware.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.14
Author: Compuware
Author URI: http://compuware.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/* ------------------------------------------ Push Menu ------------------------------------------*/
@font-face {
    font-family: 'MuseoSans-300';
    src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_1_0.eot');
    src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_1_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_1_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/webfonts/262049_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-500';src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_3_0.eot');src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_3_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_3_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-100';src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_4_0.eot');src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_4_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_4_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-700Italic';src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_5_0.eot');src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_5_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_5_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-300Italic';src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_6_0.eot');src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_6_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_6_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-100Italic';src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_7_0.eot');src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_7_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_7_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-500Italic';src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_8_0.eot');src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_8_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_8_0.woff') format('woff'),url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/262049_8_0.ttf') format('truetype');}

@font-face {
    font-family: 'Museo Sans 300';
    src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/exljbris-MuseoSans-300.otf');
    src: local('Museo Sans 300'), local('Museo'), url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/exljbris-MuseoSans-300.otf') format('opentype');
}
@font-face {
    font-family: 'Museo Sans 500';
    src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/exljbris-MuseoSans-500.otf');
    src: local('Museo Sans 500'), local('Museo'), url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/exljbris-MuseoSans-500.otf') format('opentype');
}


@font-face {
    font-family: 'Museo Sans 100Italic';
    src: url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/exljbris-MuseoSans-100Italic.otf');
    src: local('Museo Sans 100Italic'), local('Museo'), url('/wp-content/themes/wordpress-bootstrap-master/library/fonts/exljbris-MuseoSans-100Italic.otf') format('opentype');
}

.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
	z-index: 500;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	//top: 0;
	left: 0;
	z-index: 900;
	width: 250px;
	height: 100%;
	margin-top: 1px !important;
	//-webkit-transform: translate3d(-100%, 0, 0);
	//-moz-transform: translate3d(-100%, 0, 0);
	//transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background: rgb(84,96,100); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(84,96,100,1) 0%, rgba(138,148,156,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,96,100,1)), color-stop(100%,rgba(138,148,156,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546064', endColorstr='#8a949c',GradientType=1 ); /* IE6-9 */

}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.2s, width 0.1s 0.0s, height 0.1s 0.0s;
	-moz-transition: opacity 0.2s, width 0.1s 0.0s, height 0.1s 0.0s;
	transition: opacity 0.2s, width 0.1s 0.0s, height 0.1s 0.0s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: .2;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.mp-pushed {
background-color:#FFF;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-left:auto;
	margin-right:auto;
	z-index: 500;
	height:100%;
	/*overflow-x: hidden;*/
	margin-top: 30px;

}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	background: rgb(255,254,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,254,255,1) 0%, rgba(251,250,251,1) 50%, rgba(225,228,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,254,255,1)), color-stop(50%,rgba(251,250,251,1)), color-stop(100%,rgba(225,228,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#e1e4e6',GradientType=1 ); /* IE6-9 */

}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: rgb(255,254,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,254,255,1) 0%, rgba(251,250,251,1) 50%, rgba(225,228,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,254,255,1)), color-stop(50%,rgba(251,250,251,1)), color-stop(100%,rgba(225,228,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,254,255,1) 0%,rgba(251,250,251,1) 50%,rgba(225,228,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#e1e4e6',GradientType=1 ); /* IE6-9 */


}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: .5em;
	color: #f88208;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 700;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	/* padding: 0.5em 1em 0.5em 1.8em; */
	outline: none;
	/* box-shadow: inset 0 -1px rgba(0,0,0,0.2); */
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 14px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
	position: absolute;
	left: 5px;
	z-index: -1;
	color: rgba(0,0,0,0.7);
	line-height: 3.3;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	/* background: rgba(0,0,0,0.2); */
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 0.5em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	content: "\e037";
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}
/* ------------------------------------------ Push Menu ------------------------------------------*/
.social-icon {
		width:25px;
		height:25px;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		-webkit-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
}
.social-icon:hover {
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-filter: grayscale(0%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	
	}
.cpwr-bu-button {
    #gradient > .vertical(#fff, #DBDBDB);
    border: 1px solid #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 18px;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #FFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    color: #597390;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    width: 300px;
}


.footer {
  position: fixed !important;
  height: 30px;
  clear:both;
  background-color:#DADBDC;
  /*#gradient > .vertical(#8A949C, #546064); */
  color:#fff;
  font-size:.8em;
  bottom: 0px !important;
  z-index: 999999;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top:5px;
width: 100%;
}
.footer2 {
clear: both;
background: #ffffff;
/* background: -moz-linear-gradient(top, #fffeff 0%, #fbfafb 50%, #e1e4e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffeff), color-stop(50%, #fbfafb), color-stop(100%, #e1e4e6));
background: -webkit-linear-gradient(top, #fffeff 0%, #fbfafb 50%, #e1e4e6 100%);
background: -o-linear-gradient(top, #fffeff 0%, #fbfafb 50%, #e1e4e6 100%);
background: -ms-linear-gradient(top, #fffeff 0%, #fbfafb 50%, #e1e4e6 100%);
background: linear-gradient(to bottom, #fffeff 0%, #fbfafb 50%, #e1e4e6 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fffeff, endColorstr=#e1e4e6, GradientType=0); */
color: #58595b;
font-size: .8em;
/*bottom: -30px;*/
z-index: 999999;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 5px;
width: 100%;
/*position: absolute !important;*/
margin-top: -32px;
}
  

.footer-item {
	color:#666366;
  	margin-top:5px;
  	display:inline !important;
  	padding-right:10px;
  	padding-left:10px;
  	border-left:1px solid white;
  	vertical-align: middle;
	cursor: pointer;
	z-index: 999999;
	font-size: 1.15em;
  	}
.footer-item a {
	color:#666366;
}

.footer-item:first-child{
	border-left:none;	
}


.navbar-nav>li>a:hover span{
height: 17px;
width: 0px;
display: block;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #252525;
font-size: 0;
line-height: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: -25px;
opacity: 0.7;
filter: alpha(opacity=70);
}

.pics-mobile {
background-repeat:no-repeat;
height: 31px;
width: 175px;
background-size: 80px;
margin-left: 0px;
float: left;
position: absolute;
z-index: 999999;
display:block;
overflow:hidden;

}
.pics-interior {
background-repeat:no-repeat;
height: 32px;
width: 150px;
background-size: 80px;
margin-top: 13px;
margin-left: -19px;
float: left;
position: absolute;
z-index: 999999;
display:block;
overflow:hidden;

}
#pics {
height: 70px;
width: 132px;
margin-left: 4px;
margin-top: -15px;
transition:none;
}
#pics-mobile {
height: 30px;
width: 146px;
margin-left: 0px;
transition:none;
}
/* #cpwr {
height: 70px;
width: 132px;
margin-left: -19px;
margin-top: 13px;
} */
#cpwr {
height: 28px;
width: 136px;
margin-top: 13px;
float: left;
}
#cpwr-mobile {
height: 70px;
width: 132px;
z-index: 1001;
display:none;
}
.bu-button{
margin-top: 7px;
overflow:visible !important;

}
.bu-button img {
border: 2px solid #fff;
-webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,.3);
box-shadow: 0px 0px 5px 0 rgba(0,0,0,.3);
display: inline;
margin-right: 10px;
display:inline- block;
float: left;
margin-bottom: 10px;
overflow:visible !important;	
z-index: 99999;

}
img.nostyle{
border: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 45px;
height: auto;
padding: 0;
margin: 0;
}

.button-headline {
	display: inline;
	padding: 0px 0px 7px 5px;
	text-align:left;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
 
	}
.button-headline-lap{
	display: inline;
	padding: 0px 0px 7px 5px;
	text-align:left;
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
 
	}	
.button-headline-mf {
display: inline;
padding: 0px 0px 7px 5px;
text-align: left;
margin-top: 10px;
-webkit-font-smoothing: antialiased;
 -webkit-backface-visibility: hidden;
 position:static;
 
	}
.button-headline-mf-lap {
display: inline;
padding: 0px 0px 7px 5px;
text-align: left;
margin-top: 0px;
-webkit-font-smoothing: antialiased;
 
	}
.button-headline h3{
	display: inline;
	margin-top: 10px;
	color:#236544; 
	-webkit-font-smoothing: antialiased;	

}
.button-headline-lap h3{
	display: inline;
	margin-top: 0px;
	color:#236544;	
	margin-bottom: 0px;
	-webkit-font-smoothing: antialiased;
}
.button-headline-mf-lap h3{
	display: inline;
	margin-top: 0px;
	color:#BF6304;
	margin-bottom: 0px;
	-webkit-font-smoothing: antialiased;
	 
}
.button-headline-mf h3{
	display: inline;
	margin-top: 10px;
	color:#BF6304; 
	font-family: "MuseoSans-700", "Museo Sans 700", arial, sans serif;
}
a.button-left {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
background-color: rgba(255, 255, 255, .85);
border: 1px solid #546064 ;
text-decoration: none;
padding-bottom: 1px;
text-shadow: #fff 0 1px 0;
display: block;
color: #597390;
line-height: 24px;
font-size: 20px;
font-weight: bold;
text-align:left;
padding-top: 0px;
-webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
box-shadow: 0 3px 5px 0px rgba(0,0,0,.2); 
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: 0px;
position: relative;
z-index: 900;
padding-left: 0px;
padding-right: 0px;
width: 575px;
max-height: 170px;
overflow:visible !important;
-webkit-transform: translateZ(0px);
-webkit-font-smoothing: subpixel-antialiased;
 -webkit-backface-visibility: hidden;
}
a.button-left-md {
background-color: rgba(255, 255, 255, .9);
border: 1px solid #546064 ;
text-decoration: none;
padding-bottom: 1px;
text-shadow: #fff 0 1px 0;
display: block;
color: #597390;
line-height: 24px;
font-size: 20px;
font-weight: bold;
text-align:left;
padding-top: 0px;
-webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
box-shadow: 0 3px 5px 0px rgba(0,0,0,.2); 
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
margin-bottom: 0px;
position: relative;
z-index: 900;
padding-left: 0px;
padding-right: 0px;
min-height: 145px;
overflow:visible !important;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateZ(0px);
}
a.button-left-mobile {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #546064 ;
text-decoration: none;
padding-bottom: 5px;
text-shadow: #fff 0 1px 0;
margin-right: auto;
margin-left: auto;
display: block;
color: #597390;
line-height: 24px;
font-size: 20px;
font-weight: bold;
position:relative;
text-align:left;
padding-top: 0px;
-webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
box-shadow: 0 3px 5px 0px rgba(0,0,0,.2); 
-webkit-transition: none;
-moz-transition: none;
transition: none;
margin-bottom: 20px;
position: relative;
z-index: 500;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 15px;
overflow:visible !important;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateZ(0px);
}

a.button-right:hover, a.button-left:hover, a.button-left-md:hover{
-webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,.3);
box-shadow: 0 0px 5px 3px rgba(0,0,0,.3); 
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow:visible !important;
z-index: 1000;
background-color: rgba(255, 255, 255, 1.0);

}

p.apm {
font-size: .75em;
font-weight:400;
color:#000000;
line-height: 1.3em;
margin-top: 15px;
position: relative;
vertical-align:middle;

}
p.mf {
font-size: .75em;
font-weight:400;
color:#000000;
line-height: 1.3em;
margin-top: 15px;
position: relative;
vertical-align:middle;
}

#apm-button {
display:block;
position:relative;
z-index:1000;
max-width: 560px;
}

#mf-button {
display:block;
position:relative;
z-index:1000;
max-width: 560px;
}

#apm-button img, mf-button img {
width: 100%;
}

p.apm.col-sm-6, p.mf.col-sm-6{
font-size: .7em;
}

.activebutton {
-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.5) !important;
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.5) !important;
    box-shadow:0 2px 3px rgba(0,0,0,0.5) !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-font-smoothing: antialiased;
}
.activebutton:before {
	-webkit-box-shadow:0 0 0px rgba(0,0,0,0.5) !important;
    	-moz-box-shadow:0 0 0px rgba(0,0,0,0.5) !important;
    	box-shadow:0 0 0px rgba(0,0,0,0.5) !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-font-smoothing: antialiased;
}

a.button-right {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
	background-color: rgba(255, 255, 255, .85);
	border: 1px solid #546064 ;
	text-decoration: none;
	padding-bottom: 1px;
	text-shadow: #fff 0 1px 0;
	display: block;
	color: #597390;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	padding-top: 0px;
	-webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
	position: relative;
	z-index: 900;
	padding-left: 0px;
	padding-right: 0px;
	width: 575px;
	margin-left: -135px;
	max-height: 170px;
	overflow:visible !important;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;

}
a.button-right-mobile {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #546064 ;
	text-decoration: none;
	padding-bottom: 10px;
	text-shadow: #fff 0 1px 0;
	width: auto;
	display: block;
	color: #597390;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	position:relative;
	text-align:left;
	padding-top: 0px;
	-webkit-box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px 0px rgba(0,0,0,.2); 
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	position: relative;
	z-index: 500;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0px);
}

.cpwr-bu-buttons{
	overflow: visible !important;
	}
.cpwr-mobile-bu-buttons{
	/* margin-top: 60px; */
	padding-bottom: 20px;
	overflow: visible !important;
	bottom: 25px;
}
.twitter {
	height: 425px;
	margin-bottom: 50px;
}
.cc-cookies {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0px;
	padding: 0.5em 2%;
	font-size: .7em;
	font-weight: 400;
	color: #fff;
	height: 30px;
	clear: both;
	color: #000;
	font-size: .8em;
	overflow: hidden !important;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
	color: #000;
	text-decoration: none;
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	margin-top: -2px;
}
.cc-cookies a, .cc-cookies a:hover {
	color: #000;
	text-decoration: underline;
}

.site-selector:hover{
	/*padding: 10px; */
	background: rgb(84,96,100); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(84,96,100,1) 0%, rgba(138,148,156,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,96,100,1)), color-stop(100%,rgba(138,148,156,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(84,96,100,1) 0%,rgba(138,148,156,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546064', endColorstr='#8a949c',GradientType=0 ); /* IE6-9 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
}
.site-selection {
	border-bottom: none !important;	
	background-color: rgba(218, 219, 220, 1);
	background: #DADBDC;
	color: #666366;
	width: 100px !important;
	min-width: 105px;
	margin-bottom: 6px !important;

}
.site-selection2 {
	padding-top: 0px;
	z-index:99999;
}
.site-selection li{
	text-align: left;
}
.site-selection li a{
	color: #666366 !important;
}
ul dropdown-menu .site-selection .pull-left li a {
	color:#FFFFFF !important;
}
.site-selection li a:hover{
	color:#000000 !important;
} 

.nolines, .nolines:hover {
	text-decoration:none;
}
		
.navbar-nav>li>a:hover span{
	height: 17px;
	width: 0px;
	display: block;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #252525;
	font-size: 0;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.navbar.navsmall .nav li a:hover span{
	height: 12px;
	width: 0px;
	display: block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #252525;
	font-size: 0;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-top:-6px;
}
.jumbotron:before{
	width: 100%;
	content: " ";
	-webkit-box-shadow: 0 20px 45px 35px #FFFFFF;
	box-shadow: 0 20px 45px 35px #FFFFFF;
	z-index: 100;
	height: 0px;
	display: block;
	padding-top: 0px;
	position: relative;
}
.specialjum {
	width: 100%;

}
.specialheader {
	margin-top: 0px;
	overflow: hidden !important;

}
.fadeIn {
        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}
/* .fadeIn:hover, .fadeIn-1s:hover, .fadeIn-Delay-1s:hover,  .pics:hover,img#pics:hover,canvas#pics_canvas, a.nofade, a.nofade:focus, .nofade:hover, a.nofade:hover, a.nofade:active  {
	opacity:1 !important;
} */
.fadeOut {
        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:1;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}

.fadeIn-1s {
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
}
.fadeIn-thirds {
        -webkit-animation-duration:.3s;
        -moz-animation-duration:.3s;
        -o-animation-duration:.3s;
        animation-duration:.3s;
}
.fadeIn-halfs {
        -webkit-animation-duration:.5s;
        -moz-animation-duration:.5s;
        -o-animation-duration:.5s;
        animation-duration:.5s;
}
.fadeIn-Delay-2s {
        -webkit-animation-delay:2s;
        -moz-animation-delay:2s;
        -o-animation-delay:2s;
        animation-delay:2s;
}

.fadeIn-Delay-halfs {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.fadeIn-Delay-1s {
-webkit-animation-delay: 2.0s;
-moz-animation-delay: 2.0s;
-o-animation-delay: 2.0s;
animation-delay: 2.0s;
}
.socialbar {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.5) 47%, rgba(255,255,255,0.85) 63%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(47%,rgba(255,255,255,0.5)), color-stop(63%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.5) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.5) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.5) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.5) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
	padding-top: 3px;
	padding-bottom: 0px;
	border-top: 2px solid rgba(255,255,255,0.4);
	border-bottom: 2px solid rgba(255,255,255,0.4);
	margin-top: 1px;
	height: 35px;
	bottom: 30px;
	top: auto;
	position: absolute;
	z-index: 9999;
}
.socialbar-mobile-home {

	background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.3) 47%, rgba(255,255,255,0.85) 63%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(47%,rgba(255,255,255,0.3)), color-stop(63%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */
	border-top: 2px solid rgba(255,255,255,0.4);
	height: 32px; 
margin-top: -70px;
z-index: 99999999;
}
.socialbar p{
	text-shadow: -1px -1px 0px #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
}
.socialbar-mobile {

	background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.3) 47%, rgba(255,255,255,0.85) 63%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(47%,rgba(255,255,255,0.3)), color-stop(63%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 2px solid rgba(255,255,255,0.4);
	height: 32px; 
position: fixed;
margin-bottom: 0px;
bottom: 0;
z-index: 9999;
}
.socialbar-mobile-home {

	background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.3) 47%, rgba(255,255,255,0.85) 63%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(47%,rgba(255,255,255,0.3)), color-stop(63%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,0.3) 47%,rgba(255,255,255,0.85) 63%,rgba(255,255,255,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 ); /* IE6-9 */
	border-top: 2px solid rgba(255,255,255,0.4);
	height: 32px; 
margin-top: -70px;
z-index: 99999999;
}

.button-headline h3, .button-headline-mf h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 34px;
	font-family: "MuseoSans-700","Museo Sans 700",arial,sans serif;
	letter-spacing:0px

}
#banner-mobile{
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	margin-top: -30px;
	height: 105%;
}
#banner-mobile img{ 
	margin:auto;
	display: block;
}
#banner-md{
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}
#banner-md img{ 
	margin:auto;
	display: block;
}
#banner{
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;

}
#banner img{ 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	min-height:105%;
  	min-width:1090px;
  	position:fixed;
  	top:0;
  	left:0;
  	overflow: hidden !important; 
}
.scroller-inner {
	height: 100%;
}
.pics {
	background-repeat:no-repeat;
	height: 69px;
	width: 140px;
	background-size: 80px;
	margin-top: 0px;
	margin-left: -15px;
	float: left;
	position: absolute;
	z-index: 1001;
	display:block;
}

#cpwr-mobile {
	height: 70px;
	width: 132px;
	z-index: 1001;
	display:none;
}
.banding {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
	background-color: rgba(255, 255, 255, .4);
	color: rgba(255, 255, 255, .4);
	bottom: 17%;
	width: 105%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	z-index:500;
	border-top: 2px solid rgba(255,255,255,0.3);
	border-bottom: 2px solid rgba(255,255,255,0.3);
	margin-left: 0;
	border-left: none;
	border-right: none;
}
.banding-mobile {
	background-color: rgba(255, 255, 255, .0);
	color: rgba(255, 255, 255, .0);
	width: 100%;
	position: absolute;
	z-index:500;
	border-top: 0px solid rgba(255,255,255,0.4);
	border-bottom: 0px solid rgba(255,255,255,0.4);
	margin-left: 0;
	border-left: none;
	border-right: none;
	bottom: 0px;
}
.cookiebar-bg {
	background-color: rgba(255, 255, 255, .7); 
	width: 100%;
	position:relative;
	margin-top: 6px;
	overflow: hidden !important;
}
.bu-logo:before {
  	content: '';
  	display: block;
  	height: 100%;
  	vertical-align: middle;
  	margin-right: -0.25em; /* Adjusts for spacing */
  	padding-top:25%;
}

.bu-logo-xs {
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	position:relative;
	top:50%;

}
.carats{
	text-align:right;
	vertical-align:middle;
	display:inline-flex;
	padding-right: 10px;
	color: #6b6b6b;
	text-shadow: 1px 1px 2px #a1a1a1;
	float: right;
	margin-top: 0px;
}
.carats-desk {
	text-align:right;
	vertical-align:middle;
	display:inline-flex;
	padding-right: 30px;
	color: #6b6b6b;
	text-shadow: 1px 1px 2px #a1a1a1;
	margin-top: -10px;
	float: right;
}
.carats-lap{
	text-align:right;
	vertical-align:middle;
	display:inline-flex;
	padding-right: 5px;
	color: #6b6b6b;
	text-shadow: 1px 1px 2px #a1a1a1;
	float: right;
	margin-top: -60px;
}
.cookies{
	/* height: 32px; */
	width: 100%;
	bottom: 0px;
	margin-top: -20px;
	clear:both;
	position:absolute;
	z-index: -200;
}
cookie-bar {
	margin-top: 30px;
}

.mf-fix {
	min-height: 44px;
}
.mf-lap-fix {
	min-height: 51px;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-o-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }

@media (max-width: 1190px) and (min-width: 790px) {
.cpwr-bu-buttons {
	margin-top: 0px;
}

}
.tnail-apm {
	overflow:visible !important;
}

.tnail-apm img {
	overflow:visible !important;
	display: block;
	margin-left: -30px;
}
.tnail-mf {
	overflow:visible !important;

}
.tnail-mf img {
	overflow:visible !important;
	display: block;
	margin-left: -30px;
}

.footer-item a:hover {
	text-decoration:none;
	color:inherit;
}
.viz {
	overflow: visible !important;
}
.button-left {
	overflow: visible !important;
}
.hovered {
	background-color: rgba(255, 255, 255, 1.0);
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.search-button {
	width: 24px;
	height: 24px;
	font-size: 20px;
	margin-top: -25px;
	float: right;
	cursor: pointer;
	margin-right: 165px;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.navsmall {
	min-height:31px;
	height:31px;
	/* margin-top: 12px; */
}
.navbar-brand {
	height:30px;
	width:160px;
	margin-top: 0px !important; 
	background-size: contain;
	background-repeat: no-repeat;
	overflow:hidden;
	position: absolute;
	z-index: 1000;
	margin-top:0px;
	padding: 0px;
}
.search-box {
background-color: rgba(218, 219, 220, .85);

color: rgba(218, 219, 220, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A949C',endColorstr='#8A949C',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding: 5px 0;
}
.pull-right {
	float: right!important;
}
.search-button .dropdown-menu {
	min-width: 225px;
}
.navbar-nav a {
	color: #1e1e1e;
	font-weight: 400;
}
.social-icon {
		width:25px;
		height:25px;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		-webkit-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	}
	.social-icon:hover {
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-filter: grayscale(0%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		
	
	}
.cpwr-bu-button {
    #gradient > .vertical(#fff, #DBDBDB);

    border: 1px solid #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 18px;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #FFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    color: #597390;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    width: 300px;
}
.social-icons {
	list-style-type:none;
	float:right;
	height: 17px;
        padding-top: 3px;
	margin-top: -30px;
}
.social-icons-mobile {
	list-style-type:none;
	float:right;
	height: 17px;
        padding-top: 3px;
	margin-top: 0px;
}
.social-icons .social-icon, .social-icons-mobile .social-icon {
	float:left;
	margin-right:5px;
	background-size: contain;
}
.icon-facebook {
		background-image:url(/wp-content/themes/wordpress-bootstrap-master/img/social/facebook-32.png);
}

.icon-twitter {
	background-image:url(/wp-content/themes/wordpress-bootstrap-master/img/social/twitter-32.png);
}

.icon-linkedin {
	background-image:url(/wp-content/themes/wordpress-bootstrap-master/img/social/linkedin-32.png);
}

.icon-youtube {
	background-image:url(/wp-content/themes/wordpress-bootstrap-master/img/social/youtube-32.png);
}

.icon-gplus {
	background-image:url(/wp-content/themes/wordpress-bootstrap-master/img/social/gplus-32.png);
}
#menu-mainframe, #menu-compuware, #menu-careers {
float:right;
color: #000;

}
.interior-header {
/* overflow: hidden !important; */
margin-top: 0px;
background-color: #DADBDC;
/*background: #8a949c;
background: -moz-linear-gradient(top, #8a949c 0%, #556064 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a949c), color-stop(100%, #556064));
background: -webkit-linear-gradient(top, #8a949c 0%, #556064 100%);
background: -o-linear-gradient(top, #8a949c 0%, #556064 100%);
background: -ms-linear-gradient(top, #8a949c 0%, #556064 100%);
background: linear-gradient(to bottom, #8a949c 0%, #556064 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#8a949c, endColorstr=#556064, GradientType=0); */

}
.mainframe {
margin-top: 0px;
float: right;
}
.navbar.navsmall-mobile .mlpmenu-button {
float: right;
font-size: 22px;
color: #546064;
margin-top: 5px;
}
.navsmall-mobile {
position: fixed !important;
width: 100%;
top: 0px;
z-index: 999999999;
background-color: #DADBDC;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

.scroller{
/* margin-top: -60px; */
height: 100%;
/* overflow-x: hidden; */

}
ul.sub-menu {
background-color: rgba(255,255,255,0.97) !important;
z-index: 999999;
overflow: hidden;
}
.navbar-home {
background: -moz-linear-gradient(left,rgba(138,148,156,0.9) 0%,rgba(138,148,156,0.85) 30%,rgba(138,148,156,0) 47%,rgba(138,148,156,0.85) 63%,rgba(138,148,156,0.9) 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(138,148,156,0.9)),color-stop(30%,rgba(138,148,156,0.85)),color-stop(47%,rgba(138,148,156,0)),color-stop(63%,rgba(138,148,156,0.85)),color-stop(100%,rgba(138,148,156,0.9)));
background: -webkit-linear-gradient(left,rgba(138,148,156,0.9) 0%,rgba(138,148,156,0.85) 30%,rgba(138,148,156,0) 47%,rgba(138,148,156,0.85) 63%,rgba(138,148,156,0.9) 100%);
background: -o-linear-gradient(left,rgba(138,148,156,0.9) 0%,rgba(138,148,156,0.85) 30%,rgba(138,148,156,0) 47%,rgba(138,148,156,0.85) 63%,rgba(138,148,156,0.9) 100%);
background: -ms-linear-gradient(left,rgba(138,148,156,0.9) 0%,rgba(138,148,156,0.85) 30%,rgba(138,148,156,0) 47%,rgba(138,148,156,0.85) 63%,rgba(138,148,156,0.9) 100%);
background: linear-gradient(to right,rgba(138,148,156,0.9) 0%,rgba(138,148,156,0.85) 30%,rgba(138,148,156,0) 47%,rgba(138,148,156,0.85) 63%,rgba(138,148,156,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff',endColorstr='#e6ffffff',GradientType=1);
border-bottom: 2px solid rgba(138,148,156,0.4);
border-top: 2px solid rgba(138,148,156,0.4);
z-index: 999999;
overflow: hidden !important;
}

.nopadding {
padding-right: 0px !important;
padding-left: 0px !important;
}
.test-menu {
height: 34px;
margin-bottom: 19px;
margin-top: 0px;
}
.mf-homepage{
padding-top: 0px !important;
}
.mobile-content {
margin-top: 0px;
}
#sidebar1 {
height: auto;
display: block;
padding-bottom: 20px;
}
p + img {
margin-top: 10px;
}
.glyphicon-search {
color: #ffffff !important;
}
.mainframe > li > a {
color: #1e1e1e !important;
}

tr:nth-child(odd) {
background: #F4F4F4;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;

}
td {
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
padding: 10px;
vertical-align: text-top;
font-size: 14px;
}
td:first-child {
font-weight: bold;
}
tr:first-child {
font-size: 16px;
text-align: left;
font-weight:700;
padding: 10px;
color: #ffffff;
border-top: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 2px solid #F88208;
background: #546c78;
background: -moz-linear-gradient(top, #546c78 0%, #313031 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #546c78), color-stop(100%, #313031));
background: -webkit-linear-gradient(top, #546c78 0%, #313031 100%);
background: -o-linear-gradient(top, #546c78 0%, #313031 100%);
background: -ms-linear-gradient(top, #546c78 0%, #313031 100%);
background: linear-gradient(to bottom, #546c78 0%, #313031 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#313031, endColorstr=#546c78, GradientType=0);
width: auto !important;
text-wrap: suppress;
}
.searchdropdown {
width: 90% ;
margin-left: 2%;
display: -webkit-inline-box;	
}
.searchdropdown2 {
width: 90% ;
margin-left: 2%;
display: -webkit-inline-box;
padding-right: 8px;
}
.search-icon {
display: inline-block;
margin-top: 50%;
height: 20px;
width: 20px;
}
.wpb_content_element {
position: relative !important;
z-index: 999;
}
.su-slider-pagination{
top:75% !important;
}
.su-slider .su-slider-pagination span.swiper-visible-switch {
background-color:#0098de !important;
}
.nav > li > a {
text-shadow: none !important;
color: #000000 !important;
} 
section.post_content {
padding-bottom: 20px !important;
}
.themenubar {
height: 36px;
margin-top: 0px;
background-color: rgba(255, 255, 255, .95);
}
