body {
	background-color: rgb(255,255,255);
	/*padding-top: 140px;*/
	overflow-x: hidden;
	}


	/*.background-color-on {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	}*/


	.hero-image-deck {
		height: 100vh;
		background-size: cover;
		background-position: center;
		color: rgb(255,255,255);
	}

	.news-page .grid {
		row-gap: 50px;
	}

/* TOOLS */
button, #button {
	background-color: #0068b4 !important;
	border: 0px;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold !important;
	color: #fff !important;
	margin-top: 10px;
}

.input-field {
	width: 600px;
	background-color: #fff;
	border: 0px;
	padding: 10px 20px;
	border-radius: 5px;
}

.input-field-combined {
		width: 100%;
		background-color: #fff;
		color: #0068b4;
		border: 0px !important;
		padding-left: 0px !important;
		font-weight: bold;
		font-size: 16px;
	}

.field-title {
	margin-top:10px;
	margin-bottom: 2px;
}

/* cropit*/ 
.image-editor {
	margin: 50px auto;
	/*width: 000px; set on page template */
  }
  
  .image-editor img {
	  max-width: unset !important;
  }
  
  .cropit-preview {
	background-color: #f8f8f8;
	background-size: cover;
	border: 2px dashed red;
	/*border-radius: 3px;*/
	margin-top: 7px;
	/*width: 000px; set on page template*/
	/*height: 000px; set on page template */
  }
  
  .cropit-preview p {
	text-align: center;
	/*padding-top: 000px; set on page template */
  }

  .cropit-preview-image-container {
	cursor: move;
  }

  .cropit-preview-background {
	opacity: .2;
	cursor: auto;
  }

  .image-size-label {
	margin-top: 10px;
  }

  input, .export {
	/* Use relative position to prevent from being covered by image background */
	position: relative;
	z-index: 10;
	display: block;
  }

  .image-editor button {
	margin-top: 25px;
  }

/* end TOOLS */

/* AEM Content Structure Page */

.clone-overview-box {
	border: 1px solid #0068b4;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.clone-overview-box ul {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
}

.clone-overview-box li {
	border: 1px solid #00B0F0;
	background-color: #00B0F0;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	list-style: none;
}

.clone-overview-box li:last-child {
	margin-bottom: 0px;
}

.clone-overview-box h4 {
	border: 1px solid #0068b4;
	background-color: #0068b4;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 0px;
	height: 20px;
}

.rollout-overview-box {
	border: 1px solid #0068b4;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.rollout-overview-box ul {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
}

.rollout-overview-box li {
	border: 1px solid #00B050;
	background-color: #00B050;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	list-style: none;
}

.rollout-overview-box li:last-child {
	margin-bottom: 0px;
}

.rollout-overview-box h4 {
	border: 1px solid #00B0F0;
	background-color: #00B0F0;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 0px;
	height: 20px;
}


	
/* end AEM Content Structure Page */

/* FRONT PAGE */

	.front-page-nav ul {
		list-style: none;
		text-align: center;
		padding: 0px;
	} 
	
	.front-page-nav ul li {
		margin-top: 5px;
		margin-bottom: 15px;
	} 
	
	.front-page-nav ul li a {
		font-size: 2.0rem;
	} 
	
	.front-page-nav ul li ul li a {
		font-size: 1.4rem;
	} 
	
	.front-page-nav .sub-menu {
		margin-bottom: 50px;
	}
	
	.front-page-nav h4 {
		text-align: center;
	}

/* end FRONT PAGE */

