#top_menu{
	margin:10px 0 0 0; padding: 0 20px 0 0;
	width: 100%; height: 20px;
	text-align: right;
	font-size: 12px;
	float: left;
	color: #665617 !important;
}
.top_menu_link{
	color: #665617 !important;
	font-size: 12px;
	cursor: pointer;
}
.top_menu_link:hover{ 
	color: #FF6600 !important; 
}
.top_menu_link_active{ 
	color: #0095C9 !important;
	text-decoration: underline;
}

.orange_pagetop{
	margin: 0; padding: 0;
	width: 100%; height: 10px;
	background-color: #C9AA2E;
	position: absolute;
	top: 0; left: 0;
	z-index: 20 !IMPORTANT;
}


/* container */
.padded-boxes {
	margin-top:25px;
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}

/* boxes */
.padded-boxes > * {
    border-radius:.4rem;
	background:#ffffff;
}

/* headings */
.padded-boxes .heading {
    background:#ffffff;
    margin:0;
    padding:1rem;
    border-top-left-radius:.4rem;
    border-top-right-radius:.4rem;
}

/* padded content */
.padded-boxes .step_wrapper {
	width: 100%;
    padding:.1rem;
}

.step_wrapper{
	height: auto !IMPORTANT;
	margin-right: 40px;
	background-color: #FFFFFF;
	border: 1px solid #C9AA2E;
	border-radius: 8px;

	flex: 0 0 auto;
	width: 33%;
	
	cursor: pointer;
}


/* tablet breakpoint */

@media (min-width:768px) {
    .padded-boxes > * {
        width:calc((100% - 4rem) / 3);
    }
}





	#icon_wrapper_list{
		width: 100%;
		height: auto;
	}
	#icon_wrapper_grid{
		width: 100%;
		height: auto;
	}

	#student_wrapper{
		width: 100%;
		margin: 30px auto;
	}
	
	#faculty_wrapper{
		width: 100%;
		margin: 70px auto;
		padding-top: 20px;
	}
	
	.section_header{
		font-size: 22px;
		line-height: 26px;
		text-align: center;
		margin: 0 0 25px 0;
	}
	
	
	.step{
		margin: 8px;
		padding: 20px 30px 20px 30px;
		border: 10px solid #E7E0C9;
		border-radius: 8px;
		/*box-shadow: 3px 3px 3px grey;*/
	}
	
	.step p{ line-height: 18px; }
	
	
	.step h4{
		margin: 0 0 10px 0;
		font-size: 18px;
		color: #665617;
	}


	.step_icon{
		font-size: 18px;
		color: #FF6600 !important;
	}

	.li_step{
		margin: 10px auto 0 auto;
		
		/*width:inherit;*/
		width:calc(100% - 20px);
		
		padding: 10px 10px 10px 10px;
		height: auto;
		border: 1px solid #BFBFBF;
		background-color: #FFFFFF;
		border-radius: 8px;
		color: #665617;
		font-size: 14px;
		line-height: 18px;
	}
	
	.li_step a:link{
		text-decoration: underline !important;
	}

	.step_hidden_div{
		margin: 0;
		padding-top: 0;
		width: 100%;
		height: 0;
		height: auto;
		/*background-image: url("../imgs_home/step_vertical_line.png");
		background-position: top center;
		background-repeat: repeat-y;*/
	}



.p_link{ color: #666666; }
.p_link:hover{ color: #007DFF; text-decoration: underline !important; }







#search_wrapper{
	width:100%; height:620px;
	position:absolute; top:160px; left:0; z-index: 100;
}

#search_div{
	width:100%; padding:0 0 60px 0; min-height:400px; height:auto; float:left;
	background-image:url("imgs/trasparent60_bg.png"); background-repeat: repeat;
}


#search_top_menu{ width:100%; height:30px; background-color:#FFFFFF;  }

#search_top_menu_close{ 
	width:90px; padding:4px 5px 5px 5px; height:30px; cursor:pointer; background-color:#FF0000; color: #FFFFFF; 
	float:right; text-align: center;
}


#a_search_wrapper{ 
	margin:10px 0 0 0; 
	padding:0; 
	font-size:14px; 
	width:100%;
	min-height:80px; 
	height:auto; 
	float:left; 
}
	
