/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.trans-all, .button.default, p .button.default, .button.proceed:after, p .button.proceed:after, .button.stroked:after, p .button.stroked:after, .hotel_container h2, .hotel_container h2:before, .label span, .tab-titles a:after, .drop-list-wrapper li, #no-results, #main li ul, #to-top, .featured-item .button, .bx-controls a, aside .register-modal, .aside .register-modal, aside .register-modal .date, .aside .register-modal .date, .tab-content, div.view-all:before, .view-options span, ul.cards.has-actions .actions, ul.cards.has-actions .date, ul.cards .label, ul.cards .featured:before, ul.cards .featured:after, .card-content, .card-content .date, ul.list .description, ul.list .featured:after, ul.cards-min a {
  transition: all 400ms ease; }

.trans-all-slow {
  transition: all 4s ease-out; }

.trans-scale, #verticals .image-container {
  transition: transform 4s ease-out; }

.trans-left, #main {
  transition: left 400ms ease, opacity 400ms ease; }

.trans-transform-opacity {
  transition: transform 400ms ease, opacity 400ms ease; }

@-webkit-keyframes hero-contents {
  0% {
    -webkit-transform: translate(0, 5em);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@keyframes hero-contents {
  0% {
    transform: translate(0, 5em);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@-webkit-keyframes hero-video {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hero-video {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.button, p .button {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.9em 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color,color 400ms ease;
  font-family: "soleil", sans-serif; }
  .button.default, p .button.default {
    background: #353535;
    color: white;
    margin: 2em 0 0 0; }
  .button.default:hover, .button.on, p .button.default:hover, p .button.on {
    background: #686868; }
  .button.proceed, p .button.proceed {
    margin-bottom: 0 !important;
    padding: 25px 0;
    position: relative; }
    .button.proceed:after, p .button.proceed:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      display: block;
      margin-top: -15px;
      height: 30px;
      width: 30px;
      background: right no-repeat url(../images/bg-button-proceed.svg); }
    .button.proceed:hover:after, p .button.proceed:hover:after {
      transform: translate(5px, 0); }
  .button.light, p .button.light {
    background: #e7e7e7;
    color: inherit; }
    .button.light:hover, p .button.light:hover {
      color: #353535; }
  .button.disabled, p .button.disabled {
    background: #e7e7e7;
    color: #8e8e8e; }
  .button.stroked.white, p .button.stroked.white {
    border-color: white; }
  .button.stroked.purple, .parent-pageid-781 .button.stroked, p .button.stroked.purple, p .parent-pageid-781 .button.stroked, .parent-pageid-781 p .button.stroked {
    border-color: #6a496d;
    color: #6a496d;
    background: none;
    position: relative; }
  .button.stroked.red, p .button.stroked.red {
    border-color: #8a312a;
    color: #8a312a;
    background: none;
    position: relative; }
  .button.stroked.yellow, .parent-pageid-785 .button.stroked, p .button.stroked.yellow, p .parent-pageid-785 .button.stroked, .parent-pageid-785 p .button.stroked {
    border-color: #ca993a;
    color: #ca993a;
    background: none;
    position: relative; }
    .button.stroked.yellow:after, .parent-pageid-785 .button.stroked:after, p .button.stroked.yellow:after, p .parent-pageid-785 .button.stroked:after, .parent-pageid-785 p .button.stroked:after {
      background: #e7e7e7; }
  .button.stroked:after, p .button.stroked:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    bottom: -2px; }
  .button.stroked:hover:after, p .button.stroked:hover:after {
    width: 50%; }

.red .button {
  background: #a0443c; }
  .red .button:hover {
    background: #b34c43; }

.yellow .button {
  background: #dbad53; }
  .yellow .button:hover {
    background: #dfb768; }

.purple .button {
  background: #6a496d; }
  .purple .button:hover {
    background: #79537c; }

.button-view-all {
  font-size: 16px;
  background: right no-repeat url(../images/bg-button-view-all.svg);
  padding-right: 35px;
  line-height: 1.5em; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

.page-id-781 p a, .page-id-781 .featured-item .button:hover {
  color: #6a496d; }

.page-id-783 p a, .page-id-783 .featured-item .button:hover, .parent-pageid-783 p a, .single-publication .newsletter a, .single-publication #breadcrumbs a, .parent-pageid-783 #breadcrumbs a {
  color: #a0443c; }

.page-id-785 p a, .page-id-785 .featured-item .button:hover, .parent-pageid-785 #breadcrumbs a, .parent-pageid-785 .newsletter a {
  color: #ca993a; }

.page-template-page-whats-new a, .single-media #breadcrumbs a, .single-media .newsletter a {
  color: #353535; }

h1 {
  font-size: 1.5em;
  margin-bottom: 1em; }

h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0.5em; }

.hotel_container h2 {
  background: #f1f1f1;
  border: 2px solid #e7e7e7;
  cursor: pointer;
  padding: 10px 1em;
  position: relative;
  line-height: 1em;
  overflow: hidden; }
  .hotel_container h2:hover {
    background-color: white; }
  .hotel_container h2:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 6px;
    top: 0;
    left: -6px;
    background-color: #6a496d; }
  .hotel_container h2.active {
    color: #6a496d;
    background-color: white;
    padding-left: 1.1em; }
  .hotel_container h2.active:after {
    -webkit-transform: rotate(180deg); }
  .hotel_container h2.active:before {
    transform: translate(6px, 0); }
  .hotel_container h2:after {
    content: '';
    background: center no-repeat url(../images/bg-select.svg);
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -13px; }

.hotel_container a {
  color: #6a496d;
  font-weight: 700; }

#single .register-modal h2 {
  font-weight: 700;
  font-size: 22px;
  text-align: center; }

#single .register-modal .date h5 {
  margin-top: 0; }

.about .fifty:first-child h3 {
  color: #6a496d; }

.about .fifty:first-child .button {
  background-color: #6a496d; }

.about .flex:nth-child(2) .fifty:first-child h3 {
  color: #a0443c; }

.about .flex:nth-child(2) .fifty:first-child .button {
  background-color: #a0443c; }

.about .flex:nth-child(2) .fifty:last-child h3 {
  color: #ca993a; }

.about .flex:nth-child(2) .fifty:last-child .button {
  background-color: #ca993a; }

.about .action-callout a {
  font-weight: 700; }

h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 1em; }

h3.title {
  background: #353535;
  color: white;
  margin-bottom: inherit;
  padding: 1.4em 0;
  font-size: 1.4em;
  text-align: center;
  text-transform: inherit; }

h3.subtitle {
  font-size: 20px; }

.page-id-783 h3.title {
  background-color: #a0443c; }

.page-id-783 .featured-item h3 {
  color: #a0443c; }

.page-id-781 h3.title {
  background: #6a496d; }

.page-id-781 .featured-item h3 {
  color: #6a496d; }

.page-id-785 h3.title {
  background: #ca993a; }

.page-id-785 .featured-item h3 {
  color: #ca993a; }

h3.title.default {
  background: #353535 !important; }

h4 {
  font-size: 1.6em;
  margin-bottom: 0.7em;
  line-height: 1.3em; }

h5 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.4em; }

h6 {
  margin-bottom: 5px;
  font-family: "industry", sans-serif;
  font-weight: 600;
  font-size: 15px; }

footer h5 {
  font-size: 1.1em; }

footer nav h5 {
  border-bottom: 2px solid #e7e7e7; }

p {
  font-family: "industry", sans-serif;
  font-size: 18px;
  line-height: 1.4em; }

.date p {
  font-family: "soleil", sans-serif;
  font-size: 16px; }

.red-text {
  color: #8a312a; }
  .red-text.on {
    border-color: #8a312a; }

.purple-text {
  color: #6a496d; }
  .purple-text.on {
    border-color: #6a496d; }

.green-text {
  color: #6a496d; }
  .green-text.on {
    border-color: #6a496d; }

.yellow-text {
  color: #ca993a; }
  .yellow-text.on {
    border-color: #ca993a; }

span.labels {
  font-family: "soleil", sans-serif;
  line-height: 1em;
  font-size: 16px;
  display: inline-block; }

span.labels strong {
  font-weight: normal;
  background: #e7e7e7;
  display: inline-block;
  margin-right: 3px;
  padding: 3px; }

.label span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #353535;
  background: #e7e7e7;
  display: inline-block;
  border: 2px solid transparent;
  border-bottom: 0;
  padding: 3px 10px; }

.publisher p {
  font-size: 13px;
  font-style: italic; }

#single ol, #single ul, .table {
  font-size: 18px;
  font-family: "industry", sans-serif;
  box-shadow: 0 3px 10px #c3c3c3;
  border: 2px solid #e7e7e7;
  margin: 30px 0 40px 0;
  padding: 1em 3em;
  max-width: 36em;
  position: relative; }
  #single ol:before, #single ul:before, .table:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e7e7e7;
    position: absolute;
    top: 0;
    right: 0; }
  #single ol li, #single ul li, .table li {
    padding: 0.7em 0;
    border-top: 1px dotted #9b9b9b; }
  #single ol li:first-child, #single ul li:first-child, .table li:first-child {
    border-top: 0; }
  #single ol ul, #single ul ul, .table ul {
    margin: 1em 0 1em 1em;
    padding: 0;
    font-size: 16px;
    box-shadow: none;
    border: 0; }
  #single ol ul:before, #single ul ul:before, .table ul:before {
    content: none; }
  #single ol ul li, #single ul ul li, .table ul li {
    background: left no-repeat url(../images/bg-default-list.svg);
    padding-left: 2em; }

.table {
  display: table;
  width: 100%; }
  .table .row {
    display: table-row; }
  .table .row div {
    display: table-cell;
    border-top: 1px dotted #9b9b9b;
    padding: 0.7em; }
  .table .row:first-child div {
    border-top: 0; }
  .table .row .title {
    padding-left: 0;
    border-right: 2px solid #e7e7e7;
    width: 10em; }

#single h2 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 1em; }
#single h4 {
  font-size: 22px;
  margin: 1em 0; }
#single h5 {
  text-transform: uppercase;
  margin: 1em 0;
  font-weight: 700;
  font-size: 17px; }
#single p {
  line-height: 36px;
  padding: 0.6em 0; }
#single aside h5 {
  text-transform: inherit;
  font-size: 20px;
  font-weight: inherit; }

.contact-us #single h4 {
  margin: 1em 0 0 0; }

aside h3 {
  text-transform: inherit;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: inherit; }

#single .date h5, #single .date p {
  margin: 0;
  padding: 0;
  line-height: 1em; }
#single .date h5 {
  margin: 10px 0; }

.default p {
  line-height: 36px;
  padding: 0.6em 0; }

.page-id-781 aside h3 {
  color: #6a496d; }

.advisory aside h3 {
  color: #ca993a; }

.tab-titles {
  margin-bottom: 1em; }
  .tab-titles a {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    border: 2px solid transparent;
    margin: 5px;
    text-align: center;
    padding: 0.8em 0.5em 0.6em 0.5em;
    line-height: 1em;
    position: relative;
    font-weight: bold;
    color: #353535;
    border-color: white; }
    .tab-titles a:after {
      content: '';
      width: 4em;
      margin: auto;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 50%;
      margin-left: -2em; }
    .tab-titles a:hover:after {
      width: 6em;
      margin-left: -3em; }
  .tab-titles a.active {
    border-color: #353535; }
  .tab-titles a.active:after {
    content: '';
    display: block;
    width: 18px !important;
    height: 2px;
    background: white !important;
    position: absolute;
    left: 0 !important;
    bottom: -2px;
    margin-left: 0 !important; }

.page-id-781 .tab-titles a, .single-online-course .tab-titles a, .single-course .tab-titles a {
  color: #6a496d; }

.page-id-781 .tab-titles a.active, .single-online-course .tab-titles a.active, .single-course .tab-titles a.active {
  border-color: #6a496d;
  color: #6a496d; }

.single-online-course .tab-titles a {
  color: #6a496d; }

.single-publication .tab-titles a {
  color: #a0443c; }

.single-publication .tab-titles a.active {
  border-color: #a0443c; }

input, textarea {
  width: 100%;
  display: block;
  font-family: "industry", sans-serif;
  font-size: 18px;
  padding: 0.6em 1.4em;
  border: 2px solid #e7e7e7; }

input[type=submit] {
  display: inline-block;
  width: auto;
  border: 0;
  line-height: 1em;
  font-family: "soleil", sans-serif; }

input[type=checkbox] {
  display: inline-block;
  width: inherit;
  vertical-align: middle;
  margin-right: 5px; }

fieldset {
  display: inline; }

form label {
  font-weight: normal;
  display: block;
  padding: 20px 0 10px 0;
  font-size: 14px; }

form select {
  width: 100%;
  border: 2px solid #e7e7e7; }

footer .field-wrap {
  float: left;
  padding: 0;
  width: auto; }

footer .submit-wrap {
  float: left;
  clear: none;
  margin: 0; }

footer input {
  padding: 5px 10px;
  font-size: 15px;
  display: inline-block;
  width: auto; }

footer .button {
  margin: 0; }

footer input[type=submit] {
  font-size: 15px;
  padding: 4px 10px;
  line-height: inherit;
  border: 2px solid #e7e7e7;
  text-transform: uppercase;
  background: #e7e7e7;
  color: #8e8e8e; }

footer .ninja-forms-error-msg {
  margin: 0 0 5px 0; }

footer .ninja-forms-field-error {
  bottom: 13px; }

.ninja-forms-error-msg div {
  text-align: center;
  margin: 0 10px 10px;
  padding: 10px;
  background-color: #a0443c;
  color: white; }

.ninja-forms-field-error.field-has-errors {
  position: relative;
  height: auto;
  width: auto;
  display: block;
  background-color: #a0443c;
  color: white;
  border-radius: 0;
  text-align: center;
  bottom: inherit;
  right: inherit;
  margin-top: 10px; }
  .ninja-forms-field-error.field-has-errors p {
    display: block;
    font-family: "soleil", sans-serif;
    font-size: 16px;
    padding: 0 !important; }

aside .field-wrap {
  padding: 0;
  width: auto; }

#ninja_forms_form_1 .field-wrap {
  padding: 0; }

#ninja_forms_field_26_div_wrap {
  width: 100%; }

.field-wrap.textarea-wrap, .field-wrap.spam-wrap, #ninja_forms_field_86_div_wrap {
  width: 100%; }

.field-wrap {
  padding: 0 10px;
  position: relative;
  overflow: hidden; }
  .field-wrap.full {
    width: 100%;
    float: none; }
  .field-wrap.clear-wrap {
    clear: left; }

.aff_countries_dd-wrap {
  width: 100%; }

footer .submit-wrap {
  float: left;
  width: 50%; }

.submit-wrap {
  display: block;
  clear: both;
  margin-top: 1em;
  width: 100%;
  float: none; }

.ninja-forms-all-fields-wrap {
  overflow: hidden; }

.nf-desc, #single .nf-desc {
  clear: both;
  display: block;
  margin-bottom: 0; }
  .nf-desc:before, #single .nf-desc:before {
    display: block;
    width: 100%;
    height: 1em;
    content: ''; }

.textarea-wrap {
  width: 100%;
  float: none;
  clear: both; }

.ninja-forms-field-error {
  background-color: #a0443c;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50em; }
  .ninja-forms-field-error p {
    display: none; }

.hp-wrap {
  display: none; }

#single form ul {
  margin: 10px 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  max-width: inherit; }
  #single form ul:before {
    display: none; }
  #single form ul li {
    padding: 10px; }

.ninja-forms-no-display {
  display: none !important; }

#ninja_forms_field_82_div_wrap, #ninja_forms_field_83_div_wrap, #ninja_forms_field_84_div_wrap, #ninja_forms_field_85_div_wrap {
  display: none; }

#selected-course, #selected-publication, #selected-details {
  display: none;
  border: 2px solid transparent;
  padding: 10px; }
  #selected-course.selected, #selected-publication.selected, #selected-details.selected {
    background-color: #e7e7e7;
    border-color: #6a496d;
    color: #6a496d;
    font-weight: 700;
    display: block; }

#selected-publication.selected {
  border-color: #a0443c;
  color: #a0443c; }

#selected-details.selected {
  border-color: #6a496d;
  color: #6a496d; }

.drop-list-wrapper {
  border: 2px solid #e7e7e7;
  margin: 10px 0;
  padding: 10px; }
  .drop-list-wrapper ul {
    display: none;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 2px solid #e7e7e7 !important; }
  .drop-list-wrapper li {
    border-left: 4px solid transparent;
    cursor: pointer !important;
    display: block; }
  .drop-list-wrapper li:hover {
    background-color: #f4f4f4; }
  .drop-list-wrapper li.selected {
    background-color: #e7e7e7;
    border-color: #6a496d; }
  .drop-list-wrapper.on ul {
    display: inherit; }
  .drop-list-wrapper.on .drop-list:after {
    -webkit-transform: rotate(180deg); }

.drop-list {
  display: block;
  padding: 0 40px 0 10px;
  font-family: "industry", sans-serif;
  font-size: 18px;
  position: relative;
  cursor: pointer; }
  .drop-list:after {
    content: '';
    background: center no-repeat url(../images/bg-select.svg);
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0; }

.richName {
  border: 2px solid #6a496d;
  display: block;
  padding: 10px;
  padding-right: 35px;
  margin-top: 8px;
  position: relative;
  line-height: 1em;
  cursor: inherit; }

.close-button {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  background: center no-repeat url(../images/bg-close-button.svg); }

#no-results {
  text-align: center;
  visibility: hidden;
  opacity: 0; }
  #no-results.on {
    visibility: visible;
    opacity: 1; }
  #no-results span {
    padding: 2em 1em;
    display: block; }

#Container .mix {
  display: none; }

#courses .mix, #schedule .mix {
  display: none; }

#filter {
  text-align: center;
  padding: 2.5em 0;
  border-bottom: 2px solid #e7e7e7; }

#filter-min {
  overflow: hidden; }
  #filter-min .view-options {
    margin: 1em 0;
    position: relative;
    top: inherit;
    right: inherit;
    float: right; }

#filter h5 {
  max-width: 40em;
  margin: auto;
  margin-bottom: 0.5em; }

select::-ms-expand {
  display: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #353535;
  border-radius: 0;
  background: right no-repeat url(../images/bg-select.svg);
  padding: 0.6em 40px 0.6em 1.5em;
  font-family: "industry", sans-serif;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 15px;
  outline: none; }
  select:focus {
    background-color: #e7e7e7; }

.no-flexbox select {
  padding: 0.5em; }

.no-flexbox select, .no-flexbox .page-template-page-schedule select, .no-flexbox .page-template-page-courses select {
  background: none; }

.page-template-page-schedule select, .page-template-page-courses select {
  border-color: #6a496d;
  background: right no-repeat url(../images/bg-select-purple.svg);
  width: 15em; }

.market-data select {
  border-color: #a0443c;
  background-image: url(../images/bg-select-red.svg); }

select.absolute-right {
  margin-top: 10px;
  width: 12em; }

.training select {
  border-color: #6a496d;
  background: right no-repeat url(../images/bg-select-purple.svg); }

.filter-title {
  font-weight: 700;
  color: #6a496d;
  text-transform: capitalize; }

.ninja-forms-required-items {
  display: none; }

#ninja_forms_field_2_label {
  display: none; }

.newsletter p {
  margin-bottom: 1em; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "soleil", sans-serif; }

.container {
  padding: 0 1em;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #6a496d;
  border-bottom: 2px solid #e7e7e7; }

.pull-right {
  float: right; }

#logo {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 200px;
  height: 80px; }
  #logo svg {
    width: 200px;
    height: 80px; }
  #logo a {
    z-index: 9;
    border: none; }

.page-id-781 #logo .type, .parent-pageid-781 #logo .type, .single-course #logo .type {
  fill: #6a496d; }

.page-id-783 #logo .type, .parent-pageid-783 #logo .type, .single-publication #logo .type {
  fill: #a0443c; }

.page-id-785 #logo .type, .parent-pageid-785 #logo .type {
  fill: #ca993a; }

#top-bar {
  background: white;
  height: 60px;
  position: relative; }

#hamburger {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 500;
  top: 17px;
  right: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 1em; }

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #353535;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#hamburger span:nth-child(even) {
  left: 50%; }

#hamburger span:nth-child(odd) {
  left: 0px; }

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 0px; }

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 12px; }

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 24px; }

#hamburger.open {
  position: fixed;
  top: 17px; }

#hamburger.open span {
  background: white; }

#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburger.open span:nth-child(2), #hamburger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburger.open span:nth-child(1) {
  left: 2px;
  top: 7px; }

#hamburger.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 7px; }

#hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#hamburger.open span:nth-child(5) {
  left: 2px;
  top: 18px; }

#hamburger.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 18px; }

#main.on {
  z-index: 400;
  opacity: 1;
  visibility: visible;
  left: 0; }
  #main.on > ul {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: scroll; }

#main {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -3em;
  height: 100%;
  background: #353535;
  z-index: 9999; }
  #main li {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: block; }
  #main li ul {
    background: #353535;
    padding: 1.5em;
    border-bottom: 4px solid #494949; }
  #main > ul li {
    color: white; }
  #main li.about {
    background: #494949; }
  #main li.training {
    background: #6a496d; }
  #main li.market-intelligence {
    background: #a0443c; }
  #main li.advisory {
    background: #ca993a; }
  #main li li.current_page_item {
    font-weight: 700; }
  #main li li {
    float: none;
    font-weight: normal;
    text-transform: capitalize; }
  #main li ul a {
    padding: 0.5em 0;
    color: white; }
  #main a {
    display: block;
    padding: 1.5em;
    cursor: pointer;
    border: none;
    color: inherit; }

