/*
Theme Name: Blue Ice
Theme URI: https://x-raytechnicianschools.org
Description: The Blue Ice theme.
Version: 1.0
Author: Nathan Miller
*/

/* Basics ######################################################### */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

body {
	text-align: center;
	font-family: facitweb,sans-serif;
	font-size: 14px;
	border: 0;
	color: #606771;
	background: #f2f1ee url(images/bg.jpg) 0 0 repeat;
	line-height: 160%;
}	
#top-bar {
	background:url(/wp-content/themes/blueice/images/nav.png) repeat-x;
	height:53px;
	width:100%;
	position:absolute;
}
div.wrap {
	margin: 0 auto;
	width: 1000px;
	text-align:left;
}
#header {
	height: 53px;
	width:1000px;
	position:relative;
}
#header img {
	position:absolute;
	margin:3px;
}
#nav {
	position: absolute;
	overflow: hidden;
	height:53px;
	right:0;
}
#content {
	border-bottom: 1px solid #C3C1B5;
    	box-shadow: 0px 1px 0 #FFFFFF;
}
#intro {
	height: 324px;
	background: #f9f5ee url(images//characters.jpg) right bottom no-repeat;
	border-bottom: 2px solid #cbdae2;
	position: relative;
}
#footer {
	padding: 20px 0;
}
#col-left {
	width: 407px;
	float: left;
	margin: 0;
}
#col-right {
	padding:25px 20px 21px 25px;
	width: 535px;
	min-height:863px;
	float: right;
	margin: 0 0 15px 0;
	background:#fcfbf9;
	box-shadow: 0px 0px 2px #999;
}
#col-right h2 a {
	color:#0d648d;
	border-bottom:none;
	text-shadow:none;
	box-shadow:none;
}
#col-right h2 a:hover {
	color:#bc4a01;
}
#col-left .box {
	background: #fcfbf9;
	margin-bottom: 15px;
	box-shadow: 0px 0px 2px #999;
}
div.box-category {
	padding:14px;
	text-align:center;
	border-bottom:#dddddd 1px solid;
}
div.box-category h3,  div.box-category h3 a {
	font-size:15px;
	color:#ef6405;
	margin:0 !important;
	padding:0 !important;
}
div.box-category h3 a:hover {
	color:#e24102;
}
.top-uni {
	position: relative;
	min-height: 60px;
	padding: 10px;
	border-bottom: 2px solid #cbdae2 ;
}
.infobox {
	width: 220px;
	float: right;
	margin: 0 0 20px 30px;
	background: #f9f5ee;
	padding: 15px;
}
.uni-list {
	padding-bottom: 10px;
	border-bottom: 1px solid #cbdae2;
	margin-bottom: 15px;
}
#states {
	position:relative;
	width:1000px;
	padding:0;
	background:#FCFBF9;
	margin-bottom:15px;
	box-shadow:0 0 2px #999999;
}
#col-right ul, #states ul {
	margin:10px 0 0 30px;
	padding:0 0 15px 0;
}
#states ul {
	width:210px;
	float:left;
}
ul.states-col {
	width:135px;
	float:left;
}
ul.narrow {
	margin-left:30px;
	float:left; 
	width:140px !important;
}
#col-right li, #states li {
	background:url(/wp-content/themes/blueice/images/arrowlist.png) no-repeat 0 5px;
	padding:1px 0 1px 20px;
	margin:0;
	list-style:none;
}
#col-right li {
	margin:5px 0 5px 0;
}
.states-padding {
	padding:20px 25px;
}
p.states-link {
	position:absolute;
	right:0;
	top:0;
	margin:15px 25px;
}
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.article-blurb {
	text-align:left;
	color:#999;
	font-size:13px;
	padding:0 10px 5px 10px;
}
/* Headlines ######################################################### */		

