/* colours
--------------------------------
 */
.purple {
  color: #5a245a;
}
.orange {
  color: #ff3737;
}
.aqua {
  color: #00a0a0;
}
.pink {
  color: #dd1863;
}
.green {
  color: #92d400;
}
.purple-bg {
  background-color: #5a245a;
}
.orange-bg {
  background-color: #ff3737;
}
.aqua-bg {
  background-color: #00a0a0;
}
.pink-bg {
  background-color: #dd1863 !important;
}
.green-bg {
  background-color: #92d400;
}
.rgba-purple {
  background-color: rgba(90, 36, 90, 0.95);
}
.rgba-purple-faint {
  background-color: rgba(90, 36, 90, 0.1);
}
.rgba-aqua-faint {
  background-color: rgba(153, 217, 217, 0.5);
}
.kreon {
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}
/* mixins
--------------------------------
 */
.btn.large {
  padding: 30px 100px;
  font-size: 24px;
  line-height: 100%;
  transition: 0.2s;
}
.btn.large:hover,
.btn.large:focus {
  opacity: 0.8;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.placeholder {
  color: #444;
  opacity: 1;
}
.style-2 {
  background: #eee;
  padding: 50px 0;
}
.strong {
  font-weight: bold;
}
h1.pageMainHeading {
  text-align: center;
}
h2.large {
  font-size: 3em;
  margin-bottom: 30px;
}
h2.pageSubHeading {
  text-align: center;
}
.bg-success {
  padding: 25px;
  margin: 20px 0 0;
}
.btn {
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  outline: none;
}
.btn.pink {
  background-color: #dd1863 !important;
  color: #fff !important;
}
.btn.pink:hover,
.btn.pink:focus {
  color: #5a245a !important;
}
.clear {
  clear: both;
}
.rsform-block {
  position: relative;
  z-index: 0;
}
.thumb {
  width: 100%;
}
.thumb .inner {
  position: relative;
  width: 100%;
  height: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.thumb .square {
  padding-bottom: 100%;
}
.thumb .horizontal {
  padding-bottom: 65%;
}
section.section h2 {
  background: url(../images/section-heading.png) 0 0 no-repeat;
  height: 57px;
  line-height: 50px;
  padding-left: 70px;
  margin: 0 0 30px;
  background-size: auto 50px;
}
/* -- parallax banner
-------------------------------- */
section#banner-1 .inner {
  padding: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}
section#banner-1 img {
  display: block;
}
section#banner-1 img.reboot {
  height: 50px;
  margin-bottom: 10px;
}
section#banner-1 #col-1 img.reboot {
  max-width: 200px;
}
section#banner-1 #col-1 img.gss {
  max-width: 500px;
  width: 100%;
  height: auto;
}
section#banner-1 #col-2 a {
  height: 301px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  background-size: auto 100%;
}
@media (max-width: 865px) {
  section#banner-1 .inner {
    padding: 40px 0 0;
  }
  section#banner-1 #col-1 img {
    max-width: 350px;
    width: 100%;
    height: auto;
  }
  section#banner-1 #col-2 {
    margin-top: 30px;
    background-color: #f1f2f3;
    text-align: center;
  }
  section#banner-1 #col-2 a {
    height: 301px;
    display: block;
    background-size: auto 390px;
    background-position: 50% -60px;
    float: none;
  }
}
/* -- Filter
-------------------------------- */
.filter-bg {
  background-color: rgba(90, 36, 90, 0.1);
}
section#filter {
  margin-top: 0;
}
section#filter .container .inner-wrap {
  padding: 6px 6px;
  background-color: rgba(90, 36, 90, 0.1);
}
section#filter h3 {
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  text-indent: 10px;
  color: #5a245a;
}
section#filter ul li {
  margin: 0;
  padding: 0;
}
section#filter ul li .subclass {
  margin: 5px;
}
section#filter ul li .subclass input.btn {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: unset;
  text-shadow: none;
  outline: none;
  color: #5a245a !important;
  font-size: 20px;
}
section#filter ul li .subclass input.btn:hover,
section#filter ul li .subclass input.btn:focus {
  text-indent: unset;
  outline: none;
}
section#filter label {
  display: none;
}
section#filter input {
  border: 0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}
