
@charset "UTF-8";
/** start Apply_baselinecss **/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
/** end Apply_baselinecss **/

/** start Apply_stylecss **/
body {
	background-color: #fff;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color: #222;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.hidden {
	display: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	padding-bottom: 50px;
}
#header img {
	max-width: 100%;
	height: auto;
	float: right;
}
h1 {
	color: #000000;
	font-size: 44px;
	font-weight: 400;
	margin: 1em 0;
}
h2 {
	font-weight: 200;
	color: #222;
	font-size: 40px;
	margin-bottom: 24px;
}
h3 {
	font-weight: 200;
	color: #333;
	font-size: 28px;
	line-height: 1.1;
	margin: 36px 0 10px;
}
h4 {
	font-weight: normal;
	color: #051;
	font-size: 16px;
	margin-top: 30px;
}
.highlight {
	font-size: .9em;
	color: #232323;
	line-height: 22.5px;
	padding-bottom: 20px;
}
.highlight li {
	float: left;
	font-size: 15px;
	font-weight: 500;
	background-color: #2574A8;
	color: white;
	padding: 5px 10px;
	margin: 1px 2px;
	border: 1px solid #fff;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	box-sizing: border-box;
}
.highlight li:hover {
	background-color: #069
}
.highlight li a {
	color: #fff;
}
.highlight li a:hover {
	text-decoration: none;
}
@media all and (max-width: 568px) {
	#header h1 {
		display: none;
	}
	#header img {
		float: none;
		margin: 0 auto;
		max-width: 250px;
	}
}
@media all and (max-width: 768px) {
	#header img {
		max-width: 250px;
	}
}
#content {
	clear: both;
}
#content em {
	color: #333;
	font-style: italic;
}
#content p {
	font-size: .8em;
	line-height: 1.5em;
	margin: 10px 0;
}
#content form {
	width: 100%;
}
#content form input {
	padding: 10px;
	size: 12px;
	color: #333;
	border: 1px solid #ddd;
	width: 330px;
}
#content form input[type="text"] {
	margin: 5px 10px 5px 0;
}
#content form input.input-wide {
	width: 600px;
}
#content form input.check {
	width: 1.5em;
	border: 0 none;
}
#content form textarea {
	width: 600px;
	height: 150px;
	padding: 10px;
	size: 12px;
	color: #333;
	border: 1px solid #ddd;
}
#content hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#content form ul li {
	font-size: 13px;
	color: #333;
	margin: 3px 0;
}
#content form ul.stacked li {
	width: 220px;
	float: left;
	display: block;
}
#content form #vet-status-details > label {
	display: inline-block;
	width: 14em;
}
#content form #vet-status-details > input {
	width: 140px;
}
#content form #vet-status-details > select {
	width: 160px;
}
#content form #vet-date {
	width: 100px;
}
#content form .vet-doc-upload-label {
	width: 12em;
	display: inline-block;
}
#content form input[type="file"] {
	border: 0 none;
	padding: 0;
}
#content form input[type="submit"] {
	font-size: 15px;
	background-color: #2574A8;
	padding: 10px;
	size: 12px;
	color: #FFF;
	border: 1px solid;
	width: 235px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	color: white;
}
#content form input[type="submit"]:hover {
	background-color: #069;
	cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	#content form input[type="submit"] {
		width: 100%;
	}
}
@media all and (min-width: 320px) and (max-width: 568px) {
	#content form input[type="submit"] {
		width: 100%;
	}
}
@media all and (max-width: 1000px) {
	body {
		padding: 0 20px 20px 20px;
	}
	.container {
		width: 100%;
	}
}
@media all and (max-width: 400px) {
	#content form input {
		width: 95%;
	}
	#content form input[type="text"] {
		width: 95%;
	}
}
@media all and (max-width: 960px) {
	#content form input.input-wide {
		width: 95%;
	}
	#content form textarea {
		width: 95%;
	}
}
#content p.words-remaining-wrapper {
	margin: 5px 0;
}
.words-remaining {
	color: green;
}
.words-remaining.too-many {
	color: red;
}
#contact-info label {
	display: inline-block;
	width: 200px;
	font-weight: bold;
}
#contact-info p {
	margin: 0;
}
@media all and (max-width: 605px) {
	#contact-info p {
		margin-bottom: 1.2em;
	}
}
.highlight.alert {
	background-color: #f2dede;
	color: #a94442;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px
}
/** end Apply_stylecss **/

