/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html, body {
  font-family: "Product Sans", "Arial", sans-serif;
  margin: 0;
  padding: 0;
}
.demo-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.demo-layout .demo-header .mdl-textfield {

  padding: 0px;

  margin-top: 41px;
}
.demo-layout .demo-header .mdl-textfield .mdl-textfield__expandable-holder {
  bottom: 19px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.demo-drawer {
  border: none;
}
/* iOS Safari specific workaround */
.demo-drawer .mdl-menu__container {
  z-index: -1;
}
.demo-drawer .demo-navigation {
  z-index: -2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* END iOS Safari specific workaround */
.demo-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-drawer-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
}
.demo-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.demo-navigation {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mdl-demo .mdl-layout__header-row {
  padding-right: calc(5% - 30px);
  padding-left: calc(5% - 30px);
  text-align: center;
  height: 72px;
}
.demo-layout .demo-navigation .mdl-navigation__link {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
  background-color: #00BCD4;
  color: #37474F;
}
.demo-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 32px;
  margin-bottom: 0px;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit;
}
.mdl-demo .mdl-layout__tab-bar-button {
  display: none;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 64px;
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0; /* padding: 0 16px 0 185px; */
  box-sizing: border-box;
  height: 64px;
  width: 100%;
}
.mdl-demo .mdl-layout__tab-bar:hover {
  height: 128px;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
}
.mdl-demo .mdl-card {
  min-height: 384px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
  margin: 20px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 40px);
}
.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.mdl-demo .mdl-card__actions {
  margin: 0;
  padding: 4px 40px;
  color: inherit;
}
.mdl-demo .mdl-card__actions a {
  color: rgb(33,150,243);
  margin: 0;
}
.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.mdl-demo .mdl-layout__content section:last-of-type {
  position: relative;
  margin-bottom: 48px;
}
.mdl-demo section.section--center {
  max-width: 840px;
  min-height: 400px;
}
.mdl-demo #features section.section--center {
  max-width: 620px;
}
.mdl-demo section > header{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.mdl-demo section .section__text {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}
.mdl-demo .is-small-screen section.section--footer .section__circle--big {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 8px 16px;
}
.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgb(25,118,210);
}
.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
  margin-bottom: 24px;
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: white;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4, #features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #C1EEF4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4DD0E1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}


/* Custom CSS*/

.homepage_headline {
  margin: 26px auto;
}