section#filter input::-webkit-input-placeholder {
  /* Edge */
  color: #444;
  opacity: 1;
}
section#filter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444;
  opacity: 1;
}
section#filter input::placeholder {
  color: #444;
  opacity: 1;
}
section#filter .chzn-container .chzn-single {
  background: #fff;
  box-shadow: none;
  border: 0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#filter .chzn-container .chzn-single b {
  display: none;
}
section#filter .horizontal-layout .jacol-3 {
  width: 28%;
}
section#filter .horizontal-layout .jacol-3.last-item {
  width: 16%;
  clear: none;
}
body.frontpage section#filter {
  background-color: rgba(90, 36, 90, 0.1);
}
body.frontpage section#filter .inner-wrap {
  padding-left: 0;
  padding-right: 0;
  background: none;
}
body.frontpage section#filter .inner-wrap h3 {
  text-indent: 0;
}
body.frontpage section#filter .inner-wrap .subclass {
  margin-right: 0;
}
/* offcanvas
--------------------------------
 */
body > .sm-btn-533,
.sm-content-inner > .sm-btn-533,
.off-menu_533 .sm-btn-533 {
  right: 25px !important;
}
.off-menu_533 dl a,
.off-menu_533 dl a:link,
.off-menu_533 dl.level1 a,
.off-menu_533 dl.level1 a:link {
  color: #fff !important;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}
.off-menu_533 dl dt.hover,
.off-menu_533 dl dt:hover,
.off-menu_533 dl.level1 dt.hover,
.off-menu_533 dl.level1 dt:hover {
  background-color: #4ebdbd !important;
}
.sm-overlay-533 #off-menu_533 {
  width: 100% !important;
}
.off-menu_533 .sm-level > dl > dt {
  border-radius: 0 !important;
}
/* modal popups
--------------------------------
 */
#rl_modals #rl_modals_close {
  background-color: #fff !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  background-position: -93px 3px;
}
#rl_modals #rl_modals_wrapper {
  background: #5a245a;
  color: #fff;
}
#rl_modals #rl_modals_wrapper h3 {
  color: #92d400;
}
#rl_modals #rl_modals_wrapper p {
  color: #fff;
}
#rl_modals #rl_modals_wrapper form label {
  padding: 0;
}
#rl_modals #rl_modals_wrapper form label .formRequired {
  display: none;
}
#rl_modals #rl_modals_wrapper form input {
  width: 100%;
  border: 0;
  padding: 5px 0;
  text-align: center;
}
#rl_modals #rl_modals_wrapper form .help-block {
  margin: 0;
}
#rl_modals #rl_modals_wrapper input {
  color: #555;
  text-align: center;
}
#rl_modals #rl_modals_wrapper .controls.formControls {
  text-align: center;
  outline: none;
}
#rl_modals #rl_modals_wrapper .controls.formControls .btn {
  background-color: #dd1863 !important;
}
#rl_modals #rl_modals_wrapper .controls.formControls .btn:hover,
#rl_modals #rl_modals_wrapper .controls.formControls .btn:focus {
  color: #5a245a;
}
#enquireModal .modal-content {
  background: rgba(90, 36, 90, 0.9);
}
#enquireModal .modal-content form h4 {
  color: #fff;
}
#enquireModal .modal-content form label {
  font-weight: unset;
  text-transform: none;
}
/* ----------- Header
---
------------------------------------------------------------------------------------------------------ */
section#cap {
  background: #fff;
  line-height: 140%;
  padding: 10px 0;
  text-align: right;
  color: #5a245a;
  font-size: 16px;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}