@media (min-width: 1px) {

	/*.content-wrapper {
		margin-top: 160px;
		min-height: 70vh;
	}

	.full-width-content .grid {
		column-gap: 0px !important;
	}

	.full-width-content {
		width: 100%;
	}

	.full-width-content .full-width-inner-content {
		padding: 100px 15%;
	}

	.full-width-content .six-columns .fluid-image{
		height: calc(100% + 200px);
		top: -100px;
		position: relative;
		width: calc(100% + 46%);
		right: 0%;
	}

	.full-width-content .six-columns:first-child .fluid-image {
		left: -46%;
	}

	.full-width-content .six-columns:nth-child(1) .text-block, .full-width-content .six-columns:nth-child(1) .button-wrapper {
		padding-right: 60px;
	}

	.full-width-content .six-columns:nth-child(2) .text-block, .full-width-content .six-columns:nth-child(2) .button-wrapper {
		padding-left: 60px;
	}*/

	/*.full-width-content .grid {
		column-gap: 0px !important;
	}*/
	
	.content-header, .content {
		width: 800px;
		margin: 0px auto;
		padding: 100px 0;
	}
	
	.content-header:first-of-type, .content:first-of-type, .narrow-content:first-of-type {
		margin-top: 50px;
	}

	.narrow-content {
		width: 600px;
		margin: 0px auto;
		padding: 100px 0;
	}

	.footer-content {
		width: 1000px;
		margin: 0px auto;
		padding: 50px;
	}

	}

	/*@media (min-width: 801px) and (max-width: 1200px) {

	.content-wrapper {
		margin-top: 80px;
		min-height: 70vh;
	}

	.full-width-content {
		width: 100%
	}

	.full-width-content .grid {
		column-gap: 0px !important;
	}

	.content-header, .content {
		width: 80%;
		padding: 100px 10%;
	}

	.narrow-content {
		width: 60%;
		padding: 100px 20%;
	}

	.footer-content {
		width: 80%;
		margin: 10% auto;
		padding: 40px 0 0 0;
	}
	}

	@media (max-width: 800px) {

	.content-wrapper {
		margin-top: 80px;
		min-height: 70vh;
	}

	.full-width-content {
		width: 100%
	}

	.full-width-content .six-columns .fluid-image {
		position: relative;
		left: -10%;
		height: 275px;
		width: calc(100% + 20%);
	}

	.full-width-content .six-columns:first-child .fluid-image {
		top: -50px;
	}

	.full-width-content .six-columns .fluid-image {
		bottom: 0px;
	}


	.content, .narrow-content {
		 width: 84%;
		padding: 50px 8%;
	}

	.footer-content {
		width: 90%;
		margin: 5% auto;
		padding: 40px 0 0 0;
	}

	.swiper-slide .grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[12];
		grid-template-columns: repeat(12, 1fr);
		margin-bottom: 0px;
	}

	.section-breaker {
		margin-top: 30px;
	}

	}*/

	/*** CUSTOM STYLES  ***/

	/* BASE COLORS */

	/*
	-- options in backend --
	rgb(255,255,255) : white
	rgb(0,34,44) : dark-blue
	rgb(0,58,74) : primary-blue
	rgb(0,84,108) : medium-blue
	rgb(0,112,134) : medium-light-blue
	rgb(75,141,163) : light-blue
	rgb(18,168,169) : turquoise
	rgb(204,216,219) : grey

	*/



	/*.white, .white p a, .white-button {
	background-color: rgb(255,255,255) !important;
	color: rgb(51, 51, 51) !important;
	}

	.dark-blue, .dark-blue p a, .dark-blue-button {
	background-color: rgb(0,34,44) !important;
	color: rgb(0,34,44) !important;
	}

	.primary-blue, .primary-blue p a, .primary-blue-button {
	background-color: rgb(0,58,74) !important;
	color: rgb(255,255,255) !important;
	}

	.medium-blue, .medium-blue p a, .medium-blue-button {
	background-color: rgb(0,84,108) !important;
	color: rgb(255,255,255) !important;
	}

	.medium-light-blue, .medium-light-blue p a, .medium-light-blue-button  {
	background-color: rgb(0,112,134) !important;
	color: rgb(255,255,255) !important;
	}

	.light-blue, .light-blue p a, .light-blue-button {
	background-color: rgb(75,141,163) !important;
	color: rgb(255,255,255)!important;
	}

	.turquoise, .turquoise p a, .turquoise-button {
	background-color: rgb(18,168,169) !important;
	color: rgb(255,255,255) !important;
	}

	.grey, .grey p a, .grey-button {
	background-color: rgb(204,216,219) !important;
	color: rgb(51, 51, 51) !important;
	}*/


	/*.light-red-button-text-color a, .red-button-text-color a, .dark-red-button-text-color a, .light-green-button-text-color a, .green-button-text-color a, .dark-green-button-text-color a, .golden-button-text-color a, .light-red-button-text-color a:hover, .red-button-text-color a:hover, .dark-red-button-text-color a:hover, .light-green-button-text-color a:hover, .green-button-text-color a:hover, .dark-green-button-text-color a:hover, .golden-button-text-color a:hover {
	color: rgb(255,255,255);
	}

	.red-button-text-color a:hover, .dark-red-button-text-color a:hover, .light-green-button-text-color a:hover, .green-button-text-color a:hover, .dark-green-button-text-color a:hover {
	background-color: rgb(230,175,25) !important;
	}

	.light-red .golden-button-text-color a:hover, .red .golden-button-text-color a:hover, .dark-red .golden-button-text-color a:hover {
	background-color: rgb(70,110,60) !important;
	}

	.light-green .golden-button-text-color a:hover, .green .golden-button-text-color a:hover, .dark-green .golden-button-text-color a:hover {
	background-color: rgb(185,30,40) !important;
	}*/



	.swiper-wrapper .white, .swiper-wrapper .pink, .swiper-wrapper .green, .swiper-wrapper .dark-green, .swiper-wrapper .grey, .swiper-wrapper .dark-grey, .swiper-wrapper .blue, .swiper-wrapper .dark-blue, .swiper-wrapper .eggplant, .swiper-wrapper .purple, .swiper-wrapper .yellow, .swiper-wrapper .lime, .swiper-wrapper .olive, .swiper-wrapper .dark-olive, .swiper-wrapper .orange, .swiper-wrapper .dark-orange {
	padding: 0px;
	}

	.section-anchor-link {
	display: block;
	height: 158px; /*same height as header*/
	margin-top: -158px; /*same height as header*/
	visibility: hidden;
	}

	.combine-with-row-above-yes {
	padding-top: 0px !important;
	}

	.combine-with-row-below-yes {
	padding-bottom: 0px !important;
	}


	.button-wrapper {
	margin-top: 50px;
	}

	.text-block {
	margin: 10px 0;
	}

	.text-block:first-child {
	margin-top: 0px;
	}

	.anchor-tag:before {
	content:"";
	display: inline-block;
	height:145px;
	}

	.row-margin-bottom {
	margin-bottom: 20px;
	}

	img {
	max-width: 100%;
	display: block;
	}

	@media (min-width: 1201px) {



	/* BLOG PAGE */

	.posts-intro {
	color: #333333;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
	}

	/* SWIPER SLIDER */

	.slider-text {
	padding: 25px;
	}


	/* HORIZONTAL + VERTICAL CENTERING */

	.center1 {
	text-align: center;
	}

	.center2 {
	#left: 50%;
	}

	.center3 {
	margin: 0 auto;
	#left: -50%;
	}

	.center1 {
	display: table;
	#display: block;
	#text-align: auto;
	#position: relative;
	}

	.center2 {
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
	}

	.center3 {
	display: block;
	#position: relative;
	#top: -50%;
	}

	.slider-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	}



	/* FOOTER */

	.footer {
	clear: both;
	margin-top: 150px;
	padding-top: 10px;
	padding-bottom: 30px;
	/*background-color: rgb(0,34,44);*/
	width: 100%;
	color: #ffffff;
	}

	.footer a {
	color: #ffffff;
	}

	/* end FOOTER */

	/* Gravity forms CSS hacks
	–––––––––––––––––––––––––––––––––––––––––––––––––– */

	body img.gform_ajax_spinner {
	display: none !important;
	}

	.gfield {
	color: rgb(0,0,0) !important;
	}

	.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: inherit !important;
	}

	.gform_button {
	background-color: rgb(196,0,122);
	color: rgb(255,255,255);
	}

	.gform_wrapper .top_label input.large {
	max-width: 600px;
	}

	.footer .gform_wrapper .ginput_container_email {
	color: #333333;
	}

	.gform_wrapper .form_saved_message {
	background-color: transparent !important;
	}

	.mailchimp-signup_wrapper form {
	text-align: center !important;
	font-size: 1.6rem !important;
	}

	.mailchimp-signup_wrapper .gform_body, .mailchimp-signup_wrapper .gform_footer {
	width: auto !important;
	}

	.mailchimp-signup_wrapper .gform_footer {
	padding: 0 !important;
	margin: 20px 0px 0px 0px;
	clear: both;
	width: 100%;
	}

	.mailchimp-signup_wrapper .gform_button {
	background-color: rgb(60,140,50);
	color: #ffffff;
	}

	.mailchimp-signup_wrapper .gfield input {
	color: rgb(60,100,50) !important;

	}

	.mailchimp-signup_wrapper input {
	/*border-radius: 0px !important;*/
	border: 0px;
	height: 40px;
	text-align: center;
	margin-top: 0px !important;
	}

	.mailchimp-signup_wrapper .consent-form label a {
	color: rgb(255,255,255);
	text-decoration: underline;
	font-size: 1.6rem !important
	}

	.mailchimp-signup_wrapper .gfield_checkbox {
	border: 0px !important;
	}

	.mailchimp-signup .gform_confirmation_message {
	text-align: center;
	margin-top: 20px;
	}

	/* end Gravityforms */



	/* Typography
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1.0rem;
	font-weight: 400;
	/*color: rgb(0,34,44);*/
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	}

	/*h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0rem;
	}*/

	h1 { font-size: 2.4rem; line-height: 1.3; }
	h2 { font-size: 2.0rem; line-height: 1.3; }
	h3 { font-size: 1.8rem; line-height: 1.3; }
	h4 { font-size: 1.6rem; line-height: 1.2; }
	h5 { font-size: 1.4rem; line-height: 1.2; }
	h6 { font-size: 1.2rem; line-height: 1.2; }

	p {
	margin-top: 0px;
	}

	p:last-child {
	margin-bottom: 0px;
	}

	p a {
	color: rgb(0,112,134);
	}

	strong {
	font-weight: 500 !important;
	}
	/* Links
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	a {
	color: inherit;
	text-decoration: none;
	}

	a:hover {
	color: rgb(18,168,169);
	}

	.page-title h2 {
		font-size: 2.0rem;
		color: #333333;
		margin-bottom: 15px;
		text-align: center;
	}

	.quote, .quote-infos {
	padding: 20px 20px 5px 60px;
	}

	.quote p {
	font-style: italic;
	}

	.quote-infos-block {
	position: relative;
	}

	.quote-infos span {
	position:absolute;
	bottom:3px;
	right:15px;
	}

	.quote-infos p {
	text-align: right;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 12px;
	}

	.quote-infos-image {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	}

	/* Iframe height for 360° viewer */
	.iframe-height-300px {
	height: 300px;
	}

	.iframe-height-350px {
	height: 350px;
	}

	.iframe-height-400px {
	height: 400px;
	}

	.iframe-height-450px {
	height: 450px;
	}

	.iframe-height-500px {
	height: 500px;
	}

	.iframe-height-550px {
	height: 550px;
	}

	.iframe-height-600px {
	height: 600px;
	}

	.iframe-height-650px {
	height: 650px;
	}

	.iframe-height-700px {
	height: 700px;
	}

	/* For devices smaller than 550px */
	@media (max-width: 550px) {
	h1 { font-size: 2.0rem; }
	h2 { font-size: 2.0rem; }
	h3 { font-size: 2.0rem; }
	h4 { font-size: 1.8rem; }
	h5 { font-size: 1.6rem; }
	h6 { font-size: 1.5rem; }

	.page-title h2 {
		font-size: 2.0rem;
		line-height: 2.4rem;
		color: #333333;
		text-align: center;
	}
	
	p {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.iframe-height-300px,
	.iframe-height-350px,
	.iframe-height-400px,
	.iframe-height-450px,
	.iframe-height-500px,
	.iframe-height-550px,
	.iframe-height-600px,
	.iframe-height-650px,
	.iframe-height-700px {
		height: 400px;
	}
	}


	/* For devices larger than 550px and smaller than 799px */
	@media (min-width: 551px) and (max-width: 800px) {
	h1 { font-size: 5.0rem; }
	h2 { font-size: 4.2rem; }
	h3 { font-size: 3.6rem; }
	h4 { font-size: 3.0rem; }
	h5 { font-size: 2.4rem; }
	h6 { font-size: 1.5rem; }

	.page-title h1 {
		font-size: 2.8rem;
		line-height: 3;
		color: #333333;
	}

	.iframe-height-300px,
	.iframe-height-350px,
	.iframe-height-400px,
	.iframe-height-450px,
	.iframe-height-500px,
	.iframe-height-550px,
	.iframe-height-600px,
	.iframe-height-650px,
	.iframe-height-700px {
		height: 500px;
	}

	}


	/*@media screen and (max-width: 1200px) {



	.logo {
		width: 120px;
		left: 50%;
		position: absolute;
		top: 15px;
		margin-left: -60px;
	}


	}*/


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

	.section-anchor-link {
		display: block;
		height: 0px;
		margin-top: -0px;
		visibility: hidden;
	}
	}




