@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-ia {
	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/innovation-access/assets/heros/innovation-hero.jpg");
	background-position: 100%;
}

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

h1.ia 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;
}

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

.title-area-home-ia {
	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.intro-lightBlue{    
    position: relative;
	width: 100%;
	background-color: #e7f2f7;
}

section.textContent-1 {
    max-width: 950px;
    margin: 0 auto;
    padding: 75px 0 50px 0;
}

section.textContent-1 h3{
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	color: #007cbf;
}

section.textContent-1 p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

section.icon-header {
    background-color: #e7f2f7;
    margin: 0 auto;
}
div.ia-icon {
	background-color: #005487;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: #ffffff;
	margin: 0 auto -60px auto;
    z-index: 30; /*icon on top*/
    position: relative; /*icon on top*/
}

.blueContainer {
	position: relative;
	width: 100%;
	background-color: #005487;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blueContainer h3 {
	font-size: 38px;
	line-height: 49px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
    padding: 20px 0 0 0;
}
.blueContainer p {
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}
section.textContent-2 {
	padding: 60px 50px 55px 50px;
	margin-top: auto;
}

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


section.factoids p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

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;
}

img#arrow {
  vertical-align: middle;
  display: inline;
  padding: 0;
  margin: o;
}

.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: #005487;
	margin: 0px 0px 25px 0px;
}

.textContent-2 {
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    text-align: center;
}

.textContent-2 h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 15px 0;
}

.textContent-2 p {
  font-size: 20px;
  line-height: 28px;
}

section.intro-lightBlue h1{
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #005487;
}

/** INFOGRAPHIC start **/
section.ig {
  	background-color: #e7f2f7;
}
section.flexwrapper-i {
	position: relative;
	width: 100%;
    max-width: 1200px;
  margin: auto;
	padding: 0 100px 0 100px;

}

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

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

