﻿/* No JavaScript */
.no-js {
  visibility: hidden;
}
.js #header_noscript {
  display: none;
}
.no-js #header_noscript {
  visibility: visible;
  margin: 20px;
  padding: 20px;
  text-align: center;
  background-color: #FFFFFF;
  color: #c00;
  font: bold 150% Verdana;
  border: 3px solid #c00;
}
/* Test Mode */
#testModeBox {
  z-index: 999;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #c00;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#testModeBox a {
  color: #ffffff;
}
/*********** TYPOGRAPHY **********/
.page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 23px;
}
.page-instructions {
  padding: 20px 30px;
}
/*.lead {
  margin-bottom: @line-height-computed;
  font-size: floor((@font-size-base * 1.15));
    font-weight: normal;
  line-height: 1.4;

  @media (min-width: @screen-sm-min) {
    font-size: (@font-size-base * 1.15);
  }
}*/
small,
.small {
  font-size: 87.5%;
}
abbr[title] {
  text-decoration: none;
}
table .checkbox-inline input {
  margin-top: 1px;
}
.has-error .radio label,
.has-error .radio-inline,
.has-error .checkbox label,
.has-error .checkbox-inline {
  color: #414042;
}
.has-error .isErrorHolder .isError {
  color: #c00;
}
.alert {
  font-weight: bold;
}
.hilite {
  color: #c00;
  font-weight: bold;
}
.hilite_stop {
  color: #c00;
  font-weight: bold;
}
.hilite_go {
  color: #3c763d;
  font-weight: bold;
}
.isBold {
  font-weight: bold;
}
.isRequired {
  color: #c00;
  font-weight: bold;
}
/*label.isRequired:after {
  content: "*";
  color: @state-danger-text;  
  margin-right: -10px;
}*/
.has-error .isRequired {
  color: #c00;
}
/*********** END TYPOGRAPHY **********/
/*********** BUTTONS **********/
.btn {
  transition: all 0.2s ease-out;
}
.btn-lg {
  border-radius: 6px;
}
.btn:focus,
.btn:active:focus {
  outline: 0 none;
}
.btn-row {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
}
.btn-row > li {
  margin-bottom: 7px;
}
/*********** END BUTTONS **********/
/*********** FORMS **********/
.isErrorHolder .isError {
  padding-left: 0;
  margin-top: 5px;
  color: #c00;
}
.item-error {
  color: #c00;
  display: block;
  font-weight: normal;
}
.form-control[readonly] {
  border: 0 none;
  background-color: transparent;
  box-shadow: none;
}
.form-horizontal .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group .checkbox-inline img {
  max-height: 34px;
}
.has-feedback input ~ .form-control-feedback {
  top: 9px;
}
.form-striped > div:nth-child(even) {
  background-color: #f9f9f9;
}
.checkbox-inline.isInputLabel,
.radio-inline {
  font-weight: bold;
}
.demo-question {
  margin-top: 20px;
}
.demo-question .demo-question-text {
  margin-bottom: 0;
}
.required-icon {
  font-weight: bold;
  color: #c00;
}
.required-icon:before {
  content: "\2A";
}
label .required-icon {
  display: inline-block;
  margin-right: -10px;
  padding-left: 5px;
}
textarea.isError,
select.isError,
input[type="text"].isError,
input[type="password"].isError,
input[type="datetime"].isError,
input[type="datetime-local"].isError,
input[type="date"].isError,
input[type="month"].isError,
input[type="time"].isError,
input[type="week"].isError,
input[type="number"].isError,
input[type="email"].isError,
input[type="url"].isError,
input[type="search"].isError,
input[type="tel"].isError,
input[type="color"].isError {
  background-color: #ff9999;
}
label.isError {
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  color: #c00;
  padding-left: 10px;
  display: block;
}
.isErrorHolder .isError {
  padding-left: 0;
  margin-top: 5px;
  color: #c00;
}
.isComment {
  font-style: italic;
  font-size: 13px;
  display: inline-block;
  padding-top: 6px;
  padding-left: 1px;
}
.checkbox ~ .isComment,
.checkbox ~ .isErrorHolder {
  margin-left: 20px;
}
.item-error {
  color: #c00;
  display: block;
  font-weight: normal;
}
/* Items */
.section-desc {
  display: block;
  margin-bottom: 20px;
}
.radio .isItemMainText,
.checkbox .isItemMainText {
  font-weight: bold;
}
.isItemInfo {
  font-size: 13px;
  padding-left: 40px;
  margin-bottom: 0;
}
/*.item-row > div {
    margin-top: 0;
    margin-bottom: 0;
    }*/
