/*
/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/*
a#menulinkstub {
	display: none;
	visibility: hidden;
	width: 1px;
	height: 1px;
} 
*/
 
@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
	}
	div#preloader img {
		display: block;
	}
}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
	}
}

.MenuBackgroundGrey {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/maximenu_backgrounds/menu-background-grey.jpg);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MenuBackgroundOrange {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/maximenu_backgrounds/menu-solutions-background-orange.jpg);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MenuBackgroundBlue {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/maximenu_backgrounds/menu-solutions-background-blue.jpg);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MenuBackgroundGreen {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/maximenu_backgrounds/menu-solutions-background-green.jpg);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MobileMenuIcon {
	display: block;
	background-image: url("/sites/default/themes/at_infovista/css/images/mobile-menu-icon.png");
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MobileMenuIconHover {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-menu-icon-hover.png);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MobileContactIcon {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-contact-icon.png);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MobileContactIconHover {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-contact-icon-hover.png);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MobileSearchIcon {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-search-icon.png);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
.MobileSearchIconHover {
	display: block;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-search-icon-hover.png);
	position: absolute;
	left: -9999px;
	top:  -9999px;
}


 
/* = =========================================================================== = */

/* BASE - Site Wide Stlyes */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
	background: #fff;
}

/* relevant styling */
/* body { overflow-x: hidden; }  trick from css-tricks - check how this works in other browsers - this cancels out any overflow - to prevent side scrolling */

body {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif; /* this font stack is essential for browsers that do not support Open Sans */
	font-size: 100%; /* THIS SHOULD BE NORMALIZED - keep @ 100% */
	color: #6d6e71; /* dark grey */
}

body.front  {
	/*min-width: 1250px;*/
}

body.not-front  {
	/*min-width: 1250px;*/
}

/* = =========================================================================== = */

/* HTML ELEMENTS */

/* HEADING STYLES - Site Wide Stlyes */

/* h1  */

h1 {
	width: 100%;
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	color: #f47937; /* IV ORANGE */
	font-size: 33px;
	font-style: normal;
	font-weight: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
	
.front h1 {

}

/* h1 #page-title */
 
#page-title {
	margin: 0;
}

.front h1#page-title {
	display: none;
}

.no-sidebars h1#page-title {

}
   
.one-sidebar h1#page-title {

}

.two-sidebars h1#page-title {

}

/* h2  */

h2 {
	display: block;
	/* min-height: 38px; would have been nice? - need to force the height of the header for now - not best - problem of php printing 2 h2s*/
	font-family: "Open Sans";
	font-weight: 300;
	color: #414042;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	/*background-color: lightgreen;*/
}

/* h2 .title */

h2.title { 
	padding-bottom: 10px; /* check on this style */
}

/* h3  */

h3 {
	font-family: "Open Sans";
	color: #414042;
	font-size: 14px !important; /* this is because the page has a span inside the heading which overides this styling */
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 21px;
}

h3 span {
	font-size: 14px !important; /* this is because the page has a span inside the heading which overides this styling - need to update through GUI */
	font-weight: 600 !important; /* this is because the page has a span inside the heading which overides this styling - need to update through GUI */
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {}

h6 {}
	
/* PARAGRAPH STYLES - Site Wide Stlyes */

p, ul, li, span {
	font-size: 14px;
}

.not-front #main-content #block-system-main p {
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}
	
/* LIST STYLES - Site Wide Stlyes */

ul { }
	
.not-front #main-content ul {
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.not-front #main-content ul.primary {
	padding: 0px;
	margin: 0px;
}

.not-front #main-content ul.links {
	padding: 0px;
	margin: 0px;
}

ol {}

li {}

dl {}

dd {}

dt {}
	
/* OTHER STYLES - Site Wide Stlyes */

abbr {}

acronym {}
	
/* DEVELOPMENT STYLES - Site Wide Stlyes */

pre,
code,
tt,
samp,
kbd,
var {
	font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* IMAGE STYLES - Site Wide Stlyes */

img.ReleaseIcon {
	width: 21px;
	height: 21px;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 0 solid #707070;
	border-bottom: 0 solid #fcfcfc;
}

img.ContentImage {
	width: 100%;
	background-color: #f7f7f7;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border-top: 5px solid #707070;
	border-bottom: 2px solid #fcfcfc;
	margin-top: 3px;
}

img.ImageLightboxOpen {
	position: absolute;
	bottom: -20px;
	left: 30px;
	width: 45px;
	height: 45px;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 0 solid #707070;
	border-bottom: 0 solid #fcfcfc;
	/*margin-top: -51px;
	margin-left: 25px;
	float: left;*/
	z-index: 10;
}

.main-content-image-table {
	display: inline-block;
	width: 500px; 
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px; 
	border-spacing: 0px; 
	float: right;
}

.main-content-image-table td {

}

.field-name-body a.lightbox-processed {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #d1d1d1;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 7px solid #a1a1a1;
}

.field-name-body a.lightbox-processed:hover {
	background-color: #dedede;
}

/* IFRAME STYLES - Site Wide Stlyes */

.views-field-field-form-iframe {
	position: relative;
	/* z-index: 50;   is this the video problem? */
}
	

/* =============================================================================
 * 	PAGE LAYOUTS
 * ========================================================================== */

/* PAGE */
 
/*
* Full Width Wrappers
* These are used in the optional page--full-width-wrappers.tpl.php template.
* All have internal .container classes. In the full width wrapper template the
* .container classes set the width or max-width of the contained element - you
* can style this but never add any width/margin/padding/borders etc to .container
*/

/* #page */
 
#page-wrapper { 
	width: 100%;
	background-color: #FFF;
}

#page-wrapper .container { 
	margin: auto; 
}

#page { 
	width: 100%; 
	margin: auto; 
}

#page .container { 
	width: 100%; 
	/*max-width: 1366px; */
	margin: auto; 
}

/* MAIN CONTENT */

/* #content-wrapper */
 
/* SK Update - NEVER add any margins or padding to this container */
#content-wrapper {
	margin: auto;
    width: 100%;
}

/* .container */

#content-wrapper .container {
	margin: auto;
    width: 100%;
	max-width: 1366px; /* Check on this - it might not be necessary - i.e. already being set by the theme */
	/*min-width: 1025px;*/
	margin-left: auto;
	margin-right: auto;
}

/* #columns - wraps the sidebars the content column */

#columns {
	margin-left: auto;
	margin-right: auto;
}

/* #columns div.columns-inner - last container around main content and the side column */

.columns-inner {

}

/* #content-column - main content column wrapper */

#content-column {
	margin-top: 0px;
}

/* #content-column div.content-inner */

#content-column .content-inner { 
	margin: 0 auto;
	padding: 0px;
}

/* section#main-content */
 
#main-content { 
	/*margin-top: 115px;*/
	margin-top: 135px;
}

/* header#main-content-header */

#main-content-header {
	width: 100%;
	max-width: 1366px;
	/*height: 120px;*/ /* heights applied here will be overrideen by classes below - applied by JS */
	padding-top: 0px;	
}

/* 
NB - HEADER HEIGHTS DEFINED HERE - JS SWITCHES between these CLASSES  on #main-content-header 
header height needs to change as the screen changes width and the text wraps
*/

.HeaderHeightSubtitle {
	height: 120px;
}

.HeaderHeightNoSubtitle {
	height: 80px;
}

.HeaderHeightSubtitleWrapped {
	height: 154px;
}

.HeaderHeightSubtitleWrapped2 {
	height: 140px;
}

.HeaderHeightNoSubtitleWrapped {
	height: 130px;	
}

.HeaderHeightSubtitleWrappedBoth {
	height: 184px;
}

#tasks {
	width: 100%;
	/*margin-top: -112px; */
	margin-bottom: 15px;
}

.TasksPositionSubtitle {
	margin-top: -112px;
}

.TasksPositionNoSubtitle {
	margin-top: -75px;
}

#main-content-header h1 {}
	
#main-content-header h2 {}
	
.one-sidebar #main-content-header {

}

/* #content - wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style */

/* NBNBNBNBNBNBNBNB - POSITIONING OF CONTENT */
 
#content {
	width: 72%;
	min-height: 400px;
}

.no-sidebars #content {
	margin-top: 0px;
	width: 100%;
}

/* This was to be the region used to allow for extra navigation on core pages (SOLUTIONS) - for now it is not in use */
.not-front #secondary-content-wrapper { 
	display: none;
}

#secondary-content-wrapper .container {}







/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}

/* =============================================================================
 *   Links
 * ========================================================================== */
.feed-icon { display: block; }

a {
  text-decoration: none;
}

a:link,
a:visited {
	/*color: #7f8082;*/
	color: #4a8c95;
	text-decoration: none;
}

.node-content a,
.node-content a:hover { color: #00456a; background: none; }
.alinks-link {
  background-image: none;
  background-position: inherit;
  padding-right: 0px;
  background-repeat: no-repeat;
  color: #7f8082;
}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
  color: #00456a;
}