#to-top {
  display: block;
  width: 50px;
  height: 50px;
  background: white center no-repeat url(../images/bg-to-top.svg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  opacity: 0;
  visibility: hidden; }
  #to-top.on {
    opacity: 1;
    visibility: visible; }

#hero-home {
  display: block;
  color: white;
  text-align: center;
  clear: both;
  position: relative;
  overflow: hidden; }
  #hero-home .container {
    width: 100%;
    text-align: center; }
  #hero-home .hero-contents {
    max-width: 60em;
    margin: 0 auto;
    padding: 5em 0 4em 0;
    position: relative;
    opacity: 0;
    z-index: 2;
    -webkit-animation-name: hero-contents;
    -webkit-animation-duration: 600ms;
    -webkit-animation-delay: 350ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: hero-contents;
    animation-duration: 600ms;
    animation-delay: 350ms;
    animation-fill-mode: forwards; }
  #hero-home .image-container {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  #hero-home img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.no-flexbox #hero-home .hero-contents {
  opacity: 1; }

.market-data #hero-inside {
  background: #a0443c; }

.page-id-781 #hero-inside {
  background: #6a496d; }

.advisory #hero-inside {
  background: #ca993a; }

#hero-inside {
  background: #353535;
  color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%; }
  #hero-inside .container {
    width: 100%;
    text-align: center; }
  #hero-inside .hero-contents {
    max-width: 60em;
    margin: 0 auto;
    padding: 3.5em 0;
    position: relative;
    z-index: 4; }
  #hero-inside h1 {
    margin-bottom: inherit; }
  #hero-inside a.parent-page, #hero-inside span {
    margin-bottom: 5px;
    display: block; }
  #hero-inside img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-height: 100% !important;
    max-width: inherit;
    width: 100%;
    height: inherit; }
  #hero-inside video {
    position: absolute;
    top: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    opacity: 0;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: hero-video;
    animation-duration: 1000ms;
    animation-fill-mode: forwards; }
  #hero-inside.landing-page {
    border-bottom: 5px solid #353535; }
  #hero-inside.has-image:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.landing-page .hero-contents {
  opacity: 0;
  -webkit-animation-name: hero-contents;
  -webkit-animation-duration: 600ms;
  -webkit-animation-delay: 350ms;
  -webkit-animation-fill-mode: forwards;
  animation-name: hero-contents;
  animation-duration: 600ms;
  animation-delay: 350ms;
  animation-fill-mode: forwards; }

