.pub-bg {
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -ms-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#top-three-featured {
  position: relative;
  overflow: hidden;
  background-color: #1A1013;
  margin: 0;
}
#top-three-featured .item {
  display: inline-block;
  position: relative;
  min-height: 100%;
  height: 500px;
  float: left;
  background-size: 100%;
}
#top-three-featured .item:hover,
#top-three-featured .item:focus {
  background-size: 120%;
}

#other-four .item:hover,
#other-four .item:focus {
  background-size: 120%;
}

#top-three-featured .item:hover .read-more,
#top-three-featured .item:focus .read-more {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
#top-three-featured .item .read-more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  display: none;
}
#top-three-featured .item .read-more a {
  position: absolute;
  top: 40%;
  margin-top: -55px;
  left: 50%;
  margin-left: -55px;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #951B20;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
  padding-top: 32px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#top-three-featured .item .read-more a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c9242b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#top-three-featured .item .read-more a:hover,
#top-three-featured .item .read-more a:focus,
#top-three-featured .item .read-more a:active {
  text-decoration: none;
  color: #fff;
}
#top-three-featured .item .read-more a:hover:before,
#top-three-featured .item .read-more a:focus:before,
#top-three-featured .item .read-more a:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#top-three-featured .item.first {
  width: 45%;
}
#top-three-featured .item.second,
#top-three-featured .item.third {
  width: 27.5%;
}
#top-three-featured .cat,
#top-three-featured .title,
#top-three-featured .icon {
  z-index: 1;
}
#top-three-featured .icon {
  background-image: url('../imgs/sprites-home-pub-icons.png');
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -55px;
  margin-top: -55px;
}
#top-three-featured .icon.icon-file {
  background-position: -140px -10px;
}
#top-three-featured .icon.icon-cal {
  background-position: -11px -10px;
}
#top-three-featured .icon.icon-share {
  background-position: -14px -140px;
}
#top-three-featured .icon.icon-globe {
  background-image: url('../imgs/icon-globe-lg.png');
  background-position: center;
}
#top-three-featured .icon.icon-chip {
  background-image: url('../imgs/icon-chip-lg.png');
  background-position: center;
}
#top-three-featured .cat {
  position: absolute;
  bottom: 167px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.68);
}
#top-three-featured h5 {
  display: inline-block;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #951B20;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
  padding: 5px 20px;
}
#top-three-featured h5 em {
    font-style: normal;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
#top-three-featured .title {
  background-color: rgba(0, 0, 0, 0.68);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  height: 167px;
  display: block;
  vertical-align: top;
}
#top-three-featured .title h3 {
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 6px;
  color: #fff;
  font-family: 'PublicaSans-Bold', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
#top-three-featured .title h3 a {
    color: #fff;
}
#top-three-featured .title h3 a:hover {
    text-decoration: none;
}
#top-three-featured .title .desc,
#top-three-featured .title .date {
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
#top-three-featured .title .date {
  font-family: 'PublicaSans-Bold', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