h2 a:link,
h2 a:visited {
  color: #7f8082;
  text-decoration: none;
}



/* MOBILE NAVIGATION */
 
 /* This is hidden for all device sizes except mobile */
#nav-wrapper {
	display: none; 
	margin-top: 0;
	height: 60px;
}

#nav-wrapper .container {
	margin: 0;
	padding: 0;
	height: 60px;
}
 
.nav {
	clear: both;
	margin: 0;
	margin-top: 0;
}

nav#block-menu-menu-main-menu-mobile {
	padding: 0;
	/*padding-top: 115px;*/
	background-color: #fff;
	position: relative;
	/*top: -50px;*/
}

li#mobileMenuContainer {
	
}

a#mobileMenuToggleLink {
	display: block;
	background-color: #dedede;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-menu-icon.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
	/*float: left;*/
	padding: 0;
	box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.45);
	padding: 0;
	margin: 0;
}

a#mobileMenuToggleLink:hover {
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-menu-icon-hover.png);
	background-repeat: no-repeat;
}

a#mobileMenuToggleLink img {
	display: block;
	background-color: transparent;
	height: 60px;
	width: 60px;
	border-right: 1px solid #eeeeee;
	float: left;
}

a#mobileContactUsLink {
	display: none;
	background-color: #dedede;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-contact-icon.png);
	width: 60px;
	height: 60px;
	float: right;
	padding: 0;
	position: absolute;
	right: 61px;
	border-left: 1px solid #eeeeee;
	z-index: 50;
}

a#mobileContactUsLink:hover {
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-contact-icon-hover.png);
	border-left: 1px solid #eeeeee;
}

a#mobileSearchToggleLink {
	display: none;
	background-color: #dedede;
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-search-icon.png);
	width: 60px;
	height: 60px;
	float: right;
	padding: 0;
	position: absolute;
	right: 0;
	border-left: 1px solid #eeeeee;
	z-index: 50;
}

a#mobileSearchToggleLink:hover {
	background-image: url(/sites/default/themes/at_infovista/css/images/mobile-search-icon-hover.png);
	border-left: 1px solid #eeeeee;
}

/*
a#topLinkItemContactUs {}
	
li#topLinkContactUs {}
	
a#topLinkItemSupport {}
	
li#topLinkSupport {}

a#topLinkItemLibrary {}

li#topLinkLibrary {}
*/

li.dhtml-menu ul {	
	-webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.45);
	box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.45);
}

#solutionsMobileMenu a.MobileMenuTopItem {
	-webkit-box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.75);
}

a.MobileMenuTopItem {
	background-color: #dedede;
	color: #373737 !important;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

a.MobileMenuTopItem:hover {
	background-color: #f3f3f3;
}

a.MobileMenuTopItem.active {
	background-color: #f3f3f3;
	border-top: 1px solid #f47936;
	border-bottom: 1px solid #f47936;
}

a.MobileMenuTopItem.active-trail {
	background-color: #f3f3f3;
	border-top: 1px solid #f47936;
	border-bottom: 1px solid #f47936;
}

.MobileMenu-level-1 {
	background-color: #d2d2d2;
	color: #373737 !important;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
}

.MobileMenu-level-2 {
	background-color: #f3f3f3;
	color: #373737 !important;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
}

.MobileMenu-level-3 {
	background-color: #fff;
	color: #373737 !important;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
}

.MobileMenu-level-1:hover, .MobileMenu-level-2:hover, .MobileMenu-level-3:hover {
	background-color: #9e9c9d;
	color: #fff !important;
	text-decoration: none;
}

a.MobileMenu-level-1.active-trail, a.MobileMenu-level-2.active-trail, a.MobileMenu-level-3.active-trail {
	background-color: #fff !important;
	color: #f47936 !important;
	text-decoration: none;
	border-top: 1px solid #f47936;
	border-bottom: 1px solid #f47936;
}

a.MobileMenu-level-1.active, a.MobileMenu-level-2.active, a.MobileMenu-level-3.active {
	background-color: #fff !important;
	color: #f47936 !important;
	text-decoration: none;
	border-top: 1px solid #f47936;
	border-bottom: 1px solid #f47936;
}

#solutionsMobileMenu-CSP .MobileMenu-level-1 {
	background-color: #f47936;
}

#solutionsMobileMenu-CSP .MobileMenu-level-2 {
	background-color: #f6ba98;
}

#solutionsMobileMenu-CSP .MobileMenu-level-3 {
	background-color: #fef1eb;
}

#solutionsMobileMenu-CSP .MobileMenu-level-1:hover, #solutionsMobileMenu-CSP .MobileMenu-level-2:hover, #solutionsMobileMenu-CSP .MobileMenu-level-3:hover {
	background-color: #f47936;
	color: #fff !important;
	text-decoration: none;
}

#solutionsMobileMenu-CSP a.MobileMenu-level-1.active-trail, #solutionsMobileMenu-CSP a.MobileMenu-level-2.active-trail, #solutionsMobileMenu-CSP a.MobileMenu-level-3.active-trail {
	background-color: #f47936 !important;
	color: #fff !important;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#solutionsMobileMenu-CSP a.MobileMenu-level-1.active, #solutionsMobileMenu-CSP a.MobileMenu-level-2.active, #solutionsMobileMenu-CSP a.MobileMenu-level-3.active {
	background-color: #f47936 !important;
	color: #fff !important;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#solutionsMobileMenu-Mobile .MobileMenu-level-1 {
	background-color: #73afb7;
}

#solutionsMobileMenu-Mobile .MobileMenu-level-2 {
	background-color: #afd0d5;
}

#solutionsMobileMenu-Mobile .MobileMenu-level-3 {
	background-color: #d6eff3;
}

#solutionsMobileMenu-Mobile .MobileMenu-level-1:hover, #solutionsMobileMenu-Mobile .MobileMenu-level-2:hover, #solutionsMobileMenu-Mobile .MobileMenu-level-3:hover {
	background-color: #73afb7;
	color: #fff !important;
	text-decoration: none;
}

#solutionsMobileMenu-Mobile a.MobileMenu-level-1.active-trail, #solutionsMobileMenu-Mobile a.MobileMenu-level-2.active-trail, #solutionsMobileMenu-Mobile a.MobileMenu-level-3.active-trail {
	background-color: #73afb7 !important;
	color: #fff !important;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#solutionsMobileMenu-Mobile a.MobileMenu-level-1.active, #solutionsMobileMenu-Mobile a.MobileMenu-level-2.active, #solutionsMobileMenu-Mobile a.MobileMenu-level-3.active {
	background-color: #73afb7 !important;
	color: #fff !important;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#solutionsMobileMenu-Ent .MobileMenu-level-1 {
	background-color: #afbd20;
}

#solutionsMobileMenu-Ent .MobileMenu-level-2 {
	background-color: #d0d882;
}

#solutionsMobileMenu-Ent .MobileMenu-level-3 {
	background-color: #fbfdf0;
}

#solutionsMobileMenu-Ent .MobileMenu-level-1:hover, #solutionsMobileMenu-Ent .MobileMenu-level-2:hover, #solutionsMobileMenu-Ent .MobileMenu-level-3:hover {
	background-color: #afbd20;
	color: #fff !important;
	text-decoration: none;
}

#solutionsMobileMenu-Ent a.MobileMenu-level-1.active-trail, #solutionsMobileMenu-Ent a.MobileMenu-level-2.active-trail, #solutionsMobileMenu-Ent a.MobileMenu-level-3.active-trail {
	background-color: #afbd20 !important;
	color: #fff !important;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#solutionsMobileMenu-Ent a.MobileMenu-level-1.active, #solutionsMobileMenu-Ent a.MobileMenu-level-2.active, #solutionsMobileMenu-Ent a.MobileMenu-level-3.active {
	background-color: #afbd20 !important;
	color: #fff !important;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.nav ul,
.nav ul.menu {
	margin: 0;
	padding: 0;
	margin-top: 0;
}

.nav li,
.nav ul.menu li {
	/*display: inline;*/
	list-style: none;
	margin: 0;
	padding: 0;
	/*float: left;*/
}

.nav li a,
.nav ul.menu li a {
	display: inline-block;
	white-space: nowrap;
	padding: 0 10px;	
}

.nav ul.menu li.dhtml-menu a.MobileMenu-level-3 {
	padding: 0 30px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
	margin-bottom: 0;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {}

ul.menu ul {}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Pagers  - SAME AS DEFAULT 
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation  - SAME AS DEFAULT 
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)  - EDITED FROM THE DEFAULT
 * ========================================================================== */

/* Placement of edit tabs in admin view */
#tasks {
	width: 100%;
	/*margin-top: -112px;	*/
	margin-bottom: 15px; /* default theme style - only item not new */
}

ul.primary {
	border-bottom-color: #ccc;
	margin: 20px 0;
	padding: 0 0 0 0; /* edited -   padding: 0 0 0 5px; */
}

ul.primary li {
	display: block;
	float: left;
	margin: 0 1px -1px;
}

