/* Hide show favorites button on mobile view */
.rf-checkbox-wrapper {
  display: none;
}



.mdBtnR-primary {
height: 36px !important;
display: inline-block;
    background: #fff;
    color: .mdBtnR-primary;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    height: 3.4375rem;
    letter-spacing: .02063rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 1.5rem;
    transition: 0s;
    font-size: 1rem;
    border: none;
    position: relative;
}

.mdBtnR-primary:hover {
text-decoration: none;
    background: #04BB92;
    color: #0D2345;
}

.mdBtnR-cancel, .mdBtnR-outline-primary {
display: inline-block;
color: #05DCAC !important; 
font-size: 13px !important;
height: 36px !important;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    height: 3.4375rem;
    letter-spacing: .02063rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 1.5rem;
    transition: 0s;
    padding: 0px 1.5rem;
border-radius: 0;
    font-size: 1rem;
    border-color: #05DCAC !important;
    position: relative;
}

.mdBtnR-text {
display: flex !important;
justify-content: center !important;
    font-family: 'Montserrat', sans-serif;

}

.mdBtnR-cancel .mdBtnR-text, .mdBtnR-outline-primary .mdBtnR-text {
    color: #fff !important; 
}

..wf-form-element-div {
width: 50%;
}

.mdBtnR-primary {
border-radius: 0;
height: 36px !important;
display: inline-block;
    background: #fff;
    color: #00283E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    height: 3.4375rem;
    letter-spacing: .02063rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 1.5rem;
    transition: 0s;
    font-size: 13px !important;
    border: none;
    position: relative;
}

.mdBtnR-primary:hover {
text-decoration: none;
    background: #F3F3F3;
    color: #00283E;
}

.mdBtnR-cancel, .mdBtnR .mdBtnR-outline-primary {
border-radius: 0;
display: inline-block;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    height: 3.4375rem;
    letter-spacing: .02063rem;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0s;
    font-size: 13px !important;
    border-color: #fff !important;
    position: relative;
}

.mdBtnR-primary .mdBtnR-text, a.mdBtnR-primary .mdBtnR-text {
	color: #00283E;
}


#regPass-cards [title="options"] {
display: none;
}

.rfwf-account-orders button {
display: none;
}

.card-header {
background: black !important;
}
.card-header-title {
color: white !important;
}
.rfwf-reg-codes .mdBtnR-primary {
display: flex;
}

.mdBtnR-icon .rfSI {
display: none;
}

.label-text {
color: #fff !important;
}



.rfwf-login-page .rfwf-panel-interior {

}

.rfwf-discount-code .rfwf-panel-interior {
    margin-top: 100px;
}

.rfwf-confirmation-header .rfwf-panel-interior {
    margin-top: 130px;
}

.progressbar {
      counter-reset: step;
margin: 15px 0 15px 0;
  }
  .progressbar .li {
      list-style-type: none;
      width: 33%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar .li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar .li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar .li:first-child:after {
      content: none;
  }
  .progressbar .li.active {
      color: green;
  }
  .progressbar .li.active:before {
      border-color: #55b776;
  }
  .progressbar .li.active + li:after {
      background-color: #55b776;
}

.rfwf-reg-codes {
display: none !important;}

.clearfix .mdBtnR {
color: white !important;
}

.rfwf-discount-code .rfwf-panel-interior {
margin-top: 0;
}

.confirmation-page .rfwf-panel-interior {
margin-top: 0;
}

.card-controls .mdBtnR {
color: white;
border: 1px solid white;
}

.rf-card {
max-width: initial;
}

.rfwf-headline {
width: 100% !important;
}

#bulkPackagesDashboard h1 {
display: none;
}

#reg-confirmation-page .reg-confirmation-summary .purchased-regcodes {
display: none !important;
}

#reg-confirmation-page table th {
    background-color: #05DCAC !important;
}

.pull-right {
background: #05DCAC !important;
border: transparent !important;
color: white !important;
}

.pull-right .mdBtnR {
color: white !important;
}

.pull-right {
display: flex !important;
    align-items: center !important;
}

/* Order Summary Card (RA-28066) */
.order-summary-card .order-summary {
  width: 100%;
}

