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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	background-color: #fff;
}

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;
}

/* Remove outline from images and links */
a {
	outline: none;
}

img {
	outline: none;
}

/* Clearfix */
.clearfix:before,
.grid-container:before {
	content: " ";
	display: table;
}

.clearfix:after,
.grid-container:after {
	clear: both;
	content: " ";
	display: table;
}

/* Inputs */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline-block;
	box-sizing: border-box;
}

/* Wrapper */
.wrapper {
	margin: 0 auto;
	clear: both;
}

.wrapper.wrapper-fluid {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper.wrapper-fluid.wrapper-first {
	margin-top: 0;
}

.wrapper.wrapper-fluid.wrapper-last {
	margin-bottom: 0;
}

.grid-container {
	width: 100%;
	height: 100%;
	margin: 0;
}

.wrapper-fluid .grid-container {
	margin: 0 auto;
}

.wrapper-fluid.wrapper-fluid-grid .grid-container {
	width: 100%;
}

/* End Wrapper */

/* Structural stuff */
.clear {
	clear: both;
}

.block {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.block-content {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.block-fixed-height .block-content, body.visual-editor-iframe-grid .block-content {
	height: 100%;
}

.column {
	float: left;
}

.column.grid-right {
	float: right;
	margin-left: 0 !important;
}

.column-1 {
	clear: left;
}

.column-1.grid-left-0 {
	margin-left: 0 !important;
}

.column-last {
	clear: right;
}

.column-last.grid-right-0 {
	margin-right: 0 !important;
}

/* End structural stuff */

/* No Blocks Notice */
.wrapper-no-blocks {
	max-width: 600px;
}

.wrapper-no-blocks .entry-content {
	margin: 40px 0 !important;
	text-align: center;
}

/* Blocks */
/* Header */
.block-type-header .banner {
	display: block;
}

.block-type-header .banner a {
	display: block;
}

.block-type-header .banner-image {
	display: block;
	width: 100%;
	height: 100%;
}

.block-type-header .tagline {
	display: block;
}

/* Navigation */
.block-type-navigation ul {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: -4px;
	word-spacing: -4px;
}

.block-type-navigation ul li {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: normal;
	word-spacing: normal;
}

.block-type-navigation ul li a {
	display: block;
	width: auto;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
}

/* Map Block */
.map-block-gmap {
	height: 100%
}

/* Navigation Alignment */
.block-type-navigation .nav-align-left ul {
	text-align: left;
}

.block-type-navigation .nav-align-right ul {
	text-align: right;
}

.block-type-navigation .nav-align-center ul {
	text-align: center;
}

/* Vertical Orientation */
.block-type-navigation .nav-vertical {
	position: relative;
}

.block-type-navigation .nav-vertical ul li {
	width: 100%;
}

.block-type-navigation .nav-vertical ul li a {
	height: auto;
	line-height: 40px;
}

/* Navigation Search */
.block-type-navigation .nav-search-active ul {
	width: 75%;
}

.block-type-navigation .nav-search-active .nav-search {
	float: right;
	width: 22.5%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table;
}

.block-type-navigation .nav-search-active.nav-search-position-left .nav-search {
	float: left;
}

.block-type-navigation .nav-search-active #searchform {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.block-type-navigation .nav-search-active #searchform label,
.block-type-navigation .nav-search-active #searchform #searchsubmit {
	display: none;
}

.block-type-navigation .nav-search-active #searchform #s {
	width: 100%;
}

/* SUB MENUS */
.block-type-navigation a .sf-sub-indicator {
	display: none;
}

.block-type-navigation .sub-menu {
	position: absolute;
	z-index: 150;
	left: -9999px; /* Hide the dropdowns */
	width: auto;
}

.block-type-navigation .sub-menu li {
	display: block;
	height: auto;
	width: 100%;
}

.block-type-navigation .sub-menu li a {
	min-width: 175px;
	max-width: 500px;
	width: auto;

	height: auto;
	line-height: 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Show the drop downs on hover */
.block-type-navigation .menu li:hover > .sub-menu,
.block-type-navigation .menu .sfHover > .sub-menu {
	left: auto;
}

/* END SUB MENUS */

/* Responsive Select */
.block-type-navigation .selectnav {
	display: none;
}

/* Image */
.block-type-header img {
	max-width: 100%;
}

/* Search Widget */
.block-type-search .field {
	width: 100%;
}

.block-type-search .search-button-visible div {
	overflow: hidden;
}

.block-type-search .search-button-visible .submit {
	float: right;
}

/* Content Block */
.block-type-content img {
	max-width: 100%;
}

#whitewrap {
  background: white;
}

.block-type-navigation .selectnav {
  margin: 10px 2%;
  width: 96%;
  font-size: 16px;
}

/* Search */

.block-type-search .field {
  width: 100%;
}

/* Search button visible */

.block-type-search .search-button-visible div {
  padding-right: 5px;
}

/* Breadcrumbs */

.block-type-breadcrumbs .breadcrumbs {
  margin: 13px 10px;
}

/* Widget Area */

.block-type-widget-area .widget-area {
  padding: 0;
  margin: 0;
}

.block-type-widget-area .widget {
  margin: 15px 0 0;
  padding: 5px 10px;
  list-style: none;
}

.block-type-widget-area .widget ul {
  padding: 0 0 0 25px;
  margin: 5px 0;
  list-style: disc;
}

.block-type-widget-area .widget .widget-title {
  margin: 0 0 10px;
  display: block;
}

.block-type-widget-area .widget .widget-title:empty {
  display: none;
}

/* Horizontal Widget Area */

.block-type-widget-area .horizontal-sidebar .widget {
  float: left;
  margin: 0 15px 0 15px;
  width: 20%;
}

/* Widgets */

.widget table#wp-calendar td,
.widget table#wp-calendar th {
  color: #444;
  text-align: center;
}

.widget table#wp-calendar a {
  color: #444;
}