h1 {
	font-size: 26px;
	font-family:facitweb,sans-serif;
	line-height: 29px;
	padding: 0 0 5px 0;
	color:#ef6405;
	margin-bottom: 10px;
	text-shadow:0 1px 0 #FFFFFF;
	text-transform:uppercase;
}
h1 a {
	color:#ef6405 !important;
}
h1 a:hover {
	color:#ba4a02 !important;
}
h2, h2 a {
	font-size: 16px;
	font-family: facitweb,sans-serif;
	padding: 15px 0 5px 0;
	color:#0D648D;
	text-shadow:0 1px 0 #FFFFFF;
	margin-bottom: 15px;
	border-bottom: 1px solid #c3c1b5;
	box-shadow: 0 1px 0 #FFFFFF;
	text-transform:uppercase;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
}
h3, h3 a {
	font-size: 18px;
	font-family:facitweb,sans-serif;
	font-weight: bold;
	padding: 0 0 5px 0;
}
#col-left h2, #states h2 {
	padding: 15px 15px 10px 15px;
	margin-bottom:0;
	background:url(images/bg-left-col.png) repeat-x;
	color:#0D648D;
	font-size:16px;
	text-align:center;
}
#states h2 {
	text-align:left;
	padding-left:25px;
}
.infobox h2 {
	color: #176e9c;
	padding-bottom: 10px;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {
	color: #008dcc; 
	text-decoration: none; 
	outline: none;
}
a:hover {
	color:#ef6405;
	text-decoration: none;
}
#footer a {
	color: #ef6405;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
#footer a:hover {
	color: #e24102;
}

.infobox a.button {
	display: block;
}	
table.logos tr td a {
	color: #bfbfbf;
}

/* Fonts ######################################################### */

.font-grey {
	color:#878787;
}

p {
	padding:0 0 5px 0;
}
#col-right p {
	padding:0 0 15px 0;
}
a.button span {
	padding: 8px 27px 8px 12px;
	display: block;
	background: url(images//arrow.png) right 9px no-repeat;
}
a.button:hover span {
	text-decoration: underline;

}	
#footer p {
	width: 400px;
	float: right;
	text-align: right;
	color: #606771;
	font-size:14px;
}
form#widget p, form#widget-wide p {
	padding: 10px 0 0 5px;
	font-size: 14px;
	color: #fff;
}
.top-uni p {
	padding: 8px 10px 10px 115px;
	color: #6d8795;
}
.teaser li strong {
	display: block;
}
p.testimon {
	padding: 10px 15px;
	color: #6d8795;
	font-family: Georgia;
	font-style: italic;
}

/* Navigation ######################################################### */

#nav ul {
   	clear: left;
   	float: left;
   	list-style: none;
   	margin: 0 2px 0 0;
   	padding: 0;
   	position: relative;
   	text-align: center;
	height:53px;
}

#nav ul li {
   	display: block;
   	float: left;
   	list-style: none;
   	margin: 0;
   	padding: 0;
   	position: relative;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 17px 23px 15px;
	margin: 0 0 0 0;
	color: #e8e6df;
	font-size: 13px;
	text-decoration: none;
}	
#nav ul li a:hover, #nav ul li.current a:hover {
	color: #fff;
	padding: 17px 23px 15px;
	background:url(/wp-content/themes/blueice/images/nav-hover-bg.jpg);
}
#nav ul li.current a, #nav ul li.current_page_item a, #nav ul li.current {
	padding: 17px 23px 15px;
	color: #fff;
	margin: 0 0 0 0;
	font-size: 13px;
	text-decoration: none;
	background:url(/wp-content/themes/blueice/images/nav-hover-bg.jpg);

}

/* Images ######################################################### */	

img {
	border: none;
}
.top-uni img {
	border: 10px solid #fff;
	position: absolute;
	top: 10px;
	left: -70px;
	-webkit-box-shadow: 0 0 5px #cbdae2;
	-moz-box-shadow: 0 0 5px #cbdae2;
	box-shadow: 0 0 5px #cbdae2;
}
.uni-list img {
	float: right;
	margin: 0 0 10px 15px;
}
table.logos tr td img {
	margin: 0 0 2px 0;
}

/* Tables ######################################################### */

table.logos {
	width: 100%;
	border-left: 1px solid #e5ebef;
	border-top: 1px solid #e5ebef;
	margin-bottom: 15px;
}
table.logos tr td {
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #e5ebef;
	border-bottom: 1px solid #e5ebef;
	padding: 15px 5px;
	font-size: 12px;
	color: #bfbfbf;
}

/* Lists ######################################################### */

