/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-size: 1rem;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	/* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
	position: relative;
}

/* Deluxe Page Styles */

.deluxe .site-inner {
	background: none;
}

.deluxe .wrap {
	max-width: 1110px;
}

.deluxe h1.entry-title {
	margin-bottom: 35px;
	max-width: 59%;
}

.deluxe h1.entry-title .blue {
	font-size: 50px;
	font-size: 5rem;
	margin-top: 15px;
}

.deluxe h2 {
	font-weight: 300;
	color: #000;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 40px;
}

.deluxe h2 .blue {
	font-size: 33px;
	font-size: 3.3rem;
	margin-top: 5px;
}

.deluxe h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.deluxe img {
	margin: 0 auto 20px;
	display: block;
}

.deluxe .content-sidebar-wrap {
	padding: 0;
	max-width: 100%;
}

.deluxe .section {
	overflow: hidden;
	padding: 50px 0 50px;
	background: #fff;
}

.deluxe .section table.tablepress {
	max-width: 1110px;
	margin: 0 auto 26px;
}

.deluxe .section .tablepress td,
.deluxe .section .tablepress th {
	line-height: 1.6;
}

.deluxe .section.light-blue-bg {
	background: #E1E7F0;
}

.deluxe .section.light-gray-bg {
	background: #F2F5F8;
}

.deluxe .section.form {
	margin-bottom: -40px;
}

.deluxe .section.form .one-half {
	margin-left: 0;
}

.deluxe .section.form .one-half.first {
	float: right;
	margin-top: -70px;
}

.deluxe .video-wrap {
	padding: 10px;
	box-shadow: 0 0 5px #999;
	margin-bottom: 40px;
}

.deluxe .section p.phone-text {
	padding-left: 15px;
	width: 44%;
	float: left;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	font-size: 2.4rem;
	color: #000;
}

.deluxe .section p.phone {
	position: relative;
	top: 2px;
	float: left;
	width: 54%;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 40px;
	color: #006896;
	font-weight: 700;
}

.deluxe .section p.phone .icon-wrap {
	margin-right: 10px;
	position: relative;
	top: -4px;
	background: #006896;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

.deluxe .section p.phone .icon-wrap .fa {
	position: relative;
	position: relative;
	top: 3px;
	left: 12px;
	font-size: 32px;
	font-size: 3.2rem;
}

.deluxe .section.video .one-half {
	margin: 0;
	width: 40%;
	float: right;
}

.deluxe .section.video .one-half.first {
	width: 55%;
	float: left;
}

.deluxe .section.types .one-half {
	margin-top: 58px;
}

.deluxe .section.types .one-half.first {
	margin-top: 0;
}

.deluxe .section.options .wrap {
	max-width: 100%;
}

.deluxe .section.options h2 {
	color: #006896;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 30px;
}

.deluxe .section.options h3 {
	cursor: pointer;
	font-weight: 400;
	color: #006896;
	font-family: Arial, sans-serif;
	max-width: 450px;
	margin: 0 auto;
	line-height: 36px;
}

.deluxe .section.options h3 .before {
	content: "";
	height: 1px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(127, 190, 218, 1) 50%, rgba(0, 0, 0, 0) 100%);
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.deluxe .section.options h3:first-child .before {
	display: none !important;
}

.deluxe .section.options h3 .fa {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	font-size: 3rem;
	position: relative;
	color: #7FBEDA;
	top: 4px;
}

.deluxe .section.options h3 .fa-minus-circle {
	display: none;
}

.deluxe .section.options .content {
	background: #E1E7F0;
	margin-bottom: 5px;
}

.deluxe .section.options .ui-accordion-header-active {
	margin-bottom: 5px;
}

.deluxe .section.options .ui-accordion-header-active .fa-plus-circle {
	display: none;
}

.deluxe .section.options .ui-accordion-header-active .fa-minus-circle {
	color: #006896;
	display: block;
}

.deluxe .section.options .content .wrap {
	padding: 30px 20px 10px 330px;
	max-width: 1110px;
}

.deluxe .section.options .content .wrap.one {
	background: url(../images/deluxe/graduated-payment-plans-graphic.png) 93px 16px no-repeat;
}

.deluxe .section.options .content .wrap.two {
	background: url(../images/deluxe/extended-repayment-plans-graphic.png) 28px 46px no-repeat;
}

.deluxe .section.options .content .wrap.three {
	background: url(../images/deluxe/income-based-repayment-plans-graphic.png) 29px 42px no-repeat;
}

.deluxe .section.options .content .wrap.four {
	background: url(../images/deluxe/pay-as-you-earn-graphic.png) 34px 70px no-repeat;
}

.deluxe .section.options .content .wrap.five {
	background: url(../images/deluxe/income-contingent-repayment-plans-graphic.png) 13px 52px no-repeat;
}

.deluxe .section.options .content .wrap.six {
	background: url(../images/deluxe/income-sensitive-repayment-plans-graphic.png) 93px 24px no-repeat;
}

.deluxe .section.options .content .wrap.seven {
	background: url(../images/deluxe/standard-repayment-plans-graphic.png) 102px 37px no-repeat;
}

.deluxe .section.options .content .wrap.eight {
	background: url(../images/deluxe/federal-student-loan-consolidation-graphic.png) 93px 92px no-repeat;
}

.deluxe .section.options .content .wrap.nine {
	background: url(../images/deluxe/deferment-graphic.png) 18px 44px no-repeat;
}

.deluxe .section.options .content .wrap.ten {
	background: url(../images/deluxe/forbearance-graphic.png) 23px 65px no-repeat;
}

.deluxe .section.options .content .wrap.eleven {
	background: url(../images/deluxe/public-service-loan-forgiveness-graphic.png) 103px 50px no-repeat;
}

.deluxe .section.options p {
	max-width: 1110px;
	margin: 0 auto 26px;
}

.deluxe .section.options ul {
	max-width: 1110px;
	margin: 0 auto 26px;
}

.deluxe #accordion {
	margin-bottom: 30px;
}