#featured-items {
  padding-top: 0;
  padding-bottom: 0;
}
.pub-sec {
  margin: 40px auto;
}
.pub-sec .pub-bg {
  background-size: cover;
}
.pub-sec .top {
  padding-bottom: 20px;
  position: relative;
}
.pub-sec .top .dot {
  position: absolute;
  bottom: -3px;
  right: -2px;
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #000;
  border-radius: 100%;
}
.pub-sec .top .left {
  float: left;
  padding-left: 15px;
}
.pub-sec .top .right {
  float: right;
  padding-right: 15px;
  font-family: 'publica_sansmedium', 'Century_Gothic', 'Century Gothic', sans-serif;
  text-align: right;
  font-size: 24px;
  color: #4d4d4d;
}
.pub-sec .top h3 {
  font-family: 'publica_sansmedium', 'Century_Gothic', 'Century Gothic', sans-serif;
  color: #ac1f23;
  margin: 0;
}
.pub-sec .item {
  cursor: pointer;
  color: #fff;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
.pub-sec .item:hover .read-more,
.pub-sec .item:focus .read-more {
  opacity: 1;
}
.pub-sec .item .read-more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  display: none;
}
.pub-sec .item .read-more a {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #951B20;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
  padding-top: 25px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pub-sec .item .read-more a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c9242b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pub-sec .item .read-more a:hover,
.pub-sec .item .read-more a:focus,
.pub-sec .item .read-more a:active {
  text-decoration: none;
  color: #fff;
}
.pub-sec .item .read-more a:hover:before,
.pub-sec .item .read-more a:focus:before,
.pub-sec .item .read-more a:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.pub-sec .item h4 {
  margin: 0;
  font-family: 'PublicaSans-Bold', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
  color: #fff;
}
.pub-sec .item h4 a {
    color: #fff;
}
.pub-sec .item h4 a:hover {
    text-decoration: none;
}
.pub-sec .item .date {
  margin-bottom: 4px;
  font-family: 'PublicaSans-Bold', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.pub-sec .item .desc {
  line-height: normal;
}
.pub-sec .item.special .date {
    padding-left: 0;
    padding-right: 0;
}
.pub-sec .item.special .details h4 {
    margin-bottom: 15px;
}
.pub-sec .special {
  height: 235px;
  position: relative;
}
.pub-sec .special .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 20px;
  z-index: 1;
}
.pub-sec .special .details.gray {
  background-color: #666666;
}
.pub-sec .special .details .desc {
  padding: 0;
}
.pub-sec .item-two {
  background-color: #333;
  height: 165px;
  position: relative;
  margin-bottom: 12px;
}
.pub-sec .item .title {
    background-color: rgba(0,0,0,0.6);
    padding: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pub-sec .item .title a:hover {
    text-decoration: none;
}
.pub-sec .bottom .row {
    margin-bottom: 15px;
}
.pub-sec .item-two .icon,
.pub-sec .item-two h4,
.pub-sec .item-two .date,
.pub-sec .item-two .desc {
  position: relative;
  z-index: 1;
}
.pub-sec .desc {
  padding: 0 0 12px;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
.pub-sec .date {
    font-family: 'publica_sansmedium', 'Century_Gothic', 'Century Gothic', sans-serif;
    color: #ac1f23;
    padding: 0;
}
#other-four .item .date {
	font-weight: bold;
}
.pub-sec .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  background-image: url('../imgs/sprites-home-pub-icons.png');
}
.pub-sec .icon.icon-cal {
  background-position: -140px -140px;
}
.pub-sec .icon.icon-file {
  background-position: -140px -200px;
}
.pub-sec .icon.icon-globe {
  background-position: -200px -200px;
}
.pub-sec .icon.icon-chip {
  background-position: -200px -140px;
}
.pub-sec .more-link {
  clear: both;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.pub-sec .more-link.more-link-NewProducts {
    border-bottom: none;
}
.pub-sec .more-link a {
  font-size: 22px;
  font-family: 'PublicaSans-Bold', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pub-sec .more-link a span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pub-sec .more-link a:hover,
.pub-sec .more-link a:focus,
.pub-sec .more-link a:active {
  color: #951B20;
}
.pub-sec .more-link a:hover span,
.pub-sec .more-link a:focus span,
.pub-sec .more-link a:active span {
  font-size: 22px;
}
#vendor-logos {
  background-color: #F1F1F1;
  padding: 40px 0;
}
#vendor-logos h3 {
  margin: 0 0 20px;
  font-family: 'publica_sansmedium', 'Century_Gothic', 'Century Gothic', sans-serif;
  color: #808080;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
}
#vendor-logos .logo-wrap {
  text-align: center;
  overflow-x: hidden;
}
#vendor-logos a {
  opacity: 0.7;
  -webkit-transition: opacity 2.23s ease-in-out;
  -moz-transition: opacity 2.23s ease-in-out;
  -ms-transition: opacity 2.23s ease-in-out;
  -o-transition: opacity 2.23s ease-in-out;
}
#vendor-logos a:hover {
  opacity: 1;
}
#vendor-logos .logo-item {
  margin: 15px;
  display: inline-block;
  background-image: url(../imgs/sprites-tech-partners.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 120px;
}
#vendor-logos .logo-item.akamai {
  background-position: -10px -290px;
}
#vendor-logos .logo-item.akamai:hover {
  background-position: -210px -290px;
}
#vendor-logos .logo-item.cisco {
  background-position: -410px -10px;
}
#vendor-logos .logo-item.cisco:hover {
  background-position: -410px -150px;
}
#vendor-logos .logo-item.dell {
  background-position: -610px -290px;
}
#vendor-logos .logo-item.dell:hover {
  background-position: -610px -430px;
}
#vendor-logos .logo-item.hp {
  background-position: -610px -10px;
}
#vendor-logos .logo-item.hp:hover {
  background-position: -610px -150px;
}
#vendor-logos .logo-item.hpe {
  background-position: -10px -150px;
}
#vendor-logos .logo-item.hpe:hover {
  background-position: -210px -150px;
}
#vendor-logos .logo-item.ibm {
  background-position: -210px -430px;
}
#vendor-logos .logo-item.ibm:hover {
  background-position: -410px -430px;
}
#vendor-logos .logo-item.quest {
  background-position: -10px -570px;
}
#vendor-logos .logo-item.quest:hover {
  background-position: -210px -570px;
}
#vendor-logos .logo-item.unisys {
  background-position: -410px -290px;
}
#vendor-logos .logo-item.unisys:hover {
  background-position: -10px -430px;
}
#vendor-logos .logo-item.proofpoint {
  background-position: -10px -10px;
}
#vendor-logos .logo-item.proofpoint:hover {
  background-position: -210px -10px;
}
#vendor-logos .logo-item.symantec {
  background-image: url(../imgs/logo_techpartner_symantec_bw.png);
  background-position: center;
}
#vendor-logos .logo-item.symantec:hover {
  background-image: url(../imgs/logo_techpartner_symantec.png);
  background-position: center;
}
#vendor-logos .logo-item.nutanix {
  background-image: url(../imgs/logo_techpartner_nutanix_bw.png);
  background-position: center;
}
#vendor-logos .logo-item.nutanix:hover {
  background-image: url(../imgs/logo_techpartner_nutanix.png);
}
#new-articles .special {
  height: 344px;
}
#new-articles .details {
  background-color: #333333;
  height: 90px;
}
#pub-landing-container {
  padding-top: 40px;
  margin: 0 auto 70px;
  font-family: 'PublicaSans-Light', 'PublicaSans-Thin', 'Century Gothic', sans-serif;
}
#pub-landing-container h1.title {
  margin-top: 30px;
  margin-bottom: 30px;
}
#pub-landing-container .write-up {
    margin-top: 50px;
    color: #777;
    font-family: PublicaSans-Light,PublicaSans-Thin,'Century Gothic',sans-serif;
}
#pub-landing-container .date-posted {
  font-size: 16px;
}
#pub-landing-container .link {
  color: #777;
  font-family: publica_sansmedium,Century_Gothic,'Century Gothic',sans-serif;
  font-size: 15px;
  text-decoration: underline;
}
#pub-landing-container .register-now {
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 0;
  font-family: publica_sansmedium,Century_Gothic,'Century Gothic',sans-serif;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
}
#pub-landing-container .cta-bot .left {
  text-align: left;
}
#pub-landing-container .cta-bot .right {
  text-align: right;
}