.widget table#wp-calendar caption {
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
}

.widget table#wp-calendar td#today {
  color: #111;
}

.widget table#wp-calendar tfoot .pad {
  background: none;
}

/* Content */

.block-type-content .loop {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.block-type-content .archive-title,
.block-type-content .entry-title {
  margin: 0 0 5px;
  max-width: 100%;
  word-wrap: break-word;
}

.block-type-content .archive-title {
  padding: 15px 0 15px;
  border-width: 0;
}

.block-type-content .archive-title a,
.block-type-content .entry-title a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}

.block-type-content .entry-content {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .entry-content:first-child {
  margin-top: 0;
}

.block-type-content .entry-row {
  float: left;
  width: 100%;
}

.block-type-content .entry-row .hentry {
  clear: none;
}

.block-type-content .entry-row .hentry:first-child {
  margin-left: 0 !important;
}

.block-type-content .hentry {
  clear: both;
  padding: 15px 0 30px;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail {
  display: block;
}

.block-type-content .post-thumbnail img {
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left,
.block-type-content .post-thumbnail-left-content,
.block-type-content .post-thumbnail-left-content {
  float: left;
  margin: 0 15px 0 0;
}

.block-type-content .post-thumbnail-right,
.block-type-content .post-thumbnail-right-content,
.block-type-content .post-thumbnail-right-content {
  float: right;
  margin: 0 0 0 15px;
}

.block-type-content .post-thumbnail-above-content {
  margin: 15px 0 -5px;
}

.block-type-content .post-thumbnail-below-content {
  margin: 15px 0;
}

.block-type-content .post-thumbnail-above-title {
  margin: 0 0 15px;
}

/* Specific tag formatting */

address {
  margin: 0 0 20px;
  font-style: italic;
}

dl {
  margin: 0 0px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre {
  background: #F5F5F5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* End specific tag formatting */

.block-type-content .entry-utility {
  clear: both;
}

.block-type-content .entry-meta a,
.block-type-content .entry-utility a {
  color: inherit;
  text-decoration: none;
}

.block-type-content .entry-meta a:hover,
.block-type-content .entry-utility a:hover {
  text-decoration: underline;
}

/* Loop Navigation */

.loop-navigation {
  margin: 15px 0 30px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.loop-navigation .nav-next,
.loop-navigation .nav-previous {
  display: inline-block;
  max-width: 48%;
}

.loop-navigation .nav-next a,
.loop-navigation .nav-previous a {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loop-navigation .nav-previous {
  float: left;
}

.loop-navigation .nav-next {
  float: right;
}

/* 404 Search Form */

.system-404 form#searchform {
  margin: 10px 0 0 0;
  float: left;
  clear: both;
}

.system-404 form#searchform label {
  display: none;
}

.system-404 form#searchform input#s {
  width: 200px;
  float: left;
}

.system-404 form#searchform input#searchsubmit {
  float: left;
  margin: 2px 0 0 5px;
}

/* Comments Styling */

div#comments {
  float: left;
  clear: both;
  margin: 0 0 50px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div#comments h3#comments {
  margin: 15px 0 0 0;
  display: block;
}

.commentlist {
  margin: 30px 0 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.comment {
  position: relative;
  padding: 0 0 0 64px;
  clear: both;
}

.comment .comment-body {
  margin: 0 0 30px;
}

.comment .children {
  clear: both;
}

.comment .comment-author {
  margin: 0;
  padding: 0;
}

.comment .avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.comment .comment-author cite {
  font-weight: bold;
}

.pingback .comment-author .says {
  display: none;
}

.comment .comment-meta {
  margin: 5px 0 20px 0;
}

.comment .comment-meta a {
  text-decoration: none;
  color: inherit;
}

.comment .comment-body p {
  margin: 0 0 10px 0;
}

.comment .reply {
  margin: 20px 0 0;
}

.comment .comment-reply-link {
  margin: 10px 0 0 -6px;
  padding: 3px 6px;
}

/* Comment Form */

div#respond {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.commentlist div#respond {
  padding: 5px 0 20px;
  margin: -20px 0 30px;
}

h3#reply-title {
  margin: 15px 0;
}

h3#reply-title small {
  font-size: 75%;
  margin: 0 0 0 5px;
}

div#respond .logged-in-as {
  margin: 10px 0 20px;
}

div#respond label {
  display: inline-block;
  margin: 0;
  float: left;
}

div#respond p {
  clear: both;
  float: left;
  width: 100%;
}

div#respond .required {
  display: inline;
  color: #c00;
  line-height: 25px;
  margin: 0 0 0 3px;
}

div#respond input[type='text'] {
  width: 50%;
}

div#respond textarea {
  width: 85%;
  height: 150px;
}

div#respond input[type='text'],
div#respond textarea {
  clear: both;
  float: left;
  margin: 0 0 10px;
}

/* Footer */

.block-type-footer a {
  color: inherit;
}

.block-type-footer .footer-left {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

.block-type-footer .footer-right {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.block-type-footer .footer-link {
  margin-bottom: 10px;
}

.block-type-footer .copyright {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0;
}

.block-type-footer .footer-responsive-grid-link-container {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 10px 0;
  display: none;
}

.block-type-footer .footer-responsive-grid-link-enable-container {
  display: block;
}

/* Calendar Widget */

.widget table#wp-calendar {
  width: 100%;
}

.widget table#wp-calendar td,
.widget table#wp-calendar th {
  padding: 5px 0;
}

.widget table#wp-calendar caption {
  margin: 0 0 8px 0;
}

/* Search Widget */

.widget_search input#searchsubmit,
.widget_search label {
  display: none;
}

.widget_search input#s {
  width: 100%;
}

/* Content Block Elements */

/* More Link and Loop Navigation */

.more-link {
  padding: 2px 6px;
  white-space: nowrap;
}

.loop-navigation .nav-next a,
.loop-navigation .nav-previous a {
  padding: 4px 8px;
}

