/* ================================================================================================ */
/* ================================================================================================ */
@charset "UTF-8";

/* styles-news.css */
/* styles relating to elements from the news collection */



/* -------------------------------------------------------------- base global (1280+) */
/* 2-column: gray BG beyond padding 100% */

.blue-top {
	height: 160px;
}
#header-border-sm {
	display: none;
}
.page-menu.main {
	display: none;
}
.page-menu-spacer {
	display: none;
}
.page-menu.side {
	display: block;
	padding-top: 10px;
}
.page-item {
	cursor: pointer;
}
.page-item-side {
    font-family: 'UniversLTW04-75Black';
    font-size: 28px;
    color: #A3A3A3;
}
.page-item-side.hilited {
    color: #000000;
}
.news-tile {
	width: 100%;
	padding-bottom: 15.625%;
	position: relative;
	float: left;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 0;
	overflow-y: hidden;
	background-color: #FCFCFB;
}
.news-tile-inner {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: #F2F2F2;
}
.news-tile-image-wrapper {
	display: block;
	position: absolute;
	left: 0;
	width: 31.25%;
	height: 100%;
	margin-left: 0;
	margin-top: 0;
}
.news-tile-image {
	position: absolute;
	height: 100%;
	top: 0; bottom: 0; left: 0; right: 0;
}
.news-tile-text {
	position: absolute;
	left: 274px;
	top: 10px;
	padding-right: 100px;
	margin-left: 0;
	margin-top: 0;
    font-family: 'UniversLTW05-55Roman';
	font-size: 12px;
	line-height: 1.5;
	color: #222720;
}
.field_news_headline {
	margin-bottom: 18px;
	max-height: 18px;
	overflow-y: hidden;
    font-family: 'UniversLTW04-65Bold';
}
.field_news_body {
	position: relative;
	overflow-y: hidden;
	height: 54px;
}
.field_news_body::before {
	content: '… MORE';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 18px;
	width: 25%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F2F2F2 50%);
	text-align: right;
	font-family: 'UniversLTW04-45Light';
	font-size: 12px;
	line-height: 1.5;
	color: #929CA0;
}

/* -------------------------------------------------------------- search result */
.news-result-tile-image {
	position: absolute;
	height: 100%;
}
.news-result-tile-text {
	position: absolute;
	left: 350px;
	width: 455px;
	height: 100%;
	padding-left: 20px;
	padding-top: 10px;

    font-family: 'UniversLTW05-55Roman';
	font-size: 12px;
	line-height: 1.5;
	color: #222720;
}
.news-result-tile-text .field_news_date {
	height: 93px;
}
.news-result-tile-text .field_news_body {
	height: 93px;
}
.news-result-tile-text .field_news_body::before {
	font-size: 10px;
}




/* ============================================================== 2-column */
/* -------------------------------------------------------------- breakpoint: 0-1280 */
/* 2-column: 100%: padding is removed, replaced with white background (body) */

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

}

/* -------------------------------------------------------------- breakpoint: 1216-1280 */
/* 2-column: 100%: container is resized for no outside padding */

@media screen and (min-width: 1216px) and (max-width: 1280px) {

}

/* -------------------------------------------------------------- breakpoint: 810-1215 2-column fluid widths */
/* 2-column: fluid widths */

@media screen and (min-width: 810px) and (max-width: 1215px) {
	.news-tile-text {
		left: 42.067307692307692%; /* 350/832 */
		width: 54.6875%; /* 455/832 */
		padding-left: 2.403846153846154%; /* 20/832 */
	}
	.news-result-tile-text {
		left: 42.067307692307692%; /* 350/832 */
		width: 54.6875%; /* 455/832 */
		padding-left: 2.403846153846154%; /* 20/832 */
	}
}

/* -------------------------------------------------------------- breakpoint: 1080-1215 */
/* 2-column: 1079/1216 88.7%: step-down vertical dims */

