@charset "UTF-8";

html { width: 100%; }
body { margin:0; padding:0; }
*, body { border:none; outline: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 17px; color: #4c4d4f; }
a { font-weight: bold; color: #202020; text-decoration: underline; }
a:hover { color: #000000; }
h1 { font-size: 18px; line-height: 22px; margin: 0; padding:0; }
p { padding: 0 0 1.3em 0; margin: 0; }
ul { padding-bottom: 1.3em; margin-bottom: 0; }
ul, li { margin-top: 0; padding-top:0; }
img { max-width: 100%; height: auto; }

.inner { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 0 10px; max-width: 1023px; width: 100%; overflow: hidden; }
.hidden { display: none !important; }
.left { float:left; }
.right { float: right; text-align:right; }
.twothird { width: 58%; }
.third { width: 40%; }
.full { margin: auto; width: 100%; max-width: 1023px; clear: both; overflow: auto; }
.half { width: 50%; }
.right-extra { width: 100%; display: inline-block; }
.right-extra:nth-child(n+2) { margin-top: 15px; }

.padding { padding: 15px; }
.textpadding { padding-left: 45px; }

.pinkbox { background: #f9e5e7; border: 2px #f9e5e7 solid;  border-radius: 15px; padding: 15px; color: #000000; margin: 15px 0 15px 0; }
.redbox { width:40%; text-align: center; background: #e60050; border: 2px #e60050 solid;  border-radius: 15px; padding: 15px; color: #000000; margin: 15px 0 15px 0; }
.black { color: #000000; }
#tinymce .btn { background-color: #000; }
.btn,input.signUp { /*width:40%;*/ display: block; text-align: center; border-radius: 15px; padding: 17px; margin: 15px 0 15px 0; color: #fff; text-decoration: none; }
input.signUp { margin: 0 auto; background: #999999; font-weight: bold; cursor:pointer; }
input.signUp:hover { background: #202020; }
.btn.fullw { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.btn a { color: #fff; text-decoration: none; }
a.btn:hover { opacity: 0.9; color: #fff; }
.right-extra .btn { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 75%; text-align: center !important; }
 .right-extra .btn,
  .right-extra .btn * { color: #fff; }
  .right-extra ul { padding: 0; }

table.border, table.border td { border: 1px solid #000000; }
.article-page li { padding-bottom: 5px; }

@media (min-width: 768px) {
	.inner { padding: 0 20px; }
}
@media (min-width: 1024px) {
	.full { max-width: 983px; }
}
#footer img { max-width:200px; }


/* TEMPLATE
========================================================= */
.html-hide { overflow: hidden; position: fixed; }

#header, #main, #footer { width: 100%; }
#main { background: #ffffff; }
#footer * { color: #ffffff; }
#footer a { color: #ffffff; }
#footer a:hover { color: #000000; }

/*#header .left-logo { padding-top: 15px; }*/
#header { border-bottom: 4px solid #000; background-color: #fff; }
body.home #header { border-top: 43px solid #000; }
#header > .inner { display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
 #header .left-logo,
 #header .right-logo { width: 40%; }
 #header .left-logo { padding: 10px 0; }
 #header .right-logo { text-align: right; }
 #header .left-logo img { display: block; }
 #header .left-logo a,
 #header .right-logo img { display: block; /*inline-block;*/ }
 #header .spacer { width: 20%; }

.right-logo a img { float:right; }

/*.aware-tabs { border-bottom: 4px solid #000; } */
 .aware-tabs .inner { -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 14px; padding-bottom: 14px; }
  .aware-tabs .inner p { margin: 6px 12px auto auto; padding: 0; display: none; float: left; font-size: 12px; color: #fff; }
  .aware-tabs-menu { display: none; opacity: 0; }
   .aware-tabs-menu a { width: 100%; }
    .aware-tabs-menu span { border-radius: 8px; padding: 6px 15px 6px 15px; display: inline-block; float: left; font-size: 12px; font-weight: normal; text-decoration: none; color: #000; background-color: #fff; }
	.aware-tabs-menu span:hover,
	.aware-tabs-menu .aware-tab.active span { color: #fff; }
   .aware-tabs-menu a:nth-child(n+2),
    .aware-tabs-menu span:nth-child(n+2) { margin-left: 16px; }
   /* are these used? */
   .aware-tab-breast:hover,
   .aware-tab-breast.active { background-color: #e60050; }
   .aware-tab-prostate:hover,
   .aware-tab-prostate.active { background-color: #00abca; }
   .aware-tab-skin:hover,
   .aware-tab-skin.active { background-color: #ef4123; }

   .aware-tabs-menu.open { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 10px; width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: block; z-index: 2; background-color: #333; }
    .aware-tabs-menu.open > div { width: 100%; height: 100%; overflow: auto; }
	 .aware-tabs-menu.open .aware-tab { width: 100%; display: inline-block; }
	 .aware-tabs-menu.open .aware-tab:nth-child(n+2) { margin-top: 20px; }
	 .aware-tabs-menu.open a { display: inline-block; float: left; clear: both; }
	 .aware-tabs-menu.open a:nth-child(n) { margin-left: 0; }
  #mob-menu { 
  	  width: 30px;
	  height: 18px;
	  position: relative;
	  display: inline-block;
	  float: right;
	  z-index: 2;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer; }
  #mob-menu span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out; }
  #mob-menu span:nth-child(1) { top: 0px; }
  #mob-menu span:nth-child(2),
  #mob-menu span:nth-child(3) { top: 8px; }
  #mob-menu span:nth-child(4) { top: 16px; }
  #mob-menu.open span:nth-child(1) { top: 8px; width: 0%; left: 50%; }
  #mob-menu.open span:nth-child(2) {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
 	 -o-transform: rotate(45deg);
  	transform: rotate(45deg);
  }
  #mob-menu.open span:nth-child(3) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }
  #mob-menu.open span:nth-child(4) { top: 8px; width: 0%; left: 50%; }
  
#footer.fix-bot { position: fixed; bottom: 0; left: 0; }
  #footer .left .padding { padding-left: 0; }
  #footer .right .padding { padding-right: 0; }

@media (max-width: 1024px) {
	.aware-tabs-menu a span:hover,
	.aware-tabs-menu a span { color: #fff; background: none !important; }
}
@media (max-width: 767px) {
	#footer .inner > div { width: 100%; }
}
@media (min-width: 768px) {
	#header > .inner { padding: 0 20px; }
	 #header .left-logo { padding: 20px 0; }
	
	.aware-tabs-menu.open { padding-left: 25px; padding-right: 25px; }
}
@media (min-width: 1024px) {
	 .aware-tabs .inner { padding-top: 7px; padding-bottom: 7px; }
	  .aware-tabs .inner p { display: inline-block; }
	  .aware-tabs-menu { display: inline; opacity: 1; }
	   .aware-tabs-menu > div { display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; }
	    .aware-tab { display: inline-block; }
		.aware-tab:nth-child(n+2) { margin-left: 14px; }
	     .aware-tabs-menu a { border-bottom: none !important; width: auto; }
		 /*.aware-tab.level-1,*/
		  .aware-tab div { display: none; }
	  #mob-menu { display: none; }
}

/* MENU BUTTONS
========================================================= */
#homebuts { margin: auto; width: 300px; display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
 .homebut { border-radius: 25px; }
 .four-btns .homebut,
 .five-btns .homebut { width: 140px; }
 .four-btns .homebut:nth-child(2n),
 .five-btns .homebut:nth-child(2n) { margin-left: 10px; }
 .four-btns .homebut:nth-child(n+3),
 .five-btns .homebut:nth-child(n+3) { margin-top: 10px; }
  .homebut a { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 16px; height: 100%; display: block; text-align: center; color: #fff; text-decoration: none; }
  .homebut.featured a { height:auto; padding-top: 36px; }
  .homebut.featured a:first-child { border-bottom: 2px solid #ffffff; }
   .homebut span { padding-bottom: 20px; display: block; text-decoration: none; font-size: 14px; font-weight: normal; line-height: 20px; color: #fff; }
   .homebut img { max-width: 70%; }
 
@media (min-width: 768px) {
	#homebuts { width: 468px; }
	 .four-btns .homebut,
	 .five-btns .homebut { width: 227px; }
	 .four-btns .homebut:nth-child(2n),
	 .five-btns .homebut:nth-child(2n) { margin-left: 14px; }
	 .four-btns .homebut:nth-child(n+3),
	 .five-btns .homebut:nth-child(n+3) { margin-top: 14px; }
	  .homebut a { padding: 24px 12px; }
	   .homebut span { font-size: 21px; line-height: 30px; }
	   .homebut img { max-width: 100%; }
}
@media (min-width: 1024px) {
	#homebuts { width: auto; }
	 .four-btns .homebut { width: 23.5%; }
	 .five-btns .homebut { width: 32%; }
	 .four-btns .homebut:nth-child(2n),
	 .five-btns .homebut:nth-child(2n) { margin-left: 0; }
	 .four-btns .homebut:nth-child(n+3),
	 .five-btns .homebut:nth-child(n+3) { margin-top: 0; }
	 .four-btns .homebut:nth-child(4n+2),
	 .four-btns .homebut:nth-child(4n+3),
	 .four-btns .homebut:nth-child(4n) { margin-left: 2% !important; }	
	 .four-btns .homebut:nth-child(n+5) { margin-top: 20px; }
	 .five-btns .homebut:nth-child(3n+2),
	 .five-btns .homebut:nth-child(3n) { margin-left: 2% !important; }	
	 .five-btns .homebut:nth-child(n+4) { margin-top: 20px; }
}


/* CORPORATE LANDING PAGE
========================================================= */
/*
.landing-page { padding: 40px 0; width: 100%; display: inline-block; }
 .landing-page .btn { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
 .landing-page .btn,
 .landing-page h2 { font-size: 21px; line-height: normal; font-weight: normal; }

#landbuts { margin: auto; width: 300px; display: flex; flex-wrap: wrap; justify-content: center; }
 .landbut { border-radius: 25px; width: 100%; min-height: 120px; }
 .landbut:nth-child(n+2) { margin-top: 10px; }
  .landbut a { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; height: 100%; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; color: #fff; text-decoration: none; }
   .landbut img { width: 100%; height: 50px; display: block; background-position: center; background-repeat: no-repeat; background-size: auto 30px; }
   .landbut span { padding: 14px 15px 0 15px; display: block; text-decoration: none; font-size: 12px; font-weight: normal; line-height: 15px; text-align: center; color: #fff; }
  .landbut-coming { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; z-index: 9997; }
   .landbut-coming::before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 0; background-color: white; opacity: 0.7; }
   .landbut-coming span { font-size: 2vh; color: #202020;
   -ms-transform: rotate(-25deg);
   -webkit-transform: rotate(-25deg);
   transform: rotate(-25deg); }

 
@media (min-width: 600px) {
	#landbuts { width: 468px; }
	 .landbut { width: 227px; }
	 .landbut:nth-child(n+2) { margin-top: 0; }
	 .landbut:nth-child(2n) { margin-left: 14px; }
	 .landbut:nth-child(n+3) { margin-top: 14px; }
	  .landbut a { padding: 30px 24px; }
	   .landbut img { height: 40px; background-size: auto 24px; }
}
@media (min-width: 1024px) {
	#landbuts { width: auto; }
	 .landbut { width: 31%; }
	 .landbut:nth-child(2n) { margin-left: 0; }
	 .landbut:nth-child(n+3) { margin-top: 0; }
	 .landbut:nth-child(3n+2),
	 .landbut:nth-child(3n) { margin-left: 3.5% !important; }	
	 .landbut:nth-child(n+4) { margin-top: 40px; }
	   .landbut img { height: 60px; background-size: auto 36px; }
	   .landbut span { font-size: 14px; line-height: 18px; }
}
*/
.landing-page { padding: 40px 0; width: 100%; display: inline-block; }
 .landing-page .btn { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
 .landing-page .btn,
 .landing-page h2 { font-size: 21px; line-height: normal; font-weight: normal; }

#landbuts { margin: auto; width: 300px; display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
 .landbut { border-radius: 25px; width: 100%; min-height: 120px; position: relative; }
 .landbut:nth-child(n+2) { margin-top: 10px; }
  .landbut a { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; height: 100%; display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: center; align-content: center; -webkit-justify-content: center; justify-content: center; color: #fff; text-decoration: none; }
   .landbut a img { width: 100%; height: 50px; display: block; background-position: center; background-repeat: no-repeat; background-size: auto 30px; }
   .landbut a span { padding: 14px 15px 0 15px; display: block; text-decoration: none; font-size: 12px; font-weight: normal; line-height: 15px; text-align: center; color: #fff; }
  .landbut-coming { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; z-index: 9997; }
   .landbut-coming::before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 0; background-color: white; opacity: 0.8; }
   .landbut-coming span { font-size: 2vh; color: #000; 
   -ms-transform: rotate(-25deg); 
   -webkit-transform: rotate(-25deg); 
   transform: rotate(-25deg); }
 
@media (min-width: 600px) {
	#landbuts { width: 468px; }
	 .landbut { width: 227px; }
	 .landbut:nth-child(n+2) { margin-top: 0; }
	 .landbut:nth-child(2n) { margin-left: 14px; }
	 .landbut:nth-child(n+3) { margin-top: 14px; }
	  .landbut a { padding: 30px 24px; }
	   .landbut a img { height: 40px; background-size: auto 24px; }
}
@media (min-width: 1024px) {
	#landbuts { width: auto; }
	 #landbuts:not(.landbuts-four) .landbut { width: 31%; }
	 #landbuts:not(.landbuts-four) .landbut:nth-child(2n) { margin-left: 0; }
	 #landbuts:not(.landbuts-four) .landbut:nth-child(n+3) { margin-top: 0; }
	 #landbuts:not(.landbuts-four) .landbut:nth-child(3n+2),
	 #landbuts:not(.landbuts-four) .landbut:nth-child(3n) { margin-left: 3.5% !important; }	
	 #landbuts:not(.landbuts-four) .landbut:nth-child(n+4) { margin-top: 40px; }
	 .landbuts-four .landbut { width: 49%; }
	 .landbuts-four .landbut:nth-child(2n) { margin-left: 2%; }
	 .landbuts-four .landbut:nth-child(n+3) { margin-top: 40px; }
	   .landbut a img { height: 60px; background-size: auto 36px; }
	   .landbut a span { font-size: 14px; line-height: 18px; }
}


/* AWARENESS MAIN PAGE
========================================================= */
.main-page #homebuts { padding: 20px 0; }

.main-page #catdesc .btn { margin: 0 0 20px 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* DEFAULT ARTICLE
========================================================= */
.article-page { padding: 40px 0; width: 100%; display: inline-block; }
  .article-page div:nth-child(2) .btn:first-child { margin-top: 0; }
  .article-page .moduletable { text-align: center; }
   .article-page #homebuts { padding-bottom: 20px; }

.right-extra.editor * { text-align: left; }

@media (min-width: 768px) {
	.article-page .left:nth-child(2) > div { padding-right: 7px; }
	.article-page .left:nth-child(3) > div { padding-left: 7px; }
}
@media (min-width: 1024px) {
	.article-page .left:nth-child(2) > div { padding-right: 12px; }
	.article-page .left:nth-child(3) > div { padding-left: 12px; }
	
	.right-extra.editor,
	.right-extra.media { -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20px; }
}
@media (max-width: 1023px) {
	.right-extra.text iframe { width: 290px; height: 173px; }
}
@media (max-width: 767px) {
	.article-page .half,
	.article-page .twothird,
	.article-page .third { width: 100%; text-align: left; float: none; }
	.article-page .third { margin-top: 30px; text-align: center; }
	
	.right-extra.text iframe { width: 360px; height: 198px; }
}
@media (max-width: 480px) {
	.right-extra.text iframe { width: 290px; height: 173px; }
}

/* FORM */
#bcraCouponBox { max-width: 600px; margin: 0 auto; }
.formLabel { text-align:left; }
#blockrandom.wrapper { height: 700px !important; max-width:900px; }
.btn { font-size: 20px; line-height: 22px; }

