/*! (custom) normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,figure{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;text-decoration:none;color:inherit;}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;border-radius:0;}button{overflow:visible;-webkit-appearance:none;-moz-appearance:none;padding:0;border:0 none}button,select{text-transform:none}html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:0;margin:0;padding:0}legend{border:0;padding:0}textarea{overflow:auto;resize:vertical;vertical-align:top}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0;width:100%}td,th{padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}iframe,img,object,video{max-width:100%}iframe,object,video{display:block;width:100%;}:-moz-ui-invalid{box-shadow:none}::-ms-clear {display: none}::-ms-expand{display:none;}

/* === PROJECT === */
html {
	color: #333333;
	font-size: 1em;
	line-height: 1.4;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden; 
	position: relative;
	height: 100%;
}
html.homepage {
	background-color: #000000;
}
main {
/*	overflow-x: hidden; */
}
img { vertical-align: bottom }
img[src*="void"], img[src*="blank"] { width: 0; height: 0 }
img[src=""] { display: none }

a:link { word-wrap: break-word }

ul {
	padding-left: 0;
}

.btn {
	display: inline-block;
	font-size:16px;
	font-size:16px;
	font-size: 1rem;
	line-height: 2.5;
	padding-left: .705em; padding-right: 1.705em;
	-webkit-transform: translate3d(.01px,.01px,.01px);
			transform: translate3d(.01px,.01px,.01px);
}
/* === MENU ITEMS === */
h1 {
	font-family: 'Crimson Text', serif;
	font-size: 2em;
	margin-top: 1em;
	text-align: center;
	font-weight: 400;
}
h5 {
	font-family: 'Crimson Text', serif;
	font-size: 2em;
	margin: 10px 0;
	font-weight: 400;
	line-height: 1;
	color: #333333;
}
h6 {
	font-size: 0.8em;
	margin: 10px 0;
	font-weight: 400;
	color: #333333;
}
/* === end // MENU ITEMS === */
/* === SLIDER ITEMS === */
h2 {
	font-size: 2em;
	margin-top: 1em;
	text-align: center;
	font-weight: 400;
}
h3 {
	font-family: 'Crimson Text', serif;
	font-size: 3.2em;
	line-height: 1;
	margin: 20px 0;
	font-weight: 400;
    color: #000;
}
h4 {
	font-size: 1.2em;
	margin: 10px 0;
	font-weight: 400;	
}
p {
	color: #333333;
	font-size: 16px;
	margin: 10px 0;
	font-weight: 400; 
}
span {
	/*font-size: 0.8em;*/
	/*margin: 50px 0 0;*/
	font-weight: 400;
	display: block;
}
progress {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  height: .25em;
  z-index: 9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  display: none;
  /*color: red;*/
}
progress::-webkit-progress-bar {
  background-color: transparent;
}

