


html {
	font-size: 1em;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: #140705;
}
h2, .path-frontpage h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: #140705;
}

#navbar-collapse-bottom .region section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  color: #fff;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #140705;
}

.path-frontpage .region-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: #140705;
  margin-bottom: 1em;
  margin-top: 1em;
}
h4, .region-sidebar-second h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #140705;
  margin-bottom: 1em;
}

h4 a {
	color:#140705;
	text-decoration: none;
}

a {
	color: #140705;
	text-decoration: underline;
}

a:hover {
	color: #BE22B1;
	cursor: pointer;
}

body {
	line-height:160%;
    font-family: 'Open Sans', sans-serif;
}

.view-content em {
	font-size:0.9em;
}

.region-sidebar-second a {
	color:#140705;
	text-decoration: none;
    font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
    font-weight: 400;
	margin-bottom: 0.3em;
	display: block;
}

.region-sidebar-second a:hover {
	text-decoration: underline;
}

.subtitle-1 {
   font-family: 'Montserrat', sans-serif;
   font-size: 1em;
   color: #1d1d1b;
}
.subtitle-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #283a51;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #333;
}
.body-font-small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  color: #140705;
}
/* Had to make this a class as it clashes with the button style sheet */
.button {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  color: #a2973f;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.094em;
}
.caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75em;
  color: #1d1d1b;

}
.overline {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #a2973f;
  text-transform: uppercase;
  letter-spacing: 0.094em;
}

p {
	margin-bottom: 1em;
}

.path-frontpage h1 {
	margin-bottom: 1em;
}



/***** forms ****/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #CAE5D9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    max-width:600px;
    margin-bottom: 2em;
}



.field--item .table > tbody > tr > td {
    background-color: #FCF5DF;
    border-top: 1px solid #F4E296 !important;
}

.field--item .table > thead > tr > th {
	border-bottom: 2px solid #F4E296 !important;
}

.field--item .file-size {
	display: none;
}

.field--item .file > span {
	background: none;
	font-size:1.2em;
}
.field--name-field-subtitle  {
    font-size: 1.6em;
    margin-bottom: 1em;
    line-height: 120%;
    font-weight: 500;
}