@font-face {
  font-family: Commons;
  src: url('/fonts/ps-tt-commons-variable-roman.woff2') format('woff2')
}

.blog ul {
  list-style-type: circle
}

.blog ul li {
  font-weight: 400;
  font-size: 20px
}

.blog {
  background-color: #0d0f12;
  color: #fff;
  font-family: gotham ssm a, gotham ssm b, sans-serif
}

@media only screen and (min-width:1441px) {
  .blog .column-control--wide {
    max-width: 1400px
  }
}

.blog .columns {
  padding-left: 25px;
  padding-right: 25px
}

.blog h1{
  font-weight: 800;
  font-size: 35px;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 60px 0
  color: #FFFFFF;
}

.blog .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:1025px) {
  .blog .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 80px
  }
}

.blog .hero__image {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.blog .hero__image a {
  display: block
}

.blog .hero__image img {
  width: 100%;
  max-height: 550px
}

.blog .hero__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 70px 35px 50px
}

@media only screen and (min-width:1025px) {
  .blog .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 50px 25px 125px
  }
}

.blog .hero__content__inner {
  position: relative;
  padding: 0 37px
}

.blog .hero__content__inner:before {
  content: "";
  width: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f15b2a), to(#ec008c));
  background: -o-linear-gradient(#f15b2a, #ec008c);
  background: linear-gradient(#f15b2a, #ec008c);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0
}

.blog .hero__content__inner h1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 5px;
}

.blog .hero__content__inner h1 a {
  color: #fff;
  text-decoration: none
}

.blog .hero__content__inner p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px
}

.blog .hero--highlight {
  background: -o-linear-gradient(356.36deg, #ec008b 0, #f15a22 100%);
  background: linear-gradient(93.64deg, #ec008b 0, #f15a22 100%);
  margin-bottom: 0
}

.blog .hero--highlight .hero__image {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3
}

.blog .hero--highlight .hero__content {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 50px
}

.blog .hero--highlight .hero__content__inner {
  padding: 0
}

.blog .hero--highlight .hero__content__inner:before {
  display: none
}

.blog .hero--highlight .hero__content .tags a {
  color: #000
}

.blog nav.tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px
}

.blog nav.tags a {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aaa;
  word-break: break-all
}

.blog nav.tags--inline:not(.medium) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: unset;
  -moz-column-gap: unset;
  column-gap: unset;
  row-gap: unset
}

.blog nav.tags--inline a {
  margin-right: 10px
}

.blog main {
  margin-bottom: 25px
}

@media only screen and (min-width:641px) {
  .blog nav.tags {
    grid-template-columns: 1fr
  }

  .blog nav.tags--inline.medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    row-gap: unset
  }

  .blog nav.tags--inline.medium a {
    margin-right: 50px;
    margin-bottom: 25px
  }

  .blog main {
    padding-right: 50px;
    margin-bottom: 50px
  }

  .blog aside {
    padding-left: 0
  }
}

.blog .posts article {
  padding: 35px 25px;
  background-color: #181818;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  margin-bottom: 25px;
  grid-column: span 2
}

.blog .posts article.new {
  position: relative;
  margin-top: 25px
}

.blog .posts article.new:before {
  content: "New";
  background: -webkit-gradient(linear, left top, right top, from(#ec008c), to(#f15b2a));
  background: -o-linear-gradient(left, #ec008c 0, #f15b2a 100%);
  background: linear-gradient(90deg, #ec008c 0, #f15b2a 100%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 42px;
  padding: 2px 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1.85;
  font-weight: 700
}

.blog .posts article h4 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 15px
}

.blog .posts article h4 a {
  color: #fff;
  text-decoration: none
}

.blog .posts article p {
  font-size: 14px;
  line-height: 1.4;
  color: #c4c4c4
}

.blog .posts--simple article {
  padding: 25px 0;
  border-bottom: 1px solid #363636;
  background-color: transparent;
  margin: 0
}

.blog .posts--simple article h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5
}

.blog .posts--simple article h4:only-child {
  margin: 0
}

.blog .posts--featured-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px
}

.hljs {
  margin-bottom: 20px
}

.blog .posts__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid #363636
}

.blog .posts__filter label {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.blog .posts__filter__select {
  position: relative;
  background-color: #000
}

.blog .posts__filter__select select:hover {
  background-color: #121212
}

.blog .posts__filter__select select {
  margin: 0;
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  height: auto;
  padding: 5px 25px 5px 10px;
  text-transform: uppercase
}

.blog .posts__filter__select:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-75%);
  -ms-transform: rotate(45deg) translateY(-75%);
  transform: rotate(45deg) translateY(-75%);
  border: solid;
  border-width: 0 3px 3px 0;
  padding: 3px;
  color: #fff;
  height: 9px
}