header.main-header {
  padding: 0px 0 40px;
}
header.main-header .social-taglines {
  margin-top: 20px;
}
header.main-header .social-taglines .tagline #Tagline {
  text-align: right;
}
header.main-header nav#menu ul.main-menu li.parent ul.nav-child.dropdown-menu {
  min-width: unset;
  padding: 0;
}
header.main-header nav#menu ul.main-menu li.parent ul.nav-child.dropdown-menu li a {
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.51rem;
  transition: 0.2s;
  background-image: none;
  color: #fff;
}
header.main-header nav#menu ul.main-menu li.item-138 ul.nav-child.dropdown-menu li a {
  background-color: #ff3737;
}
header.main-header nav#menu ul.main-menu li.item-138 ul.nav-child.dropdown-menu li a:hover,
header.main-header nav#menu ul.main-menu li.item-138 ul.nav-child.dropdown-menu li a:focus {
  background-color: #ff7373;
}
section#subscribe {
  padding: 50px 0 25px;
  background-color: #5a245a;
}
section#subscribe .joinme {
  top: -14px;
}
section#subscribe .joinme::before {
  text-indent: 10px;
}
section#subscribe #userForm label {
  display: none;
}
section#subscribe #userForm .rsform-block {
  margin: 0;
}
section#subscribe #userForm .rsform-block .formControls {
  width: 100%;
  float: none;
  padding: 0;
}
section#subscribe #userForm .rsform-block .formControls input {
  text-align: center;
}
section#subscribe #userForm .rsform-block.rsform-block-send {
  text-align: center;
}
section#subscribe #userForm .rsform-block.rsform-block-send button {
  padding: 6px 50px;
  margin: 10px 0 0;
  font-size: 16px;
}
section#subscribe div.text {
  color: #bda7bd;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  font-size: 32px;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}
div#above {
  margin-top: 40px;
}
div#slider {
  margin-bottom: 0;
}
div#slider .gridlayout {
  min-height: unset !important;
}
div#slider #ri-grid {
  margin: 0;
}
/*
--- services
------------------------------------------------------------------------------------------------------ */
section#services .col {
  margin-bottom: 25px;
}
section#services .thumb {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
section#services .thumb .inner {
  padding-bottom: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
section#services .moduleItemTitle {
  display: block;
  margin: 10px 0;
  font-size: 20px;
  color: #5a245a;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}
