@charset "utf-8";
/* CSS Document */
/* 
Table converter
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

.grayblock {
	background-color:#DFE5EB !important;
	padding:10px;
}	
.selftest {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 77%;
}	
.centered {
    display: block;
    margin-left: 36%;
    margin-right: 36%;
	width:100%;
}	
.centered-text {
	text-align:center;
}
.colspacer {
	width: 45px;
    display: block;
    height: 3px;
    margin: 10px 0 15px;
	color:#f7f7f7;
}
.blue-panels {
	padding:30px 30px;
	min-height:100%;
}
.top-spacer {
	top:40px;
}
.a7t_article_heading{
	font-family: Trebuchet MS , Arial, Helvetica, sans-serif;
	font-size: 20px !important; 
	text-align: left;
	font-weight: 600;
	color: #000 !important;
	text-decoration: none;
}	
.a7t-icon-side {
	color: #fff !important;
    background-color: #eee;
}

.a7t_teaching_tips_ul {
	list-style-type: square;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 15px;
	margin-left: 25px;
}
.tips-archive {
	display:block;
	padding: 5px 3px;
	background-color: #F8F8F8;
	margin-left: 0px;
}
.tips-archive li {
	text-align: left;
    padding: 5px 0;
	left:12px;
    border-bottom: 1px solid #cccccc;
   	list-style:none;	
}
.grayblock {
	display:block;
	background-color:#eee; 
	color:#FFF; 
}
.a7t_indent_34	{
	margin-left: 34px;
	
}
.center-block() {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
.a7t-image	{
	width: 75%;
	font-size: 3em;
	color: #1770B5;
	text-align: center;
	display: block;
   	margin-left: auto;
   	margin-right: auto;
}
@media (max-width: 767px) {
	.a7t-image{
		font-size: 26px;
	}
}


.a7t-h1	{
	font-family:'Montserrat', sans-serif;
	font-size:1.85rem;
	font-weight: 600;
	color: #353535;
}

.a7t_h3_link {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	color: #e79800;
}

.a7t_tan_color	{
	color: #e79800 !important;
}
.a7t_h4_smallish { 
	font-size: 1.12rem;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	color:#2f2f2f;	
}
.a7t_varsity_tutor_ad { 
	font-size: 0.87rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #2f2f2f;	
}
.a7t-social-links {
    line-height: 11px;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 2px 2px;
}
	

.moduletop {
	position:relative;
	height: auto;
	padding-top:80px;
	padding-bottom:40px;
	background-image:url(/images/study-skills.jpg);
	background-color:#6EA4C6;
	background-repeat:no-repeat;
}
.products {
	padding-left:20px;
}	
/*-------------------------
 Study Tips
-------------------------*/
.study-tips {
	max-width:50%;
	margin-top:2px;
	margin-bottom:2px;
}
.study-tips:hover {
	opacity:.7; 
}
.text-snippet {
	max-width:20%;
}
.not-found {
  text-indent: 40%;
	text-align: left;
	position:absolute;
	top: 55%; color: #FFF !important; font-weight:700 !important;
	float: left;
}
.not-found h3 {
  color: #FFF !important; 
	font-weight:700 !important;
}
/*-------------------------
Gallery CSS Ends
-------------------------*/

		/* WARNING -- Don't put any styles below this or they won't show up on full-size screens */
 @media only screen and (max-width: 991px) {

.tbl-fix table tr td{
display:block;
clear:both;
width: 95%;
}