/* Headings */

.entry-content h1,
.entry-content h2 {
  margin: 0 0 20px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0 0 15px;
}

/* Paragraphs */

.entry-content p {
  margin: 0 0 15px;
}

/* Horizontal rules */

.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 15px;
}

/* Lists */

.entry-content ol,
.entry-content ul {
  padding: 0 0 0 40px;
  margin: 15px 0;
}

.entry-content ol ol,
.entry-content ul ul {
  margin: 0;
}

/* Lists inside lists should not have the margin on them. */

.entry-content ul li {
  list-style: disc;
}

.entry-content ul ul li {
  list-style: circle;
}

.entry-content ul ul ul li {
  list-style: square;
}

.entry-content ol li {
  list-style: decimal;
}

.entry-content ol ol li {
  list-style: lower-alpha;
}

.entry-content ol ol ol li {
  list-style: lower-roman;
}

/* Images */

.align-left,
.alignleft {
  float: left;
  margin: 0 7px 0 0;
}

.align-right,
.alignright {
  float: right;
  margin: 0 0 0 7px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.border {
  padding: 1px;
  border: 1px solid #ddd;
}

.no-border {
  padding: 0;
  border: none;
}

.wp-smiley {
  border: none;
}

.wp-caption {
  padding: 5px;
  border: 1px solid #eee;
  background: #fcfcfc;
  margin-top: 15px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 1px solid #ddd;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
}

.wp-caption .wp-smiley {
  border: none;
}

.wp-caption .wp-caption-text {
  text-align: center;
  color: #555;
  margin: 5px 0 0 !important;
  font-style: italic;
}

/* Blockquotes */

blockquote {
  color: #666;
  padding: 5px 0 5px 25px;
  border-top: 0 dotted;
  border-bottom: 0 dotted;
  border-left: 2px solid #f6f6f6;
  margin: 15px 0 15px 20px;
}

/* Drop Caps */

.drop-cap {
  font-size: 310%;
  line-height: 120%;
  margin-bottom: -0.25em;
  color: #888;
  float: left;
  padding: 0 6px 0 0;
}

/* Code */

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, Courier, monospace;
  font-size: 0.9em;
  margin: 0 1px;
  padding: 1px 3px;
  color: #555;
}

pre code {
  display: block;
  border: 1px solid #ddd;
  padding: 4px 7px;
}

.code-block {
  display: block;
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #555;
  font-family: Consolas, Monaco, Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre;
  font-size: 12.5px;
  line-height: 18px;
  margin: 5px 0;
}

/* Tables */

table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table td,
table th {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table tr:first-child th,
thead tr:first-child th {
  border-top: none;
}

/* Superscripts and Subscripts */

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* End Content Block Elements */

/* Global Content Styles */

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Miscellaneous (to silence Theme Check) */

/* FORM STYLING */

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #777;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

select {
  padding: 0;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: #ddd;
  padding: 0 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: 27px;
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #222;
  background: #d1d1d1;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: #c8c8c8;
}

/* Alerts */

.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff inset;
  padding: 5px 20px;
  margin: 20px 0;
  display: block;
}

.alert p {
  margin: 10px 0;
  line-height: 160%;
}

.alert-green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
}

.alert-red {
  border: 1px solid #CFADB3;
  color: #832525;
  background-color: #FAF2F5;
}

.alert-yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  color: #424242;
}

.alert-gray,
.alert-grey {
  border: 1px solid #CCC;
  color: #424242;
  background-color: #EEE;
}

.alert-blue {
  border: 1px solid #92CAE4;
  color: #205791;
  background-color: #D5EDF8;
}

.alert a {
  color: inherit;
}

.block-subtitle {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #999999;
}

.block-title {
  font-size: 22px;
  line-height: 150%;
}

.block {
  overflow: hidden;
  margin-bottom: 10px;
}

blockquote {
  color: #666666;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 25px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #666666;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
}

a {
  color: #555555;
}

body {
  font-size: 14px;
  font-family: palatino linotype, palatino, serif;
  line-height: 100%;
  color: #555555;
}

.block-type-pin-board .pin-board-pin {
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  background-color: #ffffff;
  border-color: #eeeeee;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  box-shadow: eee 0px 2px 3px;
}

