@charset "utf-8";
/* CSS Document */


@font-face { font-family: Yanone Bold; src: url('/images/fonts/YanoneKaffeesatz-Bold.otf'); } 
@font-face { font-family: Yanone; src: url('/images/fonts/YanoneKaffeesatz-Regular.otf'); } 
.collegeTitle {font-family: Yanone Bold; font-size:44px; color:#1B91CA}
.collegeTitle a:hover {font-family: Yanone Bold; font-size:44px; color: #069; text-decoration:none;}
.schoolTitle {font-family: Yanone; font-size:28px; color:#1B91CA;}
.quickFacts {font-size:10px;text-transform:uppercase;font-family:Georgia, "Times New Roman", Times, serif; color:#999;}
.quickFactsLG {font-size: 24px; color:#666666; font-family:Yanone;}
.quickFactsMD {font-size: 18px; color:#666666; font-family:Yanone;}

.zip_table{
  width:200px;
      margin-left: auto;
    margin-right: auto;
}
.state_text{
  width:750px;
      margin-left: auto;
    margin-right: auto;
}


.Mwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 1px 1px 2px #999999
}
.Mwell blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.Mwell-lg {
  padding: 24px;
  border-radius: 6px;
}
.Mwell-sm {
  padding: 9px;
  border-radius: 3px;
}
.indexWell2 {
  margin-bottom: 10px;
  background-color:#FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 1px 1px 2px #999999

}

.indexWell {
  padding: 15px;
  margin-bottom: 10px;
  background-image:url(../dim.png);
  border: 5px solid #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 1px 1px 2px #999999

}

.navWell { padding: 15px;
  margin-bottom: 10px;
  background-image:url(../headbgd.gif);
  border: 5px solid #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 1px 1px 2px #999999

}

/* ---------------------- Login ---------------------- */
.form-signin {
  max-width: 630px;
  padding: 15px;
  margin: 0 auto;
  background-color:#F4F4F4;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hide_button{
display: none;
}

/* ---------------------- END Login ---------------------- */
.imgContainer {
    display: table-cell;
    width: 140px; 
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
.imgContainer img {
    max-width: 134px;
    max-height: 114px;

}
.imgContainer2 {
    display: table-cell;
    width: 180px; 
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
.imgContainer2 img {
    max-width: 180px;
    max-height: 100px;

}
.imgContainerSM {
    display: table-cell;
    width: 100px; 
    height: 160px;
    text-align: center;
    vertical-align: middle;
}
.imgContainerSM img {
    max-width: 98px;
	max-height: 160px;

}

.schoolColors  {   
    float: left;
    width: 20px;
    height: 20px;
	margin-right:5px;
	margin-bottom:5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}

.college_added_button
{
    background-color:red;
}
.college_added_button:hover,.college_added_button:focus{background:red;text-decoration:none}
/* ---------------------- Footer Bgd ---------------------- */


.footerBgd {
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 34%, rgba(41,137,216,1) 85%, rgba(41,137,216,1) 85%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(34%,rgba(32,124,202,1)), color-stop(85%,rgba(41,137,216,1)), color-stop(85%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 85%,rgba(41,137,216,1) 85%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 85%,rgba(41,137,216,1) 85%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 85%,rgba(41,137,216,1) 85%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 85%,rgba(41,137,216,1) 85%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1e5799, endColorstr=#7db9e8,GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
}


hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
	margin-top: 2px;
margin-bottom:5px;
}


.navbar-default {
    background-color:transparent ;
    border-color:transparent ;
	height: 36px;
	padding-top:6px;
}
.navbar-default .navbar-brand {
	color: #e5e5e5;
	height: 36px;
		padding-top:6px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #e6e6e6;
	height: 36px;
		padding-top:6px;
}
.navbar-default .navbar-text {
	color: #e5e5e5;
	height: 36px;
		padding-top:8px;
}
.navbar-default .navbar-nav > li > a {
	color: #e5e5e5;
	height: 36px;
		padding-top:8px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #e5e5e5;
	height: 36px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e5e5e5;
	background-color: #1b91ca;
	height: 36px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #e5e5e5;
	background-color: #1b91ca;
	height: 36px;
}
.navbar-default .navbar-toggle {
	border-color: #1b91ca;
	height: 36px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #1b91ca;
	height: 36px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #e5e5e5;
	height: 36px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e5e5e5;
	height: 36px;
}
.navbar-default .navbar-link {
	color: #e5e5e5;
	height: 36px;
	padding-top:20px;

}
.navbar-default .navbar-link:hover {
	color: #e5e5e5;
	height: 36px;
		padding-top:20px;
}
.list-special .list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.list-special .list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

