/* gutter width = 10px */
html{
  max-width:100%;
  overflow-x: hidden;
}
body{
  color:#5e5e5e;
  font-family:'Roboto', arial, helvetica, sans-serif;
  font-size:15px;
  line-height:22px;
  margin:0px;
  padding:0px;
  max-width:100%;
  overflow-x: hidden;
  background-color:#fff;
}
body.homepage{
}
ul, ol {
  margin-top:8px;
  margin-bottom:8px;
}
strong,b{
  font-weight:900;
}
hr{
    border: 0;
    height: 0;
    border-top: 1px solid #e1dfda;
    border-bottom: none;
}

/* header */
#headerarea{
  width:100%;
}
#headerrow1{
  background-color:#5d1e79;
  color:#ccc;
}
#headerrow1content{
  font-family:arial, helvetica, sans-serif;
  font-size:11px;
  width:960px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
  padding:10px 0;
  height:40px;
}
#headerrow2{
  height:170px;
  position:relative;
  z-index:0;
  width:960px;
  margin:0 auto;
}
#gvheaderlogo{
  position:absolute;
  top:40px;
  left:0px;
}
.social{
  float: right;
  display: block;
  line-height:20px;
}
.social a{
  padding: 0px 0px 0px 10px;
  position:relative;
  top:-2px;
  opacity:.75;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
.social a:hover, .social a:active{
  opacity:1;
}
.social img{
  vertical-align: bottom;
}
#t1navlinks{
  position:absolute;
  right:0px;
  bottom:0px;
  margin:0px;
  padding:0px;
  overflow:hidden;
  font-weight:lighter;
  font-size:18px;
  line-height:36px;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-box;
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  -webkit-box-pack:justify;
  justify-content:space-between;
  width:100%;
}
#t1navlinks li{
  list-style-type:none;
  display:inline-block;
  padding:0px 20px;
  margin:0px;
}
#t1navlinks li:first-child{
  padding-left:0px;
}
#t1navlinks li:last-child{
  padding-right:0px;
}
#t1navlinks li.t1liactive{
  color:#fff;
}
#t1navlinks li a{
  position:relative;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  display: inline-block;
  padding-bottom:10px
}
#t1navlinks li a:link, #t1navlinks li a:visited{
  color:#5d1e79;
}
#t1navlinks li a:hover, #t1navlinks li a:active{
  color:#03180d;
  text-decoration:none;
}
#t1navlinks li.t1liactive a:link, #t1navlinks li.t1liactive a:visited{
  color:#03180d;
}

#nav-menus {
    position: relative;
}
#nav-menu-indicator {
  display: none;
  position: absolute;
  top: 200px;
  width: 20px;
  height: 10px;
  background: url('images/menu_arrow.png') no-repeat;
}
.header-nav-menu {
  position: absolute;
  display: none;
  background:#f5f3eb;
  width:235px;
  box-sizing:border-box;
  padding: 0px;
  z-index: 2000;
}
.header-nav-menu a.t2{
  border-bottom:1px solid #e1dfda;
  font-weight:bold;
  padding:20px;
  box-sizing:border-box;
  display: block;
  line-height:20px;
  font-size: 18px;
}
.header-nav-menu a.t2:link, .header-nav-menu a.t2:visited {
  color:#5e5e5e;
}
.header-nav-menu a.t2:hover, .header-nav-menu a.t2:active {
  color:#5d1e79;
  background-color:#fff;
  text-decoration:none;
}
.header-nav-menu.flyout-nav{
  width:960px;
  height:415px;
  padding:20px 0;
  box-sizing: border-box;
}
.header-nav-menu.flyout-nav a.t2{
  float:left;
  clear:left;
  width:234px;
  padding-right:30px;
  z-index: 2;
  position: relative;
}
.header-nav-menu.flyout-nav a.t2:first-of-type{
  border-top: 1px solid transparent;
}
.header-nav-menu.flyout-nav a.t2:hover:first-of-type, .header-nav-menu.flyout-nav a.t2.active:first-of-type{
/*  not spec'd by CMD*/
  border-top: 1px solid #e1dfda;
}
.header-nav-menu.flyout-nav a.t2:link, .header-nav-menu.flyout-nav a.t2:visited{
}
.header-nav-menu.flyout-nav a.t2:hover, .header-nav-menu.flyout-nav a.t2:active {
  background: none;
}
.header-nav-menu.flyout-nav a.t2.flyout:hover, .header-nav-menu.flyout-nav a.t2.flyout:active, .header-nav-menu.flyout-nav a.t2.flyout.active{
  background:url('images/purple_pointer.png') no-repeat 210px center #fff;
  color:#5d1e79;
  cursor: default;
}
.flyout-menu{
  background: white;
  width:705px;
  height:375px;
  overflow:auto;
  overflow-x:hidden;
  display:none;
  position:absolute;
  right:20px;
  top:20px;
  border: 1px solid #e1dfda;
}
.flyout-menu:first-of-type{
  display: block;
}
.flyout-menu .page-component {
  width:705px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:space-around;  
  -ms-flex-pack:distribute;
  justify-content:space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0px !important;
}
/*flyout menu product styles*/
.menuproduct{
  width:327px;
  box-sizing: border-box;
  margin-right:20px;
  margin-bottom:10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menuproduct .image{
  width:168px;
  height:154px;
  float:left;
  clear:none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right:10px;
}
.menuproduct .image img{
  max-width:100%;
  max-height: 100%;
}
.menuproduct .text{
  float: left;
  width:147px;
  display:block;
  box-sizing: border-box;
  /* width:140px; */
}
.menuproduct .header{
  font-size: 18px;
  line-height: 28px;
  color: #5d1e79;
  font-weight: normal;
}
.menuproduct .header:hover, .menuproduct .header:active{
  color: #5d1e79;
  text-decoration: underline;
}
.menuproduct .description{
  font-size:14px;
  line-height: 18px
}
/*minified versions */
/*
.menuproduct:nth-last-child(5) ~ .menuproduct:nth-last-child(-n+3){
  width:210px;
  height:auto;
}
.menuproduct:nth-last-child(5) ~ .menuproduct:nth-last-child(-n+3) .image{
  width:190px;
  height:110px;
  float:none;
}
.menuproduct:nth-last-child(5) ~ .menuproduct:nth-last-child(-n+3) .text{
  float:none;
  width: 190px;
}
*/
/*then break back to 2x columns for 6 and over*/
/*
.menuproduct:nth-last-child(6) ~ .menuproduct{
  width:327px !important;
  height:150pxx !important;
}
.menuproduct:nth-last-child(6) ~ .menuproduct .image{
  width:168px !important;
  height:154px !important;
  float:left !important;
}
.menuproduct:nth-last-child(6) ~ .menuproduct .text{
  float: left !important;
  width:147px !important;
}
*/

/*end flyout menu product styles*/
.loginlinks{
  float:left;
  display:block;
  line-height:20px;
  vertical-align:baseline;
  margin-right:5px;
}
.loginlink{
  vertical-align:baseline;
  padding:0px 3px;
  display:inline-block;
  font-weight:bold;
  text-transform:uppercase;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
a.loginlink:link, a.loginlink:visited{
  color:#ccc;
}
a.loginlink:hover, a.loginlink:active{
  color:#fff;
  text-decoration:none;
}
#ediusworld{
  float:right;
  margin-left:20px;
  position:relative;
  top:5px;
  opacity:.75;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
#ediusworld:hover{
  opacity:1;
}
#headerlanguage{
  float:right;
  line-height:20px;
  padding-left:10px;
  text-transform:uppercase;
}
#languagemenulabel{
  margin-right:10px;
  padding-right:15px;
  text-align:right;
  background:url('images/caret.png') no-repeat right 8px;
  padding-bottom:10px;
}
#languagemenu{
  border-top:1px solid #fff;
  z-index:1000;
  position:relative;
  background:#5d1e79;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  max-height:0px;
  overflow:hidden;
}
#headerlanguage:hover #languagemenu{
  max-height:80px;
}
#languagemenu a{
  padding:5px 10px;
  display:block;
  font-weight:bold;
  font-family:arial, helvetica, sans-serif;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