.block-type-pin-board .pin-board-pin .entry-title,
.block-type-pin-board .pin-board-pin .entry-title a {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

.pin-board-pin .entry-title a:hover {
  text-decoration: underline;
}

.block-type-pin-board .pin-board-pin .entry-content {
  font-size: 12px;
  line-height: 150%;
  padding-right: 15px;
  padding-left: 15px;
}

.block-type-pin-board .pin-board-pin .entry-meta {
  font-size: 12px;
  line-height: 120%;
  padding-right: 15px;
  padding-left: 15px;
  color: #888888;
}

.block-type-pin-board .pin-board-pagination a {
  text-decoration: none;
  background-color: #eeeeee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 5px;
  padding-left: 9px;
}

.pin-board-pagination a:hover {
  background-color: #e7e7e7;
}

body {
  background-color: #dddddd;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wrapper {
  background-color: #ffffff;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-type-header .banner a {
  color: #222222;
  font-size: 34px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.block-type-header .tagline {
  color: #999999;
  font-size: 15px;
  line-height: 120%;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.block-type-navigation {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  border-style: solid;
  overflow: visible;
}

.block-type-navigation .menu li > a {
  text-decoration: none;
  color: #888888;
  text-transform: uppercase;
  font-variant: normal;
  padding-right: 15px;
  padding-left: 15px;
}

.menu .current-menu-ancestor > a,
.menu .current-menu-ancestor > a:hover,
.menu .current-menu-item > a,
.menu .current-menu-item > a:hover,
.menu .current-menu-parent > a,
.menu .current-menu-parent > a:hover,
.menu .current_page_ancestor > a,
.menu .current_page_ancestor > a:hover,
.menu .current_page_item > a,
.menu .current_page_item > a:hover,
.menu .current_page_parent > a,
.menu .current_page_parent > a:hover {
  color: #222222;
}

.menu li > a:hover {
  color: #555555;
}

.block-type-navigation .sub-menu {
  background-color: #eeeeee;
}

.block-type-widget-area .widget {
  line-height: 150%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 15px;
}

.block-type-widget-area .widget .widget-title {
  font-size: 13px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: normal;
  line-height: 250%;
  color: #111111;
  margin-bottom: 10px;
}

.block-type-widget-area .widget a {
  color: #333333;
}

.block-type-content .type-post {
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #efefef;
  padding-bottom: 30px;
}

.block-type-content .entry-title {
  font-size: 24px;
  color: #333333;
  line-height: 130%;
}

.block-type-content .archive-title {
  font-size: 24px;
  color: #555555;
  line-height: 110%;
  border-bottom-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  padding-bottom: 15px;
}

.block-type-content .entry-meta {
  line-height: 120%;
  color: #818181;
}

.block-type-content .entry-content,
.block-type-content .entry-content p {
  color: #555555;
  font-size: 14px;
  line-height: 180%;
}

.block-type-content .entry-content h1,
.block-type-content .entry-content h2,
.block-type-content .entry-content h3 {
  font-size: 20px;
  line-height: 180%;
}

.block-type-content .entry-content h4,
.block-type-content .entry-content h5 {
  font-size: 16px;
  line-height: 180%;
}

.block-type-content .entry-content .more-link {
  background-color: #eeeeee;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
}

.entry-content .more-link:hover {
  background-color: #e7e7e7;
}

.block-type-content .loop-navigation .nav-next a,
.block-type-content .loop-navigation .nav-previous a {
  background-color: #e1e1e1;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  line-height: 130%;
}

.loop-navigation .nav-next a:hover,
.loop-navigation .nav-previous a:hover {
  background-color: #d5d5d5;
}

.block-type-content .post-thumbnail img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.block-type-content div#comments h3 {
  color: #333333;
  font-size: 18px;
  line-height: 130%;
}

.block-type-content .comment {
  padding-left: 64px;
}

.block-type-content .comment .comment-author {
  font-size: 18px;
  line-height: 120%;
}

.block-type-content .comment .comment-meta {
  color: #888888;
  font-size: 14px;
}

.block-type-content .comment .comment-body p {
  font-size: 14px;
  line-height: 170%;
}

.block-type-content .comment-reply-link {
  font-size: 12px;
  background-color: #eeeeee;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
}

.comment-reply-link:hover {
  background-color: #e7e7e7;
}

.block-type-content div#respond label {
  font-size: 14px;
  line-height: 220%;
  color: #888888;
}

.block-type-slider .flexslider {
  overflow: visible;
  margin-bottom: 30px;
}

.block-type-slider .flex-viewport {
  overflow: hidden;
}

.block-type-slider .flex-caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 14px;
  line-height: 150%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  text-align: center;
}

.block-type-slider .flex-control-nav {
  position: absolute;
  text-align: center;
}

.block-type-slider .flex-direction-nav a {
  margin-top: -20px;
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAbCAYAAADGfCe4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENzFDNTE1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENzFDNTI1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkQ3MUM0RjU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkQ3MUM1MDU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOkRgUAAAO+SURBVHja3JhNSxtBGMfd1a55hdQk2oMkpYdYkJRIDkpPBUGR4EFaL61H/QKiH0LxG3gK2B6EklMp+hVKNBYsLdQSRbE0SRsbN+8mfZ5lVtawszOjbg4deIjOzvx/z392ZnZ3pHa73fO/FwlNSpJk1UaGGIYIQwQhnBBuCBWiApGDOIY4Ba2WELxLXCuTWPkUIg7h4si5DJGG+NrmnB7d4tJMeiCmIfy3mB0FiB3QvbyFSVu4ZiYD8P8M1DtvvQYkqQL9P0LkBUzaxu006ZZl+WWr1XLcdbGDThV03oO+ymHSVq5887o8cx8gLKiDemBEZudlL1c2kKLQYIBHKBKJ5NfW1g7wlwEcQF2GQyaXl0fj6tO1D8qbZrPZzxKIxWI/9/f3cTf7A/EQ+ias2oNuFXTfAadpMl2R+xquW95F6PtB542NjcUzmcwjVp6gWwPdt8jV7qSiKCEBg5/gzzPcuiHJHKsPGkB9s2uE6+DYUHLkUXGGfMyDg9uvczWTHo/niYDBc72ut7f3Oc/0oenzcE0457xGdX3NZK1WC4oahNF9cXV1FeFJstFoBETqOwtykCdqVPelmazX606rRW80CDCFACO8O161WnWJ1NNSQS7yjUatNiPdl0xGtI/W0Ofz/TbeQZgCwyIGrfStuDSjhH99R0l+llx942nSGh4eHg4aRq+nVCr9Wlxc/CaSGU3fimtWkIt8w5JRMD8WVzPpdrtrtIaqqvpAbNZg9HJzczMjYpSmb8U1M4hc5BuWzSzmx+JqJoeGhv4ynlP+DqMXCJyfnz/iSZCmz+LqBTnE4IXRIObFw9VMjo6OnrNAZka3t7f3eJKMRqNnIvWdhXCEDBp9aSZXV1ePHA5HQ9Qo/KqsPqi7vLz8w+wa1vNwdY6IQdRFX9cmx8fHi5OTk8c8o0qMvoKI4y+rPepOTExcmF3Deh6ukcdjUOeirxufWtlsNhCPx6cLhYL7vs5W/H6/mk6nd8LhcJ72qdUN7vVXCFQUksnkHs/04Smog3qoa9WuG1zZMKrtRCLxfX19/cDlctXvAsL+qIN6OMMZU9F2bl8HsAHT98vIyEh9YWHhWS6X84iCgsHg5dbW1uepqSkEcd0du7mmB1lQ96BSqQwvLS09TqVS4XK5rPCM4tzc3DE8z7JOp/OUx2C3uNQjSXK65ysWi4MbGxuB3d1d/8nJiRdeqxSEo7jX662HQqESjF5hZWUlD++R+MpVvMu5qx1cieOIVCKHujiFHGSKYzRJVMmrlspaf6KHb/fF/SfAABnmiiuKJ06tAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: left top;
}

