body {
	background-color: #EAEAEA;
	background-image: url('../img/hg_only.png');
	background-repeat: repeat-x;
	background-position-y: 266px;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/material-icons.woff2") format("woff2"), url("fonts/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@media only screen and (max-width: 400px) {
  body {
    background-position-y: 76px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  body {
    background-position-y: 96px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  body {
    background-position-y: 156px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  body {
    background-position-y: 166px;
  }
}
.card-banner {
	margin-top: 0;
}
.card-tabs-custom {
	margin-top: -12px;
}
.card-content-custom {
	padding: 0 !important;
}

.tabs-custom .tab a {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-custom .tab a:hover, .tabs-custom .tab a.active {
  color: #FFFFFF;
}
.tabs-custom .indicator {
  height: 4px;
  background-color: #E5E5E5;
}

.tabs-custom02 .tab a {
    color: #616161;
}
.tabs-custom02 .tab a:hover, .tabs-custom02 .tab a.active {
    color: #616161;
    font-weight: bold;
}
.tabs-custom02 .indicator {
    height: 4px;
    background-color: #616161;
}

.collapsible-header-custom {
    color: #616161;
}
.collapsible-header-custom.active {
    font-size: larger;
}

.card-address {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #fff;
	-webkit-transition: none !important;
	transition: none !important;
	transition: none !important;
	transition: none !important;
	border-radius: 0px !important;
	border-left: 5px solid #616161 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.card-address-font{
	color: #616161;
}

.card-address-link {
	color: #616161;
}

.card .card-action-custom {
	position: relative;
	background-color: inherit;
	border-top: 0px;
	padding: 0 10px 0 10px;
}
.card-action-footer-col {
    margin-left: 5px !important;
    margin-right: 1px !important;
}

.small {
  font-size: 75%;
}

.card-bz td, th {
    padding: 2px 0px;
}
.team td, th {
    padding: 2px 10px 2px 0;
    vertical-align: top;
}

/********************************************************/

  /* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #616161 ;
     box-shadow: 0 1px 0 0 #616161 ;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #e57373 ;
     box-shadow: 0 1px 0 0 #e57373 ;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }

/********************************************************/

#tab01 h4, #tab03 h3, #tab05 h3, #tab07 h3 {
    padding-bottom: 30px;
}

#tab03 ol, #tab07 ol {
    list-style-type:circle;
}
#tab07 h5 {
    padding-top: 15px;
    padding-bottom: 15px;
}
#tab07 p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-content p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*
td, th {
    vertical-align: top !important;
}
*/
.sidenavtab3collectionitem {
    color: #424242 !important;
}
.sidenavtab3collectionitem.active {
    background-color: #eeeeee !important;
    color: #424242 !important;
}
.p-dist {
    padding-top: 3px;
    padding-bottom: 3px;
}