.no-flexbox .landing-page .hero-contents {
  opacity: 1; }

.page-id-781 #hero-inside.landing-page {
  border-color: #6a496d; }

.parent-pageid-781 #hero-inside, .single-online-course #hero-inside, .single-course #hero-inside {
  background-color: #6a496d; }

.page-id-783 #hero-inside.landing-page {
  border-color: #a0443c; }

.parent-pageid-783 #hero-inside, .single-publication #hero-inside {
  background-color: #a0443c; }

.parent-pageid-785 #hero-inside {
  background-color: #ca993a; }

.page-id-785 #hero-inside.landing-page {
  border-color: #ca993a; }

.parent-page {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  border: none;
  color: white; }

.message {
  padding: 4em 0; }
  .message.multi {
    padding: 0; }
  .message.multi .container {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    padding: 0; }
  .message .container {
    max-width: 55em;
    margin: auto;
    text-align: center;
    overflow: hidden; }
  .message h4 {
    max-width: 35em;
    margin: auto;
    margin-bottom: 0.7em; }
  .message p {
    line-height: 1.6em; }
  .message .button.light {
    margin-top: 2em; }

.page-message {
  padding: 2em; }

.featured-item {
  padding: 2em;
  width: 100%;
  border-top: 2px solid #e7e7e7; }
  .featured-item .button:hover {
    background: #f1f1f1; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flexbox .flex {
  overflow: hidden; }

div.fifty, div.thirty {
  float: left;
  width: 100%;
  padding: 2em 0;
  border-top: 2px solid #e7e7e7; }

div.fifty:first-child, div.thirty:first-child {
  border-top: 0; }

.top-border {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden; }

section.about .flex:first-child {
  border-top: 2px solid #e7e7e7; }

section.about .flex:last-child {
  border-bottom: 2px solid #e7e7e7; }

section.about .action-callout p {
  max-width: 42em; }

.page-id-781 .action-callout p {
  border-bottom-color: #6a496d; }

.page-id-783 .action-callout p {
  border-bottom-color: #a0443c; }

.page-id-785 .action-callout p {
  border-bottom-color: #ca993a; }

.default {
  overflow: hidden; }
  .default ul {
    font-family: "industry", sans-serif;
    margin: 2em 1em; }
  .default li {
    padding: 0.3em 2em;
    background: left no-repeat url(../images/bg-default-list.svg); }
  .default p {
    font-size: 17px; }

.action-callout {
  text-align: center;
  position: relative; }
  .action-callout:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #e7e7e7;
    top: 50%;
    left: 0;
    margin-top: -2px;
    z-index: 2; }
  .action-callout p {
    display: inline-block;
    position: relative;
    z-index: 3;
    background: #e7e7e7;
    padding: 2em 4em;
    max-width: 30em;
    font-family: "soleil", sans-serif;
    line-height: 1.4em;
    box-shadow: 0 3px 10px #c3c3c3;
    border-bottom: 4px solid #c1c1c1; }

.slider {
  text-align: center; }
  .slider .container {
    padding: 1em; }
  .slider .container:before {
    content: '';
    height: 2px;
    width: 7em;
    display: inline-block;
    background: #cecece;
    margin-bottom: 20px; }

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.slider-content {
  font-size: 1.6em;
  line-height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; }
  .slider-content.on {
    visibility: visible; }

.about-slider-content {
  font-size: 1em; }

.has-slider {
  padding: 2em;
  box-shadow: 0 3px 10px #c3c3c3;
  border: 2px solid #e7e7e7;
  position: relative; }
  .has-slider:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e7e7e7;
    position: absolute;
    top: 0;
    right: 0; }

.default .has-slider ul {
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-family: "soleil", sans-serif; }

.default .has-slider li {
  background: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-size: 1.1em; }

.has-slider .bx-pager {
  text-align: left;
  margin-top: 2em;
  padding: 0; }

.bx-pager {
  text-align: center;
  padding: 2em 0; }

.bx-pager-item {
  display: inline-block; }

.bx-pager-item a {
  display: block;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  background: #cecece;
  border-radius: 50em;
  border: 0;
  margin: 4px 6px; }
  .bx-pager-item a.active {
    background: #353535; }

.bx-controls-direction {
  position: absolute;
  top: 20%;
  height: 25px;
  width: 100%;
  display: none; }

.bx-controls a {
  opacity: 1;
  visibility: visible; }

.bx-controls a.disabled {
  visibility: hidden;
  opacity: 0; }

.bx-next, .bx-prev {
  position: absolute;
  top: 0;
  height: 25px;
  width: 30px;
  display: block;
  text-indent: -9999em; }

.bx-prev {
  background: center no-repeat url(../images/bg-button-view-all-lg-default.svg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-transform: rotate(180deg);
  left: -7em; }

.bx-next {
  background: center no-repeat url(../images/bg-button-view-all-lg-default.svg);
  right: -7em; }

#verticals {
  position: relative;
  z-index: 40;
  margin-bottom: 2em;
  overflow: hidden; }
  #verticals p {
    padding: 0;
    margin-bottom: 1em; }
  #verticals .container {
    padding: 0; }
  #verticals img {
    width: 100%;
    position: absolute; }
  #verticals .image-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  #verticals h2 {
    background: left no-repeat url(../images/bg-left-arrow.svg);
    padding-left: 25px;
    line-height: 1.2em; }
  #verticals a {
    color: white;
    display: inline-block;
    position: relative;
    z-index: 4; }

a.block-link {
  display: block !important;
  position: absolute !important;
  border: none;
  min-height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0; }

.block {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.block-contents {
  position: relative;
  margin-top: 7em;
  padding: 1em 1.5em 1.5em 1.5em;
  background: #e7e7e7;
  border-bottom: 6px solid transparent; }
  .block-contents .button {
    display: block; }

.block-contents.red {
  border-bottom-color: #be5a51; }

.block-contents.purple {
  border-bottom-color: #885d8c; }

.block-contents.yellow {
  border-bottom-color: #e4c17d; }

#single {
  padding: 2em 0;
  overflow: hidden;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden; }

#single .container {
  max-width: 80em; }

/*.pre-content{
	overflow: hidden;
	p{display: none;}
	p:first-child{
		display: block;
	}
	&.on p{
		display: block;
	}
}*/
.pre-content-wrapper {
  position: relative; }

.pre-content.limited {
  max-height: 15em;
  overflow: hidden;
  margin-bottom: 2em; }

#full-description {
  margin: 0;
  text-align: center;
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%; }
  #full-description:before {
    content: '';
    display: block;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 -10px 10px white; }
  #full-description .button {
    display: block;
    margin: 0; }
  #full-description.on {
    display: block; }