select.select_dropdown {
    display: block;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    border: 1px solid rgba(0,0,0,0.35);
    border-radius: 2px;
    height: 3rem;
    text-transform: none;
    color: inherit;
    font: inherit;
    margin: 0;
    text-align: center;
    text-align-last: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.record_type_label, .device_type_label {
  width:400px;
  max-width:49%;
  display:inline-block;
  text-align: left;
  color:rgba(0,0,0,.4)
}

.record_type_list, .device_type_list {
  width:400px;
  max-width:50%;
  display: inline-block;
  padding: 5 0 20 0;
}

.mdl-demo .mdl-card .tool_results {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

.mdl-demo .mdl-card .mdl-data-table.tool_results {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tool_card1.mdl-card{
  width: 100%;
}

.tool_card1 > .mdl-card__title{
  color: #fff;
  height: 176px;
}

.mdl-card__title_gmail{
  background-image: url(/images/gmail.png);
  background-size: cover;
  background-position: 0px -100px;
  background-repeat: no-repeat;
}

.tool_card1 > .mdl-card__menu{
  color: #fff;
}

.tool_card1 > .mdl-card__content{
  width:calc(100% - 80px);
  margin: 0 40px;
  padding: 20px 0;
}

.input_right_margin{
  margin-right: 30px;
}

.tool_card {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #616161;
  position: relative;
  height: auto;
  min-height: 250px;
  width: calc(50% - 44px);
  margin: 0;
  padding: 20px;
  display: inline-block;
  font-family: "Product Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  outline: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
}

.tool_card_title {
  font-family: 'Product Sans', Arial, sans-serif;
  margin: 0px;
}

.tool_card_headline {
  color: #00B545;
  font-family: 'Product Sans', Arial, sans-serif;
  line-height: 14px;
  margin: 16px 8px;
}

.tool_card_description {
  line-height: 20px;
}

.ahome{
  text-decoration: none;
  color: rgb(25,118,210);
  margin-left: auto;
  margin-right: auto;
  height: 72px;
  width: 400px;
  position: absolute;
  left: calc(50% - 200px);
  top: 0px;
  z-index: 5;
}

#bookmark-cta {
  color: #1976d2;
  height: 72px;
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  padding-top: 24px;
}

.bookmark-icon {
  height: 42px;
  margin-top: -34px;
  margin-right: -4px;
}

.bookmark-text {
  font-size: 24px;
  border: #FFDB07 3px solid;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}

.aukraine {
  color: #FFF;
  text-decoration: none;
  width: 600px;
  display: none;
  text-align: center;
  font-weight: 600;
}

.mdl-demo .mdl-layout__tab-bar:hover .aukraine {
  display: block;
}

.aukraine>svg {
  height: 36px;
  top: 12px;
  position: relative;
}


.acardtitle{
  text-decoration: none;
  color: #FFF;
  background-color: rgba(25,118,210,1);
  padding: 0px 10px 0 26px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 1px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  position: relative;
  left: -16px;
}

.agsuite{
  text-decoration: none;
  color: #616161;
  width: calc(50% - 16px);
  padding: 0 20px 0 0;
  text-align: left;
  text-transform: none;
  height:auto;
}

.adrawerlogo {
  text-decoration: none;
  color: #FFF;
}

.container{
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.container.text {
  width: calc(100% - 40px);
}

.container.text.homepage p, .container.text.homepage li {
  font-size: 24px;
}

.container > a {
  text-decoration: none;
}

.container > h2 {
  margin-top: 40px;
}

.gsuite_footer{
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
}

.mdl-demo section.section--gsuite_footer, .mdl-demo section.section--homepage{
  padding: 32px 0;
  margin: 0 -8px -8px -8px;
}

.mdl-demo section.section--homepage.heading {
  background-color: #1976d226;
  margin-top: -8px;
  margin-bottom: -8px;
}

.gsuite_footer_block{
  text-align: center;
}

.referral-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #616161;
  position: relative;
  height: auto;
  width: 50%;
  margin: 0;
  padding: 20px;
  display: inline-block;
  font-family: "Product Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
}

.referral-button:hover, .tool_card:hover{
  background-color:rgba(158,158,158,.2);
}

.gsuite_button{
  font-size: 34px;
  color: #616161;
  text-transform: capitalize;
}

.mdl-demo .mobile_header{
  display:none;
  margin: 4px;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  background-color: rgb(25,118,210);
}

.mdl-layout__drawer-button{
  display: none;
}

.drawer_logo{
  width: 100%;
  font-size: 54px;
  text-align: center;
}

.drawer_logo_top_half{
  display: block;
  line-height: 54px;
  background-color: rgb(25,118,210);
  border-top: 5px solid;
  border-radius: 10px 10px 0 0;
  color: fff;
  border-right: 5px solid;
  border-left: 5px solid;
  padding-top: 4px;
  padding-bottom: 2px;
}

.drawer_logo_bottom_half{
  display: block;
  line-height: 54px;
  color: rgb(25,118,210);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 0px solid;
  padding-top: 6px;
}

.mobile_header h1{
  font-size: 34px;
  line-height: 48px;
  margin: 0;
}

.header_height {
  height: 220px!important;
}

.mdl-demo .motto {
  display: inline-block;
  height: 38px;
  text-align: center;
  width: 100%;
}

.motto_text {
  font-size: 26px;
  line-height: 38px;
  margin: 0 0 16px;
}

.mdl-grid.mdl-grid--no-spacing>.mdl-cell.first_steps {
  margin: 0px 0 30px 0;
  padding-bottom: 30px;
  padding-top: 24px;
  text-align: justify;
}

.mdl-grid.mdl-grid--no-spacing>.mdl-cell.first_steps_n {
    margin: 0px;
}

.mdl-grid.mdl-grid--no-spacing>.mdl-cell.first_steps_n>.section__circle-container__circle {
text-align: center;
    color: rgb(255, 255, 255);
    line-height: 64px;
    font-size: 42px;
    margin: 8px auto;
}

#godaddy_step_button> a > span, #godaddy_header_button> a > span {
  background: #00B545 !important;
  border-width: 0px;
  border-color: #00B545 !important;
  padding: 13px 30px 15px;
  border-radius: 3px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 52px;
  font-size: 20px;
}

span.motto_text {
  font-family: 'Product Sans', Arial, sans-serif;
}

.main_logo {
  font-family: 'Product Sans', Arial, sans-serif;
  height: 72px;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: -.02em;
  margin: 0;
}

span.mobile_top_title {
  font-family: 'Product Sans', Arial, sans-serif;
  font-size: 34px;
  line-height: 48px;
  margin: 0;
}

a.mobile_top_title {
  text-decoration: none;
  color: rgb(255,255,255);
}

div.gsuite_price_basic {
  color: #00B545;display: block;
  font-family: "Product Sans", Arial, sans-serif;
}

div.gsuite_price_business {
  color: rgb(25,118,210);display: block;
  font-family: "Product Sans", Arial, sans-serif;
}

#google_logo {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNzIgOTIiIHdpZHRoPSIyNzIiIGhlaWdodD0iOTIiPjxwYXRoIGZpbGw9IiNFQTQzMzUiIGQ9Ik0xMTUuNzUgNDcuMThjMCAxMi43Ny05Ljk5IDIyLjE4LTIyLjI1IDIyLjE4cy0yMi4yNS05LjQxLTIyLjI1LTIyLjE4QzcxLjI1IDM0LjMyIDgxLjI0IDI1IDkzLjUgMjVzMjIuMjUgOS4zMiAyMi4yNSAyMi4xOHptLTkuNzQgMGMwLTcuOTgtNS43OS0xMy40NC0xMi41MS0xMy40NFM4MC45OSAzOS4yIDgwLjk5IDQ3LjE4YzAgNy45IDUuNzkgMTMuNDQgMTIuNTEgMTMuNDRzMTIuNTEtNS41NSAxMi41MS0xMy40NHoiLz48cGF0aCBmaWxsPSIjRkJCQzA1IiBkPSJNMTYzLjc1IDQ3LjE4YzAgMTIuNzctOS45OSAyMi4xOC0yMi4yNSAyMi4xOHMtMjIuMjUtOS40MS0yMi4yNS0yMi4xOGMwLTEyLjg1IDkuOTktMjIuMTggMjIuMjUtMjIuMThzMjIuMjUgOS4zMiAyMi4yNSAyMi4xOHptLTkuNzQgMGMwLTcuOTgtNS43OS0xMy40NC0xMi41MS0xMy40NHMtMTIuNTEgNS40Ni0xMi41MSAxMy40NGMwIDcuOSA1Ljc5IDEzLjQ0IDEyLjUxIDEzLjQ0czEyLjUxLTUuNTUgMTIuNTEtMTMuNDR6Ii8+PHBhdGggZmlsbD0iIzQyODVGNCIgZD0iTTIwOS43NSAyNi4zNHYzOS44MmMwIDE2LjM4LTkuNjYgMjMuMDctMjEuMDggMjMuMDctMTAuNzUgMC0xNy4yMi03LjE5LTE5LjY2LTEzLjA3bDguNDgtMy41M2MxLjUxIDMuNjEgNS4yMSA3Ljg3IDExLjE3IDcuODcgNy4zMSAwIDExLjg0LTQuNTEgMTEuODQtMTN2LTMuMTloLS4zNGMtMi4xOCAyLjY5LTYuMzggNS4wNC0xMS42OCA1LjA0LTExLjA5IDAtMjEuMjUtOS42Ni0yMS4yNS0yMi4wOSAwLTEyLjUyIDEwLjE2LTIyLjI2IDIxLjI1LTIyLjI2IDUuMjkgMCA5LjQ5IDIuMzUgMTEuNjggNC45NmguMzR2LTMuNjFoOS4yNXptLTguNTYgMjAuOTJjMC03LjgxLTUuMjEtMTMuNTItMTEuODQtMTMuNTItNi43MiAwLTEyLjM1IDUuNzEtMTIuMzUgMTMuNTIgMCA3LjczIDUuNjMgMTMuMzYgMTIuMzUgMTMuMzYgNi42MyAwIDExLjg0LTUuNjMgMTEuODQtMTMuMzZ6Ii8+PHBhdGggZmlsbD0iIzM0QTg1MyIgZD0iTTIyNSAzdjY1aC05LjVWM2g5LjV6Ii8+PHBhdGggZmlsbD0iI0VBNDMzNSIgZD0iTTI2Mi4wMiA1NC40OGw3LjU2IDUuMDRjLTIuNDQgMy42MS04LjMyIDkuODMtMTguNDggOS44My0xMi42IDAtMjIuMDEtOS43NC0yMi4wMS0yMi4xOCAwLTEzLjE5IDkuNDktMjIuMTggMjAuOTItMjIuMTggMTEuNTEgMCAxNy4xNCA5LjE2IDE4Ljk4IDE0LjExbDEuMDEgMi41Mi0yOS42NSAxMi4yOGMyLjI3IDQuNDUgNS44IDYuNzIgMTAuNzUgNi43MiA0Ljk2IDAgOC40LTIuNDQgMTAuOTItNi4xNHptLTIzLjI3LTcuOThsMTkuODItOC4yM2MtMS4wOS0yLjc3LTQuMzctNC43LTguMjMtNC43LTQuOTUgMC0xMS44NCA0LjM3LTExLjU5IDEyLjkzeiIvPjxwYXRoIGZpbGw9IiM0Mjg1RjQiIGQ9Ik0zNS4yOSA0MS40MVYzMkg2N2MuMzEgMS42NC40NyAzLjU4LjQ3IDUuNjggMCA3LjA2LTEuOTMgMTUuNzktOC4xNSAyMi4wMS02LjA1IDYuMy0xMy43OCA5LjY2LTI0LjAyIDkuNjZDMTYuMzIgNjkuMzUuMzYgNTMuODkuMzYgMzQuOTEuMzYgMTUuOTMgMTYuMzIuNDcgMzUuMy40N2MxMC41IDAgMTcuOTggNC4xMiAyMy42IDkuNDlsLTYuNjQgNi42NGMtNC4wMy0zLjc4LTkuNDktNi43Mi0xNi45Ny02LjcyLTEzLjg2IDAtMjQuNyAxMS4xNy0yNC43IDI1LjAzIDAgMTMuODYgMTAuODQgMjUuMDMgMjQuNyAyNS4wMyA4Ljk5IDAgMTQuMTEtMy42MSAxNy4zOS02Ljg5IDIuNjYtMi42NiA0LjQxLTYuNDYgNS4xLTExLjY1bC0yMi40OS4wMXoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 154px;
}

.mdl-demo .mdl-card .mdl-card__supporting-text form {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.mdl-layout__header-row .mdl-button {
  min-width: 0;
  border-width: 3px;
  font-weight: 600;
}

.mdl-card__supporting-text h2 {
  width: 100%;
}

.mdl-card .testerSlOverSl #download-progress-bar {
  width: 215px;
  margin-top: 20px;
  height: 14px;
}

.mdl-card .testerSlOverSl #download-progress-bar .progressbar {
  background-color: #00B545;
  z-index: 1;
  left: 0;
}