.block-type-slider .flex-direction-nav .flex-next {
  background-position: right top;
}

.block-type-slider .flex-control-paging li a {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.flex-control-paging li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li .flex-active {
  background-color: rgba(0, 0, 0, 0.9);
}

.block-type-text .entry-content h1,
.block-type-text .entry-content h2,
.block-type-text .entry-content h3 {
  font-size: 20px;
  line-height: 180%;
}

.block-type-text .entry-content h4 {
  font-size: 16px;
  line-height: 180%;
}

.block-type-footer {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #eeeeee;
  border-style: solid;
}

.block-type-footer .copyright {
  color: #666666;
}

.block-type-footer .footer-headway-link {
  color: #666666;
}

.block-type-footer .footer-admin-link {
  color: #666666;
}

.block-type-footer .footer-go-to-top-link {
  color: #666666;
}

.block-type-footer .footer-responsive-grid-link {
  color: #666666;
}

header#block-b9y58c807a242350 .banner-image img {
  height: 230px;
}

div#wrapper-w58c807a20d844 {
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/03/header-2.jpg);
  background-size: cover;
  background-position: center top;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

nav#block-bbk58c807a205e69 li a {
  color: #FFFFFF;
  font-family: Cabin;
  -hw-complex-property-google-font: '{"value":"Cabin","variants":["regular","italic","500","500italic","600","600italic","700","700italic"]}';
}

nav#block-bbk58c807a205e69 {
  border-top-width: 0px;
  border-bottom-width: 0px;
  margin-top: 0px;
}

nav#block-bbk58c807a205e69 li a:hover {
  color: #d75320;
}

.current_page_item a,
nav#block-bbk58c807a205e69 li a:active {
  color: #74AF27 !important;
}

nav#block-bbk58c807a205e69 li.button a {
  background-color: #74AF27;
  margin-left: 10px;
}

nav#block-bbk58c807a205e69 li.button a:hover {
  background-color: #d75320;
  color: #FFFFFF;
}

html body {
  background-color: #000000;
  font-family: Roboto;
}

div#block-b3g58c810e86cff7 h1 {
  font-size: 85px;
  line-height: 90px;
  color: #FFFFFF;
  font-family: Roboto;
  -hw-complex-property-google-font: '{"value":"Roboto","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"]}';
  text-align: center;
  font-weight: 100;
}

div#block-b3g58c810e86cff7 h2 {
  font-family: Roboto;
  -hw-complex-property-google-font: '{"value":"Roboto","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"]}';
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
  font-variant: normal;
  text-transform: uppercase;
}

div#block-b3g58c810e86cff7 h1 span {
  font-family: Satisfy;
  font-size: 117px;
  line-height: 118px;
}

div#block-b3g58c810e86cff7 {
  position: relative;
  text-align: center;
}

div#block-b3g58c810e86cff7 img {
  width: 200px;
  margin-bottom: 30px;
}

div#block-bbc58c8192f78006 {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 47px;
  font-weight: 300;
  padding-top: 0px;
  height: 119px;
  margin-bottom: 0px;
  margin-top: 0px;
}

#wrapper-w58c81c9c492af {
  margin-bottom: 0px;
}

#wrapper-w58c807a20d844 {
  margin-top: 0px;
}

nav#block-b1n58c81db7f3331 li.button a:hover {
  background-color: #74AF27;
  color: #FFFFFF;
}

nav#block-b1n58c81db7f3331 li.button a {
  background-color: #D75320;
  margin-left: 10px;
  color: #FFFFFF;
}

.current_page_item a nav#block-b1n58c81db7f3331 li a:active {
  color: #D75320 !important;
}

nav#block-b1n58c81db7f3331 li a:hover {
  color: #D75320;
}

nav#block-b1n58c81db7f3331 {
  border-top-width: 0px;
  border-bottom-width: 0px;
  margin-top: 0px;
}

nav#block-b1n58c81db7f3331 li a {
  color: #908F8F;
  font-family: Cabin;
  -hw-complex-property-google-font: '{"value":"Cabin","variants":["regular","italic","500","500italic","600","600italic","700","700italic"]}';
}

figure#block-bbg58c82167e98d5 img {
  height: 100%;
}

div#wrapper-w58c81c9c492af {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 0px;
}

#wrapper-w58c81d15b8504 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title h2 {
  text-align: center;
  line-height: 37px;
  color: #FFFFFF;
  font-size: 47px;
  font-weight: 300;
}

.title h2 span {
  color: #74AF27;
  font-family: Satisfy;
  font-size: 63px;
  line-height: 63px;
}

div#block-bh158caa9daee872 .entry-content {
  font-size: 17px;
  line-height: 22px;
}

div#block-bh158caa9daee872 {
  text-align: justify;
  background-color: rgba(255,255,255,0.67);
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.block-type-image .block-title {
  margin-top: 100px;
  font-weight: 400;
  font-size: 20px;
}

.block-title a {
  text-decoration: none;
}

.block-type-image img {
  padding-bottom: 45px;
}

div#wrapper-w58c81d15b8504 {
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/03/5372-e1490105921287.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}

div#block-bh158caa9daee872 .entry-content p a {
  color: #74AF27;
  text-align: right;
  display: block;
  font-size: 16px;
}

div#block-bh158caa9daee872 .entry-content p a:hover {
  color: #D75320;
}