.order-summary-card .order-summary .order-summary-item {
  margin-bottom: 20px;
}

.order-summary-card .order-summary .order-summary-item .summary-items-details {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 8px
}

.order-summary-card .order-summary .order-summary-item .summary-items-details .summary-item-quantity {
  margin-right: 20px;
}

.order-summary-card .order-summary .order-summary-item .summary-items-totals .summary-item-total {
  display: block;
  text-align: right;
  font-weight: bold;
}

.order-summary-card .order-summary .order-summary-item .summary-items-totals .summary-item-balance {
  display: block;
  text-align: right;
  font-weight: bold;
}

.order-summary-card .order-summary-notes {
  width: 100%;
  margin-top: 20px;
}

.order-summary-card .card-header .card-controls .rfSI svg {
  fill: #ffffff;
}

.order-summary-card .card-header {
  background-color: #0D2345  !important;
}

.order-summary-card .card-header h3 {
  color: #ffffff !important;
}
/* End Order Summary Card */

.card-header {
  background-color: #0D2345 !important;
}

#reg-confirmation-page .rfwf-confirmation-custom {
}
/* Hide Favorite button on session details */
[id*='rf-'].rf-widget #widget-page-session-details .mdBtnR+.mdBtnR {
    display: none;
}

/*slider stylings*/

.myslider {
 padding: 0; 
}

.bx-wrapper {
 background: #00263E !important; 
 border: 5px solid #00263E !important;
 box-shadow: 0 0 5px #00263E !important;
   
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
 background: #FFFFFF !important; 
}

.bx-controls-auto {
  
}

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  text-indent: 0 !important;
  color: transparent !important;
  
}


.bx-wrapper .bx-prev {
  left: -25px !important;
  background: url('https://static.rainfocus.com/alteryx/inspire21/static/staticfile/staticfile/slider_arrow_1620148089313001mQPb.png') no-repeat !important;

}

.bx-wrapper .bx-next {
  right: -25px !important;
  background: url('https://static.rainfocus.com/alteryx/inspire21/static/staticfile/staticfile/slider_arrow_1620148089313001mQPb.png') no-repeat !important;
  transform: rotate(180deg) !important;
  
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
 text-align: center !important; 
 width: 100% !important;
}
.bx-wrapper .bx-controls-direction a {
  height: 40px !important;
}

/*content card stylings */

.container {
  position: relative;
  font-family: Arial;
  width: 100% !important;
  padding:0px !important;
}

.text-block-position {
  position: absolute;
  bottom: 10%;
  top: 5%;
  left: 6%;
  right: 6%;
 
}
.text-block-position h4.white {
  color:#ffffff;
}

.text-block {
  position: relative;
  height: 90%;
  background-color: #ffffff;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  opacity: .95;
}
.text-block h2 {
padding-top: 15px;
}

/*button stylings */
.mdBtnR-primary, a.mdBtnR-primary {
    color: #fff;
    background-color: #00263E;
    border-color: #00263E;
}
.mdBtnR-primary:hover, a.mdBtnR-primary:hover {
    color: #00263E;
    background-color: #FFF;
    border-color: #00263E;
}
.mdBtnR-primary:hover .mdBtnR-text, a.mdBtnR-primary:hover .mdBtnR-text {
   color: #00263E;
}

.mdBtnR.mdBtnR-outline-primary.back-btn:hover span, 
.mdBtnR.mdBtnR-outline-primary.cancel:hover span, 
.mdBtnR.mdBtnR-outline-primary.session-schedule.session-action:hover span {
   color: #00263E !important;
}

.container .text-block p {
  font-size: 14px;
  padding-bottom:10px;
  
}
.container .text-block p a {
 position: absolute;
  left: 15px;
  bottom: 10px;
}

button.mdBtnR.mdBtnR-primary.confirm {
 background-color: #ffffff; 
}

button.mdBtnR.mdBtnR-primary.confirm:hover {
   background-color: #00263E; 
}

