/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
a {
  cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
div,
p,
a {
  word-wrap: break-word;
}
i,
em,
.em {
  font-style: italic;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  /*   text-decoration: underline;*/
}
img {
  vertical-align: top;
  border: 0;
}
.error {
  color: red;
  font-size: 12px;
  margin: 5px 0 0;
}
.flt {
  width: 100%;
  float: left;
}
.disp-inline {
  display: inline;
}
.disp-inline-blck {
  display: inline-block;
}
.lfloat,
.left {
  float: left;
}
.rfloat,
.right {
  float: right;
}
.nfloat {
  float: none;
}
.clearl {
  clear: left;
}
.clearr {
  clear: right;
}
.clearb {
  clear: both;
}
.width {
  width: 960px;
  margin: 0 auto;
}
.nom {
  margin: 0;
}
.nop {
  padding: 0;
}
.nom-nop {
  margin: 0px;
  padding: 0px;
}
.pts {
  padding-top: 5px;
}
.ptm {
  padding-top: 10px;
}
.ptl {
  padding-top: 15px;
}
.ptxl {
  padding-top: 20px;
}
.mts {
  margin-top: 5px;
}
.mtm {
  margin-top: 10px;
}
.mtl {
  margin-top: 15px;
}
.mtxl {
  margin-top: 20px;
}
.prs {
  padding-right: 5px;
}
.prm {
  padding-right: 10px;
}
.prl {
  padding-right: 15px;
}
.prxl {
  padding-right: 20px;
}
.mrs {
  margin-right: 5px;
}
.mrm {
  margin-right: 10px;
}
.mrl {
  margin-right: 15px;
}
.mrxl {
  margin-right: 20px;
}
.pbs {
  padding-bottom: 5px;
}
.pbm {
  padding-bottom: 10px;
}
.pbl {
  padding-bottom: 15px;
}
.pbxl {
  padding-bottom: 20px;
}
.mbs {
  margin-bottom: 5px;
}
.mbm {
  margin-bottom: 10px;
}
.mbl {
  margin-bottom: 15px;
}
.mbxl {
  margin-bottom: 20px;
}
.pls {
  padding-left: 5px;
}
.plm {
  padding-left: 10px;
}
.pll {
  padding-left: 15px;
}
.plxl {
  padding-left: 20px;
}
.mls {
  margin-left: 5px;
}
.mlm {
  margin-left: 10px;
}
.mll {
  margin-left: 15px;
}
.mlxl {
  margin-top: 20px;
}
.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pvl {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pvxl {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mvm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mvl {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mvxl {
  margin-top: 20px;
  margin-bottom: 20px;
}
.phs {
  padding-right: 5px;
  padding-left: 5px;
}
.phm {
  padding-right: 10px;
  padding-left: 10px;
}
.phl {
  padding-right: 15px;
  padding-left: 15px;
}
.phxl {
  padding-right: 20px;
  padding-left: 20px;
}
.mhs {
  margin-right: 5px;
  margin-left: 5px;
}
.mhm {
  margin-right: 10px;
  margin-left: 10px;
}
.mhl {
  margin-right: 15px;
  margin-left: 15px;
}
.mhxl {
  margin-right: 20px;
  margin-left: 20px;
}
.ps {
  padding: 5px;
}
.pm {
  padding: 10px;
}
.pl {
  padding: 15px;
}
.pxl {
  padding: 20px;
}
.ms {
  margin: 5px;
}
.mm {
  margin: 10px;
}
.ml {
  margin: 15px;
}
.mxl {
  margin: 20px;
}
.lineheight {
  line-height: 22px;
}
.boldFont {
  font-weight: bold;
}
.normalFont {
  font-weight: normal;
}
.hidden,
.hide {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#logo h1 a {
  background: none repeat scroll 0 -24px transparent;
  height: 23px;
  width: 87px;
  color: #FFFFFF;
  font-size: 22px;
  text-decoration: none;
}
/* @group Sprite Icons function */
/* common gradient buttons */
.btn.disabled,
.btn[disabled],
.btn.disable-btn {
  background: none repeat scroll 0 0 #cccccc;
  border: 1px outset #cccccc;
  color: #999;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .arrow {
  margin: 0 0 0 5px;
  display: inline-block;
}
.btn .arrow.next {
  border: 5px solid transparent;
  border-left-color: #333333;
  border-right-width: 0;
}
.btn .arrow.prev {
  border: 5px solid transparent;
  border-right-color: #333333;
  border-left-width: 0;
}
.btn-secondary {
  background-color: #3399cc;
  background-image: -webkit-linear-gradient(top ,#3399cc 0% ,#00568d 100%);
  background-image: -moz-linear-gradient(top ,#3399cc 0% ,#00568d 100%);
  background-image: -ms-linear-gradient(top ,#3399cc 0% ,#00568d 100%);
  background-image: -o-linear-gradient(top ,#3399cc 0% ,#00568d 100%);
  background-image: linear-gradient(top ,#3399cc 0% ,#00568d 100%);
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-color: #00578e;
  font-weight: bold;
}
.btn-secondary:hover {
  background-color: #00568d;
  background-image: -webkit-linear-gradient(top ,#00568d 0% ,#3399cc 100%);
  background-image: -moz-linear-gradient(top ,#00568d 0% ,#3399cc 100%);
  background-image: -ms-linear-gradient(top ,#00568d 0% ,#3399cc 100%);
  background-image: -o-linear-gradient(top ,#00568d 0% ,#3399cc 100%);
  background-image: linear-gradient(top ,#00568d 0% ,#3399cc 100%);
  background-position: 0;
  color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #00568d;
  background-image: none;
}
.btn-secondary .arrow.next {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  border-right-width: 0;
  margin: 0 0 0 5px;
}
.btn-secondary .arrow.prev {
  border: 5px solid transparent;
  border-right-color: #ffffff;
  border-left-width: 0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
.section .btn-submit,
.btn-submit,
.section .btn-primary,
.btn.btn-primary {
  background-color: #daf13d;
  background-image: -webkit-linear-gradient(top ,#daf13d 0% ,#a2c403 100%);
  background-image: -moz-linear-gradient(top ,#daf13d 0% ,#a2c403 100%);
  background-image: -ms-linear-gradient(top ,#daf13d 0% ,#a2c403 100%);
  background-image: -o-linear-gradient(top ,#daf13d 0% ,#a2c403 100%);
  background-image: linear-gradient(top ,#daf13d 0% ,#a2c403 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #a5c606;
  color: #ffffff;
  font-weight: bold;
  background-position: 0 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.section .btn-submit:hover,
.btn-submit:hover,
.section .btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #a2c403;
  background-image: -webkit-linear-gradient(top ,#a2c403 0% ,#daf13d 100%);
  background-image: -moz-linear-gradient(top ,#a2c403 0% ,#daf13d 100%);
  background-image: -ms-linear-gradient(top ,#a2c403 0% ,#daf13d 100%);
  background-image: -o-linear-gradient(top ,#a2c403 0% ,#daf13d 100%);
  background-image: linear-gradient(top ,#a2c403 0% ,#daf13d 100%);
  color: #ffffff;
}
.section .btn-submit.disabled,
.btn-submit.disabled,
.section .btn-primary.disabled,
.btn.btn-primary.disabled,
.section .btn-submit[disabled],
.btn-submit[disabled],
.section .btn-primary[disabled],
.btn.btn-primary[disabled],
.section .btn-submit.disable-btn,
.btn-submit.disable-btn,
.section .btn-primary.disable-btn,
.btn.btn-primary.disable-btn {
  background: none repeat scroll 0 0 #cccccc !important;
  border: 1px outset #cccccc !important;
  color: #999 !important;
  cursor: not-allowed !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.cancel-button,
.reset {
  background: none;
  border: none;
  color: #006699;
}
.close-btn {
  background: url("/static/images/tibbr-sprite.png") no-repeat scroll 0 -267px transparent;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  text-indent: -99999px;
  width: 16px;
}
/* @end*/
/* @group Profile Image size */
.x-large {
  width: 164px;
  height: 164px;
}
.large {
  width: 60px;
  height: 60px;
}
.avatar {
  width: 46px;
  height: 46px;
}
.medium {
  width: 42px;
  height: 42px;
}
.small {
  width: 25px;
  height: 25px;
}
.small-icon {
  width: 22px;
  height: 22px;
}
/* @end*/
/* @group Mixin for arrows */
/*@end group*/
body {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  background-color: #ffffff;
}
h1 {
  color: #3e8ddd;
  font-size: 40px;
  line-height: 47px;
  margin: 0 0 12px;
  font-weight: normal;
}
h2 {
  color: #3e8ddd;
  font-size: 24px;
  line-height: 27px;
  margin: 0 0 13px;
  font-weight: normal;
}
h3 {
  color: #3e8ddd;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
}
h4 {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
}
a {
  color: #3E8DDD;
}
a:hover {
  color: #FDBA1D;
}
p {
  margin: 0 0 12px;
}
sup {
  vertical-align: super;
}
.white {
  color: #fff !important;
}
.maroon {
  color: #942d1e !important;
}
.black {
  color: #000 !important;
}
.pdrxl {
  padding-right: 20px !important;
}
.pdlxl {
  padding-left: 20px !important;
}
.external_link_button {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 39px 9px 13px;
  color: #fff !important;
  margin: 0 3px 0 0;
  background: #3e8ddd url('/static/images/arrow-up.gif') no-repeat 100% 50%;
  text-transform: uppercase;
}
.carousel-image {
  border: 4px double #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 22px;
  margin-left: 60px;
  background: url('/static/images/click.jpg') no-repeat;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
.graph-chart {
  list-style: none !important;
}
#wrapper {
  /*width:700px;*/
  height: auto;
  overflow: hidden;
  margin: 0px auto;
}
#sub-title {
  /*width: 680px;*/
  margin: 20px auto 10px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1d67a3;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#kaisai-table {
  /*width: 600px;*/
  margin: 0px auto 40px;
  padding-left: 30px;
}
#table-layout {
  /*width: 600px;*/
  padding-bottom: 30px;
}
#table-layout strong {
  color: #555;
  font-weight: bold;
}
#button-03 {
  text-align: center;
}
#header {
  background: #ffffff;
  color: #ffffff;
}
#header .header-content {
  width: 960px;
  height: 81px;
  padding: 24px 0 0;
  margin: 0 auto;
  /*padding: 16px 0 0;*/
  position: relative;
  /*height: 118px;*/
}
#header .header-content .header-holder {
  overflow: hidden;
  padding: 0 0 7px;
  position: relative;
  width: 100%;
}
#header .header-content .header-holder .logo {
  /*background: url("@{basePath}/logo.png") no-repeat ;*/
  background: none !important;
  float: left;
  height: 39px;
  margin: 0px 15px 0 0;
  overflow: hidden;
  text-indent: 9999px !important;
  width: 233px;
}
#header .header-content .header-holder .logo a {
  display: block;
  height: 100%;
}
#header .header-content .header-holder .search_section {
  float: right;
}
#header .header-content .header-holder .search_section .search-form {
  float: left;
  right: 0;
  top: 35px;
}
#header .header-content .header-holder .search_section .search-form a {
  float: left;
  width: 88px;
  text-align: center;
  color: #959595;
  padding: 0 4px 0 0;
}
#header .header-content .header-holder .search_section .search-form .input-holder {
  float: left;
  /*background: @midGray;*/
  border: 1px solid #CBCBCB;
  height: 22px;
}
#header .header-content .header-holder .search_section .search-form .input-holder .submit {
  background: url('/static/images/btn-search.gif') no-repeat transparent;
  cursor: pointer;
  width: 27px;
  height: 22px;
  border: none;
  text-indent: -9999px;
}
#header .header-content .header-holder .search_section .search-form .input-holder .text {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #999;
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  /*.nop();*/
  padding-right: 10px;
  padding-left: 10px;
  width: 180px;
  height: 24px;
  outline: none;
  padding: 0px 7px;
}
#header .header-content .header-holder .search_section .sign-in-button {
  float: left;
  right: 119px;
  /*text-transform: uppercase;*/
  font-weight: bold;
  margin: 0px 9px;
  /*&:hover{
	                    background: #3e8ddd;
	                    a{
	                        background-color: #3e8ddd;
	                        color: #FFFFFF;
	                    }
	                }*/
}
#header .header-content .header-holder .search_section .sign-in-button a {
  display: block;
  padding: 0px 16px;
  color: #959595;
}
#header .header-content .header-holder .search_section .buy_now:hover {
  background: #3e8ddd;
}
#header .header-content .header-holder .search_section .buy_now:hover a {
  background-color: #3e8ddd;
  color: #FFFFFF;
}
#header .header-content .header-holder .search_section .buy_now a {
  border: 1px solid #3e8ddd;
  color: #3e8ddd;
}
#header .header-content .header-holder .search_section .language-selector {
  float: left;
  margin: 0px 9px 0px 0px;
  /*position: absolute;*/
  /*right: 0;*/
  text-align: right;
  /*top: 0;*/
  /*width: 113px;*/
  overflow: hidden;
  /*background: #ececec;
						border: 1px solid #DDDDDD;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 24px;
  /*.select2-container{
			                width: 113px;
			            }*/
}
#header .header-content .header-holder .search_section .language-selector .language {
  width: auto !important;
  border: 0px;
  outline: none;
  color: #959595;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#header .header-content .navigation {
  color: #959595;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  width: 100%;
  clear: both;
  content: "";
  float: left;
}
#header .header-content .navigation ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: block;
}
#header .header-content .navigation ul li {
  float: left;
  padding: 7px 11px 5px 7px;
  position: relative;
  margin-right: 52px;
}
#header .header-content .navigation ul li.right {
  position: absolute;
  right: 0px;
  background: none repeat scroll 0 0 #0887e4;
  border-color: #0887e4;
  color: #fff;
  margin-right: 0px;
}
#header .header-content .navigation ul li.right:hover {
  background: #727272!important;
  border-color: #727272;
}
#header .header-content .navigation ul li.nav-last-child {
  position: absolute;
  right: 0;
  border-color: #ffbb00;
  background: none repeat scroll 0 0 #ffbb00;
}
#header .header-content .navigation ul li.nav-last-child:hover {
  background: #727272!important;
  border-color: #727272;
}
#header .header-content .navigation ul li.nav-last-child a {
  color: #fff !important;
  background-position: 0 -1697px;
}
#header .header-content .navigation ul li:hover {
  border-bottom: 5px solid #3E8DDD;
}
#header .header-content .navigation ul li:hover .dropdown-menu {
  display: block;
  top: 35px;
}
#header .header-content .navigation ul li .icon {
  /*background: url("@{basePath}/ico-list.png") no-repeat scroll 0 0 transparent;*/
  /*padding: 0 0 0 23px;*/
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #959595;
  font-size: 15px;
  float: left;
}
#header .header-content .navigation ul li .icon.icon-discover-spotfire {
  background-position: 1px 1px;
}
#header .header-content .navigation ul li .icon.icon-services,
#header .header-content .navigation ul li .icon.icon-product {
  background-position: 5px -297px;
}
#header .header-content .navigation ul li .icon.icon-resources {
  background-position: 0 -447px;
}
#header .header-content .navigation ul li .icon.icon-community,
#header .header-content .navigation ul li .icon.icon-community（英語） {
  background-position: 0 -598px;
}
#header .header-content .navigation ul li .icon.icon-about-us {
  background-position: 0 -750px;
}
#header .header-content .navigation ul li .icon.icon-tibco {
  background-position: 1px -1489px;
}
#header .header-content .navigation ul li .icon.icon-demos {
  background-position: 0 -897px;
}
#header .header-content .navigation ul li .icon.icon-free-trial {
  background-position: 0 -1048px;
  color: #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  color: #000000;
  background: #008FE6;
  background: -moz-linear-gradient(left, #008fe6 0%, #0070af 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008fe6), color-stop(100%, #0070af));
  background: -webkit-linear-gradient(left, #008fe6 0%, #0070af 100%);
  background: -o-linear-gradient(left, #008fe6 0%, #0070af 100%);
  background: -ms-linear-gradient(left, #008fe6 0%, #0070af 100%);
  background: linear-gradient(left, #008fe6 0%, #0070af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe6', endColorstr='#0070af', GradientType=1);
  display: none;
  left: 0;
  position: absolute;
  /*width: 393px;*/
  z-index: 9999;
}
#header .header-content .navigation ul li .dropdown-menu.discover-spotfire {
  /*width: 960px;*/
}
#header .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column {
  width: 211px;
}
#header .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column ul li a.Item {
  color: #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column:first-child {
  width: 181px;
}
#header .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column.wide-column {
  padding-right: 0;
  width: 275px;
}
#header .header-content .navigation ul li .dropdown-menu ul {
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 6px;
}
#header .header-content .navigation ul li .dropdown-menu ul li {
  padding: 0 0 3px;
  float: none;
  border: 0;
}
#header .header-content .navigation ul li .dropdown-menu ul li:hover {
  border: 0;
}
#header .header-content .navigation ul li .dropdown-menu ul li ul {
  margin: 6px 0 6px 20px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder {
  overflow: hidden;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .menu-column {
  float: left;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  width: 154px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .menu-column li a {
  color: #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column {
  width: 154px;
  float: left;
  margin: 15px 0 0px;
  padding: 0 10px 15px 18px;
  z-index: 9999;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column:first-child {
  border: 0;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .section-link {
  color: #ffffff;
  margin-bottom: 10px;
  font: 13px/28px Arial, Helvetica, sans-serif;
  display: block;
  font-weight: bold;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .sub-menu li {
  margin: 0px 10px 7px 0px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .sub-menu li .item {
  color: #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row {
  width: 105%;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row .col {
  float: left;
  padding: 0 20px 0 0;
  width: 122px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row .col h3 {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row .col ul li .item {
  color: #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .link-box {
  overflow: hidden;
  padding: 10px 0 4px;
  width: 100%;
  border-top: 1px dotted #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .link-box .link {
  color: #ffffff;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .link-box .link .arrow {
  background: url("/static/images/ico-list.png") no-repeat scroll 0 -1176px transparent;
  display: inline-block;
  font-size: 0;
  height: 9px;
  line-height: 0;
  margin: 0 0 0 4px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  top: 5px;
  vertical-align: top;
  width: 12px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .call-out {
  background-color: #ffffff;
  color: #ffffff;
  float: left;
  margin: 6px 7px 5px 14px;
  min-height: 319px;
  width: 160px;
  padding: 11px 19px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .call-out p {
  margin: 0 0 12px;
  color: #4C4C4C;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .call-out .link-box {
  padding: 11px 0 4px;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .call-out a {
  color: #4C4C4C;
  display: inline-block;
}
#header .header-content .navigation ul li .dropdown-menu .menu-holder .call-out h2 {
  color: #3e8ddd;
  font-size: 19px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 10px;
}
#content {
  overflow: hidden;
  padding: 0 0 100px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  /*--spotfire- customers--*/
}
#content .intro-banner {
  /*height: 340px;*/
  position: relative;
  margin-bottom: 20px;
  /*.bg-image {
			bottom: 0;
			position: absolute;
			right: 0;
		}*/
}
#content .intro-banner .text-block {
  color: #4C4C4C;
  font-size: 22px;
  line-height: 25px;
  padding: 73px 59px 20px;
  /*position: relative;*/
  position: absolute;
  /*width: 350px;*/
  z-index: 2;
}
#content .intro-banner .text-block .btns {
  margin-top: 27px;
}
#content .intro-banner .text-block.medium {
  width: 557px;
}
#content .intro-banner .text-block h1 {
  font-size: 40px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 13px;
  line-height: 43px;
}
#content .intro-banner .text-block h2 {
  color: #4c4c4c;
  margin: 0 0 13px;
  font: 24px/27px Arial, Helvetica, sans-serif;
}
#content .intro-banner .text-block p {
  color: #4c4c4c;
  margin: 0 0 13px;
  font: 24px/27px Arial, Helvetica, sans-serif;
}
#content .intro-banner .text-block .text-frame {
  margin: 0 0 26px;
}
#content .intro-banner .text-block .text-frame h2 {
  color: #666666;
}
#content .intro-banner .text-block .standard-button {
  margin: 0 3px;
}
#content .standard-button {
  background: url("/static/images/arrow.gif") no-repeat scroll 100% 50% #3e8ddd;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  margin: 0 3px 0 0;
  padding: 8px 39px 9px 13px;
  vertical-align: top;
  text-transform: uppercase;
}
#content .standard-button.external-link-button {
  background: url("/static/images/arrow-up.gif") no-repeat scroll 100% 50% #3e8ddd;
}
#content .standard-button.gray-external-link-button {
  background: url("/static/images/arrow-up.gif") no-repeat scroll 100% 50% #858585;
  text-transform: uppercase;
}
#content .standard-button.download-button {
  background: url("/static/images/arrow-bottom.gif") no-repeat scroll 100% 50% #3e8ddd;
}
#content .standard-button a {
  color: #ffffff;
}
#content .standard_button_plain {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 13px 9px 13px;
  color: #fff !important;
  margin: 0 3px 0 0;
  background: #3e8ddd;
}
#content .columns {
  border-top: 2px solid #cccccc;
  font-size: 13px;
  background: url("/static/images/bg-columns.png") repeat-x scroll 0 0 transparent;
  line-height: 18px;
  padding: 2px 0 26px;
  overflow: hidden;
}
#content .columns .column {
  float: left;
  overflow: hidden;
  border-left: 1px solid #FFFFFF;
  padding: 0 0 0 2px;
  position: relative;
  text-align: center;
  width: 33%;
  height: 270px;
}
#content .columns .column p {
  margin: 0 0 15px;
  color: #000000;
}
#content .columns .column:first-child {
  border: 0 none;
}
#content .columns .column:first-child .frame {
  padding: 17px 49px 18px 41px;
}
#content .columns .column:hover .arrow {
  display: block;
}
#content .columns .column.column-width-2 {
  width: 49%;
}
#content .columns .column .frame {
  min-height: 218px;
  background: url("/static/images/bg-columns.png") repeat-x scroll 0 0 transparent;
  overflow: hidden;
  padding: 17px 33px 18px 31px;
}
#content .columns .column .frame:hover {
  background: url("/static/images/bg-column.gif") repeat-x scroll 0 0 transparent;
}
#content .columns .column .frame .visual {
  height: 110px;
  margin: 0 0 5px;
}
#content .columns .column .frame h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 2px;
  text-transform: uppercase;
}
#content .columns .column .frame h3 a {
  color: #3e8ddd;
}
#content .columns .column .frame h3 a:hover {
  color: #3e8ddd;
}
#content .columns .column .arrow {
  background: url("/static/images/bg-active.png") no-repeat 0 0 transparent;
  bottom: 25px;
  display: none;
  height: 9px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 267px;
}
#content .home-bucket-container {
  margin: 1px 0 15px 0;
  height: 300px;
}
#content .home-bucket-container a {
  color: #000 !important;
  text-decoration: none;
}
#content .home-bucket-container .home-bucket-middle {
  margin: 0 15px;
}
#content .home-bucket-container .home-bucket {
  width: 270px;
  float: left;
  position: relative;
  padding: 20px;
  height: 260px;
}
#content .home-bucket-container .home-bucket img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#content .home-bucket-container .home-bucket .bucket-inner-content {
  position: relative;
  height: 100%;
}
#content .home-bucket-container .home-bucket .bucket-inner-content h3 {
  font-size: 25px;
  line-height: 28px;
}
#content .home-bucket-container .home-bucket .bucket-inner-content .details {
  position: absolute;
  bottom: -5px;
  right: 0;
}
#content .home-bucket-container .home-bucket .bucket-inner-content .details .standard_button_plain {
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 4px 6px 4px !important;
}
#content .home-bucket-container .home-bucket .bucket-inner-content .details p {
  font-size: 12px;
  line-height: 18px;
}
#content .home-bucket-container .home-bucket .bucket-inner-content .details2 {
  font-size: 23px;
  line-height: 26px;
}
#content .home-bucket-container .home-bucket .bucket-inner-content .details2 .standard_button_plain {
  position: absolute;
  bottom: 0;
}
#content .events {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #45484B;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
#content .events dl {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
#content .events dl dt {
  text-transform: uppercase;
  float: left;
  width: 142px;
  text-align: center;
  padding: 18px 5px 9999px;
  margin: 0 0 -9983px;
  font-weight: bold;
}
#content .events dl dd {
  overflow: hidden;
  margin: 0;
  padding: 18px 16px 0;
}
#content .events dl dd .mask {
  width: 650px;
  overflow: hidden;
  position: relative;
  margin: 0 20px 0 0;
  float: left;
}
#content .events dl dd .mask .slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 9999px;
}
#content .events dl dd .mask .slider li {
  float: left;
  width: 669px;
  padding: 0 0 0 31px;
}
#content .events dl dd .mask .slider li.event {
  background: url("/static/images/ico-event.png") no-repeat;
}
#content .events dl dd .mask .slider li a {
  color: #fff;
}
#content .events dl dd .links {
  float: right;
  padding: 4px 4px 0;
}
#content .events dl dd .links a {
  float: left;
  width: 9px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 0 11px;
  background: url(/static/images/bg-controls.gif) no-repeat;
}
#content .events dl dd .links a#prev {
  background-position: 0 0;
}
#content .events dl dd .links a#play,
#content .events dl dd .links a#pause {
  background-position: -11px 0;
  width: 10px;
}
#content .events dl dd .links a#next {
  background-position: -23px 0;
}
#content .tools {
  border-top: 1px solid #cccccc;
  margin: 0 0 40px;
  width: 690px;
  clear: both;
}
#content .tools dl {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
}
#content .tools dl dt {
  clear: both;
  color: #4C4C4C;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  max-width: 180px;
  padding: 11px 13px 0 0;
  text-transform: uppercase;
}
#content .tools dl dd {
  display: table;
  height: 1%;
  margin: 0;
  padding: 9px 0 8px;
}
#content .tools .legend {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}
#content .tools .legend li {
  float: left;
  margin-right: 20px;
}
#content .tools .legend li span {
  background: url("/static/images/ico-list2.png") no-repeat scroll 0 -150px transparent;
  margin: -1px 0 0;
  padding: 2px 0 0 28px;
}
#content .tools .legend li span.ico-article,
#content .tools .legend li span.ico-press {
  background-position: 0 0;
}
#content .tools .legend li span.ico-info {
  background-position: 0 0 -150px;
}
#content .tools .legend li span.ico-video {
  background-position: 0 -450px;
}
#content .tools .legend li span.ico-webcast {
  background-position: 0 -300px;
}
#content .tools .legend li span.ico-list {
  background-position: 0 0;
}
#content .tools .legend li span.ico-news {
  background-position: 0 -1200px;
}
#content .tools .main-list {
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  padding: 12px 0 8px;
  width: 100%;
}
#content .tools .main-list .all {
  float: left;
  margin: 0 13px 0 0;
}
#content .tools .main-list ul {
  font-size: 11px;
  line-height: 14px;
  margin: 0 -40px 0 0;
  overflow: hidden;
  width: 633px;
}
#content .tools .main-list ul li {
  border-left: 1px solid #B2B2B2;
  float: left;
  padding: 0 8px 0 7px;
}
#content .tools .main-list ul li a {
  color: #666;
}
#content .tools .filter-menu {
  font-weight: bold;
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .tools .filter-menu li {
  float: left;
  margin: 0 8px 0 0;
  position: relative;
}
#content .tools .filter-menu li:hover a {
  background: #333333;
  /*	text-decoration: none;*/
}
#content .tools .filter-menu li a {
  background: #A6A6A6;
  color: #ffffff;
  display: block;
  padding: 0 13px;
}
#content .tools .filter-menu li a.active {
  background: #3e8ddd;
}
#content .tools .filter-menu .drop {
  background: #333333;
  display: none;
  font-size: 11px;
  line-height: 13px;
  left: 0;
  min-width: 107px;
  padding: 2px 0 0;
  position: absolute;
  text-transform: none;
  top: 20px;
}
#content .tools .filter-menu .drop ul {
  border-top: 1px dotted #ffffff;
  margin: 0 8px;
  padding: 8px 0 9px;
  list-style: none;
}
#content .tools .filter-menu .drop ul li {
  background: none;
  float: none;
  margin-bottom: 5px;
  vertical-align: top;
  width: 100%;
}
#content .tools .filter-menu .drop ul li a {
  background: none;
  padding: 0;
}
#content .tools .filter-menu .drop ul li a:hover {
  text-decoration: underline;
}
#content .main-list {
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  padding: 12px 0 8px;
  width: 100%;
}
#content .main-list .all {
  float: left;
  margin: 0 13px 0 0;
}
#content .main-list ul {
  font-size: 11px;
  line-height: 14px;
  margin: 0 -40px 0 0;
  overflow: hidden;
  width: 633px;
  list-style: none;
  padding: 0;
}
#content .main-list ul li {
  border-left: 1px solid #B2B2B2;
  float: left;
  padding: 0 8px 0 7px;
}
#content .main-list ul li a {
  color: #666;
}
#content .pagination {
  font-size: 11px;
  line-height: 14px;
  min-height: 16px;
  text-align: right;
  width: 100%;
}
#content .pagination .rdpWrap {
  float: right;
  line-height: 22px;
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
#content .pagination .rdpWrap .rdpCurrentPage {
  background-color: #3e8ddd;
  color: #ffffff;
  font-weight: bold;
}
#content .pagination .rdpWrap a {
  display: inline-block;
  padding: 0 6px;
  vertical-align: top;
}
.gallery-area {
  height: 377px;
  position: relative;
  margin-bottom: 15px;
}
.gallery-area .slideshow {
  /*width: 960px !important;*/
}
.gallery-area .slideshow .slide {
  /*height: 370px;
			width: 960px !important;
			&#main-slide-0{
				background: url('@{basePath}/spotfire-cloud-home-panel.jpg') no-repeat left bottom;
			}
			&#main-slide-1{
				background: url('@{basePath}/spotfire-metrics-hpp.jpg') no-repeat left bottom;
			}
			&#main-slide-2{
				background: url('@{basePath}/spotfire6-homepanel.jpg') no-repeat left bottom;
			}
			&#main-slide-3{
				.btns{
					margin: 0 0 0 40px;
				}

			}*/
}
.gallery-area .slideshow .slide .text {
  float: left;
  font-size: 19px;
  left: 58px;
  line-height: 27px;
  position: absolute;
  top: 68px;
  width: 670px;
}
.gallery-area .slideshow .slide .text sup {
  vertical-align: super;
  font-size: smaller;
}
.gallery-area .slideshow .slide .text h1 {
  margin: 0 0 13px;
  font: 40px/43px Arial, Helvetica, sans-serif;
}
.gallery-area .slideshow .slide .text h2 {
  color: #4c4c4c;
  /*font-size: (@baseFontSize * 3) - 2px;
					line-height: 46px;
					margin: 0 0 12px;*/
}
.gallery-area .slideshow .slide .text p {
  color: #333333;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 28px;
}
.gallery-area .slideshow .slide .text p.gray-title {
  color: #666666;
  font-size: 19px;
}
.gallery-area #pager {
  bottom: 25px;
  font-size: 15px;
  line-height: 29px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 998;
}
.gallery-area #pager .activeSlide {
  background-position: 0 0px;
  text-decoration: none;
}
.gallery-area #pager a {
  background: url("/static/images/navi-circle.png") no-repeat scroll -17px 0 transparent;
  color: #ffffff;
  display: inline-block;
  text-indent: -9999px;
  height: 17px;
  margin: 0 6px;
  text-align: center;
  width: 17px;
}
.gallery-area #pager a:hover {
  background-position: 0 0;
  cursor: default;
}
.gallery-area.customers-slideshow {
  height: 345px;
}
.gallery-area.customers-slideshow .slideshow {
  background: url("/static/images/customers-bg.jpg") no-repeat scroll left bottom transparent;
  height: 345px;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.gallery-area.customers-slideshow .slideshow .text {
  /*position: relative;*/
  top: 43px;
  left: 45px;
  width: 500px;
}
.gallery-area.customers-slideshow .slideshow .text .quotes {
  background: url("/static/images/bg-quote.png") no-repeat scroll 1px 10px transparent;
  margin: 0 0 0 4px;
  padding: 6px 0 0 28px;
}
.gallery-area.customers-slideshow .slideshow .text .quotes p {
  display: block;
  margin: 0;
  font-size: 19px;
  line-height: 27px;
  color: #666666;
  font-weight: 400;
}
.gallery-area.customers-slideshow .slideshow .text .quotes p em {
  font-size: 15px;
  line-height: 17px;
}
.gallery-area.customers-slideshow #pager {
  left: auto;
  right: auto;
}
.gallery-area.customers-slideshow .video {
  top: 50px;
  float: right;
  padding-right: 20px;
  position: relative;
  right: 20px;
  z-index: 999;
}
.partners-banner .slideshow .slide {
  margin-top: 47px;
}
.partners-banner .slideshow .slide .text {
  top: 26px;
  width: 567px;
}
.partners-banner .slideshow .slide .text p {
  margin: 0 0 26px;
  font: 24px/27px Arial, Helvetica, sans-serif;
  color: #4c4c4c;
}
.partner-prog-banner {
  padding-top: 53px;
}
.partner-prog-banner .slideshow .slide .text {
  width: 550px;
}
.partner-prog-banner .slideshow .slide .text p {
  font-size: 22px;
  line-height: 25px;
  color: #4c4c4c;
}
.menu-landing .slideshow .slide {
  margin-top: 47px;
}
.menu-landing .slideshow .slide .text {
  top: 26px;
  width: 567px;
}
.menu-landing .slideshow .slide .text p {
  font-size: 22px;
  line-height: 25px;
  color: #4c4c4c;
}
.what-does-banner .slideshow .slide {
  margin-top: 48px;
}
.what-does-banner .slideshow .slide .text {
  top: 26px;
  width: 577px;
}
.what-does-banner .slideshow .slide .text h1 {
  color: #000;
}
.what-does-banner .slideshow .slide .text p {
  font-size: 22px;
  line-height: 25px;
  color: #4c4c4c;
}
.what-does-banner .slideshow .slide .text p .left {
  margin-right: 35px;
}
.what-does-banner .slideshow .slide .text p .right {
  margin-left: 35px;
}
.services-landing .slideshow .slide {
  background-position: 0 -51px;
}
.services-landing .slideshow .slide .text {
  top: 26px;
  width: 567px;
}
.services-landing .slideshow .slide .text p {
  font-size: 22px;
  line-height: 25px;
  color: #4c4c4c;
}
#sidebar {
  border-left: 1px solid #E5E5E5;
  float: right;
  padding: 0 20px 9999px;
  margin: 0 0 -9999px;
  width: 192px;
}
#sidebar ul {
  margin: 0 17px 33px 0;
  padding: 0 0 2px;
  width: 217px;
  list-style: none;
  background: url("/static/images/bg-dot.gif") repeat-x 0 100%;
  font: 13px/17px Arial, Helvetica, sans-serif;
}
#sidebar ul li {
  padding: 6px 3px 5px;
  text-transform: uppercase;
  background: url("/static/images/bg-dot.gif") repeat-x;
}
#sidebar ul li ul {
  margin: 0 0 -9px;
  padding: 10px 0 0;
  list-style: none;
  background: none;
}
#sidebar ul li ul li {
  padding: 1px 4px 2px 13px;
  margin: 0 0 8px;
  background: none;
  text-transform: none;
}
#sidebar ul li ul li.active {
  background: #eee;
}
#sidebar ul li a {
  color: #405e94;
}
#sidebar .side-box {
  list-style: disc;
  margin: 10px 0 16px 40px;
  font: 12px/19px Arial, Helvetica, sans-serif;
  background: none;
}
#sidebar .side-box li {
  background: none;
  text-transform: none;
  padding: 0;
}
#sidebar .side-box li a {
  color: #3e8ddd;
}
#sidebar h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 17px;
  text-transform: uppercase;
}
#sidebar h3.black-title {
  margin-bottom: 10px;
}
#sidebar .select-form {
  padding: 6px 0 11px 0;
}
#sidebar .demo-box {
  width: 228px;
  padding: 1px;
  border: 1px solid #fff;
  background: #858585;
  border-width: 10px 0;
  overflow: hidden;
  margin: 0 -17px 8px -21px;
}
#sidebar .demo-box .holder {
  background: url("/static/images/bg-box2.gif") repeat-x scroll 0 0 #ffffff;
  border: 1px solid #ffffff;
  padding: 16px 15px 22px 19px;
}
#sidebar .demo-box h3 {
  color: #3e8ddd;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 4px;
  text-transform: none;
}
#sidebar .demo-box h4 {
  font-size: 14px;
  margin: 0 0 17px;
}
#sidebar .demo-box .visual {
  padding-bottom: 20px;
}
#sidebar .demo-box .visual img {
  border: 1px solid #afafaf;
  width: 100%;
  height: 100%;
}
#sidebar .links-list {
  color: #4C4C4C;
  font: 14px/18px Arial, Helvetica, sans-serif;
  list-style: none outside none;
  background: none;
  margin: 0;
  padding: 0;
  width: 192px;
}
#sidebar .links-list li {
  margin-bottom: 15px;
  padding: 0;
  background: none;
  text-transform: none;
}
#sidebar .links-list li span {
  background: url("/static/images/ico-list2.png") no-repeat scroll 0 0 transparent;
  display: block;
  padding-left: 27px;
  line-height: 18px;
  text-transform: capitalize;
}
#sidebar .links-list li span.ico-webcasts {
  background-position: 0 -300px;
}
#sidebar .links-list li span.ico-videos {
  background-position: 0 -450px;
}
#sidebar .links-list li span.ico-whitepapers {
  background-position: 0 -750px;
}
#sidebar .links-list li span.ico-datasheets {
  background-position: 0 -600px;
}
#sidebar .links-list li a {
  color: #0070AF;
  display: block;
  left: 27px;
  margin-right: 27px;
  position: relative;
}
#sidebar .links-list li a:hover {
  color: #FDBA1D;
}
#sidebar .more-link {
  /*		color: @blue;*/
}
#sidebar .project-form {
  margin: 0 -21px 0 -2px;
  width: 215px;
}
#sidebar .project-form .forum-search {
  float: none;
  margin-bottom: 10px;
  width: 179px;
  background: url("/static/images/ico-list.png") no-repeat scroll 4px -1333px #f6f6f6;
  border: 1px solid #D9D9D9;
  padding: 0 5px 0 28px;
}
#sidebar .project-form .forum-search .text {
  background: transparent;
  border: 0 none;
  color: #333333;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  outline: medium none;
  width: 173px;
}
#sidebar .project-form .recent {
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  list-style: none outside none;
  /*margin: 0 0 74px;*/
  padding: 0;
  text-transform: uppercase;
  background: none;
}
#sidebar .project-form .recent li {
  background: none;
}
#sidebar .project-form .recent a {
  background: #3E8DDD;
  display: block;
  margin: 0 0 7px;
  padding: 5px 10px 4px;
  vertical-align: top;
  width: 196px;
  color: #ffffff;
}
#sidebar .project-form .recent a span {
  float: right;
}
#sidebar .project-form .area {
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  padding: 0 0 28px;
  width: 100%;
}
#sidebar .project-form .area label {
  /*display: inline-block;*/
  min-width: 76px;
  padding: 0 3px 0 0;
  width: 154px;
}
#sidebar .project-form .area .heading {
  background: #666666;
  color: #ffffff;
  margin: 0 0 14px;
  padding: 7px 11px;
}
#sidebar .project-form .area .heading h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  text-transform: none;
  font-weight: normal;
}
#sidebar .project-form .area .row {
  min-height: 17px;
  overflow: visible;
  padding: 0 0 9px;
  vertical-align: top;
}
#sidebar .project-form .area .row input[type="checkbox"] {
  float: left;
  margin: 0 6px 0 0;
  text-align: left;
  width: 20px;
}
#sidebar .project-form .area .row .number {
  float: right;
  margin: 1px 6px 0 3px;
  text-align: right;
  width: 16px;
}
#sidebar .project-form .area .row .categoryCheckbox {
  display: block;
  margin: -1px 0 0;
  padding: 2px 30px 0 0;
  /*width: 121px;*/
  background: url("/static/images/ico-list2.png") no-repeat scroll 20px 20px transparent;
}
#sidebar .project-form .area .row .categoryCheckbox.ico-whitepapers {
  background-position: 175px -750px;
}
#sidebar .project-form .area .row .categoryCheckbox.ico-datasheets {
  background-position: 175px -600px;
}
#sidebar .project-form .area .row .categoryCheckbox.ico-webcasts {
  background-position: 175px -300px;
}
#sidebar .project-form .area .row .categoryCheckbox.ico-article {
  background-position: 175px 0;
}
#sidebar .project-form .area .row .categoryCheckbox.ico-casestudies {
  background-position: 175px -150px;
}
#sidebar .project-form .area .row .categoryCheckbox.ico-videos {
  background-position: 175px -450px;
}
.gray-more-button {
  background: url("/static/images/bg-more.gif") no-repeat scroll 100% 50% #858585;
  color: #ffffff !important;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin: 0 3px 0 0;
  padding: 6px 26px 6px 11px;
  vertical-align: top;
  text-transform: uppercase;
}
.black-title {
  color: #666 !important;
}
.black-title a {
  color: #666 !important;
}
.column-big {
  float: left;
  width: 697px;
  /*.page-text{
		ul{
			list-style: none;
		}
	}*/
}
.column-big .post-holder .lte {
  float: left;
}
.column-big .post-holder .rte {
  float: right;
  width: 340px;
}
.column-big .customers-main-box {
  position: relative;
}
.column-big .customers-main-box .RadAjax .raDiv {
  top: 190px;
}
.column-big .customers-main-box .event-location {
  position: absolute;
  right: 167px;
  /*top: 5px;*/
  bottom: 6px;
  color: #666;
  text-transform: uppercase;
  font: bold 12px/15px Arial, Helvetica, sans-serif;
}
.column-big .customers-main-box .category-selector {
  display: inline-block;
  float: right;
}
.column-big .customers-main-box .tools {
  margin: 0 !important;
}
.column-big .customers-main-box .main-table {
  color: #3e8ddd;
  border-collapse: collapse;
  margin: 0 0 24px;
  padding: 2px 0 1px;
  background: url("/static/images/bg-dot.gif") repeat-x 0 100%;
  font: 12px/15px Arial, Helvetica, sans-serif;
  /*margin-top: 40px;*/
}
.column-big .customers-main-box .main-table .customers-table {
  margin-top: 40px;
}
.column-big .customers-main-box .main-table th {
  padding: 0 12px 10px;
  font: bold 14px/17px Arial, Helvetica, sans-serif;
}
.column-big .customers-main-box .main-table td {
  vertical-align: top;
  /*padding: 18px 12px 13px;*/
  background: url("/static/images/bg-table.gif") repeat-x;
  color: black;
}
.column-big .customers-main-box .main-table td:first-child {
  padding: 12px 12px 11px;
}
.intro {
  margin: 0 0 16px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
.intro .gallery-area {
  margin-bottom: 0;
}
.intro .text-block {
  color: #4C4C4C;
  font-size: 22px;
  line-height: 25px;
  padding: 87px 59px 20px;
  position: relative;
  width: 450px;
  z-index: 2;
}
.intro .text-block.Full {
  width: 557px;
}
.intro .text-frame {
  margin: 0 0 26px;
}
.intro .text-frame h2 {
  
}@dark Gray;
.intro-holder {
  margin: 0 0 21px;
  font-size: 14px;
  line-height: 23px;
  min-height: 200px;
  padding: 12px 16px 0 48px;
  position: relative;
  width: 633px;
}
.intro-holder h2 {
  color: #4c4c4c;
}
.intro-holder .text-block {
  color: #4C4C4C;
  font-size: 22px;
  line-height: 25px;
  position: relative;
  width: 350px;
  z-index: 2;
  padding: 0;
  width: auto;
}
.intro-holder .text-block .btns {
  clear: both;
  display: block;
}
.intro-holder .text-block .text-frame {
  float: left;
  width: 285px;
}
.intro-holder .text-block h1 {
  color: #3e8ddd;
  font-size: 44px;
  line-height: 47px;
  margin: 0 0 12px;
  font-weight: normal;
}
.intro-holder .text-block h2 {
  color: #4C4C4C;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 27px;
  min-width: 376px;
  overflow: hidden;
}
/*.bg-image {
	bottom: 0;
	position: absolute;
	right: 0;
}*/
#content .post-holder {
  /*padding: 0 0 0 6px;*/
}
#content .post-holder a.standard-button {
  color: #ffffff;
}
#content .post-holder div.partner-accordion-wrapper {
  margin-bottom: 50px;
}
#content .post-holder a {
  color: #0070AF;
}
#content .post-holder a:hover {
  color: #FDBA1D;
}
#content .post-holder ul {
  list-style: disc outside none;
  margin: 0 0 25px 25px;
  padding-left: 5px;
}
#content .post-holder ul li ul {
  list-style-type: circle;
}
#content .post-holder .row {
  overflow: hidden;
  width: 100%;
}
#content .post-holder .row .visual {
  float: right;
  font: 12px - 1px;
  line-height: 14px;
  margin: 4px 0 0 35px;
}
#content .post-holder .row .text-holder {
  overflow: hidden;
}
.posts-list {
  color: #666666;
  font: 12px;
  line-height: 22px;
  padding: 0 9px 40px;
  width: 942px;
}
.posts-list tr:last-child td {
  border: 0;
}
.posts-list tr td {
  padding: 45px 0;
  border-bottom: 1px solid #CCCCCC;
}
.posts-list tr td ul {
  float: left;
  max-width: 570px;
}
.posts-list .row {
  border-top: 1px solid #cccccc;
  padding: 34px 0 45px;
  overflow: hidden;
}
.posts-list .row:first-child {
  border: 0 none;
}
.posts-list .row h2 {
  margin: 0 0 22px;
}
.posts-list .row h2 a {
  color: #0071bb;
}
.posts-list .row .text-holder {
  max-width: 570px;
  overflow: hidden;
}
.posts-list .row .text-holder span {
  display: block;
  margin-bottom: 20px;
}
.posts-list .row .text-holder ul {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: disc;
  padding: 0 0 0 35px;
}
.posts-list .row .lfloat {
  margin: 2px 34px 0 0;
}
.posts-list .row .rfloat {
  margin: 2px 0 0 34px;
}
/*--Resources page--*/
#content .featured-holder {
  width: 100%;
  padding: 0 0 26px;
  color: #4c4c4c;
  float: left;
}
#content .featured-holder .featured {
  margin: 20px 0 0 0px;
  float: left;
  padding: 17px 10px 10px;
  width: 303px;
  min-height: 173px;
  border: 1px solid #a6a6a6;
  line-height: 17px;
  background: url("/static/images/bg-featured.gif") repeat-x #ffffff;
}
#content .featured-holder .featured.featured-wide {
  width: 687px;
  min-height: 100px;
}
#content .featured-holder .featured.featured-wide .holder {
  min-height: 100px;
  width: 659px;
}
#content .featured-holder .featured.featured-wide .holder .name {
  color: #4B4B4B;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 6px;
}
#content .featured-holder .featured.featured-wide .holder .add-info {
  color: #585858;
  font-size: 12px;
  line-height: 17px;
  padding: 0 0 14px;
}
#content .featured-holder .featured:first-child {
  margin-left: 0;
}
#content .featured-holder .featured:even {
  margin-left: 0;
}
#content .featured-holder .featured .title {
  color: #636363;
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#content .featured-holder .featured h2 {
  font-size: 18px;
  line-height: 26px;
}
#content .featured-holder .featured h2 a {
  color: #3e8ddd;
}
#content .featured-holder .featured h2 a:hover {
  color: #3e8ddd;
}
#content .featured-holder .featured .text-holder {
  background: transparent url("/static/images/img35.png") no-repeat;
  padding-left: 79px;
  min-height: 100px;
}
.content-list {
  line-height: 17px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 691px;
  float: left;
}
.content-list .list {
  border-top: 1px dotted #666666;
  padding: 19px 0 16px;
}
.content-list .list:first-child {
  border: none;
  padding-top: 0;
}
.content-list .list h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}
.content-list .list h3 a {
  display: block;
  padding-left: 33px;
  background: url("/static/images/ico-list2.png") no-repeat scroll 20px 20px transparent;
}
.content-list .list h3 a.media-whitepapers {
  background-position: 0 -750px;
}
.content-list .list h3 a.media-datasheets {
  background-position: 0 -600px;
}
.content-list .list h3 a.media-webcasts {
  background-position: 0 -300px;
}
.content-list .list h3 a.media-article {
  background-position: 0 0;
}
.content-list .list h3 a.media-casestudies {
  background-position: 0 -150px;
}
.content-list .list h3 a.media-videos {
  background-position: 0 -450px;
}
.content-list .list p {
  padding-left: 33px;
}
/*--Training page--*/
.main-text {
  /*margin-top: 100px;*/
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
.main-text .training-row {
  clear: both;
}
.main-text .training-row a {
  color: #0071bb;
}
.main-text .training-row a:hover {
  /*				text-decoration: underline;*/
}
.main-text .training-row .training-icon {
  float: left;
  height: 80px;
  width: 80px;
}
.main-text .training-row .training-data {
  float: right;
  margin-left: 20px;
  padding: 0;
  width: 320px;
}
.main-text .training-row .training-container-l {
  float: left;
  margin: 0 80px 80px 0;
  padding: 0;
  width: 420px;
}
.main-text .training-row .training-container-r {
  float: left;
  margin: 0 0 80px 0;
  padding: 0;
  width: 420px;
}
.partner-quadrant-wrapper .quadrant {
  width: 325px;
  height: 109px;
  margin: 10px;
  float: left;
  background: url("/static/images/partner-quadrants-bg.png") no-repeat #f6f6f6;
}
.partner-quadrant-wrapper .quadrant h4 {
  color: #0071bb;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 0 13px;
}
.partner-quadrant-wrapper .quadrant .icon {
  float: left;
  height: 71px;
  padding: 11px 0 0;
  width: 85px;
}
.partner-quadrant-wrapper .quadrant p {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 16px 0 0;
}
.partner-accordion-wrapper .accordion-item {
  margin: 1.33em 0 0;
}
.partner-accordion-wrapper .accordion-item.open h4 .arrow {
  background: url("/static/images/arrow-open.png") no-repeat scroll 0 0 transparent;
}
.partner-accordion-wrapper .accordion-item h4 {
  background: #666666;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  margin: 0;
  position: relative;
}
.partner-accordion-wrapper .accordion-item h4 .arrow {
  background: url("/static/images/arrow-closed.png") no-repeat scroll 0 0 transparent;
  border-left: 1px solid #FFFFFF;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.partner-accordion-wrapper .accordion-item div {
  display: none;
  padding: 1.33em 0 0;
}
#footer {
  background: #333;
  color: #D6D6D6;
  font-size: 11px;
  padding: 50px 0 15px;
  font-family: "proxima-nova", sans-serif;
}
#footer a {
  color: #E6E6E6;
}
#footer a:hover {
  /*text-decoration: underline;*/
}
#footer .footer-content {
  width: 960px;
  margin: 0 auto;
}
#footer .boxes {
  overflow: hidden;
  padding: 0 0 11px;
  width: 110%;
}
#footer .boxes .box_container {
  position: relative;
  float: left;
}
#footer .boxes .box_bottom {
  position: absolute;
  right: 0px;
  bottom: -107px;
}
#footer .boxes .box {
  float: left;
  line-height: 19px;
  padding: 0 40px 0 0px;
  width: 190px;
}
#footer .boxes .box ul {
  margin: 0;
  padding: 0;
}
#footer .boxes .box ul li {
  list-style: none;
  padding-bottom: 15px;
  font-size: 14px;
}
#footer .boxes .box ul li a {
  font-size: 14px !important;
}
#footer .boxes .box ul .standard-button {
  background: #3e8ddd;
  text-align: center;
  padding: 13px 0px 11px;
  width: 147px;
  margin-top: 11px;
  float: left;
}
#footer .boxes .box ul .standard-button a {
  font-size: 20px !important;
  font-weight: bold;
}
#footer .boxes .box ul .subtitles a {
  font-size: 16px !important;
  color: #949599;
}
#footer .boxes .box .social_links a {
  float: left;
  margin-right: 7px;
}
#footer .boxes .box .social_links a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .boxes .box h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px;
}
#footer .boxes .box h3 a {
  font-size: 16px !important;
}
#footer .boxes .box ul ul {
  padding: 0 0 0 12px;
}
#footer .boxes .box .social li {
  padding: 0 0 10px;
  overflow: hidden;
}
#footer .boxes .box .social li a {
  background: url("/static/images/ico-socials.gif") no-repeat scroll 0 0 transparent;
  float: left;
  padding: 0 0 0 24px;
}
#footer .boxes .box .social li.ico-twitter a {
  background-position: 0 0;
}
#footer .boxes .box .social li.ico-facebook a {
  background-position: 0 -49px;
}
#footer .boxes .box .social li.ico-linkedin a {
  background-position: 0 -99px;
}
#footer .boxes .box .social li.ico-youtube a {
  background-position: 0 -149px;
}
#footer .footer-info {
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#footer .footer-info .copyright {
  display: inline;
}
#footer .footer-info ul {
  list-style: none outside none;
  display: inline;
  padding: 0;
}
#footer .footer-info ul li {
  background: url("/static/images/separator.gif") no-repeat scroll 0 50% transparent;
  padding: 0 4px;
  display: inline;
}
#footer .footer-info ul li:first-child {
  background: none;
}
#footer .footer-info ul li a {
  color: #999 !important;
  font-weight: 400;
}
.dashed {
  border-top: 1px dashed #4C4C4C;
  padding-top: 4px;
}
.one-column,
.two-column {
  margin-top: 20px !important;
}
.one-column .industry-spec-page .note p,
.two-column .industry-spec-page .note p {
  clear: both;
}
.white-title {
  color: #ffffff !important;
}
.page-text {
  margin-bottom: 10px;
  padding: 6px;
}
/*----Tab design----*/
.page-tabs {
  border: 0;
}
.tabset-holder {
  border: 1px solid #E5E5E5;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 26px;
  overflow: hidden;
  padding: 1px;
  text-transform: uppercase;
}
.tabset-holder .tabset {
  background: url("/static/images/bg-tabset.gif") repeat-x scroll 0 100% #fafafa;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  width: 693px;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 2px 2px 0 2px;
}
.tabset-holder .tabset .ui-tabs-selected a {
  color: #3e8ddd;
}
.tabset-holder .tabset.max-tab-width4 a {
  width: 143px;
}
.tabset-holder .tabset.max-tab-width3 a {
  width: 200px;
}
.tabset-holder .tabset.max-tab-width2 a {
  width: 315px;
}
.tabset-holder .tabset.max-tab-width1 a {
  width: 657px;
}
.tabset-holder .tabset li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: url("/static/images/bg-tabset.gif") repeat-x scroll 0 0 #fafafa;
}
.tabset-holder .tabset li.ui-state-active {
  background: url("/static/images/bg-tabset2.gif") repeat-x scroll 0 0 #fafafa;
}
.tabset-holder .tabset a {
  height: 32px;
  width: 143px;
  font-size: 13px;
  font-weight: bold;
  color: #5c5c5c;
  text-transform: uppercase;
  float: left;
  white-space: normal;
  padding: 7px 13px;
}
.tabset-holder .tabset a:hover {
  color: #3e8ddd;
  background: url("/static/images/bg-tabset2.gif") repeat-x;
}
.tab-content {
  border: 0;
}
.tab-content ul {
  list-style: disc outside none !important;
  margin: 0 0 25px 25px !important;
  padding-left: 5px;
}
.tab-content ul li {
  list-style: disc outside none !important;
  font-weight: normal;
  line-height: 22px;
}
/*--Delivery methods page--*/
.training-delivery-head {
  margin-bottom: 80px;
}
.main-box {
  padding: 0;
}
.main-box .online-materials {
  margin: 80px 0;
}
.main-box .online-materials h4 {
  color: #942D1E;
}
.main-box .align-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
}
.main-box .align-bottom .training-delivery-title {
  height: 80px;
  margin: 0 40px 0 60px;
  width: 150px;
}
.main-box .delivery-container {
  height: 270px;
  float: left;
}
.main-box .delivery-container h4 {
  /*color: @newBlue;*/
  color: #942d1e;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.main-box .delivery-container .line {
  height: 8px;
  width: 40px;
}
.main-box .delivery-container .green-line {
  border-bottom: medium solid #00CC33;
}
.main-box .delivery-container .red-line {
  border-bottom: medium solid #FF0000;
}
.main-box .delivery-container .blue-line {
  border-bottom: medium solid #0066FF;
}
.main-box .delivery-container .orange-line {
  border-bottom: medium solid #FF9900;
}
.main-box .delivery-container a {
  color: #0070AF;
}
.main-box .delivery-container a:hover {
  color: #FDBA1D;
}
.main-box .delivery-container-wraper {
  float: left;
  height: 1160px;
  position: relative;
}
.main-box .container-40 {
  width: 40px;
  background-color: #F0F0F0;
}
.main-box .container-200 {
  width: 200px;
}
.main-box .container-240 {
  width: 240px;
}
.main-box .container-270 {
  width: 270px;
}
.main-box .container-170 {
  width: 170px;
}
.main-box .container-127 {
  width: 127px;
}
.main-box .container-187 {
  width: 187px;
}
#navbar {
  border-bottom: 1px dotted #666666;
  font-size: 13px;
  line-height: 17px;
  list-style: none outside none;
  margin: 0 17px 33px 0;
  padding: 0 0 2px;
  width: 217px;
}
#navbar > li {
  border-top: 1px dotted #666666;
  padding: 6px 3px 5px;
  text-transform: uppercase;
}
#navbar > li.active ul {
  display: block;
}
#navbar > li a {
  color: #0071bb;
}
#navbar > li ul {
  display: none;
  list-style: none outside none;
  margin: 0 0 -9px;
  padding-top: 10px;
}
#navbar > li ul li {
  margin: 0 0 8px;
  padding: 1px 4px 2px 13px;
  text-transform: none;
}
.articles {
  background: url("/static/images/bg-article.gif") repeat-x scroll 0 0 transparent;
  border-top: 2px solid #cccccc;
  line-height: 19px;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.articles .article {
  background: url("/static/images/divider2.gif") repeat-y scroll 0 0 transparent;
  float: left;
  margin: 0 0 -9999px;
  padding: 23px 30px 9999px;
  width: 286px;
}
.articles .article:first-child {
  background: none;
  padding-left: 23px;
}
.articles .article .heading {
  font-size: 12px;
  line-height: 15px;
  /*overflow: hidden;*/
  /*text-transform: uppercase;*/
  width: 100%;
}
.articles .article .heading h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 7px;
  text-transform: none;
}
.articles .article .visual {
  background: #ffffff;
  display: inline-block;
  margin: 0 0 16px;
  padding: 1px;
  vertical-align: top;
}
.articles .article .visual img {
  border: 1px solid #CFCFCF;
  display: block;
  margin: 0 0 1px;
  vertical-align: baseline;
}
.articles .article .txt {
  overflow: hidden;
  padding: 0 4px;
}
.articles .article .txt p {
  margin: 0 0 22px;
}
/*--blue links--*/
a,
.demo-box a,
.block a {
  color: #3e8ddd;
}
#content .quotes a {
  color: #000;
}
/*--select2 design for select options--*/
.category-selector {
  text-align: right;
  width: 160px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0 auto 10px;
  height: 23px;
}
.right-category {
  margin-left: 0 !important;
}
.select2-container {
  border: 0 none;
  width: 160px;
}
.select2-container .select2-choice {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 23px;
  line-height: 23px;
  text-align: left;
  color: #999 !important;
  background: none;
}
.select2-container .select2-choice .select2-arrow {
  border: 0;
  background: none;
}
.select2-container .select2-choice .select2-arrow b {
  background: url("/static/images/arrows.png") repeat scroll 0 -11px transparent;
}
.select2-drop {
  min-width: 96px;
  border: 0 none !important;
  border-radius: 0 !important;
  z-index: 999999;
}
.select2-drop .select2-results {
  padding: 0;
  margin: 0;
}
.select2-drop .select2-results li {
  background-color: #ECECEC ;
  color: #999;
}
.select2-drop .select2-results li.select2-highlighted {
  background-color: #DDD;
  color: #999;
}
/*--table for support--*/
.data-sources {
  border: medium none;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 0 25px;
  table-layout: fixed;
}
.data-sources thead th {
  background: #cccccc;
  padding: 15px;
}
.data-sources tbody td {
  background: #ececec;
  padding: 5px;
}
#loader {
  position: absolute;
  left: 312px;
}
.blockMsg {
  background-color: #ffffff;
  background-image: url("/static/images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #DDDDDD;
  height: 150px;
  margin: 0 auto;
  width: 270px;
}
.blockMsg .loading {
  color: #3e8ddd;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
}
.red-title,
.red-title a {
  color: #3e8ddd !important;
}
/*--Spotfire download page--*/
#content .SpotfireDownloadPage .intro-holder {
  width: 100%;
  margin: 0;
  padding: 0;
}
#content .SpotfireDownloadPage .intro-holder .intro {
  height: 228px;
  margin: 0;
  padding: 12px 0 0;
}
#content .SpotfireDownloadPage .intro-holder .intro .text-block {
  padding: 21px 16px 0 48px;
}
#content .SpotfireDownloadPage .intro-holder .intro .text-block h1 p.trial-title {
  color: #90291a;
  font-size: 36px;
  margin: 49px 0 0;
  padding: 0;
}
#content .SpotfireDownloadPage .intro-holder .intro .text-block p {
  color: #666666;
  font-size: 21px;
  line-height: 23px;
}
#content .SpotfireDownloadPage .intro-holder .intro .text-block .text-frame {
  width: 100%;
}
#content .SpotfireDownloadPage .intro-holder .intro .text-block .text-frame p {
  color: #90291a;
  font-size: 60px;
  font-weight: bold;
  margin: 30px 0 0 79px;
  padding: 0;
}
#content .SpotfireDownloadPage .columns {
  border-width: 0 0 1px;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
