/*
.navbar {
	background-color: #2B2D42;
	color:white;
	margin-bottom: 0;
}

	.navbar > h4  {
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 0px;
		margin-left: 5%;
		color:white;
	}
*/


/* ----------------
	GENERAL STUFF
   ---------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield;
}

a { cursor: pointer; }
hr { border-top: 1px solid #ddd; }
.navbar > h4  {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5%;
}

.wl-apply-container {
	display: inline-block; 
}

.g-recaptcha {
	display: inline-block;
}

.wl-hidden  { display:none !important; }
.wl-disabled-input {
	opacity: 0.6 !important;
    background-color: #eee;
}


.btn-primary {background-color: rgb(61, 155, 233); }
.btn-primary:hover,.btn-primary:focus {background-color: rgb(49, 132, 201);}

.btn-gray { background-color: black; border: none; }
.btn-gray:hover,.btn-gray:focus { background-color: black;}

.modal-footer {
	border: none;
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 0;
}

.alert-info,
.alert-wl-heading {
	background-color: rgb(246, 251, 255);
	border-color: rgb(61, 155, 233);
	color: rgb(28, 117, 191);
	font-size: 1.1em;
}
	.alert-info a {
		text-decoration: underline;
	}

.alert-wl-heading {
	font-size: 1.2em;
	font-weight: bold;
}

	@media all and (max-width: 767px) {
		.alert-wl-heading > button {	display: block; width: 100%; margin-left: 0; margin-top: 1em;  }
	}
	@media all and (min-width: 768px) {
		.alert-wl-heading > button {	float: right !important; margin-left: 2em;   }
	}


.footer {
	padding: 0.8em;
	background-color:#2B2D42;
	color:#ccc;
	text-align: center;
}

	@media print {
		.footer { display: none ; }
	}

.footer a, .footer a:visited {
	color:#ccc;
}
.footer a:hover {
	color:#eee;
}



/* MOBILE STYLES */
@media all and (max-width: 767px) {
	.wl-apply-container {
		margin: 0 4%;
		width: 92%; 
		max-width: 750px;
		min-height: 400px;
	}

	.wl-apply-subhead {
		padding: 0.5em; 
		font-weight: bold;
		text-align: center;
		font-size: 1.5em;
	}
		.wl-apply-subhead .subtitle {
			display: block;
			font-size: 0.7em;
			padding-top: 0.3em;
		}

	.wl-apply-content {
		padding: 0.5em; 
	}


	.wl-introduction h3 {
		margin-bottom: 1em; 
	}

	.wl-column-one, 
	.wl-column-two {
		width: 100%;
		display: block;
	}

	.wl-btn-site {
		width:100%;
	}

	.wl-apply-content .btn-lg {
		font-size: 16px;
		padding-left: 2px;
		padding-right: 2px;
	}

	label {
		padding-left: 5px;
		color:gray;
		font-weight: normal;
	}

	p {
		font-size: 1.2em;
		margin: 5%;
	}

	#coupon_code_label {
		display: block; 
		margin-left: 0.5em;
		color: rgb(200,0,0);
	}

	#btn_add_second_child {
		width: 100%;
		max-width: 400px;
		margin: 0.5em auto;
		font-size: 1.2em;
		display: block;
	}

	.modal-header {
		display: none !important;
	}
	.modal-dialog {
		margin: 20px;
		border: 2px solid gray;
		border-radius: 3px;
	}
	.footer {
		margin-top: 2em;
	}



}