/*		BEGIN   -   DARK GREEN - SUSTAINABILITY		*/
	.darkgreen .progress-bar {background-color: #005958;}
	.darkgreen progress::-webkit-progress-value {background-color: #005958;}
	.darkgreen progress::-moz-progress-bar {background-color: #005958;}
	.darkgreen ::-moz-selection {background: #005958;}
	.darkgreen ::selection {background: #005958;}
	.darkgreen, .darkgreen .date {color: #005958!important;}
	.darkgreen .main-text-cell-70-bg-title {background-color: #005958;}
	.darkgreen .main-text-vertical-title {border-color: #005958;}
	.darkgreen-line {background-color: #005958;}
/*		END   -   DARK GREEN - SUSTAINABILITY		*/

.green .progress-bar {background-color: #2B8804;}
.green progress::-webkit-progress-value {background-color: #2B8804;}
.green progress::-moz-progress-bar {background-color: #2B8804;}
.blue .progress-bar {background-color: #0085AF;}
.blue progress::-webkit-progress-value {background-color: #0085AF;}
.blue progress::-moz-progress-bar {background-color: #0085AF;}
.orange .progress-bar {background-color: #e97f7f;}
.orange progress::-webkit-progress-value {background-color: #e97f7f;}
.orange progress::-moz-progress-bar {background-color: #e97f7f;}
.yellow .progress-bar {background-color: #85835F;}
.yellow progress::-webkit-progress-value {background-color: #85835F;}
.yellow progress::-moz-progress-bar {background-color: #85835F;}
.violet .progress-bar {background-color: #af0084;}
.violet progress::-webkit-progress-value {background-color: #af0084;}
.violet progress::-moz-progress-bar {background-color: #af0084;}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: .25em;
  display: block;
}
.progress-bar {
  background-color: red;
  width: 50%;
  display: block;
  height: inherit;
}
/* === end // SLIDER ITEMS === */
/* === LINE COLORS AND SELECTIONS === */
.green-line {background-color: #2B8804;}
.blue-line {background-color: #0085AF;}
.orange-line {background-color: #e97f7f;}
.yellow-line {background-color: #85835F;}
.violet-line {background-color: #af0084;}
.gray-line {background-color: #eeeeee;}
.black-line {background-color: #333333;}
::-moz-selection {background: #333333;color: #ffffff;text-shadow: none;}
::selection {background: #333333;color: #ffffff;text-shadow: none;}
.green ::-moz-selection {background: #2B8804;}
.green ::selection {background: #2B8804;}
.blue ::-moz-selection {background: #0085AF;}
.blue ::selection {background: #0085AF;}
.orange ::-moz-selection {background: #e97f7f;}
.orange ::selection {background: #e97f7f;}
.yellow ::-moz-selection {background: #85835F;	color: #333333;}
.yellow ::selection {background: #85835F;color: #333333;}
.violet ::-moz-selection {background: #af0084;}
.violet ::selection {background: #af0084;}
.green, .green .date {color: #2B8804!important;}
.blue, .blue .date {color: #0085AF!important;}
.orange, .orange .date {color: #e97f7f!important;}
.yellow, .yellow .date {color: #85835F!important;}
.violet, .violet .date {color: #af0084!important;}

/* === end // LINE COLORS AND SELECTIONS === */
/* === MAIN === */
.recent-stories {
	margin: 10px 0 70px;
}
.parallax-fade {
	height: 200px;
	margin-top: -260px;
	background: url('../assets/img/recent-stories/parallax-fade.png') repeat-x center center;
	z-index: 5;
	position: relative;
}
.about-us__services {
	margin-top: 100px;	
	background-color: #eeeeee;
}
.news {
	margin: 60px 0 70px;
}
.title-section {
	font-family: 'Crimson Text', serif;
	font-size: 2em;
	text-align: center;
	font-weight: 400;
	color: #333333;
}
.homepage .title-section {
	color: #ffffff;
}
.load-more-wrapper {
	text-align: center;
	display: block;
	padding-top: 40px;
	padding-bottom:80px;
}
.load-more-wrapper--internal {
	margin-bottom: 60px;
}
.load-more,
.load-more--dark,
.load-more--internal {
	display: inline-block;
	position: relative;
	color: #333333;
	padding-right: 4em;
	padding-left: 4em;
	font-size: 0.8em;
	text-decoration: underline;
	cursor: pointer;
}
.homepage .load-more {
	color: #ffffff;
}
.load-more:after,
.load-more:before,
.load-more--dark:after,
.load-more--dark:before,
.load-more--internal:after {
	content: '';
	pointer-events: none;
	position: absolute;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	padding: 2px;
  	-webkit-transition: all 0.2s ease-in-out;
  	        transition: all 0.2s ease-in-out;
}
.load-more:after {
	opacity: 1;
	filter:alpha(opacity=100);
	background: url('../assets/img/arrow-load-right.svg') no-repeat 95% center;
}
.load-more:before {
	opacity: 0;
	filter:alpha(opacity=0);
	background: url('../assets/img/arrow-load-left.svg') no-repeat 5% center;
}
.load-more--dark:after {
	opacity: 1;
	filter:alpha(opacity=100);
	background: url('../assets/img/arrow-load-dark-right.svg') no-repeat 95% center;
}
.load-more--dark:before {
	opacity: 0;
	filter:alpha(opacity=0);
	background: url('../assets/img/arrow-load-dark-left.svg') no-repeat 5% center;
}
.load-more:focus,
.load-more--dark:focus {
	outline: none;
}
.no-touch .load-more:hover:after,
.no-touch .load-more--dark:hover:after {
	-webkit-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	        transform: translateX(5px);
}
.no-touch .load-more:hover:before,
.no-touch .load-more--dark:hover:before {
	-webkit-transform: translateX(-5px);
	    -ms-transform: translateX(-5px);
	        transform: translateX(-5px);
}
.load-more--internal:after {
	background: url('../assets/img/arrow-load-2.svg') no-repeat 95% center;
	height: 30px;
}
.no-touch .load-more--internal:hover:after {
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
}
.coming-soon {
	width: 100%;
	position: relative;
}
.coming-soon img {
	width: 100%;
}
.coming-soon .video-background img {
	opacity: 0;
}
/* === BACKGROUND VIDEO === */
.container {
  position: relative
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.loaded .ytplayer-container {
  display: block;
}
.loaded .placeholder-image {
  opacity: 0;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ytplayer-player {
  position: absolute;
}
.container {
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}
/* === end // BACKGROUND VIDEO === */
.coming-soon__caption {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  padding: 0 10% 20px;
  color: #ffffff;
  z-index: 2;
}
.coming-soon__caption p {
	color: inherit;
}
.coming-soon__caption .line {
  height: 4px;
  width: 6%;
  margin-left: -70px;
}
.wrapper-news {
	padding: 40px;
	width: 100%;
}
.wrapper-single-news {
	overflow: hidden;
	display: table;
	max-width: 1220px;
	width: 100%;
	margin: 40px auto;
	min-height: 100px;
}
.wrapper-single-news > div {
	display: table-cell;
	position: relative;
}
.news-image {
	width: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	        transform: scale(1,1);
  	-webkit-transition: -webkit-transform 0.3s ease-in-out;
  	        transition: transform 0.3s ease-in-out;
}
.no-touch .wrapper-single-news:hover .news-image {
	-webkit-transform: scale(1.05, 1.05);
	    -ms-transform: scale(1.05, 1.05);
	        transform: scale(1.05, 1.05);
}
.news-text {
	width: 60%;
	background-color: #ffffff;
	padding: 4% 8%;
}
.news-subtitle {
	font-size: 1em;
	margin-bottom: 30px;
}
.news-text .line {
	position: absolute;
	height: 4px;
	width: 70px;
	left: -35px;
	top: 50%;
  	-webkit-transition: all 0.3s ease-in-out;
  	        transition: all 0.3s ease-in-out;
}
.no-touch .wrapper-single-news:hover .line {
	left: 10px;
	width: 50px;
}
/* === end // MAIN === */
/* === INTERNAL TEMPLATES === */
/* === HERO TEMPLATE 1 === */
.parallax-template img {
	opacity: 0;
}
.hero-template-1 {
	width: calc(100% - 150px);
	position: relative;
}
.hero-template-1__image {
	position: relative;
	width: 100%;
}
.hero-template-1 img {
	width: 100%;
}
.hero-template-1__caption {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0 10% 20px;
  color: #ffffff;
  z-index: 1;
}
.hero-template-1__caption h1 {
	text-align: left;
}
.hero-template-1__caption p {
	font-size: 1em;
	color: inherit;
}
.hero-template-1__caption .author {
	margin-top: 3em;
}
.hero-template-1__caption .date {
	font-size: 0.688em;
}
.hero-template-1__caption .line {
  height: 4px;
  width: 70px;
  margin-left: -70px;
}
.hero-template-1__section {
	position: absolute;
	top: -10px;
	right: -75px;
}
.hero-template-1__section p {
	color: inherit;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
}
/* === end // HERO TEMPLATE 1 === */
/* === HERO TEMPLATE 2 === */
.hero-template-2 {
	width: calc(100% - 150px);
	position: relative;
}
.hero-template-2__caption {
  width: 100%;
  padding: 0 150px 20px;
  color: #333333;
  z-index: 1;
}
.hero-template-2__caption h1 {
	text-align: left;
}
.hero-template-2__caption p {
	font-size: 1em;
	color: inherit;
}
.hero-template-2__caption .author {
	font-size: 1em;
	margin-top: 3em;
}
.hero-template-2__caption .date {
	font-size: 0.688em;
}
.hero-template-2__caption .line {
  height: 4px;
  width: 70px;
  margin-left: -70px;
}
.hero-template-2__section {
	position: absolute;
	top: -10px;
	right: -75px;
}
.hero-template-2__section p {
	color: inherit;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
}
/* === end // HERO TEMPLATE 2 === */
/* === HERO TEMPLATE 3 === */
.hero-template-3 {
	width: calc(100% - 150px);
	padding-left: 150px;
	position: relative;
}
.hero-template-3__image {
	position: relative;
	width: 100%;
}
.hero-template-3 img {
	width: 100%;
}
.hero-template-3__caption {
  margin-top: -35px;
  width: 100%;
  padding: 0 150px 20px;
  color: #333333;
  z-index: 1;
}
.hero-template-3__caption h1 {
	text-align: left;
}
.hero-template-3__caption p {
	font-size: 1em;
	color: inherit;
}
.hero-template-3__caption .author {
	font-size: 1em;
	margin-top: 3em;
}
.hero-template-3__caption .date {
	font-size: 0.688em;
}
.hero-template-3__caption .line {
  width: 4px;
  height: 70px;
  margin-left: -35px;
}
.hero-template-3__section {
	position: absolute;
	top: -10px;
	right: -75px;
}
.hero-template-3__section p {
	color: inherit;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
}
/* === end // HERO TEMPLATE 3 === */
/* === HERO TEMPLATE 4 === */
.hero-template-4 {
	width: calc(100% - 150px);
	padding-left: 50px;
	position: relative;
}
.hero-template-4__image {
	position: relative;
	width: 100%;
	padding-left: 25%;
}
.hero-template-4 img {
	width: 100%;
	/*padding-left: 25%;*/
	/*float: right;*/
}
.hero-template-4__caption {
	background-color: #ffffff;
	margin-top: -19%;
	width: 85%;
	padding: 60px 60px 60px 100px;
	color: #333333;
	z-index: 1;
	position: relative;
	float: left;
}
.hero-template-4__caption h1 {
	font-size: 3.125em;
	text-align: left;
	margin-top: -22px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-template-4__caption h3 {
	font-size: 2.188em;
}
.hero-template-4__caption p {
	font-size: 1em;
	color: inherit;
}
.hero-template-4__caption .author {
	font-size: 1em;
	margin-top: 3em;
}
.hero-template-4__caption .date {
	font-size: 0.688em;
}
.hero-template-4__caption .line {
  width: 70px;
  height: 4px;
  margin-left: -100px;
}
.hero-template-4__section {
	position: absolute;
	top: -10px;
	right: -75px;
}
.hero-template-4__section p {
	color: inherit;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
}
/* === end // HERO TEMPLATE 4 === */
/* === HERO TEMPLATE 5 - SPECIAL === */
.hero-template-5 {
	width: 100%;
	position: relative;
}
.hero-template-5__image {
	position: relative;
	width: 100%;
}
.hero-template-5 img {
	width: 100%;
}
.hero-template-5__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 1;
}
.hero-template-5__caption h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 6vw;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.hero-template-5__caption p {
	font-size: 1em;
	color: inherit;
}
.hero-template-5__caption .author {
	margin-top: 3em;
}
.hero-template-5__caption .date {
	font-size: 0.688em;
}
.hero-template-5__caption .line {
  height: 4px;
  width: 70px;
  margin-left: -70px;
}
.hero-template-5__section {
	position: absolute;
	top: -10px;
	right: -75px;
}
.hero-template-5__section p {
	color: inherit;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
}
/* === end // HERO TEMPLATE 5 - SPECIAL === */
/* === QUOTE === */
.quote-wrapper {
	background: #eeeeee;
	width: 100%;
	display: table;
}
.quote-wrapper > div {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.quote-wrapper-top-image {
	background: #eeeeee;
	width: 100%;
	padding: 0 150px 0 50px;
	display: table;
	margin: 15% 0 40px;
}
.quote-wrapper-top-image > div {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
}
.quote-wrapper > div > img,
.quote-wrapper-top-image > div > img {
	width: 100%;
}
.quote-text-wrapper {
	position: relative;
	padding: 5% 10%;
	max-width: 90%;
	margin-left: auto;
	text-align: justify;
}
.quote-text-wrapper h5,
.absolute-quote--wrapper h5 {
	font-size: 2.8125em;
	line-height: 1.1em;
}
.quote-text-wrapper .line {
	margin-left: -70px;
	height: 4px;
	width: 70px;
}
/* === QUOTE TEMPLATES === */
.quote-cell-30 {
	width: 30%;
}
.quote-cell-50 {
	width: 50%;
}
.quote-cell-70 {
	width: 70%;
}
.quote-cell-100 {
	width: 100%;
}
.quote-cell-100 .main-text {
	min-width: 100%;
}
.quote-cell-100 .quote-text-wrapper {
	margin: auto;
}
.quote-cell-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.quote-cell-30.quote-cell-img .quote-min-height {
	min-height: 600px;
}
.quote-cell-50.quote-cell-img .quote-min-height {
	min-height: 384px;
}
.quote-cell-text-1 {
	padding-right: 20px;
	padding-bottom: 20px;
}
.quote-cell-text-1 img {
	margin-top: -25%;
	margin-bottom: 20px; 
}
.quote-cell-text-1 p {
	padding-left: 100px; 
}
/* === end // QUOTE TEMPLATES === */
/* === ABSOLUTE QUOTE === */
.absolute-quote--wrapper {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: #ffffff;
	color: inherit;
	z-index: 1;
	padding: 0 80px 50px;
}
.absolute-quote__line {
	width: 4px;
	height: 80px;
}
.absolute-quote__text {
	padding: 50px 20px 0;
}
/* === end // ABSOLUTE QUOTE === */
/* === end // QUOTE === */
.wrapper-main-text {
	padding: 0 150px;
	margin: auto;
	font-size: 1.063em;
	line-height: 1.625em;
	display: table;
}
.wrapper-main-text-right {
	padding: 0 50px 0 150px;
	margin: 40px auto;
	font-size: 1.063em;
	line-height: 1.625em;
	display: table;
}
.wrapper-main-text-full {
	padding: 0;
	margin-top: 40px;
	line-height: 1.625em;
	/*width: 100%;*/
	display: table;
}
.wrapper-main-text-initial {
}
p.main-text {
	font-size: 1em;
}
h5.main-text {
	font-size: 2em;
	text-align: left;
}
.main-text {
	color: #333333;
	font-size: 1em;
	margin: 40px auto;
	text-align: justify;
	max-width: 680px;
}
.main-text-padded {
	color: #333333;
	margin: 40px 0;
	padding: 0 10%;
	text-align: justify;
}
.main-text-initial {
	margin-top: 120px; 
	position: relative; 
	left: -100%; 
	text-align:right;
}
.remnant {
	margin-top: -1.6em;
}
.main-text-initial:first-letter {
	font-family: 'Crimson Text', serif;
	font-size: 25vw;
	margin-left: -0.71em;
}
.main-text-initial:first-of-type:first-letter {
	font-family: 'Crimson Text', serif;
	font-size: 22vw;
	margin-left: -0.65em;
}
.main-text-highline {
	font-family: 'Crimson Text', serif;
	color: inherit;
	font-size: 1.938em;
	line-height: 1.2em;
	text-align: center;
	margin: 40px auto;
	max-width: 680px;
}
.main-text-highline--full {
	font-family: 'Crimson Text', serif;
	color: inherit;
	font-size: 1.938em;
	line-height: 1.2em;
	text-align: center;
	margin: 40px auto;
}
.main-text-capital {
	font-size: 2.4em;
	line-height: 1.2em;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
}
.main-text-cell-50 {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.main-text-cell-50:first-child {
	padding-right: 20px;
}
.main-text-cell-50:last-child {
	padding-left: 20px;
}
.main-text-cell-70 {
	display: table-cell;
	width: 70%;
	padding: 0 150px;
	vertical-align: middle;
	position: relative;
}
.main-text-cell-70-bg-title {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	position: relative;
}
.green .main-text-cell-70-bg-title {background-color: #2B8804;}
.blue .main-text-cell-70-bg-title {background-color: #0085AF;}
.orange .main-text-cell-70-bg-title {background-color: #e97f7f;}
.yellow .main-text-cell-70-bg-title {background-color: #85835F;}
.violet .main-text-cell-70-bg-title {background-color: #af0084;}
.absolute-border-on-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background-color: #ffffff;
}
.absolute-title-on-bg {
	position: relative;
	margin-left: 150px;
	font-family: 'Crimson Text', serif;
	color: #ffffff;
	font-size: 4vw;
	padding-top: 10%;
	line-height: 1.2em;
	z-index: 1;
}
.main-text-cell-30 {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.main-text-cell-30-title {
	display: table-cell;
	width: 30%;
	padding-right: 50px;
	vertical-align: middle;
}
.main-text-cell-30 img {
	width: 100%;
}
.main-text-vertical-title {
	font-family: 'Crimson Text', serif;
	color: #333333;
	font-size: 2em;
	line-height: 1.2em;
	padding-left: 20px;
	border-left: 4px solid;
}
.green .main-text-vertical-title {border-color: #2B8804;}
.blue .main-text-vertical-title {border-color: #0085AF;}
.orange .main-text-vertical-title {border-color: #e97f7f;}
.yellow .main-text-vertical-title {border-color: #85835F;}
.violet .main-text-vertical-title {border-color: #af0084;}
.full-width-image {
	margin: 40px 0;
	position: relative;
}
.full-width-image img {
	position: relative;
	width: 100%;
}
.share-wrapper {
	margin: 60px auto;
	text-align: center;
	display: block;
}
.share-wrapper a {
	margin: 0 10px;
	display: inline-block;
}
.share-title {
	margin: 0 10px;
	display: inline-block;
}
.share-wrapper a path {
  	-webkit-transition: fill 0.2s ease-in-out;
  	        transition: fill 0.2s ease-in-out;
}
.no-touch .share-wrapper a:hover path {
  	fill: #666666;
}
/* === YOUTUBE POPUP === */
.video-wrapper {
	padding: 0 150px;
	margin: 60px auto;
	position: relative;
}
.video-wrapper img {
	width: 100%;
}
.video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: .9;
	z-index: 1;
	filter:alpha(opacity=90);
	-webkit-transform: translate(-50%, -50%) scale(1,1);
	    -ms-transform: translate(-50%, -50%) scale(1,1);
	        transform: translate(-50%, -50%) scale(1,1);
	-webkit-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
.no-touch a.popup-youtube:hover .video-btn {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
	    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
	        transform: translate(-50%, -50%) scale(1.1, 1.1);	
}
.mfp-fade.mfp-bg {
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	filter:alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	        transform: translateY(40px);
	-webkit-transition: all .25s ease-out; 
	transition: all .25s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	        transform: translateY(40px);
}
/* === end // YOUTUBE POPUP === */
/* === GALLERY === */
.gallery-wrapper {
	margin: 60px auto;
	position: relative;
	text-align: center;
}
.vertical-line-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);	
	height: 80px;
	width: 4px;
	z-index: 1;
}
.vertical-line-center.initial {
	top: -40px;
}
.vertical-line-center.final {
	bottom: -40px;
}
.padded-image {
	padding: 0 150px;
}
.image-with-title {
	position: relative;
	margin-bottom: 20px;
}
.image-with-title img,
.image-half__50 img {
	width: 100%;
}
.image-with-title h5,
.image-with-title h5 p {
	color: #ffffff;
	z-index: 1;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	text-align: center;
}
.image-half {
	position: relative;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.image-half__50 {
	display: table-cell;
	width: 50%;
}
.image-half__50:first-child {
	padding-right: 10px;
}
.image-half__50:last-child {
	padding-left: 10px;
}
/* === end // GALLERY === */
/* === end // INTERNAL TEMPLATES === */
/* === HERO IMAGE ABOUT US === */
.about-us--hero {
	margin: 60px auto;
	position: relative;
	text-align: center;
}
.about-us--hero__image {
	position: relative;
	/*padding: 0 10%;*/
}
.about-us--hero__image img {
	width: 100%;
}
.about-us--hero__image h5 {
	color: #ffffff;
	font-size: 2.8125em;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.about-us--hero__image h5 p {
	color: #ffffff;
}
/* === end // HERO IMAGE ABOUT US === */
/* === FOOTER === */
footer {
	/*width: 100%;*/
	/*background-color: #333333;*/
	/*padding: 60px 75px;*/
	font-size: 0.8em;
}
footer p {
	color: #ffffff;
}
.no-touch footer a:hover {
	text-decoration: underline;
}
.footer-wrapper--top {
	padding: 20px 40px;
	background-color: #464646;
}
.footer-wrapper--bottom {
	padding: 20px 40px;
	background-color: #333333;
}
.footer-wrapper {
	display: table;
	max-width: 1220px;
	width: 100%;
	margin: auto;
}
.footer-wrapper > div {
	display: table-cell;
	vertical-align: middle;
	/*text-align: left;*/
	color: #ffffff;
}
.footer-left {
	width: 70%;
}
.footer-left__logo {
	display: inline-block;
}
.footer-left__logo svg {
	width: 223px;
}
.footer-right {
	width: 30%;
	text-align: right;
}
a.privacy-link,
.privacy-link p {
	color: #2B8804;
}
footer .social-wrapper {
	display: table;
}
footer .social-wrapper > div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
/*.fb-follow {
	margin-right: 10px;
	margin-top: -4px;
}*/
/* === end // FOOTER === */
/* === PARALLAX ===*/
/*.parallax-window {
	background: transparent;
}
.parallax-window > img {
	opacity: 0;
}*/
.loading {
	background-color: rgba(0,0,0,1);
}
.homepage-parallax body {
	opacity: 0;
	filter:alpha(opacity=0);
}
body.loaded,
.no-js body {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
#skrollr-body {
	height: 100%;
	width: 100%;
	float: left;
	overflow: visible;
	position: relative;
}
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
/* === end // PARALLAX ===*/
/* === HELPER CLASSES === */
.hidden { display: none !important; visibility: hidden; }

.cf:before, .cf:after { content: " "; clear: both; display: table; }

.pd-100 {
	padding-top: 100px;
}
.pd-150 {
	padding-top: 150px;
}

/* === FORM === */
::-webkit-input-placeholder {}

::-moz-placeholder {}

:-ms-input-placeholder {}

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus
{
	-webkit-box-shadow: inset 0 0 0 100px #FFFFFF;
}

.label { display: block }
.label--inline { display: inline-block }

.form-el {
	display: block; width: 100%;
	line-height: 2; height: 2em; padding-left: .5em;
	border: 1px solid #CCCCCC;
}
.form-el:focus { box-shadow: 0 8px 3px -4px rgba(0, 0, 0, 0.2); outline: 0 }

.error { border-color: #FF0 !important }
.submit-btn-wrapper {
	display: block;
	text-align: center;
	margin: 50px 0;
}
.submit-btn {
	display: inline-block;
	position: relative;
	color: #333333;
	padding-right: 4em;
	padding-left: 4em;
	font-size: 0.8em;
	text-decoration: underline;
	cursor: pointer;
	background: url('../assets/img/arrow-load-dark-right.svg') no-repeat 95% center;
	border: none;
  	-webkit-transition: all 0.2s ease-in-out;
  	        transition: all 0.2s ease-in-out;
}
.submit-btn:hover {
	background: url('../assets/img/arrow-load-dark-right.svg') no-repeat 100% center;
}
.submit-btn:focus {
	outline: 0;
}
ul.parsley-errors-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.parsley-error {
    border: 2px solid #FF0000;
}
.parsley-required {
    font-size: 12px;
}
.thank-you {
    margin-top: 40px;
    display: none;
    height: 700px;
    text-align: center;
}

/* === NO TOUCH STYLES === */
.no-touch a:hover, .no-touch button:hover { cursor: pointer; }
.no-touch button:active:hover {    border-bottom: 2px solid #faf168 !important; }

/* === TOUCH STYLES === */
.touch a:not([href]) {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* === MEDIA QUERY === */

/* IE snap mode */
@media screen and (max-width: 44.9375em) {
	@-ms-viewport{
		width: device-width;
	}
}

/* palm - to 768px */
@media only screen and (max-width: 48em) {
	.hero-template-1 {
		width: calc(100% - 80px);
	}
	.hero-template-1__section {
		right: -35px;
	}
	.hero-template-1__caption {
		bottom: 0;
		padding: 20px 10%;
	}
	.hero-template-1__caption .line {
		margin-left: -50px;
	}
	.hero-template-2 {
		width: calc(100% - 80px);
	}
	.hero-template-2__section {
		right: -35px;
	}
	.hero-template-2__caption {
		padding: 0 0 0 60px;
	}
	.hero-template-2__caption .line {
		margin-left: -35px;
	}
	.hero-template-3 {
		width: calc(100% - 80px);
		padding-left: 0; 
	}
	.hero-template-3__section {
		right: -35px;
	}
	.hero-template-3__caption {
		padding: 0 0 0 60px;
	}
	.hero-template-4 {
		width: calc(100% - 80px);
		padding-left: 0; 
	}
	.hero-template-4__section {
		right: -35px;
	}
	.hero-template-4__caption {
		padding: 40px 20px 40px 80px;
	}
	.hero-template-4__caption .line {
		width: 50px;
		margin-left: -65px;
	}
	.hero-template-4__caption h1 {
		font-size: 2.5em;
		margin-top: -20px;
	}
	.main-text-cell-50 {
		display: block;
		width: 100%;
	}
	.main-text-cell-50:first-child {
		padding-right: 0;
	}
	.main-text-cell-50:last-child {
		padding-left: 0;
	}
	.main-text-cell-70 {
		display: block;
		width: 100%;
		padding: 0 20px
	}
	.main-text-cell-30-title {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	.wrapper-main-text-full {
		margin-top: 40px;
	}
	.video-wrapper {
		padding: 0 40px;
	}
	.padded-image {
		padding: 0 40px;
	}
	.absolute-title-on-bg {
		margin-left: 30px;
		font-size: 2em;
	}
	.main-text-capital {
		font-size: 2em;
	}
	.absolute-quote--wrapper {
		padding: 0 20px 20px;
	}
	.absolute-quote__text {
		padding: 20px 20px 0;
	}
	.quote-text-wrapper h5, .absolute-quote--wrapper h5 {
		font-size: 2em;
	}
	.about-us--hero {
		margin: 60px auto 0;
	}
	.about-us--hero__image {
		padding: 0;
	}
	.about-us__services {
		margin-top: 10px;
	}
	h3 {
		font-size: 3em;
	}
	.wrapper-main-text {
		padding: 0 20px;
	}
	.wrapper-main-text-initial {
		padding: 0 20px 0 150px;
	}
	.main-text {
		max-width: 100%;
	}
	.main-text-initial {
		margin: 0; 
	}
	.quote-cell-30 {
		width: 40%;
	}
	.quote-cell-70 {
		width: 60%;
	}
	.quote-wrapper-top-image {
		padding: 0;
	}
	.quote-cell-text-1 p {
		padding-left: 40px;
		margin-top: 20px;
	}
	/*.parallax-window {
	    min-height: 50vh;
	}*/
}

/* small palm - to 640px */
@media only screen and (max-width: 40em) {
	.mobile-hide {
		display: none!important;
	}
	.mobile-show {
		display: block!important;
	}
	.pd-150 {
		padding-top: 80px;
	}
	h3 {
      font-size: 2em;
    }
    h4 {
      font-size: 0.875em;
    }
    h5 {
    	font-size: 1.5em;
    }
    progress {
    	top: 80px;
    }
    .recent-stories {
    	margin: 0 0 70px;
    }
	.slider .load-more,
	.slider .load-more--dark,
	.slider .load-more--internal {
		display: none;
	}
    .coming-soon__caption {
    	position: relative;
    	bottom: 0;
    	padding: 20px 30px;
    }
    .coming-soon__caption .line {
    	width: 30%;
    	margin-left: -20px;
    }
    .wrapper-news {
    	padding: 20px 30px;
    }
    .wrapper-single-news > div {
    	display: block;
    }
    .news {
    	margin: 60px 0 10px;
    }
    .news-image {
    	width: 100%;
    	height: 220px;
    }
    .news-text {
    	width: 100%;
    }
    .news-text .line {
    	height: 70px;
    	width: 4px;
    	left: 8px;
    	top: -35px;
    }
    /*footer {
    	padding: 30px;
    }*/
    .footer-wrapper > div {
    	display: block;
    	text-align: center;
    }
    .footer-left {
    	width: 100%;
    }
    .footer-right {
    	width: 100%;
    	margin-top: 30px;
    }
    .footer-wrapper--top {
		padding: 20px 30px;
	}
	.footer-wrapper--bottom {
		padding: 20px 30px;
	}
    footer .social-wrapper {
    	margin: auto;
    }
	p.main-text {
    	font-size: 0.875em;
    	line-height: 1.8em;
    }
    .main-text-highline,
    .main-text-highline--full {
    	font-size: 1.5em;
    }
	h5.main-text {
		font-size: 1.5em;
	}
	.quote-wrapper > div {
		display: block;
	}
	.quote-cell-30,
	.quote-cell-50,
	.quote-cell-70 {
		width: 100%;
	}
	.quote-cell-30.quote-cell-img .quote-min-height,
	.quote-cell-50.quote-cell-img .quote-min-height {
		min-height: 300px;
	}
	.quote-text-wrapper {
		max-width: 100%;
		margin: auto;
	}
	.quote-text-wrapper .line {
		margin-left: -20px;
	}
	.quote-text-wrapper h5, .absolute-quote--wrapper h5 {
		font-size: 1.5em;
	}
	.vertical-line-center {
		height: 70px;
	}
	.padded-image {
		padding: 0;
	}
	.full-width-image {
		margin: 20px 0;
	}
	.wrapper-main-text-full {
		/*margin-top: 0;*/
	}
	.main-text-vertical-title {
		font-size: 1.8em;
	}
	.main-text-cell-70-bg-title,
	.main-text-cell-30 {
		display: block;
		width: 100%;
	}
	.absolute-border-on-bg {
		display: none;
	}
	.absolute-title-on-bg {
		position: relative;
		left: 0;
		top: 0;
		font-size: 1.8em;
		width: 100%;
		padding: 40px 20px;
		margin: 0;
	}
	.main-text-capital {
		font-size: 1.6em;
	}
	.parallax-template img {
		opacity: 1;
	}
    .hero-template-1,
    .hero-template-2,
    .hero-template-3,
    .hero-template-4 {
    	width: calc(100% - 50px);
    }
	.hero-template-1__section,
	.hero-template-2__section,
	.hero-template-3__section,
	.hero-template-4__section {
		right: -15px;
	}
	.hero-template-1__caption {
		position: relative;
		width: 116%;
		padding: 0 20px;
		color: #333333;
	}
	.hero-template-1__caption .line {
		margin-left: -10px;
		margin-top: 10px;
	}
	.hero-template-1__caption p,
	.hero-template-2__caption p,
	.hero-template-3__caption p {
		font-size: 0.875em;
	}
	.hero-template-1__caption .author,
	.hero-template-2__caption .author,
	.hero-template-3__caption .author,
	.hero-template-4__caption .author {
		font-size: 0.8em;
	}
	.hero-template-2__caption {
		padding: 20px;
	}
	.hero-template-2__caption .line {
		margin-left: 0;
	}
	.hero-template-3__caption {
		padding: 0 20px;
		width: 116%;
	}
	.hero-template-3__caption .line {
		margin-left: -10px;
	}
	.hero-template-4 img {
		padding-left: 0; 
	}
	.hero-template-4__caption {
		padding: 20px;
	}
	.hero-template-4__caption .line {
		width: 70px;
		margin-left: -10px;
	}
	.hero-template-4__caption h1 {
		font-size: 1.8em;
		margin-top: 10px;
	}
	.hero-template-4__caption h3 {
		font-size: 1.8em;
		width: 140%;
	}
	.absolute-quote--wrapper {
		position: relative;
		width: 85%;
		top: 0;
		left: 0;
		-webkit-transform: initial;
		    -ms-transform: initial;
		        transform: initial;
		margin: -120px auto 0;
	}
	.absolute-quote__text {
		margin-top: -70px;
	}
	.wrapper-main-text-initial {
		padding: 20px 20px 0 60px;
	}
	.quote-wrapper-top-image {
		margin: 20px 0;
	}
	.quote-wrapper-top-image > div {
		display: block;
	}
	.quote-cell-text-1 {
		padding: 0 20px;
	}
	.quote-cell-text-1 img {
		margin-top: 20px;
	}
	.quote-cell-text-1 p {
		padding: 0;
	}
	.about-us--hero__image h5 {
		position: relative;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		color: #333333;
		font-size: 1.5em;
		padding: 0 20px;
	}
	.about-us--hero__image h5 p {
		color: #333333;
	}
	/*.parallax-window {
	    min-height: 30vh;
	}*/

}

/* lap - between 720px and 1024px */
@media only screen and (min-width: 45em) and (max-width: 63.9375em) {

}

/* lap and up - from 720px */
@media only screen and (min-width: 45em) {

}

/* portable - to 1024px */
@media only screen and (max-width: 64em) {
	.touch .parallax-show {
		display: block!important;
	}
	.touch .parallax-hide {
		display: none!important;
	}
}

/* desk - from 1024px */
/*@media only screen and (min-width: 64em) {

}*/

/* hi-res */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {

}

/* === print === */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*---modifiche Daniele---*/

span.wpml-ls-native {
	display: none !important;
}