#content .SpotfireDownloadPage .columns .column {
  width: 449px;
  border: 0;
  background: #ffffff;
  overflow: visible;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0;
}
#content .SpotfireDownloadPage .columns .column .frame {
  background: #ffffff;
  color: #999999;
  overflow: visible;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0;
}
#content .SpotfireDownloadPage .columns .column .frame .standard-button {
  background-image: none;
  padding: 8px 13px 9px;
}
#content .SpotfireDownloadPage .columns .column .frame p.analytics-logo {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
#content .SpotfireDownloadPage .columns .column .frame .small-p p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  height: auto;
  width: auto;
}
#content .SpotfireDownloadPage .columns .column .frame h1 {
  font-size: 18px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 10px;
}
#content .SpotfireDownloadPage .columns .column p {
  margin: 0 0 11px;
}
#content .SpotfireDownloadPage .columns .column-separator {
  border-left: 1px solid #999999;
  float: left;
  margin: 40px 0;
  width: 1px;
}
.main-table {
  border-bottom: 1px dotted #cccccc;
  color: #3E5E94;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 0 1px;
  width: 100%;
}
.main-table .no-customers {
  color: #666;
}
.main-table table {
  border-collapse: collapse;
  width: 100%;
}
.main-table table th {
  color: #666666;
  padding: 0 11px 9px;
  text-align: left;
}
.main-table table td {
  border-bottom: 1px dotted #cccccc;
  padding: 12px 0 10px 15px;
}
.main-table table td:first-child {
  padding: 9px 11px;
  width: 511px;
}
.main-table table td i {
  background: url("/static/images/ico-list2.png") no-repeat scroll 0 -150px transparent;
  margin: -1px 0 0;
}
.main-table table td i.ico-article {
  background-position: 0 0;
}
.main-table table td i.ico-info {
  background-position: 0 0 -150px;
}
.main-table table td i.ico-video {
  background-position: 0 -450px;
}
.main-table table td i.ico-webcast {
  background-position: 0 -300px;
}
.main-table table td i.ico-list {
  background-position: 0 0;
}
.main-table table td i.ico-news {
  background-position: 0 -1200px;
}
.main-table table td span {
  background: url("/static/images/ico-list2.png") no-repeat scroll 0 -150px transparent;
  margin: -1px 4px 0;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.main-table table td span.ico-article {
  background-position: 0 0;
}
.main-table table td span.ico-casestudies {
  background-position: 0 0 -150px;
}
.main-table table td span.ico-videos {
  background-position: 0 -450px;
}
.main-table table td span.ico-webcasts {
  background-position: 0 -300px;
}
.main-table table td span.ico-datasheets {
  background-position: 0 0;
}
.main-table table td span.ico-whitepapers {
  background-position: 0 -1200px;
}
.main-table .event-table {
  margin-top: 15px;
  color: #4b4b4b;
}
.main-table .event-table td {
  width: 152px;
}
.main-table .event-table td.date {
  width: 86px;
}
.main-table .event-table td:first-child {
  width: 373px;
  font-size: 17px;
  line-height: 25px;
}
/*--Spotfire demos page--*/
#content .clear {
  clear: both;
}
#content .demo-page .top-title {
  color: #3e8ddd;
  margin: 0 0 35px;
  font: 40px/43px Arial, Helvetica, sans-serif;
}
#content .demo-page .sortList {
  width: 707px;
  margin: 0 auto;
  position: relative;
}
#content .demo-page .sortList .search-text {
  /*position: absolute;
						top: 13px;
						left: 15px;*/
  position: relative;
  top: 13px;
  left: 15px;
  width: 466px;
  text-align: justify;
}
#content .demo-page .sortList .demo-sort-dropdown {
  position: absolute;
  right: 0;
  top: 13px;
}
#content .demo-page .sortList .demo-sort-dropdown #main_0_content_0_uxSorting {
  width: 160px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  height: 25px;
}
#content .demo-page ul.demo-gallery-v2-section-list {
  list-style: none inside;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #282828;
  height: 25px;
  overflow: visible;
}
#content .demo-page ul.demo-gallery-v2-section-list li {
  margin: 0 4px 0 0;
  float: left;
}
#content .demo-page ul.demo-gallery-v2-section-list li a {
  background: #282828;
  color: #fff;
  padding: 0px 15px;
  display: block;
  height: 25px;
  line-height: 25px;
}
#content .demo-page ul.demo-gallery-v2-section-list li a:hover {
  text-decoration: none;
  background: #727272;
}
#content .demo-page ul.demo-gallery-v2-section-list li a.active {
  background: #3e8ddd;
  height: 35px;
  line-height: 35px;
  font-size: larger;
  font-weight: bold;
  position: relative;
  top: -10px;
  padding: 0 20px;
}
#content .demo-page ul.demo-gallery-v2-section-list li a.active:hover {
  text-decoration: none;
  background: #3e8ddd;
}
#content .demo-page ul.demo-gallery-v2-section-list li.demo-search {
  border: 1px solid #d9d9d9;
  padding: 0;
  background: #f2f2f2;
  float: right;
  position: relative;
  top: -10px;
  margin: 0;
  height: 22px;
}
#content .demo-page ul.demo-gallery-v2-section-list li.demo-search .text {
  padding: 0 5px;
  margin: 0;
  border: 0;
  background: none;
  width: 173px;
  outline: none;
  color: #929292;
  height: 22px;
  font: 12px/22px Arial, Helvetica, sans-serif;
  float: left;
}
#content .demo-page .demo-gallery-main-content {
  width: auto;
  margin-top: 52px;
  position: relative;
}
#content .demo-page .demo-gallery-main-content .no-results {
  margin: 52px 0 0 247px;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos {
  width: 710px;
  margin: 0px auto;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .clear {
  clear: both;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .featured {
  line-height: 17px;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .featured p {
  margin: 0 0 6px;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item {
  height: 292px;
  margin: 10px;
  float: left;
  background: #fff;
  padding: 1px;
  width: 331px;
  border: 1px solid #a6a6a6;
  line-height: 17px;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item:hover {
  cursor: pointer;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder {
  width: 303px;
  min-height: 173px;
  padding: 16px 14px 9px;
  background: url("/static/images/bg-featured.gif") repeat-x;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder .row {
  width: 100%;
  overflow: hidden;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder .row .featured-left {
  float: left;
  width: 141px;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder .row .featured-left .visual {
  float: left;
  border: 1px solid #c2c6ca;
  padding: 6px;
  margin: 0 15px 0 0;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder .row .featured-left .visual img {
  border-style: none;
  vertical-align: top;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder .row .featured-left .video-link .launch_video_button {
  width: 93px;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .holder .row .featured-left .launch_video_button {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 21px 5px 10px;
  color: #fff !important;
  margin: 6px 0 0 0;
  background: #3e8ddd url(/static/images/vidAvail_arrow_03.png) no-repeat 100% 50%;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item .title {
  color: #636363;
  display: block;
  margin: 0 0 4px;
  font: bold 12px/15px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#content .demo-page .demo-gallery-main-content .demo-gallery-featured-demos .demo-item h2 {
  font-size: 18px;
  line-height: 26px;
}
/*---Industry-specific page----*/
#content .industry-spec-page .no-results {
  margin: 52px 0 0 247px;
}
#content .industry-spec-page .demo-gallery-sidebar {
  float: left;
  width: 215px;
  position: relative;
  z-index: 5;
}
#content .industry-spec-page .demo-gallery-sidebar .area {
  margin: 20px 0 0 0;
  padding: 0 0 28px;
  width: 100%;
  overflow: hidden;
  font: 12px/15px Arial, Helvetica, sans-serif;
}
#content .industry-spec-page .demo-gallery-sidebar .area .item-count {
  margin: 0px;
  float: right;
  display: block;
  text-align: right;
  width: 20px;
}
#content .industry-spec-page .demo-gallery-sidebar .area .heading {
  padding: 7px 11px;
  background: #666;
  color: #fff;
  margin: 0 0 14px;
}
#content .industry-spec-page .demo-gallery-sidebar .area .heading h3 {
  margin: 0;
  text-transform: none;
  font: 14px/17px Arial, Helvetica, sans-serif;
  color: #fff;
}
#content .industry-spec-page .demo-gallery-sidebar .area ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}
#content .industry-spec-page .demo-gallery-sidebar .area ul li {
  display: block;
  width: 100%;
  padding: 0 0 3px 0;
}
#content .industry-spec-page .demo-gallery-sidebar .area ul li a {
  display: block;
  width: 209px;
  color: #666;
  text-decoration: none;
  padding: 3px;
}
#content .industry-spec-page .demo-gallery-sidebar .area ul li a.active {
  background: #3e8ddd;
  color: #fff;
}
#content .industry-spec-page .demo-gallery-sidebar .area ul li a.active:hover {
  background: #3e8ddd;
  color: #fff;
}
#content .industry-spec-page .demo-gallery-sidebar .area ul li a:hover {
  background: #f2f2f2;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown {
  width: 100%;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  margin: 10px 0 0 0;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox {
  margin: 0;
  padding: 0;
  width: 170px !important;
  float: right;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbArrowCell {
  padding: 0;
  width: 16px;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbArrowCell a {
  position: relative;
  outline: 0;
  overflow: hidden;
  display: block;
  width: 18px;
  height: 22px;
  cursor: default;
  text-decoration: none;
  text-indent: 9999px;
  font-size: 0;
  line-height: 1px;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbArrowCellRight {
  background-position: -157px -88px;
  background-image: url('/static/images/webResource.png');
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 0;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbInputCell {
  width: 100%;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0;
  border: 0;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbInputCell .rcbInput {
  padding-left: 2px;
  width: 100%;
  background: transparent;
  border: 0;
  vertical-align: middle;
  outline: 0;
  text-align: left;
  -webkit-appearance: none;
  font: inherit !important;
  color: #666 !important;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbInputCellLeft,
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox .rcbInputCellRight {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 1px;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox table {
  border-width: 0;
  border-collapse: collapse;
  width: 100%;
}
#content .industry-spec-page .demo-gallery-sidebar .demo-sort-dropdown .RadComboBox rcbSlide {
  position: absolute;
  overflow: hidden;
  display: none;
  _height: 1px;
  float: left;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  line-height: 17px;
  color: #4c4c4c;
  width: 707px;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list h3 {
  margin: 0 0 3px;
  color: #3e8ddd;
  font: 16px/20px Arial, Helvetica, sans-serif;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list h3 a {
  margin: 0 0 3px;
  color: #3e8ddd;
  font: 16px/20px Arial, Helvetica, sans-serif;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list p {
  margin: 0;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list .text-holder {
  overflow: hidden;
  cursor: pointer;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list .visualwrapper {
  float: left;
  width: 138px;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list .visualwrapper .visual {
  margin: 2px 14px 0 0;
  padding: 6px;
  border: 1px solid #c2c6ca;
  background: #fff;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list .visualwrapper .visual img {
  cursor: pointer;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list .visualwrapper .launch_video_button {
  font-size: 13px;
  line-height: 18px;
  width: 93px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 21px 5px 10px;
  color: #fff !important;
  margin: 6px 0 0 0;
  background: #3e8ddd url('/static/images/vidAvail_arrow_03.png') no-repeat 100% 50%;
}
#content .industry-spec-page .demo-gallery-main-content ul.gallery-list li {
  margin: 0 15px 35px 16px;
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
.video-header {
  /* close button positioned on upper right corner */
  overflow-x: hidden;
}
.video-header .simple_overlay {
  /* must be initially hidden */
  display: none;
  /* place overlay on top of other elements */
  z-index: 10000;
  /* styling */
  background-color: #333;
  width: 675px;
  min-height: 200px;
  border: 1px solid #666;
  /* CSS3 styling for latest browsers */
  -moz-box-shadow: 0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;
}
.video-header .simple_overlay .close {
  background-image: url("/static/images/close.png");
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 5;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
.video-header .launch_video_button {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 21px 5px 10px;
  color: #fff !important;
  margin: 6px 0 0 0;
  background: #3e8ddd url("/static/images/vidAvail_arrow_03.png") no-repeat 100% 50%;
}
.video-header .standard_button {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 39px 9px 13px;
  color: #fff !important;
  margin: 0 3px 0 0;
  background: #3e8ddd url("/static/images/arrow.gif") no-repeat 100% 50%;
  text-transform: uppercase;
}
.video-header #header {
  color: #fff;
  padding: 0 40px;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 999;
  background: #ececec;
}
.video-header #header .header-holder {
  padding: 0 0 13px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-header #header .header-holder .logo {
  /*background: url("@{basePath}/logo.png") no-repeat;
				width: 233px;
				height: 39px;
				float: left;
				overflow: hidden;
				margin: 0px 15px 0 0;
				text-indent: -9999px;*/
}
.video-header #header .header-holder .right {
  float: right;
  padding: 14px 80px 0 0;
}
.video-header #header .header-holder .right .standard_button {
  font-size: 13px;
  padding: 5px 39px 5px 10px;
  margin: 6px 0 0 0;
}
.video-header #header .header-holder .right .launchVideoTop {
  float: left;
  margin: 0 5px 0 0;
}
.video-header #header .header-holder .right .launchVideoTop .launch_video_button {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 21px 5px 10px;
  color: #fff !important;
  margin: 6px 0 0 0;
  background: #3e8ddd url("/static/images/vidAvail_arrow_03.png") no-repeat 100% 50%;
}
.video-header #demo-footer {
  color: #fff;
  padding: 0 40px;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 999;
  background: #ececec;
}
.video-header #demo-footer .demo-description {
  border-right: 1px #f5f5f5 dashed;
  padding-right: 20px;
  margin: 0 249px 0 220px;
  min-height: 114px;
}
.video-header #demo-footer .header-holder {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.video-header #demo-footer .header-holder .right {
  float: right;
  width: 140px;
  padding: 0 80px 0 40px;
}
.video-header #demo-footer .header-holder .right .get-spotfire {
  margin: 0;
}
.video-header #demo-footer .header-holder .demo-details {
  clear: both;
  padding: 10px 0;
}
.video-header #demo-footer .header-holder .demo-details h1 {
  font-size: 16px;
  color: #959595;
}
.video-header #demo-footer .header-holder .demo-details p {
  font-size: 14px;
  color: #959595;
  font-weight: normal;
}
.video-header #demo-footer .header-holder .demo-details .demo-thumbnail {
  float: left;
  width: 200px;
  margin: 0 10px 0 10px;
}
.RadAjax {
  position: relative;
}
.RadAjax .common-style {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.RadAjax .raDiv {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  top: 376px;
  background-image: url("/static/images/WebResourceLoader.gif");
  position: absolute;
  left: 45%;
  z-index: 2;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.RadAjax .raColor {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: none;
  background-color: #fff;
}
.what-does-landing .row tr td p {
  float: left;
  width: 60%;
}
.what-does-landing .row hr {
  clear: both;
  display: block;
  margin-top: 44px;
  margin-bottom: 55px;
}
.what-does-landing .row p {
  margin: 0;
  font-size: 18px;
}
.what-does-landing .row p a {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #0070AF !important;
  font-size: 22px;
}
.what-does-landing .row p a:hover {
  color: #FDBA1D !important;
}
#content .intro-discover {
  position: relative;
}
#content .intro-discover .text-block {
  position: absolute;
  left: 59px;
  top: 71px;
}
#content .intro-discover .text-block h1 {
  color: #000000;
  margin: 0 0 13px;
  font: 40px/43px Arial, Helvetica, sans-serif;
}
#content .intro-discover .text-block h2 {
  color: #4c4c4c;
}
#content .intro-discover .text-block p {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 24px;
}
#content .intro-single {
  position: relative;
  margin-bottom: 28px;
}
#content .intro-single .text-block {
  position: absolute;
  z-index: 2;
  left: 48px;
  top: 13px;
}
#content .intro-single .text-block h1 {
  margin: 0 0 12px;
  color: #3e8ddd;
  font: 44px/47px Arial, Helvetica, sans-serif;
}
#content .intro-single .text-block h2 {
  margin: 0 0 27px;
  color: #4c4c4c;
  /*max-width: 376px; */
  overflow: hidden;
  font: 22px/32px Arial, Helvetica, sans-serif;
}
#content .intro-single .text-block p {
  margin: 0 0 27px;
  color: #4c4c4c;
  /*max-width: 376px; */
  overflow: hidden;
  font: 22px/32px Arial, Helvetica, sans-serif;
}
#content .intro-single .bg-image {
  position: absolute;
  bottom: 0;
}
#content .who-uses-landing {
  margin-bottom: 40px;
}
#content .who-uses-landing .text-block p {
  font-size: 22px;
  line-height: 25px;
  color: #4c4c4c;
}
#content .who-uses-landing .text-block h2 {
  font-size: 22px;
  line-height: 25px;
  color: #4c4c4c;
}
#content .who-uses-landing .text-block .btns {
  position: relative;
  top: -2px;
}
#content .intro-release {
  position: relative;
}
#content .intro-release .text-block {
  position: relative;
  left: 47px;
  z-index: 2;
  min-height: 324px;
}
#content .intro-release .text-block h1 {
  padding-top: 15px;
}
#content .intro-release .text-block .btns {
  padding-bottom: 20px;
}
#content .intro-release .bg-image {
  position: absolute;
  bottom: 0;
}
.events-page {
  margin-bottom: 46px;
}
.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
}
.free_trial {
  padding: 0px !important;
  border-bottom: 0px !important;
}
.free_trial a {
  padding: 8px 21px 8px 21px!important;
  background-position: 7px -1035px !important;
  border: 1px solid #cce2f7;
}
.buy {
  padding: 0px !important;
  border-bottom: 0px !important;
}
.buy a {
  background-position: 7px -1684px !important;
  padding: 13px 11px 11px 30px!important;
}
div.sales_country table td {
  width: 166px;
}
div.sales_country h1 {
  font-size: 24px;
}
.pardot-form h1 {
  font-size: 24px !important;
}
h2.event-title {
  position: relative;
  z-index: -99999;
}
.content-label {
  float: left;
}
.forrester-wave {
  font-family: Arial, Helvetica, sans-serif;
}
#content .forrester-wave .intro-discover .text-block {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
#content .forrester-wave .intro-discover .text-block h1 {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
#contact-us-main .mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton {
  display: inline-block;
  margin: 5px 0px 40px 30px;
}
#contact-us-main .pardot-form {
  width: 335px;
}
#contact-us-main .pardot-form .form-main {
  height: 470px;
}
#contact-us-main form {
  width: 301px !important;
}
#contact-us-main .mktoForm .mktoFormCol,
#contact-us-main .mktoForm .mktoFieldWrap {
  width: 301px;
}
#contact-us-main .thank-you {
  text-align: center;
  padding-top: 40px;
  width: 286px;
  margin: 0 auto;
}
#contact-us-main .thank-you h2 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}
#contact-us-main .thank-you p span {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  color: #b33433;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
#de-contact-us .mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton {
  display: inline-block;
  margin: 5px 0px 40px 30px;
}
#de-contact-us .pardot-form {
  width: 350px;
}
#de-contact-us .pardot-form .form-main {
  height: 470px;
}
#de-contact-us form {
  width: 341px !important;
}
#de-contact-us .mktoForm .mktoFormCol,
#de-contact-us .mktoForm .mktoFieldWrap {
  width: 341px;
}
#de-contact-us .thank-you {
  text-align: center;
  padding-top: 40px;
  width: 286px;
  margin: 0 auto;
}
#de-contact-us .thank-you h2 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}
#de-contact-us .thank-you p span {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  color: #b33433;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.main-top-sec {
  background: #ececec;
  width: 100%;
  color: #666666;
}
.main-top-sec #top_nav {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.main-top-sec #top_nav ul {
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.main-top-sec #top_nav ul li {
  display: inline-block;
  margin-left: 2em;
  height: 28px;
  line-height: 28px;
}
li.main-top-sec #top_nav ul li:first-child {
  margin-left: 0px;
}
li.main-top-sec #top_nav ul li:first-child a {
  font-weight: 500;
}
.main-top-sec #top_nav ul li a {
  color: #6d6e70;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.main-top-sec #top_nav ul span {
  margin-left: 1em;
}
#header-wrap {
  background: #ffffff;
  color: #ffffff;
  border-bottom: 2px solid #6d6e71;
  min-width: 960px;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