/* DESKTOP & TABLET STYLES */
@media all and (min-width: 768px) {
	#WLApplication {
		margin: 0 auto;
		min-width: 725px;
		max-width: 900px;
	}

	.wl-apply-container {
		width: 94%;
		margin: 0 3%;
		min-height: 400px;
	}

	.wl-apply-subhead {
		margin-top: 1em;
		padding: 0.1em 0.3em;
		font-size: 36px;
		font-weight: bold;
		/* border-bottom: 1px silver solid; */
	}

		.wl-apply-subhead .subtitle {
			display: none;
		}

	.wl-apply-content {
		padding: 1em 3em; 
	}

	.wl-introduction {
		margin: 50px; 
		border: 2px solid rgb(61, 155, 233); 
		padding: 40px; 
		border-radius: 30px
	}



	.wl-column-one,
	.wl-column-two {
		width: 47%;
		display: inline-block;
		vertical-align: top;
	}
	.wl-column-one {
		margin-right: 5%;
	}

	.wl-column-one.expanded {
		width: 55%;
	}

		.wl-column-one.expanded .btn-group, 
		.wl-column-one.expanded textarea {
			margin-left: 2em;
		}

	.wl-btn-site {
		width:60%;
		margin-left: 20%;
		margin-bottom: 0.4em;
	}

	.wl-apply-content .btn-lg {
		font-size: 17px;
	}


	textarea.form-control {
		height: 7em !important;
	}
	
	label {
		font-size: 18px;
		font-weight: 500 !important;
	}

	label.error {
		font-size: 16px;
		margin-top: 4px;
	}

	p {
		font-size: 1.2em;
		margin: 2em 0;
		text-align: center;
	}

	.wl-indent-me {
		margin-left: 2em; 
	}

	#coupon_code {
		display: inline; 
		width: 70%;
	}

	#coupon_code_label {
		display: block; 
		margin-left: 1em;
		margin-top: 0.3em;
		color: rgb(200,0,0);
	}



	#btn_add_second_child {
		border-radius: 100px;
		height: 200px;
		width: 200px;
		margin-left: 70px;
		margin-top: 20px;
		font-size: 1.4em;
		background-color: #e3f3e3;
		color: #4cae4c;
	}
	#btn_add_second_child:hover,
	#btn_add_second_child:active {
		background-color: #c2e3c2;
		color: #3a863a;
	}

	.footer {
		margin-top: 4em;
	}

}




.btn-disabled {
	background-color: #eee;
}

.visible {display:inline-block;}

.wl-nav-buttons {
	margin-top: 2em; 
	margin-bottom: 2em;
	width:100%;
	text-align: center;
}

	.wl-nav-buttons > button {
		width:48%;
		text-align: center;
		font-size: 1.2em;
	}

.wl-inner-icon {
	position: relative;
	margin-bottom: 5px;
}

.btn-group {
	margin-bottom: 5px;
}

.btn-group.btn-group-gender > .btn {
	font-size: 1.1em;
	padding: 10px 0px;
}
	
	@media all and (max-width: 400px) {
		.btn-group.btn-group-gender > .btn {
			font-size: 1.0em;
		}
	}


.wl-inner-icon .glyphicon {
	position: absolute;
	padding: 15px;
	pointer-events: none;
	left: 0px;
	color: silver;
}

p.wl-welcome-msg {
	margin: 1em 5px 2em 5px;
	text-align: center;
}

.row > .wl-inner-icon .glyphicon { padding: 16px 28px; }

.wl-inner-icon input,
.wl-inner-icon select {
	padding-left: 35px;
	width:100%;
}

.wl-spacer {height:10px;}


