/*
 Theme Name:   Flash Pro Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     flash-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/


#site-navigation ul li.current-menu-ancestor > a {
    color: #333333;
}
#site-navigation ul li a:hover {
  color: #e96;
}

@media only screen and (min-width:768px){
   .sub-toggle {
  display: none;
}
}




/*

}


.unclickable > a:hover {
  cursor: default;
}
*/



.trail-title {
  display: none;
}


h3.section-title {  font-size:43px;}
.section-description { font-size:30px; }


/* Turn off the single bullet at the bottom of testimonials. If you have scrolling testimonials,
then used to see which page */
.panel-widget-style-for-7-6-0-0 > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1){
  display: none;
}



/*TESTIMONIAL TEXT SIZE*/
.testimonial-content{
  font-size:130%;
}

/*SERVICES TEXT SIZE*/
.sow-features-feature {
  font-size:130%;
  color:black;

}

.sow-features-feature h5{
  font-size: 130%;
  color:black;

}

/*Roseman Bio line height*/
.rosemanbio {
  line-height:34px;
}



/* Exam bullet point list CSS*/
.exam_left {
		margin:0px;
  	padding:0;
  	margin-left:20%;
  
  
    float: left;
    width: 50%;
  text-align:left;
}

.exam_right {
  		margin:0;
  	padding:0;
  
    float: left;
    width: 30%;
    text-align:left;

}

/* Create two equal columns that floats next to each other */
.exam_column {
  float: left;
  width: 40%;
  text-align:left;
  margin-left:10%;
}

/* Clear floats after the columns */
.exam_row:after {
  content: "";
  display: table;
  clear: both;
}




.enrichment_list {
		margin:0px;
  	padding:0;
  	margin-left:25%;
  
  
    float: left;
    width: 100%;
  text-align:left;
}

@media only screen and (max-width:778px){
.enrichment_list {
		margin:0px;
  	padding:0;
  	margin-left:15%;
  
  
    float: left;
    width: 100%;
  text-align:left;
}
}



/*
.main-navigation ul li:hover > a {
    color: #313b48;
}
*/

p.has-text-color a {
color: #e96;
}