html, body {
	font-family: 'Open Sans', sans-serif;
	color: #63666A;
	font-size: 16px;
	/* margin-bottom: 30px; */
   }
   
   .grid-container {
	max-width: 78.5rem;
   }
   .grid-container.blue-bg {
	 padding-top: 80px;
	 padding-bottom: 80px;
   }
   .mobile-only {
	display:none;
   }
   .desktop-only {
	display: flex;
   }
   @media screen and (max-width:640px){
	.mobile-only {
	 display:flex;
	}
	.desktop-only {
	 display: none;
	}
   }
   .text-left {
	text-align: left;
   }
   .text-right {
	text-align: right;
   }
   .text-center {
	text-align: center;
   }
   @media screen and (max-width:640px){
	.small-text-left {
	 text-align: left!important;
	}
	.small-text-right {
	 text-align: left!important;
	}
   }
   a.blue {
	color:#0577B3;
   }
   ul.no-bullet {
	list-style-type: none;
	padding:0;
   }
   ol,ul {
	padding-left: 1.5em;
   }
   section {
	margin-bottom: 40px;
   }
   
   section .blue-bg {
	background: #F6F9FD;
   }
   section .dark-blue-bg {
	background: #00205B;
   }
   section .dark-blue-bg h1, 
   section .dark-blue-bg h2, 
   section .dark-blue-bg h3, 
   section .dark-blue-bg h4, 
   section .dark-blue-bg p, 
   section .dark-blue-bg a {
	color:#fff;
   }
   
   .headline {
	color: #00205B;
	font-size: 30px;
	font-weight: 700;
	  margin-top: 0px;
   }
   .subhead {
	font-size: 23px;
	font-weight: 700;
	  margin-top: 80px;
   }
   .subhead.blue {
	color: #0085CA;
	margin-bottom: 50px;
   }
   .subhead.white {
	color: #fff;
   }
   .subhead.light-blue {
	color:#0577B3;
	font-size:20px;
	font-weight: 600;
	line-height: 40px;
   }
   .subhead.dark-blue, p.dark-blue, a.dark-blue {
	color:#00205B;
   }
   @media screen and (max-width:640px){
	.subhead {
	 margin-top: 60px;
	}
   }
   
   form {
	margin-bottom: 71px;
   }
   
   input[type=button], input[type=submit], input[type=reset], a.button {
	   color: white;
	   padding: 10px 43px;
	   cursor: pointer;
	background-color: #00205B;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none; 
	border-radius:5px;
	border: 2px solid #00205B;
   }
   
   input[type=text]:focus {
	 outline: 1px solid #0085CA;     
	 background-color: #CBE8F7;
   }
   
   input[type="submit"]:active {
	   color: #00205B;
	background-color: white;
	border-color: #00205B;
	
   }
   
   input[type="submit"]:hover {
	   color: #00205B;
	background-color: white;
	border-color: #00205B;
	border: 2px solid;
   }
   form label {
	color: #0085CA; 
	font-weight: 700;
   }
   form label.error {
	color:#da291c;
   }
   form label input[type=text] {
	margin-top: 5px;
	   padding: 20px;
   }
   
   .checkboxContainer {
	 border: 1px solid #cacaca;
	 border-radius: 3px;
	 background-color: #fefefe;
	 box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	 padding: 20px 25px 10px;
	 cursor: pointer;
	 margin-bottom: 20px;
   }
   
   .checkboxContainer.selected {
	 background-color: #bfe0f1;
   }
   
   .checkboxContainer label {
	 color:#63666A;
   }
   
   .fieldTitle {
	color: #63666A;
	font-weight: bold;
   }
   
   .p-spacing {
	margin-bottom: 45px;
   }
   
   .dropdownContainer {
	border: 1px solid #cacaca;
	 border-radius: 3px;
	   background-color: #fefefe;
	   box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	   cursor: pointer;
	color: #63666A;
   }
   
   .optin {
	color: #63666A;
	font-style: italic;
	font-weight: normal;
	padding-top: 30px;
   }
   
   
   a.button {
	padding: 10px 22px;
   }
   
   a.button:hover {
	color: #00205B;
	   background-color: white;
	   border-color: #00205B;
	   border: 2px solid;
   }
   
   .m_Header {
	margin-top: 72px;
	margin-bottom: 82px;
   }
   
   .m_Header a.button:first-of-type{
	margin-left:40px;
	margin-right:40px;
   }
   .m_Header span.subhead {
	margin-top: 16px;
	   display: block;
   }
   .m_Header .hero img {
	margin-top:35px;
   }
   
   
   .m_Footer {
	position: relative;
	   bottom: 0px;
	   width: 100%;
	 /* Set the fixed height of the footer here */
	   height: 30px;
	background-color: #00205B;
	margin-top: 50px;
   }
   .hero {
	text-align: center;
   }
   .hero img {
	width:auto;
   }
   
   .circle-callout {
	   text-align: center;
	   background: #00205B;
	   padding: 122px 0px;
	   position: absolute;
	   left: -150px;
	   vertical-align: middle;
	   border-radius: 50%;
	   color: #fff;
	   font-size: 22px;
	   line-height: 36px;
	   font-weight: 600;
	   width: 354px;
	   max-height: 354px;
	   margin-top: 60px;
   }
   .circle-callout-image {
	margin-right: -175px;
	float:right;
   }
   .circle-callout strong {
	font-size:41px;
	line-height: 38px;
   
   }
   @media screen and (max-width:1020px){
   
	.circle-callout {
	 position: relative;
	 left: 0;
	 margin:-125px auto 44px;
	}
   }
   
   @media screen and (max-width:640px)  {
	.m_Header .large-4 img {
	 max-width:233px;
	}
	img.icon {
	 margin-bottom:30px;
	}
	.circle-callout {
	 padding: 62px 0px;
	 font-size: 16px;
	 line-height: 24px;
	 width: 218px;
	 max-height: 218px;
	 margin:-100px auto 44px;
	}
	.circle-callout strong {
	 font-size: 32px;
	 line-height: 46px;
	}
   }
   
   /* Specific pages */
   
   #preferences-page input[type="submit"] {
	   margin: 50px 0 0px;
   }
   
   #flu-shot-page #section-1 .callout{
	max-width: 535px;
	   padding-bottom: 80px;
	   margin: auto 40px;
   }
   #flu-shot-page #section-1 ol li {
	color:#00205B;
	font-size:23px;
	line-height: 32px;
	font-weight: 600;
   }
   #flu-shot-page #section-1 ol li span {
	font-family: 'Open Sans', sans-serif;
	   color: #63666A;
	font-size: 16px;
	font-weight: 400;
   }
   #flu-shot-page #section-2 .medium-9 {
	padding:70px 70px 60px 0;
   }
   #flu-shot-page #section-2 h2 {
	font-size: 30px;
	line-height:40px;
   }
   #flu-shot-page #section-2 p {
	font-size:20px;
	line-height: 38px;
   }
   #flu-shot-page #section-2 .subhead {
	margin-top:0;
   }
   #flu-shot-page #section-3 .medium-7 {
	padding:0 70px 70px;
   }
   
   #flu-shot-page #section-4 .medium-8 {
	padding:74px 60px 74px 0;
   }
   #flu-shot-page #section-4 .subhead, #mybanner-page #section-4 .subhead {
	margin-top: 0;
	margin-bottom: 0;
   }
   #flu-shot-page #section-4 p, #mybanner-page #section-4 p {
	font-size:20px;
	line-height: 38px;
   }
   
   #mybanner-page #section-1 .callout { 
	width:650px;
	float:right;
	padding-right:35px;
	padding-bottom:80px;
   }
   
   #mybanner-page #section-1 .callout a.blue {
	display: block;
	margin-bottom:40px;
   }
   #mybanner-page #section-1 .callout p, #mybanner-page #section-1 .callout li {
	font-size:20px;
	line-height: 38px;
   }
   
   #mybanner-page #section-2 p {
	font-size:20px;
	line-height: 38px;
   }
   #mybanner-page #section-2 .large-7 {
	   padding: 0 60px 70px;
   }
   
   #mybanner-page #section-2 .desktop-mobile-image {
	background:url('http://image.enewsletter-target.bannerhealth.com/lib/fe9713737767007e77/m/1/e8b7c42a-676c-4509-9105-5993c36841aa.png') no-repeat;
	background-position: cover;
   }
   #mybanner-page #section-2 .desktop-mobile-image img {
	display: none;
   } 
   #mybanner-page #section-4 .grid-x {
	padding:74px 60px;
   }
   @media screen and (max-width:1160px){
	.circle-callout-image {
	 margin-right: -83px;
	 float: right;
	}
   }
   @media screen and (max-width:1020px){
	.medium-text-center{
	 text-align: center!important;
	}
	.circle-callout-image {
	 margin: 0 auto -60px;
	 float: none;
	 max-width: 212px;
	}
	#flu-shot-page .m_Header a.button {
	 display: block;
	 margin:44px auto 0;
	}
	#myBanner-page a.button, #myBanner-page .callout a.button {
	 display: block;
	 margin: 35px auto 0!important;
	}
	#mybanner-page #section-1 .callout {
	 width: auto;
	 float: none;
	 padding: 35px 35px;
	}
	#mybanner-page #section-2 .large-7 {
	 padding:0 35px;
	}
	#mybanner-page #section-2 .desktop-mobile-image {
	 background:none;
	}
	#mybanner-page #section-2 .desktop-mobile-image img {
	 display: block;
	 margin: 0 20px;
	} 
   }
   @media screen and (max-width:640px){
   
	#flu-shot-page #section-1 .callout{
	 max-width: 535px;
	 padding-bottom: 100px;
	 margin: auto 35px;
	}
	#flu-shot-page #section-2 .grid-container {
	 padding:80px 35px;
	}
	#flu-shot-page #section-2 .grid-container .grid-x {
	 margin:0;
	}
	#flu-shot-page #section-2 .medium-9 {
	 padding:0;
	}
	#flu-shot-page #section-3 .medium-7 {
	 padding: 35px;
	}
	#flu-shot-page #section-3 .medium-5 {
	 height:775px;
	}
	#flu-shot-page #section-4 .grid-x {
	 padding:35px;
	}
	#flu-shot-page #section-4 .medium-8 {
	 padding:0;
	}
	#flu-shot-page #section-4 p:last-of-type, #mybanner-page #section-4 p:last-of-type {
	 margin-bottom: 0;
	}
	#mybanner-page #section-2 .desktop-mobile-image img {
	 margin: 0 auto;
	} 
	#mybanner-page #section-4 .grid-x {
	 padding:35px;
	}
   }