/* My agenda card */
.rf-card .card-header {
background-image: url('https://static.rainfocus.com/alteryx/inspire21/static/staticfile/staticfile/myagenda_background_16198301942760014yI0.png');  
}
.rf-card.all-sessions-card  {
 padding-top:5px; 
}
.rf-card .card-body {
 height:345px; 
}
h3.card-header-title, a.catalog-url {
 color: #ffffff !important; 
  font-weight:600;
}
.rf-card .card-header .card-controls {
  margin-top: 5px;
}
.catalog-url:after {
  content:' >'; 
}
.catalog-url {
  font-size: 12px;
}
.rf-pill {
  border-radius: 4px;
}

.rf-pill.rf-pill-blue .rfSI {
 display:none; 
}



  
/*****************/
/**Footer styles**/
/*****************/

.rf-org-footer-container {
    background-color: #AA9767;
}  

.goldfooter {	
    overflow: hidden;
  padding: 96px 40px;
}

.footer-menu, .social-footer  {
	float: right;
   display: flex;
    justify-content: space-between;
    align-items: center;
	text-transform: uppercase;	
}

.footer-item {
    margin-left: 1.5rem;	
}

.footer-link {
    font-size: 1rem;
    font-weight: 600;
    color: #00263E !important;
}

.footer-link:hover {
	text-decoration: underline;
}


.leftlogo {
	float: left;
/*	padding-left: 5%;*/
}

.footer-logo img {
	 width: 100px;
}

.footer-copyright img {
   padding-top: 10px;
   width: 150px;
 }

.footer-item.socialicon a img {
	width: 30px;
	margin-left: -1rem !important;
}



@media only screen and (max-width: 1100px) {

.footer-menu {
    
}

.footer-item {
	padding: 5px 0;
    margin-left: 0.5rem;
}
  
.footer-item.socialicon {
   margin-left: 1.5rem;
  }

.social-footer   {
	margin-right: 20px;
}

}



@media only screen and (max-width: 1050px) {

.footer-menu {
    margin-top: -50px;
	text-align: center;
	padding-top:10px;
    display: block; 
}

.footer-item {
	padding: 5px 0;
    margin-left: 1rem;
}
  
.footer-item.socialicon {
   margin-left: 1.5rem;
  }

.social-footer   {
	margin-right: 20px;


}

}



@media only screen and (max-width: 900px) {

.footer-menu {	
}

.footer-item {
	padding: 5px 0;
}
  
.social-footer   {
	margin-right: 20px;
}

}



@media only screen and (max-width: 600px) {

.goldfooter {

}

 .footer-logo, .footer-menu{
	float: none;
	display: initial;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.leftlogo {
	float: none;
    text-align: center;
}
  
.footer-item {
  margin-left: 0;
  }
  
  .footer-menu li.footer-item {
    list-style: none;
}

.social-footer {
	float: none;
	justify-content: center;
    margin-right: 40px;
}

}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    
    #rf-calendar .schedule-calendar {
     padding: 0; 
    }
    
    /*remove plus sign in add session button*/
    .calendar-options .add-session-btn .rfSI {
     display:none; 
    }
    /*padding at bottom of calendar*/
    .rbc-time-view {
     padding-bottom: 20px; 
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

     /*remove plus sign in add session button*/
    .calendar-options .add-session-btn .rfSI {
     display:none; 
    }

    
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    
     /*remove plus sign in add session button*/
    .calendar-options .add-session-btn .rfSI {
     display:none; 
    }


}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    
    #rf-calendar .schedule-calendar {
     padding: 0 !important; 
    }

     /*remove plus sign in add session button*/
    .calendar-options .add-session-btn .rfSI {
     display:none; 
    }
    /*padding at bottom of calendar*/
    .rbc-time-view {
     padding-bottom: 20px; 
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    
     
    #rf-calendar .schedule-calendar {
   padding: 0 !important; 
    }

     /*remove plus sign in add session button*/
    .calendar-options .add-session-btn .rfSI {
     display:none; 
    }
    /*padding at bottom of calendar*/
    .rbc-time-view {
     padding-bottom: 20px; 
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    
     
    #rf-calendar .schedule-calendar {
     padding: 0 !important; 
    }
    
     /*remove plus sign in add session button*/
    .calendar-options .add-session-btn .rfSI {
     display:none; 
    }
    /*padding at bottom of calendar*/
    .rbc-time-view {
     padding-bottom: 20px; 
    }


}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