ul.primary li a {
	background-color: #f5f5f5;
	border-color: #ccc;
	margin-right: 1px;
	padding: 0 10px;
	display: block;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
	background-color: #eee;
	border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
	background-color: #fff;
	border-bottom-color: #fff;
}

ul.secondary {
	border-bottom: 1px solid #ccc;
	margin: 1em 0 0;
	padding: 0 .3em 1em;
}

ul.secondary li {
	border-right: 0;
	list-style: none;
	padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
	border-bottom: none;
	text-decoration: underline;
}


/* =============================================================================
 *   Action links - SAME AS DEFAULT
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling - EDITED FROM THE DEFAULT
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field .field-label, .field-label {
	font-weight: normal;
	
  /* font-size: 1.5em;*/	 /* 1em - adjusted from theme default */
  /* font-weight: normal;*/  /* 700 - adjusted from theme default */
 /* font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;*/
}

/*
 * Field types (Core) - SAME AS DEFAULT
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy - SAME AS DEFAULT
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}




/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {}

/*
 * Block title
 */
.block-title {
  margin: 0px 0px 10px 0px;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {}

.block-content li {
  margin: 0;
  padding: 0;
}


/* SEARCH */  

.search-form {
    /*margin-bottom: 1em;*/
	margin-bottom: 0px;
}


#block-custom-search-blocks-1 { 
	position: relative; 
	float: right; 
	width: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	top: 0px; 
	z-index: 100;
	/*background-color: green;*/	
}

#block-custom-search-blocks-1 .custom-search-box { 
	position: relative;
	right: 0px;
	padding: 0px;
	padding-left: 5%;
	padding-right: 5%;
	border: 1px solid #AAA;
	height: 30px;
	width: 90%;
	background-color: #FFF;
	font-size: 14px;
	/*margin-top: 5px;*/
	/*padding-bottom: 5px;*/
}

form#custom-search-blocks-form-1{}
	
form#custom-search-blocks-form-1 div#edit-actions {
	width: 30px;
	position: relative;
    top: -31px;
	margin: 0;
	padding: 0;
	float: right;
}

/* NEED TO REVIEW - is taking control of core admin theme */
div#edit-actions {
	/*position: absolute;*/
	/*margin: 0;*/
	/*margin-top: -27px;*/
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	/*right: 0;*/
	/*width: 25px;*/
}


/*
 * "Shortcuts" block
 */

#block-block-65 { margin-top: 10px; margin-bottom: 0px; }

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  /*margin-bottom: 20px;*/
}


.node .node-title {
  margin: 0;
}

.node .node-content { width: 100%; }


 /* ========================================================================== */

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 0px solid #ccc;
}
hr { border: 0px; }
/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 0px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table, thead, tbody, tr, th, td {
  border: 0px none;
}

.screenshot-caption { top: -10px;padding-left: 33px; text-align: center;font-style: italic; font-size: 12px;}
/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 1024px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/*===============================================================
 *  TABLE CSS FOR NEWS, EVENTS PAGES
 *==============================================================*/
.view-News-PR-Focus table tbody,
.view-NewsCoverage table tbody,
.view-News-Events table tbody { border: 0px; }

.view-News-PR-Focus table tr.even,
.view-News-PR-Focus table tr.odd,
.view-NewsCoverage table tr.even,
.view-NewsCoverage table tr.odd, 
.view-News-Events table tr.odd,
.view-News-Events table tr.even { background-color: #fff; border-bottom: 0px; }

.view-News-Events table tr.odd,
.view-News-Events table tr.even { border-bottom: 1px solid #ccc; }

.view-News-Events table tr.views-row-first { border-top: 1px solid #ccc; }

.view-News-Events table td { padding: 10px 0px 10px 0px; }

.view-News-Events table td.views-field-field-url a { font-weight: bold; }

.view-News-PR-Focus table tr td.views-field-field-date { vertical-align:top; }

.view-News-PR-Focus table tr td.views-field-title,
.view-NewsCoverage table tr td.views-field-field-marketo-url { padding-left: 10px; padding-bottom: 10px; }

.view-News-PR-Focus table tr td.views-field-title a,
.view-NewsCoverage table tr td.views-field-field-marketo-url a { font-weight: normal; }


/*===============================================================
 *  About Us - Company Management - BIOS
 *==============================================================*/

.CompanyManagementBio {
	display: table-block;
	/*width: 70%;*/
	height: auto;
	overflow: hidden;
	/*float: left;*/
	padding: 0;
	/*padding-top: 10px;*/
	margin: 10px;
	background-color: #fff;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

.CompanyManagementBio span.Portrait {
	float: left;
	/*margin: 10px;*/
	height: 150px;
	padding-top: 30px;
	border-right: 1px solid #ddd;
}

.CompanyManagementBio span.Portrait img {

}

.CompanyManagementBio p {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 80%;
}

.CompanyManagementBio h3 {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	width: 80%;
}

.CompanyManagementBio h4 {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	float: left;
	width: 80%;
}

.CompanyManagementBio fieldset.collapse-text-fieldset {
	margin: 0;
	padding: 0;
	/*padding-right: 20px;
	padding-left: 20px;*/
	/*margin-top: -31px;*/
	margin-bottom: 0;
	/*margin-left: 100px;*/
	/*padding-left: 100px;*/
	clear: both;
	/*float: left;*/
	width: 100%;
	background-color: #f7f7f7 !important;
}

.CompanyManagementBio legend {
	background-color: #f7f7f7 !important;
	border-top: 1px solid #DDD;
	/*height: 	40px;*/
	width: 100%;
	padding-left: 105px;
	font-weight: bold;
	right: 0;
}

.CompanyManagementBio legend a {
	color: #303030;
	font-weight: bold;
	right: 0;
	line-height: 30px;
}

.CompanyManagementBio fieldset.collapsed .fieldset-legend, .CompanyManagementBio fieldset.collapsible .fieldset-legend {
	background-image: none !important;
}

.CompanyManagementBio fieldset.collapsed {
	background-color: #f7f7f7 !important;
	height: 30px !important;
}

.CompanyManagementBio fieldset.collapsible {
	/*background-color: #DDD;
	height: 	40px;*/
}

.CompanyManagementBio div.fieldset-wrapper {
	width: 100%;
}

/* This is a VERY bad style block */
.CompanyManagementBio div.fieldset-wrapper p {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*===============================================================
 *  About Us - AWARDS
 *==============================================================*/
 
#block-views-awards-block-1 div.views-row-last div.AwardBlock {
	margin-bottom: 50px;
}

.AwardBlock {
	display: table-block;
	width: 30%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0;
	padding-top: 10px;
	margin: 10px;
	background-color: #fff;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

.AwardBlock a {
	text-decoration: none;
}

.AwardBlock a:hover {
	text-decoration: none;
}

.AwardBlock img {
	display: table-cell;
	width: 40%;
	height: auto;
	margin-left: 30%;
	margin-right: 30%;
	vertical-align: middle;
}

.AwardBlock span.AwardTitle {
	display: block;
	width: 90%;
	height: 50px;
	background-color: #f47937;
	border-top: 1px solid #d1d1d1;
	padding: 0;
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	margin: 0;
	margin-top: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
}

/*===============================================================*/
/* CUSTOMER SUPPORT PAGE */
/*===============================================================*/

#block-views-customer-support-contacts-block select#edit-field-support-product-line-tid {
	width: 95%;
	padding-right: 5%;
	float: left;
	margin-bottom: 20px;
}

#block-views-customer-support-contacts-block select#edit-field-support-product-line-tid option {
	height: auto !important;
}

#block-views-customer-support-contacts-block select#edit-field-support-region-tid {
	width: 95%;
	padding-right: 5%;
	float: left;
	margin-bottom: 20px;
}

#block-views-customer-support-contacts-block select#edit-field-support-region-tid option {
	height: auto !important;
}

#block-views-customer-support-contacts-block .views-exposed-form .views-exposed-widget {
	padding-left: 0;
	padding-right: 0;	
	float: left;
	width: 33%;
}

#block-views-customer-support-contacts-block .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 23px;
}

/*===============================================================*/
/* PARTNERS PAGES */
/*===============================================================*/

#block-views-partners-search-block select#edit-field-region-tid {
	width: 95%;
	padding-right: 5%;
	float: left;
	margin-bottom: 20px;
}

#block-views-partners-search-block select#edit-field-region-tid option {
	height: auto !important;
}

#block-views-partners-search-block select#edit-field-solution-type-tid {
	width: 95%;
	padding-right: 5%;
	float: left;
	margin-bottom: 20px;
}

#block-views-partners-search-block select#edit-field-solution-type-tid option {
	height: auto !important;
}

#block-views-partners-search-block .views-exposed-form .views-exposed-widget {
	padding-left: 0;
	padding-right: 0;	
	float: left;
	width: 33%;
}

#block-views-partners-search-block .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 23px;
}

