@font-face {
	font-family: 'UnitedSansReg';
	src: url('https://cdn.wbm.ai/clients/common/fonts/UnitedSansReg-Bold.otf') format('otf'), url('https://cdn.wbm.ai/clients/common/fonts/UnitedSansReg-Bold.woff') format('woff'), url('https://cdn.wbm.ai/clients/common/fonts/UnitedSansReg-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted #00000000
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

.splide__container {
	box-sizing: border-box;
	position: relative;
  }
  .splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transform-style: preserve-3d;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
	display: block;
  }
  .splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
  }
  .splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
  }
  .splide__progress__bar {
	width: 0;
  }
  .splide {
	outline: none;
	position: relative;
	visibility: hidden;
  }
  .splide.is-initialized,
  .splide.is-rendered {
	visibility: visible;
  }
  .splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	outline: none;
	position: relative;
  }
  .splide__slide img {
	vertical-align: bottom;
  }
  .splide__slider {
	position: relative;
  }
  .splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
  }
  .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
  }
  @keyframes splide-loading {
	0% {
	  transform: rotate(0);
	}
	to {
	  transform: rotate(1turn);
	}
  }
  .splide--draggable > .splide__slider > .splide__track,
  .splide--draggable > .splide__track {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .splide--fade > .splide__slider > .splide__track > .splide__list,
  .splide--fade > .splide__track > .splide__list {
	display: block;
  }
  .splide--fade
	> .splide__slider
	> .splide__track
	> .splide__list
	> .splide__slide,
  .splide--fade > .splide__track > .splide__list > .splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
  }
  .splide--fade
	> .splide__slider
	> .splide__track
	> .splide__list
	> .splide__slide.is-active,
  .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
  }
  .splide--rtl {
	direction: rtl;
  }
  .splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
  .splide--ttb.is-active > .splide__track > .splide__list {
	display: block;
  }
  .splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
  }
  .splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
  }
  .splide__arrow:hover {
	opacity: 0.9;
  }
  .splide__arrow:focus {
	outline: none;
  }
  .splide__arrow--prev {
	left: 1em;
  }
  .splide__arrow--prev svg {
	transform: scaleX(-1);
  }
  .splide__arrow--next {
	right: 1em;
  }
  .splide__pagination {
	bottom: 30px;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
  }
  .rankings .splide__pagination {
	  bottom: 10px;
  }
  .rankings .splide__pagination__page {
	  background: #081F2D;
  }
  .splide__pagination__page {
	background: #fff;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 14px;
	margin: 15px;
	padding: 0;
	transition: transform 0.2s linear;
	width: 14px;
  }
  .splide__pagination__page.is-active {
	background: #ffc845;
  }
  .splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.7;
  }
  .splide__pagination__page:focus {
	outline: none;
  }
  .splide__progress__bar {
	background: #ccc;
	height: 3px;
  }
  .splide--nav
	> .splide__slider
	> .splide__track
	> .splide__list
	> .splide__slide,
  .splide--nav > .splide__track > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
  }
  .splide--nav
	> .splide__slider
	> .splide__track
	> .splide__list
	> .splide__slide.is-active,
  .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
  }
  .splide--nav
	> .splide__slider
	> .splide__track
	> .splide__list
	> .splide__slide:focus,
  .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
	outline: none;
  }
  .splide--rtl > .splide__arrows .splide__arrow--prev,
  .splide--rtl
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--prev,
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
	left: auto;
	right: 1em;
  }
  .splide--rtl > .splide__arrows .splide__arrow--prev svg,
  .splide--rtl
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--prev
	svg,
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1);
  }
  .splide--rtl > .splide__arrows .splide__arrow--next,
  .splide--rtl
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--next,
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto;
  }
  .splide--rtl > .splide__arrows .splide__arrow--next svg,
  .splide--rtl
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--next
	svg,
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1);
  }
  .splide--ttb > .splide__arrows .splide__arrow,
  .splide--ttb
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow,
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%);
  }
  .splide--ttb > .splide__arrows .splide__arrow--prev,
  .splide--ttb
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--prev,
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
	top: 1em;
  }
  .splide--ttb > .splide__arrows .splide__arrow--prev svg,
  .splide--ttb
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--prev
	svg,
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg);
  }
  .splide--ttb > .splide__arrows .splide__arrow--next,
  .splide--ttb
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--next,
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
	bottom: 1em;
	top: auto;
  }
  .splide--ttb > .splide__arrows .splide__arrow--next svg,
  .splide--ttb
	> .splide__slider
	> .splide__track
	> .splide__arrows
	.splide__arrow--next
	svg,
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg);
  }
  .splide--ttb > .splide__pagination,
  .splide--ttb > .splide__slider > .splide__pagination {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
  }


.ecMain {
    padding: 0;
}

div#content {
    padding: 0 !important;
}

#c_page.cr {
	max-width: 1440px;
	padding: 0;
}

.part.css, .part.js {
	display: none
}

.part * {
	font-family: acumin-pro,sans-serif;
	box-sizing: border-box;
}

.part strong {
	font-weight: 700 !important;
}

.c_row.c_main-body.cr {
    padding: 15px 0;
    max-width: 1440px;
	margin: 0 auto;
}

div#content > div[role='banner'] {
	max-width: 1080px;
	margin: 0 auto !important;
}

#global {
	max-width: 1080px;
	margin: 10px auto;
	float: unset;
	text-align: right;
}

.container {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 1199.98px) {
	.container {
		width: 960px;
	}
}
@media (max-width: 991.98px) {
	.container {
		width: 720px;
	}
}
@media (max-width: 767.98px) {
	.container {
		width: 540px;
	}
}
@media (max-width: 575.98px) {
	.container {
		width: calc(100% - 60px);
	}
}


header.cr {
	display: none
}

.c_spacer.cr {
	display: none;
}

.c_row.c_main-body.cr {
	padding-top: 76px !important;
	position: relative;
}

.part.widget-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.widget-header__container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	box-sizing: border-box;
}

.widget-header__container img {
	width: 160px !important;
}

