/* modifications to the theme - BAS */


body {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
p,p .lead, h1,h2,h3,h4 {
	font-family: "Arimo", sans-serif !important;
}
p {
	margin-top:10px;
	font-size:1.5em;
	font-weight:200;
}
div.ccm-page {
	font-family: "Arimo", sans-serif !important;
}
div.ccm-page h1, div.ccm-page h2,div.ccm-page h3,div.ccm-page h4 {
		font-weight:500 !important;
}
div.ccm-page h1 {
	font-size:3em;
	color: #3753a5;
}
div.ccm-page div.ccm-block-feature-item h4, div.ccm-page div.ccm-block-feature-item i {
    color: #3753a5;
}
div.ccm-block-hero-image div.ccm-block-hero-image-text
{
	width:30% !important;
	margin-left:10%;
	color:white;
}
div.ccm-block-hero-image div.ccm-block-hero-image-text.title-thin, .title-thin
{
	color:white !important;
	font-family: "Arimo", sans-serif !important;
}
div.ccm-page h3 {
	color: #3753a5;
	font-size:2em;
	margin-left:15px;
}
div.ccm-page h6 {
  font-family: "Arimo", sans-serif !important;
  text-transform: none !important;
  color:#162551 !important;
}
.ccm-block-social-links
{
  font-size: 38px;
}
.ccm-block-social-links svg
{
  width:30px;
  height:30px;
  max-height:30px !important;
}
.title-caps {
	font-family: "Arimo", sans-serif !important;
	color: #3753a5 !important;
	font-size:2.7em !important;
	line-height:normal !important;
	text-align:right;
	text-transform: none !important;
	margin-top:50px;
}

.whitetext {
	color:white !important;
}

@media only screen and (max-width: 1000px) {
    div.ccm-block-hero-image {
        display: none;
    }
}