@media (max-width:599px){.getmdl-select__fix-height .mdl-menu__container{overflow:visible}.layout-align-xs-center-end,.layout-align-xs-end-end,.layout-align-xs-space-around-end,.layout-align-xs-space-between-end,.layout-align-xs-start-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end;display:contents}}

.sfx-logo-placeholder img {
    max-width: 330px;
    max-height: 100px;
    padding-left: 5px;
    padding-right: 5px;
}

.sfx-topbar {
    max-height: 120px;
    background-color: white!important;
	text-transform: none!important;
}

.sfx-topbar .mdl-navigation__link {
	text-transform: none!important;
}

.mdl-layout__header-row {
    padding: 0 20px;
    height: 100px;
}

.mdl-layout__header-row {
    padding: 0 20px;
    height: 100px;
}

.sfx-logo-placeholder {
    max-height: 100px;
}

.safari .mdl-navigation__link:not(.mobile_navigation_link) {
    font-size: .9em;
}

.sfx-content-header {
   margin: 5px;
   padding-left: 5px;
}

.sfx-header-title {
    font-size: 30px;
    line-height: 0px;
    font-weight: bold;
	padding: 10px;
}

.sfx-header-subtitle {
    padding-top: 15px;
}

.mdl-button.button-with-icon i {
    font-size: 20px;
    left: -5px;
	padding-bottom: 12px;
    position: relative;
}

.mdl-checkbox.is-upgraded {
    padding-left: 24px;
    margin-bottom: 15px;
}


@media screen and (max-width: 641px) {
  .sfx-topbar .mdl-layout__header-row {
    padding-left: 0;
    height: 80px;
    padding-bottom: 15px!important;
  }
  .sfx-logo-image {
    margin-left: 0px !important;
  }

.sfx-logo-placeholder img {
    margin-left: 0px!important;
}
  .mdl-layout .mdl-layout__drawer-button:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none !important;
  }
  .sfx-logo-image {
    background: transparent;
    box-shadow: none !important;
    margin: -20px 65px !important;
    padding: 19px 19px 0px 19px !important;
  }
  header.sfx-topbar {
    height: 80px
  }
  header.sfx-topbar:after {
    display: none
  }
  
  mdl-button__ripple-container {
  	background-color: rgb(206,55,54);
  }
  
  .mdl-button--accent.mdl-button--accent {
  	color: rgb(206,55,54);
  }
  
  i.material-icons.sfx-show-on-toggled {
  	display: none;
  }
  
  .sfx-topbar .mdl-navigation__link {
	text-transform: none;
  }
  

}