/*
--- Featured blog
------------------------------------------------------------------------------------------------------ */
section#featured-blog {
  background-color: #eee9ee;
  padding: 50px 0 30px;
}
section#featured-blog .thumb {
  border: 10px solid #fff;
  margin-bottom: 30px;
  display: block;
}
section#featured-blog .thumb .inner {
  padding-bottom: 69%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/*
--- Main Body
------------------------------------------------------------------------------------------------------ */
#mainbody {
  margin-bottom: 0;
}
#mainbody .newsItemView {
  margin-bottom: 4rem;
  border-bottom: 0;
}
#mainbody .newsItemView h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-top: 10px;
}
#mainbody .newsItemView div.inner {
  border-bottom: 0.5rem solid #dd1863;
  padding-bottom: 1.5rem;
}
#mainbody .newsItemView ul {
  padding-left: 30px;
}
#mainbody .newsItemView li {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
}
body.itemid-101 #mainbody,
body.itemid-140 #mainbody,
body.itemid-138 #mainbody {
  margin-bottom: 30px;
}
#searchbar .finder {
  background: none;
  padding: 7px 15px;
  float: left;
  border: 1px solid #5a245a;
}
#searchbar label {
  display: none;
}
#searchbar input {
  border: 0;
  background: none;
  height: 30px;
  line-height: 30px;
}
#searchbar input:hover,
#searchbar input:focus {
  outline: none;
}
#searchbar .btn {
  border: 0;
  height: 30px;
  line-height: 30px;
  width: 20px;
  box-shadow: none;
  border-radius: 0;
  float: right;
  background: url(../images/icon-search-1.png) no-repeat 50% 50%;
  text-indent: -9999px;
}
#finder-search {
  margin-bottom: 30px;
}
#finder-search .btn {
  display: none;
}
#search-results ul li {
  margin: 25px 0;
}
.moduletablefrontpage_podcast .custom {
  display: block;
}
.speakerVideoSecondary .speakerVidItem .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
  display: block;
  margin-top: 10px;
}
.tab-content .watch-me {
  background-image: url(../images/play-1.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding-left: 50px;
  transition: 0.2s;
  margin: 20px 0;
  background-color: #5a245a;
  border-color: #5a245a;
}
.tab-content .watch-me:hover,
.tab-content .watch-me:focus {
  background-color: #7b507b;
}
section#category-item {
  margin-bottom: 30px;
}
section#category-item .newsItemInfo {
  border-top: 1px solid #e84d91;
  border-bottom: 1px solid #e84d91;
  color: #e84d91;
  font-size: 12px;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
}
section#category-item .newsItemInfo a {
  color: #e84d91;
  padding-right: 1rem;
}
section#content-fullwidth-item div.phocadownloadfile32 {
  max-width: 500px;
  margin: 50px auto;
}
.speakerProductText div.phocadownloadfile32 {
  display: inline-block;
}
main#bureau-updates-item h2 {
  margin-top: 50px;
}
/* ----------- Related content module on NEWS item pages
---
------------------------------------------------------------------------------------------------------ */
section.raxo-related .related-item img {
  width: 100% !important;
  margin-bottom: 15px;
}
section.raxo-related .related-item .raxo-title {
  border-top: 1px solid #f49abc;
  padding-top: 10px;
}
section.raxo-related .related-item .raxo-title a {
  color: #5a245a !important;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2rem;
}
/* ----------- Home page
---
------------------------------------------------------------------------------------------------------ */
.rsform.newsletter-form {
  width: 100%;
  float: none;
  padding: 0;
}
.rsform.newsletter-form .joinme {
  margin-top: 0;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  color: #5a245a;
}
.rsform.newsletter-form .form-control {
  width: auto;
  display: inline-block;
  height: 27px;
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  text-indent: 0;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.rsform.newsletter-form .rsform-submit-button {
  height: 27px;
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
  vertical-align: top;
}
.rsform.newsletter-form .doink {
  width: auto;
  display: inline-block;
}
.rsform.newsletter-form .doink input {
  padding: 0 0 100px;
  height: 0;
  width: 0;
  background: none !important;
  border: 0;
  display: inline-block;
  margin: 0 auto;
}
section#itemAuthorBlock {
  background-color: rgba(153, 217, 217, 0.5);
}
section#itemAuthorBlock .thumb {
  display: block;
  width: 100%;
}
section#itemAuthorBlock .thumb .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
section#itemAuthorBlock .itemAuthorDetails h3.itemAuthorName {
  margin: 15px 15px 10px;
  color: #fff;
}
section#itemAuthorBlock .itemAuthorDetails .ubUserDescription {
  padding: 0 15px;
}
section#itemAuthorBlock .itemAuthorDetails a.ubUserURL {
  display: inline-block;
  outline: none;
  padding: 0 15px 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5a245a;
}
section.promotions#banner {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0;
  display: flex;
}
section.promotions#banner .container {
  -ms-flex-align: end;
  align-items: end;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  flex-direction: column-reverse;
}
section.promotions#banner img {
  max-width: 100%;
}
section.promotions#main {
  font-size: 1.2em;
  padding: 70px 0;
}
section.promotions#main h1 {
  font-weight: bold;
  font-size: 4em;
  margin: 0 0 50px;
  line-height: 100%;
  color: #5a245a;
}
section.promotions#main h1 small {
  font-weight: bold;
}
section.promotions#main ul {
  list-style: none;
  font-size: 1.1em;
  padding: 0;
  opacity: 0.8;
  margin: 20px 30px;
}
section.promotions#main ul li {
  margin: 15px 0;
  background: url(../images/bullet-1.png) 0 4px no-repeat;
  padding-left: 38px;
}
section.promotions#main blockquote {
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  background: url(../images/blockquote-1.png) 0 0 no-repeat;
  border: 0;
  padding: 0 85px;
  min-height: 60px;
  margin: 40px;
  font-size: 1.5em;
  line-height: 130%;
  color: #bea8bd;
}
section.promotions#main blockquote p {
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  color: #bea8bd;
}
section.promotions#cta {
  background: #eee;
  padding: 50px 0;
}
section.promotions#cta h2 {
  font-weight: bold;
  font-size: 2.5em;
}
section.promotions#cta .rsform-block-captcha .formControls div {
  margin: auto;
}
section.promotions#lower {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.promotions#lower .inner {
  padding: 50px 0;
  background-color: #5a245a;
}
section.promotions#lower .inner h2 {
  font-size: 3em;
  margin: 0 0 50px;
  line-height: 100%;
  color: #ff3737;
}
section.promotions#lower .inner h2 small {
  color: #92d400;
}
section.promotions#lower .inner form .rsform-block {
  margin: 0;
}
section.promotions#lower .inner form .rsform-block label {
  display: block;
}
section.promotions#lower .inner form .rsform-block input {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 24px;
  border-radius: 0;
  padding: 10px 3px;
  height: 30px;
  box-sizing: content-box;
  line-height: 30px;
  text-indent: 13px;
  color: #92d400;
}
section.promotions#lower .inner form .rsform-block .btn-primary {
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  transition: 0.2s;
  font-size: 1.5em;
  padding: 10px 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.promotions#lower .inner form .rsform-block .btn-primary:hover,
