@charset "utf-8";
/* CSS Document For Technion admissions sign up combined with wordpress classes and ids*/

/*DIV id from wordpress*/

#content .technion-sport-center{
	color:#231F20;
	font-size:14px;
	font-family: tahoma;
}


#content .technion-sport-center_wrapper h2{
	font-size: 25px;
    color: #231F20;
    margin-bottom: 5px;
    font-weight:bold;
}


#content .technion-sport-center_wrapper h4{
	font-size: 20px;
    color: #231F20;
    margin-bottom: 5px;
    font-weight:500;
}

#content .technion-sport-center_wrapper input[type="text"]{
  color:#231F20;
  font-size: 13px !important;
  font-weight: bold;
  
}

.entry-content{
	margin-right:15px;
}


/*gradient for the buttons*/
.technion-sport-center button, .technion-sport-center input[type="submit"], .technion-sport-center input[type="button"], input[type="button"].btn
{
background: rgb(2,48,102); /* Old browsers */
background: -moz-linear-gradient(top, rgba(2,48,102,1) 0%, rgba(30,115,181,1) 71%, rgba(31,117,184,1) 76%, rgba(31,117,184,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,48,102,1)), color-stop(71%,rgba(30,115,181,1)), color-stop(76%,rgba(31,117,184,1)), color-stop(100%,rgba(31,117,184,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023066', endColorstr='#1f75b8',GradientType=0 ); /* IE6-9 */
color:#ffffff;
font-weight: bold;
font-size: large;
padding:0 10px;
}

#confirmation_page{
	width:100%
}
#confirmation_page .first_column, #confirmation_page .second_column{
	display:inline-block;
	width:35%;
	padding-left:20px;
}

#confirmation_page .row{
	display:inline-block;
	width:100%;
	padding:10px;
}

.content_info{
	font-weight: bold;
	color: #002d62;
}

p.content_info{
	margin-top:10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #002d62; 
}

#error .validation_error
{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.gfield_error.field_admin_only{
	display:none;
}

/*Show only for screen reader*/
.hidden 
{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 10% !important;
}

span.gfield_required{
	display:none;
}