#languagemenu a:link,#languagemenu a:visited{
  color:#ccc;
}
#languagemenu a:hover,#languagemenu a:active{
  color:#fff;
  text-decoration:none;
  background:rgba(0,0,0,.2);
}
#languagemenu a.active{
  color:#ccc !important;
  opacity:.5;
  cursor:default;
}
#contactus{
  display:block;
  float:right;
  line-height:20px;
  text-transform:uppercase;
}
#contactus:link, #contactus:visited{
  color:#ccc;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
#contactus:hover, #contactus:active{
  color:#fff;
  text-decoration:none;
}
#globalsearch{
  position:absolute;
  top:60px;
  right:0px;
  padding-left:10px;
  height:28px;
}
#globalsearch input{
  color:#808285;
  background:none;
  border:none;
  display:inline-block;
  height:28px;
  padding:0px 10px;
  margin:0px;
  line-height:30px;
  width:220px;
  height:30px;
  box-sizing:border-box;
}
#globalsearch input:focus{ 
  outline:none;
}
#globalsearch #squery{
  border:1px solid #ccc;
  position:relative;
  right:-30px;
  top:-1px;
}
#globalsearch #globalsearchsubmit{
  display:inline-block;
  width:41px;
  cursor:pointer;
  height:30px;
  background:url('images/magnifying_glass.png') no-repeat center center;
  width:30px;
  z-index: 9;
  position: relative;
}
#globalsearch #globalsearchsubmit:hover{
}
#breadcrumbwrap{
  height:40px;
  background-color:#f5f3eb;
  border-top:1px solid #e1dfda;
  border-bottom:1px solid #e1dfda;
  width:100%;
}
#breadcrumbnav {
  font-family:arial,helvetica,sans-serif;
  width:960px;
  margin:0 auto;
  height:40px;
  line-height:40px;
  font-size:14px;
  white-space: nowrap;
}
#breadcrumbnav a{
  padding-right:15px;
  margin-right:20px;
  display:inline-block;
  height:41px;
  background:url('images/breadcrumb_caret.png') no-repeat right center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 225px;
}
#breadcrumbnav a:last-child{
  padding-right:40px;
  padding-left:10px;
  background:url('images/breadcrumb_down.png') no-repeat right center;
  background-color:white;
  cursor:default;
  color:#5d1e79 !important;
  border-left: 1px solid #e1dfda;
  border-right: 1px solid #e1dfda;
}
#breadcrumbnav a:link, #breadcrumbnav a:visited{
  color: #5d1e79;
}
#breadcrumbnav a:hover, #breadcrumbnav a:active{
  color: #999999;
  text-decoration:none;
}
/*end header*/
/* navigator redirect bar*/
#navigatorprompt{
  position:absolute;
  top:10px;
  right:0px;
  height:28px;
}
#navigatorpromptcontent{
  height:28px;
  font-size:12px;
  color:#414042;
  font-weight:normal;
}
#navigatorpromptcontent a:link, #navigatorpromptcontent a:visited, #navigatorpromptcontent a:hover, #navigatorpromptcontent a:active{
  color:#fff;
  text-decoration:none;
}
.navigatorbuttonwrap{
  background:url('images/navigator_button_bg.png') repeat-x #61286a;
  padding:2px 5px;
}
.navigatorbuttonwrap a:link, .navigatorbuttonwrap a:visited{
  color:white;
  opacity:0.8;
  filter:alpha(opacity=80);
}
.navigatorbuttonwrap a:hover, .navigatorbuttonwrap a:active{
  color:#white;
  text-decoration:none;
  opacity:1;
  filter:alpha(opacity=100);
}
/* end navigator redirect bar*/
/*footer*/
#footer1{
  width:100%;
  background:#03180d;
  color:#999;
  text-transform:uppercase;
  height:80px;
  line-height:80px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#footer1content{
  width:960px;
  margin-left:auto;
  margin-right:auto;
}
#footer1content span{
  padding:0px 10px;
}
#footer2{
  width:100%;
  background:#2d003e;
  color:#999;
  height:61px;
  line-height:60px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#footer2content{
  width:960px;
  margin-left:auto;
  margin-right:auto;
}
#footer2content .social{
  line-height:40px;
}
#footer2content .social a{
  opacity:.5;
}
#footer2content .social a:hover, #footer2content .social a:active{
  opacity:1;
}
a.footerlink{
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  margin-left:20px;
}
a.footerlink:link, a.footerlink:visited{
  color:#999;
  text-decoration:none;
}
a.footerlink:hover, a.footerlink:active{
  color:#fff;
  text-decoration:none;
}
#linkWarning{
  display:none;
}
/*end footer*/


#contentarea{
  font-family:arial, helvetica, sans-serif;
  width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
}
body.homepage #contentarea{
  margin-bottom:0px;
}
.clearboth{
  clear:both;
}
/*
.isbox{
  background:white;
  margin-bottom:10px;
  border-radius:5px;
  -moz-border-radius:5px; 
  box-shadow: 2px 2px 5px #999;
  overflow:hidden;
}
.page-column .isbox .first-component, .page-column .isbox .first-component .page-component-title{
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  overflow:hidden;
}
.page-column .isbox .page-component:last-of-type{
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  overflow:hidden;
}
*/


#flash-messages {
  background: url("images/warning_24.png") no-repeat 5px 0px;
  padding-bottom: 5px;
}
#flash-messages ul {
  padding: 2px 0px 0px 0px;
  list-style: none;
  margin: 10px 0px 10px 40px;
}

/*row styles*/
.page-columnset{
  /*background-color:blue;*/
  width:100%;
}

/*column styles*/
.page-column{
  float:left;
  display:inline;
  position:relative;
  /*background-color:green;*/
}

/*component styles*/
.page-component{
  padding:0px 10px 10px 10px;
  display:block;
}
.page-component.first-component {
  padding-top:10px;
}
/*
.page-component.isbox{
  padding:10px;
}
*/



.potentialbox{
  overflow: visible;
}

/*set margins for all "boxed" items... the left and right sides will be exceptions - 5px should work, but doesn't in IE6. Must be divisible by 2. */
/*
.page-column .isbox{
  margin-left:6px;
  margin-right:4px;
  zoom: 1;
}
*/
/*exception for left side boxed columns*/
.page-column .first{
  margin-left:0px;
}
/*exception for left side boxed components*/
/*
.page-column .first .isbox{
  margin-left:0px;
}
*/
/*exception for right side boxed columns*/
.page-column .last{
  margin-right:0px;
}
/*exception for right side boxed components*/
/*
.page-column .last .isbox{
  margin-right:0px;
}
*/