.deluxe .section.options .content:last-child {
	margin-bottom: 30px;
}

.deluxe .section.help {
	background: url(../images/deluxe/how-we-can-help-graphic.jpg) right bottom #F2F5F8 no-repeat;
}

.deluxe .section.features {
	padding-bottom: 90px;
}

.deluxe .section.features ul li {
	margin: 0;
	padding: 0 0 30px 50px;
	list-style: none;
	background: url(../images/deluxe/blue-check.png) 9px 11px no-repeat;
}

.deluxe .site-footer .wrap {
	max-width: 100%;
}

.deluxe .footer-affiliations {
	border: none;
}

/* .deluxe .footer-affiliations .wrap { max-width: 875px; } */

.deluxe .footer-nav .wrap,
.deluxe .footer-disclaimer .wrap {
	max-width: 1070px;
}

.deluxe .bigbluebutton-wrap {
	max-width: 500px;
	margin: -48px auto 15px;
}

.deluxe .bigbluebutton {
	margin-bottom: 0;
}

.deluxe .background-div {
	height: 300px;
}

.deluxe .desktop-form {
	overflow: visible;
	width: 415px;
	float: right;
	position: relative;
}

.deluxe .desktop-form .form-girl {
	position: absolute;
	left: -121px;
	top: 44px;
	background: url(../images/deluxe/deluxe-form-girl.png) no-repeat;
	width: 176px;
	height: 238px;
}

.deluxe .desktop-form .form-guy {
	position: absolute;
	top: -92px;
	right: 0;
	background: url(../images/deluxe/deluxe-form-guy.png) no-repeat;
	width: 334px;
	height: 107px;
}