.application_selector {
    position: absolute;
    top: 24px;
    right: calc((1440px - 1080px) / 2);
    z-index: 900;
}
.application_selector select {
    border: 1px solid #000000;
    padding: 2px 23px 2px 5px;
    width: 240px;
    color: #000000;
	height: 30px;
    font-weight: 400;
	line-height: 19px;
	font-size: 16px;
    background: url('https://apply.pfw.edu/www/images/applicant(wb)/chevron-down-black.svg') no-repeat 97% 50%;
	background-size: auto 6px;
	background-color: unset;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.application_selector select option {
	color: #000;
}
@media (max-width: 1439.98px) {
	.application_selector {
	    right: calc((100vw - 1080px) / 2);
	}
}
@media (max-width: 1199.98px) {
	.application_selector {
	    right: calc((100vw - 960px) / 2);
	}
}
@media (max-width: 991.98px) {
	.application_selector {
	    right: calc((100vw - 720px) / 2);
	}
}
@media (max-width: 767.98px) {
	.application_selector {
		right: unset;
	    left: calc((50vw - 120px));
		top: 84px;
	}
	.heade-with-selector .widget-header__container {
		padding-bottom: 62px;
		height: 138px;
	}
	.heade-with-selector  .c_row.c_main-body.cr {
		padding-top: 138px !important;
	}
}

.navigation {
	margin-bottom: 25px !important;
}
.navigation__title-container {
	position: relative;
	z-index: 1;
}
.navigation__title-container-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 400px;
	padding: 95px 0 25px 0;
	width: 100%;
}

.navigation__background {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	z-index: -1;
}
#content h1.navigation__title {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 52px;
	font-family: 'UnitedSansReg', sans-serif;
	margin: 0;
	text-align: center;
}

.navigation__btns-container {
	background-color: #000000;
}

.navigation__btns-container-inner ul.navigation__btns {
	list-style: none;
	display: flex;
	width: 100%;
	margin: 0;
	z-index: 2;
}
.navigation__btns-container-inner li.navigation__item {
	margin: 0;
	padding: 0;
	margin-right: 80px;
}
#content .navigation__btns-container-inner a.navigation__link {
	width: 100%;
	height: 50px;
	margin: 0;
	display: flex;
	border: none;
	align-items: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	text-decoration: none;
}

#content .navigation__btns-container-inner a.navigation__link:hover {
	background: unset !important;
	text-decoration: underline;
}

.navigation__student {
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
}

@media ( max-width: 991.98px ) {
	.navigation__btns-container-inner ul.navigation__btns {
		flex-direction: column;
		padding: 20px 0;
	}
}

@media ( max-width: 575.98px ) {
	.navigation {
		margin-bottom: 35px !important;
	}
	#content h1.navigation__title {
		font-size: 32px;
		line-height: 36px;
	}
	.navigation__title-container-inner {
		justify-content: space-around;
		min-height: 260px;
		padding: 25px 0;
	}
}

.part.status-bar {
	margin-bottom: 50px !important;
}
.part.status-bar .status-bar__container {
	padding: 25px 20px 25px 20px;
	text-align: center;
	background-color: #DAAA00;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.part.status-bar .status-bar__container h3, .part.status-bar .status-bar__container h3 span {
	font-size: 26px;
	line-height: 31px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
	font-family: 'UnitedSansReg', sans-serif;
}
@media (max-width: 767.98px) {
	.part.status-bar .status-bar__text-part {
		display: block;
	}
}
@media (max-width: 575.98px) {
	.part.status-bar {
		margin-bottom: 35px !important;
	}
}
@media (max-width: 454.98px) {
	.part.status-bar .status-bar__container h3, .part.status-bar .status-bar__container h3 span {
		font-size: 5.5vw;
		line-height: 6.5vw;
	}
}

#content .part .widget-basic-btn {
	color: #000000 !important;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41px;
	padding: 0 15px;
	border: 2px solid #8E6F3E;
	border-radius: 5px;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s all;
	font-weight: 700;
}

.part a.widget-basic-btn:hover {
	text-decoration: none;
	background-color: #cfb991;
	transition: 0.5s all;
}

.part.text-photo {
	margin-bottom: 50px !important;
}

.text-photo__container {
	display: grid;
	grid-template-columns: 1fr 50%;
	column-gap: 60px;
	padding: 0 80px;
	padding-bottom: 30px;
}

.text-photo__left .text-photo__container {
	grid-template-columns: 50% 1fr;
	padding-bottom: unset;
	padding-top: 30px;
}

.text-photo__photo {
	display: inline-block;
	width: 100%;
	min-height: 300px !important;
	height: 100%;
	position: relative;
}

.text-photo__photo::after {
	content: '';
	position: absolute;
	bottom: -28px;
	left: 30px;
	right: 30px;
	display: inline-block;
	height: 28px;
	background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/imgTexture.png')
}

.text-photo__left .text-photo__photo::after {
	bottom: unset;
	top: -28px;
}

.text-photo__photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: top;
}

.text-photo__photo iframe {
	width: 100% !important;
	height: 100% !important;
}

.text-photo__content h3 {
	color: #000000;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'UnitedSansReg', sans-serif;
}

.text-photo__content .text-photo__message {
	color: #282828;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 24px;
}

.text-photo__content .text-photo__message a {
	color: #282828;
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	text-decoration: underline
}

.text-photo__content .text-photo__message a:hover {
	color: #282828 !important;
}

@media (max-width: 1199.98px) {
	.text-photo__container {
		display: grid;
		column-gap: 40px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 991.98px) {
	.text-photo__container {
		column-gap: 30px;
		padding-right: 0px;
		padding-left: 0px;
	}

}

@media (max-width: 767.98px) {
	.text-photo__container {
		grid-template-columns: 1fr;
		row-gap: 35px;
	}
	.text-photo__left .text-photo__container {
		grid-template-columns: 1fr;
		row-gap: 55px;
	}
	.text-photo__photo {
		grid-row-start: 2;
	}
	.text-photo__left .text-photo__container {
		padding-top: 0;
	}
}

@media (max-width: 575.98px) {
	.part.text-photo {
		margin-bottom: 35px !important;
	}
	.text-photo__photo {
		height: 240px !important;
		min-height: unset !important;
	}
	.text-photo__photo::after {
		bottom: -22px;
		height: 22px;
	}

	.text-photo__left .text-photo__photo::after {
		top: -22px;
	}
	.text-photo__container {
		padding-bottom: 22px;
	}
	.text-photo__left .text-photo__container {
		padding-top: 22px;
	}
}

.part.checklist-tabs.checklist-tabs__hide {
	display: none;
}

.checklist-tabs__tab {
	background-color: #ffffff;
	border: 1px solid #000000;
	height: 50px;
	width: 50%;
	max-width: 200px;
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
	outline: none !important;
	transition: 0.5s all;
}

.checklist-tabs__tab:hover {
	background-color: #000000 !important;
	outline: none !important;
	filter: opacity(0.5);
	border: unset;
	color: #fff !important;
	transition: 0.5s all;
}

.checklist-tabs__tab:active {
	outline: none !important;
    border: none;
}

.part.checklist-tabs .checklist-tabs__admissions #admissions {
	background-color: #000000;
	text-decoration: underline;
	color: #fff;
	transition: 0.5s all;
}

