@import url(https://fonts.googleapis.com/css?family=Varela+Round|Roboto+Slab:400,300);
/* ----------------- Resetting browser defaults ------------------- */
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, font, 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, button, table, caption, tbody, tfoot, thead, tr, th, td,header, footer, section, figure, figcaption, article, aside, hgroup, input[type="submit"],
input[type="reset"], input[type="button"], input[type="image"], input[type="text"],input[type="password"], textarea {
	background: transparent;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
header, footer, section, figure, figcaption, article, aside, hgroup, nav, menu {display: block;}

/* Default Styles */
html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100%;
	line-height: 1.625;
}

body {
	background: #fff;
	color: #616466;
	fill: currentColor;
	font: normal 16px/1.75 'Roboto Slab', Constantia, Georgia, serif;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	height: 100%;
}

svg {fill: currentColor;}

*,*:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote,q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {outline: 0;}

a {
	color: #d2b88b;
	text-decoration: none;
	transition: background-color .2s, color .2s;
}
a:focus,a:hover {color: #1f272a;}

ul, ol {list-style-position: inside;}
li {margin-bottom: 8px;}

abbr {border-bottom: 1px dotted;letter-spacing: 0.2em;}

acronym {
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #1f272a;
	font: normal 100%/1.25 'Varela Round', Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin: 32px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #1f272a;}

h1 {
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 1;
}
h2 {
	font-size: 40px;
	line-height: 48px;
}
h3 {font-size: 32px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;text-transform: uppercase;}

p {margin: 29px 0;}

pre {
	font-family: Consolas, "Courier New", monospace;
	margin: 40px 0;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 36px;
}

blockquote {
	color: #d2b88b;
	font: 32px/1.25 'Roboto Slab', Constantia, Georgia, serif;
	font-weight: 300;
	text-align: center;
}

cite {display: block;text-align: right;}

img,iframe,audio,video {
	width: auto;
	height: auto;
	max-width: 100%;
}

figure img {display: block;}

figcaption {
	color: #888;
	font-size: 16px;
	margin-top: 8px;
	text-align: right;
	text-transform: uppercase;
}

strong, b {font-weight: bold;}
em, i {font-style: italic;}
em {font-weight: bold;}
del, strike {text-decoration: line-through;}
small {font-size: .8em;}
big {font-size: 1.25em;}
ins {text-decoration: overline;}
kbd {border: 1px solid;padding: 0 2px;}
sub {font-size: .8em;vertical-align: sub;}
sup {font-size: .8em;vertical-align: super;}

code {font-family: Consolas, "Courier New", monospace;padding: 2px 4px;}

label {
	color: #96989b;
	display: block;
	font-family: 'Varela Round', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: uppercase;
}

::-webkit-input-placeholder {color: #8e9295;}
:-moz-placeholder {color: #8e9295;}
::-moz-placeholder {color: #8e9295;}
:-ms-input-placeholder {color: #8e9295;}

input,input[type="text"], input[type="password"], input[type="file"],input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="month"],input[type="number"], input[type="range"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], input[type="week"],textarea,select {
	background: #fff;
	border-radius: 3px;
	color: #616466;
	display: block;
	border: none;
	font: normal 16px/1.4 'Roboto Slab', Constantia, Georgia, serif;
	font-weight: 300;
	margin: 0;
	height: 44px;
	padding: 0 16px;
}

textarea {
	overflow: auto;
	height: auto;
	padding: 16px 20px;
	width: 100%;
}

button, input[type="button"],input[type="submit"], input[type="reset"] {
	background: #2989eb;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: block;
	height: 44px;
	font: normal 16px 'Varela Round', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 46px;
	padding: 0 20px;
	text-transform: uppercase;
}

button:focus, button:hover,input[type="button"]:focus, input[type="button"]:hover,input[type="submit"]:focus,
input[type="submit"]:hover,input[type="reset"]:focus, input[type="reset"]:hover {background: #1f272a;}

/* tables still need 'cellspacing="0"' in the XHTML markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 18px;
	margin: 40px 0 60px;
	width: 100%;
}

table caption{
	caption-side: bottom;
	margin: 6px 0;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
}

thead{background-color: #fff;}

thead td{
	background: transparent;
	border-bottom: #f2f5f2 1px solid;
	padding: 20px 10px;
	text-align: left;
	color: #161718;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

tbody td{
	background: #fff;
	border-bottom: #f2f5f2 1px solid;
	font-size: 14px;
	line-height: 16px;
	padding: 16px 10px;
	vertical-align: middle;
}