@media all and (min-width: 800px) {
  .rfwf-login-page .rfwf-panel-interior {display: flex;}
  .rfwf-login-page .rfwf-panel-interior .rfG-md-50:last-of-type {order:1;}
  .rfwf-login-page .rfwf-panel-interior .rfG-md-50:first-of-type {order:2;}

}


/*=============================================*/
/*
/*  # Header
/*  
/*
/*=============================================*/
/* line 12, ../../sass/includes/header.scss */
.rf-org-header-container header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 20, ../../sass/includes/header.scss */
.rf-org-header-container .header-nav {
  max-height: 114px;
  padding: 12px 16px;
  clear: both;
}
/* line 176, ../../sass/base/_base.scss */
.rf-org-header-container .header-nav:before, .rf-org-header-container .header-nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 27, ../../sass/includes/header.scss */
.rf-org-header-container .logo img {
  height: auto;
  max-height: 100px;
}
/* line 32, ../../sass/includes/header.scss */
.rf-org-header-container .header-workflow-name {
  float: right;
  padding-right: 16px;
}
/* line 36, ../../sass/includes/header.scss */
.rf-org-header-container .header-workflow-name p {
  padding-top: 0px;
}
/* line 42, ../../sass/includes/header.scss */
.rf-org-header-container .header-banner {
  height: 35px;
  background: linear-gradient(90deg, #F27621 0, #BE3A34);
  background-size: cover;
}
@media all and (min-width: 769px) {
  /* line 49, ../../sass/includes/header.scss */
  .rf-org-header-container .logo {
    float: left;
  }
}

/* line 55, ../../sass/includes/header.scss */
#rf-content {
  padding-top: 140px;
}

/*=============================================*/
/*
/*  # END Header
/*  
/*
/*=============================================*/



/*=============================================*/
/*
/*  # Footer
/*
/*
/*=============================================*/
/* line 11, ../../sass/includes/footer.scss */
.rf-org-footer-container {
  font-family: 'Arial', Helvetica, sans-serif;
  letter-spacing: .075em;
}
/* line 15, ../../sass/includes/footer.scss */
.rf-org-footer-container footer {
  background: #F4F4F4;
}
/* line 18, ../../sass/includes/footer.scss */
.rf-org-footer-container footer * {
  color: black;
}
/* line 23, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 30px;
}
/* line 31, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-logo {
  padding: 0 50px;
}
/* line 34, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-logo img {
  width: 140px;
}
/* line 39, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 44, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-links ul {
  padding: 0;
  display: flex;
  flex-direction: row;
}
/* line 49, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-links ul li {
  padding: 0 14px;
  text-transform: uppercase;
  list-style-type: none;
}
/* line 55, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-links ul a:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* line 62, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-links p {
  text-align: center;
  font-size: 14px;
}
/* line 68, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-social {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 73, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-social ul {
  padding: 0;
  display: flex;
  flex-direction: row;
}
/* line 78, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-social ul li {
  padding: 0 12px;
  list-style-type: none;
}
/* line 83, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-social ul a {
  width: 40px;
  height: 40px;
  display: flex;
  background: #707070;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  transition: all .15s linear;
}
/* line 96, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-social ul a:hover {
  background-color: #BE3A34;
}
/* line 101, ../../sass/includes/footer.scss */
.rf-org-footer-container .footer-social ul svg {
  height: 18px;
  max-width: 100%;
}

@media all and (max-width: 767px) {
  /* line 110, ../../sass/includes/footer.scss */
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  /* line 116, ../../sass/includes/footer.scss */
  .footer-links ul {
    flex-direction: column !important;
    align-items: center;
    margin: 0;
  }
  /* line 121, ../../sass/includes/footer.scss */
  .footer-links ul li {
    padding: 6px 14px !important;
  }

  /* line 127, ../../sass/includes/footer.scss */
  .footer-social {
    margin-bottom: 20px;
  }
  /* line 130, ../../sass/includes/footer.scss */
  .footer-social li {
    margin-right: 10px;
  }
}
/*=============================================*/
/*
/*  # END Footer
/*
/*
/*=============================================*/