/** start Apply1 stylesheet.css **/
html {
	position: relative;
	min-height: 100%;
}
body h1 {
	font-size: 3.7em;
}
body h2 {
	font-size: 3.1em;
}
body h3 {
	font-size: 2.1em;
	padding-bottom: 20px;
	color: #555555;
}
body h4 {
	font-size: 1.6em;
	line-height: 30px;
}
body h5,
body .highlight {
	font-size: 1.3em;
	line-height: 28px;
	color: #333333;
}
.navbar {
	background-color: transparent;
	border-color: transparent;
}
.navbar .navbar-brand {
	font-size: 1em;
}
.navbar .navbar-brand img {
	height: 50px;
}
.navbar .btn {
	font-size: 1.5em;
	letter-spacing: 1px;
}
.navbar .navbar-btn {
	margin-top: 19px;
	margin-left: 20px;
}
.navbar h4 {
	color: #eeeeee;
}
.navbar .nav h4 {
	letter-spacing: 2px;
}
.nav-bg {
	background-color: #3C547C;
	border-color: #2D3D59;
	transition: 0.25s;
}
#footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
	padding-bottom: 75px;
	background-color: #3C547C;
}
#footer #footer-text {
	margin-top: 50px;
	margin-bottom: 25px;
}
#footer ul {
	list-style-type: none;
	padding-left: 0px;
}
#footer ul li h4 {
	color: #eeeeee;
}
#footer ul li a {
	color: #eeeeee;
}
#footer ul li a:hover,
#footer ul li a:focus {
	text-decoration: none;
}
#footer #social li {
	display: inline;
}
#footer #social li + li {
	margin-left: 10px;
}
#footer #social h4 {
	color: #eeeeee;
}
#footer #social a {
	color: #eeeeee;
}
#footer #social a:hover,
#footer #social a:focus {
	text-decoration: none;
}
#footer #social #mc_embed_signup {
	background: none;
	color: #eeeeee;
	font: 15px;
}
#footer #social #mc_embed_signup label {
	font-size: 1.5em;
}
#footer #social #mc_embed_signup form {
	padding-left: 0px;
}
#footer #social #mc_embed_signup input.button {
	padding-top: 2px;
}
#footer #social #mc_embed_signup input.email {
	min-width: 100%;
	color: #222222;
}
#footer img {
	display: block;
}
#footer #gov-links a,
#footer #gov-links p {
	color: #eeeeee;
}
#footer #gov-links p {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
}
#footer #disclaimer {
	margin-top: 25px;
}
#footer #disclaimer a,
#footer #disclaimer p {
	color: #eeeeee;
}
#footer #disclaimer p {
	padding-top: 5px;
}
#footer #appPage\:white-house-logo {
	max-width: 100%;
	height: auto;
}
#hero {
	margin-top: 81px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #D8D8D8;
}
#header {
	margin-top: 75px;
}
#header p {
	padding-top: 30px;
	margin-bottom: 0px;
}
#header ul li {
	margin-left: 0px;
	margin-right: 4px;
}
#content {
	margin-bottom: 100px;
}
#content p {
	font-size: 14px;
}
@media (min-width: 992px) {
	body {
		margin-bottom: 650px;
	}
	.navbar .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
	.navbar .navbar-brand #appPage\:navbar-logo-alt {
		display: none;
	}
	.navbar .navbar-brand #appPage\:navbar-logo {
		display: block;
	}
}
@media (max-width: 1000px) {
	body {
		padding: 0px;
	}
}
@media (max-width: 991px) {
	.navbar .navbar-brand #appPage\:navbar-logo {
		display: none;
	}
	.navbar .navbar-brand #appPage\:navbar-logo-alt {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		margin-bottom: 650px;
	}
	.navbar .container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 767px) {
	body {
		margin-bottom: 775px;
	}
	.navbar {
		min-height: 81px;
	}
	.navbar .navbar-toggle {
		margin-top: 21px;
	}
	.navbar .navbar-collapse {
		margin-top: 21px;
	}
	#hero {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#footer {
		height: 775px;
	}
	#footer #footer-text {
		text-align: center;
	}
	#footer img {
		margin-left: auto;
		margin-right: auto;
	}
	#footer #gov-links {
		text-align: center;
	}
	#footer #disclaimer {
		text-align: center;
	}
}
/*# sourceMappingURL=stylesheet.css.map */

