/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, 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;
}

.btn-primary {
  background-color: #493E2C;
  border: none;
}

.form-control:focus {
  border-color: #AFD8C3;
}

#header {
  border-bottom: 1px solid #EEEEEE;
  padding: 14px 0;
}

.navbar {
  margin-bottom: 0;
}

.navbar-toggle {
  background-color: #493E2C;
  color: #F9F6E1;
}

.logo {
  position: absolute;
  z-index: 10;
  padding: 4px 10px;
}

body,
button,
input,
select,
textarea {
  color: #666666;
  font: 16px 'Lato', sans-serif;
  line-height: 20px;
  word-wrap: break-word;
}

body {
  background: #eaeaea;
}

.displayed {
  display: block;
}

.ng-cloak {
  visibility: hidden !important;
}

#page {
  margin: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.search-button {
  background-color: #6ab790;
  color: #F9F6E1;
}

.search-button:hover {
  background-color: #3d7e5d;
  color: #F9F6E1;
}

.bg-green {
  background-color: #AFD8C3;
}

.bg-dark-green {
  background-color: #4ea076;
}

.bg-brown {
  background-color: #493E2C;
}

.menu-link {
  color: #493E2C;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}

.menu-link:hover {
  color: #69593f;
  text-decoration: none;
}

.padded {
  padding: 10px;
}

.full-width {
  width: 100%;
}

.v-padded {
  padding-top: 10px;
  padding-bottom: 10px;
}

.v-padded-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.v-padded-md {
  padding-top: 24px;
  padding-bottom: 24px;
}

.v-padded-lg {
  padding-top: 48px;
  padding-bottom: 48px;
}

.v-padded-lg-top {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-bottom: 0;
}

.margin-vert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-vert-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}

.margin-vert-md {
  margin-top: 24px;
  margin-bottom: 24px;
}

.margin-vert-lg {
  margin-top: 48px;
  margin-bottom: 48px;
}

.text-justified {
  text-align: justify;
}

a {
  color: #493E2C;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #a58e69;
}

p {
  line-height: 30px;
  text-align: justify;
  text-justify: inter-word;
}

.h1 {
  font-size: 24px;
}

.paragraph-before {
  margin-bottom: 20px;
}

.text-s {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

.text-xl {
  font-size: 22px;
}

.text-xxl {
  font-size: 22px;
}

.text-beige {
  color: #F9F6E1;
}

.text-white {
  color: #FFFFFF;
}

#title-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.title-icon {
  margin-right: 14px;
}

.link-camouflaged, .division-title > a, .link-camouflaged:hover, .division-title > a:hover, .link-camouflaged:active, .division-title > a:active {
  text-decoration: none;
  color: inherit;
}

.division-title {
  text-transform: uppercase;
  color: #493E2C;
  margin-bottom: 10px;
}

.division-title > a {
  padding: 10px 0;
}

.employee-container {
  margin-bottom: 80px;
}

.employee-details-container {
  min-height: 80px;
}

.employee-thumbnail {
  width: 150px;
  height: 150px;
  border-color: #AFD8C3;
}

.maps-container {
  /*position: relative;*/
  height: 300px;
  /*overflow: hidden;*/
}

.maps-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.division-detail-container {
  min-height: 180px;
  margin-bottom: 40px;
}

/*# sourceMappingURL=jam.css.map */