.Partners-Flexible-Grid {
	display: block;
	width: 31%;
	height: auto;
	overflow: hidden;
	float: left;
	/*padding: 15px;*/
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

#block-views-partners-oems-block .Partners-Flexible-Grid {
	width: 47%;
}

.Partners-Flexible-Grid:hover {
	background-color: #FFF;
	/*cursor: pointer;*/
}

div.PartnerLogo {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 1px solid #acacac;
}

.PartnerLogo img {
	display: block;
	width: 194px;
	margin: 0 auto;
}

.PartnerInfo {
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 157px;
}

#block-views-8e70968a3f4afd68acd6a1d13b706f78 .PartnerInfo {
	/*height: 135px;	*/
}

#block-views-partners-oems-block .PartnerInfo {
	height: auto;	
}

.PartnerCountry {
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #f47937;
}

div.PartnerReadMore {
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #f47937;
	border-top: 1px solid #d1d1d1;
}

div.PartnerReadMore a {
	display: block;
	width: 100%;
	height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}

div.PartnerReadMore a:hover {
	text-decoration: none;
}

body.page-node-1353 div#lightbox, body.page-node-1356 div#lightbox, body.page-node-1358 div#lightbox {
    line-height: 18px;
    position: fixed;
    text-align: left !important;
    top: 25% !important;
    width: 100%;
	margin: 0 auto !important;
	/*margin-left: 4%;*/
	height: auto;
    z-index: 100;
}

body.page-node-1353 #lightbox2-overlay, body.page-node-1356 #lightbox2-overlay, body.page-node-1358 #lightbox2-overlay {
	display: block;
	position: fixed !important;
	/*width: 100%;
	height: 1000px !important;*/
	overflow: hidden;
	margin: auto;
}

body.page-node-1353 #outerImageContainer, body.page-node-1356 #outerImageContainer, body.page-node-1358 #outerImageContainer {
    background-color: #f2f2f2 !important;
    height: auto !important;
    margin: 0 auto;
    min-width: 240px;
    overflow: hidden;
    position: relative;
    /*width: 250px;*/
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #d1d1d1;
	border-bottom: 0 solid #d1d1d1;
}

body.page-node-1353 #modalContainer, body.page-node-1356 #modalContainer, body.page-node-1358 #modalContainer {
	height: auto !important;
	width: 100% !important;
    line-height: 18px;
    overflow: auto;
	font-size: 14px;
	font-weight: normal;
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	color: #6d6e71 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

body.page-node-1353 #modalContainer div.field-name-field-logo-with-link, body.page-node-1356 #modalContainer div.field-name-field-logo-with-link, body.page-node-1358 #modalContainer div.field-name-field-logo-with-link {
	background-color: #fff;
	border-bottom: 1px solid #d1d1d1;
}

body.page-node-1353 #modalContainer div.field-name-body, body.page-node-1356 #modalContainer div.field-name-body, body.page-node-1358 #modalContainer div.field-name-body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

body.page-node-1353 #imageDataContainer, body.page-node-1356 #imageDataContainer, body.page-node-1358 #imageDataContainer {
    /*background-color: #fff;
    font: 10px/1.4em Verdana,Helvetica,sans-serif;
    margin: 0 auto;
    min-width: 240px;*/
	height: 40px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ededed;
	border: 1px solid #d1d1d1;
}

body.page-node-1353 #imageData #bottomNav, body.page-node-1356 #imageData #bottomNav, body.page-node-1358 #imageData #bottomNav {
	margin-bottom: 0;
	height: 40px;
}

body.page-node-1353 .lightbox2-alt-layout-data #bottomNavClose, body.page-node-1353 .lightbox2-alt-layout #bottomNavClose, 
body.page-node-1356 .lightbox2-alt-layout-data #bottomNavClose, body.page-node-1356 .lightbox2-alt-layout #bottomNavClose, 
body.page-node-1358 .lightbox2-alt-layout-data #bottomNavClose, body.page-node-1358 .lightbox2-alt-layout #bottomNavClose {
    margin-top: 0;
}

body.page-node-1353 #bottomNavClose, body.page-node-1356 #bottomNavClose, body.page-node-1358 #bottomNavClose {
    display: inline-block;
    float: right;
    height: 40px;
    width: 26px;
	margin-top: 0;
	padding-top: 0;

}

body.page-node-1353 #frameHoverNav, body.page-node-1356 #frameHoverNav, body.page-node-1358 #frameHoverNav {
	top: 0;
	width: 80%;
}

/*===============================================================*/
/* CUSTOMERS PAGE */
/*===============================================================*/

.Customers-Fexible-Grid {
	display: block;
	width: 31%;
	height: auto;
	overflow: hidden;
	float: left;
	/*padding: 15px;*/
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

.Customers-Fexible-Grid:hover {
	background-color: #FFF;
	/*cursor: pointer;*/
}

div.CustomerLogo {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 1px solid #acacac;
	padding-top: 5px;
	padding-bottom: 5px;
}

.CustomerLogo img {
	display: block;
	width: 194px;
	margin: 0 auto;
}

p.CustomerInfo {
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 227px;
}

p.CustomerInfo em {
	padding-top: 5px;
	float: right;
	text-align: right;
}

div.CustomerActionLink {
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #f47937;
	border-top: 1px solid #d1d1d1;
}

div.CustomerActionLink a {
	display: block;
	width: 100%;
	height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

div.CustomerActionLink a:hover {
	text-decoration: none;
}

/*===============================================================
 *  TABLE CSS FOR LIBRARY PAGES
 *==============================================================*/

#block-views-library-block-12, 
#views-form-library-block-10, 
#views-form-library-block-11,
#views-form-library-block-9,
#views-form-library-block-8,
#views-form-library-block-7 {
	display: none;
}

.LibraryItemURL {
	padding: 10px;
	border: 1px solid #dedede;
}

.LibraryItemTypeRow {
	padding: 10px;
	background-color: #dedede;
	border-bottom: 1px solid #ffffff;
}

.LibraryItemTypeCheckBox {
	width: 20px; 
	height: 20px;
}

.LibraryItemTypeLable {
	display: inline-table;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: bold;
}

/*===============================================================
 *  TABLE CSS FOR CAREERS PAGES
 *==============================================================*/

#block-views-careers-open-positions-block-1,
#block-views-careers-open-positions-block-2,
#block-views-careers-open-positions-block-3 {
	display: block;
	padding-bottom: 30px;
}

#block-views-careers-open-positions-block-5,
#block-views-careers-open-positions-block-6, 
#block-views-careers-open-positions-block-7 {
	display: none;
}

#block-views-careers-open-positions-block table tbody { border: 0px; }

.view-careers-open-positions thead {
	height: 40px;
	background-color: #d2d2d2;
	
}

.view-careers-open-positions table th { 
	padding-left: 20px;
}

.view-careers-open-positions table th.views-field-field-job-link { 
	width: 50%;
}

.view-careers-open-positions table th.views-field-field-location { 
	width: 25%;
}

.view-careers-open-positions table th.views-field-field-area-of-interest { 
	width: 25%;
}

.view-careers-open-positions table td.views-field-field-area-of-interest { 
	padding-left: 20px;
}

.view-careers-open-positions table td.views-field-field-location { 
	padding-left: 20px;
}