.user-pub-wrapper .table > tbody > tr > td, 
.user-pub-wrapper .table > tbody > tr > th, 
.user-pub-wrapper .table > tfoot > tr > td, 
.user-pub-wrapper .table > tfoot > tr > th, 
.user-pub-wrapper .table > thead > tr > td, 
.user-pub-wrapper .table > thead > tr > th {
    border: 1px white solid;
}
@media only screen and (max-width: 1024px) {
  #top-three-featured .title h3 {
    font-size: 20px;
  }
  #top-three-featured .item.first,
  #top-three-featured .item.second,
  #top-three-featured .item.third {
    width: 33.33%;
  }
}
@media only screen and (max-width: 800px) {
  #top-three-featured .item.first,
  #top-three-featured .item.second,
  #top-three-featured .item.third {
    width: 100%;
    height: 400px;
  }
  #top-three-featured .title {
    height: 138px;
  }
  .pub-sec .special {
    margin-bottom: 30px;
  }
  #pub-landing-container .cta-bot .left,
  #pub-landing-container .cta-bot .right {
    text-align: left;
  }
  #pub-landing-container .cta-bot .left {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
    .pub-sec .special .details {
        height: auto;
        width: 100%;
    }
    #home-exp:before {
        content:'';
        position: absolute;
        width: 100%;
        height:100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.8);
    }
}
@media only screen and (max-width: 414px) {
  #top-three-featured .icon {
    top: 30%;
  }
  #top-three-featured .title {
    height: 167px;
  }
  #top-three-featured .item .read-more a {
    top: 30%;
  }
  .pub-sec .more-link {
    text-align: center;
    padding-top: 20px;
  }
  .pub-sec .top {
    margin-left: 0;
    margin-right: 0;
  }
  .pub-sec .mid {
    margin-bottom: 15px;
  }
  .pub-sec .special {
    height: 360px;
  }
  #pub-landing-container h1.title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  #top-three-featured .title h3 {
    font-size: 18px;
  }
  #top-three-featured .title .date,
  #top-three-featured .title .desc {
    font-size: 14px;
  }
}


.itupdate-search {
    overflow: hidden;
    background: rgba(77,77,77,.7);
    padding-top: 12px;
    height: 69px;
    position: absolute;
    z-index: 3;
    width: 100%;
}
.itupdate-search .itupdate-search-wrap {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    margin: 0 auto;
}
.itupdate-search .form-control {
    float: left;
    border-radius: 30px;
    max-width: 405px;
    height: 40px;
    box-shadow: none;
    font-size: 12px;
                
    color: black;
}
.itupdate-search .itupdate-search-button {
    cursor: pointer;
    float: left;
    background: url(../imgs/icon-search.png) center center no-repeat;
    border: none;
    display: block;
    height: 41px;
    width: 50px;
    text-indent: -1000px;
    overflow: hidden;
}