.wl-fee {color:#999;}
.btn-primary > .wl-fee {color:white;}

.wl-max-400 {
	max-width: 400px;
	margin: 0 auto;
}


@media all and (max-width: 500px) {
	.wl-creditcard-label { 
		display: none; 
		margin-top: 8px; 
	} 
	.wl-creditcard-input { 
		width: 100%; 
		display:inline-block; 
		margin-bottom: 5px;
	}
		.wl-creditcard-input.wl-small { 
			max-width: 100%; 
		}
}

@media all and (min-width: 500px) {
	.wl-creditcard-label { 
		display: inline-block; 
		vertical-align: top; 
		margin-top: 8px; 
		width: 38%; 
	} 
	.wl-creditcard-input { 
		width: 60%; 
		display:inline-block; 
		margin-bottom: 5px;
	}
		.wl-creditcard-input.wl-small { 
			max-width: 12em; 
		}
}






.wl-company {
	display: inline-block;
	width: 100%;
}
	.wl-company h4 {
		margin-top: 1em;
		margin-bottom: 0.2em;
		width: 100%;
		padding-top: 1em;
		border-top: 1px #ddd solid;
	}

	.wl-company p {
		margin-top: 0;
		margin-left: 2em;
		margin-bottom: 1em;
		text-align: left;
		font-size: 1.0em;
	}

.wl-modal-content {

}
	.wl-modal-content label {
		font-size: 1.0em;
		margin-top: 1em;
	}

	.wl-modal-content p:first-of-type {
		margin-top: 0;
	}
	.wl-modal-content p {
		margin: 1.7em 0.5em;
		text-align: left;
		font-size: 1.0em;
	}

	.wl-modal-content p .btn {
		margin-top: 0.3em;
	}
	.wl-modal-content p .btn.indent {
		margin-left: 1em;
	}

	.wl-modal-content .expander {
		margin-top: 0.5em;
		margin-left: 1em;
		background-color: lightyellow;
		border-radius: 10px;
		padding: 1em;
		display: block;
	}

	.wl-modal-content .expander label { margin-top: 0; }



.wl-site input {
	font-size: 2em; 
	cursor: pointer;
}
.wl-site label {
	font-size: 1.0em;
	cursor: pointer;
	color: black;
	font-weight: bold;
}

.wl-site {
	margin-left: 3em;
	cursor: pointer;
}
.wl-site.selected {
	background-color: lightyellow;
}

.wl-site .wl-no-match {
	margin-left: 2em;
	display: block;
	color: #b0b0b0;
	font-weight: normal;
}

	.wl-site label.wl-no-match {
		margin-left: 0;
	}
	.wl-no-match:empty {
		display: none !important;
	}

.wl-selections-list {
	font-weight:normal; 
	color: gray; 
	margin-left: 1.3em; 
	display: inline-block;
}

	@media all and (min-width: 768px)  {
		.wl-selections-list { font-size: 0.8em; }
	}



/* -------------------
	ERROR styles
   ------------------- */

.wl-date label.error,
.wl-error-newline label.error {
	float: right;
	width: 100%;
}

label.error:empty {
	display: none !important;
}

.error input, 
.error select, 
.error textarea {
    color: #b94a48;
    border-color: #b94a48;
}


.error input:focus, 
.error select:focus, 
.error textarea:focus {
	border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}


.error input::-webkit-input-placeholder {
   color: #b94a48;
}
.error input:-moz-placeholder {
   color: #b94a48;
}
.error input::-moz-placeholder {
   color: #b94a48;
}
.error input:-ms-input-placeholder {
   color: #b94a48;
}
.error textarea::-webkit-input-placeholder {
   color: #b94a48;
}
.error textarea:-moz-placeholder {
   color: #b94a48;
}
.error textarea::-moz-placeholder {
   color: #b94a48;
}
.error textarea:-ms-input-placeholder {
   color: #b94a48;
}

.wl-inner-icon.error span,
.wl-inner-icon.error label,
.error span,
.error label {
    color: #b94a48;
    font-weight: normal !important;
} 



/* -------------------
	PAGE - INTRODUCTION
   ------------------- */

@media all and (max-width: 724px) {
	#wl-welcome-text {
		margin: 2em;
	}

	#wl-welcome-text p {
		font-size: 1.2em;
		text-align: left;
		margin: 1em 0;
	}

	#wl-welcome-text a.btn {
		display: block;
		width: 100%;
		margin: 1em 0;
	}

	#wl-welcome-image {
		background: none; 
	}

	.wl-introduction-step { 
		display: inline-block;
		width: 100%;
		font-size: 1.2em;
	}

	#wl-welcome-login-message {
		width: 100%; 
		text-align: center;
		display: block;
	}

	#wl-welcome-intro-text {
		display: none;
	}
}

@media all and (min-width: 725px) {
	#wl-welcome-text {
	    color: white;
	    text-align: center;
	    width: 80%;
	    margin: 0 auto;
	}

	#wl-welcome-text p {
		margin: 1em 0 2em 0;
		color: white;
		font-size: 20px;
	}

	.wl-introduction-step { 
		display: none;
	}

	#wl-welcome-login-message {
		color: white; 
		text-decoration: underline; 
		font-size: 0.7em; 
		display: block; 
		margin-top: 1em;	
	}

	#wl-welcome-intro-text {
		display: inline-block;
	}
}

.wl-introduction-step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: rgb(61, 155, 233);
    margin-bottom: 14px;
    margin-right: 10px;
    display: inline-block;
}

#wl-welcome-image {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
}

