/**************************  NEWS PAGE
*************************************************/
.latest-news-page.press {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.latest-news-page.press .items-list > .hide-on-mobile {
	display: block !important;
}

.tabs-container.listing .tabs {
    width: 100%;
    border-bottom: 10px solid #005b6d;
    width: 100%;
    float: left;
    display: table;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.tabs-container.listing .tabs li {
    height: 80px;
    line-height: 80px;
    color: #fff;
    display: table-cell;
    cursor: pointer;
    white-space: nowrap;
    width: 1%;
    text-align: center;
    padding: 0 5px;
    background-color: #279989;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
}

.tabs-container.listing .tabs li:not(:first-child) {
	border-left: 1px solid #52ada1;
}

.tabs-container.listing .tabs li:before {
    display: none;
}

.tabs-container.listing .tabs li.selected {
    background-color: #005b6d;
}

.tabs-container.listing .tab-heading {
    display: none;
    text-align: center;
    position: relative;
    padding: 0 20px;
    background-color: #279989;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.tabs-container.listing .tab-heading.selected {
    background-color: #005b6d;
}

.tabs-container.listing .tab-heading:not(:last-child) {
    border-bottom: 1px solid #52ada1;
}

.tab-heading .arrow {
    position: absolute;
    right: 20px;
}

.tab-heading .arrow::before {
    content: '\f107';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
}

.tab-heading.selected .arrow {
	transform: rotate(180deg);
	transition: 0.3s ease;
}

.tabs-container.listing .tab-content {
    clear: both;
	display: none;
}

.tabs-container.listing .document-wrap {
    float: left;
    width: 68.291667%;
}

.tabs-container.listing .item-link {
    float: right;
    width: 24.76%;
}

.tabs-container.listing .item-link a {
    display: block;
    text-align: left;
    position: relative;
    letter-spacing: -0.4px;
    padding-left: 28px;
    font-size: 18px;
    color: #00768e;
	line-height: 24px
}

.tabs-container.listing .item-link a::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #279989;
    display: inline-block;
    font-size: 18px;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.tabs-container.listing .item-link a:not(:last-child) {
    margin-bottom: 8px;
}

.tabs-container.listing .item-link .items-list .pdf-link:before {
    font-size: 18px;
}

.table-wrapper  .view-online::before {
    content: '\f108';
}

.tabs-container.listing .item-link .webcast::before {
    content: '\f2ce';
}

.tabs-container.listing .date {
    padding-left: 0;
}

.tabs-container.listing h3 {
    text-transform: none;
    font-size: 22px;
    color: #00768e;
}

.tabs-container.listing h3 a {
    color: inherit;
}

.tabs-container.listing .items-list {
	margin-bottom: 0;
}

.tabs-container.listing .items-list li:before {
    display: none;
}

.tabs-container.listing .title-wrap {
    padding: 45px 0 12px 78px;
	overflow: hidden;
}

.tabs-container.listing .items-list .hide-on-mobile {
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-align: left;
}

.tabs-container.listing .hide-on-mobile .item-link {
    text-align: left;
}

.tabs-container.listing .hide-on-mobile .title {
    padding-left: 0;
    text-align: left;
}

.tabs-container.listing .col-sm-12 {
	overflow: hidden;
}

.tabs-container.listing .paging {
	margin-bottom: 0;
}

/********************** TABLET
******************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tabs-container.listing .tab-content {
        padding: 0 25px;
    }
}

/********************** MOBILE
******************************************************************/
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.latest-news-page.press {
		padding-top: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.latest-news-page.press .items-list > .hide-on-mobile {
		display: none !important;
	}
    .tabs-container.listing .tab-content {
        padding-top: 20px;
		padding-bottom: 20px;
    }
    .tabs-container.listing .tabs {
        display: none;
    }
    .tabs-container.listing .tab-heading {
        display: block;
    }
    .tabs-container.listing .items-list li {
        padding: 14px 0 22px 18px;
    }
    .tabs-container.listing h3 {
        font-size: 16px;
    }
    .tabs-container.listing .document-wrap,
    .tabs-container.listing .item-link {
        width: 100%;
        float: none;
    }
	.tabs-container.listing .item-link a {
		font-size: 16px;
	}
	.tabs-container.listing .item-link a::before {
		top: 2px;
	}
	.tabs-container.listing .paging li.prev a {
		padding-left: 22px;
	}
}


/**************************  DOWNLOAD PAGE
*************************************************/
.financial-library-page.results {
	padding-top: 0;
	pading-left: 0;
	padding-right: 0;
}
.financial-library-page.results .document-filters .filter-reset {
	width: 65.375%;
}
.financial-library-page.results .tab-content {
	padding-top: 27px;
}
.financial-library-page.results tr:first-of-type > th {
	background-color: transparent;
	font-size: 16px;
	padding: 11px 19px;
}
.financial-library-page.results td,
.financial-library-page.results th {
	text-align: center;

}
.financial-library-page.results th:first-child,
.financial-library-page.results th:nth-child(2),
.financial-library-page.results td:first-child,
.financial-library-page.results td:nth-child(2) {
	text-align: left;
}
.financial-library-page.results td {
	padding: 32px 19px 32px 19px;
}
.financial-library-page.results td:nth-child(2) {
	color: #00768e;
}
.financial-library-page.results td a {
	text-align: center;
	position: relative;
	font-size: 18px;
}
.financial-library-page.results td a::before {
	font: normal normal normal 14px/1 FontAwesome;
    color: #279989;
    display: inline-block;
    font-size: 22px;
}
.financial-library-page.results .press::before {
	content: '\f108';
}
.financial-library-page.results .presentation::before {
	content: '\f03e';
}
.financial-library-page.results .report::before {
	content: '\f1c1';
}
.financial-library-page.results .webcast::before {
	content: '\f2ce';
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
	.financial-library-page.results {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 27px;
	}
	.financial-library-page.results .document-filters .filter-reset {
		width: 100%;
	}
	.financial-library-page.results tr:first-of-type {
		display: none;
	}
	.financial-library-page.results td {
		padding-left: 18px;
		font-size: 16px;
	}
	.financial-library-page.results td:not(:first-child),
	.financial-library-page.results td:not(:nth-child(2)) {
		width: 100%;
		display: block;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;

	}
	.financial-library-page.results td:first-child {
		padding-bottom: 5px;
		padding-top: 20px;
	}
	.financial-library-page.results td:last-child {
		padding-bottom: 20px;
	}
	.financial-library-page.results td:nth-child(2) {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.financial-library-page.results td:first-child,
	.financial-library-page.results td:nth-child(2) {
		width: 100%;
		display: block;
	}
	.financial-library-page.results td a::before {
		position: absolute;
		left: 0;
		top: 0;
	}
	.financial-library-page.results td a span {
		display: inline-block !important;
		padding-left: 28px;
	}
}



.latest-news-page {
    padding: 85px 0 40px 0;
    float: left;
    width: 100%;
}
.latest-news-page .intro {
    margin-bottom: 29px;
}
.latest-news-page .hide-on-mobile {
    display: none;
}
.latest-news-page .items-list ul li {
    padding: 22px 10px 23px 78px;
}
.latest-news-page .items-list ul li:before {
	content: '\f15c';
	@extend %fontawesome;
	position: absolute;
	font-size: 30px;
	text-transform: uppercase;
	color: $green;
	top: 33px;
	left: 29px;
}
.latest-news-page .items-list .item-title {
    width: 70%;
    padding-right: 15%;
}
.latest-news-page .items-list .item-title a,
.latest-news-page .items-list .item-title span {
    font-family: $font;
    font-size: 22px;
	color: $blue;
    padding-left: 0;
}
.latest-news-page .items-list .item-title a:hover {
    color: $green-dark;
}
.latest-news-page .items-list .item-title .item-date {
    float: none;
}
.latest-news-page .items-list .item-date span {
    padding-left: 0;
}
.latest-news-page .items-list .item-date span.date {
    padding-right: 10px;
}
.latest-news-page .items-list .item-link {
    text-align: right;
}
.latest-news-page .items-list .item-link .pdf-link:before {
    color: #279989;
}
.latest-news-page .table-wrapper table {
    width: 100%;
    margin-bottom: 30px;
}
.latest-news-page .table-wrapper table tr th {
	line-height: 1.5;
}
.latest-news-page .table-wrapper table tr th,
.latest-news-page .table-wrapper table tr td {
    text-align: left;
    padding: 17px 19px;
	vertical-align: middle;
}
.latest-news-page .table-wrapper table tr td {
	padding: 32px 19px 32px 19px;
}

.latest-news-page .table-wrapper table tr td a {
	color: #005b6d;
	letter-spacing: -0.4px;
    /*max-width: -moz-calc(100% - 18px);
    max-width: -webkit-calc(100% - 18px);
    max-width: -o-calc(100% - 18px);
    max-width: calc(100% - 18px);*/
    /*white-space: pre-wrap;*/
	/*padding-left: 28px;*/
	display: inline-block;
	text-align: center;
}
.latest-news-page .table-wrapper table tr td h3 {
	margin-bottom: 0;
	line-height: 1;
}
.latest-news-page .table-wrapper table tr td h3 a {
	padding-left: 0;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	color: #00768e;
}
.latest-news-page .table-wrapper table tr td a::before {
	/*position: absolute;*/
	left: 0;
	top: 2px;
	font-size: 22px;
}
.latest-news-page .table-wrapper table tr th:nth-child(4),
.latest-news-page .table-wrapper table tr th:nth-child(5),
.latest-news-page .table-wrapper table tr th:nth-child(6),
.latest-news-page .table-wrapper table tr td:nth-child(4),
.latest-news-page .table-wrapper table tr td:nth-child(5),
.latest-news-page .table-wrapper table tr td:nth-child(6) {
	text-align: center;
}
.latest-news-page .table-wrapper table tr th:nth-child(3),
.latest-news-page .table-wrapper table tr td:nth-child(3) {
	color: #00768e;
}
.latest-news-page .table-wrapper table tr th:nth-child(2),
.latest-news-page .table-wrapper table tr td:nth-child(2) {
	color: #666;
}
.latest-news-page .table-wrapper table tr th:nth-child(3) {
	color: #666;
}
/********************** TABLET
******************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .latest-news-page {
		padding: 65px 25px 25px 25px;
	}
	.latest-news-page .items-list ul li {
		padding: 25px 15px 25px 72px;
	}
	.latest-news-page .items-list ul li:before {
		left: 24px;
	}
	.latest-news-page .items-list .item-title {
		width: 69%;
	}
	.latest-news-page .items-list .item-title a {
		font-size: 18px;
	}
	.latest-news-page .items-list .item-link {
		idth: 31%;
		text-align: left;
	}
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
	.latest-news-page {
		padding: 27px 20px 25px 20px;
        background: #eceff1;
	}
	.latest-news-page .items-list ul li {
		padding: 12px 10px 10px 49px;
	}
	.latest-news-page .items-list ul li:before {
		font-size: 20px;
		top: 22px;
		left: 20px;
	}
	.latest-news-page .items-list .item-title {
		width: 100%;
		padding-right: 0;
	}
	.latest-news-page .items-list .item-title a {
		font-size: 16px;
	}
	.latest-news-page .items-list .item-link {
		text-align: left;
	}
	.latest-news-page .items-list .pdf-link {
		margin-left: 0;
		padding-left: 0;
	}
	.latest-news-page .items-list .pdf-link:before {
		left: -29px;
	}
	.latest-news-page .table-wrapper table tr th:nth-child(4),
	.latest-news-page .table-wrapper table tr th:nth-child(5),
	.latest-news-page .table-wrapper table tr th:nth-child(6),
	.latest-news-page .table-wrapper table tr td:nth-child(4),
	.latest-news-page .table-wrapper table tr td:nth-child(5),
	.latest-news-page .table-wrapper table tr td:nth-child(6) {
		text-align: left;
	}
	.latest-news-page .table-wrapper table tr th a,
	.latest-news-page .table-wrapper table tr td a {
		color: #005b6d;
	}
}

/* Footer social links */
.footer .col-md-3, .footer .col-md-4 {
	float: right;
	padding: 29px 20px 32px 39px;
}
.footer .col-md-5 {
	padding: 29px 20px 32px 40px;
}
.footer .footer-nav {
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-nav li {
	flex: 1 1 1;
	flex-basis: 30%;
	margin-right: 0;
	margin-bottom: 10px;
}
.footer .social-links {
	border-right: 1px solid #eceff1;
	padding-top: 26px;
}
.footer .social-links ul {
	float: right;
	padding-right: 48%;
}
.footer .social-links ul li {
	line-height: normal;
}
.footer .social-links li a {
	position: relative;
	color: #8a8a8d;
	font-family: "Univers LT W01_57 Condensed",sans-serif;
	padding-left: 27px;
	font-size: 14px;
}
.footer .social-links li a:before {
	content: '';
	font: normal normal normal 14px/1 FontAwesome;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #8a8a8d;
}
.footer .social-links li a:hover:before {
	color: #666;
}
.footer .social-links li a.twitter:before {
	content: '\f099';
}
.footer .social-links li a.linkedIn:before {
	content: '\f0e1';
}
.footer .social-links li a.flickr:before {
	content: '\f16e';
}
.footer .social-links li a.youTube:before {
	content: '\f167';
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.footer .social-links {
		height: auto !important;
	}
	.footer .social-links ul {
		float: left;
		padding-right: 0;
	}
	.footer .footer-nav li {
		flex-basis: 50%;
	}
	.footer .col-md-5 {
		float: left;
	}
}
.twitter-section {
	padding: 43px 0;
	float: left;
	width: 100%;
	background-color: #64ccc9;
}
.twitter-section h3 {
	text-align: center;
	color: #fff;
	position: relative;
	font-family: "Univers LT W01_67 Bold_1476016",sans-serif;
	text-transform: uppercase;
	padding-right: 20px;
}
.twitter-section h3:before {
	content: '\f099';
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #fff;
	margin-right: 17px;
}
.twitter-section .wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.twitter-section .item {
	background-color: #279989;
	padding: 18px 46px 13px;
	margin-bottom: 13px;
}
.twitter-section .item span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Univers LT W01_67 Bold_1476016",sans-serif;
}
.twitter-section .item p {
	color: #fff;
	font-size: 16px;
}
.twitter-section .item a {
	color: #fff;
	text-decoration: underline;
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.twitter-section {
		padding: 27px 0 20px 0;
	}
	.twitter-section .wrapper {
		padding: 0 20px;
	}
	.twitter-section .item {
		padding: 18px 18px 13px;
	}
}
.square-box .box-list.tweet li {
	padding: 18px 25px 15px 27px;
}
.square-box .box-list.tweet a {
	font-size: 20px;
	font-family: "Univers LT W01_57 Condensed",sans-serif;
}
.square-box .box-list.tweet a.cta-small {
	font-size: 14px;
}
.square-box .box-list.tweet p {
	color: #333333;
	font-family: "Univers LT W01_57 Condensed",sans-serif;
	line-height: 24px;
	margin-bottom: 0;
}

/*----------  cookie-banner
------------------------------------------------------------------------------*/

.container {
	transition: padding .42s ease;
}

/* .cookie-active .header {
	height: 110px;
}

.cookie-active .desktop-menu {
	top: 110px;
}

.cookie-active .container {
	padding-top: 110px;
} */

.cookie-banner {
	background-color: #585858;
	display: none;
	position: relative;
	padding: 12px 19px;
	width: 100%;
	min-height: 40px;
	z-index: 1;
}

.cookie-banner::after {
	content: "";
	display: table;
	clear: both;
}

.cookie-banner__text {
	float: left;
	color: #FFF;
	margin-bottom: 0px;
	font-size: 15px;
	letter-spacing: .5px;
	padding-right: 40px;
	line-height: 1;
}

.cookie-banner__close {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: .2s;
}

.cookie-banner__close:hover {
	color: #ccc;
}

.cookie-banner__close::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	top: 20px;
	left: 12px;
	background-color: currentColor;
	transform: rotate(45deg);
}

.cookie-banner__close::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	top: 20px;
	left: 12px;
	background-color: currentColor;
	transform: rotate(-45deg);
}

.cookie-banner__info {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.cookie-banner__info:hover {
	color: #999999;
	transition: .2s;
}

/********************** TABLET
******************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.cookie-banner__text {
		font-size: 14px;
	}
}

/********************** MOBILE
******************************************************************/
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.cookie-banner {
		display: flex;
		align-items: center;
		padding: 3px 0 3px 19px;
		min-height: 60px;
	}

	.cookie-banner__text {
		font-size: 12px;
		line-height: 1.5;
	}

	.cookie-banner__close {
		top: 50%;
		transform: translateY(-50%);
	}

	.cookie-active .header {
		height: 127px;
	}

	.cookie-active .header .menu-trigger {
		top: 60px;
	}

	.cookie-active .container {
		padding-top: 127px;
	}

	.cookie-active .device-navigation,
	.cookie-active .device-navigation ul {
		top: 127px;
	}
}