.isItemMainTextDimmed {
  color: #888888;
  font-weight: bold;
}
.isItemComment {
  font-size: 13px;
  padding-left: 20px;
  font-style: italic;
}
.isItemDesc {
  font-size: 13px;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-left: 40px;
}
.isItemQuotaMsg {
  margin-left: 20px;
  font-weight: bold;
  padding-top: 0;
}
.isItemContent {
  padding-left: 20px;
}
.isItemContent .isErrorHolder {
  padding-left: 20px;
}
/* Price Grid */
/* Create three columns of equal width */
.price-grid .columns {
  float: left;
  width: 100%;
  padding: 8px;
}
/* Style the list */
.price-grid {
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.price-grid .price-grid-item {
  border-radius: 0;
  flex: 1 auto;
  margin-right: 10px;
}
.price-grid .price-grid-item.price-grid-feature-list {
  flex: 0.5 auto;
  /*JWP: I prefer this to 1 0. Need space for labels */
  border-color: #ffffff;
  width: 25%;
}
.price-grid .price-grid-item.price-grid-feature-list .panel {
  box-shadow: none;
}
.price-grid .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.price-grid .priceDesc {
  list-style-type: none;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
/* Add shadows on hover */
/*.price-grid-item:hover {
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price-grid-item.price-grid-feature-list:hover {
    box-shadow: none;
}*/
/* Pricing header */
.price-grid .panel > .panel-heading {
  border-radius: 0;
  padding: 10px 8px;
}
.price-grid .price-grid-item .panel > .panel-heading {
  background-color: #1a6ed5;
}
.price-grid .price-grid-item .panel > .panel-heading > .panel-title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.price-grid .price-grid-item.price-grid-feature-list .panel > .panel-heading {
  background-color: #fff;
}
.price-grid .price-grid-item .panel > .panel-body {
  padding: 20px 8px;
}
.price-grid .priceDesc .header {
  background-color: #fff;
  color: #111;
  font-size: 25px;
}
/* List items */
.price-grid .price-grid-item .list-group > .list-group-item {
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
}
.price-grid .placeholder {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.price-grid .priceDesc li {
  border-bottom: 1px solid #eee;
  padding: 21.3px;
  text-align: center;
  font-size: 12px;
}
.price-grid .priceDescEX {
  /*  border-bottom: 1px solid #eee;*/
  padding: 5px !important;
  /*  text-align: center;
        font-size: 12px;*/
}
.price-grid .priceDescEX .italic {
  font-style: italic;
}
.price-grid .x-mark {
  font-weight: bold;
  /*color:red;*/
}
/* Grey list item */
.price-grid .item-price {
  background-color: #eee;
}
.price-grid .price-grid-item.price-grid-feature-list .panel > .item-price {
  background-color: #fff;
}
.price-grid .item-price > .prtier {
  font-size: 20px;
}
/* price grid item footer */
.price-grid-item .panel > .panel-footer {
  padding: 0.8em;
  border-top: 1px solid #ccc;
  border-radius: 0;
}
.price-grid-item.price-grid-feature-list .panel > .panel-footer {
  background-color: #ffffff;
  border-top: 0 none;
}
.panel-footer input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.6);
  /* IE */
  -moz-transform: scale(1.6);
  /* FF */
  -webkit-transform: scale(1.6, 1.6);
  /* Safari and Chrome */
  -o-transform: scale(1.6);
  /* Opera */
  padding: 10px 8px;
}
.panel-desc-content {
  padding: 10px 8px;
}
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media all and (max-width: 767px) {
  .price-grid {
    flex-wrap: wrap;
  }
  .price-grid-item {
    display: block;
    width: 100%;
  }
  .price-grid-feature-list {
    display: none;
  }
  .price-grid-item .list-group > .list-group-item {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*********** END FORMS **********/
/*********** TABLES **********/
.item-table {
  margin-top: 6px;
}
.table > tfoot > tr > td {
  border: 0 none;
}
.table > tfoot > tr:first-child > td {
  border-top: 2px solid #ddd;
}
.table-lookup > tbody > tr > td,
.table-results > tbody > tr > td {
  vertical-align: middle;
}
.table-search-results.table > thead > tr > th,
.table-search-results.table > tbody > tr > th,
.table-search-results.table > tfoot > tr > th,
.table-search-results.table > thead > tr > td,
.table-search-results.table > tbody > tr > td,
.table-search-results.table > tfoot > tr > td {
  vertical-align: middle;
}
.dateTable {
  width: auto;
  margin: 0 0 1.25em;
}
.dateTable tbody tr:last-child {
  border-bottom: none;
}
.dateTable td {
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
}
.dateTable td:last-child,
.dateTable td.last {
  text-align: left;
}
.col-select input,
.col-select label {
  margin-left: 15px;
}
/*********** END TABLES **********/
/*********** PAGE LAYOUT **********/
html {
  height: 100%;
  font-size: 87.5%;
  /* 14px */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.no-bg {
  background: none;
  background-color: #ffffff;
}
body.dt-print-view {
  background: none;
  background-color: #fff;
}
.page-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}
#container {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.content-wrapper {
  background-color: #ffffff;
}
.content-wrapper:before,
.content-wrapper:after {
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.main-content {
  padding: 20px 30px;
  min-height: 350px;
}
/* Header */
header {
  padding: 0;
}
.page-header {
  margin-top: 20px;
  background-color: #20b9cb;
  padding: 15px;
  border-radius: 4px;
  border-bottom: 2px solid #20b9cb;
}
.page-header h1 {
  margin: 0;
  padding: 0;
}
.show_info {
  display: none;
  font-size: 15px;
  font-weight: bold;
  color: #740275;
}
#msg_countdown {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0.5em;
}
.header_countdown-textarea {
  margin: 20px 0;
}
.logo_image,
#logoimg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* Footer */
.footer-info-seals {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
  margin: 10px 0;
}
#footer_cdsinfo {
  padding-top: 20px;
}
#footer_banner {
  display: inline-block;
  margin: 20px auto;
}
.support-text {
  font-size: 13px;
  font-weight: bold;
}
.tech-support a {
  text-decoration: underline;
}
#EventInformation,
#CancellationPolicy {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer {
  padding: 2em;
  font-size: 13px;
  margin-top: 50px;
  background-color: #eeeeee;
}
footer .fa {
  font-size: 2.75em;
}
.footer-content {
  text-align: center;
  font-size: 13px;
}
#footer_cdsinfo {
  padding-top: 20px;
}
#footer_banner {
  display: inline-block;
  margin: 20px auto;
}
.support-text {
  font-size: 13px;
  font-weight: bold;
}
.tech-support a {
  text-decoration: underline;
}
#EventInformation,
#CancellationPolicy {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*********** END PAGE LAYOUT **********/
/*********** MODALS AND PANELS **********/
.modal-header {
  background-color: #124b91;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 5em;
}
.modal-header h3,
.modal-header h4,
.modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.modal-wide {
  width: 900px;
}
.modal-wide-content {
  width: 900px;
  margin-left: -150px;
}
.modal-body-scroll {
  max-height: 400px;
  overflow: auto;
}
.panel-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.panel-title.panel-title-lg {
  font-size: 19px;
}
.panel-title.panel-title-sm {
  font-size: 15px;
}
.panel-title a:hover {
  color: #d9d9d9;
}
/*********** END MODALS AND PANELS **********/
/*********** NAV AND PROGRESS **********/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: underline;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* Progress Bar */
.cds-progress-bar {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.cds-progress-bar > ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.cds-progress-bar > ul > li {
  display: table-cell;
  list-style-type: none;
  text-align: center;
  padding: 8px;
  height: 100%;
}
.cds-progress-bar > ul > li:not(:first-child) {
  border-left: 1px solid #1a6ed5;
}
.pBarIcon .fa {
  font-size: 19px;
}
.cds-progress-bar > ul > li.pBarItem {
  display: table-cell;
  color: #ffffff;
  background-color: #9c9c9c;
}
.pBarStep {
  font-weight: normal;
  font-size: 13px;
}
.pBarText {
  font-size: 12px;
}
.cds-progress-bar > ul > li.pBarCurrentStep {
  background-color: #124b91;
}
.cds-progress-bar > ul > li.pBarFutureStep {
  background-color: #9c9c9c;
  color: #ffffff;
}
.cds-progress-bar > ul > li.pBarPastStep {
  background-color: #333333;
  color: #777777;
}
/*********** END NAV AND PROGRESS **********/
/*********** UTILITY AND MISC **********/
.bulk-action-bar {
  display: inline-block;
}
.cds-logo {
  width: 180px;
  height: 75px;
}
.footer-client-logo {
  max-height: 100px;
  max-width: 200px;
}
.isHangingIndent {
  text-indent: -2em;
  padding-left: 2em;
}
.last {
  margin-right: 0;
}
.hasPadding {
  padding: 5px;
}
.buttonArea {
  margin-top: 40px;
}
option:disabled {
  color: #ffffff;
  background-color: #0e76bd;
  font-weight: bold;
  text-transform: uppercase;
}
.muted {
  opacity: 0.6;
  color: #333333;
}
.hasBorder {
  border: 2px solid #6E6E6E;
}
.hasMarginTop {
  margin-top: 20px;
}
.nodisplay {
  display: none;
}
.noMargin {
  margin: 0 !important;
}
.nomargin-all {
  margin: 0;
}
.nomargin-top {
  margin-top: 0;
}
.noPadding {
  padding: 0 !important;
}
.valign-middle > * {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.cds-icon-link {
  cursor: pointer;
}
.fill {
  min-height: 100%;
  height: 100%;
}
.text-wrap {
  display: inline-block;
  word-break: break-word;
  -ms-word-break: break-all;
}
.cds-list-expanded > li {
  margin-bottom: 20px;
}
.tooltip .tooltip-inner {
  text-align: left;
  padding: 6px 12px;
}
.no-bg {
  background: none;
  background-color: #fff;
}
.cds-meeting-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cds-meeting-layout label {
  font-weight: bold;
}
.cds-meeting-layout.list-inline li {
  vertical-align: top;
  margin: 0 30px 20px;
}
.cds-meeting-layout-image {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  margin: 10px auto;
}
.date-pair-container {
  padding-bottom: 15px;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.event-dates-container {
  display: table;
  width: auto;
}
.event-dates-container .form-inline {
  display: table-row;
}
.event-dates-container label {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 19px;
}
/*********** END UTILITY AND MISC **********/
/**
    CDS PAGE COMPONENTS
    */
#clkCASLHelp {
  cursor: pointer;
}
/* Section Headers */
.section-header a,
.sub-header a {
  text-decoration: none;
}
.section-header .info-link,
.sub-header .info-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
}
.panel-heading-lg {
  font-size: 16px;
}
/* Alert Message */
.page-message-container {
  display: none;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 1em 30px;
}
.page-message-container .well {
  overflow: hidden;
  border: 1px solid #cc0000;
  background-color: rgba(204, 0, 0, 0.04);
}
.page-message-container .message-errors-list {
  padding-left: 60px;
  margin-top: 5px;
}
.page-message-container .message-icon {
  padding-bottom: 10px;
  padding-top: 5px;
  display: inline-block;
  margin-right: 10px;
}
.chat-button-container {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 100%;
  text-align: right;
  background-color: #fff;
  padding-top: 3px;
  border-top: 1px solid #124b91;
}
.terms-box {
  overflow: auto;
  height: 200px;
  font-size: 14px;
  font-style: normal;
}
/* Packages */
/* Price Tiers */
.prtierheader,
.prtier {
  text-align: center;
}
.prtierheader {
  font-weight: bold;
}
.prtier {
  color: #999999;
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.curprtier {
  font-weight: bold;
  color: #414042;
}
label.isItemMainText {
  color: inherit;
  font-weight: bold;
}
.noprice .prtier {
  display: none;
}
/* Admin */
.admin-registrant {
  margin-bottom: 40px;
}
/*.admin-registrant > div:last-of-type {
        margin-top: @line-height-computed;
    }*/
.badge-remove-link {
  display: inline-block;
  padding-top: 3px;
}
/* Payment */
.cds-credit-card-box {
  display: block;
  overflow: hidden;
}
.cds-credit-card-box .cds-credit-card {
  background-image: url(../images/cc_list.png);
  border: 1px solid #999999;
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: -99999px;
  direction: ltr;
  width: 41px;
  border-radius: 2px;
  padding: 2px;
}
.cds-credit-card.muted {
  opacity: 0.4;
}
.cds-credit-card-box .cds-credit-card.amex {
  background-position: -87px -1px;
}
.cds-credit-card-box .cds-credit-card.diners_club_international,
.cds-credit-card-box .cds-credit-card.diners-club-international {
  background-position: -173px -1px;
}
.cds-credit-card-box .cds-credit-card.discover {
  background-position: -215px -1px;
}
.cds-credit-card-box .cds-credit-card.jcb {
  background-position: -258px -1px;
}
.cds-credit-card-box .cds-credit-card.mastercard {
  background-position: -44px -1px;
}
.cds-credit-card-box .cds-credit-card.visa {
  background-position: -2px -1px;
}
/* Contact Info Block */
.contact-info-block {
  margin-top: 6px;
}
.contact-info-block .control-label,
.contact-info-block .form-control-static {
  padding-top: 0;
  padding-bottom: 0;
  min-height: unset;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.contact-info-block td {
  vertical-align: top;
  padding-right: 10px;
}
.contact-info-block tr td:first-child {
  text-align: right;
  white-space: nowrap;
}
.barcode {
  margin: 10px auto;
}
.barcode-wrapper {
  text-align: center;
  margin: 20px auto;
}
/* BADGE SAMPLE */
.cds-badge-sample-container {
  border: 1px solid #CCC;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 600px;
  min-height: 300px;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  position: relative;
}
.cds-badge-sample {
  overflow: hidden;
  font-family: "Times New Roman", "Times", sans-serif;
  color: #000;
  font-size: 1.29em;
  border-collapse: collapse;
  margin: auto;
  border: 0 none;
  text-align: center;
  position: relative;
}
.cds-badge-watermark {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  top: 30px;
  width: 100%;
  overflow: hidden;
}
.cds-badge-watermark p {
  color: #777777;
  background-image: url(../images/badgebg_sm.png);
  opacity: 0.3;
  background-size: auto;
  background-repeat: repeat;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.cds-badge-sample-logo {
  display: block;
  width: 100%;
}
.cds-badge-event-info {
  height: 65px;
  vertical-align: middle;
}
.cds-badge-sample .cds-badge-event-info {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.1px;
  padding-bottom: 15px;
}
.cds-badge-line1 {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
}
.cds-badge-line2 {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 10px;
}
.cds-badge-line3,
.cds-badge-line4 {
  font-weight: 400;
  font-size: 19px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
.cds-badge-line5 {
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 10px;
}
.cds-badge-line6 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 1.3333333;
}
/*
.cds-badge-line6 {
	font-size: 14px;
	font-weight: 700;
	min-height: 24px;
	overflow: hidden;
}
    */
.cds-badge-line7 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
}
.cds-badge-line8 {
  font-size: 19px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  overflow: hidden;
  margin-top: 20px;
}
.cds-badge-qr-container p {
  height: 72px;
  line-height: 72px;
}
.cds-badge-qr-code {
  height: 72px;
  width: 72px;
}
/* RRC styles */
.rrc-icon-row {
  display: block;
  margin: 40px 0;
}
/* EX styles */
.exhibitor__invite--item {
  position: relative;
  margin-bottom: 40px;
}
.exhibitor__invite--number {
  position: absolute;
  /*background: #c91219;*/
  background-color: #1a6ed5;
  color: #fff;
  font-size: 20px;
  height: 45px;
  width: 45px;
  text-align: center;
  padding-top: 9px;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px #bdbdbd;
  z-index: 500;
}
.exhibitor__invite--content {
  min-height: 300px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 9px;
  padding-top: 50px;
  border-radius: 8px;
}
.exhibitor__invite .panel-body {
  padding: 25px;
}
.exhibitor__invite .panel-heading {
  padding-left: 35px;
  line-height: 24px;
  font-size: 16px;
  color: #555;
}
.box_header {
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  background: #ddd;
  color: #000;
}
.box_content {
  margin-top: 1em;
  padding: 0.5em;
  text-align: left;
}
dl#ex_faq > dd {
  display: none;
}
/* SMT styles */
.smt {
  text-align: center;
  border: 1px solid #968f7e;
  padding: 10px;
  border-left: solid 1px #f0f0f0;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #dbdadb;
  border-bottom: solid 1px #dbdadb;
  box-shadow: 2px 2px 0px #f0f0f0;
}
.smt .btn {
  width: 45px;
  text-align: center;
  color: white;
}
.smt .btn-facebook {
  background-color: #3b5998;
}
.smt .btn-twitter {
  background-color: #1da1f2;
}
.smt .btn-linkedin {
  background-color: #0e76a8;
}
.smt .btn-iac {
  background-color: #009900;
}
/* RWD Overrides */
/* Print Overrides */
/*************************************     * Media Queries     *************************************/
@media print {
  .noprint {
    display: none;
  }
  a:after,
  a[href]:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: none;
  }
  .main-content {
    border: 0 none;
    margin: 0;
    padding: 0;
  }
  fieldset {
    border: 0 none;
    padding: 0;
  }
  .contact-info-block {
    display: table;
    width: 50%;
  }
  .control-label {
    width: 30%;
  }
  .control-label,
  .isRegInput {
    vertical-align: text-top;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  /* Alert Message */
  #msg_alert {
    margin: 0;
  }
  #msg_alert_icon {
    display: block;
  }
  #msg_alert ul {
    margin-left: 0;
  }
  #msg_alert_header {
    padding-left: 5px;
  }
  .radio-inline,
  .checkbox-inline {
    display: block;
    float: none;
    margin-left: 0;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-left: 0;
  }
  #progressBar .pBarText {
    display: none;
  }
}
@media (max-width: 767px) {
  header,
  body {
    background: none;
  }
  #sm_text {
    display: none !important;
  }
  #sm_toolbar {
    width: auto !important;
    border: 0 none !important;
  }
  #sm_toolbar div {
    float: left !important;
    width: 23.84% !important;
  }
  #sm_toolbar #sm_ivite_block {
    width: 28.48% !important;
  }
  .content-wrapper {
    border: 0 none;
    box-shadow: none;
  }
  .cds-progress-bar li:not(.pBarPrevStep):not(.pBarNextStep):not(.pBarCurrentStep) {
    display: none;
  }
  .page-title {
    font-size: 23px;
  }
  .countdown-container {
    display: none;
  }
  textarea {
    width: 100%;
  }
  /*.item-row:hover {
        background-color: transparent !important;
    }*/
  .isItemWrapper,
  .isItemWrapper ~ div,
  .tier-text > div {
    display: block;
    width: 100%;
  }
  /*.prtier.curprtier {
        margin-top: 10px;
        padding: 5px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
        background-color: #f5f5f5;
    }*/
  /*.curprtier {
        margin-bottom: 10px;
    }*/
}
@media (min-width: 768px) and (max-width: 979px) {
  body {
    background: none;
  }
  header {
    background: none;
  }
  .content-wrapper {
    border: 0 none;
    box-shadow: none;
  }
  .header-info-showdates {
    position: relative;
  }
  .pBarText {
    font-size: 12px;
  }
  #TwitterFeedWidget {
    display: none;
  }
  .countdown-container {
    display: none;
  }
}
@media (max-width: 575px) {
  .countdown-container {
    display: none;
  }
}