/* color pallate*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

.footer {
  background-color: #000;
  padding: 15px;
  color: #fff;
  width: 100%; }
  .footer.event-footer {
    margin-left: 275px;
    width: calc(100% - 275px);
    height: auto;
    float: left; }
    .footer.event-footer.single {
      margin-left: 56px;
      width: calc(100% - 56px); }
  .footer-container {
    width: 100% !important;
    margin: 0;
    padding: 0;
    background-color: transparent !important; }
    .footer-container .whitelabel-branding {
      border-bottom: 1px solid #f6f6f6;
      border-top: 1px solid #f6f6f6;
      float: right;
      padding: 3px 10px !important;
      width: 100%;
      background: #fff; }
      .footer-container .whitelabel-branding p {
        font-size: 10px;
        text-align: center;
        float: right;
        color: #999;
        margin: 0px; }
        .footer-container .whitelabel-branding p img {
          width: 60px; }
    .footer-container .internal-footer_left {
      text-align: left;
      width: 50%;
      float: left; }
      .footer-container .internal-footer_left p {
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px; }
    .footer-container .internal-footer_right {
      text-align: right;
      width: 50%;
      float: right; }
      .footer-container .internal-footer_right p {
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px; }

.whitelabel-branding {
  padding: 0;
  border-top: 1px solid #f6f6f6;
  float: right;
  padding: 3px 10px !important;
  width: 100%;
  background: #fff; }
  .whitelabel-branding p {
    font-size: 10px;
    text-align: center;
    float: right;
    color: #999;
    margin: 0px; }
    .whitelabel-branding p img {
      width: 60px; }
