/* 
blue: #003C73;
gold: #ffbe00;
*/

h1, h2, h3  {
	font-family: 'Public Sans', Helvetica, sans-serif;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
}

h1 {
	color: #ffffff;
	font-size:2.5rem;
/* 	margin-top:1.125rem; */
}

h2 {
	font-size:1.25rem;
	margin: 1.25rem 0 .5rem 0;
  color: #000;
}

h2.intro {
	margin-top:3rem;
}

h3 {
  color: #003C73;
	font-size:1.25rem;
  margin: 1rem 0 0 0;
}

p {
	margin: 0 0 .25rem 0;
	color: #000;
}

.blue {
	color:#003C73;
}

p, ul, li, h4, h5, label, input, input[type="text"], input[type="tel"], button, .button, a, option, select, legend  {
	font-family: 'Public Sans', Helvetica, sans-serif;
	color: #000;
}

a {text-decoration:underline;}

label, legend {
	font-weight:400;
	font-size:17px;
	line-height: 34px;
	color: #000;
}

legend.age-ranges {
	margin-bottom:3px;
	font-weight: 600;
	margin: 0;
}

legend.dob-legend {
	margin-bottom: 0;
}

fieldset#age-ranges-section {
	margin-top: 12px;
}

.yes {
  color: #ffffff;
  font-size: 5rem;
  margin: 6px 0 0 20px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
}

.please {
	font-size:1.75rem;
	font-weight: normal;
	line-height:normal;
	margin-bottom:0;
}

legend {
}

.normal-weight {
	font-weight: normal;
}

.thank-you {
	font-size:1.5rem;
	line-height:2rem;
	margin-bottom:12px;
}

.topics p {
	margin-bottom:1rem;
}

.red {
	color: rgb(0, 103, 143);
}

.medium-paragraph {
	font-size:1.25rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
}

#privacy {
	margin: 0 0 2rem;
	padding:0.5rem 0;
}

#privacy p {
	margin: 0;
	text-align: left;
}

#container, #logo-container, header, #privacy, #footer {
max-width: 56.25em;
margin: 0 auto;
}

#privacy {
	background-color:rgb(230, 230, 230);
}

header {
/*   background-image: linear-gradient(to right, rgb(0, 103, 143), rgb(245, 134, 108));	 */
/*   background:rgb(0, 103, 143); */
	padding:.25rem 0;
}

.grid-margin-x > .cell.reduce-margin-padding-right {
	margin-right: 0;
	padding-right: 0;
}

.offset {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

input.parsley-error {
	margin-bottom: 6px;
}

#header-container {
  	background: #003C73;	
	margin:0.5em 0 0;
	padding:0;
}

#checkmark {
	max-width:106px;
	height:auto;
	position:relative;
}

#privacy-container {
	background:rgba(0, 0, 0, 1);
	margin: 0 0 0.5em;
	padding:0;
}

#footer-container {
	background: #003C73;
	margin:0.5em 0 0;
	padding:1rem 0 .75rem 0;
}

#optout {margin-bottom:2rem;}

ul#no-children {margin:0 0 24px 0;}

#footer p {
	font-weight:600;
	color: rgba(255, 255, 255, 1);
	font-size:.875rem;
	line-height:1.375rem;
}

#footer p a {
	color:#fff;
	text-decoration:underline;
}

.button, .button:hover {
	margin: 1rem 0 3rem;
	background-color: #003C73;
	border-radius: 6.25rem;
	-webkit-border-radius: 6.25rem;
	font-size: 1.375rem;
	color:#fff;
	font-weight: 600;
	line-height: .9375rem;
	min-height: 3.125rem;
	min-width: 15rem;
	opacity: 1;
	text-decoration: none;
}
.button:hover, .button:focus {
	background-color: #003C73;
}

.button-extension {
	width:140px;
}

.required-field {
	font-size:15px;
	line-height:24px;
	color:rgba(65, 65, 65, 1);
}
/*iCheck replacement for singleRow*/

#gender_other_row {
	display:none;
}

#logo {width:240px;height:auto;margin:2.5em 1em 1.75em 0;}

.stacked-checkboxes {
	margin: 0 0 .625rem 0;
}

.mb25 {
	margin-bottom:.25rem;
}

legend.age-ranges {
	margin-top: .5rem;
	margin-bottom:.5rem;
	line-height: 1.5;
}


/* Accessible Checkboxes */
.c-checkbox {
  --accent: #003C73;
  --accent-dark: #003C73;
  --border: #ffbe00;
  --focus: #ffbe00;

  display: inline-flex;
  align-items: top;
  gap: 0.65rem;
  cursor: pointer;
  color: rgb(10, 10, 10);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.c-checkbox__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
}

.c-checkbox__box {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--border);
  border-radius: 0.2rem;
  display: inline-grid;
  place-items: center;
  background: #fff;
  box-sizing: border-box;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  flex: 0 0 auto;
}

.c-checkbox__box::before {
  content: "";
  width: 0.5rem;
  height: 1rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 140ms ease;
  margin-top: -.125rem;
}

.c-checkbox__input:checked + .c-checkbox__box {
  background: var(--accent);
  border-color: var(--accent);
}

.c-checkbox__input:checked + .c-checkbox__box::before {
  transform: rotate(45deg) scale(1);
}

.c-checkbox__input:focus-visible + .c-checkbox__box {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.c-checkbox__input:disabled + .c-checkbox__box {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-checkbox__input:disabled ~ .c-checkbox__text {
  opacity: 0.6;
  cursor: not-allowed;
}	
/* End Accessible Checkboxes */


	/* iCheck plugin Square skin, check
----------------------------------- */
/*
.focus{outline:1px dotted rgba(0,0,0,0.5) !important}
.skin-section .list{float:left;padding-right:60px;}
.skin-section .list li{position:relative;padding-bottom:15px}
.skin-square .skin-section .list li{padding-left:42px}
.icheckbox_minimal,.icheckbox_minimal-check{position:absolute;top:1px;left:0}
.skin input[type=checkbox]
{position:absolute;top:2px;left:0}
.icheckbox_square,.icheckbox_square-check {position:absolute;top:-1px;left:0}
.icheckbox_flat,.icheckbox_flat-check {position:absolute;top:0;left:0}
.skin-states{float:right;padding-right:57px;padding-left:0;}
.skin-states .state{cursor:default !important}
.skin-states .list{padding-right:0}
.skin-square .skin-states .list li{padding-left:79px}

.icheckbox_square-check,
.iradio_square-check {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../images/check.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-check {
    background-position: 0 0;
}
    .icheckbox_square-check.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-check.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-check.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-check.checked.disabled {
        background-position: -96px 0;
    }
*/

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-check,
    .iradio_square-check {
        background-image: url('../images/check@2x.png');
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

		/* Parsley Form Validation */
input.parsley-success, textarea.parsley-success {
  color: #000 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error {
  color: #000 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
ul.parsley-error-list {
    font-size: 12px;
    margin: 4px 0 4px 0;
    list-style-type:none;
    font-weight:bold;
    color: #be1b1b;
}
ul.parsley-error-list li {
    line-height: 14px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .not-for-mobile {
        display: none;
    }
}
		
@media screen and (max-width: 640px) {
	.list.margin-zero {
	margin:0;
}
.yes {
	font-size: 4rem;
	line-height: 4rem;
  margin: 0;
}
.please {
	margin-bottom: 1rem;
}
.no-mobile-br {
	display:none;
}

}
@media screen and (max-width: 480px) {
	#logo {
		max-width:300px;
		height:auto;
		margin:2em 0 1em 0;
	}
	h1 {font-size:2rem;}
	
}