aside, .aside {
  border-top: 2px solid #e7e7e7;
  padding-top: 2em; }

#single ul.fifty {
  margin: 0;
  padding: 0;
  max-width: inherit;
  overflow: hidden; }
  #single ul.fifty li {
    border: 0;
    padding: 0;
    width: 50%;
    float: left;
    position: relative;
    border-top: 2px solid #e7e7e7;
    border-left: 2px solid #e7e7e7;
    border-bottom: 0; }
    #single ul.fifty li:first-child {
      border-top: 2px solid #e7e7e7; }
    #single ul.fifty li:nth-child(2n+1) {
      clear: left;
      border-left: 0; }
  #single ul.fifty .content {
    margin: 1em; }
  #single ul.fifty img {
    display: block; }

#single ul.split {
  max-width: 100%;
  margin: 0;
  padding: 10px 20px;
  overflow: hidden; }
  #single ul.split li {
    padding: 0;
    margin: 0;
    background-image: none; }
  #single ul.split .column {
    overflow: hidden;
    border: 0; }
  #single ul.split .column ul {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 0;
    max-width: inherit; }
  #single ul.split .column li {
    padding: 10px 0;
    font-size: 16px; }
  #single ul.split .column ul:before {
    display: none; }
  #single ul.split .column:first-child {
    padding-left: 0; }
  #single ul.split .column:last-child {
    padding-right: 0; }

