@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.translate {
  opacity: 0;
}

.translate.triggeredCSS3 {
  transform : scaleX(0); 
  transform-origin: left;
  animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation-delay: 0.2s;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
}

a{
    text-decoration: none;
}

.banner-section {
  position: fixed;
  z-index: -200;
  width: 100%;
  min-height: 630px;
  padding-top: 165px;  
  /*background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;*/
  background-position: center;
  background-size: cover;
}

.banner-section.internal {
  position: fixed;
  height: 350px;
  padding-top: 145px;
}

.hp-banner-slider {
  min-height: 600px;
}

.slider-nav {
  min-height: 100px;
  background-color: #c4c4c4;
}

.banner-h1 {
  max-width: 650px;
  margin-top: 0px;
  font-family:  Helvetica,'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
}

.banner-h1.internal {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-transform: none;
}

.hp-banner {
  max-width: 450px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.primary-cta {
  margin-right: 10px;
  padding: 15px 20px 16px;
  background-color: #38acd2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-transform: none;
  color: #ffffff;
}

.primary-cta:hover {
  background-color: #287993;
}

.primary-cta.v1 {
  border: 1px solid #38acd2;
  margin-top: 25px;
}

.primary-cta.v1:hover {
  background-color: transparent;
  border: 1px solid #38acd2;
  color: #38acd2;
}

.primary-cta.v2 {
    margin-top: 25px;
    transition-duration: 500ms;
    font-weight: 300;
}

.primary-cta-p1 {
  margin-right: 10px;
  padding: 15px 25px 16px;
  background-color: #8c5e8f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-transform: none;
  color: #ffffff;
}

.primary-cta-p1:hover {
  background-color: #68466b;
}

.primary-cta.alt {
  background-color: #9e9e9e;
}

.primary-cta.grey {
  background-color: #9e9e9e;
}

.primary-cta.grey:hover {
  background-color: #38acd2;
}

.primary-cta.center {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.primary-cta.center.demo {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.primary-cta.center.small {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  margin-left: 10px;
}

.hp-solutions-wrap .primary-cta.center.small {
    position: relative;
    margin-top: 30px;
}

.primary-cta.banner {
  box-shadow: none;
}

.primary-cta.margin-top {
  margin-top: 10px;
}

.primary-cta.margin-top.careers {
  margin-top: 20px;
}

.primary-cta.margin-top.on-blue:hover {
  background-color: #74a04c;
}

.primary-cta.footer {
  margin-bottom: 10px;
  padding: 5px 10px 8px;
  background-color: #38acd2;
  font-size: 13px;
}

.primary-cta.footer:hover {
  background-color: #287993;
}

.primary-cta.footer.resource {
  margin-top: 10px;
  margin-left: 20px;
}
/*
.primary-cta.download {
  display: block;
  width: 100%;
}*/

.hp-slider-nav-section {
  padding-top: 0px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f6f6f4;
}

.hp-slider-nav-section.no-padding-top {
  height: 77px;
  padding-top: 0px;
}

.hp-slider-nav-section.no-padding-top.company {
  height: 80px;
}

.slider-nav-row._2 {
  border-bottom: 1px none #dfdfdf;
}

.slider-nav-column {
  position: relative;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 13px;
  border-top: 5px solid hsla(54, 10%, 80%, 0);
  border-bottom: 5px none hsla(54, 10%, 80%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-nav-column:hover {
  border-top: 5px solid #8c5e8f;
  border-bottom: 1px none #74a04c;
}

.slider-nav-column.right-border {
  height: 80px;
  padding: 0px;
  border-top: 1px none #000;
  border-right: 1px none #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.slider-nav-column.right-border.active {
  border-bottom: 1px none #000;
  border-top-color: #fff;
  background-color: #fff;
}

.slider-nav-column.active {
  border-top-color: #8c5e8f;
}

.slider-nav-icons {
  display: inline-block;
  width: 50px;
  border-radius: 0px;
}

.use-case-icons {
    min-width: 50px;
}

.slider-nav-icons.comp {
  width: 40px;
  margin-top: 3px;
}

.slider-nav-header {
  position: absolute;
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  color: #505657;
  font-size: 16px;
}

.slider-nav-header.v1 {
    display: block;
    margin-left: 0;
    position: relative;
    text-align: left;
    font-size: 16px;
}
.slider-nav-header.v3 {
    margin-left: 0;
    text-decoration: none;
    transition: color 500ms ease;
    position: relative;
}

.slider-nav-header.v3.white:hover {
    color: #38acd2;
    text-decoration: underline;
}

.slider-nav-header.v3.white {
    color: #38acd2;
}
.slider-nav-header.comp {
  margin-top: 11px;
  font-size: 14px;
}

.slider-nav-header._2 {
  position: absolute;
  margin-top: 20px;
  color: #a0a1a2;
  font-size: 13px;
  line-height: 18px;
}

.slider-nav-header._2.company {
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.slider-header-text {
  color: #a0a1a2;
  font-size: 13px;
  line-height: 18px;
}

.awards-section {
  height: 355px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
}

.awards-section._2 {
  height: auto;
  background-color: #f6f6f4;
}

.awards-row {
  margin-top: 15px;
}

.awards-image {
  width: 220px;
  max-height: 80px;
  background-color: #e2e2e2;
}

.primary-text-link {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
}

.hp-persona-section {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #fff;
}

.hp-persona-section._2 {
  height: auto;
  min-height: 708px;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f6f6f4;
}

.hp-persona-section._2._6 {
  min-height: auto;
}

.hp-persona-section._2.min-auto {
  min-height: auto;
}

.hp-section .hp-persona-section {
  min-height: 620px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #fff;
}
.hp-cta-section.dpi {
    background-position: 0 -27px;
    background-repeat: no-repeat;
    background-size: cover;
}
.hp-persona-section._3 {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #f6f6f4;
}

.hp-persona-section._3.dark {
  background-color: #ebebeb;
}

.persona-row {
  margin-top: 20px;
}

.persona-row._2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.persona-row.resource-home {
  margin-top: 0px;
}

.persona-row.download {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #dfdfdf;
  background-color: #f6f6f4;
}

.persona-column._2 {
  height: 480px;
}

h2.h2, 
.h2 h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #505657;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  line-height: 36px;
}


.h2.blue h2,
h2.h2.blue{
    color: #38acd2;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

.h2.centre,
.h2.center h2,
.h2.centre h2{
  text-align: center;
}

.h2.center,
.h2.center h2{
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.h2.center.awards,
.h2.center.awards h2{
  margin-bottom: 5px;
  font-size: 32px;
}

.h2.center.solution,
.h2.center.solution h2{
  margin-bottom: 0px;
}

.h2.center.white,
 .h2.center.white h2{
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.h2.careers,
.h2.careers h2{
  margin-bottom: 30px;
}

.h2.resource,
.h2.resource h2{
  margin-bottom: 30px;
}

.h2.white,
 .h2.white h2{
  color: #fff;
}

.h2.v1,
.w-col-8.sectional-column h2.h2.v1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    text-transform: none;
}


.sub-header {
    color: #a0a1a2;
    font-size: 18px;
    line-height: 28px;
}
.sub-header.v2 {
    margin-bottom: 30px;
}

.sub-header.v2.one{
    text-align: center;
}

.p-big {
  color: #a0a1a2;
  font-size: 16px;
  line-height: 22px;
}

.p-big.center {
  text-align: center;
}

.p-big.center.persona {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.p-big.contact {
  display: inline-block !important;
  margin-top: 12px;
  float: none;
}

.p-big.notices {
  margin-bottom: 0px;
  color: #505657;
}

.p-big.notices._2 {
  margin-bottom: 10px;
}

.p-big.training {
  margin-bottom: 10px;
  color: #505657;
}

.p-big.white._1 {
  color: #fff;
}

.persona-image {
  width: auto;
  max-height: 200px;
  min-height: 200px;
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.persona-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.persona-text-link {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #505657;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.persona-text-link:hover {
  color: #74a04c;
}

.hp-rss-section {
  min-height: 353px;
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #fff;
}
.primary-cta.cta-demo {
    text-align: center;
    width: 200px;
}
.rss-column {
  padding-right: 10px;
  padding-left: 10px;
}

.h3 {
  color: #505657;
  font-weight: 400;
}

.h3.center {
  text-align: center;
}

.cta-container .h3.module-one {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.h3.center.white {
  display: inline-block;
  margin-top: 0px;
  color: #505657;
  text-align: left;
}

.h3.center.cta {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
}

.h3.no-margin-top {
  margin-top: 0px;
}

.h3.note {
  color: #74a04c;
  font-size: 18px;
}

.h3.v2,
.w-col-8.sectional-column h3.h3.v2{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.h3.v3,
.w-col-8.sectional-column h3.h3.v3{
    line-height: 32px;
    margin-top: 30px;
}

.rss-line {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #dadada;
}

.rss-line.v2 {
    background-color: #5d6364;
    height: 2px;
    margin-top: 10px;
}

.rss-line._2 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.rss-link {
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}

.rss-link._2 {
  margin-top: 10px;
}

.rss-image {
  width: 50px;
  border-radius: 0px;
}

.rss-headings {
  position: absolute;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  color: #a0a1a2;
  font-size: 15px;
  text-decoration: none;
}

.rss-headings:hover {
  color: #74a04c;
}

.rss-read-more {
  color: #505657;
  font-size: 13px;
  font-style: normal;
}

.rss-read-more:hover {
  color: #74a04c;
}

.rss-view-all {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border: 1px solid #38acd2;
  border-radius: 0px;
  background-color: #38acd2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
}

.view-all-cta.v1 {
  background-color: transparent;
  border: 2px none transparent;
  color: #38acd2;
  display: block;
  float: right;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 128px;
  padding: 0;
  transition: background-color 500ms ease 0s, box-shadow 500ms ease 0s, border-color 500ms ease 0s;
}

.rss-view-all:hover {
  background-color: #287993;
  color: #fff;
}

.rss-view-all.event {
  margin-top: 8px;
  margin-right: 10px;
  border-color: #fff;
  color: #fff;
}

.rss-view-all._2 {
  margin-right: 10px;
}

.rss-view-all.support {
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
}

.rss-view-all.training {
  margin-top: 10px;
}

.rss-view-all.right {
  margin-bottom: 10px;
  margin-left: 10px;
  float: none;
}

.rss-view-all.right._2 {
  margin-top: 10px;
  margin-right: 5px;
}

.hp-cta-section {
  height: auto;
  min-height: auto;
  padding-top: 25px;
  padding-bottom: 40px;
  background-image: url('../images/procera-placeholder-banner-2.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  round-size: cover, 125px;
}

.hp-cta-section.customers {
  background-color: #287993;
  background-image: none;
}

.footer {
  height: auto;
  padding-top: 0px;
  border-top: 1px solid #ccc;
  background-color: #f7f7f7;
}

.footer-row {
  padding-top: 0px;
}

.footer-column {
  height: 200px;
  padding: 15px 5px 50px 10px;
  border-right: 1px none #e7e7e7;
}

.footer-column._1 {
  border-right: 1px none #ddd;
}

.footer-headings {
  margin-bottom: 13px;
  color: #505657;
  font-size: 18px;
}

.footer-headings._2 {
  margin-bottom: 18px;
  color: #505657;
}

.footer-list {
  padding-left: 20px;
}

.footer-list-item {
  margin-bottom: 5px;
  color: #74a04c;
}

.footer-list-item:hover {
  color: #517235;
}

.latest-download {
  width: 120px;
  height:120px;
}

.footer-download {
  position: absolute;
  margin-top: 66px;
  margin-left: 10px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #7c7c7c;
  font-size: 12px;
}

.footer-download:hover {
  background-color: #d8d8d8;
}

.footer-download-span {
  color: #74a04c;
  font-style: normal;
  font-weight: 700;
}

.footer-download-span:hover {
  color: #517235;
}

.connect--div {
  display: inline-block;
  width: 208px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.connect-image {
  width: 25px;
}

.connect-details {
  display: inline-block;
 /* margin-left: 10px;*/
  color: #b8b8b8;
  font-size: 13px;
}

.footer-social-images {
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 11px;
  border-radius: 200px;
  background-color: #b6b6b6;
}

.footer-social-images._1 {
  margin-left: 20px;
}

.social-placeholder-text {
  text-align: center;
}

.copyright-section {
  max-height: 60px;
  min-height: 60px;
  padding-top: 6px;
  border-top: 1px solid #e7e7e7;
  background-color: #505657;
}

.copyright-text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  color: #b8b8b8;
  font-size: 11px;
}

.privacy {
  color: #74a04c;
  /*font-style: italic;*/
  text-decoration: none;
}

.privacy:hover {
  color: #517235;
}

.footer-links {
  display: inline-block;
  width: 130px;
  height: 50px;
  padding-top: 14px;
  float: left;
  border-right: 1px solid #c5c5c5;
  background-color: #f3f3f3;
  color: #999;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.footer-links._2 {
  width: 180px;
}

.p-small,
.p-small p{
  display: block;
  color: #a0a1a2;
  line-height: 20px;
  font-size: 14px;
}

.p-small.center,
.p-small.center p{
  text-align: center;
}

.p-small.center.awards,
.p-small.center.awards p{
  margin-top: 10px;
  color: #a0a1a2;
  text-align: left;
}

.p-small._2,
.p-small._2 p{
  margin-top: 20px;
}

.p-small.margin-bottom,
.p-small.margin-bottom p{
  margin-bottom: 20px;
}

.p-small.notices, 
.p-small.notices p{
  margin-bottom: 10px;
  -ms-column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.p-small.v1,
.p-small.v1 p,
.w-col-8.sectional-column .p-small.v1, 
.w-col-8.sectional-column .p-small.v1 p {
    line-height: 23px;
}

.p-small.v2,
.p-small.v2 p,
.w-col-8.sectional-column .p-small.v2,
.w-col-8.sectional-column .p-small.v2 p {
    color: #cfcfcf;
    font-style: italic;
    margin-top: 16px;
}

.p-small.v1.white p,
.p-small.v1.white {
    color: #fff;
}

.example-body-text {
    color: #a0a1a2;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 5px;
}

.example-body-text.v2.v5 p {
    color: #a0a1a2;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;    
}

.example-body-text.v2 {
    margin-left: 0;
}
.example-body-text.v2.setted {
    max-width: 330px;
}

.action-link {
    color: #fff;
    font-size: 14px;
}

.p-small.notices._2-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.p-small.right{
    margin-bottom:10px;
}

.p-small.right,
.p-small.right p{
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 13px;
}

.p-small.tabs {
  font-size: 13px;
  /*-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;*/
}

.p-small.navl {
  height: auto;
  font-size: 13px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.awards-line {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #d6d6d6;
}

.awards-link {
  display: block;
  margin-top: 10px;
  color: #a0a1a2;
  text-align: left;
  text-decoration: none;
}

.awards-link:hover {
  color: #74a04c;
}

.awards-link-box {
  width: 100%;
}

.persona-description-text-link {
  display: inline-block;
  margin-top: 5px;
  color: #a0a1a2;
  text-align: left;
  text-decoration: none;
}

.persona-description-text-link:hover {
  color: #a0a1a2;
}

.persona-description-text-link.customer {
  display: block;
  margin-top: 0px;
}

.persona-description-text-link.customer:hover {
  color: #74a04c;
  text-decoration: underline;
}

.hp-solutions-section {
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
  background-color: #f7f7f7;
}

.hp-solution-column {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.solutions-logos {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
}

.solutions-link-block {
  width: 100%;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.solutions-link-block:hover {
  background-color: #fff;
}

.solution-text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #a0a1a2;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.solution-text-block:hover {
  color: #517235;
}

.solution-text-block._2 {
  height: 80px;
}


.solutions-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0px auto 15px;
  background-color: #dadada;
}

.solutions-line._2 {
  margin-top: 20px;
}

.solutions-line.right {
  width: 95%;
}

.solution-plus {
  display: block;
  width: 45px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.4;
}

.solution-plus:hover {
  opacity: 1;
}

.plus {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 15px auto 21px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.plus:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.solution-arrow {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.more {
  margin-left: -47px;
}

.placeholder-text {
  height: 100%;
  color: transparent;
}

.dropdown-span {
  display: block;
  font-size: 12px;
}

.nav-icon-link-box {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  font-size: 13px;
  text-decoration: none;
}

.nav-icon-link-box:hover {
  background-color: #fff;
}

.nav-icon-link-box.last {
  border-bottom: 1px solid #d1d1d1;
}

.nav-icon {
  width: 35px;
  float: left;
}

.nav-icon-text {
  display: block;
  margin-top: 7px;
  margin-left: 10px;
  padding-left: 36px;
  float: none;
  color: #505657;
  text-decoration: none;
}

.hp-strip-slider {
  height: 70px;
  min-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #505657;
}

.hp-strip-slider-arrow-column {
  height: 60px;
  padding-top: 14px;
  padding-bottom: 5px;
}

.strip-slider-arrow {
  display: block;
  width: 15px;
  margin: 10px auto 10px 0px;
}

.strip-slider-arrow:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.strip-slider-arrow.right {
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.strip-slider-div-wrap {
  display: block;
  width: 551px;
  margin-right: auto;
  margin-left: auto;
}

.strip-slider-company-logo {
  width: 200px;
  height: 60px;
  background-color: #e0e0e0;
}

.strip-slider-text {
  position: absolute;
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
  color: #eee;
}

.hp-strip-content-column {
  padding-top: 11px;
  padding-bottom: 5px;
}

.hp-solutions-heading-div {
  padding-top: 23px;
  padding-bottom: 15px;
  background-color: #a19f92;
}

.solutions-arrow {
  display: block;
  width: 20px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.social-images {
  width: 45px;
  margin-right: 5px;
  margin-left: 5px;
}

.social-images:hover {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.social-images._1 {
  margin-left: 20px;
}

.social-images._1.contact {
  width: 35px;
  margin-left: 10px;
}

.social-images._2 {
  margin-left: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.social-images._2:hover {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.social-images.contact {
  width: 35px;
}

.soltions-use-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #505657;
  font-size: 16px;
}

.solution-row {
  margin-top: 20px;
}

.solution-row._1 {
  margin-top: 20px;
}

.solution-image {
  width: 35px;
  margin-top: 2px;
}

.use-case-text {
  margin-top: 0px;
  margin-left: 0px;
  color: #a0a1a2;
  font-size: 13px;
}

.company-row.margin-top {
  margin-top: 25px;
}

.company-row._2 {
  margin-top: 25px;
}

.company-row._3 {
  margin-top: 10px;
}

.company-row.support {
  margin-top: 30px;
}

.event-div-wrap {
  height: auto;
  min-height: 350px;
  /*border: 1px solid #dfdfdf;*/
  background-color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 23px -6px rgba(67,66,64,0.25);
  -moz-box-shadow: 3px 3px 23px -6px rgba(67,66,64,0.25);
  box-shadow: 3px 3px 23px -6px rgba(67,66,64,0.25);
}

.event-div-wrap.team {
  height: 400px;
}

.event-div-wrap.career {
  height: 250px;
}

.event-div-wrap.support {
  height: 245px;
}

.event-div-wrap.support._2 {
  height: auto;
  margin-top: 30px;
  padding-bottom: 5px;
}

.event-div-wrap.support._2.notices {
  height: auto;
  padding-bottom: 15px;
}

.event-div-wrap.alliances {
  height: 202px;
}

.event-div-wrap.partner {
  height: auto;
  padding-bottom: 15px;
}

.event-div-wrap.partner._2 {
  height: 230px;
  margin-top: 20px;
}

.event-div-wrap.navl {
  height: auto;
  padding-bottom: 47px;
}

.event-div-wrap._4 {
  height: 280px;
}

.event-div-wrap._4.feature {
  background-color: #287993;
}

.event-div-wrap.empty {
  height: 0px;
  min-height: 0px;
  border-style: none;
  border-width: 0px;
}

.event-div-wrap.platform {
  height: auto;
  min-height: auto;
  padding-bottom: 10px;
  border-style: none;
  border-width: 0px;
}

.event-div-wrap.customer {
  height: auto;
  padding-bottom: 0px;
  border-style: none;
}

.event-div-wrap.customer._2 {
  padding-bottom: 60px;
}

.event-date {
  display: inline-block;
  width: 80px;
  height: 60px;
  padding-top: 0px;
  float: none;
  background-color: #fff;
  color: #287993;
  font-size: 32px;
  text-align: center;
}

.company-heading {
  height: 60px;
  background-color: #287993;
}

.company-heading.contact {
  padding-top: 9px;
  padding-left: 5px;
}

.date-span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
}

.event-heading {
  position: absolute;
  display: inline-block;
  margin-top: 9px;
  margin-left: 87px;
  float: none;
}

.event-div-link-wrap {
  width: 100%;
  text-decoration: none;
}
.event-link-text {
  position: absolute;
  display: inline-block;
  margin-top: 9px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  float: none;
  color: #fff;
  font-size: 17px;
}

.event-link-text._2 {
  margin-top: 18px;
  margin-left: 15px;
}

.event-date-location {
  padding: 20px 15px 10px;
  border-top: 1px none #dfdfdf;
  border-bottom: 1px none #dfdfdf;
  color: #505657;
  font-weight: 700;
  text-decoration: none;
}

.event-description {
  padding-right: 15px;
  padding-left: 15px;
  color: #a0a1a2;
  font-size: 13px;
  line-height: 18px;
}

.event-description.support p {
    color: #a0a1a2;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.event-description.margin-top {
  margin-top: 20px;
}

.event-description.contact {
  margin-top: 10px;
}

.event-description.support {
  margin-top: 20px;
}

.event-image {
  /*width: 270px;*/
  width: 260px;
  height: 110px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #dfdfdf;
}

.event-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px 15px 15px;
  background-color: #38acd2;
 
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}


.event-div-link-wrap.event-module .event-link{
    margin-left: 0;
    margin-right: 0;
}

.event-link:hover {
  opacity: 0.8;
}

.team-image {
  width: 100%;
  background-color: #dfdfdf;
  /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0
  filter: grayscale(100%);*/
}

.team-name {
  display: inline-block;
  padding-top: 15px;
  padding-left: 15px;
  color: #434240;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.team-name.resource {
  margin-bottom: 5px;
  padding-right: 0px;
}

.team-name.solutions {
  display: block;
  height: auto;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 15px;
}

.team-name.solutions.white {
  color: #fff;
}

.team-name.download {
  margin-bottom: 5px;
  padding-left: 0px;
}

.team-position {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  clear: none;
  color: #434240;
  font-weight: 300;
}

.team-position.awards {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

.team-position.resource {
  font-size: 13px;
  line-height: 17px;
}

.team-position.resource.white {
  color: #fff;
}

.team-social {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 5px;
  float: right;
  z-index: 999;
}

.team-social:hover {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.team-social._2 {
  margin-right: 63px;
}

.text-link {
  color: #74a04c;
  text-decoration: none;
}

.text-link:hover {
  color: #517235;
  text-decoration: underline;
}

.text-link.small {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 0px;
  font-size: 12px;
}

.text-link.right {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
}

.geek {
  font-size: 11px;
  line-height: 14px;
}

.testimonial-section {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #ebebeb;
}

.persona-hover {
  width: 300px;
  min-height: 200px;
  padding-top: 61px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.persona-hover:hover {
  padding-top: 70px;
  background-color: rgba(56, 172, 210, .8);
  opacity: 1;
}

.hover-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hover-image:hover {
  opacity: 1;
}

.seperation-section {
  height: 30px;
  background-color: #38acd2;
  background-image: url('../images/seperation-line.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-spaceholder {
  display: block;
  min-height: 530px;
}

.banner-spaceholder.internal {
  display: block;
  min-height: 380px;
}

.contact-div-wrap {
  display: inline-block;
}

.team-overlay {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 2000px;
  padding-top: 90px;
  /*background-image: -webkit-linear-gradient(270deg, rgba(109, 199, 220, .95), rgba(56, 172, 210, .95));
  background-image: linear-gradient(180deg, rgba(109, 199, 220, .95), rgba(56, 172, 210, .95));*/
  background: rgb(0,0,0,0.80);
  background: linear-gradient(180deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.80) 38%, rgba(0,0,0,0.80) 100%);
}

.team-div-wrap {
  display: block;
  max-width: 650px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.team-overlay-image {
  margin-bottom: 10px;
}

.team-overlay-text-heading {
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.team-overlay-text-heading.sub {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.team-overlay-text-heading._2 {
  font-size: 20px;
}

.team-overlay-column {
  border-right: 1px solid #fff;
  border-left: 1px none #fff;
}

.team-overlay-column._1 {
  padding-top: 0px;
  padding-left: 20px;
  border-right: 1px none #000;
  border-left: 1px none #fff;
}

.team-overlay-description {
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}

.team-overlay-close {
  display: block;
  clear: left;
}

.overlay-close {
  position: fixed;
  top: 0;
  right: 10px;
  display: block;
  width: 65px;
  height: 65px;
  margin-top: 0;
  float: right;
  clear: left;
  background-image: url('http://www.sandvine.com/hubfs/Sandvine_Redesign_2019/Icons/overlay-close.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.overlay-close:hover {
  background-color: transparent;
}

.close-overlay {
  display: block;
  margin-top: 70px;
  float: none;
  clear: left;
}

.testimonial-slider {
  display: block;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-slider:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial-image {
  min-height: 200px;
  background-image: url('../images/placeholder.jpg');
  background-position: 0px 0px;
}

.testimonial-p {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #505657;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-profile {
  padding-left: 20px;
  color: #505657;
}

.testimonial-slider-nav {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 200px;
  background-color: #38acd2;
}

.testimonial-slider-nav._2 {
  border: 1px solid #38acd2;
  background-color: transparent;
}

.testimonial-nav-div-wrap {
  display: block;
  width: 65px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.company-nav-link {
  width: 100%;
  height: 80px;
  padding-top: 6px;
  padding-left: 10px;
  border-top: 5px solid #f6f6f4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.company-nav-link:hover {
  border-top-color: #38acd2;
}

.company-nav-link.active {
  height: 80px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-top-color: #fff;
  background-color: #fff;
}

.company-nav-link.active.w--current {
  height: 80px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-top-color: #fff;
}

.contact-form {
  margin-bottom: 0px;
  padding: 20px 10px 30px;
  border: 1px none #d2d1c7;
  background-color: transparent;
}

.contact-form._2 {
  padding-top: 62px;
}

.contact-form-heading {
  margin-bottom: 15px;
  color: #505657;
  font-size: 22px;
  line-height: 28px;
}

.contact-field-label {
  color: #505657;
  font-size: 16px;
  font-weight: 400;
}

.contact-text-field {
  display: block;
}

.contact-row {
  padding-right: 10px;
  padding-left: 10px;
}

.contact-column {
  height: auto;
  min-height: 480px;
  border-top: 1px solid #d2d1c7;
  border-bottom: 1px solid #d2d1c7;
  border-left: 1px solid #d2d1c7;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: hsla(55, 11%, 80%, .3);
}

.contact-column._2 {
  height: auto;
  min-height: 480px;
  border-right: 1px solid #d2d1c7;
  border-left: 1px none #000;
  border-radius: 0px 4px 4px 0px;
}

.contact-submit {
  margin-top: 10px;
  padding: 13px 20px 15px;
  float: right;
  font-size: 18px;
}

.downloads-link-block {
  width: 100%;
  height: 65px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #f7f7f7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.downloads-link-block:hover {
  background-color: #fff;
}

.downloads-link-block.customers {
  height: 140px;
  background-color: #fff;
}

.downloads-link-block.customers:hover {
  border-color: #38acd2;
}

.downloads-heading-text {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  color: #a0a1a2;
  font-size: 14px;
  line-height: 22px;
}

.downloads-heading-text.customers {
  color: #505657;
}

.download-icon {
  position: absolute;
  right: 1px;
  bottom: -1px;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  margin-bottom: 2px;
  float: right;
  border-bottom-right-radius: 4px;
  background-color: #38acd2;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.download-icon:hover {
  background-color: #287993;
}

.download-icon._2 {
  position: static;
  width: 20px;
  height: 20px;
  margin: 10px 0px 10px 10px;
  float: none;
}

.support-text-field {
  display: inline-block;
  width: 180px;
  height: 45px;
  margin-top: 15px;
  margin-left: 15px;
  padding-top: 11px;
  padding-left: 10px;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  color: #a0a1a2;
  font-size: 13px;
}

.support-text-field.login-button {
  width: 80px;
  padding-left: 0px;
  border-style: none;
  background-color: #38acd2;
  color: #fff;
  text-align: center;
}

.support-text-field.login-button:hover {
  background-color: #287993;
}

.training-row-dates._2 {
  margin-top: 20px;
}

.training-column {
  padding-right: 20px;
  border-right: 1px none #dfdfdf;
}

.training-column._2 {
  padding-left: 15px;
  border-right: 1px none #000;
  border-left: 1px solid #dfdfdf;
}

.training-bold {
  color: #505657;
  font-size: 16px;
}

.dates-headings {
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: #287993;
  color: #fff;
}

.dates-headings.date {
  height: 70px;
  padding-right: 10px;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: #f6f6f4;
  color: #a0a1a2;
  font-size: 12px;
}

.dates-headings.date.last {
  border-right: 1px solid #dfdfdf;
}

.alliance {
  margin-top: 10px;
}

.container-fluid .row-fluid .w-col.sectional-column {
  padding-right: 20px;
}

.container-fluid .row-fluid .w-col.sectional-column._2 {
  padding-right: 10px;
}

.right-boxes {
  min-height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
  background-color: #f6f6f4;
}

.right-boxes.no-margin-top {
  min-height: 60px;
  margin-top: 0px;
}

.right-boxes-heading {
  position: relative;
  width: auto;
  height: auto;
  min-height: 40px;
  padding: 8px 10px;
  background-color: #287994;
  color: #fff;
}

.right-boxes-heading.double {
  height: auto;
  min-height: 40px;
  padding-right: 10px;
  padding-bottom: 8px;
}

.right-boxes-heading.feature {
  height: auto;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 23px;
}

.right-boxes-heading.quote {
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.portal-side {
    padding: 0 10px;
}

.right-text-field {
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 7px;
  padding-left: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  color: #a0a1a2;
  font-size: 13px;
}

.tab {
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #287993;
  background-color: #38acd2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
}

.tab:hover {
  background-color: #287993 !important;
}

.tab.w--current {
  padding-right: 15px !important;
  padding-left: 15px !important;
  background-color: #287993 !important;
}

.tab-pane {
  min-height: auto;
  padding: 20px 20px 25px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

.bullet {
  color: #fff;
}

.navl-partners {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
}

.overlay-text-link {
  color: #fff;
}

.customer-icons {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-left: 10px;
}


.customer-icons.solution {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.right-siderbar-list {
  padding-left: 25px;
}

.right-sidebar-list-item {
  margin-top: 10px;
  padding-right: 10px;
  color: #a0a1a2;
  font-size: 12px;
  line-height: 18px;
}

.right-sidebar-list-item:hover {
  color: #74a04c;
}

.right-sidebar-list-item._2:hover {
  color: #a0a1a2;
}

.navl-image-video {
  margin-top: 20px;
  background-image: url('../images/navl-sprites.jpg');
  background-position: 0px 0px;
}

.navl-video {
  margin-top: 20px;
  border: 1px solid #cfcfcf;
}

.bold {
  color: #505657;
}

.tabs-menu {
  background-color: #287993;
}

.navl-utm {
  margin-top: 10px;
}

.cta-sub-text {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.figure-1._2 {
  background-color: silver;
}

.figure-1.margin-top {
  margin-top: 15px;
}

.phone {
  margin-right: 0px;
  margin-left: 10px;
}

.phone._2 {
  margin-top: 10px;
  margin-right: 10px;
}

.phone._3 {
  display: block;
  width: auto;
  height: 100px;
  max-width: 90%;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: none;
  clear: none;
}

.navl-image {
  display: block;
  margin-top: 20px;
}

.sectional-list {
  margin-top: 10px;
  color: #505657;
}

.sectional-list-item {
  margin-bottom: 5px;
  color: #a0a1a2;
}

.figure-2 {
  display: block;
  width: 200px;
  margin-top: 10px;
}

.specifications-row {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #dfdfdf;
}

.specifications-row.bottom {
  margin-right: auto;
  margin-left: auto;
  border-top-style: none;
}

.specifications-row.latest {
  margin-right: auto;
  margin-left: auto;
  border-top-style: none;
  background-color: #ebebeb;
}

.specifications-row.top {
  margin-right: auto;
  margin-left: auto;
}

.specifications-column {
  padding: 0px;
  border: 0px none #dfdfdf;
  background-color: transparent;
}

.specifications-column.left {
  height: auto;
  border-right-style: solid;
  border-right-width: 1px;
}

.specifications-column.left.empty {
  height: 40px;
}

.specifications-column.right {
  border-left-style: solid;
  border-left-width: 1px;
}

.specifications-column.empty {
  height: 40px;
}

.client-logo {
  width: 100%;
  height: 150px;
  background-color: #dfdfdf;
}

.download-form-dropdown {
  height: auto;
  padding-top: 15px;
  padding-bottom: 16px;
}

.download-form-footnote {
  display: block;
  margin-top: 5px;
  color: #a0a1a2;
  font-size: 12px;
  line-height: 16px;
}

.download-icons {
  height: 28px;
}

.image-firmware {
  width: 300px;
  height: 200px;
  margin-bottom: 20px;
  background-color: #e2e2e2;
}

.social-img-link {
  background-color: #38acd2;
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-linkedin.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border-radius: 100px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  min-height: 40px;
  transition: background-color 500ms ease 0s;
  width: 40px;
}
.social-img-link.v2 {
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-twitter.svg");
  background-size: 18px auto;
}
.social-img-link.v3 {
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-you-tube.svg");
  background-size: 22px auto;
}
.social-img-link:hover {
  background-color: #287993;
}

@media (max-width: 991px) {
    h3.h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .h3.v3,
    .w-col-8.sectional-column h3.h3.v3{
        font-size: 22px;
        line-height: 28px;
    }
    .h3.v2,
    .w-col-8.sectional-column h3.h3.v2{
        padding-left: 20px;
        padding-right: 20px;
    }
  .banner-section {
    min-height: 500px;
    padding: 100px 40px 0px;
  }
  .hp-slider-nav-section.no-padding-top.company {
    height: 160px;
  }
  .slider-nav-column {
    position: relative;
    height: 90px;
  }
  .slider-nav-header {
    margin-top: 0px;
    line-height: 20px;
  }
  .slider-nav-header._2 {
    margin-top: 20px;
    line-height: 15px;
  }
  .slider-header-text {
    line-height: 20px;
  }
  .awards-section._2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hp-persona-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hp-persona-section._2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hp-section .hp-persona-section {
    padding: 80px 40px 100px;
  }
  .persona-text-link {
    margin-top: 10px;
  }
  .hp-rss-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .rss-link {
    margin-bottom: 30px;
  }
  .rss-image {
    margin-top: 5px;
  }
  .rss-headings {
    margin-top: 0px;
  }
  .hp-cta-section {
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .connect--div {
    margin-left: 20px;
    clear: none;
  }
  .copyright-section {
    max-height: 110px;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .copyright-text {
    float: right;
    clear: left;
  }
  .awards-link {
    font-size: 14px;
    line-height: 18px;
  }
  .solution-text-block._2 {
    height: 100px;
  }
  .use-case-text {
    padding-left: 10px;
  }
  .event-div-wrap {
    /*height: 405px;
    min-height: 100%;*/
    height: auto;
    min-height: 330px;
    padding-bottom: 60px;
  }
  .event-div-wrap.team {
    height: auto !important;
  }
  .event-div-wrap.support {
    height: 305px;
  }
  .event-div-wrap.partner {
    height: 220px;
  }
  .event-div-wrap._4 {
    height: 320px;
  }
  .event-date {
    height: 80px;
  }
  .company-heading {
    height: 80px;
  }
  .company-heading.contact {
    height: 60px;
  }
  .event-image {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .persona-hover {
    width: auto;
  }
  .banner-spaceholder {
    min-height: 500px;
  }
  .company-nav-link.active {
    height: 80px;
  }
  .company-nav-link.active.w--current {
    height: 80px;
  }
  .tab {
    height: 60px;
  }
  .event-image-div {
    padding-right: 15px;
    padding-left: 15px;
  }
 .event-link {
    
    margin-left: 0;

  }
}

@media (max-width: 767px) {
  .banner-section {
    min-height: 400px;
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .banner-section.internal {
   height: 330px;
    padding-top: 130px;
  }
  .banner-h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .banner-h1.internal {
    font-size: 30px;
    line-height: 38px;
  }
  .hp-banner {
    font-size: 16px;
    line-height: 24px;
  }
  .primary-cta.center.small {
    margin-left: 0px;
  }
  .hp-slider-nav-section.no-padding-top.company {
    height: 180px;
  }
  .slider-nav-row {
    height: auto;
  }
  .slider-nav-column {
    height: auto;
    padding-top: 6px;
  }
  .slider-nav-column.right-border {
    height: 90px;
  }
  .slider-nav-column.active {
    padding-top: 8px;
  }
  .slider-nav-icons {
    display: block;
    width: 35px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .slider-nav-header {
    position: relative;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }
  .awards-section._2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .awards-column {
    height: auto;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .hp-persona-section {
    padding: 40px 30px 50px;
  }
  .hp-persona-section._2 {
    padding: 30px 30px 40px;
  }
  .hp-section .hp-persona-section {
    padding: 30px 30px 40px;
  }
  .persona-column {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .persona-column._2 {
    height: 460px;
  }
  .persona-column._2.last {
    margin-bottom: 0px;
  }
  .persona-column.last {
    margin-bottom: 0px;
  }
  .h2,
  .h2 h2{
    font-size: 28px;
    line-height: 34px;
  }
  .h2.center,
  .h2.center h2{
    font-size: 28px;
    line-height: 36px;
  }
  .h2.center.awards,
  .h2.center.awards h2{
    font-size: 30px;
  }
  .persona-image {
    width: 300px;
    max-height: 150px;
    min-height: 150px;
  }
  .hp-rss-section {
    padding: 30px 30px 40px;
  }
  .rss-column {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .rss-column.last {
    margin-bottom: 0px;
  }
  .h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .rss-line._2 {
    margin-bottom: 40px;
  }
  .rss-view-all.support {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .hp-cta-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-column {
    height: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .footer-column._1 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    /*border-bottom: 1px solid #dbdbdb;*/
  }
  .copyright-text {
    margin-right: 20px;
  }
  .p-small.notices._2-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .p-small.tabs {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
   .p-small.tabs p{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .solutions-logos {
    margin-left: 0px;
  }
  .solution-text-block._2 {
    height: auto;
  }
  .placeholder-text {
    height: 0px;
  }
  .hp-strip-slider {
    height: auto;
  }
  .hp-strip-slider-arrow-column {
    padding-top: 24px;
  }
  .strip-slider-div-wrap {
    width: auto;
  }
  .strip-slider-company-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    float: none;
  }
  .strip-slider-text {
    position: static;
    display: block;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 12px;
    text-align: center;
  }
  .hp-strip-content-column {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .solution-row._1 {
    margin-top: 20px;
  }
  .solution-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  /*.use-case-text {*/
  /*  margin-top: 6px;*/
  /*}*/
  .company-row._2 {
    margin-top: 0px;
  }
  .company-column {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .company-column.empty {
    margin-bottom: 0px;
  }
  .company-column.customer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .company-column.end {
    margin-bottom: 0px;
  }
  .company-column.partner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-div-wrap {
    height: auto;
    min-height: auto;
  }
  .event-div-wrap.team {
    height: auto;
  }
  .event-div-wrap.career {
    height: auto;
    padding-bottom: 15px;
  }
  .event-div-wrap.support {
    height: auto;
    padding-bottom: 15px;
  }
  .event-div-wrap.support._2 {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .event-div-wrap.partner {
    height: auto;
    padding-bottom: 15px;
  }
  .event-div-wrap.partner._2 {
    height: auto;
    margin-top: 0px;
  }
  .event-div-wrap._4 {
    height: auto;
  }
  .event-div-wrap.empty {
    padding-bottom: 0px;
  }
  .event-date {
    height: 60px;
  }
  .company-heading {
    height: 60px;
  }
  .event-description.support {
    margin-bottom: 0px;
  }
  .event-image {
    height: 200px;
  }
  .event-link {
    position: absolute;
    width: auto;
    margin-right: 10px;
    margin-left: 0;

  }
  .persona-hover {
    min-height: 150px;
  }
  .persona-hover:hover {
    padding-top: 48px;
  }
  .banner-spaceholder {
    min-height: 400px;
  }
  .banner-spaceholder.internal {
    min-height: 300px;
  }
  .testimonial-image {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .company-nav-link {
    height: 90px;
    padding-left: 0px;
  }
  .company-nav-link.active {
    height: 90px;
  }
  .company-nav-link.active.w--current {
    height: 90px;
  }
  .contact-form {
    padding-bottom: 0px;
  }
  .contact-form._2 {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .contact-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-column {
    min-height: auto;
    border-right: 1px solid #d2d1c7;
    border-bottom-style: none;
  }
  .contact-column._2 {
    min-height: auto;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-color: #d2d1c7;
  }
  .downloads-link-block {
    height: auto;
  }
  .downloads-link-block.customers {
    height: auto;
  }
  .downloads-heading-text {
    margin-bottom: 10px;
  }
  .downloads-heading-text.customers {
    margin-bottom: 10px;
  }
  .training-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .training-column._2 {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-top: 1px solid #dfdfdf;
    border-left-style: none;
  }
  .dates-headings.date {
    height: auto;
  }
  .dates-headings.date.last {
    height: auto;
  }
  .sectional-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectional-column._2 {
    margin-top: 15px;
    padding-right: 0px;
  }
  .right-boxes {
    margin-bottom: 0px;
  }
  .right-boxes.no-margin-top {
    margin-bottom: 15px;
  }
  .sectional-list {
    padding-left: 30px;
  }
  .specifications-column.left {
    border-right-style: none;
  }
  .client-logo {
    height: 100px;
  }
  .download-form-footnote {
    display: block;
  }
  .example-body-text.setted {
    font-size: 12px;
  }
  .offer-read-more {
    color: #38acd2;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
   }
   .download-row {
       margin-bottom: 15px;       
   }
}

@media (max-width: 479px) {
  .banner-section {
    min-height: 460px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-section.internal {
    /*min-*/height: 380px;
    padding-top: 120px;
  }
  .banner-h1 {
    line-height: 36px;
    font-size: 28px;
  }
  .banner-h1.internal {
    font-size: 28px;
  }
  .primary-cta.center.demo {
    width: auto;
  }
/*
  .primary-cta.download {
    width: 100%;
  }*/
  .hp-slider-nav-section {
    height: auto;
  }
  .slider-nav-column {
    position: relative;
  }
  .awards-section._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .awards-column.last {
    margin-bottom: 0px;
  }
  .hp-persona-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hp-persona-section._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hp-section .hp-persona-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .persona-column._2 {
    height: 480px;
  }
  .p-big.contact {
    display: block;
  }
  .persona-image {
    width: auto;
    max-height: 150px;
    min-height: 150px;
    max-width: 300px;
    background-size: cover;
  }
  .hp-rss-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rss-view-all.support {
    margin-top: 10px;
    float: none;
  }
  .hp-cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-latest-download-link {
    display: inline-block;
  }
  .copyright-section {
    min-height: 170px;
    padding-top: 15px;
  }
  .hp-strip-slider {
    height: auto;
    padding-bottom: 0px;
  }
  .strip-slider-company-logo {
    float: none;
  }
  .strip-slider-text {
    position: static;
    display: block;
    width: auto;
    margin-left: 0px;
    text-align: center;
  }
  .social-images._1.contact {
    margin-left: 0px;
  }
  .use-case-text {
    margin-top: 0px;
  }
  .company-column.customer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-div-wrap.support._2.notices {
    height: auto;
  }
  .event-div-wrap.customer {
    padding-bottom: 6px;
  }
  .hover-image:hover {
    opacity: 1;
  }
  .banner-spaceholder {
    min-height: 460px;
  }
  .banner-spaceholder.internal {
    height: auto;
    min-height: 350px;
  }
  .contact-div-wrap {
    padding-top: 10px;
  }
  .testimonial-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonial-profile {
    padding-left: 0px;
  }
  .company-nav-link {
    padding-left: 0px;
  }
  .tab {
    position: relative;
    display: inline-block;
    width: 50%;
  }
  .phone._2 {
    height: auto;
  }
  .phone._3 {
    height: auto;
    max-height: 100px;
  }
}






/* CUSTOM*/

/* ==Home Page
    =Home Page wrapper elements need to be relative positioned (z-index parallax effect)
====================================================================================*/
.pr-latest-news {
    
}
.hp-small-slide,
.hp-persona-section,
.hp-rss-section,
.awards-section,
.hp-cta-section,
.footer,
.copyright-section{
    position: relative; 
}
/*Parallax Banner*/
.block-b,
.block-c{
    display: none;
}
    
/* Z-Index Override */
.banner-section {
    z-index: 0;
}
.hp-slider-nav-section {
    z-index: 888;
}
.banner-spaceholder {
   /* min-height: 630px; */
    z-index: 888;
}
.hp-slider-nav-section {
    position: relative;
    z-index: 888;
}  

.hp-slider-nav-section:hover{
    cursor: pointer;
}
/*NOTE: Removed L/R whitespace on banner slider navigation*/
.hp-slider-nav-section .w-container {
    /*max-width: none !important;*/
    padding-left: 10px;
    padding-right: 10px;
    /*width: 100% !important;*/
}
.hp-small-slide .hs_cos_flex-slider {
    background: #505657 none repeat scroll 0 0;    
    margin: 10px 0;    
}
.hp-small-slide .hs_cos_flex-slider .hs_cos_flex-slides img {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: left;
    height: 50px;
    width: 200px;
}
.hp-small-slide .hs_cos_flex-slider .superimpose .caption {
    background-color: transparent;
    color: #eee;
    font-size: 3em;
    line-height: 1.1em;
    margin-left: 30%;
    overflow: hidden;
    padding: 5px 0 0;
    text-align: left;
    top: 0;
    width: 70%;;
}
.hp-small-slide .hs_cos_flex-slider .superimpose .caption p{
    color: #eee;
    font-size: 14px;
}
.hp-small-slide .caption h4, .hp-small-slide  .caption p {
    color: #333;
}
.hp-small-slide  ul.hs_cos_flex-slides {
    padding: 0 100px;
}
.hp-small-slide  .hs_cos_flex-direction-nav a {
    top: 60%;
}

/*
.testimonial-section.hp-small-slide{
    padding-bottom: 25px;
}
*/

.hp-persona-section h2.h2 {
    color: #505657;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}

/*Solutions*/
.hp-solutions-wrap .persona-column._2 {
    height: auto;
    min-height: 470px !important;
}
.hp-solutions-wrap .h2 h2{
    color: #505657;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}
.hp-solutions-wrap .p-small p{
    font-size: 14px;
    padding-left: 5px;
    color: #a0a1a2;
    line-height: 20px;
    margin-top: 0;
}
.hp-solutions-wrap .primary-cta.center.small {    
    margin-left: 0;    
}
.hp-solutions-wrap .solution-column img{
    margin-left: 10px;
}
.hp-solutions-wrap .use-case-text {    
    padding-left: 5px;
}

.hp-solutions-wrap .w-row.solution-row{
    min-height: 30px;
}
.awards-row {
    margin-bottom: 10px;
    margin-top: 5px;
}
/* RSS Module*/
.hp-rss-section .hs-rss-item-text{
    float: right !important;
    padding-left: 20px;
    width: 89% !important;
    padding-left: 10px;
}
.hp-rss-section .hs-rss-item-text p{
    color: #ffffff;       
    margin: 0 0 0 -14px;
    position: absolute;
}
.hp-rss-section .hs-rss-item-text a:last-child:before{
    content: "> ";
}
.hp-rss-section .hs-rss-item .hs-rss-item-image-wrapper {    
    width: 11%;
}
.hp-rss-section .hs-rss-featured-image{
    height: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
}
a.hs-rss-title {
    color: #a0a1a2;
    margin-top: 3px;
    text-decoration: none;
}
a.hs-rss-title:hover{
   color: #74a04c;
}
.hs-rss-description a{
    color: #505657;
    font-size: 13px;
    font-style: normal;
}


.hs-rss-description a:hover{
   color: #74a04c;
}

.hp-rss-container h3 {
    border-bottom: 1px solid #dadada;
    margin: 0 0 20px;
    padding-bottom: 20px;
}

.hp-next-links span div {
    display: inline-block;
    width: auto;
}
.footer h4{
    color: #505657;
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 0;
    font-weight: normal;
}

.primary-cta.footer{
   margin-bottom: 5px;
   margin-right: 5px;
}

.copyright-section {
    padding-bottom: 6px;
}

@media (max-width: 991px) {
    /*Logo Slider*/
   /* .hp-small-slide .hs_cos_flex-slider .superimpose .caption {        
        margin-left: 40%;
    }*/
    .hp-solutions-wrap .use-case-text {
        padding-left: 10px;
    }
    .soltions-use-heading {
        margin-top: 30px;
    }
    
    .hp-strip-slider {
        height: auto;
    }
    
    .hp-small-slide .hs_cos_flex-slider .hs_cos_flex-slides img{
      float: none;
    }
    .hp-small-slide .hs_cos_flex-slider .superimpose .caption p{
      text-align: center;
    }
    .hp-small-slide .hs_cos_flex-slider .superimpose .caption {
        display: block;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        overflow: visible;
        text-align: center;
    }
    .hp-small-slide .hs_cos_flex-slider { 
        margin: 10px 0 30px;
    }
    .hp-small-slide .hs_cos_flex-direction-nav a {
        top: 80%;
    }
    .hp-small-slide a.hs_cos_flex-prev{
        left: 0% !important;
    }
    .hp-small-slide a.hs_cos_flex-next{
        right: 0% !important;
    }
    .hp-small-slide ul.hs_cos_flex-slides {
        padding: 0;
    }
    .hp-rss-section .hs-rss-item-text {    
        padding-left: 20px;    
    }
    .hp-next-links {
        margin-top: 10px;
    }
    .footer-column {
        /*border-bottom: 1px solid #dbdbdb;*/
        height: auto;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .contact-div-wrap {
        padding-top: 10px;
    }
    .connect--div {    
        display: inline;    
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-next{
        right: 30px !important;
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev{
        left: 30px !important;
    }
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {
        margin-left: 51%;
        margin-top: 0;
        width: 48%;
    }    
    
}
@media (max-width: 767px) {
    /*Slider 3 Button Nav description hide */
    .slider-nav-header {
        position: relative;
    }
    .slider-nav-column {
        text-align: center;    
    }
    .hp-slider-nav-section {
        height: auto;    
    }
    .slider-nav-header{
        font-size: 12px;
    }
    .hp-slider-nav-section .w-container {
        padding-left: 0;
        padding-right: 0;
    }
    /*Logo Slider*/
    .hp-small-slide .hs_cos_flex-slider .hs_cos_flex-slides img{
      float: none;
    }
    .hp-small-slide .hs_cos_flex-slider .superimpose .caption p{
      text-align: center;
    }
    .hp-small-slide .hs_cos_flex-slider .superimpose .caption {
        display: block;
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
        overflow: visible;
    }
    .hp-small-slide .hs_cos_flex-slider { 
        margin: 10px 0 30px;
    }
    .hp-small-slide .hs_cos_flex-direction-nav a {
        top: 80%;
    }
    .hp-small-slide a.hs_cos_flex-prev{
        left: 20% !important;
    }
    .hp-small-slide a.hs_cos_flex-next{
        right: 20% !important;
    }
    .hp-small-slide ul.hs_cos_flex-slides {
        padding: 0;
    }
    .hp-rss-section .hs-rss-item-text {    
        padding-left: 20px;    
    }
    .hp-next-links {
        margin-top: 10px;
    }
    .footer-column {
        /*border-bottom: 1px solid #dbdbdb;*/
        height: auto;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .contact-div-wrap {
        padding-top: 10px;
    }
    .connect--div {    
        display: inline;    
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-next{
        right: 30px !important;
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev{
        left: 30px !important;
    }
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {
        margin-left: 51%;
        margin-top: 0;
        width: 48%;
    }
    
    
}

@media (max-width: 767px) {
    /*Slider 3 Button Nav description hide */
    .slider-nav-icons{
        width: 35px;    
    }
    /*Logo Slider*/    
    .hp-small-slide  a.hs_cos_flex-prev{
        left: 5% !important;
    }
    .hp-small-slide  a.hs_cos_flex-next{
        right: 5% !important;
    }    
    .hp-persona-section h2.h2{
        font-size: 28px;
        line-height: 34px;
        color: #505657;    
        font-weight: 400;
    }
    .persona-link {
        width: auto;
    }
    .hp-solutions-wrap .h2 h2{
        font-size: 28px;
        line-height: 34px;
    }    
    .hp-solutions-wrap .persona-column._2 {
        min-height: 480px !important;
    }
    .hp-solutions-wrap .primary-cta.center.small {
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    /*Logo Slider*/    
    .hp-small-slide div.hs_cos_flex-slider {
        max-height: 80px;
    }
    .hp-small-slide .hs_cos_flex-slider .superimpose .caption {
        margin-top: 0;    
    }
    
    ul.hs_cos_flex-slides-main li {
        height: 90px;
    }
    .hp-small-slide .hs_cos_flex-slider {
        margin: 10px 0 30px;
    }
    .hp-small-slide .hs_cos_flex-direction-nav a {
        top: 50%;
    }
    .persona-link {
        width: 100%;
    }
    .persona-row._2 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .awards-link-box {
        width: auto;
    }
    .connect--div {
        display: block;
    }
    .copyright-section {
        max-height: none;    
    }
    .persona-image {  
        max-width: 300px;
        background-size: cover;
    }
}
@media (max-width: 479px) {
  .persona-image {  
    max-width: 300px;
    background-size: cover;
  }
}

/* ==Internal Pages (Master)    
====================================================================================*/

/*
.hp-slider-nav-section.company .slider-nav-row .slider-nav-column:nth-child(1){
    padding-left: 0;
}
.hp-slider-nav-section.company .slider-nav-row .slider-nav-column:nth-child(6){
    padding-right: 0;
}
*/

/* Custom Social icons*/
.socialicon2 ul {
    padding: 0;
}

.socialicon2 li {
    display: inline;
    list-style: outside none none;
}

.socialicon2 a {
    border: 1px solid;
    border-radius: 150px;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    padding-left: 3px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
}

.socialicon2 a:hover {
    color: #517235;
}

/* =Events CM custom height*/
.event-div-wrap.events {
    min-height: 371px;
    position: relative;
}

.event-div-wrap.events .event-image {
    position: absolute;
    bottom: 0;
}

.hp-slider-nav-section.company .slider-nav-column{
    padding: 0 !important;
}

/* =Become Partner custom height*/
.w-col.w-col-6.company-column.partner .partner {
    min-height: 178px;
}

/* =Testimonial Slider*/
.testimonial-section.hp-small-slide .hs_cos_flex-slider {
    background: #ebebeb none repeat scroll 0 0;
    margin: 5px 0 60px;
    padding: 0 60px;
}
.testimonial-section.hp-small-slide .hs_cos_flex-slider .hs_cos_flex-slides img {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: left;
    height: auto;
    width: auto;
    max-width: 300px;
}
.hp-small-slide .hs_cos_flex-slider .superimpose .caption {
    font-size: 14px;
}
.testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {
    background-color: transparent;
    color: #eee;
    font-size: 3em;
    line-height: 1.1em;
    margin-left: 38%;
    overflow: visible;
    padding: 5px 0 0;
    text-align: left;
    top: 0;
    width: 63%;
}
.testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption p{
    color: #505657;
    font-size: 14px;
    line-height: 1;
}
.testimonial-section.hp-small-slide .caption h4, .hp-small-slide  .caption p {
    color: #333;
}
.testimonial-section.hp-small-slide  ul.hs_cos_flex-slides {
    padding: 0;
}
.testimonial-section.hp-small-slide  .hs_cos_flex-direction-nav a {
    top: 50%;
}

.testimonial-container .hs_cos_flex-slider .hs_cos_flex-next,
.testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev,
.testimonial-container .hs_cos_flex-direction-nav a{
    opacity: 1 !important;
}

.testimonial-container .hs_cos_flex-direction-nav a {
    opacity: 1 !important;
}
.testimonial-container .hs_cos_flex-slider .hs_cos_flex-next:hover,
.testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev:hover{
    transform: scale(1.1);
    
}
.testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev {
    left: 1px !important;
    background-image: url("https://cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/testimonial-arrow-left.png");
    background-size: contain;
}
.testimonial-container .hs_cos_flex-slider .hs_cos_flex-next {
    right: 1px !important;
    background-image: url("https://cdn2.hubspot.net/hubfs/482141/Procera_Live_Site_Files/Images_Procera_Live_Site/testimonial-arrow-right.png");  
    background-size: contain;
}
.testimonial-container li.hs_cos_flex-slide-main {
    overflow: hidden;
    padding: 0;
}
.testimonial-container .hs_cos_flex-control-nav {
    position: relative;
}
.testimonial-container .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background-color: #38acd2;
}
.testimonial-container .hs_cos_flex-control-paging li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #38acd2;
    box-shadow: none;
}

.testimonial-section.hp-small-slide{
    padding-bottom: 25px;
}

.hs_cos_flex-slider .hs_cos_flex-prev{
    
}

.cta-strip-blue h2{
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}
.cta-strip-blue p{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.hp-cta-section.customers.bg-blue {
    background-color:  #287993 !important;
}
.hp-cta-section.customers.bg-white {
    background-color:  #ffffff !important;
}
.hp-cta-section.customers.bg-white h2{
    color: #a0a1a2;    
}
.hp-cta-section.customers.bg-white h2{
    color: #505657;
}
/* Team block bottom margin*/
.company-column{
    margin-bottom: 20px;
}

/*Intro Custom Mod Wrapper*/
.intro-mod {
    padding: 0 10px 20px;
}  

/*Basic Content Module*/
.basic-content {
    padding: 0 10px 20px;
}

.basic-content h2,
.basic-content h3,
.basic-content h4,
.basic-content h5,
.basic-content span{
    color: #505657;
    font-weight: 400;
}
.basic-content p {
    color: #a0a1a2;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.basic-content h2,
.basic-content h3,
.basic-content h4,
.basic-content h5 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.basic-content h2 {
    font-size: 30px;
    line-height: 38px;
}
.basic-content h3 {
    font-size: 22px;
    line-height: 28px;
}
.basic-content h4 {
  display: block;
  color: #505657;
  font-weight: 700;
}

@media (max-width: 767px) {
    .basic-content h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .basic-content h3 {
        font-size: 22px;
        line-height: 28px;
    }
}


/* ==Global Contact Form*/

.global-contact .hs-form fieldset {
    max-width: none;
}

.global-contact.contact-column{
    border: 1px solid #d2d1c7;
    border-radius: 4px !important;
    padding: 0 20px 20px;
}

.global-contact div.hs_what_are_you_interested_in {
    margin-top: -10px;
}

.global-contact div.hs_submit {
    float: right;
    margin-top: -55px;
    display: inline-block;
    width: 56.3%;
}
.global-contact h3 {
    color: #505657;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.global-contact label {
    color: #505657;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.global-contact input, .global-contact select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

.global-contact textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 8px 12px;

}

.global-contact fieldset div:first-child {
    padding-right: 10px;
}

.global-contact .hs-error-msgs li {
    list-style: outside none none;       
}
.global-contact ul.hs-error-msgs {
    padding: 0; 
}
.global-contact .hs-error-msgs label{
    color: red;    
}

.global-contact .hs_submit input {
    float: right;
    font-size: 18px;
    margin-top: 10px;
    padding: 15px 25px 35px;
    background-color: #3898ec;
    border: 0 none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.global-contact .hs_submit input:hover{
    background-color: #287993;    
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.global-contact .hs_country_select .hs-error-msgs{
    margin-bottom: 30px;
}

.phone._2.md-img{
    max-width: 90%;
}

@media (max-width:991px){
    /*Internal Nav*/
    .hp-slider-nav-section div.w-col{
        background-color: #f6f6f4;
        width: 33.333% !important;
    }
    .company-nav-link.active {
        background-color: white;
        border-bottom: 1px solid #dfdfdf;
    }
    /*Testimonial Slider*/
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {    
        margin-left: 52%;    
        width: 48%;
    }
    .testimonial-section .caption span {
        font-size: 16px !important;
    }
    .hp-solutions-wrap .use-case-text {
        padding-left: 20px;
    }
    .hp-rss-section .hs-rss-item-text {    
        padding-left: 20px;    
    }
    .hs-rss-item {
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    min-height: 90px;
    width: 100%;
}
}
@media (max-width:767px){
    .global-contact .hs-form fieldset.form-columns-2 .hs-form-field {
      float: left;
      margin-bottom: 10px;
      padding: 0;
      width: 100%;
    }
    .global-contact .hs-form fieldset.form-columns-2 .input {
      margin-right: 0;
    }
    .global-contact div.hs_submit {
      display: inline-block;
      float: left;
      margin: 0;
      width: 100%;
    }
    .global-contact input.hs-button.primary.large {
      margin: 0;
    }
    .global-contact form.hs-form .form-columns-2 .hs-form-field .hs-input {
      width: 100%;
    }
}
@media (max-width:479px){
    .global-contact div.hs_submit {
        margin-top: 0;
    }
    .global-contact div.hs_what_are_you_interested_in {
        margin-top: 10px;
    }
    .hp-solutions-wrap .persona-column._2{
        min-height: 275px;
    }
}
/*SideBars*/
img.phone._2 {
    max-width: 70px;
}
.sidebar-btn{
    padding-bottom: 10px;
}
.w-col-8.sectional-column h2{
    font-size: 30px;
    line-height: 36px;
    margin-top:0;
    margin-bottom: 15px;
    color: #505657;
}
.w-col-8.sectional-column h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #505657;
}
.w-col-8.sectional-column p{
    font-size: 14px;
    line-height: 20px;
    margin-top:0;
    margin-bottom: 10px;
    color: #a0a1a2;
}
.right-siderbar-list ul {
    padding: 0;
}
.right-siderbar-list.sidebar-bullets li {
    color: #a0a1a2;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding-right: 10px;
}
.right-siderbar-list.sidebar-bullets li a {
    color: #a0a1a2;
    text-decoration: none;
}
.right-siderbar-list.sidebar-bullets li a:hover {
    color: #74a04c;
}
.sidebar-intro-text p{
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: #a0a1a2;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}   
.sidebar-intro-text strong, .sectional-row strong{
    color: #505657;
    font-weight: bold;
}
.sidebar-head-bullets li{
    color: #a0a1a2;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding-right: 10px;
}
span.bold{
    font-weight: bold;
}
span.light{
    font-weight: 300;
}
.right-text-field {
    padding: 0 10px;
}
.right-text-field input {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    color: #a0a1a2;
    font-size: 13px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-top: 7px;
}

.border-box{
    border-left: 1px solid #dfdfdf;
    padding-left: 15px;
}

/* Tab Section */
.tab {
    margin-right: -4px;
    width: 25%;
}
.nopad{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.img-box{
    border: medium none !important;
}

/*
.container-fluid .row-fluid .w-container .w-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
*/
.cta-container h3{
    margin: 0;
}
.event-div-wrap.alliances{
    min-height: auto !important;
}
.event-div-wrap.partner {
    min-height: auto;
}
.event-div-wrap.navl {
    min-height: auto;    
}
img.event-image {
    margin-bottom: 65px;
}
@media (max-width: 991px){
    img.event-image {
        margin-bottom: -12px;
    }
}
@media (max-width: 767px){
    .w-col-8.sectional-column h2{
        font-size: 28px;
        line-height: 34px;        
    }
    
    .border-box{
        border-left: medium none !important;
        border-top: 1px solid #dfdfdf;
        padding-left: 0;
        padding-top: 15px;
    }

}
/*
.w-col-8.sectional-column h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #505657;
}
.w-col-8.sectional-column p{
    font-size: 14px;
    line-height: 20px;
    margin-top:0;
    margin-bottom: 10px;
    color: #a0a1a2;
}
*/



/*Internal Nav - Adaptive Styles*/
.dd-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
}

#dd-menu{
    min-height: 50px;
              
    height: 50px;
}

#dd-menu ul {
    padding: 0;
    margin: 0;
}

#dd-menu li{
    display: block;
    opacity: 0;
    border-bottom: 1px solid lightgrey;
    position: relative;            
    transition: all 200ms;
    height: auto;   
    min-height: 60px;            
}

#dd-menu li:first-child {
    background-color: #f6f6f4 !important;
    display: block;
/*    border: 1px solid black; */
    opacity: 1 !important;                    
}        

#dd-menu li.dd-show{
    opacity: 0.98;
    background-color: #ffffff;
}

#dd-menu li.dd-show:hover{
    opacity: 1;
    background-color: #f6f6f4;

}

/*Menu Slide timing*/
#dd-menu li.dd-show:nth-child(2) { transition: all 40ms ease-in;}
#dd-menu li.dd-show:nth-child(3) { transition: all 80ms ease-in;}
#dd-menu li.dd-show:nth-child(4) { transition: all 120ms ease-in;}
#dd-menu li.dd-show:nth-child(5) { transition: all 160ms ease-in;}
#dd-menu li.dd-show:nth-child(6) { transition: all 200ms ease-in;}
#dd-menu li.dd-show:nth-child(7) { transition: all 240ms ease-in;}
#dd-menu li.dd-show:nth-child(7) { transition: all 280ms ease-in;}

#dd-menu li img{
    margin: 9px 10px 10px;
    position: absolute;
    width: 40px;
}

#dd-menu li:hover{
    cursor: pointer;
}

#dd-menu span.title{
    color: #505657;
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    margin-left: 60px;
    margin-top: 7px;
    width: 80%;    
}

#dd-menu span.description{
    color: #a0a1a2;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-left: 60px;
    width: 70%;
}

/*Pointer*/
.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 30px;
    margin-top: -6px;
    border: solid 7px transparent;
    border-top: solid 7px #000;      
    width: 0;
    right: 20px;
    float: left;
    margin-left: 20px;
}

.hover-on .dd-pointer{
    border: solid 7px transparent;
    border-top: solid 7px #38acd2;    

}

.dd-pointer.dd-pointer-up {
    border-bottom: solid 7px #505657;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 0 transparent;
} 

.hover-on .dd-pointer.dd-pointer-up{
    border-bottom: solid 7px #38acd2;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 0 transparent;
}

a.dd-link {
    height: 100%;
    position: absolute;
    width: 100%;
}

#dd-nav {
    display: none;
    height: auto;
}

@media (max-width: 767px){
    #int-nav {
        display: none;        
    }

    #dd-nav {
        display: block;
    }    
    
    /*Updated slider behaviour*/
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {
        margin-left: 0;
        /*margin-top: 200px;*/ /*** Caused text to display out of container from tablet onwards down - PJ*/
        width: 100%;
    }
    
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .hs_cos_flex-slides img {    
        float: none;    
    }
    
    .testimonial-container li.hs_cos_flex-slide-main {
        min-height: 400px;
        text-align: center;
    }
    
    .testimonial-section.hp-small-slide .hs_cos_flex-slider {
        height: 300px;
    }
    
    .hs_cos_flex-control-nav {
        bottom: 60px;    
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev {    
        left: 35px !important;
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-next {    
        right: 35px !important;
    }
}

@media (max-width: 479px){
    .testimonial-section.hp-small-slide .hs_cos_flex-direction-nav a {
        top: 91%;
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-prev {    
        left: 25px !important;
    }
    .testimonial-container .hs_cos_flex-slider .hs_cos_flex-next {    
        right: 25px !important;
    }
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {    
        /*margin-top: 200px;    */ /* It broke the slider by pushing text out of the container - PJ*/
    }
    .testimonial-section .caption span {
        font-size: 13px !important;
        line-height: 15px;
    }
    .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption p {
        font-size: 13px;
        line-height: 1;
    }
    .caption p:last-child {
        font-size: 12px;
    }
    .testimonial-section.hp-small-slide .hs_cos_flex-direction-nav a {
        top: 60%;
    }
    .hp-small-slide div.hs_cos_flex-slider {
        max-height: none !important;
    }
}

@media (max-width: 530px){
    .testimonial-section .caption span {
        font-size: 14px !important;
    }
}


@media (max-width: 400px){
     .testimonial-section.hp-small-slide .hs_cos_flex-slider .superimpose .caption {    
        margin-top: 0;
    }
}

/*TABLE css*/
.table tbody {
    border-left: 2px solid #dfdfdf !important;
    border-right: 1px solid #dfdfdf !important;
}

.table tbody tbody{
    border: medium none !important;
}

.table {
    width: calc(100% - 3px);
}

.table td {
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 13px;
}

.table ul {
    color: #a0a1a2;
    padding-left: 10px;
}

.table th {
    background-color: #287994;
    padding: 10px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}

/*NOTE: To be reviewed*/
img.phone._2.lg-img {
    max-width: 93%;
}

.table td span{
    color: #a0a1a2;
}

/*NOTE: To be reviewed*/
.tab {
    width: 20%;
}

input.login-button {
    background-color: #38acd2;
    border-style: none;
    color: #fff;
    margin-left: 10px;
    padding: 15px 15px 13px;
    text-align: center;
    width: 80px;
}
input.login-button:hover {
    background-color: #287993;
    cursor: pointer;
}

input.support-text-field {
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    color: #a0a1a2;
    display: inline-block;
    font-size: 13px;
    height: 45px;
    margin-left: 15px;
    margin-top: 15px;
    padding-left: 10px;
    padding-top: 7px;
    width: 180px;
}

.event-div-wrap.support._2,
.event-div-wrap.partner._2{
    height: auto;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 30px;
    padding-bottom: 5px;
    width: calc(100% - 20px);
}

.event-div-wrap.partner._2{
    margin-top: 10px;
}

@media (max-width: 991px){
    .event-div-wrap.support._2,
    .event-div-wrap.partner._2{        
        margin-left: 0;        
    width: calc(100% - 10px);
    }
}

p.p-small, 
.p-small p {
    display: block;
    color: #a0a1a2;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
}

p.p-big, 
.p-big p {
    color: #a0a1a2;
    font-size: 16px;
    line-height: 22px;
}

.company-heading {
    height: 60px;
}

/*NOTE: To be reviewed*/
.event-div-wrap {    
    height: auto;
    min-height: 250px;
}

img.usecase-icon {
    width: 80%;
}

.team-overlay {
    left: 0;
    top: 0;

}

.overlay-close .about-employee-overlay-exit-icon {
    height: 100%;
    position: absolute;
    width: 100%;
}

.about-employee-overlay-exit-icon:hover {
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.5s ease !important;
}
.about-employee-pagination-back, 
.about-employee-pagination-next {
    margin-top: 10px;
}

.cta-container h2{    
    color: white;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.img-box {
    background-color: #ffffff;
}

.right-boxes.img-box {
    background-color: transparent;
}

.w-col-8.sectional-column p.event-description{
    margin-top: 20px;
    color: #a0a1a2;
    font-size: 13px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.w-inline-block.tab.tab-lg {    
    width: 16.7%;    
    min-height: 100px;
}

.p-small.tabs.tab-lg {
    -moz-column-count: 1; 
}

.hs-rss-item {
    display: inline-block;
    height: 90px;
    width: 100%;
    margin-bottom: 0;
}

.banner-h1.internal {    
    margin-bottom: 10px;    
}

.dd-pointer.tab-pointer{
    display: none;
}


@media(max-width: 850px){
    .hs-rss-item {
        display: inline-block;
        height: 105px;
        width: 100%;
        margin-bottom: 0;
    }
}

@media(max-width: 767px){
    .dd-pointer.tab-pointer{
        display: inline;
        float: right;
    }
    .tab {
        height: auto;
        width: 100%;
       /* display: none;*/
    }
    .w-inline-block.tab.tab-lg {
        height: auto;
        min-height: auto;
        width: 100%;
    }
    .tab.first {
        display: block;
    }
    .hs-rss-item {
        height: auto;
        min-height: 70px;
    }
}

.w-tab-menu.tabs-menu.tab-open .tab{
    display: inline-block !important;
}

.dd-pointer.tab-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 24px;
    margin-top: -6px;
    border: solid 7px transparent !important;
    border-top: solid 7px #ffffff !important;      
    width: 0;
    right: 20px;
    float: left;
    margin-left: 20px;
    z-index: 999;
}

.hover-on .dd-pointer.tab-pointer{
    border: solid 7px transparent !important;
    border-top: solid 7px #000 !important;

}

.dd-pointer.tab-pointer.dd-pointer-up {
    border-bottom: solid 7px #ffffff !important;
    border-left: solid 7px transparent !important;
    border-right: solid 7px transparent !important;
    border-top: solid 0 transparent !important;
} 

.hover-on .dd-pointer.tab-pointer.dd-pointer-up{
    border-bottom: solid 7px #000 !important;
    border-left: solid 7px transparent !important;
    border-right: solid 7px transparent !important;
    border-top: solid 0 transparent !important;
}

.partner-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.event-div-wrap.partner-overview {
    height: 505px;
    padding-bottom: 60px;
}

.partner-image-div {
    height: auto;
    min-height: 284px;
    padding: 15px 15px 20px;
}

.team-position {
    clear: none;
    color: #434240;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
}

.tabs .primary-cta {
    color: #fff;
}
/*To be reviewed*/
.event-div-wrap.support{
    padding-bottom: 260px;
}

input.right-text-field {
    width: 93%;
}

.alliance-program {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 250px;
    margin-bottom: 20px;
}

input.login-button {
    background-color: #38acd2;
    border-style: none;
    color: #fff;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 14px 15px 13px;
    text-align: center;
    width: 80px;
}
.team-overlay-column._1 {
    padding-left: 20px !important;
}

.event-link-text{
    font-size: 16px;    
}

.phone._2 {
    margin-right: 10px;
    margin-top: 10px;
    width: 100px;
}

.intro-sec {
    padding-left: 10px;
}


    
.team-overlay{
    overflow-x: hidden;
    overflow-y: scroll;
}

.team-div-wrap {
    max-height: none;
    height: 2200px;    
    overflow-x: hidden;
    overflow-y: hidden;
}

@media (max-width: 991px){
    .event-div-wrap.use-case {    
        min-height: 290px;
    }
    .team-image{
        height: auto;
    }
    .event-link-text{
        font-size: 15px;
    }
    .email-lnk {
        word-wrap: break-word;
    }
    .event-div-wrap.career{
        min-height: 300px;
    }
    .intro-sec {
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .customer img.client-logo {
        height: auto;
    }
    .team-image{
        height: auto;
    }
        
    .team-overlay-column, 
    .team-overlay-column._1 {
        padding: 20px !important;
    }
    .team-overlay-column._1 {
        margin-top: 10px;
    }
    .team-overlay-column {        
        border-right: 1px none #fff;
    }
    .event-div-wrap.use-case {    
        min-height: 250px;
    }
    .event-day {
        left: 23px;
        margin-top: -20px;
        position: absolute;
    }
    .event-div-wrap.career{
        min-height: auto !important;
        height: auto !important;
    }
    
    .hp-rss-container h3 {
        margin: 10px 0 20px;
    }

}

@media (max-width: 479px){
    .customer img.client-logo {
        height: auto;
        width: 100%;
    }
    img.event-image {
        height: auto !important;
    }
    
    .team-overlay-column, 
    .team-overlay-column._1 {
        padding: 20px !important;
    }
    .team-overlay{
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    .team-div-wrap {
        max-height: none;
        height: 2500px;    
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    .hs-rss-item {
        height: auto;
        min-height: 85px;
    }
    

}

@media (max-width: 360px){
    .banner-spaceholder.internal,
    .banner-section.internal{
        /*min-*/height: 400px;
    }
}

.cta-container.cta-strip-blue h2 {    
    text-align: left;
}
.cta-container.cta-strip-blue p {  
    margin-bottom: 20px;
}

.def-tbl .table td span{
    font-style: normal;
}

.table table td {
    border: medium none;
}



.bg-image-block {    
    background-position: 50% 50%;
    background-size: cover;
    height: 200px;
   /* UNDONE: margin-top: 10px;*/
}

.event-div-wrap.customer {
    padding: 10px;
}
.customer img.client-logo {
    height: auto;
}
.hp-small-slide .hs_cos_flex-slider .superimpose .caption p{
    line-height: 1 !important;
}
.hp-strip-slider .hs_cos_flex-slider .superimpose .caption p,
.hp-strip-slider .hs_cos_flex-slider .superimpose .caption a,
.hp-strip-slider .hs_cos_flex-slider .superimpose .caption p a,
.hp-strip-slider .hs_cos_flex-slider .superimpose .caption{
    color: #eee !important;
}
@media (max-width: 767px){
    .bg-image-block {            
        background-size: contain;
        background-repeat: no-repeat;        
    }
    .bg-image-block.bg-fill {            
        background-size: cover;
        margin-top: 0;
    }
    .awards-column {
        text-align: center;
    }
    .awards-link {
        text-align: left;
    }
    
    .hp-strip-slider .hs_cos_flex-slider .superimpose .caption p,
    .hp-strip-slider .hs_cos_flex-slider .superimpose .caption a,
    .hp-strip-slider .hs_cos_flex-slider .superimpose .caption p a,
    .hp-strip-slider .hs_cos_flex-slider .superimpose .caption{
        text-align: center;
        line-height: 16px;
        padding: 0 10px;
    }
    
    
}

.event-div-wrap.alliances{
    background-size: cover;
    background-position: center center;
}

.bottom-box {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 479px) {
    .hp-solutions-wrap .persona-column._2 {
        min-height: auto !important;
        height: auto !important;
    }
    .primary-cta.center.small {
        position: relative;
        margin: 30px 0 0;
    }
    .hp-rss-section .hs-rss-item-text {
        padding-left: 30px;
        padding-right: 0 !important;
        width: 89% !important;
    }
    
}

/* This breaks menu */
/*
.row-fluid-wrapper {
    position: relative;
}
*/

.row-fluid-wrapper.row-depth-2 {
    position: inherit;
}

.select-style {            
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background:#ffffff url("https://cdn2.hubspot.net/hubfs/482141/arrow-dwn.png") no-repeat scroll 95.8% center;
    background-size: 20px;
        line-height: 20px;
    font-size: 16px;
}

.dd-select {
    padding: 0 !important;
}

.select-style select {            
    /*width: 130%;*/
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    color: #ffffff;
}

.select-style select option, 
.select-style option{
    color: #a0a1a2 !important;
    line-height: 20px;
    font-size: 16px;
}

.select-style select:focus {
    outline: none;
}

.dd-select,
.dd-pane{
    display: none;
}

.select-style {
    background-color: #287993;
}

.dd-pane{
    padding: 20px !important;
    background-color: #ffffff;
}

@media (max-width: 767px){
     .dd-select,
     .dd-pane {
        display: inline-block !important;
    }   
    #firstTab{
        display: none;
    }
}

.persona-hover.hp-hover {
    width: auto;
}

/* Table Responsive(Bootstrap 3.5)*/
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* Custom - Left Sidebar Blocks styling*/
.w-col-8 .w-col.w-col-6.company-column.partner .partner{
    margin: 0 10px;
    min-height: 249px;
    position: relative;
}
a.support.bottom{
    position: absolute;
    bottom: 15px;
}
@media (max-width: 767px ){
     .w-col-8 .w-col.w-col-6.company-column.partner .partner{     
        min-height: auto;
    }   
    a.support.bottom{
        position: relative;
        bottom: 0;
    }
}

/*Password Page Custom Styles*/
.psw-form {
    background-color: #f6f6f4;
    padding: 40px 30px 70px;
}

.psw-form .p-big{
    margin-bottom: 15px;
}

.psw-form input[type="password"] {
    border: 1px solid #dedede;
    display: block;
    height: 35px !important;
    width: 50%;
    margin-bottom: 15px;
}

.psw-form input[type="submit"] {
    background-color: #38acd2;
    border: medium none !important;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 20px 11px;
    text-transform: none;
    width: 15%;
    transition: all 200ms ease 0s;    
}

.psw-form input[type="submit"]:hover {
    background-color: #287993;    
    cursor: pointer;
}

.psw-footer{
    position: fixed;
    bottom: 0;
    width: 100% !important;
}

@media (max-width: 360px){
    .psw-footer{
        position: relative;        
    }   
}

/*Old website element*/
div#accordiontranscript {
    display: none;
}

/*iPhone Slider fix*/
.hs_cos_flex-slider .superimpose .caption {    
    position: relative;
}
/*downloads page buttons*/
.dl-btns-sp{
    text-align: center;
    padding-bottom: 25px;
}
.dl-btns-sp .button.filter.button.w-button.primary-cta.cta-btn-hollow.btn-filter {
    border-radius: 10px;
}

/*
.mix{
    display: none;
}
*/
.filter-two{
    display:none;
}
.Type{
    background: white;
    width: 100%;
    text-align: left;
    border: 5px solid green;
    padding: 10px 20px;
    margin: 0px 0 15px;
    /*position:relative;*/
}
.Products{
    background: white;
    width: 100%;
    text-align: left;
    border: 5px solid green;
    padding: 10px 20px;
    margin: 0px 0 15px;
    /*position:relative;*/
}
.customjs{
     background: white;
    
}
.customjs-2{
     background: white;
    
}
#buttonFilterContainer{
    position:relative;
}
/*
.category-wrapper {
    position: absolute;
}*/
.downloads-body{
    min-height:1000px !important;
}
.tab-controls{
    font-size: 20px;
}
.category-switch{
    background-color:white;
    color:rgba(80, 86, 87, 0.6);
}
.category-switch:active,
.category-switch:hover{
    color:black;
    border-bottom:3px solid #38acd2;
}
.switch-active{
    color:black;
    border-bottom:3px solid #287993;
}
button.btn-filter.filter {
    background-color: white;
    border: 1px solid #38acd2;
    width: 100%;
    display: inline-block;
}
button.btn-filter.filter:hover,
button.btn-filter.filter:active
{
    background-color: #287993;
    border: 1px solid #287993;
    color:white;
}
button.btn-filter.filter.active{
    background-color:#287993;
    border:1px solid #287993;
    color:white;
}
.category-switch:focus{
    outline:none !important;
}
button.btn-filter.filter:first-child{
    margin-top:0 !Important;
}
.resources-btn{
    background-image:none !important;
}
.resources-body{
    padding: 20px 0;
}
.grey-btn{
    background-color:rgba(80, 86, 87, 0.7) !important;
}
.grey-btn:hover{
    background-color:rgb(80, 86, 87) !important;
}
.modal-resource {
    cursor: pointer;
}
.vid-modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.vid-modal-content {
  background-color: #fff;
  margin: auto;
  max-width: 600px;
  outline: 0 none;
  padding: 10px 10px 5px;
  position: relative;
  width: auto;
}
.modal-close {
    color: #38acd2;
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
/** MD Modal **/
body .row-fluid .md-modal {
  display: none;
}
body .row-fluid .md-modal .contact-column { 
    background-color:rgb(242, 241, 238);
}
body .row-fluid .md-modal .contact-column input.hs-button.primary.large {
    margin-left: 46px;
}
.md-modal-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
      overflow: auto;
      padding: 15% 10% 20px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999999;
}
.md-modal__content {
    max-width: 767px;
    padding: 20px 20px 30px;
    margin-left: auto !important;
    margin-right: auto;
    z-index: 9999999;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
}
.md-modal__close {
    color: #38acd2;
    font-size: 30px;
    cursor: pointer;
    top: 0;
    position: fixed;
    background: white;
    padding: 15px 20px;
    right: 0;
     z-index: 999999;
}
.md-modal iframe.hs-responsive-embed-iframe {
    height: 400px;
}
body.md-modal-open {
   overflow: auto;
}
@media(max-width: 767px){
    body .row-fluid .md-modal {
        padding-top: 100px;
    }
    .md-modal iframe.hs-responsive-embed-iframe {
        height: 300px;
    }
}
/* Press contact page form button style */
.hs-content-path-company-press-contact .global-contact div.hs_submit{
    margin-top:0 !important;
}

/*@media (max-width: 479px){
    .hs-content-path-company-press-contact .global-contact div.hs_submit{
    float:left !important;
}
}*/
/***** Custom accordian PJ *******/
.w-tab-link.w-inline-block.tab.tab-sm.alt.acc-tab,
a.w-tab-link.w-inline-block.tab.tab-sm{
    /*width: 20%;*/
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #287993;
    background-color: #38acd2;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 13px;
}

#accordion section, #accordion .pointer, #accordion h1, #accordion p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#accordion {
  margin-bottom:30px;
}
#accordion h1 {
  line-height:1.2;
  font-size:20px;
  background-color:rgba(255,0,0,0.3);
  margin:0;
  padding: 10px 10px 10px 30px;
}

#accordion section a {
  font-size:15px;
}
#accordion div.tabs{
    display:none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(223, 223, 223);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(223, 223, 223);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgb(223, 223, 223);
    background-color: white;
}
/*#accordion section {
  overflow:hidden;
  height:auto;
  /*border:1px #333 solid;
  border-left:1px #333 solid;
  border-right:1px #333 solid;
  
}*/
/*#accordion p {
  padding:0 10px;
}*/
#accordion section.ac_hidden p:not(.pointer) {
  color:#fff;
}

#accordion section.ac_hidden {
  height:40px;
}
#accordion .pointer {
  padding:0;
  margin:10px 0 0 6px;
  line-height:20px;
  width:13px;
  position:absolute;
}
#accordion section:not(.ac_hidden) h1 {
  background-color:rgba(255,0,0,0.7);
}
#accordion section:not(.ac_hidden) .pointer {
  display:block;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg);
  padding:0;
}
#accordion section a span{
    float:right;
    font-size:25px;
    font-weight:bold;
}
#accordion .w-tab-link.w-inline-block.tab.tab-sm.alt.acc-tab{
    background-repeat: no-repeat;
    background-position: right;
}
#accordion .p-small.tabs {
    padding: 0px 15px 10px;
}


/**** slider fix ******/
@media(max-width:420px){
.hs_cos_flex-control-nav{
    bottom:30px;
}
.testimonial-section.hp-small-slide .hs_cos_flex-slider {
    height: 390px;
}
.testimonial-container li.hs_cos_flex-slide-main {
    min-height: 450px;
    text-align: center;
}
}

/******************************************************************/
/**** 2017 Updates ******/
/******************************************************************/

/* Custom Module Settings (START) *********** */
.w-row.vid-below {
    display: flex;
    flex-flow: row wrap-reverse;
}    
.container-fluid .row-fluid .vid-below .w-col.w-col-6,
.container-fluid .row-fluid .vid-above .w-col.w-col-6 {
    width: 100%;
}
.container-fluid .row-fluid .vid-above .w-col.w-col-6.first {
    margin-bottom: 20px;
}
.container-fluid .row-fluid .vid-below .w-col.w-col-6.last {
    margin-bottom: 60px;
}

.container-fluid .row-fluid .vid-right .w-col.w-col-6.first {
    float: right;
}
.container-fluid .row-fluid .vid-right .w-col.w-col-6.last {
    float: left;
}

@media( max-width:767px){
    .container-fluid .row-fluid .vid-left .w-col.w-col-6.last {
        margin-top: 15px;
    }    
}

/* Custom Module Settings (END) */


.content-section {
    padding-bottom: 50px;
    padding-top: 50px;
}


.container-fluid .row-fluid .w-col.homepage-column {
    padding-left: 30px;
    padding-right: 30px;
}

.content-section.model-four-dg {
    background-color: #505657;
}

.content-section.products-banner {
    background-position: 50% 42px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    padding-top: 90px;
}

.content-section.solution-banner {
    background-position: 50% 52%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    padding-top: 120px;
}

.content-section.webinar-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-top: 101px;
}

.content-section.model-two-grey-bg {
    background-color: #f6f6f4;
    padding-bottom: 40px;
    padding-top: 50px;
}

.content-section.model-three-blue-bg {
    background-color: #287993;
    padding-bottom: 60px;
    padding-top: 60px;
}

.quote-img {
    background-color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 10%;
    opacity: 1;
    text-align: center;
}

h3.h3.whitepaper-quote {
    color: #505657;
    display: block;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 80%;
    text-align: center;
}

.w-clearfix.w-col.w-col-2.w-col-small-2.w-col-tiny-2.whitepaper-columns {
    padding: 0;
}

p.p-small.author {
    color: #a0a1a2;
    font-style: italic;
    margin-top: 20px;
    text-align: center;
}

.primary-cta.scorecard-btn {
    background-color: #287993;
    border: 1px solid #287993;
    margin-bottom: 10px;
}

.primary-cta.scorecard-btn:hover {
    background-color: #38acd2;
    border-color: #38acd2;
}

.primary-cta.scorecard-btn-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 100;
}

.offer-read-more {
    color: #38acd2;
    text-decoration: none;
}

.offer-read-more:hover {
    text-decoration: underline;
}

.primary-cta.scorecard-btn-outline:hover {
    background-color: #287993;
    border-color: #287993;
    color: #fff;
}

.products-videos {
    margin-top: 30px;
    margin-bottom: 20px;    
}

.lightbox-image {
    background-color: #fff;
    border: 1px solid #eee;
    display: block;
    height: 115px;
    padding: 5px;
    transition: box-shadow 500ms ease 0s;
}
.lightbox-column {
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.right-boxes.no-margin-top.whitepaper-box {
    background-color: #fff;
    border-color: #eee;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.whitepaper-bg {
    background-color: #38acd2;
    min-height: 90px;
}

.whitepaper-img {
    /*box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    max-width: 50%;
}


.whitepaper-img.v1 {
    margin-top: 0;
    max-width: 70%;
}

.primary-cta.margin-top.download-btn {
    background-color: #38acd2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 70%;
}

.resources-heading {
    color: #505657;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.resources-tab-menu {
    margin-top: 15px;
}


.right-boxes.no-margin-top.resources-block {
    border-color: #eee;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
}

.w-tab-link.resources-tabs {
    background-color: #eee;
    color: #cecece;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    width: 50%;
    color: #cecece;
    font-weight: 700;
    text-align: center;
    float: left;
}

.right-boxes.no-margin-top {
    background-color: #fff;
    margin-top: 0;
    min-height: 40px;
}

.primary-cta.margin-top.download-btn:hover {
    background-color: #287993;
}

.resources-block .w-tab-content {
  float: left;
}

.w-tab-link.resources-tabs.w--current {
    background-color: #38acd2;
    color: #fff;
    font-weight: 700;
}

.w-tab-link {
  background-color: #dddddd;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  padding: 9px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}

.right-siderbar-list.v1 {
    margin-top: 25px;
}
.right-siderbar-list {
    padding-left: 25px;
}
.p-small.v5 ul {
    padding-left: 4px;
}
.right-sidebar-list-item._2.resources-link {
    /*color: #38acd2;*/
    font-size: 20px;
    line-height: 20px;
    /*list-style-type: square;*/
    margin-left: 10px;
}
.p-small.v5 p {
    margin: 5px 0 10px;
}
.p-small.v5 li {
    margin: 0 0 10px 10px;
}

.resources-link {
    color: #a0a1a2;
    font-size: 14px;
    text-decoration: none;
}

.resources-link:hover {
    color: #38acd2;
    text-decoration: underline;
}

.footer-v2 .container-fluid .row-fluid .w-col.footer-column {
    border-right: 1px none #e7e7e7;
    height: 200px;
    padding: 15px 15px 30px;
}

.div-divider {
    background-color: #cecece;
    border-right: 1px solid #a0a1a2;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 25px;
    width: 100%;
}
.customer-logos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 65%;
    opacity: 0.5;
}

.company-row.support {
    margin-top: 0;
}
.container-fluid .row-fluid .w-col.customer-column {
    margin-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
}

.customer-market-block {
    border: 1px solid #eee;
    min-height: 305px;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 500ms ease;
    width: 100%;
}

.customer-market-block:hover {
    border: 1px solid #38acd3;
}


.customers-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 35%;
}

.team-name.download {
    margin-bottom: 5px;
    padding-left: 0;
}

.solution-content-offer-cta {
    background-color: #38acd2;
    border: 1px solid #38acd2;
    bottom: 30px;
    color: #fff;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: background-color 500ms ease 0s, box-shadow 500ms ease 0s, border-color 500ms ease 0s;
    width: 60%;
}

.solution-content-offer-cta.module-two {
    background-color: #fff;
    border-width: 2px;
    color: #38acd2;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 46%;
}

.solution-content-offer-cta.module-two:hover {
    background-color: #38acd2;
    border-color: #38acd2;
    color: #fff;
}

.rss-v2.hp-rss-section .hs-rss-item-text {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 50px) !important;
}

.rss-v2.hp-rss-section .hs-rss-item .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 50px !important;
}
.rss-v2.hp-rss-section .hs-rss-item-text p {
    color: #a0a1a2;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 0;
    position: relative;
}

.rss-v2 .hs-rss-description a {
    color: #38acd2;
    display: block;
    font-size: 13px;
    margin: 5px 0 10px;
    transition: color 500ms ease 0s;
}

.rss-v2.hp-rss-section .hs-rss-description a:hover {
    text-decoration: underline;
}

.rss-v2 .hs-rss-item {
    height: auto;
}

.rss-v2 a.hs-rss-title {
    color: #505657;
    font-size: 16px;
    text-decoration: none;
    transition: color 500ms ease;
}

.rss-v2 a.hs-rss-title:hover {
    color: #38acd2;
    text-decoration: none;
}

.rss-v2.hp-rss-section .hs-rss-item-text a:last-child:before {
    content: none;
}

.rss-v2 .hp-rss-container h3 {
    border-bottom: 3px solid #eee;
    margin: 0 0 20px;
    padding-bottom: 0;
}
input.hs-button.primary.large,
.rss-v2 .view-all-cta {
    background-color: #38acd2;
    border: 1px solid #38acd2;
    display: block;
    float: none;
    font-size: 12px;
    margin-left: 59px;
    max-width: 140px;
    text-align: center;
    transition: background-color 500ms ease 0s, box-shadow 500ms ease 0s;
}


#submitbutton {
    background-color: #38acd2;
    border: 1px solid #38acd2;
    display: block;
    float: left;
    margin-left: 5px;
    text-align: center;
    -webkit-transition: background-color 500ms ease 0s, box-shadow 500ms ease 0s;
    transition: background-color 500ms ease 0s, box-shadow 500ms ease 0s;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
}
#submitbutton:hover {
    background-color: #287993;
    border-color: #287993;
}

.solution-content-offer-div {
    background-color: #fff;
    border: 1px solid #eee;
    min-height: 315px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 500ms ease 0s;
    width: 100%;
}

.whitepaper-img.v3 {
    box-shadow: none;
    margin-top: -63px;
    max-width: 30%;
}
.h3.v4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.h3.v4.use-case {
    padding-left: 10px;
}

.solution-product-block {
    border: 1px solid #eee;
    min-height: 330px;
    padding: 25px;
    text-align: center;
    text-decoration: none;
    transition: all 500ms ease 0s;
    width: 100%;
}

.solution-product-block:hover {
    /*box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);*/
    border-color: #38acd2;
    transition: all 0.3s ease;
}

.solution-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
}

.solution-content-offer-cta.module-one {
    background-color: transparent;
    border-color: #8b5e8f;
    border-width: 2px;
    bottom: 27px;
    color: #8b5e8f;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 37%;
}

.solution-content-offer-cta.module-one.blue {
    border-color: #38acd2;
    color: #38acd2;
}

.solution-case {
    margin-bottom: 20px;
}

.analytics-image-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*box-shadow: 0 20px 42px -14px rgba(0, 0, 0, 0.3);*/
  margin-bottom: 45px;
  margin-top: 40px;
  min-height: 200px;
}

.analytic-row {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}


.container-fluid .row-fluid .w-col-6.analytics-column {
    padding-left: 20px;
    padding-right: 20px;
}

.resources-link.right-sidebar-list-item.text span {
    color: #a0a1a2;
}

.right-sidebar-list-item._2.resources-link.text {
    font-size: 14px;
    float: left;
}

.use-case-link-block {
    border: 1px solid #eee;
    min-height: 375px;
    text-decoration: none;
    width: 100%;
}

.solution-content-offer-cta:hover {
    background-color: #287993;
    border-color: #287993;
    /*color: #fff;*/
    /*box-shadow: 0 10px 23px -7px rgba(0, 0, 0, 0.3);*/
}


.solution-content-offer-cta.module-one.blue:hover {
    background-color: #38acd2;
    color: #fff;
}

/* Accordion Module Styles *********** */
.item-header {
    background-color: #fff;
    cursor: pointer;
    min-height: 50px;
    margin: 0 auto;
    padding: 12px 51px 10px 10px;
    width: 100%;
    color: #505657;
    transition: all 0.2s ease-out;
    position: relative;
}

.item-header:hover {
    transition: all 0.2s ease-in;
    background-color: #38ACD2;
    color: #fff;
}

.item-content {
    background-color: #fff;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-top: 2px solid #eee;
}

.item-content-core {
    padding: 20px;
}

.open {
    height: auto;
}

.active {
    color: #fff;
}
.item-header.active  {
    background-color: #38ACD2;
    color: #fff;
}
    
.whitepaper-img.v6 {
    border: 1px solid #eee;
    box-shadow: none;
    margin-top: -65px;
}


.whitepaper-img.v2 {
    box-shadow: none;
    margin-top: -65px;
    max-width: 170px;
    min-height: 170px;
}

.space-1 {
    height: 20px;
}
.space-2 {
	height: 30px;	
}
.space-3 {
	height: 50px;	
}
.space-4 {
	height: 80px;	
}
.space-5 {
	height: 120px;	
}

    /* CHILD TOGGLE/TRIGGER */
    /***************************************/
    .accordion.child-trigger {
        cursor: pointer;
        display: block;
        float: none;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
    }
    
    .accordion.child-trigger span {
        left: 10px;
        position: absolute;
        top: 50%;
    }
    
    .accordion.child-trigger span:hover {
        background-color: #f1f1f1;
    }
    
    .accordion.child-trigger span:before,
    .accordion.child-trigger span:after {
        content: '';
        display: block;
        position: relative;
        top: 50%;
        right: -5px;
        width: 14px;
        height: 2px;
        margin-top: -2px;
        background-color: #505657;
        -ms-transform-origin: center center 0;
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }
    
    div.item-header:hover div.accordion.child-trigger.child-close span:before,
    div.item-header:hover div.accordion.child-trigger.child-close span:after,
    div.item-header.active div.accordion.child-trigger span:before,
    div.item-header.active div.accordion.child-trigger span:after {
        background-color: #fff;    
    }    
    
    .accordion.child-trigger span:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    
    .accordion.child-trigger.child-close span:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    
    .accordion.child-trigger.child-close span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }


.footer-v2 .footer-link-block {
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-arrow.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-bottom: 1px dotted #cecece;
  color: #a0a1a2;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  transition: all 500ms ease;
  width: 100%;
}

.footer-v2 .footer-link-block:hover {
  background-color: #38acd2;
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-arrow-white.svg");
  background-position: 98% 50%;
  background-size: 14px auto;
  color: #fff;
  padding-left: 10px;
}

.footer-v2 .latest-download {
    padding-bottom: 10px;
    padding-right: 15px;
    width: 100%;
}

.footer-v2 .footer-latest-download-link {
    color: #a0a1a2;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: static;
    text-decoration: none;
}

.footer-v2 .primary-cta.footer.download {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    position: static;
    width: auto;
}

.footer-v2.footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ccc;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer-v2 .content-list-item.contact {
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-email.svg");
  background-position: 0 50%;
  background-size: 24px auto;
  border-bottom-style: none;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-top: 0;
  background-repeat: no-repeat;
}

.footer-v2 .content-list-item.contact-phone {
  background-image: url("https://cdn2.hubspot.net/hubfs/482141/icon-phone.svg");
  background-position: 0 50%;
  background-size: 24px auto;
  border-bottom-style: none;
  color: #a0a1a2;
  padding-bottom: 0;
  padding-left: 30px;
  padding-top: 0;
  background-repeat: no-repeat;
}

.footer-v2 .latest-download {
    height: auto;
}

.footer-v2 .contact-link {
    color: #a0a1a2;
    text-decoration: none;
}

.copy-v2.copyright-section {
    background-color: #505657;
    border-top: 1px solid #e7e7e7;
    max-height: 60px;
    min-height: 60px;
    padding-top: 6px;
    text-align: center;
}

.copy-v2.copyright-text {
    color: #b8b8b8;
    display: block;
        float: none;
    text-align: center;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.copy-v2.privacy {
    color: #74a04c;
    font-style: italic;
    text-decoration: none;
}

.div-right {
    display: inline-block;
    width: calc(100% - 69px);
}

.div-left {
    display: inline-block;
    width: 65px;
    vertical-align: top;
}

.content-offer-div-block.v2 .slider-nav-header {
    text-align: left;
}

/*.solution-set .whitepaper-img.v3 {*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    box-shadow: none;*/
/*    color: transparent;*/
/*    height: 140px;*/
/*    margin-top: -63px;*/
/*    width: 100px;   */
/*}*/


.whitepaper-img.v4 {
    box-shadow: none;
    margin-top: -45px;
    max-width: 55%;
}

.analytics-intro-block {
    padding-left: 30px;
    padding-right: 30px;
}

.p-small.center.v4 {
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.resources-link.right-sidebar-list-item {
    text-decoration: none;
}

.intro-row {
    margin-top: 20px;
}

.products-column {
    text-align: center;
    margin-bottom: 15px;
}

.product-platform-div {
    border: 1px solid #dedede;
    min-height: 354px;
    padding: 30px 20px;
    text-decoration: none;
    /*transition: box-shadow 500ms ease 0s;*/
    width: 100%;
}

.product-images {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 91%;
}

.product-images.v1 {
    max-width: 50%;
}

.product-details {
    bottom: 33px;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    position: absolute;
    right: 0;
}

.team-name.products-heading {
    font-size: 20px;
    padding-left: 0;
    padding-top: 0;
}

.p-small.v4 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 9px;
}

.solution-content-offer-cta.module-one.v1 {
    border-color: #38acd2;
    color: #38acd2;
    margin-top: 15px;
    position: static;
    width: 43%;
}

.solution-left, 
.solution-right {
    display: inline-block;
    vertical-align: top;
}

.solution-left {
    height: 50px;
    width: 50px;
}

.solution-right {
    width: calc(100% - 60px);
    padding-top: 5px;
}

.top-set {
    min-height: 220px;
}

.divider-line {
    display: none;
}

.solution-content-offer-cta.module-one.v1:hover {
    background-color: #38acd2;
    color: #fff; 
}

.code-block {
    position: absolute;
}

.lightbox-column.w-col-4.w-col-small-4 {
    margin-bottom: 30px;
}

@media(max-width: 991px){
    .content-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .content-section.products-banner {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .primary-cta.margin-top.download-btn {
        width: 80%;
    }
    .whitepaper-img.v1 {
        max-width: 80%;
    }
    .w-col.w-col-10.w-col-small-10.w-col-tiny-10.whitepaper-columnb {
        padding-left: 20px;
        padding-right: 0;
    }
    .solution-product-block {
        min-height: 380px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .solution-left {
        height: 40px;
        width: 40px;
    }    
    .solution-right {
        padding-top: 5px;
        width: calc(100% - 50px);
    }
    
    .hp-solutions-wrap .use-case-text {
        padding-left: 10px;
    }

    .solution-content-offer-cta.module-one.v1 {
        width: 54%;
    }
    .product-platform-div {
        min-height: 310px;
    }
    .container-fluid .row-fluid .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .resources-tabs {
        padding-left: 10px;
        padding-ro: 10px;
    }
    .use-case-link-block {
        min-height: 385px;
    }    
    .customer-market-block {
        min-height: 328px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid .row-fluid .w-col-6.analytics-column {
        padding-left: 30px;
        padding-right: 30px;
    }
    .analytic-row {
        padding-left: 0;
        padding-right: 0;
    }
}


@media(max-width: 767px){
    .content-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-section.products-banner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .resources-block .w-tab-content {
      float: left;
      width: 100%;
    }
    .whitepaper-bg.v1 {
        min-height: 110px;
    }
    .container-fluid .row-fluid .w-col.footer-column {
        height: auto;
    }
    .w-col.w-col-10.w-col-small-10.w-col-tiny-10.whitepaper-columnb {
        padding-left: 15px;
    }
    .content-offer-image-link.w-inline-block {
        float: right;
    }
    .container-fluid .row-fluid .w-col.homepage-column {
        padding-left: 0;
        padding-right: 0;
    }
    .div-right {
        padding-left: 20px;
    }
    .logo-set {
        display: none;
    }
    .div-divider.hp {
        display: none;
    }
    .hp-cta-section.dpi {
        background-position: 50% 50%;
    }
    /*.solution-set .whitepaper-img.v3 {*/
    /*    height: 200px;*/
    /*    margin-top: -65px;*/
    /*    width: 140px;*/
    /*}*/
    .solution-set .solution-content-offer-cta {
        margin-bottom: 30px;
        position: static;
    }
    .solution-set .solution-content-offer-div {
        margin-bottom: 20px;
    }
    .solution-product-block {
        min-height: auto;
    }
    .blue.module-one.solution-content-offer-cta {
        margin-top: 10px;
        position: static;
    }
    .segment-set {
        width: 100%;    
    }
    .solution-content-offer-cta.v1 {
        margin-bottom: 30px;
        position: static;
    }    
    .content-section.model-two-grey-bg {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
    .top-set {
        min-height: 233px;
    }
    
    .solutions-line {
        display: none;
    }
    
    .divider-line {
        background-color: #dedede;
        height: 1px;
        margin-bottom: 20px;
        margin-top: 40px;
        width: 100%;
        display: block;
    }
    .soltions-use-heading {
        color: #505657;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .top-set, 
    .bottom-set {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    .bottom-set {
        padding-left: 20px;
    }
    .top-set {
        min-height: 233px;
    }
    .soltions-use-heading {
      margin-top: 15px;
    }
    .product-images {
        max-width: 30%;
    }
    .product-images.v1 {
        max-width: 20%;
    }
    .solution-right {
        padding-top: 0;
    }
    .v1.whitepaper-img.cta-set {
        margin-bottom: 30px;
    }

}


@media(max-width: 510px){
    .top-set {
        min-height: 0;
    }
    .top-set, 
    .bottom-set {
        width: 100%;
    }
    .bottom-set {
        padding-left: 0;
    }
    .solution-right {
        padding-top: 5px;
    }
    
}  

@media(max-width: 479px){
    .content-offer-image-link.w-inline-block {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .events-set h2.h2.blue {
        width: 100%;
    }
    .events-set .v1.view-all-cta.w-button {
        float: left;
        margin: 0;
    }
    /*.solution-set .whitepaper-img.v3 {*/
    /*    max-width: 140px;*/
    /*    width: 140px;*/
    /*}*/
    .analytics-intro-block {
        padding-left: 0;
        padding-right: 0;
    }
    /*.analytic-row {*/
    /*  padding-left: 10px;*/
    /*  padding-right: 10px;*/
    /*}*/
    .hp-cta-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-fluid .row-fluid .w-col-6.analytics-column {
        padding-left: 0;
        padding-right: 0;
    }

}


/*PROCERA SIDEBAR BUTTON*/

#media-desktop {
    display: block;
}

#media-mobile {
    display: none;
}


.inquiries-block-2-mob {
    position: fixed;
    right: -399px;
    top: 300px;
    width: 400px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgb(56, 172, 210);
    background-color: rgb(240, 240, 240);
    z-index: 1000;
}

.inquiries-block-2 {
    position: fixed;
    right: -399px;
    top: 300px;
    width: 400px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgb(56, 172, 210);
    background-color: rgb(240, 240, 240);
    z-index: 1000;
}

.inquiry-open {
    position: fixed;
    right: 0px;
    top: 300px;
    width: 100px;
    height: auto;   
    padding: 5px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #1f677c;
    background-color: #38acd2;  
    cursor: pointer;
    color: #fff !important;
    z-index: 1000;
}

.inquiry-open:hover {
    background-color: #287993; 
}

.inquiry-open-mob {
    position: fixed;
    right: 0px;
    top: 300px;
    width: 100px;
    height: auto;   
    padding: 5px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(160, 161, 162);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(160, 161, 162);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(160, 161, 162);
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #1f677c;
    background-color: #38acd2;  
    cursor: pointer;
    color: #fff !important;
    z-index: 1000;
}

.inquiry-open-mob:hover {
    background-color: #287993;
}

.inquiries-text {
    padding-bottom: 5px;
    color: rgb(80, 86, 87);
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    max-width: 300px;
}

.inquiry-cta a {
    display: block;
    max-width: 180px;
    /*height: 50px;*/
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(129, 143, 130);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(129, 143, 130);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(129, 143, 130);
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: rgb(129, 143, 130);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgb(56, 172, 210);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none;
    color: #fff !important;
    text-align: center;
}

.inquiry-cta a:hover {
    background-color: rgb(40, 121, 147);
}

.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(80, 86, 87);
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    width: 30px;
    height: auto;
    text-align: center;
    padding: 5px;
}

.close-button:hover {
    background-color: #38acd2;
    color: #fff;
}

.close-button.internal:hover {
    background-color: #74a04c;
    color: #fff;
}

.greenchat .inquiry-open {
    background-color: #74a04c;
}
.greenchat .inquiry-open:hover {
    cursor: pointer;
    background-color: #74a04c;
    opacity: 0.9;
}

.inquiry-open.v2 {
    top: 360px;
}

.greenchat .inquiry-open {
    background-color: #74a04c;
    border: medium none;
    font-size: 16px;
    padding: 10px 20px;
    width: 150px;
}
.inquiries-block-2 {
    border: medium none;
}
.inquiries-block-2 {
    z-index: 9999;
}
.hidden-set {
    visibility: hidden;
}


@media (max-width: 767px) {
    
    .inquiry-open-mob {
        right: 50px;
        bottom: 0px;
        width: 150px;
        top: inherit;
    }
    
    .inquiries-block-2-mob {
        right: 50px;
        bottom: -180px;
        top: inherit;
    }
    
   /* #media-desktop {
        display: none;
    }*/

    /*#media-mobile {*/
    /*    display: block;*/
    /*}*/
    .hidden-set {
        visibility: visible;
    }

    
}

@media (max-width: 480px) {
    #media-desktop {
        display: none;
    }

    .inquiries-block-2-mob {
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        right: 10px !important;
        max-width: 250px;
    }
    
    .inquiries-text {
        font-size: 20px;
    }
    
}
/*******Popup resources form button*******/
.st-flat-banner{
    /*display:none;*/
    bottom: -180px;
    top:auto !Important;
    width:300px !important;
    background-color: #287993 !important;
    padding:20px;
    cursor:auto !important;
}

.st-flat-banner h3{
    margin:0 !important;
}

.st-flat-banner p{
    color:white;
}

.st-flat-banner span.hs-form-required{
    display:none;
}


.st-flat-banner input.hs-button.primary.large{
        margin: 0 !important;
    background-image: none !important;
}

.st-flat-banner input.hs-button.primary.large:hover{
    background-color: #287993;
        background-image: none !important;
        border:1px solid;
}

.st-flat-banner span.hs-form-required{
    display:none;
}

.st-flat-banner .hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive){
    box-shadow: none;
    border: none;
}

.st-flat-banner .inputs-list{
    padding-left:0 !important;
    padding-top:10px;
    color:white;
}

.opoform{
    display:none;
}
.opobutton{
    background-color: #38acd2;
    border: 1px solid #38acd2;
    display: block;
    float: none;
    font-size: 12px;
    margin-left: 59px;
    max-width: 130px;
    text-align: center;
    transition: background-color 500ms ease 0s, box-shadow 500ms ease 0s;
    margin: 0 !important;
    background-image: none !important;
    padding: 9px 15px;
    color: white;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.opobutton:hover{
    background-color:#287993;
}

.showform{
    display:block !important;
}

.showthing{
    display:block;
    bottom:0 !important;
}

.close-res{
        position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    cursor:pointer;
}

.mobile-select, #productSelect{
    font-size:16px !important;
}

@media(max-width:479px){
    .st-flat-banner{
        width:100% !important;
    }
    .company-column{
        padding-right:0 !important;
    }
    .content-column.w-col.w-col-6.controls{
        padding-right:0 !important;
    }
}

/* Mega Menu Styling */
.mega-wrapper {
  background-color: #f9f9f9;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 60px;
  /*visibility: hidden;*/
  z-index: 999999;
  height: 0;
-webkit-transition:  opacity 300ms ease, height 400ms ease;
transition:  opacity 300ms ease, height 400ms ease;
}
.mega-wrapper.mega-open {
    height: 486px;
  opacity: 1;
  visibility: visible;
-webkit-transition:  opacity 300ms ease, height 400ms ease;
transition:  opacity 300ms ease, height 400ms ease;

}
.mega-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.hd-mega {
  border-bottom: 2px none #e1e1e1;
  color: #38acd2;
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  text-decoration: none;
}
.w-list-unstyled {
  list-style: outside none none;
  padding-left: 0;
}
.mega-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
  padding-top: 3px;
}
.mega-list-item.nb {
  border-bottom-color: transparent;
}
.mega-icn {
  color: #6b6b6b;
  display: inline-block;
  margin-right: 8px;
  min-width: 14px;
}
.mega-link {
  border-left: 1px none #cacaca;
  border-right: 1px none #cacaca;
  border-top: 1px none #cacaca;
  color: #6b6b6b;
  display: inline-block;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  width: auto;
}
.mega-customer {
    display: block;
    height: 100%;
    top: 20px;
    position: relative;
}
.mega-cta-wrap {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
}
.mega-img-model-one {
    margin-bottom: 10px;
}
.mega-cta-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: rgb(51, 51, 51);
}
.mega-link:hover {
	color: #38acd2;
}
.mega-icn img {
    height: 14px;
    width: 14px;
}
@media(max-width: 991px){
    .mega-wrapper {
        display: none !important;
    }
}

.w-col-4-amd {
  width: 30% !important;
  margin-right: 21px !important;
  margin-left: 21px !important;
}

@media(max-width: 768px){
  .w-col-4-amd {
    width: 50% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media(max-width: 414px){
  .w-col-4-amd {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
  .event-link {
    margin: auto;
  }
}