#header-wrap .free_trial a {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-right: 0px !important;
}
#header-wrap .free_trial:hover {
  background: #727272;
}
#header-wrap .header-content {
  width: 960px;
  height: 106px;
  padding: 24px 0 0;
  margin: 0 auto;
  position: relative;
}
#header-wrap .header-content .header-holder {
  /*overflow: hidden;*/
  padding: 0 0 32px;
  position: relative;
  width: 100%;
  float: left;
}
#header-wrap .header-content .header-holder .logo {
  /*background: url("@{basePath}/logo.png") no-repeat ;*/
  float: left;
  height: 39px;
  margin: 0px 15px 0 0;
  overflow: hidden;
  /*text-indent: -9999px;*/
  /*width: 233px;*/
  position: relative;
  left: -11px;
}
#header-wrap .header-content .header-holder .logo a {
  display: block;
  /*height: 100%;*/
}
#header-wrap .header-content .header-holder .search_section {
  float: right;
  /*	.dropdown {
                float: left;
                margin-right: 10px;
                dt{
                    a{
                        background: url(/static/images/arrow.png) no-repeat scroll right 8px;
                        display:block;
                        height: 20px;
                        span{
                            color: @gray;
                            font-size: 12px;
                            font-family: gotham;
                            padding-left: 5px;
                            padding-right: 15px;
                            min-width: 70px;
                            float: left;
                        }
                    }
                }
                dd{
                     position:relative;
                     ul{
                         width: 95px;
                         background: #f6f5f5 none repeat scroll 0 0;
                        border: 1px solid #f6f5f5;
                        border-bottom: 0!important;
                        border-top: 0!important;
                        display: none;
                        padding: 0;
                        margin:0px;
                        position: absolute;
                        top: 0;
                        list-style: none;
                        z-index: 9;
                        li{
                            a{
                                color: @gray;
                                font-size: 13px;
                                font-family: gotham;
                                padding-left: 5px;
                            }
                        }
                        li:hover{
                                background:#d7d7d7;
                        }
                     }
                }
            }*/
}
#header-wrap .header-content .header-holder .search_section ::-webkit-input-placeholder {
  color: #ffffff;
}
#header-wrap .header-content .header-holder .search_section :-moz-placeholder {
  color: #ffffff;
}
#header-wrap .header-content .header-holder .search_section ::-moz-placeholder {
  color: #ffffff;
}
#header-wrap .header-content .header-holder .search_section :-ms-input-placeholder {
  color: #ffffff;
}
#header-wrap .header-content .header-holder .search_section .search-form {
  float: left;
  right: 0;
  top: 35px;
}
#header-wrap .header-content .header-holder .search_section .search-form a {
  float: left;
  width: 88px;
  text-align: center;
  color: #959595;
  padding: 0 4px 0 0;
}
#header-wrap .header-content .header-holder .search_section .search-form .input-holder {
  float: left;
  background: #d7d7d7;
}
#header-wrap .header-content .header-holder .search_section .search-form .input-holder .submit {
  background: url('/static/images/btn-search.gif') no-repeat transparent;
  cursor: pointer;
  width: 27px;
  height: 22px;
  border: none;
  text-indent: -9999px;
}
#header-wrap .header-content .header-holder .search_section .search-form .input-holder .text {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #ffffff;
  float: left;
  font-size: 11px;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  width: 130px;
  outline: none;
  padding: 5px 7px;
  font-weight: 300;
}
#header-wrap .header-content .header-holder .search_section .sign-in-button {
  float: left;
  right: 119px;
  margin: 0px 2px;
  /*&:hover{
              background: #3e8ddd;
              a{
                  background-color: #3e8ddd;
                  color: #FFFFFF;
              }
          }*/
}
#header-wrap .header-content .header-holder .search_section .sign-in-button a {
  display: block;
  padding: 0px 16px;
  color: #6d6e71;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}