@media all and (min-width: 725px) and (max-width: 1024px) {
	#wl-welcome-text { margin-top: 150px; }
	#wl-welcome-text h2 { font-size: 30px; }
	#wl-welcome-text .btn-lg { font-size: 20px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_1024.jpg'); min-height: 441px; }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
	#wl-welcome-text { margin-top: 250px; }
	#wl-welcome-text h2 { font-size: 35px; }
	#wl-welcome-text .btn-lg { font-size: 22px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_1280.jpg'); min-height: 551px; }
}
@media all and (min-width: 1281px) {
	#wl-welcome-text h2 { font-size: 40px; }
	#wl-welcome-text .btn-lg { font-size: 24px; }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
	#wl-welcome-text { margin-top: 300px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_1440.jpg'); min-height: 620px; }
}
@media all and (min-width: 1441px) and (max-width: 1600px) {
	#wl-welcome-text { margin-top: 350px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_1600.jpg'); min-height: 689px; }
}
@media all and (min-width: 1601px) and (max-width: 1920px) {
	#wl-welcome-text { margin-top: 400px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_1920.jpg'); min-height: 826px; }
}
@media all and (min-width: 1921px) and (max-width: 2048px) {
	#wl-welcome-text { margin-top: 450px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_2048.jpg'); min-height: 881px; }
}
@media all and (min-width: 2049px) and (max-width: 2300px) {
	#wl-welcome-text { margin-top: 500px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_2300.jpg'); min-height: 990px; }
}
@media all and (min-width: 2301px) {
	#wl-welcome-text { margin-top: 600px; }
	#wl-welcome-image { background-image: url('../../img/apply/home_2880.jpg'); min-height: 1239px; }
}


/* -------------------
	PAGE - CHOOSE WAITLIST
   ------------------- */
h3.wl-company-title {
	margin-top: 2.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	border-bottom: 1px #ddd solid;
}
	h3.wl-company-title:first-of-type {
		margin-top: 1em;
	}

	@media all and (max-width: 767px) {
		h3.wl-company-title {
			padding-left: 5px;
		}
	}

p.wl-company-desc {
	margin: 1em 0 0.5em 0; 
	font-size: 1.0em; 
	text-align: left;
}

	@media all and (max-width: 767px) {
		p.wl-company-desc {
			padding-left: 5px;
		}
	}


div.wl-choose-site {
	display: inline-block;
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px #ddd solid;
}

	div.wl-choose-site:hover {
		background-color: #edf6fd;
		border-left: 3px solid #3d9be9;
	}

	.wl-choose-site h4 {
		display: inline-block;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0.2em;
		margin-right: 20px;
		width: 100%;
		font-size: 1.2em;
	}

	.wl-choose-site p,
	.wl-choose-site .wl-details-panel,
	.wl-choose-site .wl-user-message {
		margin-top: 0;
		margin-left: 0;
		margin-right: 20px;
		margin-bottom: 1em;
		text-align: left;
		font-size: 1.0em;
		color: gray;
	}

	.wl-choose-site .wl-details-paragraph {
		width: 100%; 
		text-indent: -0.75em; 
		margin-left: 1.5em;
		margin-bottom: 1em;
		padding-right: 1em;
	}
		.wl-choose-site .wl-details-paragraph .glyphicon {
			width: 0.75em;
		}
		.wl-choose-site .wl-details-paragraph a {
			cursor: pointer;
			
			/* below: for extra long urls */
		    white-space: pre-wrap; /* css-3 */    
		    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		    white-space: -pre-wrap; /* Opera 4-6 */    
		    white-space: -o-pre-wrap; /* Opera 7 */    
		    word-wrap: break-word; /* Internet Explorer 5.5+ */
		}


	.wl-choose-site a.map,
	.wl-choose-site a.map:hover,
	.wl-choose-site a.map:visited {
		color: gray;
		cursor: pointer;
	}

	.wl-choose-site .wl-btn-panel {
		margin-bottom: 1em;
		padding-top: 0.2em;
	}

	.wl-choose-site .wl-btn-panel .btn {
		padding: 4px 10px;
	}

	div.wl-choose-site h4,
	div.wl-choose-site p,
	div.wl-choose-site .wl-details-panel,
	div.wl-choose-site .wl-user-message,
	div.wl-choose-site .wl-btn-panel {
		padding-left: 20px;
	}
	div.wl-choose-site:hover h4,
	div.wl-choose-site:hover p,
	div.wl-choose-site:hover .wl-details-panel,
	div.wl-choose-site:hover .wl-user-message,
	div.wl-choose-site:hover .wl-btn-panel {
		padding-left: 17px;
	}

	.wl-choose-site .badge {
		padding: 5px 9px;
		font-size: 1.0em;
		font-weight: normal;
		background-color: rgb(61, 155, 233);
	}

div.wl-choose-site.selected {
	background-color: #ffffe8;
}

div.wl-choose-site.on-list,
div.wl-choose-site.on-list h4
div.wl-choose-site.on-list span {
	background-color: #fafafa;
	color: gray;
}
	div.wl-choose-site.on-list .wl-user-message {
		display: none;
	}