.deluxe .gform_wrapper span.gform_description {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

.deluxe .gform_wrapper {
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(240, 240, 240, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(59%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(240, 240, 240, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(240, 240, 240, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(240, 240, 240, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(240, 240, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
	padding: 20px;
	width: 100%;
	float: right;
}

.deluxe .gform_wrapper .top_label input.medium,
html:not(.browser-android) .deluxe .gform_wrapper .top_label select.medium {
	border: 1px solid #CFD4DC;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
	width: 100%;
	padding: 10px 12px;
}

.deluxe .gform_wrapper .top_label .gfield_label {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.deluxe .gform_wrapper {
	padding: 35px 50px;
	box-shadow: 0 0 30px #ccc;
	overflow: inherit;
	margin: 0;
	max-width: 100%;
}

.deluxe .gform_wrapper .gform_footer button {
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 3px;
	width: 100%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	background: #1F00A9;
	text-align: left;
	position: relative;
}

.deluxe .gform_wrapper .gform_footer button .fa {
	position: absolute;
	right: 0;
	top: 0px;
	background: #18027A;
	padding: 12px 20px;
	border-radius: 0 5px 5px 0;
}

.deluxe .gform_wrapper .gform_footer button:focus,
.deluxe .gform_wrapper .gform_footer button:hover {
	background-color: #00ab66;
}

.deluxe .gform_wrapper .gform_footer button:focus .fa,
.deluxe .gform_wrapper .gform_footer button:hover .fa {
	background-color: #079031;
}

.deluxe .gform_wrapper .gform_footer {
	padding: 7px 0 0 0;
	margin: 0;
}

.deluxe .gform_wrapper .gform_footer .secure {
	color: #000;
	text-align: center;
}

.deluxe .gform_wrapper .gform_footer .secure .fa {
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.deluxe .gform_wrapper .gform_footer .form-text {
	padding: 18px 0 0;
	width: 80%;
	float: left;
}

.deluxe .gform_wrapper .gform_footer .submit-icon {
	border-radius: 0 3px 3px 0;
	padding: 18px 0;
	width: 20%;
	float: right;
	background: #18027A;
}

.deluxe .gform_wrapper ul li.gfield {
	margin: 0 0 10px;
	padding: 0;
}

.deluxe .gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 1.125em;
}

ol.validation_list {
	display: none;
}

.deluxe .columns-wrap {
	max-width: 1110px;
	margin: 0 auto 26px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {}

@media only screen and (max-width: 1199px) {
	.deluxe .section p.phone-text {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	.deluxe .section p.phone {
		width: 100%;
		margin: 0 auto;
		width: 325px;
		float: none;
	}
	.deluxe .desktop-form {
		width: 380px;
	}
	.deluxe .section.form .one-half.first {
		margin-top: -58px;
	}
	.deluxe .section.options .content .wrap {
		padding-left: 315px;
	}
	.deluxe .section.help {
		background-position: 190% bottom !important;
	}
	.deluxe .section.video .one-half.first p {
		clear: both;
	}
}

@media only screen and (max-width: 1023px) {
	.deluxe h1.entry-title {
		text-align: center;
		max-width: 100%;
	}
	.deluxe .section.form {
		margin: 0;
	}
	.deluxe .content {
		margin: 0;
	}
	.deluxe .section.form .one-half.first {
		margin: 0;
	}
	.deluxe .gform_wrapper {
		padding: 20px 30px;
	}
	.deluxe .section.video h2 {
		text-align: center;
	}
	.deluxe .section.video .one-half.first {
		width: 100%;
		margin-bottom: 30px;
	}
	.deluxe .section.video .one-half {
		float: none;
		width: 100%;
	}
	.deluxe h3 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 22px;
	}
	.deluxe .section.help {
		background: none !important;
	}
	.deluxe .section.help .one-half.first {
		width: 100%;
	}
	.deluxe h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.deluxe h2 .blue {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media only screen and (max-width: 767px) {
	.deluxe h1.entry-title .blue {
		font-size: 44px;
		font-size: 4.4rem;
	}
	.deluxe h1.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	.deluxe .section.form .one-half.first {
		margin: 0 0 30px;
	}
	.deluxe .wrap {
		padding: 0 4%;
	}
	.deluxe .section.options .content .wrap {
		padding: 25px 30px 0;
	}
	.deluxe .section.options .content .wrap.one,
	.deluxe .section.options .content .wrap.two,
	.deluxe .section.options .content .wrap.three,
	.deluxe .section.options .content .wrap.four,
	.deluxe .section.options .content .wrap.five,
	.deluxe .section.options .content .wrap.six,
	.deluxe .section.options .content .wrap.seven,
	.deluxe .section.options .content .wrap.eight,
	.deluxe .section.options .content .wrap.nine,
	.deluxe .section.options .content .wrap.ten,
	.deluxe .section.options .content .wrap.eleven {
		background: none !important;
	}
	.deluxe .bigbluebutton-wrap {
		max-width: 90%;
		float: none;
		margin: -50px auto 35px;
	}
	.deluxe .bigbluebutton {
		width: inherit;
	}
	.bigbluebutton a {
		font-size: 20px;
		font-size: 2rem;
	}
	.deluxe .site-footer .wrap {
		padding: 0;
	}
	.deluxe .footer-affiliations .wrap {
		padding: 0 4%;
	}
	.deluxe .footer-disclaimer {
		padding: 30px 4%;
	}
	.deluxe h2 {
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
	.deluxe h1.entry-title {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.deluxe h1.entry-title .blue {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 0;
	}
	.deluxe .section {
		padding: 30px 0;
	}
	.deluxe .gform_wrapper {
		padding: 15px 20px;
	}
	.deluxe .gform_wrapper .gform_footer .form-text {
		padding-top: 20px;
		font-size: 20px;
		font-size: 2rem;
	}
	.deluxe h2 .blue {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.deluxe .section p.phone {
		font-size: 30px;
		font-size: 3rem;
		line-height: 46px;
	}
	.deluxe .section.options h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.deluxe .section.options h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.deluxe .bigbluebutton a {
		line-height: 20px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.deluxe .gform_wrapper span.gform_description {
		display: block;
		text-align: center;
	}
	.deluxe .gform_wrapper span.gform_description .blue {
		display: block;
	}
}