.part.checklist-tabs .checklist-tabs__checklist #checklist {
	background-color: #000000;
	text-decoration: underline;
	color: #fff;
	transition: 0.5s all;
}

.part.checklist-tabs .checklist-tabs__admissions #admissions:hover, .part.checklist-tabs .checklist-tabs__checklist #checklist :hover {
	background-color: #000000 !important;
	outline: none !important;
	filter: opacity(0.5);
	border: unset;
	color: #fff !important;
	transition: 0.5s all;
}

.checklist-tabs__checklist .part.adm_list {
	display: none;
	margin-bottom: 0 !important
}

.checklist-tabs__admissions .part.forms-list-checklist{
	display: none;
	margin-bottom: 0 !important
}

.adm_list, .forms-list-checklist  {
	margin: 0 auto !important;
    margin-bottom: 50px !important;
}
.adm_list > div, .part.forms-list-checklist h3, .part.forms-list-checklist > div {
    margin-top: 0 !important;
	background-color: #000000;
	max-width: 1080px;
	margin: 0 auto;
}
.part.forms-list-checklist table.table {
	margin-top: 0 !important;
	background-color: #000000;
	max-width: 1080px;
	margin: 0 auto;
}
.part.adm_list > div > div > p, .part.new-student-checklist > div > div > p {
	background-color: #000000;
	margin: 0;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #ffffff;
}
.part.adm_list > div > div > p a {
	color: #ffffff !important;
	font-weight: 700;
	border: none !important;
}
.adm_list h3, .forms-list-checklist h3 {
	background-color: #000000;
    text-align: center;
    padding: 15px 0;
	color: #DAAA00;
    font-size: 26px;
	font-weight: 700;
    margin-bottom: 0;
	border: 1px solid #ffffff;
	border-right: none;
	border-left: none;
	border-top: none;
	font-family: 'UnitedSansReg', sans-serif;
	text-transform: uppercase;
}
.adm_list .table, .forms-list-checklist .table {
    margin: 0;
    border-top: unset;
}
.adm_list .table .column th, .forms-list-checklist .table .column th {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
	border-right: none;
	border-left: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-top: unset;
}
.adm_list .table .column, .forms-list-checklist .table .column th {
	border-right: none;
	border-left: none;
	background-color: #000000;
}
.adm_list .table .column th:first-child, .forms-list-checklist .table .column th:first-child {
    text-align: center;
    padding-left: 40px
}

.adm_list .table .plain td, .forms-list-checklist .table td {
    border: none;
    border-bottom: unset;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	font-weight: 300;
}
.adm_list .table tr.plain, .forms-list-checklist .table tr {
	box-sizing: content-box;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ffffff;
}
.adm_list .table .plain td a, .forms-list-checklist .table td a {
	padding: initial;
	background-color: unset;
	color: #ffffff !important;
	border: unset !important;
	margin: 0;
	text-decoration: underline;
}
.adm_list .table .plain td a:hover, .forms-list-checklist .table td a:hover {
	background: unset !important;
}
.forms-list-checklist .table td span {
	display: block;
	text-align: right;
	padding-right: 20px;
}

.adm_list .table colgroup col:last-child {
    width: 140px !important;
}
.adm_list .table colgroup col:first-child, .forms-list-checklist .table colgroup col:first-child{
    width: 75px !important;
}
.adm_list .table .plain td:first-child, .forms-list-checklist .table td:first-child {
    padding-left: 30px !important;
}
.part.adm_list, .part.forms-list-checklist {
    padding-left: 0;
	padding-right: 0;
}
@media ( max-width: 1199.98px ) {
	.adm_list > div, .part.forms-list-checklist h3, .part.forms-list-checklist table.table {
		max-width: 960px;
	}
}

@media ( max-width: 991.98px ) {
	.adm_list > div, .part.forms-list-checklist h3, .part.forms-list-checklist table.table {
		max-width: 720px;
	}
}

@media ( max-width: 767.98px ) {
	.adm_list > div, .part.forms-list-checklist h3, .part.forms-list-checklist table.table {
		max-width: 540px;
	}
	.adm_list .table, .forms-list-checklist .table {
	    border-top: 1px solid #ffffff;
	}
	.checklist-instruction {
		border-top: 1px solid #ffffff;
	}
}

