/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.0 
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


.breadcrumbsh1 {
	font-size: 13px;
	margin: 0px;
	color: #FFF;
}
.side1 {
	margin-right: 50px;
}
.bannersleft {
	margin-top: 25px;
	margin-left: 15px;
}.bannersright {
	margin-top: 5px;
	margin-left: 35px;
}
.picblock {
	background-color: #6498CE;
	width: 120px;
	text-align: center;
	margin-bottom: 15px;
}
.picblock2 {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.picblock4 {
	width: 150px;
	text-align: center;
	margin-bottom: 15px;
	border: 3px double #F60;
	float: right;
	margin-left: 15px;
}
.picblock5 {
	width: 150px;
	text-align: center;
	margin-bottom: 15px;
	border: 3px double #F60;
	float: left;
	margin-right: 15px;
}
.i1 {
	font-weight: bold;
	color: #EA7733;
}
.i2 {
	color: #006699;
	background-color: #FBE8DD;
	padding: 10px;
	font-weight: bold;
	border: 1px dotted #E4753C;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.i2 img {
	margin-left: 15px;
}
.i2 a {
	color: #6498CE;
}
.larger-bold {
	color: #EA7733;
	font-weight: bold;
}
table {
	margin-bottom: 10px;
}
.ob {
	border: 1px solid #EA7733;
}
.bold {
	font-weight: bold;
}
#profs {
	color: #00659B;
	margin-top: 15px;
	margin-bottom: 15px;
}
#profs td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	padding: 10px;
}
.signuptop {
	background-color: #00659b;
	height: 70px;
}
.signupbot {
	background-color: #00659b;
}
.logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
.loginbut {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}
.nopad {
	padding: 0px;
}

/* 5 STEP */

.hubp-form-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  position: relative;
  background: #fafafa;
  border: 2px solid #E3E3E3;
}
.hubp-form-wrapper {
  overflow: hidden;
  height: 100px;
}
.hubp-form-container h1 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
	margin: 10px 5px;
}
.hubp-form-welcome p {
	color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.hubp-social {
  height: 170px;
}
#hubp-form {
  width: 1815px;
  margin-top: 5px;
  margin-bottom: 2px;
  height: 141px;
}
.hubp-steps {
  width: 363px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left;
  margin-bottom: 9px;
}
#hubp-form label {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0px;
  display: block;
  background: #00659b;
  margin-bottom: 10px;
}
.hubp-btn {
  background: #e8773d;
  color: #fff;
  border:none;
  cursor: pointer;
  font-size: 13px;
  padding: .5em 1em;
  -webkit-appearance: none;
  border-radius: 5px;
}
.hubp-btn.hubp-active {
  background: #00659b;
  color: #fff;
}
.hubp-btn:focus {
  outline: none;
}
#hubp-form input,
#hubp-form select {
  width: 285px;
  height: 45px;
  background: #fff;
  color: #333;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  margin: 0 auto;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  display: inline-block;
}
.hubp-dobday,
.hubp-dobmonth,
.hubp-dobyear {
  width: 70px !important;
}
select.hubp-dobday,
select.hubp-dobmonth,
select.hubp-dobyear {
  width: 100px !important;
}
.error-border {
  border: 1px solid #f00 !important;
}

.hubp-submit-container {
  text-align: center;
  margin-top: 10px;
}
.hubp-submit-container .hubp-submit {
  background: #00659b;
  color: #fff;
  border:none;
  cursor: pointer;
  font-size: 24px;
  padding:4px 30px;
  border-radius: 5px;
}
.hubp-steps-ind {
  text-align: center;
  margin-top: 18px;
}
.hubp-steps-ind div {
  background: #E6E6E6;
  color: #444;
  text-align: center;
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 33px;
  cursor: pointer;
}
.hubp-steps-ind .hubp-ind-active {
  background-color: #00659b;
  color: #fff;
}
.hubp-terms {
  font-size:12px;
  padding:5px;
  color: #333;
}
.hubp-error {
  color: #a94442;
  border-radius: 5px;
  padding: 20px;
  width: 200px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -100px;

  background: #f2dede;
  border: 2px solid #a94442;
  text-align: center;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-top-color: #a94442;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (max-width: 400px) {
  .hubp-form-container {
    width: 300px !important;
    margin: 0 auto !important;
  }
  .mobile-form .hubp-steps {
    width:300px;
  }
  .mobile-form #hubp-form label {
    font-size: 14px;
  }
  .mobile-form #hubp-form input, 
  .mobile-form #hubp-form select {
    width:255px;
    font-size: 16px;
  }
  select.hubp-dobday,
  select.hubp-dobmonth,
  select.hubp-dobyear {
    width: 80px !important;
  }

.hub_photo_block_shrt {
	height: 200px;
}
.photo_block ul li {
    float: left;
    position: relative;
    padding-bottom: 0;
   /* max-width: 125px; */
    margin: 0;
}
}
.signups {
	height: 595px;
	padding: 20px;
}