/* CONFIG -------------------- */
/* Fonts */
/* Colors */
/* Widths */
/* Nav (Parent Items) */
/* Darkened by 15 on each level */
/* On Touch / On Dropdown */
/* Current Page */
/* Sub-Nav (Non-parent items)*/
/* Darkened by 20% on each level */
/* Reduced by 1px on each level */
/* FONTS -------------------- */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Oswald:400,300,700);
.font-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
.font-content {
  font-family: 'Open Sans', sans-serif;
}
.font-highlight {
  font-family: 'PT Sans Narrow', sans-serif;
}
/* MIXINS -------------------- */
.nav-yellow-box {
  color: #333333;
  background: url("/assets/img/nav-highlight-bg.png") top left repeat-y;
}
.nav-yellow-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  background: url("/assets/img/nav-highlight-top.png") top left repeat-y;
}
.nav-yellow-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: url("/assets/img/nav-highlight-bottom.png") top left repeat-y;
}
.text-selection-off,
.text-selection-off * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
.text-selection-on,
.text-selection-on * {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: moz-all !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.transition-all {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -kthtml-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hover-opacity {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -kthtml-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hover-opacity:hover {
  opacity: 0.7;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.pre-wrap {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
.break-word {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.block-link {
  display: block;
  width: 100%;
  height: 100%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.wrapper,
.block,
header,
footer,
nav,
section {
  position: relative;
  margin: auto;
}
body {
  font-family: 'Open Sans', sans-serif;
}
img,
iframe,
table,
object {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #649834;
}
h2 {
  line-height:28px;
}
h1 {
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
}
h1.title {
  margin-bottom: 25px;
}
a {
  color: #649834;
}
a:hover {
  text-decoration: none;
}
p,
li,
td {
  font-size: 14px;
  line-height: 18px;
}
.block {
  margin-bottom: 25px;
}
.block:last-child {
  margin-bottom: 0;
}
/* Elements -------------------- */
input[type="text"],
textarea {
  background: #fff;
  padding: 3px 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
input[type="text"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
input[type="text"] :-moz-placeholder,
textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-style: italic;
}
input[type="text"] ::-moz-placeholder,
textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-style: italic;
}
input[type="text"] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
textarea {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px inset;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}
.select-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select-menu select {
  -webkit-appearance: none;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #000 !important;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  padding-right: 32px;
  border: 0;
  background-color: #ffc20e;
  text-decoration: none;
  -webkit-box-shadow: 4px 3px 0 0 rgba(195, 146, 44, 0.2);
  box-shadow: 4px 3px 0 0 rgba(195, 146, 44, 0.2);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -kthtml-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.select-menu select:hover {
  background-color: #f4b600;
}
.select-menu:before {
  position: absolute;
  top: 12px;
  right: 13px;
  content: "\f103";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.btn {
  display: inline-block;
  vertical-align: middle;
}
.btn a {
  color: #000 !important;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  background-color: #ffc20e;
  text-decoration: none;
  -webkit-box-shadow: 4px 3px 0 0 rgba(195, 146, 44, 0.2);
  box-shadow: 4px 3px 0 0 rgba(195, 146, 44, 0.2);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -kthtml-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.btn a:hover {
  background-color: #f4b600;
}
.cms-contact-form {
  margin: 30px 0;
}
.cms-contact-form table {
  width: 100%;
}
.cms-contact-form table .form-label {
  width: 25%;
}
.cms-contact-form table td {
  padding: 10px 0;
}
.cms-contact-form input,
.cms-contact-form textarea {
  width: 70%;
}
.cms-contact-form .form-invalid {
  background: #ffe5e5 !important;
}
.cms-contact-form .contact-form-message {
  margin-left: 15px;
}
/* GOOGLE SEARCH OVERRIDE */
.gsc-control-cse {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.gsc-input input[type="text"],
.gsc-input textarea,
.gsc-input select {
  background: transparent !important;
  padding: 0 !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
/* Header -------------------- */
header {
  position: relative;
  height: 48px;
  background: url("/assets/img/header-bg.png") center center no-repeat;
  z-index: 10;
}
header #search-field {
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
}
header #search-field input[type="text"] {
  width: 220px;
  padding-right: 40px;
}
header #search-field #search-submit {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
/* Fixed Banner -------------------- */
#fixed-banner {
  margin-bottom: 25px;
}
#fixed-banner h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  max-width: 500px;
  margin-bottom: 20px;
}
body[data-id='1'] #fixed-banner {
  margin-bottom: 0;
}
#breadcrumb {
  margin-bottom: 25px;
  font-size: 12px;
  color: #333333;
}
#breadcrumb a {
  color: #333333;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
/* Slider -------------------- */
#home-top-wrapper {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
[data-module="slider"] {
  position: relative;
  margin-bottom: 25px;
}
[data-module="slider"] [data-slides] {
  position: relative;
  height: 0;
  padding-top: 41%;
  overflow: hidden;
}
[data-module="slider"] [data-slides] div {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
[data-module="slider"] [data-slides] div a {
  display: block;
  width: 100%;
  height: 100%;
}
[data-module="slider"] [data-captions] {
  padding: 20px 20px;
  min-height: 105px;
}
[data-module="slider"] [data-captions] h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
[data-module="slider"] [data-captions] div {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
[data-module="slider"] [data-controls] {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 25%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -kthtml-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left !important;
}
[data-module="slider"] [data-controls] i {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 6px 5px 7px;
  cursor: pointer;
  background: #649834;
  color: #ffc20e;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -kthtml-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
[data-module="slider"] [data-controls] i:hover {
  background: #ffc20e;
  color: #649834;
}
[data-module="slider"] [data-controls] [data-next] {
  float: right;
}
[data-module="slider"]:hover [data-controls] {
  opacity: 1;
}
/* Home Page -------------------- */
#home-promos .grid .unit {
  padding: 5px !important;
}
#home-promos .grid .unit:first-child {
  padding-left: 0 !important;
}
#home-promos [data-promo-videos] {
  height: 194px;
  background: #eee;
}
#home-promos [data-promo-videos] .hpv {
  display: none;
}
#home-promos [data-promo-videos] .hpv:first-child {
  display: block;
}
#home-promos [data-promo-videos-menu] span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 3px;
  cursor: pointer;
}
#home-promos [data-promo-videos-menu] span:hover {
  text-decoration: underline;
}
#home-promos [data-promo-videos-menu] span.selected {
  font-weight: bold;
}
#home-promos [data-promo-photos] a {
  display: block;
  width: 100%;
  height: 100%;
}
#home-promos [data-promo-photos] img {
  width: 100%;
}
#home-sponsors {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
#home-sponsors h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
#home-sponsors #home-sponsors-icons {
  border: 4px solid #ffc20e;
  padding: 3px 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f6f4;
}
#home-sponsors #home-sponsors-icons a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
#home-sponsors #home-sponsors-logo {
  position: absolute;
  width: 50px;
  bottom: -25px;
  left: calc(50% - 25px);
  z-index: 10;
}
#home-sponsors #home-sponsors-logo img {
  width: 100%;
}
/* Inner Content -------------------- */
#inner-content {
  padding-bottom: 25px;
}
#inner-content ul,
#inner-content ol {
  margin-left: 40px;
  margin-top: 0;
}
#inner-content ul li,
#inner-content ol li {
  margin-bottom: 20px;
}
/* Exhibitors -------------------- */
[data-module="exhibitors"] [data-exhibitor-search] {
  position: relative;
  border: 4px solid #ffc20e;
  padding: 15px;
  background-color: #f7f6f4;
}
[data-module="exhibitors"] [data-exhibitor-search] .grid .unit:first-child {
  padding-left: 0 !important;
}
[data-module="exhibitors"] [data-exhibitor-search] .grid .unit:last-child {
  padding-right: 0 !important;
}
[data-module="exhibitors"] [data-exhibitor-search] .grid .unit input[type='text'] {
  width: 100%;
}
[data-module="exhibitors"] #filter {
  text-align: center;
}
[data-module="exhibitors"] #filter a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
[data-module="exhibitors"] #exhibitor-results {
  list-style: none;
}
[data-module="exhibitors"] #exhibitor-results li {
  position: relative;
  padding-left: 60px;
}
[data-module="exhibitors"] #exhibitor-results li .hr-list {
  border-bottom: 1px dashed #BFBFBF;
  margin: 15px 0;
}
[data-module="exhibitors"] #exhibitor-results li a#bookmark {
  position: absolute;
  top: 10%;
  left: 0px;
  text-align: center;
  width: 30px;
  text-decoration: none;
}
[data-module="exhibitors"] #exhibitor-results li a#bookmark label {
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
}
[data-module="exhibitors"] #exhibitor-results li a#bookmark span {
  margin-top: 3px;
  display: block;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #000;
  font-weight: normal;
}
[data-module="exhibitors"] #exhibitor-results li h5 a {
  padding-right: 20px;
  line-height: 18px;
  margin-right: 2px;
}
[data-module="exhibitors"] #exhibitor-results li h5 span {
  font-size: 1em;
  font-style: italic;
  color: #000;
  font-weight: normal;
}
/* Footer -------------------- */
footer {
  height: 105px;
  background: url("/assets/img/footer-bg.jpg") top center no-repeat;
  z-index: 10px;
  margin-top: -3px;
  text-align: center;
}
footer .wrapper {
  padding-top: 40px;
}
footer .wrapper * {
  color: #fff;
}
footer .wrapper label {
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}
footer .wrapper label a {
  text-decoration: none;
}
footer .wrapper label a:hover {
  text-decoration: underline;
}
footer .wrapper span {
  font-size: 12px;
}
/* AMSD Grid -------------------- */
.amsd-listing {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.amsd-listing-img {
  float: left;
  padding-right: 15px;
}
.amsd-listing-title {
  font-weight: bold;
  font-size: 14px;
}
.amsd-listing-sub-title {
  padding-top: 5px;
  font-size: 12px;
}
.amsd-listing-html {
  margin-top: 20px;
}
.amsd-listing-read-more {
  margin-top: 20px;
}
.amsd-listing-back-link {
  margin-top: 20px;
}
.amsd-testimonial-html {
  font-size: 13px;
  font-style: italic;
}
.amsd-link-icon {
  float: right;
  width: 40px;
}
.amsd-link-title {
  float: left;
  width: 477px;
}
.amsd-link-title span {
  font-size: 11px;
  padding-left: 10px;
}
.amsd-wrapper {
  position: relative;
}
.amsd-wrapper.amsd-layout-grid-list .grid .amsd-listing,
.amsd-wrapper.amsd-view-listing .grid .amsd-listing {
  border-bottom: 0 !important;
}
.amsd-wrapper.amsd-layout-grid-list .grid .unit,
.amsd-wrapper.amsd-view-listing .grid .unit {

}
.amsd-wrapper.amsd-layout-grid-list .grid .unit .amsd-item-profile-photo,
.amsd-wrapper.amsd-view-listing .grid .unit .amsd-item-profile-photo {
  position: relative;
  width: 100%;
}
.amsd-wrapper.amsd-layout-grid-list .grid .unit .amsd-item-profile-photo a,
.amsd-wrapper.amsd-view-listing .grid .unit .amsd-item-profile-photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.print-ads-item h3,
.print-ads-item h5 {
  color: #000;
}
.print-ads-item .amsd-item-profile-photo {
  margin: 20px 0;
}
.print-ads-item .print-ads-description {
  text-align: center;
}
.print-ads-item .print-ads-description a {
  color: #000 !important;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  background-color: #ffc20e;
  text-decoration: none;
  -webkit-box-shadow: 4px 3px 0 0 rgba(195, 146, 44, 0.2);
  box-shadow: 4px 3px 0 0 rgba(195, 146, 44, 0.2);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -kthtml-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.print-ads-item .print-ads-description a:hover {
  background-color: #f4b600;
}
.print-ads-item .print-ads-description a:before {
  content: "\f0ed";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 23px;
  vertical-align: middle;
  margin-right: 15px;
}
.amsd-psas .unit {
  padding: 0;
}
.psa {
  padding: 20px;
  margin: 10px;
  border: 1px solid #000;
}
.psa h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 4px;
}
.psa h5 {
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
}
.psa .mejs-container {
  margin: 20px 0;
}
.psa .psa-buttons .btn {
  margin-right: 10px;
}
.psa .psa-text {
  margin: 20px 0;
}
[data-table="amsd_sponsorship"] .sponsor-menu {
  position: relative;
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
[data-table="amsd_sponsorship"] .sponsor-menu .sponsor-menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
[data-table="amsd_sponsorship"] .sponsor-menu .sponsor-menu-item:last-child {
  margin-right: 0;
}
[data-table="amsd_sponsorship"] .sponsor-menu .sponsor-menu-item label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
[data-table="amsd_sponsorship"] .sponsor-category {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
[data-table="amsd_sponsorship"] .sponsor-category .status-circle {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #aaa;
}
[data-table="amsd_sponsorship"] .sponsor-category .status-circle.green {
  background-color: #00ff00;
}
[data-table="amsd_sponsorship"] .sponsor-category .status-circle.yellow {
  background-color: #fff200;
}
[data-table="amsd_sponsorship"] .sponsor-category .status-circle.red {
  background-color: #ff0000;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-caption {
  position: relative;
  padding: 10px 0;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-legend {
  position: relative;
  padding: 10px 0;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-legend div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-legend div:last-child {
  margin-right: 0;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-legend div span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-legend div label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-style: italic;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings {
  position: relative;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing {
  position: relative;
  border-bottom: 1px solid #eee;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-status,
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-price,
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-more {
  float: left;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-caption {
  padding: 5px 0;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-caption p {
  font-size: 12px !important;
  line-height: 15px !important;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-status {
  width: 15%;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-price {
  width: 55%;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing .scl-more {
  width: 30%;
}
[data-table="amsd_sponsorship"] .sponsor-category .sponsor-category-listings .sponsor-category-listing:nth-child(odd) {
  background-color: #f5f5f5;
}
[data-table="amsd_sponsorship"] #sponsor-profile .sponsor-back-link {
  margin-bottom: 40px;
}
[data-table="amsd_sponsorship"] #sponsor-profile .sponsor-back-link a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
[data-table="amsd_sponsorship"] #sponsor-profile .sponsor-back-link a:hover {
  text-decoration: underline;
}
[data-table="amsd_sponsorship"] #sponsor-profile .scl-price {
  margin: 10px 0;
}
[data-table="amsd_sponsorship"] #sponsor-profile .scl-html {
  margin: 30px 0;
}

/**** ADDED FOR AMSD_DRAWERS **************/
button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
	background-color: #ddd;
}
div.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  _transition: 0.6s ease-in-out;
  opacity: 0;
}
button.accordion{
	font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #649834;
  font-size: 24px;
  line-height: 24px;
}
div.panel p{
	_padding: 16px 0;
}
.panel.show {
  opacity: 1;
  max-height: 100%;
  padding: 10px 16px;
}
button.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}
[data-module="cms-custom-search"] .form-wrapper form button {
	margin: 20px auto;
    border: 0;
    padding: 10px 20px;
    background: #ffc20e;
    cursor: pointer;
}

.lg-video iframe {
  position:absolute;
  top:0%;
  left:0%;
  height:100%;
  width:100%;
}

.lg-video-cont {
  max-width:1200px !important;
}

.clear {
  clear:both;
}

.video-search-wrapper {
  position:relative;
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  justify-content:flex-start;
  padding:20px 0 10px;
}

.video-search-title {
  color:#649834;
  padding-right:20px;
  font-size:16px;
}

.video-search-input {
  flex:1 1 auto;
  background: #fff !important;
  padding: 5px 15px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  border:1px solid #649834 !important;
}

.video-button {
  margin:0 0 0 10px;
  padding:6px 10px;
  cursor:pointer;
}

.video-button.clear {
  border:1px solid #333333 !important;
  color:#ffffff;
  background-color:#333333;
}

.video-button.clear:hover  {
  border:1px solid #333333 !important;
  color:#333333;
  background-color:#ffffff;
}

.video-button.search {
  border:1px solid #649834 !important;
  color:#ffffff;
  background-color:#649834;
}

.video-button.search:hover {
  border:1px solid #649834 !important;
  color:#649834;
  background-color:#ffffff;
}

.video-resources-wrapper {
  position:relative;
  display:flex;
  flex-flow:row wrap;
  align-items:flex-start;
  justify-content:space-between;
}

.video-clear-filter {
  position:absolute;
  top:35px;
  right:0;
  color:#649834;
  font-style:italic;
  font-weight:bold;
  font-size:13px;
  cursor:pointer;
}

.video-clear-filter:hover {
  color:#333333;
}

.video-cat-title {
  width:100%;
  flex:1 1 100%;
  margin:25px 0 15px;
}

.video-item {
  position:relative;
  flex:0 0 48%;
  margin-bottom:20px;
  border:1px solid #cccccc;
  border-radius:5px;
  padding:5px 5px 50px 5px;
}

.video-item.short {
  padding:5px 5px 20px 5px;
}

.video-item-title {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform:uppercase;
  color: #649834;
  font-size:19px;
  line-height:24px;
  margin-top: 7px;
  margin-bottom: 5px;
  display:block;
  text-decoration:none;
}

a.video-item-title:hover {
  color:#333333;
}


.video-item-speaker {
  font-style:italic;
  font-weight:bold;
  margin-bottom:5px;
}


.video-item-sponsor {
  font-style:italic;
  font-weight:bold;
  margin-bottom:5px;
}


.video-item-day-time {
  font-style:italic;
  margin-bottom:5px;
  color: #649834;
  font-size:14px;
  line-height:17px;
}

.video-more-btn {
  position:absolute;
  left:0;
  bottom:0;
  display:block;
  text-align:center;
  color:#ffffff;
  background-color:#649834;
  font-weight:bold;
  width:calc(100% + 2px);
  padding:7px;
  margin:15px 0 -1px -1px;
  text-decoration:none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.video-more-btn:hover {
  background-color:#333333;
}

.video-item-keywords {
  margin-top:5px;
  color:#649834;
  font-size: 13px;
}

.video-item-keyword {
  font-style:italic;
  text-decoration:none;
}

.video-item-keyword:hover {
  text-decoration:underline;
}


.video-item-keywords-profile {
  margin-top:5px;
  color:#649834;
  font-size: 13px;
  margin-bottom:15px;
}

.video-item-keyword-profile {
  font-style:italic;
  text-decoration:none;
}


.cms-video-item-16x9 {
  padding-bottom: 56.25%;
}

.cms-video-item {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cms-video-item .cms-video-item-placeholder {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 10;
}

.cms-video-item iframe, .cms-video-item .cms-video-item-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.video-overlay {
  position:absolute;
  top:0;
  left:0;
  z-index:7;
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  opacity:0;
  transition:all 500ms ease;
}

.video-overlay-profile {
  position:absolute;
  top:0;
  left:0;
  z-index:7;
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  opacity:1;
  transition:all 500ms ease;
}

.video-item-play-icon-wrapper {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  z-index:9;
  color:#ffffff;
  font-weight:bold;
}

.video-item-play-icon {
  position:relative;
  width:60px;
  transition:all 500ms ease;
}

.cms-video-item-placeholder:hover .video-overlay {
  opacity:1;
}


.cms-video-item-placeholder:hover .video-overlay-profile .video-item-play-icon {
  width:75px;
}


.vido-profile-wrapper {
  position:relative;
  width:100%;
}


.video-profile-title {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform:uppercase;
  color: #649834;
  margin-top: 7px;
  margin-bottom: 5px;
  display:block;
}

.video-profile-speaker {
  font-style:italic;
  font-weight:bold;
  margin-bottom:5px;
}

.video-profile-html {
  margin-top:15px;
}

.video-profile-back {
  margin-top:20px;
  display:inline-block;
}

.login-page-div {
  margin-top:35px;
}

.portal-links-wrapper {
  position:relative;
  margin-bottom:20px;
  display:block;
  text-align:right;
}

.portal-links-wrapper .portal-link {
  margin:0 5px;
}

.pay-form-wrapper {
  position:relative;
  width:100%;
  padding: 10px 0;
}

.payment-html-wrapper {
  position:relative;
  margin-bottom:30px;
}

.cms-success-message {
  position:relative;
  margin-bottom:40px;
  display:none;
  margin-top: 75px;
}

.login-title {
  margin-bottom:25px;
  padding-bottom:10px;
  border-bottom:1px solid #649834;
}

.cms-login-form {
  position:relative;
  width:75%;
  margin:0 auto 60px;
}

.flexbox-row {
  position:relative;
  width:100%;
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  justify-content:flex-start;
  padding:5px 0;
}

.flexbox-row.end {
  justify-content:flex-end;
}

.login-label {
  margin-right:20px;
  flex:0 0 110px;
}

.login-input {
  flex:1 1 auto !important;
  border:1px solid #649834 !important;
  border-radius:unset !important;
  padding:5px 10px !important;
  font-size:14px !important;
  line-height:19px !important;
  color:#333333 !important;
}

.login-input.half {
  flex:0 0 35% !important;
  width:35%;
}

.hidden {
  display:none;
}

.login-input.form-invalid {
  border:1px solid darkred !important;
}

.payment-text {
  font-weight:bold;
}

.login {
  padding:10px 20px;
  background-color:#649834;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  display:inline-block;
  margin-top:15px;
  cursor:pointer;
}

.login:hover {
  background-color:#333333;
}

.success-login-btn {
  display:inline-block;
  margin:20px auto;
  text-decoration:none;
}

.forgot-password {
  margin-left:10px;
  padding:10px 20px;
  background-color:#333333;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  display:inline-block;
  margin-top:15px;
  cursor:pointer;
  text-decoration:none;
}

.forgot-password:hover {
  background-color:#649834;
}

.create-account {
  padding:10px 20px;
  background-color:#649834;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  display:inline-block;
  cursor:pointer;
  margin-top:15px;
}

.create-account:hover {
  background-color:#333333;
}

.contact-form-message.login-msg {
  margin-right:20px;
  position:relative;
  top:7px;
  flex: 1 1 35%;
}

.contact-form-message.error {
  color:darkred;
}

.contact-form-loading-icon {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  z-index:20;
  text-align:center;
  display:none;
}

.contact-form-loading-icon.loading {
  display:block;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -12em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top:29%;
  padding-top: 10px;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.ovbox2 {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1040;
  background-color:#000000;
  transition:opacity 500ms ease;
  opacity:0;
  visibility:hidden;
}

.ovbox2.open {
  opacity:1;
  visibility:visible;
}

.ovbox3 {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1040;
  background-color:#000000;
  transition:opacity 500ms ease;
  opacity:0;
  visibility:hidden;
}

.ovbox3.open {
  opacity:1;
  visibility:visible;
}

.ovbox3 .video-box {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  max-width:1200px;
  padding-bottom:56.25%;
}

.ovbox3 .video-box iframe {
  width:100%;
  height:100%;
  position:absolute;
}