@media ( max-width: 736px ) {
    table.table {
		display: table !important;
	}
	table.table thead {
		display: table-header-group !important;
	}
	table.table tbody {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th {
		display: table-cell !important;
	}
	table.table td {
		display: table-cell !important;
		border-bottom: 1px solid #ffffff !important;
	}
	table.table td {
		padding: 10px 5px 10px 5px !important;
	}
	.adm_list tr.plain td {
		white-space: normal !important;
	}
}

@media ( max-width: 575.98px ) {
	.adm_list .table colgroup col:last-child {
		width: 100px !important;
	}
	.adm_list .table colgroup col:nth-child(2) {
		width: 80px !important;
	}
	.adm_list .table colgroup col:first-child {
		width: 30px !important;
	}
	.adm_list .table .plain td:first-child, .forms-list-checklist .table td:first-child {
		padding-left: 12px !important;
	}
	.forms-list-checklist .table colgroup col:first-child {
		width: 30px !important;
	}
	.forms-list-checklist .table td:first-child {
        padding-left: 12px !important;
    }
	.adm_list .table .column th:first-child {
		padding-left: 0;
	}
	.part.adm_list, .part.forms-list-checklist {
		width: 100%;
	}
	.adm_list .table tr.plain, .forms-list-checklist .table tr.plain {
		border-left: unset;
		border-right: unset;
	}
	.adm_list .table .column, .forms-list-checklist .table .column {
		border-left: unset;
		border-right: unset;
	}
	.adm_list, .forms-list-checklist {
	    margin-bottom: 35px !important;
	}
	.adm_list h3, .forms-list-checklist h3 {
		border-right: unset;
		border-left: unset;
		font-size: 22px;
		line-height: 27px;
	}
	.checklist-instruction {
		border-right: unset;
		border-left: unset;
		padding: 15px 30px;
	}
	.adm_list > div, .part.forms-list-checklist h3, .part.forms-list-checklist table.table, .part.forms-list-checklist-solo h3 {
		max-width: 100%;
	}
	.part.checklist-tabs .container {
		width: 100%;
	}
	.adm_list .table .plain td, .forms-list-checklist .table td {
	    font-size: 15px;
		line-height: 19px
	}
	.adm_list .table .plain td a, .forms-list-checklist .table td a {
		font-size: 15px;
		line-height: 19px
	}
}
table > tbody > tr > td:nth-of-type(1)::before {
    display: none;
}
table > tbody > tr > td:nth-of-type(3)::before {
    display: none;
}

.widget_uploader {
	border-top: 1px solid #ffffff;
	padding: 25px 80px 25px 80px;
	margin: 0 auto;
    margin-bottom: 50px !important;
	background-color: #000000;
	max-width: 1080px;
	box-sizing: border-box;
	position: relative;
}

div.part.widget_uploader.uploader-up {
    margin-top: -51px !important;
}

@media ( max-width: 1199.98px ) {
	.widget_uploader {
		max-width: 960px;
	}
}

@media ( max-width: 991.98px ) {
	.widget_uploader {
		max-width: 720px;
	}
}

@media (max-width: 767.98px) {
	.widget_uploader {
		max-width: 540px;
	}
}

@media (max-width: 575.98px) {
	.widget_uploader {
	    margin: 0;
		width: 100vw;
		max-width: 100vw;
	}
}

.widget_uploader h3 {
    margin-bottom: 19px;
	color: #DAAA00;
	font-family: 'UnitedSansReg', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}

.widget_uploader p {
	font-size: 15px;
    line-height: 23px;
	color: #ffffff;
	font-weight: 400
}

.widget_uploader ul {
    margin-left: 20px;
	font-weight: 400
}

.widget_uploader ul li {
	margin-bottom: 6px;
}

.widget_uploader form {
	display: flex;
	color: #282828;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.widget_uploader select {
	width: 230px;
	height: 46px;
	border: 1px solid #282828;
	border-radius: 5px;
	margin: 20px 20px 0 0;
	background: url('https://apply.pfw.edu/www/images/applicant(wb)/chevron-down-black.svg') no-repeat 95% 50%;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 10px;
	padding-right: 30px;
	font-weight: 300
}

.widget_uploader input[type=file] {
	min-width: 350px;
	margin: 20px 0 0 0 !important;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #fff;
	border-radius: 5px;
}

.widget_uploader input[type=file]::file-selector-button {
	height: 46px;
	border: 0px solid #ffffff;
	border-radius: 0;
	background-color: #fff;
	margin-right: 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	border-radius: 5px;
}

.widget_uploader button.default {
	color: #000000 !important;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 0 !important;
	margin-top: 20px;
	padding: 1px 0;
	width: 132px;
	height: 46px;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	transition: 0.5s all;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.widget_uploader button.default:hover {
	text-decoration: none;
	background: #ffffff;
}

@media ( max-width: 991.98px ) {
	.widget_uploader {
		padding: 30px 30px;
	}
}

@media (max-width: 575.98px) {
	.widget_uploader {
		margin-bottom: 35px !important;
	}
	.widget_uploader {
		border-right: unset;
		border-left: unset;
	}
	div.part.widget_uploader.uploader-up {
		margin-top: -36px !important;
	}
}

.part.payment {
	margin-bottom: 50px !important;
}

.payment__container {
	background-color:#CFB991;
	padding: 27px 80px 14px 80px;
	display: flex;
	flex-wrap: wrap;
}

.payment__header {
	font-family: 'UnitedSansReg', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-transform: uppercase;
	color: #000000;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.payment__text {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	width: 230px;
	margin-bottom: 20px;
}

.payment__link {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	font-weight: 400 !important;
	text-decoration: underline !important;
	border: unset !important;
}

.payment__link:hover {
	background: unset !important;
}

@media (max-width: 991.98px) {
	.payment__container {
		padding: 25px 30px 30px 30px;
	}
	.payment__link {
		display: block;
    		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.part.payment {
		margin-bottom: 35px !important;
	}
}

.part.extra {
	margin-bottom: 50px !important;
}

.extra-gold .extra__container {
	background-color: #DAAA00
}

.extra__container {
	padding: 25px 80px 25px 80px;
}

.extra__title {
	font-family: 'UnitedSansReg', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-transform: uppercase;
	color: #000000;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.extra__container p {
	font-size: 15px;
	line-height: 23px;
	color: #000000;
}

@media (max-width: 991.98px) {
	.extra__container {
		padding: 25px 30px 25px 30px;
	}
}

@media (max-width: 575.98px) {
	.part.extra {
		margin-bottom: 35px !important;
	}
}

.part.three-blocks {
	margin-bottom: 50px !important;
}

.three-blocks__container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 35px;
	padding: 0;
}

.couns__container {
	padding: 20px 20px;
	background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/counselorBackground.jpg');
	height: 100%;
	display: flex;
	flex-direction: column;
}

.couns__container h3 {
	font-weight: 700;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px;
	line-height: 31px;
	color: #ffffff;
	margin-bottom: 25px;
	padding: 0;
	text-transform: uppercase;
}
.couns__container img {
	width: 125px !important;
	height: 125px !important;
	object-fit: cover;
	object-position: top;
	margin-bottom: 20px;
}

.couns__container h4, .couns__container > a {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff !important;
	margin-bottom: 5px;
	border: unset !important;
}

.couns__container > a:hover {
	background: unset !important;
	text-decoration: underline;
}

.couns__container > a {
	text-decoration: none;
	word-break: break-word;
}

.couns__container a:hover {
	color: #ffffff;
}

.couns-about {
	margin-top: 20px;
	flex-grow: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 488px;
}

.couns__container p {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 20px;
	flex-grow: 1;
}

#content .part.three-blocks .couns__container .widget-basic-btn {
	margin-top: 30px;
	color: #000000 !important;
	text-decoration: none;
	background-color: #CFB991;
}

#content .part.three-blocks .couns__container .widget-basic-btn:hover {
	background-color: #CFB991 !important;
	opacity: 0.6;
}

.three-blocks__quote {
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #000000;
}

.three-blocks__quote .quote__image {
	height: 256px !important;
	width: 100% !important;
	margin: 0;
	object-fit: cover;
	margin-bottom: 25px;
	object-position: top;
}

.three-blocks__quote .quote__container p {
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 22px;
	padding: 0 15%;
}

.quote__container .quote__name {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #CFB991;
	font-family: 'UnitedSansReg', sans-serif;
	padding: 0 15%;
	padding-bottom: 20px;
}

.three-blocks__cta {
	padding: 0;
	min-height: 488px;
}

.three-blocks__cta .cta__container {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.three-blocks__cta .cta-img-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	z-index: -1;
	margin: 0;
	object-fit: cover;
}