.blog aside>.section, .blog aside>section {
  border-top: 2px solid #363636;
  padding: 25px 0
}

.blog aside h5 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px
}

.blog .categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  margin: 25px 0
}

@media only screen and (min-width:1025px) {
  .blog .hero__content__inner:before {
    width: 16px
  }

  .blog .posts__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0
  }

  .blog .posts__filter label {
    margin: 0 10px 0 0
  }

  .blog .categories {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

.blog .categories a {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #181818;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-weight: 800
}

.blog .categories a:nth-child(8n+1) {
  background-color: #0084bd
}

.blog .categories a:nth-child(8n+2) {
  background-color: #00baa5
}

.blog .categories a:nth-child(8n+3) {
  background-color: #f7a614
}

.blog .categories a:nth-child(8n+4) {
  background-color: #ec008c
}

.blog .categories a:nth-child(8n+5) {
  background-color: #b7064e
}

.blog .categories a:nth-child(8n+6) {
  background-color: #f15b2a
}

.blog .categories a:nth-child(8n+7) {
  background-color: #288cc9
}

.blog .post {
  background-color: #fff;
  color: #000;
  padding: 70px 0
}

.blog .post img {
  max-width: 100%
}

.blog .post p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px
}

.blog .post h1, .blog .post h2, .blog .post h3, .blog .post h4, .blog .post h5 {
  margin: 20px 0
}

.blog .post h1 {
  font-size: 36px;
  line-height: 40px
}

.blog .post-details {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.blog .post-details__feature {
  margin-top: -50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 25px 25px
}

.blog .post-details__author {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  padding: 35px;
  background-color: #181818;
  margin-bottom: 25px
}

@media only screen and (min-width:1025px) {
  .blog .post-details__feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .blog .post-details__author {
    width: 65%;
    margin-right: 25px;
    margin-bottom: 0
  }
}

.blog .post-details__author h6 {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px
}

.blog .post-details__author p {
  font-size: 20px;
  line-height: 1.5;
  color: #c4c4c4
}

.blog .post-details__author p a {
  color: #e80a89
}

.blog .post-details .promo {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.blog .post-details .promo__button {
  background-color: #fff;
  color: #000;
  padding: 20px 60px;
  font-size: 18px;
  line-height: 1.4
}

.blog .promo {
  background: linear-gradient(93.64deg, #ec008b 0, #f15a22 100%)
}

.blog .promo h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px
}

.blog .promo p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2
}

.blog .promo button, .blog .promo__button {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 2px;
  background-color: #000;
  border: none;
  padding: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.blog .promo button:hover, .blog .promo__button:hover {
  text-decoration: none
}

.indented {
  margin-right: 0;
  margin-left: 3%
}

.ai-machine-learning, .cloud, .data-professional, .general, .it-ops, .programming, .security {
  display: none
}

.topheader {
  width: 100%;
  color: #fff;
  background: url('/images/global/header/PS_background.jpg') right no-repeat #212121;
  margin: 0;
  height: 114px;
  clear: right
}

.topheader .ahotlogo {
  margin-left: 12%;
  margin-top: 0;
  padding-top: 15px;
  margin-bottom: 0;
  background-position: left;
  height: 120px;
  width: 750px;
  background-image: url('/images/global/header/ahot-logo-wtagline-02.png');
  background-repeat: no-repeat;
  background-size: 700px;
  clear: both
}

@media only screen and (max-width:1025px) {
  .topheader .ahotlogo {
    padding-top: 15px;
    margin: 0 auto;
    background-position: center;
    height: 119px;
    width: 321px;
    background-size: 321px;
    background-image: url('/images/global/header/ahot-logo-wtagline-01.png');
    background-repeat: no-repeat;
    clear: both
  }
}

#authorimage img {
  display: block;
  margin-left: 100px;
  margin-right: auto;
  margin-bottom: 150px;
  width: 200px;
  height: 200px;
  clear: both;
  display: flex;
  flex-direction: column
}

#bioinfo {
  width: 75%;
  margin-right: 5px
}

@media only screen and (min-width:1025px) {
  #authorimage img {
    float: right;
    width: 200px;
    height: 200px
  }
}

.articleitem time {
  text-align: right;
  float: right;
  font-size: large
}

.articleitem a {
  float: left;
  font-weight: 700;
  font-size: large
}

