@charset "UTF-8";
/* CSS Document */

section.textContent-rx{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 75px 0px 75px 0px;
} 

.bcg-infographic-rx {
	background-repeat: no-repeat;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
    position: relative;
    top: 0px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007cbf+0,005587+55 */
	background: radial-gradient(ellipse at center,  #007cbf 0%,#005587 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}    
.title-area-home {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 125px 0px 100px 0px;
    display: flex;
}


.grayContainer-rx {
  width: 100%;
  background-color: #e8eef3;
  position: relative;
  padding: 50px 0px 50px 0px;
  margin-bottom: 25px;
}

.textContent { 

	margin-top: 100px;
}



/**COLORS**/
.blue {
	color: #007CBF;
}
.darkblue {
	color: #005587;
}
.white {
	color: #ffffff;
}
.white{
    color: white;
}
.black {
	color: black;
}
.pharmacy-green{
    color: #A1DF58;
}
.purple{
    color: #8039db !important;
}
.orange{
    color: #fe6005 !important;
}
.green{
    color: #008000 !important;
}
.nowrap {
	white-space: nowrap;
}

strong{
	font-weight: 700;
}
em {
	font-style: italic;
}
sub, sup{
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	font-weight: 400;
}
sup{
	top: -.5em;
}
sub{
	bottom: -.25em;
}

/**RX FONT STYLES**/
h1.rx{
    font-size: 67px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
	margin: 0px 0px 0px 0px;
}

h1.textHover:hover{
    color: rgba(255,255,255,0.3)
}

.flexitems h2{
	font-size: 65px;
	line-height: 40px;
	font-weight: 700;
	margin: 0px 0px 25px 0px;
}

.flexitems h2 span{
	font-size: 34px;
	line-height: 34px;
}

h3{
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	margin: 25px 0px 25px 0px;
}



h4{
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #005587;
    margin: 0px 0px 10px 0px;
}

h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #005587;
    margin: 0px 0px 20px 0px;
}

.flexitems p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
}

/** flexy rx stuff **/
.flexwrapperrx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.flexwrapperrx div.flexitems{
	background-color: #007cbf;
	margin: 0px 0px 50px 0px;
	width: 31%;
}

.flexwrapperrx div.flexitems div.topCircle{
	background-color: #ffffff;
	outline: solid #005587 7px;
	/*border: solid 7px #005587;*/
	border-radius: 50%;
	height: 112px;
	width: 112px;
	margin: -58px auto 10px auto;
	text-align: center;
}

div.topCircle img.verticalCenter{
	margin-top: 25px;
}

div.rx-hero-box{
	margin: 0px 25px 0px 25px;
	padding: 40px 20px 70px 20px;
}

div.rx-topic-box{
	margin: 0px 0px 0px 0px;
	padding: 40px 20px 80px 20px;
	text-align: center;
}

/**POPUPS from Glen**/
.arrowContainer{
    position: relative;
}

div.topGreenpop{
    border-left: 80px solid transparent;
    border-right: 80px solid #A1DF58;
    border-bottom: 80px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    z-index: 2;
}

div.topGreenpop img{
	position: absolute;
    display: inline-block;
    top: 10px;
    right: -67px;
	rotate: 45deg;
    z-index: 10;
}

.popup {
	margin: 70px auto;
	background: #fff;
	border-radius: 5px;
    border: 10px solid #A1DF58;
	width: 85%;
    max-width: 1200px;
	position: relative;
	transition: all 5s ease-in-out;
    z-index: 100; 
}

.popup .top{
    background-color: #007cbf;
    padding: 15px;
}

.popup .top h2 {
  color: white;
    font-size: 26px;
    line-height: 26px;
    margin: 0px;
}

.popup h3 {
	color: #007cbf;
    font-size: 40px;
    line-height: 50px;
}
.popup .close-x {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
 	color: #ffffff;
}
.popup .close-x:hover {
	color: #A1DF58;
}
.popup .content {
    display: flex;
	flex-wrap:wrap;
    justify-content:space-between;
	max-height: 40%;
	overflow: auto;
}