.three-blocks__cta .cta-inner {
	padding: 20px;
}

.three-blocks__cta h3 {
	font-weight: 700;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px;
	line-height: 31px;
	color: #000000;
	margin-bottom: 35px;
	padding: 0;
	text-transform: uppercase;
}

#content .part .three-blocks__cta .widget-basic-btn {
	color: #ffffff !important;
	border: none;
	background-color: #000000;
	border-radius: 5px;
	font-size: 14px;
}

@media (max-width: 1199.98px) {
	.three-blocks__container {
		grid-template-columns: 1fr 1fr;
	}
	.three-blocks__quote .quote__container p {
		padding: 0 30px;
	}
	.quote__container .quote__name {
		padding: 0 30px 30px 30px;
	}
	.three-blocks__quote {
		min-height: 488px;
	}
}
@media (max-width: 767.98px) {
	.three-blocks__container {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575.98px) {
	.part.three-blocks {
		margin-bottom: 35px !important;
	}
}

@media (max-width: 399.98px) {
	#content .part .three-blocks__cta .widget-basic-btn {
		font-size: 2.9vw;
	}
}

.part.important-dates-slider {
	margin-bottom: 50px !important;
	background: center/cover no-repeat url("https://apply.pfw.edu/www/images/applicant(wb)/datesDesktop.jpg");
}

.important-dates-slider__container {
	padding: 80px 30px 70px 30px;
}

.important-dates {
	position: relative;
	box-sizing: border-box;
	padding: 0;
}