#a_results_wrapper{ 
	margin:0 auto 0 10px; 
	padding:0 0 0 0; 
	width:800px; 
	min-height:0; 
	height:auto; 
	max-height:390px;
	
	/*position: absolute; 
	top: 320px !important;
	left: 50%;
  	transform: translate(-50%, -50%);
	*/
	z-index: 9999;
	
	position: absolute;
	top: 50%;
	top: -moz-calc(50% + 86px) !important;
	top: -webkit-calc(50% + 86px) !important;
	top: -o-calc(50% + 86px) !important;
	top: calc(50% + 86px) !important;
	
	left: 50%;
	transform: translate(-50%, -50%);      /*border: solid 1px #FF0000;*/
}
#a_results_div{ 
	margin:0 auto 0 auto; 
	padding:0 0 40px 0; 
	width:800px; 
	min-height:0; 
	height:auto; 
	max-height:390px;
	overflow-x:hidden; 
	overflow-y:auto; 
	float:left;
	
	/*background-color: #FFFFFF;*/
	background-image: url("../imgs_home/skills_app_transparent_tile.png");
	background-repeat: repeat;
	border-radius: 8px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: solid 10px #646464;
	
	position: absolute; z-index: 9999; top: 0;
}

#a_results_div_bottom{
	width:800px;
	height: 100px;
	position: inherit;
	z-index:inherit;
	background-color: aqua;
}


#search_btns_wrapper{ 
	margin:10px auto 0 auto; 
	padding:0 0 0 12px; 
	width:800px; 
	height:80px; 
	font-size:14px; 
	float: left;      
	
	visibility: visible;/******* Must be Hidden for production **********/
}




#advance_search{ margin:0 auto 0 auto; padding:0; width:60%; height:40px; font-size:14px; float:left; }
#compare_search{ 
	margin:0 auto 0 auto; padding:0 10px 0 0; width:40%; height:40px; text-align:right; 
	font-size:14px; float:left; visibility: hidden;
}

#numToCompare{ color:#ff0000; font-size:18px; font-weight: bold; }




#contact_us{
	background-image:url("../imgs/beach_bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:contain;
}




.occupation_item_img{ 
	width:auto; height:auto; float:left;
	background-color: #ffffff;
}

.occupation_item_url{ margin:0 0 0 10px; padding:12px 0 0 0; width:600px; height:auto; float:left;  }

.occupation_item_url2{ 
	margin:0 0 0 0; 
	padding:12px 0 0 0; 
	width:600px; 
	min-height:20px; height:auto; 
	float:left;  
}

.occupation_soc5{
	margin:0 0 3px 0; padding:5px; 
	width:100%; height:77px; 
	border:thin 1px #4B4B4B; border-radius:5px;
	display: block; 
	font-size: 13px;
	background-color:#EDEDED; color: #515151;
	transition: 0.3s;
}

.occImg{ float:left; border-radius:5px; background-color:#000000; overflow:hidden; }
	
/* The navigation menu links */
.a_result_link:link{
	margin:8px 0 0 0; width:auto; height:16px; height:auto; text-align:left; line-height:16px;
	color:#0073DF; font-weight:normal; float:left;
	
	padding:0;
	text-decoration: none;
	font-size: 14px;
	/* color: #1F98E4; */
	display: block;
	transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.a_result_link:visited{ color:#0073DF;}
.a_result_link:hover { color:#FF6600; }


#compare_information{ 
	margin:4px 0 4px 12px; padding:0; width:780px; height:auto; float:left; line-height:15px;
	font-size:16px; font-weight:normal; color:#FF0000;
}


#compare_wrapper{
	margin: 0 !important;
	width:auto; padding: 6px 8px 6px 8px;
	height: auto;
	float:right;
	border: solid 1px #D7D7D7;
	background-image: url("../imgs_home/transparent_bg_white.png");
	border-radius:5px; 
}

#compare_occupations_chk{
	vertical-align: middle;
}

#search_compare_btn{
	margin:-5px 0 0 10px !important; 
	width:90px;
	height:26px;
	font-size: 12px;
	border: solid 1px #A9A9A9;
	border-radius:5px; 
}
.search_compare_btn_hover:hover{
	background-color: #82E9FC;
}

.chk_compare{ 
	margin:22px 0 0 15px; 
	float:left; 
	font-size: 110%; 
	display: inline; 
}




