/**
 * Box shadows for elements
 */
/* Headings

Pass in a heading type or list of heading types and returns heading types plus ones with class version of heading type

Examples:
heading(h1) { color: red; } produces h1, .h1 { color: red; }
heading(h2 h3) { color: blue; } produces h2, .h2, h3, .h3 { color: blue; }

*/
/*
 * JANRAIN SPRITES
 */
/*
 * SOCIAL LINKS SPRITES
 */
.videomultiple .background {
  padding: 70px 25px;
  color: white;
}
.videomultiple .background.gradient-white, .videomultiple .background.gradient-gray-light, .videomultiple .background.gradient-grey-light, .videomultiple .background.gradient-grey-lighter {
  color: black;
}
.videomultiple .heading, .videomultiple .subheading {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.videomultiple .subheading {
  margin-top: 15px;
}
.videomultiple .videos {
  margin: 0 auto;
  width: 80%;
}
.videomultiple .videos .video-item {
  margin-top: 20px;
  padding: 0 10px;
  z-index: inherit;
}
.videomultiple .videos .video-item .modal.in .modal-dialog {
  height: 100%;
}
.videomultiple .videos .video-item .modal.in .close-button {
  right: 0;
  width: 40px;
  height: 40px;
  margin: 10px;
  position: absolute;
  background: transparent url("../../../../../content/dam/public/enterprise/resources/images/close-x-white.png") no-repeat;
  background-position: center;
  z-index: 9999;
}
.videomultiple .videos .video-item .modal-dialog {
  height: 100%;
}
.videomultiple .videos .video-item .videomultiple {
  position: relative;
}
.videomultiple .videos .video-item p {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}
.videomultiple .videos .video-item .video-image {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videomultiple .videos .video-item .video-image .video-button {
  position: absolute;
  z-index: 2;
  background: transparent url("../../../../../content/dam/public/enterprise/resources/images/buttons/video-btn-off.png") no-repeat;
  background-position: center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.videomultiple .videos .video-item .video-image .video-button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.videomultiple .videos .video-item .video-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

html.RTL .section.videomultiple .videos .video-item .modal.in .close-button {
  left: 0;
  right: auto;
}

html.touch .videomultiple .active {
  display: block !important;
  visibility: visible !important;
}
html.touch .videomultiple .video-image, html.touch .videomultiple .embedded-video, html.touch .videomultiple .fallback-embedded-video-container {
  display: none;
  visibility: hidden;
}
html.touch .videomultiple .fallback-embedded-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
html.touch .videomultiple .fallback-embedded-video-container .fallback-embedded-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.touch .videomultiple .video-button {
  background-size: 60px 60px !important;
}

html.no-touch .videomultiple .video-button {
  background-size: 60px 60px !important;
}
html.no-touch .videomultiple .fallback-embedded-video-container {
  display: none;
  visibility: hidden;
}

@media (max-width: 767px) {
  .section.videomultiple .videos .heading, .section.videomultiple .videos .subheading {
    width: 80%;
  }
  .section.videomultiple .videos h3 {
    line-height: 1;
  }
  .section.videomultiple .videos .videos .video-item {
    /* position: relative; */
    margin-top: 20px;
    padding: 0 10px;
    padding-bottom: 20px;
    /* z-index: 99999999999;  */
  }
  .section.videomultiple .videos .videos .video-item img {
    min-height: 0 !important;
    width: 100%;
  }
}
.text-video-light {
  color: white !important;
}

.text-video-dark {
  color: black !important;
}

.section.play-video {
  position: relative;
  overflow: hidden;
  /*max-height: 540px;*/
}
.section.play-video h1, .section.play-video h2, .section.play-video h3, .section.play-video .calltoaction {
  position: relative;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
.section.play-video h2 {
  margin: 0;
}
.section.play-video h3 {
  margin: 25px 0;
}
.section.play-video .sizeContent {
  overflow: hidden;
}
.section.play-video .sizeContent.video-single-placeholder img {
  margin: auto;
  position: absolute;
  top: 0;
  right: -1000%;
  bottom: 0;
  left: -1000%;
  max-width: none;
  width: auto;
  height: 100%;
}
.section.play-video .video-single-placeholder {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  min-height: 540px;
}
.section.play-video .video-single-placeholder a {
  position: relative;
}
.section.play-video .video-single-placeholder img {
  position: absolute;
  /* min-height: 100%; */
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  top: 0;
  left: 0;
}
.section.play-video .video-single-placeholder .text-wrapper {
  margin: 100px 15% 20px;
}
.section.play-video .video-single-content {
  display: none;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.section.play-video .video-single-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  /* max-height: 540px; */
}
.section.play-video .modal.in .close-button {
  right: 0;
  width: 40px;
  height: 40px;
  margin: 10px;
  position: absolute;
  background: transparent url("../resources/images/close-x-white.png") no-repeat;
  background-position: center;
  /* z-index: 9999; */
}
.section.play-video .modal.in .modal-dialog {
  height: 100%;
}
.section.play-video .modal.body {
  position: relative;
  /* padding: 252px; */
  padding: 0 0 56.25% 0;
  height: 0;
}
.section.play-video .modal-dialog {
  height: 100%;
}
.section.play-video .video-button-container {
  position: relative;
  margin-bottom: 25px;
}
.section.play-video .video-button {
  background: transparent url("../resources/images/buttons/video-btn-off.png") no-repeat;
  background-position: center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 130px;
  cursor: pointer;
}
.section.play-video .video-button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.section.play-video .video-single-content {
  min-height: inherit;
}

.video-single__close-button {
  background: rgba(0, 0, 0, 0.7);
  color: #a2aaac;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  position: absolute;
  text-align: right;
  top: 30px;
  vertical-align: middle;
  width: 100%;
  z-index: 9;
}
.video-single__close-button .glyphicon {
  font-size: 32px;
  margin-top: -6px;
  vertical-align: middle;
}
.video-single__close-button:hover {
  color: white;
}
.video-single__close-button img {
  margin: 0 10px;
}

html.RTL {
  /* .section.videosingle {
  	.videos {
  		.video-item {
              .modal.in {
                  .close-button {
                  	left: 0;
                  	right: auto;
              	}
          	}
      	}
  	}
  } */
}
html.RTL .video-single__close-button {
  text-align: left;
}

html.touch .play-video .embedded-video, html.touch .play-video .video-image {
  display: none !important;
  visibility: hidden !important;
}
html.touch .play-video .fallback-embedded-video {
  display: block !important;
  visibility: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

html.no-touch .play-video .fallback-embedded-video {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .video-single__close-button {
    display: none !important;
  }

  .section.play-video {
    min-height: inherit;
    overflow: hidden;
  }
  .section.play-video h1, .section.play-video h2, .section.play-video h3 {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
  }
  .section.play-video .video-single-content, .section.play-video .video-single-placeholder {
    min-height: inherit;
  }
  .section.play-video .video-single-placeholder {
    padding: 20px 10%;
  }
  .section.play-video .video-button-container {
    margin-bottom: 20px;
  }
  .section.play-video .video-button-container .video-button {
    top: 20%;
  }
}
.video-item .video-single-placeholder .video-single-thumbnail {
  position: static;
}

/* SCSS for updated Single Video */
.resp-video.full .image img {
  height: auto;
  max-height: none;
  width: auto;
  max-width: none;
}
.resp-video .text-wrapper {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 20px 15%;
}
.resp-video .video-single-thumbnail {
  position: static;
}
.resp-video .video-button-container {
  position: relative;
  margin-bottom: 25px;
}
.resp-video .video-button-container .video-button {
  background: transparent url("../../../../../content/dam/public/enterprise/resources/images/buttons/video-btn-off.png") no-repeat;
  background-position: center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 130px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .resp-video .video-button-container {
    margin-bottom: 20px;
  }
  .resp-video .video-button-container .video-button {
    background-size: 24%;
    height: 130px;
  }
}
.play-video .video-single-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
}
.play-video .video-single-content .modal-header {
  border: none;
  display: none;
}
.play-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.play-video .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
.play-video .modal-body {
  padding: 0 0 56.25% 0;
  position: relative;
  height: 0;
}
.play-video .modal.in .close-button {
  right: 0;
  width: 40px;
  height: 40px;
  margin: 10px;
  position: absolute;
  background: transparent url("../../../../../content/dam/public/enterprise/resources/images/close-x-white.png") no-repeat;
  background-position: center;
}
.play-video .modal.in .modal-dialog {
  height: 100%;
}

html.touch .play-video .resp-video .video-button {
  background-size: 80px 80px;
}

.banner-columns {
  white-space: normal;
}
.banner-columns h1, .banner-columns h2, .banner-columns h3, .banner-columns h4 {
  margin: 0;
  text-align: center;
}
.banner-columns h3 {
  margin: 10px 0;
  font-size: 32px;
}
.banner-columns .background {
  padding: 25px 25px;
  text-align: center;
}
.banner-columns .background .row {
  margin-top: 20px;
}
.banner-columns .background .image {
  text-align: center;
}
.banner-columns .background .banner-columns-item {
  margin: 0 auto;
  padding: 0 20px;
}
.banner-columns .background .banner-columns-item img {
  width: 158px;
}
.banner-columns .background .banner-columns-item ul {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0;
  width: 100%;
}
.banner-columns .background .banner-columns-item ul li {
  margin: 6px 0 0 0;
  padding: 0;
  text-align: left;
}
.banner-columns .background .banner-columns-item ul li:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .banner-columns .background .banner-columns-item {
    padding: 0 20px 40px 20px;
  }
  .banner-columns .background .banner-columns-item .cta {
    padding: 0;
  }
}

html.RTL .banner-columns .background .banner-columns-item ul li {
  text-align: right;
}

.sitemap {
  padding-left: 50px;
  margin-bottom: 90px;
}
.sitemap a {
  color: #00535e;
}
.sitemap ul {
  margin-left: 25px;
  padding: 0;
  list-style-type: none;
}
.sitemap ul li {
  font-size: 30px;
  line-height: 1;
}
.sitemap ul ul {
  font-size: 24px;
}
.sitemap ul ul a {
  font-size: 24px;
}
.sitemap ul ul ul {
  font-size: 16x;
}
.sitemap ul ul ul li {
  line-height: .75;
}
.sitemap ul ul ul li a {
  font-size: 16px;
}
.sitemap ul ul ul li ul {
  font-size: 16px;
}
.sitemap ul ul ul li ul li {
  line-height: .75;
}
.sitemap ul ul ul li ul li a {
  font-size: 16px;
}

.sitemap > ul {
  margin: 0px;
}

@media (max-width: 1023px) {
  .sitemap > ul > li {
    width: auto;
    float: none;
  }
}

html.RTL .sitemap ul {
  margin-right: 25px;
}

.sitemap > ul > ul {
  padding: 0;
  margin-left: 0;
}

.faqframe {
  text-align: center;
}
.faqframe h1, .faqframe h2 {
  margin-top: 0;
  padding-top: 22px;
}
.faqframe .background {
  background-color: #dbdcdc;
}
.faqframe .nofaqs {
  display: none;
}
.faqframe .panel-group {
  text-align: left;
  margin-bottom: 0;
}
.faqframe .panel-group .panel {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.faqframe .panel-group .panel + .panel {
  margin-top: 0px;
}
.faqframe .panel-heading {
  cursor: pointer;
  background: url(../../../../../content/dam/public/enterprise/resources/images/icons/accordion-closed.png) no-repeat 4px center;
  padding-left: 40px;
}
.faqframe .panel-heading.expanded {
  background-image: url('../../../../../images/icons/accordion-open.png');
}

html.RTL .faqframe .panel-group {
  text-align: right;
}
html.RTL .faqframe .panel-heading {
  padding-right: 40px;
  background-position-x: 100%;
}

.faqs__next {
  display: block;
  padding: 10px 0;
}

.faqs__question {
  font-size: 16px;
}

.faqs__form {
  padding-bottom: 20px;
}

.faqs__filter-dropdown {
  width: 40%;
}
@media only screen and (min-width: 1024px) {
  .faqs__filter-dropdown {
    width: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .faqs__filter-dropdown {
    width: 20%;
  }
}

.faqs__filter-submit {
  left: -4px;
}

.content-feed {
  overflow: hidden;
  position: relative;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.content-feed__nav-wrapper--prev,
.content-feed__nav-wrapper--next {
  background-image: url("../../../../../content/dam/public/enterprise/resources/images/arrows/content-feed-nav.png");
  background-position: -148px 0;
  background-repeat: repeat-y;
  height: 600px;
  line-height: 600px;
  position: absolute;
  top: 0;
  width: 148px;
  z-index: 99;
}
@media (max-width: 1023px) {
  .content-feed__nav-wrapper--prev,
  .content-feed__nav-wrapper--next {
    height: 300px;
  }
}

.content-feed__nav-wrapper--prev {
  left: 0;
}

.content-feed__nav-wrapper--next {
  background-position: -2px 0;
  right: 0;
}

.content-feed__prev.prev,
.content-feed__next.next {
  height: 600px;
  line-height: 600px;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100px;
  z-index: 99;
}
.content-feed__prev.prev [aria-hidden]:before,
.content-feed__prev.prev [aria-hidden]:after,
.content-feed__next.next [aria-hidden]:before,
.content-feed__next.next [aria-hidden]:after {
  color: white;
  font-size: 120px;
  font-weight: 100;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 20px;
}

.content-feed__prev.prev {
  display: none;
  left: 0;
}

.content-feed__next.next {
  right: 0;
}
.content-feed__next.next [aria-hidden]:before,
.content-feed__next.next [aria-hidden]:after {
  left: auto;
  right: 20px;
}

html.touch .content-feed__prev,
html.touch .content-feed__next {
  display: none !important;
}
html.touch .content-feed__nav-wrapper--prev,
html.touch .content-feed__nav-wrapper--next {
  display: none !important;
}
html.touch .content-feed__scroll-frame {
  overflow-x: scroll;
}

.content-page-scroll .content-feed__scroll-frame {
  margin-top: -600px;
}

.content-feed__scroll-frame {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  height: 600px;
}

.content-feed__scroll-container {
  position: absolute;
}

.content-feed__frame {
  float: left;
  width: 600px;
  height: 600px;
}

html.RTL .content-feed__frame {
  float: right;
}
html.RTL .content-feed__prev.prev {
  display: block;
}
html.RTL .content-feed__next.next {
  display: none;
}

.content-feed__frame--1x2 {
  width: 300px;
  height: 600px;
}

.content-feed__frame-block {
  float: left;
}

html.RTL .content-feed__frame-block {
  float: right;
}

.content-feed-item {
  color: white;
  display: block;
  position: relative;
}
.content-feed-item .image {
  overflow: hidden;
}

.content-feed__frame-block--1x1,
.content-feed__frame-block--1x1 .content-feed-item {
  width: 300px;
  height: 300px;
}

.content-feed__frame-block--2x1,
.content-feed__frame-block--2x1 .content-feed-item {
  width: 600px;
  height: 300px;
}

.content-feed__frame-block--2x2,
.content-feed__frame-block--2x2 .content-feed-item {
  width: 600px;
  height: 600px;
}

.content-feed-item__foreground {
  margin: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-feed-item__subtitle,
.content-feed-item__cta-group {
  display: none;
}

.content-feed-item__cta-group, .content-feed-item__social {
  z-index: 999;
}

.content-feed-item__background,
.content-feed-item__background__overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-feed-item--twitter .content-feed-item__background__overlay {
  background: none;
}
.content-feed-item--twitter .content-feed-item__foreground {
  top: 0;
}
.content-feed-item--twitter .content-feed-item__social {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}
.content-feed-item--twitter .content-feed-item__social a {
  color: white;
}
.content-feed-item--twitter .content-feed-item__social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

html.RTL .content-feed-item--twitter .content-feed-item__social {
  left: auto;
  right: 0;
}
html.RTL .content-feed-item--twitter .content-feed-item__social-icon {
  right: auto;
  left: 0;
}

html.no-touch .content-feed-item:hover .content-feed-item__subtitle,
html.no-touch .content-feed-item:hover .content-feed-item__cta-group,
html.touch .content-feed-item .content-feed-item__subtitle,
html.touch .content-feed-item .content-feed-item__cta-group {
  display: block;
}
html.no-touch .content-feed-item:hover .content-feed-item__social a,
html.touch .content-feed-item .content-feed-item__social a {
  color: #00b3b4;
}

html.no-touch .content-feed-item:hover {
  cursor: pointer;
}
html.no-touch .content-feed-item:hover.content-feed-item--twitter {
  cursor: default;
}
html.no-touch .content-feed-item:hover.content-feed-item--twitter a:hover {
  cursor: pointer;
}
html.no-touch .content-feed-item:hover .content-feed-item__background__overlay {
  background: black;
  opacity: .75;
}

.content-feed--vertical-responsive .content-feed__scroll-frame {
  height: 300px;
}
.content-feed--vertical-responsive .content-feed__frame {
  width: auto;
  height: auto;
}
.content-feed--vertical-responsive .content-feed__frame-block--2x1,
.content-feed--vertical-responsive .content-feed__frame-block--2x1 .content-feed-item,
.content-feed--vertical-responsive .content-feed__frame-block--2x2,
.content-feed--vertical-responsive .content-feed__frame-block--2x2 .content-feed-item {
  width: 300px;
  height: 300px;
}
.content-feed--vertical-responsive .content-feed__frame-block--2x1 .content-feed-item img {
  margin-left: -150px;
  max-width: none;
}

@media (max-width: 1023px) {
  .content-feed__scroll-frame {
    height: 300px;
  }

  .content-feed__frame {
    width: auto;
    height: auto;
  }

  .content-feed__frame-block--2x1,
  .content-feed__frame-block--2x1 .content-feed-item,
  .content-feed__frame-block--2x2,
  .content-feed__frame-block--2x2 .content-feed-item {
    width: 300px;
    height: 300px;
  }

  .content-feed__frame-block--2x1 .content-feed-item img {
    margin-left: -150px;
    max-width: none;
  }
}
.content-feed--admin {
  overflow-x: scroll;
}
.content-feed--admin .content-feed__scroll-container {
  height: 600px;
  position: relative;
}
@media (max-width: 1023px) {
  .content-feed--admin .content-feed__scroll-container {
    height: 300px;
  }
}
.content-feed--admin .content-feed__frame-block {
  background-color: #a2aaad;
}

.wcmmode-edit .content-feed {
  height: 60px !important;
  visibility: visible;
}
.wcmmode-edit .content-feed h3 {
  text-align: center;
}
.wcmmode-edit .content-feed .content-feed__scroll-frame,
.wcmmode-edit .content-feed .content-feed__nav-wrapper--prev,
.wcmmode-edit .content-feed .content-feed__nav-wrapper--next {
  display: none !important;
}

.wcmmode-edit .content-feed--admin {
  height: auto !important;
}
.wcmmode-edit .content-feed--admin .content-feed__edit-header {
  margin: 0;
}
.wcmmode-edit .content-feed--admin .content-feed__scroll-container {
  width: 100% !important;
}
.wcmmode-edit .content-feed--admin .content-feed__frame {
  float: none;
  height: auto;
  width: 100%;
}
.wcmmode-edit .content-feed--admin .content-feed__frame-block {
  height: auto;
}
.wcmmode-edit .content-feed--admin .cq-editbar-placeholder {
  clear: both !important;
}
.wcmmode-edit .content-feed--admin .new.section {
  max-width: 600px;
}

.forms {
  background: white;
  overflow: hidden;
  padding: 0;
  padding-bottom: 70px;
  position: relative;
}
.forms .forms__wrapper {
  margin: 0 10%;
}
.forms .forms__wrapper h1, .forms .forms__wrapper h2, .forms .forms__wrapper h3, .forms .forms__wrapper h4, .forms .forms__wrapper h5, .forms .forms__wrapper h6 {
  padding: 0;
  padding-bottom: 10px;
}
.forms .forms__wrapper hr {
  border-color: #a2aaac;
  margin: 25px 0;
  width: 100%;
  position: relative;
}
.forms .forms__wrapper .modal-header, .forms .forms__wrapper .modal-footer {
  border: none;
}
.forms .forms__wrapper .cta-row {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .forms .forms__wrapper {
    margin: 0 5%;
  }
  .forms .forms__wrapper .cta-row {
    text-align: center;
  }
}

.mcform fieldset {
  position: relative;
}
.mcform button,
.mcform input,
.mcform select,
.mcform textarea,
.mcform .bootstrap-select button {
  border: 1px solid #a2aaac !important;
}
.mcform button[type="submit"],
.mcform input[type="submit"],
.mcform select[type="submit"],
.mcform textarea[type="submit"],
.mcform .bootstrap-select button[type="submit"] {
  border: 0 !important;
}

.mcform__validation {
  background: red;
  display: none;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  	/*
  	&.affix {
  		@include box-shadow($black 2px 0px 2px);
  		position: fixed;
  		top: 95px;
  		z-index: 1;
  
  		@media only screen and (max-width: $screen-md) {
  			top: 0px;
  		}
  
  	}
  	*/
}
.mcform__validation.active {
  display: block;
}

.mcform__validation-text {
  background: transparent url(../../../../../content/dam/public/enterprise/resources/images/icons/white/announcement.png) no-repeat left center;
  color: white;
  padding-left: 40px;
}

.mcform__required-indicator {
  color: red;
}

.mcform__fields {
  list-style: none;
  padding: 0;
}

.mcform__field {
  clear: both;
  padding-bottom: 25px;
  width: 100%;
}
.mcform__field.cb > .mcform__input {
  float: left;
  margin-right: 16px;
  width: 40%;
}
.mcform__field.cb.validatr-error .mcform__input {
  border: 1px solid transparent;
}
.mcform__field.cb.validatr-error .validatr-message {
  /*margin-top: -25px;
  margin-left: 34px;
  position: absolute;*/
  margin-bottom: 2px;
}
.mcform__field label {
  cursor: pointer;
  float: left;
  font-weight: normal;
  width: 40%;
}
.mcform__field label.cb-label {
  float: none;
  line-height: 20px;
  position: relative;
  vertical-align: top;
  width: 90%;
  margin-left: 40px;
  margin-top: -20px;
}
.mcform__field input, .mcform__field textarea {
  font-size: 21px;
  line-height: 1.2;
  padding: 2px;
  width: 55%;
}
.mcform__field textarea {
  max-height: 15em;
  min-height: 2em;
  max-width: 55%;
  min-width: 55%;
}
.mcform__field .mcform__input {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 0;
  padding-bottom: 1px;
  width: 55%;
}
.mcform__field .mcform__input input, .mcform__field .mcform__input textarea,
.mcform__field .mcform__input .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.mcform__field .mcform__input textarea {
  max-width: 100%;
  min-width: 100%;
}
.mcform__field .mcform__input .validatr-message {
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
  background-color: red;
  font-size: 16px;
}
.mcform__field.mcform__field--full .mcform__input {
  float: left;
  width: auto;
}
.mcform__field.mcform__field--full label {
  float: left;
  width: 90%;
}
.mcform__field.mcform__field--full.validatr-error .mcform__input {
  width: 100%;
}
.mcform__field.validatr-error label {
  color: red;
}
.mcform__field.validatr-error .mcform__input {
  border-color: red;
}
@media only screen and (max-width: 768px) {
  .mcform__field label, .mcform__field input, .mcform__field select, .mcform__field textarea, .mcform__field .mcform__input {
    width: 100%;
  }
  .mcform__field textarea {
    max-width: 100%;
    min-width: 100%;
  }
  .mcform__field label.cb-label {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mcform__field .mcform__field.cb .mcform__input {
    width: 100%;
  }
}

html.RTL .mcform__field.cb > .mcform__input {
  float: right;
}
html.RTL .mcform__field label {
  float: right;
}

.mcform__legend {
  border: none;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mcform__legend {
    margin-bottom: 0;
  }
}

html.RTL .forms h1, html.RTL .forms h2 {
  padding: 1em 0 1em 2em;
}
@media only screen and (max-width: 768px) {
  html.RTL .forms h1, html.RTL .forms h2 {
    padding: 0.5em 0 0.5em 2em;
  }
}
html.RTL .forms h3, html.RTL .forms h4, html.RTL .forms h5, html.RTL .forms h6 {
  padding: 0 0 1em 2em;
}

#captchaRefreshImg {
  vertical-align: middle;
  margin-top: -68px;
  margin-left: 130px;
  display: inline-block;
}

.bin_table {
  padding: 0px 0 30px 40px;
}

.mcform__field .mcform__input.captchaField {
  display: inline-block;
  width: 45% !important;
}

.mcform__fields .captcha_input {
  width: 140% !important;
}

.captcha_div {
  width: 100%;
  display: inline-block;
}

.modal-footer.bin-table-footer .grey-dark {
  margin-left: 20px;
  margin-right: 70px;
  float: right;
}

.modal-footer.bin-table-footer .btn-white {
  background: #fff;
  border: 1px solid #141414;
  color: #141413;
}

.modal-footer.bin-table-footer .btn-white:hover {
  background: #e3e3e3;
  color: #141413;
  border: 1px solid #141413;
}

.bin-error {
  color: red;
  display: block;
  font-size: 16px;
}

.mcform__field .mcform__input .bin-table-captcha-container {
  position: relative;
  width: 100%;
}

.bin-table-captcha {
  display: inline-block;
  font-size: 16px;
  float: left;
  width: 25%;
  margin-top: 5px;
}

.captcha_input.bin-table-captcha-input {
  float: left;
  display: inline-block;
  width: 50% !important;
  margin-right: 12px;
}

.error-captcha {
  color: red;
  display: none;
  font-size: 16px;
}

.mcform__input.arform__input.captchaField {
  width: 60% !important;
}

.refresh-icon {
  position: absolute;
  right: 20px;
  top: 4px;
}

.mcform.binTable__form .glyphicon:before {
  font-family: inherit;
}

.bintable-recaptcha-feedback {
  box-shadow: grey 0px 0px 5px;
  position: fixed;
  right: -186px;
  transition: right 0.3s ease;
  width: 256px;
  height: 60px;
  top: 494px !important;
  z-index: 99999;
}

.bintable-recaptcha {
  box-shadow: grey 0px 0px 5px;
  position: fixed;
  right: -186px;
  transition: right 0.3s ease;
  width: 256px;
  height: 60px;
  bottom: 45px !important;
  z-index: 99999;
}

.bintable-recaptcha-rtl {
  right: auto !important;
  left: -186px !important;
  z-index: 99999;
}

.bintable-form-wrapper {
  margin: 0 10%;
}

.bintable-input-block {
  display: inline-block;
}

.bintable-input-block > input {
  width: 100% !important;
}

.bintable-input-block > .bootstrap-select {
  width: 244px !important;
}

.bootstrap-select.btn-group .dropdown-menu > li > a {
  padding: 6px 30px 6px 10px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  word-break: break-word;
  white-space: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 7px !important;
}

button.close {
  position: absolute;
  top: -2px;
  right: 15px;
  font-size: 55px;
  font-weight: 500;
}

.readnum {
  text-indent: -9999em;
  display: block;
  height: 0px;
}

.selectpicker li:focus {
  border: blue 1px solid;
}

.bin-table-rte {
  padding: 30px 40px !important;
}

.highlight {
  border: blue 1px solid !important;
}

ul.dropdown-menu.inner.selectpicker li:focus {
  border: blue 1px solid;
}

.captcha_input:focus, #refresh_icon:focus, h4#myModalLabel:focus, input#companyName:focus, input#ans:focus, ul.dropdown-menu.inner.selectpicker li:focus, #close:focus {
  border: blue 1px solid !important;
}

.hidespan {
  display: none;
}

.modal-title {
  display: inline-block;
}

.bin-input-align {
  margin-top: 7px;
}

.bintable-form-wrapper .mcform__field .bintable-input-block {
  width: 55%;
}

.bin_table .modal .modal-title {
  font-weight: 400;
}

.bin_table .modal .bin-table-footer .close {
  font-weight: 400;
}

/** Added lines for RTL in bin table **/
html.RTL #lbl-captcha {
  padding-top: 0px;
}
html.RTL .bin-table-captcha {
  float: right;
}
html.RTL .video-single__close-button {
  text-align: left;
}
html.RTL html.RTL button.close {
  right: auto;
  left: 20px;
}
html.RTL .refresh-icon {
  right: inherit;
  left: 20px;
}
html.RTL .modal-title {
  text-align: left;
  display: block;
}
html.RTL html.RTL .binTable__form .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}
html.RTL html.RTL .binTable__form .bootstrap-select.btn-group .btn.btn-default {
  padding: 10px 8px 10px 25px;
}
html.RTL .captcha_input.bin-table-captcha-input {
  width: 54% !important;
  margin-left: 55px;
  margin-right: 0;
}
html.RTL .modal-footer.bin-table-footer .grey-dark {
  margin-left: 75px;
  margin-right: 12px;
  float: left;
}
html.RTL .modal-footer {
  text-align: left;
}
html.RTL .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-table;
  right: 220px;
  margin-top: 2.5px;
}
html.RTL .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}

.iframe-container {
  text-align: center;
}
.iframe-container iframe {
  border: none;
}

.cta-banner-inner {
  padding: 70px 100px;
  text-align: center;
  color: white;
}
.cta-banner-inner .title {
  margin: 0;
}
.cta-banner-inner .subtitle {
  margin: 15px 0 0 0;
}
.cta-banner-inner.gradient-white, .cta-banner-inner.gradient-gray-light, .cta-banner-inner.gradient-grey-light, .cta-banner-inner.gradient-grey-lighter {
  color: black;
}
@media (max-width: 767px) {
  .cta-banner-inner {
    padding: 20px 10px;
  }
}

.wcmmode-edit .hero-banner-carousel .prev,
.wcmmode-edit .hero-banner-carousel .next {
  display: none;
}

.hero {
  overflow: hidden;
  text-align: center;
}
.hero img {
  max-height: none;
  margin: 0 auto;
}
.hero h1, .hero h2, .hero .h2 {
  font-size: 60px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 60px;
}
.hero h3, .hero .h3 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0 60px;
}
.hero .image.image-bottom {
  margin-top: 20px;
}
.hero .image {
  overflow: hidden;
}
.hero > .hero-banner-wrapper {
  padding: 40px 0;
  position: relative;
}
.hero-banner-carousel .hero > .hero-banner-wrapper {
  height: 100%;
}
.hero > .hero-banner-wrapper.full {
  padding: 0;
}
.hero > .hero-banner-wrapper.full img {
  height: auto;
  max-height: none;
  width: auto;
  max-width: none;
}
.hero > .hero-banner-wrapper.full > .text {
  padding: 50px 0 70px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.hero > .hero-banner-wrapper.full > .text.text-light .text-wrapper {
  color: white;
}
.hero > .hero-banner-wrapper.full > .text.bottom, .hero > .hero-banner-wrapper.full > .text.Bottom {
  top: auto;
  bottom: 0;
}
.hero > .hero-banner-wrapper.full.sizeContent {
  overflow: hidden;
}
.hero > .hero-banner-wrapper.full.sizeContent img {
  margin: auto;
  /*position: absolute;*/
  top: 0;
  right: -1000%;
  bottom: 0;
  left: -1000%;
  max-width: none;
  width: auto;
  height: 100%;
}
.hero > .hero-banner-wrapper.full.sizeCarousel {
  height: 100%;
  overflow: hidden;
}
.hero > .hero-banner-wrapper.full.sizeCarousel img {
  margin: auto;
  position: absolute;
  top: 0;
  right: -1000%;
  bottom: 0;
  left: -1000%;
  max-width: none;
  width: auto;
  height: 100%;
}
@media (max-width: 480px) {
  .hero h1, .hero h2, .hero .h2 {
    font-size: 36px;
    padding: 0 40px;
  }
  .hero h3, .hero .h3 {
    margin: 20px 0;
    padding: 0 40px;
  }
  .hero .hero-banner-wrapper {
    padding: 20px 10px;
  }
  .hero .hero-banner-wrapper.full {
    padding: 0;
  }
}

.hero-banner-carousel .text.bottom.hero-banner__text--no-image,
.hero-banner-carousel .text.Bottom.hero-banner__text--no-image {
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
}
.hero-banner-carousel .text-wrapper {
  padding-bottom: 40px;
  z-index: 9999;
}
.hero-banner-carousel .slick-dots {
  height: 40px;
  margin: 0;
  bottom: 20px;
  z-index: 2;
}
.hero-banner-carousel .slick-dots li {
  height: 40px;
  margin: 0 10px;
  padding: 0;
}
.hero-banner-carousel .slick-dots li button {
  background-image: url("../../../../../content/dam/public/enterprise/resources/images/lick-dots.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
}
.hero-banner-carousel .slick-dots li button:before {
  display: none;
}
.hero-banner-carousel .slick-dots li.slick-active button {
  background-position: 0 -11px;
}
.hero-banner-carousel .items-wrapper {
  position: relative;
  margin: 0 100px;
}
.hero-banner-carousel .bx-wrapper .hero {
  border: 0;
  width: auto;
}
.hero-banner-carousel .prev {
  left: 20px;
}
.hero-banner-carousel .next {
  right: 20px;
}

.wcmmode-edit .hero-banner-light-carousel .prev,
.wcmmode-edit .hero-banner-light-carousel .next {
  display: none;
}

.herolight {
  padding: 0;
  text-align: center;
  width: 100%;
}
.herolight .hero-banner-light-inner {
  font-size: 0;
  overflow: hidden;
  padding: 20px 100px;
  position: relative;
}
.herolight .image,
.herolight .text-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.herolight .image {
  width: 30%;
}
.herolight .text-wrapper {
  width: 70%;
  text-align: center;
  padding: 0px 20px;
}
.herolight .subtitle {
  margin: 10px 0;
}
.herolight .image-right .image, .herolight .image-right .text-wrapper {
  position: relative;
}
.herolight .image-right .image {
  right: -70%;
}
.herolight .image-right .text-wrapper {
  right: 30%;
}
@media (max-width: 767px) {
  .herolight .hero-banner-light-inner {
    padding: 25px;
  }
  .herolight .image,
  .herolight .text-wrapper {
    display: block;
    padding: 0;
    width: 100%;
  }
  .herolight .image-right .image, .herolight .image-right .text-wrapper {
    right: 0;
  }
  .herolight img {
    max-height: none;
    margin: 0 auto;
    width: auto !important;
  }
}
.herolight img {
  width: 100%;
}

.hero-banner-light-carousel .items-wrapper {
  position: relative;
  margin: 0 100px;
}
.hero-banner-light-carousel .bx-wrapper .herolight {
  border: 0;
  width: auto;
}
.hero-banner-light-carousel .prev {
  left: 20px;
}
.hero-banner-light-carousel .next {
  right: 20px;
}
@media (max-width: 767px) {
  .hero-banner-light-carousel .prev {
    left: 5px;
  }
  .hero-banner-light-carousel .next {
    right: 5px;
  }
}

html.RTL .hero-banner-light-inner {
  direction: ltr;
}
html.RTL .hero-banner-light-inner * {
  direction: rtl;
}

.heromini .media {
  padding: 20px;
}
.heromini .media-heading {
  line-height: 22px;
  margin-bottom: 10px;
}
.heromini .media-left {
  float: left;
  max-width: 64px;
  padding-right: 20px;
}

html.RTL .heromini .media-left {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}

.janrain {
  background: #d0d3d4;
  padding: 10px 0;
  text-align: center;
}
.janrain > .janrain-social-sharing {
  margin: 0 auto;
  padding: 0;
}
.janrain > .janrain-social-sharing .janrainShareCountContainer {
  display: none !important;
}
.janrain > .janrain-social-sharing .janrainProviderList {
  height: auto;
  margin: 0 auto;
}
.janrain > .janrain-social-sharing .janrainSocialRoot,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot {
  height: auto;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  float: left;
  margin: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider img,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider img {
  display: none;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider div {
  background-color: transparent;
  background-image: url('../../../../../images/social/janrain-sprite.png');
  background-position: 0 -31px;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-facebookButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-facebookButton div {
  background-position: 0px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-facebookButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-facebookButton:hover div {
  background-position: 0px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton div {
  background-position: -31px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton:hover div {
  background-position: -31px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton div {
  background-position: -62px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton:hover div {
  background-position: -62px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-mixiButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-mixiButton div {
  background-position: -93px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-mixiButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-mixiButton:hover div {
  background-position: -93px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton div {
  background-position: -124px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton:hover div {
  background-position: -124px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-redditButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-redditButton div {
  background-position: -155px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-redditButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-redditButton:hover div {
  background-position: -155px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton div {
  background-position: -186px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton:hover div {
  background-position: -186px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton div {
  background-position: -217px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton:hover div {
  background-position: -217px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-twitterButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-twitterButton div {
  background-position: -248px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-twitterButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-twitterButton:hover div {
  background-position: -248px 0;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-xingButton div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-xingButton div {
  background-position: -279px -31px;
}
.janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-xingButton:hover div,
.janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-xingButton:hover div {
  background-position: -279px 0;
}
@media (max-width: 1023px) {
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider div {
    background-position: 310px -61px;
    width: 61px;
    height: 61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-facebookButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-facebookButton div {
    background-position: -310px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-facebookButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-facebookButton:hover div {
    background-position: -310px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton div {
    background-position: -371px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-googleplusButton:hover div {
    background-position: -371px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton div {
    background-position: -432px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-linkedinButton:hover div {
    background-position: -432px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-mixiButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-mixiButton div {
    background-position: -493px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-mixiButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-mixiButton:hover div {
    background-position: -493px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton div {
    background-position: -554px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-pinterestButton:hover div {
    background-position: -554px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-redditButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-redditButton div {
    background-position: -615px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-redditButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-redditButton:hover div {
    background-position: -615px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton div {
    background-position: -676px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-sinaweiboButton:hover div {
    background-position: -676px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton div {
    background-position: -737px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-tumblrButton:hover div {
    background-position: -737px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-twitterButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-twitterButton div {
    background-position: -798px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-twitterButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-twitterButton:hover div {
    background-position: -798px 0;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-xingButton div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-xingButton div {
    background-position: -859px -61px;
  }
  .janrain > .janrain-social-sharing .janrainSocialRoot button.janrainProvider.janrain_native-xingButton:hover div,
  .janrain > .janrain-social-sharing .janrainOrientationHorizontal.janrainSocialRoot button.janrainProvider.janrain_native-xingButton:hover div {
    background-position: -859px 0;
  }
}

.util ul {
  margin: 0px;
  font-size: 0px;
}
.util a {
  color: black;
}
.util li {
  border-left: solid 1px black;
  padding: 0 10px;
  font-size: 12px;
}
.util li:first-child {
  border-left: none;
  padding-left: 0;
}

html.RTL .util li {
  border-right: solid 1px black;
  border-left: 0;
  padding: 0 10px;
  font-size: 12px;
}
html.RTL .util li:first-child {
  border-right: none;
  padding-right: 0;
}

.promotion-rotating-inner {
  padding: 40px 0;
  text-align: center;
}
.promotion-rotating-inner .prev {
  left: 60px;
}
.promotion-rotating-inner .next {
  right: 60px;
}
.promotion-rotating-inner .items-wrapper {
  padding: 0 140px;
  position: relative;
}
.promotion-rotating-inner h2, .promotion-rotating-inner h3, .promotion-rotating-inner h4 {
  margin: 0;
  padding: 20px 0;
}
.promotion-rotating-inner h4 {
  padding-top: 0;
}
.promotion-rotating-inner ul {
  height: 256px;
  margin: 0;
  padding: 0;
}
.promotion-rotating-inner li {
  list-style: none;
  width: 128px;
  height: 128px;
}
.promotion-rotating-inner li:hover {
  cursor: pointer;
}
.promotion-rotating-inner li .image {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.promotion-rotating-inner li .image img {
  max-height: 100%;
}
.promotion-rotating-inner li .title {
  display: none;
}
@media (max-width: 940px) {
  .promotion-rotating-inner .prev {
    left: 20px;
  }
  .promotion-rotating-inner .next {
    right: 20px;
  }
  .promotion-rotating-inner .items-wrapper {
    padding: 0 80px;
  }
}
@media (max-width: 720px) {
  .promotion-rotating-inner ul {
    height: 160px;
  }
  .promotion-rotating-inner li {
    width: 80px;
    height: 80px;
  }
}

.cq-wcm-edit .promotion-rotating-inner ul {
  height: auto;
}
.cq-wcm-edit .promotion-rotating-inner li {
  width: auto;
  height: auto;
}
.cq-wcm-edit .promotion-rotating-inner li .title {
  display: block;
}
.cq-wcm-edit .promotion-rotating-inner .left, .cq-wcm-edit .promotion-rotating-inner .right {
  visibility: hidden;
}

.promo-row .promotion-rotating-inner .prev {
  left: 20px;
}
.promo-row .promotion-rotating-inner .next {
  right: 20px;
}
.promo-row .promotion-rotating-inner .items-wrapper {
  padding: 0 80px;
}

.wcmmode-edit .related-content-scroller .prev,
.wcmmode-edit .related-content-scroller .next,
.wcmmode-design .related-content-scroller .prev,
.wcmmode-design .related-content-scroller .next {
  display: none;
}
.wcmmode-edit .related-content-scroller .related-content-items,
.wcmmode-design .related-content-scroller .related-content-items {
  visibility: visible;
}

.related-content-scroller {
  background: white;
  padding: 70px 100px;
}
.related-content-scroller h2, .related-content-scroller .h2 {
  margin: 0;
  padding: 0 0 25px 0;
  text-align: center;
}
.related-content-scroller .prev {
  left: 40px;
}
.related-content-scroller .next {
  right: 40px;
}
@media (max-width: 768px) {
  .related-content-scroller {
    padding: 70px 60px;
  }
  .related-content-scroller .prev {
    left: 20px;
  }
  .related-content-scroller .next {
    right: 20px;
  }
  .related-content-scroller.active {
    padding: 20px 0;
  }
}

.related-content-scroller-inner {
  overflow: hidden;
}
.related-content-scroller-inner .items {
  font-size: 0;
}
.related-content-scroller-inner .items-wrapper {
  position: relative;
}

.related-content-items {
  visibility: hidden;
}
.related-content-items .related-content-item {
  margin: 0 10px;
}
.related-content-items .imageWrapper {
  background: #dbdcdc;
}
.related-content-items .imageWrapper img {
  max-width: 100%;
}
.related-content-items .text {
  background: white;
  padding: 20px 0;
}
.related-content-items .title h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .related-content-items .title h3 {
    font-size: 18px;
  }
}
.related-content-items .description {
  color: #000014;
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .related-content-items .description {
    display: none;
  }
}
.related-content-items .cta {
  font-size: 16px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.twitter-banner {
  position: relative;
  padding: 40px 97px;
  font-size: 0px;
}
.twitter-banner .twitter-user,
.twitter-banner .tweets-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.twitter-banner .twitter-user {
  width: 40%;
  text-align: center;
}
.twitter-banner .screen-name,
.twitter-banner .original-screen-name {
  color: #000014;
}
.twitter-banner .screen-name-wrapper,
.twitter-banner .profile-image {
  display: inline-block;
  vertical-align: middle;
}
.twitter-banner .screen-name-wrapper {
  margin-left: 20px;
}
.twitter-banner .screen-name {
  font-size: 30px;
  line-height: 1;
}
.twitter-banner .profile-image {
  border: solid 1px #a2aaac;
  border-radius: 5px;
  height: 54px;
  width: 54px;
  padding: 1px;
}
.twitter-banner .profile-image img {
  border-radius: 4px;
}
.twitter-banner .tweets-wrapper {
  width: 60%;
  margin-top: 10px;
  text-align: center;
}
.twitter-banner .original-screen-name {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.twitter-banner .tweet-body {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  position: relative;
}
.twitter-banner .tweet.retweet .tweet-body {
  padding: 0px 30px;
}
.twitter-banner .tweet.retweet .tweet-body:before, .twitter-banner .tweet.retweet .tweet-body:after {
  font-size: 50px;
  display: inline-block;
  position: absolute;
  top: 2px;
  line-height: 1;
  padding: 0px;
  text-align: right;
}
.twitter-banner .tweet.retweet .tweet-body:before {
  content: '\201C';
  left: -5px;
}
.twitter-banner .tweet.retweet .tweet-body:after {
  content: '\201D';
  right: 5px;
}
.twitter-banner .prev {
  left: 40px;
}
.twitter-banner .next {
  right: 40px;
}
@media (max-width: 767px) {
  .twitter-banner {
    padding: 20px 27px;
  }
  .twitter-banner .twitter-user,
  .twitter-banner .tweets-wrapper {
    width: 100%;
  }
  .twitter-banner .screen-name-wrapper {
    display: block;
    margin: 0px;
    margin-top: 10px;
  }
  .twitter-banner .tweets-wrapper {
    margin-top: 10px;
  }
  .twitter-banner .prev {
    left: 10px;
  }
  .twitter-banner .next {
    right: 10px;
  }
}

html.RTL .twitter-banner .screen-name-wrapper {
  margin-right: 20px;
  margin-left: 0;
}

.identity-theft {
  text-align: center;
}

.identity-theft__title {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 69%;
}

.identity-theft__subtitle {
  margin: 0;
  margin-bottom: 10px;
}
.identity-theft__subtitle.bold {
  font-weight: 700;
}

.identity-theft__inner {
  padding: 70px 100px;
}

.identity-theft__form {
  padding: 40px 0;
}
.identity-theft__form .err {
  color: #cc0000;
  display: none;
}

.identity-theft__input-group {
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
}
.identity-theft__input-group input {
  border: 1px solid #a2aaac;
  border-right: 0;
  color: #333333;
  display: table-cell;
  float: left;
  font-size: 16px;
  height: 46px;
  padding-left: 4px;
}
.identity-theft__input-group .btn {
  display: table-cell;
  float: left;
  height: 46px;
}
.identity-theft__input-group p {
  clear: both;
  padding: 0;
  padding-top: 10px;
  text-align: left;
}

.identity-theft__disclaimer {
  color: #3a3a3a;
  margin: 0;
}

@media (max-width: 767px) {
  .identity-theft__inner {
    padding: 70px 20px;
  }

  .identity-theft__title {
    width: 90%;
  }

  .identity-theft__form {
    padding: 20px 0;
  }

  .identity-theft__input-group {
    text-align: left;
    width: 100%;
  }
  .identity-theft__input-group input {
    width: 100%;
    border-right: 1px solid #a2aaac;
  }
  .identity-theft__input-group .btn {
    width: 100%;
  }
}
.dividingline {
  height: 2px;
  background-color: black;
}

/* Text editor styles */
.text-editor .red-dark {
  color: #710013;
}
.text-editor .red-normal {
  color: #bd1032;
}
.text-editor .red-light {
  color: #ed1b2f;
}
.text-editor .orange-dark {
  color: #632000;
}
.text-editor .orange-normal {
  color: #d15821;
}
.text-editor .orange-light {
  color: #e87722;
}
.text-editor .gray-dark {
  color: #000014;
}
.text-editor .gray-normal {
  color: #5b6770;
}
.text-editor .gray-light {
  color: #a2aaad;
}
.text-editor .yellow-dark {
  color: #7D4400;
}
.text-editor .yellow-normal {
  color: #E99b18;
}
.text-editor .yellow-light {
  color: #fdb713;
}
.text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6, .text-editor span, .text-editor p {
  font-weight: 200;
  margin: 0 0 11px 0;
}
.text-editor h1 {
  font-size: 60px !important;
}
.text-editor h2 {
  font-size: 32px !important;
}
.text-editor h3 {
  font-size: 21px !important;
}
.text-editor h4 {
  font-size: 18px !important;
}
.text-editor h5 {
  font-size: 16px !important;
}
.text-editor h6 {
  font-size: 14px !important;
}
.text-editor p {
  font-size: 16px;
}
.text-editor h1 span, .text-editor h2 span, .text-editor h3 span, .text-editor h4 span, .text-editor h5 span, .text-editor h6 span {
  font-size: inherit !important;
}

/* HERO BANNER */
.hero-static {
  overflow: hidden;
}
.hero-static .hero-static-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper {
    height: 320px;
  }
}
.hero-static .hero-static-wrapper .text {
  text-align: left;
  padding: 30px;
  color: white;
  bottom: 0;
  right: auto;
  top: auto;
  width: 65%;
  position: absolute;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper .text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-static .hero-static-wrapper .text h1, .hero-static .hero-static-wrapper .text h2, .hero-static .hero-static-wrapper .text h3 {
  font-size: 58px;
  padding: 0;
  margin: 0;
  line-height: 1;
  min-height: 24px;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper .text h1 {
    font-size: 32px !important;
    line-height: 1.125;
  }
}
.hero-static .hero-static-wrapper .text h3 {
  margin-top: 5px;
  text-shadow: none !important;
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper .text h3 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.hero-static .hero-static-wrapper .text h3.text-gray-light {
  color: #dbdcdc;
  margin-top: 5px;
  text-shadow: none !important;
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper .text h3.text-gray-light {
    font-size: 16px;
    line-height: 1.25;
  }
}
.hero-static .hero-static-wrapper .text h3.text-white {
  color: white;
  margin-top: 5px;
  text-shadow: none !important;
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper .text h3.text-white {
    font-size: 16px;
    line-height: 1.25;
  }
}
.hero-static .hero-static-wrapper .text .text-editor {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 8px;
}
.hero-static .hero-static-wrapper .text .text-editor span {
  font-size: 24px;
  line-height: 1.2em;
}
.hero-static .hero-static-wrapper .text .hgroup span {
  font-weight: bold;
  font-family: 'Mark for MC';
  font-size: 16px;
}
.hero-static .hero-static-wrapper .text .hgroup .postedOn {
  border-left: 2px solid white;
  margin-left: 5px;
  padding-left: 7px;
}
.hero-static .hero-static-wrapper .text .hgroup span.text-gray-light {
  color: #dbdcdc;
  font-weight: bold;
  font-family: 'Mark for MC';
  font-size: 16px;
}
.hero-static .hero-static-wrapper .text .hgroup .postedOn .text-gray-light {
  color: #dbdcdc;
  border-left: 2px solid white;
  margin-left: 5px;
  padding-left: 7px;
}
.hero-static .hero-static-wrapper .text .hgroup span.text-white {
  color: white;
  font-weight: bold;
  font-family: 'Mark for MC';
  font-size: 16px;
}
.hero-static .hero-static-wrapper .text .hgroup .postedOn .text-white {
  color: white;
  border-left: 2px solid white;
  margin-left: 5px;
  padding-left: 7px;
}
.hero-static .hero-static-wrapper .text span.inlineElm {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: uppercase;
  background: black;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-static .hero-static-wrapper .text a {
  color: #fff;
}
.hero-static .hero-static-wrapper .image {
  display: block;
  text-align: center;
}
.hero-static .hero-static-wrapper .image img {
  max-width: none;
  left: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
}
@media (max-width: 767px) {
  .hero-static .hero-static-wrapper .image img {
    height: 100%;
  }
}

.authorbio {
  margin: 24px 100px;
  height: 212px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .authorbio {
    margin: 24px;
  }
}
.authorbio .experts-bio {
  height: 212px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.authorbio .experts-bio .col-xs-4, .authorbio .experts-bio .col-xs-8 {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: auto;
}
.authorbio .experts-bio .col-xs-4 {
  width: 315px;
}
.authorbio .experts-bio.light_gray_background {
  background: #e6e6e7;
}
.authorbio .experts-bio p, .authorbio .experts-bio .text-editor {
  overflow: hidden;
  margin: 15px 0 0;
  max-height: 92px;
}
.authorbio .experts-bio p p, .authorbio .experts-bio p span, .authorbio .experts-bio .text-editor p, .authorbio .experts-bio .text-editor span {
  margin: 0;
}
.authorbio .experts-bio .image {
  overflow: hidden;
  height: 212px;
}
.authorbio .experts-bio .image a {
  width: 100%;
}
.authorbio .experts-bio .image img {
  width: 100%;
}
.authorbio .experts-bio a, .authorbio .experts-bio h3 {
  font-size: 24px;
  margin: 0 5px 0 0;
  display: inline-block;
  color: black;
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}
.authorbio .experts-bio .text {
  padding: 20px 24px;
}

@media (max-width: 767px) {
  .authorbio {
    margin-left: 20px;
    margin-right: 20px;
  }
  .authorbio .experts-bio {
    height: auto;
  }
  .authorbio .experts-bio .col-xs-4, .authorbio .experts-bio .col-xs-8 {
    display: block;
    width: 100% !important;
  }
  .authorbio .experts-bio .col-xs-4 .image, .authorbio .experts-bio .col-xs-8 .image {
    height: auto;
  }
}
/* Filter component */
.row.filter-container {
  background: #e6e6e7;
  /* submit and reset buttons */
}
.row.filter-container .filter-primary {
  display: inline-block;
}
.row.filter-container .filter-content-wrapper {
  display: block;
  width: 100%;
}
.row.filter-container .filter-content-wrapper .filter-content {
  display: inline-block;
  padding: 25px 0 25px 25px;
}
.row.filter-container .filter-content-wrapper .filter-content:last-child {
  padding-right: 25px;
}
.row.filter-container .filter-content-wrapper .filter-content .content-wrapper {
  display: block;
}
.row.filter-container .filter-content-wrapper .filter-content .content-wrapper label {
  color: #464647;
}
.row.filter-container .filter-content-wrapper .filter-content .content-wrapper label span.labelValue {
  word-wrap: normal;
  white-space: nowrap;
}
.row.filter-container .filter-content-wrapper .filter-content .content-wrapper .select-wrapper {
  min-width: 129px;
  display: inline-block;
  max-width: 230px;
}
.row.filter-container .submit-filter {
  display: inline-block;
  padding: 0 25px 25px 25px;
}
.row.filter-container .submit-filter input {
  background-color: #5b6870;
  border: 0;
  margin: 0;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  font-weight: bold;
}
.row.filter-container .submit-filter a {
  padding-left: 15px;
  color: #30a6aa;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.event-listing .filter-primary {
  width: 63%;
  float: left;
  border-right: 1px solid #d9d7d7;
}

.event-listing .filter-secondary {
  padding: 25px;
  width: 33%;
  display: inline-block;
  border-left: 1px solid #d9d7d7;
}

@media (min-width: 320px) and (max-width: 767px) {
  .filter-container .filter-primary {
    width: 100%;
  }
  .filter-container .filter-primary .filter-content-wrapper .filter-content {
    width: 100%;
    padding: 25px 25px 0px;
  }
  .filter-container .filter-primary .filter-content-wrapper .filter-content label {
    width: 100%;
  }
  .filter-container .filter-primary .filter-content-wrapper .filter-content .content-wrapper .select-wrapper.customdropdown {
    width: 100%;
    max-width: 767px;
  }
  .filter-container .filter-primary .submit-filter {
    width: 100%;
    padding: 25px 25px;
    text-align: center;
  }
  .filter-container .filter-primary .submit-filter a.resetFilter {
    padding: 25px 25px 0px;
    display: inline-block;
  }
  .filter-container .filter-secondary {
    width: 100%;
  }
}
/* EVENT LISTING */
#gridContainer {
  margin: 0 auto;
  padding: 30px;
}
#gridContainer .prod_title {
  margin: 15px 0;
  text-align: center;
}
#gridContainer .btnHolder {
  text-align: center;
  clear: both;
}
#gridContainer .btnHolder .viewmore, #gridContainer .btnHolder .nomore {
  background-color: #5b6870;
  border: none;
  margin: 0;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  display: inline-block;
}
#gridContainer .btnHolder .nomore {
  background-color: #EFF1F0;
  cursor: context-menu;
}
#gridContainer .btnHolder .resultcount {
  padding: 15px 0px;
  clear: both;
  font-size: 20px;
}

.gridTable {
  padding: 24px 0px;
  overflow-x: auto;
}
.gridTable .tableHead ul, .gridTable .tableContent .contentRow {
  border-bottom: 2px solid #d4d4d4;
  table-layout: fixed;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  min-width: 850px;
}
.gridTable .tableHead ul .evt_img, .gridTable .tableHead ul .evt_name, .gridTable .tableContent .contentRow .evt_img, .gridTable .tableContent .contentRow .evt_name {
  width: 180px;
}
.gridTable .tableHead ul .evt_img img, .gridTable .tableHead ul .evt_name img, .gridTable .tableContent .contentRow .evt_img img, .gridTable .tableContent .contentRow .evt_name img {
  width: 100%;
}
.gridTable .tableHead ul > div, .gridTable .tableHead ul li, .gridTable .tableContent .contentRow > div, .gridTable .tableContent .contentRow li {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px 0px 0;
}
.gridTable .tableContent .contentRow {
  padding: 20px 0px;
}
.gridTable .tableContent .contentRow.animate {
  opacity: 0;
}
.gridTable .tableContent .contentRow .evt_name {
  color: #00b4b5;
  font-weight: bold;
}
.gridTable .tableHead ul {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px;
}
.gridTable .tableHead ul .gridsorting:after {
  content: "";
  width: 11px;
  height: 14px;
  display: inline-block;
  background: url("../../../../../content/dam/public/enterprise/resources/images/arrows/arrows-sort.png");
  position: relative;
  left: 5px;
  top: 2px;
}
.gridTable .tableHead ul .gridsorting.asc:after {
  background-position: 11px 0;
}
.gridTable .tableHead ul .gridsorting.dsc:after {
  background-position: 22px 0;
}

.noresults {
  text-align: center;
}
.noresults h2 {
  padding: 10px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #gridContainer {
    padding-left: 0;
    padding-right: 0;
  }
  #gridContainer .gridTable .tableHead ul, #gridContainer .gridTable .tableContent .contentRow {
    width: 708px;
    min-width: 780px;
  }
  #gridContainer .gridTable .tableHead ul .evt_img, #gridContainer .gridTable .tableHead ul .evt_name, #gridContainer .gridTable .tableContent .contentRow .evt_img, #gridContainer .gridTable .tableContent .contentRow .evt_name {
    width: 150px;
  }
}
/* ARTICLE/BLOG LISTING */
.listing-primary {
  margin: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .listing-primary {
    margin: 0;
  }
}
.listing-primary .content-wrapper {
  text-align: left;
  font-size: 0;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .listing-primary .content-wrapper {
    margin-left: auto;
  }
}
.listing-primary .content-wrapper .content {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .listing-primary .content-wrapper .content {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.listing-primary .content-wrapper .content > a {
  display: block;
  max-height: 300px;
  overflow: hidden;
}
.listing-primary .content-wrapper .content > a img {
  width: 100%;
}
@media (max-width: 767px) {
  .listing-primary .content-wrapper .content {
    width: 100%;
  }
}
.listing-primary .content-wrapper .content .title {
  font-size: 24px;
  color: #00b4b5;
  font-family: "Mark for MC";
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.listing-primary .content-wrapper .content .analyst {
  margin-right: 8px;
}
.listing-primary .content-wrapper .content .date {
  padding-left: 8px;
  text-decoration: none;
}
.listing-primary .content-wrapper .content a {
  text-decoration: none;
}
.listing-primary .content-wrapper .content .caption-content span {
  border-left: 1px solid #c7c6c6;
}
.listing-primary .content-wrapper .content .caption-content span:first-child {
  border-left: none;
  padding: 0;
}
.listing-primary .caption-content > span {
  font-size: 14px;
  color: #969696;
}

@media (max-width: 767px) {
  .listing-primary .content-wrapper .content > a {
    max-height: none;
  }
}
/* SOLUTION/PRODUCT LISTING */
.productListing {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.productListing .content-wrapper {
  text-align: left;
  margin: 0 auto;
  display: block;
  font-size: 0;
  padding: 40px 60px 0px 60px;
}
.productListing .content-wrapper .content {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 45px;
  padding: 10px;
  vertical-align: top;
}
.productListing .content-wrapper .content .title-container {
  margin: 8px 0 8px 0;
}
.productListing .content-wrapper .content .caption {
  font-size: 21px;
  color: #00b4b5;
  font-weight: bold;
}
.productListing .content-wrapper .content .description {
  margin-right: 8px;
  font-size: 16px;
}
.productListing .content-wrapper .content img {
  width: 100%;
}

@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .productListing .content-wrapper .content {
    width: 100%;
    display: block;
    padding: 0px;
  }

  .productListing .content-wrapper {
    padding: 0 25px;
  }

  #gridContainer .prod_title {
    margin-top: 0px;
  }
}
#regbox {
  position: relative;
  background-color: #e6e6e7;
  max-width: 100%;
  min-width: 320px;
  padding-bottom: 25px;
  min-height: 46px;
}
#regbox h1, #regbox h2 {
  font-size: 36px;
  line-height: 1.09em;
  padding: 17px 0 0 0;
  margin: 0;
}
#regbox h3 {
  margin: 0;
}
#regbox .thanks {
  font-size: 28px;
  width: 100%;
  padding: 80px 25px 25px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
#regbox .thanks h3 {
  font-size: 28px;
  width: 100%;
  display: block;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
}

.center {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
}

.errorMsg {
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
  background-color: red;
  height: auto;
  font-weight: 500;
  width: 100%;
}

.global-error {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  background-color: red;
  height: auto;
  font-weight: 500;
  width: 95%;
  display: block;
  line-height: 24px;
}

#reqd {
  font-size: 14px;
  margin-top: 9px;
}

.red {
  color: red;
}

#fields {
  margin-top: 23px;
}

.inpField {
  height: 41px;
  font-size: 20px;
  padding: 10px;
  background-color: white;
  margin-bottom: 23px;
  font-weight: 500;
  position: relative;
  width: 100%;
}

.inpField .inputfield {
  height: 41px;
  border: none;
  font-size: 20px;
  padding: 10px;
  font-weight: 500;
  width: 100%;
}

.inpField .placeholder {
  font-size: 24px;
  padding: 6px 0 0 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #929292;
}

.inpField input, .inpField label, .inpField select {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.dropdownclass {
  height: 41px;
  font-size: 23px;
  border: none;
}

.bStyle {
  background-color: #5b6870;
  border: 0;
  margin: 0;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  font-weight: bold;
}

.inpField .placeholderSel {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #929292;
}

a.thanks-btn {
  margin: 0 auto;
  display: block;
  width: auto;
  background-color: #5b6870;
  border: 0;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  display: table;
}

a.thanks-btn:link, a.thanks-btn:visited, a.thanks-btn:hover, a.thanks-btn:active {
  color: #fff;
  text-decoration: none;
}

.ltext {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 4px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #regbox h1, #regbox h2 {
    font-size: 25px;
  }
  #regbox .thanks {
    padding: 25px 25px 0px;
  }
  #regbox input.eventRegister.bStyle {
    margin: 0 auto;
    display: block;
  }
}
.staticLocationImg {
  text-align: center;
}
.staticLocationImg img {
  width: 100%;
}

.jssor-container {
  margin: 48px auto;
  border: 1px solid #b7b7b7;
  height: 720px;
  width: 865px;
  overflow: hidden;
  padding: 40px 0 60px;
  /* Video */
}
.jssor-container .jssort-wrapper {
  margin: 0 auto;
}
.jssor-container .jssora11l, .jssor-container .jssora11r {
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
  margin-top: -16px;
  background: url("../../../../../content/dam/public/enterprise/resources/images/arrows/arrow-left-teal.png") no-repeat;
  background-position: 12px 8px;
  left: -45px;
}
.jssor-container .jssora11r {
  background: url("../../../../../content/dam/public/enterprise/resources/images/arrows/arrow-right-teal.png") no-repeat;
  background-position: 12px 8px;
  left: auto;
  right: -45px;
}
.jssor-container .jssora05l, .jssor-container .jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../../../../../content/dam/public/enterprise/resources/images/arrows/gallery-spritearrow-left-right.png") no-repeat;
  overflow: hidden;
  background-position: -10px -40px;
  left: 35px;
  top: 58%;
  margin-top: -20px;
}
.jssor-container .jssora05l:hover, .jssor-container .jssora05r:hover {
  background-position: -130px -40px;
}
.jssor-container .jssora05l.jssora05ldn, .jssor-container .jssora05r.jssora05ldn {
  background-position: -250px -40px;
}
.jssor-container .jssora05r {
  background-position: -70px -40px;
  right: 35px;
  left: auto;
}
.jssor-container .jssora05r:hover {
  background-position: -190px -40px;
}
.jssor-container .jssora05r.jssora05rdn {
  background-position: -310px -40px;
}
.jssor-container .jssort07 {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -57px;
}
.jssor-container .jssort07 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 93px;
}
.jssor-container .jssort07 .p .i {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 93px;
}
.jssor-container .jssort07 .p .i .videoico {
  width: 38px;
  height: 38px;
  position: absolute;
  margin: -19px 0px 0px -19px;
  left: 50%;
  top: 50%;
  background: url("../../../../../content/dam/public/enterprise/resources/images/buttons/video-btn-on-small.png") no-repeat 0 0;
}
.jssor-container .jssort07 .p .o {
  position: absolute;
  box-sizing: content-box;
  transition: border-color .6s;
}
.jssor-container .jssort07 .p:hover .i {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.jssor-container .jssort07 .p:hover .o {
  transition: none;
}
.jssor-container .jssort07 .p.pdn .o {
  border-color: #0099ff;
}
.jssor-container .jssort07 .p.pav .i:after {
  background: #000;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.jssor-container .jssort07 .p.pav .o {
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: -19px 0px 0px -19px;
  background: url("../../../../../content/dam/public/enterprise/resources/images/icons/tick.png") no-repeat;
}
.jssor-container .jssort-container {
  position: relative;
  height: 520px;
  margin: 0 auto;
}
.jssor-container .jssort-slides {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 520px;
  overflow: hidden;
  padding-bottom: 100px;
}
.jssor-container .jssort-slides > div {
  padding-bottom: 100px;
}
.jssor-container .slide-desc {
  margin-bottom: 10px;
  height: 90px;
  text-overflow: ellipsis;
  max-height: 200px;
  display: block;
  background: #fff;
  overflow: hidden;
}
.jssor-container .slide-desc span {
  display: block;
  max-height: 49px;
  overflow: hidden;
  display: block;
}
.jssor-container .slide-desc h3 {
  color: #06b3af;
  font-weight: bold;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 27px;
  margin-top: 0px;
}
.jssor-container .slide-desc.mobile {
  display: none;
}
.jssor-container .image {
  height: 380px;
  overflow: hidden;
}
.jssor-container .videoholder {
  position: relative;
}
.jssor-container .videoholder .videoCover {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1;
}
.jssor-container .videoholder .videoCover .videobutton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  width: 130px;
  height: 130px;
  background: url("../../../../../content/dam/public/enterprise/resources/images/buttons/video-btn-on.png") no-repeat 0 0;
}
.jssor-container .videoholder .slide-content {
  padding: 0px !important;
}

.jssor-container_author iframe {
  display: none;
}

.jssor-container_author .slide-holder div[u="thumb"] {
  display: none;
}
.jssor-container_author .slide-desc.mobile {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .jssor-container {
    width: auto;
    border: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .jssor-container .jssort07 {
    bottom: -60px;
    left: -1px;
  }
}
@media (min-width: 768px) {
  .jssor-container .jssort-wrapper {
    width: 659.5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jssor-container {
    height: 400px;
    width: auto;
    border: none;
  }
  .jssor-container .jssort-container, .jssor-container .jssort-slides {
    height: 300px;
  }
  .jssor-container .jssort-slides {
    padding-bottom: 0px;
  }
  .jssor-container .jssort-wrapper {
    margin: 0 auto;
  }
  .jssor-container .slide-desc {
    display: none;
  }
  .jssor-container .slide-desc span {
    display: block;
    max-height: 42px;
    overflow: hidden;
  }
  .jssor-container .slide-desc h3 {
    color: #06b3af;
    font-weight: bold;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .jssor-container .slide-desc.mobile {
    display: block;
  }
  .jssor-container .slide-desc.mobile h3 {
    margin: 5px 0px;
    font-size: 14px;
  }
  .jssor-container .slide-desc.mobile span {
    font-size: 12px;
    max-height: 36px;
  }
  .jssor-container .image {
    height: 141px;
    overflow: hidden;
  }
  .jssor-container .jssort07 {
    bottom: 0px;
  }
  .jssor-container .jssort07 .p {
    width: 90px;
    height: 50px;
  }
  .jssor-container .jssort07 .p .i, .jssor-container .jssort07 .p .o {
    width: 90px;
    height: 50px;
  }
  .jssor-container .jssort07 .p .i .videoico {
    width: 26px;
    height: 26px;
    margin: -13px 0px 0px -13px;
    background-size: 100%;
  }
  .jssor-container .jssort07 .p .i .videoico:after {
    width: 14px;
    height: 18px;
    margin: -9px 0px 0px -7px;
    background-size: 100%;
    left: 60%;
    top: 50%;
  }
  .jssor-container .jssort07 .p.pav .o {
    width: 26px;
    height: 26px;
    margin: -13px 0px 0px -13px;
    background-size: 100%;
  }
  .jssor-container .slide-content {
    padding: 0 40px;
  }
  .jssor-container .jssora05l {
    background: url("../../../../../content/dam/public/enterprise/resources/images/arrows/arrow-left-teal.png") no-repeat 12px 8px;
    margin: 0px;
    left: 1px;
    top: 60px;
  }
  .jssor-container .jssora05l:hover {
    background-position: 12px 8px;
  }
  .jssor-container .jssora05r {
    background: url("../../../../../content/dam/public/enterprise/resources/images/arrows/arrow-right-teal.png") no-repeat 12px 8px;
    right: -2px;
    top: 60px;
    margin: 0px;
  }
  .jssor-container .jssora05r:hover {
    background-position: 12px 8px;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .jssor-container {
    height: 500px;
  }
  .jssor-container .jssort-container, .jssor-container .jssort-slides {
    height: 400px;
  }
  .jssor-container .image {
    height: 210px;
  }
  .jssor-container .jssort07 .p {
    width: 120px;
    height: 68px;
  }
  .jssor-container .jssort07 .p .i, .jssor-container .jssort07 .p .o {
    width: 120px;
    height: 68px;
  }
  .jssor-container .jssora05l, .jssor-container .jssora05r {
    top: 95px;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .jssor-container .jssort07 {
    bottom: -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jssor-container .videoholder .videoCover .videobutton {
    margin: -19px 0 0 -19px;
    width: 38px;
    height: 38px;
    background-size: 100%;
  }
}
/* IE fix */
.ie .jssor-container .jssort-slides, .ie .jssor-container .jssort07, .ie .jssor-container .jssort-wrapper {
  width: 660px;
}

.akamaiPlayerContainer {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.akamaiPlayerContainer .AkamaiPlayer {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.akamaiPlayerContainer .AkamaiPlayer .akamai-video {
  height: 0;
}
.akamaiPlayerContainer .amp-close {
  background: url("../../../../../content/dam/public/enterprise/resources/images/buttons/black-trasnparent.png") repeat 0 0;
  color: #a2aaac;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  position: absolute;
  text-align: right;
  top: 30px;
  vertical-align: middle;
  width: 100%;
  z-index: 9;
}
.akamaiPlayerContainer .amp-close img {
  margin: 0 10px;
}
.akamaiPlayerContainer .amp-poster {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.akamaiPlayerContainer .amp-poster img {
  max-width: none;
}
.akamaiPlayerContainer .amp-poster .amp-video-btn {
  background: transparent url("../../../../../content/dam/public/enterprise/resources/images/buttons/video-btn-off.png") no-repeat;
  background-position: center center;
  filter: alpha(opacity=50);
  opacity: .5;
  width: 100%;
  height: 130px;
  cursor: pointer;
  top: 50%;
  left: 0;
  margin-top: -65px;
  position: absolute;
  z-index: 9;
}
.akamaiPlayerContainer .amp-poster .amp-video-btn:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}

.jssor-container .AkamaiPlayer {
  width: 100% !important;
  height: 100% !important;
}

.jssor-container .akamaiPlayerContainer {
  height: 100% !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .akamaiPlayerContainer {
    height: 320px;
  }
  .akamaiPlayerContainer .amp-poster {
    height: 320px;
  }
  .akamaiPlayerContainer .amp-poster .amp-video-btn {
    background-size: 60px;
  }
  .akamaiPlayerContainer .amp-close {
    display: none !important;
  }

  .jssor-container .akamaiPlayerContainer .amp-poster {
    height: 100% !important;
  }
}
.akamaiFormError {
  color: red;
  display: none;
}

#akamaiSuccessMessage {
  display: none;
  color: red;
  padding-left: 30px;
}

.akamaiLabel {
  display: inline-block;
  width: 200px;
}

#akamaiMetaDataForm {
  padding: 30px;
}

.akamaivideometadata input {
  min-width: 500px;
}

@-moz-document url-prefix() {
  .akamaiPlayerContainer .amp-close {
    background: #000;
  }
}

html.RTL .mob-refresh-icon {
  padding: 0 10px 1px 0;
}

html.RTL .arithmetic-inline {
  float: right;
  padding: 0.5em;
}

@media only screen and (max-width: 768px) {
  html.RTL .mob-refresh-icon {
    left: 0;
    right: auto;
  }
}
.arithmetic-inline {
  display: inline-block;
  width: 8%;
  font-size: 17px;
}

.mob-refresh-icon {
  margin: 0 0 14px 10px;
}

.mob-refresh-icon:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.mcform__field .mcform__input.captchaField {
  display: inline-block;
  width: 51%;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .arithmetic-inline {
    width: 10%;
  }

  .mcform__field .mcform__input.captchaField {
    display: inline-block;
    width: 49%;
  }

  .mcform__field .mcform__input.captchaField .mcform__input {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .arithmetic-inline {
    display: inline-block;
    float: left;
    width: 11%;
  }

  .mob-refresh-icon {
    position: absolute;
    top: 0;
    right: 0;
  }

  .mcform__field .mcform__input .arform__input {
    width: 85%;
    float: left;
  }

  .captchaparsys .mcform__field {
    min-height: 82px;
  }

  .mcform__field .mcform__input.captchaField {
    position: relative;
  }

  .mcform__field .mcform__input.captchaField .mcform__input {
    width: 88%;
  }
}
.mcform__field.validatr-error .mcform__input {
  border-color: transparent !important;
}

.captchaparsys .mcform__field {
  min-height: 55px;
}

@media only screen and (max-width: 640px) {
  .arithmetic-inline {
    width: 15%;
  }

  .mcform__field .mcform__input.captchaField {
    width: 85%;
  }

  .mcform__field .mcform__input.captchaField .mcform__input {
    width: 84%;
  }
}
@media only screen and (max-width: 480px) {
  .arithmetic-inline {
    width: 20%;
  }

  .mcform__field .mcform__input.captchaField {
    width: 80%;
  }
}
.recaptcha-feedback {
  box-shadow: grey 0px 0px 5px;
  position: fixed;
  right: -186px;
  transition: right 0.3s ease;
  width: 256px;
  height: 60px;
  top: 494px !important;
  z-index: 1;
}

.recaptcha {
  box-shadow: grey 0px 0px 5px;
  position: fixed;
  right: -186px;
  transition: right 0.3s ease;
  width: 256px;
  height: 60px;
  bottom: 45px !important;
  z-index: 1;
}

.recaptcha-rtl {
  right: auto !important;
  left: -186px !important;
  z-index: 1;
}
