@media (max-width: 1199px) and (min-width: 735px) {
  .invite-location {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 735px) {
  .invite-location--box {
    gap: 20px;
  }
}
@media (max-width: 734px) and (min-width: 405px) {
  .invite-location {
    width: 35%;
  }
  #location-invite--view .location--highlighted {
    width: 50%;
  }
  #location-invite--view .location--text-block {
    width: 100%;
  }
  #location-invite--view .invite-location--box {
    margin: 25px 85px;
  }
  #location-invite--view .registration-btn--block {
    display: flex;
    justify-content: space-around;
  }
  #location-invite--view .location--top {
    justify-content: space-around;
  }
}
@media (max-width: 404px) {
  .invite-location {
    width: 90%;
    padding-bottom: 5px;
  }
  .invite-location img {
    display: none;
  }
  .invite-location--img {
    border: 2px solid #0079c1;
  }
  .conf-reg-closed {
    background-color: #dddddd;
  }
  #location-invite--view .location--highlighted {
    width: 50%;
  }
  #location-invite--view .location--text-block {
    width: 100%;
  }
  #location-invite--view .registration-btn--block {
    display: flex;
    justify-content: space-around;
  }
  #location-invite--view .location--top {
    justify-content: space-around;
  }
}
.conf-section--locations {
  background-color: #f2f2f2;
}
.conf-section--pricing {
  background-color: #ffffff;
}
.invite-section--sponsors {
  background-color: #eeeeee;
}
.conf-section--committee {
  background-color: #dddddd;
}
.conf-section--stay-connected-homepage {
  background-color: #ffffff;
}
.conf-section--accomodations {
  background-color: #f2f2f2;
}
.conf-section__padding {
  padding: 0px 0;
}
.conf-section--topics {
  background-color: #ffffff;
}
.conf-section--formats {
  background-color: #eeeeee;
}
.conf-section--submission {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .conf-section__padding {
    padding: 0px 15px;
  }
}
.why-attend--img {
  width: 98%;
  margin: 15px 0px 25px;
  border-radius: 4px;
  overflow: hidden;
}
.why-attend--img img {
  width: 100%;
}
.why-attend__h4 {
  color: #585858;
}
.why-attend--intro {
  padding-left: 10px;
}
.why-attend--wrap {
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-attend--box {
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 20px 20px;
  margin-bottom: 20px;
  width: 48%;
  min-height: 220px;
  border-radius: 4px;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .why-attend--box {
    width: 100%;
  }
}
.new-things--container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-things {
  display: block;
  width: 30%;
  margin: 0 0 40px;
}
.new-things img {
  display: block;
  width: 100%;
}
.new-things .new-things__text {
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}
.highlight-img__wrapper {
  display: block;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .new-things {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .new-things--container {
    justify-content: space-around;
  }
  .new-things {
    width: 65%;
  }
}
.location-h5 {
  color: #ffffff;
}
.highlight-border--top {
  width: 110%;
  height: 45px;
  background-color: #0079c1;
  border: 1px solid #0079c1;
  border-radius: 0 0 50% 60% / 0 0 100% 100%;
  position: relative;
  top: 62px;
  right: 70px;
  z-index: 2;
}
.gradient-curve--top {
  width: 110%;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0 0 70% 100% / 0 0 60% 100%;
  position: relative;
  bottom: 46px;
  right: 70px;
  z-index: 3;
}
.location-highlights,
.conf-section--timeline {
  background: #0079c1;
  background-image: linear-gradient(to right, #0079c1, #33B885);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.location-highlights .conf-h2,
.conf-section--timeline .conf-h2 {
  color: #25325b;
}
.gradient-curve--bottom {
  width: 110%;
  height: 101px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 70% 100% 0 0 / 60% 100% 0 0;
  position: relative;
  top: 100px;
  right: 70px;
  z-index: 3;
}
.highlight-border--bottom {
  width: 110%;
  height: 45px;
  background-color: #33B885;
  border: 1px solid #33B885;
  border-radius: 50% 60% 0 0 / 100% 100% 0 0;
  position: relative;
  bottom: 10px;
  right: 70px;
  z-index: 2;
}
@media (max-width: 967px) {
  .gradient-curve--top,
  .gradient-curve--top,
  .gradient-curve--bottom,
  .highlight-border--bottom {
    right: 20px;
  }
}
.price--wrapper {
  overflow: hidden;
  margin: 0 50px;
  padding: 0 5px;
}
.pricing-block {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  transition: transform 0.75s ease;
}
.pricing-tower {
  width: 315px;
  background-color: #eeeeee;
  padding: 25px;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex-direction: column;
}
.pricing-title {
  flex: 0 1 35px;
  font-size: 20px;
}
.rate__box,
.rate-description {
  text-align: left;
}
.rate__box {
  flex-direction: column;
  margin: 15px 0 0 0;
}
.rate__box .rate-amount {
  font-size: 30px;
  margin: 0;
}
.rate__box .rate-availible {
  font-size: 13px;
  letter-spacing: 1.3px;
}
.rate-description {
  margin: 15px 0;
}
.reg-btn-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.slide-btn--wrap .slide-btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 310px;
  background-color: transparent;
  color: transparent;
  border-radius: 100%;
  text-align: center;
  z-index: 1;
}
.slide-btn--wrap .slide-btn i {
  position: relative;
  bottom: 7px;
}
.slide-btn--wrap .active {
  color: #33B885;
  font-size: 45px;
}
.slide-btn--wrap .active:hover {
  font-size: 50px;
  transition: ease 0.2s;
}
.slide-btn--wrap #left-slide {
  left: -20px;
  top: 330px;
  cursor: pointer;
}
.slide-btn--wrap #left-slide i {
  right: 3px;
}
.slide-btn--wrap #right-slide {
  right: -20px;
  top: 330px;
  cursor: pointer;
}
.slide-btn--wrap #right-slide i {
  left: 3px;
}
@media (max-width: 990px) {
  .active {
    opacity: 100%;
  }
  .pricing-tower {
    width: 48%;
  }
  #right-slide,
  #left-slide {
    opasity: 100%;
  }
}
@media (max-width: 514px) {
  .pricing-tower {
    width: 100%;
  }
  .slide-btn--wrap #right-slide {
    right: 0;
  }
  .slide-btn--wrap #left-slide {
    left: 0;
  }
}
#conf-sponsors {
  padding: 30px 0;
}
#conf-sponsors h2 {
  text-transform: capitalize;
}
#conf-sponsors .flex-row--norowgap {
  gap: 10px;
  justify-content: center;
}
#conf-sponsors .conf-sponsors {
  color: #555555;
}
.conf-sponsor-box {
  text-align: center;
  width: 15%;
  margin: 15px 0;
  padding: 0 25px;
  align-self: center;
}
.venue-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: space-between;
}
.venue-wrapper .conf-page__title {
  width: 100%;
}
.circle-img {
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  background: url('//cdn.comsol.com/conference/2024/headers/MicheleMonasta.jpg') no-repeat;
  background-position: center bottom;
  background-size: 200px;
  margin: 0px auto;
}
.circle-img__boston {
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  background: url('//cdn.comsol.com/conference/2024/headers/Boston-Marriott-Burlington.png') no-repeat;
  background-position: center bottom;
  background-size: 200px;
  margin: 0px auto;
}
.venue-block__img {
  width: 27%;
  height: 70%;
  border-radius: 5px;
  overflow: hidden;
}
.venue-directions-container {
  width: 70%;
  flex-grow: 0;
}
.conf-h2--travel {
  margin-top: 0;
}
.accomodations-btn--block {
  display: flex;
  flex-direction: column;
}
.accomodations-btn {
  display: block;
  margin: 0px auto;
}
.format--h5 {
  color: #585858;
}
.syw-tagline {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #25325b;
}
.syw-topics-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
  background-color: #eeeeee;
  padding: 25px 50px;
  border-radius: 4px;
}
.syw-topics-container .topic-block {
  width: 30%;
}
.syw-topics-container ul {
  width: 100%;
  padding-inline-start: 20px;
}
.syw-topics-container ul li {
  list-style-type: square;
}
@media (min-width: 601px) and (max-width: 991px) {
  .syw-topics-container .topic-block {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .syw-topics-container .topic-block {
    width: 100%;
  }
}
.format-block {
  display: flex;
  flex-direction: column;
}
.format-block--poster,
.format-block--slideshow,
.format-block--guidlines {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 100%;
  background-color: #ffffff;
  margin: 0 0 10px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  margin-bottom: 15px;
  min-height: 220px;
  border-radius: 4px;
}
.format-text {
  flex-grow: 2;
}
.conf-h4--formats {
  margin-bottom: 10px;
}
.conference-btn--center-block {
  display: flex;
  justify-content: space-around;
}
.submission-rules-btn p {
  color: #0079c1;
  text-decoration: underline;
}
.legal-rules-dd ol {
  padding: 19px;
  padding-inline-start: 19px;
}
.member-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px 0;
  text-align: center;
}
.conf-committee-profile {
  display: flex;
  flex-direction: column;
  width: 22%;
}
.conf-headshot {
  border: 5px solid #25325b;
  border-radius: 4%;
  margin-bottom: 15px;
}
.conf-name {
  font-weight: 800;
  color: #25325b;
}
.conf-company {
  font-weight: 400;
}
.conf-country {
  font-size: 14px;
}
.conf-section--sticky-nav-container {
  position: relative;
  z-index: 20;
}
.conf-section--sticky-nav {
  width: 250px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 4px;
}
.conf-section--sticky-nav .caret-hide {
  opacity: 0;
}
.conf-section--sticky-nav:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transition: 0.25s;
}
.conf-section--sticky-nav:hover a {
  text-decoration: none;
}
.conf-section--sticky-nav:hover hr {
  border-top: 1px solid #25325b;
  transition: 0.25s;
}
.conf-section--sticky-nav .conf-sticky-list {
  list-style: none;
  line-height: 2.3em;
  font-weight: 700;
  letter-spacing: 0.13em;
  padding-inline-start: 0px;
}
.conf-section--sticky-nav .conf-sticky-list li:hover .caret-hide {
  opacity: 100%;
}
.conf-section--sticky-nav .conf-sticky-list h4,
.conf-section--sticky-nav .conf-sticky-list a {
  color: #25325b;
  margin-top: 0px;
}
@media (min-width: 1200px) and (max-width: 1342px) {
  .conf-section--sticky-nav {
    width: 205px;
  }
  .conf-section--sticky-nav .conf-sticky-list {
    width: 205px;
    letter-spacing: inherit;
  }
}
@media (max-width: 991px) {
  .conf-section--sticky-nav-container {
    display: none;
    opacity: 0;
  }
  .conf-unsticky-list {
    display: block;
    opacity: 100%;
    line-height: 2.3em;
    font-weight: 700;
    letter-spacing: 0.13em;
  }
  .conf-unsticky-list h4,
  .conf-unsticky-list a {
    color: #25325b;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .conf-unsticky-list {
    display: none;
    opacity: 0;
  }
}
.timeline-wrapper {
  margin-top: 25px;
}
.horizontal-timeline {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-inline-start: 0px;
}
.info,
.info-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.info-top {
  position: relative;
}
#topone {
  bottom: 194px;
}
#toptwo {
  bottom: 194px;
}
.timline-month {
  letter-spacing: 0.15em;
  font-weight: 400;
  color: white;
  font-size: 20px;
}
.timline-date {
  font-weight: 600;
  color: white;
  font-size: 50px;
  line-height: 1;
}
.timline-event {
  margin: 10px;
  padding: 13px 15px;
  background-color: #33B885;
  border: 2px solid #ffffff;
  border-radius: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3em;
  box-shadow: 0px 2px 4px rgba(2, 124, 190, 0.3);
}
.edge {
  padding: 10px 0px 0px 0px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6d6d6;
  position: relative;
}
.edge:before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: 1px solid #0079c1;
  border-radius: 25px;
  border: 1px solid #dddddd;
  position: absolute;
  top: -12px;
  left: 42%;
}
.li.complete .edge {
  border-top: 2px solid #33B885;
}
.li.complete .edge:before {
  background-color: #33B885;
  border: none;
}
.time-additional-info {
  position: relative;
  top: 48px;
  color: white;
}
@media (max-width: 600px) {
  .horizontal-timeline {
    flex-direction: column;
    align-items: flex-end;
  }
  .timline-event {
    margin: 10px 0;
  }
  .info {
    align-items: flex-end;
  }
  .edge {
    padding: 10px 30px 0px 0px;
    border-top: 0;
    border-right: 2px solid #d6d6d6;
  }
  .edge:before {
    top: 75px;
    left: 97%;
  }
}
.myc-dashboard--container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.myc-block {
  background-color: #eeeeee;
  padding: 25px;
  border-radius: 4px;
}
.myc-block .reg-status-indication {
  width: 100%;
}
.myc-block .reg-status-text {
  width: 100%;
}
.myc-block .reg-status-text {
  width: 100%;
}
.myc-block--login .accessScreenToggle {
  display: flex;
  gap: 20px;
}
.myc-block--login .conf-abstract-action-col .table {
  border-top: none;
}
.myc-block--login .conf-access-form-tab {
  border: 2px solid #252525;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.myc-block--login .conf-access-form-tab a {
  color: #252525;
}
.myc-block--login .conf-access-form-tab:hover,
.myc-block--login .conf-access-form-tab:focus {
  color: #25325b;
  background-color: #eeeeee;
}
.myc-block--login .conf-access-form-tab:hover a,
.myc-block--login .conf-access-form-tab:focus a {
  color: #0079c1;
}
.myc-block--login .conf-access-form-tab:hover {
  color: #0079c1;
}
.myc-block--login .conf-access-form-tab.active {
  border: 2px solid #0079c1;
  color: #0079c1;
}
.myc-block--login .conf-access-form-tab.active:hover,
.myc-block--login .conf-access-form-tab.active:focus {
  color: #25325b;
}
.myc-block--login .conf-form-submit {
  float: right;
}
.conf-btn--save {
  border-color: #0079c1;
  background-color: #eeeeee;
  color: #0079c1;
}
@media (min-width: 601px) {
  .myc-block--login .conf-access-form-tab {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .myc-block--login .conf-access-form-tab {
    width: 100%;
  }
}
.myc-block--reg-status {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.myc-block--abstract {
  width: 60%;
}
.myc-sidebar-wrapper {
  flex-grow: 01;
  width: 36%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard-h3 {
  font-weight: 600;
}
.dashboard-h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 25px;
  width: 100%;
}
.myc-block--nametag {
  flex-grow: 1;
}
.nametag--affiliation {
  color: #585858;
  font-weight: 800;
}
.nametag--position {
  color: #585858;
}
.myc-block--documents {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.myc-block--title {
  width: 100%;
}
.myc-block--downloads {
  width: 100%;
  font-weight: 600;
  line-height: 2;
}
#profile-setting-modal .modal-dialog .modal-content {
  width: 400px;
  min-width: 400px;
}
.myc-deliverables {
  width: 100%;
}
.myc-deliverables td,
.myc-deliverables th {
  padding: 5px 15px;
}
#abstract-form {
  background-color: #eeeeee;
}
#abstract-form .form-group label {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 18px;
}
.abstract--h1 {
  margin-top: 15px;
}
.abstract-h4 {
  font-weight: 800;
  line-height: 1.5;
  color: #999999;
  font-size: 20px;
  margin-bottom: 0px;
}
#conf-stay-connected {
  background-color: #f2f2f2;
}
#conf-stay-connected ul li {
  text-decoration: none;
}
#conf-contact {
  background: #252525;
  padding: 50px 0;
}
#conf-footer .row {
  margin: 0px;
}
#conf-footer .row .col-xs-12,
#conf-footer .row .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
#conf-footer hr {
  border-color: #585858;
}
ul.conf-footer-links {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 0.9em;
}
ul.conf-footer-links li {
  display: inline-block;
  margin: 10px 15px;
  text-align: center;
  color: #eeeeee;
  text-transform: uppercase;
  font-weight: 400;
}
/*================= Conference Home Footer  =================*/
#conf-back-to-top {
  background-color: #25325b;
}
#conf-back-to-top span a {
  color: #ffffff;
}
.conf-footer-links li {
  font-size: 1em;
  line-height: 1.75em;
}
.conf-footer-links li a {
  color: #ffffff;
}
#conf-footer {
  padding: 50px 0 30px;
  padding-bottom: 0;
  background-color: #25325b;
  border-top: 2px solid #33B885;
}
#conf-footer .conf-comsol-logo {
  max-width: 175px;
}
#conf-footer .conf-social-links ul .fa-circle {
  font-size: 3.8rem;
}
#conf-footer ul.conf-footer-links {
  padding: 10px 0 50px;
}
/*=================/ Conference Home Footer  =================*/
h2,
h3,
h4,
h5,
p {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  color: #333333;
}
.vid-top-bar {
  width: 100%;
  height: 70px;
  position: relative;
  margin-top: -70px;
  background: rgba(10, 10, 10, 0.7);
}
.vid-bg {
  background: #eeeeee top center repeat-x;
  width: 100%;
}
.vid-bg .heading-card-subtitle {
  background: #ffffff;
}
.vid-box {
  margin: 30px 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.vid-carousel .carousel-inner,
.vid-carousel .item {
  height: 380px;
}
@media (max-width: 1199px) {
  .vid-carousel .carousel-inner,
  .vid-carousel .item {
    height: 240px;
  }
}
.vid-carousel .carousel-control {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 15px;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 25px;
  font-size: 25px;
}
.vid-carousel .carousel-control.left {
  left: 0 !important;
  top: 30% !important;
  border-radius: 0 4px 4px 0;
}
.vid-carousel .carousel-control.right {
  right: 0 !important;
  top: 30% !important;
  border-radius: 4px 0 0 4px;
}
.vid-carousel .carousel-control.left:before {
  content: "\f053";
}
.vid-carousel .carousel-control.right:before {
  content: "\f054";
}
.vid-carousel .carousel-indicators {
  top: 5%;
  left: 123%;
  width: 5%;
  height: 5%;
}
.vid-indicators li {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #dddddd;
  border: none;
}
.vid-indicators .active {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #555555;
  border: none;
}
.vid-feature-text a {
  display: block;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.5em;
  text-align: left;
  font-weight: normal;
  padding: 0;
  text-decoration: none;
  transition: 0.2s;
  display: inline-flex;
}
.vid-feature-text a i,
.vid-feature-text a .video-subtitle {
  display: inline-block;
}
.vid-feature-text a p {
  margin: 0 0 0 0;
  color: #368ccb;
}
.vid-feature-text a:hover,
.vid-feature-text a:focus,
.vid-feature-text a:active {
  color: #005596;
}
.vid-feature-text a:hover .video-subtitle p,
.vid-feature-text a:focus .video-subtitle p,
.vid-feature-text a:active .video-subtitle p {
  text-decoration: underline;
  color: #005596;
}
.vid-feature-image {
  background-size: cover;
  width: 100%;
}
.vid-top-box {
  background: #ffffff;
  border-bottom: 4px solid #333333;
  border-radius: 4px 4px 0 0;
  padding: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  margin: 30px 0 0 0;
}
.vid-top-box-mobile {
  background: #ffffff;
  border-bottom: 4px solid #333333;
  border-radius: 4px 4px 0 0;
  padding: 0;
  height: 69px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.vid-top-box-mobile.affix {
  top: 0;
  left: 0;
  margin: 0;
  height: 60px;
  width: 100%;
  z-index: 1;
}
.vid-top-box-mobile.affix .vid-title a {
  font-size: 1em;
  margin: 20px 25px 0;
}
.vid-top-box-mobile.affix .vid-menu-offcanvas {
  top: 16px;
}
.vid-pillar-nav-mobile {
  position: relative;
  top: 80;
  left: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
}
.vid-tag-wrapper {
  margin: 0 15px 0 15px;
  background: none;
}
.vid-tag {
  display: inline-block;
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 2px 8px;
  margin: 0 8px 8px 0;
  font-size: 0.9em;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 3px;
}
.vid-tag i {
  margin: 0 5px;
}
.vid-tag i:first-child {
  margin-left: 0;
}
.vid-tag-pillar-text,
.vid-tag-core-text,
.vid-tag-type-text,
.vid-tag-product-text {
  cursor: default;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
}
.vid-tag-pillar {
  border: 1px solid #59aa47;
  color: #59aa47;
}
.vid-tag-pillar-text {
  color: #59aa47;
  font-weight: 600;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.vid-tag-type {
  border: 1px solid #d61e57;
  color: #d61e57;
}
.vid-tag-type-text {
  color: #d61e57;
  font-weight: 600;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.vid-tag-core {
  border: 1px solid #368ccb;
  color: #368ccb;
}
.vid-tag-core-text {
  color: #368ccb;
  font-weight: 600;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.vid-tag-product {
  border: 1px solid #e65e30;
  color: #e65e30;
}
.vid-tag-product-text {
  color: #e65e30;
  font-weight: 600;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.vid-tag-language {
  border: 1px solid #333333;
  color: #333333;
}
.vid-tag-language-text {
  color: #333333;
  font-weight: 600;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.vid-lang-available {
  color: #555555;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  margin-left: 0;
  margin-top: 0;
  padding: 0 8px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.vid-lang-available:hover,
.vid-lang-available:focus {
  color: #333333;
  text-decoration: underline;
}
.vid-lang-switch {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  width: 96%;
  margin: 5px 15px 20px;
  padding: 5px 20px;
}
.vid-lang-switch a {
  color: #555555;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  margin-left: 0;
  margin-top: 0;
  padding: 0 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
}
.vid-lang-switch a:hover,
.vid-lang-switch a:focus {
  color: #333333;
  text-decoration: underline;
}
.vid-tag-clear {
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #333333;
}
.vid-title {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1em;
  text-align: left;
  margin: 20px;
  padding: 0;
  color: #333333;
}
.vid-title a {
  line-height: 1em;
  color: #333333;
  text-decoration: none;
}
.vid-title a:active,
.vid-title a:visited {
  color: #333333;
  text-decoration: none;
}
.vid-title a:hover,
.vid-title a:focus {
  color: #252525;
  text-decoration: none;
}
.gt_newpost.vid .vid-subscribe-post {
  color: #555555;
  font: 600 18px/22px "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  margin-right: 30px;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.gt_newpost.vid .vid-subscribe-post:hover,
.gt_newpost.vid .vid-subscribe-post:focus {
  color: #333333;
  cursor: pointer;
}
.gt_newpost.vid .subform {
  position: relative;
  top: -11px;
  max-width: 300px;
  max-height: 50px;
}
.gt_newpost.vid .subform input.text-input {
  border-color: #555555;
  margin: 0;
}
.gt_newpost.vid .subform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
}
.gt_newpost.vid .subform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}
.gt_newpost.vid .subform :-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
}
.gt_newpost.vid .subform :-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}
.gt_newpost.vid .subform .subforminput {
  position: relative;
  bottom: -1px;
  right: 1px;
  border: solid 1px #555555;
  padding-left: 15px;
}
.gt_newpost.vid .blog-enterenvelope {
  z-index: 1;
  border: solid 1px #555555;
  background-color: #555555;
  position: relative;
  top: 1px;
}
.vid-subscribe {
  display: flex;
  position: relative;
  right: 30px;
}
.vid-top-box.watch {
  height: 80px;
}
.vid-watch-title {
  display: inline-block;
  float: left;
  padding-right: 20px;
  margin-top: 5px;
}
.vid-watch-title .vid-title {
  margin-right: 0;
}
.vid-search-watch-container {
  width: 300px;
  display: inline-block;
  float: right;
  margin: 20px 20px 20px 0;
}
.vid-search-watch {
  width: 100%;
  height: 37px;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.vid-search-watch input {
  width: 85%;
  padding: 5px 10px;
  text-align: left;
  transition: 0.3s;
  border: none;
  background: none;
}
.vid-search-watch input:focus {
  outline: none;
  outline-color: none;
  outline-style: none;
  outline-width: none;
}
.vid-search-watch .vid-search-icon {
  float: right;
  width: 14.2%;
  height: 36px;
  display: inline-block;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: solid 1px #c4c4c4;
  border-radius: 0 4px 4px 0;
  background: #dddddd;
  transition: 0.3s;
}
.vid-search-watch .vid-search-icon i {
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #555555;
}
.vid-search-watch .vid-search-icon:focus {
  background: #dddddd;
  box-shadow: 0 0 2px #dddddd;
}
.vid-search-filter {
  margin-bottom: 20px;
  margin-top: 5px;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.vid-search-filter input {
  width: 85%;
  padding: 6px 15px;
  text-align: left;
  transition: 0.3s;
  border: none;
  background: none;
}
.vid-search-filter input:focus {
  outline: none;
  outline-color: none;
  outline-style: none;
  outline-width: none;
}
.vid-search-filter .vid-search-icon {
  float: right;
  width: 14.2%;
  height: 36px;
  display: inline-block;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: solid 1px #c4c4c4;
  border-radius: 0 3px 3px 0;
  background: #dddddd;
  transition: 0.3s;
}
.vid-search-filter .vid-search-icon i {
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #555555;
}
.vid-search-filter .vid-search-icon:focus {
  background: #dddddd;
  box-shadow: 0 0 2px #dddddd;
}
.sidebar-banner-videos-blogs {
  width: 100%;
  text-align: center;
  max-width: 400px;
  max-height: 300px;
}
.sidebar-banner-videos-blogs a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sidebar-banner-videos-blogs a img {
  width: 100%;
  max-width: inherit;
  max-height: inherit;
  display: inline-block;
  border: 1px solid #999999;
}
.vid-accordion {
  margin-bottom: 0;
}
.vid-accordion .vid-accordion-heading a {
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  background: #555555;
  border-bottom: 3px solid #555555 !important;
}
.vid-accordion .vid-accordion-heading a.collapsed {
  margin: 10px 0;
  cursor: pointer;
  border-bottom: 3px solid #555555 !important;
  background: #ffffff !important;
}
.vid-accordion .vid-accordion-heading .accordion-icon {
  display: block;
  text-align: center;
  font-family: FontAwesome;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
}
.vid-accordion .vid-accordion-heading .collapsed .accordion-icon:before {
  content: "\f0d7";
}
.vid-accordion .vid-accordion-heading .accordion-icon:before {
  content: "\f0d8";
}
.vid-filter-titles {
  font-weight: 800;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.collapsed .vid-filter-titles {
  color: #555555;
}
a .vid-thumb {
  transition: 0.2s;
}
a .vid-thumb:active,
a .vid-thumb:hover,
a .vid-thumb:focus {
  border-color: #dddddd;
  box-shadow: 0 1px 2px #dddddd;
}
.vid-thumb {
  border: 2px solid #d0d0d0;
  max-height: 100px;
}
ul.vid-filter {
  list-style-type: none;
  margin: 10px 0 15px 15px;
  padding: 0;
}
ul.vid-filter h5 {
  text-decoration: underline;
}
ul.vid-filter li {
  margin: 8px 0;
  padding: 0;
}
ul.vid-filter input[type="checkbox"] {
  position: absolute;
  /* Match the image dimensions */
  width: 14px;
  height: 14px;
  /* Reset anything that could peek out or interfere with dimensions */
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
ul.vid-filter label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #555555;
  transition: 0.2s;
}
ul.vid-filter label:hover,
ul.vid-filter label:focus,
ul.vid-filter label:active {
  color: #368ccb;
}
ul.vid-filter input[type="checkbox"] + label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
  background: #dddddd;
  border: 1px solid #c4c4c4;
  content: " ";
  vertical-align: top;
}
ul.vid-filter input[type="checkbox"]:checked + label:before {
  background: #dddddd;
  font: 0.8em FontAwesome;
  position: relative;
  left: 0;
  color: #555555;
  content: "\f00c";
}
.vid-filter-btn,
.vid-filter-btn:active,
.vid-filter-btn:visited {
  background: #555555;
  color: #ffffff;
  margin: 20px auto;
  padding: 4px 30px;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #555555;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  transition: 0.2s;
}
.vid-filter-btn:hover,
.vid-filter-btn:active:hover,
.vid-filter-btn:visited:hover,
.vid-filter-btn:focus,
.vid-filter-btn:active:focus,
.vid-filter-btn:visited:focus {
  color: #dddddd;
  background: #555555;
  outline: none;
  outline-color: none;
  outline-style: none;
  outline-width: none;
}
.video-title-sm {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}
.vid-section-title {
  color: #333333;
  font-size: 35px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 0 15px;
}
.vid-section-title-hr {
  margin: 0 -20px 15px -20px;
  border: 0;
  height: 1px;
  background: #dddddd;
}
.vid-rows {
  /* adding top and bottom margin to video results rows */
  margin: 20px 0;
}
.vid-sort-by {
  margin: 0 15px 25px 0;
  display: block;
  float: right;
}
.vid-sort-by button {
  min-width: 130px;
  margin-top: 0;
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #dddddd;
  color: #555555;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  transition: 0.2s;
}
.vid-sort-by button:hover {
  color: #333333;
  border: 1px solid #b7b7b7;
}
.vid-sort-by button.disabled {
  color: #dddddd;
}
.vid-sort-by span {
  display: inline-block;
  line-height: 21px;
  text-align: center;
  font-size: 1.2em;
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 10px;
}
.vid-sort-by span.sort-text {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1em;
}
.vid-sort-by label {
  margin: 0px;
}
.vid-sort-by .sort-by-icon:before {
  content: "\f0d7";
}
.vid-sort-by ul.dropdown-menu {
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  z-index: 5;
  list-style: none;
  border-radius: 0 0 4px 4px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: none;
}
.vid-sort-by ul.dropdown-menu li a {
  font-size: 0.85em;
  margin: 0;
  padding: 5px 11px;
  text-decoration: none;
  color: #555555;
}
.vid-sort-by ul.dropdown-menu li a:hover {
  text-decoration: underline;
}
.vid-sort-by.open span.sort-by-icon:before {
  content: "\f0d8";
}
.vid-duration-text {
  color: #555555;
  font-size: 1em;
  font-weight: 300;
  margin: 6px 0 0 0;
}
a .video-title-sm {
  transition: 0.1s;
  text-decoration: none;
}
a .video-title-sm:active,
a .video-title-sm:hover,
a .video-title-sm:focus {
  color: #555555;
  text-decoration: none;
}
.video-watch-box {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vid-mobile-share {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .vid-mobile-share {
    display: none !important;
  }
}
.vid-mobile-share .dropdown-menu {
  min-width: 30px;
}
.vid-mobile-share .dropdown-menu a {
  color: #368ccb;
  font-size: 18px;
  transition: 0.2s;
}
.vid-mobile-share .dropdown-menu a:hover {
  background-color: #ffffff;
  color: #2a70a4;
  text-decoration: none;
}
@media (max-width: 767px) {
  .vid-desktop-share {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vid-desktop-share {
    display: none !important;
  }
}
.vid-share {
  margin: 0;
  padding: 10px 30px;
  display: block;
}
.vid-share i {
  margin: 0;
  padding: 5px 10px;
}
.vid-share .vid-share-title {
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #999999;
}
.vid-share a {
  color: #368ccb;
  font-size: 18px;
  transition: 0.2s;
}
.vid-share a:hover {
  color: #2a70a4;
  text-decoration: none;
}
.vid-content-box-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ffffff;
}
.vid-content-box-tabs > li {
  position: relative;
  display: inline-block;
}
.vid-content-box-tabs > li > a {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 10px 30px;
  margin-right: 2px;
  background-color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  color: #368ccb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.vid-content-box-tabs > li.active a,
.vid-content-box-tabs > li > a:hover,
.vid-content-box-tabs > li > a:focus {
  text-decoration: none;
  color: #005596;
}
.vid-content-box-tabs > li.active a {
  border-bottom: 1px solid #ffffff;
}
.vid-content-box {
  background: #ffffff;
  padding: 30px;
  margin: 0;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.vid-content-box .tab-pane {
  padding: 0;
}
.vid-content-box-footer {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  padding-bottom: 30px;
  margin: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.vid-content-box-footer hr {
  margin-top: 0;
}
.vid-content-box-footer .vid-language-picker {
  padding: 0 30px 0;
}
.video-files-container ul {
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}
.video-files-container ul li {
  list-style: none;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  color: #555555;
}
.video-files-container ul li a {
  margin-left: 0;
  padding-left: 0;
}
.video-transcript-container {
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
[cm-vid-abstract] ol {
  margin-left: 8px;
}
.vid-chapters-container {
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 1px solid #dddddd;
}
.vid-chapters {
  overflow: auto;
  display: block;
  position: relative;
}
.vid-chapters .chapter {
  height: auto;
  display: block;
  position: relative;
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  color: #555555;
}
.vid-chapters .chapter a {
  color: #555555;
  transition: 0.2s;
}
.vid-chapters .chapter a:hover {
  color: #333333;
  text-decoration: none;
}
.vid-chapters span:first-child {
  margin-top: 0;
}
.vid-chapters span:last-child {
  border-bottom: none;
}
.vid-chapters span .active {
  color: #333333;
  text-decoration: none;
  background: #dddddd;
}
.vid-related-box {
  background: #dddddd;
  border-radius: 0 0 4px 4px;
  padding: 30px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.vid-related-box .span2:first-child {
  margin-left: 100px;
}
.vid-related-title {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 4px 4px 0 0;
}
.vid-related-title h2 {
  color: #333333;
  margin: 0 0 0 30px;
  padding: 15px 0;
}
.video-description-sm {
  font-size: 15px;
}
.vid-related {
  background: #ffffff;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 6%;
  width: 200px;
  min-height: 220px;
}
.vid-related img {
  margin: 10px auto;
}
.vid-related a.related-video-title {
  display: block;
  border-top: 1px solid #dddddd;
  margin: 15px -15px 0;
  padding: 8px 15px 0;
  color: #333333;
  font-weight: 600;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  transition: 0.2s;
  text-decoration: none;
}
.vid-related a.related-video-title:active,
.vid-related a.related-video-title:hover,
.vid-related a.related-video-title:focus {
  color: #555555;
  text-decoration: underline;
}
.vid-menu-offcanvas {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #555555;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  color: #555555;
  text-align: center;
  position: relative;
  top: 20px;
  right: 33px;
  float: right;
  padding: 0 8px 3px;
  margin: 0;
  box-shadow: 0px 1px 1px #dddddd;
}
.vid-menu-offcanvas:hover,
.vid-menu-offcanvas:focus {
  border: 1px solid #333333;
  color: #333333;
  box-shadow: 0px 0px 4px #dddddd;
  outline: none;
  outline-color: none;
  outline-style: none;
  outline-width: none;
}
.vid-menu-offcanvas .vid-menu-updown {
  font-family: FontAwesome;
  font-size: 1.3em;
  position: relative;
  top: 2px;
  left: 4px;
  padding: 0 2px;
  color: #333333;
}
.vid-menu-offcanvas .vid-menu-updown:before {
  content: "\f107";
}
/*/\\/\/\//\/\/Mobile Responsiveness\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
@media (max-width: 1201px) {
  .vid-section-title {
    font-size: 2.2em;
    margin-left: 15px;
  }
  .vid-share {
    margin: 0;
  }
  .vid-share i {
    padding: 3px;
    margin: 0;
  }
  .vid-feature-text a {
    font-size: 1.5em;
    margin-top: 12px;
  }
  ul.vid-filter li {
    margin: 10px 0;
    padding: 0;
  }
  ul.vid-filter label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  ul.vid-filter li {
    margin: 10px 0;
    padding: 0;
  }
  ul.vid-filter input[type="checkbox"] + label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 2px 10px 0 0;
    background: #dddddd;
    content: " ";
    vertical-align: top;
  }
  .vid-menu-offcanvas {
    font-size: 0.9em;
  }
  .row-offcanvas {
    display: none;
  }
  .row-offcanvas.active {
    top: 0;
    display: block;
  }
  .row-offcanvas.active .vid-box {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .vid-accordion-heading a {
    font-size: 0.9em;
  }
  .vid-options {
    padding: 0 5px;
    margin: 0 0 0 20px;
  }
  .vid-options i {
    padding-right: 8px;
    margin: 0;
  }
  .vid-options a {
    padding-right: 15px;
    font-size: 0.9em;
  }
  #vid-application-files {
    padding: 10px 20px;
  }
  .vid-share {
    padding: 0 5px;
    margin: 0;
  }
  .vid-share hr {
    margin: 0 15px;
    border: 0;
    height: 1px;
    background: #dddddd;
  }
  .vid-share i {
    padding: 0 8px;
  }
  .vid-share .vid-share-title {
    padding-right: 5px;
    margin: 0;
    font-weight: normal;
    font-size: 0.9em;
  }
  .vid-section-title {
    font-size: 2em;
    margin: 0;
  }
  .vid-box {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
  }
  .vid-thumb {
    margin-top: 10px;
  }
  .video-title-sm {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 2px 0;
  }
  .video-description-sm {
    display: none;
  }
  .vid-tag {
    font-size: 0.8em;
  }
  .vid-related-title h2 {
    font-size: 2em;
  }
  .vid-related-box {
    padding: 20px;
  }
  .vid-related a.related-video-title {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .vid-thumb {
    height: auto;
  }
  .vid-tag.vid-tag-pillar-text,
  .vid-tag.vid-tag-type-text,
  .vid-tag.vid-tag-core-text,
  .vid-tag.vid-tag-product-text {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vid-top-box-mobile.affix .vid-title,
  .vid-top-box-mobile.affix .vid-title {
    font-size: 1em;
  }
  .vid-top-box-mobile.affix .vid-menu-offcanvas {
    top: 15px;
  }
  .vid-content-box-tabs > li > a {
    padding: 5px 10px;
    background-color: #ffffff;
    font-size: 12px;
  }
  .vid-share {
    padding: 0;
    margin: 0;
  }
  .vid-share hr {
    margin: 0 15px;
    border: 0;
    height: 1px;
    background: #dddddd;
  }
  .vid-share i {
    padding: 0 4px;
  }
  .vid-share .vid-share-title {
    padding-right: 5px;
    margin: 0;
    font-weight: normal;
    font-size: 0.9em;
  }
  .vid-sort-by {
    margin: 0 0 15px 0;
  }
  .vid-sort-by button {
    width: 90px;
    padding: 2px 4px;
    font-size: 0.9em;
    font-weight: 600;
  }
  .vid-sort-by button .sort-by-icon {
    margin-left: 5px;
  }
  .vid-sort-by ul.dropdown-menu {
    min-width: 75px;
    margin: 0;
    padding: 0;
  }
  .vid-sort-by ul.dropdown-menu li:first-child {
    padding-top: 5px;
  }
  .vid-sort-by ul.dropdown-menu li a {
    margin: 0;
    padding: 3px 6px;
    font-size: 0.9em;
  }
  .vid-section-title {
    font-size: 1.2em;
  }
  .vid-box {
    margin-top: 0;
  }
  .vid-duration-text {
    font-size: 0.99em;
  }
  .video-title-sm {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    margin: 2px 0;
  }
  .video-description-sm {
    display: none;
  }
  .vid-tag-wrapper {
    margin: 0;
  }
  .vid-tag {
    font-size: 0.8em;
  }
  .vid-related-box {
    margin: 0;
    padding: 20px;
  }
  .vid-related-title h2 {
    font-size: 1.8em;
    margin-left: 20px;
  }
  .vid-related {
    margin-bottom: 20px;
    padding: inherit;
    width: auto;
    height: auto;
  }
  a.related-video-title {
    margin-bottom: 15px;
  }
  .vid-content-box h4,
  .vid-content-box h5,
  .vid-content-box p {
    margin-right: 20px;
    margin-left: 20px;
  }
  .vid-content-box h4 {
    margin-top: 20px;
    line-height: 1.3em;
  }
  .vid-content-box p {
    margin-top: 5px;
  }
  .vid-tag.vid-tag-pillar-text,
  .vid-tag.vid-tag-type-text,
  .vid-tag.vid-tag-core-text,
  .vid-tag.vid-tag-product-text {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .vid-chapters {
    padding: 0 20px 0 20px;
    border-left: none;
  }
  .vid-related a.related-video-title {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .vid-menu-offcanvas {
    top: 15px;
    right: 15px;
    font-size: 0.9em;
    line-height: 1em;
    padding: 5px 10px;
  }
  .vid-title {
    font-size: 1em;
  }
  .vid-top-box-mobile {
    height: 60px;
  }
  .vid-top-box-mobile.affix {
    height: 60px;
  }
  .vid-top-box-mobile.affix .vid-title {
    font-size: 1em;
    margin: 15px;
  }
  .vid-top-box-mobile.affix .vid-menu-offcanvas {
    top: 12px;
  }
  .vid-sort-by {
    margin: 0 0 15px 0;
  }
  .vid-related img {
    margin: 10px auto;
  }
  .vid-related a.related-video-title {
    font-size: 0.9em;
  }
  .vid-top-box.watch {
    height: 70px;
  }
  .vid-search-watch-container {
    margin-top: 15px;
    width: 220px;
  }
  .vid-search-watch {
    height: 32px;
  }
  .vid-search-watch input {
    width: 80%;
  }
  .vid-search-watch .vid-search-icon {
    width: 19%;
    height: 30px;
  }
  .vid-search-watch .vid-search-icon i {
    font-size: 0.9em;
  }
}
@media (max-width: 400px) {
  .vid-search-watch-container {
    width: 140px;
  }
}
/******

Wistia Video CTA

*******/
div.wistia-btns {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.wistia-btns div {
  width: 50%;
  float: left;
  position: relative;
}
div.wistia-btns div img {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
}
div.wistia-btns div a {
  width: 65%;
  margin: 65% auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 40%;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  padding: 15px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #ffffff;
}
div.wistia-btns div a:hover,
div.wistia-btns div a span:hover {
  text-decoration: none;
}
div.wistia-btns div a span {
  display: block;
  margin: 0 auto;
  font-size: 0.6em;
  line-height: 1.25em;
  font-weight: normal;
  margin-top: 1.25em;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.button-color-purple {
  background-color: #ab1f46;
}
.button-color-purple:hover {
  background-color: #d61e57;
}
.button-color-orange {
  background-color: #e65e30;
}
.button-color-orange:hover {
  background-color: #eea342;
}
.button-color-green {
  background-color: #097609;
}
.button-color-green:hover {
  background-color: #59aa47;
}
.button-color-blue {
  background-color: #368ccb;
}
.button-color-blue:hover {
  background-color: #84c2ea;
}
.button-color-yellow {
  background-color: #eea342;
}
.button-color-yellow:hover {
  background-color: #ffd999;
}
.button-color-comsolblue {
  background-color: #005596;
}
.button-color-comsolblue:hover {
  background-color: #368ccb;
}
/*edgy video btns*/
div.video-btn-edgy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.video-btn-edgy div {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
div.video-btn-edgy div img {
  z-index: 900;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
div.video-btn-edgy div a {
  z-index: 1100;
  position: absolute;
  display: block;
  top: 6%;
  margin: 0 2%;
  width: 30%;
  font-size: 40%;
  font-weight: bold;
  line-height: 1.4em;
  padding: 15px;
  color: #ffffff;
}
div.video-btn-edgy div a span {
  display: block;
  margin: 0 auto;
  font-size: 0.6em;
  line-height: 1.25em;
  font-weight: normal;
  margin-top: 1.25em;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: bold;
}
div.video-btn-edgy div a.video-btn-edgy-bottom-link {
  right: 0;
}
div.video-btn-edgy div a:hover,
div.video-btn-edgy div a span:hover {
  text-decoration: none;
}
.video-cta-top-angled,
.video-cta-bottom-angled {
  z-index: 1000;
  display: block;
  width: 500px !important;
  height: 700px !important;
  position: absolute !important;
}
.video-cta-top-angled {
  top: -30px;
  left: 108px;
  background-color: #005596;
  -ms-transform: skew(-141deg, -10deg);
  -webkit-transform: skew(-141deg, -10deg);
  transform: skew(-141deg, -10deg);
}
.video-cta-bottom-angled {
  bottom: 73px;
  right: 0;
  background-color: #005596;
  -ms-transform: skew(38deg, -46deg);
  -webkit-transform: skew(38deg, -46deg);
  transform: skew(38deg, -46deg);
}
.corner-fill-in-top,
.corner-fill-in-bottom {
  z-index: 1000;
  position: absolute !important;
  width: 12.5% !important;
  height: 100% !important;
}
.corner-fill-in-top {
  background-color: #005596;
  bottom: 0;
  left: 0;
}
.corner-fill-in-bottom {
  background-color: #005596;
  bottom: 0;
  right: 0;
}
/* horizontal video btns */
div.video-btn-horizontal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.video-btn-horizontal div {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
div.video-btn-horizontal div img {
  z-index: 900;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
div.video-btn-horizontal div a {
  z-index: 1100;
  position: absolute;
  display: block;
  top: 17%;
  margin: 0 45px;
  width: 35%;
  font-size: 40%;
  font-weight: bold;
  line-height: 1.4em;
  padding: 15px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
div.video-btn-horizontal div a span {
  display: block;
  margin: 0 auto;
  font-size: 0.6em;
  line-height: 1.25em;
  font-weight: normal;
  margin-top: 1.25em;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: bold;
}
div.video-btn-horizontal div a.video-btn-horizontal-bottom-link {
  right: 0;
}
div.video-btn-horizontal div a:hover,
div.video-btn-horizontal div a span:hover {
  text-decoration: none;
}
/* video cta styles if only one link */
div.video-btn-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.video-btn-full div {
  position: absolute;
  z-index: 1100;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.video-btn-full img {
  z-index: 900;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
div.video-btn-full div a {
  display: block;
  margin: 21% auto;
  width: 33%;
  font-size: 45%;
  font-weight: bold;
  line-height: 1.4em;
  padding: 15px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
div.video-btn-full div a span {
  display: block;
  margin: 0 auto;
  font-size: 0.6em;
  line-height: 1.25em;
  font-weight: normal;
  margin-top: 1.25em;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: bold;
}
div.video-btn-full div a:hover,
div.video-btn-full div a span:hover {
  text-decoration: none;
}
.kb-entry {
  margin-top: 15px;
}
.kb-entry h2,
.kb-entry h3,
.kb-entry h4,
.kb-entry h5 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 300;
}
.kb-entry h2 {
  font-size: 32px;
  line-height: 1.3;
}
.kb-entry h3 {
  font-size: 24px;
  line-height: 1.3;
}
.kb-entry h4 {
  font-size: 20px;
  line-height: 1.3;
}
.kb-entry h5 {
  font-size: 18px;
  line-height: 1.3;
}
.kb-list strong,
.kb-list span {
  color: #999999;
  font-size: 14px;
}
.kb-list p {
  margin: 0.5em 0 1em 0;
}
.kb-list-header {
  margin-bottom: 0;
}
.kb-list-header h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.kb-search {
  border: solid 1px #c4c4c4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 20px;
}
.kb-search input {
  width: 85%;
  padding: 6px 15px;
  text-align: left;
  transition: 0.3s;
  border: none;
  background: none;
}
.kb-search input:focus {
  outline: none;
  outline-color: none;
  outline-style: none;
  outline-width: none;
}
.kb-search .kb-search-icon {
  float: right;
  width: 14.2%;
  height: 36px;
  display: inline-block;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: solid 1px #c4c4c4;
  border-radius: 0 3px 3px 0;
  background: #dddddd;
  transition: 0.3s;
}
.kb-search .kb-search-icon i {
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #555555;
}
.kb-search .kb-search-icon:focus {
  background: #dddddd;
  box-shadow: 0 0 2px #dddddd;
}
.slc {
  display: block;
  background-color: #eeeeee;
  margin: 0;
  padding: 0 ;
}
.slc .card {
  padding: 2rem;
}
.slc p {
  color: #585858;
}
.slc_page-header {
  padding: 4rem 0;
  color: #585858;
  background: url("https://dummyimage.com/1920x1080/DBDBDB/D3D3D3.jpg?text=IMG");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -7rem 7rem -9rem #585858;
  position: relative;
}
.slc_page-header:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slc_page-header .header__h1 {
  color: #585858;
  font-size: 6rem;
  font-weight: 700;
}
.slc_page-header .header__h2 {
  color: #585858;
  font-weight: 800;
  font-size: 4rem;
  margin: 1.2rem 0;
}
.slc_page-header .header__preheader {
  color: #585858;
  font-weight: bold;
  max-width: 70%;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .slc_page-header {
    padding: 15rem 0;
  }
  .slc_page-header .page-heading_h1 {
    font-size: 4rem;
    font-weight: 900;
  }
  .slc_page-header .header__preheader {
    font-weight: bold;
    max-width: 100%;
  }
}
.heading_h3 {
  text-transform: uppercase;
  color: #585858;
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
  margin: 2rem 0;
  padding-bottom: 1rem;
  position: relative;
}
.heading_h4 {
  margin: 0;
  font-weight: 900;
  font-size: 1.8rem;
  color: #585858;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(88, 88, 88, 0.08);
}
.heading_h5 {
  margin: 0;
  color: #585858;
}
.goback-link {
  color: #368ccb;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 0 5rem 2.2rem;
}
.goback-link:hover,
.goback-link:focus {
  text-decoration: none;
}
.goback-link:hover:before,
.goback-link:focus:before {
  left: -25px;
}
.goback-link:before {
  content: "\f060";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 1.8rem;
  padding-right: 0.5em;
  transition: left 0.2s ease-in-out;
  position: absolute;
  left: -2rem;
}
.slc-card-btn {
  display: inline-block;
  padding: 0.5rem 4rem;
  background: #368ccb;
  color: #ffffff;
  font-weight: 700;
  border-radius: 4px;
  font-size: 1.4rem;
}
.slc-card-btn:hover,
.slc-card-btn:focus,
.slc-card-btn:visited {
  text-decoration: none;
  color: #ffffff;
}
.slc-card-btn:hover {
  background-color: #005596;
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 7px 6px -7px #368ccb;
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card__header .heading_h4 {
  margin: 0;
  font-weight: 900;
  font-size: 1.7rem;
  color: #585858;
  padding: 0 0 1rem 0;
  border-bottom: 0.1rem solid rgba(88, 88, 88, 0.08);
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card__main-content ul {
  padding-left: 2.4rem;
  list-style: none;
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card__main-content ul li a {
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 600;
  display: block;
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card__main-content ul li a:hover {
  text-decoration: none;
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card__main-content ul li a:hover:before {
  left: 3.5rem;
}
.slc_taxonomies__content .taxonomy-cards .taxonomy-card__main-content ul li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 1.3rem;
  padding-right: 0.5em;
  transition: left 0.2s ease-in-out;
  position: absolute;
  left: 3rem;
}
.header__default {
  background: none;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 8px;
}
.header__default .header__top {
  color: #585858;
  background-color: #ffffff;
  padding: 2rem 3rem;
}
.header__default .header__top h1 {
  display: inline-block;
  margin: 0;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: left;
}
.header__default .header__bottom {
  padding: 1.8rem 3rem;
  background-color: #005596;
  display: flex;
}
.header__default .header__bottom--padding {
  padding: 0.3rem 3rem;
}
.header__default .col-no-x-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.header__default .slc_page-header {
  color: #ffffff;
  box-shadow: none;
  padding-bottom: 1.5rem;
}
.header__default .slc_page-header .header__h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 6rem;
  color: #84c2ea;
}
.header__default .slc_page-header .header__h2,
.header__default .slc_page-header .header__preheader {
  display: none;
}
.article__header .header__bottom {
  background-color: #005596;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.article__header .header__bottom p {
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 1rem;
}
.article__header .header__bottom-subheading {
  padding-right: 1rem;
  color: #eea342;
}
.article__header .slc_page-header .header__h1 {
  color: #84c2ea;
}
.article__header .slc_page-header .header__h2,
.article__header .slc_page-header .header__preheader {
  display: none;
}
.navigation-tags {
  display: flex;
  align-items: center;
}
.navigation-tags .navigation-tags__wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
}
.navigation-tags .navigation-tags__wrapper .navigation-tags__text {
  color: #ffffff;
}
.navigation-tags .navigation-tags__wrapper .navigation-tags__list {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0.7rem;
}
.navigation-tags .navigation-tags__wrapper .navigation-tags__list .list__item {
  list-style: none;
  display: inline-block;
}
.navigation-tags .navigation-tags__wrapper .navigation-tags__list .list__item .list__link {
  color: #eea342;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  font-weight: bold;
  border: 1px solid #eea342;
  text-decoration: none;
  border-radius: calc(4px - 2);
}
.navigation-tags .navigation-tags__wrapper .navigation-tags__list .list__item .list__link:hover {
  color: #ffd999;
  border: 1px solid #ffd999;
}
.navigation-taxonomies-select {
  cursor: pointer;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -webkit-appearance: none;
  font-weight: 700;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border: 0;
  background: #368ccb;
  color: #ffffff;
  border-radius: 4px;
  border: 3px solid rgba(255, 255, 255, 0.33);
}
.navigation-taxonomies-select::-ms-expand {
  display: none;
}
.navigation-taxonomies-select option:hover {
  outline: 0;
  box-shadow: 0;
  border: none;
}
.navigation__custom-select {
  position: relative;
  float: right;
}
.navigation__custom-select .article__custom_arrow {
  display: block;
  position: absolute;
  font-size: 0.7em;
  top: 3px;
  right: 0;
  height: 85%;
  width: 4rem;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  pointer-events: none;
}
.navigation__custom-select .article__custom_arrow::before,
.navigation__custom-select .article__custom_arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.navigation__custom-select .article__custom_arrow::after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5em solid #ffffff;
  top: 1rem;
  right: 1.4rem;
}
.navigation__custom-select .article__custom_arrow::before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5em solid #ffffff;
  top: 2rem;
  right: 1.4rem;
}
@media only screen and (max-width: 989px) {
  .slc-article-header .container .header__preheader {
    padding: 0 0 1rem 0;
  }
  .lc-article {
    display: block;
  }
  .side-menu-toggle {
    display: hidden;
  }
  .lc-article__sidebar {
    max-width: 100%;
  }
}
.article__video-lightbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #eeeeee;
  z-index: 1000;
  display: none;
}
.article__video-lightbox .video-lightbox__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  padding: 2rem;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  border-bottom: 1px solid #999999;
  box-shadow: 0 25px 21px -27px rgba(0, 0, 0, 0.59);
}
.article__video-lightbox .video-lightbox__wrapper .slc_page-header {
  padding: 0;
}
.article__video-lightbox .video-lightbox__wrapper .slc_page-header .container {
  padding: 0 ;
  background: none;
}
.article__video-lightbox .video-lightbox__wrapper .slc_page-header .container .header__h1 {
  font-size: 4rem;
  margin-bottom: 0;
}
.article__video-lightbox .video-lightbox__wrapper .slc_page-header .container .header__h2 {
  color: #dddddd;
  display: inline-block;
  font-size: 2rem;
}
.article__video-lightbox .video-lightbox__wrapper .slc_page-header .container .header__h2 u {
  color: #333333;
}
.article__video-lightbox .video-lightbox__wrapper .slc_page-header .container .header__preheader {
  display: block;
  padding: 0 20rem 1rem 0;
  max-width: 96%;
  font-size: 1.4rem;
  color: #999999;
  border-bottom: 1px solid #333333;
}
@media only screen and (max-width: 738px) {
  .article__video-lightbox .video-lightbox__wrapper .slc_page-header .container .header__preheader {
    padding: 0 ;
  }
}
.article__video-lightbox .video-lightbox__wrapper .video-lightbox__video-wrapper {
  height: 53vh;
}
.article__video-lightbox .video-lightbox__wrapper .video-lightbox__video-wrapper .video-wrapper__video {
  height: 100%;
  display: block;
  width: 100%;
}
.article__video-lightbox .wrapper__btn-close {
  line-height: 7rem;
  width: 7rem;
  background-color: #999999;
  border-top-right-radius: 4px;
  color: #000000;
  position: absolute;
  right: 0px;
  top: 0;
  border: none;
  font-size: 2.5rem;
}
.article__video-lightbox .wrapper__btn-close:hover {
  background-color: #ffffff;
}
.article__video-lightbox .video-lightbox_descrition {
  color: #999999;
  margin-top: 1.5rem;
}
.slc-toggle-light-box {
  display: flex;
}
.series_video-description {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.series_video-description .article-series_description {
  padding-right: 1rem;
  color: #585858;
}
.series_video-description .article-series_video {
  padding: 1rem;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.series_video-description .article-series_video video {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}
.series_video-description .article-series_video button {
  background-color: #585858;
  border: 0;
  color: #ffffff;
}
.series_video-description .article-series_video button:hover {
  background-color: #555555;
}
@media only screen and (max-width: 992px) {
  .series_video-description {
    flex-direction: column;
  }
  .series_video-description .article-series_description {
    order: 2;
  }
  .series_video-description .article-series_video {
    order: 1;
    margin-bottom: 1rem;
  }
}
.related-series__heading {
  margin: 0;
  padding-bottom: 1.5rem;
  color: #585858;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 14px 0;
}
.related-series {
  padding: 1rem;
  height: 46.8rem;
  overflow-y: auto;
}
.series-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f9f9f9;
  padding: 10px;
}
.series-items__wrapper .serie-item-link {
  margin: 2rem 0.5rem;
  background-color: #ffffff;
  border-radius: 4px;
  height: 30rem;
  text-decoration: none;
  color: #585858;
  flex: 0 1 24%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
  .series-items__wrapper .serie-item-link {
    flex: 0 1 32%;
  }
}
@media only screen and (max-width: 992px) {
  .series-items__wrapper .serie-item-link {
    flex: 0 1 48%;
  }
}
.series-items__wrapper .serie-item-link:hover {
  text-decoration: none;
  color: #585858;
  box-shadow: 0 0 0 2px #368ccb;
}
@media only screen and (max-width: 640px) {
  .series-items__wrapper .serie-item-link {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 580px) {
  .series-items__wrapper .serie-item-link {
    flex: 0 1 100%;
  }
}
.series-items__wrapper .serie-visited {
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  z-index: 1;
  right: 12px;
  top: 13px;
}
.series-items__wrapper .serie-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
.series-items__wrapper .serie-item .serie-item__header {
  height: 12rem;
}
.series-items__wrapper .serie-item .serie-item__header figure {
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.series-items__wrapper .serie-item .serie-item__header figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.series-items__wrapper .serie-item .serie-item__content {
  padding: 0.8rem 0.8rem 0 0.8rem;
}
.series-items__wrapper .serie-item .serie-item__content .content__title {
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 2rem 0 0 0;
}
.series-items__wrapper .serie-item .serie-item__content .content__title p {
  margin: 0 0 1rem 0;
}
.series-items__wrapper .serie-item .serie-item__content .content__description {
  font-size: 1.5rem;
  color: #585858;
}
.series-items__wrapper .serie-item .serie-item__content .text-fade--vertical {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 49px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
}
.series-items__wrapper .serie-item footer {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
}
.series-items__wrapper .serie-item footer .fa-check {
  opacity: 0.25;
}
.series-items__wrapper .serie-item footer .visited {
  opacity: 1;
}
.series-items__wrapper .active {
  text-decoration: none;
  color: #585858;
  box-shadow: 0 0 0 2px #368ccb;
}
.card.main-content--px .row .col-md-12 p img {
  display: block;
  margin: auto;
}
.heading--mb {
  margin-bottom: 0.5rem;
}
.lc-knowledgebase-resources {
  width: 220px;
  padding: 0;
}
@media (max-width: 1199px) {
  .lc-knowledgebase-resources {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .lc-knowledgebase-resources {
    width: 100%;
  }
}
.lc-knowledgebase-resources a {
  background: #ffffff;
  display: block;
  overflow: hidden;
}
.lc-knowledgebase-resources a figure {
  height: 130px;
  position: relative;
  padding: 70px;
}
.lc-knowledgebase-resources a figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lc-knowledgebase-resources a p {
  font-weight: 700;
  padding: 15px;
}
.lc-back {
  font-size: 0.85em;
  background: #dddddd;
  padding: 15px;
}
.lc-back a {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0.3em;
  color: #555555;
}
.lc-article {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 50px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
}
.lc-article__content {
  width: 780px;
  background-color: #ffffff;
  flex: 1 0;
  padding: 30px;
}
.lc-article__content h5 {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
.lc-article__content h5 a {
  display: block;
  margin-left: 5px;
  white-space: normal;
  word-break: break-word;
}
.lc-article__content ul {
  list-style-position: inside;
  list-style: none;
}
.lc-article__content ul li::before {
  content: "• ";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.lc-article__content ul li {
  padding-left: 1em;
}
.lc-article__superheader {
  margin: 0;
  font-weight: 700;
  font-size: 2.3rem;
}
.lc-article__sidebar {
  position: relative;
  max-width: 360px;
  flex: 1 0;
  background-color: #e7edf5;
  transition-property: max-width;
  transition-duration: 500ms;
}
.lc-article__sidebar--closed {
  max-width: 5px;
}
.lc-article__sidebar-nav {
  margin: 0;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}
.lc-article .wistia_responsive_padding {
  margin-bottom: 10px;
}
.lc-article .wistia_responsive_padding .wistia_responsive_wrapper {
  box-shadow: 0 0 0 5px #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
.lc-side-menu-toggle {
  display: block;
  position: absolute;
  top: 12px;
  left: -24px;
  color: #005596;
  width: 24px;
  height: 24px;
  background: #e7edf5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.article-video {
  padding: 0 10px;
}
.sidebar-navbar-curtain {
  background-color: #eeeeee;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 360px;
  right: -345px;
}
.articles-nav__menu {
  padding: 0;
}
.articles-nav__menu > .menu__item {
  list-style: none;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.articles-nav__menu > .menu__item a:hover,
.articles-nav__menu > .menu__item a:active,
.articles-nav__menu > .menu__item a:visited,
.articles-nav__menu > .menu__item a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  overflow: hidden;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 2px #368ccb;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper .item__figure {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100px;
  height: 80px;
  position: relative;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper .item__figure img {
  position: absolute;
  height: auto;
  left: 0;
  object-fit: cover;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper .item__description {
  padding: 2px 12px;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper .item__description h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper .item__description h6 p {
  margin-top: 0;
  margin-bottom: 0;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper .item__description p {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  color: #585858;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper.active {
  box-shadow: none;
  cursor: default;
  background-color: #25325b;
  background-color: #005596;
}
.articles-nav__menu > .menu__item .item__figure-description-wrapper.active p {
  color: #e7edf5;
}
.articles-nav__menu > .menu__item .on-this-page-nav .nav-menu {
  padding-left: 0;
}
.articles-nav__submenu {
  padding: 1.5rem;
}
.on-this-page-nav {
  text-align: left;
  margin: 20px;
}
.on-this-page-nav .nav-menu {
  padding: 0 1.5rem;
}
.on-this-page-nav .nav-menu .menu__item {
  line-height: 1;
  margin-bottom: 15px;
  list-style: none;
}
.on-this-page-nav .nav-menu .menu__item a {
  font-size: 1.4rem;
  position: relative;
}
.on-this-page-nav .nav-menu .menu__item a i.fa-video-camera {
  position: absolute;
  left: -20px;
  top: 60%;
  transform: translateY(-50%);
}
.on-this-page-nav .nav-menu .menu__item a:visited {
  color: #005596;
}
.on-this-page-nav .nav-menu .menu__item a.active-topic {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.4rem;
}
.on-this-page-nav .nav-menu .menu__item:last-child {
  margin-bottom: 0;
}
.aside__downloads {
  text-align: left;
}
.aside__downloads .downloads__menu__item {
  margin-bottom: 10px;
}
.aside__downloads .downloads__menu__item a {
  word-break: break-all;
}
.downloads__menu {
  overflow-x: scroll;
}
.vpn-location {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.vpn-location a {
  color: #84c2ea;
}
.vpn-location a:hover {
  text-decoration: none;
  color: #368ccb;
}
.vpn-highlighted {
  color: #368ccb !important;
}
/**********************************

Preferences Style Sheet

**********************************/
.news-block img,
.events-block img,
.blog-block img {
  width: 100%;
}
.news-block h4,
.events-block h4,
.blog-block h4 {
  text-align: center;
}
/*
CONTENTS -

Section names are formatted the same way they are in the LESS so you can copy + find that text
to jump to the section

// Typography
// Content Boxes
// Featured Event
// Event Type Filtering
// Sorting Buttons
// Filtering
// Event Items
// Individual Event Pages
// REGISTRATION
*/
@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
    width: 100%;
  }
  .is-table-row .content-box {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .is-table-row .share-links.share-sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .is-table-row .col-md-8,
  .is-table-row .col-md-4 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
.events-wrapper form {
  margin-bottom: 1em;
}
.events-wrapper .heading-card-title {
  border-width: 3px;
}
.events-wrapper .heading-card-subtitle-text {
  display: flex;
}
.events-wrapper .heading-card-subtitle-text span:first-child {
  font-weight: bold;
}
.events-wrapper .btn-default {
  margin-top: 0;
}
@media (max-width: 767px) {
  .events-wrapper .heading-card-subtitle {
    padding: 20px;
    padding-bottom: 25px;
  }
  .events-wrapper .heading-card-subtitle-text {
    justify-content: center;
    line-height: 1.5;
  }
  .events-wrapper .btn-ev-register {
    margin-top: 15px;
  }
}
.comsolday-wrapper .ems-event-content__event-title {
  font-size: 2.4em;
  font-weight: 700;
  color: #25325b;
  margin: 0 0 12px;
}
.comsolday-wrapper .ems-event-content h4.first {
  color: #f15b63;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
}
.comsolday-wrapper .ems-event-content img.img-responsive {
  margin: 30px -20px 0;
  max-width: 103%;
  width: 104%;
}
button:focus,
button:active:focus,
button.active:focus {
  outline: none!important;
  outline-style: none;
}
.events-wrapper {
  background: #eeeeee top center repeat-x;
  width: 100%;
}
.events-wrapper h3 {
  font-weight: 400;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  line-height: 1.5;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.3em;
}
.events-wrapper h4 {
  margin: 0 0 20px 0;
  font-size: 1.4em;
  padding: 0;
  font-weight: 300;
}
.events-wrapper h5 {
  font-weight: 600;
}
.events-wrapper h6 {
  font-weight: 600;
  font-size: 1em;
  color: #555555;
}
.events-wrapper .alert-warning a {
  font-weight: 700;
  color: #d18023;
}
.webinar-wrapper--archived-webinar .heading-card-subtitle-text {
  line-height: 2.25;
}
.ems-event-content {
  margin-top: 30px;
}
.ems-event-content h3 {
  margin: 1.5em 0 0.5em 0;
}
.ems-event-content img {
  max-width: 100%;
  border-radius: 2px;
}
.ems-event-content .alert-info {
  border: 1px solid #c0d6e8;
  background-color: #e7edf5;
}
.ems-event-content .alert-info__heading {
  margin-top: 0;
  padding-top: 0;
}
.ems-event-content--archived-webinar .img-responsive {
  margin-bottom: 1.2em;
}
.content-box .inner.ev-types-inner {
  padding: 0;
}
.content-box .content-box-title-3 {
  padding: 10px 20px 10px 20px;
}
.content-box .content-box-title-3 p {
  padding: 0;
}
.ev-reg-box__date-time {
  padding: 15px 20px 0;
}
.ev-reg-box__date-time p {
  margin: 0;
  line-height: 1.5;
}
.event-type-block {
  margin-top: -4px;
  padding: 0 20px;
  width: 100%;
  min-height: 60px;
  border-top: 1px solid #dddddd;
  border-radius: 0 0 4px 4px;
  background-color: #f2f2f2;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
  overflow: visible;
}
.event-type-block h3,
.event-type-block .type-toggle {
  border-bottom: 0;
  width: auto;
  float: left;
  padding: 0;
  line-height: 60px;
  color: #999999;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .event-type-block h3,
  .event-type-block .type-toggle {
    font-size: 0.9em;
  }
}
.event-type-block .type-toggle {
  background: transparent;
  border: none;
}
.event-type-block .type-toggle:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f107";
}
.event-type-block .type-toggle:hover,
.event-type-block .type-toggle:active,
.event-type-block .type-toggle:focus {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}
.event-type-block .ev-toggle {
  line-height: 60px;
  padding: 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}
@media (max-width: 992px) {
  .event-type-block .ev-toggle {
    font-size: 0.9em;
  }
}
.event-type-block .ev-toggle:hover,
.event-type-block .ev-toggle:active,
.event-type-block .ev-toggle:focus {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}
.event-type-block .ev-toggle:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f107";
}
.event-type-block .ev-types {
  margin-bottom: 0;
  background-color: #f2f2f2;
}
button.ev-clearfilter {
  font-size: 0.8em;
  color: #555555;
}
.ev-types {
  padding: 0 100px 0 120px;
  height: 60px;
  text-align: center;
  background: #ffffff;
  width: 100%;
}
@media (max-width: 992px) {
  .ev-types {
    padding: 0 81px 0 103px;
  }
}
.ev-types li {
  cursor: pointer;
  padding: 0;
  margin: 0 2%;
  line-height: 58px;
  text-align: center;
  display: inline-block;
}
.ev-types li .fa-check,
.ev-types li.active:hover .fa-check {
  display: none;
}
.ev-types li a {
  display: block;
  text-align: center;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  color: #585858;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .ev-types li a {
    font-size: 14px;
  }
}
.ev-types .evt-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 2px;
  margin-top: -3px;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
  color: #333333;
  background: #dddddd;
  text-align: center;
}
@media (max-width: 992px) {
  .ev-types .evt-checkbox {
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
}
.ev-types .fa-times {
  display: none;
}
.ev-types li.active .fa-check,
.ev-types li:hover .fa-check {
  display: inline-block;
}
.ev-types li:hover .fa-check {
  opacity: 0.6;
}
.ev-types li.active .fa-times,
.ev-types li:hover .fa-times {
  display: none;
}
.ev-types li.active:hover .fa-times {
  display: inline-block;
}
.ev-types li.evt-training.active .evt-checkbox {
  background-color: #7dc6c1;
  color: #ffffff;
}
.ev-types li.evt-workshop.active .evt-checkbox {
  background-color: #7dc6c1;
  color: #ffffff;
}
.ev-types li.evt-webinar.active .evt-checkbox {
  background-color: #388090;
  color: #ffffff;
}
.ev-types li.evt-special-event.active .evt-checkbox {
  background-color: #388090;
  color: #ffffff;
}
.type-mobile {
  max-height: 66px;
  width: 100%;
}
@media (min-width: 992px) {
  .type-mobile {
    display: none!important;
  }
}
.type-mobile .ev-types {
  padding: 0 10px;
  background: #ffffff;
  margin: 0;
  font-size: 0;
  text-align: center;
  width: 100%;
  clear: both;
}
.type-mobile .ev-types li {
  width: 24%;
  margin: 0;
}
@media (min-width: 992px) {
  .ev-types-toggle.collapse {
    display: block!important;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .ev-types-inner {
    clear: both;
  }
  .ev-types-toggle {
    clear: both;
  }
  .ev-types {
    padding: 0 10px;
  }
}
@media (max-width: 580px) {
  .ev-types {
    height: auto;
  }
  .ev-types li {
    width: 45%;
  }
}
.comparison {
  padding: 0 25px;
  width: 100%;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  min-height: 4px;
}
.comparison .ev-types-details {
  margin-top: 1em;
}
.comparison ul {
  padding: 15px 0;
}
.comparison-border {
  width: 100%;
  background: #585858;
  height: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.ev-types-details ul {
  margin: 0;
  padding: 10px 10px 5px 10px;
}
.ev-types-details ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
.ev-types-details ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: inherit;
  display: inline;
  font-size: inherit;
}
.ev-types-details ul li:last-child {
  border-bottom: 0;
}
.type-banner {
  padding-top: 160%;
}
.type-banner.event-card .archived,
.type-banner.event-list .archived {
  background: url(//cdn.comsol.com/events/archived-webinag-background.png);
  background-size: cover;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 61% 15px;
}
.type-banner.event-card .consultant,
.type-banner.event-list .consultant {
  background: url(//cdn.comsol.com/events/consultant-training-background.png);
  background-size: cover;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 52% 15px;
}
.type-banner.event-card .text1,
.archived-webinar-banner .text1 {
  font-size: 0.9em;
  margin-bottom: 10px;
  opacity: 0.9;
  display: block;
}
.type-banner.event-card .text2,
.archived-webinar-banner .text2 {
  display: block;
  font-size: 1.2em;
}
.type-banner.event-card .text2 a,
.archived-webinar-banner .text2 a,
.type-banner.event-card .text2 a:active,
.archived-webinar-banner .text2 a:active,
.type-banner.event-card .text2 a:visited,
.archived-webinar-banner .text2 a:visited {
  color: #a5ca8f;
  font-weight: 600;
}
.type-banner.event-card .text2 a:hover,
.archived-webinar-banner .text2 a:hover,
.type-banner.event-card .text2 a:focus,
.archived-webinar-banner .text2 a:focus {
  color: #a5d5cf;
}
.type-banner.event-card .consultant-course,
.archived-webinar-banner .consultant-course {
  font-size: 0.9em;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.type-banner.event-card .consultant-online-person,
.archived-webinar-banner .consultant-online-person {
  font-size: 0.9em;
  margin-bottom: 10px;
  display: block;
}
.type-banner.event-card .consultant-list,
.archived-webinar-banner .consultant-list {
  display: block;
  font-size: 1.25em;
}
.type-banner.event-card .consultant-list a,
.archived-webinar-banner .consultant-list a,
.type-banner.event-card .consultant-list a:active,
.archived-webinar-banner .consultant-list a:active,
.type-banner.event-card .consultant-list a:visited,
.archived-webinar-banner .consultant-list a:visited {
  color: #eeeeee;
  font-weight: 600;
}
.type-banner.event-card .consultant-list a:hover,
.archived-webinar-banner .consultant-list a:hover,
.type-banner.event-card .consultant-list a:focus,
.archived-webinar-banner .consultant-list a:focus {
  color: #eeeeee;
}
.ev-sorting-bar {
  background: #ffffff;
  padding: 18px;
  font-size: 0.9em;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.ev-sorting-bar .dropdown {
  margin: 0;
}
.ev-sorting-bar .dropdown-menu {
  background: #ffffff;
  z-index: 10 !important;
}
.ev-sorting-bar .events-sort-label {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #585858;
  line-height: 30px;
  font-size: 12px;
  vertical-align: middle;
}
.ev-sorting {
  display: inline-block;
  font-size: 0.9em;
  padding: 0;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 0;
}
.ev-sorting label {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #585858;
  line-height: 30px;
  font-size: 12px;
  vertical-align: middle;
}
.ev-sorting select {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  font-size: 0.9em;
  height: 25px;
  background: rgba(238, 238, 238, 0.43);
}
.ev-sorting .events-sort {
  background: transparent;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  font-weight: 800;
  color: #585858;
  padding-left: 0;
}
.ev-sorting .events-sort button {
  background: transparent;
  border: 0;
}
.ev-sorting ul.dropdown-menu {
  background: #ffffff;
  z-index: 7;
  width: 80%;
  margin-top: 0px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 0 transparent;
  right: -1px;
  padding: 0;
  left: auto;
  min-width: 0;
  border: 1px solid #dddddd;
  border-top: 1px solid #ffffff;
}
.ev-sorting ul.dropdown-menu li > a {
  padding: 3px 10px;
  font-size: 0.8em;
}
.view-buttons {
  height: 30px;
  padding: 0 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 0;
  vertical-align: middle;
}
.view-buttons i {
  font-size: 18px;
}
.ev-view-toggle {
  color: #333333;
  background: transparent;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  width: 30px;
  height: 100%;
  display: inline-block;
  float: none;
  font-size: 14px;
  border: 0;
}
.ev-view-toggle#ev-list-toggle {
  border-radius: 4px 0 0 4px;
}
.ev-view-toggle:hover {
  color: #000000;
}
.ev-view-toggle.active,
.ev-view-toggle.active:hover {
  color: #000000;
  cursor: default;
}
.ev-view-toggle:first-child {
  border-right: 1px solid #dddddd;
}
.ev-sorting-bar {
  text-align: left;
}
.ev-sorting-bar .form-group {
  margin-bottom: 0;
  display: inline-block;
  font-size: 0.8em;
  vertical-align: top;
}
.ev-sorting-bar .form-group .ev-input-group {
  width: auto;
}
.ev-sorting-bar .form-group .ev-input-group .form-control {
  padding-left: 5px;
}
.ev-sorting-bar .form-group .ev-input-group-addon {
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  background: #eeeeee;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  color: #585858;
}
.ev-sorting-bar .form-group .form-control,
.ev-sorting-bar .form-group .ev-view-toggles {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0;
  border-radius: 0 4px 4px 0;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ev-sorting-bar .ev-col {
  display: inline-block;
}
.ev-sorting-bar .ev-col:first-child .form-group {
  margin-right: 10px;
}
.ev-contentbox-heading {
  font-size: 18px;
  width: 100%;
  display: block;
}
.ev-contentbox-heading h2 {
  display: inline-block;
  vertical-align: middle;
  color: #585858;
  margin: 0 0 0 0;
  position: relative;
  padding: 20px 15px;
  font-weight: 600;
}
.ev-contentbox-heading .archived-webinar__bar {
  clear: both;
  display: inline-block;
  font-size: 16px;
}
.ev-contentbox-heading .archived-webinar__bar a {
  display: block;
  color: #388090;
}
.ev-contentbox-heading .archived-webinar__bar a:hover,
.ev-contentbox-heading .archived-webinar__bar a:focus {
  text-decoration: none;
}
.ev-contentbox-heading .archived-webinar__bar .archives__banner-text {
  font-weight: 300;
  color: #388090;
  display: block;
  text-align: left;
}
.ev-contentbox-heading .archived-webinar__bar .archives--now {
  font-weight: 600;
  color: #ffffff;
}
.ev-contentbox-heading .archived-webinar__bar .fa-chevron-right {
  font-size: 0.9em;
}
.ev-filter h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.ev-filter .secondaryLabel {
  margin: 1em 0;
  display: block;
  font-weight: 800;
  color: #585858;
}
.ev-filter .textLabel {
  margin: 0 0 0.2em 0;
  display: block;
  font-weight: 800;
  color: #585858;
  padding-left: 0;
  float: left;
}
.ev-filter .filterOption {
  float: right;
  margin: 0 0 0.2em 0;
  display: block;
  font-weight: 400;
  color: #585858;
  padding-left: 0;
  font-size: 0.9em;
}
.ev-filter .filterOption label {
  display: inline-block;
}
.ev-filter .filterOption input[type="radio"] {
  margin-right: 4px;
}
.ev-filter .ev-filter-heading {
  text-decoration: none;
  display: block;
  padding: 12px 15px 15px;
  cursor: pointer;
  background: #585858;
  font-weight: 600;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.ev-filter .ev-filter-heading i {
  position: absolute;
  right: 4px;
  margin-top: 2px;
  font-size: 15px;
}
.ev-filter .ev-filtertoggle-button {
  border: 0;
  background: #368ccb;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 45px;
}
.ev-filter button.collapsed {
  border-radius: 4px;
}
.ev-filter label,
.ev-filter legend {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #585858;
  border: 0;
  transition: 0.2s;
}
.ev-filter h3 + label {
  margin-top: 15px;
}
.ev-filter .ev-distance {
  width: 30%;
}
.ev-filter input[type="checkbox"] {
  position: absolute;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.ev-filter input[type="checkbox"] + label span:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 0;
  background: #dddddd;
  border-radius: 2px;
  border: 1px solid #dddddd;
  content: " ";
  vertical-align: top;
  margin-left: -25px;
  margin-top: 0.1em;
  margin-right: 11px;
  font-size: 12px;
  line-height: 14px;
}
.ev-filter .checkbox {
  margin: 10px 0 10px 0;
}
.ev-filter .checkbox:last-of-type {
  margin-bottom: 0;
}
.ev-filter .checkbox:last-of-type label {
  line-height: 1;
}
.ev-filter input[type="checkbox"]:hover + label span:before {
  font: 1em FontAwesome;
  color: #dddddd;
  content: "\f00c";
  font-size: 11px;
}
.ev-filter .checkbox:first-child {
  margin-top: 0;
}
.ev-filter label {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  color: #585858;
  border: 0;
  transition: 0.2s;
  display: block;
  padding-left: 14px;
}
.ev-filter label span {
  display: inline-block;
  padding-left: 12px;
}
.ev-filter .search-filter {
  margin-bottom: 20px;
  margin-top: 5px;
  border: solid 1px #dddddd;
  border-radius: 3px;
}
.ev-filter .form-group {
  padding: 0 20px 30px;
  margin: 0;
}
.ev-filter .form-group:first-of-type {
  margin-top: 25px;
}
.ev-filter .form-group-inner {
  clear: left;
}
.ev-filter input[type=radio] + label {
  display: inline-block;
}
.ev-filter .ev-timeSlider .ev-currentTime {
  display: block;
  width: 100%;
  clear: left;
  margin-bottom: 5px;
  font-size: 0.8em;
}
.ev-filter .filter-list {
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 14px;
}
.ev-filter .filter-list.filter-scrollList {
  max-height: 300px;
  overflow-y: scroll;
  margin: 0;
  margin-top: 0;
  padding: 20px 10px 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
.ev-filter .filter-list li > span {
  margin-left: -5px;
  margin-top: 15px;
  font-weight: 800;
  color: #333333;
}
.ev-filter input[type="checkbox"]:checked + label span:before,
.ev-filter input[type="checkbox"]:checked:hover + label span:before {
  background: #dddddd;
  font: 1em FontAwesome;
  color: #585858;
  content: "\f00c";
  font-size: 12px;
}
.ev-filter input[type=Search] {
  width: 85%;
  padding: 6px 20px;
  text-align: left;
  transition: 0.3s;
  border: none;
}
.ev-filter .search-icon {
  float: right;
  width: 33px;
  height: 33px;
  display: inline-block;
  border: none;
  border-radius: 0 3px 3px 0;
  background: #f2f2f2;
  transition: 0.3s;
}
.ev-filter .search-icon i {
  font-size: 1.2em;
  color: #585858;
}
.related-events h4 {
  margin-bottom: 10px;
}
.related-events .details {
  margin-left: 15px;
  font-size: 0.9em;
}
input[type="checkbox"][disabled] + label span:before {
  opacity: 0.8;
  color: #dddddd;
}
input[type="checkbox"][disabled]:hover + label span:before {
  content: ' ';
}
input[type="checkbox"][disabled],
input[type="checkbox"][disabled] + label {
  cursor: default;
  color: #dddddd;
}
.filter-scrollList li:first-of-type {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .ev-filter button {
    cursor: default;
    text-align: left;
  }
  .ev-filter button i {
    display: none;
  }
  .ev-filter .ev-filter-interior.collapse {
    display: block;
    visibility: visible;
    height: auto!important;
  }
}
.ev-loading {
  font-size: 1.2em;
  padding: 10% 0;
}
.ev-loading span {
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  vertical-align: middle;
  margin-left: 0.5em;
}
h1.event-title {
  padding: 20px 30px;
  color: #555555;
  border-bottom: 5px solid #585858;
}
h1.event-title h1 {
  display: inline-block;
  margin: 0;
  font-weight: 800;
  font-size: 1.8em;
  line-height: 1em;
  text-align: left;
  padding-right: 200px;
}
@media screen and (max-width: 991px) {
  h1.event-title h1 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}
h1.event-title h1:only-child {
  padding-right: 0;
}
h1.event-title .btn {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -20px;
  display: inline-block;
  float: right;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.7px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
h1.event-title a {
  display: block;
}
h1.event-title a:hover {
  text-decoration: none;
}
h1.event-title p {
  margin-bottom: 0;
  color: #555555;
}
.event-item {
  padding: 0;
  border: 1px solid #eeeeee;
  margin: 20px 0;
  position: relative;
}
.event-item h2 {
  font-size: 16px;
  display: table;
  margin: 0;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.event-item h2 a {
  color: #000000;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.event-item .ec-datetime {
  color: #999999;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}
.event-item .ec-location {
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 1em;
  display: inline-block;
}
.event-item .ec-date {
  width: 100%;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  line-height: 1.3;
  min-height: 1em;
  display: inline-block;
}
.event-list h2 {
  display: block;
  padding-right: 65px;
}
.event-list h2 a {
  color: #555555;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.event-list h2 a span {
  font-weight: 400;
}
.event-list p {
  padding: 10px;
  margin: 0;
}
.event-list button {
  position: absolute;
  top: 5px;
  right: 9px;
  padding: 3px 10px;
  font-size: 12px;
}
.event-list .ev-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 2px 2px 0;
}
.event-list .ec-datetime {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.event-list.type-webinar h2 a span {
  color: #388090;
}
.event-list.type-workshop h2 a span {
  color: #388090;
}
.event-list.type-training-course h2 a span {
  color: #388090;
}
.event-list.type-special h2 a span {
  color: #388090;
}
.event-list.type-comsol-days h2 a span {
  color: #388090;
}
.event-list.type-webinar h2 a span {
  color: #388090;
}
.ev-noResults {
  margin-top: 1em;
  padding: 4em 3em;
  text-align: center;
  font-weight: 400;
  font-size: 1.1em;
}
.event-card {
  padding: 0;
  overflow: hidden;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  height: 415px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-card {
    max-width: 300px;
    margin: 25px auto;
  }
}
.event-card::before {
  display: block;
  width: auto;
  top: 0;
  position: absolute;
  height: auto;
  content: ' ';
  color: inherit;
  padding: 3px 10px;
  border-radius: 0 4px 0;
  letter-spacing: 0.05em;
  font-size: 12px;
  right: 0;
  z-index: 6;
}
.event-card .ev-card-header {
  position: relative;
  padding-top: 70%;
  display: block;
}
.event-card .ev-card-header-image {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 70%;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: left bottom;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.event-card .event-card-typeBadge {
  display: block;
  width: auto;
  top: 0;
  position: absolute;
  height: auto;
  content: ' ';
  color: inherit;
  padding: 3px 10px;
  border-radius: 0 4px 0;
  letter-spacing: 0.05em;
  font-size: 12px;
  right: 0;
  z-index: 6;
}
.event-card.type-training-course .ev-cardtitle {
  background: rgba(56, 128, 144, 0.76);
}
.event-card.type-training-course .ec-datetime {
  background: #585858;
}
.event-card.type-training-course .event-card-typeBadge {
  background: #388090;
}
.event-card.type-workshop .ev-cardtitle {
  background: rgba(56, 128, 144, 0.76);
}
.event-card.type-workshop .ec-datetime {
  background: #585858;
}
.event-card.type-workshop .event-card-typeBadge {
  background: #388090;
}
.event-card.type-webinar .ev-cardtitle {
  background: rgba(56, 128, 144, 0.76);
}
.event-card.type-webinar .ec-datetime {
  background: #585858;
}
.event-card.type-webinar .event-card-typeBadge {
  background: #388090;
}
.event-card.type-webinar .typeBadge--archive-highlight {
  background: #e65e30;
}
.event-card.type-special .ev-cardtitle {
  background: rgba(56, 128, 144, 0.76);
}
.event-card.type-special .ec-datetime {
  background: #585858;
}
.event-card.type-special .event-card-typeBadge {
  background: #388090;
}
.event-card.type-comsol-days .ev-cardtitle {
  background: rgba(56, 128, 144, 0.76);
}
.event-card.type-comsol-days .ec-datetime {
  background: #585858;
}
.event-card.type-comsol-days .event-card-typeBadge {
  background: #388090;
}
.event-card.type-meeting .ev-cardtitle {
  background: rgba(56, 128, 144, 0.76);
}
.event-card.type-meeting .ec-datetime {
  background: #585858;
}
.event-card.type-meeting .event-card-typeBadge {
  background: #388090;
}
.event-card .ev-meta {
  background: #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 5px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.event-card .ev-cardtitle {
  margin: 0 0 0 0;
  width: 100%;
  border-bottom: 0;
  position: absolute;
  background: rgba(44, 44, 47, 0.8);
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-weight: 600;
  font-weight: 400;
  font-size: 1em;
  font-size: 0.95em;
  line-height: 1.3;
  letter-spacing: 0.03em;
  border-radius: 0;
}
.event-card .ec-desc {
  padding: 10px;
  font-size: 13px;
  height: 180px;
  color: #555555;
  position: relative;
}
.event-card .ec-desc:after {
  display: block;
  content: ' ';
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 96%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 96%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 96%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='@white', GradientType=0);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
}
.event-card .ec-datetime {
  padding: 5px 8px;
  color: #eeeeee;
  background: #252525;
  font-size: 13px;
}
.event-card .ec-price {
  color: #999999;
  text-align: right;
  padding: 0;
}
.event-card .ev-image {
  width: 100%;
  display: block;
  z-index: 0;
}
.event-card .ev-topic {
  color: #555555;
}
.event-card:hover .ev-card-header-image {
  opacity: 1;
  transition: all 0.5s ease;
}
.ev-more {
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  text-align: center;
  border: 1px solid #eeeeee;
}
.cm-modal {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 36px;
  background: rgba(238, 238, 238, 0.5);
}
.cm-modal-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.flash-msg {
  text-align: center;
  width: 100%;
  padding: 28px;
  display: none;
}
.ev-breadcrumb {
  font-size: 13.5px;
  margin-bottom: 20px;
  background: #dddddd;
  padding: 15px;
  margin-left: -20px;
  margin-top: -20px;
  margin-right: -20px;
  border-radius: 4px 4px 0 0 ;
}
.ev-breadcrumb i,
.ev-breadcrumb a {
  color: #999999;
  transition: color 0.2s;
}
.ev-breadcrumb i {
  font-size: 1.2em;
  margin-left: 5px;
  font-weight: 800;
}
.ev-breadcrumb a {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0.3em;
}
.ev-breadcrumb a:hover,
.ev-breadcrumb a:focus {
  text-decoration: none;
  color: #808080;
}
#registerblock .vid-filter-spinner {
  text-align: center;
  font-size: 2em;
  line-height: 1;
  height: 60px;
}
#registerblock .vid-filter-spinner .fa {
  vertical-align: middle;
}
.course-wrapper .btn-ev-register {
  color: #ffffff;
  background: #7dc6c1;
  transition: background-color 0.2s, border 0.2s;
  margin-bottom: 0;
}
.course-wrapper .btn-ev-register:hover {
  background-color: #6bbeb9;
}
.course-wrapper .btn-ev-register:active {
  box-shadow: none;
}
.course-wrapper .share-link:hover {
  background: #7dc6c1;
}
.workshop-wrapper .btn-ev-register {
  color: #ffffff;
  background: #7dc6c1;
  transition: background-color 0.2s, border 0.2s;
  margin-bottom: 0;
}
.workshop-wrapper .btn-ev-register:hover {
  background-color: #6bbeb9;
}
.workshop-wrapper .btn-ev-register:active {
  box-shadow: none;
}
.workshop-wrapper .share-link:hover {
  background: #7dc6c1;
}
.webinar-wrapper .btn-ev-register {
  color: #ffffff;
  background: #7dc6c1;
  transition: background-color 0.2s, border 0.2s;
  margin-bottom: 0;
}
.webinar-wrapper .btn-ev-register:hover {
  background-color: #6bbeb9;
}
.webinar-wrapper .btn-ev-register:active {
  box-shadow: none;
}
.webinar-wrapper .share-link:hover {
  background: #7dc6c1;
}
.special-wrapper .btn-ev-register {
  color: #ffffff;
  background: #7dc6c1;
  transition: background-color 0.2s, border 0.2s;
  margin-bottom: 0;
}
.special-wrapper .btn-ev-register:hover {
  background-color: #6bbeb9;
}
.special-wrapper .btn-ev-register:active {
  box-shadow: none;
}
.special-wrapper .share-link:hover {
  background: #7dc6c1;
}
.web-meeting-wrapper .btn-ev-register {
  color: #ffffff;
  background: #7dc6c1;
  transition: background-color 0.2s, border 0.2s;
  margin-bottom: 0;
}
.web-meeting-wrapper .btn-ev-register:hover {
  background-color: #6bbeb9;
}
.web-meeting-wrapper .btn-ev-register:active {
  box-shadow: none;
}
.web-meeting-wrapper .share-link:hover {
  background: #7dc6c1;
}
.comsolday-wrapper .btn-ev-register {
  color: #ffffff;
  background: #f15b63;
  transition: background-color 0.2s, border 0.2s;
  margin-bottom: 0;
}
.comsolday-wrapper .btn-ev-register:hover {
  background-color: #ef444d;
}
.comsolday-wrapper .btn-ev-register:active {
  box-shadow: none;
}
.comsolday-wrapper .share-link:hover {
  background: #f15b63;
}
.btn-ev-register {
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-ev-register:hover {
  color: #ffffff;
}
.btn-ev-register-top {
  margin-top: 0;
}
.evi-overview-image {
  width: 100%;
  background: transparent;
  height: auto;
}
.evi-overview-image img {
  display: block;
  width: 100%;
}
.evi-map {
  width: 100%;
  height: 0;
  margin: 0 auto 10px auto;
  padding-top: 45%;
  position: relative;
}
.evi-map iframe {
  width: 100%;
  height: 100%;
  /* had to specify height/width */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ev-location-alt {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.ev-location-alt span.room {
  font-weight: 600;
  color: #585858;
  font-size: 0.9em;
  padding-bottom: 0.5em;
  display: block;
}
.ev-location-alt select {
  width: 184px;
  max-width: 100%;
  font-size: 0.9em;
}
.parking-information {
  font-style: italic;
  color: #999999;
  font-size: 0.85em;
}
.events-sidebar__timezone {
  background-color: #eeeeee;
  margin: 10px -10px;
  padding: 10px;
  border-radius: 10px;
}
.events-sidebar__timezone--light-text {
  color: #999999;
}
.events-sidebar__timezone--dark-text {
  color: #333333;
}
.evi-speakers .evi-speak {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.evi-speakers .evi-speak:before,
.evi-speakers .evi-speak:after {
  content: " ";
  display: table;
}
.evi-speakers .evi-speak:after {
  clear: both;
}
.evi-speakers .evi-speak:before,
.evi-speakers .evi-speak:after {
  content: " ";
  display: table;
}
.evi-speakers .evi-speak:after {
  clear: both;
}
@media (min-width: 768px) {
  .evi-speakers .evi-speak {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .evi-speakers .evi-speak {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .evi-speakers .evi-speak {
    float: left;
    width: 100%;
  }
}
.evi-speakers .evi-speak:last-of-type {
  margin-bottom: 0;
}
.evi-speakers .evi-photo {
  width: 100px;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 10px 10px 0;
}
.evi-speakers img {
  width: 100%;
  display: block;
}
.evi-speakers .evi-name {
  font-weight: 600;
  font-size: 15px;
  display: block;
}
.evi-speakers .evi-name a {
  color: inherit;
}
.evi-speakers .evi-name i.fa {
  margin-left: 0.8em;
}
.evi-speakers .evi-co {
  font-style: italic;
  display: block;
  font-weight: 400;
}
.evi-speakers .evi-bio {
  width: 100%;
  display: block;
  clear: both;
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 10px;
}
.evi-schedule .timeblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .evi-schedule .timeblock {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .evi-schedule .timeblock {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .evi-schedule .timeblock {
    float: left;
    width: 16.66666667%;
  }
}
.evi-schedule .infoblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .evi-schedule .infoblock {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .evi-schedule .infoblock {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .evi-schedule .infoblock {
    float: left;
    width: 83.33333333%;
  }
}
.evi-schedule .ev-adminblock {
  color: #999999;
}
.evi-schedule a {
  color: #333333;
  font-weight: 400;
}
.evi-schedule .courserow a,
.evi-schedule .courserow .timeblock,
.evi-schedule .courserow.nested .name,
.evi-schedule .courserow .name {
  font-weight: 600;
}
.evi-schedule .nested-session a {
  font-weight: 600;
}
.evi-schedule .para-name-title {
  text-transform: uppercase;
  color: #999999;
  font-size: 13px;
}
.evi-schedule .ev-sched-collapse {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}
.evi-schedule .end {
  display: none;
}
.evi-schedule .schedule-group-unselectable .row,
.evi-schedule .schedule-group .row {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}
.evi-schedule .schedule-group-unselectable:last-child .row:last-child,
.evi-schedule .schedule-group .row:last-child {
  border-bottom: 0;
}
.evi-schedule div.schedule-group {
  border-left: 5px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: -1px;
  margin-top: -1px;
  margin-left: -5px;
}
.evi-schedule div.schedule-group + div.schedule-group {
  margin-top: 5px;
}
.evi-schedule .schedule-group.multiple .row:last-child {
  margin-bottom: 0;
}
.evi-schedule p {
  margin: 10px 0;
}
.ems-event-content .evi-schedule .courserow a {
  color: #368ccb;
}
.schedule-group-unselectable .courserow,
.schedule-group-unselectable .ev-adminblock {
  padding-bottom: 10px;
}
.ev-sched-list {
  color: #005596;
}
.panel.ev-adminblock {
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}
.panel-collapse {
  font-size: 0.9em;
}
.cd-cover-image {
  float: left;
  width: 50%;
  padding: 0 1em 1em 0;
}
.ems-cdSpeakers .evi-speakers .evi-speak {
  width: 50%;
}
.ems-cdSpeakers .evi-speakers .evi-photo {
  width: 100px;
  height: 100px;
  position: absolute;
}
.ems-cdSpeakers .evi-speakers .evi-name {
  padding-left: 110px;
  font-weight: 800;
  font-size: 16px;
}
.ems-cdSpeakers .evi-speakers .evi-co {
  padding-left: 110px;
  display: block;
}
.ems-cdSpeakers .evi-speakers .evi-bio {
  clear: none;
  margin-top: 10px;
  padding-left: 110px;
}
.ems-cdSpeakers .evi-speakers .evi-spacer:nth-child(4n) {
  display: block;
  width: 100%;
  clear: both;
}
.cd-schedule .schedule {
  padding-top: 50px;
}
.cd-schedule .schedule h3 {
  position: absolute;
  padding: 10px 20px 10px 20px;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .ems-cdSpeakers .evi-speak {
    min-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .ems-cdSpeakers .evi-speak {
    min-height: 1px;
  }
}
@media screen and (max-width: 1169px) {
  .ems-cdSpeakers .evi-speakers .evi-photo {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .ems-cdSpeakers .evi-speakers .evi-photo {
    width: 60px;
  }
  .ems-cdSpeakers .evi-speakers .evi-speak {
    width: 100%;
  }
  .ems-cdSpeakers .evi-speakers .evi-bio {
    clear: left;
    padding-left: 0;
    margin-top: 20px;
  }
}
.preview-alert i {
  font-size: 2em;
  float: left;
  padding: 0 0.5em 1.5em 0;
}
.preview-alert strong {
  line-height: 2em;
}
.evreg-step1 {
  text-align: center;
}
.btn-event-reg {
  width: 50%;
  max-width: 200px;
  display: inline-block;
  margin: 10px 10px 10px 10px;
  white-space: normal;
  font-size: 14px;
}
.btn-ev-access {
  font-weight: 300;
}
#evreg-step3 h4 {
  margin-bottom: 0.5em;
}
.ev-choosesession div.checkbox,
.ev-extraquestions div.checkbox {
  margin: 0 0 1em 0;
}
.ev-choosesession .time,
.ev-extraquestions .time {
  font-size: 0.85em;
}
.ev-choosesession input[type="checkbox"],
.ev-extraquestions input[type="checkbox"],
.ev-choosesession input[type="radio"],
.ev-extraquestions input[type="radio"] {
  position: absolute;
  /* Match the image dimensions */
  width: 14px;
  height: 14px;
  /* Reset anything that could peek out or interfere with dimensions */
  overflow: hidden;
  margin: 4px 10px 0 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.ev-choosesession input[type="checkbox"] + .labeltext:before,
.ev-extraquestions input[type="checkbox"] + .labeltext:before,
.ev-choosesession input[type="radio"] + .labeltext:before,
.ev-extraquestions input[type="radio"] + .labeltext:before,
.ev-choosesession input[type="checkbox"] + span:before,
.ev-extraquestions input[type="checkbox"] + span:before,
.ev-choosesession input[type="radio"] + span:before,
.ev-extraquestions input[type="radio"] + span:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 4px 7px 0 0;
  background: #dddddd;
  content: " ";
  vertical-align: top;
  position: absolute;
  left: 0;
}
.ev-choosesession input[type="checkbox"]:checked + .labeltext:before,
.ev-extraquestions input[type="checkbox"]:checked + .labeltext:before,
.ev-choosesession input[type="radio"]:checked + .labeltext:before,
.ev-extraquestions input[type="radio"]:checked + .labeltext:before,
.ev-choosesession input[type="checkbox"]:checked + span:before,
.ev-extraquestions input[type="checkbox"]:checked + span:before,
.ev-choosesession input[type="radio"]:checked + span:before,
.ev-extraquestions input[type="radio"]:checked + span:before {
  background: #dddddd;
  font: 1em FontAwesome;
  color: #585858;
  content: "\f00c";
}
.ev-choosesession input[type="radio"] + .labeltext:before,
.ev-extraquestions input[type="radio"] + .labeltext:before,
.ev-choosesession input[type="radio"] + span:before,
.ev-extraquestions input[type="radio"] + span:before {
  border-radius: 7px;
}
.ev-choosesession input[type="radio"]:checked + .labeltext:before,
.ev-extraquestions input[type="radio"]:checked + .labeltext:before,
.ev-choosesession input[type="radio"]:checked + span:before,
.ev-extraquestions input[type="radio"]:checked + span:before {
  content: "\f111";
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}
.ev-choosesession .title,
.ev-extraquestions .title,
.ev-choosesession .time,
.ev-extraquestions .time {
  line-height: 22px;
}
.ev-choosesession .title,
.ev-extraquestions .title {
  font-weight: 800;
}
.ev-choosesession .time,
.ev-extraquestions .time {
  padding-top: 5px;
}
.ev-choosesession input[type="checkbox"] + .labeltext:before,
.ev-choosesession input[type="radio"] + .labeltext:before {
  left: 10px;
}
.ev-choosesession .ev-group-title {
  font-weight: 700;
  color: #368ccb;
}
.ev-choosesession .checkbox {
  border: 1px solid #eeeeee;
  padding: 0 10px 10px 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px -5px #000000;
  border-radius: 5px;
}
.ev-choosesession .checkbox.disabled {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
}
.ev-choosesession .checkbox.selected {
  border-color: #368ccb;
}
.ev-choosesession .labeltext {
  margin-left: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ev-choosesession .time {
  margin-left: 5px;
}
.ev-choosesession.ev-flex .ev-sessiongroup-wrapper {
  display: inline-block;
}
.ev-paymentOptions,
.ev-extraquestions {
  padding: 0 0 10px 0;
}
.ev-paymentOptions span {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0.5em 0 0;
  padding: 0;
  font-weight: 600;
  border: 0;
  display: inline-block;
}
.ev-paymentOptions label {
  display: block;
}
.ev-paymentOptions .multiselect-native-select {
  width: 100%;
}
.ev-paymentOptions .multiselect-native-select .btn-group {
  width: 100%;
}
.ev-paymentOptions .multiselect-native-select .btn-group button {
  width: 100%;
}
.ev-paymentOptions .multiselect-native-select ul.multiselect-container {
  width: 100%;
}
.payment__background {
  padding: 20px;
  min-height: 390px;
}
.complete-paymnt-data label {
  font-weight: 800;
  font-size: 16px;
}
.complete-paymnt-data .text-input {
  border: none;
  background-color: #ffffff;
}
#Form1 table tbody tr td {
  font-size: 16px;
}
.share {
  display: block;
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 0;
  width: 200px;
  margin-bottom: 20px;
}
.share-CTA {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
.share-link {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  color: #585858;
  padding: 5px 0 5px 0;
}
.share-link:hover {
  color: #ffffff;
}
.share-links.share-sidebar {
  border-top: 1px solid #eeeeee;
}
.share-links.share-sidebar .bdshare-button-style0-16 .bds_weixin {
  background-position: 26px -1603px;
}
.share-links.share-sidebar .bdshare-button-style0-16 .bds_tsina {
  background-position: 27px -95px;
}
.share-links.share-sidebar .bdshare-button-style0-16 .bds_linkedin {
  background-position: 27px -1655px;
}
.share-links.share-sidebar .bdshare-button-style0-16 .bds_mail {
  background-position: 27px -2331px;
}
.share-links.share-sidebar .bdshare-button-style0-16 a {
  width: 20% !important;
  font-size: inherit !important;
  padding-left: inherit !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: inherit !important;
  padding: 5px 0 5px 0;
}
#evreg-step2-login .form-errors ul li {
  color: #333333;
}
.ev-payment-confirmation h2 {
  margin-top: 0;
}
.ev-payment-confirmation .well {
  background: transparent;
  box-shadow: none;
  font-size: 0.9em;
}
.ev-payment-confirmation .well p:last-child {
  margin-bottom: 0 ;
}
.ev-payment-confirmation .share-links {
  margin: 20px -20px 0 -20px;
}
.ev-payment-confirmation .ems-event-content {
  padding-bottom: 0;
}
/*=== Webinar Event Survey ===*/
.nav-tab {
  border-bottom: 2px solid #eeeeee;
  margin: 10px 0;
}
.nav-tab .nav-tab__menu {
  margin: 0;
  padding: 0;
}
.nav-tab .nav-tab__menu .menu-tab__list {
  display: inline-block;
}
.nav-tab .nav-tab__menu .menu-tab__list .menu-tab__btn {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 8px;
  color: #585858;
  text-decoration: none;
  outline: none;
  border: none;
}
.nav-tab .nav-tab__menu .menu-tab__list .active {
  color: #ffffff;
}
.srvey-form-container {
  padding: 10px;
  background-color: #eeeeee;
}
.srvey-form-container .event-survey {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.srvey-form-container .event-survey .survey-desc {
  font-size: 15px;
  line-height: 1.5;
}
.srvey-form-container .event-survey label,
.srvey-form-container .event-survey input {
  cursor: pointer;
}
.srvey-form-container .event-survey .checkbox {
  margin: 2px 0;
  padding: 0;
  flex: 0 0 49.7%;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 435px) {
  .srvey-form-container .event-survey .checkbox {
    flex: 1 174px;
  }
}
.srvey-form-container .event-survey .checkbox .check-container {
  padding: 10px;
  display: block;
  margin: 0;
}
.srvey-form-container .event-survey .checkbox .check-container .title {
  display: block;
  padding-left: 24px;
  font-weight: 400;
}
.srvey-form-container .event-survey .checkbox .check-container .title::before {
  transform: translateX(10px);
}
.srvey-form-container .event-survey .lst-child {
  flex-grow: 1;
}
.srvey-form-container .event-survey .textarea-survey {
  flex-grow: 1;
  display: block;
  width: 100%;
  min-height: 150px;
  margin: 8px 0 0 0;
  padding: 10px;
}
.extra-form-for-web-meeting .checkbox.selected {
  border-color: #7dc6c1;
}
.extra-form-for-web-meeting .active {
  background: #7dc6c1;
}
.extra-form-for-web-meeting .active:hover {
  background: #6fc0ba;
}
.extra-form-for-webinar .checkbox.selected {
  border-color: #7dc6c1;
}
.extra-form-for-webinar .active {
  background: #7dc6c1;
}
.extra-form-for-webinar .active:hover {
  background: #6fc0ba;
}
.extra-form-for-training-course .checkbox.selected {
  border-color: #7dc6c1;
}
.extra-form-for-training-course .active {
  background: #7dc6c1;
}
.extra-form-for-training-course .active:hover {
  background: #6fc0ba;
}
.extra-form-for-comsol-days .checkbox.selected {
  border-color: #f15b63;
}
.extra-form-for-comsol-days .active {
  background: #f15b63;
}
.extra-form-for-comsol-days .active:hover {
  background: #d61e57;
}
.extra-form-for-special-event .checkbox.selected {
  border-color: #7dc6c1;
}
.extra-form-for-special-event .active {
  background: #7dc6c1;
}
.extra-form-for-special-event .active:hover {
  background: #6fc0ba;
}
.extra-form-for-workshop .checkbox.selected {
  border-color: #7dc6c1;
}
.extra-form-for-workshop .active {
  background: #7dc6c1;
}
.extra-form-for-workshop .active:hover {
  background: #6fc0ba;
}
.costumer-visit-form label {
  cursor: pointer;
}
.costumer-visit-form .visit-form__label {
  margin-right: 20px;
}
.costumer-visit-form .textarea__label {
  display: block;
  margin: 20px 0px 10px;
  width: 100%;
}
.heading-card__event-title {
  font-size: 1.8em;
  color: #e7edf5;
  margin: 0;
  padding: 25px 20px 0 40px;
  font-weight: 800;
  background-color: #dddddd;
}
.archive-webinar {
  display: inline-block;
  margin-top: 6px;
}
.certified-consultant-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  background-color: #f2f2f2;
}
.certified-consultant-bar .certified-consultant-cta {
  font-size: 16px;
  max-width: 200px;
  padding-right: 20px;
  margin: 0 25px 0 0;
  border-right: solid 1px #dddddd;
}
.certified-consultant-bar .consultant-link {
  font-size: 15px;
  margin-right: 10px;
  text-decoration: underline;
}
.certified-consultant-bar .evi-featuredbutton {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  left: 30px;
  background: #368ccb;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.certified-consultant-bar .event-feature--title {
  font-size: 16px;
  max-width: 500px;
  margin: 0 50px 0 0;
}
.certified-consultant-bar .event-feature-links {
  display: inline-block;
  border-left: solid 1px #dddddd;
  padding: 20px;
  width: 100%;
  font-weight: 600;
}
.certified-consultant-cta,
.sorting-toggles {
  color: #585858;
}
.ev-sorting-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 18px 0 -17px #e7edf5;
}
.ev-sorting-bar--bg {
  background-color: #f2f2f2;
  box-shadow: initial;
}
.special-training-course--h4 {
  font-weight: 600;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
  margin-top: 0;
}
.special-training-course--popblock {
  font-size: 14px;
  padding: 20px 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0px 2px 4px #dddddd;
  margin-bottom: 15px;
}
.special-training-course--popblock h3 {
  font-size: 1.23em;
  font-weight: 800;
  margin-top: 5px;
}
.special-training-course--popblock h4 {
  font-weight: 600;
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
@media only screen and (max-width: 626px) {
  .certified-consultant-bar {
    flex-direction: column;
  }
  .certified-consultant-bar .certified-consultant-cta,
  .certified-consultant-bar .event-feature--title {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .certified-consultant-bar .certified-contultants-links,
  .certified-consultant-bar .event-feature-links {
    display: block;
    width: 100%;
    border-left: none;
    padding: 10px 0 0 0;
  }
  .certified-consultant-bar .certified-contultants-links .certified-contultants-links a,
  .certified-consultant-bar .event-feature-links .certified-contultants-links a {
    padding: 10px 0;
  }
  .ev-sorting-bar {
    display: flex;
    align-items: end;
    flex-direction: column;
  }
  .ev-sorting-bar .sorting-toggles {
    margin-top: 20px;
  }
}
.evi-schedule-expand {
  font-size: 13px;
  font-weight: 600;
  color: #585858;
  background-color: #f2f2f2;
  transition: 0.2s color, 0.2s border, 0.2s background-color;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  padding: 8px 10px;
}
.evi-schedule-expand i {
  color: #cccccc;
  transition: 0.2s color;
}
.evi-schedule-expand:hover {
  color: #005596;
  background-color: #eeeeee;
}
.evi-schedule-expand:hover i {
  color: #84c2ea;
}
.evi-schedule-expand:active {
  box-shadow: none;
}
.permissions-error .preview-alert {
  background-color: #ffffff;
}
  /*
    &.comsolday-wrapper {
        .ev-breadcrumb {
           margin-bottom: 0;
        }
        .ems-event-content {
            background-image: none;
        }
    }

    */
}
.events-wrapper h3.pscp-top {
  margin-top: 0;
  padding-top: 0;
}
.events-wrapper li.active a {
  transition: 150ms background-color;
}
.events-wrapper li.active a span {
  font-weight: normal;
}
.events-wrapper .ems-event-content {
  overflow: initial;
}
.events-wrapper .modal {
  background: rgba(0, 0, 0, 0.8);
}
.events-wrapper .modal textarea {
  resize: vertical;
  max-height: 200px;
}
.events-wrapper .modal-dialog {
  margin: 0;
}
.events-wrapper .modal-content {
  max-width: 95%;
  overflow: hidden;
  border: none;
  transition: 0.2s max-width, 0.2s width;
}
.events-wrapper .modal-body {
  max-height: 85vh;
  overflow-y: auto;
}
.events-wrapper .button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.events-wrapper .btn-primary {
  font-weight: 700;
  border: none;
  background: #368ccb;
  transition: 0.2s background-color;
}
.events-wrapper .btn-primary:hover {
  background: #307eb8;
}
.events-wrapper .btn-primary:focus {
  background: #005596;
}
.events-wrapper .btn-primary:active {
  box-shadow: none;
}
.events-wrapper .dashboard__ctablock {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
}
.events-wrapper .dashboard__ctablock a {
  padding: 10px 15px;
}
.events-wrapper .dashboard__ctablock i {
  color: #c0d6e8;
}
.events-wrapper .profile-button {
  flex: 0 1 auto;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #005596;
  letter-spacing: 0.05em;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1em;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.events-wrapper .profile-button:hover {
  background-color: #00477d;
}
.events-wrapper .profile-button:focus {
  color: #005596;
  background-color: #e7edf5;
  box-shadow: 0px 0px 0px 5px #368ccb;
}
.events-wrapper .profile-button i {
  font-size: 1.2em;
}
.events-wrapper .profile-setting h3 {
  margin-top: 0;
}
.events-wrapper .profile-buttons {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}
.events-wrapper .settings-button {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.2s background-color, 0.2s color;
}
.events-wrapper .settings-button--cancel {
  color: #585858;
  background-color: #eeeeee;
  font-weight: 700;
}
.events-wrapper .settings-button--cancel:hover {
  color: #368ccb;
  background-color: #e7edf5;
}
.events-wrapper .settings-button--save {
  color: #ffffff;
  background-color: #005596;
  font-weight: 700;
}
.events-wrapper .settings-button--save:hover {
  background-color: #00477d;
}
.events-wrapper .settings-button--upload,
.events-wrapper .settings-button--remove {
  color: #585858;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  transition: 0.2s background-color, 0.2s border, 0.2s color;
  min-width: 90px;
}
.events-wrapper .settings-button--upload:hover,
.events-wrapper .settings-button--remove:hover {
  border: 2px solid #dddddd;
}
.events-wrapper .settings-button--upload:focus,
.events-wrapper .settings-button--remove:focus {
  color: #005596;
  border: 2px solid #368ccb;
}
.events-wrapper .pscp-avatar-wrapper {
  margin-bottom: 10px;
}
.events-wrapper .pscp-left {
  width: 180px;
}
.events-wrapper .pscp-left p {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 0;
}
.events-wrapper .schedule-button {
  color: #585858;
}
.events-wrapper .schedule-button--join,
.events-wrapper .schedule-button--add-to-cal {
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.2s border, 0.2s background;
}
.events-wrapper .schedule-button--add-to-cal {
  color: #585858;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
}
.events-wrapper .schedule-button--add-to-cal:hover {
  border: 2px solid #dddddd;
}
.events-wrapper .schedule-button--add-to-cal:focus {
  color: #005596;
  border: 2px solid #368ccb;
}
.events-wrapper .schedule-button--join {
  flex-grow: 1;
  color: #ffffff;
  background-color: #368ccb;
  border: 2px solid #368ccb;
}
.events-wrapper .schedule-button--join:hover {
  background-color: #005596;
  border: 2px solid #005596;
}
.events-wrapper .schedule-button--join:focus {
  background-color: #25325b;
  border: 2px solid #25325b;
}
.events-wrapper .evi-schedule .dropdown-menu {
  right: 0;
  left: unset;
}
.events-wrapper .evi-schedule .dropdown-menu li > a {
  color: #585858;
  font-size: 14px;
}
.events-wrapper .evi-schedule .dropdown-menu li > a:hover,
.events-wrapper .evi-schedule .dropdown-menu li > a:focus {
  color: #368ccb;
  background-color: #e7edf5;
}
.events-wrapper .topic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.events-wrapper .topic-labels {
  display: flex;
}
.events-wrapper .topic-labels .label {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  padding: 4px 8px;
}
.events-wrapper .topic-cta-buttons {
  display: flex;
  min-width: 137px;
}
.events-wrapper .topic-cta-buttons .btn-group {
  flex-grow: 1;
  display: flex;
}
.quicklook-course {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.events-wrapper.comsolday-wrapper .alert {
  margin: 25px 0;
}
/* Media Queries */
@media (min-width: 992px) {
  .kickoff-wrapper .modal-content {
    max-width: 940px;
  }
  .comsolday-wrapper .ems-event-content img.img-responsive {
    width: 102%;
  }
}
@media (max-width: 977px) {
  .mobile-nav-toolbar.modal-active {
    display: none;
  }
}
/*Events Calendar 2022*/
.ecal-wrapper h2 {
  font-weight: 600;
  font-size: 24px;
}
.ecal-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 10px;
}
.ecal-wrapper h1,
.ecal-wrapper h2,
.ecal-wrapper h3,
.ecal-wrapper h4,
.ecal-wrapper h5 {
  color: #555555;
}
.ecal-wrapper .ecal-section--header {
  background-color: #eeeeee;
}
.ecal-wrapper .ecal-section--header .card {
  border-radius: 0px;
  margin: 0px;
}
.ecal-wrapper .ecal-section--header .card__overflow {
  overflow: visible;
}
.ecal-wrapper .ecal-section--consultants {
  background-color: #dddddd;
}
.ecal-wrapper .ecal-section--consultants .cc-cards {
  margin-top: 30px;
}
.ecal-wrapper .ecal-section--consultants .cc-cards a {
  text-decoration: none;
}
.ecal-wrapper .header--adj-margin {
  margin-top: 0px;
}
.ecal-wrapper .ecal-section--upcomming {
  background-color: #f9f9f9;
}
.ecal-wrapper .ecal-section--ondemand {
  background-color: #f9f9f9;
}
.ecal-wrapper .events-cal__hero {
  padding: 30px 0px 15px;
  color: #585858;
}
.ecal-wrapper .events-cal__previews {
  margin: 0px 0px 25px;
  top: 0px;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.ecal-wrapper .events-cal__previews:last-child {
  padding-left: 0px;
}
.ecal-wrapper .time-breadcrumb {
  margin: 10px 5px 5px 5px;
  color: #005596;
  font-style: italic;
  font-size: 13px;
}
.ecal-wrapper .filter-breadcrumbs {
  display: inline-block;
  margin: 5px 5px 5px 5px;
  border: 1px solid #005596;
  border-radius: 4px;
  background: #ffffff;
}
.ecal-wrapper .filter-breadcrumbs button {
  color: #005596;
  background: #ffffff;
  text-align: center;
  transition: 0.2s;
  width: auto;
  display: inline-block;
  font-size: 16px;
  border: 0px;
}
.ecal-wrapper .filter-breadcrumbs button:first-of-type {
  border-radius: 5px 0 0 5px;
  padding-right: 0;
}
.ecal-wrapper .filter-breadcrumbs button:last-of-type {
  border-radius: 0 5px 5px 0;
  color: #005596;
  padding-left: 0;
}
.ecal-wrapper .filter-breadcrumbs i {
  color: #005596;
  font-weight: 400;
}
.ecal-wrapper .events-cal__search {
  margin-top: 5px;
}
.ecal-wrapper .events-cal__search input {
  height: 29px;
}
.ecal-wrapper .events--search__submit {
  color: #ffffff;
  background-color: #005596;
}
.ecal-wrapper .filter-breadcrumbs--clear {
  display: inline-block;
}
.ecal-wrapper .filter-breadcrumbs--clear button {
  background-color: #005596;
  color: #ffffff;
  border: #368ccb;
  border-radius: 0;
  border-radius: 5px 5px 5px 5px;
  margin: 5px;
}
.ecal-wrapper .heading-card-title {
  border-bottom: 0px;
}
.ecal-wrapper .discipline {
  padding: 15px 0px 20px;
}
.ecal-wrapper .discipline .discipline__icon {
  display: inline-block;
  color: #333333;
}
.ecal-wrapper .discipline .discipline__icon .icon-card {
  display: block;
  width: 70px;
  margin: 10px auto 0px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.ecal-wrapper .discipline .discipline__icon .icon-card i {
  text-align: center;
  width: 100%;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--chemical {
  color: #388090;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--chemical:hover {
  border-color: #388090;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--electrical {
  color: #eea342;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--electrical:hover {
  border-color: #eea342;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--fluid-and-heat {
  color: #005596;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--fluid-and-heat:hover {
  border-color: #005596;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--interfacing {
  color: #25325b;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--interfacing:hover {
  border-color: #25325b;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--structural-and-acoustics {
  color: #e65e30;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--structural-and-acoustics:hover {
  border-color: #e65e30;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--modeling-workflow {
  color: #368ccb;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--modeling-workflow:hover {
  border-color: #368ccb;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--general {
  color: #b455a0;
}
.ecal-wrapper .discipline .discipline__icon .icon-card--general:hover {
  border-color: #b455a0;
}
.ecal-wrapper .discipline .discipline__icon img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ecal-wrapper .discipline .discipline__icon h5 {
  text-align: center;
}
.ecal-wrapper .discipline .discipline__icon .discipline__icon-title {
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.ecal-wrapper .discipline .discipline__icon .discipline__icon-title img {
  width: 80px;
}
.ecal-wrapper .discipline .discipline__icon .title-chemical {
  color: #388090;
}
.ecal-wrapper .discipline .discipline__icon .title-electrical {
  color: #eea342;
}
.ecal-wrapper .discipline .discipline__icon .title-fluid-and-heat {
  color: #005596;
}
.ecal-wrapper .discipline .discipline__icon .title-interfacing {
  color: #25325b;
}
.ecal-wrapper .discipline .discipline__icon .title-structural-and-acoustics {
  color: #e65e30;
}
.ecal-wrapper .discipline .discipline__icon .title-modeling-workflow {
  color: #368ccb;
}
.ecal-wrapper .discipline .discipline__icon .title-general {
  color: #b455a0;
}
.ecal-wrapper .discipline .discipline__select {
  display: flex;
  flex: 1 0;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px 6px;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--chemical {
  border-color: #388090;
  background-color: #388090;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--electrical {
  border-color: #eea342;
  background-color: #eea342;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--fluid-and-heat {
  border-color: #005596;
  background-color: #005596;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--interfacing {
  border-color: #25325b;
  background-color: #25325b;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--structural-and-acoustics {
  border-color: #e65e30;
  background-color: #e65e30;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--modeling-workflow {
  border-color: #368ccb;
  background-color: #368ccb;
}
.ecal-wrapper .discipline .discipline__select > .active .icon-card--general {
  border-color: #b455a0;
  background-color: #b455a0;
}
.ecal-wrapper .sort-filter .input-group__title {
  font-weight: 600;
}
.ecal-wrapper .sort-filter .nav-tabs {
  border-bottom: 0px;
  font-weight: 600;
  background-color: #dddddd;
  box-shadow: 0px 2px 0 rgba(100, 100, 100, 0.3);
  padding-top: 2px;
}
.ecal-wrapper .sort-filter .nav-tabs > li {
  border: 0;
}
.ecal-wrapper .sort-filter .nav-tabs > li > a {
  color: #333333;
}
.ecal-wrapper .sort-filter .nav-tabs > li > a:hover {
  border: 0px;
  border-radius: 0px;
}
.ecal-wrapper .sort-filter .nav-tabs > li.active > a {
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #555555;
}
.ecal-wrapper .sort-filter .input-group-btn {
  color: #333333;
  display: inline-block;
  margin-right: 15px;
}
.ecal-wrapper .sort-filter .input-group-btn button:first-child {
  border-radius: 5px 0 0 5px;
}
.ecal-wrapper .sort-filter .input-group-btn button:last-child {
  border-radius: 0 5px 5px 0;
}
.ecal-wrapper .sort-filter .input-group-btn button:hover {
  border-color: #c0d6e8;
  box-shadow: 0 3px 10px rgba(54, 140, 203, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(54, 140, 203, 0.2);
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
}
.ecal-wrapper .sort-filter .input-group-btn .active {
  border: 1px solid #c0d6e8;
  background-color: #e7edf5;
  color: #368ccb;
  transition: border 0.5s ease;
  -webkit-transition: border 0.5s ease;
}
.ecal-wrapper .type-filter ul,
.ecal-wrapper .language-filter ul,
.ecal-wrapper .type-filter ol,
.ecal-wrapper .language-filter ol {
  margin-bottom: 0;
}
.ecal-wrapper .time-filter .form-group {
  margin-bottom: 0;
}
.ecal-wrapper .time-filter .my-time,
.ecal-wrapper .time-filter .host-time,
.ecal-wrapper .time-filter .ev-currentTime {
  font-weight: 700;
}
.ecal-wrapper .time-filter .my-time {
  color: #368ccb;
  cursor: pointer;
}
.ecal-wrapper .time-filter .time-filter--child {
  display: inline-block;
  margin-right: 35px;
  font-size: 14px;
}
.ecal-wrapper .time-filter .time-filter--child .ev-currentTime {
  margin-left: 5px;
}
.ecal-wrapper .time-filter .time-filter--child label {
  margin: 0;
  font-size: 14px;
}
.ecal-wrapper .time-filter .time-filter--child .slider-container {
  width: 50px;
  height: 16px;
  top: 2px;
}
.ecal-wrapper .time-filter .time-filter--child .ui-slider-horizontal {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.ecal-wrapper .time-filter .time-filter--child .slider-container__slider {
  border: 1px solid #c0d6e8;
  background-color: #e7edf5;
}
.ecal-wrapper .time-filter .time-filter--child .slider-container__slider:before {
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 2px;
  background-color: #368ccb;
}
.ecal-wrapper .time-filter .time-filter--child .ui-widget-header {
  background: #368ccb;
  border: 1px solid #c0d6e8;
  cursor: pointer;
}
.ecal-wrapper .time-filter .time-filter--child .ui-state-default:hover,
.ecal-wrapper .time-filter .time-filter--child .ui-state-focus {
  border: 1px solid #c0d6e8;
  background: #e7edf5;
  cursor: pointer;
}
.ecal-wrapper .sort-filter__window {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 30px 15px 15px;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
}
.ecal-wrapper .sort-filter__window .input-group {
  display: inline-block;
}
.ecal-wrapper .sort-filter__window .input-group div {
  display: inline-block;
}
.ecal-wrapper .sort-filter__window .radio,
.ecal-wrapper .sort-filter__window .checkbox {
  display: inline-block;
  margin: 0;
}
.ecal-wrapper .sort-filter__window .radio label,
.ecal-wrapper .sort-filter__window .checkbox label {
  margin: 0px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  min-width: 100px;
}
.ecal-wrapper .sort-filter__window .view-toggle--events {
  color: #333333;
  background: transparent;
  text-align: center;
  transition: 0.2s;
  width: auto;
  height: 100%;
  display: inline-block;
  float: none;
  font-size: 16px;
  border: 1px solid #dddddd;
}
.ecal-wrapper .sort-filter__window .filter-label {
  margin: 0px;
  margin-left: 3px;
  cursor: pointer;
}
.ecal-wrapper .sort-filter__window .filter-label label {
  padding-top: 0;
}
.ecal-wrapper .sort-filter__window .btn {
  padding: 0px 12px;
}
.ecal-wrapper .sort-filter__window .btn-checkbox {
  display: flex;
  justify-content: center;
  font-size: 1.55rem;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #eeeeee;
  min-width: 124px;
  padding-right: 21px;
  color: #555555;
  transition: 0.2s ease-in-out;
}
.ecal-wrapper .sort-filter__window .btn-checkbox:hover {
  border-color: #c0d6e8;
  box-shadow: 0 3px 10px rgba(54, 140, 203, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(54, 140, 203, 0.2);
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
}
.ecal-wrapper .sort-filter__window .filter-list .active {
  border: 1px solid #c0d6e8;
  background-color: #e7edf5;
  color: #368ccb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ecal-wrapper .sort-filter__window .filter-list .active i {
  padding-top: 4px;
  border: none;
  color: #368ccb;
}
.ecal-wrapper .sort-filter__window .btn-checkbox__type {
  width: auto;
  padding-right: 25px;
}
.ecal-wrapper .sort-filter__window .language-filter ul,
.ecal-wrapper .sort-filter__window .type-filter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.ecal-wrapper .sort-filter__window .internal-filter {
  width: 100%;
}
.ecal-wrapper .sort-filter__window .internal-filter .internal-select-office {
  margin: 5px 0 15px 0;
}
.ecal-wrapper .antibounce-wrapper {
  min-height: 90px;
  display: flex;
}
.ecal-wrapper hr {
  border-color: #dddddd;
  margin: 25px 15px;
}
.ecal-wrapper .card-box {
  margin: 0;
}
.ecal-wrapper .card-box--previews {
  box-shadow: none;
  background-color: #f9f9f9;
  padding: 0px;
}
.ecal-wrapper .flex-row__events {
  gap: 21px;
}
.ecal-wrapper .preview__text--event {
  width: 100%;
}
.ecal-wrapper .timezone-select {
  margin-top: 5px;
}
.ecal-wrapper .timezone-select select {
  height: 130px;
  line-height: 1;
  padding: 1px 12px;
  position: absolute;
  z-index: 1;
}
.ecal-wrapper .timezone-select .select-wrapper {
  display: none;
}
.ecal-wrapper .timezone-select .select-wrapper.active {
  display: block;
}
.ecal-wrapper .timezone-select--btn {
  border: none;
  background: none;
  padding-left: 0px;
  color: #368ccb;
  vertical-align: top;
  width: 65%;
}
.ecal-wrapper .cc__block-card {
  display: inline-block;
  width: 48%;
  padding: 5px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.21);
}
.ecal-wrapper .cc__block-card:first-child {
  margin-right: 17px;
}
.ecal-wrapper .cc__block-card h4 {
  margin-bottom: 0px;
}
.ecal-wrapper .cc__block-card:hover {
  box-shadow: 0px 0px 0px 2px #368ccb, 0px 2px 4px rgba(100, 100, 100, 0.3);
}
.ecal-wrapper .cc__block-card:hover a {
  text-decoration: none;
}
.ecal-wrapper .external-link {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.ecal-wrapper .external-link i {
  color: #368ccb;
  font-size: 14px;
}
.ecal-wrapper .date-time--block {
  display: flex;
}
.ecal-wrapper .start-time,
.ecal-wrapper .date {
  color: #555555;
}
.ecal-wrapper .start-time {
  text-align: right;
  z-index: 5000;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-style: italic;
}
.ecal-wrapper .event-preview__details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  width: 23.5%;
  overflow: hidden;
  opacity: 0.9;
}
.ecal-wrapper .event-preview__details a {
  text-decoration: none;
}
.ecal-wrapper .event-preview__details h3 {
  margin-top: 0px;
}
.ecal-wrapper .event-preview__details .event-preview__img {
  position: relative;
  overflow: hidden;
  max-height: 190px;
}
.ecal-wrapper .event-preview__details .event-preview__img img {
  width: 100%;
  flex: 0 1;
}
.ecal-wrapper .event-preview__details .event-preview__flex-col {
  display: flex;
  flex: 1 0;
  flex-wrap: wrap;
}
.ecal-wrapper .event-preview__details .event-preview__flex-child-bottom {
  width: 100%;
  align-self: end;
}
.ecal-wrapper .event-preview__details .event-preview__type {
  font-weight: 400;
  font-size: 13px;
  padding: 0px 15px 0;
  text-transform: uppercase;
}
.ecal-wrapper .event-preview__details .event-preview__location {
  float: right;
}
.ecal-wrapper .event-preview__details .event-preview__host {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 5px 15px 0px;
  color: #333333;
}
.ecal-wrapper .event-preview__details .discipline-dot {
  font-size: 13px;
  padding: 5px 15px;
}
.ecal-wrapper .discipline-dot {
  color: #dddddd;
}
.ecal-wrapper .discipline-dot .topic-chemical {
  color: #388090;
}
.ecal-wrapper .discipline-dot .topic-electrical {
  color: #eea342;
}
.ecal-wrapper .discipline-dot .topic-fluid-and-heat {
  color: #005596;
}
.ecal-wrapper .discipline-dot .topic-interfacing {
  color: #25325b;
}
.ecal-wrapper .discipline-dot .topic-structural-and-acoustics {
  color: #e65e30;
}
.ecal-wrapper .discipline-dot .topic-modeling-workflow {
  color: #368ccb;
}
.ecal-wrapper .discipline-dot .topic-general {
  color: #b455a0;
}
.ecal-wrapper .event-card__icons,
.ecal-wrapper .event-list__icons {
  display: flex;
  gap: 5px;
}
.ecal-wrapper .event-card__icons > div,
.ecal-wrapper .event-list__icons > div {
  width: 25px;
  height: 25px;
}
.ecal-wrapper .event-card__icons {
  padding: 0 15px;
  margin-top: 5px;
}
.ecal-wrapper .event-list__icons {
  justify-content: center;
}
.ecal-wrapper .event-preview__list th {
  padding: 5px 20px;
}
.ecal-wrapper .event-preview__list tr:first-of-type {
  border: 1px solid #dddddd;
}
.ecal-wrapper .event-preview__list tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.ecal-wrapper .event-preview__list tr:nth-child(even) {
  background-color: #ffffff;
}
.ecal-wrapper .event-preview__list td:nth-child(2) {
  min-width: 85px;
}
.ecal-wrapper .event-preview__list td:nth-child(3) h3 {
  font-size: 16px;
  font-weight: 600;
}
.ecal-wrapper .event-preview__list td:nth-child(4) {
  min-width: 165px;
  text-align: center;
}
.ecal-wrapper .event-preview__list td {
  font-size: 16px;
  padding: 0 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.ecal-wrapper .event-preview__list td:first-of-type {
  border-left: 0;
  min-width: 130px;
}
.ecal-wrapper .event-preview__list td:last-of-type {
  border-right: 0;
}
.ecal-wrapper .event-count {
  margin-top: 15px;
}
.ecal-wrapper .btn--load {
  width: 50%;
  margin-top: 5px;
}
.ecal-wrapper .archive-preview__details {
  text-decoration: none;
  display: flex;
  width: 49%;
  background-color: #ffffff;
  padding: 0;
}
.ecal-wrapper .archive-preview__details .archive-preview__img {
  display: flex;
  vertical-align: top;
  overflow: hidden;
  border-radius: 4px 0 0  4px;
}
.ecal-wrapper .archive-preview__details .archive-preview__info {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 10px 15px 5px;
  flex-direction: column;
  justify-content: space-between;
}
.ecal-wrapper .archive-preview__details .archive-preview__type {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.ecal-wrapper .archive-preview__details .archive-preview__date {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}
.ecal-wrapper .archive-preview__details .archive-preview__flex-child-bottom {
  width: 100%;
  align-self: end;
}
.ecal-wrapper .archive-preview__details .event-preview__host {
  font-weight: 200;
}
@media (min-width: 992px) {
  .ecal-wrapper .discipline__icon {
    width: 12%;
  }
  .ecal-wrapper .archive-preview__img {
    width: 60%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ecal-wrapper .discipline__icon {
    width: 14%;
  }
  .ecal-wrapper .event-preview__details {
    width: 23%;
  }
  .ecal-wrapper .archive-preview__img {
    width: 60%;
  }
  .ecal-wrapper .archive-preview__details {
    width: 48%;
  }
}
@media (max-width: 991px) and (min-width: 640px) {
  .ecal-wrapper .event-preview__details {
    width: 31%;
  }
  .ecal-wrapper .discipline__icon {
    width: 32%;
  }
  .ecal-wrapper .archive-preview__img {
    width: 60%;
  }
  .ecal-wrapper .archive-preview__details {
    width: 100%;
  }
  .ecal-wrapper .antibounce-wrapper {
    min-height: 116px;
  }
}
@media (max-width: 639px) and (min-width: 446px) {
  .ecal-wrapper .event-preview__details {
    width: 47%;
  }
  .ecal-wrapper .sort-filter {
    margin-top: 5px;
  }
  .ecal-wrapper .discipline__icon {
    width: 50%;
  }
  .ecal-wrapper .archive-preview__img {
    width: 60%;
  }
  .ecal-wrapper .archive-preview__details {
    width: 100%;
  }
  .ecal-wrapper .cc__block-card {
    width: 100%;
    margin: 10px 0;
  }
  .ecal-wrapper .antibounce-wrapper {
    min-height: 146px;
  }
}
@media only screen and (max-width: 445px) {
  .ecal-wrapper .event-preview__details {
    width: 100%;
  }
  .ecal-wrapper .sort-filter {
    margin-top: 5px;
  }
  .ecal-wrapper .cd-card-header__filter-title {
    display: inline-block;
    width: 100%;
  }
  .ecal-wrapper .time-filter--child {
    margin-right: none;
    margin-top: 5px;
  }
  .ecal-wrapper .time-filter--child label {
    display: inline-block;
    width: 100%;
  }
  .ecal-wrapper .time-filter--child .ev-currentTime {
    margin-left: 0px;
  }
  .ecal-wrapper .discipline__icon {
    width: 100%;
  }
  .ecal-wrapper .archive-preview__img {
    width: 0%;
  }
  .ecal-wrapper .archive-preview__details {
    width: 100%;
  }
  .ecal-wrapper .cc__block-card {
    width: 100%;
    margin: 10px 0;
  }
}
.ems-event-content {
  background: #ffffff;
  padding: 20px;
}
.ems-event-content table {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 30px;
}
.ems-event-content table tbody td {
  border: 1px solid #dddddd;
  padding: 10px 10px;
}
.ems-event-content table tbody tr td:first-child {
  width: 25%;
}
.ems-event-content table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.ems-event-content .text-note {
  background: #e7edf5;
  padding: 10px;
  color: #368ccb;
}
.ems-event-content .evi-schedule .timeblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ems-event-content .evi-schedule .timeblock {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .ems-event-content .evi-schedule .timeblock {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .ems-event-content .evi-schedule .timeblock {
    float: left;
    width: 16.66666667%;
  }
}
.ems-event-content .evi-schedule .infoblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ems-event-content .evi-schedule .infoblock {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .ems-event-content .evi-schedule .infoblock {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .ems-event-content .evi-schedule .infoblock {
    float: left;
    width: 83.33333333%;
  }
}
.ems-event-content .evi-schedule .ev-adminblock {
  color: #999999;
}
.ems-event-content .evi-schedule a {
  color: #333333;
}
.ems-event-content .evi-schedule .courserow .timeblock {
  font-weight: 400;
}
.ems-event-content .evi-schedule .end {
  display: none;
}
.ems-event-content .evi-schedule .schedule-group-unselectable .row,
.ems-event-content .evi-schedule .schedule-group .row {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}
.ems-event-content .evi-schedule .schedule-group-unselectable:last-child .row:last-child,
.ems-event-content .evi-schedule .schedule-group .row:last-child {
  border-bottom: 0;
}
.ems-event-content .evi-schedule div.schedule-group {
  border-left: 5px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: -1px;
  margin-top: -1px;
  margin-left: -5px;
}
.ems-event-content .evi-schedule .schedule-group.multiple .row:last-child {
  margin-bottom: 0;
}
.ems-event-content .evi-schedule p {
  margin: 10px 0;
}
.ems-event-content .schedule-group-unselectable .courserow,
.ems-event-content .schedule-group-unselectable .ev-adminblock {
  padding-bottom: 10px;
}
.ems-event-content .panel.ev-adminblock {
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}
.panel-collapse {
  font-size: 0.9em;
}
/*
 * Divider Bar - Used in Release Highlights
 *********************************************/
.dividerBox {
  border-radius: 0px 100px 0px 0px;
  -moz-border-radius: 0px 100px 0px 0px;
  -webkit-border-radius: 0px 100px 0px 0px;
  background-color: #d61e57;
  color: #ffffff;
  padding-left: 10px;
  margin-top: 30px;
}
.dividerLine {
  border-bottom: 1px solid #d61e57;
  margin-bottom: 15px;
  position: relative;
}
/*
 * Embellished list - Used in Release Highlights as Major News!
 *********************************************/
.embellished .topic {
  margin-left: 20px;
  font-size: 90%;
  font-weight: 700;
}
.embellished .title {
  font-weight: 600;
  color: #999999;
}
.embellished .title i {
  color: #d61e57;
}
.embellished .text {
  padding-bottom: 10px ;
}
/*
 * Release Highlights Nav - Used in Release Highlights
 *********************************************/
.pillstomenu {
  background-color: #dddddd;
  height: 40px;
  margin-bottom: 15px;
}
.pillstomenu .nav-pills li {
  border-left: 1px solid #cfcfcf;
  height: 40% !important;
}
.pillstomenu .nav-pills li a {
  color: #333333 !important;
  height: 100% !important;
  padding: 0 12px !important;
  margin: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
}
.pillstomenu .nav-pills li .active a {
  background-color: #eeeeee !important;
}
.pillstomenu .nav-pills li a:hover {
  background-color: #eeeeee !important;
}
.pillstomenu .nav-pills li a:active {
  height: 100%;
}
.pillstomenu .nav-pills li:first-child {
  border-left: none;
}
.pillstomenu .nav-pills .active a {
  background-color: #eeeeee !important;
}
.rhtoc {
  margin-bottom: 20px;
}
.rhtoc .nav-tabs a {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1199px) {
  /* just shrinking the top tab menu down
    for tablet and small desktop */
  .rhtoc .nav-tabs a {
    font-weight: 600;
    font-size: 13px;
  }
}
.rhsub {
  padding: 0 15px 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
.rhsub h2 {
  margin: 0px 0 20px;
}
.rhsub i {
  color: #d61e57;
}
.pinkDark {
  color: #d61e57;
}
.accentText {
  font-weight: 600;
  color: #555555;
  margin-bottom: 5px;
}
/*
.rhnav {
    margin-bottom:0;

    li {
        font-size:16px;
        line-height:20px;
        font-weight:600;
        font-style:none;
    }
} */
.back-to-menu i {
  padding-right: 5px;
}
.back-to-menu a {
  text-decoration: none;
}
/*
 * Main Nav / Tabs
 */
.topnav50-wrapper {
  padding: 25px 0 25px;
}
@media (min-width: 661px) {
  .topNav50-desktop {
    display: block;
  }
  .topNav50-mobile {
    display: none !important;
  }
  .topNav50-exsmall {
    display: none !important;
  }
}
@media (min-width: 396px) and (max-width: 660px) {
  .topNav50-desktop {
    display: none !important;
  }
  .topNav50-mobile {
    display: block;
  }
  .topNav50-exsmall {
    display: none !important;
  }
}
@media (max-width: 395px) {
  .topNav50-desktop {
    display: none !important;
  }
  .topNav50-mobile {
    display: none !important;
  }
  .topNav50-exsmall {
    display: block;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .rh50-bldr-topHeader {
    font-size: 33px !important;
    line-height: 52px !important;
  }
}
@media (min-width: 601px) and (max-width: 980px) {
  .rh50-bldr-topHeader {
    font-size: 28px !important;
    line-height: 42px !important;
    margin: 40px 0 !important;
  }
  .builder50-wrapper {
    padding: 20px 0 80px !important;
  }
  .rh50-bldr-header {
    margin-bottom: 80px !important;
    font-size: 26px !important;
    line-height: 40px !important;
  }
  .rh50-down {
    bottom: -120px !important;
  }
}
@media (max-width: 600px) {
  .rh50-down {
    bottom: -80px !important;
  }
  .rh50-bldr-topHeader {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
  }
  .builder50-wrapper {
    padding: 20px 0 20px !important;
  }
  .rh50-bldr-header {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
/*
 * rh50 subnav - Sub Nav under Release Details Tab
 */
@media (max-width: 1200px) {
  .rh50-subnav li {
    font-size: 12px;
  }
}
.rh50-subnav li.active,
.rh50-subnav li.active:hover {
  color: #dddddd;
  border-bottom: 2px solid #dddddd;
}
.rh50-subnav li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px 10px 0;
  font-weight: 600;
  cursor: pointer;
  color: #368ccb;
  border-bottom: 2px solid #ffffff;
}
.rh50-subnav li:hover,
.rh50-subnav li:focus,
.rh50-subnav li:active {
  border-bottom: 2px solid #368ccb;
}
/*
 * Intro Page Elements
 */
.nv-list-title {
  color: #368ccb;
  font-weight: 400;
}
.rh50-list li {
  list-style-type: square;
  margin-left: 5px;
}
.newversion50-wrapper {
  padding: 0 0 0px;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
.newversion50overview-wrapper {
  padding: 40px 0 75px;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
/*
 * Release Details Elements
 */
.highlights50-wrapper {
  padding: 0 0 50px;
}
.highlights50-wrapper .cmImgBox {
  margin: 15px 0 8px 0;
}
.rh50-heading {
  margin: 50px 0 30px;
  font-size: 30px;
  color: #585858;
}
.rh50-caption {
  font-size: 0.9em !important;
  line-height: 1.2em;
  font-style: italic;
  margin: 10px 0;
  display: block;
}
.rh50-dt-indent {
  margin-left: 15px;
  display: block;
}
.rh50-dd-indent {
  margin-left: 10px;
  display: block;
}
.lgText {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: prenton, Helvetica, sans-serif;
  font-weight: 300;
}
/*
 * Application Builder Elements
 */
.rh50-builder-wrapper,
.rh50-server-wrapper {
  font-family: prenton, Helvetica, sans-serif;
}
.rh50-builder-wrapper p,
.rh50-server-wrapper p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.builder50-wrapper {
  padding: 20px 0 100px;
  width: 100%;
  background: #ffffff;
  color: #333333;
  background: url(//cdn.comsol.com/release/50/builder-server/builder-bg_intro.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.builder50question-wrapper {
  padding: 130px 0 150px;
  width: 100%;
  background-color: #95aac2;
  color: #ffffff;
  border-bottom: 1px solid #a3aebf;
}
.builder50question-wrapper * {
  color: #ffffff;
}
.builder50video-wrapper {
  padding: 100px 0 100px;
  width: 100%;
  background: #ffffff;
  color: #333333;
  border-bottom: 1px solid #dddddd;
}
.builder50example-wrapper {
  padding: 75px 0 75px;
  width: 100%;
  background: #f2f2f2;
  color: #333333;
  border-bottom: 1px solid #dddddd;
}
.builder50download-wrapper {
  padding: 75px 0 250px;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
.rh50-bldr-header {
  margin-bottom: 80px;
  font-size: 36px;
  line-height: 50px;
}
.rh50-bldr-subHeader {
  font-size: 22px;
  line-height: 36px;
  font-family: prenton, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.rh50-bldr-topHeader {
  margin: 10px 0 50px;
  font-size: 41px;
  font-weight: 400;
  line-height: 62px;
}
.rh50-bldr-question {
  max-width: 170px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}
.rh50-bldr-conclusion-text {
  padding-left: 20px;
}
.rh50-bldr-button {
  margin-top: 20px;
  background-color: #eea342;
  background-image: none;
  border: 0px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 60px;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  border-bottom: 3px #ec982b solid;
}
.rh50-bldr-button:hover {
  background-color: #ec982b;
  background-image: none;
  border: 0px;
  border-radius: 2px;
  color: #ffffff;
  border-bottom: 3px #ec982b solid;
}
.rh50-down {
  height: 96px;
  width: 96px;
  bottom: -148px;
  float: right;
}
.rh50-down .fa-circle {
  color: #eea342;
  font-size: 96px;
}
.rh50-down .fa-chevron-down {
  padding-top: 30px;
  font-size: 30px;
}
.rh50-download {
  margin-top: -128px;
  height: 96px;
  width: 96px;
}
.rh50-download .fa-circle {
  color: #67a8d8;
  font-size: 96px;
}
.rh50-download .fa-download {
  padding-top: 30px;
  font-size: 30px;
}
.rh50-bounce {
  -webkit-animation: bounce 7s infinite;
  -moz-animation: bounce 7s infinite;
  -ms-animation: bounce 7s infinite;
  animation: bounce 7s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-10px);
  }
  60% {
    -ms-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.on-hover-pointer:hover {
  cursor: pointer;
}
/*
* Server
*/
.server50-wrapper {
  padding: 50px 0 0px;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
.server50-wrapper h2 {
  margin-bottom: 70px;
}
.server50statement-wrapper {
  margin-top: -96px;
  padding: 90px 0 100px;
  width: 100%;
  background-color: #95aac2;
  border-bottom: 1px solid #a3aebf;
}
.server50statement-wrapper * {
  color: #ffffff;
}
.server50app-wrapper {
  padding: 85px 0 95px;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
.server50runanywhere-wrapper {
  padding: 85px 0 95px;
  width: 100%;
  background: #84c2ea;
  border-bottom: 1px solid #368ccb;
  border-top: 1px solid #368ccb;
}
.server50runanywhere-wrapper * {
  color: #ffffff;
}
.server50license-wrapper {
  padding: 100px 0 110px;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
.server50download-wrapper {
  padding: 75px 0 75px;
  width: 100%;
  background: #f2f2f2;
  color: #333333;
  border-top: 1px solid #dddddd;
}
.rh50-down-server {
  height: 96px;
  width: 96px;
  bottom: 50px;
  float: right;
  /*&:hover .fa-circle {
        top: 1px;
        text-shadow: 5px 4px 0px darken(#eea342, 6%), 9px 7px 0px rgba(0, 0, 0, 0.1);
    }*/
}
.rh50-down-server .fa-circle {
  color: #eea342;
  font-size: 96px;
}
.rh50-down-server .fa-chevron-down {
  padding-top: 30px;
  font-size: 30px;
}
/***********************************************

    Installation and Product Update

***********************************************/
.stepByStep {
  margin-bottom: 20px;
  padding: 0px 10px 10px 60px;
  padding-top: 5px;
  position: relative;
}
.stepByStep .numberInCircle {
  position: absolute;
  left: 20px;
  top: 29px;
}
.numberInCircle {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #2f84c3;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
}
/*****************************************
    Ported BS2 code
*****************************************/
.nav-bar {
  background: #368ccb;
  border-radius: 6px;
  padding: 0px 20px;
  font-size: 18px;
  border-bottom: #368ccb 4px solid;
}
.nav-bar > li {
  margin-bottom: -1px;
}
.nav-tabs > li,
.nav-pills > li,
.nav-bar > li,
.nav-line > li {
  float: left;
}
.nav-bar > .active > a,
.nav-bar > .active > a:hover,
.nav-bar > .active > a:focus {
  color: #ffffff;
  background-color: #368ccb;
  cursor: default;
}
.nav-bar > li > a {
  color: #ffffff;
  line-height: 24px;
  padding: 15px;
  border: 1px solid transparent;
}
.nav-bar > li > a.external:hover {
  background-color: #307eb8;
}
.nav-bar > li > a.external {
  background-color: #368ccb;
  border-radius: 15px;
  padding: 7px 15px;
  margin: 8px 0;
}
.nav-bar > li > a:hover {
  background-color: #368ccb;
}
.nav-bar i {
  margin-left: 5px;
  font-size: 16px;
}
.nav-line {
  border-bottom: 3px solid #dddddd;
  padding: 8px 0 0;
}
.nav-line > li {
  width: 14.25%;
  padding: 0;
  text-align: center;
}
.nav-tabs > li,
.nav-pills > li,
.nav-bar > li,
.nav-line > li {
  float: left;
}
.nav-line > li > a {
  padding-bottom: 20px;
  margin-bottom: -3px;
  line-height: 24px;
  color: #dddddd;
  font-family: "Lato", Verdana, Tahoma, Geneva, sans-serif;
  font-size: 18px;
}
.nav-line > li > a:hover,
.nav-line > li > a:focus {
  border-bottom: 3px solid #a3aebf;
  background-color: transparent;
}
.nav-line > .active > a,
.nav-line > .active > a:hover,
.nav-line > .active > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #a3aebf;
  cursor: default;
}
ul.inline,
ol.inline {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 980px) {
  .nav-line {
    border: none;
  }
  .nav-line > li {
    float: none;
    text-align: left;
    border-left: 1px solid #a3aebf;
    border-right: 1px solid #a3aebf;
    border-top: 1px solid #a3aebf;
    width: 100%;
  }
  .nav-line > li a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 50px;
    margin: 0;
  }
  .nav-line > .active > a,
  .nav-line > .active > a:hover,
  .nav-line > .active > a:focus {
    border-bottom: none;
    background-color: #368ccb;
    color: #ffffff;
  }
  .nav-line > li > a:hover,
  .nav-line > li > a:focus {
    border-bottom: none;
    background-color: #f2f2f2;
  }
  .nav-line > li:last-child {
    float: none;
    border-bottom: 1px solid #a3aebf;
  }
}
.wistia-animation-wrapper {
  border: 1px solid #585858;
  cursor: pointer;
  overflow: hidden;
}
.wistia-play-head {
  background-color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  font-size: large;
  font-weight: bold;
  color: #ffffff;
  padding: 15px;
}
.rh60 .rh__app-gallery h4 {
  min-height: 38px;
}
.rh60 .rh__app-gallery .row {
  margin-bottom: 15px;
}
.rh60 .rh__app-gallery .translateLabel {
  display: block;
}
.rh60 .rh__app-gallery p {
  font-size: 15px;
}
.rh51-bg {
  background-color: #eeeeee;
  padding-bottom: 100px;
}
div.rh51-container {
  max-width: 1170px;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  color: #333333;
}
div.rh51-container strong {
  font-weight: 600;
}
.rh51-body-wrap p code {
  padding: 0 4px;
  font-size: 90%;
  color: #d61e57;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.rh51-body-wrap p {
  font-size: 16px;
  line-height: 27px;
}
.rh51-body-wrap p:empty {
  margin: 0;
}
.rh51-body-wrap h2 {
  margin: -15px -30px 30px -30px;
  padding: 0 15px 20px 30px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 300;
}
.rh51-body-wrap h3 {
  font-weight: 400;
  padding: 0 0 5px 0;
  margin: 60px 0 10px 0;
  font-size: 22px;
}
.rh51-body-wrap h3 p {
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 22px;
}
.rh51-body-wrap h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 800;
  color: #585858;
}
.rh51-body-wrap h2 + h3 {
  margin-top: 30px;
}
.rh51-body-wrap ul {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
.rh51-body-wrap ul:last-child {
  margin-bottom: 0px;
}
.rh51-body-wrap li {
  padding-bottom: 0.5em;
}
.rh51-body-wrap li:last-child {
  padding-bottom: 0;
}
.rh51-body-wrap small,
.rh51-body-wrap small p {
  font-size: 13px;
  line-height: 15px;
}
.rh51-body-wrap sup {
  font-style: normal;
}
.rh51-body-wrap .legal p {
  font-size: 14px;
}
.rh51-body-wrap .legal p:last-child {
  margin-bottom: 0;
}
.r51-contentBoxes {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 0px 2px 3px rgba(153, 153, 153, 0.1);
}
.rh51-header-wrap {
  margin: 30px 0;
  position: relative;
  border-bottom: solid 6px #005596;
}
.rh51-h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  padding: 20px;
  color: #333333;
  padding-right: 250px;
}
.rh51-h1 a {
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
}
.rh51-h1 a:active,
.rh51-h1 a:visited {
  color: #333333;
  text-decoration: none;
}
.rh51-h1 a:hover,
.rh51-h1 a:focus {
  color: #585858;
  text-decoration: none;
}
.rh52a-h1 {
  font-weight: 800;
  text-transform: none;
  font-size: 2em;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  padding: 20px;
  color: #333333;
  padding-right: 250px;
}
.rh52a-h1 a {
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
}
.rh52a-h1 a:active,
.rh52a-h1 a:visited {
  color: #333333;
  text-decoration: none;
}
.rh52a-h1 a:hover,
.rh52a-h1 a:focus {
  color: #585858;
  text-decoration: none;
}
@media (max-width: 991px) {
  .rh51-h1 {
    font-size: 1.6em;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .rh51-h1 {
    padding-right: 20px;
    font-size: 1.4em;
    line-height: 1;
  }
}
.rh51-sidebar-wrap {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rh51-sidebar-wrap {
    width: 230px;
  }
}
@media (min-width: 990px) {
  .rh51-sidebar-wrap {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .rh51-sidebar-wrap {
    width: 263px;
  }
}
.r51-toc .r51-toc-parent {
  border-top: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.r51-toc .r51-toc-parent > span {
  display: block;
  padding: 13px 10px 10px 20px;
}
.r51-toc .r51-toc-parent > ul > li {
  padding: 0 10px 5px 20px;
  position: relative;
  line-height: 18px;
}
.r51-toc .r51-toc-parent > ul > li:last-child {
  margin-bottom: 10px;
}
.r51-toc .r51-toc-parent > ul {
  padding: 5px 0;
}
.r51-toc .r51-toc-intro {
  border-top: 0;
  padding-bottom: 0;
}
.r51-toc .r51-toc-parent,
.r51-toc .r51-toc-intro a {
  color: #005596;
  font-weight: 700;
  font-size: 16px;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  padding: 0;
}
.r51-toc a {
  font-weight: 400;
  font-size: 14px;
  color: #585858;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.r51-toc a:hover {
  color: #368ccb;
}
.r51-toc a.release51Active {
  font-weight: 700;
  color: #252525;
  transition: all 1s ease;
}
.r51-toc .r51-toc-parent.release51Active > span,
.r51-toc .r51-toc-intro.release51Active {
  background: #005596;
  color: #ffffff;
  transition: all 1s ease;
}
.r51-toc .r51-toc-intro.release51Active a {
  color: #ffffff;
}
a.release51Active:before {
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  background: #005596;
  border-radius: 100%;
  position: absolute;
  left: 9px;
  top: 18px;
  margin-top: -8px;
}
.r51-toc-intro a.release51Active:before {
  display: none;
}
.rh51-body-wrap {
  margin: 0;
  padding: 30px;
}
.rh51-body-wrap em.cmImgPhoneCaption {
  display: none!important;
}
.r51-inlineCaption,
.r51-inlineCaption,
.r51-imagelink,
.r51-inlineCaption p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  margin-top: 5px;
}
.r51-inlineCaption em,
.r51-inlineCaption em,
.r51-imagelink em,
.r51-inlineCaption p em {
  font-style: normal;
}
p.r51-imagelink {
  margin: 0.5em 0 0 0;
}
p.r51-imagelink {
  line-height: 27px;
}
p.r51-inlineCaption + p.r51-imagelink,
p.r51-imagelink + p.r51-imagelink {
  margin-top: 10px;
}
.rh51-body-wrap .vid-filter-spinner {
  width: 100%;
  text-align: center;
  padding: 30px;
}
.rh51-server-video .wistia_embed {
  margin-left: -15px;
}
.r51-btn {
  background-color: #e65e30;
  border-radius: 4px;
  text-align: center;
  -webkit-border-radius: 4px;
  color: #ffffff;
  padding: 8px 20px;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  display: inline-block;
  float: right;
}
.r51-btn:hover,
.r51-btn:focus {
  text-decoration: none;
  color: #ffffff;
  background: #e14d1b;
}
.r51-btn i {
  margin-left: 5px;
}
.r51-sidebarButton {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 8px;
}
.rh51-dl-btn {
  background-color: #e65e30;
}
.rh51-dl-btn:hover,
.rh51-dl-btn:focus {
  background: #e14d1b;
}
.r51-btn-menuToggle {
  margin-right: 10px;
  background-color: #368ccb;
  border-radius: 4px;
  text-align: center;
  -webkit-border-radius: 4px;
  color: #ffffff;
  padding: 5px 15px;
  font-family: "Lato", Verdana, Tahoma, Geneva, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  display: block;
  float: right;
}
.r51-btn-menuToggle:hover,
.r51-btn-menuToggle:focus {
  text-decoration: none;
  color: #ffffff;
  background: #307eb8;
}
.rh51-sidebar-mobile-trigger .rh51-dl-btn {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: left;
  margin: 10px;
  width: auto;
  height: auto;
  padding: 5px 15px;
}
.rh51-sidebar-mobile-trigger .rh51-dl-btn i {
  margin-left: 0px;
}
.rh51-sidebar-wrap.sticky-desktop {
  position: fixed;
  bottom: 10px;
}
.rh51-sidebar-mobile-trigger.sticky,
.rh51-sidebar-mobile-trigger.menuOpen {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  border-radius: 0;
  z-index: 200;
}
.rh51-sidebar-wrap-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  border-radius: 0;
  z-index: 100;
  padding-top: 60px;
}
html.stuck {
  overflow: hidden;
}
@media (min-width: 768px) {
  .rh51-sidebar-wrap.collapse {
    display: block;
    visibility: visible;
    height: auto!important;
  }
}
.particlebeam-table img {
  max-width: 200px;
}
.rh52-bg .rh51-header-wrap {
  border-color: #d61e57;
}
.rh52-bg .r51-toc-parent,
.rh52-bg .r51-toc-intro a {
  color: #d61e57;
}
.rh52-bg .r51-toc-parent.release51Active > span,
.rh52-bg .r51-toc-intro.release51Active {
  background: #d61e57;
}
.rh52-bg a.release51Active:before {
  background: #d61e57;
}
.rh52-bg .rh51-dl-btn {
  background-color: #368ccb;
}
.rh52-bg .rh51-dl-btn:hover,
.rh52-bg .rh51-dl-btn:focus {
  background: #307eb8;
}
.rh52a-bg .rh51-header-wrap {
  border-color: #005596;
}
.rh52a-bg .r51-toc-parent,
.rh52a-bg .r51-toc-intro a {
  color: #005596;
}
.rh52a-bg .r51-toc-parent.release51Active > span,
.rh52a-bg .r51-toc-intro.release51Active {
  background: #005596;
}
.rh52a-bg a.release51Active:before {
  background: #005596;
}
.rh52a-bg .rh51-dl-btn {
  background-color: #e65e30;
}
.rh52a-bg .rh51-dl-btn:hover,
.rh52a-bg .rh51-dl-btn:focus {
  background: #e14d1b;
}
.rh-image {
  display: block;
  margin-bottom: 20px;
}
.rh-image a {
  margin-bottom: 10px;
}
.rh60 .rh-image-description {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-style: italic;
}
.rh60 .rh-image-description em {
  font-style: normal;
}
.rh-Timage {
  display: block;
}
.rh-Timage:after {
  content: '»';
  font-size: 16px;
  color: #e65e30;
}
.rh53-content .r51-toc-parent,
.rh53-content .r51-toc-intro a {
  color: #d61e57;
}
.rh53-content .r51-toc-parent.release51Active > span,
.rh53-content .r51-toc-intro.release51Active {
  background: #d61e57;
}
.rh53-content a.release51Active:before {
  background: #d61e57;
}
.rh53-content .rh51-dl-btn {
  background-color: #e65e30;
}
.rh53-content .rh51-dl-btn:hover,
.rh53-content .rh51-dl-btn:focus {
  background: #e14d1b;
}
.rh53a-content .r51-toc-parent,
.rh53a-content .r51-toc-intro a {
  color: #25325b;
}
.rh53a-content .r51-toc-parent.release51Active > span,
.rh53a-content .r51-toc-intro.release51Active {
  background: #25325b;
}
.rh53a-content a.release51Active:before {
  background: #25325b;
}
.rh53a-content .rh51-dl-btn {
  background-color: #d61e57;
}
.rh53a-content .rh51-dl-btn:hover,
.rh53a-content .rh51-dl-btn:focus {
  background: #ab1f46;
}
.rh54-content .r51-toc-parent,
.rh54-content .r51-toc-intro a {
  color: #25325b;
}
.rh54-content .r51-toc-parent.release51Active > span p {
  color: #ffffff;
}
.rh54-content .r51-toc-parent.release51Active > span,
.rh54-content .r51-toc-intro.release51Active {
  background: #25325b;
}
.rh54-content a.release51Active:before {
  background: #25325b;
}
.rh54-content .rh51-dl-btn {
  background-color: #59aa47;
}
.rh54-content .rh51-dl-btn:hover,
.rh54-content .rh51-dl-btn:focus {
  background: #50983f;
}
.rh55-content .r51-toc-parent,
.rh55-content .r51-toc-intro a {
  color: #005596;
  font-weight: 700;
}
.rh55-content .r51-toc-parent.release51Active > span p {
  color: #ffffff;
}
.rh55-content .r51-toc-parent.release51Active > span,
.rh55-content .r51-toc-intro.release51Active {
  background: #005596;
}
.rh55-content a.release51Active:before {
  background: #25325b;
}
.rh55-content .rh51-dl-btn {
  background-color: #e65e30;
  font-size: 16px;
}
.rh55-content .rh51-dl-btn:hover,
.rh55-content .rh51-dl-btn:focus {
  background: #e14d1b;
}
.release-sysreq-tables th {
  color: #eea342;
}
.release-vid-group .wistia_responsive_padding {
  padding: 60% 0 0 0 !important;
}
.has-table table thead th {
  background-color: #eeeeee;
}
.has-table table,
.has-table thead,
.has-table th,
.has-table tbody,
.has-table tr,
.has-table td {
  text-align: left;
}
.rh60 .video-cap {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.rh60 .video-cap p {
  font-size: 14px;
  line-height: 24px;
}
.rh60 .video-cap em {
  font-style: normal;
}
.rh60 .heading-card-title h1 {
  font-size: 1.7em;
}
.rh60 .heading-card-title h1 a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .rh60 .heading-card-title h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .rh60 .heading-card-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .rh60 .heading-card-title h1 {
    padding: 0;
  }
  .rh60 .heading-card-title .btn {
    position: unset;
    margin: 0;
  }
}
.rh-image-description p {
  font-size: 14px;
}
.rh__image-gallery {
  display: flex;
  flex-direction: column;
}
.rh__image-gallery .rh-image {
  margin: 0;
}
.rh__image-gallery .rh__gallery-item-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.rh__image-gallery .rh__gallery-item p {
  font-size: 0;
}
.rh__image-gallery .rh__gallery-caption {
  font-size: 14px;
  font-style: italic;
}
.rh__image-gallery .rh__gallery-caption p {
  font-size: 14px;
  font-style: italic;
}
.rh__image-gallery .rh__gallery-caption em {
  font-style: normal;
}
.rh__application-gallery {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
.rh__app {
  flex-basis: 378px;
}
@media (min-width: 1200px) {
  .rh__application-gallery {
    flex-direction: row;
    gap: 30px;
  }
  .rh__app {
    max-width: 378px;
  }
}
.modelDbBox h3 {
  margin-top: 0;
  line-height: 1.55em;
}
.modelDbTitle:hover {
  text-decoration: none;
}
.newModelDB {
  text-transform: uppercase;
  color: #f19986;
  font-size: 0.9em;
}
.modelDbImgBox {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.modelDbImgBox img {
  max-height: 200px;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
#appendedInputButton {
  width: 85% !important;
}
.select2-chosen {
  color: #555555 !important;
}
#pillarFilter {
  width: 100%;
}
#productSelect {
  width: 100%;
}
.papersSelectTwo,
.modelSelectTwo {
  width: 90%;
  margin-bottom: 15px;
  border-radius: none;
}
.select2-search input.select2-input {
  margin: 4px 0 0;
}
.modelDb-header-wrap,
.modelDb-body-wrap,
.modelDb-nav-wrap {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.1);
  -webkit-box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.1);
  margin: 30px 0;
  background: #ffffff;
  padding: 30px;
}
.modelDb-nav-wrap {
  margin-bottom: 0;
}
.modelDb-header-wrap {
  margin: 30px 0 0;
  position: relative;
  padding: 15px;
  border-bottom: solid 6px #aaaaaa;
}
@media (min-width: 768px) {
  .modelDb-header-wrap {
    padding: 15px 165px 15px 15px;
  }
}
.modelDb-header-wrap h1 {
  margin: 0;
  font-family: "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
  text-align: left;
  padding: 0 20px 0;
}
.modelDb-header-wrap h1 a {
  color: #333333;
}
.modelDb-header-wrap h1 a:hover {
  text-decoration: none;
  color: #585858;
}
.modelDb-body-wrap .paginationControl {
  padding-right: 20px;
}
.modelDb-body-wrap p {
  font-size: 15px;
}
.modelDb-body-wrap h4.moveup {
  font-size: 23px;
  font-weight: 300;
}
.modelDb-body-wrap #products p {
  margin-top: 20px;
}
.modelDb-body-wrap img {
  max-width: 100%;
  height: auto;
}
.modelDb-body-wrap #downloads {
  padding-top: 20px;
}
.modelDb-body-wrap #downloads ul.nav-pills {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .modelDb-body-wrap {
    min-height: 625px;
  }
}
@media (min-width: 1200px) {
  .modelDb-body-wrap {
    min-height: 510px;
  }
}
.modelDb-section-title-hr {
  margin-top: 15px;
  border: 0;
  height: 1px;
  background: #dddddd;
}
.modelDb-nav-wrap:before,
.modelDb-nav-wrap:after {
  content: " ";
  display: table;
}
.modelDb-nav-wrap:after {
  clear: both;
}
.modelDb-nav-wrap:before,
.modelDb-nav-wrap:after {
  content: " ";
  display: table;
}
.modelDb-nav-wrap:after {
  clear: both;
}
.modelDb-nav-wrap h4 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
  padding: 0px 0px 8px;
  border-bottom: 2px solid #585858 !important;
}
.modelDb-nav-wrap input.modelSearch#appendedInputButton {
  width: 100% !important;
  /* height: 28px !important; */
  padding: 0 5px;
  font-size: 0.9em;
}
.modelDb-nav-wrap .papersSelectTwo,
.modelDb-nav-wrap .modelSelectTwo {
  width: 100%;
}
.modelDb-nav-wrap .select2-container .select2-choice {
  background-image: none;
  font-size: 14px;
  height: 28px;
}
.modelDb-nav-wrap .select2-container .select2-choice abbr {
  top: 6px;
  font-size: 14px;
}
.modelDb-nav-wrap .select2-container .select2-choice * {
  font-size: 14px !important;
}
.modelDb-nav-wrap .select2-dropdown-open {
  background-image: none;
}
.modelDb-nav-wrap button {
  margin-top: 10px;
}
.modelDb-nav-wrap button:hover {
  background-color: #eeeeee;
}
.select2-search input,
.select2-results li {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .stickyNav-wrapper {
    float: none !important;
  }
}
.label-db,
.badge-db {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #d61e57;
}
.label-db:hover,
.badge-db:hover {
  text-decoration: none;
  background-color: #ab1f46;
}
.label-db {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.label-db > a {
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#browseApplicationCategoriesContainer h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #999999;
  padding-bottom: 5px;
  border-bottom: solid 1px #999999;
}
.application-product-browse {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
@media (min-width: 620px) {
  .application-product-browse {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .application-product-browse {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .application-product-browse {
    width: 25%;
  }
}
.application-product-browse h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.application-product-browse ul {
  list-style-type: none;
  padding-left: 25px;
}
.application-product-browse ul li {
  font-size: 14px;
}
.application-product-browse ul li::before {
  content: "\f0c8";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  left: -9px;
  color: #368ccb;
  font-size: 5px;
  top: -4px;
}
.application-product-browse ul li:hover::before {
  color: #368ccb;
}
.sortBtn {
  margin-top: 0;
  padding: 5px 10px;
  border: 1px solid #000000;
  border-radius: 3px;
  background: #ffffff;
  color: #585858;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  transition: 0.2s;
}
.sortBtn:first-child {
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .sortBtn:first-child {
    margin-right: 15px;
  }
}
.sortBtn:hover {
  color: #585858;
  background: #f2f2f2;
  border-color: #dddddd;
}
.sortBtn.active {
  color: #585858;
  background: #dddddd;
  cursor: default;
}
.modeldb-image-column img {
  margin: 0 auto;
  display: block;
}
.banner-models-access-page {
  width: 100%;
  display: block;
  max-width: 790px;
  max-height: 100px;
}
.banner-models-access-page a {
  display: block;
  width: 100%;
  height: inherit;
}
.banner-models-access-page a img {
  display: inline-block;
  width: 100%;
  max-width: inherit;
  height: inherit;
  border: 1px solid #999999;
}
.user-story-gallery-container {
  display: table;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.user-story-gallery-container a,
.user-story-gallery-container figure,
.user-story-gallery-container img {
  width: 100%;
  display: inline-table !important;
}
.user-story-gallery-container img {
  margin: auto;
}
.user-story-gallery-container a {
  padding: 3% 1%;
  width: 32%;
}
.user-story-gallery-container a:hover {
  background-color: #c0d6e8;
}
@media (max-width: 529px) {
  .user-story-gallery-container a {
    display: table !important;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f9f9f9;
  }
}
.user-story-gallery-container a figure img {
  max-width: 129px;
  max-height: 173px;
}
@media (max-width: 529px) {
  .user-story-gallery-container a figure img {
    max-width: 258px;
    max-height: 346px;
    padding: 10px 0;
  }
}
/*WEB-36524*/
/*________
Color Palette ------------------*/
/*Headings*/
h4.resources-sidNav-main-h {
  color: #d61e57;
  font-weight: 700;
  margin-bottom: 20px;
}
h5.resources-sidNav-sub-h {
  color: #333333;
  font-weight: 700;
  font-size: 15px;
}
/*Unordered List*/
.resources-sidNav-links-container,
.resources-sidNav-links-subcontainer {
  margin: 0;
  padding: 0;
}
.resources-sidNav-links-container li,
.resources-sidNav-links-subcontainer li {
  list-style: none;
}
.resources-sidNav-links-container li a,
.resources-sidNav-links-subcontainer li a {
  font-size: 14px;
  color: #585858;
  letter-spacing: 0.15px;
  transition: color 0.25s ease;
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 4px 0;
  padding-left: 15px;
}
.resources-sidNav-links-container li a:hover,
.resources-sidNav-links-subcontainer li a:hover {
  text-decoration: none;
  color: #585858;
}
.resources-sidNav-links-container li a:before,
.resources-sidNav-links-subcontainer li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  margin: 0;
  left: -8px;
  top: 8px;
  border-radius: 100%;
  background-color: #999999;
  transition: background 0.25s ease;
}
.resources-sidNav-links-container li a:hover::before,
.resources-sidNav-links-subcontainer li a:hover::before {
  background-color: #d61e57;
}
.resources-sidNav-links-container li a:hover::before,
.resources-sidNav-links-subcontainer li a:hover::before {
  background-color: #d61e57;
}
.resources-sidNav-links-container .hidden-links-container,
.resources-sidNav-links-subcontainer .hidden-links-container {
  display: block;
}
.resources-sidNav-links-container .hidden-links-container .show-links-toggle-btn,
.resources-sidNav-links-subcontainer .hidden-links-container .show-links-toggle-btn {
  display: block;
  font-size: 13px;
  color: #f15b63;
  font-weight: 500;
  padding: 2px 0;
  margin-top: 5px;
}
.resources-sidNav-links-container .hidden-links-container .show-links-toggle-btn:hover,
.resources-sidNav-links-subcontainer .hidden-links-container .show-links-toggle-btn:hover {
  cursor: pointer;
}
.resources-sidNav-links-subcontainer {
  display: none;
}
#conferenceFilterBtn {
  display: block;
  width: 100%;
}
.sidenav__sectionHeader {
  background: #585858;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.sidenav__sectionHeader a {
  color: #999999;
}
.sidenav__sectionHeader--resources {
  border-top: 1px solid #777777;
}
@media (max-width: 991px) {
  .followScrollBox {
    width: 100%;
  }
}
.sidenav__toggleCollapse {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.sidenav__toggleCollapse:hover,
.sidenav__toggleCollapse:focus {
  text-decoration: none;
}
.sidenav__toggleCollapse > div:first-child {
  color: white;
  line-height: 1.2;
}
.sidenav__sublabel {
  background-color: #a5d5cf;
  background-color: #dae8ed;
  color: #388090;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
}
.ty-bg {
  background-color: #368ccb;
  padding: 60px 0;
}
.ty-h1 {
  text-align: center;
  font-weight: 800;
  font-size: 5em;
  color: #ffffff;
}
.ty-p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 1.7em;
  color: #ffffff;
}
@media (max-width: 500px) {
  .ty-h1 {
    font-size: 3em;
  }
  .ty-p {
    font-size: 1.2em;
  }
}
/* LESS for the new Forum */
.CodeMirror {
  height: 300px;
}
.fx-symbol {
  font-style: italic;
}
.fx-symbol::before {
  content: "\0192x";
}
.version-columns {
  margin-top: 20px;
}
.version-columns li {
  margin-top: 0;
  display: inline-block;
  width: 32%;
}
.checkbox-tags input[type="checkbox"] + label span:before {
  border: 1px solid #005596 !important;
  display: none;
}
.checkbox-tags label {
  display: inline-block;
  padding-left: 0;
  padding: 0 5px 5px 0;
  /*&:first-of-type {
            display: block;
            margin-top: 7px;
        }*/
}
.checkbox-tags input {
  display: none !important;
}
.checkbox-tags label span {
  padding: 1px 2px;
  border-radius: 3px;
  border: 1px solid #a7b0c1;
  background-color: #e7edf5;
  color: #555555;
  font-size: 0.75em;
  transition: all 0.2s;
}
.checkbox-tags label span:hover {
  background-color: #c0d6e8;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
}
.checkbox-tags label span:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.checkbox-tags input:checked + label span {
  border: 1px solid #097609;
  background-color: #388090;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.checkbox-tags .row .col-md-12 {
  margin-bottom: 15px;
}
.contentbox.warning {
  position: relative;
  margin-bottom: 24px;
}
.contentbox.warning:before {
  display: block;
  font-family: FontAwesome;
  content: '\f12a';
  background: #e65e30;
  color: #ffffff;
  float: left;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  margin-top: -15px;
  position: absolute;
}
.contentbox.warning .inner {
  padding-left: 70px;
}
.contentbox.warning.locked {
  position: relative;
  margin-bottom: 24px;
}
.contentbox.warning.locked:before {
  content: '\f023';
}
/* end alert box styling */
.replyHeader {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
  color: #999999;
}
.replyHeader span {
  padding-right: 10px;
}
.titleBar-wrapper.affix {
  position: fixed;
  width: 100%;
  z-index: 500;
  min-height: 20px;
  top: 0;
  left: 0;
}
.titleBar-wrapper.affix .titleBar-mobile {
  border-color: #25325b;
  transition: top 0.8s ease;
}
.titleBar-mobile {
  top: -250px;
}
.forum-filter {
  font-size: 0.9em;
}
.postMeta {
  color: #999999;
  font-size: 14px;
}
.postMeta a {
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
  color: #999999;
}
.postMeta span {
  margin-right: 10px;
}
.postMeta .users {
  display: block;
  margin-top: 3px;
}
.postMeta .users img {
  height: 20px;
  margin-bottom: 3px;
  margin-right: 2px;
}
.postMeta .users span {
  margin: 0px;
  line-height: 23px;
  font-size: 12px;
}
.postMeta .users .commenter {
  float: right;
}
.userInfo .forumAvatar {
  display: block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.userInfo .forumAvatar img {
  width: 100%;
}
.userInfo .userName {
  font-weight: 600;
}
.userInfo .userRank {
  color: #999999;
  display: block;
}
.userInfo .userEdit {
  color: #d61e57;
  font-size: 0.75em;
  margin-left: 7px;
}
.userActions {
  font-size: 0.9em;
  text-align: center;
}
.userActions a {
  display: inline-block;
  margin: 10px 10px 0 0;
  text-align: center;
}
.userActions a:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .userActions {
    text-align: right;
    font-size: 0.9em;
  }
  .userActions a {
    display: block;
    margin: 0 0 0.5em 0;
    text-align: right;
  }
}
.postText,
.editor-preview {
  padding: 2% 4%;
}
.postText pre code,
.editor-preview pre code {
  white-space: pre;
}
.postActions {
  font-size: 0.9em;
}
.postActions .dropdown-menu {
  font-size: inherit;
}
.postActions button.btn {
  font-size: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}
.forumBanner {
  margin: 20px auto;
  max-width: 100%;
  text-align: center;
}
.forumBanner img {
  margin: 0 auto;
  max-width: 100%;
}
.forumTextarea {
  width: 100%;
  height: 100px;
}
.replyActions .replyActionItem {
  display: inline-block;
  font-size: 0.95em;
  margin-bottom: 7px;
}
.replyActions .replyActionItem.btn-primary {
  float: right;
  float: right !important;
}
.replyActions label.replyActionItem {
  margin: 12px 15px 7px 0;
}
  font-weight: 600;
  display: block;
  margin: 0 0 8px 0;
  /*
        @media (min-width: @screen-sm-min) {
            span {
                margin-left: 2em;
                display: inline;
                width: auto;
            }
        }*/
}
.formHeader span {
  color: #999999;
  font-weight: 400;
  width: 100%;
  display: block;
}
.formSubheader {
  font-size: 81%;
  color: #999999;
}
.formAccent {
  font-size: 81%;
  color: #388090;
  transition: color 0.3s;
}
.formAccent.action {
  cursor: pointer;
}
.formAccent.action:hover {
  color: #097609;
  text-decoration: none;
}
.formAccent.heading {
  display: block;
}
        padding: 0;
        margin-bottom: 0;
        float: left;
        font-size: .9em;

        li {
            margin: 0;
            padding: 10px;
            display: inline-block;
            cursor: pointer;
        }

        /*&.version li {
            display: inline-block;
            width:40%;
            float:left;
            margin: 0 0 8px 0;
            }*/
/* a {
            color: inherit;
            &:hover{ font-weight: 600;}
            }
        &:last-child { margin: 0 0 0 0; }

        /*
        @media (min-width: @screen-sm-min) {
            margin:20px 0 0 0;
            &:last-child { margin:20px 0 0 0; }
            &.topics {
                width:50%;
            }
            &.version li{
                width:75%;
            }
        }*/
.relatedContent h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 2em;
}
.relatedContent ul,
.relatedContent ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.relatedContent ul li {
  padding: 0.6em 0;
  border-bottom: 1px solid #eeeeee;
}
.relatedContent ul li:last-child {
  border-bottom: 0;
}
.relatedContent a {
  color: #999999;
}
.relatedContent .readTag {
  display: inline-block;
  font-size: 11px;
  background: #eeeeee;
  padding: 3px 6px;
  border-radius: 4px;
  color: #555555;
  margin-right: 10px;
}
.forumrules h3 {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.forumrules ul li {
  margin-bottom: 0.5em;
}
.forum-postlist {
  margin: 0;
}
.forum-postlist .forum-post {
  margin: 0 0 20px 0;
  border-bottom: #dddddd;
  padding-bottom: 20px;
  padding: 20px 0 40px 0;
  position: relative;
}
.forum-postlist .forum-post:last-child {
  margin-bottom: 0;
}
.forum-postlist h3 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  display: inline;
  text-transform: capitalize;
}
.forum-postlist h3 a {
  color: #585858;
}
.forum-postlist .read a.readTag {
  display: inline-block;
  font-size: 11px;
  background-color: #ffffff;
  padding: 3px 6px;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 10px;
}
.forum-postlist .read a.readTag:visited {
  background-color: #eeeeee;
  color: #388090;
}
.forum-postlist .read a.readTag:hover {
  text-decoration: none;
  cursor: default;
}
.forum-postlist .postActivity {
  text-align: left;
  font-size: 13px;
}
.forum-postlist .postActivity span {
  padding-right: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .forum-postlist .postActivity {
    text-align: right;
  }
  .forum-postlist .postActivity span {
    display: block;
  }
}
.forum-postlist .private,
.post-status-bar .private {
  position: relative;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  color: #eea342;
}
.forum-postlist .private .fa-envelope-o,
.post-status-bar .private .fa-envelope-o {
  position: absolute;
  font-size: 18px;
}
.forum-postlist .private .fa-lock,
.post-status-bar .private .fa-lock {
  position: absolute;
  right: -5px;
  top: 6px;
  font-size: 16px;
}
.post-status-bar {
  font-size: 14px;
  color: #f19986;
  margin-top: -10px;
}
.post-status-bar .private {
  margin-left: 1px;
}
@media (min-width: 992px) {
  #collapse-filters {
    display: block;
    visibility: visible;
  }
}
.version-toggle {
  color: #585858;
  text-align: center;
  display: block;
  font-weight: 800;
  padding: 0 0 10px 0;
}
.version-toggle-div ul.filter-list {
  margin-top: 0;
}
.forum-postlist.forum-announcements {
  margin-bottom: 20px;
}
.forum-postlist.forum-announcements h3 {
  font-size: 22px;
}
.forum-postlist.forum-announcements h3 a {
  color: #d61e57;
}
.forum-sort-bar {
  font-size: 0.9em;
  border: 1px solid #eeeeee;
  border-right: 0;
  border-left: 0;
  margin: 0 0 20px 0;
  background: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.forum-sort-bar .dropdown {
  display: inline-block;
}
.forum-sort-bar .dropdown button,
.forum-sort-bar .subscribe-btn {
  display: inline-block;
  margin: 0;
  padding: 10px;
  line-height: 1;
  font-size: 0.9em;
  background: transparent;
  border-radius: 4px;
  border: 0;
}
.forum-sort-bar .dropdown button:hover,
.forum-sort-bar .subscribe-btn:hover {
  background-color: #dddddd;
}
.forum-sort-bar .dropdown-menu {
  background: #f9f9f9;
  border: 0;
  box-shadow: 0 0 0;
  font-size: 0.9em;
}
.forum-sort-bar .mydiscussions-filter {
  padding: 10px;
}
.forum-sort-bar .mydiscussions-filter .sort-bar-filter {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  margin-bottom: 0;
  float: left;
  font-size: 0.9em;
  border-top: 1px solid #d5d5d5;
}
.forum-sort-bar .mydiscussions-filter .sort-bar-filter li {
  margin: 0;
  padding-right: 15px;
  display: inline-block;
  cursor: pointer;
}
.reportBlock {
  background: #f2f2f2;
  margin-top: -20px;
  border-radius: 0 0 4px 4px;
  display: none;
  clear: both;
}
.reportBlock label {
  padding: 0 0 0.5em 0;
}
.reportStandalone .reportBlock {
  display: block;
  background: transparent;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.reportStandalone .reportBlock .cancelReport {
  display: none;
}
.dragdropUploader {
  border: 2px dashed #368ccb;
  border-radius: 5px;
  background-color: #e7edf5;
  width: 100%;
  min-height: 50px;
  padding: 15px;
  line-height: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: auto;
  transition: all 0.3s;
}
.dragdropUploader:hover {
  background-color: #e7edf5;
}
.dragdropUploader .uploadInstructions {
  text-align: center;
  padding-top: 5px;
}
.dragdropUploader .uploadInstructions span {
  font-size: 18px;
  line-height: 28px;
  color: #555555;
}
.dragdropUploader .uploadInstructions p {
  margin-bottom: 0px;
}
.dragdropUploader .uploadInstructions i {
  margin-right: 10px;
  font-size: 28px;
}
.dragdropUploader .uploadInstructions a {
  color: #368ccb;
  font-weight: 600;
}
.dragdropUploader .uploadInstructions a:hover {
  text-decoration: none;
  color: #2a70a4;
}
.dragdropUploader .uploadInstructions em {
  font-size: 0.65em;
}
.dragdropUploader .upload-file-tray {
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s;
}
.dragdropUploader .upload-file {
  height: 100px;
  width: 100px;
  padding: 0px;
  margin: 2px 1px;
  background-color: #ffffff;
  border: 1px solid #555555;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.dragdropUploader .upload-file .remove-attachment {
  color: #585858;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dragdropUploader .upload-file .remove-attachment:hover {
  color: #368ccb;
}
.dragdropUploader .upload-file .upload-file-name {
  position: absolute;
  display: block;
  height: 20px;
  bottom: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #999999;
  color: #ffffff;
  padding: 0 3px;
  -webkit-transition: background-color 1.5s;
  -moz-transition: background-color 1.5s;
  transition: background-color 1.5s;
}
.dragdropUploader .upload-file .upload-file-name span {
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  left: 0%;
  width: 100%;
  -webkit-transition: left 4s;
  -moz-transition: left 4s;
  transition: left 4s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dragdropUploader .upload-file:hover .upload-file-name span {
  left: -85%;
}
.dragdropUploader .upload-file:hover .upload-file-name {
  background-color: rgba(0, 0, 0, 0.5);
}
.dragdropUploader .upload-progress,
.dragdropUploader .upload-processing {
  animation: upload-loading-border 1.25s infinite;
}
.dragdropUploader .upload-progress img,
.dragdropUploader .upload-processing img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE 8 & 9 (more valid) */
}
.dragdropUploader .upload-progress .progress,
.dragdropUploader .upload-processing .progress {
  height: 10px;
  position: absolute;
  width: 85px;
  margin-left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 0 0 1px #999999;
}
.dragdropUploader .upload-processing .progress .progress-bar {
  width: 100%;
}
.dragdropUploader .upload-success {
  animation: upload-success-border 55s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.dragdropUploader .upload-abort,
.dragdropUploader .upload-error {
  border: 1px solid #f19986;
}
.dragdropUploader .upload-abort .attachment-error,
.dragdropUploader .upload-error .attachment-error {
  position: absolute;
  top: 7px;
  left: 5px;
  color: #d61e57;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}
.dragdropUploader .upload-abort .upload-error-message,
.dragdropUploader .upload-error .upload-error-message {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 30px 7px 3px;
  width: 100px;
  height: 80px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  color: #d61e57;
}
.attach-mph-file {
  font-size: 15px;
  margin: 15px 0;
}
.attachment-recovered {
  border-bottom: 1px solid #dddddd;
  padding: 3px 15px;
}
.attachment-recovered:first-of-type {
  border-top: 1px solid #dddddd;
}
.attachment-recovered:nth-of-type(2) {
  background-color: #e7edf5;
}
.attachment-recovered:last-of-type {
  margin-bottom: 45px;
}
.attachment-recovered .upload-orphan-name {
  font-size: 14px;
}
.attachment-recovered .upload-orphan-attach,
.attachment-recovered .upload-orphan-remove {
  float: right;
  float: right !important;
  margin-left: 15px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
.attachment-recovered .upload-orphan-remove {
  border-right: 1px solid #aaaaaa;
  padding-right: 15px;
}
.heading-card-forum .heading-card-title {
  border-width: 3px;
}
.heading-card-forum .heading-card-subtitle .fa-arrow-left {
  color: #555555;
}
.heading-card-forum .heading-card-subtitle .btn {
  border: none;
  padding: 8px 15px;
}
.heading-card-forum .heading-card-subtitle .btn:hover {
  border: none;
}
@keyframes upload-success-border {
  0% {
    border: 1px solid #388090;
  }
  100% {
    border: 1px solid #555555;
  }
}
@keyframes upload-loading-border {
  0% {
    border: 1px solid #368ccb;
  }
  100% {
    border: 1px solid #555555;
  }
}
.discussion-forum .btn-default {
  padding: 8px 20px;
  border: none;
  transition: 0.2s background-color;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.discussion-forum .btn-default:hover {
  color: #ffffff;
  background-color: #307eb8;
}
.discussion-forum .btn-default:focus {
  color: #e7edf5;
  background-color: #005596;
}
.discussion-forum .btn--quote {
  padding: 8px 15px;
}
.discussion-forum .dropdown-toggle {
  font-size: 13px;
  font-weight: 600;
  color: #585858;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  transition: 0.2s border;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
.discussion-forum .dropdown-toggle:active {
  box-shadow: none;
}
.discussion-forum .dropdown-toggle:hover {
  color: #585858;
  border: 2px solid #dddddd;
  background-color: #ffffff;
}
.discussion-forum .dropdown-toggle:focus {
  color: #005596;
  border: 2px solid #368ccb;
  background-color: #ffffff;
}
.aws-container h1 {
  font-size: 33px;
  line-height: 1.5em;
  font-weight: 600;
  color: #555555;
}
.aws-container .large-p {
  font-size: 19px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.aws-container .white-card-box {
  margin: 20px 0;
}
.textImg-link {
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #368ccb;
  border: solid 2px transparent;
  padding: 2px;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.textImg-link img {
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.75;
  transition: all 0.25s ease;
  max-width: 200px;
}
.textImg-link:hover {
  color: #368ccb;
  text-decoration: none;
  border-color: #368ccb;
}
.textImg-link:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.try-comsol-server-logo {
  width: 279px;
  height: 72px;
  background-image: url("//cdn.comsol.com/products/comsol-server/comsol-server-logo.svg");
  background-repeat: no-repeat;
  text-indent: -10000px;
  font-size: 1px;
  overflow: hidden;
  float: right;
  margin-right: 50px;
}
.bold-server-h3 {
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  color: #d61e57;
  margin-top: 0px;
}
.bold-server-h3--is-capitalized {
  text-transform: capitalize;
}
.comsol-in-the-cloud img {
  width: 100%;
}
.tcs-sys-reqs {
  list-style-type: circle;
}
[cm-add-canonical-id-form]:before,
[cm-add-canonical-id-form]:after {
  content: " ";
  display: table;
}
[cm-add-canonical-id-form]:after {
  clear: both;
}
[cm-add-canonical-id-form]:before,
[cm-add-canonical-id-form]:after {
  content: " ";
  display: table;
}
[cm-add-canonical-id-form]:after {
  clear: both;
}
[cm-add-canonical-id-form] label {
  color: #999999;
  font-size: 17px;
  margin-top: 4px;
}
[cm-add-canonical-id-form] input {
  margin-bottom: 10px;
  width: 100%;
  background-color: transparent;
  display: block;
  height: 34px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  padding: 0 10px;
}
[cm-add-canonical-id-form] button {
  float: right;
}
[cm-add-canonical-id-running] {
  font-size: 18px;
  font-style: italic;
  display: block;
  text-align: center;
}
[cm-add-canonical-id-running] .fa-spinner {
  font-size: 22px;
  color: #368ccb;
}
[cm-add-canonical-id-error] {
  display: block;
  border: solid 1px #d61e57;
  border-radius: 4px;
  color: #d61e57;
  font-size: 16px;
  padding: 10px;
  margin: 20px 0;
}
[cm-add-canonical-id-success] {
  display: block;
  border: solid 1px #097609;
  border-radius: 4px;
  color: #097609;
  font-size: 16px;
  padding: 10px;
  margin-top: 20px;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@media (max-width: 767px) {
  .try-comsol-server-logo {
    margin-right: 0;
    float: none;
  }
}
/* Request A Demo Form Styles */
.request-a-demo-form h3 {
  color: #585858;
  margin-top: 0px;
  font-weight: 900;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
}
.request-a-demo-form .btn-md {
  font-size: 1.1em;
  padding: 8px 25px;
}
@media (max-width: 991px) {
  .request-a-demo-form .btn-solid.btn-md {
    font-size: 1em;
  }
}
/*================= Color palette =================*/
.cd-wrapper {
  background: #eeeeee !important;
  width: 100%;
}
.cd-card__subtitle {
  font-style: italic;
  font-weight: normal;
  font-size: 0.85em;
}
.comsoldays .header {
  color: #ffffff;
}
.comsoldays .inner-header img {
  width: 100%;
  max-width: 400px;
}
.comsoldays .logo {
  display: block;
  max-width: 500px;
  padding: 1em;
}
.comsoldays .logo img {
  width: 100%;
}
.comsoldays .event-details {
  text-align: right;
  font-weight: 800;
  font-size: 1.2em;
}
.comsoldays .event-details ul {
  margin: 0;
}
.comsoldays .event-details .time {
  font-weight: 300;
}
.comsoldays .event-details .time .ampm {
  font-variant: small-caps;
}
.comsoldays .cd-image-credits {
  opacity: 0.8;
}
.comsoldays .cd-card-header {
  overflow: auto;
  padding: 10px 30px;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.3em;
  line-height: 1.5;
}
.comsoldays .cd-card-header .cd-h2,
.comsoldays .cd-card-header .cd-sorting {
  display: inline-block;
}
.comsoldays .cd-card-header .cd-sorting {
  float: right;
  position: static;
  top: auto;
  right: auto;
  line-height: 1.5;
  padding: 0;
}
.comsoldays .cd-card-header .cd-card__title {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: none;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .comsoldays .cd-card-header .cd-h2,
  .comsoldays .cd-card-header .cd-sorting {
    display: block;
    clear: both;
    width: 100%;
  }
  .comsoldays .cd-card-header .cd-h2 {
    margin-bottom: 20px;
  }
  .comsoldays .cd-card-header .cd-sorting {
    margin: 0;
  }
}
@media only screen and (max-width: 587px) {
  .comsoldays .cd-card-header .cd-filter,
  .comsoldays .cd-card-header .cd-filter-button,
  .comsoldays .cd-card-header .cd-filter-button-all {
    display: block;
    width: 100%;
  }
  .comsoldays .cd-card-header .cd-filter-button,
  .comsoldays .cd-card-header .cd-filter-button-all {
    margin: 1em auto;
  }
}
.comsoldays .cd-card-header__title {
  white-space: normal;
  float: left;
}
@media only screen and (max-width: 767px) {
  .comsoldays .cd-card-header__title {
    float: none;
    text-align: center;
  }
}
.comsoldays .cd-card-header__toggle {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  white-space: nowrap;
  float: right;
}
@media only screen and (max-width: 767px) {
  .comsoldays .cd-card-header__toggle {
    float: none;
    text-align: center;
  }
}
.comsoldays .cd-card-header__filter-title {
  display: inline-block;
  margin-right: 10px;
  font-weight: 800;
}
.comsoldays .btn-holder {
  text-align: center;
}
.comsoldays a.btn {
  border-radius: 0;
  background: #005596;
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-size: 1.2em;
  border: 0;
  padding: 0.5em 3em;
  text-transform: uppercase;
  margin: 4em auto;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .comsoldays button.btn {
    padding: 0.5em 1.5em;
  }
}
.comsoldays .map-row {
  position: relative;
}
.comsoldays .map-details {
  position: absolute;
  top: 50%;
  left: 15%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 1em 2.5em 1em 1em;
  transform: translateY(-50%);
}
.comsoldays .map-details h2 {
  font-size: inherit;
  margin: 0;
  color: inherit;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.comsoldays .agenda {
  font-size: 1.2em;
}
.comsoldays .agenda .row {
  margin-bottom: 1em;
}
.comsoldays .agenda .time {
  background: #c0d6e8;
  border-right: 4px solid #25325b;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.8em 0.6em;
}
.comsoldays .agenda .info {
  padding-left: 2em;
  padding: 0.5em 0.5em 0.5em 2em;
  background: #f2f2f2;
}
.comsoldays .agenda .info:before {
  display: block;
  content: ' ';
  width: 30px;
  background: #f2f2f2;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
}
.comsoldays .agenda .info .title {
  font-weight: 800;
}
.comsoldays .agenda .info ul,
.comsoldays .agenda .info .info-p {
  font-size: 0.9em;
  margin-top: 1em;
}
.comsoldays .agenda .info a {
  color: inherit;
}
.comsoldays .agenda .info .details {
  font-size: 0.9em;
}
.comsoldays .cta-row button {
  margin: 4em auto;
}
.comsoldays .cd-upcoming {
  margin: 0 auto;
}
.comsoldays .cd-upcoming .cd-upcoming__statement {
  margin: 0 10px 2em;
}
.comsoldays .cd-upcoming .cd-upcoming__cards {
  margin: 0 -5px;
}
.comsoldays .cd-upcoming .cd-card__content {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.21);
}
.comsoldays .cd-upcoming .cd-card__content:hover {
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.comsoldays .cd-upcoming .cd-card__content a {
  display: block;
  text-decoration: none;
}
.comsoldays .cd-upcoming .cd-card__content--type-topic:hover {
  box-shadow: 0 0 0 2px #005596, 0px 2px 3px rgba(0, 0, 0, 0.21);
}
.comsoldays .cd-upcoming .cd-card__content--type-location:hover {
  box-shadow: 0 0 0 2px #1c9ab6, 0px 2px 3px rgba(0, 0, 0, 0.21);
}
.comsoldays .cd-upcoming .cd-card__content--disabled {
  box-shadow: none;
}
.comsoldays .cd-upcoming .closed-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
}
.comsoldays .cd-upcoming img {
  vertical-align: top;
}
.comsoldays .cd-upcoming .cd-card__content.closed {
  font-size: 0.7em;
}
.comsoldays .cd-upcoming .cd-card__content.closed:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.21);
}
.comsoldays .cd-upcoming .cd-card__content.closed .info {
  width: 100%;
  float: right;
  text-align: left;
  padding: 6px 0 6px 67px;
  border-radius: 0 4px 4px 0;
  color: #585858;
  background-color: #e7edf5;
  margin-bottom: 0;
}
.comsoldays .cd-upcoming .cd-card__content.closed .info .cd-card-title {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.05em;
  color: #999999;
}
.comsoldays .cd-upcoming .cd-card__content.closed .info .country {
  display: block;
  width: 100%;
  color: #a4a7b6;
  padding-right: 5px;
  font-weight: 400;
  font-size: 1.04em;
}
.comsoldays .cd-upcoming .cd-card__content.closed img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 60px;
  border-right: 2px solid #c0d6e8;
}
.comsoldays .cd-upcoming .cd-card__content.save-the-date:before {
  display: block;
  content: 'Coming Soon';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #dddddd;
  text-align: center;
  padding: 15% 0;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 400;
}
.comsoldays .cd-upcoming .industry-tag {
  display: none;
  position: absolute;
  bottom: 57px;
  width: 100%;
  background-color: #9ad1df;
  color: #005596;
  font-weight: 700;
  text-align: left;
  font-size: 0.86em;
  padding: 10px;
}
.comsoldays .cd-upcoming .cd-card__tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: #1c9ab6;
  padding: 5px 1.5em;
  font-size: 0.9em;
  font-weight: 700;
  border-radius: 0 0 0 5px;
}
.comsoldays .cd-upcoming .cd-card__info {
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: all 0.2s ease;
  color: #585858;
  z-index: 5;
  line-height: 1.5;
  text-align: left;
  font-size: 0.9em;
  border-radius: 0 0 4px 4px;
  padding: 10px 15px;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__title {
  color: #005596;
  font-size: 1em;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.2;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__title--type-topic {
  color: #005596;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__title--type-location {
  color: #1c9ab6;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__title--disabled {
  color: #585858;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__subtitle--type-topic {
  color: #005596;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__subtitle--type-location {
  color: #1c9ab6;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__time {
  color: #999999;
  margin: 0;
  padding: 0;
}
.comsoldays .cd-upcoming .cd-card__info .cd-card__date {
  font-weight: 600;
  font-size: 1em;
}
.comsoldays .cd-upcoming .cd-card__info .info__wrapper {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 5px;
}
.comsoldays .cd-upcoming .cd-card__info .info__wrapper .country {
  color: #9ad1df;
  font-size: 0.92em;
}
.comsoldays .cd-upcoming .cd-card__info .info__wrapper .date {
  float: left;
  color: #999999;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 20px;
}
.comsoldays .cd-upcoming .cd-card__info--disabled {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .comsoldays .cd-upcoming .cd-card__content {
    max-width: 400px;
    margin: 0 auto 2em auto;
    float: none;
  }
}
@media (max-width: 991px) {
  .comsoldays .cd-upcoming .cd-card__content {
    margin-bottom: 2em;
    min-height: 370px;
  }
  .comsoldays .cd-upcoming .cd-card__info .cd-card__title {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comsoldays .cd-upcoming .cd-card__content {
    min-height: 330px;
  }
  .comsoldays .cd-upcoming .cd-card__info .cd-card__title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .comsoldays .cd-upcoming .cd-card__content {
    min-height: 305px;
  }
  .comsoldays .cd-upcoming .cd-card__info .cd-card__title {
    font-size: 1.2em;
  }
}
.comsoldays .cd-upcoming a:hover {
  text-decoration: none;
}
.comsoldays .cd-upcoming a:hover .cd-card__info {
  transition: all 0.2s ease;
  text-decoration: none;
}
.comsoldays .intro p {
  margin: 0 auto 1em auto;
  color: #585858;
}
.comsoldays .details {
  margin-top: 1em;
}
.comsoldays .speaker-details {
  position: relative;
  padding-left: 90px;
}
.comsoldays .speakerimage {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.comsoldays .speakername {
  font-weight: 600;
}
.comsoldays .speakerinfo {
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.9;
}
.cd-sorting {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 4;
  padding: 0 10px 0 0;
}
.cd-sorting .btn {
  font-size: 0.8em;
  margin-left: 0.5em;
}
.cd-sorting .btn:hover:not(.active-filter) {
  background: #dddddd;
}
.cd-speakers .cd-speaker {
  padding-left: 115px;
  position: relative;
  padding-bottom: 30px;
}
.cd-speakers img {
  max-width: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(128, 128, 128, 0.18);
}
.cd-speakers .name {
  font-weight: 800;
  margin-bottom: 10px;
}
.cd-speakers .bio {
  font-size: 0.85em;
}
.cd-filter-button.active-filter,
.cd-filter-button-all.active-filter {
  cursor: default;
  font-weight: 800;
}
.cd-filter-button.active-filter:before,
.cd-filter-button-all.active-filter:before {
  display: inline-block;
  content: '\f00c';
  font-family: FontAwesome;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .cd-sorting {
    position: relative;
    margin-top: -2em;
    margin-bottom: 2em;
  }
}
.sorted-america {
  width: 100%;
  display: table;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px dashed #c0d6e8;
}
.sorted-america::before {
  content: "North & South America";
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -6px;
  left: 13px;
  color: #a4a7b6;
  font-weight: 900;
  text-transform: uppercase;
}
.sorted-america .cd-filterable .cd-card__content {
  margin: 30px 0 0 0;
}
.sorted-europe {
  width: 100%;
  display: table;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px dashed #c0d6e8;
}
.sorted-europe::before {
  content: "Europe";
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -6px;
  left: 13px;
  color: #a4a7b6;
  font-weight: 900;
  text-transform: uppercase;
}
.sorted-europe .cd-filterable .cd-card__content {
  margin: 30px 0 0 0;
}
.sorted-asia {
  width: 100%;
  display: table;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px dashed #c0d6e8;
}
.sorted-asia::before {
  content: "Asia";
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -6px;
  left: 13px;
  color: #a4a7b6;
  font-weight: 900;
  text-transform: uppercase;
}
.sorted-asia .cd-filterable .cd-card__content {
  margin: 30px 0 0 0;
}
.sorted-asia {
  border-bottom: none;
}
.cd-landing-notice p {
  margin-bottom: 0;
  padding: 14px 14px 14px 20px;
  border-radius: 4px;
  background-color: #84c2ea;
}
/* remote comsol days*/
.remote-cta__comsol-day {
  color: #ffffff;
  background-color: #84c2ea;
  border-color: #84c2ea;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 800;
  font-size: 1em;
  border: none;
  min-width: 100%;
  margin: 10px 0;
  text-transform: uppercase;
}
.remote-cta__comsol-day:hover {
  background-color: #368ccb;
}
.remote-cta--request__comsol-day {
  color: #ffffff;
  background-color: #005596;
  border-color: #005596;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1em;
  border: none;
  min-width: 50%;
}
.remote-cta--request__comsol-day:hover {
  background-color: #00477d;
}
.request-success {
  color: #52aea2;
  margin: 10px 0;
  text-align: left;
  font-weight: 600;
}
.comsoldays .intro h1.first {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #25325b;
}
.comsoldays .intro h4 {
  position: relative;
  color: #f15b63;
  font-weight: 600;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
  margin-top: 0;
}
.cd-intro-container {
  padding: 0 20px;
  margin-top: 15px;
}
.cd-intro-sessions {
  display: flex;
  color: #585858;
}
.cd-intro-testimonial {
  color: #585858;
  padding-left: 60px;
  margin: 10px 15px 0 5px;
  background: url('//cdn.comsol.com/events/comsoldays/branding/quote-icon.jpg') left top no-repeat;
}
.cd-intro-testimonial__quote {
  margin-bottom: 0.25em;
  color: #585858;
}
.cd-intro-testimonial__author-info {
  font-size: 0.9em;
  margin-bottom: 0;
}
.cd-intro-session-info {
  flex: 1 1;
  padding: 0;
}
.cd-intro-session-info--sessions {
  margin-right: 30px;
}
.cd-intro-session-info__label {
  color: #1c9ab6;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.comsolday-wrapper .dash-box--container {
  display: flex;
  border-radius: 6px 6px 0 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.21);
  /* Flex Elements (Happening and Upcoming) */
}
.comsolday-wrapper .dash-box--container .dashboard__happening-label {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  margin: 0 -15px;
  text-transform: uppercase;
}
.comsolday-wrapper .dash-box--container .dashboard__happening-label--now {
  background: #25325b;
  color: #dddddd;
  border-radius: 6px 0 0 0;
}
.comsolday-wrapper .dash-box--container .quicklook-course {
  margin-bottom: 20px;
}
.comsolday-wrapper .dash-box--container .dashboard__happening-label--upcoming {
  background: #dddddd;
  color: #25325b;
  border-radius: 0 6px 0 0;
}
.comsolday-wrapper .dash-box--container .dashboard__profile-bio {
  font-size: 0.9em;
}
.comsolday-wrapper .dash-box--container .dashboard__card {
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.comsolday-wrapper .dash-box--container .dashboard__card-header {
  border-bottom: 1px solid #dddddd;
  background: #eeeeee;
  border-radius: 6px 6px 0 0;
}
.comsolday-wrapper .dash-box--container .dashboard__happening-card {
  border: 1px solid #dddddd;
}
.comsolday-wrapper .dash-box--container .dashboard__happening-card--now {
  border-radius: 6px 0 0 6px;
}
.comsolday-wrapper .dash-box--container .dashboard__happening-card--upcoming {
  border-radius: 0 6px 6px 0;
}
.comsolday-wrapper .dash-box--container .dashboard__schedule-card {
  background: #005596;
  padding-left: 15px;
  padding-right: 15px;
}
.comsolday-wrapper .dash-box--container .dashboard__schedule-section {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
  font-size: 0.85em;
}
.comsolday-wrapper .dash-box--container .dashboard__schedule-section--active {
  /*background-color: #eddeeb;*/
}
.comsolday-wrapper .dash-box--container .dashboard__schedule-section--now,
.comsolday-wrapper .dash-box--container .dashboard__schedule-section--upcoming {
  border: none;
}
.comsolday-wrapper .dash-box--container .dashboard__btn {
  font-size: 0.9em;
  font-weight: 700;
  border: 1px solid #dddddd;
  background: #ffffff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.comsolday-wrapper .dash-box--container .dashboard__btn:hover {
  border: 1px solid #999999;
}
.comsolday-wrapper .dash-box--container .dashboard__btn--join-session {
  font-size: 0.85em;
  font-weight: 700;
}
.comsolday-wrapper .dash-box--container .dashboard__link--join-session {
  color: #0079c1;
}
.comsolday-wrapper .dash-box--container .dash-box--now,
.comsolday-wrapper .dash-box--container .dash-box--upcoming {
  flex: 1 0 50%;
  padding: 0 15px 15px;
}
.comsolday-wrapper .dash-box--container .dash-box--now {
  background: #ffffff;
  border-radius: 6px 0 0 0;
}
.comsolday-wrapper .dash-box--container .dash-box--upcoming {
  background: #ffffff;
  border-radius: 0 6px 0 0;
  border-left: 1px solid #dddddd;
}
.comsolday-wrapper h3 {
  padding: 10px 15px;
}
.comsolday-wrapper .nested-session {
  margin-top: 10px;
}
.comsolday-wrapper .evi-speakers .evi-photo {
  width: 95px;
  width: 100px;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 10px 10px 0;
}
.comsolday-wrapper .evi-speakers .evi-speak {
  padding-right: 0px;
  padding-bottom: 25px;
  min-height: 190px;
}
.comsolday-wrapper .evi-speakers .evi-name {
  display: block;
}
.comsolday-wrapper .evi-speakers .inner .evi-co {
  padding-left: 110px;
}
.comsolday-wrapper .nav-tabs li a {
  background-color: #25325b;
  color: #ffffff;
}
.comsolday-wrapper .nav-tabs li:hover a {
  background-color: #ffffff;
  color: #25325b;
  border: none;
}
.comsolday-wrapper .nav-tabs li.active a {
  background-color: #ffffff;
  color: #25325b;
}
.comsolday-wrapper .heading-card-subtitle .btn {
  border: none;
  padding: 8px 15px;
}
.comsolday-wrapper .heading-card-subtitle .btn:hover {
  border: none;
}
.label__cmd-qa {
  background-color: #999999;
}
.label__cmd-social {
  background-color: #7dc6c1;
}
.label__cmd-keynotes {
  background-color: #f15b63;
}
.label__cmd-panel {
  background-color: #d61e57;
}
.label__cmd-presentation {
  background-color: #9ad1df;
}
.label__cmd-techcafe {
  background-color: #1c9ab6;
}
.header--comsoldays {
  background: #005596;
  padding: 35px 40px;
  height: 114px;
  border-radius: 4px 4px 0 0;
}
.header--comsoldays__logo {
  display: block;
  width: 290px;
  margin: 0 auto;
}
.comsolday-wrapper .ems-event-content {
  overflow: visible;
  background: #ffffff url('//cdn.comsol.com/events/comsoldays/branding/COMSOL-Day-Landing-Page-2021-blue-strip.png') right 50px no-repeat;
}
.comsolday-wrapper .ems-event-content img {
  border-radius: 0;
}
.comsolday-wrapper .ev-breadcrumb {
  margin-bottom: 50px;
}
.comsolday__heading {
  border-radius: 5px;
  background: #005596;
}
.comsolday__heading-link {
  text-align: center;
  padding: 20px 15px 20px;
}
.comsolday__heading-image {
  width: 90%;
  max-width: 430px;
}
.heading-card-comsolday {
  overflow: visible;
}
.heading-card-comsolday .heading-card-title {
  padding: 15px;
  border-bottom: 0;
}
.heading-card-comsolday .heading-card-subtitle .heading-card-subtitle-text {
  font-weight: 600;
}
.btn-no-style {
  all: unset;
}
@media (min-width: 768px) {
  .header--comsoldays__logo {
    width: 270px;
    display: inline;
  }
  .header--comsoldays {
    background: #005596 url('//cdn.comsol.com/events/comsoldays/branding/triangles-top-with-white.png') right top no-repeat;
  }
  .comsolday__heading-link {
    text-align: left;
  }
  .comsolday__heading-image {
    width: 50%;
  }
  .comsolday__heading {
    background: #005596 url('//cdn.comsol.com/events/comsoldays/branding/COMSOL-Day-Landing-Page-2021-banner-right.png') 270% top no-repeat;
  }
}
@media (min-width: 992px) {
  .header--comsoldays__logo {
    width: 295px;
  }
  .header--comsoldays {
    background: #005596 url('//cdn.comsol.com/events/comsoldays/branding/triangles-top-with-white.png') right top no-repeat;
  }
  .inner--comsoldays {
    background: url('//cdn.comsol.com/events/comsoldays/branding/triangles-bottom.png') right top no-repeat;
  }
  .intro--comsoldays {
    width: 70%;
  }
  .cd-intro-sessions {
    width: 80%;
  }
  .comsolday__heading-image {
    width: 40%;
  }
  .comsolday__heading {
    background: #005596 url('//cdn.comsol.com/events/comsoldays/branding/COMSOL-Day-Landing-Page-2021-banner-right.png') 125% top no-repeat;
  }
}
@media (min-width: 1200px) {
  .header--comsoldays__logo {
    width: 295px;
  }
  .header--comsoldays {
    background: #005596 url('//cdn.comsol.com/events/comsoldays/branding/triangles-top-with-white.png') right top no-repeat;
  }
  .inner--comsoldays {
    background: url('//cdn.comsol.com/events/comsoldays/branding/triangles-bottom.png') right top no-repeat;
  }
  .comsolday__heading-image {
    width: 35%;
  }
  .comsolday__heading {
    background: #005596 url('//cdn.comsol.com/events/comsoldays/branding/COMSOL-Day-Landing-Page-2021-banner-right.png') 100% top no-repeat;
  }
}
/* The switch - the box around the slider */
.slider-container {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin: 0 10px;
}
/* Hide default HTML checkbox */
.slider-container input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider-container__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dddddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-container__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider-container__slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
/* Rounded sliders */
.slider-container__slider--round {
  border-radius: 34px;
}
.slider-container__slider--round:before {
  border-radius: 50%;
}
@media (max-width: 989px) {
  .scroll-nav-responsive-containter {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .scroll-nav-responsive-containter {
    width: 293px;
  }
}
@media (min-width: 1200px) {
  .scroll-nav-responsive-containter {
    width: 360px;
  }
}
/* RESOURCES PAGE STYLES
========================= */
.paragraphPadding {
  padding: 0px 20px 20px 0px;
}
.paragraphPadding h4 {
  padding-top: 0;
  margin-top: 0;
}
.full-width {
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #eeeeee;
}
.resources-hero-bg {
  width: 100%;
  background: #333333;
  padding: 50px 0;
}
.btn-resources,
.btn-resources:active {
  position: relative;
  padding: 12px 40px 12px 40px;
  margin-top: 15px;
  font-size: 18px;
  font-family: Lato, Optima, Geneva, Tahoma, sans-serif;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #368ccb;
  opacity: 1;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.btn-resources:hover,
.btn-resources:active:hover,
.btn-resources:focus,
.btn-resources:active:focus {
  background-color: #307eb8;
  color: #ffffff;
}
.btn-resource,
.btn-resource:active {
  position: relative;
  padding: 12px 30px;
  margin-top: 10px;
  font-size: 16px;
  font-family: Lato, Optima, Geneva, Tahoma, sans-serif;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #368ccb;
  opacity: 1;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.btn-resource:hover,
.btn-resource:active:hover,
.btn-resource:focus,
.btn-resource:active:focus {
  background-color: #307eb8;
  color: #ffffff;
}
.resources-title {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 38px;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .resources-title {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
h2.resources-featured,
.site-cn h2.resources-featured {
  font-size: 1.7em;
  font-weight: 800;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  h2.resources-featured,
  .site-cn h2.resources-featured {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
.resources-featured-p {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.4em;
}
.resources-sgHeader {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
}
h4.resources-sgTitle {
  padding-top: 4px;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 3px;
  font-weight: 800;
  color: #333333;
}
.resources-catTitle {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 3px;
  font-weight: 800;
  color: #333333;
}
.img {
  margin-top: 9px;
}
.read-more,
.read-more:active {
  margin: 20px 0px;
  color: #368ccb;
  font-weight: 700;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.read-more:hover,
.read-more:focus {
  text-decoration: none;
  color: #368ccb;
}
ul.resourceLinks {
  margin-left: 0px;
  padding: 0;
  list-style-type: none;
}
ul.resourceLinks li {
  margin-bottom: 8px;
  line-height: 1.2em;
}
ul.resourceLinks li:first {
  margin-top: 0;
}
ul.resourceLinks li a {
  font-weight: 400;
  font-size: 0.85em;
  color: #368ccb;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
ul.resourceLinks li a:hover,
.ul.resourceLinks li a:active {
  text-decoration: underline;
  color: #368ccb;
}
.graybox {
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
  padding: 5px 20px 10px 20px;
}
@media only screen and (max-width: 1000px) {
  /* define mobile specific styles come here */
  .btn-resources {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
  }
}
@media only screen and (max-width: 800px) {
  /* define mobile specific styles come here */
  .btn-resources {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  /* define mobile specific styles come here */
  .btn-resources {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
  .btn-resources:after {
    border-bottom: 40px solid #368ccb;
  }
}
/* CCUP STYLES
================= */
.ccupItem {
  padding: 30px 15px;
  border-top: 1px solid #dddddd;
}
.ccupAlt {
  /* background-color: @cm-light-background; */
}
.ccupTitle {
  font-weight: 600;
  font-size: 18px;
}
.ccupAuthor {
  font-weight: 600;
  color: #999999;
  margin: 13px 0 0 0;
}
.ccupOrigin {
  font-style: italic;
}
.ccupDownload {
  font-weight: 600;
  color: #999999;
}
.ccupDownloadLink {
  display: block;
}
.ccupCaption {
  font-size: 0.85em;
  font-style: italic;
}
/*
 * CCUP COmmittee
 */
/*
CCUP CTA Button
*/
.ccup-cta,
.ccup-cta:active,
.ccup-cta:visited {
  max-width: 364px;
  border: 2px solid #368ccb;
  display: block;
  margin: 30px 0 40px;
  padding: 4px 10px 14px 10px;
  text-align: center;
  font-size: 1.15em;
  line-height: 1em;
  font-weight: normal;
  color: #368ccb;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ccup-cta:hover,
.ccup-cta:focus {
  background: #368ccb;
  color: #ffffff;
  text-decoration: none;
}
.ccup-cta a,
.ccup-cta a:active,
.ccup-cta a:hover,
.ccup-cta a:focus,
.ccup-cta a:visited {
  text-decoration: none;
}
.ccupCommCaption {
  padding-bottom: 10px;
}
/*
 * CCUP Sponsors
 */
.sponsors .span2 {
  text-align: center;
}
.sponsorDesc {
  margin-bottom: 30px;
}
/*
 * CCUP Committee
 */
.committee-wrapper .name {
  text-align: center;
  font-weight: 700;
  display: block;
}
.committee-wrapper .title {
  text-align: center;
  font-size: 12px;
  display: block;
}
/*
 * Side Bar (currently Used in CCUP)
 */
.ccup .sideBar {
  position: relative;
  min-height: 40px;
  width: 100%;
  margin-left: 20px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .ccup .sideBar {
    margin: 0;
    padding: 0;
  }
}
.ccup .activeAble {
  padding-left: 20px;
}
.ccup .autoActive {
  font-weight: 600;
  color: #333333;
  padding-left: 0px;
  cursor: default;
}
.ccup .sideBarButton {
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ccup .sideBarButton .video i {
    float: none;
  }
}
@media (max-width: 767px) {
  .ccup .sideBarButton .video i {
    float: right;
  }
}
@media (min-width: 1200px) {
  .ccup .sideBarButton .video i {
    float: right;
  }
}
.ccup .sideBarButton .video .fa {
  line-height: 40px;
  padding-right: 20px;
}
.ccup .sideBarButton .textOnly {
  font-size: 1em;
  line-height: 3em;
  display: block;
  color: #585858;
  text-transform: uppercase;
}
.ccup .sideBarButton .textOnly .fa {
  line-height: 14px;
}
.ccup .sideBarButton .textOnly i {
  line-height: 14px;
}
.ccup .sideBarButton a {
  line-height: 40px;
  display: block;
  text-decoration: none;
}
.ccup .sideBarButton .subLink {
  line-height: 14px;
  padding-bottom: 10px;
}
.ccup .sideBarButton .subLink:last-of-type {
  margin-bottom: 10px;
}
.ccup .sideBarSearch {
  border: 1px solid #368ccb;
  background-color: #ffffff;
}
.ccup .sideBarSearch form {
  margin: 0px;
}
.ccup .sideBarSearch input {
  height: 40px;
  width: 90%;
  border: 0;
  padding: 0;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
.ccup .sideBarSearch input:focus {
  outline: none;
}
.ccup .sideBarSearch button {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  border-width: 0;
  background-color: #368ccb;
  cursor: pointer;
}
.ccup .sideBarSearch button:hover {
  background-color: #529cd2;
}
.ccup input[type="text"] {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}
@media (max-width: 1199px) {
  .ccup input[type="text"] {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
  }
}
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  text-decoration: none;
}
.awards-section p {
  margin-bottom: 5px;
}
.awards-section ol {
  list-style: none;
  counter-reset: listNumber;
  padding-left: 0;
}
.awards-section ol > li {
  counter-increment: listNumber;
}
.awards-section ol > li:before {
  position: relative;
  font-size: 0.8em;
  top: -6px;
  content: counter(listNumber) '  ';
}
.ccupapps-2016 .ccupTitle {
  color: #eea342;
}
.ccupnav-2016 .sideBarButton .subLink:hover,
.ccupnav-2016 .sideBarButton .subLink:active,
.ccupnav-2016 .sideBarButton .subLink:focus {
  color: #eea342;
}
.ccupnav-2016 .sideBarButton .subLink span {
  align-content: top;
}
.ccup .autoActive {
  color: #eea342;
}
.multi-Win {
  padding-bottom: 15px;
}
.ccup2016-key-header {
  color: #368ccb;
}
.presentation-actions a {
  margin-right: 2em;
  display: inline-block;
}
/*===============================
User Presentation Page 2017
===============================*/
/*
.row .col-md-12 h1 > a {
    font-weight: 500;
}

.col-md-12 p strong {
    color: @up2017-authorsName-color;
    font-size: 18px;
}

.col-md-12   p {
    color: @up2017-text-color;
    text-align: left;
}
*/
.ccupTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 4px;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.25px;
  color: #368ccb;
}
.ccupTitle:hover {
  color: #eea342;
}
.ccupAuthor {
  font-weight: 700;
  color: #999999;
  margin: 8px 0 10px 0;
  font-size: 12.9px;
  letter-spacing: 0.5px;
}
.ccupOrigin {
  font-style: normal;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.ccup .sideBarButton .subLink {
  font-size: 14.6px;
  color: #368ccb;
  font-weight: 500;
  padding: 8px 0;
  letter-spacing: 0.25px;
  position: relative;
  left: 0px;
  transition: left 0.25s ease;
}
.ccup .sideBarButton .subLink:hover {
  color: #eea342;
  left: -5px;
}
.ccup .sideBarButton .subLink:focus {
  left: 0;
}
p.ccupAbstract {
  color: #999999;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-word;
  margin-top: 10px;
}
p.ccupAbstract:first-letter {
  color: #999999;
  font-weight: bolder;
  font-size: 18px;
  display: inline-block;
  margin: 2px;
}
.col-md-4 p.ccupCaption {
  text-justify: none;
  text-align: left;
}
span.ccupDownload {
  display: none;
}
/*
h5.first {
    line-height: 25px;
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
    transition: padding 0.25s ease;
}
*/
/*h5.first + p,
h4.first + p,*/
.author-bio-container p {
  font-size: 16px;
  line-height: 26.15px;
  letter-spacing: 0.14px;
  /*    text-align: justify;
    text-justify: inter-word;
    */
}
h5.first span.fa {
  transition: transform 0.55s ease-in-out;
  padding-left: 10px;
}
.up-caret-up {
  transform: rotateZ(-180deg) translateX(-10px);
}
/*
h4.first {
    margin-top: 0;
    line-height: 25px;
    color: @up2017-text-color;
}
*/
.clickable-heading {
  color: #368ccb;
  margin-bottom: 0px;
}
.clickable-heading:hover {
  cursor: pointer;
  color: #005596;
}
.side-bar-menu-links {
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #368ccb;
}
.ccup .sideBar {
  padding-left: 0px;
}
.ccup .sideBarButton a {
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #368ccb;
}
.ccup .sideBarButton a:active,
.ccup .sideBarButton a:focus,
.ccup .sideBarButton a:hover {
  color: #eea342;
}
.ccup .sideBarButton a .hidden-phone {
  padding-left: 8px;
}
.ccupnav-2017 .sideBarButton .autoActive {
  color: #eea342;
}
.ccupnav-2017 .sideBarButton .autoActive:hover {
  cursor: pointer;
}
.ccup .activeAble {
  padding-left: 0px;
}
.img-border-r .col-md-12 img {
  border-radius: 5px;
}
/*
.col-md-3 .row  img {
    padding: 10px;
}
*/
.up-avatar-styles {
  text-align: center;
  /*
    a.decrease-logo-size img {
        width: 50%;
    }
*/
  /*
    .up-avatar-styles + .pull-right {
        padding-top: 12px;
    }
*/
}
.up-avatar-styles img {
  margin-bottom: 15px;
  border-radius: 4%;
}
.up-avatar-styles .up-speaker-name {
  font-size: 16px;
  margin-top: 0px;
  color: #252525;
}
.up-avatar-styles .up-speaker-company {
  color: #dddddd;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-top: -10px;
}
.up-avatar-styles small.up-date {
  font-size: 12px;
  color: #333333;
}
.author-bio-container {
  display: none;
}
p.presentation-actions a {
  color: #eea342;
  font-size: 15px;
}
p.presentation-actions a:hover {
  color: #368ccb;
  text-decoration: none;
}
.contentWindow .container .row .col-md-8 .row .col-md-12 h5.gold-sponsors {
  color: #eea342;
}
.contentWindow .container .row .col-md-8 .row .col-md-12 h5.silver-sponsors {
  color: #999999;
}
.contentWindow .container .row .col-md-8 .sponsors .col-xs-3 .grid {
  padding: 6px;
}
.contentWindow .container .row .col-md-8 .row .col-md-12 p a[href="/2017-user-presentations/multiphysics"] {
  color: #ffffff;
  background-color: #368ccb;
}
.contentWindow .container .row .col-md-8 .row .col-md-12 p a[href="/2017-user-presentations/multiphysics"] span {
  transition: transform 0.25s ease;
}
.contentWindow .container .row .col-md-8 .row .col-md-12 p a[href="/2017-user-presentations/multiphysics"]:hover span {
  left: 5px;
}
.ccup .sideBarButton .textOnly {
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #368ccb;
  text-transform: capitalize;
  color: #d61e57;
  position: relative;
}
.ccup .sideBarButton .textOnly:hover {
  cursor: pointer;
}
.ccup .sideBarButton .textOnly:hover .fa-arrow-down {
  top: 20px;
}
.ccup .sideBarButton .textOnly .fa-arrow-down {
  position: absolute;
  right: 21px;
  top: 15px;
  transition: top 0.25s ease;
  display: none;
}
.awards-section p {
  margin-bottom: -1px;
}
.sidebar-menu-toggle-container {
  display: none;
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
}
.sidebar-menu-toggle-container:hover {
  cursor: pointer;
}
.sidebar-menu-toggle-container:hover .fa-bars {
  background-color: #005596;
}
.sidebar-menu-toggle-container .fa-bars {
  font-size: 22px;
  padding: 10px;
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  background-color: #368ccb;
}
.side-nav-label {
  font-weight: 700;
  color: #333333;
}
.download-winners-pdf {
  margin-top: 10px;
}
.download-winners-pdf:hover a,
.download-winners-pdf:hover .fa-cloud-download {
  opacity: 0.85;
}
.download-winners-pdf a {
  color: #d61e57;
  text-decoration: none;
  font-size: 12px;
}
.download-winners-pdf a .fa-cloud-download {
  color: #d61e57;
  padding: 5px 5px 5px 0;
}
.doublespacer .sponsors .col-xs-3 {
  text-align: center;
}
.ccup2017-label-container {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.ccup2017-label-container .ccup2017-location-label {
  display: inline-block;
  width: 123px;
  padding: 1px 10px;
  margin-top: 40px;
  border-top-left-radius: 3px;
  background-color: #999999;
  color: #ffffff;
  border-top-right-radius: 3px;
}
.textOnly .fa-arrow-down {
  display: none;
}
.ccup input[type="text"] {
  padding-left: 10px;
}
span.ccupDownload {
  display: none;
}
a.ccupDownloadLink {
  position: relative;
  padding-left: 88px;
  font-size: 14px;
  color: #d61e57;
}
a.ccupDownloadLink:hover {
  opacity: 0.85;
  text-decoration: none;
}
a.ccupDownloadLink:before {
  content: "\f0ed";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
}
a.ccupDownloadLink:after {
  content: "Download";
  position: absolute;
  font-size: 13px;
  left: 22px;
  top: 0;
  display: block;
  width: 140px;
}
.responsive-side-nav a[href="/2017-user-presentations/microwave-heating"] {
  display: none;
}
/*
@media (max-width:1200px) {

    .responsive-side-nav-container .col-md-4 {
        width: 40.333333%
    }

    .responsive-side-nav-container .col-md-8 {
        width: 59.666667%;
    }
}
*/
@media (max-width: 992px) {
  h5[class="first not-clickable-heading"],
  h5[class="first clickable-heading"] {
    margin: 10px 0 5px 0;
  }
  /*
    .ccup2017-ref-avatar-container .row  .col-md-3 {
        width: 40%;
    }
*/
  .up-avatar-styles {
    padding-left: 18px;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  .up-avatar-styles img {
    border-radius: 13%;
    width: 100%;
    max-width: 250px;
    padding-left: 0;
  }
  .img-border-r .col-md-12 img + .doublespacer {
    padding-top: 25px;
  }
  .sidebar-menu-toggle-container {
    display: inline-block;
  }
  /*
    .col-md-12 p{
        text-align: justify;
        text-justify: inter-word;
    }
*/
}
  /*
    .col-md-12 h1 {
        text-align: left;
        a {
            font-size: 39px;
        }
    }

    .col-md-12 p {
       text-align: justify;
       text-justify: inter-word;
    }

    .col-md-12 p strong {
        color: #999999;
        font-size: 18px;
        text-align: left;
    }
    */
  .ccupAuthor {
    margin: 8px 0 10px 0;
  }
  /*.col-md-12*/
  .ccup2017-home-cta-btn {
    text-align: center;
  }
  .ccup2017-ref-avatar-container {
    /*width: 100%;
        text-align: center;*/
  }
  .ccup2017-ref-avatar-container img {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    padding: 0;
    border-radius: 25px;
    padding: 0 0 10px 0;
  }
  .ccup2017-ref-avatar-container h4,
  .ccup2017-ref-avatar-container small {
    display: block;
    text-align: center;
  }
  h5[class="first not-clickable-heading"],
  h5[class="first clickable-heading"],
  h4.first {
    display: block;
  }
}
@media (max-width: 520px) {
  .ccupkeys-2017 .row .col-md-12 h1 a {
    font-size: 33px;
  }
  .ccup2017-home-cta-btn {
    display: block;
    text-align: center;
  }
  .ccup2017-home-cta-btn a {
    display: inline-block;
  }
}
.hide-kcontent17-content {
  display: none;
}
.ccupkeys-2017 .clickable-heading {
  margin-bottom: 10px;
}
.ccupkeys-2017 .ccup2017-location-container h4.first,
.ccupkeys-2017 .row h4.first {
  margin-top: 0;
  line-height: 25px;
}
.offer--body-wrap {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ffffff;
  padding: 0px 50px;
}
.offer--body-wrap .offer--cta {
  position: relative;
  padding: 12px 40px 12px 40px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  background-color: #368ccb;
  opacity: 1;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.offer--body-wrap .offer--cta:hover,
.offer--body-wrap .offer--cta:focus {
  background-color: #307eb8;
  text-decoration: none;
  color: #ffffff;
}
.offer--body-wrap .offer--read-link {
  font-weight: 700;
  font-size: 0.85em;
}
.offer--body-wrap h2 {
  margin-bottom: 20px;
}
.offer--body-wrap h3 {
  font-weight: 400;
  padding: 0 0 5px 0;
  margin: 24px 0 12px 0;
  font-size: 22px;
}
.offer--body-wrap a:hover {
  text-decoration: none;
}
.offer--sidebar-wrap {
  padding: 0 30px;
}
.info-box {
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 20px 20px;
  margin-bottom: 20px;
  min-height: 210px;
}
.wpTrim {
  width: 100%;
  box-shadow: 0px 0.5px 1px 1px #999999;
  z-index: 1;
}
.wpBackground {
  background: #f2f2f2;
  width: 100%;
}
#wpadminbar {
  display: none;
}
/* HEADER
============== */
.card-header.blog {
  border-color: #368ccb;
}
.card-header.blog a {
  font-size: 0.9em;
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.card-header.blog a:hover,
.card-header.blog a:active,
.card-header.blog a:focus {
  text-decoration: none;
  color: #555555;
  border: none;
}
.wpSideBarSearchBar {
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 0;
}
.wpSearchField {
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  float: left;
  padding-left: 15px;
}
.wpSearchButton {
  position: relative;
  width: 35px;
  height: 35px;
  left: -35px;
  top: -1px;
  background: #368ccb;
  border: 1px solid #368ccb;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpSearchButton i {
  position: absolute;
  top: 10px;
  left: 10px;
}
.wpSearchButton:hover,
.wpSearchButton:focus,
.wpSearchButton:active {
  background: #307eb8;
  border-color: #307eb8;
}
/* FEATURED POST
============== */
.wpFeaturedContent {
  padding: 0px 30px 30px 30px;
}
.wpFeaturedContent img {
  margin: 20px 0px;
  max-width: 100% !important;
  height: auto !important;
}
h2.wpFeaturedTitle,
h2.wpFeaturedTitle a {
  color: #368ccb;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
}
h2.wpFeaturedTitle:hover,
h2.wpFeaturedTitle a:hover,
h2.wpFeaturedTitle:focus,
h2.wpFeaturedTitle a:focus,
h2.wpFeaturedTitle:active,
h2.wpFeaturedTitle a:active {
  color: #2a70a4;
}
.wpFeaturedExcerpt {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 30px;
}
.wpNormalExcerpt {
  font-size: 14px;
  margin-bottom: 20px;
}
/* NORMAL POST
============== */
.wpNormal {
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffffff;
  box-shadow: -1px 1px 1px 1px #eeeeee;
  border: 1px solid #eeeeee;
}
.wpNormalTitleWrapper {
  position: relative;
  top: 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius-top: 4px 4px 0 0;
  margin: 0px;
  padding: 20px;
  background: #368ccb;
  border-bottom: 3px solid #368ccb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpNormalTitleWrapper h3.wpNormalTitle,
.wpNormalTitleWrapper h3.wpNormalTitle a {
  color: #ffffff;
  font-size: 1.15em;
  line-height: 1.3em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px;
  text-decoration: none;
}
.wpNormalTitleWrapper:hover,
.wpNormalTitleWrapper:focus,
.wpNormalTitleWrapper:active {
  background: #ffffff;
}
.wpNormalTitleWrapper:hover h3.wpNormalTitle,
.wpNormalTitleWrapper:focus h3.wpNormalTitle,
.wpNormalTitleWrapper:active h3.wpNormalTitle,
.wpNormalTitleWrapper:hover h3.wpNormalTitle a,
.wpNormalTitleWrapper:focus h3.wpNormalTitle a,
.wpNormalTitleWrapper:active h3.wpNormalTitle a {
  color: #368ccb;
  text-decoration: none;
}
img.wpAuthorPhoto {
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px!important;
  border-radius: 4px;
  border: 0;
}
.wpAuthor-guestflag {
  display: block;
  position: absolute;
  text-align: center;
  width: 40px;
  letter-spacing: 0.07em;
  font-size: 10px;
  border-radius: 0 0 4px 4px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6da792;
  bottom: -5px;
  left: 51px;
}
.wpNormalContent {
  padding: 20px 30px;
}
.wpNormalContent .wpAuthor {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.1em;
  margin: -20px -30px 0 -30px;
  background: #f9f9f9;
  padding: 20px;
}
.wpNormalContent .wpAuthor a {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2em;
  margin-right: 7.5px;
  display: inline-block;
  border-bottom: 2px solid #f9f9f9;
}
.wpNormalContent .wpAuthor-guestflag {
  bottom: 10px;
  left: 60px;
  border-radius: 0;
  color: #6da792;
  background: transparent;
}
.wpNormalContent img.wpAuthorPhoto {
  width: 30px;
  height: 30px!important;
  margin: 0 8px 0 0!important;
}
.wpNormalContent .wpCategories {
  margin-top: 15px;
}
.wpNormalContent .wpCategories h4 {
  font-size: 1em;
  color: #555555;
  font-weight: 600;
}
.wpNormalContent img {
  margin: 15px 0px;
  max-width: 100% !important;
  height: auto !important;
}
/* SIDEBAR
============== */
.blog-divide {
  border-bottom: 3px solid #368ccb;
  margin: 5px -30px;
}
.cat-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #555555;
  padding-bottom: 5px;
}
ul.cat-titles {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.cat-titles li a {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  text-indent: -10px !important;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.45em;
  color: #368ccb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.cat-titles li a:hover,
ul.cat-titles li a:focus,
ul.cat-titles li a:active {
  color: #2a70a4;
}
ul.cat-titles > li > ul.cat-sub-titles {
  margin: 5px 0 10px 0;
  padding: 5px 0 0 0;
  text-indent: 0px;
  list-style: none;
  border-top: 1px solid #eeeeee;
}
ul.cat-titles > li > ul.cat-sub-titles li a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: normal;
  color: #555555;
}
ul.cat-titles > li > ul.cat-sub-titles li a:hover,
ul.cat-titles > li > ul.cat-sub-titles li a:focus {
  color: #585858;
}
ul.cat-titles .count {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
  margin-left: 5px;
}
.wpSidebarComsolAd {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wpSidebarHeader {
  margin: 10px 0 5px;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #555555;
  padding-bottom: 5px;
}
.wpSidebarHeader i {
  color: #28aa8f;
  margin-right: 8px;
}
.wpRssIcon {
  color: #28aa8f;
  font-size: 1.5em;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpRssFeed p {
  margin-top: 20px;
  color: #555555;
  font-size: 16px;
}
.wpRssIcon:hover,
.wpRssIcon:focus {
  color: #368ccb;
}
@media (max-width: 980px) and (min-width: 600px) {
  .wpRssIcon {
    font-size: 1.2em;
  }
  .wpRssFeed p {
    font-size: 14px !important;
  }
}
/* Social Icons for CN
============== */
.cn-share-buttons {
  margin-top: 4px;
  float: right;
  margin-right: 3px;
}
.bds_more {
  display: none;
}
@media (max-width: 780px) {
  .wpTitle a,
  .wpTitle a:active,
  .wpTitle a:hover,
  .wpTitle a:focus {
    font-size: 0.9em;
  }
}
@media (max-width: 430px) {
  button {
    padding: 1px 4px;
  }
}
/* SINGLE POST
============ */
.blogpost__content {
  margin: 20px 30px 45px;
}
.blogpost__content .blogtitle {
  font-size: 23px;
}
.blogpost__content .caption {
  color: #585858;
}
.blogpost__content .blog-body .latex-wrapper {
  text-align: center;
}
.blogpost__content .blog-body .latex {
  display: inline-block;
}
.blogpost__content .blog-body div.latex > img {
  width: 70%;
}
.blogpost__heading {
  color: #333333;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
.blogpost__heading a {
  color: #333333;
  text-rendering: optimizeLegibility;
}
.blogpost__heading a:hover {
  text-decoration: none;
}
.blogpost__title {
  padding-bottom: 0 !important;
}
.blogpost__title h1 {
  font-size: 2em;
  font-size: 3.1rem;
  line-height: 1.4em;
  font-weight: 700;
  color: #585858;
  margin: 0 0 15px;
}
.blogpost__author-info {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}
.blogpost__author-name,
.blogpost__author-photo {
  float: left;
}
.blogpost__author-name {
  font-size: 17.4px;
  line-height: 24px;
  padding: 10px 5px 10px;
  position: relative;
}
.blogpost__author-name > span {
  font-size: 15px;
}
.blogpost__author-name a {
  font-weight: 700;
}
.blogpost__author-photo {
  margin-right: 5px;
}
.blogpost__author-photo a {
  display: block;
}
.blogpost__author-photo img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}
.blogpost__guest-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5px;
  font-size: 10px;
  line-height: 1;
  color: #368ccb;
  text-transform: uppercase;
}
.blogpost__date {
  text-align: right;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #368ccb;
}
@media (max-width: 767px) {
  .blogpost__date {
    text-align: left;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blogpost__content {
    margin: 20px 5px 30px;
  }
}
.wpSinglePost {
  margin-bottom: 30px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: -1px 1px 2px 1px #eeeeee;
}
.wpSingleTitle {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: normal;
  color: #333333;
}
.wpSingleContent h3 {
  margin: 40px 0px 0px 0px;
  font-size: 1.6em;
  line-height: 1.3 em;
  font-weight: normal;
}
.wpSingleContent h4 {
  margin: 40px 0px 0px 0px;
  font-size: 1.35em;
  line-height: 1.2em;
  font-weight: normal;
}
.wpSingleContent h5 {
  margin: 30px 0px 0px 0px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}
.wpSingleContent img {
  margin: 20px 0px;
  max-width: 100% !important;
  height: auto !important;
}
.wpSingleContent > div.wistia_responsive_padding {
  margin: 15px 0;
}
.wpSingleContent .latex img {
  margin: 0 0 !important;
}
.wpSingleContent p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 8px 0px 5px 0px;
}
.wpSingleContent pre {
  max-height: 600px;
}
.wpSingleContent .collapse {
  visibility: inherit;
}
.wpSingleContent ul,
.wpSingleContent ol {
  margin: 5px 0;
  padding: 0 0 0 36px;
  text-indent: 0;
}
.wpSingleContent ol {
  list-style: decimal outside;
}
.wpSingleContent ol li ol li {
  list-style-type: lower-alpha;
}
.wpSingleContent ol li ol li ol li {
  list-style-type: lower-roman;
}
.wpSingleContent ul {
  list-style: square outside;
}
.wpSingleContent li {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
}
.wpSingleContent ul li ul,
.wpSingleContent ol li ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.wpSingleContent ul li ul li,
.wpSingleContent ol li ol li {
  font-size: 0.9em;
  line-height: 1.3em;
}
.wpSingleContent iframe {
  width: 100%;
}
.wpSingleContent td li {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .wpSingleTitle {
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: normal;
  }
  .wpSingleContent h3 {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: normal;
  }
  .wpSingleContent h4 {
    font-size: 1.15em;
    line-height: 1.2em;
    font-weight: 500;
  }
  .wpSingleContent p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    margin: 15px 0px 5px 0px;
  }
  .wpSingleContent li {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal;
  }
  .wpSidebarHeader {
    font-weight: 800;
    font-size: 1em;
  }
}
@media (max-width: 420px) {
  #wpSinglePrev,
  #wpSingleNext {
    width: 100%;
  }
  .wpSinglePost {
    padding: 15px;
  }
  .wpSingleTitle {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: normal;
  }
  h2.wpFeaturedTitle,
  h2.wpFeaturedTitle a {
    font-size: 1.2em;
    line-height: 1.1em;
  }
  .wpSingleContent h3 {
    font-size: 1.35em;
    line-height: 1.4em;
    font-weight: normal;
  }
  .wpSingleContent h4 {
    font-size: 1em;
    line-height: 1.2em;
  }
  .wpSingleContent p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 15px 0px 5px 0px;
  }
  .wpSingleContent li {
    font-size: 1em;
    line-height: 1.2em;
  }
}
/* COMMENTS
============ */
h3.wpComments {
  font-weight: 600;
}
.wpCommentsList,
ul.wpCommentsList,
ol.wpCommentsList {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
  text-indent: 0;
  border: 1px solid #e1e1e1;
  background: #f2f2f2;
  border-radius: 4px;
}
.wpCommentsList .wpCommentText,
ul.wpCommentsList .wpCommentText,
ol.wpCommentsList .wpCommentText {
  overflow-wrap: break-word;
  overflow: hidden;
}
span.wpCommentAuthor {
  color: #28aa8f;
  font-weight: 600;
  font-size: 1em;
}
span.wpCommentDetails {
  font-style: italic;
  font-size: 0.9em;
  padding-left: 5px;
  color: #999999;
}
.wpCommentsList li {
  padding: 10px;
}
.wpCommentsList li:nth-child(2) {
  border-top: 1px dashed #e1e1e1;
}
.wpCommentText p {
  margin: 8px 0px;
  font-size: 1em;
  color: #555555;
}
.wpComment-login {
  font-weight: 600;
  color: #28aa8f;
}
.comment-form-comment label {
  font-size: 1em;
  font-weight: 600;
  color: #555555;
}
.comment-form-comment textarea {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 10px 0;
}
.comment-form p {
  color: #28aa8f;
}
/* GLOBAL
============ */
.wpCategoryTitle,
.wpArchive-title {
  background-color: #2a70a4;
  border-top: 6px solid #368ccb;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  padding: 1px 30px;
  margin-top: -6px;
}
.wpCategoryTitle h3,
.wpArchive-title h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 10px !important;
  transition: all 0.5s;
  -webkit-transtition: all 0.5s;
  -moz-transition: all 0.5s;
}
.wpCategoryTitle h3 a,
.wpArchive-title h3 a {
  color: #ffffff;
}
.wpCategoryTitle h3 a:hover,
.wpArchive-title h3 a:hover,
.wpCategoryTitle h3 a:focus,
.wpArchive-title h3 a:focus,
.wpCategoryTitle h3 a:active,
.wpArchive-title h3 a:active {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #28aa8f;
}
.wpTags,
.wpCategories {
  margin-top: 15px;
}
.wpTags h4,
.wpCategories h4 {
  color: #555555;
  font-weight: 600;
}
.wpTags a {
  font-size: 1em;
  margin-right: 15px;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpTags a i {
  margin-right: 2px;
}
.wpTags a:hover,
.wpTags a:focus,
.wpTags a:active {
  text-decoration: none;
  color: #28aa8f;
}
#wpSingleNext h4,
#wpSinglePrev h4 {
  color: #555555;
  font-weight: 600;
}
.blogAbstract {
  margin-bottom: 20px;
}
a.wpReadMore,
a.wpReadMore {
  color: #368ccb;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 800;
  transition: 0.5s color, 0.5s span;
  -webkit-transition: 0.5s color, 0.5s span;
  -moz-transition: 0.5s color, 0.5s span;
}
a.wpReadMore span,
a.wpReadMore span {
  display: inline-block;
  width: 8px;
  height: 4px;
  position: relative;
  left: 4px;
  top: 1px;
  font-family: FontAwesome;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
}
a.wpReadMore span:before,
a.wpReadMore span:before {
  content: "\f105";
}
a.wpReadMore:hover,
a.wpReadMore:hover,
a.wpReadMore:focus,
a.wpReadMore:focus,
a.wpReadMore:active,
a.wpReadMore:active {
  color: #2a70a4;
  text-decoration: none;
}
a.wpReadMore:hover span:before,
a.wpReadMore:hover span:before,
a.wpReadMore:focus span:before,
a.wpReadMore:focus span:before,
a.wpReadMore:active span:before,
a.wpReadMore:active span:before {
  left: 4px;
  content: "\f101";
}
.wpAuthor {
  margin: 0px 0px 10px 0px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  color: #999999;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  position: relative;
}
.wpAuthor a {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 600;
  color: #28aa8f;
  display: inline-block;
  margin-right: 15px;
  border-bottom: 2px solid #ffffff;
}
.wpAuthor a:hover,
.wpAuthor a:focus,
.wpAuthor a:active {
  color: #1e816c;
  border-bottom: 2px solid #1e816c;
  text-decoration: none;
}
.bigBlogThumb {
  margin: 40px 0px;
  padding: 20px;
  max-width: 100%;
}
.blogThumbnail {
  margin: 30px 20px;
  padding: 20px;
  max-width: 100%;
}
.spanWP-side-by-side img,
.spanWP-side-by-side p img {
  float: left;
  width: 48%;
  height: auto;
}
@media (max-width: 979px) {
  .spanWP-side-by-side {
    max-width: 100%;
    float: none;
    display: block;
  }
}
a .wpCatButton,
a .wpCatButton:active {
  margin-top: 3px;
  padding: 3px 8px;
  border: 1px solid #999999;
  background: transparent;
  text-align: justify;
  font-size: 0.9em;
  font-weight: 400;
  color: #999999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a .wpCatButton:hover,
a .wpCatButton:focus {
  border: 1px solid #28aa8f;
  color: #28aa8f;
}
.wpCat:hover,
.wpCat:focus {
  color: #368ccb;
}
.wpAccentColor {
  background-color: #368ccb;
  color: #ffffff;
  border: 1px solid #368ccb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpAccentColor:hover,
.wpAccentColor:focus {
  background-color: #368ccb;
  text-decoration: none;
}
div.latex {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  border: none;
}
div.latex img {
  margin: 0 !important;
}
.latex-equation-number {
  float: right;
}
.wpAuthorImage {
  float: left;
  margin: 15px 15px 0;
  padding: 0;
}
.wpAuthorImage img {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media (max-width: 420px) {
  .wpAuthor {
    margin: 0px 0px 8px 0px;
    font-size: 1em;
  }
}
/* PAGINATION
================ */
a#wpPagination:hover,
a#wpPagination:focus {
  text-decoration: none;
}
#wpPagination {
  text-align: center;
  font-size: 1.1em;
}
#wpPagination a.page-numbers {
  text-align: center;
  display: inline-block;
  border: none;
  padding: 0 2%;
  color: #999999;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
}
#wpPagination span.page-numbers.current {
  background-color: #28aa8f;
  color: #ffffff;
  cursor: default;
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  display: inline-block;
}
#wpPagination span.pnPrevious,
#wpPagination span.pnNext {
  color: #28aa8f;
  cursor: pointer;
}
@media (min-width: 1201px) {
  #wpPagination a.page-numbers,
  #wpPagination span.page-numbers {
    margin: 0;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  #wpPagination a.page-numbers,
  #wpPagination span.page-numbers {
    margin: 0;
  }
}
@media (max-width: 600px) {
  #wpPagination a.page-numbers,
  #wpPagination span.page-numbers {
    display: none;
  }
  #wpPagination a.prev.page-numbers {
    display: block;
    float: left;
  }
  #wpPagination a.prev.page-numbers:after {
    display: inline-block;
    padding-left: 5px;
  }
  #wpPagination a.next.page-numbers {
    display: block;
    float: right;
  }
  #wpPagination a.next.page-numbers:before {
    display: inline-block;
    padding-right: 5px;
  }
}
img[class*="wp-image"] {
  image-rendering: -webkit-optimize-contrast;
}
img.size-full {
  height: auto !important;
  max-width: 100% !important;
}
img.size-medium {
  height: auto !important;
  max-width: 100% !important;
}
img.size-thumbnail {
  max-width: 100% !important;
  width: auto !important;
}
img.size-thumbnail {
  width: auto !important;
}
.table-blog {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border: 1px solid #dddddd;
}
.table-blog > thead > tr > th,
.table-blog > tbody > tr > th,
.table-blog > tfoot > tr > th,
.table-blog > thead > tr > td,
.table-blog > tbody > tr > td,
.table-blog > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-blog > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table-blog > caption + thead > tr:first-child > th,
.table-blog > colgroup + thead > tr:first-child > th,
.table-blog > thead:first-child > tr:first-child > th,
.table-blog > caption + thead > tr:first-child > td,
.table-blog > colgroup + thead > tr:first-child > td,
.table-blog > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-blog > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-blog .table {
  background-color: #ffffff;
}
.table-blog > thead > tr > th,
.table-blog > tbody > tr > th,
.table-blog > tfoot > tr > th,
.table-blog > thead > tr > td,
.table-blog > tbody > tr > td,
.table-blog > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-blog > thead > tr > th,
.table-blog > thead > tr > td {
  border-bottom-width: 2px;
}
.table-blog th {
  background-color: #eeeeee;
}
.table-blog tr td {
  background-color: #ffffff;
  word-wrap: break-word;
}
.table-blog img {
  max-width: 100% !important;
}
.table-blog img.auto {
  width: auto !important;
}
.table-blog span.latex img {
  width: auto !important;
  height: auto !important;
}
.table-blog.large {
  table-layout: auto;
  max-width: none;
  width: 1100px;
}
/* bryanna's new blog changes*/
.wpsubscribe-post {
  color: #28aa8f;
  font: 600 18px/22px "Lato", "Segoe UI", "Gill Sans Nova", "Helvetica neue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 25px;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.wpsubscribe-post:hover,
.wpsubscribe-post:focus {
  color: #1e816c;
  cursor: pointer;
}
.wpsubscribe-post i {
  color: #28aa8f;
  margin-right: 8px;
}
.blog-enterenvelope {
  border: solid 1px #28aa8f;
  background-color: #28aa8f;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  text-align: center;
  width: 35px;
  height: 34px;
  margin-left: -35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-enterenvelope i {
  position: absolute;
  top: 7px;
  right: 2px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 20px;
}
.gt_newpost {
  float: right;
  margin: 0;
  position: relative;
  top: 4px;
}
@media (max-width: 1200px) {
  .gt_newpost {
    width: 272px;
  }
}
.subform {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  position: relative;
  top: -9px;
  max-width: 300px;
  max-height: 50px;
}
.subform input.text-input {
  border-color: #28aa8f;
  width: 300px;
  margin-bottom: 0;
  margin-top: 0;
}
.subform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e816c;
}
.subform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e816c;
}
.subform :-ms-input-placeholder {
  /* IE 10+ */
  color: #1e816c;
}
.subform :-moz-placeholder {
  /* Firefox 18- */
  color: #1e816c;
}
.subform .subforminput {
  border: solid 1px #28aa8f;
  padding-left: 15px;
}
.wp-content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wp-content {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.wp-mobile-sidebar {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -303px;
}
.wp-mobile-sidebar .card-box {
  padding: 20px;
}
.wp-mobile-sidebar .card-box .blog-divide {
  margin: 5px -20px;
}
.wp-content-wrapper.show-nav .wp-content {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
.wp-content-wrapper.show-nav .wp-content .container {
  margin-right: 0;
}
.wp-nav-btn {
  display: block;
  position: relative;
  top: 15px;
  float: right;
  background-color: #368ccb;
  border: 1px solid #368ccb;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.wp-nav-btn:hover,
.wp-nav-btn:active {
  background-color: #2a70a4;
  border-color: #2a70a4;
}
a.iframe-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 400px) {
  .wp-mobile-sidebar {
    width: 260px;
    right: -263px;
  }
  .wp-mobile-sidebar .card-box {
    padding: 15px;
  }
  .wp-mobile-sidebar .card-box .blog-divide {
    margin: 5px -15px;
  }
  .wp-content-wrapper.show-nav .wp-content {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
}
@media (max-width: 370px) {
  .wp-mobile-sidebar {
    width: 240px;
    right: -243px;
  }
  .wp-mobile-sidebar .card-box {
    padding: 15px;
  }
  .wp-mobile-sidebar .card-box .blog-divide {
    margin: 5px -15px;
  }
  .wp-content-wrapper.show-nav .wp-content {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}
.gltf-model {
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.ps-section--intro {
  background-color: #f9f9f9;
}
.ps-section--platform {
  background-color: #eeeeee;
}
.ps-section--deployment {
  background-color: #f9f9f9;
}
.ps-complier-server {
  display: inline-flex;
}
.ps-section--modules {
  background-color: #dfe8ee;
}
.ps-section--release {
  background-color: #f9f9f9;
}
.ps-section {
  padding: 45px 0;
}
.ps__img {
  width: 100%;
}
.ps-heading {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 26px;
  color: #555555;
  line-height: 1.2;
}
.ps-heading--intro {
  font-weight: 800;
  font-size: 32px;
  line-height: 1em;
  margin: 40px 0 20px;
  padding: 0;
  color: #333333;
}
.ps-text--deployment {
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 20px 20px;
  width: 49%;
  margin: 15px;
  min-height: 195px;
}
.ps-title {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.15em;
}
.ps-title--module {
  text-transform: uppercase;
}
.ps-cta {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 800;
}
.ps-cta a:hover {
  text-decoration: none;
  color: #25325b;
  transition: 1s;
}
.feature-function-txt {
  margin-bottom: 5px;
  color: #999999;
  font-weight: 600;
}
.ps-cta--feature {
  display: inline-block;
  background: #84c2ea;
  padding: 8px 16px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  transition: 1s;
}
.ps-cta--feature:hover {
  text-decoration: none;
  background: #005596;
  color: #ffffff;
}
.ps-cta--platform a {
  text-decoration: none;
  font-weight: 800;
  transition: 1s;
}
.ps-module__blocks {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  border-left: 3px solid #005596;
  padding: 30px;
}
.ps-module__blocks ul {
  padding-left: 0px;
}
.ps-module__blocks ul li {
  list-style: none;
}
.ps-module__blocks ul ul {
  padding-left: 20px;
}
.ps-cta--button {
  background: #388090;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 800;
  color: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.ps-cta--button:hover {
  text-decoration: none;
  background-color: #04636f;
  color: #ffffff;
  transition: 1s;
}
.ps-release__padding {
  padding: 0 200px;
}
.ps-release__padding p {
  color: #555555;
  font-weight: 700;
}
.ps-section__padding {
  padding: 45px 0;
}
.ps-img--padding {
  padding-bottom: 25px;
}
.ps__box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-auto-rows: 55px;
}
.ps__box .ps-module__electro {
  grid-row-end: span 4;
  grid-column: 1;
}
.ps__box .ps-module__acoustics {
  grid-row-end: span 5;
  grid-column: 2;
}
.ps__box .ps-module__multi {
  grid-row-end: span 4;
  grid-column: 3;
}
.ps__box .ps-module__fluid {
  grid-row-end: span 4;
  grid-column: 1;
}
.ps__box .ps-module__fluid .ps-module__blocks {
  height: 447px;
}
.ps__box .ps-module__chemical {
  grid-row-end: span 4;
  grid-column: 2;
}
.ps__box .ps-module__chemical .ps-module__blocks {
  margin-top: -10px;
  height: 382px;
}
.ps__box .ps-module__interfacing {
  grid-row-end: 6;
  grid-column: 3;
}
.ps-flexbox {
  display: flex;
}
.ps-flexbox__col {
  flex: 1;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}
.ps-flexbox__col-top {
  flex: 0 1;
  margin-bottom: 20px;
}
.ps-flexbox__col-btm {
  flex: 1 0;
}
@media screen and (min-width: 992px) {
  .ps-flexbox__col:first-child {
    margin-left: 0;
  }
  .ps-flexbox__col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ps-release__padding {
    padding: 0 0px;
  }
  .ps-flexbox {
    flex-direction: column;
  }
  .ps-flexbox__col {
    margin: auto 0;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .ps-flexbox__col-top {
    flex: 1 0;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .ps-flexbox__col-btm {
    flex: 1 0;
  }
}
@media screen and (max-width: 767px) {
  .ps-flexbox__col {
    margin: auto 0;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .ps-flexbox__col-top {
    flex: 1 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ps-complier-server {
    flex-direction: column;
  }
  .ps-text--deployment {
    width: 95%;
  }
}
.subtitled-top-box {
  border-bottom: 0;
}
.top-box-subtitle {
  background: #005596;
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px 30px;
  color: #ffffff;
  border-top: 4px solid #25325b;
  border-radius: 0 0 4px 4px;
}
.red-top-box .top-box-subtitle {
  background: #d61e57;
  border-color: #ab1f46;
}
.card-alert {
  font-size: 0.9em;
  background: #f2f2f2;
  font-style: italic;
  color: #999999;
}
.pd-platforms {
  margin-bottom: 0;
}
.pd-platforms a {
  color: inherit;
}
.pd-platforms a:hover,
.pd-platforms a:active {
  color: inherit;
}
.pd-platforms .active {
  color: inherit;
  cursor: default;
  font-weight: 800;
  position: relative;
}
.pd-platforms .active:hover {
  text-decoration: none;
}
.pd-version-selection {
  width: 100%;
}
.pd-version-selection li > .active {
  font-weight: 600;
  position: relative;
}
.pd-version-selection li > .active:before {
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  background: #368ccb;
  border-radius: 100%;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -2.5px;
}
.pd-version-selection li > .active:hover {
  cursor: default;
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.pd-version-selection li > a:hover {
  background: transparent;
  text-decoration: underline;
}
.pd-version-selection button {
  color: #585858;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  padding: 6px 12px;
  font-weight: 400;
  background-color: #f9f9f9;
  border-radius: 2px 2px 0 0;
  white-space: unset;
}
.pd-version-selection button i {
  float: right;
  vertical-align: middle;
  line-height: 24px;
}
.pd-version-selection.open > .dropdown-toggle.btn-default,
.pd-version-selection button:hover,
.pd-version-selection button:focus,
.pd-version-selection button:active {
  background-color: #f2f2f2;
  outline: none !important;
}
.pd-version-selection.open > .dropdown-menu {
  max-height: 999px;
  transition: max-height 0.5s ease;
}
.pd-version-selection .dropdown-menu {
  width: 100%;
  display: block;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.pd-version-selection .dropdown-menu li {
  padding: 0 0 0.5em 0;
}
.pd-version-selection .dropdown-menu li:first-child {
  padding-top: 1em;
}
.pd-version-selection .dropdown-menu li:last-child {
  padding-bottom: 1em;
}
a.btn-basic.pd-onlinedownload {
  background: #005596;
  color: #ffffff;
  border-color: #25325b;
}
a.btn-basic.pd-onlinedownload:hover {
  background: #25325b;
}
li.list-spacer {
  margin-bottom: 0.5em;
}
.btn__product-download {
  border-right: 2px solid #368ccb;
  margin-right: 10px;
  padding-right: 5px;
}
.btn__product-download:hover {
  text-decoration: none;
}
.btn__product-download:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
.download-thankyou1 {
  text-align: center;
  display: block;
  font-size: 1.5em;
}
.download-thankyou2 {
  display: block;
  text-align: center;
  font-size: 1.1em;
}
.two-col-list li {
  width: 50%;
  float: left;
}
.books--external-link {
  margin-bottom: 25px;
}
.books--external-link h5 {
  margin-bottom: 3px;
}
.books--external-link h5 a {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
}
.books--external-link h5 a small {
  color: #368ccb;
}
.color-box {
  width: 120px;
  height: 40px;
}
.color-title {
  font-size: 12px;
}
.style-intro {
  background-color: #368ccb;
}
.style-intro h1 {
  color: #eeeeee;
  text-align: center;
}
.style-intro h1 {
  font-weight: 900;
  font-size: 4vw;
  margin: 3.5vw 0;
}
.style-h3 {
  color: #368ccb;
  font-weight: 900;
  font-size: 2.5vw;
  line-height: 4vw;
  display: inline-block;
}
.sidebar {
  position: relative;
  margin-bottom: 10px;
  width: 95%;
}
.sidebar:before,
.sidebar:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
}
code,
code {
  display: inline-block;
  word-break: break-word;
}
/* Index */
.index .nav > li > a {
  color: #999999;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 1em;
  font-weight: 400;
}
/* nested links */
.index .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 0.9em;
}
/* active & hover links */
.index .nav > .active > a,
.index .nav > li > a:hover,
.index .nav > li > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #368ccb;
}
/* all active links */
.index .nav > .active > a,
.index .nav > .active:hover > a,
.index .nav > .active:focus > a {
  font-weight: 700;
}
/* nested active links */
.index .nav .nav > .active > a,
.index .nav .nav > .active:hover > a,
.index .nav .nav > .active:focus > a {
  font-weight: 500;
}
/* hide inactive nested list */
.index .nav ul.nav {
  display: none;
}
/* show active nested list */
.index .nav > .active > ul.nav {
  display: block;
}
.navbar {
  margin-top: 30px;
}
sup {
  top: -0.5em;
  font-size: 60%;
}
.prod-nav_button {
  z-index: 550;
}
progress {
  z-index: 525;
}
.prod-nav {
  z-index: 500;
}
.productpage-nav {
  z-index: 450;
}
.productsuite-nav {
  z-index: 400;
}
.poster-playhead {
  z-index: 100;
}
.hero-model {
  z-index: 0;
}
.prod-sidebar {
  z-index: -100;
}
.productpage-nav.open {
  z-index: 575;
}
.productsuite-nav.open {
  z-index: 575;
}
.shadow-light {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.44);
}
.shadow-heavy {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.44);
}
.prod-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #25325b;
  height: 40px;
}
.prod-nav_button {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #388090;
  height: 45px;
  padding: 0 20px;
  border: 0;
  font-size: 15px;
  line-height: 40px;
  margin-top: -5px;
  font-weight: 800;
  box-shadow: 0 5px 14px 0px rgba(0, 0, 0, 0.47);
  position: relative;
}
.prod-nav_button:hover {
  background-color: #ffffff;
  color: #388090;
}
.prod-nav_button .fa-close {
  display: none;
}
.prod-nav_button .fa-angle-down,
.prod-nav_button .fa-angle-right {
  display: inline-block;
}
.prod-nav_button.open .fa-close {
  display: inline-block;
}
.prod-nav_button.open .fa-angle-down,
.prod-nav_button.open .fa-angle-right {
  display: none;
}
.prod-nav_button-products {
  float: right;
  border-top-left-radius: 4px;
}
.prod-nav_button-content {
  float: left;
  border-top-right-radius: 4px;
}
.prod-navwrapper .prod-navinner {
  padding: 40px;
}
.prod-navwrapper .desktop {
  display: table-cell;
}
.prod-navwrapper .mobile {
  display: none;
}
.prod-navwrapper .suite-inline {
  background: #dddddd;
  padding: 30px 60px;
  margin: 0;
  color: #ffffff;
}
.prod-navwrapper .suite-header {
  background: #368ccb;
  padding: 40px;
  margin: 0;
  color: #ffffff;
  position: relative;
  min-height: 100px;
}
.prod-navwrapper .suite-header:before,
.prod-navwrapper .suite-header:after {
  content: " ";
  display: table;
}
.prod-navwrapper .suite-header:after {
  clear: both;
}
.prod-navwrapper .suite-header:before,
.prod-navwrapper .suite-header:after {
  content: " ";
  display: table;
}
.prod-navwrapper .suite-header:after {
  clear: both;
}
.prod-navwrapper .suite-header .valign {
  display: inline-block;
  height: 40px;
  vertical-align: bottom;
  position: relative;
}
.prod-navwrapper .suite-title {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
  width: 560px;
  line-height: 1;
}
.prod-navwrapper .suite-tagline {
  font-style: italic;
  display: inline-block;
  line-height: 1.3;
  color: #eeeeee;
  margin-top: 1.5em;
  padding-left: 15px;
  text-align: right;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  width: 99%;
  margin-right: -1px;
}
.prod-navwrapper .x-close-mod {
  cursor: pointer;
  color: #e7edf5;
}
.prod-navwrapper .x-close-mod:hover {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .prod-navwrapper .suite-header {
    padding: 30px;
  }
  .prod-navwrapper .suite-header .suite-title {
    position: relative;
    white-space: normal;
    width: auto;
    padding: 0;
  }
  .prod-navwrapper .suite-header .suite-tagline {
    float: left;
    clear: both;
    padding: 10px 0 0 0;
    text-align: left;
  }
}
.prod-navwrapper ul {
  margin: 0;
  padding: 0;
}
.prod-navwrapper li {
  list-style: none;
  color: #333333;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.8em 0;
  color: inherit;
}
.prod-navwrapper li:last-child {
  padding: 0 0 0 0;
}
.prod-navwrapper li ul {
  padding: 0.8em 0 0 1em;
}
.prod-navwrapper a {
  font-size: 1em;
  color: #eeeeee;
}
.prod-navwrapper a:hover,
.prod-navwrapper a:active,
.prod-navwrapper a:focus,
.prod-navwrapper li.active a {
  text-decoration: none;
  border-bottom: 0;
}
.prod-navwrapper li.active a:before {
  display: inline-block;
  content: "\f101";
  font-family: 'FontAwesome';
  margin-right: 0.25em;
}
.prod-navwrapper .prod-navinner h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9em;
  line-height: 1.5;
  color: inherit;
  margin: 0 0 0 0;
}
.prod-navwrapper .ll {
  font-size: 0.9em;
}
.prod-navwrapper .prod-col-modules {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  margin-right: -1px;
  margin-left: -1px;
}
.prod-navwrapper .row-table {
  display: table;
}
@media screen and (min-width: 992px) {
  .prod-navwrapper .prod-col-platform,
  .prod-navwrapper .prod-col-modules,
  .prod-navwrapper .prod-col-interfacing {
    display: table-cell !important;
    float: none;
    vertical-align: top;
  }
}
@media screen and (max-width: 992px) {
  .prod-navwrapper .prod-col-platform,
  .prod-navwrapper .prod-col-modules {
    display: table-cell;
    float: none;
  }
  .prod-navwrapper .prod-col-modules {
    border-right: 0;
  }
  .prod-navwrapper .desktop {
    display: none;
  }
  .prod-navwrapper .mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .prod-navwrapper .prod-col-platform,
  .prod-navwrapper .prod-col-modules,
  .prod-navwrapper .prod-col-interfacing {
    width: 100%;
  }
  .prod-navwrapper .prod-col-platform,
  .prod-navwrapper .prod-col-modules {
    display: block;
  }
  .prod-navwrapper .prod-col-modules {
    border-left: 0;
  }
}
.prod-navwrapper a {
  color: #585858;
}
.prod-navwrapper a:hover,
.prod-navwrapper a:active,
.prod-navwrapper a:focus,
.prod-navwrapper li.active a {
  color: #368ccb;
  text-decoration: underline;
}
.prod-navwrapper .prod-type-physics {
  margin-bottom: 40px;
}
.prod-navwrapper .prod-type-physics h3 {
  color: #368ccb;
}
.prod-navwrapper .prod-type-core {
  margin-bottom: 40px;
}
.prod-navwrapper .prod-type-core h3 {
  color: #368ccb;
}
.prod-navwrapper .prod-type-interfacing {
  margin-bottom: 40px;
}
.prod-navwrapper .prod-type-interfacing h3 {
  color: #368ccb;
}
.prod-navwrapper .prod-type-platform {
  margin-bottom: 40px;
}
.prod-navwrapper .prod-type-platform h3 {
  color: #368ccb;
}
.prod-navwrapper .prod-type-deployment {
  margin-bottom: 40px;
}
.prod-navwrapper .prod-type-deployment h3 {
  color: #368ccb;
}
@media screen and (max-width: 767px) {
  .prod-navwrapper .prod-navinner {
    padding: 30px;
  }
  .prod-navwrapper .prod-navinner h2 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .prod-nav {
    box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.4);
  }
  progress {
    height: 3px;
  }
  .prod-nav_button {
    height: 40px;
    padding: 0 0;
    width: 50%;
    font-size: 11px;
    line-height: 40px;
    box-shadow: 0 0 0 0;
    font-weight: 600;
    margin-top: 0;
  }
  .prod-nav_button-products {
    border-left: 1px solid rgba(255, 255, 255, 0.34);
  }
}
@media screen and (max-width: 500px) {
  .prod-navwrapper .col-xs-6 {
    width: 100%;
  }
}
.productpage-nav ul li {
  padding: 0 0 1.5em 0;
}
.productpage-nav a {
  font-size: 1.1em;
}
.productpage-nav li > ul {
  padding-left: 1.2em;
  margin-bottom: 0;
  margin-top: 1.5em;
  padding-top: 0;
  border-left: 1px solid #368ccb;
}
.productpage-nav li > ul > li:last-child {
  padding-bottom: 0;
}
a.prod-nav_cta {
  color: #ffffff;
  background-color: #f19986;
  border-color: #f19986;
  padding: 12px 24px;
  margin-top: 2em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  border: none;
}
a.prod-nav_cta:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #f19986;
}
.prod-navwrapper li ul {
  border-left: solid 1px #368ccb;
}
.productpage-nav {
  width: 35%;
  min-width: 300px;
  position: fixed;
  left: -100%;
  right: auto;
  bottom: 0;
  max-height: 100%;
  min-height: 90vh;
  margin-bottom: -35px;
  padding-bottom: 60px;
  transition: left 0.8s ease-in;
  border-radius: 0 4px 0 0;
  border-radius: 0;
}
.productpage-nav.open {
  left: 0;
  right: auto;
  bottom: 0;
  transition: left 0.8s ease-out;
}
.productsuite-nav {
  width: 100%;
  max-height: 100%;
  padding-bottom: 35px;
  margin-bottom: -35px;
  position: fixed;
  bottom: -120%;
  left: 0;
  transition: bottom 0.6s ease-in;
}
.productsuite-nav.open {
  left: 0;
  bottom: 0;
  transition: bottom 0.6s ease-out;
}
html.nav-open,
html.nav-open body {
  overflow: hidden;
  height: 100%;
  padding-right: 14px;
}
@media screen and (max-width: 1199px) {
  .prod-navwrapper h2 {
    padding: 15px 30px;
    font-size: 1.5em;
  }
  .prod-navwrapper .prod-navinner {
    padding: 30px;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 991px) {
  .productpage-nav {
    width: 100%;
    left: -120%;
    min-width: 400px;
  }
  .productpage-nav a {
    font-size: 1em;
  }
}
progress {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 5px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.01);
  color: #84c2ea;
}
progress::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.01);
}
progress::-webkit-progress-value {
  background-color: #84c2ea;
}
progress::-moz-progress-bar {
  background-color: #84c2ea;
}
progress::progress-bar {
  background-color: #84c2ea;
}
.prod-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 0;
}
.prod-wrapper .caption {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  margin-top: 5px;
}
.prod-wrapper .caption em {
  font-style: normal;
}
.prod-wrapper-suite {
  padding: 0 0 10% 0;
}
.prod-sidebar {
  display: none;
  position: fixed;
  content: ' ';
  background-color: #005596;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
}
.prod-sidebar.unstuck {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}
.prod-sidebar img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.scroll-trigger {
  position: absolute;
  bottom: 0;
}
.prod-content,
.prod-suite-content {
  position: relative;
}
.prod-section-full {
  position: relative;
  padding: 60px;
  margin: 0;
  width: 100%;
  color: #368ccb;
}
.prod-section-full .thumbnail {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.prod-section-full h2,
.prod-section-full p {
  color: #585858;
}
.prod-section-full h2 {
  margin: 0 auto 60px auto;
  text-align: center;
  font-weight: 700;
}
.prod-section-full .block-list ul,
.prod-section-full .block-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prod-section-full .block-list li {
  list-style: none;
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 30px;
}
.prod-section-collapse .prod-collapse {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.8s ease;
  color: #dddddd;
  background-color: #000000;
}
.prod-section-collapse .prod-collapse:after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  opacity: 1;
  transition: opacity 0.5s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@gray-darker+0,333333+100&0+0,0.7+30,1+60,1+100,1+100 */
  background: -moz-linear-gradient(top, rgba(35, 34, 40, 0) 0%, rgba(35, 34, 255, 0.7) 30%, #252525 60%, #252525 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(35, 34, 40, 0) 0%, rgba(35, 34, 40, 0.7) 30%, #252525 60%, #252525 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(35, 34, 40, 0) 0%, rgba(35, 34, 40, 0.7) 30%, #252525 60%, #252525 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='@gray-base', GradientType=0);
  /* IE6-9 */
}
.prod-section-collapse .prod-collapse.open {
  max-height: 2000px;
  transition: max-height 0.8s ease;
}
.prod-section-collapse .prod-collapse.open:after {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.prod-suite-features.prod-collapse:after {
  background: -moz-linear-gradient(top, #333333 0%, #333333 69%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333333 0%, #333333 69%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333333 0%, #333333 69%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-darker', endColorstr='@gray-darker', GradientType=0);
  /* IE6-9 */
}
.prod-featureList {
  font-size: 1em;
}
.prod-featureList.row {
  margin-left: 0;
  margin-right: 0;
}
.prod-featureList strong {
  margin-bottom: 0.5em;
  color: inherit;
  display: inline-block;
  width: 100%;
}
.prod-featureList p {
  margin-top: 0.5em;
  font-size: 1.1em;
  font-weight: 300;
}
.prod-featureList .feature-item {
  padding: 0 30px;
  margin-bottom: 60px;
}
.prod-featureList:nth-child(n+3) {
  font-size: 0.8em;
}
.prod-section-gallery .prod-gallery-item {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #c0d6e8, 0 9px 7px -9px #585858;
}
.prod-section-gallery .prod-gallery-item .cmImgPhoneCaption {
  display: none!important;
}
.prod-section-gallery p {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
  text-align: left;
  background: #c0d6e8;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #368ccb;
  transition: all 0.5s ease;
  border-radius: 0 4px 0 0;
}
.prod-section-gallery img {
  max-width: 100%;
  padding: 0;
  opacity: 0.99;
  transition: all 0.5s ease;
}
.prod-section_suite,
.prod-section_features {
  background: #ffffff;
  padding-bottom: 60px;
}
.prod-section_suite:before,
.prod-section_features:before,
.prod-section_suite:after,
.prod-section_features:after {
  content: " ";
  display: table;
}
.prod-section_suite:after,
.prod-section_features:after {
  clear: both;
}
.prod-section_suite:before,
.prod-section_features:before,
.prod-section_suite:after,
.prod-section_features:after {
  content: " ";
  display: table;
}
.prod-section_suite:after,
.prod-section_features:after {
  clear: both;
}
.prod-section_suite .header,
.prod-section_features .header {
  margin: 0;
  font-size: 2.8em;
  line-height: 1.3;
  color: #333333;
  font-weight: 800;
  text-align: left;
  width: 55%;
  float: left;
  padding-right: 15px;
}
.prod-section_suite .header:before,
.prod-section_features .header:before {
  display: block;
  content: ' ';
  background-color: #000000;
  height: 5px;
  width: 25%;
  margin-left: -2%;
}
.prod-section_suite .inner,
.prod-section_features .inner {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
.prod-section_suite .inner:before,
.prod-section_features .inner:before,
.prod-section_suite .inner:after,
.prod-section_features .inner:after {
  content: " ";
  display: table;
}
.prod-section_suite .inner:after,
.prod-section_features .inner:after {
  clear: both;
}
.prod-section_suite .inner:before,
.prod-section_features .inner:before,
.prod-section_suite .inner:after,
.prod-section_features .inner:after {
  content: " ";
  display: table;
}
.prod-section_suite .inner:after,
.prod-section_features .inner:after {
  clear: both;
}
.prod-section_suite .intro,
.prod-section_features .intro {
  width: 45%;
  float: right;
  padding: 0;
  padding-left: 15px;
}
.prod-section_suite .multiphysics strong,
.prod-section_features .multiphysics strong {
  color: #005596;
  font-weight: 800;
}
.prod-section_features .intro {
  width: 55%;
  float: left;
  clear: left;
  margin-top: 30px;
  padding-left: 0;
}
.prod-section_features .hero-model {
  width: 60%;
  position: absolute;
  top: -1%;
  left: 58%;
  max-width: 1000px;
}
.prod-suite-inline {
  width: 90%;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .prod-section_suite .hero-model,
  .prod-section_features .hero-model {
    display: none;
  }
  .prod-section_suite .header,
  .prod-section_features .header {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .prod-section_suite .intro,
  .prod-section_features .intro {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .prod-section_suite .header,
  .prod-section_features .header {
    font-size: 2.3em;
  }
}
/*
.prod-section wraps each section of the page
*/
.prod-content {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  width: 60%;
}
.prod-content:before,
.prod-content:after {
  content: " ";
  display: table;
}
.prod-content:after {
  clear: both;
}
.prod-content:before,
.prod-content:after {
  content: " ";
  display: table;
}
.prod-content:after {
  clear: both;
}
.prod-content h1 {
  width: 100%;
  margin: 14px 0 90px 0;
  color: #585858;
  font-size: 3em;
  font-weight: 800;
  padding: 0 0 0 0;
  display: inline-block;
}
.breadcrumb {
  padding: 0 0 5px 0;
  font-weight: 600;
  color: #333333;
  width: 100%;
  border-bottom: 1px solid #eea342;
  font-size: 1em;
  display: inline-block;
  font-style: italic;
}
.breadcrumb .bc-current {
  color: #eea342;
  font-weight: 800;
  text-transform: uppercase;
}
.prod-section {
  position: relative;
  width: 167%;
  padding: 60px 4% 8% 0;
  margin-top: -60px;
}
.prod-section:before,
.prod-section:after {
  content: " ";
  display: table;
}
.prod-section:after {
  clear: both;
}
.prod-section:before,
.prod-section:after {
  content: " ";
  display: table;
}
.prod-section:after {
  clear: both;
}
.prod-section::before {
  display: inline-block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
  pointer-events: none;
}
.prod-section.has-subsection {
  padding-bottom: 1em;
}
.prod-section .thumbnail {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.prod-section h2 {
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.4;
  margin-top: 0;
  color: #005596;
  width: 58%;
  padding: 0 4% 0;
}
.prod-section h2 .prod-pageName {
  font-weight: 800;
  font-size: 2.2em;
  line-height: 0.9em;
}
.prod-section h3 {
  font-weight: 800;
  font-size: 1em;
}
.prod-section > h3 {
  padding: 0 4% 0;
}
.prod-section h4 {
  font-size: 16px;
  color: #eea342;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 1.2em;
  display: block;
}
.prod-section p {
  font-size: 16px;
  line-height: 1.5;
}
.prod-section ul + p {
  margin-top: 1em;
}
.prod-section dl {
  margin-bottom: 30px;
}
.prod-section div.caption {
  font-size: 0.8em;
  margin-top: -1em;
  margin-bottom: 1.5em;
  color: #585858;
}
.prod-section p.sidebar-caption {
  color: #dddddd;
  letter-spacing: 0.02em;
}
.prod-section .prod-media-expand {
  position: absolute;
  top: 0.5em;
  opacity: 0.5;
  right: 25px;
  background: #e65e30;
  padding: 1%;
  color: #ffffff;
  border-radius: 0 0 0 2px;
}
.product-section--dcreasd-bp {
  padding: 0 4% 2% 0;
}
.prod-section:first-child {
  padding-top: 60px;
  margin-top: 0;
}
.prod-section--intro {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mb__list-item {
  display: block;
  list-style: none;
}
.mb__list-link {
  color: #368ccb;
  font-weight: 400;
  border-bottom: 1px solid #e7edf5;
}
.mb__list-link:hover {
  border-bottom: 1px solid #84c2ea;
  text-decoration: none;
}
.prod-section--rmv-padding:first-child {
  padding-top: 0;
}
.prod-column-text {
  width: 60%;
  float: left;
  padding: 0 4%;
}
.prod-column-text .row {
  margin-bottom: 1em;
}
.prod-column-media {
  width: 40%;
  float: right;
  padding: 0 0 0 4%;
}
.prod-column-media p,
.prod-column-media ul {
  color: #ffffff;
}
.prod-column-media ul {
  color: #ffffff;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.prod-column-media ul li {
  padding: 0 0 0.5em 0;
}
.prod-column-media figure {
  color: #ffffff;
  font-size: 0.8em;
  margin-bottom: 1em;
  clear: both;
}
.prod-column-media figure:before,
.prod-column-media figure:after {
  content: " ";
  display: table;
}
.prod-column-media figure:after {
  clear: both;
}
.prod-column-media figure:before,
.prod-column-media figure:after {
  content: " ";
  display: table;
}
.prod-column-media figure:after {
  clear: both;
}
.prod-column-media figure img {
  width: 45%;
  float: left;
  margin: 0 1em 0 0;
  border-radius: 4px;
}
.prod-column-media h3 {
  font-size: 0.9em;
  font-weight: 600;
  color: #ffffff;
}
.prod-accordion .panel,
.prod-accordion .panel-default,
.prod-accordion .panel-body {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.prod-accordion .panel-group {
  clear: both;
  padding-top: 1em;
}
.prod-accordion h3 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  width: 58%;
  margin: 0.8em 0;
  transition: all 0.5s ease;
  line-height: 1.3;
}
.prod-accordion h3 a,
.prod-accordion h3 a:active,
.prod-accordion h3 a:visited {
  color: #585858;
  display: block;
  padding: 1em 40px 1em 5%;
  background: #f9f9f9;
  text-decoration: none;
  border-bottom: 0;
  border-bottom: 4px solid #eea342;
  position: relative;
}
.prod-accordion h3 i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.prod-accordion h3 .fa-close {
  display: none;
}
.prod-accordion h3 .fa-angle-down {
  display: block;
}
.prod-accordion h3 strong {
  font-weight: 800;
}
.prod-accordion h3 p {
  margin: 0;
}
.prod-accordion h3:hover a,
.prod-accordion h3:hover a:hover,
.prod-accordion h3:hover a:active {
  text-decoration: none;
  border-bottom: 0;
  background-color: #f9f9f9;
  transition: all 0.5s ease;
  border-bottom: 4px solid #eea342;
}
.prod-accordion h3 a.collapsed,
.prod-accordion h3:hover a.collapsed {
  background-color: #f9f9f9;
  color: #585858;
  border-bottom: 4px solid #f9f9f9;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.prod-accordion .prod-accordion-content {
  overflow: hidden;
  padding: 1em 0;
}
.prod-accordion .prod-accordion-content p {
  font-size: 15px;
}
.prod-section-table {
  position: relative;
  padding: 60px 60px 30px 0px;
  margin: 0;
  width: 98%;
  border-radius: 0 3px 3px 0;
  background: #ffffff;
}
.prod-section-table .inner {
  padding-left: 4%;
}
.prod-section-table .table thead {
  background-color: #333333;
}
.prod-section-table .table thead th {
  border-bottom: 0;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.prod-section-table .table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.prod-section-table .table tbody td {
  border-top: 1px solid rgba(221, 221, 221, 0.3);
}
.prod-section.intro {
  padding-top: 0;
  width: 93%;
  padding: 0 0 0 60px;
}
.prod-panel {
  height: 100vh;
  padding: 0 0 0 0;
  display: table-cell;
  vertical-align: middle;
}
.prod-column-hero {
  margin-top: -20px;
}
.prod-hero {
  overflow: hidden;
}
.hero-model {
  width: 65%;
  position: absolute;
  top: -15%;
  left: 60%;
  max-width: 1000px;
}
.hero-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-top: -180px;
}
.hero-mobile img {
  left: 0;
  top: 50%;
  margin-top: -30%;
}
.prod-video-poster {
  width: 40%;
  float: right;
  text-align: center;
  min-height: 100vh;
  position: relative;
}
.prod-video-poster .poster-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prod-video-poster .poster-playhead {
  background-color: rgba(255, 255, 255, 0.85);
  width: 200px;
  height: 200px;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -100px;
  margin-right: -100px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
.prod-video-poster .poster-playhead:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.prod-video-poster .poster-playhead:after {
  font-size: 7em;
  line-height: 200px;
  margin-right: -26px;
  color: #368ccb;
  content: "\f04b";
  font-family: 'FontAwesome';
  displat: block;
}
.prod-hero {
  height: 100vh;
}
.prod-video-poster,
.prod-hero {
  position: absolute;
  right: 0;
  width: 40%;
  overflow: hidden;
}
/*
.prod-video-poster.unstuck,
.prod-hero.unstuck{
    position: absolute!important;
    bottom: 0;
    top: auto;
    right: -67%;
    width: 67%;
    //opacity: 0;
}
*/
.prod-inlinePagenav {
  margin-bottom: 15px;
}
.prod-inlinePagenav ul,
.prod-inlinePagenav li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}
.prod-inlinePagenav li {
  display: block;
  padding-bottom: 10px;
}
.prod-inlinePagenav p {
  font-weight: 800;
  margin-bottom: 15px;
  color: #585858;
  text-transform: uppercase;
  font-size: 0.95em;
}
.prod-inlinePagenav a {
  color: #368ccb;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 121, 193, 0.14);
}
.prod-inlinePagenav a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 121, 193, 0.5);
}
.prod-scrollaffordance {
  position: absolute;
  display: block;
  bottom: 30px;
  width: 100%;
  font-size: 6em;
  color: #585858;
  text-align: center;
  -webkit-animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -ms-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
  cursor: pointer;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-3px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-5px);
  }
  60% {
    -ms-transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 1199px) {
  .prod-content h1 {
    font-size: 2.2em;
  }
  .prod-section.intro {
    padding: 0 0 0 30px;
    width: 95%;
  }
  .prod-panel {
    height: auto;
    padding: 60px 0 0 0;
  }
  .breadcrumb {
    font-size: 0.95em;
  }
  .prod-video-poster .poster-playhead {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin-top: -75px;
    margin-right: -75px;
  }
  .prod-video-poster .poster-playhead:after {
    font-size: 4.5em;
    line-height: 150px;
    margin-right: -10px;
  }
  .prod-inlinePagenav ul,
  .prod-inlinePagenav li {
    font-size: 0.95em;
  }
  .prod-scrollaffordance {
    display: none;
  }
  .prod-models div[class^="col-"] {
    padding: 0 10px;
  }
  .prod-models > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .prod-content h1 {
    font-size: 2em;
  }
  .breadcrumb {
    font-size: 0.9em;
  }
  .prod-panel {
    height: auto;
    padding-bottom: 60px;
  }
  .prod-column-hero {
    margin-top: 0;
  }
  .prod-video-poster,
  .prod-hero {
    display: none;
  }
}
.side-tabs {
  background: #f2f2f2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@white+0,ffffff+30,ffffff+30,f7f7f7+30,f7f7f7+30,f7f7f7+99 */
  background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 30%, #f2f2f2 30%, #f2f2f2 30%, #f2f2f2 99%);
}
.side-tabs .nav-tabs {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  background: #ffffff;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 300px;
}
.side-tabs .nav-tabs li,
.side-tabs .nav-tabs li:last-child {
  padding: 5% 8%;
  position: relative;
  width: 100%;
  font-weight: 800;
  font-size: 0.9em;
  color: #585858;
  background-color: #f2f2f2;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  height: 75px;
}
.side-tabs .nav-tabs li:last-child {
  border-bottom: 0!important;
}
.side-tabs .nav-tabs li:hover {
  color: #d61e57;
}
.side-tabs .nav-tabs li.active,
.side-tabs .nav-tabs li.active:hover {
  background-color: #f2f2f2;
  border: 0;
  color: #000000;
  border-left: 5px solid #d61e57;
  margin-top: -1px;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  width: 105%;
}
.side-tabs .nav-tabs li > a,
.side-tabs .nav-tabs li.active > a {
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-left: 45px;
}
.side-tabs .nav-tabs .tab-text {
  display: inline-block;
  vertical-align: middle;
}
.side-tabs .nav-tabs i.fa {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  color: #d61e57;
}
.side-tabs .tab-content {
  background: #f2f2f2;
  float: right;
  width: 70%;
  padding: 4%;
  min-height: 300px;
}
.side-tabs .tab-content .row {
  margin-bottom: 0!important;
}
.side-tabs .tab-content ul {
  margin: 0;
  padding: 0;
}
.side-tabs .tab-content li {
  list-style: none;
  display: block;
  padding-bottom: 5%;
}
.side-tabs .tab-pane {
  padding: 0;
}
.side-tabs_mobile {
  background: #f2f2f2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@white+0,ffffff+30,ffffff+30,f7f7f7+30,f7f7f7+30,f7f7f7+99 */
  background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 30%, #f2f2f2 30%, #f2f2f2 30%, #f2f2f2 30%, #f2f2f2 99%);
}
.side-tabs_mobile .panel,
.side-tabs_mobile .panel + .panel {
  border: 0;
  border-radius: 0 0 0 0 ;
  margin: 0 0 0 0;
}
.side-tabs_mobile .panel-heading {
  padding: 0;
  font-weight: 800;
  font-size: 0.9em;
  color: #585858;
  background-color: #f2f2f2;
}
.side-tabs_mobile h4.panel-title {
  padding: 4%;
  width: 100%;
  font-weight: 800;
  font-size: 0.9em;
  color: #585858;
  border-bottom: 1px solid #eeeeee;
  background-color: #f2f2f2;
  border: 0;
  color: #000000;
  border-left: 5px solid #d61e57;
  position: relative;
  margin: 0 0 0 0;
}
.side-tabs_mobile h4.panel-title a {
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-left: 45px;
  position: relative;
}
.side-tabs_mobile h4.panel-title .tab-text {
  display: inline-block;
  vertical-align: middle;
}
.side-tabs_mobile h4.panel-title i.fa {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  color: #d61e57;
}
.side-tabs_mobile .panel-body {
  background-color: #f2f2f2;
}
.prod-models > div {
  margin-bottom: 30px;
}
.prod-models img,
.prod-models .wistia_responsive_wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7fc8ea+0,f7fafe+100 */
  background: #7fc8ea;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #dbeeff 0%, #f7fafe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #dbeeff 0%, #f7fafe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #dbeeff 0%, #f7fafe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbeeff', endColorstr='#f7fafe', GradientType=0);
  /* IE6-9 */
  border: 1px solid #25325b;
  box-shadow: 5px 7px 20px 2px rgba(27, 18, 51, 0.38);
  transition: all 0.5s ease;
}
.prod-thumbnail:hover img {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .absolut-pos-hook {
    position: relative;
    padding-left: 60px;
  }
  .absolut-pos-hook .prod-thumbnail {
    position: absolute;
    max-width: 586px;
    z-index: 1;
  }
}
.prod-column-text ul {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 0 0 1.38em;
  padding: 0;
}
.prod-column-text ul p > strong {
  text-transform: uppercase;
  font-weight: 800;
  color: #585858;
  font-size: 0.9em;
}
.prod-column-text ul li {
  padding-bottom: 0.8em;
}
.prod-column-text ul li:last-child {
  padding-bottom: 0;
}
.prod-column-text ul li ul {
  padding-left: 1em;
  padding-top: 0;
  margin-top: 0.5em;
}
.prod-column-text ul li .collapse {
  margin-top: 10px;
}
p.prod-list-subhead {
  font-size: 0.9em;
  font-weight: 800;
  color: #585858;
  margin-bottom: 0;
}
.did-you-know-trigger {
  border-bottom: 1px dotted #368ccb;
  cursor: help;
}
p.did-you-know,
div.did-you-know {
  font-size: 0.9em;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: rgba(249, 252, 255, 0.86);
  margin-bottom: 1em;
}
p.did-you-know strong,
div.did-you-know strong {
  display: block;
  color: #368ccb;
}
.additional-content-trigger {
  color: #eea342;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  bottom: 50px;
}
.additional-content--list {
  position: relative;
  bottom: 50px;
}
.additional-content-collapse {
  background: #f2f2f2;
  padding: 1em;
  margin-bottom: 1em;
}
.prod-read-more {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.prod-read-more:before {
  height: 100px;
  width: 100%;
  position: absolute;
  content: '';
  z-index: 101;
  opacity: 1;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@white+0,ffffff+100&0+0,1+60 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='@white', GradientType=0);
  /* IE6-9 */
}
.prod-read-more.open {
  max-height: 2000px;
  background: transparent;
}
.prod-read-more.open:before {
  height: 0px;
  opacity: 0;
}
.prod-read-more.open .prod-read-more-trigger {
  position: static;
}
.prod-read-more-trigger {
  height: 50px;
  position: absolute;
  bottom: 0px;
  z-index: 102;
  transition: 0.5s background;
}
.prod-read-more-trigger span {
  color: #eea342;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  bottom: 50px;
  line-height: 50px;
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .prod-section h2 {
    padding: 0 3% 0;
  }
  .prod-column-media {
    padding: 0 0 0 3%;
  }
  .prod-column-text {
    padding: 0 3%;
  }
}
@media screen and (max-width: 991px) {
  .prod-content {
    width: 100%;
  }
  .prod-section {
    width: 100%;
  }
  .prod-section h2 {
    color: #005596;
    width: 100%;
    font-size: 1.6em;
  }
  .prod-section-full {
    padding: 30px 30px 15px 30px;
  }
  .prod-column-media,
  .prod-column-text {
    width: 100%;
    padding: 0 5%;
  }
  .prod-models img,
  .prod-models .wistia_responsive_wrapper {
    border: 1px solid #e7edf5;
    box-shadow: none;
  }
  .prod-section p.sidebar-caption,
  .prod-section .cmImgPhoneCaption {
    display: none!important;
  }
  .prod-section-gallery .prod-gallery-item {
    overflow: hidden;
  }
  .prod-accordion h3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .prod-content h1 {
    font-size: 1.7em;
  }
  .prod-section p {
    font-size: 16px;
  }
  .prod-section h2 {
    font-size: 1.2em;
  }
}
.prod-cta {
  background: #dfe8ee;
  padding: 60px 0;
}
.prod-cta:before,
.prod-cta:after {
  content: " ";
  display: table;
}
.prod-cta:after {
  clear: both;
}
.prod-cta:before,
.prod-cta:after {
  content: " ";
  display: table;
}
.prod-cta:after {
  clear: both;
}
.prod-cta p strong {
  color: #368ccb;
}
.prod-cta p {
  color: #585858;
}
.prod-cta h2 {
  margin: 0 0 4rem 0;
  color: #368ccb;
  font-weight: 700;
}
.prod-cta h2 strong {
  font-weight: 300;
  color: #dddddd;
}
.prod-cta h2 a {
  color: #59aa47;
  transition: 0.5s color;
}
.prod-cta h2 a span {
  opacity: 0;
  color: #7fc370;
  transition: 0.5s opacity;
}
.prod-cta h2 a:hover {
  text-decoration: none;
  color: #7fc370;
}
.prod-cta h2 a:hover span {
  opacity: 1;
}
.prod-cta .whiteBg {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.prod-cta .whiteBg button {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.prod-cta .whiteBg--mt {
  margin-top: -5.9rem;
}
.prod-cta .whiteBg--mt button {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.prod-cta .cta-text {
  padding: 20px;
  position: relative;
}
.prod-cta .cta-text p:last-child {
  margin-bottom: 0;
}
.prod-cta .cta-next {
  padding: 20px 20px 30px;
  text-align: center;
}
.prod-cta .cta-header h2 {
  margin-bottom: 0;
}
.prod-cta .cta-header p {
  font-size: 2rem;
  font-weight: 600;
  color: #585858;
}
.prod-cta .cta-header button,
.prod-cta .cta-action button {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.prod-cta .cta-form {
  width: 100%;
  clear: both;
  padding: 4%;
}
.prod-cta .cta-form hr {
  border-top: solid 1px #d2d0d0;
}
.prod-cta .text-input-label {
  color: #585858;
}
.prod-cta .btn-primary--actioncolors {
  color: #ffffff;
  background-color: #368ccb;
  border-color: #368ccb;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.prod-cta .btn-primary--actioncolors:hover {
  background-color: #368ccb;
  border-color: #368ccb;
  color: #ffffff !important;
  text-shadow: none;
  opacity: 0.75;
}
.prod-cta-form {
  border-top: 1px solid #e7edf5;
}
.prod-cta-form-aside h3 {
  font-size: 1.3em;
  font-weight: 300;
  color: inherit;
}
.productContent .container {
  max-width: 2000px!important;
  width: auto!important;
  padding: 0 0 0 0!important;
}
.productContent .thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productContent .thumbnails li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 1% 1% 0;
}
.productContent .thumbnails .thumbnail {
  border: 1px solid #f2f2f2;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.productContent .thumbnails .thumbnail img {
  transition: all 0.5s ease;
}
.productContent .thumbnails .thumbnail:hover img {
  box-shadow: 5px 7px 20px 2px rgba(27, 18, 51, 0.6);
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.productContent .mediaNav {
  display: none;
}
.productContent h3 {
  width: 100%;
  margin: 14px 0 20px 0;
  color: #333333;
  font-size: 2.8em;
  font-weight: 800;
  padding: 0 0 0 0;
  display: inline-block;
}
.productContent h4,
.productContent h4.small {
  font-size: 100%;
  line-height: 1.5;
  margin: 2em 0 0.5em 0;
  font-weight: 800;
  font-size: 1em;
}
.productContent h3:first-child,
.productContent h4:first-child {
  margin-top: 0;
}
.productContent h5 {
  color: #999999;
  margin: 2.5em 0 0.5em 0;
  font-size: 0.95em;
}
.productContent .col-md-6.col-sm-12:nth-child(even) {
  padding-left: 30px;
}
.productContent .col-md-6.col-sm-12:nth-child(odd) {
  padding-right: 30px;
}
.productContent .table .text-warning {
  color: inherit;
}
.productContent .table thead {
  background: #333333;
  color: #ffffff;
}
.productContent .table thead th {
  border: 0;
  border-color: #333333;
}
.product-specs #productName {
  display: none!important;
}
.product-specs h3 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.table-compiler-compare {
  margin-top: 30px;
}
.table-compiler-compare thead tr th {
  color: #eea342;
}
.table-compiler-compare thead tr th:first-of-type {
  min-width: 350px;
}
.no-TOC .prod-nav_button-content {
  display: none;
}
.section-paddng-t {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .prod-ported .productContent h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1199px) {
  .prod-ported .productContent h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .prod-ported .productContent h3 {
    font-size: 2.4em;
  }
}
.rmv-li-b-bottom ul li {
  padding-bottom: 0;
}
#wistia-kdl1phujmr-1_popover_overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.wistia_click_to_play {
  width: 100%  !important;
  height: 100% !important;
}
.pro-cm-hero {
  position: absolute;
  top: -100px;
  right: -40%;
  display: block;
  max-width: 184%;
}
@media only screen and (max-width: 1500px) {
  .pro-cm-hero {
    top: -70px;
  }
}
@media only screen and (max-width: 1500px) {
  .pro-cm-hero {
    top: -40px;
  }
}
@media only screen and (max-width: 1300px) {
  .pro-cm-hero {
    top: -10px;
  }
}
.section--primary-bg {
  background: #f9f9f9;
}
.section--secondary-bg {
  background: #eeeeee;
}
.section--third-bg {
  background: #dfe8ee;
}
.cm-text-success {
  color: #59aa47;
}
.cm-text-inactive {
  color: #dddddd;
}
.table--product thead tr th {
  border-bottom: 2px solid #368ccb;
}
.table--product tbody tr td {
  border-right: 1px solid #dddddd;
}
.table--product tbody tr td:last-child {
  border-right: 0px;
}
.psudo-default {
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 10px;
}
.expand-icon-sm-card {
  font-family: 'FontAwesome';
  position: absolute;
  box-shadow: 0 0 0 1px #368ccb;
  color: #368ccb;
  border-radius: 4px;
  content: "\f065";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
.hover-expand-icon {
  background-color: #ffffff;
  color: #d18023;
  box-shadow: 0 0 0 1px #368ccb;
  cursor: pointer;
}
.cmprod hr {
  border-top: 1px solid #dddddd;
}
.cmprod-header h2,
.cmprod-main__section h2,
.cmprod-header h3,
.cmprod-main__section h3,
.cmprod-header h4,
.cmprod-main__section h4,
.cmprod-header h5,
.cmprod-main__section h5,
.cmprod-header h6,
.cmprod-main__section h6 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.cmprod-header h1,
.cmprod-main__section h1,
.cmprod-header h2,
.cmprod-main__section h2,
.cmprod-header h3,
.cmprod-main__section h3,
.cmprod-header h4,
.cmprod-main__section h4,
.cmprod-header h5,
.cmprod-main__section h5,
.cmprod-header h6,
.cmprod-main__section h6,
.cmprod-header p,
.cmprod-main__section p {
  color: #585858;
}
.cmprod-header a,
.cmprod-main__section a {
  cursor: pointer;
}
.cmprod-main__section--turbulent-flow h4,
.cmprod-main__section--structural-analyses h4 {
  margin-bottom: 1.2em;
  border-bottom: 2px solid #dddddd;
}
.cmprod-main__section--turbulent-flow ul,
.cmprod-main__section--structural-analyses ul {
  margin-bottom: 0;
}
.cmprod-trademarks {
  padding-top: 1em;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 550px) {
  .cmprod h2 {
    font-size: 25px;
  }
}
.cmprod-section-overlay {
  position: relative;
  z-index: 1;
}
.cmprod .custom-spacer {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .cmprod .custom-spacer {
    display: none;
  }
}
.cmprod-col--no-padding {
  padding: 0;
}
.cmprod-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 60px 20px;
}
.cmprod-wrapper h1,
.cmprod-wrapper h2,
.cmprod-wrapper h3,
.cmprod-wrapper h4,
.cmprod-wrapper h5,
.cmprod-wrapper h6 {
  color: #585858;
  margin-bottom: 1rem;
}
.cmprod-wrapper p,
.cmprod-wrapper ul li {
  color: #585858;
  line-height: 1.5;
}
.cmprod-wrapper ul li {
  margin-bottom: 0.5rem;
}
.cmprod-header {
  position: relative;
  background: linear-gradient(360deg, #c0d6e8, #e7edf5);
  box-shadow: inset 0 -22px 34px -20px rgba(54, 140, 203, 0.4);
}
.cmprod-header h1 {
  color: #005596;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
  padding-top: 1rem;
}
.cmprod-header p {
  line-height: 24px;
}
.cmprod-header .header__intro > p:first-of-type {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 4px;
  margin-bottom: 2.4rem;
  color: #d18023;
}
.cmprod .header-v2 {
  padding: 0;
}
.cmprod .header-v2 .content-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  /* Content Wrapper Media Queries */
}
.cmprod .header-v2 .content-wrapper .header__intro,
.cmprod .header-v2 .content-wrapper .header__figure {
  flex: 0 1 100%;
}
.cmprod .header-v2 .content-wrapper .header__intro {
  font-size: 1.5rem;
  line-height: 1.5;
}
.cmprod .header-v2 .content-wrapper .header__intro > ul {
  padding-left: 0;
}
.cmprod .header-v2 .content-wrapper .header__intro > ul li {
  list-style: none;
  position: relative;
}
.cmprod .header-v2 .content-wrapper .header__intro > ul li::before {
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 10px;
  content: "\f00c";
}
.cmprod .header-v2 .content-wrapper .header__intro .cmprod-btn {
  background-color: #368ccb;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.cmprod .header-v2 .content-wrapper .header__intro .cmprod-btn:hover {
  opacity: 0.75;
  background-color: #368ccb;
}
.cmprod .header-v2 .content-wrapper .header__figure {
  padding: 0 15px;
}
.cmprod .header-v2 .content-wrapper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .cmprod .header-v2 .content-wrapper .header__intro,
  .cmprod .header-v2 .content-wrapper .header__figure {
    flex: 0 1 80%;
  }
  .cmprod .header-v2 .content-wrapper .header__figure {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cmprod .header-v2 .content-wrapper {
    flex-flow: row wrap;
    margin: 0 30px;
  }
  .cmprod .header-v2 .content-wrapper .header__intro,
  .cmprod .header-v2 .content-wrapper .header__figure {
    flex: 0 1 50%;
  }
  .cmprod .header-v2 .content-wrapper .header__intro {
    align-self: flex-start;
    padding: 3em 0;
    padding-right: 30px;
  }
  .cmprod .header-v2 .content-wrapper .header__figure {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .cmprod .header-v2 .content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
  .cmprod .header-v2 .content-wrapper .header__intro {
    flex: 0 1 50%;
  }
  .cmprod .header-v2 .content-wrapper .header__figure {
    flex: 0 1 50%;
  }
}
@media (min-width: 1400px) {
  .cmprod .header-v2 .content-wrapper {
    max-width: 1340px;
    margin: 0 auto;
  }
  .cmprod .header-v2 .content-wrapper .header__intro {
    flex: 0 1 50%;
  }
  .cmprod .header-v2 .content-wrapper .header__figure {
    flex: 0 1 50%;
  }
}
@media (max-width: 991px) {
  .cmprod .header-v2 .content-wrapper h1 {
    font-size: 3rem;
  }
  .cmprod .header-v2 .content-wrapper .header__intro {
    padding-top: 3em;
    margin-bottom: 15px;
  }
  .cmprod .header-v2 .content-wrapper .header__figure {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cmprod .header-v2 .content-wrapper h1 {
    font-size: 3rem;
  }
  .cmprod .header-v2 .content-wrapper .header__intro {
    padding: 3em 15px 0;
  }
}
@media (max-width: 575px) {
  .cmprod .header-v2 .content-wrapper h1 {
    font-size: 160%;
  }
}
.cmprod-breadcrumb-nav {
  margin-bottom: 3.5rem;
}
.cmprod-breadcrumb-nav .breadcrumb-nav__menu {
  font-size: 1.5rem;
  padding-left: 0;
  border-bottom: solid 1px #c0d6e8;
}
.cmprod-breadcrumb-nav .breadcrumb-nav__menu .menu_item {
  display: inline-block;
  list-style: none;
  font-weight: 600;
}
.cmprod-breadcrumb-nav .breadcrumb-nav__menu .menu_item:hover .menu__link {
  color: #d18023;
}
.cmprod-breadcrumb-nav .breadcrumb-nav__menu .menu_item:not(.menu_item:first-child)::before {
  font-family: 'FontAwesome';
  content: "\f101";
  font-size: 1.5rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin: 0 10px;
  color: #585858;
}
.cmprod-breadcrumb-nav .breadcrumb-nav__menu .menu_item:not(.menu_item:first-child):hover::before {
  color: #585858;
}
@media (min-width: 992px) {
  .cmprod-main__section .container--flex .row,
  .cmprod-main__section .container--flex .row .flex-component {
    display: flex;
  }
}
.cmprod-main__section::first {
  padding-top: 10rem;
}
.cmprod .major-section {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmprod .major-section--left {
  margin-right: 0;
}
.cmprod .major-section--right {
  margin-left: 0;
}
.cmprod .major-section--2col-list {
  flex: 3 0;
}
.cmprod .major-section--2col-list .major-section__description ul {
  column-count: 2;
  column-gap: 45px;
}
.cmprod .major-section--align-top {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cmprod .major-section--media {
    order: 2;
  }
}
.cmprod .major-section__description h3 {
  color: #005596;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 0 12px 0;
}
.cmprod-major-section__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .cmprod-major-section__wrapper {
    flex-direction: column;
  }
}
.cmprod-major-section__wrapper .major-section__media {
  display: grid;
  justify-content: center;
  align-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  margin-top: 15px;
}
.cmprod-major-section__wrapper .major-section__media .major-section__media-figure {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cmprod-major-section__wrapper .major-section__media .major-section__media-figure img {
  border-radius: 4px;
  transition: box-shadow 0.2s ease-in-out;
}
.cmprod-major-section__wrapper .major-section__media .major-section__media-figure img:hover {
  cursor: pointer;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 2px #368ccb;
}
.cmprod-major-section .collage-xn {
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.cmprod-major-section .collage-xn img {
  box-shadow: 0 0 1px #368ccb;
  border-radius: 4px;
}
.cmprod .major-section--no-radius .major-section__media-figure img {
  border-radius: 0;
}
.cmprod-section__intro {
  text-align: center;
  margin: 0 auto 5rem auto;
}
.cmprod-section,
.cmprod-feature-wrapper {
  padding: 8rem 3rem;
}
.cmprod-card-lg {
  background-color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 560px;
  margin: 0 auto;
}
.cmprod-card-lg__figure {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.cmprod-card-lg__figure:hover {
  cursor: pointer;
}
.cmprod-card-lg__figure:hover .view-image-toggle-btn {
  background: #368ccb;
  color: #ffffff;
}
.cmprod-card-lg__figure .view-image-toggle-btn {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  border: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #368ccb;
  padding: 5px 10px;
  border-top-left-radius: 4px;
}
.cmprod-card-lg__figure .view-image-toggle-btn:hover {
  text-decoration: underline;
}
.cmprod-card-lg__description {
  padding: 2rem;
  border-radius: 4px;
}
.cmprod-card-lg__description h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 2rem 0;
}
.cmprod-card-lg__description summary {
  color: #368ccb;
  cursor: pointer;
}
.cmprod-modeling-features h4 {
  margin-bottom: 2rem;
  border-bottom: 2px solid #368ccb;
}
.cmprod-modeling-features .cmprod-card {
  height: 100%;
  max-height: 90px;
  box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.15);
}
.cmprod-modeling-features .cmprod-card:hover {
  cursor: pointer;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 2px #368ccb;
}
@media only screen and (min-width: 992px) {
  .cmprod-modeling-features .cmprod-card__figure::before {
    display: none;
  }
}
.cmprod-modeling-features .cmprod-card__description {
  padding: 1rem 0;
}
.cmprod .what-you-can-model .cmprod-card {
  height: 100%;
  min-height: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px #ffffff, 0px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cmprod .what-you-can-model .cmprod-card:hover {
  cursor: pointer;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 2px #368ccb;
}
.cmprod .what-you-can-model .cmprod-card h3 {
  font-size: 1.6rem;
  color: #005596;
}
.cmprod .what-you-can-model .cmprod-card .cmprod-card__figure::before {
  display: none;
}
/* 
 * Product Flex Card Layout
 */
.cmprod-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cmprod-card {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: 25px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #ffffff;
}
.cmprod-card:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 2px #368ccb;
}
.cmprod-card h3 {
  font-size: 1.6rem;
  color: #005596;
}
.cmprod-card p {
  margin: 0;
}
.cmprod-card__figure {
  flex: 1 0;
}
.cmprod-card__figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cmprod-card__desc {
  flex: 2 0;
}
.cmprod-card__desc-content {
  padding: 15px;
}
.cmprod-section__content {
  padding: 3.5em 2em;
}
.cmprod-card--full-width .cmprod-card__desc {
  flex: 3 0;
}
/* MEDIA QUERIES */
/* X-Small and Custom Mobile */
@media (max-width: 499px) {
  .cmprod-cards {
    justify-content: center;
  }
  .cmprod-card {
    flex-direction: column;
    justify-content: center;
    flex: 0 1 100%;
    max-width: 280px;
  }
  .cmprod-card h3 {
    padding-bottom: 0;
  }
  .cmprod-card__desc p {
    display: none;
  }
  .cmprod-section__content {
    padding: 3.5em 1em;
  }
}
@media (min-width: 500px) and (max-width: 575px) {
  .cmprod-cards {
    justify-content: center;
  }
  .cmprod-card {
    align-items: center;
  }
  .cmprod-card__desc p {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cmprod-cards {
    justify-content: center;
  }
  .cmprod-card {
    flex: 0 1 100%;
  }
}
/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  .cmprod-card {
    flex: 0 1 100%;
  }
}
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .cmprod-card {
    flex: 0 1 48.4%;
  }
}
/* Large */
@media (min-width: 1200px) {
  .cmprod-card {
    flex: 0 1 48.7%;
  }
}
/* Bootstrap - Narrow Sets */
@media (max-width: 991px) {
  .major-section--2col-list {
    margin-bottom: 1em;
  }
  .cta-text {
    border-bottom: 1px solid #e7edf5;
  }
}
@media (min-width: 768px) {
  .cmprod-card__figure {
    max-width: 200px;
  }
  .cmprod-section__content {
    /* Removes side padding because container width becomes fixed at 768px */
    padding: 3.5em 0;
  }
}
@media (min-width: 992px) {
  .cmprod .major-section--left {
    margin-right: 15px;
  }
  .cmprod .major-section--right {
    margin-left: 15px;
  }
  .cmprod .major-section--2img .collage-xn {
    grid-template-columns: auto;
  }
  .cmprod-card--full-width {
    flex: 0 1 100%;
  }
  .prod-cta .cta-text {
    border-right: 1px solid #e7edf5;
    margin-right: -15px;
    padding-right: 35px;
  }
  .prod-cta .cta-next {
    text-align: left;
  }
}
.hero-wrapper {
  display: flex;
  justify-content: center;
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('//cdn.comsol.com/product-new/livelink-for-proengineer/livelink-for-proengineer-hero.png') center 50% no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.sunset-hero {
  padding: 4em 30px;
  flex-grow: 1;
}
.sunset-hero h1 {
  margin-bottom: 0.5em;
}
.sunset-hero__content {
  position: relative;
  font-size: 1em;
}
@media (min-width: 768px) {
  .sunset-hero {
    padding: 6em 30px;
    max-width: 750px;
  }
  .sunset-hero__content {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .hero-wrapper::before {
    opacity: 0.8;
  }
  .sunset-hero {
    padding: 8em 30px;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .sunset-hero {
    padding: 10em 30px;
    max-width: 1170px;
  }
}
.sort-bar {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 0.9em;
  vertical-align: middle;
  display: block;
  width: 100%;
  margin-top: 10px;
  background: rgba(238, 238, 238, 0.43);
}
.pr-sort {
  text-align: center;
  border-radius: 4px 0 0 4px;
}
.pr-sort-block {
  margin-bottom: 5px;
}
.old-new select {
  border: 1px solid #dddddd;
  border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.old-new .form-control:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pr-search {
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  padding: 0 10px;
  border-radius: 4px;
  color: #333333;
}
.pr-views {
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  padding: 0 10px;
  border-radius: 4px 0 0 4px ;
  color: #333333;
  margin-left: 25px;
}
.view-toggle {
  width: 100px;
  height: 39px;
  line-height: 35px;
  border-radius: 0 4px 4px 0;
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 0 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.view-toggle button {
  background: none;
  border: 0px;
}
.view-toggle button:hover {
  color: #333333;
  -webkit-transition: color ease-in-out 0.15s;
  -o-transition: color ease-in-out 0.15s;
}
@-moz-document url-prefix() {
  .view-toggle {
    width: 90px;
  }
}
.press-card {
  margin: 15px 0px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  position: relative;
  box-shadow: 2px 0px 2px rgba(238, 238, 238, 0.43);
  background: linear-gradient(to bottom right, #e7edf5, #ffffff);
  opacity: 0.89;
  transition: all 0.5s ease;
}
.press-card:hover {
  opacity: 1;
  transition: all 0.5s ease;
  border: 2px solid #368ccb;
}
.press-card a:hover,
.press-card a:focus {
  text-decoration: none;
}
.press-card .pr-date {
  z-index: 5000;
  margin-bottom: 10px;
  font-size: 13.5px;
  content: ' ';
}
.press-card .pr-card-image {
  overflow: hidden;
  background: linear-gradient(to bottom right, #e7edf5, #ffffff);
  height: 189px;
}
.press-card .pr-card-image img {
  width: 100%;
  object-fit: cover;
  margin: auto;
}
.press-card .pr-card-bottom {
  vertical-align: bottom;
  padding: 12px 15px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.press-card .pr-card-bottom .pr-cap {
  height: 110px;
  overflow: hidden;
  position: relative;
}
.press-card .pr-card-bottom .pr-cap h4 {
  margin: 0;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.press-card .pr-card-bottom .pr-cap .text-fade--vertical {
  height: 29px;
}
.no-img {
  font-size: 25px;
  padding: 30px 0 0;
}
.pr-alt-cap {
  margin: 0px 10px;
  flex: 1;
}
.pag-nav {
  text-decoration: none;
  list-style: none;
}
.press-release-content .col-md-4 {
  padding-right: 15px;
}
.press-release-content .col-md-8 {
  padding-left: 15px;
}
.press-release-content p img {
  display: block;
  width: 90%;
  margin: 24px auto 0 auto;
}
.press-release-content h1 {
  text-align: center;
}
.press-release-content h2 {
  font-size: 25px;
}
.press-release-content h5 {
  font-size: 16px;
  margin: 15px 0 45px 0;
  text-align: center;
  font-weight: normal;
}
.press-release-content h6 {
  font-size: 11px;
  font-weight: normal;
}
.press-release-content a {
  white-space: nowrap;
}
.pr-gallery-rtrn,
.pr-img-gallery {
  font-weight: 800;
  text-transform: uppercase;
}
.pr-gallery-rtrn:hover,
.pr-img-gallery:hover {
  text-decoration: none;
}
.pr-img-gallery {
  color: #368ccb;
  text-align: left;
}
.upld-file-nm {
  display: block;
  position: relative;
  left: 60px;
  line-height: 2;
}
.pr-header .card .inner {
  word-wrap: break-word;
}
.down-word-link:hover {
  text-decoration: none;
  color: #368ccb;
}
a.share-link:hover {
  background-color: #368ccb;
}
.list-views {
  display: inline-block;
  padding: 20px 10px 15px 10px;
  margin-bottom: 10px;
  border: 2px solid #dddddd;
  border-radius: 4px;
  box-shadow: 2px 0px 2px rgba(238, 238, 238, 0.43);
  width: 100%;
  opacity: 0.89;
  transition: all 0.5s ease;
}
.list-views button {
  display: inline-block;
  padding: 4px 10px 3px 10px;
  font-size: 12px;
  font-weight: 800;
  color: #333333;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
}
.list-views button:hover {
  background-color: #eeeeee;
}
.list-views:hover {
  border: 2px solid #368ccb;
}
.list-view-title {
  margin-top: 3px;
  line-height: 1.5;
}
.list-view-title a {
  color: #333333;
  display: inline-block;
}
.paginationControl {
  z-index: 900;
}
@media screen and (max-width: 991px) {
  .view-as {
    margin-bottom: 5px;
  }
  .pr-img-gallery {
    text-align: left;
  }
}
@media screen and (max-width: 991px) and (min-width: 200px) {
  .list-view-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* COMSOL Blog */
.whiteBg {
  background-color: #ffffff;
}
.comsolblog {
  position: relative;
}
.comsolblog b .view-toggle {
  background-color: #ffffff;
}
.comsolblog .form-control {
  padding-right: 5px;
}
.comsolblog .sort-block,
.comsolblog .show-block,
.comsolblog .per-block {
  border-radius: 5px;
  width: 180px;
}
.comsolblog .per-block.auto-width {
  width: auto;
}
.comsolblog .social-share {
  display: block;
  margin-bottom: 25px;
}
.comsolblog .social-share p {
  color: #368ccb;
  margin-bottom: 5px;
}
.comsolblog .share-links {
  overflow: auto;
  height: 35px;
  margin-bottom: 25px;
}
.comsolblog .share-links .share-link {
  background-color: #dddddd;
  transition: 0.2s ease-in-out;
  padding: 0;
  height: 35px;
  line-height: 35px;
}
.comsolblog .share-links .envelope:hover {
  background-color: #368ccb;
}
.comsolblog .share-links .facebook:hover {
  background-color: #3b5998;
}
.comsolblog .share-links .linkedin:hover {
  background-color: #0073b1;
}
.comsolblog .share-links .twitter:hover {
  background-color: #1c94e0;
}
.comsolblog .paginationControl {
  border-top: 0px;
  padding-top: 0px;
}
.comsolblog a.btn-green a.btn-solid.btn-green,
.comsolblog a.btn-solid.btn-green:visited,
.comsolblog .btn-solid.btn-green,
.comsolblog .btn-solid.btn-green:visited {
  background-color: #388090;
  border-bottom: none;
}
.comsolblog a.btn-green a.btn-solid.btn-green:hover,
.comsolblog a.btn-solid.btn-green:visited:hover,
.comsolblog .btn-solid.btn-green:hover,
.comsolblog .btn-solid.btn-green:visited:hover {
  background-color: #04636f;
  transition: background 0.2s ease-in-out;
}
.comsolblog a.btn-solid.btn-orange,
.comsolblog a.btn-solid.btn-orange:visited,
.comsolblog .btn-solid.btn-orange,
.comsolblog .btn-solid.btn-orange:visited {
  background-color: #e65e30;
  border-bottom: none;
}
.comsolblog a.btn-solid.btn-orange:hover,
.comsolblog a.btn-solid.btn-orange:visited:hover,
.comsolblog .btn-solid.btn-orange:hover,
.comsolblog .btn-solid.btn-orange:visited:hover {
  background-color: #c03b25;
  transition: background 0.2s ease-in-out;
}
.comsolblog a.btn-solid.btn-red,
.comsolblog a.btn-solid.btn-red:visited,
.comsolblog .btn-solid.btn-red,
.comsolblog .btn-solid.btn-red:visited {
  background-color: #d61e57;
  border-bottom: none;
}
.comsolblog a.btn-solid.btn-red:hover,
.comsolblog a.btn-solid.btn-red:visited:hover,
.comsolblog .btn-solid.btn-red:hover,
.comsolblog .btn-solid.btn-red:visited:hover {
  background-color: #ab1f46;
  transition: background 0.2s ease-in-out;
}
.comsolblog .card--center-on-hero {
  position: relative;
  top: -95px;
  box-shadow: 0px 2px 4px #dddddd;
}
.comsolblog .container--lift {
  position: relative;
  top: -10px;
}
.comsolblog__content {
  background: #f2f2f2;
  box-shadow: 0px 2px 4px #dddddd;
}
.bloghero {
  height: 350px;
  background: url(//cdn.comsol.com/blog/COMSOL_Blog_HomeHeader.png) bottom center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.blog-header {
  height: 75px;
}
.blog-header .get-posts-email {
  float: right;
}
.comsolblog--shiftup {
  position: relative;
  top: -35px;
}
.heading-card-title__h1 {
  color: #585858;
  display: inline-block;
  font-weight: 800;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
}
.heading-card-title__h1--index {
  font-size: 2em;
  margin: 0;
}