#wrapper-w58cab3fa01901 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-b9w58cfe3eef20d7 h2 span {
  color: #74AF27;
  font-family: Satisfy;
  font-size: 45px;
  line-height: 45px;
}

div#block-b9w58cfe3eef20d7 h2 {
  text-align: center;
  font-size: 37px;
  line-height: 37px;
}

div#bwg_load_0 .bwg_load_btn_0 {
  background-color: #D75320 !important;
  color: #FFFFFF !important;
  font-family: Roboto !important;
  -hw-complex-property-google-font: '{"value":"Roboto","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"]}';
  font-weight: 400 !important;
  font-size: 14px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

div#wrapper-w58cff1ced0322 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#wrapper-w58cff1ced0322 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w58cab3fa01901 {
  padding-left: 0px;
  padding-right: 0px;
}

div#block-bmx58cfff77086fc .button {
  background-color: #FFFFFF;
  color: #D75320;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  line-height: 54px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

div#block-bmx58cfff77086fc {
  text-align: right;
}

div#wrapper-w58cfff4915391 {
  background-color: #D75320;
  padding-bottom: 5px;
}

div#block-bkx58cfff5be13f7 {
  color: #FFFFFF;
  font-size: 37px;
  line-height: 37px;
  padding-top: 8px;
}

#wrapper-w58cfff4915391 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bmx58cfff77086fc .button:hover {
  background-color: #74AF27;
}

#wrapper-w58d0011118624 {
  margin-top: 0px;
}

div#wrapper-w58d0011118624 {
  background-color: #252525;
  padding-top: 25px;
}

nav#block-brh58d0015ff3ad9 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

nav#block-brh58d0015ff3ad9 li a:hover {
  color: #D75320;
}

div#block-b4w58d00300d214d .list-items .type-post {
  font-size: 16px;
  line-height: 39px;
  color: #908F8F;
  list-style-type: square;
  list-style-position: inside;
}

div#block-b4w58d00300d214d .list-items .type-post a {
  color: #908F8F;
  font-weight: 300;
  text-decoration: none;
}

div#block-b4w58d00300d214d .block-title {
  text-transform: uppercase;
  color: #D75320;
  font-size: 16px;
  font-weight: 400;
}

nav#block-brh58d0015ff3ad9 .block-title {
  color: #D75320;
  text-transform: uppercase;
  font-size: 16px;
}

nav#block-brh58d0015ff3ad9 li a {
  padding-left: 0px;
}

div#block-b4w58d00300d214d {
  text-align: left;
}

figure#block-bai58d004a542838 img {
  opacity: 0.3;
}

figure#block-bai58d004a542838 {
  overflow-x: visible;
  overflow-y: visible;
}

nav#block-brh58d0015ff3ad9 li a:active {
  color: #D75320;
}

div#block-b4w58d00300d214d .list-items .type-post a:hover {
  color: #D75320;
}

div#block-b4w58d00300d214d .list-items .type-post a:active {
  color: #D75320;
}

#wrapper-w58d0df82339cd {
  margin-top: 60px;
  margin-bottom: 0px;
}

div#wrapper-w58d0df82339cd {
  background-color: #000000;
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/04/structure.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}

div#block-bqn58d0e1c664550 h2 {
  color: #FFFFFF;
}

div#block-btg58d0e1c7ea9ef {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  text-align: justify;
}

#wrapper-w58d0ec4be7545 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bym58d0ec5958400 {
  margin-top: 10px;
  margin-bottom: 0px;
}

div#wrapper-w58d0ec4be7545 {
  padding-bottom: 0px;
}

div#block-bsv58d10168932e2 div p {
  margin-top: 0px;
  text-align: justify;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}

div#block-bsv58d10168932e2 .block-content .avant {
  font-size: 22px;
}

div#block-bsv58d10168932e2 .avant p {
  font-size: 24px;
  line-height: 28px;
  margin-top: px;
  margin-bottom: 15px;
  font-weight: 300;
  text-align: center;
}

div#block-bsv58d10168932e2 .avant p strong {
  font-weight: 500;
}

div#block-b4l58d92692ccf27 {
  color: #FFFFFF;
  margin-bottom: 0px;
}

div#block-b4l58d92692ccf27 .entry-content {
  color: #FFFFFF;
}

div#block-b4l58d92692ccf27 .entry-content p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 300;
}

div#block-b4l58d92692ccf27 .entry-content ul li {
  font-size: 17px;
  font-weight: 300;
}

#wrapper-w58da19d9fff54 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w58da19d80b8e7 {
  margin-bottom: 0px;
}

div#wrapper-w58da19d80b8e7 {
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/04/ossature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -550px;
  padding-top: 80px;
}

#wrapper-w58da3073287c1 {
  margin-bottom: 0px;
}

div#wrapper-w58da3073287c1 {
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/04/charpente.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}

#wrapper-w58da3073e982b {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w58da6ee783437 {
  margin-bottom: 0px;
  margin-top: 50px;
}

#wrapper-w58da6ee7ed057 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#wrapper-w58da6ee783437 {
  padding-top: 60px;
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/04/renovation.jpg);
  background-size: cover;
  background-position: center center;
}

#wrapper-w58da7d48939c1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w58da7d48ee04c {
  margin-top: 50px;
  margin-bottom: 0px;
}

div#wrapper-w58da7d48ee04c {
  padding-top: 60px;
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/04/isolation-2.jpg);
  background-size: cover;
  background-position: center bottom;
}

div#wrapper-w58da81d6573a4 {
  background-image: url(https://www.amazone-pub.com/sbs/wp-content/uploads/2017/03/societe.jpg);
  background-size: cover;
  background-position: center -200px;
  padding-top: 70px;
  padding-bottom: 15px;
}

#wrapper-w58da81d6573a4 {
  margin-top: 50px;
  margin-bottom: 0px;
}

#wrapper-w58da81d69c56e {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-b2g58dd1223b8424 ul li span .emoji {
  display: inline;
  color: #74AF27;
}