.view-careers-open-positions table td { 
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-careers-open-positions table tr td a {
	position: relative;
	left: 20px;
}


.view-careers-open-positions table tr.odd,
.view-careers-open-positions table tr.even { background-color: #fff; border-bottom: 0px; padding: 5px 0px 5px 0px; }

.view-careers-open-positions table tr.odd,
.view-careers-open-positions table tr.even { border-bottom: 1px solid #ccc; }

.view-careers-open-positions table td.views-field-body { padding: 10px 0px 10px 10px; }



.view-careers-open-positions table tr.odd table td { padding-left: 10px; padding-bottom: 10px; }

.view-careers-open-positions table tr.views-row-first { 
	/*height: 40px;
	vertical-align: bottom;*/
}


/*==================================================================
 * JQuery Accordion for Use Cases and Key Features
 *================================================================*/
 
.field-type-field-collection { 
	/*width: 500px;*/
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	font-size: 14px;
	background-image: none;
	background-color: transparent;
  /*border: 0px solid #d3d3d3;*/	/*{borderColorDefault}*/
  /*background-color: pink;*/
}

#block-system-main .ui-state-default, 
#block-system-main .ui-widget-content .ui-state-default, 
#block-system-main .ui-widget-header .ui-state-default {
  /*border-bottom: 1px solid #d3d3d3;
  background: #ffffff;
  font-weight: normal;
  color: #6d6e71;
  font-size: 0.9em;*/
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	border: 0 none !important;
	background: transparent;
	font-weight: normal;
	color: #6d6e71;
}

.ui-accordion-content-active {
	border: 0 none !important;
}

#block-system-main .ui-state-active, 
#block-system-main .ui-widget-content .ui-state-active, 
#block-system-main .ui-widget-header .ui-state-active {
	/*border-bottom: 1px solid #d3d3d3*/	/*{borderColorActive}*/;
	/*background: #ffffff*/ /*{bgColorActive}*/;
	/*font-weight: normal*/ /*{fwDefault}*/;
	/*color: #6d6e71*/	/*{fcActive}*/;
}

.ui-corner-all {
  -moz-border-radius: 0px/*{cornerRadius}*/;
  -webkit-border-radius: 0px/*{cornerRadius}*/;
  border-radius: 0px/*{cornerRadius}*/;
}

.ui-widget-content {
  border: 0px solid #aaaaaa/*{borderColorContent}*/;
  background: #ffffff/*{bgColorContent}*/;
  color: #555555/*{fcContent}*/;
}
#block-system-main .ui-widget-content {
  border-bottom: 1px solid #d3d3d3/*{borderColorContent}*/;
  background: #ffffff/*{bgColorContent}*/;
  color: #6d6e71/*{fcContent}*/;
  font-size: 0.9em;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 0em 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

#block-system-main .ui-widget-content p,
#block-system-main .ui-widget-content ul, 
#block-system-main .ui-accordion-content { margin-bottom: 0px; }

.ui-accordion .ui-accordion-header a {
	font-size: 14px; /* overriding module styles */
	color: #6d6e71;
}
.ui-accordion .ui-accordion-header a:visited {
	font-size: 14px; /* overriding module styles */
	color: #6d6e71;
}

.ui-state-default .ui-icon {
	background-image: url(/sites/default/themes/at_infovista/css/images/icon-plus.png)/*{iconsDefault}*/;
}
.ui-icon-triangle-1-e {
	background-position: 0px 3px;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	margin-right: 0px;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-state-active .ui-icon {
	background-image: url(/sites/default/themes/at_infovista/css/images/icon-minus.png)/*{iconsActive}*/;
}

.ui-icon-triangle-1-s {
	background-position: 0px 3px;
}

.ui-accordion .ui-accordion-header .ui-state-active .ui-icon {
	position: absolute;
	margin-right: 0px;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

/*======================================================================================
 * COLLAPSING BLOCKS - SOLUTIONS VERTICALS
 *=====================================================================================*/

#block-views-msp-accordion-home-block {

}

body.page-node-3294 legend, body.page-node-3295 legend, body.page-node-3296 legend {
	width: 100%;
    border: 1px solid #e2e2e2;
    padding: 0;
    white-space: normal;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background-color: #ededed;
}

body.page-node-3294 legend a.fieldset-title, body.page-node-3295 legend a.fieldset-title, body.page-node-3296 legend a.fieldset-title {
	display: block;
	height: 100%;
	width: 100%;
}

body.page-node-3294 legend a.fieldset-title strong, body.page-node-3295 legend a.fieldset-title strong, body.page-node-3296 legend a.fieldset-title strong {
	display: inline-block;
	height: 78px;
	line-height: 78px;
	width: 100%;
}

body.page-node-3294 legend a.fieldset-title img, body.page-node-3295 legend a.fieldset-title img, body.page-node-3296 legend a.fieldset-title img {
	display: inline-block;
}

body.page-node-3294 legend a.fieldset-title:hover, body.page-node-3295 legend a.fieldset-title:hover, body.page-node-3296 legend a.fieldset-title:hover {
	background-color: #fff;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

html.js body.page-node-3294 fieldset.collapsed, html.js body.page-node-3295 fieldset.collapsed, html.js body.page-node-3296 fieldset.collapsed {
	height: 78px !important;
}

body.page-node-3294 legend span.summary, body.page-node-3295 legend span.summary, body.page-node-3296 legend span.summary {
	display: none;
}

body.page-node-3294 fieldset.collapsed .fieldset-legend, body.page-node-3295 fieldset.collapsed .fieldset-legend, body.page-node-3296 fieldset.collapsed .fieldset-legend {
	background-image: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	
}

body.page-node-3294 fieldset.collapsible .fieldset-legend, body.page-node-3295 fieldset.collapsible .fieldset-legend, body.page-node-3296 fieldset.collapsible .fieldset-legend {
    background: none  repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
	height: 78px;
}

body.page-node-3294 fieldset, body.page-node-3295 fieldset, body.page-node-3296 fieldset {
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
	/*height: 78px !important;*/
}

.SolutionsVerticalsBlock {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #f7f7f7 !important;
	border: 1px solid #e2e2e2;
	border-top: 0px solid #e2e2e2;
}

.SolutionsVerticalsTitle {
	font-size: 22px;
	font-weight: normal;
	color: #303030;
	display: inline-block;
	height: 78px;
	line-height: 78px;
	width: 85%;
	margin-bottom: 0;
    margin-top: 0;
	margin-left: auto;
	margin-top: auto;
}	

.not-front #main-content p.SolutionsVerticalsTitle {
	margin-bottom: 0;
    margin-top: 0;
}	
	
.SolutionsVerticalsPortrait {
	float: left;
	height: 78px;
}

.SolutionsVerticalsInfo {
	background-color: #f7f7f7 !important;
	/*float: left;*/
	width: 90%;
	height: inherit;
	font-size: 14px;
	padding-top: 1%;
	padding-left: 20px;
	padding-bottom: 1%;
	margin: 0;
}

#block-views-msp-accordion-home-block div.views-row.views-row-2 .ui-accordion-content, 
#block-views-msp-accordion-home-block-1 div.views-row.views-row-2 .ui-accordion-content,
#block-views-msp-accordion-home-block-2 div.views-row.views-row-2 .ui-accordion-content,
#block-views-msp-accordion-home-block-3 div.views-row.views-row-2 .ui-accordion-content {
	height: auto !important;
}

/*
.page-node-2568 .view-footer { 
	margin-bottom: 20px;
}

.page-node-2567 .node-content,
.page-node-2568 .node-content,
.page-node-2569 .node-content { 
	width: 100%;
}

.page-node-2567 .node-content h2,
.page-node-2568 .node-content h2,
.page-node-2569 .node-content h2  { margin-top: 0px; }

.page-node-2567 #content,
.page-node-2568 #content,
.page-node-2569 #content { 
	width: 100%;
	min-height: 1000px !important;
} 
*/

#block-views-msp-accordion-home-block,
#block-views-msp-accordion-home-block-2,
#block-views-msp-accordion-home-block-3 { 
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#block-views-msp-accordion-home-block-1 { 
	width: 100%;
	height: auto;
}

div.VerticalsBlockTitle {
	width: 100%;
	/*max-width: 1366px;
	overflow: hidden;*/
	height: 35px;
	margin-bottom: 10px;
}

#block-views-msp-accordion-home-block h3,
#block-views-msp-accordion-home-block-1 h3,
#block-views-msp-accordion-home-block-2 h3,
#block-views-msp-accordion-home-block-3 h3 {
	font-family: open sans;
	color: #ffffff;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 35px;
	padding-left: 10px;
	background: #f47937;
}

#block-views-msp-accordion-home-block h3 {
	background: #f47937;
}

#block-views-msp-accordion-home-block-1 h3,
#block-views-msp-accordion-home-block-2 h3 {
	background: #71b0b9;
}

#block-views-msp-accordion-home-block-3 h3 {
	background: #afbd20;
}

/*

#block-views-msp-accordion-home-block h2,
#block-views-msp-accordion-home-block-1 h2,
#block-views-msp-accordion-home-block-2 h2,
#block-views-msp-accordion-home-block-3 h2 {
	font-family: open sans;
	color: #ffffff;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	max-width: 1366px;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#block-views-msp-accordion-home-block h2 {
	background: #f47937;
}

#block-views-msp-accordion-home-block-1 h2 { 
	background: #71b0b9;
}

#block-views-msp-accordion-home-block-2 h2 { 
	background: #71b0b9;
}

#block-views-msp-accordion-home-block-3 h2 { 
	background: #afbd20;
}

*/

/*
#block-views-msp-accordion-home-block li,
#block-views-msp-accordion-home-block-1 li,
#block-views-msp-accordion-home-block-2 li,
#block-views-msp-accordion-home-block-3 li { 
	width: 115px;
	margin-right: 0px;
}
*/

#block-views-msp-accordion-home-block .views-field-field-accordion-title,
#block-views-msp-accordion-home-block-1 .views-field-field-accordion-title,
#block-views-msp-accordion-home-block-2 .views-field-field-accordion-title,
#block-views-msp-accordion-home-block-3 .views-field-field-accordion-title { 
	width: 100%;
}

#block-views-msp-accordion-home-block .views-field-body,
#block-views-msp-accordion-home-block-1 .views-field-body,
#block-views-msp-accordion-home-block-2 .views-field-body,
#block-views-msp-accordion-home-block-3 .views-field-body { 
	font-size: 14px;
	line-height: 19px;
	padding: 10px 10px 10px 10px;
}

#block-views-msp-accordion-home-block .views-field-body p,
#block-views-msp-accordion-home-block-1 .views-field-body p,
#block-views-msp-accordion-home-block-2 .views-field-body p,
#block-views-msp-accordion-home-block-3 .views-field-body p { 
  padding: 0;
  margin: 0;
}