/* CONTENT STYLES */

.page-component-title {
  font-family:'Roboto', arial, helvetica, sans-serif;
  font-size: 32px;
  margin:0px;
  line-height:36px;
  padding-bottom:8px;
  color: #2d003e;
}

a:link,a:visited{
  color:#5d1e79;
  text-decoration:none;
  outline:none;
}
a:hover,a:active{
  color:#5d1e79;
  text-decoration:underline;
  outline:none;
}
a img{
  border: none;
}
/* Underline adjustments for links */
#contentarea a{
  text-decoration: underline;
}
#contentarea .solutions a,
#contentarea .button-color a,
#contentarea .button-yellow a,
#contentarea a.button-icon,
#contentarea li.bjqs-slide a,
#contentarea .product-grid li a,
#contentarea .ComponentTypeDocument a
{
  text-decoration: none; 
}

.page-component h2 {
  font-size: 16px;
  line-height:28px;
  margin:0;
}

.page-component table{
  border-collapse:collapse;
  table-layout:auto;
}
.page-component td{
  border:1px solid #808080;
  padding:5px;
  vertical-align:top;
}
.page-component th{
  vertical-align:top;
  text-align:left;
}

.page-component .borderless td, .page-component.borderless td{
  border:0px;
  padding:5px;
}

/*COMPONENTS*/

/*documents*/
.ComponentTypeDocument ul{
  line-height:16px;
  margin:0px;
  padding:0px;
  list-style-type:none;
}
.ComponentTypeDocument li{
  padding:4px 10px 4px 4px;
  /*background:url('images/document_icon.png') no-repeat  -5px 0px;*/
  zoom:1;
  margin:0px;
}
.ComponentTypeDocument .icon{
  padding:4px 10px 4px 20px;
  background:url('images/icon_download.png') no-repeat  0px 5px;
}
/*end documents*/

/*images */
.ComponentTypeImage {
  /* required to support inline background styles */
  padding-top: 10px;
}
.panel img{border:0px;}

.ComponentTypeImage .lightbox .filmstrip { display: none; }
.ComponentTypeImage .lightbox .panel { display: none; }
.ComponentTypeImage .lightbox .panel:first-of-type { display: block; }
.ComponentTypeImage .open-gallery {
	display: block;
	text-align: center;
}

/*workflow tabs area*/
.ComponentTypeWorkflow h2{
  float:left;
  display:inline;
  margin-right:10px;
}
.ComponentTypeWorkflow form{
  margin: 2px 0px 0px; padding: 0px; height: 28px; line-height: 28px;
}
.workflow-market-selector{margin:0px;}
.workflowtabs{
  zoom:1;
  border-bottom:1px solid #808080;
}
.workflowtabs ul{
  margin:0px;
  padding:0px;
}
.workflowtabs li{
  padding:0px;
  margin:5px 1px 0px 0px;
  height:22px;
  line-height:22px;
  background:#808080;
  float:left;
  display:inline;
  border-radius:5px 5px 0 0;
}
.workflowtabs li a{
  padding:0px 10px;
  margin-left:0px;
  height:22px;
  line-height:22px;
  float:left;
  display:inline;
  white-space:nowrap;
}
.workflowtabs li a:link, .workflowtabs li a:visited, .workflowtabs li a:hover, .workflowtabs li a:active{
  color:white;
}
.workflowtabs li.workflow-tab-active a:link, .workflowtabs li.workflow-tab-active a:visited, .workflowtabs li.workflow-tab-active a:hover, .workflowtabs li.workflow-tab-active a:active{
  color:#bcbec0;
}
.workflowtabs li.workflow-tab-active{
  background:#585858;
  border-radius:5px 5px 0 0;
}
.workflowtabs li.workflow-tab-active a{
  color:white;
}
/*end workflow tabs area*/
/*workflow - tables version*/
.workflowstepswrapper-table{
  overflow:hidden;
  display:block;
  position:relative;
  width:100%;
}
.workflowslidetray-table td{
  width:140px;
  padding:0px 0px;
  vertical-align:top;
  position:relative;
}
.page-component table.workflowslidetray-table td{
  border:0px;
  /*padding:0px 5px;*/
  /*border-right:1px solid #333;*/
}
.workflowslidetray-table .product{
  padding:0px 10px 20px 10px;
  text-align:center;
  line-height:14px;
  margin:10px 0px;
  background: url('images/stepstripe.png') no-repeat right top;
}
.workflowslidetray-table .product img{
  border:0px;
  margin-bottom:5px;
}
.workflowslidetray-table td .steplabel{
  height:16px;
  background:url('images/stepfooterbg.png') bottom repeat-x;
  line-height:16px;
  font-size:10px;
  color:#666;
  position:absolute;
  bottom:10px;
  width:130px;
  padding-left:10px;
}
.workflowslidetray-table td.firstinstep .steplabel{
  margin-left:10px;
  width:120px;
}
.workflowslidetray-table td.lastinstep .steplabel{
  margin-right:10px;
  width:120px;
}
/*.workflows, .workflow-scrollwrapper, .workflow-scrollingbox{
  width:100%;
}
.jScrollPaneContainer{
  width:100%;
}
.jScrollPaneContainer{
  background:blue;
}*/

/*end workflow*/

/*map component*/
.ComponentTypeProductMap .map-canvas{
  font-size:14px;
  color: #333;
  background-color:#55557f;
}
.ComponentTypeProductMap .map-canvas a img, .ComponentTypeProductMap .map-canvas a{
  border:0px;
}
.ComponentTypeProductMap .multiLocHeader{
  font-size:18px;
  border-bottom:1px solid #ccc;
}
.ComponentTypeProductMap .maptile{
  background-color:#55557f !important;
}
.ComponentTypeProductMap .hdbox{
  width:15px;
  text-align:center;
  line-height:12px;
  padding:1px;
  background-color:#000;
  color:white;
  font-size:9px;
  border:1px solid #ccc;
}
.ComponentTypeProductMap .addresstext{
  font-size:10px;
  color:#999;
}

