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

/* styles-positive-impact.css */
/* styles relating to the four positive impact pages pages */

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

.blue-top {
  height: 160px;
}
#header-border-sm {
  display: none;
}
.column-main .pos-impact-blurb {
  display: none;
}
.column-side .pos-impact-blurb {
  display: block;
  position: relative;
  padding-bottom: 72px;
  padding-right: 30px;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid #e6e6e6;
  font-family: "UniversLTW04-45Light";
  font-size: 28px;
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}
span.bold {
  font-family: "UniversLTW04-65Bold";
}
span.black {
  font-family: "UniversLTW04-75Black";
}
.column-main .principle-statement {
	display: block;
	position: relative;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 27px;
	padding-bottom: 46px;
	font-family: 'UniversLTW04-45Light';
    font-size: 23px;
    line-height: 1.3;
    color: #FFFFFF;
	background-color: #595C59;
}
.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;
}
.title-block {
	display: block;
	position: relative;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 13px;
	padding-bottom: 46px;
    line-height: 1.3;
    color: #FFFFFF;
	background-color: #595C59;
}
.title-block .sub-title {
  display: block;
  position: relative;
  font-family: "UniversLTW04-45Light";
  font-size: 30px;
}
.title-block .title {
  display: block;
  position: relative;
  font-family: "UniversLTW04-75Black";
  font-size: 56px;
  line-height: 1;
}

/* ============================================================== 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) {
  .column-main .principle-statement {
    padding-left: 3.846153846153846%; /* 32/832 */
    padding-right: 3.846153846153846%; /* 32/832 */
  }
  .title-block {
    padding-left: 3.846153846153846%; /* 32/832 */
    padding-right: 3.846153846153846%; /* 32/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 */
  }
  .column-side .pos-impact-blurb {
    padding-bottom: 64px; /* base 72 */
    font-size: 25px; /* base 28 */
  }
  .column-main .principle-statement {
    /*height: 210px;*/ /* base 237 */
    padding-top: 24px; /* base 27 */
    padding-bottom: 41px; /* base 46 */
    font-size: 20px; /* base 23 */
  }
  .page-menu.side {
    padding-top: 9px; /* base 10 */
  }
  .page-item-side {
    font-size: 25px; /* base 28 */
  }
  .title-block {
    padding-top: 20px; /* base 13 */
    padding-bottom: 41px; /* base 46 */
  }
  .title-block .sub-title {
    font-size: 27px; /* base 30 */
  }
  .title-block .title {
    font-size: 50px; /* base 56 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-side .pos-impact-blurb {
    padding-bottom: 56px; /* base 72 */
    font-size: 22px; /* base 28 */
  }
  .column-main .principle-statement {
    /*height: 184px;*/ /* base 237 */
    padding-top: 21px; /* base 27 */
    padding-bottom: 36px; /* base 46 */
    font-size: 18px; /* base 23 */
  }
  .page-menu.side {
    padding-top: 8px; /* base 10 */
  }
  .page-item-side {
    font-size: 22px; /* base 28 */
  }
  .title-block {
    padding-top: 20px; /* base 13 */
    padding-bottom: 36px; /* base 46 */
  }
  .title-block .sub-title {
    font-size: 23px; /* base 30 */
  }
  .title-block .title {
    font-size: 43px; /* base 56 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-side .pos-impact-blurb {
    padding-bottom: 48px; /* base 72 */
    font-size: 19px; /* base 28 */
  }
  .column-main .principle-statement {
    /*height: 160px;*/ /* base 237 */
    padding-top: 18px; /* base 27 */
    padding-bottom: 31px; /* base 46 */
    font-size: 15px; /* base 23 */
  }
  .page-menu.side {
    padding-top: 7px; /* base 10 */
  }
  .page-item-side {
    font-size: 19px; /* base 28 */
  }
  .title-block {
    padding-top: 20px; /* base 13 */
    padding-bottom: 31px; /* base 46 */
  }
  .title-block .sub-title {
    font-size: 20px; /* base 30 */
  }
  .title-block .title {
    font-size: 38px; /* base 56 */
  }
}

/* ============================================================== 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;
	}
	.column-main .pos-impact-blurb {
		display: block;
		position: relative;
		font-family: 'UniversLTW04-45Light';
	    line-height: 1.5;
	    color: #E8EAEB;
		background-color: #595C59;
	}
	.column-main .principle-statement {
		height: auto;
		font-family: 'UniversLTW05-55Roman';
	    line-height: 1.4;
	    color: #222720;
		background-color: #E8EAEB;
	}
	.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;
	}
	.title-block {
		display: none;
	}
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    padding-left: 3.776041666666667%; /* 29/768 */
    padding-right: 9.765625%; /* 75/768 */
  }
  .column-main .principle-statement {
    padding-left: 3.776041666666667%; /* 29/768 */
    padding-right: 9.765625%; /* 75/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 */
  }
}

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