.teaser ul, .list ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: none;
}
.list ul {
	padding: 0;
}
.teaser li {
	padding: 15px 15px 0 15px;
}
.list li {
	background: #fcfbf9 url("images/bg-box.png");
	border-bottom:#e2e1d9 solid 1px;
	line-height:120%;
	font-size:15px;
	list-style-type:none;
	padding:7px 0 5px 28px;
}
.list li:hover {
	background:#f4f3f0 url("images/bg-box-hover.png");
}
.list li a {
	background:url("images/arrowlist.png") no-repeat scroll 0px transparent;
	padding:0 0 0 75px;
	display:block;
}
.list li a:hover {

}
.list ol li a {
background:none;
}
ul.benefits {
	list-style-type: none;
	margin: 0 50px 0 20px;
}
.benefits li {
	background: url(images//check.gif) 0 2px no-repeat;
	padding: 0 0 15px 25px;
}

/* Forms ######################################################### */

#col-right form label {
	float: left;
	width: 180px;
	display: block;
}

#col-right form input, #col-right form textarea, #col-right form select {
	width: 250px;
	font-size: 12px;
	font-family: facitweb,sans-serif;
}

#col-right form textarea {
	height: 130px;
}
form#widget, form#widget-wide {
	position:relative;
	background: url(images/widget.jpg) 0 0 no-repeat;
	width: 364px;
	height: 250px;
	padding: 29px 0 0 42px;
	margin-bottom: 15px;
	box-shadow:0px 0px 2px #999;
}
form#widget-wide {
	background:url(images/widget-wide.jpg) no-repeat;
	width:958px;
	height:144px;
}
form#widget-content {
	position:relative;
	margin-top:15px;
	padding:0;
	width:520px;
	height:100px;
}
form#widget select, form#widget-wide select, form#widget-content select, form#widget input, form#widget-content input {
	width: 310px;
	font-size: 16px;
	font-family: facitweb,sans-serif;
	margin: 2px 0;
	padding:8px 5px 9px 10px;
	background:#FFF;
	border:#4ca9de 5px solid;
	height:45px;
	box-shadow:0 0 2px #063e52;
}	
.btm-zip {
	width:312px;
}
.btm-zip-wrapper {
	width:650px;
	margin-top:16px;
}
.btm-zip-rt select {
	float:right;
		width: 310px;
	font-size: 16px;
	font-family: facitweb,sans-serif;
	margin: 2px 0;
	padding:8px 5px 9px 10px;
	background:#FFF;
	border:#4ca9de 5px solid;
	box-shadow:0 0 2px #063e52;

}	
form#widget-wide input {
	width: 310px;
	height:45px;
	font-size: 16px;
	font-family: facitweb,sans-serif;
	margin: 2px 0;
	padding:8px 5px 9px 10px;
	background:#FFF;
	border:#4ca9de 5px solid;
	box-shadow:0 0 2px #063e52;
}
form#widget-content select, form#widget-content input {
	height:42px;
	border:#CCC 3px solid;
	box-shadow:0 0 2px #CCC;
	width:200px;
	font-size:15px;
}
form#widget-content p {
	position:absolute;
}
p.right-field {
	left:212px;	
}
form#widget button, form#widget-wide button, form#widget-content button {
	margin: 10px 0 0 0;
	position: relative;
	background:url(images/btn-find-school.png) no-repeat;
	border:medium none;
	cursor:pointer;
	display:block;
	font-size:0;
	height:49px;
	line-height:0;
	overflow:hidden;
	text-indent: -999px;
	width:322px;
	box-shadow:0 0 2px #063e52;
	border-radius:10px;
}
form#widget button:hover {
	background:url(images/btn-find-school.png) no-repeat left bottom;
}
form#widget-wide button, form#widget-content button {
	margin: 45px 75px 0 0;
	position: absolute;
	right:0;
	top:0;
	background:url(images/btn-find-school2.png) no-repeat;
	height:85px;
	width:200px;
}
form#widget-wide button:hover {
	background:url(images/btn-find-school2.png) no-repeat left bottom;
}
form#widget-content button {
	margin:40px 0 0 0;
	position:absolute;
	right:0;
	top:0;
	background:url(images/btn-go.png) no-repeat;
	height:41px;
	width:94px;
	box-shadow:0 0 1px #666;
	border-radius:5px;
}
form#widget-content button:hover {
	background:url(images/btn-go.png) no-repeat left bottom;
}
form#widget h3, form#widget-wide h3, form#widget-content h3 {
	color:#FFF;
	font-size:15px;
	margin:0 0 0 5px;
	padding:0;
	text-transform:uppercase;
	text-shadow:0 0 2px #063e52;
}
form#widget-content h3 {
	color:#0D648D;
	font-size:15px;
	margin:0 0 15px 0;
	padding:0;
	text-transformation:uppercase;
	text-shadow:none;
}
#widget-center {
	margin:15px 0 0 100px;
}
/* Misc ######################################################### */		

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.float-left {
	float:left;
}
.float-right {
	float:right;
}	
.clear {
	clear:both;
}	
.center {
	text-align:center;
}
img.shadow {
	box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
	margin:5px 0 15px 0;
	border:8px #FFF solid;
}
/* Articles ######################################################### */

