@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;
}
a {
  color: #303841;
}
a:hover,
a:focus {
  color: #303841;
}
.btn,
input[type=submit] {
  background: #f2910a;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #f2910a;
}
.area-content-accent {
  background-color: #f3f3f3;
}
/* HEADER */
.top-nav {
  background-color: #303841;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.top-nav a,
.top-nav a:hover,
.top-nav a:focus {
  color: #ffffff;
}
.site-header,
.navigation {
  background-color: #ffffff;
  color: #333333;
}
.primary-nav,
.primary-nav a {
  color: #333333;
  text-decoration: none;
}
.primary-nav a:hover,
.primary-nav a:focus {
  color: #333333;
  text-decoration: none;
}
.site-name,
.site-name h1,
.site-name h2,
.site-name h3,
.site-name h4,
.site-name h5,
.site-name h6,
.site-name a {
  font-family: 'Dosis', sans-serif;
  font-size: 33px;
  color: #f2910a;
  font-weight: 700;
}
.site-name a:hover,
.site-name a:focus {
  color: #f2910a;
}
.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 */
.primary-nav .navbar .navbar-nav > li > a,
.primary-nav .navbar .navbar-nav > .open > a {
  font-family: 'Dosis', sans-serif;
  font-size: 21px;
  color: #333333;
  font-weight: 400;
}
.primary-nav .navbar .navbar-nav > li > a:focus,
.primary-nav .navbar .navbar-nav > .open > a:focus,
.primary-nav .navbar .navbar-nav > li > a:hover,
.primary-nav .navbar .navbar-nav > .open > a:hover,
.primary-nav .navbar .navbar-nav > .active > a,
.primary-nav .navbar .navbar-nav > .active > a:focus,
.primary-nav .navbar .navbar-nav > .active > a:hover {
  color: #000000;
}
/* HEADER SPACING */
@media (min-width: 768px) {
  .primary-nav .navbar {
    margin-top: 39px;
    margin-bottom: 26px;
  }
}
/* 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 {
  background-color: #303841;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  color: #efefef;
  font-weight: 400;
}
.site-footer p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #efefef;
}
.site-footer a {
  color: #efefef;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #efefef;
  text-decoration: none;
}
/* 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;
}