@media screen and (min-width: 1080px) and (max-width: 1215px) {
	.blue-top {
		height: 142px; /* base 160 */
	}
	.page-menu.side {
		padding-top: 9px; /* base 10 */
	}
	.page-item-side {
	    font-size: 25px; /* base 28 */
	}
	.news-tile {
		margin-top: 7px; /* base 8 */
	}
	.news-tile-text {
		top: 9px; /* base 10 */
		font-size: 11px; /* base 12 */
	}
	.field_news_headline {
		margin-bottom: 16px; /* base 18 */
		max-height: 16px; /* base 18 */
	}
	.field_news_body {
		height: 48px; /* base 54 */
	}
	.field_news_body::before {
		height: 16px; /* base 18 */
		font-size: 11px; /* base 12 */
	}
	.news-result-tile-text {
		padding-top: 9px; /* base 10 */
		font-size: 12px; /* base 12 */
	}
	.news-result-tile-text .field_news_body {
		height: 72px; /* base 91 */
	}
}

/* -------------------------------------------------------------- breakpoint: 946-1079 */
/* 2-column: 944/1216 77.6%: step-down vertical dims */

@media screen and (min-width: 946px) and (max-width: 1079px) {
	.blue-top {
		height: 124px; /* base 160 */
	}
	.page-menu.side {
		padding-top: 8px; /* base 10 */
	}
	.page-item-side {
	    font-size: 22px; /* base 28 */
	}
	.news-tile {
		margin-top: 6px; /* base 8 */
	}
	.news-tile-text {
		top: 8px; /* base 10 */
		font-size: 9px; /* base 12 */
	}
	.field_news_headline {
		margin-bottom: 14px; /* base 18 */
		max-height: 14px; /* base 18 */
	}
	.field_news_body {
		height: 42px; /* base 54 */
	}
	.field_news_body::before {
		height: 14px; /* base 18 */
		font-size: 9px; /* base 12 */
	}
	.news-result-tile-text {
		padding-top: 10px; /* base 10 */
		font-size: 11px; /* base 12 */
	}
	.news-result-tile-text .field_news_body {
		height: 64px; /* base 91 */
	}
}

/* -------------------------------------------------------------- breakpoint: 810-945 */
/* 2-column: 818/1216 67.3%: step-down vertical dims */

@media screen and (min-width: 810px) and (max-width: 945px) {
	.blue-top {
		height: 108px; /* base 160 */
	}
	.page-menu.side {
		padding-top: 7px; /* base 10 */
	}
	.page-item-side {
	    font-size: 19px; /* base 28 */
	}
	.news-tile {
		margin-top: 5px; /* base 8 */
	}
	.news-tile-text {
		top: 7px; /* base 10 */
		font-size: 8px; /* base 12 */
	}
	.field_news_headline {
		margin-bottom: 12px; /* base 18 */
		max-height: 12px; /* base 18 */
	}
	.field_news_body {
		height: 36px; /* base 54 */
	}
	.field_news_body::before {
		height: 12px; /* base 18 */
		font-size: 8px; /* base 12 */
	}
	.news-result-tile-text {
		padding-top: 7px; /* base 10 */
		font-size: 10px; /* base 12 */
	}
	.news-result-tile-text .field_news_body {
		height: 60px; /* base 91 */
	}
}

/* ============================================================== 1-column */
/* -------------------------------------------------------------- breakpoint: 0-809 */
/* 1-column: base */