/*what's hot component v2.0*/
.page-column .page-component.ComponentTypeWhatsHot{
  padding:20px 4000px;
  margin:0px -4000px;
  background: url('/assets/templates/purple/images/whats_hot_bg.png') repeat;
  height:360px;
  box-sizing: border-box;
  border-top:1px solid #e1dfda;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  position: relative;
}
.ComponentTypeWhatsHot .page-component-title{
  padding:0px;
}
.ComponentTypeWhatsHot .whatsHotItem{
  display:none;
  margin-top:20px;
  position: relative;
}
.ComponentTypeWhatsHot .whatsHotItem.visible{
  display:block;
}
.ComponentTypeWhatsHot .whatsHotItem .img{
  float: left;
  width: 460px;
  height: 200px;
/*  background: black;*/
  margin-right: 20px;
  text-align: center;
  position:relative;
}
.ComponentTypeWhatsHot .whatsHotItem .img a{
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width: 100%;
}
.ComponentTypeWhatsHot .whatsHotItem .img img{
  max-width: 100%;
  max-height: 100%;
}
.ComponentTypeWhatsHot .video-wrapper{
  display: none;
}
.ComponentTypeWhatsHot .shortTitle{
  font-family:'Roboto', arial, helvetica, sans-serif;
  width: 460px;
  float: left;
  padding:5px 0px
}
.ComponentTypeWhatsHot .shortDescr{
  width: 460px;
  float: left;
  padding:5px 0px;
  max-height: 150px;
  overflow-y:auto;
}
.ComponentTypeWhatsHot .moreLink{
  width: 460px;
  float: left;
  padding:5px 0px
}
.whatsHotDots{
  width:100%;
  position:absolute;
  bottom:40px;
  left: 0px;
  text-align: center;
}
.hotDot{
  display: inline-block;
  width:20px;height:20px;
  margin:0 5px;
  background:url('/assets/templates/purple/images/whats_hot_controls.png') no-repeat center top;
  cursor: pointer;
}
.hotDot.active{
  background-position:center bottom;
  cursor:default;
}
/*what's hot component*/
/*
.page-component.ComponentTypeWhatsHot{
  padding:0px;
  position:relative;
}
.ComponentTypeWhatsHot .page-component-title{
  padding: 10px 10px 0px 10px;
}
.ComponentTypeWhatsHot .whatsHotItem{
  this is the outer div
  position:relative;
  display:none;
  padding:0px;
  left:0px;
  top:0px;
  padding-bottom:0px;
  zoom:1;
  min-height:20px;
  overflow:hidden;
}
.ComponentTypeWhatsHot .whatsHotItem.fixedHeight{
  height:100%;
}
.ComponentTypeWhatsHot .whatsHotItem.visible{
  display:block;
}
.ComponentTypeWhatsHot .whatsHotItem .img {
  position: relative;
  display:block;
  text-align: center;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
  zoom: 1;
}
.ComponentTypeWhatsHot .whatsHotItem.expanded .img { padding-top:10px; }
.ComponentTypeWhatsHot .whatsHotItem img {
  border:0px;
}
.ComponentTypeWhatsHot .shortTitle{
  font-size: 16px;
  font-weight: bold;
  padding:10px;
  padding-bottom:0px;
  line-height:20px;
}
.ComponentTypeWhatsHot .shortTitle.bigMargin{ padding-bottom:40px;}
.ComponentTypeWhatsHot .shortDescr{
  padding:10px 10px 40px 10px;
}
.ComponentTypeWhatsHot .moreLink{
  position:absolute;
  bottom:10px;
  left:10px;
}
.ComponentTypeWhatsHot .lowerthirdwrap{
  position:absolute;
  width:100%;
  bottom:0px;
  left:0px;
}
.ComponentTypeWhatsHot .lowerthirdoverlay{
  background:#fff;
  height:100%;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0px;
  display:none;
}
.ComponentTypeWhatsHot.isbox .lowerthirdoverlay{
  padding:0px;
  margin-left:0px;
  margin-bottom:0px;
}
.ComponentTypeWhatsHot .lowerthirdstext{
  padding:10px;
  position:relative;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  display:none;
}
.ComponentTypeWhatsHot.isbox .lowerthirdstext{
  padding:10px;
}
.ComponentTypeWhatsHot .video-wrapper{
  display: none;
}
*/

/* END COMPONENTS */


/* dynamic page styles*/
  .ComponentTypeCodeFile td{
    border:0px;
  }
  .data-list { width:100%;}
  .data-list td{
    padding-bottom:10px;
    padding-top:10px;
    border-left:0px;
    border-right:0px;
    border-top:1px solid #808080;
    border-bottom:none;
  }
    
  /*dealers*/
    /*reseller tabs - pretty much like column tabs, but wanted to keep separate for sanity's sake */
    a.reseller-tab{
      display: inline-block;
      margin-right:-15px;
      position:relative;
    }
    a.reseller-tab:hover, a.reseller-tab:active{
      text-decoration:none;
    }
    .reseller-tab.tab-active {
      z-index:100 !important;
    }
    .reseller-tab .tab-segment{
      display:block;
      float:left;
      height:34px;
      line-height:34px;
    }
    .reseller-tab-lt{
      background:url('images/tabs/content_tab_bg_01.png') no-repeat;
      width:12px;
    }
    .reseller-tab.tab-active .reseller-tab-lt{
      background:url('images/tabs/content_tab_active_bg_01.png') no-repeat;
    }
    .reseller-tab-title{
      background:url('images/tabs/content_tab_bg_02.png') repeat-x;
      color:#bcbec0;
    }
    .reseller-tab:hover .reseller-tab-title, .reseller-tab.tab-active .reseller-tab-title{
      color:#fff;
    }
    .reseller-tab.tab-active .reseller-tab-title{
      background:url('images/tabs/content_tab_active_bg_02.png') repeat-x;
    }
    .reseller-tab .reseller-tab-rt{
      background:url('images/tabs/content_tab_bg_03.png') no-repeat;
      width:20px;
    }
    .reseller-tab.tab-active .reseller-tab-rt{
      background:url('images/tabs/content_tab_active_bg_03.png') no-repeat;
    }
    /*
    .reseller-tab-nav {
        margin: 10px 0px 0px 5px;
    }
    .reseller-tab-nav a {
        display: inline-block;
        padding: 8px 20px;
        background-color: #222;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #333;
    }
    .reseller-tab-nav a.tab-active {
        background-color: #666;
        border-color: #666;
        color: white;
    }
    */
    .reseller-lists {
        margin: 0px 5px;
    }
    .reseller-list {
        display: none;
    }
    .reseller-list-active {
        display: block;
    }
    .reseller-load-indicator {
        width:16px;
        height:12px;
        margin-top:4px;
        background:url('images/ajax-loader-dark-bg.gif') no-repeat;
        display:none;
    }
  .dealer-table tr:first-of-type td{
    border-top:none;
  }
  .dealer-table td{
    vertical-align:top;
  }
    .dealer-table td.img{
    width: 1%;
  }
  .dealer-filter td{
    border:none;
    padding-top:none;
  }
  .dealer-pagination {
    margin-left: 5px;
  }
    
  .news-index-item{
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #808080;
  }
  .news-index-date {
    font-size:10px;
    color: #666;
  }
    .product-news-more {
    padding:10px 0;
    border-top:1px solid #808080;
    /*background:#444;*/
    font-weight: bold;
    }
  .page-component th{
    padding:5px;
  }
  .product-registrations td{
    border-top:1px solid #808080;
    padding-bottom:10px;
    padding-bottom:10px;
  }
  /* for lists of divs */
  .ruleAtBottom{
    padding-bottom:10px;
    margin-bottom:10px;
    border-top:1px solid #808080;
  }
  .ruleAtTop{
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid #808080;
  }
  .customer-settings-sidebar ul{
    margin:0px;
    padding:0px;
    list-style-type:square;
    list-style-position:inside;
  }

/* end dynamic page styles */
/* dynamic page styles for registration forms */

