/* #Reset & Basics */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
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; }
.clear { clear: both; }
.centering { max-width: 1280px; margin: 0px auto; }
.centering:after { content: " "; display: table; clear: both; }

/* #Basic Styles */
body { background: #fff; font: 14px/21px "Open Sans", Helvetica, Arial, sans-serif; color: #161c20; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }

/* #Typography */
h1, h2, h3, h4, h5, h6 { color: #585858; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 400; line-height: normal; }
h1 { font-size: 56px; margin-bottom: 14px; font-weight: 700; }
h2 { font-size: 42px; margin-bottom: 10px; }
h3 { font-size: 40px; margin-bottom: 8px; font-weight: 300; }
h4 { font-size: 18px; margin-bottom: 4px; color: #161c20; }
h5 { font-size: 14px; font-weight: 600; }
h6 { font-size: 14px; }
p { margin: 0 0 15px 0; }
em { font-style: italic; }
strong { font-weight: 700; }
small { font-size: 80%; }
img { max-width: 100%; height: auto; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Links */
a { color: #161c20; text-decoration: none; outline: 0; }
a:hover { color: #000; text-decoration: none; }

/* #Buttons */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { background: #e79242; border: 0px; color: #fff; display: inline-block; font-size: 13px; text-decoration: none; cursor: pointer; line-height: normal; padding: 6px 24px; height: 30px; font-family: "Open Sans", Helvetica, Arial, sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { color: #fff; background: #6eaa10; }

.button--success, button.button--success, input[type="submit"].button--success, input[type="reset"].button--success, input[type="button"].button--success { background: #6eaa10; border: 0px; border-bottom: 3px solid #466e08; color: #fff; text-align: center; display: inline-block; font-size: 12px; text-decoration: none; cursor: pointer; line-height: normal; padding: 7px 24px; height: 33px; font-family: "Open Sans", Helvetica, Arial, sans-serif; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.button--success:hover, button.button--success:hover, input[type="submit"].button--success:hover, input[type="reset"].button--success:hover, input[type="button"].button--success:hover { background-color: #466e08; color: #fff; }

.buttin--big { display: block; padding: 28px 20px; background-color: #6eaa10; border-bottom: 5px solid #466e08; color: #fff; font-size: 22px; }
.buttin--big:after { content: " "; display: inline-block; padding: 7px; margin-left: 5px; background: url(../images/small-arrow.png) no-repeat center center; }
.buttin--big:hover { background-color: #466e08; color: #fff; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* #Forms */
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ebeef5; height: 30px; padding: 7px; outline: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font: 13px "Open Sans", Helvetica, Arial, sans-serif; color: #777; margin: 0; width: 100%; display: block; background: #ebeef5; }
input[type="checkbox"] { display: inline; }