#single .career-item {
  border-top: 2px solid #e7e7e7;
  margin-top: 1em;
  padding: 1em 0; }
  #single .career-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

aside, .aside {
  position: relative;
  top: 0; }
  aside .button, .aside .button {
    display: block; }
  aside.has-actions .button, .aside.has-actions .button {
    display: block;
    margin: 0 0 15px 0; }
  aside.has-actions .button.light, .aside.has-actions .button.light {
    display: inline-block; }
  aside.fixed, .aside.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900; }
  aside.static, .aside.static {
    position: static;
    right: 0; }
  aside .upcoming-dates, .aside .upcoming-dates {
    background: #f4f4f4;
    padding: 2em; }
  aside .date, .aside .date {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 2px solid #e7e7e7;
    position: relative; }
  aside .date:first-of-type, .aside .date:first-of-type {
    border-top: 0; }
  aside .contents, .aside .contents {
    position: relative; }
  aside .register-modal, .aside .register-modal {
    background: white;
    border: 2px solid #e7e7e7;
    box-shadow: 0 3px 10px #e7e7e7;
    position: fixed;
    z-index: 900;
    top: 0;
    padding-top: 2em;
    width: 90%;
    margin: 5%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
    aside .register-modal.on, .aside .register-modal.on {
      opacity: 1;
      visibility: visible; }
  aside .register-modal .date, .aside .register-modal .date {
    margin: 15px;
    padding: 1em;
    border-top: 0;
    border: 2px solid transparent;
    cursor: pointer; }
  aside .register-modal .date:hover, aside .register-modal .date.selected, .aside .register-modal .date:hover, .aside .register-modal .date.selected {
    background: #e7e7e7;
    border-color: #6a496d; }
  aside img, .aside img {
    display: block;
    max-width: 150px;
    max-height: 80px;
    margin: 10px 0; }

.image-placeholder {
  border: 2px solid #353535;
  text-align: center;
  padding: 4em 2em;
  text-transform: uppercase; }

hr {
  height: 1px;
  border: 0;
  background: #c1c1c1;
  display: block;
  margin: 0.5em auto; }

#breadcrumbs {
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 3px 4px #e7e7e7;
  padding: 1em 0;
  clear: both; }
  #breadcrumbs li {
    display: inline-block;
    padding: 0.4em 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4em; }
  #breadcrumbs li.separator {
    margin: 0 10px;
    font-weight: normal; }
  #breadcrumbs a {
    font-weight: normal;
    border: none;
    color: inherit; }

.tab-titles {
  margin-top: 10px; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }

section.highlighted {
  clear: both;
  background: #e7e7e7;
  display: block;
  overflow: hidden; }

.push {
  padding: 3em 0; }

.light-push {
  padding: 10px; }

img.circle {
  border-radius: 500em; }

.one-third.spotlight {
  width: 100%; }

.upcoming .cards .card-content {
  overflow: inherit;
  padding-bottom: 30px; }

ul.with-all {
  margin: 3em 0 0 0; }

ul.with-all li:last-child {
  width: 100%; }

ul.cards.forty.uneven {
  display: block; }
  ul.cards.forty.uneven li {
    overflow: hidden; }
  ul.cards.forty.uneven li:nth-child(2n+1) {
    clear: both; }

ul.cards.forty.has-actions .button {
  display: block;
  margin: 0; }

div.view-all {
  display: block;
  width: 100%;
  border: 2px solid #6a496d;
  position: relative;
  min-height: 90px; }

.page-id-783 div.view-all {
  border-color: #a0443c; }
  .page-id-783 div.view-all a {
    color: #a0443c; }

div.view-all a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #6a496d; }

div.view-all a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  background: center no-repeat url(../images/bg-button-view-all.svg); }

.page-id-783 div.view-all a:after {
  background-image: url(../images/bg-button-view-all-red.svg); }

.highlighted div.view-all:before {
  background: #e7e7e7; }

div.view-all:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 18px;
  top: -2px;
  left: 0;
  background: white; }

div.view-all:hover:before {
  width: 50%; }

.cards-min div.view-all a {
  padding: 0;
  font-size: 15px;
  background: none;
  display: flex;
  justify-content: center; }

.cards-min div.view-all a:after {
  display: inline; }

.spotlight {
  border-top: 2px solid #cecece; }

.spotlight img {
  max-width: 10em;
  margin: -2em 0 0 1em; }

.spotlight .button {
  margin-top: 2em; }

section#courses, section#online-courses, section#schedule, section#market-data {
  background: #e7e7e7;
  min-height: 20em;
  clear: both; }
  section#courses .container, section#online-courses .container, section#schedule .container, section#market-data .container {
    padding: 0; }
  section#courses .button, section#online-courses .button, section#schedule .button, section#market-data .button {
    margin: 0;
    padding: 0.9em 0;
    display: block; }