.important-dates-slider__container h3 {
	font-weight: 700;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 48px;
	line-height: 31px;
	color: #ffffff;
	margin-bottom: 35px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

.important-dates .splide__slide .splide__slide__row {
	width: 100%;
}

.important-dates .splide__slide .splide__slide {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.important-dates .splide__slide .old-date {
	filter: grayscale(1) opacity(0.5)
}

.important-dates .date-label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.important-dates .date-label time {
	color: #fff;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
}

.important-dates .date-label time span {
	color: #fff;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	margin-left: 10px;
}

.date-action h5, .date-action h4 {
	font-weight: 700;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
}

.important-dates .splide__pagination {
	display: none;
}

.splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next {
	border-radius: 0;
	background-color: unset;
	top: unset;
	bottom: 10px;
}

.important-dates .splide__arrow.splide__arrow--prev:hover, .splide__arrow.splide__arrow--next:hover {
	background-color: unset;
}

.important-dates .splide__arrow.splide__arrow--next img {
	transform: rotate(180deg);
}

.important-dates .splide__arrow img {
	width: 32px !important;
	height: 32px !important;
}

.important-dates .splide__arrow.splide__arrow--prev {
	left: -30px;
	top: 30%;
}

.important-dates .splide__arrow.splide__arrow--next {
	right: -30px;
	top: 30%;
}

@media (max-width: 767.98px) {
	.important-dates-slider__container {
		padding: 25px 30px 25px 30px;
	}
	.important-dates .splide__arrow.splide__arrow--prev {
		left: -50px;
		opacity: 1;
	}

	.important-dates .splide__arrow.splide__arrow--next {
		right: -50px;
		opacity: 1;
	}
	.important-dates .splide__arrow.splide__arrow--next[disabled], .important-dates .splide__arrow.splide__arrow--prev[disabled] {
		opacity: 0.6
	}
	.important-dates-slider__container h3, .important-dates .date-label time span, .important-dates .date-label time {
		font-size: 32px;
		line-height: 36px;
		text-align: left;
	}
	.important-dates .splide__slide .splide__slide {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.important-dates .date-label {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}

@media (max-width: 575.98px) {
	.part.important-dates-slider {
		margin-bottom: 35px !important;
	}
}

.part.widget-event-above {
	display: none;
}

.part.widget-event-under {
	margin-bottom: 50px !important;
	display: grid;
	grid-template-columns: 1fr 325px;
	grid-column-gap: 200px;
}

.portal_datepicker_container {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	margin-top: 0;
}

.widget-event-above__container {
	grid-column-start: 1;
	grid-row-start: 1;
}

.event_list_display {
	grid-column-start: 1;
	grid-row-start: 2;
}
.ui-datepicker {
    width: 270px;
}
.ui-datepicker td a, .ui-datepicker td span {
	font-size: 15px;
	padding: 5px 1px;
}
.ui-datepicker-title span {
	font-size: 15px;
	line-height: 23px
}
.portal_datepicker_sidebar div:nth-child(2) div {
	font-size: 15px;
}
.widget-event-above__title {
	font-weight: 700;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px;
	line-height: 31px;
	color: #000000;
	margin-bottom: 28px;
}

.widget-event-above__container p {
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.widget-event-above__container p:last-child {
	border-bottom: 1px solid #000000;
	padding-bottom: 26px;
}

.widget-event-above__container p:last-child br {
	display: none
}

.event_list_display {
	padding-top: 25px;
	padding-left: 0;
}

.event_list_display .event p {
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	color: #000000;
	padding-left: 15px;
}

.event_list_display .event p a + br {
	display: none;
}

.event_list_display .event p a {
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 4px;
	display: block;
	color: #000000;
	text-decoration: underline;
	border: none !important;
}

.event_list_display .event p a:hover {
	background-color: unset !important;
}

@media (max-width: 1199.98px) {
	.part.widget-event-under {
		grid-column-gap: 140px;
	}
}

@media (max-width: 991.98px) {
	.part.widget-event-under {
		grid-column-gap: 40px;
	}
}

@media (max-width: 767.98px) {
	.part.widget-event-under {
		grid-column-gap: 40px;
		grid-template-columns: 1fr;
	}
	.portal_datepicker_container {
		grid-column-start: 1;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.ui-datepicker {
	    width: 100%;
		max-width: 400px;
	}
}

@media (max-width: 575.98px) {
	.part.widget-event-under {
		margin-bottom: 35px !important;
	}
}

.part.stats_widg__slider {
	margin-bottom: 50px !important;
	background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/numbers.jpg');
}

.stats_widg {
	position: relative;
	padding: 35px 0 45px 0;
}
.part.stats_widg__slider .stats_widg__item {
	height: 100%;
	text-align: center;
}
.part.stats_widg__slider .stats_widg__header {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 54px;
	color: #ffffff;
	text-align: center;
	font-family: 'UnitedSansReg', sans-serif;
}
.part.stats_widg__slider .stats_widg__header span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 50px;
	color: #ffffff;
	display: block;
	font-family: 'UnitedSansReg', sans-serif;
}
.stats_widg__item .stats_widg__title {
	font-weight: 700;
	font-size: 60px;
	line-height: 35px;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: 'UnitedSansReg', sans-serif;
	text-transform: uppercase
}

.stats_widg__item p {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	font-family: 'UnitedSansReg', sans-serif;
	color: #ffffff;
	margin-bottom: 0px;
	text-transform: uppercase
}

.stats_widg {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20%;
}

@media (max-width: 991.98px) {
	.stats_widg {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10%;
	}
}

@media (max-width: 575.98px) {
	.stats_widg {
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 50px;
	}
	.part.stats_widg__slider {
		margin-bottom: 35px !important;
		background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/counselorBackground.jpg');
	}
	.part.stats_widg__slider .stats_widg__header {
		font-size: 15px;
		line-height: 30px;
	}
	.part.stats_widg__slider .stats_widg__header span {
		font-size: 32px;
		line-height: 30px;
	}
}

.part.visit {
	margin-bottom: 50px !important;
	position: relative;
	z-index: 1;
}

.visit__background {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	right: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
}
.visit__container {
	padding: 60px 80px 85px 80px;
}
.visit__header {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	margin-bottom: 34px;
	font-family: 'UnitedSansReg', sans-serif;
	text-transform: uppercase
}
.visit__container p {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 25px;
}
.visit__btns {
	display: flex;
	flex-wrap: wrap;
}
#content a.visit__btn {
	color: #000000 !important;
	width: max-content;
	background: #CFB991;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41px;
	width: 200px;
    	outline: unset !important;
	margin-right: 30px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s all;
	font-weight: 700;
	margin-bottom: 25px;
}

.part a.visit__btn:hover {
	text-decoration: none;
	background-color: #cfb991;
	transition: 0.5s all;
}

@media (max-width: 991.98px) {
	.visit__container {
		padding: 25px 0 0 0;
	}
}

@media (max-width: 575.98px) {
	.part.visit {
		margin-bottom: 35px !important;
	}
}

.part.widget-decision {
	margin-bottom: 50px !important;
}
.part.widget-decision > div {
	background-color: #DAAA00 !important;
	padding: 35px 20px;
}
.part.widget-decision h3 + p {
	display: none
}
.part.widget-decision h3 + p + p {
	margin: 0;
}
.part.widget-decision.widget-decision-decided h3 + p {
	display: block;
}
.part.widget-decision > div h3 {
	color: #000000;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0;
	text-transform: uppercase;
}
.part.widget-decision > div p {
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
}
.part.widget-decision > div p a {
	color: #ffffff !important;
	width: max-content;
	background: #000000;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41px;
	padding: 0 25px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s all;
	font-weight: 700;
}
.part.widget-decision > div p a:hover {
	text-decoration: none;
	background: #000000 !important;
	transition: 0.5s all;
}
@media (max-width: 575.98px) {
	.part.widget-decision.container {
		margin-bottom: 35px !important;
	}
}

.part.center-text {
	margin-bottom: 50px !important;
}

.center-text__header {
	color: #000000 !important;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 29px;
	padding: 0;
	text-transform: uppercase;
}
.center-text__container p {
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 20px;
}
.center-text__container .widget-basic-btn {
	margin: 0 auto;
}
.center-text__container .widget-basic-btn:hover {
	background-color: unset !important;
}
.part.center-text.center-text-student .center-text__container {
	background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/studentAccount.jpg');
	padding: 35px 80px;
}
.center-text__container {
	padding: 0 80px;
}
.part.center-text.center-text-student .center-text__header, .part.center-text.center-text-student .center-text__container p {
	color: #ffffff !important;
}
.part.center-text.center-text-student .center-text__container .widget-basic-btn {
	border: none !important;
	background-color: #CFB991 !important;
}

@media (max-width: 991.98px) {
	.part.center-text.center-text-student .center-text__container {
		padding: 25px 30px;
	}
	.center-text__container {
		padding: 0 30px;
	}
}

@media (max-width: 575.98px) {
	.part.center-text {
		margin-bottom: 35px !important;
	}
}

.part.more-scholarship {
	margin-bottom: 50px !important;
}

.more-scholarship__container {
	background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/availableScholarships.jpg');
	padding: 35px 80px 1px 80px;
}

.more-scholarship__container h2 {
	color: #ffffff !important;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px;
	line-height: 31px;
	font-weight: 700;
	margin-bottom: 29px;
	padding: 0;
	text-transform: uppercase;
}

.more-scholarship__container .more-scholarship__title {
	color: #ffffff !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0;
}

.more-scholarship__message {
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}
.more-scholarship__link {
	color: #ffffff !important;
	border: none !important;
	text-decoration: underline !important;
	font-size: 15px;
	line-height: 23px;
}
.more-scholarship__link:hover {
	background: none !important;
}
.more-scholarship__item {
	margin-bottom: 35px
}

@media (max-width: 991.98px) {
	.more-scholarship__container {
		padding: 35px 30px 1px 30px;
		background: center/contain no-repeat repeat url('https://apply.pfw.edu/www/images/applicant(wb)/availableScholarships.jpg');
	}
}

@media (max-width: 575.98px) {
	.part.more-scholarship {
		margin-bottom: 35px !important;
	}
}

.part.center-text.center-text-place .center-text__container {
	background: #CFB991;
	padding: 35px 80px;
}
.part.center-text.center-text-orient .center-text__container {
	background: #DAAA00;
	padding: 35px 80px;
}
#content .part.center-text.center-text-place .center-text__container .widget-basic-btn, #content .part.center-text.center-text-orient .center-text__container .widget-basic-btn {
	border: none !important;
	background-color: #000000 !important;
	color: #ffffff !important;
}

@media (max-width: 991.98px) {
	.part.center-text.center-text-place .center-text__container, .part.center-text.center-text-orient .center-text__container {
		padding: 25px 30px;
	}
}
.intent-form {
	margin-bottom: 0 !important;
	background-color: #DAAA00 !important;
	box-shadow: 180px 0 0 #DAAA00, -180px 0 0 #DAAA00;
}

.intent-form > div {
	display: grid;
	grid-template-columns: 1fr 50%;
	justify-content: space-between;
	column-gap: 80px;
	padding: 25px 80px;
	min-height: 360px;
}
.intent-form > div::after {
	content: '';
	width: 100%;
	height: 360px;
	background: center/cover no-repeat url('https://apply.pfw.edu/www/images/applicant(wb)/yield.jpg');
}

.intent-form select {
	padding: 5px;
	padding-right: 35px;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	border: 1px solid #000000;
	background: url('https://apply.pfw.edu/www/images/applicant(wb)/chevron-down-black.svg') no-repeat 95% 50%;
	background-color: unset;
	background-size: 15px;
	border-radius: 0px !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.intent-form input[type='radio'] {
	width: 17px;
	height: 17px;
	border: 1px solid #000000;
	background-color: unset;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	top: 0px;
	cursor: pointer;
}

.intent-form input[type='radio']:focus, .intent-form input[type="radio"]:checked {
	background-color: #000000 !important;
	border-color: #000000;
}

.intent-form input[type='text'] {
	padding: 5px;
	border: 1px solid #000000;
	background-color: unset;
	border-radius: 0px !important;
	width: 100%;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
}

.intent-form input[type='text']:focus, .intent-form select:focus {
	outline: 1px solid #000000;
	border: 1px solid #000000;
	border-radius: 2px;
}

.intent-form select {
	width: 100%;
	font-size: 15px;
	border-radius: 0;
}

.intent-form .form_radio label, .yield_container p, .intent-form > div p {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	cursor: pointer;
}
.intent-form .form_response {
	display: flex;
}

.intent-form .form_radio .form_response {
	margin-bottom: 20px;
}

.intent-form .form_radio .form_response:nth-child(2) {
	margin: 0;
}

.form_question.form_radio {
	margin-bottom: 20px;
}

.intent-form .form_question .form_label {
	color: #000000;
	font-size: 15px;
	margin-bottom: 14px;
	line-height: 21px;
	font-weight: 300;
}

.intent-form .form_h1 .form_label, .intent-form-answ__container h3 {
	color: #000000 !important;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px !important;
	line-height: 31px !important;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.intent-form .form_button_submit, .intent-form-answ__container a.btn.btn-blue {
	color: #ffffff !important;
	width: max-content;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41px;
	padding: 0 25px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s all;
	font-weight: 700;
}
.intent-form .form_button_submit:hover, .intent-form-answ__container a.btn.btn-blue:hover {
	text-decoration: none;
	background: #000000 !important;
	transition: 0.5s all;
}

.intent-form .form_button_submit:hover, .intent-form-answ__container a.btn.btn-blue:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	transition: 0.5s all;
}
@media (max-width: 991.98px) {
	.intent-form > div {
		grid-template-columns: 1fr;
		justify-content: space-around;
		padding: 0;
		min-height: unset;
		row-gap: 25px;
		justify-items: center;
		margin: 0 auto;
		padding: 25px 0;
	}
	.intent-form > div form {
		max-width: 400px;
	}
}

.part.intent-form.container .intent-form-answ__container h3 {
	color: #000000 !important;
	font-family: 'UnitedSansReg', sans-serif;
	font-size: 26px !important;
	line-height: 31px !important;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.part.intent-form.container .intent-form-answ__container p {
	color: #000000;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 21px;
	font-weight: 300;
}

.part.intent-form.container .intent-form-answ__container p a {
	color: #000000;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 21px;
	font-weight: 700;
	text-decoration: underline;
	border: unset !important
}
.part.intent-form.container .intent-form-answ__container p a:hover {
	background: unset !important;
}
@media (max-width: 575.98px) {
	.intent-form > div::after {
		height: 250px;
		width: calc(100vw - 60px);
		margin: 0 30px;
	}
	.intent-form > div form {
		padding: 0 30px;
	}
	.intent-form .intent-form-answ__container {
		padding: 0 30px;
	}
	.intent-form {
		margin-bottom: 0 !important;
	}
}

.part.extra.extra-gray-center {
	text-align: center;
}
.part.extra.extra-gray-center .extra__container, .part.extra.extra-gray-left .extra__container {
	background-color: #9D9795;
}
.part.extra.extra-gray-center .extra__container h3, .part.extra.extra-gray-center .extra__container p, .part.extra.extra-gray-left .extra__container h3, .part.extra.extra-gray-left .extra__container p {
	color: #ffffff
}

.part.acc-tools {
	margin-bottom: 50px !important;
}

.acc-tools__container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	list-style: none;
}

.part.acc-tools a {
	color: #000000 !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	margin: 0;
	padding-right: 80px;
	border: none !important;
	text-transform: uppercase;
	text-decoration: none;
}
.part.acc-tools a:hover {
	background: unset !important;
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.acc-tools__container {
		display: flex;
		flex-direction: column;
	}
	.part.acc-tools li {
		padding-bottom: 25px;
	}
	.part.acc-tools {
		margin-bottom: 25px !important;
	}
}
.c_footer-margin--pfw-added.cr {
	padding-top: 0;
}
.c_row.c_main-body.cr#c_main-body {
	padding-bottom: 0;
}
.sticky-widget__btn {
	position: fixed;
	top: 70%;
	left: 0;
	z-index: 901
}
.sticky-widget__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #DAAA00;
	border: 1px solid #CFB991;
	border-left: unset;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	border: unset !important;
	box-shadow: 0px 0px 1px 1px #ffffff50;
}
.sticky-widget__btn a:hover {
	background-color: #DAAA00 !important;
}
@media (min-width: 1440px) {
	.sticky-widget__btn {
		left: calc((100vw - 1440px) / 2);
	}
}
@media (max-width: 1199.98px) {
	.sticky-widget__btn {
		width: 40px;
		height: 40px;
	}
	.sticky-widget__btn a {
		font-size: 12px;
		line-height: 21px;
		width: 40px;
    		height: 40px;
	}
}

.part.sticky-widget {
	height: 0;
	margin-bottom: 0 !important;
}

.popupModal {
	overflow: hidden;
	width: 100vw;
}
.modal-popup {
	z-index: -2;
	opacity: 0;
	transition: all 0.2s;
	pointer-events: none;
}

.popupModal .modal-popup#modal-popup {
	margin: 0 !important;
	position: fixed;
	overflow: scroll;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
	opacity: 1;
	transition: all 0.6s;
	pointer-events: auto;
	padding: 150px 0 30px 0;
}

.popupModal .modal-popup .modal-popup__container {
	background-color: #DAAA00;
	width: 100%;
	max-width: 1080px;
	min-height: 347px;
	padding: 25px 80px 25px 80px;
	position: relative;
	margin: 0 30px;
}

.modal-popup h3 {
	font-family: 'UnitedSansReg', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	font-size: 25px;
	line-height: 31px;
	margin: 0 0 25px 0;
}

.modal-popup p {
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 15px;
}
.modal-popup p a {
	text-decoration: underline;
	border: none !important;
}
.modal-popup p a:hover {
	background: unset !important;
}

.modal-popup .modal-popup__cross {
	position: absolute;
	color: #fff;
	top: -30px;
	right: 0;
	cursor: pointer;
	transition: 0.5s all;
}

.modal-popup .modal-popup__cross:hover {
	transform: scale(1.3);
	transition: 0.5s all;
}

.modal-popup .modal-popup__cross img {
	height: 18px;
	width: 18px;
	object-fit: contain;
}
@media (max-width: 767.98px) {
	.modal-popup .modal-popup__cross:hover {
		transform: unset;
	}
	.popupModal .modal-popup .modal-popup__container {
		padding: 25px 20px 25px 20px;
		margin: 0 20px;
	}
	.popupModal .modal-popup#modal-popup {
		padding: 100px 0 30px 0;
	}
}
.part.checklist-tabs {
	margin-bottom: 0 !important;
}

