@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**{border: 1px solid #000000 !important;}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans', Arial, "sans-serif";
  font-weight: 400;
  background-color: #ffffff;
  /*new*/
  overflow-x: hidden; /*gets rid of issue from mag glass ading scroll bars.*/
  min-height: 100vh;
}
.darkmode {
  background-color: #000000;
  color: #ffffff;
}

/** MAIN STYLES start **/
h2 {
	font-size: 50px;
	line-height: 55px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

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

h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin: 0px 0px 25px 0px;
}

p {
  margin: 0px 0px 26px 0px;
}

p.last {
  margin: 0px 0px 0px 0px;
}
.nospaceafter {
  margin: 0px 0px 0px 0px;
}
.center {
	text-align: center;
}
strong {
  font-weight: 700;
}
.darkmode strong {
  color: #8fb4dc;
}
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;
}

.blue {
	color: #007cbf;
}

a {
  text-decoration: underline;
}
a.textlink:link {
  color: #000000;
}
a.textlink:visited {
  color: #000000;
}
a.textlink:hover {
  color: #007CBF;
}
a.textlink:active {
  color: #000000;
}
a.textlinkblue:link {
  color: #007CBF;
}
a.textlinkblue:visited {
  color: #007CBF;
}
a.textlinkblue:hover {
  color: #000000;
}
a.textlinkblue:active {
  color: #007CBF;
}
a.textlinkwhite:link {
  color: white;
}
a.textlinkwhite:visited {
  color: white;
}
a.textlinkwhite:hover {
  color: white;
  text-decoration: none;
}
a.textlinkwhite:active {
  color: white;
}
.nolink {
  color: darkgray;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

/** MAIN STYLES end **/

/*css from orignal mega nav 
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 500;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
} */

/* buttons */
.button {
  border: none;
  padding: 16px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, "sans-serif";
}
.button img, .button-espanol img {
  display: inline;
  margin: 0px 0px 0px 5px;
}
.button1:link {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #005587;
  margin: 0px 0px 0px 0px;
  color: #005587;
}
.button1:visited {
  background-color: #ffffff;
  color: #005587;
}
.button2:link {
  background-color: #007cbf;
  margin: 0px 0px 0px 0px;
  color: white;
  text-decoration: none;
    cursor: pointer !important;
}
.button2:visited {
  background-color: #007cbf;
  color: white;
  text-decoration: none;
}
.darkmode .button2:link, .darkmode .button2:visited {
  background-color: #2c3b4a
}
.button1:hover, .button2:hover {
  background-color: #003D61;
  color: white;
  text-decoration: none;
}
.darkmode .button2:hover {
  background-color: #003D61;
}
.button3:link, .button3:visited {
  background-color: #ffffff;
  border: 1px solid #003D61;
  margin: 0px 0px 0px 0px;
  color: #005587;
}
.button3:hover {
  background-color: #003D61;
  color: white;
  text-decoration: none;
}
.button4:link, .button4:visited {
  background-color: #fe6005;
  border: 1px solid #fe6005;
  margin: 0px 0px 0px 0px;
  font-size: 19px;
  color: #ffffff;
}
.button4:hover {
  background-color: #fe6005;
  border: 1px solid #ffffff;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}

/* LOGO start */
.logoContainer {
	width: 100%;
	background-color: #ffffff;
}

.darkmode .logoContainer {
	width: 100%;
	background-color: #000000;
}

.bcbslogo {
	display: flex;
	align-items: center; /* vertically centers all children */
	height: 80px;
	max-width: 1300px;
	margin: 0 auto;
}

/** BANNER start **/
.bcg-infographic-aw {
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%;
	margin: 0px;
	position: relative;
	background-color: #ffffff;
	background-image: url("https://www.bcbsilcommunications.com/b2b/aging-workforce/assets/heros/aw-hero.jpg");
	background-position: 70%;
}

h1.aw {
	font-size: 48px;
	line-height: 58px;
	color: #ffffff;
	font-weight: 700;
}

h1.aw span.background-block {
	display: inline;
	background: #003d61;
	padding: 0.5rem;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.aw-blue {
    color: #4DA3D2;
}

.title-area-home-aw {
	display: flex;
	justify-content: flex-start; /*centers horizontally*/
	align-items: center; /*centers vertically */
	/* Optional: Make parent take up space */
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: 100%;
}

/** BANNER end **/

/** BODY & FLEX start **/
section.textContent-1 {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 50px auto 50px auto;
	padding: 0px 0px 0px 0px;
}

section.textContent-1 h3{
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	color: #007cbf;
	margin: 0px 9px 25px 0px;
}

section.flexwrapper {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 50px auto 50px auto;
	padding: 0px 0px 0px 0px;
}

.flexwrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	margin: auto 0;
}

.flexwrapper div.flexitems {
	margin: 20px 0px 40px 0px;
	width: 49%;
	padding: 40px 30px 25px 30px;
	text-align: center;
}

.flexitems h2 {
	font-size: 100px;
	line-height: 85px;
	font-weight: 700;
	color: #007cbf;
	margin: 0px 0px 25px 0px;
}

.flexwrapper div.bottomcalloutphoto {
	margin: 0px 15px 0px 10px;
	width: 30%;
	align-self: center;
}
.flexwrapper div.bottomcalloutphoto img{
    width: 100%;
    height: auto;
}
.flexwrapper div.bottomcallout {
	margin: 0px 10px 0px 10px;
	width: 60%;
	align-self: center;
}

div.bottomcallout h3 {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	color: #007cbf;
	margin: 0px 0px 5px 0px;
}

.darkblueContainer {
	position: relative;
	width: 100%;
	background-color: #003D61;
	margin-bottom: 0px;
}
.darkblueContainer h3 {
	font-size: 38px;
	line-height: 49px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}

section.textContent-2 {
	padding: 75px 0px 55px 0px;
}

/** BODY end **/



/** INFOGRAPHIC start **/

section.flexwrapper-i {
	position: relative;
	width: 100%;
	padding: 0px 50px 0px 50px;
	background-color: #e7f2f7;
}

.flexwrapper-i {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto 0;
}

.flexwrapper-i div.flexitems {
	margin: 20px 0px 40px 0px;
	width: 31%;
	padding: 40px 20px 25px 20px;
	text-align: center;
}

/* popup 1 blue START */ 
div.number-1 {
	background-color: #007cbf;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	margin: 0px auto -60px auto;
}

div.number-1 h2 {
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	padding: 15px 0px 0px 0px;
}

div.header-box-1 {
	background-color: #007cbf;
	padding: 25px 20px 10px 20px;
	margin: 0px;
	height: 120px;
}

div.header-box-1 h3 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 0px;
	color: #ffffff;
}

div.blurb {
	padding: 5px 15px 50px 15px;
	background-color: #ffffff;
}

div.blurb p {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	line-height: 28px;
}

div.plus-circle {
	margin-top: -25px;
}

div.content-blue {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 50%;
	overflow: auto;
}

div.content-blue h4 {
	color: #007cbf;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}



/*POP UP*/
.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;
}

.popup-1 {
	width: 80%;
	max-width: 1200px;
	margin: 125px auto;
	background: #e7f2f7;
	position: relative;
	transition: all 5s ease-in-out;
	z-index: 100;
}

.popup-1 .banner {
	padding: 25px;
	background-color: #007cbf;
}

.popup-1 .banner img {
	position: absolute;
	left: 25px;
	height: 45px;
}

.popup-1 .banner h3 {
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	text-align: left;
	margin: 0px 0px 0px 110px;
}

/* Updated ICON BUTTON */
.popup-1 .banner .close {
  position: absolute;
  top: 24px;
  right: 60px;
  width: 40px;
  height: 40px;
  /*justify-content: center; /*vertical alignment?*/
}

.popup-1 .content-blue div {
	width: 48%;
	padding: 30px 50px 15px 50px;
}

.popup-1 .content-blue .factoid {
	width: 30%;
	padding: 0px 0px 25px 40px;
}

.popup-1 .content-blue .factoid-copy {
	width: 65%;
	padding: 15px 60px 25px 0px;
}

.popup-1 .content-blue h4 {
	margin: 0px 0px 0px 0px;
}

.popup-1 .content-blue ul {
	margin: 0px 0px 0px 15px;
}

.popup-1 .content-blue li {
	list-style: disc;

}
.popup-1 .content-blue li::marker {
	color: #007cbf;
}
/* popup 1 blue END*/

/* popup 2 teal START */ 
div.number-2 {
	background-color: #1FBFC9;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	margin: 0px auto -60px auto;
}

div.number-2 h2 {
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	padding: 15px 0px 0px 0px;
}

div.header-box-2 {
	background-color: #1FBFC9;
	padding: 25px 20px 10px 20px;
	margin: 0px;
	height: 120px;
}

div.header-box-2 h3 {
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
}

div.blurb {
	padding: 50px 15px 50px 15px;
	background-color: #ffffff;
}

div.blurb p {
	margin: 25px 5px 0px 5px;
	font-size: 20px;
	line-height: 28px;
}

div.plus-circle {
	margin-top: -20px;
}

div.content-teal {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 50%;
	overflow: auto;
}

div.content-teal h4 {
	color: #1FBFC9;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}



/*POP UP*/
.popup-2 {
	width: 80%;
	max-width: 1200px;
	margin: 125px auto;
	background: #e7f2f7;
	position: relative;
	transition: all 5s ease-in-out;
	z-index: 100;
}

.popup-2 .banner {
	padding: 25px;
	background-color: #1FBFC9;
}

.popup-2 .banner img {
	position: absolute;
	left: 50px;
	height: 45px;
}

.popup-2 .banner h3 {
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	text-align: left;
	margin: 0px 0px 0px 110px;
	
}

/* Updated ICON BUTTON */
.popup-2 .banner .close {
  position: absolute;
  top: 24px;
  right: 85px;
  width: 40px;
  height: 40px;
  /*justify-content: center; /*vertical alignment?*/
}

.popup-2 .content-teal div {
	width: 48%;
	height: auto;
	padding: 30px 50px 15px 50px;
}

.popup-2 .content-teal .factoid {
	width: 30%;
}

.popup-2 .content-teal .factoid-copy {
	width: 65%;
	padding: 15px 60px 25px 0px;
}

.popup-2 .content-teal h4 {
	margin: 0px 0px 0px 0px;
}

.popup-2 .content-teal ul {
	margin: 0px 0px 0px 15px;
}

.popup-2 .content-teal li {
	list-style: disc;

}
.popup-2 .content-teal li::marker {
	color: #1FBFC9;
}

.popup-2 .factoid h4 {
	color: #1FBFC9;
	font-size: 30px;
}
.popup-2 .factoid h2 {
	color: #1FBFC9;
}

.popup-2 .factoid span {
	font-size: 30px;
	line-height: 0px;
}

.popup-2 .factoid-copy {
	align-content: center;
}
/* popup 2 teal END*/

/* popup 3 dark blue START */
div.number-3 {
	background-color: #005487;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	margin: 0px auto -60px auto;
}

div.number-3 h2 {
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	padding: 15px 0px 0px 0px;
}

div.header-box-3 {
	background-color: #005487;
	padding: 25px 20px 10px 20px;
	margin: 0px;
	height: 120px;
}

div.header-box-3 h3 {
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
}

div.blurb {
	padding: 50px 15px 50px 15px;
	background-color: #ffffff;
}

div.blurb p {
	margin: 25px 5px 0px 5px;
	font-size: 20px;
	line-height: 28px;
}

div.plus-circle {
	margin-top: -20px;
}

div.content-darkblue {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 50%;
	overflow: auto;
}

div.content-darkblue h4 {
	color: #005487;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}



/*POP UP*/
.popup-3 {
	width: 80%;
	max-width: 1200px;
	margin: 125px auto;
	background: #e7f2f7;
	position: relative;
	transition: all 5s ease-in-out;
	z-index: 100;
}

.popup-3 .banner {
	padding: 25px;
	background-color: #005487;
}

.popup-3 .banner img {
	position: absolute;
	left: 50px;
	height: 45px;
}

.popup-3 .banner h3 {
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	text-align: left;
	margin: 0px 0px 0px 110px;
	
}

/* Updated ICON BUTTON */
.popup-3 .banner .close {
  position: absolute;
  top: 24px;
  right: 85px;
  width: 40px;
  height: 40px;
  /*justify-content: center; /*vertical alignment?*/
}

.popup-3 .content-darkblue div {
	width: 48%;
	height: auto;
	padding: 30px 50px 15px 50px;
}

.popup-3 .content-darkblue .factoid {
	width: 30%;
}

.popup-3 .content-darkblue .factoid-copy {
	width: 65%;
	padding: 15px 60px 25px 0px;
}

.popup-3 .content-darkblue h4 {
	margin: 0px 0px 0px 0px;
}

.popup-3 .content-darkblue ul {
	margin: 0px 0px 0px 15px;
}

.popup-3 .content-darkblue li {
	list-style: disc;

}
.popup-3 .content-darkblue li::marker {
	color: #005487;
}
.popup-3 .factoid h2 {
	color: #005487;
}

.popup-3 .factoid span {
	font-size: 30px;
	line-height: 0px;
}

.popup-3 .factoid-copy {
	align-content: center;
}

/* popup 3 dark blue END */



/** INFOGRAPHIC end **/



/** PREFOOTER: SOURCES start */
section.preFooter {
	position: relative;
	width: 100%;
	padding: 35px 25px 35px 25px;
	top: 100px;
}

.preFootercontent {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.preFootercontent p {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

/** PREFOOTER: SOURCES end */



/** FOOTER start **/
footer {
  width: 100%;
  background-color: #007CBF;
  position: relative;
  top: 100px;
  padding: 50px 25px 50px 25px;
  /* aspect-ratio: 1; clip-path: polygon(0 5%,100% 0%,100% 100%,0% 100%);*/
}

.darkmode footer {
  width: 100%;
  background-color: #152737;
  position: relative;
  top: 0px;
  padding: 100px 25px 25px 25px;
}
section.footerContent {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
section.footerContent h5 {
  font-size: 22px;
  line-height: 25px;
  color: white;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
section.footerContent p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  margin: 0px 0px 10px 0px;
}
section.footerContent p.tagline {
  font-size: 13px;
  line-height: 19px;
  color: white;
  margin: 0px 0px 10px 0px;
}
section.footerContent p.tagline span {
  font-size: 10px;
  line-height: 14px;
  color: white;
  margin: 0px 0px 10px 0px;
}
footer a:link, footer a:visited {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer a.web:link, footer a.web:visited {
  color: white;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}
hr.one {
  border: 0;
  height: 1px;
  background: #ffffff;
  margin: 10px 0px 10px 0px;
}
hr.two {
  border: 0;
  height: 1px;
  background: #ffffff;
  margin: 10px 0px 15px 0px;
}
footer h5 a:link {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
footer h5 a:visited {
  color: white;
}
a.footerlink:link {
  color: white;
  font-weight: 700;
}
a.footerlink:visited {
  color: white;
}
a.footerlink:hover {
  color: white;
  text-decoration: none;
}
a.footerlink:active {
  color: white;
}
/** FOOTER end **/


/** MEDIA QUERIES **/

@media screen and (max-width: 1500px){
	div.bcbslogo {margin-left: 20px;}
	div.title-area-home-aw {
		margin: 0px 0px 0px 30px; 
		padding: 10px 0px 0px 0px;}
}

@media screen and (max-width: 1300px){
	/** BANNER start **/
.bcg-infographic-aw {
	background-position: 60%;}
}

@media screen and (max-width: 1200px){
	section.flexwrapper-i {
	}
	.flexwrapper-i div.flexitems {
		width: 50%;}
}

/* popups */
@media screen and (max-width: 1060px){
	.popup-1 .banner h3, .popup-2 .banner h3, .popup-3 banner h3 {
		font-size: 35px;
		line-height: 40px;
		margin: 0px 0px 0px 110px;}
	.popup-1 .content-blue div, .popup-2 .content-teal div, .popup-3 .content-darkblue div {
		width: 100%;
		padding: 30px 50px 15px 50px;}
	
	.popup-1 .content-blue div p, .popup-2 .content-teal div p, .popup-3 .content-darkblue div p {
		margin: 15px 0px 0px 0px;}
	.popup-1 .content-blue div h2, .popup-2 .content-teal div h2, .popup-3 .content-darkblue div h2 {
		font-size: 65px; line-height: 60px;}
	
	.popup-1 .content-blue div.factoid, .popup-3 .content-darkblue div.factoid {
		width: 25%; padding-top: 25px;}	
	.popup-2 .content-teal div.factoid  {
		width: 25%;}
	.popup-2 .content-teal div.factoid h4 {font-size: 18px; margin: 0px;} 
	
	.popup-1 .content-blue div.factoid-copy, .popup-2 .content-teal div.factoid-copy, .popup-3 .content-darkblue div.factoid-copy {
		width: 73%;}
}

@media screen and (max-width: 1050px){
	div.title-area-home-aw {
		padding: 200px 0px 0px 0px;}
	div.title-area-home-aw h1.aw {
		font-size: 38px;
		line-height: 48px;}
	section.textContent-1 {
		width: 100%;
		padding: 0px 30px 0px 30px;}
	section.flexwrapper {
		padding: 0px 30px 0px 30px;}
	br.brnone {display: none;}
}

@media screen and (max-width: 900px){
	/** BANNER start **/
	div.title-area-home-aw {
		padding: 170px 0px 0px 0px;}
	div.title-area-home-aw h1.aw {
		font-size: 35px;
		line-height: 45px;}
	.bcg-infographic-aw {
		height: 400px;
		background-position: 65%;}
	
	.popup-1 .banner img, .popup-2 .banner img, .popup-3 .banner img {
		height: 40px; width: auto; padding-bottom: 8px;}
	.popup-1 .banner h3 {
		font-size: 30px;
		line-height: 35px;
		margin: 0px 0px 0px 90px;}
	 .popup-2 .banner h3, .popup-3 .banner h3  {
		font-size: 30px;
		line-height: 35px;
		margin: 0px 0px 0px 80px;}
	
	/* CLOSING ICON BUTTON */
	.popup-1 .banner .close {
		top: 26px;
		right: 45px;
		width: 40px;
		height: 40px;}
	
	.popup-2 .banner .close, .popup-3 .banner .close {
		top: 26px;
		right: 70px;
		width: 40px;
		height: 40px;}
	
	.popup-1 .content-blue div p, .popup-2 .content-teal div p, .popup-3 .content-darkblue div p {
		margin: 10px 0px 0px 0px;}
	.popup-1 .content-blue div h2, .popup-2 .content-teal div h2, .popup-3 .content-darkblue div h2 {
		font-size: 45px; line-height: 45px;}
	
	.popup-1 .content-blue div.factoid, .popup-3 .content-darkblue div.factoid {
		width: 25%; padding-top: 25px;}	
	.popup-2 .content-teal div.factoid  {
		width: 25%;}
	.popup-2 .content-teal div.factoid h4 {font-size: 18px; margin: 0px;} 
	
	.popup-1 .content-blue div.factoid-copy, .popup-2 .content-teal div.factoid-copy, .popup-3 .content-darkblue div.factoid-copy {
		width: 73%;}
}

@media screen and (max-width: 850px){
	.flexwrapper-i div.flexitems {
		width: 100%;}
}

@media screen and (max-width: 800px){
	section.textContent-2 {
		padding: 50px 30px 20px 30px;}
	section.textContent-2 h3{
		font-size: 30px;
		line-height: 35px;}
	section.textContent-2 br.none {
		display: none;}
	
	.popup-2 .banner img, .popup-3 .banner img {
		left: 30px;}
	
	.popup-1 .content-blue div, .popup-2 .content-teal div, .popup-3 .content-darkblue div {
		padding: 30px;}
	.popup-1 .banner h3 {
		font-size: 24px;
		line-height: 29px;
		margin: 0px 0px 0px 80px;}
	.popup-2 .banner h3, .popup-3 .banner h3 {
		font-size: 24px;
		line-height: 29px;
		margin: 0px 0px 0px 60px;}
	
	/* CLOSING ICON BUTTON */
	.popup-1 .banner .close {
		top: 24px;
		right: 45px;
		width: 35px;
		height: 35px;}
	
	.popup-2 .banner .close, .popup-3 .banner .close {
		top: 24px;
		right: 50px;
		width: 35px;
		height: 35px;}
	
	.popup-1 .content-blue div.factoid, .popup-3 .content-darkblue div.factoid {
		width: 25%; padding: 8px 0px 25px 30px;}	
	.popup-2 .content-teal div.factoid {
		width: 25%; padding: 0px 0px 25px 30px;}
	.popup-2 .content-teal div.factoid h4 {
		font-size: 16px; margin: 0px;} 

	.popup-1 .content-blue div.factoid-copy, .popup-2 .content-teal div.factoid-copy, .popup-3 .content-darkblue div.factoid-copy {
		width: 73%; padding: 0px 30px 25px 0px;}
	
}

@media screen and (max-width: 700px){
	section.flexwrapper {}
	.flexwrapper div.flexitems {
		width: 100%;
		margin: 10px 0px 10px 0px;
		padding: 0px 30px 10px 30px;}
	
	.flexwrapper div.bottomcalloutphoto {
		margin: 0px 0px 0px 0px;
		width: 100%;
		display: flex;
		justify-content: center; /* Horizontal center */
		align-items: center;     /* Vertical center */}
	
	.flexwrapper div.bottomcalloutphoto img{
		width: 300px;
		height: auto;
		}
	
	.flexwrapper div.bottomcallout {
		margin: 0px 0px 0px 0px;
		width: 100%;
		align-self: center;}

	div.bottomcallout h3 {
		font-size: 25px;
		line-height: 33px;
		font-weight: 700;
		color: #007cbf;
		margin: 0px 0px 5px 0px;}
}

@media screen and (max-width: 675px){
	.popup-1 .content-blue div.factoid, .popup-2 .content-teal div.factoid, .popup-3 .content-darkblue div.factoid {
		display: none;}
	.popup-1 .content-blue div.factoid-copy, .popup-2 .content-teal div.factoid-copy, .popup-3 .content-darkblue div.factoid-copy {
		width: 100%; padding: 0px 30px 25px 30px;}
}

@media screen and (max-width: 650px){
	.bcg-infographic-aw {
		background-position: 70%;}
	div.title-area-home-aw {
		padding: 155px 0px 0px 0px;
		margin-left: 0px;}
	div.title-area-home-aw h1.aw {
		font-size: 30px;
		line-height: 40px;}
}

@media screen and (max-width: 630px){
	.popup-1 .banner h3, .popup-2 .banner h3 {
		padding-right: 75px;}
}

/* blurbs*/
@media screen and (max-width: 550px){
	section.flexwrapper-i {
		padding: 30px 30px 20px 30px;}
	section.flexwrapper-i div.flexitems {
		padding: 0px 0px 0px 0px;}
}

@media screen and (max-width:430px){
	.bcg-infographic-aw {
		height: 350px;}
	div.title-area-home-aw {
		padding: 140px 0px 0px 0px;}
	div.title-area-home-aw h1.aw {
		font-size: 20px;
		line-height: 30px;}
	div.header-box-1, div.header-box-2, div.header-box-3 {
		padding: 18px 15px 10px 15px;
		margin: 0px;
		height: 100px;}
	div.header-box-1 h3, div.header-box-2 h3, div.header-box-3 h3 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 0px;}
}

@media screen and (max-width: 300px){
	.bcg-infographic-aw {
		height: 350px;
		background-color: #e7f2f7;
		background-image: none;}
}