@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,700);
/* Import our theme variables. */
/* Import our theme mixins */
/* Import our theme fonts */
/* PAGE */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}
#content {
  background-color: #f0f0f0;
}
.area-content-accent {
  background-color: #f3f3f3;
}
/* HEADER */
.top-nav {
  background-color: #303841;
}
.site-header,
.navigation {
  background-color: #ffffff;
  color: #333333;
}
.site-header .ccm-search-block-form:before {
  color: #444444;
}
.site-header .ccm-search-block-form .ccm-search-block-text {
  color: #444444;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/* MAIN MENU */
/* HEADINGS */
h1 {
  font-family: 'Dosis';
  font-size: 44px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h2 {
  font-family: 'Dosis';
  font-size: 37px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h3 {
  font-family: 'Dosis';
  font-size: 31px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h4 {
  font-family: 'Dosis';
  font-size: 26px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h5 {
  font-family: 'Dosis';
  font-size: 22px;
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
}
h6 {
  font-family: 'Dosis';
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
}
/* BLOCKQUOTE */
blockquote {
  padding-left: 30px;
  border-color: #666666;
  font-size: 1.4em;
  font-weight: 300;
  color: #666666;
}
/* FOOTER */
.site-footer {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
/* MISCELLANEOUS */
.title-thin {
  font-size: 31px;
  font-weight: 200;
  display: block;
}
.title-caps-bold {
  font-family: 'Dosis';
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.title-caps {
  font-family: 'Dosis';
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