input[type=checkbox] {
    transform: scale(1.5);
}


/*************************************************************************************************************************************/
#banner_message{
	margin: 50px 0 20px 0; padding: 0;
	width: 100%;
	height: 50px;
	color: #ffffff; font-size: 32px; font-weight: 400;
	text-align: center;
	float: left !IMPORTANT;     			/*border: solid 1px #AC00FF;*/ /*PURPLE*/
}

#banner_filter_wrapper{
	margin: 0 0 0 0; padding: 5px 0 0 0;
	width: 100%;
	height: 35px;
	float: left !IMPORTANT;
	text-align: center;     				/*border: solid 1px #E6FF00;*/ /*YELLOW*/
}

#search_div_wrapper{
	margin: 0; padding:0;
	width: 100%;
	height: 65px;
	float: left !IMPORTANT;
	text-align: center;     				/*border: solid 1px #22FF00;*/ /*GREEN*/
}

#search_outer_box{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 70px;
}






#grid_filter_wrapper{
	margin: 0 0 0 0; padding: 0;
	width: 100%;
	height: 80px;
	text-align: center;
}



/************************ Search *******************************/
#search_input_wrapper{
	margin: 0 0 0 100px; padding: 10px;
	width:100%;
	width: -moz-calc(100% - 210px) !important;
	width: -webkit-calc(100% - 210px) !important;
	width: -o-calc(100% - 210px) !important;
	width: calc(100% - 210px) !important;
	height: 100px;
	float:left;
}

#search_input_info{
	margin: 0 0 0 20px; padding:0;
	width: 100%;
	width: -moz-calc(100% - 20px) !important;
	width: -webkit-calc(100% - 20px) !important;
	width: -o-calc(100% - 20px) !important;
	width: calc(100% - 20px) !important;
	height: 30px;
	float:left;
	text-align: left;
}

#search_input_left{
	margin: 0 0 0 0; padding:0;
	width: 60%;
	height: 100px;
	float:left;
}

#search_input_right{
	margin: 0 0 0 0; padding:40px 0 0 0;
	width: 40%;
	width: -moz-calc(40% - 20) !important;
	width: -webkit-calc(40% - 20px) !important;
	width: -o-calc(40% - 20px) !important;
	width: calc(40% - 20px) !important;
	height: 160px;
	float:left;
}

.hidden_div{
	margin:0; padding:0;
	width: 100%;
	height:0px;
	height: auto;
	float: left;
	/* border:solid 1px #D0D0D0; */
	border-top: none;
}
.hidden_div_header{
	margin:0; padding:0;
	width: 100%;
	height:20px;
	height: auto;
	float: left;
	border-bottom:solid 1px #D0D0D0;
}
.hidden_div_body{
	margin:0; padding:0;
	width: 100%;
	height:0;
	height: auto;
	float: left;
}
.hidden_div_header_text{
	width: 100%;
	width: -moz-calc(100% - 20px) !important;
	width: -webkit-calc(100% - 20px) !important;
	width: -o-calc(100% - 20px) !important;
	width: calc(100% - 20px) !important;
	height: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.hidden_div_closebtn{
	width: 20px;
	height: 20px;
	color: #FF0004;
	font-weight: bold;
	font-size: 16px;
	float: left;
	cursor: pointer;
}

/*****************************************************
#a_results_wrapper{
	margin: 0 10px;
	padding: 0 10px;
	height: auto;
	border:solid 1px #AAAAAA;
	border-top: none;
	overflow-y: scroll;
	background-color: #FFFEB4;
	border: solid 1px #FFFFFF;
	z-index: 1000 !important;
}
*******************************************************/

.search_result{
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	color: #0494D0;
}

.major_link{
	margin: 3px 0 3px 0;
	padding: 7px 5px 7px 5px;
	cursor: pointer;
	color:#0073DF;
	line-height: 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 5px;
	float:left;
	width: 100%;
}
.major_link:hover{
	color: #FF6600;
}


.pathway_link{
	margin: 3px 0 3px 0;
	padding: 7px 5px 7px 5px;
	cursor: pointer;
	color:#0073DF;
	line-height: 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 5px;
	float:left;
	width: 100%;
}
.pathway_link:hover{
	color: #FF6600;
}


.orange_divider{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #C9AA2E;
}

#orange_banner_bottom{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #C9AA2E;
}