.mdl-card .testerSlOverSl #download-progress-bar .bufferbar {
  background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#00B545,#00B545);
  z-index: 0;
  left: 0;
}

.mdl-card .testerSlOverSl #upload-progress-bar {
  width: 215px;
  margin-top: 20px;
  height: 14px;
}

.mdl-card .testerSlOverSl #upload-progress-bar .progressbar {
  background-color: #1976D2;
  z-index: 1;
  left: 0;
}

.mdl-card .testerSlOverSl #upload-progress-bar .bufferbar {
  background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#1976D2,#1976D2);
  z-index: 0;
  left: 0;
}

.homepage-video-container {
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.homepage-video-container iframe, .homepage-video-container object, .homepage-video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.hikuIUYGD09jfej0 {
  width: 100%;
}

#ping_results {
  border: none;
  margin-top: 16px;
}

#ping_stats {
  border-top: 1px solid rgb(25,118,210);
  display: none;
  margin-bottom: 16px;
}

.seo-audit > td:first-child {
  width: 25%;
  min-width: 88px;
}

.seo-audit.score {
  height: 128px;
}

.seo-audit.score > td {
  text-align: center;
  font-size: 128px;
}

.seo-audit.warning > td:last-child, .seo-audit.alert > td:last-child {
  width: 10%;
  min-width: 72px;
  border-right: 1px solid rgba(25,118,210,1)
}

