/*  Rules for special fonts (add your font files in the /fonts folder)
---------------------------------------------------------------------- */

@font-face {
	font-family: 'Maven';
	src: url('../fonts/mavenpro-light-webfont.eot');  /* IE6–8 */
	src: local('☺'), 
        url('../fonts/mavenpro-light-webfont.woff') format('woff'),  /* FF3.6, IE9 */
        url('../fonts/mavenpro-light-webfont.ttf') format('truetype');  /* Saf3+, Chrome, FF3.5, Opera 10+, iOS */
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Maven';
	src: url('../fonts/mavenpro-regular-webfont.eot');  /* IE6–8 */
	src: local('☺'), 
        url('../fonts/mavenpro-regular-webfont.woff') format('woff'),  /* FF3.6, IE9 */
        url('../fonts/mavenpro-regular-webfont.ttf') format('truetype');  /* Saf3+, Chrome, FF3.5, Opera 10+, iOS */
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Maven';
	src: url('../fonts/mavenpro-bold-webfont.eot');  /* IE6–8 */
	src: local('☺'), 
        url('../fonts/mavenpro-bold-webfont.woff') format('woff'),  /* FF3.6, IE9 */
        url('../fonts/mavenpro-bold-webfont.ttf') format('truetype');  /* Saf3+, Chrome, FF3.5, Opera 10+, iOS */
	font-style: normal;
	font-weight: 700;
}

/* TYPOGRAPHY
---------------------------------------------------------------------- */

body,
.leaflet-container {
	font-family: Maven, Helvetica, sans-serif;
	font-weight: 500;
	/*font-size: 100%;*/
	line-height: 1.15em;
	/* color in master.css */
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 { margin: 0; }

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { display: block; }

/* Title of pages */
h1,
.h1,
.front .view h2 {
	font-size: 2.6em;
	font-weight: 300;
	font-style: normal; 
}

/* Introduction */
h2,
.h2 {
	margin-top: 4px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 500;
	font-style: normal;
}

/* Titles of paragraphs */
/* Titles on child pages */
h3,
.h3 {
	height: 30px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	/* color in master.css */
}

/* Sub-Subtitles in paragraphs */
h4,
.h4,
.view-news-home h3 {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Block titles */
h5,
.h5 {
	font-size: 1.2em;
	text-transform: uppercase;
}

/* Titles in footer */
h6,
.h6 {
	font-size: 1em;
	line-height: 1em;
}

a {
	/* color in master.css */
   opacity: 1;
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
a:hover {
	/* color in master.css */
	text-decoration: none;
	cursor: pointer;
}
.in a {
   transition: none;
   -moz-transition: none;
   -webkit-transition: none;
}

p { margin-bottom: 25px; }

.field-name-field-paragraph-text ul,
.field-type-text-long ul { /* no-padding in master.css */ }
.field-name-field-paragraph-text ul li,
.field-type-text-long ul li {
	list-style: inside;
}
.field-name-field-paragraph-text ul li,
.field-type-text-long ul li { margin-bottom: 15px; }

.bold,
strong { font-weight: 700; }

header .phone {
	font-size: 1.8em;
	font-weight: 300;
}