/* global nav edits 5/28/2019 */
#primarynav .main-nav > li > a {
  background-color: transparent;
  color: #000;
  position: relative;
}
#primarynav .main-nav > li > a:hover {
  background-color: transparent;
}
#primarynav .main-nav > li > a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005c8f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#primarynav .main-nav > li > a:hover:before {
  width: 100%;
}
#primarynav .main-nav > li > a:after {
  content: '';
  width: 2px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: -2px;
  background-color: #ccc;
}
#primarynav .main-nav > li:first-child > a:after {
  display: none;
}
#nav-search-toggle {
  color: #000;
  background-color: #fff;
}
#nav-search-toggle:after {
  content: '';
  width: 2px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: -2px;
  background-color: #ccc;
}
#nav-search-toggle:hover {
  background-color: #fff;
}
#nav-search-toggle.close-search {
  background-color: #fff;
}
#main-header .utility a.login {
  color: #005c8f;
  background-color: #fff;
  padding: 7px 0;
  border: 1px solid #005c8f;
}
#main-header .utility a.login:hover {
  background-color: #fff;
}
/* product tabs edits 5/29/2019*/
#content.product .main .nav-tabs > li a {
  background-color: #fff;
  color: #000;
  position: relative;
}
#content.product .main .nav-tabs > li a:hover {
  background-color: #fff;
}
#content.product .main .nav-tabs > li.active a {
  background-color: #fff;
}
#content.product .main .nav-tabs > li > a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005c8f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content.product .main .nav-tabs > li > a:hover:before,
#content.product .main .nav-tabs > li.active > a:before {
  width: 100%;
}
#content.product .main .nav-tabs > li > a:after {
  content: '';
  width: 2px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: -2px;
  background-color: #ccc;
}
#content.product .main .nav-tabs > li:first-child > a:after {
  display: none;
}
#content.product .sidebar h4.ticker-header {
  margin-top: -37px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 1600;
  padding: 9px 0;
  font-size: 13px;
  line-height: 1.42857143;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 240px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 961px) {
  .products #desktop-header {
    z-index: 2000;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
  }
  .products #container {
    overflow: visible;
  }
  .products #page_wrapper {
    overflow: visible;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .products #content.product .main .nav-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1500;
  }
  .products #content.product .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 127px;
    z-index: 1500;
  }
  .products #content.product .docs-header {
    position: -webkit-sticky;
    position: sticky;
    top: 127px;
    z-index: 1500;
  }
  .products #content.product .docs-header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #c7c6c6;
  }
  .products .sidebar-fixed .ticker-header {
    opacity: 1 !important;
  }
  .resources #desktop-header {
    z-index: 2000;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
  }
  .resources #container {
    overflow: visible;
  }
  .resources #page_wrapper {
    overflow: visible;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .resources #content .docs-header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1500;
  }
  .resources #content .docs-header.sticky:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #c7c6c6;
  }
  .resources #content .docs-header.sticky + form {
    z-index: 1400 !important;
  }
  .resources #content .main .search > form {
    position: relative;
    z-index: 2000;
  }
  .resources #content > .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1500;
  }
  .resources .docs-table thead th {
    /*
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1500;*/
  }
  .resources .docs-table thead th:after {
    bottom: 0;
  }
  .resources .docs-table thead th:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #c7c6c6;
  }
  .library #container {
    overflow: visible;
  }
  .library #page_wrapper {
    overflow: visible;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .library #content > .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1500;
  }
}
/* product details body 6/3/2019 */
@media (min-width: 961px) {
  .products #content.product:before {
    content: '';
    position: absolute;
    top: 0;
    left: 240px;
    width: 7px;
    height: 100%;
    background: url(/assets/img/bg-body.png);
  }
  .about-us #content .main,
  .resources #content .main,
  .library #content .main,
  .contact-us #content .main {
    position: relative;
  }
  .about-us #content .main:before,
  .resources #content .main:before,
  .library #content .main:before,
  .contact-us #content .main:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -26px;
    left: -30px;
    width: 7px;
    height: inherit;
    background: url(/assets/img/bg-body.png);
  }
  #desktop-header {
    position: relative;
  }
  #desktop-header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #c7c6c6;
  }
}
@media (max-width: 960px) {
  .products #content.product {
    height: auto !important;
  }
}
/* product details revisions 6/4/2019 */
@media (min-width: 798px) {
  #primarynav .nav-menu-desktop {
    top: 122px;
  }
}
#product-banner .main {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
footer.global {
  clear: both;
}
.products #content .panel {
  box-shadow: none;
  webkit-box-shadow: none;
  moz-box-shadow: none;
}
/* thumbnail grid block */
.th-grid-block .column {
  margin-bottom: 15px !important;
}
.th-grid-block .block-item {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 143px;
}
.th-grid-block .block-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.th-grid-block .block-item .text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  opacity: 0;
  height: 100%;
}
.th-grid-block .block-item .text p:last-child {
  margin: 0;
}
.th-grid-block .block-item:hover .text,
.th-grid-block .block-item:focus .text {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex-grid .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .flex-grid .column .block-item {
    flex: 1;
    -ms-flex: 1 1 auto;
    height: 100%;
  }
  .flex-grid:before,
  .flex-grid:after {
    content: normal;
  }
}
/* desktop header lock animation 2019 12 9 */
@media (min-width: 961px) {
  #container {
    overflow: visible;
  }
  #desktop-header {
    z-index: 2000;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.11);
    transition: all .25s;
  }
  #desktop-header.collapsed #main-header .logo {
    height: 27px;
  }
  #desktop-header.collapsed #main-header .logo img {
    height: 33px;
  }
  #desktop-header.collapsed #main-header .utility {
    opacity: 0;
    margin: 0;
    height: 0;
  }
  #desktop-header.collapsed #primarynav .nav-menu-desktop {
    top: 90px;
  }
  #main-header .logo {
    height: 59px;
    transition: all .25s;
  }
  #main-header .logo img {
    height: 65px;
    transition: all .25s;
  }
  #main-header .utility {
    opacity: 1;
    transition: all .25s;
  }
}
/* desktop header animation tweaks 2021 01 06 */
#main-logo-block {
  -webkit-backface-visibility: hidden !important;
  transition: height .25s !important;
  transform: translate3d(0, 0, 0);
  height: auto !important;
}
#main-logo {
  -webkit-backface-visibility: hidden !important;
  transition: height .25s !important;
  transform: translate3d(0, 0, 0);
}
#desktop-header {
  -webkit-backface-visibility: hidden !important;
  transition: height .25s !important;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 2000;
}
