/*----------------------------*/
/* COLOURED/BIG HEADINGS */
/*----------------------------*/
.text.text_large h2 {
	font-size: 35px !important;
	font-size: 2.5rem !important;
	color:#e0301e !important;
	margin-bottom: 30px;
}
/* COLOURED H3 HEADINGS */
.text.text_large h3 {
	font-size: 28px !important;
	font-size: 2.0rem !important;
	color:#e0301e !important;
	margin-bottom: 20px;
}
/* COLOURED H4 HEADINGS */
.text.text_large h4 {
	font-size: 24px !important;
	font-size: 1.716rem !important;
	color:#e0301e !important;
	margin: 15px 0 15px;
}
/* COLOURED H5 HEADINGS */
.text.text_large h5 {
	font-size: 20px !important;
	font-size: 1.429rem !important;
	color:#e0301e !important;
	margin: 15px 0 15px;
}
/* BIG PARAGRAPHS */
.text.text_large p, .text.text_large .text-component ul li, .text.text_large .text-component ol li {
	font-size: 165%;
	line-height:38px;
	font-family: Georgia, "Times New Roman";
}
.text.text_large .text-component ul li, .text.text_large .text-component ol li {
	font-size: 165% !important;
	line-height:38px !important;
}
.text.text_large p ~ p {
	margin-top: 30px;
}
.text.text_large ul ~ p, .text.text_large ol ~ p {
	margin-top: 0px;
}
@media screen and (max-width:768px) {
	.text.text_large p {
		font-size: 130%;
		line-height:30px;
	}
	.text.text_large .text-component ul li, .text.text_large .text-component ol li {
		font-size: 130% !important;
		line-height:30px !important;
	}
	.text.text_large p ~ p {
		margin-top: 20px;
	}
}
/* COLOURED BUTTONS */
.text.text_large .btn--transparent, .text.text_large .btn--transparent:link, .text.text_large .btn--transparent:visited, body .text.text_large .text-component .btn.btn--transparent, body .text.text_large .text-component .btn.btn--transparent:link, body .text.text_large .text-component .btn.btn--transparent:visited  {
	background-color: transparent;
	border: 1px solid #e0301e;
	color: #e0301e;
}
.text.text_large .btn--transparent:hover, .text.text_large .btn--transparent:focus, body .text.text_large .text-component .btn.btn--transparent:hover, body .text.text_large .text-component .btn.btn--transparent:focus {
	background: #e0301e;
	color: #ffffff;
	transition: all ease .2s;
}
.text.text_large .btn--transparent:active, body .text.text_large .text-component .btn.btn--transparent:active {
	background: #e0301ea;
	color: #ffffff;
}
/* COLOURED PARAGRAPHS */
section.promo-paragraph .text.text_large p {
	font-size: 35px !important;
	font-size: 2.5rem !important;
	color:#e0301e !important;
	font-style:italic;
	line-height:50px;
}
.promo-paragraph .text.text_large .text-component p > a,
.promo-paragraph .text.text_large .text-component li > a,
.promo-paragraph .section.text.text_large p > a,
.promo-paragraph .section.text.text_large li > a {
	border-bottom-color: #e0301e;
	color: #e0301e !important;
}
@media screen and (max-width: 768px) {
	section.promo-paragraph .text.text_large p {
		font-size: 25px !important;
		font-size: 2.1rem !important;
		line-height:38px;
	}
}

/*---------------------------*/
/*  QUOTE SECTION */
/*---------------------------*/
.quote-big .text.parbase.text_quote_v2 .text-component { /* padding of quote text */
	padding: 10px 40px 30px 0px;
}
.quote-big .text.parbase.text_quote_v2 .text-component p { /* styling of quote text */
	color:#404041;
	font: italic normal 38px/50px Georgia, serif;
	font-size:2.375rem;
	padding-left: 140px;
	padding-left: 12%;
	margin-top:15px;
}
.quote-big .text.parbase.text_quote_v2 .text-component p:first-of-type {
	margin-top:0px;
}
.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
	content: "“";
	color: #e0301e;
	font: normal normal 90px/95px Georgia, serif;
	font-size: 5.9rem;
	float: left;
	left: 60px;
	position: relative;
}