.seo-audit.pass > td:last-child {
  padding: 0px;
}

.seo-audit.warning {
  background-color: #ff98002e;
}

.seo-audit.alert {
  background-color: #ff00002e;
}

.seo-audit.score {
  background-color: unset;
}

.seo-audit.score.pass {
  color: #00B545;
}

.seo-audit.score.warning {
  color: #ff9800;
}

.seo-audit.score.alert {
  color: #ff0000;
}

#progress_bar, #captcha_progress_bar {
  margin: 20px auto;
}

#progress_text {
  margin: 16px auto;
  display: block;
  width: 100%;
  text-align: center;
}

.tool_button {
  margin: 20px auto;
  display: block;
  width: 240px;
}

.ext {
  margin: 20px auto;
}

.tool_container {
  margin-top: 0px;
}

.tool_container > form {
  width: 100%;
}

.tool_container > form > div {
  margin: 0 auto;
}

.text_container {
  margin-top: 20px;
}

#traceroute_tool {
  min-height: unset;
}

.error {
  margin: 20px;
  width: calc(100% - 40px);
  color: #FF9800;
}

.lh-category-wrapper {
  border-bottom: unset!important;
}

.lh-category-wrapper:first-of-type {
  border-top: unset!important;
}


































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

.mdl-demo .menuhide {
  display:none;
}