div#block-b2g58dd1223b8424 .block-content ul li span {
  display: inline-block;
  height: 23px;
  float: left;
}

div#block-b2g58dd1223b8424 ul li {
  padding-bottom: 8px;
  line-height: 19px;
}

div#block-b2g58dd1223b8424 ul li span {
  color: #74AF27;
  font-size: 21px;
  margin-right: 5px;
}

div#block-b2g58dd1223b8424 .block-content ul li span .emoji {
  color: #101706;
}

div#block-b0w58dd12135dc82 ul li span {
  display: inline-block;
  float: right;
  font-size: 21px;
  margin-left: 5px;
  height: 21px;
  color: #D75320;
}

div#block-b0w58dd12135dc82 ul li {
  text-align: right;
  line-height: 19px;
  padding-bottom: 8px;
}

div#block-b0w58dd12135dc82 .block-title {
  text-align: right;
  color: #D75320;
  font-family: Satisfy;
  -hw-complex-property-google-font: '{"value":"Satisfy","variants":["regular"]}';
  font-size: 40px;
  margin-bottom: 15px;
}

div#block-b2g58dd1223b8424 .block-title {
  font-family: Satisfy;
  -hw-complex-property-google-font: '{"value":"Satisfy","variants":["regular"]}';
  font-size: 40px;
  margin-bottom: 15px;
  color: #74AF27;
}

div#block-b2g58dd1223b8424 .block-title span {
  padding-left: 3px;
}

figure#block-bj658e34b82bd721 img {
  width: 100%;
}

div#block-b0758e34bd20cb59 {
  text-align: right;
  color: #FFFFFF;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

div#block-b0758e34bd20cb59 h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}

div#block-b0758e34bd20cb59 span {
  font-size: 13px;
  color: #D75320;
  font-weight: 600;
}

div#wrapper-w58e34b0ea1dfa {
  color: #555555;
  background-color: #252525;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 158px;
  overflow-y: hidden;
}

#wrapper-w58e34b0ea1dfa {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-b5958e34fd4f2a83 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
}

div#block-b5958e34fd4f2a83 h2 {
  font-size: 40px;
  line-height: 60px;
  font-family: Satisfy;
  -hw-complex-property-google-font: '{"value":"Satisfy","variants":["regular"]}';
  color: #74AF27;
  padding-left: 3px;
  padding-top: 8px;
}

#wrapper-w58e358b1924c3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.block-type-slider .block-title {
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flexslider .flex-direction-nav li .flex-next {
  width: 30px;
}

.flexslider .flex-direction-nav li .flex-prev {
  width: 30px;
}

#wrapper-w58e3638b46f48 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bmj58e3639919f05 .entry-content {
  font-size: 13px;
  line-height: 13px;
}

div#block-bmj58e3639919f05 .entry-content p {
  margin-bottom: 9px;
}

div#block-b4l58d92692ccf27 .entry-content p sup {
  font-size: 13px;
}

.block-type-content .entry-content ul li sup {
  font-size: 13px;
}

div#block-b4l58d92692ccf27 .type-page {
  padding-bottom: 0px;
}

div#block-be458e3945930ffc .block-content-fade .testimonial_group .testimonial {
  width: 32%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#wrapper-w58e3944f92057 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-be458e3945930ffc .testimonial_group .testimonial .rr_title {
  margin-left: 0px;
  font-size: 20px;
  color: #74AF27;
  font-weight: 300;
  margin-bottom: 0px;
}

div#block-be458e3945930ffc .testimonial_group .testimonial .stars {
  margin-bottom: 10px;
}

div#block-be458e3945930ffc .testimonial_group .testimonial .rr_date time {
  font-size: 11px;
  line-height: 18px;
  color: #908F8F;
}

div#block-be458e3945930ffc .testimonial_group .testimonial .rr_review_text .read_more {
  color: #D75320;
  line-height: 23px;
}

div#block-be458e3945930ffc .testimonial_group .testimonial .rr_review_text .show_less {
  line-height: 23px;
}

div#block-be458e3945930ffc .testimonial_group .testimonial .rr_review_name span {
  padding-top: 0px;
}

div#block-be458e3945930ffc .testimonial_group .testimonial {
  padding-top: 15px;
}

#wrapper-w58e3a02eefe5b {
  margin-bottom: 0px;
}

div#wrapper-w58e3a02eefe5b {
  padding-top: 60px;
}

div#block-bq858e3acfe766bc a {
  display: block;
  background-color: #D75320;
  line-height: 32px;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
}

div#block-bq858e3acfe766bc a:hover {
  background-color: #74AF27;
}

div#block-b5p58e3a0399c5da {
  overflow-x: visible;
  overflow-y: visible;
}

#wrapper-w58e3a02ee06c3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bht58e3adc02f2f7 .rr_review_form .form_table tbody .rr_form_row .rr_form_heading {
  border-top-style: none;
}

div#block-bht58e3adc02f2f7 .rr_review_form .form_table tbody .rr_form_row .rr_form_input {
  border-top-style: none;
}

body.layout-using-index .title h2 {
  color: #252525;
}

div#block-b5p58e3a0399c5da h2 {
  color: #252525;
}

input#submitReview {
  background-color: #D75320;
  font-family: Roboto;
  -hw-complex-property-google-font: '{"value":"Roboto","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"]}';
  font-weight: 400;
  color: #FFFFFF;
  font-size: 13px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

input#submitReview:hover {
  background-color: #74AF27;
}

div#block-b5958e34fd4f2a83 strong {
  font-weight: 500;
}

div#block-b0758e34bd20cb59 h2 small {
  font-size: 17px;
}

div#block-b7958caaa0d21c59 h2 {
  color: #101706 !important;
}

#wrapper-w58f8c8446d852 {
  margin-top: 60px;
  margin-bottom: 0px;
}

#wrapper-w58f8c84493a5b {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#block-bjw58f8c87b357c8 h2 {
  color: #252525;
}