section.promotions#lower .inner form .rsform-block .btn-primary:focus {
  background: rgba(255, 255, 255, 0.2);
}
section.promotions#lower .col#col-1 p {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 150%;
  margin: 10px 0;
  text-transform: uppercase;
}
section.promotions#lower .col a {
  outline: none;
}
section.promotions#lower input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #92d400;
}
section.promotions#lower input::-moz-placeholder {
  /* Firefox 19+ */
  color: #92d400;
}
section.promotions#lower input:-ms-input-placeholder {
  /* IE 10+ */
  color: #92d400;
}
section.promotions#lower input:-moz-placeholder {
  /* Firefox 18- */
  color: #92d400;
}
/* ----------- trends k2 item ----------------- */
body.page-news .itemVideoBlock {
  margin-bottom: 30px;
}
/* ----------- speakers page ----------------- */
a.topicVideo {
  display: block;
}
a.topicVideo div {
  position: relative;
  transition: 0.2s;
  color: rgba(146, 212, 0, 0.5);
}
a.topicVideo div::before {
  content: "\f01d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
}
a.topicVideo div:hover,
a.topicVideo div:focus {
  color: #c8e97f;
}
.speakerTopicsGallery .speakerGallery .speakerGalThumb {
  display: block;
}
/* ----------- forms ----------------- */
.moduletable.boxed .rsform {
  max-width: 600px;
  margin: 0 auto;
}
.moduletable.boxed .rsform input[type="text"] {
  padding: 25px;
}
.moduletable.centered h2 {
  text-align: center;
}
.moduletable.centered .form-group {
  text-align: center;
}
.moduletable.centered input {
  text-align: center;
}
a.iconDownload {
  height: 75px;
  display: inline-block;
  line-height: 75px;
  padding-left: 80px;
  color: #dd1863;
  background: url(../images/icon_download.jpg) 0 50% no-repeat;
  background-size: 65px;
}
a.iconDownload:hover,
a.iconDownload:focus,
a.iconDownload:visited,
a.iconDownload:active {
  text-decoration: none;
  opacity: 0.7;
}
/* footer
--------------------------------
 */
#bottom2 {
  background: #5a245a;
  padding-top: 35px;
}
#bottom2 h3 {
  color: #fff;
  margin: 10px 0 20px;
}
#bottom2 a {
  color: #fff;
}
#bottom2 a span {
  color: #fff;
}
footer#ode {
  padding-bottom: 0;
  color: #fff;
}
footer#ode h3 {
  color: #92d400;
  font-size: 30px;
  margin: 20px 0 10px;
}
footer#ode p {
  color: #fff;
}
footer#ode a {
  color: #fff;
}
footer#ode ul.nav.menu li {
  padding: 5px 0;
}
footer#ode ul.nav.menu li a {
  display: inline;
  padding: 0 10px;
}
footer#ode ul.nav.menu li a:hover,
footer#ode ul.nav.menu li a:focus {
  background: none;
  color: #bea8bd;
}
footer#ode ul.nav.menu li i {
  font-size: 0.8em;
}
footer#ode form .formSpan4,
footer#ode form .formSpan8 {
  overflow: hidden;
  margin: 0;
  float: left;
}
footer#ode form .formSpan4 {
  width: 30%;
}
footer#ode form .formSpan8 {
  width: 70%;
}
footer#ode form .formControls {
  margin: 0;
}
footer#ode form .formControlLabel {
  display: none;
}
footer#ode form p.formDescription {
  margin: 0;
}
footer#ode form .rsform-block {
  margin: 0;
}
footer#ode form .formBody {
  float: none;
}
footer#ode form p {
  margin: 12px 0 18px;
}
footer#ode form input {
  margin: 0;
  border: 0;
  padding: 10px;
  box-shadow: none;
  background: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  color: #333;
  width: 100%;
}
footer#ode form ::-webkit-input-placeholder {
  /* Edge */
  color: #666;
}
footer#ode form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}
footer#ode form ::placeholder {
  color: #666;
}
footer#ode form #Subscribe {
  width: 100%;
  background-color: #bea8bd;
  background-image: none;
  border: 0;
  padding: 10px 20px;
  color: #5a245a;
  text-shadow: none;
  transition: 0.2s;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
