@charset "UTF-8";
/*======================*/
/*  # Shared Styles
/*======================*/
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
/* ============================= */
/* Custom Mixins */
/* ============================= */
/* ========= Usage =========== */
/* 
@mixin gradient($rotateval, $start-grd, $start-percent, $end-grd, $end-percent){
  background: linear-gradient($rotateval, $start-grd $start-percent, $end-grd $end-percent);
} 
*/
/*=============================================*/
/*
/*  # Framework Imports
/* 
/*=============================================*/
/*=============================================*/
/*
/*  # Common - Elements or components that are shared across both Workflows and Widgets.
/*  The styles inside these files are product defaults to be overriden.
/*
/*=============================================*/
html {
  scroll-behavior: smooth;
}

/*=============================================*/
/*
/*  # Shared Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.rfComp-canvas * {
  line-height: initial;
  color: var(--DevSummitBlack) !important;
}

p {
  font-weight: normal !important;
  color: var(--DevSummitBlack);
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

a {
  text-decoration: none !important;
}

.text-white .col-blue {
  color: var(--ArmBlue) !important;
  font-family: "Noi Grotesk", sans-serif !important;
}

.text-white .col-blue .col-white {
  font-family: "Noi Grotesk", sans-serif !important;
}

.hero__text-header span {
  font-family: "Noi Grotesk", sans-serif !important;
}

:root {
  --ArmOrange: #ff6b00;
  --ArmGreen: #92d700;
  --ArmBlue: #00c1de;
  --ArmNavy: #002b49;
  --DevSummitBlack: #20282c;
  --ArmDarkBlue: #0091bd;
  --ArmLightGrey: #e5eceb;
  --bpMedium: 50em;
  --bpLarge: 73.125em;
}

/* Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.flex-box-section-full, .flex-box-section-full-interior,
.flex-box-section, .flex-box-child, .rf-grid-layout-100 {
  all: unset;
  padding: 0 !important;
  margin: 0 !important;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}

.container {
  padding: 0 !important;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after {
  content: none;
}

caption,
th {
  text-align: left;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

embed,
img,
object {
  height: auto;
  max-width: 100%;
}

img {
  display: block;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  background: 0 0;
  border: none;
  padding: 0;
}

a,
button {
  cursor: pointer;
}

figcaption,
figure {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
html {
  box-sizing: border-box;
  color: var(--DevSummitBlack);
  font-size: 1rem;
  line-height: 1.4;
}

* {
  box-sizing: inherit;
}

/* Global Variables */
.button {
  align-items: center;
  min-width: 260px;
  border: solid 1px var(--DevSummitBlack);
  color: var(--DevSummitBlack);
  display: inline-flex;
  font-family: "Source Code Pro" !important;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.125rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 4.25rem 0 0.75rem;
  position: relative;
  width: auto;
}

.button:after {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border-left: solid 1px var(--DevSummitBlack);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 3.125rem;
}

.button:hover:after, .button:focus:after {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/arrow_right_1664621490343001lVZz.svg");
  background-color: var(--ArmDarkBlue);
}

@media only screen and (min-width: 50em) {
  .button {
    padding: 0 5.25rem 0 1.25rem;
  }
}
.button-primary {
  border: solid 1px var(--DevSummitBlack);
  color: var(--DevSummitBlack) !important;
}
.button-primary:hover {
  text-decoration: none !important;
}

.button-primary:hover, .button-primary:focus {
  background-color: var(--ArmBlue);
  color: var(--DevSummitBlack) !important;
}

.button-primary:after {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/arrow_right_1664621490343001lVZz.svg");
  border-left: solid 1px var(--DevSummitBlack);
  background-color: var(--ArmBlue);
}

.button-primary:hover:after, .button-primary:focus:after {
  background-color: var(--ArmBlue);
}

.button-secondary {
  border: solid 1px #fff;
  color: #fff !important;
}

.button-secondary:after {
  border-left: solid 1px #fff;
}

.button-secondary:hover, .button-secondary:focus {
  background-color: var(--ArmBlue);
  color: var(--DevSummitBlack) !important;
}

.button-secondary:hover:after, .button-secondary:focus:after {
  background-color: var(--ArmBlue);
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/arrow_right_1664621490343001lVZz.svg");
}

.button-tertiary {
  border: solid 1px #fff;
  color: var(--DevSummitBlack);
}

.button-tertiary:hover, .button-tertiary:focus {
  background-color: var(--DevSummitBlack);
  color: #fff;
}

.button-tertiary:after {
  border-left: solid 1px #fff;
}

.button-tertiary:hover:after, .button-tertiary:focus:after {
  background-color: var(--DevSummitBlack);
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg");
}

.button-on-blue {
  border: solid 1px var(--DevSummitBlack);
  color: var(--DevSummitBlack) !important;
}

.button-on-blue:hover, .button-on-blue:focus {
  background-color: var(--ArmDarkBlue);
  color: #fff;
}

.button-on-blue:after {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg");
  border-left: solid 1px var(--DevSummitBlack);
  background-color: var(--DevSummitBlack);
}

.button-on-blue:hover, .button-on-blue:focus {
  background-color: var(--DevSummitBlack);
  border-color: white;
  color: white !important;
}

.button-on-blue:hover:after, .button-on-blue:focus:after {
  background-color: var(--DevSummitBlack);
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg");
  border-left-color: white;
}

section {
  background-size: cover;
  background-position: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 4rem 1rem;
}