.customer-settings-header{font-size:16px;color:#999;display:block;width:100%;padding-top:10px;border-top:1px solid #808080;line-height:24px;margin-top:5px;}
.redText{color:red;}
ul.errors{color:red;list-style-type:square;}

.form-messages {padding: 5px 5px 5px 0px; border-bottom: 1px dotted #ccc; margin-bottom: 15px;}
.errors {color:red;}
.notices {font-weight: bold;}

/*scrolling workflows*/
  a.jScrollArrowLeft {
    background: url(images/carousel/carousel_arrows_left.png) no-repeat center -20px  #ccc;
    border-radius:5px;
  }
  a.jScrollArrowRight {
    background: url(images/carousel/carousel_arrows_right.png) no-repeat center -20px #ccc;
    border-radius:5px;
  }
  a.jScrollArrowLeft:hover, a.jScrollArrowRight:hover{
    background-color:#bbb;
  }
  .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height:auto;
  }

  .jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    left: 0;
    bottom: 0;
    width: 100%;
    background:#eee;
  }

  .jScrollIntervalTrack {
    position: absolute;

  }

  .jScrollPaneDrag {
    position: absolute;
    background:#ccc;
    border-radius:5px;
    cursor: pointer;
    overflow: hidden;
  }
  .jScrollPaneDrag:hover{
    background:#bbb;
  }
  .jScrollPaneDragLeft, .jScrollPaneDragCenter, .jScrollPaneDragRight {
    display:none;
  }
  a.jScrollArrowLeft {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    text-indent: -2000px !important;
    overflow: hidden;
    /*background-color: #666;*/
    height: 20px;
    width: 20px;
    border-radius:5px 0 0 5px;
  }
  a.jScrollArrowLeft:hover {
    /*background-color: #f60;*/
  }

  a.jScrollArrowRight {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px !important;
    overflow: hidden;
    /*background-color: #666;*/
    height: 20px;
    width: 20px;
    border-radius:0 5px 5px 0;
  }
  a.jScrollArrowRight:hover {
    /*background-color: #f60;*/
  }
  a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
  }
  .scrollInitiated{

  }

/*end scrolling workflows*/
/*END COMPONENTS*/

.transpng{}

/* galleryview plugin override */
.panel {
  background: none !important;
  text-align: center;
  overflow:visible;
}
.gallery #pointer{
  border-color:#61116A !important;
}
.panel img {
  padding:5px;
  max-height: 100%;
  width: auto;
}
area {
  cursor:pointer;
}

/* Flash warn */
.flash-warn {
  color: #ccc;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.flash-warn-header  {
  font-size: 16px;
  margin-bottom: 10px;
}
.flash-warn-link  {
  margin-top: 10px;
}

/* DEBUG */

.db-profiler-toggle {
    margin: 5px;
    opacity: 0.05;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: transparent url('/assets/admin/images/icons/sinfo_16.png') no-repeat top left;
}
.db-profiler-container {
    display: none;
}
.db-profiler-container p {
    margin: 0px;
    padding: 0px;
}
.db-profiler-info {
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    margin: 10px 5px 5px 5px;
    padding: 5px;
    background: #eee;
    color: #333;
    border: 1px solid #808080;
}
.db-profiler-query {
    margin-bottom: 5px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
}
.db-profiler-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

/* component alternate styles */
.page-component.border-left{
  width:auto;
  padding-left:20px;
  border-left:1px solid #808080;
}
.page-component.border-right{
  width:auto;
  padding-right:20px;
  border-right:1px solid #808080;
}

/*default 1.0: */
.component-white{
  background:white;
  color: black;
}
.component-white .page-component-title{
  background:url('images/alt-components/component-white/titlebar-bg.gif') #000 repeat-x center left;
  color:white;
  width:100%;
  margin-left:-10px;
  padding: 10px;
  margin-top:0px;
  margin-bottom: 0px;
  position: relative;
  top: -10px;
}
/*
.ComponentTypeWhatsHot.component-white .page-component-title{
  margin:0px;
    top: 0px;
  width:auto;
}
.lt-ie9 .ComponentTypeWhatsHot.component-white .page-component-title{
    top: -1px;
}
.lt-ie9 .ComponentTypeWhatsHot.component-white .whatsHotItem {
    top: -1px;
}
.ComponentTypeWhatsHot.component-white .shortTitle a{
  color:#0A82C5;
}
.ComponentTypeWhatsHot.component-white .whatsHotItem.expanded .img{
  padding:0px;
}
*/
.component-gray{
  background:#8b8b8b;
}
.component-gray a:link, .component-gray a:visited{
  color:white;
  font-weight:bold;
}
.component-gray a:hover, .component-gray a:active{
  color:white;
  font-weight:bold;
}
.page-component.component-solutions-horiz{
  padding: 5px 0px;
  text-align: center;
  white-space: nowrap;
}
.component-gradient{
  background:#fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#ffffff'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#ffffff)); /* for webkit browsers */ /* for firefox 3.6+ */ 
  color: black;
}
.component-gradient .page-component-title{
  color: black;
}

/* Carousel Styles (for multi-video component etc.) */
.carouselwrapper{
  height:60px;
}
.video_carousel{
  height:60px;
  /*background:url('images/carousel/carouselbarbg.gif') repeat-x #262626;*/
  overflow:hidden;
  display:block;
  float:left;
}
.carousel_videos{
  list-style-type:none;
  padding:0;
  margin:0 auto;
  margin-left:0px;
}
.carousel_video{
  display:block;
  padding:7px 4px;
  float:left;
  display:inline;
}
.carousel_video img{
  box-shadow: 2px 2px 5px #999;
}
.carousel_video.active{
  padding:6px 3px;
  background:url('images/carousel/carousel_uptick.png') no-repeat center 1px;
}
.carousel_video.active img{
  border:1px solid #61116A;
}
.carousel_video.active:hover img{
  border:1px solid #61116A;
  cursor:default;
}
.carousel_video:hover{
  padding:6px 3px;
}
.carousel_video:hover img{
  border:1px solid #000;
  cursor:pointer;
}
.carousel_arrow{
  display:none;
  height:60px;
  width:16px;
  float:left;
}
.carousel_arrow.visible{
  display:block
}
.carousel_leftarrow{
  text-align:left;
  background:url('images/carousel/carouselbarspacer.png') no-repeat right center;
}
.carousel_rightarrow{
  text-align:right;
  background:url('images/carousel/carouselbarspacer.png') no-repeat left center;
}
.carousel_arrow a{
  display:block;
  float:left;
  width:5px;
  height:60px;
  margin:0px 2px;
  padding:0 3px;
}
.carousel_arrow img{
  display:block;
  float:left;
}
.carousel_leftarrow a{
  background:url('images/carousel/carousel_arrows_left.png') no-repeat center bottom;
}
.carousel_rightarrow a{
  background:url('images/carousel/carousel_arrows_right.png') no-repeat center bottom;
}
.carousel_leftarrow.enabled a{
  background:url('images/carousel/carousel_arrows_left.png') no-repeat center top;
  cursor:pointer;
}
.carousel_rightarrow.enabled a{
  background:url('images/carousel/carousel_arrows_right.png') no-repeat center top;
  cursor:pointer;
}
/*.carousel_leftarrow.enabled a:hover{
  background:url('images/carousel/carousel_arrows_left.png') no-repeat center center;
}
.carousel_rightarrow.enabled a:hover{
  background:url('images/carousel/carousel_arrows_right.png') no-repeat center center;
}
*/
.carousel_spacer{
  visibility:hidden;
}
.ComponentTypeVideoAsset .video-container, .ComponentTypeVideo object{
  box-shadow: 2px 2px 5px #999;
  background: black;
}
.video-zoom-background{
  display:none;
  background-color:white;
  position:fixed;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  z-index:9000;
  opacity:0.5;
  filter:alpha(opacity=50);
}

/* http://bugs.jquery.com/ticket/4872 */
object.video, .video-wrapper {
    overflow: auto;
}

.video-wrapper {
/*    display: inline-block;*/
    position: absolute;
}