div#wrapper-w58f8c8446d852 {
  padding-top: 70px;
}

div#block-bwd58f8c87bd4766 .entry-content .sharedaddy .robots-nocontent {
  text-align: center;
  padding-top: 20px;
}

div#block-b8c58f8d1a142b03 a {
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #555555;
  border-right-color: #555555;
  border-bottom-color: #555555;
  border-left-color: #555555;
  margin-top: 15px;
}

div#block-b8c58f8d1a142b03 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}

div#block-bmb58f8d5b169463 .entry-summary .sharedaddy .robots-nocontent {
  display: none;
}

div#block-bmb58f8d5b169463 .type-post {
  padding-bottom: 15px;
}

div#block-bmb58f8d5b169463 .entry-row .post-thumbnail img {
  opacity: 1;
}

div#block-bmb58f8d5b169463 header .entry-title a {
  color: #74AF27;
}

div#block-bzg58f8d445b4eaa h2 {
  color: #555555;
}

#wrapper-w58f8d3ed0a027 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper-w58f8d3edd5380 {
  margin-bottom: 0px;
  margin-top: 60px;
}

div#wrapper-w58f8d3edd5380 {
  padding-top: 60px;
}

div#block-bmb58f8d5b169463 .post-thumbnail img {
  opacity: 1;
}

div#block-bmb58f8d5b169463 header .entry-title a:hover {
  color: #D75320;
}

div#block-b9e58f8d70d7339c .type-post {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  border-bottom-style: none;
  background-color: #000000;
  margin-bottom: 0px;
}

div#block-b9e58f8d70d7339c header .entry-title {
  position: absolute;
  top: 27%;
  text-align: center;
}

div#block-b9e58f8d70d7339c .block-title {
  padding-bottom: 15px;
}

div#block-b9e58f8d70d7339c .post-thumbnail {
  margin-bottom: 0px;
}

div#block-b9e58f8d70d7339c .post-thumbnail img {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

div#block-b9e58f8d70d7339c header .entry-title a {
  color: #FFFFFF;
  font-weight: 200;
}

div#block-bay58f8d9b5a558d header .entry-title a {
  color: #FFFFFF;
  font-weight: 200;
}

div#block-bay58f8d9b5a558d .post-thumbnail img {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

div#block-bay58f8d9b5a558d .post-thumbnail {
  margin-bottom: 0px;
}

div#block-bay58f8d9b5a558d .block-title {
  padding-bottom: 15px;
  padding-top: 30px;
}

div#block-bay58f8d9b5a558d header .entry-title {
  position: absolute;
  top: 27%;
  text-align: center;
}

div#block-bay58f8d9b5a558d .type-post {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  border-bottom-style: none;
  background-color: #000000;
  margin-bottom: 0px;
}

div#block-bay58f8d9b5a558d .block-content .loop .entry-row,
div#block-bay58f8d9b5a558d .block-content .loop > article {
  height: 170px;
  margin-bottom: 15px;
}

div#block-bay58f8d9b5a558d .type-post {
  height: 100%;
}

div#block-bay58f8d9b5a558d .type-post a {
  height: 100%;
  overflow: hidden;
}

div#block-bay58f8d9b5a558d .post-thumbnail img {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
}

#wrapper-w5908380f06f4e {
  margin-top: 0px;
  margin-bottom: 0px;
}

body.layout-using-index div#block-boe59083924236ad h2 {
  color: #101706;
}

div#block-boe59083924236ad h2 {
  color: #252525;
}

#wrapper-w5908380eab770 {
  margin-bottom: 0px;
  margin-top: 60px;
}

div#block-bdb590839cfb2856 {
  text-align: center;
}

div#block-bdb590839cfb2856 .entry-content .num {
  font-size: 19px;
  line-height: 23px;
}

div#wpcf7-f4-o1 .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
}

.wpcf7-submit {
  width: 100%;
  border-radius: 0px !important;
  background-color: #D75320 !important;
  color: white  !important;
  height: 40px;
  font-weight: 300  !important;
  font-size: 17px  !important;
}

.wpcf7-submit:hover {
  background-color: #74af27 !important;
}

div#wrapper-w5908380eab770 {
  padding-top: 40px;
}

div#block-bmx58cfff77086fc .buttonContact {
  color: #FFFFFF;
  font-size: 27px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 300;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-top: 5px;
  display: inline-block;
}

div#block-bmx58cfff77086fc .buttonContact:hover {
  color: #D75320;
  background-color: #FFFFFF;
}

div#block-btn5908470e67779 a {
  color: #4267B2;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
}

div#block-btn5908470e67779 a:hover {
  text-decoration: underline;
}

div#wrapper-w5adf567fa3df5 {
  margin-bottom: 0px;
  padding-top: 50px;
}

div#block-bob5c4ad711928f9 .entry-content h2,
div#block-bpr5adf569bc46e2 .entry-content h3 {
  color: #74AF27;
}

div#block-bc35adf569bfd81e h2 {
  color: #101706;
}

div#block-bd85c49a5e7ea006 h2 span {
  color: #74AF27;
}

div#block-btg5c4ad227da506 h2 {
  color: #101706;
}

div#wrapper-w5c4acc77ea6bb {
  padding-top: 50px;
}

#wrapper-w5c4acc77ea6bb {
  margin-bottom: 0px;
}

#wrapper-w5c4ada47789f6 {
  margin-bottom: 0px;
}


/*
     FILE ARCHIVED ON 16:53:17 Jun 25, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:13:32 Jul 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.817
  exclusion.robots: 0.107
  exclusion.robots.policy: 0.093
  esindex: 0.014
  cdx.remote: 29.753
  LoadShardBlock: 118.565 (3)
  PetaboxLoader3.datanode: 119.986 (5)
  PetaboxLoader3.resolve: 381.524 (2)
  load_resource: 415.154
  loaddict: 37.437
*/