@media only screen and (min-width: 73em) {
  section {
    padding: 6rem 1rem;
  }
}
.section-title-container {
  max-width: 48rem;
  margin-bottom: 3rem;
}
.section-title-container .section-paragraph-main {
  color: white;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

.stage-list li {
  color: white !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  line-height: 1.4rem !important;
}

.sub-title {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

.section-content-container {
  max-width: 57rem;
}

.container {
  margin: 0 auto;
}

@media only screen and (min-width: 73em) {
  .container {
    max-width: 73.125rem !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 73em) {
  .container--wider {
    max-width: 83.75rem !important;
  }
}
.flex-column-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.added-title-padding {
  padding-top: 100px;
}

@media only screen and (min-width: 48em) {
  .added-title-padding {
    padding-top: 0px;
  }
}
@media only screen and (min-width: small) {
  .added-title-padding {
    padding-top: 0px;
  }
}
@font-face {
  font-family: "Noi Grotesk";
  src: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/NoiGrotesk-Medium_1664438035358001nYg8.woff2") format("woff2"), url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/NoiGrotesk-Medium_1664438035358001nYg8.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Noi Grotesk", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  margin-bottom: 1.5rem !important;
}

.h4 {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}

.draggable .square-slider__text {
  margin-bottom: 1.5rem !important;
}

.hashtag {
  font-family: "Noi Grotesk", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-top: -3px;
  margin-left: 10px;
  font-style: normal;
}

h1,
.h1 {
  font-size: 2.375rem !important;
  line-height: 2.5rem !important;
}

@media only screen and (min-width: 73em) {
  h1,
.h1 {
    font-size: 3.563rem !important;
    line-height: 4.2rem !important;
  }
}
h2,
.h2 {
  font-size: 2.063rem !important;
  line-height: 2.125rem !important;
}

@media only screen and (min-width: 73em) {
  h2,
.h2 {
    font-size: 2.688rem !important;
    line-height: 2.938rem !important;
  }
}
h3,
.h3 {
  font-size: 1.75rem !important;
}

@media only screen and (min-width: 73em) {
  h3,
.h3 {
    font-size: 2rem !important;
    line-height: 2.625rem !important;
  }
}
h4,
.h4 {
  font-size: 1.313rem !important;
  line-height: 1.563rem !important;
}

@media only screen and (min-width: 73em) {
  h4,
.h4 {
    font-size: 1.5rem !important;
    line-height: 2.125rem !important;
  }
}
p {
  font-size: 1rem !important;
  line-height: 1.675rem !important;
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 73em) {
  p {
    font-size: 1.125rem !important;
  }
}
.tag {
  font-size: 0.875rem !important;
}

.angle-brackets {
  font-family: "Source Code Pro" !important;
  font-weight: 700 !important;
  color: var(--ArmBlue) !important;
}

.font-source-code {
  font-family: "Source Code Pro" !important;
  font-weight: 700 !important;
}

.font-source-code-light {
  font-family: "Source Code Pro" !important;
  font-weight: 400 !important;
  color: white !important;
}

.no-wrap {
  white-space: nowrap;
  font-family: "Source Code Pro" !important;
  color: white !important;
}

.square-brackets:before, .square-brackets:after {
  color: white;
}

.square-brackets:before {
  content: "[";
}

.square-brackets:after {
  content: "]";
}

.angle-brackets:before, .angle-brackets:after {
  color: white;
}

.angle-brackets:before {
  content: "<";
}

.angle-brackets:after {
  content: ">";
}

.square-brackets-blue:before, .square-brackets-blue:after {
  color: var(--ArmBlue);
}

.square-brackets-blue:before {
  content: "[";
}

.square-brackets-blue:after {
  content: "]";
}

.angle-brackets-blue {
  font-weight: 700 !important;
}

.angle-brackets-blue:before, .angle-brackets-blue:after {
  color: var(--ArmBlue);
}

.angle-brackets-blue:before {
  content: "<";
}

.angle-brackets-blue:after {
  content: ">";
}

.angle-brackets-dark-blue:before, .angle-brackets-dark-blue:after {
  color: var(--ArmDarkBlue);
}

.angle-brackets-dark-blue:before {
  content: "<";
}

.angle-brackets-dark-blue:after {
  content: ">";
}

.angle-brackets-black:before, .angle-brackets-black:after {
  color: var(--DevSummitBlack);
}

.angle-brackets-black:before {
  content: "<";
}

.angle-brackets-black:after {
  content: ">";
}

.hero {
  background-color: var(--DevSummitBlack);
  padding-bottom: 0;
  padding-top: 2rem;
}

.hero__container {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 700px) {
  .hero__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.hero__img, .hero__text {
  width: 100%;
}

.hero__img {
  width: 100%;
}

@media only screen and (min-width: 700px) {
  .hero__img {
    width: 65%;
  }
}
@media only screen and (min-width: 73em) {
  .hero__img {
    width: 65%;
  }
}
@media only screen and (min-width: 700px) {
  .hero__text {
    width: 45%;
  }
}
@media only screen and (min-width: 73em) {
  .hero__text {
    width: 32%;
  }
}
.hero__text h1 {
  margin-bottom: 0.3rem !important;
}

@media only screen and (min-width: 73em) {
  .hero__text h1 {
    margin-bottom: 2rem !important;
  }
}
.hero__text p {
  font-weight: 400 !important;
  line-height: 1.375rem !important;
}

@media only screen and (min-width: 73em) {
  .hero__text p {
    margin-bottom: 4rem !important;
  }
}
.hero__text-header {
  margin-top: -2rem;
}

@media only screen and (min-width: 700px) {
  .hero__text-header {
    margin-top: 0;
  }
}
.hero + section {
  padding-top: 100px;
}

@media only screen and (min-width: 700px) {
  .hero + section {
    padding-top: 200px;
  }
}
.white-box {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  margin-top: -50px;
  position: relative;
  transform: translateY(60px);
  z-index: 1;
}

@media only screen and (min-width: 500px) {
  .white-box {
    grid-gap: 0.7rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media only screen and (min-width: 900px) {
  .white-box {
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    transform: translateY(50%);
  }
}
.white-box__item {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1rem;
}

@media only screen and (min-width: 500px) {
  .white-box__item {
    padding: 1.3rem 1.5rem;
  }
}
.white-box__item .h4 {
  margin: 0px;
}

.white-box__icon {
  flex-shrink: 0;
  width: 20%;
}

.white-box__icon--location {
  width: 18%;
}

.white-box__text {
  margin-left: 1.5rem;
}

.white-box__text img {
  width: 100%;
}

.white-box__text span.angle-brackets {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.white-box__text p {
  font-size: 1.313rem !important;
  font-weight: 400 !important;
}

.white-box__text .angle-brackets {
  font-size: 1.125rem;
  color: var(--DevSummitBlack);
}

.white-box__text .angle-brackets:before, .white-box__text .angle-brackets:after {
  color: var(--DevSummitBlack);
}

.white-box__text p {
  margin-bottom: 0 !important;
}

.ticker {
  width: 100%;
  background-color: var(--ArmOrange);
  padding: 1.25rem 0;
  overflow: hidden;
  position: relative;
  --offset: 10vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

@media only screen and (min-width: 73em) {
  .ticker {
    padding: 2.5rem 0;
  }
}
.ticker-outer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.ticker-text {
  font-size: 3.5625rem;
  font-family: "Source Code Pro" !important;
  white-space: nowrap;
  margin-right: 5rem;
  font-weight: 400 !important;
  color: var(--DevSummitBlack) !important;
  text-transform: uppercase;
}

@media (prefers-reduced-motion) {
  .ticker-outer {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.register-now {
  background-color: var(--ArmBlue);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1.25rem 0;
}

@media only screen and (min-width: 73em) {
  .register-now {
    padding: 0 0 3rem 0;
  }
}
.register-now .ticker {
  background-color: var(--ArmBlue);
}

.cards-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 500px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cards-grid__card {
  padding: 1.5rem;
  padding-bottom: 300px;
  position: relative;
}

@media only screen and (min-width: 73em) {
  .cards-grid__card {
    padding-bottom: 300px;
  }
}
.cards-grid__text {
  font-family: "Source Code Pro" !important;
  font-weight: 400;
  margin-bottom: 2rem;
}

.cards-grid img {
  bottom: 0;
  max-width: 300px;
  position: absolute;
  right: 0;
  width: calc(100% + 2rem);
}

.slick-dots li button,
.slick-prev,
.slick-next {
  outline: revert !important;
}

.slick-prev,
.slick-next {
  background-color: transparent !important;
  border: 1px solid #0091bd !important;
  height: 50px !important;
  width: 50px !important;
  bottom: 10px !important;
  top: auto !important;
  z-index: 2;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #0091bd !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  content: "" !important;
  display: inline-block;
  height: 50px;
  left: -2px;
  opacity: 1 !important;
  position: relative;
  top: -2px;
  width: 50px;
}

.slick-prev:before {
  transform: rotate(180deg) !important;
}

.full-page-slider {
  min-height: 200px;
  position: relative;
}

.full-page-slider__item {
  align-items: center;
  background-size: cover;
  background-position: 500px 0px;
  display: flex;
  min-height: 800px !important;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .full-page-slider__item {
    background-position: right;
  }
}
@media only screen and (min-width: small) {
  .full-page-slider__item {
    background-position: right;
  }
}
.slick-initialized .full-page-slider__item {
  display: flex !important;
}

.full-page-slider__item::before, .full-page-slider__item::after {
  background-image: none;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  opacity: 0.3;
}

@media only screen and (min-width: 50em) {
  .full-page-slider__item::before, .full-page-slider__item::after {
    background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/Frame_1664621599634001qZEr.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    width: 142px;
  }
}
.full-page-slider__item::before {
  margin-left: 2rem;
}

.full-page-slider__item::after {
  margin-right: 2rem;
}

.full-page-slider__content {
  position: relative;
  z-index: 10;
  color: white !important;
  margin: 0 auto;
  max-width: 590px;
  text-align: center;
  transform: translateY(-70px);
}
.full-page-slider__content h2 {
  color: white !important;
}
.full-page-slider__content p {
  color: #fff;
}

.full-page-slider__content::before {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/squares-horizontal_1664621684484001VOZU.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 63px;
  opacity: 0.3;
  margin: 0 auto 2rem;
  width: 280px;
}

@media only screen and (min-width: 50em) {
  .full-page-slider__content::before {
    display: none;
  }
}
.full-page-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.full-page-slider .slick-dots li {
  width: 30px;
}

@media only screen and (min-width: 73em) {
  .full-page-slider .slick-dots li {
    width: 90px;
  }
}
.full-page-slider .slick-dots li button {
  background-color: white !important;
  height: 1px;
  padding: 0;
  width: 30px;
}

@media only screen and (min-width: 73em) {
  .full-page-slider .slick-dots li button {
    width: 90px;
  }
}
.full-page-slider .slick-dots li button:before {
  display: none;
}

.full-page-slider .slick-dots li.slick-active button {
  background-color: var(--ArmDarkBlue) !important;
}

.full-page-slider .slick-dots {
  bottom: 100px;
  position: absolute;
  z-index: 10;
}

@media only screen and (min-width: 73em) {
  .full-page-slider .slick-dots {
    bottom: 150px;
  }
}
.full-page-slider .slick-list {
  position: relative;
}

.full-page-slider .slick-prev,
.full-page-slider .slick-next {
  bottom: 10px !important;
}

@media only screen and (min-width: 73em) {
  .full-page-slider .slick-prev,
.full-page-slider .slick-next {
    bottom: 60px !important;
  }
}
.full-page-slider .slick-prev {
  left: calc(50% - 60px);
}

.full-page-slider .slick-prev:before {
  transform: rotate(180deg);
}

.full-page-slider .slick-next {
  left: auto;
  right: calc(50% - 60px);
}

.full-page-slider .slick-next:before {
  content: "";
}

.full-page-slider__container {
  position: relative;
}

.full-page-slider__overlay {
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 50em) {
  .full-page-slider__overlay {
    opacity: 0;
  }
}
.square-slider {
  margin-top: 3rem;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 73em) {
  .square-slider {
    margin-top: 0;
    padding-top: 0;
  }
}
.square-slider__item {
  background-color: var(--ArmNavy);
  border-radius: 10px;
  color: white !important;
  padding: 1rem;
  position: relative;
  margin: 1%;
}
.square-slider__item h3 {
  color: white !important;
}

@media only screen and (min-width: 50em) {
  .square-slider__item {
    padding: 1.4rem;
  }
}
.square-slider--on-dark .square-slider__item {
  background-color: var(--ArmBlue);
}

.square-slider__item h3 {
  margin-bottom: 0 !important;
}

.square-slider__date {
  bottom: 1rem;
  color: var(--ArmBlue) !important;
  font-weight: 800 !important;
  font-family: "Source Code Pro" !important;
  margin-bottom: 0;
  position: absolute;
  right: 1rem;
}

.square-slider__icon {
  margin-top: auto;
  max-width: 150px !important;
}

.square-slider--on-dark .square-slider__icon {
  max-width: 110px !important;
}

.square-slider__logo {
  margin-bottom: 1rem;
  max-width: 110px;
}

.square-slider__text {
  padding-top: 1rem;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.square-slider--on-dark .square-slider__text {
  color: var(--DevSummitBlack);
}

.square-slider .slick-track {
  display: flex;
}

.square-slider .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto;
  margin: 0 1rem;
}

.square-slider .slick-list {
  margin: 0 -1rem;
}

.square-slider .slick-next,
.square-slider .slick-prev {
  border-color: var(--ArmDarkBlue);
}

.square-slider .slick-next:before,
.square-slider .slick-prev:before {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/arrow_right_1664621490343001lVZz.svg") !important;
}

.square-slider .slick-next:hover:before,
.square-slider .slick-prev:hover:before {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg") !important;
}

.square-slider .slick-next {
  top: 0 !important;
  right: 0;
}

.square-slider .slick-prev {
  left: auto;
  top: 0 !important;
  right: 60px;
}

@media only screen and (min-width: 73em) {
  .square-slider .slick-next,
.square-slider .slick-prev {
    top: -82px !important;
  }
}
.square-slider--on-dark .slick-next,
.square-slider--on-dark .slick-prev {
  border-color: var(--ArmDarkBlue) !important;
}

.square-slider--on-dark .slick-next:before,
.square-slider--on-dark .slick-prev:before {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/white-arrow_1664621491024001l7Uo.svg") !important;
}

.slash-list li {
  display: inline-block;
  font-size: 1.313rem !important;
  list-style: none;
  margin: 0px;
}

.slash-list li:after {
  content: "/";
  color: white;
}

.slash-list li:last-child:after {
  display: none;
}

.stage-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem 8.75rem;
}

@media only screen and (min-width: 50em) {
  .stage-list {
    grid-template-columns: 1fr 1fr;
  }
}
.stage-list li {
  font-size: 1.1rem;
  list-style: none;
}

.stage-list li span:not(.square-brackets-blue) {
  display: block;
  color: var(--ArmBlue) !important;
}

.parallax {
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 50em) {
  .parallax {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 50em) {
  .parallax__container {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax__container {
    height: 786px;
  }
}
.parallax__text {
  margin: 0 auto;
}

@media only screen and (min-width: 50em) {
  .parallax__text {
    margin: 0;
  }
}
@media only screen and (min-width: 50em) {
  .parallax__text a {
    margin-top: 5rem;
  }
}
.parallax__img {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/Discord-Image_1664621733016001g2TG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  height: 300px;
  width: 100%;
}

@media only screen and (min-width: 50em) {
  .parallax__img {
    background-position: right;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 300px;
  }
}
@media only screen and (min-width: 900px) {
  .parallax__img {
    height: 100%;
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax__img {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 707px 786px;
    height: 786px;
    position: absolute;
    right: 0;
    top: 0;
    width: 707px;
  }
}
.parallax .section-title-container {
  margin: 0 auto;
}

.bg-square-arrow-right {
  position: relative;
}

.bg-square-arrow-right:before {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/corner-arrows_1664621769460001eD8X.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 389px;
  position: absolute;
  right: 1rem;
  top: 6.25rem;
  width: 182px;
}

@media only screen and (min-width: 50em) {
  .bg-square-arrow-right:before {
    top: 8rem;
    height: 400px;
    right: 2rem;
    width: 300px;
  }
}
.bg-grey {
  background-color: var(--ArmLightGrey) !important;
}

.bg-orange {
  background-color: var(--ArmOrange) !important;
}

.bg-blue {
  background-color: var(--ArmBlue) !important;
}

.bg-darkBlue {
  background-color: var(--ArmDarkBlue) !important;
}

.bg-black {
  background-color: var(--DevSummitBlack) !important;
}

.bg-green {
  background-color: var(--ArmGreen) !important;
}

.col-grey {
  color: var(--ArmLightGrey) !important;
}

.col-orange {
  color: var(--ArmOrange) !important;
}

.col-blue {
  color: var(--ArmBlue) !important;
}

.col-darkBlue {
  color: var(--ArmDarkBlue) !important;
}

.col-black {
  color: var(--DevSummitBlack) !important;
}

.col-green {
  color: var(--ArmGreen) !important;
}

.col-white {
  color: white !important;
}

.col-navy {
  color: var(--ArmNavy) !important;
}

.radius {
  border-radius: 10px !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.uppercase {
  text-transform: uppercase;
}

.line-after-blue:after {
  background-color: var(--ArmDarkBlue);
  content: "";
  display: block;
  height: 1px;
  margin: 3rem auto 0;
  width: 90px;
}

.col-row-flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

@media only screen and (min-width: 50em) {
  .col-row-flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
#rf-content {
  margin-top: 84px;
}

.angle-brackets-blue .square-brackets-blue {
  color: var(--DevSummitBlack) !important;
}

.stage-list li span {
  color: white !important;
}

.cards-grid__title {
  font-size: 3.5rem !important;
  margin-bottom: 2rem !important;
  color: var(--DevSummitBlack) !important;
  font-family: "Noi Grotesk", sans-serif !important;
  font-weight: 500 !important;
}

header {
  z-index: 2;
  position: relative;
}
header .navbar {
  background-color: #20282c;
  z-index: 15;
  padding: 18px 0;
}
header .navbar .without-nav .navbar-brand {
  padding: 28px;
}
header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar .navbar-nav .nav-item .dropdown-item.active, header .navbar .navbar-nav .nav-item .dropdown-item:hover {
  text-decoration: underline;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 32px;
  font-family: "Source Code Pro", monospace;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #0091bd;
  text-decoration: underline !important;
}
header .navbar .navbar-nav .nav-item .nav-link .fa {
  font-style: normal;
  font-size: 10px;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
header .navbar .navbar-nav .nav-item .nav-link.cta {
  padding: 30px 35px;
}
header .navbar .navbar-nav .nav-item .nav-link.cta:hover {
  text-decoration: none;
}
header .navbar .navbar-nav .nav-item .nav-link.register {
  color: #000000;
  background-color: #ff6b00;
  border-color: #ff6b00;
}
header .navbar .navbar-nav .nav-item .nav-link.register:hover {
  background-color: #20282c;
  color: #ff6b00;
}
header .navbar .navbar-nav .nav-item .nav-link.login {
  color: #ffffff;
  background-color: #0091bd;
  border-color: #0091bd;
}
header .navbar .navbar-nav .nav-item .nav-link.login:hover {
  background-color: #ffffff;
  color: #0091bd;
}
header .navbar .navbar-nav .nav-item.dropdown.open .fa.fa-chevron-down {
  transform: rotate(-180deg);
}
header .navbar .dropdown.open .dropdown-menu {
  display: block;
  padding: 0px;
  margin-top: 0px !important;
  border: 0;
  right: 0;
  left: unset;
}
header .navbar .dropdown.open .dropdown-menu .dropdown-item {
  padding: 0.8rem 1rem;
  font-family: "Source Code Pro", monospace;
  background-color: #00c1de;
  color: #212529 !important;
}
s header .navbar .dropdown.open .dropdown-menu .dropdown-item:hover, header .navbar .dropdown.open .dropdown-menu .dropdown-item:focus {
  text-decoration: underline !important;
}

@media (max-width: 1199.98px) {
  .navbar .navbar-collapse {
    max-height: 90vh;
    overflow-y: auto;
  }
}
.rf-org-footer-container .right-container .each-card-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 1px solid #0091bd;
  min-width: 200px;
  min-height: 100px;
}
.rf-org-footer-container .right-container .each-card-container .card-upper-container {
  display: flex;
  flex: 1;
  border-bottom: 1px solid #0091bd;
  min-height: 50px;
}
.rf-org-footer-container .right-container .each-card-container .card-upper-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 3;
  padding: 0 2px;
  text-align: center;
  font-weight: 700;
}
.rf-org-footer-container .right-container .each-card-container .card-upper-right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-left: 1px solid #0091bd;
  font-size: 30px;
  padding: 0 16px;
}
.rf-org-footer-container .right-container .each-card-container .card-bottom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 8px;
  max-height: 50px;
}
.rf-org-footer-container .footer {
  background: #fff;
  width: 100%;
  padding: 3.5rem 2rem;
}
.rf-org-footer-container .footer .footer-logo {
  max-width: 60px;
}
.rf-org-footer-container .footer.dark-section {
  background-color: #20282c !important;
  color: #ffffff;
}
.rf-org-footer-container .footer.dark-section a {
  color: #ffffff !important;
}
.rf-org-footer-container .footer.dark-section .footer-social-icons .nav-item {
  padding: 0px 10px;
}
.rf-org-footer-container .footer.dark-section .quicklinks li a {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.rf-org-footer-container .footer.dark-section .quicklinks li a:hover {
  color: #ffffff;
}
.rf-org-footer-container .footer.dark-section .quicklinks li:after {
  content: "/";
  display: inline-block;
  color: #0091bd;
  padding: 0px 6px;
}
.rf-org-footer-container .footer.dark-section .quicklinks li:last-of-type:after {
  color: transparent;
}
.rf-org-footer-container .footer.white-section {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 78px;
  font-size: 12px;
}
.rf-org-footer-container .footer .container .row {
  padding: 0px;
}
.rf-org-footer-container #back-to-top {
  position: fixed;
  bottom: 70px;
  right: 25px;
  display: none;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 5px;
  z-index: 2;
  border-radius: 22px;
  background-color: #ff6b00;
  border: 1px solid #ffffff;
}
.rf-org-footer-container #back-to-top img {
  vertical-align: -webkit-baseline-middle;
}

.square-slider__anchor {
  color: var(--ArmBlue) !important;
  font-family: "Source Code Pro";
  margin-bottom: 0.5rem;
  text-decoration: none !important;
  font-weight: 800;
}

@media only screen and (min-width: 73em) {
  .section-paragraph-main {
    max-width: 29.375rem;
  }
}
.parallax__text .logo {
  margin-left: -25px;
}

@media only screen and (min-width: 1200px) {
  .parallax__img-robots {
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: 707px 786px !important;
    height: 819px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0;
    width: 707px !important;
  }
}
@media only screen and (min-width: 900px) {
  .parallax__img-robots {
    height: 100%;
    width: 500px;
  }
}
@media only screen and (min-width: 50em) {
  .parallax__img-robots {
    background-position: right;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 300px;
  }
}
.parallax__img-robots {
  background-image: url("https://static.rainfocus.com/arm/devsummit22/static/staticfile/staticfile/robots_1667985383532001LgHa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  height: 300px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .parallax__container {
    height: 786px;
  }
}
@media only screen and (min-width: 50em) {
  .parallax__container {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 73em) {
  .container {
    max-width: 73.125rem;
    width: 100%;
  }
}
/*======================*/
/*  # Workflow Pages
/*======================*/
/*=============================================*/
/*
/*  # Workflow Pages
/*
/*=============================================*/
/*======================*/
/*  # Pages
/*======================*/
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Form Render
/*  Any forms that are rendered inside workflows/widgets. Including attendee information, participant forms, tasks, etc.
/*
/*
/*=============================================*/
@media all and (min-width: 769px) and (min-width: 1200px) {
  .rf-workflow .workflow-form-render .wf-form-element-div {
    max-width: 600px;
  }
}
.rf-housing {
  background-color: #f5f5f5;
}
.rf-housing .rf-workflow-header {
  padding: 12px 0;
}
.rf-housing .rf-workflow-header .rf-workflow-header-interior,
.rf-housing .rf-workflow-section .rf-workflow-section-interior {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .rf-housing .rf-workflow-header .rf-workflow-header-interior,
.rf-housing .rf-workflow-section .rf-workflow-section-interior {
    padding: 0 20px;
  }
}
.rf-housing .rf-housing-content {
  padding: 0;
}
.rf-housing .rf-housing-content .hotel-list-view .hotel-card.type-list:hover {
  background-color: #fdecf4;
}
.rf-housing .rf-housing-content .hotel-list-view .hotel-list-wrapper .hotel-details .hotel-price-left span {
  color: #007bff;
}
.rf-housing .rf-housing-content .hotel-selected-view .hotel-details .hotel-details-section:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.rf-housing .rf-housing-content .hotel-selected-view .room-pricing .room-price {
  color: #007bff;
}
.rf-housing .rf-housing-content .hotel-booking-summary .summary-card-header {
  border-bottom: 1px solid #ccc;
}
.rf-housing .rf-housing-content .hotel-booking-summary .hotel-name,
.rf-housing .rf-housing-content .hotel-booking-summary .hotel-details,
.rf-housing .rf-housing-content .hotel-booking-summary .room-details,
.rf-housing .rf-housing-content .hotel-booking-summary .billing-instructions {
  border-bottom: 1px solid #ccc;
}
/*=============================================*/
/*
/*  # Login Page
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Manage Registrants Table (Facebook Table)
/*
/*=============================================*/
.manage-registrants-page .item-card .card-header {
  background-color: #e83e8c;
}
.manage-registrants-page .item-card .icon-popover a {
  color: #444;
}

/*=============================================*/
/*
/*  # Meetings
/*
/*=============================================*/
.calendar-container .meeting-days {
  clear: both;
}
.calendar-container .meeting-days:before, .calendar-container .meeting-days:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-container .meeting-day {
  width: 20%;
  max-width: 250px;
  margin-right: 28px;
}
.calendar-container .meeting-day .meeting-header,
.calendar-container .meeting-day .meeting-time {
  margin-bottom: 8px;
}
.calendar-container .meeting-day .meeting-header {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #222;
  padding: 16px;
}
.calendar-container .meeting-day .meeting-time {
  border-color: #007bff;
  padding: 5px 12px;
  height: auto;
  line-height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.calendar-container .meeting-day .meeting-time.disabled {
  border-color: #ccc;
}
.calendar-container .meeting-day .meeting-time.disabled .meeting-time-value {
  color: #ccc;
}
.calendar-container .meeting-day .meeting-time.disabled .meeting-time-value .rfSI svg {
  fill: #444;
}
.calendar-container .meeting-day .meeting-time.active {
  border-color: #007bff;
  background-color: #007bff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.calendar-container .meeting-day .meeting-time.active .meeting-time-value .check-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value {
  color: #007bff;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value .alert-icon svg {
  fill: #ffc107;
}

/*=============================================*/
/*
/*  # Dashboards
/*
/*=============================================*/
.page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
@media all and (min-width: 1200px) {
  .page-builder-display-reset .flex-box-section-full > .flex-box-section-full-interior {
    padding: 0 20px;
  }
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.page-builder-display-reset .rf-widget#rf-catalog, .page-builder-display-reset .rf-widget#rf-exhibitorcatalog, .page-builder-display-reset .rf-widget#rf-speakercatalog {
  background-color: #fff;
}
.page-builder-display-reset .rf-widget#rf-exhibitorcatalog {
  background-color: white;
}
/*=============================================*/
/*
/*  # Registration
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
#reg-confirmation-page .rfwf-confirmation-custom {
  display: none;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table table {
  width: 100%;
  margin: 0 0 12px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table tr {
  border-bottom: 1px solid #ccc;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th,
#reg-confirmation-page .rfwf-confirmation-summary .grid-table td {
  background-color: white;
  padding: 10px;
  color: #444;
  text-align: left;
}
#reg-confirmation-page .rfwf-confirmation-summary .grid-table th {
  background-color: white;
  color: #222;
  border-bottom: 1px solid #ccc;
}

/*=============================================*/
/*
/*  # Surveys
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Tasks
/*
/*=============================================*/
#tasks-list-container .rfwf-tasks .md-frame.md-frame-primary .md-frame-header {
  background-color: #007bff;
  border-bottom-color: #007bff;
}
#tasks-list-container .rfwf-tasks .rf-pill-white {
  fill: #007bff;
  color: #007bff;
}
#tasks-list-container .rfwf-tasks .rf-pill-white .rf-pill-text {
  color: #007bff;
}
/*=============================================*/
/*
/*  # Reg Confirmation
/*
/*=============================================*/
.rf-workflow-working-reports {
  overflow: auto;
}
.rf-workflow-working-reports .rfwf-bg-primary {
  background-color: transparent;
  color: #444;
}
.rf-workflow-working-reports .rfwf-bg-primary.md-frame-header h2 {
  color: #444;
  font-weight: 600;
}
.rf-workflow-working-reports .rfwf-bg-primary .header-controls svg {
  fill: #007bff;
}
.rf-workflow-working-reports .rfwf-bg-primary .dropdown-icon-background svg {
  fill: #444;
}
.rf-workflow-working-reports .rfwf-bg-primary h2,
.rf-workflow-working-reports .rfwf-bg-primary .rfwf-header-results,
.rf-workflow-working-reports .rfwf-bg-primary .control-icon-text {
  color: #444;
}
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *,
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header,
.rf-workflow-working-reports .wr-table .public_fixedDataTable_header *,
.rf-workflow-working-reports .wr-table .public_fixedDataTable_header {
  color: #007bff;
}
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header *,
.rf-workflow-working-reports .wr-table .fixedDataTableLayout_header {
  font-weight: 600 !important;
}
.rf-workflow-working-reports .wr-table a:hover,
.rf-workflow-working-reports .wr-table a:focus,
.rf-workflow-working-reports .wr-table a:active {
  color: #80bdff;
}

/*=============================================*/
/*
/*  # Workflow Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.recommended-exhibitors-card {
  position: relative;
}

/*=============================================*/
/*
/*  # BrainTree Inputs
/*
/*=============================================*/
#card-number,
#expiration-date,
#cvv-input {
  border: 1px solid #ccc;
  color: #444;
  background: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#card-number.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused,
#cvv-input.braintree-hosted-fields-focused {
  border: 1px solid #e83e8c;
}
#card-number:hover, #card-number:focus, #card-number:active,
#expiration-date:hover,
#expiration-date:focus,
#expiration-date:active,
#cvv-input:hover,
#cvv-input:focus,
#cvv-input:active {
  border: 1px solid #e83e8c;
}

#cc-number {
  height: 38px !important;
}

/* END BrainTree Inputs */
/*======================*/
/*  # Widgets
/*======================*/
/*======================*/
/*  # Widgets
/*======================*/
/*=============================================*/
/*
/*  # Agendas
/*
/*=============================================*/
/* Width of the actual agenda + border */
#rf-content.rf-widget .widget-page.horizontal-agenda {
  max-width: 1307px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#collections-horizontal-agenda * {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#collections-horizontal-agenda .widget-banner.agenda-header {
  background-color: white;
  padding: 20px 16px;
}
#collections-horizontal-agenda .widget-banner.agenda-header h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #222;
}

#collections-horizontal-agenda,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-day-container,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-schedule-container:nth-of-type(even) {
  background-color: #f5f5f5;
}

/*=============================================*/
/*
/*  # Calendar
/*
/*=============================================*/
/* ===============================
    Start: Pre - Custom Variables
=============================== */
/* ===============================
    End: Pre - Custom Variables
=============================== */
/* ===============================
    Start: Post - Custom Variables - Overwride your variables here
=============================== */
/* ===============================
    End: Post - Custom Variables - Overwride your variables here
=============================== */
/* ============================= */
/* RF Mixins */
/* ============================= */
/* end: RF Mixins */
#rf-calendar {
  font-size: 14px;
}
#rf-calendar .session-calendar-instructions {
  color: #212121;
  text-align: left;
  padding: 10px 20px 10px 20px;
}
#rf-calendar .session-calendar-instructions > * {
  color: #212121;
}
#rf-calendar .schedule-calendar .rbc-time-header .rbc-header span {
  color: #444;
  font-size: 18px;
  font-family: inherit;
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator:before {
  content: "";
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator:after {
  content: "";
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator span {
  background: #ccc;
  border-radius: 5px;
}
#rf-calendar .schedule-calendar .calendar-head-container .rf-page-indicator span.active {
  background: #444;
}
#rf-calendar .schedule-calendar .calendar-head {
  max-width: 420px;
}
#rf-calendar .schedule-calendar .calendar-head .prev-day {
  border-radius: 4px;
  background: #f5f5f5;
}
#rf-calendar .schedule-calendar .calendar-head .prev-day:hover {
  opacity: 0.6;
}
#rf-calendar .schedule-calendar .calendar-head .prev-day .rfSI svg {
  fill: #444;
}
#rf-calendar .schedule-calendar .calendar-head .current-day {
  border-radius: 4px;
  background: #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rf-calendar .schedule-calendar .calendar-head .next-day {
  border-radius: 4px;
  background: #f5f5f5;
}
#rf-calendar .schedule-calendar .calendar-head .next-day:hover {
  opacity: 0.6;
}
#rf-calendar .schedule-calendar .calendar-head .next-day .rfSI svg {
  fill: #444;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar {
  background: #007bff;
  border-color: #007bff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar svg {
  fill: #ffffff;
  -ms-transition: none;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:hover, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:focus, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:active {
  background: #0062cc;
  border-color: #0062cc;
  opacity: 1;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:hover svg, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:focus svg, #rf-calendar .schedule-calendar .schedule-calendar-toolbar .download-calendar:active svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox .checkbox-bg {
  border-color: #999;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox svg:hover {
  fill: #ccc;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox input[type=checkbox]:checked + .checkbox-bg {
  background: #007bff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rf-checkbox input[type=checkbox]:checked + .checkbox-bg svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button {
  background: #007bff svg;
  background-fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button .rfSI {
  max-width: 24px;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button.active {
  background: #007bff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .rfSI-toggle button.active svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar.compact .calendar-options {
  min-height: 44px;
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar.compact .calendar-options:before {
  content: "";
}
#rf-calendar .schedule-calendar .schedule-calendar-toolbar.compact .calendar-options:after {
  content: "";
}
#rf-calendar .schedule-calendar .rbc-time-view {
  padding-top: 125px;
}
#rf-calendar .schedule-calendar .rbc-time-view * {
  -ms-transition: none !important;
  font-size: 14px;
}
#rf-calendar .schedule-calendar .rbc-time-content {
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #ccc;
}
#rf-calendar .schedule-calendar .rbc-day-slot {
  border-bottom: 1px solid #ccc;
}
#rf-calendar .schedule-calendar .rbc-day-slot .rbc-time-slot {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  background: none;
}
#rf-calendar .schedule-calendar .rbc-day-slot .rbc-time-slot .rbc-label {
  text-transform: lowercase;
  font-weight: 700;
}
#rf-calendar .schedule-calendar .rbc-day-slot .rbc-time-slot .recommendations-message span {
  font-size: 14px;
}
#rf-calendar .schedule-calendar .rbc-timeslot-group {
  min-height: 130px;
}
#rf-calendar .schedule-calendar .rbc-time-gutter .rbc-label {
  text-transform: lowercase;
  font-weight: normal;
  font-size: inherit;
  color: #212121;
  font-family: inherit;
}
#rf-calendar .schedule-calendar .rbc-events-container {
  pointer-events: none;
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-events-container * {
  pointer-events: auto;
}
#rf-calendar .schedule-calendar .rbc-event {
  background-color: #007bff;
  border-color: #007bff;
  min-height: 24px;
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-event .rbc-event-label {
  font-size: 14px;
}
#rf-calendar .schedule-calendar .rbc-event .rbc-event-content p {
  color: #fff;
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-event .event-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
#rf-calendar .schedule-calendar .rbc-event .event-title strong {
  font-size: inherit;
  font-family: inherit;
}
#rf-calendar .schedule-calendar .rbc-event .event-title span {
  font-size: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.calendar-item p {
  color: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.meeting svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.wait-list p {
  color: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.session-interest {
  border-color: #007bff;
}
#rf-calendar .schedule-calendar .rbc-event.session-interest p {
  color: inherit;
}
#rf-calendar .schedule-calendar .rbc-event.session-speaker {
  color: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.session-speaker svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.enrolled {
  color: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.enrolled svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.meeting {
  color: #fff;
}
#rf-calendar .schedule-calendar .rbc-event.schedule-calendar-session.meeting svg {
  fill: #fff;
}
#rf-calendar .schedule-calendar.editable .rbc-day-slot .rbc-time-slot.disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
  font-size: 14px;
  color: transparent;
}
#rf-calendar .schedule-calendar.editable .rbc-day-slot .rbc-time-slot.disabled:hover {
  color: #444;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.rbc-calendar * {
  box-sizing: inherit;
}
.rbc-calendar *:before, .rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-calendar .schedule-calendar-toolbar .calendar-options .mdBtnR.add-personal-time .rfSI svg {
  fill: #ffffff;
}
.rbc-calendar .schedule-calendar-toolbar .calendar-options .mdBtnR.add-personal-time .mdBtnR-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-header > a {
  color: inherit;
  text-decoration: none;
}
.rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus, .rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 0px !important;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: #ffffff solid 2px !important;
}

