/* == Default Bootstrap Overrides ================================================*/

/* ===============================================================================*/
/*video modal fix */
@media (min-width: 770px){
.modal-content {
    min-height: 650px !important;
}
.modal-dialog {
    width: 80% !important;
}}

b,
strong,
dt,
em,
i {
  font-weight: inherit;
  font-style: inherit;
}
b,
strong {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
i,
em {
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.4;
}
.form-control:focus {
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row.pad {
  margin-left: 0;
  margin-right: 0;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  background: #e4002b;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  padding: 8px 18px;
  text-shadow: 0 -1px 1px #444444;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: white;
  border: 1px solid #cccccc;
  color: #5b6770;
}
.btn-group .btn-default {
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #5b6770;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6px 40px 6px 12px;
  text-align: left;
  white-space: nowrap;
}
.btn-group .btn-default .caret {
  margin-top: -3px;
  position: absolute;
  right: 12px;
  top: 50%;
}
.btn-group .btn-default:hover,
.btn-group .btn-default:focus,
.btn-group .btn-default:active {
  background: white;
}
.btn-group .dropdown-menu {
  border: 1px solid #cccccc;
  margin-top: -5px;
  z-index: 91;
}
.btn-group .dropdown-menu li {
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.btn-group .dropdown-menu li a {
  padding: 3px 10px;
  white-space: normal;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.dropdown-backdrop {
  z-index: 89;
}
.dropdown-menu {
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 0;
}
label {
  font-weight: normal;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #8a8a8a;
}
.alert {
  padding: 7px 10px;
}
.alert-dismissable {
  padding: 7px 35px 7px 10px;
}
.alert-dismissable .close {
  top: 0;
}
.panel,
.panel-heading {
  border-radius: 0;
}
.panel {
  background: none;
  border: 0;
  margin: 0;
}
.panel-group .panel + .panel {
  margin: 0;
}
.nav-tabs > li > a {
  border-radius: 6px 6px 0 0;
}
.nav > li > a {
  padding: 15px 20px 20px;
}
.table tbody,
.table thead {
  border: 1px solid #d0d3d4;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
  padding: 5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td {
  border-left: 1px solid #808991;
}
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-left: 1px solid #d0d3d4;
}
.table > thead > tr > th,
.table > thead > tr > td {
  white-space: nowrap;
}
.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
  background: white;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: white;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background: #eeeeee;
}
@media only screen and (max-width : 1190px) {
  .table-responsive {
    border: none;
    margin-bottom: 15px;
    min-height: 0%;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive > .table {
    margin-bottom: 20px;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.table-responsive + h2,
.table-responsive + h3 {
  margin-top: 60px;
}
/* == Base Styles / Repeated Elements ============================================
// ===============================================================================
*/

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}
body {
  color: #231f20;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
}
.container-fluid { max-width: 99%; } 

img {
  max-width: 100%;
}
img.baseline {
  vertical-align: baseline;
}
h1 {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
}
h1.headline {
  color: #FFF;
  font-size: 84px;
  font-size: 8.4rem;
  /* font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif; */
  font-family: "HelveticaNeueLTStd-BdIt", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-style:italic;
}
@media only screen and (max-width: 769px) {
  h1.headline {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  h1.headline {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media only screen and (max-width: 480px) {
  h1.headline {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
h1.no-margin {
  margin-bottom: 0;
}
h1 span {
  color: #7d868c;
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
h2,
.intro {
  color: #5b6770;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
}
h2.subhead,
.intro.subhead {
  color: #231f20;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  h2.subhead,
  .intro.subhead {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  h2.subhead,
  .intro.subhead {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 480px) {
  h2.subhead,
  .intro.subhead {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3 {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
h3 span {
  color: #7d868c;
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
h4 {
  color: black;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}


h5 {
  display: block;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  width: 100%;
}
h6 {
  color: #5b6770;
  font-size: 14px;
  font-size: 1.4rem;
}
p {
  margin-bottom: 20px;
}
.content ul {
  margin-bottom: 20px;
  padding: 0;
}
.content ul li {
  list-style-type: square;
  margin-bottom: 10px;
  margin-left: 18px;
}
.content ul.margin li {
  margin-bottom: 15px;
}
a,
a:hover {
  color: #00a3e0;
  cursor: pointer;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.pdf-icon,
.xml-icon,
.zip-icon {
  background-clip: padding-box;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: .7;
  margin: 0 6px 3px 0;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
}
.pdf-icon {
  background: #e4002b;
}
.xml-icon {
  background: #ffa400;
}
.zip-icon {
  background: #5b6770;
}
.download {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.info-text {
  color: #a2aaad;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
.left-border {
  border-left: 1px solid #d0d3d4;
}
@media only screen and (max-width: 769px) {
  .left-border {
    border-left: 0 none;
  }
}
.right-border {
  border-right: 1px solid #d0d3d4;
}
@media only screen and (max-width: 769px) {
  .right-border {
    border-right: 0 none;
  }
}
[class*="offset"].left-border {
  margin-left: 4.1666666666666%;
  padding-left: 4.1666666666666%;
}
@media only screen and (max-width: 769px) {
  [class*="offset"].left-border {
    margin-left: 15px;
    padding-left: 0;
  }
}
[class*="offset"].right-border {
  margin-right: 4.1666666666666%;
  padding-right: 4.1666666666666%;
}
@media only screen and (max-width: 769px) {
  [class*="offset"].right-border {
    margin-right: 15px;
    padding-right: 0;
  }
}
.search-input {
  display: inline-block;
  position: relative;
}
.search-input .form-control {
  height: 34px;
  padding-right: 45px;
  position: relative;
  width: 100%;
}
.search-input .btn {
  height: 34px;
  margin: 0;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.search-input .btn .glyphicon {
  font-size: 20px;
  font-size: 2rem;
  top: 3px;
}
.center {
  text-align: center;
}
/* == Header =====================================================================
// ===============================================================================
*/

header .glyphicon-chevron-down {
  font-size: 8px;
  font-size: 0.8rem;
}
header .jump-nav {
  background: #f4f4f4;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  height: 23px;
  line-height: 23px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 101;
}
header .jump-nav .eyebrow {
  display: inline-block;
}
header .jump-nav .eyebrow li {
  float: left;
}
header .jump-nav .eyebrow li a {
  display: block;
  height: 23px;
  padding: 0 .75em;
}
header .jump-nav .eyebrow:after {
  content: "";
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
  padding-left: .8em;
}
header .jump-nav a {
  color: #8a8a8a;
}
header .mobile-nav {
  background: #f4f4f4;
  font-size: 14px;
  font-size: 1.4rem;
  height: 37px;
  line-height: 37px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 101;
}
header .mobile-nav a {
  color: darkgray;
  vertical-align: middle;
}
header .mobile-nav .language {
  background: none;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  text-transform: uppercase;
}
header .mobile-nav .language .glyphicon {
  top: -1px;
}
header .mobile-nav .shopping-cart {
  color: #cdcdce;
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0 0 0 1em;
}
header .mobile-nav .shopping-cart .glyphicon {
  top: 4px;
}
header .mobile-nav .sign-in {
  color: #e4002b;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1em;
  text-transform: uppercase;
}
header .language {
  background: #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: inline-block;
  margin-left: -6px;
  padding: 0 1.5em;
  vertical-align: top;
}
header .language.open {
  background: #f2f2f2;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  box-shadow: 0px 1px 1px #999999;
}
header .language.open a {
  text-decoration: none;
}
header .language .dropdown-menu {
  background: #f2f2f2;
  border: 1px solid #aaaaaa;
  border-top: none;
  box-shadow: 0px 1px 1px #999999;
  box-sizing: content-box;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 -1px;
  padding: 0;
  text-align: left;
  width: 100%;
}
header .language .dropdown-menu li {
  border-top: 1px solid #d0d3d4;
}
header .language .dropdown-menu a {
  padding: 6px 20px;
}
header .mid-header {
  background: white;
  border-bottom: 1px solid #999999;
  clear: both;
  height: 95px;
  padding: 10px 0;
  text-align: justify;
  vertical-align: middle;
}
@media only screen and (max-width: 769px) {
  header .mid-header {
    line-height: 95px;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  header .mid-header {
    height: 75px;
    line-height: 70px;
    padding: 0;
  }
}
header .mid-header .container-fluid:after {
  content: '';
  display: inline-block;
  width: 100%;
}
header .mid-header .logo {
  display: inline-block;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  header .mid-header .logo {
    width: 200px;
  }
}
header .mid-header .logo:before {
  /* content: ''; */
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
header .mid-header .right {
  display: inline-block;
  text-align: right;
}
header .mid-header .login,
header .mid-header .logout,
header .mid-header .shopping-cart,
header .mid-header .search {
  display: inline-block;
  padding: 0 0 0 2em;
  vertical-align: middle;
}
header .mid-header .login {
  background: #f4f4f4;
  padding: .5em 1em;
}
header .mid-header .login #login-menu {
  color: #e4002b;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
header .mid-header .login #login-menu:hover,
header .mid-header .login #login-menu:focus {
  text-decoration: none;
}
header .mid-header .login.open {
  background-image: -webkit-linear-gradient(top, #e4e4e4, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e4e4e4, #f2f2f2);
  background-image: -ms-linear-gradient(top, #e4e4e4, #f2f2f2);
  background-image: linear-gradient(top, #e4e4e4, #f2f2f2);
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 1px #999999;
}
header .mid-header .login .dropdown-menu {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #999999;
  border-top: none;
  box-shadow: 0px 1px 1px #999999;
  color: #5b6770;
  margin: -1px 0 0 -1px;
  padding: .8em;
  text-align: left;
  width: 245px;
}
header .mid-header .login .dropdown-menu .search-input {
  margin: .5em 0;
  width: 100%;
}
header .mid-header .login .dropdown-menu .search-input .btn {
  height: 33px;
}
header .mid-header .login .dropdown-menu label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
header .mid-header .login .dropdown-menu label input[type="checkbox"] {
  margin-right: 3px;
  vertical-align: text-bottom;
}
header .mid-header .login .dropdown-menu a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
header .mid-header .login .dropdown-menu .password {
  border-bottom: 1px solid #d0d3d4;
  border-top: 1px solid #d0d3d4;
  margin: 0 -0.8em 0;
  padding: .4em .8em;
}
header .mid-header .login .dropdown-menu .account {
  border-top: 1px solid #f2f2f2;
  background-image: -webkit-linear-gradient(top, #e2e2e2, #f2f2f2);
  background-image: -moz-linear-gradient(top, #e2e2e2, #f2f2f2);
  background-image: -ms-linear-gradient(top, #e2e2e2, #f2f2f2);
  background-image: linear-gradient(top, #e2e2e2, #f2f2f2);
  margin: 0 -0.8em 0;
  padding: .8em .8em 0 .8em;
}
header .mid-header .login .dropdown-menu .account strong {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
header .mid-header .logout {
  border: 1px solid #efefef;
  color: #00a3e0;
  padding: .3em 0 .3em 1em;
}
header .mid-header .logout a#logout {
  background: #f4f4f4;
  color: #e4002b;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1em;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
header .mid-header .glyphicon-shopping-cart {
  color: #cdcdce;
  font-size: 27px;
  font-size: 2.7rem;
}
header .mid-header .search {
  padding: 1.5em 1em 0 2em;
}
@media only screen and (max-width: 769px) {
  header .mid-header .search {
    height: 34px;
    padding: 0 0 0 1em;
  }
}
@media only screen and (max-width: 769px) {
  header .mid-header .search .search-input {
    display: block;
  }
}
header .mid-header .search .form-control {
  vertical-align: middle;
  width: 321px;
}
@media only screen and (min-width:481px) and (max-width: 920px) {
  header .mid-header .search .form-control {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  header .mid-header .search .form-control {
    width: 106px;
  }
}
header .mid-header .search a {
  color: #5b6770;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
  text-align: right;
  text-transform: uppercase;
}
/* == Mega Menu ==================================================================
// ===============================================================================
*/

.mega-menu {
  background: #d0d3d4;
  border-bottom: 1px solid #999999;
  border-top: 1px solid white;
  height: 4px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width : 1190px) {
  .mega-menu {
    border-bottom: 0px;
    height: auto;
  }
}
@media only screen and (max-width : 1190px) {
  .mega-menu .container-fluid {
    padding: 0;
  }
}
.jetmenu {
  background: #d0d3d4;
  border-bottom: 1px solid #999999;
  float: left;
  list-style: none;
  margin: 0 0 -36px 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width : 1190px) {
  .jetmenu {
    margin-bottom: 0;
  }
}
.jetmenu:before,
.jetmenu:after {
  border-style: solid;
  content: '';
  height: 0px;
  position: absolute;
  top: 0;
  width: 0px;
}
.jetmenu:before {
  border-width: 0 17px 35px 0;
  border-color: transparent #d0d3d4 transparent transparent;
  left: -17px;
}
@media only screen and (max-width : 1190px) {
  .jetmenu:before {
    border: none;
  }
}
.jetmenu:after {
  border-width: 35px 17px 0 0;
  border-color: #d0d3d4 transparent transparent transparent;
  right: -17px;
}
@media only screen and (max-width : 1190px) {
  .jetmenu:after {
    border: none;
  }
}
.jetmenu > li {
  border-left: 1px solid #dee0e0;
  border-right: 1px solid #b5b6b7;
  float: left;
  text-align: center;
  width: 14.28%;
}
@media only screen and (max-width: 769px) {
  .jetmenu > li {
    border: none;
    display: block;
    text-align: left;
    width: 100%;
  }
}
.jetmenu > li.first {
  border-left: none;
}
.jetmenu > li.last {
  border-right: none;
}
.jetmenu > li > a {
  color: black;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .jetmenu > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .jetmenu > li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  .jetmenu > li > a {
    height: auto;
    padding: 5px 20px;
    text-shadow: none;
  }
}
.jetmenu > li > a .glyphicon {
  display: none;
}
@media only screen and (max-width: 769px) {
  .jetmenu > li > a .glyphicon {
    color: #aaaaaa;
    display: block;
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 9px 0;
  }
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a {
  color: #e4002b;
}
.jetmenu > li.showhide {
  background: #d0d3d4;
  color: #231f20;
  cursor: pointer;
  display: none;
  height: 45px;
  line-height: 45px;
  text-shadow: 1px 1px 0 white;
  width: 100%;
}
.jetmenu > li.showhide span.title {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.jetmenu > li.showhide span.icon {
  float: left;
  margin: 16px 15px 15px 20px;
}
.jetmenu > li.showhide span.icon em {
  background: #231f20;
  box-shadow: 1px 1px 0 white;
  display: block;
  height: 2px;
  margin-bottom: 3px;
  width: 20px;
}
.jetmenu a {
  outline: none;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 10;
}
@media only screen and (max-width: 769px) {
  .jetmenu a {
    background: #d0d3d4;
    border-top: 1px solid #aaaaaa;
    padding: 5px 20px;
    display: block;
    width: 100%;
  }
}
.jetmenu .megamenu {
  background: #efefef;
  border: 1px solid #d0d3d4;
  border-top: 1px solid #aaaaaa;
  box-shadow: 0px 7px 16px -4px #666666;
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu {
    background: none;
    box-shadow: none;
    padding: 0;
    position: static;
  }
}
.jetmenu .megamenu .mega-row:before,
.jetmenu .megamenu .mega-row:after {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  line-height: 0;
}
.jetmenu .megamenu .mega-row:after {
  clear: both;
}
.jetmenu .megamenu .mega-row .col1 {
  width: 12.5%;
}
.jetmenu .megamenu .mega-row .col2 {
  width: 25.0%;
}
.jetmenu .megamenu .mega-row .col3 {
  width: 37.5%;
}
.jetmenu .megamenu .mega-row .col4 {
  width: 50.0%;
}
.jetmenu .megamenu .mega-row .col5 {
  width: 62.5%;
}
.jetmenu .megamenu .mega-row .col6 {
  width: 75.0%;
}
.jetmenu .megamenu .mega-row .col7 {
  width: 87.5%;
}
.jetmenu .megamenu .mega-row .col8 {
  width: 100%;
}
.jetmenu .megamenu .mega-row [class^="col"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.jetmenu .megamenu .mega-row [class^="col"]:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu .mega-row [class^="col"] {
    display: block;
    float: none;
    padding: 0;
    width: 100% !important;
  }
}
.jetmenu .megamenu .boxed,
.jetmenu .megamenu .mega-row .boxed {
  padding: 0;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width : 1025px) {
  .jetmenu .megamenu .boxed,
  .jetmenu .megamenu .mega-row .boxed {
    background: white;
    border: 1px solid #cccccc;
    min-height: 460px;
    padding: 15px 20px 0 20px;
  }
}
.jetmenu .megamenu .promo-area,
.jetmenu .megamenu .mega-row .promo-area {
  padding: 2px 15px 0 25px;
}
.jetmenu .megamenu .promo-area .feature-box,
.jetmenu .megamenu .mega-row .promo-area .feature-box,
.jetmenu .megamenu .promo-area .download-promo,
.jetmenu .megamenu .mega-row .promo-area .download-promo,
.jetmenu .megamenu .promo-area .video-promo,
.jetmenu .megamenu .mega-row .promo-area .video-promo {
  margin-bottom: 40px;
}
.jetmenu .megamenu .promo-area .text-promo,
.jetmenu .megamenu .mega-row .promo-area .text-promo {
  border-bottom: 1px solid #c6c6c6;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}
.jetmenu .megamenu .promo-area .text-promo h3,
.jetmenu .megamenu .mega-row .promo-area .text-promo h3 {
  color: #00a3e0;
}
.jetmenu .megamenu .promo-area .download-promo,
.jetmenu .megamenu .mega-row .promo-area .download-promo {
  background: white;
  border: 1px solid #c6c6c6;
}
.jetmenu .megamenu .promo-area .download-promo .img-wrapper,
.jetmenu .megamenu .mega-row .promo-area .download-promo .img-wrapper {
  display: inline-block;
  width: 40%;
}
.jetmenu .megamenu .promo-area .download-promo .promo-text,
.jetmenu .megamenu .mega-row .promo-area .download-promo .promo-text {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 10px;
  vertical-align: middle;
  width: 58%;
}
.jetmenu .megamenu .promo-area .download-promo .promo-text p,
.jetmenu .megamenu .mega-row .promo-area .download-promo .promo-text p {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu .promo-area,
  .jetmenu .megamenu .mega-row .promo-area {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width: 770px) and (max-width: 991px) {
  .jetmenu .megamenu .promo-area h3,
  .jetmenu .megamenu .mega-row .promo-area h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width: 770px) and (max-width: 991px) {
  .jetmenu .megamenu .promo-area .btn,
  .jetmenu .megamenu .mega-row .promo-area .btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.jetmenu .megamenu.map .mega-row .boxed {
  background: white url('/web_resources/themes/Responsive/images/mega-map.png') no-repeat right bottom;
  position: relative;
}
.jetmenu .megamenu.map .mega-row .boxed .map-info {
  color: white;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 50px 20px 20px;
  position: absolute;
  background: #8c949b;
  background: rgba(140, 148, 155, 0.7);
  right: 0;
  text-transform: uppercase;
  top: 20px;
}
.jetmenu .megamenu.map .mega-row .boxed .map-info h3 {
  font-family: "HelveticaNeueLTStd-BdIt", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
.jetmenu .megamenu.map .mega-row .boxed .map-info p {
  margin: 5px 0;
}
.jetmenu .megamenu.map .mega-row .boxed .map-info strong {
  font-family: "HelveticaNeueLTStd-BdIt", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu.map .mega-row .boxed .map-info {
    display: none;
  }
}
.jetmenu .megamenu .list-col {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 47%;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu .list-col {
    margin: 0;
    width: 100%;
  }
}
.jetmenu .megamenu .overview {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu .overview {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    text-transform: none;
  }
}
.jetmenu .megamenu ul {
  margin: 0 0 25px 0;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu ul {
    margin: 0;
  }
}
.jetmenu .megamenu ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  list-style-type: none;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .jetmenu .megamenu ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu ul li {
    font-weight: normal;
    margin: 0;
  }
}
.jetmenu .megamenu ul li ul {
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu ul li ul {
    margin: 0;
  }
}
.jetmenu .megamenu ul li li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 15px;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .jetmenu .megamenu ul li li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu ul li li {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .jetmenu .megamenu a {
    background: #efefef;
    border-top: 1px solid #dddddd;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 20px 12px 40px;
  }
}
/* == Main Content ===============================================================
// ===============================================================================
*/

.content {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 25px 15px;
  /* == Sidebar Content ===============================================================*/

}
.content blockquote,
.content blockquote p {
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 769px) {
  .content [class*="col-"] {
    margin-bottom: 20px;
  }
}
.content.pad-top {
  padding-top: 60px;
}
.content.pad-bottom {
  padding-bottom: 60px;
}
.content .row.pad-top [class*="col-"] {
  padding-top: 30px;
}
.content .row.pad-bottom [class*="col-"] {
  padding-bottom: 30px;
}
.content .perc-breadcrumb ul {
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 40px 0;
}
.content .perc-breadcrumb ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
.content .perc-breadcrumb ul li a {
  color: #231f20;
}
.content .perc-breadcrumb ul li + li:before {
  color: black;
  content: "\003e";
  padding: 0 5px;
}
.content .pagination {
  float: right;
  margin: 5px 0;
}
@media only screen and (max-width: 769px) {
  .content .pagination {
    float: none;
    text-align: left;
  }
}
.content .pagination li {
  margin: 0;
  padding: 0;
}
.content .pagination li a,
.content .pagination li span {
  border: 1px solid transparent;
  color: #5b6770;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 7px;
}
.content .pagination li a:hover,
.content .pagination li span:hover {
  background: none;
}
.content .pagination li a.selected,
.content .pagination li span.selected {
  border: 1px solid #5b6770;
  border-radius: 3px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
.content .pagination li span {
  color: #cccccc;
}
.content .main-promo {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #d0d3d4;
  color: #5b6770;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 20px 20px 20px 20px;
}
.content .main-promo h4 {
  background: #5b6770;
  box-sizing: content-box;
  color: #d0d3d4;
  display: block;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  margin: -21px 0 20px -21px;
  padding: 10px 21px;
  width: 100%;
}
.content .main-promo h5 {
  border-top: 1px solid #d0d3d4;
  display: block;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: 15px 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .content .main-promo h5 {
    margin-top: 20px;
  }
}
.content .main-promo ul {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 15px;
  vertical-align: top;
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .content .main-promo ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.content .page-selector {
  zoom: 1;
  margin-bottom: 30px;
  max-width: 500px;
}
.content .page-selector:before {
  content: '';
  display: block;
}
.content .page-selector:after {
  content: '';
  display: table;
  clear: both;
}
.content .page-selector .form-control {
  float: left;
  width: 82%;
}
.content .page-selector .btn {
  float: left;
  margin-left: 2%;
  padding: 6px 0;
  text-align: center;
  width: 15%;
}
.content .video-selector {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width : 1025px) {
  .content .video-selector {
    max-width: 450px;
  }
}
.content .caret-list li,
.content .caret-item {
  background: url('/web_resources/themes/Responsive/images/list-arrow.png') no-repeat 0px 4px;
  display: block;
  line-height: 1.3;
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
}
.content .image-list {
  list-style: none;
}
.content .image-list li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 40px 0;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  width: 205px;
}
.content .image-list li a {
  color: #5b6770;
  cursor: pointer;
  display: block;
  white-space: normal;
  width: 100%;
}
.content .image-list li a img {
  border: 2px solid #d0d3d4;
  margin-bottom: 10px;
  max-width: 100%;
}
.content .download-promo {
  margin-bottom: 30px;
  overflow: hidden;
}
.content .download-promo img {
  border: 2px solid #d0d3d4;
  max-width: 100%;
}
.content .download-promo .promo-text {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
}
.content .download-promo .promo-text a {
  color: #231f20;
}
.content .col-md-3 .download-promo .col-md-6 {
  width: 100%;
}
.content .features-overview > ul li {
  color: #231f20;
  margin-bottom: 0;
}
.content .features-overview > ul li ul {
  margin-bottom: 10px;
  margin-left: 15px;
}
.content .features-overview > ul > li {
  border-bottom: 1px #a2aaad solid;
  list-style: none;
  margin-left: 0;
  padding: 6px 0;
}
.content .features-overview > ul > li:first-child {
  border-top: 1px #a2aaad solid;
}
.content .product-category {
  margin-bottom: 20px;
}
.content .product-category.btn-group {
  max-width: 300px;
  width: 100%;
}
.content .product-category .btn-default {
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  width: 100%;
}
.content .product-category .dropdown-menu {
  font-size: 12px;
  font-size: 1.2rem;
  height: 205px;
  line-height: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.content .product-category .dropdown-menu li {
  text-align: left;
}
.content .product-category .dropdown-menu li a,
.content .product-category .dropdown-menu li a:hover {
  background: none;
  color: #5b6770;
  display: block;
  padding: 5px 12px;
}
.content .product-category .dropdown-menu > li {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
.content .product-category .dropdown-menu > li ul {
  margin-left: 15px;
}
.content .product-category .dropdown-menu > li li li {
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 769px) {
  .content .sidebar {
    margin-top: 40px;
  }
}
.content .sidebar.tab-sidebar {
  margin-top: 20px;
}
.content .sidebar .btn,
.content .sidebar .btn:hover,
.content .sidebar .btn:focus,
.content .sidebar .btn:active {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .content .sidebar .btn,
  .content .sidebar .btn:hover,
  .content .sidebar .btn:focus,
  .content .sidebar .btn:active {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 390px;
  }
}
.content .sidebar .sidebar-promo {
  background: #efefef;
  margin-bottom: 30px;
}
.content .sidebar .sidebar-promo .promo-title {
  background: #5b6770;
  color: #d0d3d4;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  padding: 10px 20px;
}
.content .sidebar .sidebar-promo .promo-content {
  color: #5b6770;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 20px 20px 2px 20px;
}
.content .sidebar .sidebar-promo .promo-content .btn {
  display: block;
  margin: 0 auto 20px;
  max-width: 320px;
  width: 100%;
}
.content .sidebar .sidebar-promo .promo-content ul {
  margin-bottom: 20px;
}
.content .sidebar .sidebar-promo .promo-content ul li {
  margin-bottom: 6px;
}
.content .sidebar .sidebar-promo .promo-content .info-text {
  color: #5b6770;
}
.content .sidebar .page-selector .btn,
.content .sidebar .sidebar-promo .page-selector .btn {
  margin-left: 2%;
  width: 15%;
}
.content .sidebar .side-nav {
  margin-bottom: 30px;
}
.content .sidebar .side-nav ul {
  border-top: 1px solid #d0d3d4;
  list-style-type: none;
  padding: 0;
}
.content .sidebar .side-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #d0d3d4;
  margin: 0;
  padding: 0;
}
.content .sidebar .side-nav ul li ul {
  margin: 0;
  padding: 0;
}
.content .sidebar .side-nav ul li ul li {
  border-bottom: none;
  border-top: 1px solid #d0d3d4;
  margin-left: 10px;
}
.content .sidebar .side-nav ul li ul li:first-child {
  border: none;
}
.content .sidebar .side-nav ul li ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 10px;
}
.content .sidebar .side-nav ul li a {
  color: #5b6770;
  display: block;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 10px;
}
.content .sidebar .side-nav ul li a.selected {
  background: #efefef url('/web_resources/themes/Responsive/images/sidenav-arrow.png') no-repeat 96% center;
  color: #00a3e0;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
}
.content .sidebar .extra-margin {
  margin: 50px 0;
}
.form-pointer {
  background: url('/web_resources/themes/Responsive/images/form-pointer.png') no-repeat center right;
  color: #5b6770;
  display: inline-block;
  margin-top: 30px;
  padding-right: 36px;
}
@media only screen and (max-width: 769px) {
  .form-pointer {
    display: none;
  }
}
.tab-pane .row {
  margin-bottom: 20px;
}
.feature-box {
  background: white;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 30px;
  text-align: center;
}
.feature-box h3 {
  color: #00a3e0;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
.feature-box .form-control {
  margin-bottom: 20px;
}
.feature-box .btn {
  width: auto;
}
.bg-top {
  background: #efefef;
}
.bg-top .sidebar .sidebar-promo {
  background: #dddddd;
}
.bg-top .main-promo {
  border: 0 none;
}
.bg-top .main-promo h4 {
  margin: -21px 0 20px -21px;
  padding: 10px 21px;
}
.promo-divider {
  border-top: 1px solid #a2aaad;
  margin: 0 -20px;
  padding: 20px 20px 0 20px;
}
.video-container,
.video-container-widescreen {
  height: 0;
  margin-bottom: 60px;
  padding-bottom: 75%;
  position: relative;
}
.video-container-widescreen {
  padding-bottom: 56.25%;
}

.BrightcoveExperience {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
.fcs_videoplayer .BrightcoveExperience{
	position: relative !important;
}*/

.alert.warning {
  background: #fff6b4 url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center;
  background: url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center, -moz-linear-gradient(top, #fff6b4, #ffee83);
  background: url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff6b4), color-stop(100%, #ffee83));
  background: url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center, -webkit-linear-gradient(top, #fff6b4 0%, #ffee83 100%);
  background: url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center, -o-linear-gradient(top, #fff6b4 0%, #ffee83 100%);
  background: url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center, -ms-linear-gradient(top, #fff6b4 0%, #ffee83 100%);
  background: url("/web_resources/themes/Responsive/images/icon-info.png") no-repeat 10px center, linear-gradient(top, #fff6b4 0%, #ffee83 100%);
  border: 1px solid #e6d19b;
  color: #a4752b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px 35px 10px 45px;
}
.alert.warning strong {
  color: #555555;
}
.alert.warning a,
.alert.warning a:hover {
  color: #a4752b;
  text-decoration: underline;
}
.alert.warning .close {
  top: -4px;
}
.alert.error {
  background: #ffacac url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center;
  background: url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center, -moz-linear-gradient(top, #ffacac, #ff7a7a);
  background: url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffacac), color-stop(100%, #ff7a7a));
  background: url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center, -webkit-linear-gradient(top, #ffacac 0%, #ff7a7a 100%);
  background: url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center, -o-linear-gradient(top, #ffacac 0%, #ff7a7a 100%);
  background: url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center, -ms-linear-gradient(top, #ffacac 0%, #ff7a7a 100%);
  background: url("/web_resources/themes/Responsive/images/icon-alert.png") no-repeat 10px center, linear-gradient(top, #ffacac 0%, #ff7a7a 100%);
  border: 1px solid #f16565;
  color: #81333c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px 35px 10px 45px;
}
.alert.error a,
.alert.error a:hover {
  color: #81333c;
  text-decoration: underline;
}
.notation {
  border-top: 1px solid #d0d3d4;
  clear: both;
  color: #5b6770;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 20px;
  padding-top: 5px;
  text-align: right;
}
#block .form-control {
  margin-bottom: 25px;
}
#block .diagram {
  margin-bottom: 30px;
}
#block .diagram img {
  width: 100%;
}
.enlarge-btn,
.enlarge-btn:hover {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #5b6770;
  display: none;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width : 1190px) {
  .enlarge-btn,
  .enlarge-btn:hover {
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .enlarge-btn,
  .enlarge-btn:hover {
    margin: 30px 0;
  }
}
.block-diagram-lg header {
  padding: 15px;
  position: inherit;
}
.block-diagram-lg header .logo {
  position: fixed;
  width: 80px;
}
.block-diagram-lg header .close-page {
  color: #cccccc;
  font-size: 30px;
  font-size: 3rem;
  position: fixed;
  right: 15px;
  top: 15px;
}
.block-diagram-lg .wrapper {
  clear: both;
  margin: 50px 15px 75px;
}
.block-diagram-lg .wrapper img {
  max-width: none;
}
.block-diagram-lg footer {
  color: #a2a9ae;
  padding: 15px;
}
/* == Table Styles ===============================================================
// ===============================================================================
*/

.table.data-table {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
}
.table.data-table .center {
  text-align: center;
}
.table.data-table thead tr td,
.table.data-table th,
.table.data-table tbody tr th {
  background-color: #5b6770;
  background-clip: padding-box;
  color: white;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2em;
  padding: 7px 7px 20px 7px;
  position: relative;
  vertical-align: bottom;
}
.table.data-table thead tr td a,
.table.data-table th a,
.table.data-table tbody tr th a {
  color: white;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.table.data-table thead tr td.th-wrap,
.table.data-table th.th-wrap,
.table.data-table tbody tr th.th-wrap {
  min-width: 175px;
  white-space: normal;
}
.table.data-table thead tr td em,
.table.data-table th em,
.table.data-table tbody tr th em {
  color: #a2aaad;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
}
.table.data-table thead tr td.sort,
.table.data-table th.sort,
.table.data-table tbody tr th.sort {
  background: #5b6770 url("/web_resources/themes/Responsive/images/sort-arrows.png") no-repeat 7px 90%;
  background-clip: padding-box;
  cursor: pointer;
}
.table.data-table thead tr td.sort.up,
.table.data-table th.sort.up,
.table.data-table tbody tr th.sort.up {
  background: #7c8e9a url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%;
  background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -moz-linear-gradient(top, #7c8e9a, #5b6770);
  background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8e9a), color-stop(100%, #5b6770));
  background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
  background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -o-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
  background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -ms-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
  background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
}
.table.data-table thead tr td.sort.down,
.table.data-table th.sort.down,
.table.data-table tbody tr th.sort.down {
  background: #7c8e9a url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%;
  background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -moz-linear-gradient(top, #7c8e9a, #5b6770);
  background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8e9a), color-stop(100%, #5b6770));
  background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -webkit-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
  background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -o-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
  background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -ms-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
  background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
}
.table.data-table tbody tr td p {
  margin-bottom: 8px;
}
.table.data-table tbody tr td em {
  display: block;
  font-family: "HelveticaNeueLTStd-MdIt", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
.table.data-table tbody tr td .sub-table {
  width: 100%;
}
.table.data-table tbody tr td .sub-table tbody,
.table.data-table tbody tr td .sub-table thead {
  border: 0 none;
}
.table.data-table tbody tr td .sub-table td {
  padding: 0 15px 5px 0;
  width: 25%;
}
.table.data-table tbody tr td .more-toggle {
  border: none;
  color: #00a3e0;
  cursor: pointer;
}
.table.data-table tbody tr td.error a {
  border: none;
}
.table.data-table tbody tr td[rowspan] {
  vertical-align: middle;
}
.ie8 .table.data-table tbody tr td[rowspan] {
  vertical-align: top;
}
.table.data-table tbody tr td.wrap {
  min-width: 350px;
  white-space: normal;
}
.table.data-table i {
  color: #a2aaad;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
}
.table.data-table button,
.table.data-table a.btn {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #5b6770;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  text-shadow: none;
  text-transform: uppercase;
}
.table.data-table a.btn {
  margin-bottom: 15px;
}
.results {
  color: #5b6770;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0;
}
@media only screen and (max-width: 769px) {
  .results {
    margin: 5px 7px;
  }
}
.results a {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  margin-left: 25px;
}
/* == Form Styles ================================================================
// ===============================================================================
*/

fieldset {
  background: #efefef;
  color: #5b6770;
  margin-bottom: 30px;
  padding: 25px 20px;
}
fieldset .border-right {
  border-right: 1px solid #d0d3d4;
}
fieldset h3 {
  border-bottom: 1px solid #d0d3d4;
  color: black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
fieldset h4 {
  margin: 15px 0 5px;
}
fieldset label {
  color: #5b6770;
  display: block;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}
fieldset label span {
  color: #a0280f;
}
fieldset input[type="text"],
fieldset input[type="password"],
fieldset select,
fieldset textarea {
  margin-bottom: 25px;
  width: 100%;
}
fieldset input[type="text"].error,
fieldset input[type="password"].error,
fieldset select.error,
fieldset textarea.error {
  border: 1px solid #e4002b;
}
fieldset textarea {
  min-height: 150px;
}
fieldset div.error,
fieldset p.error_margin {
  color: #e4002b;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.1;
  margin: -20px 0 15px 0;
}
fieldset .check + .error {
  margin: -12px 0 5px 20px;
}
fieldset .required {
  color: #5b6770;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
fieldset .btn {
  margin-bottom: 10px;
}
fieldset .form-divider {
  border-top: 2px solid #a2aaad;
  margin: 30px -20px 0;
  padding: 30px 20px 0 20px;
}
fieldset [type="submit"] {
  margin-top: 10px;
}
fieldset .additional-info {
  border-top: 1px solid #d0d3d4;
  margin-top: 20px;
  padding-top: 20px;
}
label.check {
  display: block;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  text-transform: none;
}
label.check input[type="checkbox"] {
  left: 0;
  margin-top: 1px;
  position: absolute;
}
label.check.border {
  border-bottom: 1px solid #a2aaad;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.privacy-notice {
  background: url('/web_resources/themes/Responsive/images/lock.png') no-repeat left top;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 8px 0 0 30px;
  text-transform: uppercase;
}
/* == Template Backgrounds =======================================================
// ===============================================================================
*/

.bg-applications,
.bg-design,
.bg-learn,
.bg-evaluate,
.bg-products,
.bg-help,
.bg-buy,
.bg-about,
.request-help,
.newsletters-main {
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}
@media only screen and (min-width : 1920px) {
  .bg-applications,
  .bg-design,
  .bg-learn,
  .bg-evaluate,
  .bg-products,
  .bg-help,
  .bg-buy,
  .bg-about,
  .request-help,
  .newsletters-main {
    background-size: 100% auto;
  }
}
.bg-applications {
  background-color: #f3f1f1;
  background-image: url('/web_resources/themes/Responsive/images/bg-applications.jpg');
}
.bg-design {
  background-color: #efefef;
  background-image: url('/web_resources/themes/Responsive/images/bg-design.jpg');
}
.bg-learn {
  background-color: white;
  background-image: url('/web_resources/themes/Responsive/images/bg-learn.jpg');
}
.bg-evaluate {
  background-color: #efefef;
  background-image: url('/web_resources/themes/Responsive/images/bg-evaluate.jpg');
}
.bg-products {
  background-color: #efefef;
  background-image: url('/web_resources/themes/Responsive/images/bg-products.jpg');
}
.bg-help {
  background-color: #efefef;
  background-image: url('/web_resources/themes/Responsive/images/bg-help.jpg');
}
.bg-buy {
  background-color: white;
  background-image: url('/web_resources/themes/Responsive/images/bg-buy.jpg');
}
.bg-about {
  background-color: white;
  background-image: url('/web_resources/themes/Responsive/images/bg-about.jpg');
}
.request-help {
  background-color: white;
  background-image: url('/web_resources/themes/Responsive/images/bg-request-help.jpg');
  background-position: right bottom;
}
.newsletters-main {
  background-color: white;
  background-image: url('/web_resources/themes/Responsive/images/bg-newsletters-main.jpg');
  background-position: center bottom;
}
/* == Share Buttons ==============================================================
// ===============================================================================
*/

.share-buttons {
  margin: 0 0 20px -5px;
}
.share-buttons a.at300b,
.share-buttons a.at300m {
  margin-left: 5px;
  padding: 0;
}
.share-buttons a.at300b span,
.share-buttons a.at300m span {
  margin: 0;
}
/* == Footer =====================================================================
// ===============================================================================
*/

@media only screen and (max-width: 769px) {
  footer .container-fluid {
    padding: 0;
  }
}
footer a,
footer a:hover {
  color: #a2a9ae;
}
footer .tools {
  background: #485661;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 769px) {
  footer .tools {
    height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  footer .tools {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer .tools .col-sm-4 {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 769px) {
  footer .tools .col-sm-4 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
footer .tools h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 30px;
  text-transform: uppercase;
}
footer .tools p {
  margin: 0;
}
footer .tools a {
  color: white;
}
footer .tools .media-center li {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  footer .tools .col-xs-6 {
    width: 58%;
  }
}
@media only screen and (max-width: 769px) {
  footer .tools .follow {
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  footer .tools .follow {
    padding-left: 0;
    width: 42%;
  }
}
footer .tools .follow h3 {
  margin-bottom: 12px;
}
footer .tools .follow a {
  display: inline-block;
}
footer .tools .follow img {
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  footer .tools .follow img {
    margin-left: 4px;
    width: 27px;
  }
}
@media only screen and (max-width: 480px) {
  footer .tools .follow img {
    width: 22px;
  }
}
footer .footer-eyebrow {
  background: #5a6771;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  text-align: justify;
}
@media only screen and (max-width: 480px) {
  footer .footer-eyebrow {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer .footer-eyebrow li {
  display: inline-block;
  width: auto;
}
footer .footer-eyebrow li:after {
  content: '';
  width: 100%;
  display: inline-block;
}
footer .footer-eyebrow li.stretcher {
  font-size: 0;
  line-height: 0;
  width: 100%;
}
footer .footer-eyebrow li a {
  color: white;
}
footer .fat-footer {
  background: #5a6771;
  padding-bottom: 2em;
  padding-top: 2em;
}
footer .fat-footer h3 {
  border-bottom: 1px solid #a2a9ae;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 5px;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  footer .fat-footer h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
footer .fat-footer h3 a {
  color: white;
}
footer .fat-footer ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
footer .fat-footer ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: .8em;
}
footer .footer-nav {
  background: black;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  footer .footer-nav {
    padding: 0 15px;
  }
}
footer .footer-nav ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  footer .footer-nav ul {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: justify;
  }
}
footer .footer-nav ul li {
  float: left;
}
@media only screen and (max-width: 769px) {
  footer .footer-nav ul li {
    display: inline-block;
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 769px) {
  footer .footer-nav ul li:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
}
footer .footer-nav ul li.stretcher:before {
  content: "";
}
@media only screen and (max-width: 769px) {
  footer .footer-nav ul li.stretcher {
    font-size: 0;
    line-height: 0;
    width: 100%;
  }
}
footer .footer-nav ul li:before {
  content: "|";
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
}
@media only screen and (max-width: 769px) {
  footer .footer-nav ul li:before {
    content: "";
  }
}
footer .footer-nav ul li:first-child:before {
  content: "";
}
footer .footer-nav ul li:first-child a {
  padding-left: 0;
}
footer .footer-nav ul li a {
  color: #666666;
  display: block;
  padding: 0 1em;
}
@media only screen and (max-width: 769px) {
  footer .footer-nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
  }
}
footer .footer-nav p {
  text-align: right;
}
@media only screen and (max-width: 769px) {
  footer .footer-nav p {
    text-align: left;
  }
}
/* == Tabs =======================================================================
// ===============================================================================
*/

ul.nav-tabs {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  ul.nav-tabs {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ul.nav-tabs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.nav-tabs li a {
  padding: 15px;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  ul.nav-tabs li a {
    padding: 12px;
  }
}
@media only screen and (max-width: 769px) {
  ul.nav-tabs {
    display: none;
  }
}
.tab-dropdown {
  display: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  .tab-dropdown {
    display: block;
  }
}
.bg-tabs {
  background: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f3f3f3);
  background-image: -moz-linear-gradient(top, #fbfbfb, #f3f3f3);
  background-image: -ms-linear-gradient(top, #fbfbfb, #f3f3f3);
  background-image: linear-gradient(top, #fbfbfb, #f3f3f3);
  padding-top: 10px;
}
.bg-tabs .nav-tabs {
  border: none;
}
.bg-tabs .nav-tabs li.active a,
.bg-tabs .nav-tabs li.active:hover a {
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.bg-tabs .nav-tabs li:hover a {
  border-bottom: 1px solid transparent;
}
.tab-content {
  margin-top: 20px;
}
/* == Accordion ==================================================================
// ===============================================================================
*/

.accordion {
  border: 1px solid #d8d9da;
  border-radius: 4px;
  width: 100%;
}
.accordion .panel.first {
  border-radius: 4px 4px 0 0;
}
.accordion .panel.first .panel-heading {
  border-radius: 4px 4px 0 0;
}
.accordion .panel.first .panel-heading .more {
  border-radius: 0px 4px 0 0;
}
.accordion .panel.last .panel-heading {
  border: none;
}
.accordion .panel .panel-heading {
  background: white;
  border-bottom: 1px solid #d8d9da;
  color: #5b6770;
  display: block;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
  padding: 5px 50px 5px 15px;
  position: relative;
}
.accordion .panel .panel-heading:hover {
  text-decoration: none;
}
.accordion .panel .panel-heading.active {
  border: none;
}
.accordion .panel .panel-heading .more {
  background: white url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center;
  background: url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center, -moz-linear-gradient(top, white, #efefef);
  background: url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efefef));
  background: url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center, -webkit-linear-gradient(top, white 0%, #efefef 100%);
  background: url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center, -o-linear-gradient(top, white 0%, #efefef 100%);
  background: url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center, -ms-linear-gradient(top, white 0%, #efefef 100%);
  background: url('/web_resources/themes/Responsive/images/plus.png') no-repeat center center, linear-gradient(top, white 0%, #efefef 100%);
  border-left: 1px solid #d8d9da;
  top: 0;
  display: block;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  width: 35px;
}
.accordion .panel .panel-heading .more.minus {
  background: #5b6770 url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center;
  background: url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center, -moz-linear-gradient(top, #5b6770, #3d4a54);
  background: url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b6770), color-stop(100%, #3d4a54));
  background: url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center, -webkit-linear-gradient(top, #5b6770 0%, #3d4a54 100%);
  background: url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center, -o-linear-gradient(top, #5b6770 0%, #3d4a54 100%);
  background: url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center, -ms-linear-gradient(top, #5b6770 0%, #3d4a54 100%);
  background: url('/web_resources/themes/Responsive/images/minus.png') no-repeat center center, linear-gradient(top, #5b6770 0%, #3d4a54 100%);
  border-left: 1px solid #3d4a54;
}
.accordion .panel .panel-heading.active {
  background: #5b6770;
  color: white;
}
.accordion .panel .panel-heading.active span {
  color: white;
}
.accordion .panel .panel-collapse {
  border-bottom: 1px solid #d8d9da;
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -ms-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(top, #fefefe, #f2f2f2);
}
.accordion .panel .panel-collapse ul {
  margin: 0;
  padding: 20px 20px 12px 20px;
}
.accordion .panel .panel-collapse ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  list-style-type: none;
  margin: 0 0 12px 0;
  padding: 0;
}
.accordion .panel .panel-collapse ul li a {
  word-wrap: break-word;
}
.accordion.applications {
  margin: 50px auto 70px;
  max-width: 975px;
}
.accordion.applications .panel-heading {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width : 1025px) {
  .accordion.applications .panel-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.accordion.applications .panel-collapse {
  background: white;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
}
.accordion.applications .panel-collapse img {
  width: 100%;
}
.accordion.applications .panel-collapse .row {
  padding: 20px;
}
.accordion.applications .panel-collapse .col-sm-7 {
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 769px) {
  .accordion.applications .panel-collapse .col-sm-7 {
    border: none;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .accordion.applications .panel-collapse .col-sm-7 {
    margin: -13px 0 0 0;
  }
}
.accordion.applications .panel-collapse .col-sm-5 {
  padding-top: 10px;
}
.accordion.applications .panel-collapse ul {
  display: inline-block;
  padding: 0 20px 0 0;
  vertical-align: top;
  width: 48%;
}
@media only screen and (max-width: 769px) {
  .accordion.applications .panel-collapse ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .accordion.applications .panel-collapse ul {
    margin-bottom: 0;
    width: 100%;
  }
}
.accordion.applications .panel-collapse ul li {
  background: none;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .accordion.applications .panel-collapse ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.accordion#get-help ul {
  width: 100%;
}
.accordion#get-help ul li {
  font-size: 15px;
  font-size: 1.5rem;
  list-style-type: square;
  margin-left: 18px;
}
.accordion#get-help ul.list-unstyled li {
  list-style-type: none;
  margin-left: 0;
}
.accordion#get-help .col-sm-7 {
  border: none;
}
.accordion#get-help .col-sm-4 {
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 769px) {
  .accordion#get-help .col-sm-4 {
    border: none;
    padding-left: 15px;
  }
}
.accordion#web-tools h4,
.accordion#web-tools p {
  margin: 0;
  padding: 20px 20px 0 20px;
}
.accordion#web-tools ul li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: square;
  margin-left: 18px;
}
/* == Modal Styles ===============================================================
// ===============================================================================
*/

.modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.modal .modal-header .logo {
  width: 80px;
}
.modal .elastislide-wrapper {
    margin: 0;
    display: none;
}
.modal .login {
  background: none;
  margin: 0;
  padding: 0;
}
.modal .login .btn {
  margin-top: 20px;
}
/* == Podcast Player =============================================================
// ===============================================================================
*/

.audiojs {
  background: #434343;
  border: 1px solid #222222;
  border-radius: 2px;
  box-shadow: inset 0px 1px #5f5f5f;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-image: -webkit-linear-gradient(top, #434343, #222222);
  background-image: -moz-linear-gradient(top, #434343, #222222);
  background-image: -ms-linear-gradient(top, #434343, #222222);
  background-image: linear-gradient(top, #434343, #222222);
  height: 36px;
  margin-bottom: 20px;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.audiojs .play-pause {
  height: 36px;
  padding: 0px;
  width: 10%;
}
.audiojs .play-pause p {
  height: 36px;
  text-align: center;
  width: 100%;
}
.audiojs .play-pause p.play {
  background-position: 47% 2px;
}
.audiojs .play-pause p.pause {
  background-position: 47% -88px;
}
.audiojs .play-pause p.loading {
  background-position: 47% -28px;
}
.audiojs .play-pause p.error {
  background-position: 47% -58px;
}
.audiojs .timeline {
  border-left: 1px solid #5f5f5f;
  border-right: 1px solid black;
  float: left;
  position: relative;
  width: 62%;
}
.audiojs .timeline .scrubber {
  float: none;
  padding-left: 2%;
  padding-right: 2%;
  width: auto;
}
.audiojs .timeline .scrubber .progress {
  background: #71b51f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #71b51f 0%, #78be20 50%, #71b51f 50%, #78be20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71b51f), color-stop(50%, #78be20), color-stop(50%, #71b51f), color-stop(100%, #78be20));
  background: -webkit-linear-gradient(top, #71b51f 0%, #78be20 50%, #71b51f 50%, #78be20 100%);
  background: -o-linear-gradient(top, #71b51f 0%, #78be20 50%, #71b51f 50%, #78be20 100%);
  background: -ms-linear-gradient(top, #71b51f 0%, #78be20 50%, #71b51f 50%, #78be20 100%);
  background: linear-gradient(to bottom, #71b51f 0%, #78be20 50%, #71b51f 50%, #78be20 100%);
  height: 13px;
}
.audiojs .time {
  border-left: 1px solid #5f5f5f;
  margin: 0;
  padding: 0px;
  text-align: center;
  width: 28%;
}
.audiojs .time em,
.audiojs .time strong {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 480px) {
  .audiojs .time {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* == Filmstrip Carousel =========================================================
// ===============================================================================
*/

.elastislide-wrapper {
  position: relative;
  margin: 0 auto 60px;
}
.elastislide-wrapper nav span {
  background: #5b6770 url('/web_resources/themes/Responsive/images/filmstrip-arrow-right.png') no-repeat 11px 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9000px;
  top: -50px;
  width: 30px;
}
.elastislide-wrapper nav span.prev {
  background: #5b6770 url('/web_resources/themes/Responsive/images/filmstrip-arrow-left.png') no-repeat 8px 8px;
  right: 35px;
}
.elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.elastislide-carousel ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.elastislide-carousel ul li {
  background: none;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
}
.elastislide-carousel ul li a {
  color: #5b6770;
  cursor: pointer;
  display: block;
  white-space: normal;
  width: 100%;
}
.elastislide-carousel ul li a img {
  border: 2px solid #d0d3d4;
  margin-bottom: 10px;
  max-width: 100%;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
/* .slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
} */

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222222;
}

.table.data-table thead tr th {
	background-color: #5b6770;
	background-clip: padding-box;
	color: white;
	font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2em;
	padding: 7px 7px 20px 7px;
	position: relative;
	vertical-align: bottom;
}
.table.data-table thead tr th em {
	color: #a2aaad;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
}
.table.data-table thead tr th.sort {
	background: #5b6770 url("/web_resources/themes/Responsive/images/sort-arrows.png") no-repeat 7px 90%;
	background-clip: padding-box;
}
.table.data-table thead tr th.headerSortUp {
	background: #7c8e9a url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%;
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -moz-linear-gradient(top, #7c8e9a, #5b6770);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8e9a), color-stop(100%, #5b6770));
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -o-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -ms-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
}
.table.data-table thead tr th.headerSortDown {
	background: #7c8e9a url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%;
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -moz-linear-gradient(top, #7c8e9a, #5b6770);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8e9a), color-stop(100%, #5b6770));
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -o-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -ms-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
	background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
}
.table.data-table thead tr th.tablesorter-headerAsc {
background: #7c8e9a url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%;
background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -moz-linear-gradient(top, #7c8e9a, #5b6770);
background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8e9a), color-stop(100%, #5b6770));
background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -webkit-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -o-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, -ms-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
background: url("/web_resources/themes/Responsive/images/sort-up.png") no-repeat 7px 90%, linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
}
.table.data-table thead tr th.tablesorter-headerDesc {
background: #7c8e9a url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%;
background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -moz-linear-gradient(top, #7c8e9a, #5b6770);
background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c8e9a), color-stop(100%, #5b6770));
background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -webkit-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -o-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, -ms-linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
background: url("/web_resources/themes/Responsive/images/sort-down.png") no-repeat 7px 90%, linear-gradient(top, #7c8e9a 0%, #5b6770 100%);
}

.ui-autocomplete {z-index: 9999 !important; }

.disclaimer{ font-size:85%;}

.fairchildMajorH1{ margin-top:35px; margin-bottom:40px;}

#perc-headline.black h1.headline{ color:#000 !important; }

iframe {border:0 !important;}

/* Corporate Content nav links. */
.content nav.side-nav ul li.current a.selected {cursor: default;}
.content nav.side-nav ul li.current a.selected:hover {text-decoration: none;}
.content nav.side-nav ul li.current {background-color:#EFEFEF;}
/* Xtong Logo CSS */
@media only screen and (min-width: 860px) {
	.xtong {
	background:url("/Assets/-Images/fcs-x-dupe.png") no-repeat left top;
	}
}
@media only screen and (min-width: 590px) and (max-width: 769px) {
	.xtong {
	background:url("/Assets/-Images/fcs-x.png") no-repeat left top;
	}
}
/* Hide the giant nav before we splice it. */
#right-relative-nav-region .perc-navbar { display:none; }
/* Hide about fairchild japan page by default div.side-nav  */
li.fairchild-japan{ display:none; }
/* Hide about fairchild japan page by default div.side-nav  */
li.remove { display:none; }

/* ref design additions */
@media only screen and (min-width: 991px) and (max-width:1171px) {
 .test {
 padding-left: 0px;
 padding-right: 0px;
 min-height:120px;
}
 .primary_filter_new {
 background: white none repeat scroll 0 0;
 border: 1px solid #d0d3d4;
 border-radius: 6px;
 overflow: hidden;
 padding: 5px;
 position: relative;
 vertical-align: top;
 min-height:120px;
}
}
@media only screen and (min-width: 1172px) {
 .test {
 padding-left: 0px;
 padding-right: 0px;
 min-height:80px;
}
 .primary_filter_new {
 background: white none repeat scroll 0 0;
 border: 1px solid #d0d3d4;
 border-radius: 6px;
 overflow: hidden;
 padding: 5px;
 position: relative;
 vertical-align: top;
 min-height:80px;
}
}
@media only screen and (max-width: 991px) {
 .test {
 padding-left: 0px;
 padding-right: 0px;
}
 .primary_filter_new {
 background: white none repeat scroll 0 0;
 border: 1px solid #d0d3d4;
 border-radius: 6px;
 overflow: hidden;
 padding: 5px;
 position: relative;
 vertical-align: top;
}
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
 & > [class^="col-"], & > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
}
@media only screen and (max-width: 769px) {
 .flushStackBottom {
 margin-bottom: 0px !important;
}
}
@media only screen and (min-width: 769px) {
 .flushStackLeft {
 padding-left: 0px;
}
 .flushStackRight {
 padding-right: 0px;
}
}
.refDessubTitle{width: auto; display: inline-block; float: left;}
.refDessubTitleHelp{max-height: 20px;max-width: 20px; cursor:pointer;}
.refDesSearch{display: inline-block; margin-top: .3em; clear: both; margin-bottom: 1.5em;}

/* == Community ======================*/
#popularTopics{
	padding-top:10px;
}
@media only screen and (min-width: 480px) {
  #popularTopics li {
	width: 20%;
	float: left;
  }
}

#popularTopics img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  padding: 1px;
  border: 1px solid #CCC;
  margin-top: 5px;
}
#popularTopics a.popular{
	min-height:155px;
}
a.profileNotifications, a.profileNotifications:hover, a.profileNotifications:active
{
	height:34px;
	font-family: "HelveticaNeueLTStd-Bd",Helvetica,Arial,sans-serif;
    font-size: 1.3rem;
	color: #FFF;
}
img.profilePhoto
{
	height: 18px;
	width: 18px;
}
.btn-group ul.dropdown-menu{
	z-index:105;
}
.btn-group .btn-default:hover{
	color:#000;
}
div.jiveprofile button.btn.btn-default.dropdown-toggle{
	background: none;
}
a.btn.btn-primary.profileNotifications{
	background: #00a3e0;
}
.dropdown.language.myfairchild {
  text-transform:lowercase;
  float: right;
}
header .mobile-nav .shopping-cart{
	padding:0px;
}