.highlight-overlay-content {
    min-height:100px;
    margin: 0px 40px;
}
.highlight-overlay-image {
    float: right;
    margin-left:20px;
    margin-bottom: 10px;
}


/* TABS */
.column-tab-wrapper{
  font-family:'Roboto', arial, helvetica, sans-serif;
  font-size:16px;
  min-height:63px;
  max-height:130px;
  background-color:#f5f3eb;
  border-top:1px solid #e1dfda;
  border-bottom:1px solid #e1dfda;
  padding:0px 4000px;
  margin:0px -4000px;
}
.page-column .tabbed-column .page-component {
    display: none;
    padding-top:10px;
}
.page-column .tabbed-column .page-component:first-child {
    display: block;
}
.column-tab{
  display: inline-block;
  cursor: pointer;
  height:45px;
  margin-top:18px;
  margin-right:0px;
  padding:0 15px;
  line-height:45px;
  color:#5d1e79;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  position:relative;
  top:1px;
  border:1px solid transparent;
  border-bottom:none;
}
.column-tab:hover{
  color:#03180d;
}
.column-tab.active{
  border:1px solid #e1dfda;
  border-bottom:none;
  background:white;
  color:#03180d;
}

/* Dividers */
.page-component.ComponentTypeDivider{
  display:none;
}
/*
.page-component.ComponentTypeDivider{
  padding:5px 0px;
}
.ComponentTypeDivider .divider{
    width:100%;
    display:block;
}
.ComponentTypeDivider .divider.top{
    position:relative;
    top:-5px;
}
.ComponentTypeDivider .divider.bottom{
    position:relative;
    top:5px;
}
*/
/* apply to <a> tag: */
.button-yellow-bar:link, .button-yellow-bar:visited{
  text-align: center;
  display:block;
  font-weight: bold;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px;
  background:rgb(179,145,34);
  color: white;
  background-image: -webkit-linear-gradient(bottom, rgb(245,203,14) 29%, rgb(179,145,34) 83%);
  background-image: linear-gradient(bottom, rgb(245,203,14) 29%, rgb(179,145,34) 83%);  
  border-radius:5px;
  -moz-border-radius:5px; /* Old Firefox */
  box-shadow: 5px 5px 10px #ccc;
  text-shadow:2px 2px 10px #666;
}
.button-yellow-bar:hover, .button-yellow-bar:active{
  color: white;
  text-decoration:none;
  background:rgb(245,203,14);
  text-shadow:2px 2px 10px #666;
}
/*new green buttons for purple template */
.button-color, .button-yellow{
  margin:0 auto;
  height:40px;
  line-height:40px;
  width:150px;
  background-color:#49ae38;
  background: rgb(102,204,51); /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,204,51,1)), color-stop(101%,rgba(74,174,56,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(102,204,51,1) 0%,rgba(74,174,56,1) 101%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-linear-gradient(top, rgba(102,204,51,1) 0%, rgba(74,174,56,1) 101%);
  background: linear-gradient(to bottom,  rgba(102,204,51,1) 0%,rgba(74,174,56,1) 101%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#4aae38',GradientType=0 ); /* IE6-9 */
  text-align:center;
  border: 1px solid #53b423;
  box-shadow: 1px 1px 0px rgba(255,255,255,.18) inset;
}
.button-color.releasewidth, .button-yellow.releasewidth{
  width:auto;
  display: inline-block;
  padding:0px 10px;
}
.button-color:hover, .button-color:active,  .button-yellow:hover,  .button-yellow:active{
  background-image:none;
  background-color:#49ae38;
}
.button-color a, .button-yellow a{
  text-transform:uppercase;
  color:white;
  font-weight:bold;
  display:block;
  height:100%;
  width:100%;
  line-height:40px;
  text-shadow:-1px -1px 0px rgba(3,3,3,.3);
  font-size:12px;
}
.button-color a:hover, .button-color a:active, .button-yellow a:hover, .button-yellow a:active{
  color:white;
  text-decoration:none;
}


.button-gotoservices, .button-gotosolution, .button-learnmore, .button-wheretobuy, .button-schedulevisit{
  padding-top:10px;
}
.button-gotoservices a, .button-gotosolution a, .button-learnmore a, .button-wheretobuy a, .button-schedulevisit a{
  display:block;
  height:28px;
  width:176px;
  margin:0 auto;
}

/* colored background component titles */
/*

title_bg_blue.png
title_bg_orange.png
title_bg_purple.png
title_bg_yellow.png

*/
.title-color .page-component-title{
  padding:5px 30% 10px 10px;
  color:white;
  background-size:100% auto !important;
  margin-bottom:10px;
}
.title-color.yellow .page-component-title{
  background:url('images/title_bg_yellow.png') no-repeat left bottom;
}
.title-color.blue .page-component-title{
  background:url('images/title_bg_blue.png') no-repeat left bottom;
}
.title-color.orange .page-component-title{
  background:url('images/title_bg_orange.png') no-repeat left bottom;
}
.title-color.purple .page-component-title{
  background:url('images/title_bg_purple.png') no-repeat left bottom;
}
/* bonus classes, usable in rich text or on components */
.drop-shadow, .img-drop-shadow img{
  box-shadow: 2px 2px 5px #999;
}
.img-drop-shadow img{
  padding:0px;
}
.fade-on{
  opacity:0.8;
  filter:alpha(opacity=80);
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}
.fade-on:hover, .fade-on:active{
  opacity:1;
  filter:alpha(opacity=100);
}
.video-pad{
  padding-left:160px;
}
.no-padding{
  padding:0px !important;
}
.ComponentTypeImage.no-padding img{
  padding: 0px;
}


/*TIPSY*/
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
  .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

  
/*END TIPSY*/
/*tipsy overrides*/
.tipsy { font-size: 12px;}



/* Slideshow component */


.ComponentTypeSlideshow .slides {
  position:relative;
}

/*
  Slides container
  Important:
  Set the width of your slides container
  Set to display none, prevents content flash
*/

.ComponentTypeSlideshow .slides_container {
  overflow:hidden;
  position:relative;
  display:none;
}

/*
  Each slide
  Important:
  Set the width of your slides
  If height not specified height will be set by the slide content
  Set to display block
*/

.ComponentTypeSlideshow .slides_container a,  .ComponentTypeSlideshow .slide{
  display:block;
  position:relative;
}

.ComponentTypeSlideshow .html-content{
  position:absolute;
  top:0px;
  right:0px;
  width:400px;
  z-index:1;
}
.ComponentTypeSlideshow .video-wrapper{
    position:absolute;
  width:425px; height:263px;
    overflow: hidden;
/*  background:url("/assets/templates/default_v2/images/slides/loading_dark.gif") no-repeat center center #000;*/
/*  background: #000;*/
  top:50px;
  right:90px;
 box-shadow: 2px 2px 5px #333;
}
.ComponentTypeSlideshow .video{
    display: none;
}
.ComponentTypeSlideshow .video-play-button, .ComponentTypeWhatsHot .video-play-button{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
}
.ComponentTypeSlideshow .video-play-button{
    background: url("/assets/templates/default_v2/images/play_button_square_100px.png") no-repeat center center;
}
.ComponentTypeWhatsHot .video-play-button{
    background: url("/assets/templates/default_v2/images/play_button_square_50px.png") no-repeat center center;
}

/*
  Next/prev buttons
*/

.ComponentTypeSlideshow .slides .next,.ComponentTypeSlideshow .slides .prev {
  position:absolute;
/*  top:<?=$slideshow_height/2-11?>px;*/
    top:0px;
  width:21px;
  height:0;
  padding-top:21px;
  overflow:hidden;
  display:block;
  z-index:101;
    visibility: hidden;
}

.ComponentTypeSlideshow .slides .prev {
  background:url(/assets/templates/default_v2/images/slides/arrow-prev.png);
  left:10px;
}

.ComponentTypeSlideshow .slides .next {
  right:10px;
  background:url(/assets/templates/default_v2/images/slides/arrow-next.png);
}

/*
  Pagination
*/

.ComponentTypeSlideshow .slides .pagination {
  padding:5px;
  position:absolute;
  bottom:0px;
  right:0px;
  z-index:102;
}

.ComponentTypeSlideshow .slides .pagination li {
  float:left;
  margin:2px 4px;
  list-style:none;
  position:relative;
  bottom:0px;
  box-shadow: 2px 2px 2px #ccc;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
}

.ComponentTypeSlideshow .slides .pagination li:hover{
  bottom:5px;
  box-shadow: 2px 2px 4px #999;
}

.ComponentTypeSlideshow .slides .pagination li a {
  display:block;
  /*width:55px;
  height:41px;*/
  float:left;
  background:#f9f9f9;
}
.ComponentTypeSlideshow .slides .pagination li .thumbtext{
  position:absolute;
  display:none;
}
.ComponentTypeSlideshow .slides .pagination li:hover .thumbtext{
  position:absolute;
  display:block;
}
.ComponentTypeSlideshow .slides .pagination li.current a {
  border:1px solid #7f7f7f;
  margin:0;
}

/* COLUMNS */
.columns-two{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  /*
  -webkit-column-rule: 1px outset #eeeeee;
  -moz-column-rule: 1px outset #eeeeee;
  column-rule: 1px outset #eeeeee;
  */
}
.columns-three{
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  /*
  -webkit-column-rule: 1px outset #eeeeee;
  -moz-column-rule: 1px outset #eeeeee;
  column-rule: 1px outset #eeeeee;
  */
}
.columns-four{
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  /*
  -webkit-column-rule: 1px outset #eeeeee;
  -moz-column-rule: 1px outset #eeeeee;
  column-rule: 1px outset #eeeeee;
  */
}
/* single items to not break between columns */
.columns-two p, .columns-two table, .columns-two ul, .columns-two ol, .columns-two li, .columns-three p, .columns-three table, .columns-three ul, .columns-three ol, .columns-three li, .columns-four p, .columns-four table, .columns-four ul, .columns-four ol, .columns-four li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside:avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
/* but DO break UL's and <p>'s if they're an only child */
.columns-two p:only-child, .columns-two ul:only-child, .columns-two ol:only-child, .columns-three p:only-child, .columns-three ul:only-child, .columns-three ol:only-child, .columns-four p:only-child, .columns-four ul:only-child, .columns-four ol:only-child{
  -webkit-column-break-inside: auto;
  -moz-column-break-inside: auto;
  -o-column-break-inside: auto;
  column-break-inside: auto;
  page-break-inside: auto;
  break-inside:auto;
  -webkit-column-break-inside: auto;
  break-inside: auto;
  page-break-inside: auto;
  display:block;
}

/* fix UL/OL to be inline-block so they don't break up between columns */
/* causes more problems than it fixes
.columns-two ul, .columns-three ul, .columns-four ul, .columns-two ol, .columns-three ol, .columns-four ol{
  display:inline-block;
}
*/

/* kill empty ULs */
.columns-two ul:empty, .columns-three ul:empty, .columns-four ul:empty{
  display:none;
}

/* paired tags to NOT break between columns */
strong+ul, strong+ol{
  -webkit-column-break-before: avoid;
  -moz-column-break-before: avoid;
  -o-column-break-before: avoid;
  column-break-before: avoid;
  page-break-before: avoid;
  -webkit-break-before:avoid;
  -moz-break-before:avoid;
  break-before:avoid;
  -webkit-break-before: avoid-column;
  -moz-break-before: avoid-column;
  break-before: avoid-column;
  page-break-before: avoid;
}

/* END COLUMNS */

/* TICKERS: #news = homepage, .news-ticker = product news component */
.page-component.news-ticker{padding:0px;}
#news{width: 960px; height: 40px;line-height:40px;margin:0 auto;color: #2d003e;font-size:13px;border-top:1px solid #e1dfda;background-color:#f5f3eb;z-index:1;position: relative;}
#news strong{display: block;float: left;color:#2d003e; padding:0 20px;}
.news-ticker {width: 960px; height: 40px;line-height:40px;margin:0 auto;color: #2d003e;font-size:13px;border:1px solid #e1dfda;border-radius:20px;z-index:1;position: relative;}
.news-ticker strong {display: block;float: left;color:#2d003e; padding:0 20px;border-right:1px solid #e1dfda;}
#news-container {width: 770px; height: 27px; float: left;}
/* Homepage news ticker container */
.news-ticker .bjqs-wrapper{
  border-right:1px solid #e1dfda;
  padding-right:10px;
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; padding-left: 20px;}
li.bjqs-slide{position:absolute; display:none;}
li.bjqs-slide a {text-decoration: none;color: #5d1e79;
  display:block;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:-75px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{right:-45px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-controls li {width: 45px; display: inline-block;}
.bjqs-prev a {background: url("/assets/templates/purple/images/news_left_arrow.png") no-repeat center top;text-indent: -9999px;width: 8px;height: 18px;}
.bjqs-prev a:hover{background-position:center bottom;}
.bjqs-next a {background: url("/assets/templates/purple/images/news_right_arrow.png") no-repeat center top;text-indent: -9999px;width: 8px;height: 18px;}
.bjqs-next a:hover{background-position:center bottom;}

/*homepage carousel/slideshow */
body.homepage #contentarea{
  margin-top:420px;
}
#hp_slides_wrapper{
  width:100%;
  overflow:hidden;
  position:absolute;
  left:0px;
  right:0px;
}
#hp_slides_drawer{
  list-style:none;
  padding:0;
  margin:0;
  position:relative;
  overflow:visible;
  height:100%;
  background-color:black;
}
#hp_slides_drawer li{
  width:100%;
  height:100%;
  float:left;
  position:relative;
  overflow:visible;
}
.hp_slide_content{
  position:absolute;
  top:0;
  left:0;
  width:960px;
  height:420px;
  margin:0 auto;
}
.carousel_highlight{
  width:430px;
  height:240px;
  background-color:white;
  box-shadow:5px 5px 0px #5d1e79;
  position:absolute;
  top:60px;
  right:5px;
  box-sizing:border-box;
  padding:15px 30px;
  font-weight:lighter;
  font-size:18px;
  line-height:28px;
  color:#5e5e5e;
}
.carousel_highlight h1{
  font-weight:lighter;
  font-size:32px;
  line-height:36px;
  color:#5d1e79;
  margin:5px 0px 10px 0px;
}
.carousel_highlight .button-color{
  margin:15px 0;
}
.hp_slide_bg{
  position:relative;
  top:0;left:0;
  height:100%;
  width:100%;
  background-repeat:none;
  background-size:cover;
  background-position:center center;
}
.hp_carousel_button{
  position:absolute;
  top:200px;
  background:white;
  display:block;
  z-index:10;
  width:40px;
  height:50px;
  background-color:#2d003e;
  transition: all ease-out .2s;
  -moz-transition: all ease-out .2s; /* Firefox 4 */
  -webkit-transition: all ease-out .2s; /* Safari and Chrome */
  -o-transition: all ease-out .2s; /* Opera */
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:center center;
}
.hp_carousel_button:hover, .hp_carousel_button:active{
  background-color:#5d1e79;
}
#hp_slideshow_prev{
  left:10px;
  background-image:url('/assets/templates/purple/images/carousel_arrow_left.png');
}
#hp_slideshow_next{
  right:10px;
  background-image:url('/assets/templates/purple/images/carousel_arrow_right.png');
}


