/* Page Style */

header .logo { 
	background-position: left center; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 125px; 
	margin: 0;
	}
hr.soften {
	height: 1px;
	margin: 5px 0 25px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.25), rgba(0,0,0,0));
	border: 0;
	}
.hide-text {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		}  
h1, h2, h3, h4, h5, h6 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; }
h1 { font-size: 24px; color: #444;  line-height: 28px;}
h2 { font-size: 20px; color: #0090D0; line-height: 24px; }
.career-info { background: url(../images/baseline/pull-top.png) no-repeat 0 0; padding: 25px;}
footer { padding: 0 0 25px 0;}


/* Form Style */
.form_field label { width: 25%; text-align: right; vertical-align: middle; display: inline-block; margin-right: 10px;}
.form_field input { vertical-align: middle; display: inline-block; box-sizing: border-box; margin: 0;}
.form_field.phone input { width: 50px; margin-right: 5px; }
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.submit_btn { padding: 7px 15px; font-size: 16px;}
.form_controls { text-align: right;}
.form_field { position: relative;}
.validation_status {
	font-size: 12px;
	padding: 5px 5px; font-weight: bold; font-style: italic;
}
.validation_status_valid { color: #7fd034;}
.validation_status_error { color: red;}
label.label_error, .label.label_error { color: red;}

/* Baseline inline */

#schoolDisclaimBox {
	/* display: none; */
	padding-left: 20px;
}
#schoolDisclaimBox .extra {
	position: relative;
	color: #ffffff;
	background: #158BC0;
	-webkit-transition: background linear 0.3s;
    -moz-transition: background linear 0.3s;
    -ms-transition: background linear 0.3s;
    -o-transition: background linear 0.3s;
    transition: background linear 0.3s;
	border: 1px solid #000000;
	padding: 5px 5px 25px 5px;
}
#schoolDisclaimBox .extra::after { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	content: "Powered by CollegeOverview.com"; 
	font-size: 10px; 
	font-weight: lighter;
	line-height: 16px; 
	color: white; 
	padding: 5px 10px 5px 15px; 
	background-color:rgba(255, 255, 255, .5); 
	border-top-left-radius: 20px;
}
#schoolDisclaimBox .extra:hover { 
	background-color: #0b6690;
	cursor: pointer;
}
label[for="ex"] {
	display: inline;
}
label[for="ex"]:hover {
	cursor: pointer;
}
#ex:hover {
	cursor: pointer;
}
label[for="id_experience_1"] #schoolDisclaimBox .adText span {
	font-size: 10px;
	font-weight: lighter;
	color: #131313;
	text-align: right;
}
.adText {
	font-size: 10px;
	font-weight: lighter;
	color: #131313;
	text-align: right;
}

/* Ads */

.dummy_ad { width: 100%; text-align: left; background: #158BC0; padding: 25px 25px 35px 25px; box-sizing: border-box; -moz-box-sizing: border-box; /* margin-bottom: 20px; */ color: white; font-weight: lighter; font-size: 24px; line-height: 26px; cursor: pointer; -webkit-backface-visibility: hidden; position: relative; border: 1px solid #444;}
.dummy_ad::after { position: absolute; bottom: 0; right: 0; content: "Powered by CollegeOverview.com"; font-size: 10px; line-height: 16px; color: white; padding: 5px 10px 5px 15px; background-color:rgba(255, 255, 255, .5); border-top-left-radius: 20px;}
.dummy_ad:hover { background-color: #0b6690;}

/* Tabs */

.tabs{ 
	display: none !important;;
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;}
	.tabs ul { margin: 0;}
.tabs ul li { 
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	display: inline;
	display: inline-block;
	margin-bottom: 0; }
.tabs ul li a { 
	display: block; 
	text-decoration: none;
	width: auto; 
	height: 29px; 
	padding: 0px 20px; 
	line-height: 30px; 
	border: solid 1px #ddd;
	border-width: 1px 0 0 1px; 
	margin: 0;  
	background: #f5f5f5;
	font-size: 13px; }
.tabs ul li a.active { 
	background: #fff; 
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-right-width: 1px;
	margin: 0 -1px 0 0;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; }
.tabs ul li:first-child a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px; }
.tabs ul li:last-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; }

/* Clearfixing tabs for beautiful stacking */
.tabs:before,
.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.tabs:after {
  clear: both; }
.tabs {
  zoom: 1; }
.tabs-content { display:block !important; }

/* -- BOOTSTRAP MODAL CSS
------------------------------------ */
#privacy { display: none;}
.fade{-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0}
.fade.in{opacity:1}
.close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#fff;opacity:1;filter:alpha(opacity=100)}
.close:hover{color:#fff;text-decoration:none;opacity:.75;filter:alpha(opacity=75);cursor:pointer}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}
.modal{position:fixed;height:80%;top:10%;left:50%;z-index:1050;overflow:auto;width:600px;margin:0 0 0 -300px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-overflow-scrolling:touch;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}
.modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-ms-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}
.modal.fade.in{top:10%}
.modal-header{position:fixed;margin-top:-30px;width:600px}
.modal-header .close{top:-20px;right:0}
.modal-body{height:100%;overflow:hidden}
.modal-body #article{width:auto;margin:0}
.modal-footer{padding:14px 15px 15px;margin-bottom:0;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}
.modal-footer:before,.modal-footer:after{display:table;content:""}
.modal-footer:after{clear:both}
.modal-footer .btn{float:right;margin-left:5px;margin-bottom:0}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	.tabs { display: none !important;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tabs-content { display:none !important; }
	.tabs-content.active { display: block !important; }
	hr.soften { display: none;}
	.tabs { display: block !important;}
	.career-info { background: none; padding: 0;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.tabs-content { display:none !important; }
	.tabs-content.active { display: block !important; }
	hr.soften { display: none;}
	.tabs { display: block !important;}
	.form_field label { display: block; width: 100%; text-align: left;}
	.career-info { background: none; padding: 0;}
	.modal {
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		width: auto;
		max-height: 90%;
		margin: 0; display: none;
	}
	.modal-header {
		width: 94%; box-sizing: border-box;
	}
	.modal-header h3, .modal-header a { box-sizing: border-box;}
	.modal.fade.in {
		top: 10px;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
}

/* Adsense Header */
.header_adsense {
	margin-top: 15px;
	text-align: center;
}

/* Opt-in Text Style */
.opt-in-text {
	color: #444;
	text-align: left;
	padding-top: 15px;
    font: 14px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}