/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Polices Import
 * ----------------------------------------------------------------------------
*/
@font-face {
  font-family: "Biko";
  src: local("Biko Regular"), local("Biko-Regular"),
    url("../fonts/biko/Biko_Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Biko";
  src: local("Biko Bold"), local("Biko-Bold"),
    url("../fonts/biko/Biko_Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Biko";
  src: local("Biko-Black"), local("Biko-Black"),
    url("../fonts/biko/Biko_Black.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Light.eot");
  src: local("Gotham Light"), local("Gotham-Light"),
    url("../fonts/gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gotham/Gotham-Light.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Light.woff") format("woff"),
    url("../fonts/gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-LightItalic.eot");
  src: local("Gotham Light Italic"), local("Gotham-LightItalic"),
    url("../fonts/gotham/Gotham-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham/Gotham-LightItalic.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-LightItalic.woff") format("woff"),
    url("../fonts/gotham/Gotham-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Book.eot");
  src: local("Gotham Book"), local("Gotham-Book"),
    url("../fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gotham/Gotham-Book.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Book.woff") format("woff"),
    url("../fonts/fonts/gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-BookItalic.eot");
  src: local("Gotham Book Italic"), local("Gotham-BookItalic"),
    url("../fonts/gotham/Gotham-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham/Gotham-BookItalic.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-BookItalic.woff") format("woff"),
    url("../fonts/gotham/Gotham-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Medium.eot");
  src: local("Gotham Medium"), local("Gotham-Medium"),
    url("../fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Medium.woff") format("woff"),
    url("../fonts/gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-MediumItalic.eot");
  src: local("Gotham Medium Italic"), local("Gotham-MediumItalic"),
    url("../fonts/gotham/Gotham-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham/Gotham-MediumItalic.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-MediumItalic.woff") format("woff"),
    url("../fonts/gotham/Gotham-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Bold.eot");
  src: local("Gotham Bold"), local("Gotham-Bold"),
    url("../fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Bold.woff") format("woff"),
    url("../fonts/gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-BoldItalic.eot");
  src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"),
    url("../fonts/gotham/Gotham-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham/Gotham-BoldItalic.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-BoldItalic.woff") format("woff"),
    url("../fonts/gotham/Gotham-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Haudrey";
  src: url("../fonts/haudrey/Haudrey.ttf");
  font-weight: normal;
  font-style: normal;
}

/*----------------------------------------*/
/*  Basic CSS
/*----------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Gotham", "Calibri", sans-serif;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.5 !important;
}
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6 {
  font-family: "Biko", "Calibri", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.xxl-title-font-family {
  font-family: "Haudrey", "Biko", sans-serif;
}

.xxl-title {
  font-size: 7em;
  line-height: 0.88;
}

p {
  margin-bottom: 0 !important;
}
input,
select,
optgroup {
  height: 55px;
}
textarea {
  height: 130px;
}
form {
  font-size: 14px;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 500;
}
input,
select,
optgroup,
textarea {
  font-family: "Gotham", "Calibri", sans-serif;
  color: #000;
  font-size: 14px !important;
  font-weight: 400;
  padding: 1rem !important;
  box-shadow: none !important;
  border: 0.5px solid #373737 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-rendering: optimizeLegibility;
}
select,
optgroup {
  cursor: pointer;
}
a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
video:focus {
  outline: none;
  box-shadow: 0 0 0 0 !important;
  border-color: #be3712 !important;
}
a {
  cursor: pointer;
  color: #000;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  text-decoration: none;
}
a:focus {
  font-weight: 700 !important;
}
a:active,
a.active,
a:hover {
  color: #be3712 !important;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
  color: #be3712 !important;
}
*::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}
::selection {
  background: #000;
  text-shadow: none;
  color: #fff;
}

/*----------------------------------------*/
/*  Custom class
/*----------------------------------------*/
.font-weight-bold {
  font-weight: bold;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-400 {
  font-weight: 400;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-2-5em {
  font-size: 2.5em;
}
.font-size-2-75em {
  font-size: 2.75em;
}
.font-size-4em {
  font-size: 4em;
}
.font-size-3-50em {
  font-size: 3.5em;
}
.text-justify {
  text-align: justify;
}
.btn__primary {
  background-color: #be3712;
  border-color: #be3712;
  color: #fff;
  font-weight: 500;
}
.btn__secondary {
  background-color: #402781;
  border: 0;
  color: #fff;
  font-weight: 500;
}
.btn__secondary:hover {
  color: #fff !important;
  background: #402781;
}
.btn-outline__white {
  font-weight: bold;
  color: #fff;
  border-color: #fff;
  border: 1px solid;
}
.btn-outline__primary {
  font-weight: bold;
  color: #000;
  border-color: #be3712;
  border: 2px solid;
}
.btn__primary:hover {
  color: #be3712 !important;
  background: #fff !important;
}
.btn-outline__primary:hover {
  background-color: #be3712;
  border-color: #be3712;
  color: #fff !important;
}
.btn-outline__white:hover {
  background-color: #be3712;
  border-color: transparent;
  color: #fff !important;
}
.btn__primary:hover,
.btn-outline__primary:hover,
.btn-outline__white:hover {
  -webkit-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  transform: translateY(-4px);
  box-shadow: 5px 8px 18px rgb(0 0 0 / 8%);
}
.btn__small {
  padding: 10px 25px;
}
.btn__big {
  padding: 1rem 2rem;
  font-size: 1.3rem;
}
.bg_primary {
  background-color: #be3712;
}
.bg_secondary {
  background-color: #402781;
}
.btn-arrow > i {
  margin-left: 23px;
}
.text_primary {
  color: #be3712;
}
.text_secondary {
  color: #402781;
}
.top-0 {
  top: 0 !important;
}
.z-index-2 {
  z-index: 2;
}
.img-overlay__leftToRight {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(84, 84, 84, 0.43) 12%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
.img-overlay__bottomToTop {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(84, 84, 84, 0.43) 12%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
.section-title {
  font-size: 2.5em;
  font-weight: bold;
}
.input-group-append {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.append-form button[type="submit"] {
  width: 55px;
  height: 55px;
  color: #fff;
  border: unset;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  text-decoration: none;
}
.append-form button[type="submit"]:hover {
  color: #be3712 !important;
  background: #fff !important;
  border-left: 1px solid #be3712;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
.newsletter-widget a.input-group span.newsletter-widget__title {
  padding: 1rem;
  border: 0.5px solid #373737;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #fff;
  display: block;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 55px;
}
.newsletter-widget .input-group-append span.btn {
  width: fit-content;
  height: 55px;
  color: #fff;
  background-color: #be3712;
  border: unset;
  display: flex;
  align-items: center;
  margin-left: -1px;
  border-radius: 0 0.25rem 0.25rem 0;
}
.meta-badge {
  display: inline-block;
  vertical-align: top;
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  background-color: #402781;
  margin: 0 10px 8px 0;
  border-radius: 0.25rem;
}
.event-date-badge {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 8px;
  background: #be3712;
  color: #fff;
  text-align: center;
  position: absolute;
}
.post-tag {
  display: inline-block;
  margin: 0 10px 8px 0;
  border-radius: 0.25rem;
  background: #c9c9c9;
  padding: 6px 15px;
}
.form-asterix {
  display: block;
  float: right;
  color: #bf0000;
  padding-left: 5px;
}
.bg-gradient-1 {
  background: linear-gradient(
    90deg,
    rgba(190, 55, 18, 0.98) 0%,
    rgba(128, 47, 72, 0.98) 54%,
    rgba(64, 39, 129, 1) 100%
  );
}
.bg-light__ {
  background-color: #f7f8fa;
}

/*----------------------------------------*/
/*  Patterns
/*----------------------------------------*/
.acl-sharpes {
  position: absolute;
}
.acl-sharpes.bottom-right__sharpe {
  right: 25px;
  bottom: 0;
  width: 400px;
}
.acl-sharpes.top-right__sharpe {
  right: 45px;
  top: 0;
  width: 400px;
}
.acl-sharpes.right-sharpe {
  right: 0;
  width: 195px;
}
.acl-sharpes.middle-sharpe {
  left: 34%;
  right: 34%;
  width: 452px;
}
.sharpe-mirror {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.select-angle {
  position: absolute;
  top: 33%;
  right: 22px;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  color: #be3712;
}
.acl-section-pattern {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)
    ),
    url("../images/assets/section-pattern.png");
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 50px 0;
}

/*----------------------------------------*/
/*  Animation
/*----------------------------------------*/
@keyframes Blink {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  Header & Navbar
/*----------------------------------------*/
.nav-link {
  color: #000;
  font-weight: bold;
  position: relative;
  display: block;
}
a.nav-link:focus,
a.nav-link.active,
a.nav-link:hover {
  color: #be3712 !important;
}

#main-nav .dropdown-menu {
  width: 100%;
  min-width: 220px;
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: 0.2s transform ease;
  -o-transition: 0.2s transform ease;
  transition: 0.2s transform ease;
  z-index: 3;
  border: none;
}
#main-nav .dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
}

#main-nav .right-header .dropdown-menu {
  min-width: 10px;
}
.dropdown-item {
  font-size: 14px;
  font-weight: 500;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: unset !important;
}
.sticky-nav {
  position: fixed;
  z-index: 12;
  top: 0;
  background: white;
}
.hellobar {
  z-index: 9999;
  text-align: center;
  padding: 16px 30px;
  background-color: #402781;
  color: #ffff;
  transition: 0.5s;
}
.content-hellobar {
  position: relative;
}
.content-hellobar .badge-hellobar {
  padding: 6px 8px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 12px;
  font-weight: bold;
  background-color: #be3712;
  margin-right: 0.5rem;
}
#close_hellobar {
  position: absolute !important;
  font-size: 30px;
  line-height: 20px;
  right: 10px;
}
#close_hellobar a {
  display: inline-block;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  color: #bbbbbb;
}
.link-hellobar {
  text-decoration: underline !important;
}
.sidebar-menu .sidebar-item {
  max-width: 82%;
  background: #402781;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 1rem 1.5rem;
  margin: 0.75rem auto;
  text-align: center;
}
/*----------------------------------------*/
/*  Page Header
/*----------------------------------------*/
.page-hero__container {
  background-position: top center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
.page-hero__container > .container {
  position: relative;
  z-index: 1;
}
.page-hero__title {
  font-size: 3.5em;
}
.page-hero__container .page-hero__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 100%;
  pointer-events: none;
}
.page-hero__container .page-hero__shape > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-hero__container {
  background-color: #402781;
  position: relative;
  min-height: 350px;
  border-style: solid;
  border-width: 0px 0px 6px 0px;
  border-color: #be3712;
  padding-top: 100px;
  padding-bottom: 130px;
  color: #fff;
}
.post-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.pst-hr-line {
  display: block;
  width: 70%;
  height: 1px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: #fff;
}
.post-thumbnail > img {
  object-fit: cover;
  height: 425px;
  box-shadow: 0 4px 8px 0 rgb(67 65 78 / 8%);
}
.widget-share {
  padding: 1rem;
}
.widget-share__title {
  align-items: center;
  flex-direction: row;
  font-size: 18px;
  margin-right: 1em;
}
.novashare-buttons-wrapper {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
a.novashare-button {
  align-items: center;
  display: flex;
  font-size: 22px;
  justify-content: center;
  padding: 0.75rem;
}
/*----------------------------------------*/
/*  HomePage
/*----------------------------------------*/
.page-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 385px;
  color: #fff;
  display: flex;
  align-items: center;
}
.homepage-slider .slide-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 575px;
}
.homepage-slider .swiper-button-next,
.homepage-slider .swiper-button-prev {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  width: 34px;
  height: 74px;
}
.homepage-slider .swiper-button-next:after,
.homepage-slider .swiper-rtl .swiper-button-prev:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
}
.homepage-slider .swiper-button-prev:after,
.homepage-slider .swiper-rtl .swiper-button-next:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
}
.homepage-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.icon-box {
  display: flex;
  padding: 0.65rem;
}
.icon-box > .card {
  border: 0 !important;
}
.icon-box .icon-container {
  background-color: #fff;
  border: 0 !important;
}
.icon-box .icon-box__title {
  padding-bottom: 0.75rem;
}
.icon-box .icon-box__title > h6 {
  font-size: 18px;
}

.partners-swiper .swiper-slide > a:hover {
  border: 1px solid #be3712;
}
.main-sponsor:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 25px;
  width: 1px;
  height: 100%;
  background: #e9e9e9;
}
.topic-wrapper .topic-item:before {
  content: "";
  position: absolute;
  display: flex;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(50.47deg, #be3712, #be3712);
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.topic-wrapper .topic-item span {
  transition: color 0.3s ease-out;
  margin: 0 auto;
  z-index: 0;
}
.topic-wrapper .topic-item:hover span {
  color: #fff;
}
.topic-wrapper .card.topic-item {
  height: 65px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  justify-content: center;
  transition: 0.4s;
  border: none;
}
.nothing-to-show {
  position: relative;
  text-align: left;
  width: auto;
}
.dash-accent {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #be3712;
  margin-left: 10px;
  animation: Blink 1s infinite;
  bottom: 13px;
}
.dash-accent__ {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #d29675;
  margin-left: 10px;
  animation: Blink 1s infinite;
  bottom: 13px;
}
.moocs-card,
.article-card {
  display: flex;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
}
.platform-feature__card .card {
  transition: 0.5s;
  min-height: 285px;
  width: 100%;
}
.moocs-card .card {
  border: unset;
  transition: 0.5s;
  width: 500px;
  min-height: 402px;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 13%),
    inset 0 0 0 1px rgb(255 255 255 / 75%);
}
.moocsCard-title > a {
  line-height: 26px;
}
.moocs-card .card:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0 rgb(190 55 18 / 40%) !important;
}
.moocs-card .card:hover .moocsCard-title > a {
  color: #be3712;
}
.moocs-card .card .card-header a {
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.moocs-card .card .card-header a > img {
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  width: 100%;
}
.moocs-card .card .card-body {
  padding: 0 1rem 1rem;
}
.moocs-card .moocsCard-title {
  font-weight: 500;
  padding: 0 0.88rem 1rem;
}
.moocs-card .moocsCard-university .brand-icon {
  width: 85px;
  height: 85px;
  object-fit: contain;
}
.moocs-card .moocsCard-university .university__divider {
  height: 50px;
  padding-left: 10px;
  border-right: 1px solid #dfe1e6;
}
.moocs-card .moocsCard-university .university__label {
  margin-left: 12px;
}
.card-body__divider {
  border-top: 0.5px solid #dfe1e6;
}
.moocs-card .card-footer {
  font-size: 16px;
  background-color: #fff;
  color: #be3712;
  border-bottom: 6px solid #402781;
  border-top: unset;
  padding: 0.75rem 1.85rem;
}
.article-card .card {
  min-height: 430px;
}
.article-card .card .card-header {
  border-bottom: 4px solid #be3712;
}
.article-card .card:hover {
  box-shadow: 0px 0px 10px rgb(7 7 35 / 10%);
}
.article-card .card:hover .card-header a > img {
  transform: scale(1.25);
}
.article-preview-img a {
  height: 250px;
  overflow: hidden;
}
.article-preview-img a > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-card .card .card-body {
  -webkit-box-shadow: 0 4px 20px rgba(168, 168, 168, 0.2);
  box-shadow: 0 4px 20px rgba(168, 168, 168, 0.2);
}
.featured-event__content {
  margin-bottom: 30px;
}
.featured-event__content .featured-img {
  vertical-align: top;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.featured-event__content .featured-img a {
  display: block;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.featured-event__content .featured-img a .featured-img__inner {
  padding-bottom: 60%;
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.featured-event__content .featured-img a .featured-img__inner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 90;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.event-meta__card {
  position: relative;
  display: inline-block;
  width: 50px;
  padding-top: 4px;
  margin-bottom: 15px;
  vertical-align: top;
  max-width: 100%;
  border: 2px solid #be3712;
  text-align: center;
}
.event-meta__card .date-d {
  padding: 0 5px;
  margin-bottom: -4px;
  font-size: 24px;
  font-weight: 500;
  color: #be3712;
}
.event-meta__card .date-m {
  padding: 0 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #be3712;
}
.event-meta__card .date-y {
  padding: 0 5px;
  margin-top: 1px;
  border-top: 2px solid #be3712;
  color: #be3712;
  vertical-align: top;
}
.featured-event__content .featured-event-inner {
  padding-top: 8px;
  margin-left: -30px;
}
.featured-event__content .featured-event-inner > a {
  display: block;
  margin-top: -3px;
  font-weight: 500;
  line-height: 26px;
  font-size: 20px;
}

/*----------------------------------------*/
/*  Events Index Page & Event Page
/*----------------------------------------*/
.post-content__body h1,
.post-content__body h2,
.post-content__body h3,
.post-content__body h4,
.post-content__body h5,
.post-content__body h6,
.post-content__body p {
  margin-bottom: 1rem !important;
}
.event-item {
  padding-bottom: 30px;
  overflow: hidden;
  margin: 30px 0;
}
.event-item .event-item__img {
  vertical-align: top;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.event-item .event-item__img a {
  display: block;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.event-item .event-item__img a div {
  padding-bottom: 60%;
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.event-item .event-item__img a div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 90;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.page-banner .event-title {
  font-size: 2.25em;
  padding-top: 0.5rem;
}
.page-banner .event-desc {
  font-size: 18px;
  font-weight: 500;
}
.angle__pointer:before {
  content: "";
  background: url("../images/assets/small-pointer.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  margin-right: 12px;
}
.double-angle__pointer:before {
  content: "";
  background: url("../images/assets/big-pointer.svg") no-repeat center;
  background-size: contain;
  height: 28px;
  width: 28px;
  margin-right: 12px;
}
/*----------------------------------------*/
/*  Static page event
/*----------------------------------------*/
.speakers-social-lists > li:not(:last-child) {
  margin-right: 16px;
}
.speakers-card .card-header::before {
  content: "";
  position: absolute;
  background: #402781;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(64, 39, 129, 0)),
    to(#402781)
  );
  background: linear-gradient(180deg, rgba(64, 39, 129, 0) 0%, #402781 100%);
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  pointer-events: none;
}
.speakers-card .card-header:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.speakers-card .card-header a .speaker-avatar {
  width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: center;
}
.speakers-card .card-header {
  border-bottom: unset;
  background-color: transparent;
  position: relative;
}
.speaker-hover-content {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
  padding: 40px;
}
.speakers-card .card-header:hover:hover .speaker-hover-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.speaker-hover-content .speakers-social-lists li > a {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
}
.mdl-speaker-social-list li > a {
  margin-right: 1rem;
  color: #be3712 !important;
  font-size: 28px;
}
.mdl-speaker-avatar > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.xs-hr-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #eaeaea;
}
.box_shadow_level_1 {
  box-shadow: 0px 8px 40px -5px rgb(9 31 67 / 10%);
  padding: 25px 25px 15px 25px !important;
}
ul.event-meta {
  list-style: none;
  padding-left: unset;
}
.event-meta li.list-inline-item:not(:last-child) {
  margin-right: 2rem;
}
.event-meta li:before {
  content: "";
  display: inline-block;
  background-color: #be3712;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
.event-time {
  border-left: 1px solid #fff;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin-left: 1.5rem;
}
.event-agenda .nav-tabs {
  border-radius: 0;
  margin-top: 2rem;
}
.event-agenda .nav-tabs .nav-link {
  font-size: 18px;
  border: unset;
  background-color: #402781;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  border: 1px solid;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.event-agenda .nav-tabs .nav-link.active {
  border-color: unset;
  background-color: transparent !important;
}
.border-bottom_grey {
  border-bottom: 2px solid #dee2e6;
}
.speaker-ico:before {
  content: "";
  background: url("../images/assets/speaker-ico.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: 0;
  margin-right: 3px;
}
.moderator-ico:before {
  content: "";
  background: url("../images/assets/moderator-ico.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: 0;
  margin-right: 3px;
}

/*----------------------------------------*/
/*  ACC 2023 Pages
/*----------------------------------------*/
.subnavigation {
  background-color: #f6f2f1;
  top: 80px;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px rgb(21 55 44 / 10%);
  box-shadow: 0 0 30px rgb(21 55 44 / 10%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subnavigation .hz-scroll-container {
  max-width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  height: 60px;
}
.subnavigation .hz-scroll-container .hz-scroll-content {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 75px;
}
.subnavigation label,
.subnavigation li,
.subnavigation ul {
  display: inline-block;
}
.subnavigation label {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #000;
}
.subnavigation.overflowed .overflowButton {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55px;
  background-color: transparent;
  background-image: url("../images/assets/subnavOverlay.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border: 0;
}
.subnavigation.overflowed .hz-scroll-content {
  cursor: -webkit-grab;
  cursor: grab;
  overflow-y: hidden;
}
.subnavigation ul li.list-inline-item {
  margin-right: 24px;
}
.subnavigation a {
  position: relative;
}
.subnavigation a,
.subnavigation label {
  line-height: 160%;
}
.subnavigation a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #000;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.civa-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  min-height: 388px;
  color: #fff;
  display: flex;
  align-items: center;
}
.countdown-timer__widget {
  position: relative;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  max-width: 685px;
}
.countdown-timer__widget .timer-container:not(:first-child):after {
  content: "";
  position: absolute;
  background: url("../images/assets/colon_white.svg") no-repeat center;
  background-size: contain;
  width: 12px;
  height: 34px;
  left: -12px;
  top: 23px;
  z-index: 0;
}
.countdown-timer__widget .timer-container > span.h1 {
  font-size: 62px;
}
.highlights-item {
  background-color: #fff;
  border: 0.25px solid rgba(0, 0, 0, 0.125);
  margin: 8px 0;
  padding: 2rem 1.5rem;
}
.highlights-item h2 {
  color: #be3712;
  font-size: 22px;
}
.image-box {
  display: flex;
  border-radius: 5px;
  border: none;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  width: 100%;
}
.text-box {
  display: flex;
  border: 1px solid #ececec;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  padding: 40px 45px 40px 40px;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  width: 100%;
}
.text-box .card-header {
  background-color: #fff;
  border-bottom: unset;
  padding: 0;
}
.image-box .card-header {
  min-height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: none;
}
.text-box .card-header > img,
.image-box .card-header > img {
  max-width: 200px;
}
.text-box .count-number {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: #be3712;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
}
.ACC-highlights__section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.civa-form__section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.__border-left {
  border-top: 1px solid #be3712;
  display: inline-block;
  width: 30%;
}
.__border-right {
  border-top: 1px solid #be3712;
  display: inline-block;
  width: 30%;
}
.__btn-outline-more {
  color: #be3712;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #be3712;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(64, 39, 129);
  opacity: 0.78;
}
.info-media-wrap {
  justify-content: center;
  row-gap: 15px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 23px 0;
  margin-bottom: 40px;
}
.info-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  gap: 12px;
}
.info-media_icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #f7f8fa;
  color: #3b424a;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info-media_title {
  font-size: 20px;
}
#ACC-highlights .accordion-item {
  border: none;
}
#ACC-highlights .accordion-button {
  background: #402781;
  color: #fff;
  font-size: 20px;
  padding: 1rem;
  margin: 0.75rem 0;
}
#ACC-highlights .accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  background-image: unset;
}
#ACC-highlights .accordion-button:not(.collapsed)::after {
  background-image: unset;
}
.civa-partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.civa-partners-wrapper .partners-item {
  width: 50%;
  height: 8rem;
  margin-top: -0.0625rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.civa-partners-wrapper.row-title h3 {
  width: 100%;
  margin-top: -0.0625rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.civa-partners-wrapper.row-title .partners-item {
  width: 100%;
}
.count-box {
  max-width: 100%;
  min-height: 140px;
  margin: 0 auto;
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}
.count-box .count-box__order > h3 {
  width: 50px;
  height: 50px;
  background: #be3712;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  place-content: center;
}
.count-box .count-box__content {
  margin-top: 1rem;
}
.focus-topics-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  grid-column-gap: 24px;
  margin: 1.5rem auto;
}
.focus-topics-area > .item {
  height: 10.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  padding: 1rem;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 4px solid #be3712;
  border-radius: 0.25rem;
}
.focus-topics-area > .item h4 {
  font-weight: 500;
  font-size: 20px;
}
.cfp-card {
  transition: transform 0.23s cubic-bezier(0.24, 0.98, 0.34, 0.99);
  margin: 10px;
}
.cfp-card > a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 325px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px hsl(5deg 13% 82% / 34%);
  overflow: hidden;
}
.cfp-card .cfp-card__header {
  display: flex;
  padding: 24px 25px 15px;
  z-index: 1;
}
.cfp-card .cfp-card__header span.h4 {
  font-weight: 500;
}
.cfp-card .cfp-card__body {
  overflow: hidden;
  flex-grow: 1;
  padding: 18px 26px 10px 26px;
  color: #72797a;
  z-index: 1;
  font-size: 15px;
}
.cfp-card a:hover .hover-bg {
  opacity: 1;
  transition: opacity 0.23s cubic-bezier(0.24, 0.98, 0.34, 0.99) 0.1s;
}
.cfp-card a:hover,
.cfp-card a:hover .cfp-card__body,
.cfp-card a:hover .cfp-card__body > p {
  color: #fff !important;
}
.hover-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #402781;
  opacity: 0;
  transition: opacity 0.23s cubic-bezier(0.64, 0.04, 0.7, 0.09);
  z-index: 0;
}
.tpc-item {
  height: 10.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 1rem;
}
.tpc-item .flag > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.acc-trails-block {
  margin: auto;
  display: flex;
  max-width: 60rem;
  flex-direction: column;
  word-break: break-word;
}
.acc-trails-block .acc-trails-inner {
  padding: 0.5rem 1rem;
  position: relative;
  margin-left: 8rem;
  margin-top: 1rem;
}
.acc-trails-block .acc-trails-inner:before {
  border: 0.1rem solid #ecf1f9;
  top: -0.1rem;
  left: -1rem;
  width: 0.5rem;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 5rem;
}
.acc-trails-block .acc-trails-inner .acc-trails-timeline {
  position: relative;
}
.acc-trails-block .acc-trails-inner .acc-trails-timeline:before {
  top: 1rem;
  left: -2rem;
  width: 0.5rem;
  height: 3rem;
  content: "";
  position: absolute;
  border-radius: 5rem;
  border: 0.1rem solid #ecf1f9;
  background: #402781;
}
.acc-trails-content {
  min-height: 6.4rem;
  padding: 1.5rem 0;
}
.speaker-list__speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.speaker-list__speaker .speaker-list__speaker__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.speaker-list__speaker .speaker-list__speaker__img > img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.speaker-list__speaker__name {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#acc-program .nav-tabs {
  justify-content: center;
  border-bottom: unset;
}
#acc-program .nav-tabs .nav-item {
  width: 33%;
  text-align: center;
  position: relative;
}
#acc-program .nav-tabs .nav-item .nav-link {
  border: unset;
  font-weight: 400;
  font-size: 18px;
  padding: 0.5rem 1rem 1.1rem;
}
#acc-program .nav-tabs .nav-item .nav-link span {
  color: #495057;
}
#acc-program .nav-tabs .nav-item .nav-link.active {
  color: #000 !important;
}
#acc-program .nav-tabs .nav-item .nav-link.active::after {
  left: 0;
  bottom: 0;
  content: "";
  background: #be3712;
  width: 100%;
  height: 3px;
  position: absolute;
}
#acc-program-content .program-session {
  margin-top: 30px;
  padding: 0.75em;
  background: #402781;
  color: #fff;
  text-align: center;
}
#acc-program-content .program-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 32px;
}
#acc-program-content .program-list .program-item {
  display: flex;
  align-items: flex-start;
}

