body {
  font-family: 'CoreSans', 'Arial','Helvetica', sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 2.81em;
  font-family: 'CoreSansBold', 'Arial','Helvetica', sans-serif;
}
h2 {
  font-size: 2.18em;
  font-family: 'CoreSansBold', 'Arial','Helvetica', sans-serif;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: none;
  padding-bottom: 5px;
  text-shadow: none;
  font-size: 1.25em;
  line-height: 1.2;
}
h3 {
  font-size: 1.5em;
  font-family: 'CoreSansBold', 'Arial','Helvetica', sans-serif;
}

h4 {
  font-size: 1.3em;
  font-family: 'CoreSansNarrow', 'Arial','Helvetica', sans-serif;
}
h5 {
  font-family: 'CoreSansNarrow', 'Arial','Helvetica', sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.2em;
}

h6 {
  font-size: 0.8em
}
p {
  font-family: 'CoreSans', 'Arial','Helvetica', sans-serif;
  font-size: 1em;
}
.center {
  text-align:center;
}
b, strong {
  font-weight:bold;
}
/*links*/
.field--name-body a {
  border-bottom: 1px solid deeppink;
}
.field--name-body a:hover {
  text-decoration: none;
  border-bottom:none;
}
a {
  color: inherit;
}
a:hover, a:focus {
  color:inherit;
}
.cap-link {
  font-size:1em;
  text-transform:uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #E2149C;
}
.cap-link:hover, .cap-link:focus {
  border-bottom: none;
  text-decoration: none;
}
hr {
  border-top: 1px solid rgba(0,0,0,.4);
}
.field__label {
    font-family: 'CoreSansCaption','Arial', 'Helvetica',sans-serif;
    text-transform:uppercase;
    font-size: 0.9em;
}
.btn-white {
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    border-bottom: none!important;
    padding: 9px 13px;
    margin: 0 10px 0 0;
    line-height: 3;
}
.btn-white:hover, .btn-white:focus {
  background: #000;
  color: #fff;
}
.btn-primary {
  background: #e5e5e5;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  border-bottom: none!important;
  padding: 9px 13px;
  margin: 0 10px 0 0;
  color: #000;
  height:auto;
}
.btn-primary:hover, .btn-primary:focus {
  background:deeppink;
  color: #fff;
  text-decoration:none;
}
.block-title h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  h1 {
    font-size:2.4em;
  }
  .home-slider .views-field-title h2, .home-slider .views-field-title-1 h2  {
    font-size: 2.4em;
  }
}
@media (max-width: 570px) {
  h1 {
    font-size:2em;
  }
  .home-slider .views-field-title h2, .home-slider .views-field-title-1 h2  {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.25em;
  }

}
