
body {
  background-color: #d8d8d8;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
}

.field_d>* {
  padding: 10px;
}
.field_d input[type="text"] {
  padding: 5px;
}

#footer_copyright_no_background {
  padding-bottom: 1em;
  background-color:  #d8d8d8;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  overflow-x: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

h1.page-title:after {
  content: '❊ ❊ ❊';
  font-size: 22.8px;
  margin: 0 auto;
}
h2 {
	font-size: 20px;
}
h1.page-title:after,
h1.page-title:before {
  display: block !important;
}
a {
}
a:hover {
	color: #E4D45B;
	text-decoration: none;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}

@media print {

}
