/*=== Recommended Site Identity Bar Rules ===*/

/*-- The full site identity block --*/
HEADER#header DIV.region-header DIV.block-gt-themeblocks-identity-block {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 8px;
  box-sizing: border-box;
}

/*-- The full text block within the identity block --*/
DIV.gt-branding__text {
  clear: both;
  padding: 0 0 6px 0;
  margin: 0;
  width: 100%;
  line-height: 1.2;
}

DIV.gt-branding__text A:link, DIV.gt-branding__text A:visited {
  border-bottom: none;
}
DIV.gt-branding__text A:hover, DIV.gt-branding__text A:focus {
  border-bottom: solid 1px;
}

/*-- Second level of the full text block -- sets font defaults, which are then overridden for the parent line below --*/
DIV.gt-branding__name {
  margin: 0 0 0 2px;
  padding: 0 0 6px 0;
  font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 300%;
}

DIV.gt-branding__name A:link,
DIV.gt-branding__name A:visited,
DIV.gt-branding__name A:hover,
DIV.gt-branding__name A:active {
  font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-decoration: none;
}


/*-- The site parent unit name line --*/
DIV.gt-branding__parentUnit {
  font-style: italic;
  padding-left: 12px;
  font-size: 70%;
}


@media all and (max-width: 700px) {
  DIV.gt-branding__name {
    font-size: 250%;
    text-align: center;
  }

  DIV.gt-branding__parentUnit {
    padding-left: 8px;
    padding-right: 8px;
  }
}