.actions {
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  position: relative;
  z-index: 3; }
  .actions span {
    float: left;
    width: 50%;
    padding: 10px;
    overflow: visible; }
  .actions span:nth-child(2n+1) {
    padding-left: 0; }
  .actions span:nth-child(2n) {
    padding-right: 0; }
  .actions.single span {
    margin-top: 1em;
    padding: inherit !important; }

.view-options {
  position: absolute;
  right: 20px;
  top: 57px;
  display: none; }
  .view-options span {
    background: #e7e7e7; }
  .view-options div.on span, .view-options div:hover span {
    background: #353535; }

.no-flexbox .view-options {
  display: none; }

#card-view {
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  float: left;
  margin-right: 1em; }
  #card-view span {
    width: 7px;
    display: block;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0; }
  #card-view span:nth-child(even) {
    left: inherit;
    right: 0; }
  #card-view span:nth-child(3) {
    top: 13px; }
  #card-view span:nth-child(4) {
    top: 13px; }

#list-view {
  display: block;
  height: 20px;
  width: 30px;
  position: relative;
  float: left; }
  #list-view span {
    width: 100%;
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0; }
  #list-view span:nth-child(2) {
    top: 8px; }
  #list-view span:nth-child(3) {
    top: 16px;
    width: 75%; }

#list-view.on span:nth-child(3) {
  width: 100%; }

ul.cards.thirty li {
  padding-bottom: 3em; }
ul.cards.forty li {
  padding-bottom: 1em; }
ul.cards.forty.with-all li {
  padding-bottom: 3em; }
ul.cards.fifty li {
  padding-bottom: 1em; }
ul.cards:after {
  content: '';
  display: block;
  clear: both; }
ul.cards.schedule-grid .card-content, ul.cards.news-grid .card-content {
  overflow: visible; }
ul.cards.schedule-grid .card-content:after {
  content: '';
  display: block;
  clear: both; }
ul.cards.forty.schedule-grid li {
  padding-bottom: 30px; }
ul.cards .credits {
  display: inline-block; }
ul.cards .description {
  margin-top: 1em; }
ul.cards .label {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  text-align: center; }
  ul.cards .label a {
    border: none; }
ul.cards .featured:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #6a496d transparent transparent;
  opacity: 1; }
ul.cards .featured:hover:before {
  border-width: 0 10px 0 20px;
  opacity: 0.5; }
ul.cards .featured:after {
  content: 'Featured';
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0; }
ul.cards .featured:hover:after {
  opacity: 1;
  transform: translate(-10px, 0); }