@media screen and (max-width: 986px) {
	.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
		left:30px;
	}
}
@media screen and (max-width: 768px) {
	.quote-big .text.parbase.text_quote_v2 .text-component { /* padding of quote text */
		padding: 20px 5px 15px 0px;
	}
	.quote-big .text.parbase.text_quote_v2 .text-component p { /* styling of quote text */
	  font: italic normal 24px/31px Georgia, serif;
	  font-size: 2rem;
	}
	.quote-big h2, .quote-big .text.parbase.text_quote_v2 .text-component p  {
		text-align:left;
	}
	.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
		left: 30px;
		position: relative;
		top:-13px;
	}
}
@media screen and (max-width: 590px) {
	.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
		left: 16px;
	}
}
@media screen and (max-width: 475px) {
	.quote-big .text.parbase.text_quote_v2 .text-component p { /* styling of quote text */
	padding-left: 16%;
	}
}
@media screen and (max-width: 390px) {
	.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
		left: 10px;
	}
}
@media screen and (max-width: 320px) {
	.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
		left: 5px;s
		top: -14px;
	}
	.quote-big .text.parbase.text_quote_v2 .text-component::before { /* quotation mark */
	font-size: 5.5rem;
	}
}

/*----------------------------*/
/* TEXT WITH PICTURE BACKGROUND - 3 COLUMN + 2 COLUMN */
/*----------------------------*/
/* margin for rows of text */
.text-picture-back .parsys .text.text_large + .pwccol3-longform, .text-picture-back .parsys .text.text_large + .pwccol2-longformc, .text-picture-back .parsys .text.text_large + .pwccol2-longformb, .text-picture-back .parsys .text.text_large + .pwccol2-longform  {/* top margin after main headline */
	padding-top: 15px;	
}
.text-picture-back .pwccol3-longform ~ .pwccol3-longform .parsys_column, .text-picture-back .pwccol3-longform ~ .pwccol2-longformc .parsys_column, .text-picture-back .pwccol3-longform ~ .pwccol2-longformb .parsys_column, .text-picture-back .pwccol3-longform ~ .pwccol2-longform .parsys_column { /* top margin for next rows */
	padding-top:25px;
}
/* margins for another main headlines and text sections */
.text-picture-back .parsys .text.text_large:nth-of-type(n+2) {/* another main headine */
	padding-top: 35px;	
}
.text-picture-back .parsys .parsys_column .text.text_large:nth-child(n+3) {/* for more paragraphs stacked in same column */
	padding-top: 20px;	
}
@media screen and (max-width: 768px) {
	.text-picture-back .pwccol3-longform .text.text_large h3 {
		margin-bottom:15px;
	}
}

/*--------------------------*/
/* ICONS OF ROWS */
/*--------------------------*/

section.icons-row .textimage.text.image_left.text_large.nobg.section, section.icons-row .textimage.text.image_right.text_large.nobg.section {
  float:left;
  display:inline;
  margin-right:20px;
  margin-top:20px;
  width:18%;
  text-align:center;
}

section.icons-row .image_left .textimage-image, section.icons-row .image_left .textimage-image {
	float: none;
  text-align:center;
}
section.icons-row .textimage-image .asset-sharing-component img {
  max-width:132px;
}

@media screen and (max-width:1220px) {
  section.icons-row .textimage.text.image_left.text_large.nobg.section, section.icons-row .textimage.text.image_right.text_large.nobg.section {
  width:30%;
  }
}
@media screen and (max-width:660px) {
  section.icons-row .textimage.text.image_left.text_large.nobg.section, section.icons-row .textimage.text.image_right.text_large.nobg.section {
  width:45%;
  }
    section.icons-row .textimage-image .asset-sharing-component img {
    width:90%;
    padding-left:10%;
  }
}
@media screen and (max-width:450px) {
  section.icons-row .textimage.text.image_left.text_large.nobg.section, section.icons-row .textimage.text.image_right.text_large.nobg.section {
  width:43%;
  }
  section.icons-row .textimage-image .asset-sharing-component img {
    width:80%;
    padding-left:26%;
  }
}

@media screen and (max-width:400px) {
  section.icons-row .textimage.text.image_left.text_large.nobg.section, section.icons-row .textimage.text.image_right.text_large.nobg.section {
  width:100%;
  }
  section.icons-row .textimage-image .asset-sharing-component img {
    width:80%;
    padding-left:26%;
  }
}