/*===============================================
  # Key

  # Base
  # Scaffolding
  # Hotel Listings
  # Meetings

  //# Common Styles (Workflow & Widgets)
  //   # Grid
  //
  // # Elements
  //   # Iconography
  //   # Buttons
  //   # Badge/Pills

  # Misc

===============================================*/
/*=============================================*/
/*
/*  # Workflow Scaffolding
/*
/*=============================================*/
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0;
}

/*======================*/
/*  # Pages
/*======================*/
/*=============================================*/
/*
/*  # Hotel Listings
/*
/*=============================================*/
/*=============================================*/
/*
/*  # Meetings
/*
/*=============================================*/
.calendar-container .meeting-days {
  min-width: 1700px;
  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: #272932;
  padding: 16px;
}
.calendar-container .meeting-day .meeting-time {
  border-color: #ff7d00;
  padding: 5px 12px;
  height: auto;
  line-height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.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.active {
  border-color: #ff7d00;
  background-color: #ff7d00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.calendar-container .meeting-day .meeting-time.active .meeting-time-value {
  color: white;
}
.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: #ff7d00;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value .alert-icon svg {
  fill: #f9f4d4;
}

/*=============================================*/
/*
/*  # Workflow Misc
/*  Miscellaneous, obviously.
/*
/*=============================================*/
.recommended-exhibitors-card {
  position: relative;
}

h1 {
    text-align: center;
    color: #ff7d00 !Important;
}

.rfwf-full-panel.form-id-1573048035484001AIGZ .form-footer-actions {
    display: none;
}

h3 {
    text-align: center;
    color: #ff7d00 !Important;
}

.rfwf-full-panel.form-id-1573048035484001AIGZ .form-footer-actions {
    display: none;
}

/*Reg Header Styles*/


.info20-branding .content {
  margin: auto;
  background-color: #000;
}
.content {
  max-width: 100%;
}
.info20-branding .content .header {
  padding: 10px 0;
  color: #909090;
}



/* Top part of header */
h4 {
  line-height: normal;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  font-weight: 300;
  color: inherit;
}
.h4, h4 {
  font-size: 18px;
}
.info20-branding .content .header .logo img {
  float: right;
}



/* Bottom part of header */
.info20-branding .content .header-bottom {
  padding: 10px 0 10px 0;
}
.info20-branding .content .header-bottom ul {
  margin-bottom: 0;
  float: right;
  list-style: none;
}
.info20-branding .content ul {
  list-style-type: none;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 9px;
}
.info20-branding .content .header-bottom ul li {
  float: left;
  padding-left: 20px;
  color: #486F98;
  font-size: 18px;
}
.info20-branding .content .header-bottom b {
  font-size: 18px;
}

/*END Reg Header Styles*/

/*Confirmation Page*/

#reg-confirmation-page table th {
    background-color: #ff7d00!important;
}

.rfwf-full-panel.rfwf-confirmation-header {
    display: none;
}

.social-icons {
  text-align: center;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:70px;
  height:70px;
  margin-right: 20px;
}

/*End Confirmation Page/*

/* jillian's edits RA-28011 */
@media all and (max-width: 768px) {
    .rf-org-header-container .banner-img {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .rf-org-header-container .banner-img img {
        height: 132px;
        width: auto;
    }
}
/* end jillian's edits */

.rfG-fluid-container strong {
    font-size: 16px;
}

.info20-branding .content .header-bottom {
    padding: 10px 0 10px 0;
}


