#latestIssue {
	background: rgba(253, 184, 19, .3);
}

.latestIssueV2 {
	background: rgba(253, 184, 19, .3);
	height: 300px;
}

.latestIssueV2FixForJan {
	background: rgba(253, 184, 19, .3);
	height: 380px;
}

.leftCarouselArrowPlacement {
	background: rgba(253, 184, 19, 1);
	left: calc(45% - 1px);
	top: 15px;
	padding: 3px;
	z-index: 10;
}

.rightCarouselArrowPlacement {
	background: rgba(253, 184, 19, 1);
	left: calc(45% + 1px);
	top: 15px;
	z-index: 10;
	padding: 3px;
}

.latestIssueItem {
	padding: 10px;
}

.latestIssueItemCTAbox {
	border: thick solid rgba(253, 184, 19, .5);
	background: rgba(253, 184, 19, .5);
	padding: 5px;
	font-size: small;
	height: 90px;
}

.latestIssueArticleDiv {
	border: 1px;
	padding: 5px;
	font-size: small;
	height: 250px;
	cursor: pointer;
}

.latestIssueArticleDivOdd {
	border: 1px;
	padding: 5px;
	font-size: small;
	height: auto;
	background: rgba(253, 184, 19, .5);
}

.latestIssueImageDiv {
	border: 1px;
	font-size: small;
	padding: 5px;
}

.ctaLinkText {//
	color: rgba(255,0,0,1);//
	font-style: italic;
}

.oddBox {
	background: rgba(0, 184, 200, 0.5);
}

.carousel-indicators {
	bottom: -5px;
}

.aboutTAeM {
	border: 1px;
	background: white;
	padding: 20px;
	font-size: small;
	height: 100%;
}

.previousIssuesSection {
	background: #00B2EE;
	background: rgba(253, 184, 19, 1);
	height: auto;
	padding-left: 10px;
	border: thick solid rgba(253, 184, 19, .5);
}

#previousIssue {
	height: auto;
	background: #00688B;
}

.previousIssueDivs {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid rgba(253, 184, 255,1);
	background: white;
}

.footerSection {
	padding-top: 30px;
	background: rgba(253, 184, 19,0.5);
	font-size: smaller;
	height: auto;
}

.footerCenterDiv {
	border-left: solid rgba(253, 184, 19, .5);
	border-right: solid rgba(253, 184, 19, .5);
	height: 100px;
}

body {
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	color: #000000;
}

h1, h2, h3, h4 {

	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

div#footerDiv ul li {
	margin-left: -18px;
	list-style-type: square;
}

.articleDiv {
	min-height: 300px;
	background: rgba(253, 184, 19,0);
}

.breadcrumb {
	background-color: rgba(253, 184, 19,0);
}

.jumbotron {
	padding: 0px;
}

.carousel-control {

}

[role=button] {
	cursor: pointer;
}

.dashboardIssueDiv {
	background-color: rgba(253, 255, 255,1);
	padding: 10px;
	height: 330px;
}
.dashboardIssueDiv:hover {
	outline: 1px solid blue;
}

.bgColorOdd {
	background-color: rgba(220, 220, 220,1);
	width: 100%;
}

.highlightArticleText {
	color: rgba(255, 0, 127,1);
}

.bgMoon {
	background-color: rgba(255, 255, 255,1);
}
.bgVenus {
	background-color: rgba(0, 204, 153,1);
}

.bgSaturn {
	background-color: rgba(102, 153, 255,1);
}

.bgJupiter {
	background-color: rgba(255, 204, 0,1);
}

.bgMars {
	background-color: rgba(255, 124, 128,1);
}

.bgMercury {
	background-color: rgba(51, 204, 51,1);
}

.bgKetu {
	background-color: rgba(255, 102, 255,1);
}

.bgBodyGray {
	background-color: rgba(242, 242, 242,1);
	padding: 30px;
}

.articleDivBCtypeOuter {

	padding-bottom: 45px;
}

.articleDivBCtypeInner {
	height: 380px;
	box-shadow: 0px 0px 5px #888888;
	padding: 0px;
	border: 1px;
}

.articleDivTag {
	background-color: rgba(255, 255, 255,1);
	height: 30px;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 15px;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
}

.articleDivHeading {
	height: 100px;
	text-transform: capitalize;
	font-size: large;
	display: table-cell;
	vertical-align: middle;
	color: rgba(255, 255, 255,1);
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-weight: 700;
}

.articleDivAuthor {
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	background-color: rgba(217, 217, 217,1);
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.articleDivDescription {
	z-index: 5;
	height: 210px;
	background-color: rgba(255, 255, 255,1);
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	font-family: 'Open Sans', sans-serif;
}

.articleDivCTA {
	z-index: 15;
	position: inherit;
	bottom: 15px;
	background-color: rgba(255, 0, 102,1);
	width: 30px;
	height: 30px;
	right: 30px;
	text-align: center;
	line-height: 30px;
	color: rgba(255, 255, 255,1);
	float: right;
	font-family: 'Open Sans', sans-serif;
}

.articleDivBCtypeThumbnail {
	padding: 10px;
	font-size: small;
}

.verticalAlignMiddleText {
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}

.divMostPopular {
	display: table-cell;
	vertical-align: middle;
}


.divBottomOfPage {
	position: fixed;
	background-color: rgba(0, 0, 0,1);
	width:100%;
	height:35px; 
	padding:5px;
	bottom:45px;
	width: 40px;
	right: 45px; 
	display: table-cell;
	vertical-align: middle;
	align: center;
	color: rgba(255,255,255,1);
	z-index: 25;
	border-style: solid;
    border-color: #fff;
     border-radius: 3px;
}


.currentIssueTopFoldBar{
background: rgba(253, 184, 19, .3);	
}

hr.style18Top { 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 

hr.style18Bottom { 
  display: block; 
  content: ""; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}