#btn_findMeAJob{
	margin: 24px auto 0 auto;
	width:250px;
	padding: 10px;
	height:auto;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #9A8323;
	border: solid 1px #EADB9F;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

#btn_findMeAJob:hover{ 
	background-color: #665617; 
}

/*********************************************************************************/


#related_occupations_display{
	margin:0; padding:0;
	width: 100% !important;
	height:0;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}
#related_occupations_content{
	margin:0 auto 0 auto; padding:0;
	width: 80% !important;
	height:0;
	height: auto;
	background-color: #FFFFFF; 
}




#a_search{ margin:0 auto 0 auto; padding:10px 0 0 0; width:800px; height:80px; font-size:14px; font-weight:bold; color:#085E6E; }
#a_search_text{ margin:6px 0 0 12px; padding:0; width:780px; height:18px; float:left; font-size:16px; font-weight:normal; color:#000000; }







#a_searchInput{ 
	margin:0; 
	padding: 5px;
	width:100%; 
	width: -moz-calc(100% - 170px) !important;
	width: -webkit-calc(100% - 170px) !important;
	width: -o-calc(100% - 170px) !important;
	width: calc(100% - 170px) !important;
	
	
	height:40px; 
	font-weight:normal; font-size:18px; 
	border:solid 1px #666666; 
	border-radius:5px; 
	background-color:#FFFFFF; 
	color: #616161;
	display: inline-block;
}

#search_input_directions{
	margin: 0;
	
	width: 100%;

	height:20px;
	padding: 0 5px 0 5px;
	text-align: center;
	color: #000000;
	font-size: 14px;
}



.ce_input{
	padding: 5px;
	height: 40px;
	border: solid 1px #9B9B9B;
	border-radius: 5px;
	color: #616161;
}

#btn_compare_occupations{
	margin: 0 0 0 20px;  padding: 5px 10px 5px 10px;
	width: auto;
	height: 40px;
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #4098FF;
	border: solid 1px #4098FF;
	border-radius: 5px;
}



input[type="radio"] {
  -ms-transform: scale(2.0); /* IE 9 */
  -webkit-transform: scale(2.0); /* Chrome, Safari, Opera */
  transform: scale(2.0);
}





/*****************************************************************************************/

.occupation_item{
	margin: 5px 10px 0 0 !important;
	padding: 0px;
	width: 100%;
	min-height: 70px; height: auto;
	float: left;
	background-color: #ffffff;
	border-radius: 8px;
	font-size: 13px;
}


.occupation_header_item{
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
	color: #ffffff;
	border-bottom: dotted 1px #959494;
}
.occupation_header_left{
	margin: 0 0 0 0;
	padding: 0;
	width: 70%;
	width: -moz-calc(70% - 10px) !important;
	width: -webkit-calc(70% - 10px) !important;
	width: -o-calc(70% - 10px) !important;
	width: calc(70% - 10px) !important;
	height: auto;
	float: left;
	text-align: left;
	font-size: 20px !important;
}
.occupation_header_right{
	margin: 0 0 0 0;
	padding: 0;
	width: 30%;
	width: -moz-calc(30% - 10px) !important;
	width: -webkit-calc(30% - 10px) !important;
	width: -o-calc(30% - 10px) !important;
	width: calc(30% - 10px) !important;
	height: auto;
	float: left;
	text-align: center;
}


.occupation_item_left{
	margin: 0 0 0 0;
	padding: 5px;
	width: 100%;
	width: -moz-calc(100% - 0px) !important;
	width: -webkit-calc(100% - 0px) !important;
	width: -o-calc(100% - 0px) !important;
	width: calc(100% - 0px) !important;
	height: auto;
	float: left;
}
.occupation_item_right{
	margin: 0 0 0 0;
	padding: 5px;
	width: 30%;
	width: -moz-calc(30% - 10px) !important;
	width: -webkit-calc(30% - 10px) !important;
	width: -o-calc(30% - 10px) !important;
	width: calc(30% - 10px) !important;
	min-height: 100px; height: auto;
	float: left;
	border-left: dotted 1px #959494;
}



.occupation_img{
	margin: 0 0 0 0;
	padding: 0;
	width: 100px;
	height: 65px;
	float: left;
	border: solid 1px #ABA9A9;
	border-radius: 5px;
	overflow: hidden;
}

