@font-face {
  font-family: 'Handel Gothic';
  src: url('../../fonts/Handel Gothic.woff') format('woff'),
       url('../../fonts/Handel Gothic.ttf') format('truetype');
}

/**
 * @file
 * Overall specifications for Bartik.
 */

html {
  height: 100%;
}
body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 87.5%;
}
a,
a.link {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  border-bottom-style: solid;
}
.link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h1 a,
h2 a {
  border-bottom: none;
  font-family: 'Handel Gothic', Verdana, sans-serif;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1,
.heading-a {
  margin: 1.0em 0 1em 0;
  font-weight: inherit;
  font-size: 1.357em;
  color: #000;
  text-align: right;
}
h2,
.heading-b {
  margin: 1.0em 0 1em 0;
  font-weight: inherit;
  font-size: 1.143em;
  text-align: right;
}
h3,
.heading-c {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 1.092em;
}
h4,
.heading-d {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 1.05em;
}
h5,
.heading-e {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 0.889em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h6,
.heading-f {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
  font-size: 0.67em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
p {
  margin: 0 0 1.2em;
}
.node__content p,
.views-field-body p {
  text-align: right;
}
del {
  text-decoration: line-through;
}

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb; /* LTR */
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
[dir="rtl"] blockquote {
  border-left: none;
  border-right: 1px solid #bbb;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em; /* LTR */
  vertical-align: -0.4em;
}
[dir="rtl"] blockquote:before {
  content: "\201D";
  margin-left: 0.2em;
  margin-right: 0;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
}
[dir="rtl"] blockquote:after {
  content: "\201C";
}
blockquote > p:first-child {
  display: inline;
}
img {
  max-width: 100%;
  height: auto;
}
#block-contactinfo {
  text-align: right;
}
#block-contactinfo h2 {
  font-family: 'Handel Gothic', Verdana, sans-serif;
  font-size: 1.6em;
  color: #666;
}
#block-contactinfo .field--name-body p {
  padding-right: 32px;
  height: 30px;
  display: block;
  line-height: 105%;
  font-size: 1em;
}
.address {
  background: url(../../images/icon-address.png) right top no-repeat;
}
.email {
  background: url(../../images/icon-email.png) right top no-repeat;
}
.phone {
  background: url(../../images/icon-phone.png) right top no-repeat;
}
.fax {
  background: url(../../images/icon-fax.png) right top no-repeat;
}
.maplink {
  background: url(../../images/icon-map.png) right top no-repeat;
}
#block-resources-2 h2#block-resources-menu {
  font-size: 1.1em;
}
#block-resources-2 ul.menu {
  padding: 0;
  margin: 0;
}
#block-resources-2 li {
  float: right;
  margin: 5px;
}
#block-resources-2 li a {
  display: block;
  padding: 7px 10px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #EEE;
  border: none;
  color: #333;
}
#block-resources-2 li a:hover,
#block-resources-2 li a:focus {
  background-color: #F5F5F5;
}
#block-best-account-menu li.menu-item a {
  padding-left: 25px;
  height: 20px;
  line-height: 100%;
  background: url(../../images/icon-account.png) 0px 5px no-repeat;
}
#field-appointment-times-values td h4.label {
  display: none;
}