/* popup 1 START */ 
div.number-1 {
	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-1 h2 {
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	padding: 15px 0px 0px 0px;
}

div.header-box-1 {
	background-color: #005487;
	padding: 100px 20px 30px 20px;
	margin: 0px;
	height: 300px;
}

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


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

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

/*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: 100;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

.popup-1 .content-1 .icon {
	width: 150px;
	padding: 30px 50px 15px 50px;
}

.popup-1 .content-1 .copy {
	width: 80%;
	padding: 30px 50px 15px 50px;
}
.popup-1 .content-1 h4 {
	margin: 0px 0px 0px 0px;
}

.popup-1 .content-1 ul {
	margin: 0px 0px 0px 15px;
    font-size: 22px;
    line-height: 30px;
}

.popup-1 .content-1 li {
	list-style: disc;
    margin-bottom: 15px;

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

/* popup 2 START */ 
div.number-2 {
	background-color: #4da3d2;
	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: #4da3d2;
	padding: 100px 20px 30px 20px;
	margin: 0px;
	height: 300px;
}

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


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

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

/*POP UP*/

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

.popup-2 .banner {
	padding: 25px;
	background-color: #4da3d2;
}

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

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

.popup-2 .content-2 .icon {
	width: 150px;
	padding: 30px 50px 15px 50px;
}

.popup-2 .content-2 .copy {
	width: 80%;
	padding: 30px 50px 15px 50px;
}
.popup-2 .content-2 h4 {
	margin: 0px 0px 0px 0px;
}

.popup-2 .content-2 ul {
	margin: 0px 0px 0px 15px;
    font-size: 22px;
    line-height: 30px;
}

.popup-2 .content-2 li {
	list-style: disc;
    margin-bottom: 15px;

}
.popup-2 .content-2 li::marker {
	color: #4da3d2;
}
/* popup 2 END*/


/* popup 3 START */ 
div.number-3 {
	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-3 h2 {
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	padding: 15px 0px 0px 0px;
}

div.header-box-3 {
	background-color: #007cbf;
	padding: 100px 20px 30px 20px;
	margin: 0px;
	height: 300px;
}

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


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

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

/*POP UP*/

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

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

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

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

.popup-3 .content-3 .icon {
	width: 150px;
	padding: 30px 50px 15px 50px;
}

.popup-3 .content-3 .copy {
	width: 80%;
	padding: 30px 50px 15px 50px;
}
.popup-3 .content-3 h4 {
	margin: 0px 0px 0px 0px;
}

.popup-3 .content-3 ul {
	margin: 0px 0px 0px 15px;
    font-size: 22px;
    line-height: 30px;
}

.popup-3 .content-3 li {
	list-style: disc;
    margin-bottom: 15px;

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

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

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

div.header-box-4 {
	background-color: #003d61;
	padding: 100px 20px 30px 20px;
	margin: 0px;
	height: 300px;
}

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


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

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

/*POP UP*/

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

.popup-4 .banner {
	padding: 25px;
	background-color: #003d61;
}

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

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

.popup-4 .content-4 .icon {
	width: 150px;
	padding: 30px 50px 15px 50px;
}

.popup-4 .content-4 .copy {
	width: 80%;
	padding: 30px 50px 15px 50px;
}
.popup-4 .content-4 h4 {
	margin: 0px 0px 0px 0px;
}

.popup-4 .content-4 ul {
	margin: 0px 0px 0px 15px;
    font-size: 22px;
    line-height: 30px;
}

.popup-4 .content-4 li {
	list-style: disc;
    margin-bottom: 15px;

}
.popup-4 .content-4 li::marker {
	color: #003d61;
}
/* popup 4 END*/


.textContent-3 {
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    text-align: center;
}

.textContent-3 h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 15px 0;
}

.textContent-3 p {
  font-size: 24px;
  line-height: 32px;
}

.last {
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 75px 0 50px 0;
}
.outro h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #007cbf;
}

.outro p {
  font-size: 22px;
  line-height: 30px;
}


/** 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-ia {
	background-position: 90%;}
}


/* popups */
@media screen and (max-width: 1060px){
    .popup-1 .banner, .popup-2 .banner, .popup-3 .banner, .popup-4 .banner  {
        padding: 25px 100px 25px 25px; }
	.popup-1 .banner h3, .popup-2 .banner h3, .popup-3 banner h3 {
		font-size: 35px;
		line-height: 40px;}
	
	.popup-1 .content-1 div h2, .popup-2 .content-2 div h2, .popup-3 .content-3 div h2, .popup-4 .content-4 div h2 {
		font-size: 65px; line-height: 60px;}
    .popup-1 .content-1 div, .popup-2 .content-2 div, .popup-3 .content-3 div, .popup-4 .content-4 div {
		width: 100%;}
  	.popup-1 .content-1 div.icon, .popup-2 .content-2 div.icon, .popup-3 .content-3 div.icon, .popup-4 .content-4 div.icon {
        display: none;}  	
    .popup-1 .content-1 div.copy, .popup-2 .content-2 div.copy, .popup-3 .content-3 div.copy, .popup-4 .content-4 div.copy {
		width: 100%;
		padding: 30px 50px 15px 50px;}

}

@media screen and (max-width: 1024px){
  section.flexwrapper .flexitems {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1000px){
  .title-area-home-ia {
	display: flex;
	justify-content: flex-start; /*centers horizontally*/
	align-items:flex-end; /*centers vertically */
	/* Optional: Make parent take up space */
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: 90%;}

    section.textContent-1{
      padding: 50px;
    }
  section.factoids {
      padding: 50px;}
	section.flexwrapper-i {
	}
	.flexwrapper-i div.flexitems {
		width: 100%;}
  .textContent-2, .textContent-3 {
    padding: 50px 50px;}
  .outro {
    padding: 0px 50px;
  }
  br {display: none;}
  br.title {display: block;}
}