.part p a:focus, .part p a:target, .part p a:active, #content .part p a:hover {
	background: unset !important;
	background-color: unset !important;
}

.part p a {
	text-decoration: underline;
}

#content a, #content a:link, #content a:visited, #global a {
    border-bottom: unset;
}

#content .part a.payment__link:active, #content .part a.payment__link:focus, #content .part a.payment__link:target, #content .part a.payment__link:visited {
	background: unset !important;
	background-color: unset !important;
}
.checklist__instruction {
	color: #fff;
	padding: 20px 30px;
	font-size: 15px;
	line-height: 21px;
	border-bottom: 1px solid #fff;
}
#content img[title="Status: Received"], #content .part.forms-list-checklist img[alt="Status: Completed"], #content #part_admissions img[alt="Status: Completed"] {
	content: url('https://apply.pfw.edu/www/images/applicant(wb)/Checkmark.svg');
	object-fit: contain;
}
.part.widget_uploader ul {
	color: #fff;
	font-size: 15px;
	line-height: 21px;
}
button[disabled].splide__arrow {
	opacity: 0;
}
@media (max-width: 419.98px) {
	.part.widget-decision > div p a {
		padding: 0 15px;
		font-size: 3.3vw
	}
}
.splide__slide .splide__slide__row {
	justify-content: center;
}