.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a {
  color: inherit;
  text-decoration: none;
}
.rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " Â»";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "Â«  ";
}

.rbc-agenda-date-cell, .rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter, .rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  font-size: 14px !important;
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter, .rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header, .rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}

.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}

.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

/*=============================================*/
/*
/*  # Catalogs (Exhibitor, Session, Speaker)
/*
/*=============================================*/
[id*=rf-].rf-widget .catalog-result .session-details p span,
[id*=rf-].rf-widget .session-details-page .session-details p span,
.rf-default-modal .catalog-result .session-details p span,
.rf-default-modal .session-details-page .session-details p span {
  color: #007bff;
}

#rf-exhibitorcatalog.rf-widget .catalog-result:hover .exhibitor-name,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .exhibitor-details-back-to-catalog a,
#rf-exhibitorcatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .rf-page-links .mdBtnR-link .mdBtnR-text,
#rf-exhibitorcatalog.rf-widget .catalog-result:hover .speaker-full-name,
#rf-speakercatalog.rf-widget .catalog-result:hover .exhibitor-name,
#rf-speakercatalog.rf-widget .exhibitor-details-page .exhibitor-details-back-to-catalog a,
#rf-speakercatalog.rf-widget .exhibitor-details-page .rf-contact-sidebar .rf-page-links .mdBtnR-link .mdBtnR-text,
#rf-speakercatalog.rf-widget .catalog-result:hover .speaker-full-name {
  color: #007bff;
}