.mdl-demo .mdl-layout__tab-bar-container {
  display:none;
}

.mdl-demo .mobile_header {
  display:block;
}

.mdl-layout__drawer-button{
  display: block;
}

.mdl-layout--fixed-header>.mdl-layout__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(25,118,210)!important;
  min-height: 56px!important;
  height: 56px!important;
}

}

.copyright {
  text-align: center;
  margin: 0;
  padding-bottom: 16px;
}

.copyright a {
  text-decoration: none;
  color: inherit;
}




@media screen and (max-width:840px) {
  
.homepage_headline {
  font-size: 42px;
  line-height: 42px;
  margin: 21px auto;
}

.mdl-card__title_gmail{
  background-position: 0px -50px;
}

.input_right_margin{
  margin-right: 0px;
}

.container{
  display: block;
}

.gsuite_footer{
  display: block;
}

.tool_card{
  width: calc(100% - 56px);
  margin: 0 8px;
}

.referral-button{
  width: calc(100% - 56px);
  margin: 0 8px;
}

.list_gsuite_specs{
  padding-left: 20px;
}

.mdl-grid.mdl-grid--no-spacing>.mdl-cell.first_steps_n {
  display: none;
}

th.mobile_hide, td.mobile_hide {
  display: none;
}

}

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

.record_type_label, .device_type_label {
  width:400px;
  max-width:100%;
  display: none;
}

.record_type_list, .device_type_list {
  width:400px;
  max-width:100%;
}

.mdl-demo .mdl-card .tool_results {
  width: 100%;
}

.mdl-demo .mdl-card .mdl-card__supporting-text, .error {
  margin: 8px;
  width: calc(100% - 16px);
}

.error {
  margin: 8px;
  width: calc(100% - 16px);
}

#page_speed_audit_results {
  margin: auto -24px;
}

.grecaptcha-badge {
  display: none!important;
}

}