@media screen and (max-width: 809px) {
	#header-border-sm {
		display: block;
		position: fixed;
		z-index: 100;
		background-color: #4f5a5e;
	}
	.page-menu.main {
		display: block;
		position: absolute;
		left: 0;
		overflow: hidden;
		z-index: 100;
		background-color: #595C59;
	}
	.page-menu-spacer {
		display: block;
		position: relative;
	}
	.page-item {
	    font-family:"UniversLTW04-65Bold";
	    color: #74848D;
	}
	.page-item.hilited {
	    color: #FFFFFF;
	}
	.page-item.off {
		visibility: hidden;
	}
	.page-menu {
		position: absolute;
	}
	.page-menu .first {
		top: 0;
	}
	.drop-arrow {
		display: inline-block;
	}
	.news-tile.ghost {
		display: none;
	}
	.news-tile {
		width: 100%;
		padding-bottom: 67.708333333333333%;
		margin: 0;
		margin-top: 0;
		margin-bottom: 8px;
	}
	.news-tile-image-wrapper {
		position: relative;
		left: auto;
		height: 40.384615384615385%; /* 210/520 */
		margin-top: 21px;
	}
	.news-tile-text {
		position: relative;
		left: auto;
		top: auto;
		line-height: 1.4;
	}
	.field_news_headline {
	    font-family: 'UniversLTW04-75Black';
		line-height: 1.2;
	}
	.field_news_body {
		margin-top: 0;
	}
	.field_news_body::before {
		width: 35%;
	}
}

/* -------------------------------------------------------------- breakpoint: 320-809 1-column fluid widths */
/* 1-column: fluid widths */

@media screen and (min-width: 320px) and (max-width: 809px) {
	#header-border-sm {
		width: 92.447916666666667%; /* (768-29-29)/768 */
		margin-left: 3.776041666666667%; /* 29/768 */
	}
	.page-menu.main {
		width: 100%;
		padding-left: 3.776041666666667%; /* 29/768 */
	}
	.page-menu-spacer {
		width: 100%;
	}
	.page-link {
		width: 92.447916666666667%; /* (768-29-29)/768 */
	}
	.page-item {
		width: 100%;
	}
	.drop-arrow {
		margin-left: 4.557291666666667%; /* 35/768 */
	}
	.news-tile-image-wrapper {
		width: 54.427083333333333%; /* 418/768 */
		margin-left: 3.776041666666667%; /* 29/768 */
	}
	.news-tile-text {
		padding-right: 7.8125%; /* 60/768 */
		margin-left: 3.776041666666667%; /* 29/768 */
	}
}

/* -------------------------------------------------------------- breakpoint: 0-319 1-column min widths */
/* 1-column: minimum widths */

@media screen and (max-width: 319px) {
	.page-menu.main {
		width: 320px;
		padding-left: 12px; /* 29/768 */
	}
	.page-menu-spacer {
		width: 320px;
	}
	.page-link {
		width: 295px; /* (768-29-29)/768 */
	}
	.page-item {
		width: 100%;
	}
	.drop-arrow {
		margin-left: 15px; /* 35/768 */
	}
	.news-tile-image-wrapper {
		width: 174px; /* 418/768 */
		margin-left: 12px; /* 29/768 */
	}
	.news-tile-text {
		padding-right: 25px; /* 60/768 */
		margin-left: 12px; /* 29/768 */
	}
}

/* -------------------------------------------------------------- breakpoint: 768 > 760-809 */
/* 1-column: 768/768 = 100%: base vertical dims */