.popup .content div{
    width:47%;
    padding: 0px 25px 25px 25px;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
    z-index: 80;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

/**BOTTOM CTA plus Flexy Stuff**/

.textContent-rx { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}


.textContent-rx div.bottomcallout {
    margin: 75px 15px 75px 10px;
	padding: 0px 0px 0px 0px;
    width: 65%;
    align-self: center;
}
.textContent-rx div.bottomcalloutphoto {
    margin: 0px 10px 0px 10px;
    width: 250px;
	text-align: center;
}
.textContent-rx div.bottomcalloutphoto img {
    width: 250px;
    height: auto;
}

div.bottomcallout h3 {
	font-size: 30px;
	line-height: 44px;
}

div.bottomcallout p {
	font-size: 22px;
	line-height: 36px;
}



/** MEDIA QUERIES **/

@media screen and (max-width: 1300px){
	h1.rx {
		font-size: 50px;
		line-height: 60px;
	}
	div.bcg-infographic-rx div.title-area-home h1.bottom-callout{
		font-size: 50px;
		line-height: 60px;
		margin: 0px;
	}
	section.grayContainer-rx br.hide {
		display: none;
	}
	section.textContent-rx div.bottomcallout {
		margin: auto 25px auto 25px;
	}
}

@media screen and (max-width: 950px){
	section.textContent-rx {
		margin: 0px auto 0px auto;
		padding: 0px 15px 0px 15px;
		top: 0px;
	}
	section.textContent-rx {
		padding: 30px 0px 20px 0px;
	}
	section.textContent-rx div.bottomcallout{
		margin: 0px 15px 0px 15px;
		padding: 25px;
		width: 100%;
		align-self: center;
	}
	section.textContent-rx div.bottomcalloutphoto{
		margin: 0 auto;
		width: 60%;
		align-self: center;
	}
}

@media screen and (max-width: 780px){
	div.bcg-infographic-rx div.title-area-home {
		padding: 50px 25px 50px 25px;
	}
	h1.rx {
		font-size: 40px;
		line-height: 50px;
	}
	div.bcg-infographic-rx div.title-area-home h1.bottom-callout{
		font-size: 40px;
		line-height: 50px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.flexwrapperrx div.flexitems{
    	width: 45%;
	}
	.popup .content div{
    	width:100%;
	}
	section.textContent-rx div.bottomcallout{
		margin: 0px 15px 0px 15px;
		padding: 10px;
		width: 100%;
		align-self: center;
	}
	div.bottomcallout h3{
		font-size: 25px;
		line-height: 30px;
	}
	div.bottomcallout p{
		font-size: 18px;
		line-height: 26px;
	}
	.preFooter {
		height: auto;
		padding: 35px 25px 35px 25px;
	}
	.preFootercontent, .preFootercontent-espanol {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	.preFootercontent img, .preFootercontent-espanol img {
		margin: 0px 0px 10px 0px;
	}
	.preFootercontent img, .preFootercontent h5, .preFootercontent-espanol img, .preFootercontent-espanol h5 {
		float: none;
	}
}

@media screen and (max-width: 750px){

}

@media screen and (max-width: 625px){
	.flexwrapperrx div.flexitems{
    	width: 100%;
	}
	br.permanent {display: inline;}
}

@media screen and (max-width: 550px){
	.preFooter {
		height: auto;
		padding: 5px 15px 35px 15px;
	}
	footer{
        padding: 35px 15px 25px 15px;
        text-align: left;
    }
	.footerContent span {
		display: none;
	}
	a.footerlink {
		display: block;
		margin-bottom: 5px;
	}
	
	strong.nowrap {
		display: block;
	}
    
   .mouse {
		position: absolute;
		width: 32px;
		height: 60px;
		bottom: 75px;
		left: 50%;
		margin-left: -12px;
		border-radius: 20px;
		border: 2px solid #ffffff;       
		-webkit-animation: intro 1s;
				animation: intro 1s;
		}
	.scroll {
		display: block;
		width: 5px;
		height: 5px;
		margin: 6px auto;
		border-radius: 4px;
		background: #ffffff;
		-webkit-animation: finger 1s infinite;
				animation: finger 1s infinite;
		}
	}

@media screen and (max-width: 430px){
	h1.rx {
		font-size: 35px;
		line-height: 40px;
	}
	div.bcg-infographic-rx div.title-area-home h1.bottom-callout{
		font-size: 35px;
		line-height: 40px;
	}
	h3 {
		font-size: 20px;
		line-height: 25px;
	}
}