@media screen and (max-width: 319px) {
  #header-border-sm {
    width: 295px; /* (768-29-29)/768 */
    margin-left: 12px; /* 29/768 */
  }
  .column-main .pos-impact-blurb {
    padding-left: 12px; /* 29/768 */
    padding-right: 31px; /* 75/768 */
  }
  .column-main .principle-statement {
    padding-left: 12px;
    padding-right: 31px;
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 93px; /* base 93 */
    padding-top: 12px; /* base 12 */
    font-size: 20px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 18px; /* base 18 */
    padding-bottom: 50px; /* base 50 */
    font-size: 32px; /* base 32 */
  }
  .page-menu.main {
    /* top: 286px; */
  }
  .page-menu-spacer {
    height: 69px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 69px; /* base 69 */
  }
  .page-menu.main.open {
    height: 250px; /* base 250 */
  }
  .page-item {
    font-size: 41px; /* base 41 */
  }
  .page-menu .second {
    top: 57px; /* base 57 */
  }
  .page-menu .third {
    top: 114px; /* base 114 */
  }
  .page-menu .fourth {
    top: 171px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 87px; /* base 93 */
    padding-top: 11px; /* base 12 */
    font-size: 19px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 17px; /* base 18 */
    padding-bottom: 47px; /* base 50 */
    font-size: 30px; /* base 32 */
  }
  .page-menu.main {
    /* top: 267px; */
  }
  .page-menu-spacer {
    height: 65px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 65px; /* base 69 */
  }
  .page-menu.main.open {
    height: 234px; /* base 250 */
  }
  .page-item {
    font-size: 38px; /* base 41 */
  }
  .page-menu .second {
    top: 53px; /* base 57 */
  }
  .page-menu .third {
    top: 107px; /* base 114 */
  }
  .page-menu .fourth {
    top: 160px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 80px; /* base 93 */
    padding-top: 10px; /* base 12 */
    font-size: 17px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 15px; /* base 18 */
    padding-bottom: 43px; /* base 50 */
    font-size: 28px; /* base 32 */
  }
  .page-menu.main {
    /* top: 245px; */
  }
  .page-menu-spacer {
    height: 59px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 59px; /* base 69 */
  }
  .page-menu.main.open {
    height: 215px; /* base 250 */
  }
  .page-item {
    font-size: 35px; /* base 41 */
  }
  .page-menu .second {
    top: 49px; /* base 57 */
  }
  .page-menu .third {
    top: 98px; /* base 114 */
  }
  .page-menu .fourth {
    top: 147px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 73px; /* base 93 */
    padding-top: 9px; /* base 12 */
    font-size: 16px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 14px; /* base 18 */
    padding-bottom: 39px; /* base 50 */
    font-size: 25px; /* base 32 */
  }
  .page-menu.main {
    /* top: 223px; */
  }
  .page-menu-spacer {
    height: 54px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 54px; /* base 69 */
  }
  .page-menu.main.open {
    height: 195px; /* base 250 */
  }
  .page-item {
    font-size: 32px; /* base 41 */
  }
  .page-menu .second {
    top: 45px; /* base 57 */
  }
  .page-menu .third {
    top: 89px; /* base 114 */
  }
  .page-menu .fourth {
    top: 134px; /* base 171 */
  }
  .drop-arrow {
    height: 18px; /* base 23 */
    width: 18px; /* base 23 */
    background: url(../images/arrow-down-white.svg) 0 0;
    background-size: 18px 18px; /* base 23 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 67px; /* base 93 */
    padding-top: 9px; /* base 12 */
    font-size: 14px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 13px; /* base 18 */
    padding-bottom: 36px; /* base 50 */
    font-size: 23px; /* base 32 */
  }
  .page-menu.main {
    /* top: 205px; */
  }
  .page-menu-spacer {
    height: 49px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 49px; /* base 69 */
  }
  .page-menu.main.open {
    height: 179px; /* base 250 */
  }
  .page-item {
    font-size: 29px; /* base 41 */
  }
  .page-menu .second {
    top: 41px; /* base 57 */
  }
  .page-menu .third {
    top: 82px; /* base 114 */
  }
  .page-menu .fourth {
    top: 122px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 61px; /* base 93 */
    padding-top: 8px; /* base 12 */
    font-size: 13px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 12px; /* base 18 */
    padding-bottom: 33px; /* base 50 */
    font-size: 21px; /* base 32 */
  }
  .page-menu.main {
    /* top: 186px; */
  }
  .page-menu-spacer {
    height: 45px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 45px; /* base 69 */
  }
  .page-menu.main.open {
    height: 163px; /* base 250 */
  }
  .page-item {
    font-size: 27px; /* base 41 */
  }
  .page-menu .second {
    top: 37px; /* base 57 */
  }
  .page-menu .third {
    top: 74px; /* base 114 */
  }
  .page-menu .fourth {
    top: 111px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 56px; /* base 93 */
    padding-top: 7px; /* base 12 */
    font-size: 12px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 11px; /* base 18 */
    padding-bottom: 30px; /* base 50 */
    font-size: 19px; /* base 32 */
  }
  .page-menu.main {
    /* top: 171px; */
  }
  .page-menu-spacer {
    height: 41px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 41px; /* base 69 */
  }
  .page-menu.main.open {
    height: 150px; /* base 250 */
  }
  .page-item {
    font-size: 25px; /* base 41 */
  }
  .page-menu .second {
    top: 34px; /* base 57 */
  }
  .page-menu .third {
    top: 68px; /* base 114 */
  }
  .page-menu .fourth {
    top: 102px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 50px; /* base 93 */
    padding-top: 6px; /* base 12 */
    font-size: 11px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 10px; /* base 18 */
    padding-bottom: 27px; /* base 50 */
    font-size: 17px; /* base 32 */
  }
  .page-menu.main {
    /* top: 154px; */
  }
  .page-menu-spacer {
    height: 37px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 37px; /* base 69 */
  }
  .page-menu.main.open {
    height: 135px; /* base 250 */
  }
  .page-item {
    font-size: 22px; /* base 41 */
  }
  .page-menu .second {
    top: 31px; /* base 57 */
  }
  .page-menu .third {
    top: 61px; /* base 114 */
  }
  .page-menu .fourth {
    top: 92px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 48px; /* base 93 */
    padding-top: 6px; /* base 12 */
    font-size: 10px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 9px; /* base 18 */
    padding-bottom: 26px; /* base 50 */
    font-size: 17px; /* base 32 */
  }
  .page-menu.main {
    /* top: 148px; */
  }
  .page-menu-spacer {
    height: 36px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 36px; /* base 69 */
  }
  .page-menu.main.open {
    height: 130px; /* base 250 */
  }
  .page-item {
    font-size: 21px; /* base 41 */
  }
  .page-menu .second {
    top: 30px; /* base 57 */
  }
  .page-menu .third {
    top: 159px; /* base 114 */
  }
  .page-menu .fourth {
    top: 89px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 45px; /* base 93 */
    padding-top: 6px; /* base 12 */
    font-size: 10px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 9px; /* base 18 */
    padding-bottom: 24px; /* base 50 */
    font-size: 16px; /* base 32 */
  }
  .page-menu.main {
    /* top: 139px; */
  }
  .page-menu-spacer {
    height: 34px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 34px; /* base 69 */
  }
  .page-menu.main.open {
    height: 122px; /* base 250 */
  }
  .page-item {
    font-size: 20px; /* base 41 */
  }
  .page-menu .second {
    top: 28px; /* base 57 */
  }
  .page-menu .third {
    top: 56px; /* base 114 */
  }
  .page-menu .fourth {
    top: 83px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 44px; /* base 93 */
    padding-top: 6px; /* base 12 */
    font-size: 9px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 8px; /* base 18 */
    padding-bottom: 23px; /* base 50 */
    font-size: 15px; /* base 32 */
  }
  .page-menu.main {
    /* top: 134px; */
  }
  .page-menu-spacer {
    height: 32px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 32px; /* base 69 */
  }
  .page-menu.main.open {
    height: 117px; /* base 250 */
  }
  .page-item {
    font-size: 19px; /* base 41 */
  }
  .page-menu .second {
    top: 27px; /* base 57 */
  }
  .page-menu .third {
    top: 53px; /* base 114 */
  }
  .page-menu .fourth {
    top: 80px; /* base 171 */
  }
  .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 */
  }
}

/* -------------------------------------------------------------- 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 */
  }
  .column-main .pos-impact-blurb {
    height: 39px; /* base 93 */
    padding-top: 5px; /* base 12 */
    font-size: 8px; /* base 20 */
  }
  .column-main .principle-statement {
    padding-top: 8px; /* base 18 */
    padding-bottom: 21px; /* base 50 */
    font-size: 13px; /* base 32 */
  }
  .page-menu.main {
    /* top: 119px; */
  }
  .page-menu-spacer {
    height: 29px; /* base 69 */
  }
  .page-menu.main.closed {
    height: 29px; /* base 69 */
  }
  .page-menu.main.open {
    height: 104px; /* base 250 */
  }
  .page-item {
    font-size: 17px; /* base 41 */
  }
  .page-menu .second {
    top: 24px; /* base 57 */
  }
  .page-menu .third {
    top: 48px; /* base 114 */
  }
  .page-menu .fourth {
    top: 71px; /* base 171 */
  }
  .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 */
  }
}