.rssicon {
  height: 30px;
  width: 30px;
  float: right;
  background-image: url("/images/base/rss.png");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.wideimage {
  width: 80%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
img[src*="#image80"] {
  width: 80%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img[src*="#image60"] {
  width: 60%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img[src*="#image50"] {
  width: 50%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bannerblock {
  padding-bottom: 10px;
  padding-top: 10px;
}

.bannerblock img {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.ps-horizontal-gradient-pink-to-orange{background:-moz-linear-gradient(left,#e80c88 0%,#f15b2c 100%);background:-webkit-linear-gradient(left,#e80c88 0%,#f15b2c 100%);background:linear-gradient(to right,#e80c88 0%,#f15b2c 100%)}@font-face{font-family:ps commons;src:url(/fonts/tt-commons/PS_TT_Commons_Regular.woff) format('woff');font-style:normal;font-weight:400}@font-face{font-family:ps commons medium;src:url(/fonts/tt-commons/PS_TT_Commons_Medium.woff) format('woff');font-style:normal;font-weight:400}@font-face{font-family:ps commons bold;src:url(/fonts/PS_TT_Commons_Bold.woff) format('woff');font-style:normal;font-weight:400}.ps-events{overflow:auto;padding:50px 0}.ps-events .filtering-options h4{margin-top:50px;margin-bottom:30px}.ps-events .filtering-options .select-container{position:relative;margin-bottom:20px}.ps-events .filtering-options .select-container label{color:#ccc;font-size:16px;padding:10px 0;border-bottom:1px solid #ccc;position:relative}.ps-events .filtering-options .select-container label:after{content:"";display:block;height:4px;position:absolute;transform:rotate(45deg);transition:transform .2s ease;border:solid;border-width:0 2px 2px 0;padding:3px;color:#fff;top:15px;right:10px}.ps-events .filtering-options .select-container label.active:after,.ps-events .filtering-options .select-container label.active_r:after{transform:rotate(-135deg);top:20px}.ps-events .filtering-options .select-container>ul{margin:20px 0;padding:20px 20px 0;position:absolute;background:#222;width:100%;z-index:1;top:25px}.ps-events .filtering-options .select-container>ul li{font-size:16px;padding:4px 0;cursor:pointer}.ps-events .filtering-options .select-container>ul li:before{display:none}.ps-events .filtering-options .select-container select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;box-shadow:none;background:#2c3e50;background-image:none}.ps-events .filtering-options .select-container select::-ms-expand{display:none}.ps-events .filtering-options .select-container select{height:40px;background:0 0;font-size:16px;color:#ccc;border:0;border-bottom:1px solid #ccc;padding:0;margin-bottom:30px}.ps-events .filtering-options .selected-tags-container button{transition:none;background:0 0;text-transform:none;letter-spacing:unset;cursor:pointer;outline:none}.ps-events .filtering-options .selected-tags-container .selected-tag{border-radius:50px;border:1px solid #fff;padding:8px 30px 8px 15px;font-size:12px;font-weight:700;margin-bottom:10px;margin-right:5px;text-align:left}.ps-events .filtering-options .selected-tags-container .selected-tag:after{content:"\f00d";font-family:FontAwesome;color:#181818;background:#fff;width:16px;height:16px;border-radius:20px;display:inline-block;position:absolute;top:6px;right:5px;text-align:center;padding-top:2px}.ps-events .filtering-options .selected-tags-container .clear-filters{font-size:14px;padding:0;border:0;color:#ec008c;font-weight:500;margin:20px 0 0}.ps-events .filtering-options .search-box-container .search{position:relative}.ps-events .filtering-options .search-box-container .search .search-button{position:absolute;right:5px;top:10px}.ps-events .filtering-options .search-box-container .search .search-button.fa-search:before{font-size:16px;color:#fff}.ps-events .filtering-options .search-box-container .search input.search-box{background:0 0;border:0;border-bottom:1px solid #ccc;width:100%;color:#ccc;font-size:16px;padding:0}.ps-events .filtering-options .search-box-container .search input.search-box:focus{color:#fff}.ps-events .ps-events-lists{margin-bottom:50px}.ps-events .ps-events-lists .active-event a:hover{text-decoration:none}.ps-events .ps-events-lists .active-event a:hover .event-cta:after{margin-left:8px}.ps-events .ps-events-lists .column-container{padding:0 15px;margin-bottom:30px}.ps-events .ps-events-lists .regular-container{background:#222;height:368px;padding:25px;-webkit-box-shadow:2px 20px 30px -15px rgba(0,0,0,.8);-moz-box-shadow:2px 20px 30px -15px rgba(0,0,0,.8);box-shadow:2px 20px 30px -15px rgba(0,0,0,.8);border-radius:8px;display:flex;flex-direction:column}.ps-events .ps-events-lists .events-container{display:flex;flex-wrap:wrap;max-width:1400px;margin:0 -15px}.ps-events .ps-events-lists .events-container .event-item a{text-decoration:none}.ps-events .ps-events-lists .events-container .event-item a:hover .event-cta:after{margin-left:8px}.ps-events .ps-events-lists .event-type{background:#f7a614;display:inline-block;padding:3px 15px;margin-bottom:20px;border-radius:42px;color:#000;font-size:12px;font-weight:700;align-self:start}.ps-events .ps-events-lists .event-title{font-size:22px;line-height:28px;font-weight:300;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ps-events .ps-events-lists .event-subtext{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.5px;text-align:left;color:#ccc;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ps-events .ps-events-lists .event-details{margin-top:auto;margin-bottom:25px}.ps-events .ps-events-lists .event-details ul{margin:0;padding:0}.ps-events .ps-events-lists .event-details ul li{font-size:12px;color:#aaa;font-weight:300;padding-left:0;margin-bottom:10px}.ps-events .ps-events-lists .event-details ul li:before{display:none}.ps-events .ps-events-lists .event-details i.event-icon{width:13px;height:13px;background-repeat:no-repeat;background-size:contain;background-position:center center;display:inline-block;position:relative;top:2px;margin-right:5px}.ps-events .ps-events-lists .event-details i.event-icon.event-calendar{background-image:url(../main/images/events/calendar.svg)}.ps-events .ps-events-lists .event-details i.event-icon.event-time{margin-left:20px;background-image:url(../main/images/events/clock.svg)}.ps-events .ps-events-lists .event-details i.event-icon.event-tag{background-image:url(../main/images/events/tag.svg)}.ps-events .ps-events-lists .event-details i.event-icon.event-global{background-image:url(../main/images/events/globe.svg)}.ps-events .ps-events-lists .event-cta{font-size:16px;font-weight:700;color:#fff}.ps-events .ps-events-lists .event-cta:after{content:"\f105";font-family:FontAwesome;color:#ec008c;margin-left:4px;transition:.3s all}.ps-events .ps-events-button .more-events-button{color:#ec008c;text-align:left;margin:0 auto;padding-left:0;padding-right:0;border:0;cursor:pointer;background:0 0;text-transform:unset;letter-spacing:unset;font-size:16px}.ps-events .ps-events-button .more-events-button:hover,.ps-events .ps-events-button .more-events-button:focus{box-shadow:unset;outline:unset;background:0 0}.ps-events .event-conference-icon{position:absolute;top:10px;right:15px;padding:0 10px}.ps-events .event-conference-icon span.event-conference-desc{z-index:10;display:none;width:200px;font-size:12px;line-height:1.4;color:#282828;background:#fff;padding:20px;border-radius:4px;position:absolute;top:40px;left:2px;transform:translateX(-80%)}.ps-events .event-conference-icon:after{font-family:FontAwesome;content:"\f05a";font-size:14px;color:#777}.ps-events .event-conference-icon:hover span.event-conference-desc{display:block}.ps-events .event-conference-icon:hover span.event-conference-desc:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#fff;border-width:15px;left:80%;top:-30px}.ps-events .column-container.active-event{display:block}@media only screen and (max-width:1130px){.ps-events .regular{width:50%}}@media only screen and (max-width:1024px){.ps-events .filtering-options{margin-bottom:30px}.ps-events .regular{width:50%}}@media only screen and (max-width:550px){.ps-events .column-container{width:100%;height:auto}}[v-cloak]{display:none}

td {
   padding-left: 7px;
   padding-right: 7px;
   font-weight:400;
   font-size: large;
}

.rightcolumn {
  width: 30%;
  color: #333333;
  font-style: italic;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

footer.footer {
  height: 50px;
  font-size: large;
  text-align: center;
  padding: 10px 0;
  background-color: white;
  background: rgb(191,191,191);
  background: linear-gradient(180deg, rgba(191,191,191,0.7679446778711485) 0%, rgba(255,255,255,0.6979166666666667) 8%, rgba(255,255,255,1) 94%, rgba(191,191,191,0.7651435574229692) 100%);
}
.box {
  background-color: #3F0C83;
  background-image: url("/images/base/techskillsday.png");
  border-radius: 10px; /* rounded corners */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* subtle glass effect */
  padding: 20px; /* add some padding */
  padding-top: 5px;
  color: #ffffff; /* dark grey text */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* different font */
  margin: 20px;
  height: 352px;
  background-position: right;
  background-repeat: no-repeat;
}
.box p {
    font-weight: bold;
    width: 50%;
}
.box .keychainify-checked {
  font-size: 1.7em;
  font-weight: bold;
  padding: 1px;
  color: blue;
}