#acc-program-content .program-list .program-hour {
  border-right: 1px solid #ecf1f9;
  align-self: stretch;
  text-align: right;
  padding-top: 2em;
}
#acc-program-content .program-list .program-hour-text {
  position: relative;
  padding: 0 25px 0 0;
}
#acc-program-content .program-list .program-hour-text::after {
  content: "";
  background: #402781;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  right: -8px;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#acc-program-content .program-list .program-content {
  border-bottom: 1px solid #402781;
  padding: 1.5rem;
  width: 100%;
}
#acc-program-content .program-list .program-item:last-child .program-content {
  border-bottom: unset;
}

/*----------------------------------------*/
/*  About Page
/*----------------------------------------*/
.about-mission__img {
  object-fit: cover;
  min-height: 500px;
}
.stats-title {
  font-size: 2.75em;
  color: #be3712;
}
.platform-feature__card .card {
  border: 1px solid #ececec;
}
.platform-feature__card .card .card-body {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 4px solid #be3712;
  padding: 1rem 2rem 2rem 2rem;
}
.acl-conference {
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 465px;
  color: #fff;
  display: flex;
  align-items: end;
}
.timeline-wrapper {
  margin: 50px 0;
}
.timeline-wrapper .timeline-container {
  border-top: 3px solid #be3712;
}
.timeline-wrapper .timeline-container .timeline-step {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.timeline-wrapper .timeline-container .timeline-step h5 {
  color: #be3712;
  font-size: 16px;
}
.timeline-wrapper .timeline-container .timeline-step span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.timeline-wrapper .timeline-container .timeline-step .text-muted {
  padding-top: 6px;
}
.timeline-wrapper .timeline-container .timeline-step:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #cdcdcd;
  top: 0;
}
.timeline-wrapper .timeline-container .timeline-step .timeline-pointer {
  position: absolute;
  width: 0;
  height: 0;
  top: 38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  vertical-align: baseline;
  bottom: -2vw;
  border-top: 2vw solid #be3712;
}
.banner-text-list {
  position: relative;
  margin-top: 1rem;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.banner-text__item {
  padding: 0.15rem 0;
}
h2.bannner__add-text {
  font-weight: 400;
}

/*----------------------------------------*/
/*  Single Moocs page
/*----------------------------------------*/
.moocs-content__top {
  background-color: #402781;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.moocs-content__top .page-top__inner {
  margin: auto;
  max-width: 1300px;
  position: relative;
  z-index: 1;
}
.moocs-details .page-top__inner {
  margin: auto;
  max-width: 1300px;
  position: relative;
}
.moocs-content__top .page-top__inner > .block-content {
  color: #fff;
  padding-right: 20px;
}
.moocs-details {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.moocs-details .moocs-details__card {
  background-color: #f8f9fa;
  border-radius: 3px;
  right: 0;
  top: 0;
  z-index: 1;
  width: 475px;
}
.moocs-details .moocs-details__card .moocs-img__field img {
  object-fit: cover;
  object-position: bottom;
  height: 258px;
  width: 100%;
}
.moocs-details .moocs-details__card > .field-details + .field-details {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 20px;
  padding: 15px 0;
}
.moocs-details
  .moocs-details__card
  > .field-details
  + .field-details
  .field-details {
  display: inline-block;
  margin-left: 2rem;
  width: 50%;
}
.moocs-details .moocs-details__card > .field-details .label-inline {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
}
.moocs-details
  .moocs-details__card
  > .field-details
  + .field-details:last-child {
  border-bottom: none;
}
.moocs-details .moocs-details__card .field-details .label-inline > i {
  font-size: 20px;
  color: #646464;
}

.moocs-university__field > ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}
.field-details .moocs-university__field > ul li {
  width: 50%;
}
.moocs-university__field > ul li div > .field-details {
  margin: 20px auto 0 !important;
  width: auto !important;
}
.moocs-university__field .moocs-logo__field > img {
  max-width: 185px;
}
.moocs-content__main {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
}
.moocs-page__banner {
  background: rgb(190, 55, 18);
  background: linear-gradient(
    90deg,
    rgba(190, 55, 18, 0.98) 0%,
    rgba(128, 47, 72, 0.98) 54%,
    rgba(64, 39, 129, 1) 100%
  );
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  color: #fff;
  display: flex;
  align-items: center;
}
.moocs-page__banner .moocs-title {
  font-weight: 500;
  font-size: 38px;
}
.moocs-page__banner .moocs-university {
  padding: 3rem 0;
  font-size: 16px;
}
.instructor-card {
  display: flex;
}
.instructor-card .card {
  width: 100%;
  border: unset;
  -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%);
}
.instructor-card .card-header {
  padding: 0 1rem;
  border: unset;
  background: #fff;
}
.instructor-card .card-header .instructor-profil {
  width: 150px;
  height: 150px;
}
.instructor-card .card-header .instructor-profil > img {
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
.ribbon {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #f4980e;
  color: #fff;
  box-shadow: 0 3px 6px -3px rgb(0 0 0 / 50%);
}
/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/
.footer-top {
  background-color: #f6f2f1;
  color: #000;
}
.footer-menu li > a {
  line-height: 32px;
}
.social-media__wrapper ul {
  font-size: 2em;
  display: inline-block;
}
.footer-bottom {
  background-color: #3b424a;
  color: #fff;
}
.acc-footer {
  background-color: #3b424a;
  padding: 5rem 1rem 1.5rem 1rem;
  color: #fff;
}
.menu-footer-container {
  padding: 1.5rem 0;
  border-top: 1px solid #5f5e6f;
  border-bottom: 1px solid #5f5e6f;
}
.menu-footer-container .menu-footer {
  margin: 0;
  padding: 0;
}
.menu-footer-container .menu-footer .menu-item {
  display: inline-block;
}
.menu-footer-container .menu-footer .menu-item a {
  margin: 0 20px;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.menu-footer-container .menu-footer .menu-item a:before {
  position: absolute;
  left: -24px;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #5f5e6f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
/*----------------------------------------*/
/*  Responsive CSS
/*----------------------------------------*/

@media (max-width: 576px) {
  .xxl-title {
    font-size: 4.5em;
  }
  .moocs-page__banner {
    background: linear-gradient(
      28deg,
      rgba(190, 55, 18, 0.98) 0%,
      rgba(128, 47, 72, 0.98) 54%,
      rgba(64, 39, 129, 1) 100%
    );
  }
  .page-banner .event-title {
    font-size: 2em;
  }
  .page-banner .event-desc {
    font-size: 1.5em;
  }
  .section-title {
    font-size: 2.3em;
  }
  .page-hero__title {
    font-size: 1.75em;
  }
  .page-hero__container {
    min-height: 250px;
  }
  .text-align-left__max-576 {
    text-align: left;
  }
  .font-size-2-45em {
    font-size: 2.25em;
  }
  .about-mission__img {
    min-height: auto;
  }
  .event-agenda .nav-tabs .nav-link {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .speakers-card .card {
    text-align: center;
  }
  .speakers-card .card-header a .speaker-avatar {
    width: 275px;
    height: 275px;
  }
  .speaker-hover-content {
    display: none;
  }
  .countdown-timer__widget .timer-container:not(:first-child):after {
    background: unset;
  }
  .font-size-4em {
    font-size: 2em !important;
  }
  .font-size-2-75em {
    font-size: 2em !important;
  }
  .__border-right,
  .__border-left {
    display: none;
  }
  .featured-event__content .featured-event-inner > a {
    font-size: 22px;
  }
  .hidden-details > p {
    display: none;
  }
  .acl-conference {
    min-height: 372px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .widget-share {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    border-top: 1px solid #eaeaea;
    padding: 0.75rem 0;
  }
  .widget-share__title {
    font-size: 16px;
  }
  a.novashare-button {
    font-size: 20px;
  }
  .border-top-8px {
    padding-bottom: 0 !important;
  }
  ul.events-listing-list {
    padding: 0 !important;
  }
  li.events-listing__item .events-listing__logo {
    margin: 0 auto 25px !important;
    float: none;
  }
  li.events-listing__item .events-listing__desc {
    float: none !important;
  }
  .events-listing__desc .event-title {
    position: relative;
  }
  .post-hero__container {
    min-height: 150px;
    padding-top: 32px;
    padding-bottom: 38px;
  }
  .page-banner .event-thumbail {
    height: 400px;
  }
  .post-thumbnail > img,
  li.events-listing__item .events-listing__logo,
  .page-banner .event-thumbail {
    height: auto !important;
  }
  .font-size-2-5em {
    font-size: unset;
  }
  .font-size-4em {
    font-size: 2.75em;
  }
  .font-size-3-50em {
    font-size: 2.95em;
  }
  .font-size-32 {
    font-size: 24px;
  }
  .mdl-speaker-avatar > img {
    width: 65%;
    height: 275px;
  }
  .moocs-page__banner .moocs-title {
    font-size: 28px;
  }
  .featured-event__content .featured-event-inner > a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0;
    text-align: left;
    padding-bottom: 20px;
    background: rgb(255, 255, 255);
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding: 0.5rem 0 0.5rem;
    border-bottom: 0.0625rem solid #ededed;
  }
  .navbar-collapse .navbar-nav > .nav-item.dropdown li {
    padding: 0.5rem 0 0.5rem;
    border-top: 0.0625rem solid #ededed;
  }
  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .right-header {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
    padding-top: 1rem;
  }
  #main-nav .dropdown-menu,
  .right-header .dropdown-menu {
    box-shadow: none !important;
  }
  .right-header .dropdown-menu {
    position: static;
  }
  .right-header .dropdown-menu .dropdown-item {
    padding: 0 3rem;
  }
  .right-header .register-link {
    display: block;
    text-align: center;
    padding: 3rem 0;
  }
  li.events-listing__item .events-listing__logo {
    margin: 0 25px 0 0;
  }
  li.events-listing__item .events-listing__desc {
    float: none;
    max-width: 100%;
    padding-left: 0;
  }
  .filter-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .home-banner__right > img {
    padding: 1rem;
  }
  .moocs-details .moocs-details__card {
    border: 1px solid #d8d8d8;
    margin: auto;
    max-width: 530px;
  }
  .main-sponsor:before {
    width: 0;
    height: 0;
    background: transparent;
  }
  .main-sponsor {
    padding: 1.75rem;
  }
  .coming-soon__block {
    text-align: center;
  }
  .coming-soon__block > br {
    display: none;
  }
  .banner-text__item {
    display: flex;
    align-items: baseline;
  }
  .banner-text__item > img {
    display: inline;
    margin-right: 1rem;
  }
  #acc-program .nav-tabs .nav-item {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .right-header .register-link {
    display: inline-block;
  }
  .widget-share {
    display: inline-block;
    padding: 0;
    top: 12%;
    right: 204px;
    width: 115px;
    height: fit-content;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    position: absolute;
  }
  .widget-share__title {
    margin: 0 0 1em;
    display: inline-flex;
  }
  .novashare-buttons-wrapper {
    flex-direction: column;
  }
  .post-content__container {
    background: #fff;
    margin-top: -140px;
    position: relative;
  }
  /**
	.hidden-details {
		transition: all 1s cubic-bezier(0.19,1,0.19,1);
		max-height: 0;
		overflow: hidden;
		opacity: 0;
	}
	.acl-conference:hover .hidden-details {
		max-height: 300px;
		opacity: 1;
	}
	**/
  .banner-text-list {
    height: 30px;
    margin-top: 2.5rem;
  }
  .banner-text__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(45px);
    width: 100%;
  }
  .banner-text__item.one {
    animation: appear 15s infinite ease;
  }
  .banner-text__item.two {
    animation: appear 15s 3s infinite ease;
  }
  .banner-text__item.three {
    animation: appear 15s 5.5s infinite ease;
  }
  .banner-text__item.four {
    animation: appear 15s 8s infinite ease;
  }
  .banner-text__item.five {
    animation: appear 15s 10.5s infinite ease;
  }
  .banner-text__item > img {
    display: none !important;
  }
  .moocs-content__top {
    padding-right: 105px;
    padding-left: 105px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .moocs-content__top .page-top__inner > .block-content {
    width: calc(100% - 485px);
  }
  .moocs-content__top .page-top__inner > .block-content h1 {
    font-size: 38px;
    line-height: 52px;
  }
  .moocs-details {
    background-color: #402781;
    height: 0;
    padding-top: 40px;
    padding-right: 60px !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .moocs-content__main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .moocs-content__main .page-main__inner > .block-content {
    width: calc(100% - (485px + 20px));
  }

  .coming-soon__block {
    float: right;
  }
  #column-2 {
    column-count: 2;
    column-gap: 3.5em;
  }
  .civa-partners-wrapper .partners-item {
    width: 18%;
  }
  .civa-partners-wrapper.row-title h3 {
    width: 26%;
  }
  .civa-partners-wrapper.row-title .partners-item {
    width: 48%;
  }
  .count-box {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .count-box .count-box__order > h3 {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
  #acc-program-content .program-list .program-hour {
    width: 215px;
    font-size: 20px;
  }
  #acc-program-content .program-list .program-hour-text {
    padding: 0 40px 0 0;
  }
  #acc-program-content .program-list .program-content {
    padding: 3em 1em 3em 3em;
    width: calc(100% - 215px);
  }
  #acc-program-content .program-list .program-content .program-title {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .moocs-content__top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .moocs-details {
    padding-left: 40px;
    padding-right: 40px;
  }
  .moocs-content__main {
    min-height: 50em;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
  }
  .count-box {
    grid-template-columns: 65px 1fr;
  }
}
@media (min-width: 1024px) {
  .subnavigation label {
    padding-right: 39px;
    margin-right: 34px;
    font-size: 18px;
  }
  .subnavigation ul li.list-inline-item {
    margin-right: 40px;
    font-size: 16px;
  }
  .moocs-content__top .page-top__inner > .block-content {
    width: calc(100% - 530px);
  }
  .moocs-content__main .page-main__inner > .block-content {
    width: calc(100% - (530px + 20px));
  }
}
@media (min-width: 1140px) {
  .timeline-container {
    display: flex;
  }
  .timeline-wrapper .timeline-container .timeline-step {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }
  .timeline-wrapper .timeline-container .timeline-step > a {
    margin-top: 1rem;
  }
  .timeline-wrapper .timeline-container .timeline-step:before {
    border-right: unset;
  }
  .timeline-wrapper .timeline-container .timeline-step .timeline-pointer {
    top: -2px;
  }
}

@media (min-width: 600px) and (max-width: 991.99px) {
  .civa-partners-wrapper .partners-item,
  .civa-partners-wrapper.row-title h3 {
    width: 33%;
  }
  .civa-partners-wrapper.row-title .partners-item {
    width: 66%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .moocs-details .moocs-details__card {
    max-width: 455px;
  }
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
  .featured-event__content .featured-event-inner {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container-fluid,
  #main-nav > .container-fluid {
    padding-right: 85px;
    padding-left: 85px;
  }
  #main-nav > .civa-header.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