/*category page product grid*/
.page-component.product-grid{
  font-family:'Roboto', arial, helvetica, sans-serif;
  padding:10px 0px 0px 0px;
}
.product-grid ul{
  list-style-type: none;
  overflow:hidden;
  margin:0px;
  padding:0px;
}
.product-grid li{
  box-sizing: border-box;
  background-color:#5d1e79;
  color:white;
  font-size: 20px;
  line-height: 24px;
  padding:135px 0px 0px 0px;
  position:relative;
  width:300px;
  height:235px;
  margin:10px;
  display:inline-block;
  float: left;
}
.product-grid li.smaller{
  font-size: 16px;
  line-height: 20px;
}
.product-grid li:nth-of-type(3n){
  margin-right: 0px;
}
.product-grid li:nth-of-type(3n-2){
  margin-left: 0px;
}
.product-grid li a{
  display:block;
  width: 100%;
  height: 100%;
  padding:20px 20px 0px 20px;
  box-sizing: border-box;
}
.product-grid li a:link, .product-grid li a:visited{
  color:white;
}
.product-grid li a:hover, .product-grid li a:active{
  color:white;
  text-decoration:underline;
}
.product-grid li img{
  position:absolute;
  top:0px;
  left:0px;
  height:135px;
  width:100%;
  object-fit:cover;
  object-position: center center; /* FF3.6+ */
  background-color:white;
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
  background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
  background-image: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background-image: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.product-grid li:after{
  content: '';
  background: url('/assets/templates/purple/images/product_grid_arrow.png') no-repeat center center;
  width: 20px;
  height: 10px;
  position:absolute;
  top:125px;
  left:20px;
}

/*TODO*/
/*category page product list*/
.product-list ul{
  list-style-type: none;
  margin:0;
  padding: 0px;
}
.product-list li{
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.product-list li a{
  color: #5e5e5e;
}
.product-list li a{
  display: inline-block;
  padding:10px 0px;
}
.product-list li li a{
  padding:0px;
}
.product-list li li{
  font-weight: normal;
  border-top:1px solid #e1dfda;
  padding:5px 10px 5px 0px;
  background:url('/assets/templates/purple/images/product_list_caret.png') no-repeat right center;
}
.product-list li li a{
  color: #5d1e79;
}
.product-list li li.t3-lead-in{
  background-position:right 10px;
}
.product-list li li ul{
  margin-top: 5px; 
}
.product-list li li li{
  padding-left:10px;
  position: relative;
  right:-10px;
}
.columns-two .break-anyway, .columns-three .break-anyway, .columns-four .break-anyway, .columns-two .break-anyway ul, .columns-three .break-anyway ul, .columns-four .break-anyway ul{
  -webkit-column-break-inside: auto;
  page-break-inside: auto;
  break-inside: auto;
}
/*product highlights and download buttons*/
.button-icon{
  display:inline-block;
  height:40px;
  line-height:40px;
  padding-left:50px;
  text-transform: uppercase;
  margin-right:20px;
  color:#5d1e79;
  font-family:'Roboto', arial, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}
.button-icon:hover, .button-icon:active{
  color:#5d1e79;
  text-decoration: underline;
}
.button-icon.highlights, .ComponentTypeHighlights .button-icon{
  background:url('/assets/templates/purple/images/button_highlights.png') no-repeat left center;
}
.button-icon.download{
  background:url('/assets/templates/purple/images/button_download.png') no-repeat left center;
}

/* PRODUCT HIGHLIGHTS */
.ComponentTypeHighlights.render-icon ul { display: none }
.product-highlights-overlay {
  margin: 70px 0px 0px 0px !important;
}
.product-highlights-overlay > ul {
  background:#f5f3eb;
  width:260px;
  box-sizing:border-box;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  float: left;
  border-top:1px solid #e1dfda;
  border-right:1px solid #e1dfda;
}
.product-highlights-overlay > ul li:first-of-type a{
  border-top:1px solid #e1dfda;
}
.product-highlights-overlay > ul a {
  border-bottom:1px solid #e1dfda;
  font-weight:bold;
  padding:20px 30px 20px 20px;
  box-sizing:border-box;
  display: block;
  line-height:20px;
  font-size: 18px;
}
.product-highlights-overlay > ul a {
  color:#5e5e5e;
  text-decoration:none;
  position:relative;
  left:1px;
}
.product-highlights-overlay > ul a.active {
  color:#5d1e79;
  border-right:1px solid #fff;
  background:url('images/purple_pointer.png') no-repeat 240px center #fff;
}
.product-highlights-overlay > ul a:hover, .product-highlights-overlay ul a:active {
  color:#5d1e79;
}
.product-highlights-overlay .highlights-content {
  margin-left: 260px;
}
.product-highlights-overlay .highlight-content {
  font-family:arial, helvetica, sans-serif;
}
.product-highlights-overlay .highlight-overlay-content {
  padding: 20px 0px 20px 20px;
  margin:0px;
  border-top:1px solid #e1dfda;
}
.product-highlights-overlay .highlight-overlay-content > h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
  color: #2d003e;
}
.highlight-link-text {
	margin-top: 10px;
	display: block;
	text-align: center;
}
.highlight-link-text .button-icon {
	background:url('/assets/templates/purple/images/button_highlights.png') no-repeat left center;
}

/*homepage solutions row*/
.solutions{
  display: -webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  -webkit-box-pack:justify;
  justify-content:space-between;
}
.solution{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  background:#fff;
  border-left:1px solid #e1dfda;
  box-sizing:border-box;
  padding:20px 20px 10px 20px;
  -ms-flex-preferred-size:25%;
  -webkit-flex-basis:25%;
  flex-basis:25%;  
}
.solution:first-of-type{
  border-left:none;
}
.solution h2{
  font-family:'Roboto', arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #2d003e;
  font-weight: normal;
}
.solution a{
  font-weight: bold;
  display:block;
  padding:10px 0;
}

/* allow components to sit next to each other */
.component-half{
  display:block;
  width:50%;
  float:left;
  box-sizing: border-box;
  margin:0px;
}
/*first component gets padding, so its neighbor should too */
.first-component.component-half + .component-half{
  padding-top:10px;
}

.component-half:nth-child(even){
  padding-left:5px;
}
.component-half:nth-child(odd){
  padding-right:5px;
}

/* where to buuy with product support button */
.ComponentTypeWhereToBuy{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ComponentTypeWhereToBuy .button-color:nth-last-child(2) ~ .button-color:nth-last-child(1){
  display: inline-block;
  float:right;
}
.ComponentTypeWhereToBuy .button-color:nth-last-child(2){
  display:inline-block;
  
}