/** end Apply1 stylesheet.css **/
body {
	margin-bottom: 0!important
}
select {
	border: 1px solid #ddd!important;
	width: 100%!important;
	height: 43px;
	padding-left: 6px;
	background: #fff!important;
	border-radius: 0!important
}
em {
	font-size: 90%
}
#content {
	margin-bottom: 0
}
.required-ptt {
	color: #BF0029;
	font-weight: 700
}
.multiselect-custom-ptt {
	padding-top: 13px
}
.hidden-at-first {
	display: none
}
#contact-info label {
	width: 100%;
	display: inline-block;
	font-weight: 700
}
#content form input {
	color: #333;
	border: 1px solid #ddd;
	width: 100%
}
#content form input[type=text],
select {
	margin: 5px 10px 5px 0
}
.height-spec-offset {
	margin-top: 15px
}
.twoline-spec-offset {
	margin-top: 5px
}
.multiSelectPicklistRow select {
	height: 200px!important;
	width: 325px!important
}
.multiSelectPicklistCell {
	vertical-align: middle;
	padding-right: 10px
}
.page-closed-message {
	text-align: center;
	font: 25.5px/40px Avenir
}
.page-section-header {
	font-size: 2.1em
}
.long-error-message {
	font-size: 13px!important
}
.long-error-message {
	white-space: nowrap
}
.select2-container .select2-selection--single {
	height: 43px!important;
	color: #444
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 43px!important;
	color: #444
}
.logo {
	width: 30%
}
.progress-bar-key-header {
	padding-bottom: 0px!important
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
	.logo {
		width: 147px!important
	}
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px
}
#content form textarea {
	width: 100%
}
.bulleted-list {
	margin-left: 30px;
	list-style-type: disc;
	font-size: 18px
}
input[type=radio] + label {
	padding-left: 10px;
	padding-right: 10px;
}
.certification-text {
	font-weight: bold;
	font-style: italic;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
#loadingModal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8) url('{!$Resource.SpinnerLarge}') 45% 25% no-repeat;
	background-position: right 50% bottom 50px;
}
#content form input[type=checkbox].mediaCheckbox {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.login body {
	margin-bottom: 0 !important
}

.login #content {
	margin-bottom: 0
}

.login #contact-info label {
	width: 100%;
	display: inline-block;
	font-weight: 700
}

.login #content form input {
	border: 1px solid #ddd;
}

.login #content form input[type=text], select, label {
	margin: 5px 10px 5px 0
}

.login .logo {
	width: 30%
}

.login @media only screen and (min-width: 0px) and (max-width: 760px) {
	.logo {
		width: 147px !important
	}
}

.login table {
	text-align: center;
}

.login label {
	float: left;
}

.login .pbBody {
	margin-left: auto;
	margin-right: auto;
	max-width: 375px;
}

.login .input-checkbox {
	min-width: 10px;
	min-height: 10px;
	margin-left: 25px;
	margin-bottom: 30px;
}

.login .login-bottom-link {
	float: left;
	text-align: left;
	margin-top: 15px;
}

.login .form-login {
	margin: 0 auto;
}
.login .form-login .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.login .form-login.form-control:focus {
	z-index: 2;
}
.login .form-logininput {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.login .height-spec-offset {
	margin-top:15px;
}
.login @media only screen and (min-width:0px) and (max-width:760px){
	.logo {
		width:147px!important;
	}
}

.login .login-button {
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 10px auto;
}

.login #content form {
	width: 50vh; !important
}

.login .login-instructions {
	font-weight: normal;
	height: 45px;
}

#next-btn #previous-btn #short-answer-instructions{
	padding-bottom: 1em;
}

.text-italic {
	font-style: italic;
}

.contact-info div .row {
	margin-bottom: 15px;
}

.country-code {
	width: 7em !important;
	padding-right: 0 !important;
}

.center-label {
	margin-top: 10px !important;
}

.phone-field {
	padding-right: 0 !important;
	width: 60% !important;
}

.phone-format {
	width: 70% !important;
}


