.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.selectboxit-container * {
  font: 14px Helvetica, Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
}

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}

.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.selectboxit-optgroup-header {
  font-weight: bold;
}

.selectboxit-optgroup-header:hover {
  cursor: default;
}

.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.jqueryui .ui-icon {
  background-color: inherit;
}

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#08c),
    to(#0077b3)
  );
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.selectboxit-container.selectboxit-container {
  vertical-align: middle;
}

.selectboxit.selectboxit-enabled.selectboxit-btn {
  background-image: none !important;
  background-color: #fff !important;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
}

.selectboxit-container .selectboxit-options.selectboxit-list {
  top: 30px !important;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  border-top: none;
}

.selectboxit-options.selectboxit-list
  > .selectboxit-focus
  > .selectboxit-option-anchor {
  background-image: none;
  background-color: Transparent;
  color: #58595b;
  font-weight: bold;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.colMain h2.subHeaderGreen {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 45px;
  font-weight: normal;
  font-family: "Archer-Light";
  font-size: 30px;
  line-height: 36px;
  color: #58595b;
}

.colMain h2.subHeaderGreen:nth-of-type(2) {
  margin-top: 0px;
}

.colMain .date-location p {
  font-family: "UniversLTStd-LightCn";
  font-weight: bold;
}

.colMain .date-location + p {
  margin-bottom: 8px;
}

.colMain .colMainContent br {
  display: none !important;
}

.colMain .colMainContent p {
  text-align: left !important;
}

.colMain .colMainContent li {
  font-size: 14px !important;
}

.colMain .colMainContent .instructor-table {
  margin-top: 20px;
}

.colMain .colMainContent .instructor-table .bio-image {
  width: 150px;
  padding-right: 30px;
}

.colMain .colMainContent .instructor-table .bio-image img {
  padding: 20px;
}

.colMain .colMainContent .instructor-table .desc {
  width: 100%;
  width: calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: -ms-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
}

.colMain .colMainContent .instructor-table .desc p {
  font-size: 14px;
}

.colMain .colMainContent .instructor-table .desc strong {
  margin-top: 0px !important;
  margin-bottom: 10.5px;
}

.colMain .colMainContent table:nth-of-type(2) > tbody > tr > td,
.colMain .colMainContent td {
  background: inherit !important;
  padding: 0px !important;
}

.colMain .colMainContent ul {
  margin: 0px;
  padding-left: 15px;
}

.colMain .colMainContent strong {
  display: inline-block;
  margin-top: 20px;
  font-family: "UniversLTStd-Light";
  font-weight: bold !important;
  font-size: 19px;
}

.colRight .registration-logo {
  display: block;
  max-width: 150px;
  margin: 50px 0 30px 0;
}

.colRight .register-now {
  display: block;
  background-color: #3b5854;
  max-width: 150px;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal !important;
  font-family: "UniversLTStd-Light" !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 300ms all ease-out;
  transition: 300ms all ease-out;
}

.colRight .register-now:hover,
.colRight .register-now:focus {
  text-decoration: none;
}

.colRight .register-now:hover {
  opacity: 0.7;
}

.colRight .eventInfoRight .rightBox {
  margin-bottom: 20px;
}

.colRight .eventInfoRight .rightBox h2 {
  margin-top: 0px;
}

.colRight .eventInfoRight .rightBox table td img,
.colRight .eventInfoRight .rightBox table td span,
.colRight .eventInfoRight .rightBox table td strong {
  display: inline-block;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
}

.popupBox#eventPopup .subHeaderGreen {
  margin-top: 0px;
}

.popupBox#eventPopup .btnClose {
  right: 23px;
  top: 23px;
}

.popupBox#eventPopup p {
  display: inline-block;
  padding-bottom: 0px;
}

.popupBox#eventPopup input {
  max-width: 100%;
  border: 1px solid #b7b7b7;
}

#regbtn {
  background-color: rgb(139, 139, 139) !important;
}

.wrapShadow#wrap {
  width: 100%;
  padding-bottom: 15px;
}

.wrapShadow#wrap .twoColumnsRightElist {
  text-align: center;
}

.wrapShadow#wrap .twoColumnsRightElist .colMain,
.wrapShadow#wrap .twoColumnsRightElist .colRight {
  display: inline-block;
  margin-right: -4px;
  text-align: left;
  float: none;
  vertical-align: top;
}

.wrapShadow#wrap .twoColumnsRightElist .colMain {
  width: 72.5%;
  max-width: 725px;
  padding-right: 15px;
}

.wrapShadow#wrap .twoColumnsRightElist .colRight {
  width: 27.5%;
  max-width: 275px;
  padding-left: 15px;
}

.colMain .main-testimonials-wrapper table {
  display: none !important;
}

.colMain .main-testimonials-wrapper p {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  font-family: UniversLTStd;
}

.colMain .main-testimonials-wrapper p:first-of-type strong {
  margin-top: 0px;
}

.colMain .main-testimonials-wrapper strong {
  font-family: "Archer-Light";
  font-size: 28px;
  line-height: 35px;
  font-weight: normal !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.rightBox.testimonials > p,
.rightBox.testimonials > ul,
.rightBox.testimonials > span {
  display: none;
}

.rightBox.testimonials table {
  display: table;
}

@media (max-width: 1260px) {
  .wrapShadow#wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .wrapShadow#wrap .twoColumnsRightElist .colMain,
  .wrapShadow#wrap .twoColumnsRightElist .colRight {
    max-width: none;
    width: 100%;
  }
  .wrapShadow#wrap .twoColumnsRightElist .colMain {
    padding-right: 0px;
  }
  .wrapShadow#wrap .twoColumnsRightElist .colMain .bio-image {
    margin-bottom: 30px;
  }
  .wrapShadow#wrap .twoColumnsRightElist .colMain .bio-image,
  .wrapShadow#wrap .twoColumnsRightElist .colMain .desc {
    display: block !important;
    width: 100%;
  }
  .wrapShadow#wrap .twoColumnsRightElist .colRight {
    padding-left: 0px;
  }
  .wrapShadow#wrap .twoColumnsRightElist .colRight .registration-logo {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=eventDetail2018.css.map */