/* MSP TEXTE BOX */
#block-views-msp-accordion-home-block li.hslider-first .views-field-body {
  /*width: 258px;
  height: 368px !important; */
  /* background: url(/sites/default/themes/at_infovista/css/images/verticals-accordion/accordion-msp-ossarchi-bg.png) no-repeat; 
  background-position: top right;
  margin-right: 0px;
  margin-top: -372px;*/
}
#block-views-msp-accordion-home-block li.hitem-1 .views-field-body {
  /*width: 258px;
  height: 368px;*/
  /* background: url(/sites/default/themes/at_infovista/css/images/verticals-accordion/accordion-msp-neteng-bg.png) no-repeat;
  background-position: top right;
  margin-right: 0px;
  margin-top: -372px;*/
}
#block-views-msp-accordion-home-block li.hitem-2 .views-field-body {
  /*width: 258px;
  height: 368px;*/
  /* background: url(/sites/default/themes/at_infovista/css/images/verticals-accordion/accordion-msp-ossarchi-bg.png) no-repeat;
  background-position: top right;
  margin-right: 0px;
  margin-top: -372px;
  padding-left: 10px*/
}
#block-views-msp-accordion-home-block li.hitem-3 .views-field-body {
 /* width: 258px;
  height: 368px;*/
 /* background: url(/sites/default/themes/at_infovista/css/images/verticals-accordion/accordion-msp-neteng-bg.png) no-repeat;
  background-position: top right;
  margin-right: 0px;
  margin-top: -372px; */
}
#block-views-msp-accordion-home-block li.hslider-last .views-field-body {
 /* width: 258px; 
  height: 368px; */
/*  background: url(/sites/default/themes/at_infovista/css/images/verticals-accordion/accordion-msp-netopeng-bg.png) no-repeat; 
  background-position: top right;
  margin-right: 0px;
  margin-top: -372px;*/
}



/* Mobile 2 TEXTE BOX 
#block-views-msp-accordion-home-block-2 li.hslider-first .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-2 li.hitem-1 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-2 li.hitem-2 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-2 li.hitem-3 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-2 li.hslider-last .views-field-body {

  height: 368px;

}
*/


/* Mobile 1 TEXTE BOX 
#block-views-msp-accordion-home-block-1 li.hslider-first .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-1 li.hitem-1 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-1 li.hitem-2 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-1 li.hitem-3 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-1 li.hslider-last .views-field-body {

  height: 368px;

}*/



/* Enterprise TEXTE BOX 
#block-views-msp-accordion-home-block-3 li.hslider-first .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-3 li.hitem-1 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-3 li.hitem-2 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-3 li.hitem-3 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-3 li.hitem-4 .views-field-body {

  height: 368px;

}
#block-views-msp-accordion-home-block-3 li.hslider-last .views-field-body {
	height: 368px;

} */


.page-node-1034 .content-inner,
.page-node-3031 .content-inner { margin-right: 0px; width: 100%; }

/*======================================================================================
 * SOLUTIONS OVERVIEW PAGE - MENU STYLES
 *=====================================================================================*/

.page-node-3293 #block-menu-menu-solutions-leftsidebar ul {
	padding-left: 0;
}



#block-block-96 h2, #block-block-80 h2, #block-block-81 h2, #block-block-82 h2 { 
  background: #a8aaac;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.block-title { margin-bottom: 0px; }


#block-block-96 h2 a, #block-block-80 h2 a, #block-block-81 h2 a, #block-block-82 h2 a {
	color: #ffffff;
	line-height: 36px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


#block-block-96 .collapseblock table h3, #block-block-80 .collapseblock table h3, #block-block-81 .collapseblock table h3, #block-block-82 .collapseblock table h3 {
    color: #414042;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;	
}

#block-block-96 h2.collapseblock { margin-bottom: 0px;}
#block-block-96 .collapseblock {
	border-left: 10px solid #a8aaac;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	margin-top: 0px;
}
#block-block-96 .collapseblock table {  margin-left: 10px; width: 740px; }
#block-block-96 .collapseblock table h3 a { 
	color: #414042; font-size: 16px; font-weight: normal; margin-top: 5px; margin-bottom: 5px; 
}
#block-block-96 .collapseblock table ul, #block-block-80 .collapseblock table ul, #block-block-81 .collapseblock table ul, #block-block-82 .collapseblock table ul{ 
	margin-top: 0px; 
	list-style: none; 
	margin-left: -15px;
}

#block-block-96 table tr td { width: 370px; }
#block-block-96 .collapseblock table a, #block-block-80 .collapseblock table a, #block-block-81 .collapseblock table a, #block-block-82 .collapseblock table a { color: #414042 ;}


/* MSP Global design */
#block-block-80 h2 { 
	background-color: #f47937;
	/*font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;*/
}

.block-title { margin-bottom: 0px; }

#block-block-80 h2 a {

}

#block-block-80 h2.collapseblock { margin-bottom: 0px;}

#block-block-80 .collapseblock {
  border-left: 10px solid #f47937;
  background-color: #fef1eb;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 0px;
}

#block-block-80 .collapseblock table {  margin-left: 10px; width: 740px; }

#block-block-80 .collapseblock table h3 { 

}

#block-block-80 .collapseblock table ul { }
#block-block-80 table tr td { width: 370px; }

/* Mobile Global design */
#block-block-81 h2 { 
  background: #94c2c8;
}

.block-title { margin-bottom: 0px; }
#block-block-81 h2 a {
	/*color: #ffffff;
	line-height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;*/
}

#block-block-81 h2.collapseblock { margin-bottom: 0px;}
#block-block-81 .collapseblock {
  border-left: 10px solid #94c2c8;
  background-color: #f1f7f8;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 0px;
}

#block-block-81 .collapseblock table {  margin-left: 10px; width: 740px; }
#block-block-81 .collapseblock table h3 {}
#block-block-81 .collapseblock table ul { 

	}
#block-block-81 table tr td { width: 370px; }

/* Enterprise Global design */
#block-block-82 h2 { 
	background: #afbd22;
	/*-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;*/
}

.block-title { margin-bottom: 0px; }
#block-block-82 h2 a {
  /*color: #ffffff;
  line-height: 26px;
  margin: 0px;
  padding: 0px 0px 0px 20px;*/
}

#block-block-82 h2.collapseblock { margin-bottom: 0px;}
#block-block-82 .collapseblock {
  border-left: 10px solid #afbd22;
  background-color: #f7f8e8;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 0px;
}

#block-block-82 .collapseblock table {  margin-left: 10px; width: 740px; }
#block-block-82 .collapseblock table h3 {}
#block-block-82 .collapseblock table ul { }
#block-block-82 table tr td { width: 370px; }

/*======================================================================================
 * Tool Tips
 *=====================================================================================
.tipsy { padding: 5px; font-size: 12px; position: absolute; z-index: 100000;; }
  .tipsy-inner { padding: 10px 10px 10px 10px; background-color: #fff; color: #000; max-width: 600px; text-align: left; box-shadow: 0px 0px 15px #000; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:15px; -webkit-border-radius:15px; border: 5px solid #ccc; }
  .tipsy-arrow { position: absolute; background: url('images/tooltip-down-arrow.png') no-repeat top left; width: 44px; height: 22px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: -17px; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; } */

/*======================================================================================
 * Company Management Page
 *=====================================================================================

#block-views-company-management-block tr.even,
#block-views-company-management-block tr.odd {
    background-color: #ffffff;
    border-bottom: 0px solid #CCCCCC;
	padding: 0.1em 0.6em;
	padding: 0px;
}

#block-views-company-management-block td { vertical-align: top; }

#block-views-company-management-block td h2 {
  font-family: "Open Sans";
  font-weight: 300;
  color: #414042;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0px;
  }

#block-views-company-management-block td h3 {
  font-family: "Open Sans";
  font-weight: 300;
  color: #414042;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  }

td.views-field-field-job-link { width: 260px; }
td.views-field-field-location { width: 130px; }
td.views-field-field-area-of-interest { width: 100px; }
table caption { font-weight: bold; font-size: 14px; }
.view-careers-open-positions table th { border-top: 1px solid #7f8082; }*/

  /*======================================================================================
 * Events
 *=====================================================================================*/
 #block-views-news-events-block-1 .views-field-title a { 
  font-family: "Open Sans";
  font-weight: 300;
  color: #414042;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0px;
 }
 
/*======================================================================================
 * Products Release Note Page
 /*=====================================================================================*/
 
 /* /content/infovista-supported-solutions-and-products/wireless-network-planning-optimization */
 
.page-node-2947 #content-column table td,
.page-node-1683 #content-column table td { border-top: 1px solid #64829d; }

.page-node-2947 .releasenotetable td,
.page-node-1683 .releasenotetable {
	text-align: center;
	border: 0px;
}

.page-node-2947 .releasenotetable td,
.page-node-1683 .releasenotetable td  {
	border-right: 1px solid #E5EDF4;
	text-align: center;
}

