/**umb_name:Header 1*/
h1 {
    font-size: 56px;
    line-height: 64px;
  }
}

/**umb_name:Header 2*/
h2 {
  font-size: 40px;
  line-height: 48px;
}

/**umb_name:Header 3*/
h3 {
  font-size: 32px;
  line-height: 40px;
}

/**umb_name:Header 4*/
h4 {
  font-size: 24px;
  line-height: 32px;
}

/**umb_name:Header 5*/
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/**umb_name:Header 6*/
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

/**umb_name:Quote*/
.quote {
  font-size: 32px;
  line-height: 40px;
  font-weight: 100;
}

/**umb_name:White*/
.white {
	color: #fff;
}

/**umb_name:Primary color*/
.color-primary {
  color: #3f8a92 !important;
}

/**umb_name:Secondary color*/
.color-secondary {
  color: #dcf0f1 !important;
}

/**umb_name:Primary dark color*/
.color-primary-dark {
  color: #1e474c !important;
}

/**umb_name:Secondary dark color*/
.color-secondary-dark {
  color: #76bec7 !important;
}

/**umb_name:Grey color*/
.color-grey {
  color: #858989 !important;
}

/**umb_name:Darker grey color*/
.color-darker {
  color: #363838 !important;
}

/**umb_name:Darkest grey color*/
.color-darkest {
  color: #262728 !important;
}

.image-tile.feature.boxed {
	padding: 0;
}

footer p {
	margin-bottom: 4px;
}

footer table tr td {
	padding: 2px;
}

table h5 {
	margin-bottom: 0;
}

table td {
	vertical-align: top;
}


.image-slider li div.row > div {
	border: solid 3px #fff;
	font-size: 30px;
	padding: 30px;
	line-height: 1.5em;
}

.post-snippet section {
	padding: 0;
}

.post-snippet section .container {
	width: auto;
	padding: 0;
}

.post-snippet .inner {
	background-color: #f5f5f5;
}

.post-image {
	max-height: 500px;
	overflow: hidden;
}

.widget .title {
	margin-bottom: 0;
}


section.cover {
	background-size:cover;
	background-position: center;
}

section.section-small {
	padding-top: 32px;
	padding-bottom: 32px;
}

nav.fixed .nav-utility {
	display: block;
}

.long-quote > div:first-child {
	padding: 0;
}

.long-quote blockquote {
	border-left:0;	
	font-style: normal;
    line-height: inherit;
    font-size: 1.3em;
}

.long-quote blockquote:first-letter {
	font-size: 3em;
	
}