ul.cards.invert .card-content {
  background: #e7e7e7;
  border: 2px solid #dadada; }
ul.cards.invert .card-content:hover {
  background: white;
  border-color: white; }
ul.cards.invert .card-content:hover .label {
  transform: translate(0, -8px); }
  ul.cards.invert .card-content:hover .label span {
    background: none;
    border-color: #e7e7e7; }

.card-content .date {
  bottom: -20px;
  left: 0;
  background: white;
  color: #6a496d;
  padding: 10px 20px;
  box-shadow: 0 3px 10px #c3c3c3;
  position: absolute;
  z-index: 4; }
  .card-content .date span {
    display: inline-block;
    float: right;
    margin: 0 0 0 5px;
    font-family: inherit;
    font-weight: 700; }

.card-content {
  position: relative;
  background: white;
  padding: 30px;
  width: 100%;
  overflow: hidden; }
  .card-content:hover {
    box-shadow: 0 5px 10px #b4b4b4; }
  .card-content a.block-link {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 900;
    border: none; }
  .card-content .title a {
    color: inherit;
    border: none; }

ul.list .card-content {
  overflow: visible; }
ul.list .credits {
  display: inline-block; }
ul.list .description {
  opacity: 0;
  visibility: hidden; }
  ul.list .description.on {
    opacity: 1;
    visibility: visible; }
ul.list .featured:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #6a496d transparent transparent;
  opacity: 1; }

ul.cards-min {
  margin: 2em 0 0;
  padding: 0;
  font-family: "soleil", sans-serif;
  font-size: 17px;
  overflow: hidden; }
  ul.cards-min li {
    width: 100%;
    padding: 10px;
    margin: 0;
    background: none; }
  ul.cards-min li:last-child a {
    box-shadow: none; }
  ul.cards-min .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  ul.cards-min a {
    border: 2px solid #e7e7e7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    text-align: center; }
  ul.cards-min .view-all-small a {
    text-transform: uppercase;
    font-size: 15px; }
  ul.cards-min a:hover {
    box-shadow: 0 5px 5px #dadada;
    color: #6a496d; }

.hotel_content {
  display: none; }

footer {
  padding: 1em 0;
  overflow: hidden; }

footer .push {
  padding: 1em 0; }

footer li.title {
  border-bottom: 2px solid #e7e7e7; }

footer ul {
  font-size: 15px;
  display: none;
  margin-bottom: 0; }
  footer ul.on {
    display: block;
    margin-bottom: 1em; }
  footer ul a {
    font-family: "industry", sans-serif !important;
    border: none;
    color: inherit; }

footer li {
  padding: 0.2em 0; }

footer .newsletter p {
  font-size: 15px; }

footer .two-thirds {
  width: 100%; }

footer h5 {
  margin-bottom: 5px;
  border-bottom: 2px solid #e7e7e7; }

.one-third.newsletter {
  width: 100%; }

@media screen and (min-width: 40em) {
  ul.cards.fifty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  ul.cards.fifty li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    padding: 20px; }

  .field-wrap {
    float: left;
    width: 50%; }

  .submit-wrap {
    width: 100%; } }
@media screen and (min-width: 50em) {
  h1 {
    font-size: 2.2em; }

  #hero-home h1 {
    font-size: 3em; }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2em; }

  #logo {
    width: 310px;
    height: 110px;
    left: 31px; }

  #logo svg {
    width: 310px;
    height: 110px; }

  #hero-home .hero-contents {
    padding: 12em 0 15em 0; }

  #verticals {
    margin-top: -9em; }

  #verticals .container {
    padding: 0 1em; }

  #verticals .one-third {
    padding: 0 15px; }

  .block:hover .image-container {
    transform: scale(1.4); }

  footer h5 {
    border: 0; }

  footer ul {
    display: block; }

  .has-slider {
    padding: 3em 4em; }

  .one-fifth.inline-block {
    width: 20%;
    float: left; }

  .one-third {
    width: 33.33%;
    float: left; }

  .two-thirds {
    width: 66.66%;
    float: left;
    overflow: hidden; }

  footer nav {
    padding-right: 2em; }

  .one-third.spotlight {
    width: 33.33%; }

  .push {
    padding: 3.5em; }

  .minus-left {
    padding-left: 0; }

  .minus-right {
    padding-right: 0; }

  footer {
    padding: 3.5em 0; }

  .upcoming {
    padding-bottom: 4em; }

  .home .upcoming {
    border-right: 2px solid #cecece; }

  .spotlight {
    border-top: none; }
    .spotlight img {
      margin: 0 0 2em 0;
      float: left; }
    .spotlight h4 {
      clear: both; }

  select {
    width: 33.3333333333%; }

  ul.cards.has-actions .card-content:hover .actions {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1; }

  ul.cards.forty li {
    float: left;
    width: 50%;
    padding: 15px; }

  .no-flexbox ul.cards.forty li:nth-child(4n+1) {
    clear: left; }

  ul.cards.forty.with-all li {
    width: 50%; }

  ul.cards.fifty li {
    width: 33.3333333333%; }

  ul.cards.forty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  ul.cards.forty li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  ul.cards.forty.schedule-grid .actions {
    bottom: 10px; }

  .actions {
    position: absolute;
    padding: 10px 20px;
    z-index: 1000; }

  .actions.single {
    padding: 10px; }
    .actions.single span {
      margin-top: 0; }

  .card-content {
    padding-bottom: 6em; }

  .no-flexbox ul.list .card-content {
    display: table;
    overflow: hidden;
    margin-bottom: 4px;
    padding: 0; }
  .no-flexbox ul.list .title {
    display: table-cell;
    vertical-align: middle; }
  .no-flexbox ul.list .actions {
    overflow: hidden;
    top: 0;
    margin: 0;
    float: right; }
  .no-flexbox ul.list .location, .no-flexbox ul.list .credits, .no-flexbox ul.list .date {
    display: table-cell;
    vertical-align: middle; }

  ul.list h4 {
    font-size: 1.3em; }
  ul.list li {
    padding: 2px 0; }
  ul.list .card-content {
    padding: 2em 3em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  ul.list .text {
    width: 60%;
    padding-right: 7em; }
  ul.list .actions {
    position: relative;
    width: 10%;
    vertical-align: middle;
    padding-right: 0;
    margin-left: auto; }
  ul.list .actions.single span {
    width: 100%; }
  ul.list .title {
    vertical-align: middle; }
    ul.list .title h4 {
      margin: 0;
      padding: 0; }
  ul.list .date {
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-shadow: none;
    text-align: left;
    transform: none; }
    ul.list .date p {
      display: inline-block; }
    ul.list .date span {
      font-size: inherit;
      display: inline-block;
      float: right;
      margin: 0 0 0 5px;
      padding: 0;
      font-family: inherit; }
  ul.list .card-content:hover .date {
    transform: none; }
  ul.list .location {
    margin-top: 3px; }
  ul.list .credits {
    width: 20%; }
  ul.list .description {
    position: absolute;
    clear: both;
    top: 70px;
    left: 30px;
    height: auto;
    max-width: 40em;
    background: white;
    box-shadow: 0 3px 10px #c3c3c3;
    z-index: 5;
    padding: 1em;
    opacity: 0; }
  ul.list.schedule-grid .card-content:hover .date, ul.list.course-grid .card-content:hover .date {
    bottom: inherit;
    background: inherit;
    color: #6a496d; }
  ul.list.schedule-grid .card-content, ul.list.course-grid .card-content {
    padding: 0 30px; }
  ul.list.schedule-grid .title, ul.list.course-grid .title {
    width: 40%; }
  ul.list.schedule-grid .location, ul.list.schedule-grid .date, ul.list.schedule-grid .actions, ul.list.course-grid .location, ul.list.course-grid .date, ul.list.course-grid .actions {
    width: 18em; }

  aside, .aside {
    border-top: 0;
    margin-top: inherit; }

  #single .seventy {
    width: 70%;
    float: left;
    padding-right: 3em; }

  #single .thirty {
    float: right;
    width: 30%; }

  #single .full-width {
    max-width: 55em;
    margin: auto;
    padding: 2em 0; }

  #single .full-width-visual {
    max-width: 65em;
    margin: auto;
    padding: 2em 0; }

  #single ul.fifty li {
    width: 25%; }
    #single ul.fifty li:nth-child(2n+1) {
      clear: inherit;
      border-left: 2px solid #e7e7e7; }
    #single ul.fifty li:nth-child(4n+1) {
      clear: left; }

  #breadcrumbs {
    text-align: center; }

  aside .register-modal, .aside .register-modal {
    background: white;
    border: 2px solid #e7e7e7;
    box-shadow: 0 3px 10px #e7e7e7;
    position: absolute;
    top: 0;
    margin: 0;
    padding-top: 2em;
    width: 30em;
    left: -31em; }

  ul.cards.forty.with-all li:last-child {
    width: 100%; }

  div.fifty {
    float: left;
    width: 50%;
    padding: 5em 3em;
    border-top: 0;
    border-right: 2px solid #e7e7e7; }

  div.fifty:nth-child(2n) {
    border-right: 0; }

  .push-top {
    margin-top: 3em; }

  .action-callout {
    margin-top: -2em; }

  .page-message {
    padding: 4em 2em; } }
@media screen and (min-width: 60em) {
  ul.cards.thirty li {
    float: left;
    width: 50%;
    padding: 16px 16px 2em 16px; }

  ul.cards.thirty li:nth-child(2n+1) {
    padding-left: 0;
    clear: left; }

  ul.cards.thirty li:nth-child(2n) {
    padding-right: 0; }

  ul.cards.thirty li:last-child {
    width: 100%;
    padding-right: 0; }

  .home .upcoming {
    min-height: 33em; }

  ul.cards.has-actions .actions {
    transform: translate(0, -40px);
    visibility: hidden;
    opacity: 0; }

  ul.cards.has-actions .button {
    margin: 0;
    padding: 15px;
    width: 100%; }

  ul.cards.has-actions .card-content:hover .date {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -40px);
    background: white; }

  ul.cards.has-actions .actions span {
    width: 100%;
    padding: 10px 0; }

  ul.cards.has-actions .actions span:last-child {
    padding-top: 0; }

  .upcoming .cards .card-content {
    padding-bottom: 4em; }

  .card-content {
    padding-bottom: 2em; }

  .card-content .date {
    color: #6a496d;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: white;
    box-shadow: 0 3px 10px #c3c3c3;
    left: inherit;
    transform: translate(0, 30px); }

  .card-content .date span {
    display: block;
    font-family: "industry", sans-serif;
    font-size: 2em;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    float: none; }

  .card-content:hover .date {
    background: #6a496d;
    color: white;
    transform: translate(0, 40px); }

  ul.cards.forty.schedule-grid li {
    padding-bottom: 40px; }

  ul.cards.schedule-grid .card-content {
    overflow: inherit;
    padding-bottom: 4em; }

  #single .seventy {
    padding-right: 7em;
    padding-top: 2em; }

  #single aside, #single .aside {
    padding-top: 2em; }

  .table {
    padding: 2em 3em; }

  ul.cards-min li {
    width: 50%;
    float: left; }

  ul.cards-min li:nth-child(2n+1) {
    clear: left;
    padding-left: 0; }

  ul.cards-min li:nth-child(2n) {
    padding-right: 0; }

  ul.cards-min a {
    padding: 0;
    height: 100px;
    align-items: center; }

  .no-flexbox ul.cards-min .content {
    width: 100%; }

  .no-flexbox ul.cards-min {
    overflow: hidden; }

  .no-flexbox ul.cards-min a {
    padding: 30px 20px;
    height: auto;
    display: block; }

  div.flex .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  div.thirty {
    width: 33.3333333333%;
    padding: 5em 3em;
    border-top: 0;
    border-right: 2px solid #e7e7e7; }

  div.thirty:nth-child(3n) {
    border-right: 0; }

  .slider .container {
    max-width: 40em;
    padding: 5em 0; }

  .bx-controls-direction.on {
    display: inherit; }

  #single ul.split .column {
    width: 33.3333333333%;
    float: left; } }