@media screen and (min-width: 760px) and (max-width: 809px) {
	.blue-top {
		height: 104px; /* base 104 */
	}
	#header-border-sm {
		top: 103px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 193px;
	}
	.page-menu-spacer {
		height: 69px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 69px; /* base 69 */
	}
	.page-menu.main.open {
		height: 193px; /* base 193 */
	}
	.page-item {
	    font-size: 41px; /* base 41 */
	}
	.page-menu .second {
		top: 57px; /* base 57 */
	}
	.page-menu .third {
		top: 114px; /* base 114 */
	}
	.drop-arrow {
		height: 23px; /* base 23 */
		width: 23px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 23px 23px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 21px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 28px; /* base 28 */
		font-size: 24px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 24px; /* base 24 */
		max-height: 77px; /* base 77 */
		font-size: 32px; /* base 32 */
	}
	.field_news_body {
		height: 101px; /* base 101 */
	}
	.field_news_body::before {
		height: 35px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 719 > 710-759 */
/* 1-column: 719/768 = 93.6%: step-down vertical dims */

@media screen and (min-width: 710px) and (max-width: 759px) {
	.blue-top {
		height: 97px; /* base 104 */
	}
	#header-border-sm {
		top: 96px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 180px;
	}
	.page-menu-spacer {
		height: 65px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 65px; /* base 69 */
	}
	.page-menu.main.open {
		height: 181px; /* base 193 */
	}
	.page-item {
	    font-size: 38px; /* base 41 */
	}
	.page-menu .second {
		top: 53px; /* base 57 */
	}
	.page-menu .third {
		top: 107px; /* base 114 */
	}
	.drop-arrow {
		height: 22px; /* base 23 */
		width: 22px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 22px 22px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 20px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 26px; /* base 28 */
		font-size: 22px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 22px; /* base 24 */
		max-height: 72px; /* base 77 */
		font-size: 30px; /* base 32 */
	}
	.field_news_body {
		height: 95px; /* base 101 */
	}
	.field_news_body::before {
		height: 33px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 660 > 650-709 */
/* 1-column: 660/768 = 85.9%: step-down vertical dims */

@media screen and (min-width: 650px) and (max-width: 709px) {
	.blue-top {
		height: 89px; /* base 104 */
	}
	#header-border-sm {
		top: 88px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 165px;
	}
	.page-menu-spacer {
		height: 59px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 59px; /* base 69 */
	}
	.page-menu.main.open {
		height: 166px; /* base 193 */
	}
	.page-item {
	    font-size: 35px; /* base 41 */
	}
	.page-menu .second {
		top: 49px; /* base 57 */
	}
	.page-menu .third {
		top: 98px; /* base 114 */
	}
	.drop-arrow {
		height: 20px; /* base 23 */
		width: 20px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 20px 20px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 18px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 24px; /* base 28 */
		font-size: 21px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 21px; /* base 24 */
		max-height: 66px; /* base 77 */
		font-size: 28px; /* base 32 */
	}
	.field_news_body {
		height: 87px; /* base 101 */
	}
	.field_news_body::before {
		height: 30px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 600 > 590-649 */
/* 1-column: 600/768 = 78.1%: step-down vertical dims */

@media screen and (min-width: 590px) and (max-width: 649px) {
	.blue-top {
		height: 81px; /* base 104 */
	}
	#header-border-sm {
		top: 80px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 151px;
	}
	.page-menu-spacer {
		height: 54px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 54px; /* base 69 */
	}
	.page-menu.main.open {
		height: 151px; /* base 193 */
	}
	.page-item {
	    font-size: 32px; /* base 41 */
	}
	.page-menu .second {
		top: 45px; /* base 57 */
	}
	.page-menu .third {
		top: 89px; /* base 114 */
	}
	.drop-arrow {
		height: 23px; /* base 23 */
		width: 23px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 23px 23px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 16px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 22px; /* base 28 */
		font-size: 19px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 19px; /* base 24 */
		max-height: 60px; /* base 77 */
		font-size: 25px; /* base 32 */
	}
	.field_news_body {
		height: 79px; /* base 101 */
	}
	.field_news_body::before {
		height: 27px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 550 > 540-589 */
/* 1-column: 550/768 = 71.6%: step-down vertical dims */

@media screen and (min-width: 540px) and (max-width: 589px) {
	.blue-top {
		height: 74px; /* base 104 */
	}
	#header-border-sm {
		top: 73px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 138px;
	}
	.page-menu-spacer {
		height: 49px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 49px; /* base 69 */
	}
	.page-menu.main.open {
		height: 138px; /* base 193 */
	}
	.page-item {
	    font-size: 29px; /* base 41 */
	}
	.page-menu .second {
		top: 541px; /* base 57 */
	}
	.page-menu .third {
		top: 82px; /* base 114 */
	}
	.drop-arrow {
		height: 16px; /* base 23 */
		width: 16px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 16px 16px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 15px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 20px; /* base 28 */
		font-size: 17px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 17px; /* base 24 */
		max-height: 55px; /* base 77 */
		font-size: 23px; /* base 32 */
	}
	.field_news_body {
		height: 72px; /* base 101 */
	}
	.field_news_body::before {
		height: 25px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 500 > 490-539 */
/* 1-column: 500/768 = 65.1%: step-down vertical dims */

@media screen and (min-width: 490px) and (max-width: 539px) {
	.blue-top {
		height: 68px; /* base 104 */
	}
	#header-border-sm {
		top: 67px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 126px;
	}
	.page-menu-spacer {
		height: 45px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 45px; /* base 69 */
	}
	.page-menu.main.open {
		height: 126px; /* base 193 */
	}
	.page-item {
	    font-size: 27px; /* base 41 */
	}
	.page-menu .second {
		top: 37px; /* base 57 */
	}
	.page-menu .third {
		top: 74px; /* base 114 */
	}
	.drop-arrow {
		height: 15px; /* base 23 */
		width: 15px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 15px 15px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 14px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 18px; /* base 28 */
		font-size: 16px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 16px; /* base 24 */
		max-height: 50px; /* base 77 */
		font-size: 21px; /* base 32 */
	}
	.field_news_body {
		height: 66px; /* base 101 */
	}
	.field_news_body::before {
		height: 23px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 460 > 450-489 */
/* 1-column: 460/768 = 59.9%: step-down vertical dims */

@media screen and (min-width: 450px) and (max-width: 489px) {
	.blue-top {
		height: 62px; /* base 104 */
	}
	#header-border-sm {
		top: 61px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 115px;
	}
	.page-menu-spacer {
		height: 41px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 41px; /* base 69 */
	}
	.page-menu.main.open {
		height: 116px; /* base 193 */
	}
	.page-item {
	    font-size: 25px; /* base 41 */
	}
	.page-menu .second {
		top: 34px; /* base 57 */
	}
	.page-menu .third {
		top: 68px; /* base 114 */
	}
	.drop-arrow {
		height: 14px; /* base 23 */
		width: 14px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 14px 14px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 13px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 17px; /* base 28 */
		font-size: 14px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 14px; /* base 24 */
		max-height: 46px; /* base 77 */
		font-size: 19px; /* base 32 */
	}
	.field_news_body {
		height: 60px; /* base 101 */
	}
	.field_news_body::before {
		height: 21px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 414 > 410-449 */
/* 1-column: 414/768 = 53.9%: step-down vertical dims */

@media screen and (min-width: 410px) and (max-width: 449px) {
	.blue-top {
		height: 56px; /* base 104 */
	}
	#header-border-sm {
		top: 55px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 104px;
	}
	.page-menu-spacer {
		height: 37px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 37px; /* base 69 */
	}
	.page-menu.main.open {
		height: 104px; /* base 193 */
	}
	.page-item {
	    font-size: 22px; /* base 41 */
	}
	.page-menu .second {
		top: 31px; /* base 57 */
	}
	.page-menu .third {
		top: 61px; /* base 114 */
	}
	.drop-arrow {
		height: 12px; /* base 23 */
		width: 12px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 12px 12px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 11px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 15px; /* base 28 */
		font-size: 13px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 13px; /* base 24 */
		max-height: 42px; /* base 77 */
		font-size: 17px; /* base 32 */
	}
	.field_news_body {
		height: 54px; /* base 101 */
	}
	.field_news_body::before {
		height: 19px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 400 > 395-409 */
/* 1-column: 400/768 = 52.1%: step-down vertical dims */

@media screen and (min-width: 395px) and (max-width: 409px) {
	.blue-top {
		height: 54px; /* base 104 */
	}
	#header-border-sm {
		top: 53px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 100px;
	}
	.page-menu-spacer {
		height: 36px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 36px; /* base 69 */
	}
	.page-menu.main.open {
		height: 101px; /* base 193 */
	}
	.page-item {
	    font-size: 21px; /* base 41 */
	}
	.page-menu .second {
		top: 30px; /* base 57 */
	}
	.page-menu .third {
		top: 59px; /* base 114 */
	}
	.drop-arrow {
		height: 12px; /* base 23 */
		width: 12px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 12px 12px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 11px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 15px; /* base 28 */
		font-size: 13px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 13px; /* base 24 */
		max-height: 40px; /* base 77 */
		font-size: 17px; /* base 32 */
	}
	.field_news_body {
		height: 53px; /* base 101 */
	}
	.field_news_body::before {
		height: 18px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 375 > 370-394 */
/* 1-column: 375/768 = 48.8%: step-down vertical dims */

@media screen and (min-width: 370px) and (max-width: 394px) {
	.blue-top {
		height: 51px; /* base 104 */
	}
	#header-border-sm {
		top: 50px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 94px; /* base 193 */
	}
	.page-menu-spacer {
		height: 34px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 34px; /* base 69 */
	}
	.page-menu.main.open {
		height: 94px; /* base 193 */
	}
	.page-item {
	    font-size: 20px; /* base 41 */
	}
	.page-menu .second {
		top: 28px; /* base 57 */
	}
	.page-menu .third {
		top: 56px; /* base 114 */
	}
	.drop-arrow {
		height: 11px; /* base 23 */
		width: 11px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 11px 11px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 10px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 14px; /* base 28 */
		font-size: 12px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 12px; /* base 24 */
		max-height: 38px; /* base 77 */
		font-size: 16px; /* base 32 */
	}
	.field_news_body {
		height: 49px; /* base 101 */
	}
	.field_news_body::before {
		height: 17px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 360 > 355-369 */
/* 1-column: 360/768 = 46.9%: step-down vertical dims */

@media screen and (min-width: 355px) and (max-width: 369px) {
	.blue-top {
		height: 49px; /* base 104 */
	}
	#header-border-sm {
		top: 48px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 90px; /* base 193 */
	}
	.page-menu-spacer {
		height: 32px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 32px; /* base 69 */
	}
	.page-menu.main.open {
		height: 90px; /* base 193 */
	}
	.page-item {
	    font-size: 19px; /* base 41 */
	}
	.page-menu .second {
		top: 27px; /* base 57 */
	}
	.page-menu .third {
		top: 53px; /* base 114 */
	}
	.drop-arrow {
		height: 11px; /* base 23 */
		width: 11px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 11px 11px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 10px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 13px; /* base 28 */
		font-size: 11px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 11px; /* base 24 */
		max-height: 36px; /* base 77 */
		font-size: 15px; /* base 32 */
	}
	.field_news_body {
		height: 47px; /* base 101 */
	}
	.field_news_body::before {
		height: 16px; /* base 35 */
	}
}

/* -------------------------------------------------------------- breakpoint: 320 > 0-354 */
/* 1-column: 320/768 = 41.7%: step-down vertical dims */

@media screen and (max-width: 354px) {
	.blue-top {
		height: 43px; /* base 104 */
	}
	#header-border-sm {
		top: 42px; /* base 104 -1 */
	}
	.page-menu.main {
		top: 80px; /* base 193 */
	}
	.page-menu-spacer {
		height: 29px; /* base 69 */
	}
	.page-menu.main.closed {
		height: 29px; /* base 69 */
	}
	.page-menu.main.open {
		height: 80px; /* base 193 */
	}
	.page-item {
	    font-size: 17px; /* base 41 */
	}
	.page-menu .second {
		top: 24px; /* base 57 */
	}
	.page-menu .third {
		top: 48px; /* base 114 */
	}
	.drop-arrow {
		height: 10px; /* base 23 */
		width: 10px; /* base 23 */
		background: url(../images/arrow-down-white.svg) 0 0;
		background-size: 10px 10px; /* base 23 */
	}
	.news-tile-image-wrapper {
		margin-top: 9px; /* base 21 */
	}
	.news-tile-text {
		margin-top: 12px; /* base 28 */
		font-size: 10px; /* base 24 */
	}
	.field_news_headline {
		margin-bottom: 10px; /* base 24 */
		max-height: 32px; /* base 77 */
		font-size: 13px; /* base 32 */
	}
	.field_news_body {
		height: 42px; /* base 101 */
	}
	.field_news_body::before {
		height: 15px; /* base 35 */
	}
}