@media (max-width: 767.98px) {
	.important-dates .splide__arrow.splide__arrow--next[disabled], .important-dates .splide__arrow.splide__arrow--prev[disabled] {
	    opacity: 0;
	}
}

.part.payment-din {
    margin-bottom: 50px !important;
        background-color: #CFB991;
}

.part.payment-din h3 {
    padding: 27px 80px 0px 80px;
    font-family: 'UnitedSansReg', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
}

.part.payment-din table.table * {
    border: unset;
    color: #000 !important
}

.part.payment-din table.table {
    display: block;
    margin: 0;
    padding: 0 80px 30px 80px;
}
.part.payment-din table.table td {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.part.payment-din table.table td:nth-child(2) {
	width: 200px;
}

.part.payment-din table.table td a {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
	font-weight: 400;
    text-decoration: underline;
}

.part.payment-din table.table td a:hover {
	background: unset !important;
}

@media ( max-width: 991.98px ) {
    .part.payment-din h3 {
        padding: 25px 30px 10px 30px;
    }
    .part.payment-din table.table {
        display: block;
        margin: 0;
        padding: 0 30px 25px 30px;
    }
	.part.payment-din table.table td:nth-child(2) {
		width: auto;
	}
	.part.payment-din table.table, .part.payment-din table.table tbody {
        display: block !important;
    }
     .part.payment-din table.table tr {
         display: flex !important;
         padding-bottom: 24px;
         position: relative;
     }
    .part.payment-din table.table td {
        border: unset !important;
		margin-bottom: 16px;
    }
    .part.payment-din table.table td:last-of-type {
        padding-left: 30px !important;
    }
    .part.payment-din table.table td a {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media ( max-width: 735.98px ) {
    .part.payment-din table.table, .part.payment-din table.table tbody {
        display: block !important;
    }
     .part.payment-din table.table tr {
         display: flex !important;
         padding-bottom: 24px;
         position: relative;
		 flex-wrap: wrap
     }
    .part.payment-din table.table td {
        border: unset !important;
    }
    .part.payment-din table.table td:nth-last-child(2) {
        padding-right: 30px !important;
    }
	.part.payment-din table.table td:last-of-type {
        padding: 0px !important;
    }
	.part.payment-din table.table td {
	    padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 20px;
	}
    .part.payment-din table.table td a {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media ( max-width: 575.98px ) {
    .part.payment-din {
        margin-bottom: 35px !important;
    }
}

@media ( max-width: 349.98px ) {
    .part.payment-din table.table {
	    padding-bottom: 40px;
	}
	.part.payment-din table.table td a {
        bottom: -15px;
		display: inline-block;
		height: 40px;
    }
}
.part.social-widg {
	margin-bottom: 50px !important
}

.social-widg__container {
	background-color: #CFB991;
	padding: 20px 54px 50px 54px;
}

.social-widg__header {
	color: #000000;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 22px;
    padding: 0;
	text-align: center;
    font-family: 'UnitedSansReg', sans-serif;
}

.social-widg__paragraph {
	color: #002855;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 24px;
}

.part.social-widg .juicer-feed.slider .slick-next, .part.social-widg .juicer-feed.slider .slick-prev {
    padding: 10px 5px 15px 5px;
}

@media ( max-width: 991.98px ) {
	.social-widg__container {
		padding: 20px 30px 30px 30px;
	}
}

@media ( max-width: 575.98px ) {
	.part.social-widg {
		margin-bottom: 35px !important
	}
	.part.social-widg .container {
		width: calc(100% + 20px);
		padding: 0;
		margin-left: -10px;
	}
}

.part .juicer-feed .slick-slide, .part .juicer-feed .slick-slide img.j-content-image.j-landscape, .slick-track {
	height: 350px !important;
}

.part .juicer-feed .slick-slide img.j-content-image.j-landscape {
	object-position: top;
}

.part .juicer-feed.image-grid .j-text .j-message p, .part .juicer-feed.image-grid .j-text .j-edit p, .part .juicer-feed.slider .j-text .j-message p, .part .juicer-feed.slider .j-text .j-edit p, .part .juicer-feed.hip .j-text .j-message p, .part .juicer-feed.hip .j-text .j-edit p {
     color: #ffffff ;
}

.part .juicer-feed.image-grid .j-text .j-message a, .part .juicer-feed.slider .j-text .j-message a, .part .juicer-feed.hip .j-text .j-message a {
     color: #ffffff !important;
	 text-decoration: underline !important
}
