/*GLOBAL*/

body {
	font-family:  "Open Sans",sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
}

img {
	max-width:  100%;
}

h1,h2,h3,h4 {
	line-height: 34px;
}


.global-body-container  {
	padding: 0px 10px;
}

p {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.text-highlight {
	background: #fffd87b8;
}

.text-highlight-red {
	background:#b70000;
	color: white!important;
}
/*END GLOBAL*/





.nav-container {
	height: 50px;
	text-align: center;
}

.nav-logo img {
	width: 180px;
}

.title-container {
	text-align: center;
	padding: 20px;
}

.author-container {
    border: 1px solid #c3c3c38f;
    padding: 20px;
    margin: 10px 30px;
}


.author-upper {
	display: inline-block;
	width: 100%;
}

.author-upper-name-header {
	font-weight: bold;
}




.author-upper-img {
	width: 50%;
	max-width: 70px;
	display: inline-block;
	padding-right: 20px;
}

.author-upper-img img {
	border-radius: 100px;
	margin-top: 3px;
}

.author-upper-name {
	width: 60%;
    max-width: 250px;
	display: inline-block;
	vertical-align: top;

}

.author-upper-name p {
	margin: 0px;
}


.author-lower {
	display: inline-block;
	width: 100%;
	font-style: italic;
}

.hero-image-img {
	text-align: center;
}


.anchor-links-container {
	margin: 40px 0px;
}

.anchor-links-ul li, .anchor-links-ul a {
	color:  #00008d!important;
	text-decoration: underline!important;
}

.article-body-h2-wrapper {
	margin-top: 70px;
}

.single-recommendation-wrapper {
	border: 1px solid #c3c3c38f;
	padding: 0px 10px;
	margin-top: 50px;
}

.single-recommendation-title {
	text-align: center;
}

.single-recommendation-stats {
	text-align: center;
	margin-bottom: 40px;
}

.single-recommendation-stats-score  {
	font-size: 20px;
	font-weight: 500;
}

.single-recommendation-stats-grades  {
	font-size: 20px;
	font-weight: 500;
}

.single-recommendation-stats-score span {
	font-size: 30px;
	font-weight: 700;
}

.single-recommendation-stats-grades span {
	font-size: 30px;
	font-weight: 700;
}

.single-recommendation-img {
	text-align: center;
}

.single-recommendation-section-ul-wrapper {
	margin-top:  -26px;
}

.single-recommendation-section-ul {
	list-style: none;
	display: inline-block;
    width: 100%;
    padding: 0px;
}

.single-recommendation-section-li {
	display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.single-recommendation-section-li img {
    width: 8%;
    margin-right: 2%;
    max-width: 30px;
    margin-top: 3px;
    float: left;

}

.single-recommendation-section-li p {
	float: left;
	width:  88%;
	margin: 0px;
}

.single-recommendation-cta-wrapper {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.single-recommendation-cta-p-wrapper {
	display: inline-block;
    padding: 2px 50px;
    border-radius: 10px;
    background: green;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
}

.single-recommendation-back-up {
	text-align: center;

}

.single-recommendation-back-up a, .single-recommendation-back-up p  {
	color: blue;
	text-decoration: underline;
	font-weight: 500;
}

.top-recommendation-container {
	background: #036097;
    padding: 10px;
    margin: 30px 0px;
    color: white;
}

.top-recommendation-cta {
	color: #f5e30d!important;
	text-decoration: underline!important;
	font-weight: 600;
	font-size: 22px;
}


/*GENERAL DESKTOP*/
@media (min-width: 768px)  {
  
	body {
		background: #e5e5e52e;
	}

	.global-body-container, .nav-logo {
		margin: 0px 15%;
		background: white;
		padding: 0px 50px;		
	}

	.hero-image-img img {
		max-width: 600px;
	}

	.recommendations-container {
    	padding: 0px 20px;
    	margin-top: 50px;
	}
	.single-recommendation-wrapper {
		padding: 0px 100px;
	}

	.single-recommendation-cta-p-wrapper {
		padding: 4px 80px;
	}

	.top-recommendation-container {
		padding: 10px 50px;
	}

	.single-recommendation-img img {
		max-width: 400px;
	}

  
}




/*TABLET FIXES*/
@media (min-width: 768px) and (max-width: 1024px) {
  
  .global-body-container {
    margin: 0px 2%;
  }

  

}