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


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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,
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 {
  border: 0;
  font-size: 100%;
  padding: 0;
  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;
}

pre {
  white-space: pre-wrap;
}

/* #Basic Styles
================================================== */
html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
}

/* #Typography
================================================== */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  margin-bottom: 0;
}

h2 {
  margin: 16px 0;
}

h3 {
  margin: 16px 0;
}

h4 {
  margin: 16px 0;
}

h5 {
  margin: 16px 0;
}

h6 {
  margin: 16px 0;
}

p {
  margin: 0 0 16px 0;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  background-color: #EBEAEA;
  border: none;
  clear: both;
  color: #EBEAEA;
  display: block;
  height: 1px;
  margin-bottom: 16px;
  outline: none;
  width: 100%;
}

blockquote {
  background: #f9f9f9;
  padding: 15px;
}

blockquote hr {
  background-color: #fff;
  color: #fff;
}

/* #Links
================================================== */
a,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
}

p a,
p a:visited {
  line-height: inherit;
}

/* #Images
================================================== */

.google-map img {
  max-width:none !important;
}

iframe {
  max-width: 100%;
}