/*=============================================*/
/*
/*  # Exhibitor List
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Nav Bar
/*
/*=============================================*/
#rf-navbar {
  min-height: 56px;
  position: sticky;
  top: 0;
  z-index: 2;
}
#rf-navbar .widget-nav a:hover {
  border-color: #66b0ff;
}
#rf-navbar .widget-nav a.current-page {
  border-color: #007bff;
}

/*=============================================*/
/*
/*  # Recommendations
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Session Catalog
/*
/*=============================================*/
#rf-catalog {
  /* Left Filters Styles */
  /* Top Search Keyword Styles */
  /* Catalog Display Styles */
}
#rf-catalog .search-filters,
#rf-catalog .search-bar {
  z-index: 1;
}
/*=============================================*/
/*
/*  # Speaker Catalog
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Targeted Agenda
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Agendas
/*
/*=============================================*/
/* Width of the actual agenda + border */
#rf-content.rf-widget .widget-page.horizontal-agenda {
  max-width: 1307px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#collections-horizontal-agenda * {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#collections-horizontal-agenda .widget-banner.agenda-header {
  background-color: white;
  padding: 20px 16px;
}
#collections-horizontal-agenda .widget-banner.agenda-header h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #222;
}

#collections-horizontal-agenda,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-day-container,
#collections-horizontal-agenda .horizontal-agenda-main .agenda-schedule-container:nth-of-type(even) {
  background-color: #f5f5f5;
}

/*=============================================*/
/*
/*  # Widgets Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
/* END Misc */
/**/
/**/
/**/
/**/
/*# sourceMappingURL=all.css.map */

