body.home.header-blank #wmToolbar {
  position: relative;
}

body.header-blank {
  padding-top: 0px !important;
}

.container-landingpage .row, .container-landingpage .well {
	margin-bottom: 36px;
  margin-top: 18px;/* ticket #5922 */
}
.section_to_print .defaultText:first-child .block-image {/* ticket #5922 */
  margin-top: -18px;
}

.container-landingpage .well {
	padding-top: 0;
	padding-bottom: 0;
}

.container-landingpage h1 {
	margin-top: 36px;
	margin-bottom: 0;
}

.container-landingpage h2 {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 30px;
}

.btn.btn-secondary.btn-arrow {
	background-image: url("/application/website/assets/images/arrow2-btn.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 56px;
}

.btn.btn-secondary.btn-arrow.arrow-down {
	background-image: url("/application/website/assets/images/arrow-down-btn.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 56px;

}

.float-left {
  float: left !important;
}

.container-landingpage .defaultText img {
	padding: 0;
}

.container-landingpage .underwater {
  display: none;
}

.container-landingpage .underwater-transparent {
  opacity: 0.1;
}

h2.section-title {
  font-size: 30px;
  color: #000000;
  line-height: 36px;
  margin-top: 36px;
  margin-bottom: 0 !important;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

p span.quote {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 30px;
}

/* ==========================================================================
   Header small
   ========================================================================== */

.container.container-landingpage.header-small {
	background: #ffffff;
}

.container.container-landingpage.header-small .row {
	margin-top: 24px;
	margin-bottom: 64px;
	text-align: center;
}

/* ==========================================================================
   Block image
   ========================================================================== */

.block-image {
	position: relative;
  min-height: 300px;
}

.block-image img {
	width: 100%;
}

.block-image .block-image-text {
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	width: 440px;
	min-height: 160px;
	top: 72px;
	left: 36px;
	padding: 30px;
}

.block-image .block-image-text p {
	font-size: 38px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}


/* ==========================================================================
   Banner Counter
   ========================================================================== */

.icon-custom-marker {
  display: inline-block;
  text-indent: -9999px;
  width: 13px;
  height: 17px;
  background: url(/application/website/assets/images/marker.svg);
  background-size: 13px 17px;
}

h2.counter-heading {
	margin-bottom: 10px;
}

.counter {
	background: url(/application/website/assets/images/counter-bg.png);
	width: 186px;
	height: 39px;
	padding-top: 15px;
}

#counter-numbers {
	font-size: 30px;
	color: #2a8d7f;
	font-weight: bold;
	letter-spacing: 31px;
	margin-left: 10px;
}

/* ==========================================================================
   Thumbnails
   ========================================================================== */

.container-landingpage .thumbnail {
	text-align: left;
}

.container-landingpage .thumbnail p, .container-landingpage .thumbnail a {
	margin-bottom: 24px;
}

.container-landingpage .thumbnail p a {
	margin-bottom: 0;
}

.container-landingpage .thumbnail p {
	height: auto;
}

.container-landingpage .thumbnail .caption h3,  .container-landingpage .thumbnail .caption h5 {
	text-transform: none;
	margin-top: 0;
}

.container-landingpage .thumbnail:hover .caption h3,  .container-landingpage .thumbnail:hover .caption h5 {
	color: #000000;
}

/* ==========================================================================
   Thumbnail background
   ========================================================================== */

.thumbnail.thumbnail-background {
	position: relative;
	overflow: hidden;
	clear: both;
}

.thumbnail.thumbnail-background .caption {
    padding-top: 24px;
    padding-bottom: 0px;
}

.thumbnail.thumbnail-background > .thumbnail-background-image {
	width: 290px;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
}

.thumbnail.thumbnail-background > .thumbnail-background-image:first-child {
	left: 0;
}

.thumbnail.thumbnail-background > .thumbnail-background-image:first-child + .caption {
	float: left;
	margin-left: 290px;
  padding-right: 36px;
  padding-left: 24px;
}

.thumbnail.thumbnail-background > .caption:first-child + .thumbnail-background-image {
	right: 0;
}

.thumbnail.thumbnail-background > .caption:first-child {
	float: left;
	margin-right: 290px;
  padding-left: 24px;
  padding-right: 36px;
}

/* ==========================================================================
   Thumbnail theme
   ========================================================================== */

.container-landingpage .thumbnail.thumbnail-theme .caption {
	padding-top: 24px;
	padding-bottom: 0;
}

/* ==========================================================================
   Thumbnail cta
   ========================================================================== */

.thumbnail.thumbnail-cta .caption {
	padding: 24px;
	padding-bottom: 0;
	overflow: hidden;
	clear: both;
}

.thumbnail.thumbnail-cta p:first-child {
	color: #e4276b;
	font-size: 30px;
	float: left;
	width: 560px;
	line-height: 36px;
	margin-top: 4px;
}

.thumbnail.thumbnail-cta a {
	float: right;
}

/* ==========================================================================
   Thumbnail text
   ========================================================================== */

.thumbnail.thumbnail-text .caption {
	padding: 24px;
	padding-bottom: 0;
	overflow: hidden;
	clear: both;
}

.container-landingpage .thumbnail ul {
	margin-left: 16px;
	margin-bottom: 24px;
}

/* ==========================================================================
   Thumbnail tools
   ========================================================================== */

.thumbnail.thumbnail-tools {
	margin-top: 48px;
	margin-bottom: 48px;
}

.thumbnail.thumbnail-tools .caption {
	padding: 24px;
}

.thumbnail.thumbnail-tools .share-bar {
	margin: 0;
	padding: 0;
	border: none;
	height: 20px;
	overflow: hidden;
}

/* ==========================================================================
   Print css
   ========================================================================== */

@media print {
  .btn, .thumbnail-cta, .addthis_toolbox {
  	display: none !important;
  }
}
