/*! normalize.css v3.0.2 | MIT License | https://necolas.github.io/normalize.css/ */
/* The MIT License (MIT)
Copyright (c) Nicolas Gallagher and Jonathan Neal
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. */

* { margin:0; padding:0; }
/* 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 * 3. Set `flex-shrink` to `0` to prevent Chrome, Opera, and Safari from
 * letting these items shrink to smaller than their content's default minimum size. */
html {
	font-family: sans-serif; /* 1 */
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100vh; /* Avoid IE 10-11 min height bug */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-padding-start:0; /* */
	flex-shrink: 0; /* 3 */
}

/* IE9 bug where display: inherit doesn't work properly between <span> and <div> */
span 
{ 
	display: inline;
}

*, *:before, *:after {
	box-sizing: inherit;
}

li, ul, p {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
	outline-color: transparent;
	outline-style: none;
}

/* Remove default margin. */
body {
	margin: 0;
}

/* HTML5 display definitions */
/* Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

fieldset {
	display: inherit;
	border: 0 none;
}

fieldset legend {
	border: 0 none;
}

/* Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden],
template {
	display: none;
}

/* Links */
/* Remove the gray background color from active links in IE 10. */
a {
	background-color: transparent;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
}

:visited {
	background-color: transparent;
	color: transparent;
}

/* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
	font-weight: bold;
}

/* Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Address styling not present in IE 8/9. */
mark {
	background: #ff0;
	color: #000;
}

/* Address inconsistent and variable font size in all browsers. */
small {
	font-size: 80%;
}

/*Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	height: auto !important;
	border: 0;
	margin: 0;
	padding: 0;
	/*-webkit-transform: scale(1.0);*/
}

/* Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content */
/* Address margin not present in IE 8/9 and Safari. */
figure {
	margin: 1em 40px;
}

/* Contain overflow in all browsers. */
pre {
	overflow: auto;
}

/* Forms */
/* Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */

/* 1. Correct color not being inherited.
 * Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/* Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
	overflow: visible;
}

/* Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
button,
select {
	text-transform: none;
}

/* Tables */
/* Remove most spacing between table cells. */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Assist speech readers to recognise non-standard text */
.phone_number {
	speak-numeral: digits;
	speak-as: digits;
}