/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('HelveticaNeueLTPro-Th.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('HelveticaNeueLTPro-Roman.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

.columns {
}
/* #Basic Styles
================================================== */
	body {
		font-family: 'Helvetica Neue Regular', Arial, sans-serif;
		font-size: 100%;
		line-height: 26px;
		font-size: 18px;
		color: #533D38;
		background-color: #FFF;
 }
	input, select, textarea, button {
		font-family: 'Helvetica Neue Regular', Arial, sans-serif;
		color: #533D38;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Helvetica Neue Bold', Arial, sans-serif;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 23px;
	}
	em { font-style: italic; }
	strong { font-family: 'Helvetica Neue Bold', Arial, sans-serif; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #533D38; }

	hr { border: solid #D1D0CF; border-width: 1px 0 0; clear: both; margin: 10px 0px 10px 0px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #79A342; text-decoration: none; outline: 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease;}
	a:hover, a:focus { color: #79A342; text-decoration: none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease;}
	p a, p a:visited { line-height: inherit; }

/* #Images
================================================== */
	img.scale {
		max-width: 100%;
		height: auto; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.left {
		display: inline;
		float: left;
	}
	.right {
		display: inline;
		float: right;
	}
	.text-right {
		text-align: right;
	}
	.img-left {
		display: inline;
		float: left;
		margin: 0px 20px 10px 0px;
	}
	.img-right {
		display: inline;
		float: right;
		margin: 0px 0px 10px 20px;
	}
	.text-center {
		text-align: center;
	}