img.insert {
	border: 1px solid #b0b0b0;
	box-shadow: 4px 3px 4px rgba(0,0,0,0.28);
}
p.intro-bold {
	font-size:24px;
	line-height:140%;
}
.intro-span {
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#333;
	font-size:18px;
	line-height:140%;
}
p.intro-text {
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#333;
	font-size:18px;
	line-height:150%;
}
p.intro-text img {
	margin:0;
	position:absolute;
	right:10px;
	bottom:0;
}
::-moz-selection {
    	color: ;
    	color: rgba(255,255,255,1.0);
    	background-color: #ef6405;
    	background-color: rgba( );
	text-shadow:none;
}
::selection {
    	color: ;
    	color: rgba(255,255,255,1.0);
    	background-color: #ef6405;
    	background-color: rgba( );
	text-shadow:none;
}
h3 {
	color:#0D648D;
	font-size:16px;
	margin:10px 0 10px 0;
	padding:0;
}
img.rounded {
	border-radius:10px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Articles ######################################################### */

img.left, img.right, img.middle {
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.50) !important;
	border:1px solid #D1D1D1 !important;
}
img.left {
	margin:0 15px 5px 0 !important;
}
img.right {
	margin:0 0 5px 10px;
}
img.middle {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}
img.intro {
	box-shadow: 1px 2px 6px #7b7767;
	box-shadow: 1px 2px 6px rgba(84,81,70,0.50);
	border:6px solid #FFF;
	margin-bottom:20px;
}
.size-large, .size-full, .size-small, .current {
	box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
	margin:5px 0 15px 0;
	border:7px solid #FFF;
}
.current {
	float:left;
	margin:0 15px 10px 0;
	border:5px solid #FFF;
}
.teaser {
	height:250px;
}
/* ARTICLES LIST STYLES ######################################################### */

.article ul, .article ol {
	margin-left: 30px;
}
.article li {
	padding-bottom: 15px;
}
#col-right ol li {
	background:none;
}
ol.fixed-height li {
	height:230px;
}
#col-right ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
#col-right ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:21px 5px !important; /* Add some spacing around the content */
    	list-style:none; /* Disable the normal item numbering */
	font-size:14px;
	border-bottom: 1px solid #c3c1b5;
	box-shadow: 0 1px 0 #FFFFFF;
}
#col-right ol > li:before {
    	content:counter(li); /* Use the counter as content */
   	counter-increment:li; /* Increment the counter by 1 */
   	/* Position and style the number */
   	position:absolute;
   	top:0;
   	left:-2em;
    	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	box-sizing:border-box;
    	width:2em;
    	/* Some space between the number and the content in browsers that support generated content but not positioning it (Camino 2 is one example) */
    	margin-right:8px;
    	padding:19px 0 0;
    	color:#909193;
	font-family: facitweb,sans-serif;
    	text-align:center;
	font-size:22px;
	font-weight:bold;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}
#col-right ol h3, #col-right ol h3 a {
	margin:-1px 0 10px;
	font-family: facitweb,sans-serif;
}
#col-right .list-continue { counter-reset: item; }
#col-right li.last {
box-shadow:none;
border-bottom:none;
}


/* BOX LIST STYLES ######################################################### */

#col-left li:last-child, #col-right li:last-child {
	border-bottom: none;
}
#col-left ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
#col-left ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 0 0; /* Give each list item a left margin to make room for the numbers */
	padding:0 0 0 25px !important; /* Add some spacing around the content */
    	list-style:none; /* Disable the normal item numbering */
	font-size:14px;
	border-bottom: 1px solid #c3c1b5;
	box-shadow: 0 1px 0 #FFFFFF;
}
#col-left ol > li:before {
    	content:counter(li); /* Use the counter as content */
   	counter-increment:li; /* Increment the counter by 1 */
   	/* Position and style the number */
   	position:absolute;
   	top:0;
    	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	box-sizing:border-box;
    	/* Some space between the number and the content in browsers that support generated content but not positioning it (Camino 2 is one example) */
    	margin-right:8px;
    	padding:30px 0 0;
    	color:#909193;
	font-family: facitweb,sans-serif;
    	text-align:center;
	font-size:22px;
	font-weight:bold;
}
li ol, li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