.page-node-2947 .view-wpo-product-release-notes-page,
.page-node-1683 .view-Product-Release-Notes-Page {
	margin-right: 10px;
}

.page-node-2947 .view-wpo-product-release-notes-page fieldset,
.page-node-1683 .view-Product-Release-Notes-Page fieldset {
  margin: 10px;
  border: 0px;
}

.page-node-2947 .views-accordion-item .accordion-header, 
.page-node-2947 h3.views-accordion-wpo_product_release_notes_page-default-header,
.page-node-1683 .views-accordion-item .accordion-header, 
.page-node-1683 h3.accordion-header {
  background-image: url(/sites/default/themes/infovista2/css/images/fleche.png);
  background-repeat: no-repeat;
  padding-left: 50px;
}
.page-node-2947 .legend,
.page-node-1683 .legend {
  border: 1px solid #E5EDF4;
  font-size: 11px;
}
.page-node-2947 .releasenotetable,
.page-node-1683 .releasenotetable {
  border: 1px solid #E5EDF4;
  padding: 5px;
  line-height: 15px;
}
.page-node-2947 .releasenotetable th,
.page-node-1683 .releasenotetable th {
  border-bottom: 1px solid #f4faff;
  border-right: 1px solid #f4faff;
}
.page-node-2947 .releasenotetable td,
.page-node-1683 .releasenotetable td {
  border-bottom: 1px solid #E5EDF4;
  border-right: 1px solid #E5EDF4;
}
.page-node-2947 .theadreleasenote,
.page-node-1683 .theadreleasenote {
  background-color: #E5EDF4;
  height: 24px;
  color: #59595b;
  padding-left: 5px;
}
.page-node-2947 .releasenoteheader,
.page-node-1683 .releasenoteheader {
  height: 24px;
  color: #59595b;
  text-align: center;
}
.page-node-2947 .releasenoteheader h5,
.page-node-1683 .releasenoteheader h5 {
  font-size: 14px;
  margin: 5px 0px 5px 0px;
  text-align: center;
}
.page-node-2947 .item-list,
.page-node-1683 .item-list {
  border: 0px;
}
.page-node-2947 .views-accordion-item .accordion-header, h3.accordion-header,
.page-node-1683 .views-accordion-item .accordion-header, h3.accordion-header {
  background-color: #fff;
  color: #59595b;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-right: 10px;
}
.page-node-2947 .page-content-infovista-supported-solutions-and-products fieldset,
.page-node-1683 .page-content-infovista-supported-solutions-and-products fieldset {
  border: 0px;
  width: 90px;
}


/* SUPPORT FAQ */

#collapse-text-dynamic-form-number-1 {
	
}

.FAQQuestionBlock {
	display: block;
	position: relative;
	width: 98%;
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	background-color: transparent;
	border-bottom: 1px solid #d1d1d1;
	/*-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;*/
}

.FAQSectionTitle {
	width: 98%;
	border: 0;
}

.theadsupport {
	background: #9f9f9f;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	text-align: center;
}

.mysupporttitle {
	font-size: 12pt;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
}


#node-2623 .questiontitle {
	font-weight: bold;
}

/* RELEASE NOTE TABLE STYLE */
.page-node-1683 .alinks-link {
   pointer-events: none;
   cursor: default;
}
.page-node-1683 .releasenotetable {
  text-align: center;
  border: 0px;
}
.page-node-1683 .releasenotetable td  {
  border-right: 1px solid #E5EDF4;
  text-align: center;
}

.page-node-1683 .view-Product-Release-Notes-Page {
  margin-right: 10px;
}
.page-node-1683 .view-Product-Release-Notes-Page fieldset {
  margin: 10px;
  border: 0px;
}
.page-node-1683 .views-accordion-item .ui-accordion-header, 
.page-node-1683 h3.ui-accordion-header {
  background-image: url(/sites/default/themes/infovista2/css/images/fleche.png);
  background-repeat: no-repeat;
  padding-left: 50px;
}
.page-node-1683 .legend {
  border: 1px solid #E5EDF4;
  font-size: 11px;
}
.page-node-1683 .releasenotetable {
  border: 1px solid #E5EDF4;
  padding: 5px;
  line-height: 15px;
}
.page-node-1683 .releasenotetable th {
  border-bottom: 1px solid #f4faff;
  border-right: 1px solid #f4faff;
}
.page-node-1683 .releasenotetable td {
  border-bottom: 1px solid #E5EDF4;
  border-right: 1px solid #E5EDF4;
}
.page-node-1683 .theadreleasenote {
  background-color: #E5EDF4;
  height: 24px;
  color: #59595b;
  padding-left: 5px;
}
.page-node-1683 .releasenoteheader {
  height: 24px;
  color: #59595b;
  text-align: center;
}
.page-node-1683 .releasenoteheader h5 {
  font-size: 14px;
  margin: 5px 0px 5px 0px;
  text-align: center;
}
.item-list {
  border: 0px;
}
.views-accordion-item .accordion-header, h3.accordion-header {
  background-color: #fff;
  color: #59595b;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-right: 10px;
}

.page-content-infovista-supported-solutions-and-products fieldset {
  border: 0px;
  width: 90px;
}

 /*==================================================================
 * JQuery Accordion for RELEASE NOTE TABLE STYLE
 *================================================================*/
.page-node-1683 .alinks-link {
	display: inline;
}
.ui-accordion-content {
	height: auto;
	display: block;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3/*{borderColorDefault}*/;
}
.page-node-1683 #block-system-main .ui-state-default, 
.page-node-2947 #block-system-main .ui-state-default,
.page-node-1683 #block-system-main .ui-widget-content .ui-state-default,
.page-node-2947  #block-system-main .ui-widget-content .ui-state-default,
.page-node-1683 #block-system-main .ui-widget-header .ui-state-default,
.page-node-2947 #block-system-main .ui-widget-header .ui-state-default {
	/*border-bottom: 1px solid #d3d3d3;
	background: #ffffff;
	font-weight: normal;*/
	color: #6d6e71;
	font-size: 14px;
}

.page-node-1683 .ui-state-active,
.page-node-2947 .ui-state-active,
.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #6d6e71/*{fcActive}*/;
	font-size: 14px;
}

.page-node-1683 #block-system-main .ui-state-active, 
.page-node-2947 #block-system-main .ui-state-active, 
.page-node-1683 #block-system-main .ui-widget-content .ui-state-active, 
.page-node-2947 #block-system-main .ui-widget-content .ui-state-active, 
.page-node-1683 #block-system-main .ui-widget-header .ui-state-active,
.page-node-2947 #block-system-main .ui-widget-header .ui-state-active {
	/*border-bottom: 1px solid #d3d3d3;*/ /*{borderColorActive}*/
	background: #ffffff;		/*{bgColorActive}*/
	font-weight: normal;		/*{fwDefault}*/
	color: #6d6e71;				/*{fcActive}*/
}

.page-node-1683 .ui-corner-all,
.page-node-2947 .ui-corner-all {
	-moz-border-radius: 0px/*{cornerRadius}*/;
	-webkit-border-radius: 0px/*{cornerRadius}*/;
	border-radius: 0px/*{cornerRadius}*/;
}

.page-node-1683 .ui-widget-content,
.page-node-2947 .ui-widget-content {
	border: 0px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/;
	color: #555555/*{fcContent}*/;
}

.page-node-1683 #block-system-main .ui-widget-content,
.page-node-2947 #block-system-main .ui-widget-content {
	/*border-bottom: 1px solid #d3d3d3;*/			/*{borderColorContent}*/
	background: #ffffff;									/*{bgColorContent}*/
	color: #6d6e71;										/*{fcContent}*/
	font-size: 14px;
}

.page-node-1683 .ui-accordion .ui-accordion-content,
.page-node-2947 .ui-accordion .ui-accordion-content {
	padding: 1em 0em 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}

.page-node-1683 #block-system-main .ui-widget-content p,
.page-node-2947 #block-system-main .ui-widget-content p,
.page-node-1683 #block-system-main .ui-widget-content ul, 
.page-node-2947 #block-system-main .ui-widget-content ul, 
.page-node-1683 #block-system-main .ui-accordion-content,
.page-node-2947 #block-system-main .ui-accordion-content { margin-bottom: 0px; }

.page-node-1683 .ui-accordion .ui-accordion-header a,
.page-node-2947 .ui-accordion .ui-accordion-header a {
	font-size: 0.9em;
	color: #6d6e71;
}
.page-node-1683 .ui-accordion .ui-accordion-header a:visited,
.page-node-2947 .ui-accordion .ui-accordion-header a:visited {
	font-size: 0.9em;
	color: #6d6e71;
}

.page-node-1683 .ui-state-default .ui-icon,
.page-node-2947 .ui-state-default .ui-icon {
	background-image: url(/sites/default/themes/at_infovista/css/images/fleche.png)/*{iconsDefault}*/;
	width: 36px;
	height: 36px;
}
.page-node-1683 .ui-icon-triangle-1-e,
.page-node-2947 .ui-icon-triangle-1-e {
	background-position: 0px 3px;
}