@media (min-width: 1200px) {
	.phone-field {
		padding-right: 0 !important;
		width: 40% !important;
	}
}

.mediaCheckbox {
	display: block !important;
	margin: 0 auto !important;
	width: 20px !important;
	height: auto !important;
	vertical-align: middle !important;
}

.checkbox-outer {
	margin-left: 5px !important;
}

.checkbox-inner {
	width: 100% !important;
}

.button-row {
   margin-top: 5%;
}

.forgot-pass-confirm-container {
	text-align:center;
}

.forgot-pass-confirm-label {
	font-size:32px;
	display: block;
	font-weight: bold;
}

.social-media div {
	margin-bottom: 5px;
}

.social-media input[type=checkbox] {
	margin-top 15px !important;
}

.social-checkbox-adjust {
	margin-left: -10px !important;
	margin-top: 10px !important;
}

div .row {
	margin-bottom: 15px;
}

.citizen-field {
	margin-top: 15px;
}

.radioOpt input[type="radio"]{
	float: left;
	margin-top: 10px !important;
	margin-left: 20px;
}

.radioOpt td, .radioOptinput, .radioOpt label{
	font-weight: lighter;
	width: 90%;
	padding-top: 3px;
}

.yes-no-radio input[type="radio"]{
	margin-left: 20px;
}

.yes-no-radio td, .yes-no-radio, .yes-no-radio label{
	font-weight: lighter;
	padding-top: 8px;
}


p.small-header-text {
	font-size: 1.3em !important;
	text-align:center;
}

p.centered {
	text-align:center;
}

label.middle-align {
	vertical-align: middle;
	padding: 10px 5px 10px 70px;
}

#content form input.smaller-width {
	width: 75%;
}

#content form input.account-creation {
	width: 205px;
}
.skills-header {
	padding-top:10px;
}
.internship-history-header {
	padding-top:10px;
	padding-bottom:10px;
}
.other-source {
	width:80%;
}
.other-internships {
	padding-bottom:5px;
	width:80%;
	height:100%;
}
.textarea-label-padding {
	padding-bottom:10px;
}
input:disabled {
	background-color: #D3D3D3 !important;
	cursor: not-allowed;
	pointer-events: none;
}

.social-media-input {
	margin-left: 0;
}

.short-answer-questions {
	padding-bottom: .2em;
}

.social-media-check-label {
	margin-left: 65% !important;
}

.login-form {
	margin: 0 auto;
}

.login-form tr {
	height: 30px;
}

.instructions {
	font-weight: 700;
}

.create-new-account-submit {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}

.table-section-header {
	font-size: 1.4em;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#content .textAlignCenter18 {
	text-align:center;
	font-size:18px;
}

#recommenderEmailHelpText {
	font-style: italic
}

.top-margin-checkbox {
	margin-top: 10px !important;
}

.top-margin-numerals,
.top-margin-recommender-checkbox,
.top-margin-contact-checkbox,
.top-margin-social-media-checkbox,
.top-margin-certification-checkbox {
	margin-top: 6px !important;
}

.lighter-font-weight {
	font-weight: lighter;
}

#content  form input[type="submit"].pagination-buttons{
	margin-top: 10px !important;
	margin-right: 5px;
	background-color: #2574a8;
	color: white;
	border-radius: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding: 5px;
	border: white;
	width: 56px;
}

#content form input[type="submit"].pagination-buttons:hover {
	background-color: #069;
	cursor: pointer;
	text-decoration: underline;
}

.table-headers{
	background-color: #2574A8;
	color: white;
	border-color: white;
}

.emphasis{
	color: #333;
	font-style: italic;
	font-size: 90%;
}

.table-row-height{
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top;
}

input[type=submit]:focus{
	outline: 1px dotted blue;
}

#progressBarKeyWrapper {
	padding-top: 15px;
	text-align: center;
}

#progessBarKeySection {
	border: 2px #336799 solid;
    display: inline-block;
    padding: 5px 40px 10px 40px;
}

h3.progress-bar-key-header {
	margin-top: 0px;
}

.help-text {
	margin-left: 20px;
	font-style: italic;
}
.essay-instructions {
	font-size: 1em !important;
	margin-top: 5px !important;
}

.text-input-full-width {
	width: 100% !important;
}