div.wl-choose-site .wl-no-match {
	display: block;
	color: rgb(200,0,0);
	font-weight: normal;
}

.wl-location-id { display: none; }


.wl-finished-joining-list {
    position: fixed;
    bottom: 20px;
    right: 30px;
    text-decoration:none;
    background: #333;
    width: 220px;
    padding: 20px;
    color: white;
    border-radius: 10px;    
    display: none;
}

.wl-finished-joining-list:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 70%;
    width: 0;
    height: 0;
    border-top: solid 15px #333;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}



.StripeElement--focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}



.wl-user-message.danger {
	color: rgb(200, 0, 0);
}

.wl-user-message.info {
	color: rgb(55, 132, 202);
}

.wl-filter-panel {
	display: inline-block;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px #ddd solid;
}

.wl-filter-panel a {
	padding: 14px 7px;
	margin: 0px 7px;
	color: gray;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

	.wl-filter-panel a.selected,
	.wl-filter-panel div.selected {
		border-bottom: 3px solid rgb(61, 155, 233);
	}

	.wl-filter-panel a.selected {
		color: #333;
	}

	.wl-filter-panel a.normal:hover {
		padding-bottom: 15px;
		border-bottom: 2px solid rgb(61, 155, 233);
	}

	.wl-filter-panel div.normal:hover {
		padding-bottom: 14px;
		margin-bottom: 0px;
		border-bottom: 2px solid rgb(61, 155, 233);
	}

	@media all and (min-width: 550px) {
		.wl-filter-panel #wl-filter-3.normal {
			display: inline-block; 
			padding: 7px 14px 8px 14px;
		}
		.wl-filter-panel #wl-filter-3.selected {
			display: inline-block; 
			padding: 7px 14px;
		}
	}
	@media all and (max-width: 549px) {
		.wl-filter-panel #wl-filter-3 {
			display: none;
		}
	}

	#wl-filter-message {
		margin-bottom: 0.5em; 
		display: inline-block;
		font-style: italic;
	}

	.wl-filter-panel .wl-inner-icon {
		padding: 0; 
		margin: 0;
	}
	.wl-filter-panel .wl-inner-icon .glyphicon {
		margin-left: 0.8em;
	}


#wl-order-summary td,
#wl-order-summary th {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

	@media all and (max-width: 767px) {
		#wl-order-summary td, #wl-order-summary th { padding: 0.5em 0.5em 0.5em 0.5em; }
	}
	@media all and (min-width: 768px) {
		#wl-order-summary td, #wl-order-summary th { padding: 0.5em 4em 0.5em 0.5em; }
	}

#wl-order-summary th {
	background-color: rgb(246, 251, 255);
}

#wl-order-summary {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

@media all and (max-width: 767px) {
	#wl-order-summary { width: 100%; }
}

/* -------------------
	Toggle Switch component
   ------------------- */
.toggle-container {
	cursor: pointer; 
	width: 80px; 
	height: 34px; 
	background-color: #efefef; 
	border: 1px solid #ccc; 
	border-radius: 999px;
	display: inline-block;
	transition: transform 200ms ease,background-color 200ms ease;
	-webkit-transition: transform 200ms ease,background-color 200ms ease;
	-moz-transition: transform 200ms ease,background-color 200ms ease;
	-ms-transition: transform 200ms ease,background-color 200ms ease;
	vertical-align: top;
}

	.toggle-container:hover {
		background-color: #e7e7e7; 
	}

	.toggle-column .btn:focus {
	    outline: none;
		box-shadow: 0 0 0 1px #bbb; 
	}
	.toggle-container:focus {
	    outline: none;
		box-shadow: 0 0 0 1px #bbb; 
	}

	.toggle-container.active {
	    background-color: rgb(61, 155, 233);
	    border-color: #2e6da4;		 
	}

	.toggle-container.active:hover {
		background-color: rgb(49, 132, 201); 
		border-color: #204d74;
	}

.toggle-container .toggle-switch {
	border: 1px solid #ccc; 
	background-color: white; 
	border-radius: 999px; 
	float: left;
	height: 32px; 
	width: 32px; 
	display: inline-block;
}

	.toggle-container.active .toggle-switch {
		border: 1px solid white; 
		float: right;
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-right: 1px;
	}

.toggle-container .toggle-label {
	position: relative; 
	top: 6px; 
	left: 10px;
	color: #bbb; 
	font-size: 14px;
}

	.toggle-container.active .toggle-label {
		color: white; 
		left: 15px;
	}