.list-continue { counter-reset: item; }
#col-left li.last {
box-shadow:none;
}


/* Widget Home Form ######################################################### */

#home-widget {
	width: 1000px;
	padding: 10px 0;
	position:relative;
	height:180px;
	background:url(images/bg-home-widget.png) top right no-repeat;
}

#home-widget form {
	margin-top:0;
	padding:45px 0 0 170px;
	position:absolute;
	top:26px;
	height:130px;
	background:url(images/home-widget-arrow.png) no-repeat top left;
}
#home-widget select {
	width: 220px;
	font-size: 14px;
	font-family: sans-serif;
	margin: 0;
	padding:9px 5px;
	background:#FFF;
	border:#2f6802 1px solid;
	height:36px;
}		
#home-widget button {
	margin: 35px 0 0 85px;
	position: relative;
	background:url(images/btn-search-home.png) no-repeat;
	border:medium none;
	cursor:pointer;
	display:block;
	font-size:0;
	height:47px;
	line-height:0;
	overflow:hidden;
	text-indent: -999px;
	width:512px;
}
#home-widget button:hover {
	background:url(images/btn-search-home.png) no-repeat left bottom;
}
#home-widget ul {
	display:inline;
	background:url(images/home-widget-arrow.png) top left no-repeat;
}
#home-widget ul li {
	padding: 10px 0 10px 30px;
	margin:0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display:inline;
	list-style:none;
}
li.one {
	background:url(images/1.png) top left no-repeat;
}
li.two {
	background:url(images/2.png) top left no-repeat;
}
li.three {
	background:url(images/3.png) top left no-repeat;
}
#home-widget p {
	margin-top:5px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-shadow: 1px 2px 2px rgba(52, 97, 16, 0.8);
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}
input[type="search"]::-webkit-search-decoration {
  	display: none;
}
input,
button,
select,
textarea {
  	margin: 0;
  	vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}
/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #016a91;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  form#widget select, form#widget-wide select, form#widget-content select {
    background: url("/wp-content/themes/blueice/images/select-arrow.gif") no-repeat top right #FFF;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

form#widget select:hover, form#widget-wide select:hover, form#widget-content select:hover {
	background: url("/wp-content/themes/blueice/images/select-arrow-hover.gif") no-repeat top right #FFF;
    	background-repeat: no-repeat;
    	background-position: right center;
    	padding-right: 20px;
}

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 13px/17px 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/

.ie6_button,
* html button {
  background: #ddd url(../images/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: facitweb, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888;
}

.ie6_input_disabled {
  background: #eee;
}

img.schoolLogo {
	max-width:150px;
	padding:15px 0 15px 30px;
}
/* FEATURED COLLEGES HOMEPAGE */
.feat-c-main {
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    overflow:hidden;
    padding-bottom:20px;
}
.feat-c-inner {
}
.feat-c-logo {
	float:left;
}
.feat-c-main h2 {
	margin:0px;
	margin-bottom:15px;
	padding:0px;
}
.feat-c {
	float:right;
	width:66%;
	text-align:justify;
}
.cta {
	padding:8px 44px;
	color:#ffffff !important;
	text-transform: uppercase;
	font-weight:700;
	margin-left:2px;
	box-shadow:0px 0px 2px #333333;
	border:1px solid #fda548;
	border-radius:4px;
	background: #db740d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYjc0MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #db740d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#db740d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#db740d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa84c 0%,#db740d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa84c 0%,#db740d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa84c 0%,#db740d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#db740d',GradientType=0 ); /* IE6-8 */
}
a.cta:hover {
	background: #ffa84c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiNkYjc0MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZhODRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); */
background: -moz-linear-gradient(top,  #db740d 93%, #ffa84c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(93%,#db740d), color-stop(100%,#ffa84c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db740d 93%,#ffa84c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db740d 93%,#ffa84c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db740d 93%,#ffa84c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #db740d 93%,#ffa84c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db740d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-8 */

}
.bmt-zip input{
	height:30px;
}