.occupation_data{
	margin: 0;
	padding: 0;
	width: 100%;
	width: -moz-calc(100% - 110px) !important;
	width: -webkit-calc(100% - 110px) !important;
	width: -o-calc(100% - 110px) !important;
	width: calc(100% - 110px) !important;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.occupation_soc{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #304C5F;
	border-bottom: solid 1px #C7C7C7;
}

.occupation_desc{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

.list_jobtitles{
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}


.btn_wrapper{
	width: 100%;
	height: auto;
	float: right;
}

.apply_url{
	padding: 3px 0 0 0;
	width: 100% !important;
	height: auto;
	float: left;
	border-bottom: dotted 1px #8E8D8D;
}

.apply_now_btn{
	width:90px;
	height:auto;
	padding: 3px auto 5px auto;
	font-size: 13px;
	text-align: center;
	background-color: #0A9BCD;
	color: #ffffff;
	border-radius: 5px;
	float: right;
	cursor: pointer;
}
.apply_now_btn:hover{
	background-color:#2FDCEC;
}



.jobposts_btn{
	margin: 4px auto 0 auto; padding: 5px 3px 6px 3px;
	width: 50%;
	width: -moz-calc(50% - 5px) !important;
	width: -webkit-calc(50% - 5px) !important;
	width: -o-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
	border: solid 1px #D0D0D0;
	text-align: center;
	background-color:#E7EEF3;
	color:#296A93;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	float: right;
}
.jobposts_btn:hover{
	background-color: #66AECA;
	color: #ffffff;
}

.occupation_profile_btn{
	margin: 4px 5px 0 auto; padding: 5px 3px 6px 3px;
	width: 50%;
	width: -moz-calc(50% - 5px) !important;
	width: -webkit-calc(50% - 5px) !important;
	width: -o-calc(50% - 5px) !important;
	width: calc(50% - 5px) !important;
	border: solid 1px #D0D0D0;
	text-align: center;
	background-color:#E7EEF3;
	color:#296A93;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	float: right;
}
.occupation_profile_btn:hover{
	background-color: #66AECA;
	color: #ffffff;
}




.text-small-notation{
	color:#6B6B6B;
	font-size: 10px;
}

.text-notation-asterisk{
	color: #FF0004; 
	font-weight: bold; 
	font-size: 12px;
}


.footer{ 
	width: 100%;
	float: left; 
}


#footer_copy{
	margin: 0; padding:20px 170px 20px 20px;
	width: 80% !important;
	height:260px;
	font-size: 12px; line-height: 16px;
	float: left;
	color:#FFFFFF; text-align:left;
}




#footer_content_left{ background-color:#232323; }

.bg_footer_dark_gray{
	padding-top: 20px;
	min-height: 450px;
	height: auto;
	background-color: #444445;
	border-top:solid 10px #C9AA2E;
	box-shadow: 0 2px 0 0 #ffffff inset;
	background-image:url("../imgs/footer_hawn_identity.png");
	background-repeat:no-repeat;
	background-position: top right;
}











/*************************************************************************************************************************************/


/************ Responsive *************/
@media (max-width: 768px) {
	#search_wrapper{ top:100px; height:auto; }
	#compare_information{ width:95%; }
	#search_btns_wrapper{ width:100%; height:auto; }
	#advance_search{ width:50%; }
	#compare_search{ width:50%; }
	#a_search{ width:100%; }

	#a_searchInput{ width:250px; }
	#a_results_wrapper{ width:100%; }
	#a_results_div{ width:100%; }
	#advance_search{ width:50%; height:auto; }
	
	.chk_compare{ margin:22px 0 0 0; }
	
	.occImg{ width:20px; height:20px; visibility: hidden; }/* hide occupation images */
	.occupation_item_url{ width:88%; }
	
	#contact_us{
		background-size:contain !important;
	}
	
	
	.container{ /*border: solid 1px #FFAB00;*/ } /****ORANGE****/
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#contact_us{
		background-size:contain !important;
	}
	
	.container{ /*border: solid 1px #00FF3C;*/ } /****GREEN****/
}

@media only screen and (min-width: 1100px) {
	#contact_us{
		background-size:contain !important;
	}
	
	.container{ /*border: solid 1px #8C00FF;*/ } /****PURPLE****/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#contact_us{
		background-size:contain !important;
	}
}

