/********************************
-------------------------------
New RWD Media Queries - u user or universal
6/28/2016 - Author David Blake
2016-07-30 Version 1.0
-------------------------------
*********************************/
header, section, article, aside, footer, .profileInfo , .banner-full-width, .profile-banner-full-width {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.second-level{
	position: relative;
}

.top-section, .profileContainer {
	display:inline-block;
}

.top-section{
	width:19%;
}

.profileContainer {
	width:80%;
	vertical-align:top;
	padding: 0 0 2.5em 0;
}

.userNameHeader {
	font-size:1.5em;
	color:rgb(102, 0, 0);
}

.yourAvatar {
	position:relative;
}

/*.yourAvatar img{
	float:left;
	background:rgb(256, 256, 256);
	width:125px;
	height:120px;
	border-radius:62px;
	border:2px solid rgb(102, 0, 0);
}*/
				
.appMenu img {
					position: absolute;
					bottom: 0;
					left: 8px;
					width: 18px;
					height: 22px;
				}
				
			.mobileView img{
					position: absolute;
					bottom: 0;
					left: 1px;
					width: 82px;
					height: 82px;
					border-radius: 50%;
					}


.myProfileIntro, .calculateMyAd {
	width:1200px;
	margin:0 auto;
	position:relative;
}

.calculateMyAd {
	top:0;
}

.myProfileIntro {
	top:195px;
}

.indexMenu {
	width:1200px;
	margin:0 auto;
	position:relative;
	top:0;
}

.instructions {
	position:absolute;
	top: 18px;
    left: -48px;
	width:182px;
	color:#1D2021;
}

#UploadInstructionsButton {
	color:#7F7F7F;
	margin-top:8px;
}

h1.underlineHeader {
	border-bottom:1px solid rgb(102, 0, 0);
	width:100%;
}

h1 span a {
	font-family:verdana;
	font-size:.60em;
	color:#7F7F7F;
}

h1 span a:hover {
	color:rgb(39,69,151);
}

.awardBadges img{
	margin-left:1em;
}

.deleteProfile a{
	color:rgb(102, 0, 0);
	font-size:.75em;
}
/* 
.profileInfo {
	display:inline-block;
	vertical-align:top;
	margin-left:1em;
	width:422px;
	min-height:186px;
	padding:1em;
	border:1px solid #D8DDEC;
	border-radius:6px;
	box-shadow: 0 0 6px 1px rgba(0, 149, 204, 0.33);
	overflow:hidden;
}

.profileInfo h3{
	font-family:verdana;
	color:rgb(102,0,0);
	font-size:.90em;
	font-weight:700;
	margin-left:100px;
}

.profileInfo .myInfo{
	margin: 2em 0 0 2em;
}

.profileInfo .myInfo:nth-child(2n){
	margin: .70em 0 0 2em;
}

.profileInfo .myInfo:last-child{
	margin: .70em 0 0 2em;
}

.myInfo, .infoUpdate {
	font-size:.85em
}

.myInfo label, .infoUpdate label {
	color:rgb(102,0,0);
	font-weight:500;
}

.myInfo label, .firstName, .lastName, .yourUserName, .yourEmail{
	display:inline-block;
}
*/
/*.infoUpdate label {
	float:left;
	width:34%;
	padding-top:7px;
	text-align:right;
}*/



.profileInfo .profileCTA button {
    margin-left: 142px;
}

	




/* Description Desk top only */


.FAQdropDown {
	color:rgb(256, 256,256);
	text-align:left;   
	border:2px solid rgb(102, 0, 0);
	margin-bottom:15px;
	background:rgb(102, 0, 0);
	border-radius:6px;
	cursor:pointer;
}

.faqQuestion {
	margin: 6px 0 8px 9px;
}

.faqQuestion:hover {
	color:rgb(243,179,43);
}

.content {
    text-align: left;
    padding: 10px 3px 12px 12px;
    background: rgb(256, 256, 256);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.deviceWidthOnly {
	display:none;
}

/*.rewardsIntro {
	margin-top:50px;
}*/

.myAwardsDT {
	visibility:visible;
	border-bottom:1px dashed #CCC;
}

.deviceWidthOnly {
	display:none;
}

.rewardsIntro {
	border-bottom:1px solid rgb(102, 0, 0);
	padding-bottom:25px;
}

.showDescription p{
	margin-bottom:8px;
}

.hp-links {
	font-size:.85em;
}

.myAwardsDT:nth-last-of-type(1){
	border-bottom:none;
}

.rewardDescriptionContainer {
	display:inline-block;
	vertical-align:top;
	width:593px;
	overflow:hidden;
	padding:20px 0 15px 0;
}
		
.rewardDescriptionContainer p{
	font-size:.90em;
	margin-bottom:8px;
}

.merritBadges {
	float:left;
	width:120px;
}

.badgeDescriptionDT ul {
	margin-top:1em;
}

.badgeDescriptionDT {
	float:left;
	width:396px;
	margin:10px 0 0 10px;
}
		
.badgeDescriptionDT ul li {
	font-size:.85em;
	text-indent:1em;
}

.badgeDescription li, .badgeDescriptionDT li {
	list-style-type: none;
}
		
.badgeDescription li:before, .badgeDescriptionDT li:before {
	content: '\2022';
	color:rgb(102, 0, 0);
	padding-right: 0.5em;
}

@media screen and (max-width:1200px) {
section, .rewardsIntro, .myAwardsDT {
	width:98%;
  }
}

@media screen and (max-width:800px) {
.myAwardsDT {
	display:none;
}

.deviceWidthOnly {
	display:block;
	width:98%;
}

.faqIntro {
	padding:0;
}

.rewardsIntro {
	width:98%;
	margin:0 0 25px 0;
}

.showDescription p {
margin: 0 8px 8px 10px;
}

.hp-links {
    margin-left: 10px;
}

.RdropDown {
	color:rgb(256, 256,256);
	text-align:center;   
	border:2px solid rgb(102, 0, 0);
	margin-bottom:10px;
	background:rgb(102, 0, 0);
	border-radius:8px;
	cursor:pointer;
}
		
.content {
	text-align:left;
	padding:10px 3px 12px 12px; 
	background:rgb(256, 256, 256);
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

.earnedBadges {
	display: block;
	width: 64px;
	margin: 0 auto;
}
		
.badgeDescription {
	display:inline-block;
	color:rgb(29, 32, 33);
	width:80%;
	text-align:left; 
	vertical-align:top;
	margin:0 0 0 .75em;
}
		
.badgeDescription p, .badgeDescription li{
	font-size:.75em;
}
		
.badgeDescription h3{
	font-family: verdana, sans serif;
	font-size:1em;
	}
}