footer#ode form #Subscribe:hover,
footer#ode form #Subscribe:focus {
  background-color: #8d678c;
}
footer#ode .module {
  margin-bottom: 25px;
}
footer#ode .module.lives-touched {
  font-size: 30px;
  font-weight: bold;
  font-family: "Kreon", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}
footer#ode .social {
  margin-top: 25px;
}
footer#ode .social a {
  background-color: #bea8bd;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 7px;
  color: #5a245a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px;
}
footer#ode .social a:hover,
footer#ode .social a:focus {
  background-color: #8d678c;
}
footer#ode .lower {
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 100px;
  height: 100px;
  margin-top: 50px;
  color: #bea8bd;
}
footer#ode .lower a {
  color: inherit;
  margin: 0 5px;
}
footer#ode .lower a:hover,
footer#ode .lower a:focus {
  color: #fff;
  text-decoration: none;
}
footer#ode .lower img {
  margin-right: 10px;
}
footer#ode .lower div.menu {
  display: inline;
}
/* showcase
--------------------------------
 */
.itemid-1543 #bottom2,
.itemid-1548 #bottom2,
.itemid-1516 #bottom2,
.itemid-257 #bottom2 {
  display: none;
}
section.showcasepage .header {
  background: url(../images/dare-2019/hilton.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin: 0 0 50px;
}
section.showcasepage .header .inner-wrap {
  width: 100%;
  background: rgba(90, 36, 90, 0.8);
}
section.showcasepage .header .inner-wrap .container {
  text-align: center;
}
section.showcasepage .header .inner-wrap .container a {
  padding: 50px 0;
  display: block;
}
section.showcasepage .lower {
  background: url(../images/dare-2019/crowd.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin: 0;
}
section.showcasepage .lower .inner-wrap {
  width: 100%;
  background: rgba(90, 36, 90, 0.9);
}
section.showcasepage .lower .inner-wrap h3 {
  color: #92d400;
  font-size: 2em;
  margin-top: 20px;
}
section.showcasepage .lower .inner-wrap h3.headline {
  color: #ff3737;
  font-size: 2.3em;
}
section.showcasepage .lower .inner-wrap p {
  color: #fff;
  font-size: 1.5em;
}
section.showcasepage .speaker {
  margin: 25px 0;
}
section.showcasepage .speaker h3 {
  margin: 25px 0 15px;
}
section.showcasepage .speaker .video {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section.showcasepage .speaker .video .inner {
  position: relative;
  width: 100%;
  height: 0;
}
section.showcasepage .speaker .video .rectangle {
  padding-bottom: 56%;
}
section.showcasepage .speaker .video .viddler-app-wrap {
  height: auto !important;
}
section.showcasepage .details {
  background: url(../images/dare-2019/room.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.showcasepage .details .inner-wrap {
  width: 100%;
  padding: 50px 0;
  background: rgba(90, 36, 90, 0.93);
}
section.showcasepage .btn.large {
  background: none;
  color: #5a245a;
  border: 5px solid #5a245a;
  border-radius: 0;
  width: 100%;
  font-size: 35px;
  margin-bottom: 75px;
  padding: 30px 0;
}
section.showcasepage .btn.large:hover,
section.showcasepage .btn.large:focus {
  background: rgba(90, 36, 90, 0.2);
  opacity: 1;
}
/*# sourceMappingURL=shan.css.map */