#header-wrap .header-content .header-holder .search_section .buy_now:hover {
  background: #;
}
#header-wrap .header-content .header-holder .search_section .buy_now:hover a {
  background-color: #3e8ddd;
  color: #FFFFFF;
}
#header-wrap .header-content .header-holder .search_section .buy_now a {
  border: 1px solid #3e8ddd;
  color: #3e8ddd;
}
#header-wrap .header-content .header-holder .search_section .language-selector {
  float: left;
  margin: 0px 9px 0px 0px;
  text-align: right;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 22px;
  /*.select2-drop{
              .select2-results{
                      .select2-result-label{
                          padding: 3px 7px 3px !important;
                      }
              }
          }*/
}
#header-wrap .header-content .header-holder .search_section .language-selector .language {
  width: auto !important;
  border: 0px;
  outline: none;
  color: #6d6e71;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  clip: rect(0px 0px 0px 0px);
}
#header-wrap .header-content .header-holder .search_section .language-selector .select2-container {
  border: 0 none;
  width: 160px;
}
#header-wrap .header-content .header-holder .search_section .language-selector .select2-container .select2-choice {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 23px !important;
  color: #6d6e71 !important;
  line-height: 22px !important;
  text-align: left;
  background-color: none !important;
  background-image: none !important;
}
#header-wrap .header-content .header-holder .search_section .language-selector .select2-container .select2-choice .select2-chosen {
  margin-right: 0px !important;
}
#header-wrap .header-content .header-holder .search_section .language-selector .select2-container .select2-choice .select2-arrow {
  border: 0;
  background: none !important;
  filter: none !important;
}
#header-wrap .header-content .header-holder .search_section .language-selector .select2-container .select2-choice .select2-arrow b {
  background: url(/static/images/arrow.png) no-repeat scroll right 8px !important;
}
#header-wrap .header-content .navigation {
  color: #959595;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  width: 100%;
  clear: both;
  content: "";
  float: left;
}
#header-wrap .header-content .navigation ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: block;
}
#header-wrap .header-content .navigation ul li {
  float: left;
  padding: 7px 7px 7px 2px;
  position: relative;
  margin-right: 52px;
}
#header-wrap .header-content .navigation ul li.right {
  position: absolute;
  right: 0px;
  background: none repeat scroll 0 0 transparent;
  border-color: #3e8ddd;
  color: #fff;
  margin-right: 0px !important;
  bottom: -1px;
}
#header-wrap .header-content .navigation ul li.right .item {
  text-align: right;
}
#header-wrap .header-content .navigation ul li.nav-last-child {
  position: absolute;
  right: 0;
  border-color: #ffbb00;
  background: none repeat scroll 0 0 #ffbb00;
}
#header-wrap .header-content .navigation ul li.nav-last-child:hover {
  background: #727272!important;
  border-color: #727272;
}
#header-wrap .header-content .navigation ul li.nav-last-child a {
  color: #fff !important;
  background-position: 0 -1697px;
}
#header-wrap .header-content .navigation ul li:hover .icon {
  color: #f36b21;
}
#header-wrap .header-content .navigation ul li:hover .dropdown-menu {
  display: block;
  top: 34.5px;
}
#header-wrap .header-content .navigation ul li .icon {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #6d6e71;
  font-size: 15px;
  float: left;
  padding: 0px 0px 2px;
  letter-spacing: 0px;
}
#header-wrap .header-content .navigation ul li .icon.icon-discover-spotfire {
  background-position: 1px 1px;
}
#header-wrap .header-content .navigation ul li .icon.icon-services,
#header-wrap .header-content .navigation ul li .icon.icon-product {
  background-position: 5px -297px;
}
#header-wrap .header-content .navigation ul li .icon.icon-resources {
  background-position: 0 -447px;
}
#header-wrap .header-content .navigation ul li .icon.icon-community,
#header-wrap .header-content .navigation ul li .icon.icon-community（英語） {
  background-position: 0 -598px;
}
#header-wrap .header-content .navigation ul li .icon.icon-about-us {
  background-position: 0 -750px;
}
#header-wrap .header-content .navigation ul li .icon.icon-tibco {
  background-position: 1px -1489px;
}
#header-wrap .header-content .navigation ul li .icon.icon-demos {
  background-position: 0 -897px;
}
#header-wrap .header-content .navigation ul li .icon.icon-free-trial {
  color: white;
  background-color: #FF6A00;
  font-weight: 500;
  padding: 15px 15px 12px !important;
  display: inline-block;
  border-bottom: 3px solid  #FF4611;
  letter-spacing: 1px;
}
#header-wrap .header-content .navigation ul li .icon.icon-free-trial:hover {
  background-color: #FF4611 ;
}
#header-wrap .header-content .navigation ul li .dropdown-menu {
  background: #f36b21;
  min-width: 245px;
  border-top: none;
  display: none;
  left: 0;
  position: absolute;
  /*width: 393px;*/
  z-index: 9999;
}
#header-wrap .header-content .navigation ul li .dropdown-menu.discover-spotfire {
  /*width: 960px;*/
}
#header-wrap .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column {
  width: 100%;
}
#header-wrap .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column label {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  padding: 28px 10px 17px 18px;
  display: block;
  float: left;
}
#header-wrap .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column .padd-top {
  padding-top: 4px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column ul li a.Item {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  float: left;
  padding: 3px 10px 3px 18px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu.discover-spotfire .menu-holder .mega-menu-column ul li a.Item:hover {
  color: #fbcbb1;
}
#header-wrap .header-content .navigation ul li .dropdown-menu ul {
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 6px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu ul li {
  padding: 0 0 3px;
  float: none;
  border: 0;
}
#header-wrap .header-content .navigation ul li .dropdown-menu ul li:hover {
  border: 0;
}
#header-wrap .header-content .navigation ul li .dropdown-menu ul li ul {
  margin: 6px 0 6px 20px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder {
  overflow: hidden;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .menu-column {
  float: left;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  width: 154px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .menu-column li a {
  color: #ffffff;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column {
  /*width: 154px;*/
  float: left;
  margin: 15px 0 0px;
  padding: 0 0px 15px 0px;
  z-index: 9999;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column:first-child {
  border: 0;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .section-link {
  color: #ffffff;
  margin-bottom: 10px;
  font: 13px/28px Arial, Helvetica, sans-serif;
  display: block;
  font-weight: bold;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .sub-menu {
  width: 100%;
  float: left;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .sub-menu li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .sub-menu li .item {
  color: #ffffff;
  float: left;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row {
  width: 105%;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row .col {
  float: left;
  padding: 0 20px 0 0;
  width: 122px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row .col h3 {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .row .col ul li .item {
  color: #ffffff;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .link-box {
  overflow: hidden;
  padding: 10px 0 4px;
  width: 100%;
  border-top: 1px dotted #ffffff;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .link-box .link {
  color: #ffffff;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .mega-menu-column .link-box .link .arrow {
  background: url("/static/images/ico-list.png") no-repeat scroll 0 -1176px transparent;
  display: inline-block;
  font-size: 0;
  height: 9px;
  line-height: 0;
  margin: 0 0 0 4px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  top: 5px;
  vertical-align: top;
  width: 12px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .call-out {
  background-color: #ffffff;
  color: #ffffff;
  float: left;
  margin: 6px 7px 5px 14px;
  min-height: 319px;
  width: 160px;
  padding: 11px 19px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .call-out p {
  margin: 0 0 12px;
  color: #4C4C4C;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .call-out .link-box {
  padding: 11px 0 4px;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .call-out a {
  color: #4C4C4C;
  display: inline-block;
}
#header-wrap .header-content .navigation ul li .dropdown-menu .menu-holder .call-out h2 {
  color: #3e8ddd;
  font-size: 19px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 10px;
}
#header-wrap .header-content .br .nav li {
  padding-right: 0px;
}
#header-wrap .header-content .es .nav li {
  padding: 7px 0px;
}
#header-wrap .header-content .es .nav li .icon.icon-free-trial {
  padding: 15px 8px 12px!important;
  font-size: 14px;
}
.home_content {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  width: 100% !important;
  min-width: 960px;
  background: #fff;
  padding-bottom: 0px !important;
}
.home_content .standard-button {
  background: #3e8ddd !important;
}
.home_content .intro {
  margin-bottom: 0px;
  border-bottom: 2px solid #d7d7d7;
}
.home_content .intro .gallery-area {
  height: auto;
}
.home_content .intro .gallery-area .slideshow {
  position: relative;
  width: 100%;
  float: left;
}
.home_content .intro .gallery-area .slideshow .slides {
  margin: 0;
  padding: 0;
}
.home_content .intro .gallery-area .slideshow .slides li {
  list-style: none;
}
.home_content .intro .gallery-area .slideshow .slides li .slide {
  width: 100%;
  background: #37BFC4;
  position: relative;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide {
  width: 960px;
  margin: 0 auto;
  /*position: relative;*/
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text {
  width: 960px;
  /*height: 90%;*/
  margin: 0 auto;
  position: absolute;
  /*left: inherit;*/
  z-index: 99;
  text-align: center;
  /*top: 125px;*/
  top: 83%;
  left: 19.3%;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text h1,
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text h2 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text h1 .recommendation,
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text h2 .recommendation {
  position: relative;
  top: -7px;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text strong {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .btns {
  float: left;
  /*margin-top: 380px;*/
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .btns .standard-button {
  color: #ffffff !important;
  padding: 18px 40px!important;
  background: none !important;
  font-weight: 500;
  border: 1px solid #ffffff;
  font-size: 15px !important;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .btns .standard-button:hover {
  background: #ffffff !important;
  color: #37BEC4 !important;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .quotes {
  float: right;
  width: 590px;
  color: #fff;
  position: absolute;
  bottom: 4%;
  right: 0px;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .quotes i,
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .quotes em {
  float: left;
  font-size: 20px;
  font-weight: 400;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .quotes label {
  float: right;
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .quotes label strong {
  display: inline;
  font-size: 18px;
  color: #fff;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .img_area {
  text-align: center;
}
.home_content .intro .gallery-area .slideshow .slides li .slide .img_area img {
  position: relative;
  max-width: 1600px;
  width: 100%;
  /*min-height: 400px;	*/
}
.home_content .intro .gallery-area .slideshow .slides li .slide .img_area .retina {
  display: none;
}
.home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .text {
  top: 75%;
}
.home_content .intro .gallery-area .slideshow .slides li.en-us {
  background-color: white;
}
.home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text,
.home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full {
  height: 230px !important;
}
.home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h1,
.home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h1 {
  color: #478bca !important;
  font-weight: 500 !important;
}
.home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h2,
.home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h2 {
  color: #000;
}
.home_content .intro .gallery-area .slideshow .flex-control-nav {
  bottom: 25px;
  height: 0;
  position: absolute;
  z-index: 999;
  left: 45%;
}
.home_content .intro .gallery-area .slideshow .flex-control-nav li {
  float: left;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  background: url("/static/images/video-scrollable-navi-circle.png") no-repeat scroll -17px 0 transparent;
}
.home_content .intro .gallery-area .slideshow .flex-control-nav li a {
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  background: url("/static/images/video-scrollable-navi-circle.png") no-repeat scroll -17px 0 transparent;
}
.home_content .intro .gallery-area .slideshow .flex-control-nav li a.flex-active {
  background-position: 0px 0px;
  background-color: transparent;
  cursor: default;
}
.home_content .standard-button {
  padding: 8px 21px 8px 21px!important;
  font-weight: bold;
  line-height: normal !important;
  font-size: 18px !important;
}
.home_content .homepage_content {
  width: 100%;
  float: left;
  text-align: center;
}
.home_content .homepage_content .inner_details {
  width: 960px;
  margin: 0 auto;
  margin: 50px auto 0px;
}
.home_content .homepage_content .inner_details .imgDiv {
  text-align: center;
}
.home_content .homepage_content .inner_details .imgDiv p {
  font-size: 19px;
  margin: 0 auto;
  color: #545454;
  line-height: 30px;
  font-weight: 400;
}
.home_content .homepage_content .inner_details .three_coloms {
  width: 960px;
  margin: 0 auto;
}
.home_content .homepage_content .inner_details .three_coloms ul {
  margin: 0px;
  padding: 0px;
}
.home_content .homepage_content .inner_details .three_coloms ul li {
  width: 46%; /*29%*/
  float: left;
  list-style: none;
  padding: 15px 15px 30px;
  text-align: center;
  position: relative;
}
.home_content .homepage_content .inner_details .three_coloms ul li h4 {
  padding-bottom: 10px;
  font-weight: bold;
  min-height: 25px;
}
.home_content .homepage_content .inner_details .three_coloms ul li p {
  font-size: 14px;
  color: #6d6e71;
  display: inline-block;
  min-height: 66px;
  margin-bottom: 0px;
  font-weight: 400;
}
.home_content .homepage_content .inner_details .three_coloms ul li h1,
.home_content .homepage_content .inner_details .three_coloms ul li h2 {
  font-size: 26px;
  color: #b01885;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0px;
}
.home_content .homepage_content .inner_details .three_coloms ul li strong {
  font-size: 16px;
  width: 100%;
  float: left;
  padding: 7px 0px 12px;
  color: #6d6e71;
  font-weight: 500;
}
.home_content .homepage_content .inner_details .three_coloms ul li .btns {
  margin: 0;
  padding: 10px 0px 0px;
  float: right;
  position: absolute;
  width: 90%;
  bottom: 10px;
}
.home_content .homepage_content .inner_details .three_coloms ul li .btns a {
  padding: 6px 40px;
  background: #6d6e71;
  color: #fff;
  font-size: 14px;
  min-width: 99px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
}
.home_content .homepage_content .inner_details .three_coloms ul li .btns a:hover {
  background: #3e8ddd;
}
.home_content .homepage_content .inner_details .three_coloms ul li + li {
  margin-left: 10px;
  border-left: 1px solid #d7d7d7;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container {
  margin-bottom: 50px !important;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket {
  width: 29% !important;
  padding: 15px !important;
  margin: 0px 0px;
  border: none;
  height: 270px !important;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a .retina {
  display: none;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a .bucket-inner-content h1,
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a .bucket-inner-content h2 {
  color: #288be6;
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
  padding-top: 7px;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a .bucket-inner-content p {
  float: left;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #515151;
  line-height: 20px;
  padding-top: 7px;
  width: 100%;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a .bucket-inner-content p span {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  position: relative;
  top: -5px;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li.home-bucket a .bucket-inner-content .details {
  bottom: 0px !important;
  margin-right: 0px;
}
.home_content .homepage_content .inner_details .three_coloms .home-bucket-container li + li {
  margin-left: 15px !important;
}
.home_content .homepage_content .inner_details + .inner_details {
  padding-top: 20px;
}
.home_content .homepage_content img.normal {
  margin: 40px 0px 0px;
}
.home_content .homepage_content .retina {
  display: none;
  width: 50%;
}
.home_content .homepage_content .testimonial {
  width: 972px;
  margin: 40px auto 0;
}
.home_content .homepage_content .testimonial p {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
.home_content .homepage_content .testimonial .customer-qoute {
  float: right;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-align: right;
}
.home_content .bdr_btm {
  border-bottom: 2px solid #d7d7d7;
  padding: 40px 0 60px;
}
.home_content .bdr_btm .inner_details {
  margin-top: 0px;
}
.home_content .btm_details {
  background: none;
}
#footer {
  background: #333;
  color: #D6D6D6;
  font-size: 11px;
  padding: 50px 0 15px;
  position: relative;
  z-index: 99999;
  min-width: 960px;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
#footer a {
  color: #E6E6E6;
}
#footer a:hover {
  /*text-decoration: underline;*/
}
#footer .footer-content {
  width: 960px;
  margin: 0 auto;
}
#footer .boxes {
  overflow: hidden;
  padding: 0 0 11px;
  width: 100%;
  /*width: 110%;*/
}
#footer .boxes .box_container {
  position: relative;
  float: left;
}
#footer .boxes .box_bottom {
  position: absolute;
  right: 0px;
  bottom: -107px;
}
#footer .boxes .box {
  float: left;
  line-height: 19px;
  padding: 0 0px 0 0px;
  width: 220px;
}
#footer .boxes .box .ftr_sctn {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  /* ul ul {
            padding: 0 0 0 12px;
        }*/
}
#footer .boxes .box .ftr_sctn ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#footer .boxes .box .ftr_sctn ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 13px;
}
#footer .boxes .box .ftr_sctn ul li a {
  font-size: 14px;
  font-weight: 300;
}
#footer .boxes .box .ftr_sctn ul li a:hover {
  text-decoration: underline;
}
#footer .boxes .box .ftr_sctn ul .standard-button {
  background: #3e8ddd;
  text-align: center;
  padding: 13px 0px 11px;
  width: 147px;
  margin-top: 11px;
  float: left;
}
#footer .boxes .box .ftr_sctn ul .standard-button a {
  font-size: 20px !important;
  font-weight: bold;
}
#footer .boxes .box .ftr_sctn ul .subtitles a {
  font-size: 16px !important;
  color: #949599;
}
#footer .boxes .box .ftr_sctn .padd {
  padding-bottom: 20px;
}
#footer .boxes .box .ftr_sctn .social_links {
  position: relative;
  width: 141px;
}
#footer .boxes .box .ftr_sctn .social_links a {
  float: left;
  margin-right: 7px;
  border: 2px solid #fff;
  background-image: url(/static/images/Sprite-Spotfire-Header-Footer.png);
}
#footer .boxes .box .ftr_sctn .social_links a img {
  display: none !important;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-1 {
  border: none;
  width: 34px;
  height: 34px;
  background-position: -40px -40px;
  background-repeat: no-repeat;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-1:hover {
  background-position: -40px 0px;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-2 {
  border: none;
  width: 34px;
  height: 34px;
  background-position: -80px -40px;
  background-repeat: no-repeat;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-2:hover {
  background-position: -80px 0px;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-3 {
  border: none;
  width: 34px;
  height: 34px;
  background-position: -120px -40px;
  background-repeat: no-repeat;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-3:hover {
  background-position: -120px 0px;
}
#footer .boxes .box .ftr_sctn h3 {
  color: #f2501f;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px;
  font-weight: 400;
}
#footer .boxes .box .ftr_sctn h3 a {
  font-size: 20px !important;
  color: #f2501f;
}
#footer .boxes .box .ftr_sctn h3 a:hover {
  text-decoration: underline;
}
#footer .boxes .box .ftr_sctn label {
  color: #BABDBA;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0 10px;
  display: block;
}
#footer .boxes .box .ftr_sctn .social li {
  padding: 0 0 10px;
  overflow: hidden;
}
#footer .boxes .box .ftr_sctn .social li a {
  background: url("/static/images/ico-socials.gif") no-repeat scroll 0 0 transparent;
  float: left;
  padding: 0 0 0 24px;
}
#footer .boxes .box .ftr_sctn .social li.ico-twitter a {
  background-position: 0 0;
}
#footer .boxes .box .ftr_sctn .social li.ico-facebook a {
  background-position: 0 -49px;
}
#footer .boxes .box .ftr_sctn .social li.ico-linkedin a {
  background-position: 0 -99px;
}
#footer .boxes .box .ftr_sctn .social li.ico-youtube a {
  background-position: 0 -149px;
}
#footer .boxes .box .ftr_logo {
  position: absolute;
  right: 0;
  bottom: -10px;
}
#footer .boxes .box + .box {
  margin-left: 25px;
}
#footer .footer-info {
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
#footer .footer-info .copyright {
  display: inline;
  color: #999;
  font-weight: 400;
}
#footer .footer-info ul {
  list-style: none outside none;
  display: inline;
  padding: 0;
}
#footer .footer-info ul li {
  background: url("/static/images/separator.gif") no-repeat scroll 0 50% transparent;
  padding: 0 4px;
  display: inline;
}
#footer .footer-info ul li:first-child {
  background: none;
}
@media screen and (min-width: 1601px) {
  .home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide {
    width: 100%;
    max-width: 1600px;
    position: relative;
  }
  .home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text {
    left: 19.3%;
    top: 460px;
  }
  .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text,
  .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full {
    height: 230px !important;
  }
  .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h1,
  .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h1 {
    color: #478bca !important;
    font-weight: 500 !important;
  }
  .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h2,
  .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h2 {
    color: #000;
  }
}
body #container .home_content .intro .gallery-area .slideshow .slides li {
  background: #f2eeeb;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li .br,
