/** CSS for /science-education/ **/
.widget-placement {
	position:relative;
	top: -120px;
	background: rgba(255, 255, 255, 0.85);
}

/***Box shadow****/
.box-shadow{padding: 50px 30px 50px 30px; background-color: #fff; -webkit-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55); -moz-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55); box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55);}

/***columns_2***/
.columns_2{
text-indent: 50px;
-webkit-column-count: 2;
-webkit-column-gap: 10px; 
-webkit-column-rule: 0px dotted black;
-moz-column-count: 2;
-moz-column-gap: 10px;  
-moz-column-rule: 0px dotted black;
column-count: 2;
column-gap: 10px; 
column-rule: 0px dotted black;
}
/***The End***/

/***Trans-bkg-Black***/
.trans-bkg-bk {
  background: rgba(0, 0, 0, 0.5);
padding: 35px 35px 35px 35px}

/***solid bkg***/
.solid-bkg {
border: 1px solid #f39c12;
margin-bottom:5px;}

/***box icon***/
.box-text h4 {
color:#fff;
} 

/***box icon text/background color***/
.box-bkg-color{ 
/***background-color:#f39c12;***/
background-color: #0f3c6f !important;}

/***Trans background***/
.trans-bkg-pic {
  /***background-image: url("https://dev1.education.ufl.edu/crop/files/2016/03/shattered.png");
  background-repeat: repeat-y;
  background-attachment: fixed;
  padding: 15px 20px;***/

background-attachment: fixed; background-position: top left; background-repeat: repeat; background-image: url(https://dev1.education.ufl.edu/science-education/files/2016/03/new_year_background.png);
 }



/***ProTeach Content Req Buttons***/
.dborder{
border-style: double; padding: 10px 5px;}

/******************Table******************/
/***tr.odd td {background-color: #e6faff; }
td{ color: #0f3c6f !important;}***/

/* Define the default color for all the table rows */
.hoverTable tr{background: #fff; }

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {background-color: #e6faff;}

/**************End of Table CSS*************/

/***The Scrolling Menu***/
.page-wrap-apple { 
  /***width: 600px; 
  margin: 15px auto; 
  position: relative; ***/
}

.sidebar-apple { 
  width: 190px; 
  position: fixed; 
  margin-right: 410px; 
}

.white-font h4 {color:#fff; font-size:25px !important; font-weight:bold; letter-spacing: 0;}

.white-font li {color:#fff; font-size:20px !important; font-weight:normal; letter-spacing: 0;}

/***Grow on Hover***/
.grow { transition: all .2s ease-in-out; 
background-color:#3FD9FF;}
.grow:hover { transform: scale(1.1); }

/***tab-font-color****/
.tab-content{color: #0f3c6f !important;}

/***Creating a box shadow***/
.box-me-up{/***padding: 70px 30px 30px 30px; ***/background-color: #fff; -webkit-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55); -moz-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55); box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55);}
.box-me-up h4{color:#0f3c6f;}

/***transparent bkg black****/
.trans-bkg-b {
  background: rgba(0, 0, 0, 0.5);padding: 15px 20px; 
}

.color-me-default h3 {color:#0f3c6f;}
.color-me-default p{color:#56646F !important;}

/*This is to add a background image for the Portfolio Grid section*/
.bkg-image{
padding: 30px 10px 30px 10px !important;
background-attachment: fixed; background-position: top left; background-repeat: repeat; background-image: url(http://education.ufl.edu/science-education/files/2016/05/new_year_background.png);
-webkit-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55);
box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.55);