@media screen and (min-width: 72em) {
  #top-bar {
    padding-top: 0;
    height: 72px; }

  #hamburger {
    display: none; }

  #main.on {
    z-index: 400;
    opacity: 1;
    visibility: visible;
    left: 0; }
    #main.on > ul {
      position: relative;
      height: auto;
      width: auto;
      overflow-x: hidden; }

  #main {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: inherit; }
    #main ul {
      float: right; }
    #main li {
      float: left;
      font-family: "soleil", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
    #main li ul {
      background: #353535;
      position: absolute;
      left: 0;
      z-index: 30;
      top: 72px;
      width: 15em;
      padding: 1em 0;
      opacity: 0;
      visibility: hidden;
      border-bottom: 4px solid #545454; }
    #main li:last-child ul {
      left: inherit;
      right: 0; }
    #main > ul li {
      color: inherit; }
    #main li.about, #main li.training, #main li.market-intelligence, #main li.advisory {
      background: inherit; }
    #main li.advisory.active {
      color: #ca993a; }
    #main li:last-child ul {
      right: 0; }
    #main li.training ul {
      border-bottom-color: #6a496d; }
    #main li.market-intelligence ul {
      border-bottom-color: #a0443c; }
    #main li.advisory ul {
      border-bottom-color: #dbad53; }
    #main .training.current-menu-item > a, #main .training.current_page_parent > a {
      color: #6a496d; }
    #main .market-intelligence.current-menu-item > a, #main .market-intelligence.current_page_parent > a {
      color: #a0443c; }
    #main .advisory.current-menu-item > a, #main .advisory.current_page_parent > a {
      color: #ca993a; }
    #main li li.current_page_item {
      background: #424242; }
    #main li li {
      float: none;
      font-weight: normal;
      text-transform: capitalize;
      padding: 0 1.5em; }
    #main li ul a {
      padding: 0.5em 0;
      color: white; }
    #main li:hover ul {
      opacity: 1;
      visibility: visible; }
    #main li li:hover {
      font-weight: 700; }
    #main a {
      display: block;
      padding: 1.5em;
      line-height: 1.5em;
      cursor: pointer; }

  #verticals .one-third {
    padding: 0 15px; }

  #hero-inside.landing-page .hero-contents {
    padding: 10em 0; }

  select {
    width: 14em; }

  .tab-titles a {
    display: inline-block;
    padding: 0.8em 1em 0.6em 1em; }
    .tab-titles a:after {
      background: lightgray; }

  ul.cards.forty.with-all li {
    width: 21.5%; }

  ul.cards.forty.with-all li:last-child {
    width: 14%; }

  ul.cards.forty.uneven li:nth-child(2n+1) {
    clear: none; }

  ul.cards-min div.view-all {
    min-height: 90px; }

  div.view-all {
    min-height: 12em; }

  div.view-all a {
    background: center 35% no-repeat url(../images/bg-button-view-all-lg.svg);
    padding-top: 20%; }

  .no-flexbox .page-id-783 div.view-all a, .no-flexbox div.view-all a {
    padding-top: 100px; }

  .page-id-783 div.view-all a {
    background: center 35% no-repeat url(../images/bg-button-view-all-lg-red.svg);
    padding-top: 20%; }

  div.view-all a:after {
    display: none; }

  .message.multi .container {
    max-width: 95em; }

  .page-message {
    float: left;
    width: 65%;
    padding: 4em; }

  .featured-item {
    float: left;
    width: 35%;
    text-align: left;
    padding: 4em;
    border-left: 2px solid #e7e7e7; } }
@media screen and (min-width: 80em) {
  #verticals {
    margin-bottom: 50px; }
    #verticals .block-contents {
      width: 55%;
      margin-top: 0; }
    #verticals img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%; }

  footer .two-thirds {
    width: 66.66%; }

  .one-third.newsletter {
    width: 33.33%; }

  .newsletter.push {
    padding: 1em 3.5em; }

  ul.cards.thirty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  ul.cards.thirty li {
    float: left;
    width: 33.33%;
    padding: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  ul.cards.thirty li:nth-child(2n+1) {
    padding-left: 16px;
    clear: none; }

  ul.cards.thirty li:nth-child(2n) {
    padding-right: 16px; }

  ul.cards.thirty li:last-child {
    width: 33.33%;
    padding-right: 0; }

  ul.cards.thirty li:nth-child(3n+1) {
    padding-left: 0; }

  ul.cards.thirty li:nth-child(3n) {
    padding-right: 0; }

  ul.cards.forty li {
    width: 24.95%; }

  ul.cards.fifty li {
    width: 20%; }

  select.absolute-right {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0; }

  #verticals .image-container {
    width: 152%;
    right: -20%; } }
@media screen and (min-width: 85em) {
  .view-options {
    display: inherit; } }
@media screen and (min-width: 90em) {
  .spotlight img {
    margin-top: -2em;
    margin-left: 2em;
    max-width: 12em;
    float: right; }
  .spotlight h4 {
    clear: inherit; }

  .upcoming {
    min-height: inherit; }

  div.fifty {
    padding: 5em 8em; }

  ul.cards.has-actions .actions span {
    width: 50%;
    padding: 10px 10px 10px 0; }

  ul.cards.has-actions .actions span:last-child {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0; }

  ul.cards.has-actions .actions.single span {
    width: 100%; } }
@media screen and (min-width: 100em) {
  select {
    width: 18em; } }
@media screen and (min-width: 110em) {
  .container {
    max-width: 110em; }

  #verticals .image-container {
    width: 100%;
    right: 0; } }
@media screen and (min-width: 120em) {
  .light-push {
    padding: 10px 0; } }
@media print {
  body {
    page-break-after: always; }

  footer {
    page-break-after: always; }

  #logo {
    box-shadow: none; }

  nav#main, #hamburger, #filter, footer, #to-top.on {
    display: none; }

  .light-push {
    padding: 0; }

  #hero-inside {
    color: black;
    background: none !important;
    margin-top: -50px; }
    #hero-inside .hero-contents {
      padding: 1em 0;
      max-width: inherit; }
    #hero-inside .hero-contents h1 {
      text-align: right; }
    #hero-inside a.parent-page {
      display: none; }

  section#schedule {
    background: none;
    clear: both;
    margin-top: 20px; }

  .actions {
    display: none; }

  ul.list.schedule-grid .card-content, ul.list.course-grid .card-content {
    padding: 0;
    overflow: hidden; }

  ul.cards.forty.schedule-grid li {
    padding: 0; }

  .card-content {
    box-shadow: none; }

  .card-content .date {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0;
    box-shadow: none; }

  .card-content {
    border-top: 1px solid #dadada;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important; }
    .card-content h4, .card-content p {
      font-size: 10pt;
      font-family: "soleil", sans-serif;
      line-height: 10pt;
      margin: 0; }
    .card-content .title {
      width: 60%;
      float: left;
      padding: 4px 0px; }
    .card-content .location {
      float: left;
      width: 20%;
      padding: 4px 0px; }
    .card-content .date {
      float: left;
      width: 20%;
      text-align: right;
      color: inherit;
      padding: 4px 0px; }
    .card-content .date span {
      font-weight: inherit; } }