body #container .home_content .intro .gallery-area .slideshow .slides li .es,
body #container .home_content .intro .gallery-area .slideshow .slides li .de,
body #container .home_content .intro .gallery-area .slideshow .slides li .it {
  height: 614px;
  background: #f2eeeb;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full {
  position: absolute;
  width: 100%;
  top: 187px;
  left: 0;
  z-index: 1;
  text-align: left;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full h2 {
  font-size: 39px;
  color: #231F20;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: left;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full h3 {
  color: #FF6A00;
  font-weight: 500;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 100%;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full .btns {
  margin-top: 25px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full .btns a {
  color: #3E8DDD!important;
  padding: 14px 30px !important;
  background: none!important;
  font-weight: 500;
  border: 1px solid #3E8DDD;
  font-size: 16px ;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .inner_slide .full .btns a:hover {
  background: #3E8DDD!important;
  color: white !important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .img_area,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .img_area,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .img_area,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .img_area,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .img_area,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .img_area {
  text-align: right;
}
body #container .home_content .intro .gallery-area .slideshow .slides li .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li .br .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li .it .img_area img {
  position: relative;
  max-width: 1600px;
  margin-top: 25px;
  right: -20px;
  width: auto;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 460px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br {
  background-color: transparent;
  height: auto;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide {
  height: 460px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: auto ;
  float: none;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h3,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h3 {
  color: white;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 38px;
  text-transform: capitalize;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h1 {
  color: white;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 36px !important;
  line-height: 43px;
  padding-top: 50px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h2 {
  color: white;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 36px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full .btns,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full .btns {
  margin-top: 25px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full .btns a,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full .btns a {
  border: 1px solid #f36b21 !important;
  color: #f36b21 !important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full .btns a:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full .btns a:hover {
  background-color: transparent !important;
  color: #f36b21 !important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .img_area img {
  position: relative;
  max-width: 1600px;
  margin-top: 40px;
  right: -130px;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .img_area img,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .img_area img {
  width: 100%;
}
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text,
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full {
  height: 290px !important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h1,
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h1 {
  color: #478bca !important;
  font-weight: 500 !important;
  padding-top: 50px !important;
  font-size: 36px !important;
  line-height: 43px;
  text-transform: none;
}
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h2,
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h2 {
  color: #808282;
  font-size: 24px !important;
  line-height: 36px;
  text-transform: none;
}
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full .btns .standard-button {
  border: 1px solid #f36b21 !important;
  color: #f36b21 !important;
}
body #container .home_content #header-wrap .header-content .navigation ul li a.right {
  background-color: #FF6A00;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  border-bottom: 3px solid #FF4611;
}
body #container .home_content #header-wrap .header-content .navigation ul li a.right:hover {
  background-color: #FF4611;
}
@media screen and (max-width: 1330px) {
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main {
    height: 354px;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide {
    height: 354px;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h1 {
    font-size: 30px !important;
    line-height: 33px;
    font-weight: 400 !important;
    padding-top: 25px;
    margin-bottom: 20px;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h2 {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 400 !important;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .text .btns .standard-button,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .text .btns .standard-button {
    padding: 14px 33px !important;
    font-size: 13px !important;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full {
    height: 290px !important;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h1 {
    color: #478bca !important;
    font-weight: 500 !important;
    padding-top: 50px ;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .text h2,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2 .slide .inner_slide .full h2 {
    color: #808282;
  }
}
@media screen and (max-width: 1025px) {
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.en-us-main.main-slide-2,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.de-main.main-slide-2,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.it-main.main-slide-2,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.es-main.main-slide-2,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.fr-main.main-slide-2 {
    height: 354px;
    background-size: 100%;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.en-us-main.main-slide-2 .slide .inner_slide .text h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.de-main.main-slide-2 .slide .inner_slide .text h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.it-main.main-slide-2 .slide .inner_slide .text h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.es-main.main-slide-2 .slide .inner_slide .text h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.fr-main.main-slide-2 .slide .inner_slide .text h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.en-us-main.main-slide-2 .slide .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.de-main.main-slide-2 .slide .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.it-main.main-slide-2 .slide .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.es-main.main-slide-2 .slide .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li#banner-2.fr-main.main-slide-2 .slide .inner_slide .full h1 {
    padding-top: 0px ;
  }
}
/* banner changes*/
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h1,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h1 {
  font-size: 36px !important;
  line-height: 38px;
  font-weight: 600 !important;
  padding-top: 140px !important;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h2,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h2 {
  font-size: 30px !important;
  line-height: 32px;
  font-weight: 400 !important;
  padding-top: 0px;
  margin-bottom: 15px !important;
  text-transform: uppercase;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full .btns .standard-button,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full .btns .standard-button {
  padding: 14px 33px !important;
  font-size: 18px !important;
  border: 1px solid #fff!important;
  color: #fff!important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full .btns .standard-button:hover,
body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full .btns .standard-button:hover {
  color: #fff !important;
}
body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h1 {
  padding-top: 145px !important;
}
@media screen and (max-width: 1330px) {
  .home_content .intro .gallery-area .slideshow .slides li {
    background-size: cover !important;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .en-us .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .de .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .it .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .es .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .fr .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.de-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.it-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.es-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .br .inner_slide .full h1,
  body #container .home_content .intro .gallery-area .slideshow .slides li.br-main .br .inner_slide .full h1 {
    font-size: 36px !important;
    line-height: 38px;
    font-weight: 600 !important;
    padding-top: 100px !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
  }
  body #container .home_content .intro .gallery-area .slideshow .slides li.fr-main .fr .inner_slide .full h1 {
    padding-top: 105px !important;
  }
}
@media screen and (max-width: 1150px) {
  #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h1 {
    font-size: 28px !important;
    line-height: 32px;
    font-weight: 400 !important;
    padding-top: 20px;
    margin-bottom: 15px !important;
  }
  #container .home_content .intro .gallery-area .slideshow .slides li.en-us-main .en-us .inner_slide .full h2 {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 400 !important;
  }
  .home_content .intro .gallery-area .slideshow .slides li .slide .inner_slide .text .btns .standard-button {
    padding: 14px 33px !important;
    font-size: 13px !important;
  }
}
.formWrap {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  background-position: 50% 100%;
  font-weight: 400;
}
.formWrap .retina {
  display: none;
}
.formWrap .normal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.formWrap .innerForm {
  min-height: 875px;
  background: rgba(255, 255, 255, 0.97);
  filter: alpha(opacity=97);
  box-shadow: 0px 0px 5px #dedede;
  border: 1px solid #dedede;
  width: 676px;
  margin: 40px auto 40px;
  height: inherit;
  position: relative;
}
.formWrap .innerForm form {
  padding: 50px 25px 42px;
}
.formWrap .innerForm form h1 {
  font-size: 31px;
  color: #b01885;
  text-align: center;
  line-height: 40px;
}
.formWrap .innerForm form p {
  font-size: 22px;
  text-align: center;
  color: #6d6e71;
  margin: 0 0 40px;
}
.formWrap .innerForm form .note {
  color: red;
}
.formWrap .innerForm form .note a {
  color: red;
  text-decoration: underline;
}
.formWrap .innerForm form .note,
.formWrap .innerForm form .windows-note {
  font-size: 16px;
  margin-top: -30px;
  display: none;
}
.formWrap .innerForm form .note span.title-text,
.formWrap .innerForm form .windows-note span.title-text {
  display: block;
  margin: 45px 0 5px 0;
  text-decoration: underline;
  color: #6d6e71;
}
.formWrap .innerForm form .inputDiv {
  width: 372px;
  display: table;
  margin: 10px auto;
  text-align: center;
}
.formWrap .innerForm form .inputDiv .intro-text p {
  margin-bottom: 10px;
}
.formWrap .innerForm form .inputDiv .intro-text p i {
  font-size: 14px;
  font-weight: 300;
}
.formWrap .innerForm form .inputDiv .inputall {
  font-family: inherit;
  width: 100%;
  padding: 14px 0px 14px 10px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 7px #dedede;
  outline: none;
  font-size: 16px;
  float: left;
  color: #6d6e71;
  background: #fff;
  font-weight: 400;
  margin: 0;
  border-radius: 0;
}
.formWrap .innerForm form .inputDiv select,
.formWrap .innerForm form .inputDiv .dropDown {
  width: 103.23% !important;
  color: #A9A9A9 !important;
  width: 100%;
  padding: 14px 0px 14px 10px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 7px #dedede;
  outline: none;
  font-size: 16px;
  float: left;
  color: #6d6e71;
  background: #fff;
  font-weight: 400;
  margin: 0;
  border-radius: 0;
}
.formWrap .innerForm form .inputDiv select option,
.formWrap .innerForm form .inputDiv .dropDown option {
  color: #6d6e71;
  font-weight: 400;
}
.formWrap .innerForm form .inputDiv select .select2-choice,
.formWrap .innerForm form .inputDiv .dropDown .select2-choice {
  padding-left: 0px !important;
  box-shadow: none;
  position: relative;
  float: left;
  width: 100%;
  border: none;
  background: none;
}
.formWrap .innerForm form .inputDiv select .select2-choice .select2-arrow,
.formWrap .innerForm form .inputDiv .dropDown .select2-choice .select2-arrow {
  right: 7px;
}
.formWrap .innerForm form .inputDiv select .select2-choice .select2-arrow b,
.formWrap .innerForm form .inputDiv .dropDown .select2-choice .select2-arrow b {
  background: #ffffff url(/static/images/arrow.png) 0px center no-repeat;
}
.formWrap .innerForm form .inputDiv select .select2-choice .select2-chosen,
.formWrap .innerForm form .inputDiv .dropDown .select2-choice .select2-chosen {
  color: #6d6e71;
  background: #fff;
}
.formWrap .innerForm form .inputDiv .dropDownie {
  width: 103.20% !important;
}
.formWrap .innerForm form .inputDiv .alert {
  color: red;
  float: left;
  font-size: 15px;
  padding: 2px 0px 0px;
  display: none;
  text-align: left;
}
.formWrap .innerForm form .inputDiv i,
.formWrap .innerForm form .inputDiv em {
  color: #6d6e71;
  font-size: 13px;
  float: left;
}
.formWrap .innerForm form .inputDiv p {
  font-size: 13px;
  text-align: left;
  margin: 5px 0px 20px;
  overflow: hidden;
}
.formWrap .innerForm form .inputDiv p span {
  background: url(/static/images/unchecked_icon.png) left top no-repeat;
  height: 21px;
  width: 21px;
  float: left;
  cursor: pointer;
}
.formWrap .innerForm form .inputDiv p label {
  padding-left: 15px;
  display: inline-block;
  width: 90%;
  float: left;
}
.formWrap .innerForm form .inputDiv span#checkedBox {
  background: url(/static/images/unchecked_icon.png) left top no-repeat;
  height: 21px;
  width: 21px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}
.formWrap .innerForm form .inputDiv .checked {
  background: url(/static/images/checked_icon.png) left top no-repeat !important;
}
.formWrap .innerForm form .inputDiv .dwnload-btn {
  background: #b41a8a;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
  min-width: 320px;
  cursor: pointer;
  border: 0 none;
  box-sizing: content-box;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
.formWrap .innerForm form .inputDiv .btn-disabled {
  cursor: auto;
  opacity: 0.7;
}
.formWrap .innerForm form .inputDiv .pinkdwnload-btn {
  background: #b41a8a !important;
}
.formWrap .innerForm form .inputDiv div.eula {
  display: inline-block;
  float: left;
}
.formWrap .innerForm form .inputDiv div.eula p {
  margin-top: 0px;
}
.formWrap .innerForm form .inputDiv.eula-main span.alert {
  text-align: left;
  margin-bottom: 15px;
}
.formWrap .innerForm form .lastDiv {
  min-width: 372px;
  width: 100%;
}
.formWrap .innerForm form .mac-cta {
  display: none;
  position: relative;
  padding-bottom: 65px;
}
.formWrap .innerForm form .mac-cta span {
  display: block;
  position: relative;
  width: 320px;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  background: #b41a8a;
  cursor: pointer;
}
.formWrap .innerForm form .mac-cta span i {
  float: none;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}
.formWrap .innerForm form .mac-cta span .fa {
  background: none;
}
.formWrap .innerForm form .mac-cta ul.download-now {
  list-style: none;
  width: 350px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  display: none;
}
.formWrap .innerForm form .mac-cta ul.download-now li {
  border-bottom: 1px solid #ccc;
}
.formWrap .innerForm form .mac-cta ul.download-now li a {
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #b41a8a;
}
.formWrap .innerForm form .mac-cta ul.download-now li a:hover {
  color: #b41a8a ;
  background: #fff;
}
.formWrap .thanks_popup {
  display: none;
  width: 676px;
  margin: 40px auto;
}
.formWrap .thanks_popup p {
  padding: 25px;
  font-size: 16px;
  position: absolute;
  top: 40%;
  text-align: center;
}
.formWrap .error_popup {
  display: none;
}
.formWrap .error_popup .mkdenial {
  padding: 25px;
  font-size: 16px;
  position: absolute;
  top: 40%;
  text-align: center;
}
.bigdrop .select2-results {
  border: 1px solid #ccc;
}
.bigdrop .select2-results li {
  color: #6d6e71 !important;
  background: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
.bigdrop .select2-results li .select2-result-label {
  padding: 5px 10px 0px;
}
@media screen and (max-width: 768px) {
  .formWrap .innerForm form .inputDiv .inputall .select2-choice .select2-arrow b {
    background: url(/static/images/arrow.png) 0 0px no-repeat !important;
  }
}
.error_popup {
  display: none;
}
/*
.cookie-noticebar {background: #c6ddf1;border-top: 1px solid #c6c6c6;height: 20px;line-height: 16px;
    width: 970px; position: absolute; top: 0px;left: -10px; display: none;}
.cookie-noticebar-content {border-top: 1px solid #c6ddf1;}
.cookie-noticebar .hide-bar { margin-top: -3px;}
.cookie-noticebar .hide-bar {border-radius: 3px; color: #000000;  cursor: pointer;  display: block; font-weight: bold !important;
    height: 32px; opacity: 0.25; overflow: hidden; position: absolute; top: 5px; right: 0;text-shadow: 0 1px 0 white !important;
    white-space: nowrap; width: 32px;}
.cookie-noticebar .hide-bar:hover{ color: #000000;  opacity: 0.6;}
.cookie-noticebar-content span, .cookie-noticebar-content span a{font-family:Helvetica,Arial,Verdana;font-size:12px;
    padding-left:10px;color:#000;}
.cookie-noticebar-content span a {color: #0070AF;}
.cookie-noticebar-content span a:hover {color: #FDBA1D;}
*/
.cookie-noticebar {
  background: #c6ddf1;
  border-top: 1px solid #c6c6c6;
  line-height: 16px;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
}
.cookie-noticebar .hide-bar {
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: bold !important;
  opacity: 0.25;
  overflow: hidden;
  position: absolute;
  top: 20%;
  right: 2px;
  text-shadow: 0 1px 0 white !important;
  white-space: nowrap;
}
.cookie-noticebar .hide-bar:hover {
  color: #000000;
  opacity: 0.6;
}
.cookie-noticebar-content {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0px 7px;
  position: relative;
  border-top: 1px solid #c6ddf1;
}
.cookie-noticebar-content span {
  color: #000;
}
.cookie-noticebar-content span a {
  color: #0070AF;
}
.cookie-noticebar-content span a:hover {
  color: #FDBA1D;
}
.cookie-noticebar-content .notice {
  width: 97%;
  display: block;
}
.cookie-noticebar-content span,
.cookie-noticebar-content span a {
  font-family: Helvetica,Arial,Verdana;
  font-size: 12px;
}
.whatsnew-content {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  width: 100%;
  float: left;
}
.whatsnew-content .promo_bucket {
  width: 960px;
  margin: 35px auto;
}
.whatsnew-content .promo_bucket img {
  width: 100%;
  float: left;
  height: 100%;
  cursor: pointer;
}
.whatsnew-content .promo_bucket .section {
  /*overflow: hidden;*/
  border: 1px solid #d8d8d8;
}
.whatsnew-content .promo_bucket .info {
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  /*max-height: 95px;*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.77) 0, rgba(0, 0, 0, 0.77) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.77)), color-stop(100%, rgba(0, 0, 0, 0.77)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.77) 0, rgba(0, 0, 0, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.77) 0, rgba(0, 0, 0, 0.66) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.77) 0, rgba(0, 0, 0, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.77) 0, rgba(0, 0, 0, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8000000', endColorstr='#a8000000', GradientType=0);
  -webkit-transition: height 0.7s ease;
  -moz-transition: height 0.7s ease;
  -ms-transition: height 0.7s ease;
  -o-transition: height 0.7s ease;
  transition: height 0.7s ease;
  overflow: hidden;
  display: none;
}
.whatsnew-content .promo_bucket .info .titles {
  min-height: 55px;
  padding: 5px 10px 15px 12px;
}
.whatsnew-content .promo_bucket .info .titles p {
  margin-bottom: 10px !important;
}
.whatsnew-content .promo_bucket .info .titles strong,
.whatsnew-content .promo_bucket .info .titles b {
  color: #f99d1c;
  font-size: 15px;
  display: block;
  font-weight: 400;
}
.whatsnew-content .promo_bucket .info .titles span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.whatsnew-content .promo_bucket .info .decs {
  height: 0px;
  float: left;
  padding: 0px 12px;
  position: relative;
  top: -10px;
}
.whatsnew-content .promo_bucket .info .decs p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
  line-height: 20px;
}
.whatsnew-content .promo_bucket .info .decs a {
  color: #f2501f;
  background: #ffffff;
  padding: 5px 20px;
  float: left;
  font-weight: 500;
}
.whatsnew-content .promo_bucket .left_bucket {
  width: 574px;
  float: left;
}
.whatsnew-content .promo_bucket .left_bucket .top h1 {
  color: #f2501f;
  font-weight: 300;
}
.whatsnew-content .promo_bucket .left_bucket .top p {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 300;
}
.whatsnew-content .promo_bucket .left_bucket .bottom {
  width: 100%;
  float: left;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .right {
  width: 242px;
  height: 100%;
  float: right;
  position: relative;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .right:hover .info {
  height: 100%;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .left {
  float: left;
  width: 320px;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .left .section {
  width: 100%;
  float: left;
  height: 198px;
  position: relative;
  margin-right: 11px;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .left .section:hover .info {
  height: 198px !important;
  -webkit-transition: height 0.7s ease;
  -moz-transition: height 0.7s ease;
  -ms-transition: height 0.7s ease;
  -o-transition: height 0.7s ease;
  transition: height 0.7s ease;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .left .section + .section {
  margin-top: 11px;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .right .list_1 {
  height: 409px;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .right .section {
  width: 100%;
  float: left;
  height: 409px;
  position: relative;
  margin-right: 11px;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .right .section:hover .info {
  height: 409px !important;
}
.whatsnew-content .promo_bucket .left_bucket .bottom .right .section + .section {
  margin-top: 11px;
}
.whatsnew-content .promo_bucket .right_buckets {
  width: 374px;
  min-height: 540px;
  float: right;
  margin-left: 11px;
}
.whatsnew-content .promo_bucket .right_buckets .section {
  width: 100%;
  float: left;
  height: 242px;
  position: relative;
}
.whatsnew-content .promo_bucket .right_buckets .section:hover .info {
  height: 242px !important;
}
.whatsnew-content .promo_bucket .right_buckets .section + .section {
  margin-top: 11px;
}
.whatsnew-content .promo_bucket .right_buckets .list_1 {
  height: 292px !important;
}
.whatsnew-content .promo_bucket .right_buckets .list_1:hover .info {
  height: 292px !important;
}
.whatsnew-content .promo_bucket .timeline {
  position: relative;
  text-align: center;
}
.whatsnew-content .promo_bucket .timeline .left_dot {
  width: 32px;
  height: 32px;
  position: absolute;
  left: -21px;
  top: 50px;
  background: url("/static/css/whats-new/images/dot.png") left no-repeat;
  cursor: default;
}
.whatsnew-content .promo_bucket .timeline .right_dot {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50px;
  right: -21px;
  background: url("/static/css/whats-new/images/dot.png") left no-repeat;
  cursor: default;
}
.whatsnew-content .promo_bucket .timeline .left_arrow {
  width: 30px;
  height: 47px;
  background: url("/static/css/whats-new/images/slide_arrow.png") left no-repeat;
  top: 43px;
  left: -12px;
  z-index: 9;
}
.whatsnew-content .promo_bucket .timeline .right_arrow {
  width: 30px;
  height: 47px;
  background: url("/static/css/whats-new/images/slide_arrow.png") left no-repeat;
  top: 43px;
  right: -52px;
  transform: rotate(180deg);
  z-index: 9;
}
.whatsnew-content .promo_bucket .timeline ul,
.whatsnew-content .promo_bucket .timeline .owl-carousel {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  text-align: center;
  background: url("/static/css/whats-new/images/ul_bg.jpg") 0px 63px repeat-x;
  display: block;
}
.whatsnew-content .promo_bucket .timeline ul li,
.whatsnew-content .promo_bucket .timeline .owl-carousel li,
.whatsnew-content .promo_bucket .timeline ul .item,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item {
  list-style: none;
  display: inline-block;
  position: relative;
}
.whatsnew-content .promo_bucket .timeline ul li .date,
.whatsnew-content .promo_bucket .timeline .owl-carousel li .date,
.whatsnew-content .promo_bucket .timeline ul .item .date,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item .date {
  width: 90px;
  height: 90px;
  vertical-align: middle;
  display: table-cell;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/static/js/whats-new/PIE.htc);
  border: 6px solid #fff;
  color: #ffffff;
  background: #3cbcc3;
  position: relative;
  font-size: 18px;
}
.whatsnew-content .promo_bucket .timeline ul li .brdr,
.whatsnew-content .promo_bucket .timeline .owl-carousel li .brdr,
.whatsnew-content .promo_bucket .timeline ul .item .brdr,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item .brdr {
  position: absolute;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  left: -15px;
  top: -7px;
  behavior: url(/static/js/whats-new/PIE.htc);
  display: none;
}
.whatsnew-content .promo_bucket .timeline ul li .link,
.whatsnew-content .promo_bucket .timeline .owl-carousel li .link,
.whatsnew-content .promo_bucket .timeline ul .item .link,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item .link {
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #3cbcc3;
  background: #ffffff;
  top: 13px;
  left: 5px;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 18px;
  behavior: url(/static/js/whats-new/PIE.htc);
  display: none;
}
.whatsnew-content .promo_bucket .timeline ul li .link span,
.whatsnew-content .promo_bucket .timeline .owl-carousel li .link span,
.whatsnew-content .promo_bucket .timeline ul .item .link span,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item .link span {
  vertical-align: middle;
  display: table-cell;
  width: 90px;
  height: 90px;
  text-align: center;
}
.whatsnew-content .promo_bucket .timeline ul li label,
.whatsnew-content .promo_bucket .timeline .owl-carousel li label,
.whatsnew-content .promo_bucket .timeline ul .item label,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item label {
  width: 135px;
  float: left;
  min-height: 50px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 25px;
  line-height: 17px;
  font-size: 14px;
  position: relative;
  left: -5%;
}
.whatsnew-content .promo_bucket .timeline ul li:hover .brdr,
.whatsnew-content .promo_bucket .timeline .owl-carousel li:hover .brdr,
.whatsnew-content .promo_bucket .timeline ul .item:hover .brdr,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item:hover .brdr,
.whatsnew-content .promo_bucket .timeline ul li:hover .link,
.whatsnew-content .promo_bucket .timeline .owl-carousel li:hover .link,
.whatsnew-content .promo_bucket .timeline ul .item:hover .link,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item:hover .link {
  display: block;
}
.whatsnew-content .promo_bucket .timeline ul li:hover a,
.whatsnew-content .promo_bucket .timeline .owl-carousel li:hover a,
.whatsnew-content .promo_bucket .timeline ul .item:hover a,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item:hover a {
  color: #3cbcc3;
  background: #ffffff;
}
.whatsnew-content .promo_bucket .timeline ul li:first-of-type,
.whatsnew-content .promo_bucket .timeline .owl-carousel li:first-of-type,
.whatsnew-content .promo_bucket .timeline ul .item:first-of-type,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item:first-of-type {
  margin-left: 16px;
}
.whatsnew-content .promo_bucket .timeline ul li + li,
.whatsnew-content .promo_bucket .timeline .owl-carousel li + li,
.whatsnew-content .promo_bucket .timeline ul .item + .item,
.whatsnew-content .promo_bucket .timeline .owl-carousel .item + .item {
  margin-left: 40px;
}
.whatsnew-content .promo_bucket .timeline .standard-button {
  background: none !important;
  border: 1px solid #fff;
  font-weight: normal;
  font-weight: 400;
  font-size: 24px !important;
  padding: 12px 50px !important;
}
.whatsnew-content .promo_bucket .timeline .standard-button:hover {
  background: #ffffff !important;
  color: #39A8C4 !important;
}
.whatsnew-content .promo_bucket .three_coloms {
  float: none;
  width: 675px;
  text-align: center;
  overflow: auto;
  margin: 0 auto !important;
  margin: 0px;
  padding: 0px;
}
.whatsnew-content .promo_bucket .three_coloms li {
  width: 280px;
  float: left;
  list-style: none ;
  padding: 15px 10px 30px;
  position: relative;
}
.whatsnew-content .promo_bucket .three_coloms li strong,
.whatsnew-content .promo_bucket .three_coloms li b {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 18px;
}
.whatsnew-content .promo_bucket .three_coloms li h1 {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
}
.whatsnew-content .promo_bucket .three_coloms li span {
  float: left;
  padding: 0px 0 12px;
  color: #6d6e71;
  font-weight: 500;
  font-weight: normal;
  font-size: 16px;
}
.whatsnew-content .promo_bucket .three_coloms li p {
  /*width: 80%;*/
  color: #374854;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}
.whatsnew-content .promo_bucket .three_coloms li .btns {
  position: absolute;
  bottom: 22px;
  left: 12px;
}
.whatsnew-content .promo_bucket .three_coloms li .btns a {
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 500;
}
.whatsnew-content .promo_bucket .three_coloms li.col1 h1,
.whatsnew-content .promo_bucket .three_coloms li.col1 strong,
.whatsnew-content .promo_bucket .three_coloms li.col1 b {
  color: #820263;
}
.whatsnew-content .promo_bucket .three_coloms li.col1 .btns a {
  border: 1px solid #820263;
  color: #820263;
}
.whatsnew-content .promo_bucket .three_coloms li.col1 .btns a:hover {
  background: #820263;
  color: #ffffff;
}
.whatsnew-content .promo_bucket .three_coloms li.col2 h1,
.whatsnew-content .promo_bucket .three_coloms li.col2 strong,
.whatsnew-content .promo_bucket .three_coloms li.col2 b {
  color: #0071BB;
}
.whatsnew-content .promo_bucket .three_coloms li.col2 .btns {
  left: 25px;
}
.whatsnew-content .promo_bucket .three_coloms li.col2 .btns a {
  border: 1px solid #0071BB;
  color: #0071BB;
}
.whatsnew-content .promo_bucket .three_coloms li.col2 .btns a:hover {
  background: #0071BB;
  color: #ffffff;
}
.whatsnew-content .promo_bucket .three_coloms li.col3 h1,
.whatsnew-content .promo_bucket .three_coloms li.col3 strong,
.whatsnew-content .promo_bucket .three_coloms li.col3 b {
  color: #F99D1C;
}
.whatsnew-content .promo_bucket .three_coloms li.col3 .btns {
  left: 25px;
}
.whatsnew-content .promo_bucket .three_coloms li.col3 .btns a {
  border: 1px solid #F99D1C;
  color: #F99D1C;
}
.whatsnew-content .promo_bucket .three_coloms li.col3 .btns a:hover {
  background: #F99D1C;
  color: #ffffff;
}
.whatsnew-content .promo_bucket .three_coloms li + li {
  padding-left: 25px;
  border-left: 1px solid #d7d7d7;
}
.bg {
  background: #3cbcc3;
}
.timeline .owl-carousel .item {
  padding: 8px 0px;
  margin: 10px;
  color: #FFF;
  text-align: center;
}
.whatsnew-content .it .list_2 .info .titles {
  padding: 5px 10px 5px 12px;
}
.whatsnew-content .it .list_2 .info .decs p {
  line-height: 18px;
}
.whatsnew-content .br .left_bucket .top {
  margin-bottom: 20px;
}
.whatsnew-content .br .left_bucket .top h1 {
  margin-bottom: 5px;
  line-height: 45px;
}
.whatsnew-content .br .left_bucket .top p {
  margin-bottom: 15px;
}
.whatsnew-content .br .right_buckets {
  margin-top: 20px;
}
.whatsnew-content .es .list_2 .info .titles {
  padding: 5px 10px 5px 12px;
}
.whatsnew-content .es .list_2 .info .decs p {
  line-height: 19px;
  margin-bottom: 5px;
}
.whatsnew-content .promo_bucket .es .owl-carousel .item .link span.hover-title {
  font-size: 15px;
}
.whatsnew-content .fr .left_bucket .top p {
  margin-bottom: 25px;
}
.whatsnew-content .fr .timeline .owl-carousel .item label {
  min-height: 70px;
}
.whatsnew-content .fr .timeline .owl-carousel .item:hover a {
  font-size: 15px;
}
.whatsnew-content .fr .right_buckets {
  margin-top: 12px;
}
.whatsnew-content .br .left_bucket .top h1 {
  line-height: 42px;
}
.whatsnew-content .br .left_bucket .top p {
  margin-bottom: 25px;
}
.whatsnew-content .br .right_buckets {
  margin-top: 26px;
}
.whatsnew-content .br .timeline .owl-carousel .item:hover a {
  font-size: 14px;
}
.whatsnew-content .fr .left_bucket .top p {
  margin-bottom: 16px;
}
.whatsnew-content .fr .info .titles {
  padding: 5px 10px 6px 12px;
}
.whatsnew-content .fr .info .decs p {
  padding-bottom: 0px;
  line-height: 17px;
}
.whatsnew-content .de .left_bucket .top p {
  margin-bottom: 16px;
}
.whatsnew-content .de .info .titles {
  padding: 5px 10px 6px 12px;
}
.whatsnew-content .de .info .decs p {
  padding-bottom: 0px;
  line-height: 17px;
}
.whatsnew-content .de .timeline .owl-carousel .item label {
  min-height: 70px;
}
.whatsnew-content .de .timeline .owl-carousel .item:hover a {
  font-size: 13px;
}
.whatsnew-content .de .right_buckets {
  margin-top: 3px;
}
.energy-main {
  margin-top: 0%;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  color: black;
  line-height: 22px;
}
.energy-main .full-banner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #E2E2E2;
}
.energy-main .full-banner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.energy-main .full-banner .container {
  width: 960px;
  margin: 0 auto;
}
.energy-main .full-banner .container .content {
  position: absolute;
  top: 30%;
}
.energy-main .full-banner .container .content h1 {
  font-size: 63px;
  line-height: 100%;
  font-weight: 500;
}
.energy-main .full-banner .container .content h2 {
  font-size: 24px;
  line-height: 100%;
}
.energy-main .full-banner .container .content h1,
.energy-main .full-banner .container .content h2 {
  color: #3E8DDD;
  font-weight: 500;
}
.energy-main .full-banner .container .content h2,
.energy-main .full-banner .container .content h1,
.energy-main .full-banner .container .content p {
  margin: 10px 0px;
}
.energy-main .full-banner .container .content p {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #3A4B57;
  margin: 20px 0px 10px;
}
.energy-main .content-section {
  padding: 70px 0 50px;
}
.energy-main .content-section .container {
  width: 960px;
  margin: 0 auto;
}
.energy-main .content-section .container p {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
.energy-main .testimonial {
  background-color: #f5f5f5;
  padding: 70px 0 50px;
}
.energy-main .testimonial .container {
  width: 960px;
  margin: 0 auto;
}
.energy-main .testimonial .container .items {
  text-align: center;
}
.energy-main .testimonial .container .items p {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin: 0px;
}
.energy-main .testimonial .container .items p span {
  font-size: 21px;
  font-weight: 300;
  display: block;
  padding-top: 25px;
}
.energy-main .testimonial .container .items a {
  display: inline-block;
  border: 1px solid #0071bb;
  color: #0071bb;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 500;
  margin: 30px 0px 0px;
}
.energy-main .testimonial .container .items a:hover {
  background-color: #0071bb;
  color: #ffffff;
}
.energy-main .energy-navigation {
  background-color: #374854;
  position: relative;
  z-index: 100;
}
.energy-main .energy-navigation .container {
  width: 960px;
  margin: 0 auto;
}
.energy-main .energy-navigation .container ul {
  float: left;
  margin: 0;
  padding: 0;
}
.energy-main .energy-navigation .container ul li {
  float: left;
  cursor: pointer;
  padding: 0px 15px;
  list-style: none;
}
.energy-main .energy-navigation .container ul li a {
  display: block;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  padding: 25px 0px 25px 0px;
  position: relative;
  z-index: 100;
}
.energy-main .energy-navigation .container ul li a:hover {
  color: #F2501F;
}
.energy-main .energy-navigation .container ul li a.active {
  color: #F2501F;
}
.energy-main .energy-navigation .container ul li .triangle-up {
  background: url("/static/images/arrow_energy.png");
  position: relative;
  display: none;
  margin-bottom: 0px;
  margin-top: -10px;
  z-index: 10;
  width: 19px;
  height: 10px;
}
.energy-main .energy-navigation .container ul li div.hover-menu {
  position: absolute;
  float: none;
  top: 100%;
  width: 100%;
  left: 0;
  background: #f2501f;
  display: none;
}
.energy-main .energy-navigation .container ul li div.hover-menu ul {
  position: relative;
}
.energy-main .energy-navigation .container ul li div.hover-menu ul li a {
  font-weight: 400;
  padding: 15px 0px;
}
.energy-main .energy-navigation .container ul li div.hover-menu ul li a:hover,
.energy-main .energy-navigation .container ul li div.hover-menu ul li a.active {
  color: #000000;
}
.energy-main .energy-navigation .container ul li div.hover-menu ul li a:after {
  border: 0 none;
}
.energy-main .energy-navigation .container ul li:hover div.hover-menu {
  display: block;
}
.energy-main .energy-navigation .container ul li:hover .triangle-up {
  display: block;
}
.energy-main .energy-navigation .container ul li.first {
  padding-left: 0px;
}
.energy-main .energy-navigation .container ul li.last {
  padding-right: 0px;
}
.energy-main .energy-navigation .container .download-info {
  float: right;
  font-weight: 500;
  color: #F99D1C;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 25px 0px;
}
.energy-main .section {
  display: none;
}
.energy-main .section .inner-section {
  width: 960px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 300;
}
.energy-main .section .inner-section h2 {
  font-size: 45px;
  margin: 0px 0px 40px;
  line-height: 100%;
  color: #3A4B57;
  font-weight: 400;
}
.energy-main .section .inner-section h3 {
  color: #3E8DDD;
  font-weight: 400;
  font-size: 40px;
  margin: 40px 0px;
  line-height: 100%;
}
.energy-main .section .inner-section ul {
  padding-left: 15px;
  line-height: 28px;
  margin-bottom: 30px;
}
.energy-main .section .inner-section ul li {
  list-style: disc;
  font-size: 21px;
  margin-bottom: 15px;
}
.energy-main .section .inner-section ul li b {
  font-weight: 500;
}
.energy-main .section .inner-section li {
  list-style: disc;
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 28px;
}
.energy-main .section .inner-section li b {
  font-weight: 500;
}
.energy-main .section .inner-section p {
  margin: 0px 0px 25px;
  font-size: 21px;
  line-height: 28px;
}
.energy-main .section .inner-section img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  max-width: 100%;
  height: auto;
}
.energy-main .section .detail-block {
  padding: 70px 0px 55px;
  background-color: #37BEC4;
  font-weight: 400;
  color: #ffffff;
}
.energy-main .section .detail-block .container {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.energy-main .section .detail-block .container .items {
  width: 90%;
  float: left;
  display: block;
  padding: 0px 0px;
  margin-right: 15px;
}
.energy-main .section .detail-block .container .items .icon-outer {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  behavior: url(/static/js/whats-new/PIE.htc);
}
.energy-main .section .detail-block .container .items .icon-outer > div {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #69ced3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  behavior: url(/static/js/whats-new/PIE.htc);
  display: table-cell;
  vertical-align: middle;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-energy-industry-01.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-video {
  width: 69px;
  height: 42px;
  margin: 0 auto;
  background-position: -216px -544px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-documentation {
  width: 73px;
  height: 66px;
  background-position: -216px -1px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-report {
  width: 73px;
  height: 66px;
  background-position: -216px -92px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-datasheet {
  width: 73px;
  height: 66px;
  background-position: -216px -179px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-community {
  width: 72px;
  height: 55px;
  background-position: -216px -275px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-demo {
  width: 69px;
  height: 66px;
  background-position: -216px -444px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-ebook {
  width: 68px;
  height: 52px;
  background-position: -216px -362px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-webcast {
  width: 72px;
  height: 66px;
  background-position: -216px -614px;
}
.energy-main .section .detail-block .container .items .icon-outer > div .icon-whitepaper {
  width: 67px;
  height: 73px;
  background-position: -216px -703px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover {
  border: 1px solid #eb6b20;
}
.energy-main .section .detail-block .container .items .icon-outer:hover > div {
  background-color: #eb6b20;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon {
  background-position: -305px -544px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-documentation {
  background-position: -302px -1px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-report {
  background-position: -302px -92px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-datasheet {
  background-position: -302px -179px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-community {
  background-position: -302px -275px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-demo {
  background-position: -302px -444px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-ebook {
  background-position: -302px -362px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-webcast {
  background-position: -302px -614px;
}
.energy-main .section .detail-block .container .items .icon-outer:hover .icon-whitepaper {
  background-position: -302px -703px;
}
.energy-main .section .detail-block .container .items img {
  max-width: 100%;
  height: auto;
}
.energy-main .section .detail-block .container .items h2 {
  font-size: 25px;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
.energy-main .section .detail-block .container .items p {
  font-weight: 300;
  margin: 10px 0px;
  font-size: 18px;
  height: 65px;
  line-height: 24px;
}
.energy-main .section .detail-block .container .items a.watch-now {
  margin-top: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  width: 150px;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 15px;
}
.energy-main .section .detail-block .container .items a.watch-now:hover {
  color: #3C869C;
  background-color: #ffffff;
}
.energy-main .fixed {
  position: fixed !important;
  top: 0;
  z-index: 100;
  width: 100%;
}
.energy-main .resource-section {
  margin-bottom: 60px;
  margin-top: 60px;
}
.energy-main .resource-section .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.energy-main .resource-section .container h2 {
  color: #323232;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.energy-main .resource-section .container .resource-section p {
  color: #323232;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
  margin-bottom: 0px;
}
.energy-main .resource-section .container .resource-section a {
  display: table;
  width: 100%;
  padding: 6px 20px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -ms-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  transition: background-color 0.8s;
  background-color: transparent;
}
.energy-main .resource-section .container .resource-section a > div {
  display: table-cell;
  vertical-align: middle;
}
.energy-main .resource-section .container .resource-section a .content-type {
  width: 15%;
}
.energy-main .resource-section .container .resource-section a .content-type p {
  color: #828282;
  padding: 10px 0;
}
.energy-main .resource-section .container .resource-section a .content-icon {
  margin: 0 7px 0 15px;
  width: 40px;
}
.energy-main .resource-section .container .resource-section a .content-icon span {
  font-size: 40px;
  color: #37bec4;
}
.energy-main .resource-section .container .resource-section a .content-icon span:hover {
  color: #13484d;
}
.energy-main .resource-section .container .resource-section a .content-section {
  width: 57%;
  padding: 0 20px;
  vertical-align: middle;
}
.energy-main .resource-section .container .resource-section a .content-section p {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 0;
}
.energy-main .resource-section .container .resource-section a .actiontext {
  padding-left: 10px;
}
.energy-main .resource-section .container .resource-section a .actiontext p {
  padding: 10px 0;
}
.energy-main .resource-section .container .resource-section a.box-even {
  background-color: #f5f5f5;
}
.energy-main .resource-section .container .resource-section a:hover {
  background-color: #ebf5f8;
}
.detail-block .owl-carousel img {
  max-width: 100%;
}
.customNavigation {
  text-align: center;
}
.customNavigation a.next {
  position: absolute;
  right: -60px;
  display: block;
  top: 41%;
}
.customNavigation a.prev {
  display: inline;
  left: -60px;
  position: absolute;
  top: 41%;
}
.fa {
  background-image: url(/static/images/icons.svg);
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right {
  width: 22px;
  height: 44px;
  background-position: -336px 0;
}
.fa-chevron-left {
  width: 22px;
  height: 44px;
  background-position: -288px 0;
}
.fa-chevron-right:hover {
  background-position: -336px 48px;
}
.fa-chevron-left:hover {
  background-position: -288px 49px;
}
.orange {
  color: #F2501F !important;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-energy-industry-01.png");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-video {
  width: 69px;
  height: 42px;
  margin: 0 auto;
  background-position: -228px -550px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-documentation {
  width: 73px;
  height: 66px;
  background-position: -228px -7px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-report {
  width: 73px;
  height: 66px;
  background-position: -228px -98px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-datasheet {
  width: 73px;
  height: 66px;
  background-position: -228px -185px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-community {
  width: 72px;
  height: 55px;
  background-position: -228px -281px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-demo {
  width: 69px;
  height: 66px;
  background-position: -228px -450px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-ebook {
  width: 68px;
  height: 52px;
  background-position: -228px -368px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-webcast {
  width: 72px;
  height: 66px;
  background-position: -228px -620px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer > div .icon-whitepaper {
  width: 67px;
  height: 73px;
  background-position: -228px -709px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover {
  border: 1px solid #eb6b20;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover > div {
  background-color: #eb6b20;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-video {
  background-position: -314px -550px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-documentation {
  background-position: -314px -7px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-report {
  background-position: -314px -98px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-datasheet {
  background-position: -314px -185px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-community {
  background-position: -314px -281px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-demo {
  background-position: -314px -450px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-ebook {
  background-position: -314px -368px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-webcast {
  background-position: -314px -620px;
}
.ie8 .energy-main .section .detail-block .container .items .icon-outer:hover .icon-whitepaper {
  background-position: -314px -709px;
}
.ie8 .fa {
  background-image: url(/static/images/icons.png);
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .customNavigation a.next {
    right: 0px;
  }
  .customNavigation a.prev {
    left: -20px;
  }
  .owl-carousel {
    padding: 0px 0px 0px 10px;
  }
}
body #container #header-wrap .header-content .navigation ul li a.right {
  font-family: "Gotham A", "Gotham B", arial, sans-serif !important;
}
.buynow-table-outer {
  max-width: 960px;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 70px;
}
.buynow-table-outer .divTable {
  display: table;
  width: 100%;
  line-height: 22px;
}
.buynow-table-outer .divTable .headRow {
  display: table-row;
  color: white;
}
.buynow-table-outer .divTable .headRow .divCell {
  padding: 15px 25px;
  font-size: 20px;
  color: white;
  font-weight: 500;
  line-height: 24px;
  display: table-cell;
}
.buynow-table-outer .divTable .headRow .divCell a {
  color: #ffffff;
}
.buynow-table-outer .divTable .headRow .cell-4 {
  background-color: #f36b21;
}
.buynow-table-outer .divTable .headRow .cell-3 {
  background-color: #0071bb;
}
.buynow-table-outer .divTable .headRow .cell-2 {
  background-color: #b41a8a;
}
.buynow-table-outer .divTable .divRow {
  display: table-row;
  width: auto;
  clear: both;
}
.buynow-table-outer .divTable .divRow .font-gotham {
  font-weight: 500 !important;
}
.buynow-table-outer .divTable .row-1 .divCell {
  background-color: transparent;
}
.buynow-table-outer .divTable .row-1 .divCell a {
  padding: 0 !important;
  border: 0 none !important;
  margin: 0 !important;
  display: inline !important;
  font-size: inherit !important;
  color: inherit !important;
  text-transform: capitalize !important;
}
.buynow-table-outer .divTable .divRow .divCell {
  display: table-cell;
  font-weight: 300;
  font-size: 16px;
  padding: 15px 0px 15px 25px;
  color: black;
}
.buynow-table-outer .divTable .divRow .divCell a,
.buynow-table-outer .divTable .divRow .divCell form input[type=submit] {
  font-family: inherit;
  display: inline-block;
  border: 2px solid;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  background-color: transparent;
  margin-top: 20px;
  text-align: center;
  padding: 0px 31px;
  line-height: 36px;
  height: 32px;
  cursor: pointer;
  box-sizing: content-box;
}
.buynow-table-outer .divTable .divRow .divCell a.link-1 {
  border: 0 none;
}
.buynow-table-outer .divTable .divRow .divCell a.link-2,
.buynow-table-outer .divTable .divRow .divCell form input[type=submit] {
  color: #b41a8a;
  border-color: #b41a8a;
}
.buynow-table-outer .divTable .divRow .divCell a.link-2:hover,
.buynow-table-outer .divTable .divRow .divCell form input[type=submit]:hover {
  background-color: #b41a8a;
  color: #ffffff;
}
.buynow-table-outer .divTable .divRow .divCell a.link-3 {
  color: #0071bb;
  border-color: #0071bb;
}
.buynow-table-outer .divTable .divRow .divCell a.link-3:hover {
  background-color: #0071bb;
  color: #ffffff;
}
.buynow-table-outer .divTable .divRow .divCell a.link-4 {
  color: #f36b21;
  border-color: #f36b21;
  padding: 0px 19px;
}
.buynow-table-outer .divTable .divRow .divCell a.link-4:hover {
  background-color: #f36b21;
  color: #ffffff;
}
.spotfire-7-main {
  margin-top: 0%;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
.spotfire-7-main b,
.spotfire-7-main strong {
  font-weight: normal;
}
.spotfire-7-main .full-banner {
  height: 515px;
  position: relative;
  background-color: #37BEC4;
}
.spotfire-7-main .full-banner img {
  max-width: 1600px;
  height: 515px;
  display: block;
  margin: 0 auto;
  width: auto;
}
.spotfire-7-main .full-banner .container {
  width: 960px;
  margin: 0 auto;
}
.spotfire-7-main .full-banner .container a.watch-video {
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 295px;
  padding: 10px 20px!important;
}
.spotfire-7-main .full-banner .container a.watch-video:hover {
  background-color: #ffffff;
  color: #37BEC4;
}
.spotfire-7-main .full-banner .container a.watch-video.de {
  bottom: 13%;
  left: 260px;
}
.spotfire-7-main .full-banner .container a.watch-video.br {
  bottom: 20%;
  left: 295px;
}
.spotfire-7-main .full-banner .container a.watch-video.fr {
  left: 295px;
}
.spotfire-7-main .full-banner .container .social-main {
  float: left;
  position: absolute;
  bottom: 4%;
  left: 295px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share {
  margin-bottom: 3px;
  float: left;
  padding-left: 0px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li span {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #37bec4;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 5px 10px;
  background-color: white;
  position: relative;
  font-size: 13px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li span i {
  background-image: none;
  font-size: 24px;
  position: absolute;
  left: -9px;
  color: white;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a {
  color: white;
  font-weight: 400;
  border: 1px solid white;
  display: inline-block;
  padding: 5px 0;
  width: 95px;
  text-align: center;
  font-size: 15px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a:hover {
  border: 1px solid transparent;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a i {
  padding-right: 6px;
  font-size: 19px;
  background-image: none;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a i.fa-twitter {
  padding-bottom: 2px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a i.fa-linkedin {
  padding-bottom: 3px;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a.facebook:hover {
  background-color: #3b5998;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a.tweet:hover {
  background-color: #00aced;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a.linkdin:hover {
  background-color: #007bb6;
}
.spotfire-7-main .full-banner .container .social-main ul.social-share li a.gplus:hover {
  background-color: #dd4b39;
}
.spotfire-7-main .full-banner.en-us,
.spotfire-7-main .full-banner.fr,
.spotfire-7-main .full-banner.br,
.spotfire-7-main .full-banner.es,
.spotfire-7-main .full-banner.de,
.spotfire-7-main .full-banner.it {
  background-color: #F2EEEB;
  height: 586px;
}
.spotfire-7-main .full-banner.en-us .container .content,
.spotfire-7-main .full-banner.fr .container .content,
.spotfire-7-main .full-banner.br .container .content,
.spotfire-7-main .full-banner.es .container .content,
.spotfire-7-main .full-banner.de .container .content,
.spotfire-7-main .full-banner.it .container .content {
  position: absolute;
  top: 178px;
}
.spotfire-7-main .full-banner.en-us .container .content h1,
.spotfire-7-main .full-banner.fr .container .content h1,
.spotfire-7-main .full-banner.br .container .content h1,
.spotfire-7-main .full-banner.es .container .content h1,
.spotfire-7-main .full-banner.de .container .content h1,
.spotfire-7-main .full-banner.it .container .content h1 {
  font-size: 39px;
  color: #231F20;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: left;
}
.spotfire-7-main .full-banner.en-us .container .content h3,
.spotfire-7-main .full-banner.fr .container .content h3,
.spotfire-7-main .full-banner.br .container .content h3,
.spotfire-7-main .full-banner.es .container .content h3,
.spotfire-7-main .full-banner.de .container .content h3,
.spotfire-7-main .full-banner.it .container .content h3 {
  color: #FF6A00;
  font-weight: 500;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 100%;
}
.spotfire-7-main .full-banner.en-us .container .content a.watch-video,
.spotfire-7-main .full-banner.fr .container .content a.watch-video,
.spotfire-7-main .full-banner.br .container .content a.watch-video,
.spotfire-7-main .full-banner.es .container .content a.watch-video,
.spotfire-7-main .full-banner.de .container .content a.watch-video,
.spotfire-7-main .full-banner.it .container .content a.watch-video,
.spotfire-7-main .full-banner.en-us .container .content .social-main,
.spotfire-7-main .full-banner.fr .container .content .social-main,
.spotfire-7-main .full-banner.br .container .content .social-main,
.spotfire-7-main .full-banner.es .container .content .social-main,
.spotfire-7-main .full-banner.de .container .content .social-main,
.spotfire-7-main .full-banner.it .container .content .social-main {
  position: static;
}
.spotfire-7-main .full-banner.en-us .container .content a.watch-video,
.spotfire-7-main .full-banner.fr .container .content a.watch-video,
.spotfire-7-main .full-banner.br .container .content a.watch-video,
.spotfire-7-main .full-banner.es .container .content a.watch-video,
.spotfire-7-main .full-banner.de .container .content a.watch-video,
.spotfire-7-main .full-banner.it .container .content a.watch-video {
  color: #3E8DDD;
  border: 1px solid #3E8DDD;
  padding: 20px 40px !important;
  font-weight: 500;
}
.spotfire-7-main .full-banner.en-us .container .content a.watch-video:hover,
.spotfire-7-main .full-banner.fr .container .content a.watch-video:hover,
.spotfire-7-main .full-banner.br .container .content a.watch-video:hover,
.spotfire-7-main .full-banner.es .container .content a.watch-video:hover,
.spotfire-7-main .full-banner.de .container .content a.watch-video:hover,
.spotfire-7-main .full-banner.it .container .content a.watch-video:hover {
  color: #ffffff;
  background-color: #3E8DDD ;
}
.spotfire-7-main .full-banner.en-us .container .content .social-main,
.spotfire-7-main .full-banner.fr .container .content .social-main,
.spotfire-7-main .full-banner.br .container .content .social-main,
.spotfire-7-main .full-banner.es .container .content .social-main,
.spotfire-7-main .full-banner.de .container .content .social-main,
.spotfire-7-main .full-banner.it .container .content .social-main {
  position: absolute;
  width: 100%;
  bottom: -165px;
  left: 0;
}
.spotfire-7-main .full-banner.en-us .container .content .social-main ul.social-share li a,
.spotfire-7-main .full-banner.fr .container .content .social-main ul.social-share li a,
.spotfire-7-main .full-banner.br .container .content .social-main ul.social-share li a,
.spotfire-7-main .full-banner.es .container .content .social-main ul.social-share li a,
.spotfire-7-main .full-banner.de .container .content .social-main ul.social-share li a,
.spotfire-7-main .full-banner.it .container .content .social-main ul.social-share li a {
  color: #3E8DDD;
  border-color: #3E8DDD;
}
.spotfire-7-main .full-banner.en-us .container .content .social-main ul.social-share li a:hover,
.spotfire-7-main .full-banner.fr .container .content .social-main ul.social-share li a:hover,
.spotfire-7-main .full-banner.br .container .content .social-main ul.social-share li a:hover,
.spotfire-7-main .full-banner.es .container .content .social-main ul.social-share li a:hover,
.spotfire-7-main .full-banner.de .container .content .social-main ul.social-share li a:hover,
.spotfire-7-main .full-banner.it .container .content .social-main ul.social-share li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.spotfire-7-main .full-banner.en-us .img-content,
.spotfire-7-main .full-banner.fr .img-content,
.spotfire-7-main .full-banner.br .img-content,
.spotfire-7-main .full-banner.es .img-content,
.spotfire-7-main .full-banner.de .img-content,
.spotfire-7-main .full-banner.it .img-content {
  max-width: 960px;
  margin: 0 auto;
}
.spotfire-7-main .full-banner.en-us .img-content .img-main,
.spotfire-7-main .full-banner.fr .img-content .img-main,
.spotfire-7-main .full-banner.br .img-content .img-main,
.spotfire-7-main .full-banner.es .img-content .img-main,
.spotfire-7-main .full-banner.de .img-content .img-main,
.spotfire-7-main .full-banner.it .img-content .img-main {
  text-align: right;
  min-width: 960px;
  margin: 0 auto;
}
.spotfire-7-main .full-banner.en-us .img-content .img-main img,
.spotfire-7-main .full-banner.fr .img-content .img-main img,
.spotfire-7-main .full-banner.br .img-content .img-main img,
.spotfire-7-main .full-banner.es .img-content .img-main img,
.spotfire-7-main .full-banner.de .img-content .img-main img,
.spotfire-7-main .full-banner.it .img-content .img-main img {
  height: auto;
  float: right;
  margin-top: 25px;
}
.spotfire-7-main .sticky-navigation {
  background: #2BA5A5;
  padding: 20px 0;
}
.spotfire-7-main .sticky-navigation img {
  position: absolute;
  max-width: 1583px;
  padding-top: 0px;
  background-color: #2BA5A5;
  padding-bottom: 5px;
}
.spotfire-7-main .sticky-navigation .container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.spotfire-7-main .sticky-navigation .container a {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.spotfire-7-main .sticky-navigation .container a:hover,
.spotfire-7-main .sticky-navigation .container a:hover i {
  color: #F5E85B;
}
.spotfire-7-main .sticky-navigation .container a i {
  font-size: 24px;
  line-height: 0px;
  background-image: none;
  padding-left: 5px;
  margin-right: 0px;
  margin-top: -1px;
}
.spotfire-7-main .sticky-navigation .container a.free-trial {
  float: right;
  margin-right: 0px;
}
.spotfire-7-main .sticky-navigation .container a.scrolltop {
  position: absolute;
  display: none;
  right: -20px;
}
.spotfire-7-main .sticky-navigation .container a.scrolltop i {
  position: absolute;
  width: 23px;
  height: 21px;
  background-image: url(/static/images/SF-top-arrows.png);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 999;
  right: 100%;
  background-position: -101px -2px;
}
.spotfire-7-main .sticky-navigation .container a.scrolltop:hover i {
  background-position: -5px -2px;
}
.spotfire-7-main .sticky-navigation.en-us,
.spotfire-7-main .sticky-navigation.fr,
.spotfire-7-main .sticky-navigation.br,
.spotfire-7-main .sticky-navigation.es,
.spotfire-7-main .sticky-navigation.de,
.spotfire-7-main .sticky-navigation.it {
  padding: 17px 0px;
  background-color: #FF6A00;
}
.spotfire-7-main .sticky-navigation.en-us img,
.spotfire-7-main .sticky-navigation.fr img,
.spotfire-7-main .sticky-navigation.br img,
.spotfire-7-main .sticky-navigation.es img,
.spotfire-7-main .sticky-navigation.de img,
.spotfire-7-main .sticky-navigation.it img {
  padding-bottom: 0px;
}
.spotfire-7-main .sticky-navigation.en-us .container a.free-trial,
.spotfire-7-main .sticky-navigation.fr .container a.free-trial,
.spotfire-7-main .sticky-navigation.br .container a.free-trial,
.spotfire-7-main .sticky-navigation.es .container a.free-trial,
.spotfire-7-main .sticky-navigation.de .container a.free-trial,
.spotfire-7-main .sticky-navigation.it .container a.free-trial {
  padding-top: 1px;
}
.spotfire-7-main .middle-content {
  font-weight: 400;
  padding: 70px 0;
}
.spotfire-7-main .middle-content .section-top .container {
  width: 960px;
  margin: 0 auto;
}
.spotfire-7-main .middle-content .section-top .container p {
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 21px;
  list-style: disc;
  color: #000000;
}
.spotfire-7-main .middle-content .section-top .container h1 {
  color: #3A4B57;
  font-weight: 400;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 50px;
}
.spotfire-7-main .middle-content .section {
  padding-top: 40px;
  border-bottom: 1px solid #dcd8d6;
  padding-bottom: 40px;
}
.spotfire-7-main .middle-content .section .container {
  width: 960px;
  margin: 0 auto;
}
.spotfire-7-main .middle-content .section .container h1 {
  color: #3A4B57;
  font-weight: 400;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 50px;
}
.spotfire-7-main .middle-content .section .container p {
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 21px;
  list-style: disc;
  color: #000000;
}
.spotfire-7-main .middle-content .section .container h2 {
  color: #3e8ddd;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  margin: 0;
}
.spotfire-7-main .middle-content .section .container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.spotfire-7-main .middle-content .section .container a:hover {
  color: #3e8ddd;
  box-shadow: inset 0 0px 0 #ffffff, inset 0 -1px 0 #3e8ddd;
}
.spotfire-7-main .middle-content .section .container h1 + h2 {
  padding: 0px;
}
.spotfire-7-main .middle-content .section-last {
  border-bottom: 0 none!important;
  padding-bottom: 0;
}
.spotfire-7-main .middle-content .section-last .container p {
  margin-bottom: 0;
}
.spotfire-7-main .spotfire-form {
  background-color: #D12A2E;
  color: #ffffff;
  padding: 100px 0 60px;
  line-height: 100%;
}
.spotfire-7-main .spotfire-form .container {
  width: 960px;
  margin: 0 auto;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire {
  text-align: center;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire span {
  font-weight: 400;
  margin: 10px 0px;
  font-size: 21px;
  line-height: 100%;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire p {
  font-weight: 300;
  margin: 10px 0px;
  font-size: 21px;
  line-height: 100%;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire h2 {
  font-weight: 400;
  color: white;
  font-size: 30px;
  line-height: 100%;
  margin: 25px 0px;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire ul {
  padding-left: 0px;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire ul li {
  width: 50%;
  list-style: none;
  float: left;
  font-weight: 300;
  margin: 10px 0px;
  font-size: 21px;
  line-height: 30px;
}
.spotfire-7-main .spotfire-form .container .whats-new-spotfire ul li span {
  display: block;
  font-weight: 400;
  margin: 10px 0px;
  font-size: 21px;
  line-height: 100%;
}
.spotfire-7-main .spotfire-form .container form {
  font-weight: 400;
  padding-top: 50px;
}
.spotfire-7-main .spotfire-form .container form .form-elements {
  position: relative;
}
.spotfire-7-main .spotfire-form .container form .checkState {
  display: none;
}
.spotfire-7-main .spotfire-form .container form span {
  position: absolute;
  width: 40%;
  padding-top: 10px;
  padding-left: 10px;
}
.spotfire-7-main .spotfire-form .container form ul:not(.download-now) {
  display: none;
  background-color: #fff;
  width: 265px;
  position: relative;
  height: 300px;
  overflow-y: scroll;
  position: absolute;
  z-index: 999999;
  left: 35%;
  top: 100%;
  padding-bottom: 3px;
  margin-top: 10px;
  padding-left: 0px;
}
.spotfire-7-main .spotfire-form .container form ul:not(.download-now) li {
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  padding: 2px 10px;
  color: #000000;
  cursor: pointer;
  list-style: none;
}
.spotfire-7-main .spotfire-form .container form ul:not(.download-now) li:hover {
  background-color: #3e8ddd;
  color: white;
}
.spotfire-7-main .spotfire-form .container form #selectWebinar {
  white-space: nowrap;
}
.spotfire-7-main .spotfire-form .container form select#selectCountry {
  display: none;
}
.spotfire-7-main .spotfire-form .container form button.dropdown {
  font-family: inherit;
  background-image: url('/static/images/dropdown_arrow.png');
  background-repeat: no-repeat;
  width: 265px;
  padding: 0 10px;
  height: 33px;
  margin: 0;
  border: 0 none;
  font-size: 18px;
  font-weight: 400;
  background-color: white;
  text-align: left;
  background-position: 97%;
  background-size: 3.8%;
}
.spotfire-7-main .spotfire-form .container form select {
  width: 265px;
  padding: 0 10px;
  height: 32px;
  margin: 0;
  border: 0 none;
  font-size: 18px;
  font-weight: 400;
  background-color: white;
  font-family: inherit;
  word-wrap: normal;
}
.spotfire-7-main .spotfire-form .container form a.dwnload-btn {
  background: transparent;
  border: 2px solid white;
  color: red;
  padding: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  width: 264px;
  height: 50px;
  font-size: 21px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
.spotfire-7-main .spotfire-form .container form a.dwnload-btn:hover {
  background: #ffffff;
  color: #d12a2e;
}
.spotfire-7-main .spotfire-form .container form em {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  line-height: 100%;
  padding-bottom: 10px;
}
.spotfire-7-main .spotfire-form .container form .inner-section {
  width: 76%;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 0px;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements {
  margin-bottom: 12px;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements span {
  display: none;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements label {
  font-size: 21px;
  font-weight: 300;
  text-align: right;
  width: 220px;
  display: inline-block;
  margin-right: 35px;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements input {
  width: 244px;
  padding: 0px 10px;
  height: 32px;
  margin: 0;
  border: 0 none;
  font-size: 18px;
  font-weight: 400;
  font-family: inherit;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements input:focus {
  outline: none;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements input[type=submit] {
  background: transparent;
  border: 2px solid white;
  color: red;
  padding: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  width: 264px;
  height: 50px;
  font-size: 21px;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements input[type=submit]:hover {
  background: #ffffff;
  color: #d12a2e;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements.trydesktop {
  margin-top: 20px;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements.trydesktop .checkbox-main {
  float: left;
  text-align: right;
  width: 220px;
  margin-right: 35px;
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements.trydesktop .checkbox-main input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  cursor: pointer;
  -moz-transform: scale(1.5);
}
.spotfire-7-main .spotfire-form .container form .inner-section .form-elements.trydesktop div.eula {
  width: 260px;
  padding: 0px 0px;
  /* height: 32px; */
  margin: 0;
  border: 0 none;
  font-size: 11px;
  font-weight: 400;
  font-family: inherit;
  float: left;
  line-height: 20px;
}
.spotfire-7-main .spotfire-form .container form .inner-section.de {
  width: 87%;
  padding-left: 0px;
  display: table;
}
.spotfire-7-main .spotfire-form .container form .inner-section.de span {
  position: absolute;
  width: 40%;
  padding-top: 10px;
}
.spotfire-7-main .spotfire-form .container form .inner-section.de label {
  width: 262px;
}
.spotfire-7-main .spotfire-form .container form .inner-section.de ul {
  left: 35.8%;
}
.spotfire-7-main .spotfire-form .container form .inner-section.fr {
  width: 72%;
}
.spotfire-7-main .spotfire-form .container form .inner-section.fr label {
  width: 150px;
}
.spotfire-7-main .spotfire-form .container form .inner-section.fr ul {
  left: 26.8%;
}
.spotfire-7-main .spotfire-form .container form .inner-section.it {
  width: 80%;
  padding-left: 40px;
}
.spotfire-7-main .spotfire-form .container form .inner-section.it label {
  width: 210px;
}
.spotfire-7-main .spotfire-form .container form .inner-section.it ul {
  left: 32%;
}
.spotfire-7-main .spotfire-form .container .thank-you {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.spotfire-7-main .spotfire-form .container .thank-you p {
  display: none;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
}
.spotfire-7-main .spotfire-form .container .thank-you p a {
  color: #ffffff !important;
  text-decoration: underline;
}
.spotfire-7-main .spotfire-form .container .thank-you p a:hover {
  color: #f2ea9a !important;
  text-decoration: underline;
}
.spotfire-7-main .spotfire-form .container .error-message {
  width: 100%;
  margin-top: 50px;
}
.spotfire-7-main .spotfire-form .container .error-message p {
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
}
.spotfire-7-main .spotfire-form .container .error-message p a {
  color: #ffffff;
  text-decoration: underline;
}
.spotfire-7-main .spotfire-form .container .error-message p a:hover {
  color: #FDBA1D;
}
.spotfire-7-main .spotfire-form .container .mac-cta {
  display: none;
  position: relative;
  width: 300px;
  margin: 0 auto 50px;
}
.spotfire-7-main .spotfire-form .container .mac-cta span {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 21px;
  display: inline-block !important;
  line-height: 50px;
  text-align: center;
}
.spotfire-7-main .spotfire-form .container .mac-cta span:hover {
  background: #fff;
  color: #d12a2e;
}
.spotfire-7-main .spotfire-form .container .mac-cta span:hover i {
  background: #fff;
  color: #d12a2e;
}
.spotfire-7-main .spotfire-form .container .mac-cta span i {
  padding-left: 10px;
  font-size: 16px;
  color: white;
  background-image: none;
}
.spotfire-7-main .spotfire-form .container .mac-cta ul {
  padding-top: 0px;
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 0;
  margin: 0;
  z-index: 999999999;
}
.spotfire-7-main .spotfire-form .container .mac-cta ul li {
  list-style: none;
  border: 2px solid white;
  border-top: 0 none;
}
.spotfire-7-main .spotfire-form .container .mac-cta ul li a {
  color: red;
  padding: 8px 0;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  margin: 0;
}
.spotfire-7-main .spotfire-form .container .mac-note {
  text-align: center;
  display: none;
  width: 80%;
  margin: -35px auto 0;
}
.spotfire-7-main .spotfire-form .container .mac-note h3 {
  font-size: 17px;
  text-decoration: underline;
  font-weight: 400;
  color: white;
}
.spotfire-7-main .spotfire-form .container .mac-note p {
  padding: 0px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.spotfire-7-main .spotfire-form .container .mac-note p a {
  color: white;
}
.spotfire-7-main .spotfire-form .container .mac-note p a:hover {
  color: #FDBA1D;
}
.spotfire-7-main .spotfire-form .container .clear {
  clear: both;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spotfire-7-main .full-banner .container a {
    padding: 3px 0;
    font-size: 7px;
    width: 71px;
    bottom: 3%;
  }
}
@media screen and (min-width: 1601px) {
  .spotfire-7-main .full-banner {
    position: static;
  }
  .spotfire-7-main .full-banner img {
    max-width: 1600px;
  }
  .spotfire-7-main .full-banner .container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
  .spotfire-7-main .full-banner .container a.watch-video {
    left: -15px;
    bottom: 100px;
  }
  .spotfire-7-main .full-banner .container a.watch-video.de {
    left: -48px;
    bottom: 60px;
  }
  .spotfire-7-main .full-banner .container a.watch-video.fr {
    left: -15px;
  }
  .spotfire-7-main .full-banner .container a.watch-video.br {
    left: -15px;
    bottom: 105px;
  }
  .spotfire-7-main .full-banner .container .social-main {
    bottom: 20px;
    left: -15px;
  }
}
.container-aws-new {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-aws-main {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spotfire-aws-main .banner {
  background-color: #074287;
  color: white;
  padding: 0px;
  position: relative;
  min-height: 270px;
}
.spotfire-aws-main .banner img {
  max-width: 1582px;
  height: 300px;
  margin: 0 auto;
  display: block;
}
.spotfire-aws-main .banner .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-aws-main .banner .container .content {
  margin-left: -11px;
  position: absolute;
  top: 10%;
}
.spotfire-aws-main .banner .container .content a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #40BEC3;
  text-align: center;
  padding: 7px 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 12px;
  cursor: default;
  max-height: 38px;
}
.spotfire-aws-main .banner .container .content a i.guide {
  background-image: url('/static/images/learn-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
  background-position: 0 0;
  vertical-align: middle;
  padding-left: 0;
  margin-right: 10px;
}
.spotfire-aws-main .banner .container .content a i.faq {
  background-image: url('/static/images/learn-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
  background-position: -30px 0px;
  vertical-align: middle;
  padding-left: 0px;
  margin-right: 10px;
}
.spotfire-aws-main .banner .container .content a.cta {
  cursor: pointer;
}
.spotfire-aws-main .banner .container .content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 20px;
}
.spotfire-aws-main .banner .container .content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  max-width: 92%;
}
.spotfire-aws-main .middle-section .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-aws-main .middle-section .left-navigation {
  float: left;
  width: 33%;
  background-color: #053256;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation {
  padding: 50px 0px;
  position: relative;
  left: -45px;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation p.title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  padding-left: 30px;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul {
  padding-left: 0px;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li {
  margin-top: 30px;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
  position: relative;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li a {
  padding-left: 28px;
  display: inline-block;
  font-weight: 400;
  border-left: 3px solid transparent;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li a:hover {
  color: #eb9720;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li > a {
  color: inherit;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul {
  padding-left: 0px;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li {
  font-weight: 300;
  margin-top: 15px;
  color: #CCCCCC;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li a {
  padding-left: 40px;
  font-weight: 300;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li.active > a {
  color: inherit;
}
.spotfire-aws-main .middle-section .left-navigation .navigation-main .inner-navigation ul li.active > a {
  border-left: 3px solid white ;
}
.spotfire-aws-main .middle-section .right-section {
  width: 67%;
  float: right;
  background-color: #ffffff;
}
.spotfire-aws-main .middle-section .right-section .main-content {
  padding-bottom: 70px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section {
  color: #000000;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 55px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section p + a,
.spotfire-aws-main .middle-section .right-section .main-content .content-section ul + a {
  margin-top: 20px;
  display: inline-block;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section a:hover {
  color: #3e8ddd;
  text-decoration: underline;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section h2 {
  color: #3A4B57;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 10px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section h3 {
  color: #93918e;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 120%;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section h4 {
  color: black;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 28px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section ul,
.spotfire-aws-main .middle-section .right-section .main-content .content-section ol {
  padding-left: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section ul li,
.spotfire-aws-main .middle-section .right-section .main-content .content-section ol li {
  list-style: disc;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 15px;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section ul.alpha li {
  list-style: lower-alpha;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section ul.roman li {
  list-style: lower-roman;
}
.spotfire-aws-main .middle-section .right-section .main-content .content-section ol li {
  list-style: decimal;
}
.spotfire-aws-main .middle-section:after {
  content: "";
  position: fixed;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #053256;
  top: 0px;
  z-index: -9;
}
.spotfire-aws-main .resources {
  background-color: #37B7BD;
  padding: 100px 0px 80px;
  position: static;
}
.spotfire-aws-main .resources h2 {
  font-size: 45px;
  color: white;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.spotfire-aws-main .resources .container {
  padding-top: 60px;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-aws-main .resources .container .col-4 {
  width: 20%;
  float: left;
  margin-right: 45px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer > div {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #69ced3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-AWS_guide_new.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-documentation {
  width: 72px;
  height: 68px;
  background-position: -153px -23px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-community {
  width: 86px;
  height: 51px;
  background-position: -146px -132px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-demo {
  width: 97px;
  height: 55px;
  background-position: -142px -230px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-education {
  width: 74px;
  height: 70px;
  background-position: -152px -321px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer:hover {
  border: 1px solid #ffffff;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer:hover > div {
  background-color: #ffffff;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-documentation {
  background-position: -41px -23px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-community {
  background-position: -33px -132px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-demo {
  background-position: -28px -230px;
}
.spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-education {
  background-position: -39px -321px;
}
.spotfire-aws-main .resources .container .col-4 p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 35px;
  text-align: center;
}
.spotfire-aws-main .left-navigation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  left: 0;
  width: 40%;
}
.spotfire-aws-main .sticky {
  width: 315px;
}
.spotfire-aws-main .pos-abs {
  position: absolute;
}
.affix {
  position: fixed;
  top: 0px;
  height: 100%;
}
.affix-bottom {
  position: absolute;
  top: auto;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-AWS_guide.png");
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-documentation {
  width: 72px;
  height: 68px;
  background-position: -114px -15px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-community {
  width: 86px;
  height: 51px;
  background-position: -107px -125px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-education {
  width: 97px;
  height: 55px;
  background-position: -103px -223px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer > div .icon-demo {
  width: 74px;
  height: 70px;
  background-position: -113px -315px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-documentation {
  background-position: -14px -16px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-community {
  background-position: -7px -125px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-education {
  background-position: -3px -223px;
}
.ie8 .spotfire-aws-main .resources .container .col-4 .icon-outer:hover .icon-demo {
  background-position: -13px -316px;
}
.ie8 .spotfire-aws-main .banner .container a {
  background-image: none !important;
}
.ie8 .spotfire-aws-main .banner .container a i.guide {
  background-image: url('/static/images/learn-sprite.png');
  width: 30px;
  height: 27px;
}
.ie8 .spotfire-aws-main .banner .container a i.faq {
  background-image: url('/static/images/learn-sprite.png');
  width: 31px;
  height: 25px;
}
.container-cloud-new {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-quickstart {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spotfire-cloud-quickstart .banner {
  background-color: #0071bb;
  color: white;
  padding: 0px;
  position: relative;
  min-height: 270px;
}
.spotfire-cloud-quickstart .banner img {
  max-width: 1582px;
  height: 300px;
  margin: 0 auto;
  display: block;
}
.spotfire-cloud-quickstart .banner .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-quickstart .banner .content {
  margin-left: -11px;
  position: absolute;
  top: 5%;
}
.spotfire-cloud-quickstart .banner .content a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #40BEC3;
  text-align: center;
  padding: 7px 20px;
  margin-bottom: 30px;
  font-size: 12px;
  cursor: default;
  margin-top: 20px;
  max-height: 38px;
}
.spotfire-cloud-quickstart .banner .content a i.guide {
  background-image: url('/static/images/learn-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
  background-position: 0 0;
  vertical-align: middle;
  padding-left: 0;
  margin-right: 10px;
}
.spotfire-cloud-quickstart .banner .content a i.faq {
  background-image: url('/static/images/learn-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
  background-position: -30px 0px;
  vertical-align: middle;
  padding-left: 0px;
  margin-right: 10px;
}
.spotfire-cloud-quickstart .banner .content a.cta {
  cursor: pointer;
}
.spotfire-cloud-quickstart .banner .content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 20px;
}
.spotfire-cloud-quickstart .banner .content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  max-width: 92%;
}
.spotfire-cloud-quickstart .banner.desktop-quickstart {
  background-color: #852a6d;
}
.spotfire-cloud-quickstart .middle-section .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-quickstart .middle-section .left-navigation {
  float: left;
  width: 33%;
  background-color: #3a4b57;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation {
  padding: 50px 0px;
  position: relative;
  left: -45px;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation p.title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  padding-left: 30px;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul {
  padding-left: 0px;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li {
  margin-top: 30px;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
  position: relative;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li a {
  padding-left: 28px;
  display: inline-block;
  font-weight: 400;
  border-left: 3px solid transparent;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li a:hover {
  color: #eb9720;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li > a {
  color: inherit;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li ul {
  padding-left: 0px;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li {
  font-weight: 300;
  margin-top: 15px;
  color: #CCCCCC;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li a {
  padding-left: 40px;
  font-weight: 300;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li.active > a {
  color: inherit;
}
.spotfire-cloud-quickstart .middle-section .left-navigation .navigation-main .inner-navigation ul li.active > a {
  border-left: 3px solid white;
}
.spotfire-cloud-quickstart .middle-section .right-section {
  width: 67%;
  float: right;
  background-color: #ffffff;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content {
  padding-bottom: 70px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section {
  color: #000000;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 55px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section p + a,
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul + a {
  margin-top: 20px;
  display: inline-block;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section a:hover {
  color: #3e8ddd;
  text-decoration: underline;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section h2 {
  color: #3A4B57;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 10px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section h3 {
  color: #93918e;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 120%;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section h4 {
  color: black;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 28px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul,
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ol {
  padding-left: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul li,
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ol li {
  list-style: disc;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 15px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.alpha li {
  list-style: lower-alpha;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.roman li {
  list-style: lower-roman;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ol li {
  list-style: decimal;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.sample-list {
  padding-left: 0px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.sample-list li {
  display: inline-block;
  padding-right: 10px;
  list-style: none;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.sample-list li a {
  font-size: 14px;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.sample-list li a img.ie-image {
  display: none;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.sample-list li a:hover {
  text-decoration: none;
}
.spotfire-cloud-quickstart .middle-section .right-section .main-content .content-section ul.sample-list li:last-child {
  padding-right: 0px;
}
.spotfire-cloud-quickstart .resources {
  background-color: #37B7BD;
  padding: 100px 0px 80px;
  position: static;
}
.spotfire-cloud-quickstart .resources h2 {
  font-size: 45px;
  color: white;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.spotfire-cloud-quickstart .resources .inner-content-main {
  padding-top: 60px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 {
  width: 20%;
  float: left;
  text-align: center;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #69ced3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-cloud-quickstart.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon-user-guide {
  width: 77px;
  height: 90px;
  background-position: -148px -529px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon-faq {
  width: 85px;
  height: 69px;
  background-position: -144px -432px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon-documentation {
  width: 72px;
  height: 68px;
  background-position: -153px -23px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon-community {
  width: 86px;
  height: 51px;
  background-position: -146px -132px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon-demo {
  width: 97px;
  height: 55px;
  background-position: -142px -230px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer > div .icon-education {
  width: 74px;
  height: 70px;
  background-position: -152px -321px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover {
  border: 1px solid #ffffff;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover > div {
  background-color: #ffffff;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover .icon-documentation {
  background-position: -41px -23px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover .icon-community {
  background-position: -33px -132px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover .icon-demo {
  background-position: -28px -230px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover .icon-education {
  background-position: -39px -321px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover .icon-faq {
  background-position: -32px -432px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 .icon-outer:hover .icon-user-guide {
  background-position: -37px -529px;
}
.spotfire-cloud-quickstart .resources .inner-content-main .col-4 p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 35px;
  text-align: center;
}
.spotfire-cloud-quickstart .resources .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-quickstart .resources .container .col-4 {
  margin-right: 45px;
}
.spotfire-cloud-quickstart .resources .center {
  display: table;
  margin: 0 auto;
}
.spotfire-cloud-quickstart .resources .center .col-4 {
  margin-right: 0px;
}
.spotfire-cloud-quickstart .resources.three-box .container {
  display: table;
  margin: 0 auto;
  width: auto;
}
.spotfire-cloud-quickstart .resources.three-box .container .col-4 {
  margin-right: 0px;
  display: table-cell;
  width: auto;
  float: none;
}
.spotfire-cloud-quickstart .resources.three-box .container .col-4 p {
  width: 80%;
  margin: 0 auto;
}
.spotfire-cloud-quickstart .left-navigation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  left: 0;
  width: 40%;
}
.spotfire-cloud-quickstart .sticky {
  width: 315px;
}
.spotfire-cloud-quickstart .pos-abs {
  position: absolute;
}
.spotfire-cloud-quickstart.spotfire-desktop-quickstart .banner h1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 20px;
}
.spotfire-cloud-quickstart.spotfire-desktop-quickstart .middle-section .left-navigation {
  width: 32%;
}
.spotfire-cloud-quickstart.spotfire-desktop-quickstart .middle-section .left-navigation .navigation-main .inner-navigation {
  padding: 20px 0px;
}
.spotfire-cloud-quickstart.spotfire-desktop-quickstart .middle-section .right-section {
  width: 68%;
}
.spotfire-cloud-quickstart.spotfire-desktop-quickstart .sticky {
  width: 335px;
}
.affix {
  position: fixed;
  top: 0px;
  height: 100%;
}
.affix-bottom {
  position: absolute;
  top: auto;
}
.ie8 .spotfire-cloud-quickstart .banner .container a {
  background-image: none !important;
}
.ie8 .spotfire-cloud-quickstart .banner .container a i.guide {
  background-image: url('/static/images/learn-sprite.png');
  width: 30px;
  height: 27px;
}
.ie8 .spotfire-cloud-quickstart .banner .container a i.faq {
  background-image: url('/static/images/learn-sprite.png');
  width: 31px;
  height: 25px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-cloud-quickstart.png");
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer > div .icon-documentation {
  width: 72px;
  height: 68px;
  background-position: -114px -15px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer > div .icon-community {
  width: 86px;
  height: 51px;
  background-position: -107px -125px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer > div .icon-education {
  width: 97px;
  height: 55px;
  background-position: -103px -223px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer > div .icon-demo {
  width: 74px;
  height: 70px;
  background-position: -113px -315px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer:hover .icon-documentation {
  background-position: -14px -16px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer:hover .icon-community {
  background-position: -7px -125px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer:hover .icon-education {
  background-position: -3px -223px;
}
.ie8 .spotfire-cloud-quickstart .resources .col-4 .icon-outer:hover .icon-demo {
  background-position: -13px -316px;
}
.container-cloud-faq {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-faq-main {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spotfire-cloud-faq-main .banner {
  background-color: #0071bb;
  color: white;
  padding: 0;
  position: relative;
  min-height: 270px;
}
.spotfire-cloud-faq-main .banner img {
  max-width: 1582px;
  height: 300px;
  margin: 0 auto;
  display: block;
}
.spotfire-cloud-faq-main .banner .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-faq-main .banner .container .content {
  margin-left: -11px;
  position: absolute;
  top: 5%;
}
.spotfire-cloud-faq-main .banner .container .content a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #40BEC3;
  text-align: center;
  padding: 7px 20px;
  margin-bottom: 30px;
  font-size: 12px;
  cursor: default;
  margin-top: 20px;
  max-height: 38px;
}
.spotfire-cloud-faq-main .banner .container .content a i.guide {
  background-image: url('/static/images/learn-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
  background-position: 0 0;
  vertical-align: middle;
  padding-left: 0;
  margin-right: 10px;
}
.spotfire-cloud-faq-main .banner .container .content a i.faq {
  background-image: url('/static/images/learn-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
  background-position: -30px 0px;
  vertical-align: middle;
  padding-left: 0px;
  margin-right: 10px;
}
.spotfire-cloud-faq-main .banner .container .content a.cta {
  cursor: pointer;
}
.spotfire-cloud-faq-main .banner .container .content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 6px;
}
.spotfire-cloud-faq-main .banner .container .content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
}
.spotfire-cloud-faq-main .middle-section {
  overflow-x: hidden;
}
.spotfire-cloud-faq-main .middle-section .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-faq-main .middle-section .left-navigation {
  float: left;
  width: 33%;
  background-color: #394a56;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation {
  padding: 50px 0px;
  position: relative;
  left: -45px;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation p.title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  padding-left: 30px;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul {
  padding-left: 0px;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li {
  margin-top: 30px;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
  position: relative;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li a {
  padding-left: 28px;
  display: inline-block;
  font-weight: 400;
  border-left: 3px solid transparent;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li a:hover {
  color: #eb9720;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li > a {
  color: inherit;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul {
  padding-left: 0px;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li {
  font-weight: 300;
  margin-top: 15px;
  color: #CCCCCC;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li a {
  padding-left: 40px;
  font-weight: 300;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li ul li.active > a {
  color: inherit;
}
.spotfire-cloud-faq-main .middle-section .left-navigation .navigation-main .inner-navigation ul li.active > a {
  border-left: 3px solid white ;
}
.spotfire-cloud-faq-main .middle-section .right-section {
  width: 67%;
  float: right;
  background-color: #ffffff;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content {
  padding-bottom: 70px;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section {
  color: #000000;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 55px;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section p + a,
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ul + a {
  margin-top: 20px;
  display: inline-block;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section a:hover {
  color: #3e8ddd;
  text-decoration: underline;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section h2 {
  color: #3A4B57;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 10px;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section h3 {
  color: #93918e;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 120%;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section h4 {
  color: black;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
  background-color: #eaeaea;
  padding: 10px 10px;
  margin-left: -10px;
  font-weight: 400;
  line-height: normal;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 28px;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ul,
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ol {
  padding-left: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ul li,
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ol li {
  list-style: disc;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 15px;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ul.alpha li {
  list-style: lower-alpha;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ul.roman li {
  list-style: lower-roman;
}
.spotfire-cloud-faq-main .middle-section .right-section .main-content .content-section ol li {
  list-style: decimal;
}
.spotfire-cloud-faq-main .middle-section:after {
  content: "";
  position: fixed;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #394a56;
  top: 0px;
  z-index: -9;
}
.spotfire-cloud-faq-main .resources {
  background-color: #37B7BD;
  padding: 100px 0px 80px;
  position: static;
}
.spotfire-cloud-faq-main .resources h2 {
  font-size: 45px;
  color: white;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.spotfire-cloud-faq-main .resources .container {
  padding-top: 60px;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-cloud-faq-main .resources .container .col-4 {
  width: 20%;
  float: left;
  margin-right: 45px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #69ced3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-AWS_guide_new.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-documentation {
  width: 72px;
  height: 68px;
  background-position: -153px -23px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-community {
  width: 86px;
  height: 51px;
  background-position: -146px -132px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-demo {
  width: 97px;
  height: 55px;
  background-position: -142px -230px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-education {
  width: 74px;
  height: 70px;
  background-position: -152px -321px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover {
  border: 1px solid #ffffff;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover > div {
  background-color: #ffffff;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-documentation {
  background-position: -41px -23px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-community {
  background-position: -33px -132px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-demo {
  background-position: -28px -230px;
}
.spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-education {
  background-position: -39px -321px;
}
.spotfire-cloud-faq-main .resources .container .col-4 p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 35px;
  text-align: center;
}
.spotfire-cloud-faq-main .left-navigation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  left: 0;
  width: 40%;
}
.spotfire-cloud-faq-main .sticky {
  width: 315px;
}
.spotfire-cloud-faq-main .pos-abs {
  position: absolute;
}
.affix {
  position: fixed;
  top: 0px;
  height: 100%;
}
.affix-bottom {
  position: absolute;
  top: auto;
}
.ie8 .spotfire-cloud-faq-main .banner .container a {
  background-image: none !important;
}
.ie8 .spotfire-cloud-faq-main .banner .container a i.guide {
  background-image: url('/static/images/learn-sprite.png');
  width: 30px;
  height: 27px;
}
.ie8 .spotfire-cloud-faq-main .banner .container a i.faq {
  background-image: url('/static/images/learn-sprite.png');
  width: 31px;
  height: 25px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon {
  background-image: url("/static/images/sprite-spotfire-AWS_guide.png");
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-documentation {
  width: 72px;
  height: 68px;
  background-position: -114px -15px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-community {
  width: 86px;
  height: 51px;
  background-position: -107px -125px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-education {
  width: 97px;
  height: 55px;
  background-position: -103px -223px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer > div .icon-demo {
  width: 74px;
  height: 70px;
  background-position: -113px -315px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-documentation {
  background-position: -14px -16px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-community {
  background-position: -7px -125px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-education {
  background-position: -3px -223px;
}
.ie8 .spotfire-cloud-faq-main .resources .container .col-4 .icon-outer:hover .icon-demo {
  background-position: -13px -316px;
}
b,
strong {
  font-weight: 400;
}
.spotfire-compare-main {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.spotfire-compare-main .container-main {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-compare-main .top-main-section {
  margin-top: 65px;
}
.spotfire-compare-main .top-main-section .container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-compare-main .top-main-section .container .feature-section {
  padding-left: 123px;
}
.spotfire-compare-main .top-main-section .container .feature-section h2 {
  color: black;
  font-size: 45px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 45px;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .col-3 {
  box-sizing: border-box;
  width: 280px;
  float: left;
  text-align: center;
  padding: 15px 15px 35px;
  max-width: 280px;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .col-3 h3 {
  font-size: 26px;
  line-height: 100%;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .col-3 p {
  font-size: 19px;
  font-weight: 300;
  padding: 10px 0px;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .col-3 a.cta {
  text-transform: uppercase;
  padding: 15px 0px;
  font-weight: 400;
  font-size: 19px;
  display: inline-block;
  margin-top: 42px;
  width: 185px;
  box-sizing: border-box;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-1 {
  border-left: 2px solid #b41a8a;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-1 h3,
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-1 a.cta {
  color: #b41a8a;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-1 a.cta {
  border: 2px solid #b41a8a;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-1 a.cta:hover {
  color: white;
  background-color: #b41a8a;
  border: 2px solid transparent;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-2 {
  width: 287px;
  border-left: 2px solid #0071bb;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-2 h3,
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-2 a.cta {
  color: #0071bb;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-2 a.cta {
  border: 2px solid #0071bb;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-2 a.cta:hover {
  color: white;
  background-color: #0071bb;
  border: 2px solid transparent;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-3 {
  width: 270px;
  border-left: 2px solid #f36b21;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-3 h3,
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-3 a.cta {
  color: #f36b21;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-3 a.cta {
  border: 2px solid #f36b21;
  width: 221px;
}
.spotfire-compare-main .top-main-section .container .feature-section .compare-feature .div-3 a.cta:hover {
  color: white;
  background-color: #f36b21;
  border: 2px solid transparent;
}
.spotfire-compare-main .navigation-main {
  background-color: #3A4B57;
}
.spotfire-compare-main .navigation-main .container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-compare-main .navigation-main .container ul {
  margin: 0;
  padding: 0;
}
.spotfire-compare-main .navigation-main .container ul li {
  float: left;
  margin-right: 35px;
  list-style: none;
}
.spotfire-compare-main .navigation-main .container ul li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  padding: 28px 0px;
}
.spotfire-compare-main .navigation-main .container ul li a.active,
.spotfire-compare-main .navigation-main .container ul li a:hover {
  color: #F2961C;
}
.spotfire-compare-main .navigation-main .container .active-arrow {
  background: url('/static/images/arrow-compare.png') no-repeat bottom;
  transition: all .5s;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 4%;
}
.spotfire-compare-main .navigation-main.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.spotfire-compare-main .section {
  display: none;
}
.spotfire-compare-main .section .table-outer {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.spotfire-compare-main .section .table-outer .divTable {
  display: table;
  width: 100%;
  margin-left: -16px;
}
.spotfire-compare-main .section .table-outer .divTable p {
  margin-bottom: 0px;
}
.spotfire-compare-main .section .table-outer .divTable .headRow {
  display: table-row;
  color: white;
}
.spotfire-compare-main .section .table-outer .divTable .headRow .divCell {
  padding-top: 50px;
  font-size: 26px;
  color: white;
  display: table-cell;
  font-weight: 400;
  padding-bottom: 5px;
  line-height: 100%;
}
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-1 {
  min-width: 140px;
  background-color: white;
}
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-2,
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-4,
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-3 {
  min-width: 280px;
  box-sizing: border-box;
  text-align: center;
}
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-2 {
  background-color: #EDECEB;
  color: #b41a8a;
}
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-3 {
  background-color: white;
  color: #0071bb;
}
.spotfire-compare-main .section .table-outer .divTable .headRow .cell-4 {
  background-color: #EDECEB;
  color: #f36b21;
}
.spotfire-compare-main .section .table-outer .divTable .divRow {
  display: table-row;
  width: auto;
  clear: both;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-1 {
  min-width: 130px;
  max-width: 130px;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-2,
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-4 {
  background-color: #EDECEB;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-2,
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-4,
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-3 {
  min-width: 280px;
  padding: 13px 23px 10px;
  box-sizing: border-box;
  max-width: 280px;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-1 {
  text-align: right;
  padding-right: 10px;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-2,
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-3,
.spotfire-compare-main .section .table-outer .divTable .divRow .cell-4 {
  border-bottom: 1px solid #DAD8D6;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .divCell {
  display: table-cell;
  font-weight: 300;
  font-size: 16px;
  color: #10181F;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .divCell a {
  text-align: center;
  color: #3E8DDD;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .divCell a:hover {
  text-decoration: underline;
}
.spotfire-compare-main .section .table-outer .divTable .divRow .divCell img {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.spotfire-compare-main .section .table-outer .divTable .divRow.link-section .cell-2,
.spotfire-compare-main .section .table-outer .divTable .divRow.link-section .cell-4,
.spotfire-compare-main .section .table-outer .divTable .divRow.link-section .cell-3 {
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 0px;
  text-align: center;
  padding: 15px 0px;
}
.spotfire-compare-main .section .table-outer .divTable .divRow.no-border .cell-2,
.spotfire-compare-main .section .table-outer .divTable .divRow.no-border .cell-4,
.spotfire-compare-main .section .table-outer .divTable .divRow.no-border .cell-3 {
  border-bottom: 1px solid transparent;
}
.spotfire-compare-main .section .table-outer .divTable .divRow.feature-group {
  position: relative;
  height: 80px;
}
.spotfire-compare-main .section .table-outer .divTable .divRow.feature-group .divCell {
  width: 60%;
  margin-top: 40px;
  position: absolute;
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.spotfire-compare-main .section .table-outer .divTable .divRow.feature-group .divCell p {
  font-weight: 400;
}
.spotfire-compare-main div.section-1 {
  display: block;
}
.spotfire-compare-main div.section-1 .table-outer .divTable .pos-fix {
  width: 980px;
}
.spotfire-compare-main div.section-1 .table-outer .divTable .pos-fix .cell-1 {
  min-width: 140px;
}
.spotfire-compare-main div.section-2 .table-outer .divTable .pos-fix {
  width: 980px;
}
.spotfire-compare-main div.section-2 .table-outer .divTable .pos-fix .cell-1 {
  min-width: 140px;
}
.spotfire-compare-main div.section-2 .table-outer .divTable .divRow .divCell {
  vertical-align: middle;
  padding: 10px 0px;
}
.spotfire-compare-main div.section-2 .table-outer .divTable .divRow .divCell.cell-1 {
  padding-right: 10px;
}
.pos-fix {
  position: fixed;
  top: 81px;
  z-index: 999;
}
@supports (-webkit-appearance:none) {
  .spotfire-compare-main div.section-2 .table-outer .divTable .divRow .divCell.cell-1 {
    padding-right: 9px;
  }
}
_::-moz-svg-foreign-content,
:root .spotfire-compare-main div.section-2 .table-outer .divTable .divRow .divCell.cell-1 {
  padding-right: 9px;
}
#container .big-data-main .intro .gallery-area {
  background: none;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li {
  background-color: #eaebeb;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
  float: none;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .inner_slide {
  width: 960px;
  margin: 0 auto;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .inner_slide .text_area {
  top: 20%;
  margin: auto;
  min-height: inherit;
  width: 55%;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .inner_slide .text_area h1 {
  font-weight: 500;
  font-size: 41px;
  line-height: 48px;
  color: #e73e51;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .inner_slide .text_area h3 {
  color: #231F20;
  font-size: 31px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 44px;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .inner_slide .text_area .btns a.standard-button {
  color: #e73c50 !important;
  border: 1px solid #e73e51;
  padding: 18px 40px!important;
  background-color: transparent !important;
  display: inline-block;
  font-weight: 500;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .inner_slide .text_area .btns a.standard-button:hover {
  background-color: #e73e51 !important;
  color: white !important;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .img_area {
  min-width: 960px;
  background-color: transparent;
  text-align: right;
}
#container .big-data-main .intro .gallery-area .slideshow .slides li .slide .img_area img {
  max-width: 40%;
  width: auto;
  min-height: inherit;
  margin-top: 50px;
  margin-bottom: 20px;
}
#container .big-data-main .contactusDiv .inner-content .contact-text {
  padding-left: 0px;
  text-align: center;
}
#container .big-data-main .contactusDiv .inner-content .contact-text h3 {
  text-align: center;
}
#container .big-data-main .contactusDiv .inner-content .contact-text p {
  margin: 0;
  text-align: center;
}
#container .big-data-main .contactusDiv .inner-content .contact-text p i {
  font-size: 11px;
  font-style: italic;
  padding-left: 20px;
  color: red;
}
#container .big-data-main .contactusDiv .inner-content .innerForm {
  display: table;
  width: auto;
  margin: 0 auto;
  padding-left: 0px;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .thank-you {
  display: none;
  margin: 35px 0px;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm {
  width: 420px !important;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm .mktoFieldWrap {
  margin-bottom: 10px !important;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm .mktoFieldWrap .mktoLabel {
  width: 170px !important;
  font-weight: bold;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm .mktoFieldWrap .mktoField {
  width: 170px !important;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm .mktoFieldWrap select.mktoField {
  background: #ffffff url(/static/images/city-select-bg.png) 99% center no-repeat;
  background-size: 4%;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm .mktoFieldWrap .mktoError {
  left: 190px !important;
  right: 0;
}
#container .big-data-main .contactusDiv .inner-content .innerForm .mktoForm .mktoFieldWrap .mktoButtonRow span {
  margin-left: 130px !important;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg img {
  width: auto;
  max-width: 100%;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg .tab_inner_content .top_content p {
  text-align: left;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg .tab_inner_content .top_content p.img-para {
  margin-top: 44px;
  text-align: center;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg .tab_inner_content .top_content p.img-para img {
  max-width: 100%;
  padding-bottom: 10px;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg .tab_inner_content .top_content p.img-para img.retina {
  padding-bottom: 44px;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg .tab_inner_content .top_content .resource_sect li img {
  height: auto;
  max-width: 100%;
  width: auto;
}
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg.advancedanalyticsonbigdata b,
#container .big-data-main .tab_section .tab_container .tab_first .midd_content_bg.advancedanalyticsonbigdata strong {
  font-weight: 700;
}
b,
strong {
  font-weight: bold;
}