.toggle-post-text {
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
    padding: 5px 13px;
}


	@media all and (min-width: 721px) {
		.toggle-post-text { width: 550px; }
		.toggle-row .form-control { margin-left: 120px; width: 520px; }
	}

	@media all and (min-width: 630px) and (max-width: 720px) {
		.toggle-post-text { width: 475px; }
		.toggle-row .form-control { margin-left: 120px; width: 445px; }
	}

	@media all and (min-width: 520px) and (max-width: 629px) {
		.toggle-post-text { width: 375px; }
		.toggle-row .form-control { margin-left: 120px; width: 345px; }
	}

	@media all and (min-width: 410px) and (max-width: 519px) {
		.toggle-post-text { width: 275px; }
		.toggle-row .form-control { margin-left: 120px; width: 245px; }
	}

	@media all and (min-width: 360px) and (max-width: 409px) {
		.toggle-post-text { width: 225px; }
		.toggle-row .form-control { margin-left: 0; width: 100%; }
	}

	@media all and (max-width: 359px) {
		.toggle-post-text { width: 175px; }
		.toggle-row .form-control { margin-left: 0; width: 100%; }
	}

.toggle-row {
	margin-top: 1em;
}

.toggle-row .form-control {
    display: block;
    margin-top: 5px;
}



/* -------------------
	STATUS BAR IN UPPER RIGHT
   ------------------- */
@media all and (min-width: 768px) {
	div.applyProgressBar {
	    float: right;
	    margin: -20px -50px 0 0;
	    padding: 0;
	    border: 0;
	    font-weight: normal;
	    font-size: 14px;
	    font-family: inherit;
	    vertical-align: baseline;
	    box-sizing: content-box;
	    display: block;
	}

	div.applyProgressBar .progressBarDotOn,
	div.applyProgressBar .progressBarDotOff {
	    margin: 0;
	    padding: 0;
	    width: 8px;
	    height: 8px;
	    border-radius: 4px;
	    float: left;
	}

	div.applyProgressBar .progressBarDotOn {
		background-color: rgb(61, 155, 233);
	}

	div.applyProgressBar .progressBarDotOff {
		background-color: #ddd;
	}

	div.applyProgressBar .progressBarLine {
	    border-bottom: 1px solid #ddd;
	    float: left;
	    width: 57px;
	    margin: 3px 0 0 0;
	    height: 1px;
	    padding: 0;
	}

	div.applyProgressBar ol {
	    list-style-type: decimal;
	    margin: 0 1.5em 1.8em 1.5em;
	    padding: 0;
	    border: 0;
		list-style: none;
		display: block;
	}

	div.applyProgressBar ol li,
	div.applyProgressBar ol li a,
	div.applyProgressBar ol li a:hover,
	div.applyProgressBar ol li a:visited {
		text-align: center;
	    width: 65px;
	    float: left;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    font-size: 12px;
	    color: silver;
	}

	div.applyProgressBar ol li.highlighted {
		color: rgb(61, 155, 233);
		font-weight: bold;
		margin-top: -1px;
	}
}

@media all and (max-width: 767px) {
	div.applyProgressBar { display: none; }
}

.navbar-default .navbar-nav > li.dropdown.open > a, 
.navbar-default .navbar-nav > li.dropdown.open > a:focus, 
.navbar-default .navbar-nav > li.dropdown.open > a:hover {
	background-color: #388DD4;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #edf6fd;
}


.btn.btn-select-child {
	display: inline-block; 
	white-space: normal;
}

	@media all and (min-width: 768px) {
		.btn.btn-select-child { margin: 1%; width: 30%; min-height: 6em; }
	}

	@media all and (max-width: 767px) {
		.btn.btn-select-child { margin: 1% 0; width: 100%; }
	}

.wl-welcome-tile {
	width: 25%; 
	margin: 0 3%; 
	max-width: 250px; 
	display: inline-block; 
	vertical-align: top;
	font-size: 1.2em;
}

.wl-welcome-tile a.btn.btn-primary {
	display: block;
    margin: 0.5em auto;
    max-width: 200px;
    font-size: 1.0em;
}


.wl-bottom-page-info-message {
	font-size: 1.0em; 
	color: #999; 
	margin-left: 30px; 
	margin-top: 3em; 
	margin-bottom: 3em; 
	text-indent: -9px; 
	text-align: left;
}