.page-node-1683 .ui-accordion .ui-accordion-header .ui-icon,
.page-node-2947 .ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  margin-right: 0px;
  left: .5em;
  top: 10px;
  margin-top: -8px;
}

.page-node-1683 .ui-state-active .ui-icon,
.page-node-2947 .ui-state-active .ui-icon {
	background-image: url(/sites/default/themes/at_infovista/css/images/fleche.png)/*{iconsActive}*/;
	width: 36px;
	height: 36px;
}

.page-node-1683 .ui-icon-triangle-1-s,
.page-node-2947 .ui-icon-triangle-1-s {
	background-position: 0px 3px;
}

.page-node-1683 .ui-accordion .ui-accordion-header .ui-state-active .ui-icon,
.page-node-2947 .ui-accordion .ui-accordion-header .ui-state-active .ui-icon {
	position: absolute;
	margin-right: 0px;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.page-node-1683 .fieldset-legend a { display: block; width: 520px; }

/* WEBFORM */
.webform-client-form fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #6d6e71;
}





/* -- CONTACT US PAGE - Main Content Modifications -- */

/* Contact Us Form -  /company/contact-us */
body.page-node-1301 #block-system-main {
	width: 50%;
	float: right;
}

#ContactUsFormBlock {
	/*width: 45%;*/
	padding: 2%;
	/*margin-top: 45px;*/
	float: left;
	background-color: #f2f2f2;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
	/*display: inline-block;*/
}

#ContactUsExtraInfo {
	/*width: 46%;*/
	padding: 2%;
	float: left;
	margin-top: 25px;
}

/* -- OFFICE LOCATIONS -- */


/* !!!! Very Important Class - this is used to make sure that email addresses and telephone numbers don't wrap */
.NoWrap {
	white-space: nowrap;
}

/* LOCATION MAP */

.ContactLocationMap {    
	background-image: url("/sites/default/themes/at_infovista/css/images/contactus/contactus_office_map.gif");
    background-position: 45% 43%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
	padding: 0;
	margin: 0;
}
	
.MapOffsetWorldWideHead {
	background-position: 45% 43%;
}

.MapOffsetAmericasHead {
	background-position: 11% 51%;
}

.MapOffsetAsiaPacHead {
	background-position: 90% 79%;
}
	
#contactLocationMap {}

#locWorldWideHead {}
	
#locAmericasHead {}
	
#locAsiaPacHead {}

#locTXUSA {}
	
#locMalaysia {}
	
#locJapan {}
	
#locCanada {}
	
#locSpain {}
	
#locSingapore {}
	
#locAustralia {}
	
#locUK {}

/* CONTACT VIEWS */

/* Headquarter Locations -  /company/contact-us */
#block-views-office-location-block {
	width: 50%;
	/*min-height: 1540px;*/
	float: left;
}

/* Other Office Locations -  /company/contact-us */
#block-views-office-location-block-1 {
	width: 50%;
	/*min-height: 1540px;*/
	/*clear: both;*/
	float: left;
	padding-bottom: 40px;
}

/* Customer Support Contacts -  /services/Customer-Support */
#block-views-customer-support-contacts-block {
	width: 100%;
	min-height: 750px;
	margin-bottom: 80px;
}

/* ADDRESS BLOCKS */

.ContactUsAddressView {} /* Check if this is still in the view */

/* Contact Us Page - /company/contact-us */
.AddressBlock {
	display: block;
	position: relative;
	/*width: 28%;*/
	width: 45%;
	height: 220px;
	overflow: hidden;
	float: left;
	/*padding: 15px;*/
	margin: 10px;
	background-color: #fff;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

.MiniAddressBlock {
	display: block;
	position: relative;
	width: 30%;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 10px;
	background-color: #fff;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

.MiniAddressBlock p {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding-left: 10px;
	padding-right: 10px;
}



#locationMap.AddressBlock {
	padding: 0;
}

/* Customer Support Contacts -  /services/Customer-Support */
#block-views-customer-support-contacts-block .AddressBlock{
	/*display: table;*/
	width: 31%;
	height: 190px;
}

/* Services Pages - services/Customer-Support */
.view-service-performance-support-contacts .AddressBlock {
	width: 31%;
	height: 154px;
}

/* Services Pages - services/training/Public-Training-Centers */
#block-views-training-onsite-courses-block .AddressBlock {
	width: 47%;
	height: 187px;
}

article#node-2594 h3 {
	clear: both;
	font-size: 16px !important;
	padding-top: 15px;
	margin-bottom: 8px;
}

.AddressBlockInner {
	/*display: table-cell;
	vertical-align: middle;*/
}

/* Contact Us Page - /company/contact-us */
.AddressBlockSimple {
	display: block;
	width: 28%;
	width: 46%;
	height: 175px;
	overflow: hidden;
	float: left;
	/*padding: 15px;*/
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	/*-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;*/
}

/* CHECK - both of these might be in use - do not delete before checking */

.AddressBlock:hover {
	display: block;
	background-color: #f2f2f2;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

.AddressBlockHover {
	display: block;
	background-color: #f2f2f2;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
}

/* This is for the ADMIN VIEW -  /services/Customer-Support */

#draggableviews-table-customer-support-contacts-block-1 div.AddressBlock {
	width: 35%;
	height: 170px;
}

#views-form-customer-support-contacts-block-1 div#edit-actions {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ADDRESS BLOCK HEADERS */

.view-service-performance-support-contacts h3,
#block-views-customer-support-contacts-block h3, 
#block-views-office-location-block-1 h3,
#block-views-office-location-block h3,
#block-views-training-onsite-courses-block h3 {
	font-size: 16px !important;
}

.AddressBlock h3 {
	margin-top: 17px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

#block-views-office-location-block .AddressBlock h3 {
	margin-top: 17px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 20px;
}

#block-views-customer-support-contacts-block .AddressBlock h3, #block-views-training-onsite-courses-block .AddressBlock h3 {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
	width: 300px;
	height: 40px;
	border-bottom: 1px solid #acacac;
}

#block-views-training-onsite-courses-block .AddressBlock h3 {
	width: 600px;	
}

.AddressBlockSimple h3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.AddressBlock h4 {
	margin-top: 0;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}

#block-views-customer-support-contacts-block .AddressBlock h4 {
	margin-top: 8px;
}

/* ADDRESS BLOCK INFO STYLES */

.AddressBlock p {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}

.AddressBlockSimple p {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}

p.AddressText {
	margin-top: 10px;
	margin-bottom: 10px;
}

.AddressBlock p.LocationSecondTitle {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.AddressBlock span {
	margin-left: 15px;
} 

span.AddressBlockInfo {
	display: block;
	margin-left: 0;
}

#block-views-training-onsite-courses-block span.AddressBlockInfo {
	margin-top: 10px;
}

.Tel1 {
	display: block;
	line-height: 20px;
	height: 20px;
}

.Tel2 {
	display: block;
	line-height: 20px;
	height: 20px;
}

.AddressBlock a {
	display: inline-block;
	font-size: 14px; /* this should not be necessary - need to correct the base size - currently 16px - need to check on why */
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	margin-right: 15px;	
}

.AddressInfo {
	
}

	
/* -- VIDEO PAGES - Main Content Modifications -- */
	
img.YTSubscribeButton {
	display: block; 
	width: 160px !important; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #f7f7f7;
    border-bottom: 0 none;
    border-radius: 0;
    border-top: 0 none;
    margin-top: 3px;
    width: 100%;
}

iframe.VideoContainer {
	position: relative;
	width: 70%;
	height: 450px !important;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #fff;
	opacity: 1.0;
	filter: alpha(opacity=1); /* TRY remove saying */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; /* TRY remove saying */
}

.node-type-doc-video article iframe {
	
}

.ResourceLinkTitle {
	font-weight: bold;
	font-size: 14px;
	color: #f47937;
}

a.ResourceLink {
	
}

/* NEWS PAGES - Main Content Modifications */

#block-views-newscoverage-block-2, #block-views-newscoverage-block-1, #block-views-news-pr-focus-block-1, #block-views-news-pr-focus-block-2, #block-views-news-events-block-1 {
	vertical-align: top;
	margin-bottom: 15px;
}

#block-views-newscoverage-block-2 tr, #block-views-newscoverage-block-1 tr, #block-views-news-pr-focus-block-1 tr, #block-views-news-pr-focus-block-2 tr, #block-views-news-events-block-1 tr {
	vertical-align: top;
}

#block-views-newscoverage-block-2 a, #block-views-newscoverage-block-1 a, #block-views-news-pr-focus-block-1 a, #block-views-news-pr-focus-block-2 a, #block-views-news-events-block-1 a {
	color: #373737;
}


article#node-2596 .field-name-body img.LaunchCourseButton {
	background-color: transparent;
    border-bottom: 0 none;
    border-radius: 0;
    border-top: 0 none;
    margin-top: 0;
    width: 139px;
	height: 40px;
}

