/*-----------------------------------*\
  RESET/BASIC
\*-----------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; 
	vertical-align:baseline; background:transparent;
}

* { box-sizing: border-box; }

html {
    font-size: 62.5%;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

body {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem; line-height: 1.5;
    color: #565A5C; font-weight: 500;
    background: #fff; min-height: 100vh;
    display: flex; flex-direction: column;
}

body.korean {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

@media screen and (max-device-width: 480px){
	body{
		-webkit-text-size-adjust: none;
	}
}

img {
    width: 100%; height: auto;
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-in;
}

strong {
    font-weight: 700;
}

.lgbreak {
	display: none;
}

.basic {
	margin: 0 auto; max-width: 1340px;
	padding: 0 20px;
}

p {
	margin-bottom: 20px;
}

button, input[type="submit"] {
    background: none; border: 0;
    color: inherit; cursor: pointer;
    line-height: normal;
    overflow: visible; padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

@media only screen and (min-width: 768px) {

	.lgbreak {
		display: block;
	}

	.smbreak {
		display: none;
	}

	.basic {
		padding: 0 30px;
	}

}

@media only screen and (min-width: 1024px) {

	body {
		font-size: 2.4rem;
	}

}

@media only screen and (min-width: 1280px) {

	.basic {
		padding: 0 40px;
	}

}

/*-----------------------------------*\
  BANNER
\*-----------------------------------*/

#banner {
	position: relative;
}

.banner-copy {
	padding: 30px 0;
	display: flex;
	justify-content: center;
}

.bc-inner {
	color: #258FCF; font-weight: 500;
	border-left: 4px solid #0B3F94;
	line-height: 1.3; font-size: 1.8rem; 
	letter-spacing: 0.03em;
	padding: 12px 0 12px 14px;
}

.spanish .bc-inner {
	font-size: 1.6rem; 
}

.bc-inner strong {
	color: #174791;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {

	.banner-copy {
		padding: 0; display: block;
		position: absolute; right: 6.25vw;
		bottom: 12.36vw; 
	}

	.bc-inner {
		font-size: 1.8vw;
		padding: 0.75vw 0 0.75vw 1.25vw;
	}

	.spanish .banner-copy {
		right: 10.25vw;
		bottom: 11.5vw; 
	}

	.spanish .bc-inner {
		font-size: 1.81vw;
		padding: 0.75vw 0 0.75vw 1.736vw;
	}

	.korean .banner-copy {
		bottom: 10vw; 
	}

}

/*-----------------------------------*\
  FORUMS
\*-----------------------------------*/

#forums {
	padding: 40px 0;
	background: #ECECEC;
}

#forums h2 {
	color: #258FCF; font-weight: 400;
	line-height: 1.2; font-size: 3rem;
	margin-bottom: 20px; 
	letter-spacing: 0.02em;
}

h2 strong {
	color: #174791; font-weight: 500;
}

#forums p {
	font-weight: 600;
}

.schedule .forumrow:first-of-type {
	padding-bottom: 24px;
	border-bottom: 1px solid #0B3F94;
	margin-bottom: 30px;
}

.forum-label {
	color: #174791; font-weight: 600;
	margin-bottom: 5px;
}

.forumrow span {
	color: #0088CD; font-weight: 600;
	display: block;
}

.forumrow span.date2 {
	margin-top: 12px;
}

.forum-where {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

	#forums {
		padding: 60px 0 40px;
		background: #fff;
	}

	#forums h2 {
		font-size: 3.2rem;
	}

}

@media only screen and (min-width: 1024px) {

	#forums {
		padding: 80px 0 64px;
	}

	#forums h2 {
		font-size: 4rem;
	}

	.forumrow {
		display: flex;
		justify-content: space-between;
	}

	.forum-where {
		width: 38%;
		margin: 0;
	}

	.forum-when {
		width: 43.75%;
	}

	.schedule .forumrow:first-of-type {
		padding-bottom: 36px;
		margin-bottom: 36px;
	}

	.schedule .forumrow:last-of-type .forum-label {
		display: none;
	}

}

@media only screen and (min-width: 1280px) {

	#forums {
		font-size: 3rem;
	}

	#forums h2 {
		font-size: 5.4rem;
		margin-bottom: 22px;
	}

	#forums p {
		margin-bottom: 48px;
	}

	.forumrow {
		line-height: 1.35;
	}

}

/*-----------------------------------*\
  CONTACT
\*-----------------------------------*/

#contact {
	background: #d8e9f3;
	padding: 40px 0;
}

#contact h2 {
	color: #258FCF; font-weight: 300;
	line-height: 1.2; font-size: 3rem;
	text-align: center; margin-bottom: 20px;
	letter-spacing: 0.024em;
}

#contact h2 strong {
	color: #174791; font-weight: 500;
	display: block;
}

.form-intro {
	margin-bottom: 20px;
}

.contact-inner {
	position: relative;
}

.formrow {
    margin-bottom: 12px;
}

input[type="text"], 
input[type="tel"], 
input[type="email"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0; border-radius: 3px; outline: 0; 
    box-shadow: none; display: block; width: 100%;
    font-size: 1.6rem; line-height: 40px; 
    height: 40px; background: #e6f1f7;
    font-family: 'montserrat', sans-serif;
    padding: 0 12px; color: #174791; font-weight: 500;
    letter-spacing: 0.05em;
}

::-webkit-input-placeholder {
    color: #174791;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #174791;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #174791;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #174791;
}

.checkrow {
    margin-bottom: 20px;
}

.cr-inner {
	font-family: 'montserrat', sans-serif;
    position: relative; padding: 0 0 0 30px; font-weight: 400;
    color: #174791; font-size: 1.6rem;
    line-height: 1.35;
}

.cr-inner.cr-optin {
	font-size: 1.2rem;
}

input[type="checkbox"] {
    position: absolute; left: 0;
    top: 0;
}

.radio-row {
    margin-bottom: 20px;
    position: relative;
}

.radio-row.past {
	opacity: 0.65;
}

.dates .radio-row {
	margin-bottom: 8px;
}

.topchoices input[type="checkbox"] + label {
	color: #174791; font-family: 'montserrat', sans-serif;
    font-size: 1.6rem; display: block;
    position: relative; line-height: 1.35;
    padding-left: 32px;
}

.topchoices input[type="checkbox"] + label span {
    position: absolute; top: 0; left: 0;
    display:inline-block;
    width:20px;
    height:20px;
    margin: 0;
    vertical-align:top;
    cursor:pointer;
    border-radius:  50%;
    border: 2px solid #fff;
}

.topchoices input[type="checkbox"] + label span {
     background-color: #fff;
}

.topchoices input[type="checkbox"]:checked + label span{
     background-color: #0088CD;
}

.topchoices input[type="checkbox"] + label span,
.topchoices input[type="checkbox"]:checked + label span {
    transition: background-color 0.1s linear;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
	color: #174791; font-family: 'montserrat', sans-serif;
    font-size: 1.6rem; display: block;
    position: relative; line-height: 1.35;
    padding-left: 32px;
}

.dates input[type="radio"] + label {
    padding-left: 30px;
}

input[type="radio"] + label span {
    position: absolute; top: 0; left: 0;
    display:inline-block;
    width:20px;
    height:20px;
    margin: 0;
    vertical-align:top;
    cursor:pointer;
    border-radius:  50%;
    border: 2px solid #fff;
}

.dates input[type="radio"] + label span {
    top: 2px;
    width:16px;
    height:16px;
}

input[type="radio"]:disabled + label span {
	cursor: not-allowed;
}

.dates input[type="radio"]:disabled + label {
    opacity: 0.5;
}

input[type="radio"] + label span {
     background-color: #fff;
}

input[type="radio"]:checked + label span{
     background-color: #0088CD;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    transition: background-color 0.1s linear;
}

.dates {
	padding-left: 32px;
	margin-bottom: 30px;
}

.forumlist {
	padding-left: 2px;
}

.dates p {
	color: #174791;
	font-weight: 600;
	margin-bottom: 10px;
}

.req {
	font-family: 'montserrat', sans-serif;
    font-size: 1.2rem; padding-left: 10px;
    line-height: 30px; margin-bottom: 10px;
    text-transform: uppercase; color: #174791;
}

.btn-row {
	text-align: center;
}

input[type="submit"] {
	font-family: 'montserrat', sans-serif;
    background: #174791; color: #fff;
    font-size: 1.6rem; font-weight: 700;
    line-height: 36px; width: 186px;
    border-radius: 9999em;
    transition: all 0.25s ease-in;
    letter-spacing: 0.02em;
}

.help-block {
    font-weight: 700; color: #f00;
    padding-top: 4px; font-size: 1.4rem;
}

.spinner-wrap {
    position: absolute; top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.spinner {
    margin: 0 auto; height: 60px; width: 60px;
    -webkit-animation: rotate 0.8s infinite linear;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #174791;
    border-right-color: transparent;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@media only screen and (min-width: 768px) {

	#contact {
		background: #fff;
		padding: 0 0 40px;
	}

	#contact h2 {
		font-size: 3.6rem;
		text-align: left;
	}

	.spanish #contact h2 {
		font-size: 3rem;
	}

	#contact h2 strong {
		display: inline;
	}

	.contact-inner {
		background: #d8e9f3;
		border-radius: 22px;
		padding: 30px;
	}

}

@media only screen and (min-width: 1024px) {

	#contact {
		padding: 0 0 64px;
	}

	#contact h2 {
		font-size: 4.8rem;
	}

	.spanish #contact h2 {
		font-size: 4rem;
	}

	.form-intro {
		margin-bottom: 40px;
	}

	.radio-row {
	    margin-bottom: 32px;
	}

	.form-inner {
		display: flex; flex-wrap: wrap;
		justify-content: space-between;
	}

	.formrow {
	    margin-bottom: 18px; width: 49%;
	}

	.topchoices {
		padding-bottom: 6px;
	}

	.formrow.longrow, .topchoices {
		width: 100%;
	}

	input[type="text"], 
	input[type="tel"], 
	input[type="email"],
	select {
	    padding: 0 18px;
	    line-height: 48px;
	    height: 48px;
	}

	input[type="submit"] {
	    font-size: 2rem;
	    line-height: 54px; width: 296px;
	}

	.cr-inner.cr-optin {
		font-size: 1.4rem;
	}

	input[type="checkbox"] {
	    position: absolute; left: 0;
	    top: 0;
	}

	.checkrow {
		margin-bottom: 30px;
	}

}

@media only screen and (min-width: 1280px) {

	#contact {
		padding: 0 0 80px;
	}

	#contact h2 {
		font-size: 6rem;
	}

	.spanish #contact h2 {
		font-size: 4.7rem;
	}

	.contact-inner {
		padding: 40px 60px;
	}

}

/*-----------------------------------*\
  MIDBANNER
\*-----------------------------------*/

#midbanner {
	position: relative;
}

.midbanner-copy {
	padding: 30px 0;
	display: flex;
	justify-content: center;
}

.mc-inner {
	color: #174791; font-weight: 500;
	border-left: 4px solid #0B3F94;
	line-height: 1.3; font-size: 1.8rem; 
	letter-spacing: 0.03em;
	padding: 6px 0 6px 14px;
}

.korean .mc-inner {
	font-weight: 400;
}

@media only screen and (min-width: 768px) {

	.midbanner-copy {
		padding: 0; display: block;
		position: absolute; right: 9.86vw;
		top: 10.83vw; 
	}

	.spanish .midbanner-copy {
		right: 6.25vw;
	}

	.korean .midbanner-copy {
		right: 13vw;
	}

	.mc-inner {
		font-size: 1.8vw;
		padding: 0.75vw 0 0.75vw 1.25vw;
	}

	.spanish .mc-inner {
		padding: 0.5vw 0 0.5vw 1.25vw;
	}

}

/*-----------------------------------*\
  ABOUT
\*-----------------------------------*/

#about {
	padding: 48px 0;
	background: #ECECEC;
}

h3 {
	color: #258FCF; font-weight: 400;
	line-height: 1.2; font-size: 2.4rem;
	margin-bottom: 20px; text-align: center;
	letter-spacing: 0.024em;
}

h3 strong {
	color: #174791; font-weight: 500;
}

.aboutlist {
	list-style: none;
}

.aboutlist li {
	position: relative; padding-left: 44px;
	margin-bottom: 36px; letter-spacing: 0.024em;
	font-weight: 400;
}

.aboutlist li:last-child {
	margin-bottom: 0;
}

.aboutlist li strong {
	color: #174791;
	font-weight: 600;
}

.icon {
	width: 32px; position: absolute;
	left: 0; top: 2px;
}

.item-title {
	font-size: 1.8rem; font-weight: 600;
	color: #174791; line-height: 1.25;
}

@media only screen and (min-width: 768px) {

	#about {
		background: #fff;
	}

	h3 {
		font-size: 3rem;
		margin-bottom: 24px;
	}

}

@media only screen and (min-width: 1024px) {

	h3 {
		font-size: 5rem;
		margin-bottom: 56px;
	}

	#about {
		padding: 96px 0;
	}

	.aboutlist li {
		padding-left: 126px;
		margin-bottom: 92px; 
		font-size: 2.4rem;
	}

	.icon {
		width: 90px; position: absolute;
		left: 0; top: 0;
	}

	.item-title {
		font-size: 3rem;
	}

}

/*-----------------------------------*\
  PLANS
\*-----------------------------------*/

#plans {
	padding: 48px 0 32px;
	text-align: center;
}

#plans p {
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {

	#plans {
		padding: 64px 0 48px;
		background: #ececec;
	}

	#plans h3 {
		margin-bottom: 32px;
	}

	#plans p {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

}

@media only screen and (min-width: 1024px) {

	#plans {
		padding: 116px 0 96px;
		background: #ececec;
	}

	#plans p {
		margin-bottom: 60px;
		font-size: 3rem;
	}

}

/*-----------------------------------*\
  LEARN
\*-----------------------------------*/

#learn {
	padding: 56px 0 42px; background: #268fd0;
	color: #fff; text-align: center;
}

.learn-inner {
	font-size: 1.8rem;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}

.learn-inner a {
	color: #fff;
}

.learn-inner a:hover {
	text-decoration: underline;
}

.btn-learnmore {
	font-family: 'montserrat', sans-serif;
	display: inline-block;
	font-size: 1.6rem; font-weight: 700;
	letter-spacing: 0.03em; padding: 0 48px;
	line-height: 36px; border-radius: 9999em;
	color: #fff; background: #0B3F94;
	border: 2px solid #fff;
}

@media only screen and (min-width: 768px) {

	#learn {
		padding: 72px 0; 
	}

	.learn-inner {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

}

@media only screen and (min-width: 1024px) {

	.learn-inner {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}

}

@media only screen and (min-width: 1280px) {

	#learn {
		padding: 106px 0; 
	}

	.learn-inner {
		font-size: 4.5rem;
		margin: 0 auto 56px;
		letter-spacing: 0.03em;
	}

	.spanish .learn-inner {
		max-width: 1092px;
		margin-bottom: 42px;
	}

	.korean .learn-inner {
		max-width: 1140px;
		font-size: 4.2rem;
		letter-spacing: 0.02em;
	}

	.btn-learnmore {
		font-size: 2rem; padding: 0 96px;
		line-height: 64px;
	}

}

/*-----------------------------------*\
  FOOTER
\*-----------------------------------*/

footer {
	padding: 60px 0 20px;
}

.footer-contact {
	font-family: 'montserrat', sans-serif;
	text-align: center; font-weight: 400;
	font-size: 1.4rem; color: #174791;
}

.footer-slogan {
	margin-bottom: 40px;
}

.footerlogo {
	display: inline-block;
	width: 56px; margin-bottom: 12px;
}

.legal {
	font-family: 'montserrat', sans-serif;
	font-size: 1.3rem; height: 60px;
	display: flex; align-items: center;
	justify-content: center; font-weight: 400;
}

.legal a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {

	.footer-slogan {
		width: 420px;
		margin: 0 auto 40px;
	}

	.korean .footer-slogan {
		width: 380px;
	}

}

@media only screen and (min-width: 1280px) {

	footer {
		padding: 80px 0 20px;
	}

	footer .basic {
		display: flex; align-items: center;
	}

	.footer-slogan {
		order: 2; margin: 0 0 0 auto;
		width: 498px;
	}

	.footer-contact {
		text-align: left; order: 1; 
		font-size: 1.8rem; position: relative;
		padding-left: 160px; padding-top: 16px; min-height: 130px;
		display: flex; flex-direction: column;
  		justify-content: space-between;
  		font-weight: 500;
	}

	.footerlogo {
		display: block;
		width: 132px; margin-bottom: 0;
		position: absolute; top: 0; left: 0;
	}

	.legal {
		font-size: 1.4rem; height: 80px;
	}

}

/*-----------------------------------*\
  THANKS
\*-----------------------------------*/

body.typage {
	font-family: 'Montserrat', sans-serif;
}

#thanks {
	width: 100vw; height: 100vh;
	display: flex; align-items: center;
	justify-content: center;
}

.thanks-inner {
	text-align: center;
}

.tylogo {
	width: 164px; margin: 0 auto 20px;
}

.tymsg {
	font-size: 2rem; color: #174791;
	font-weight: 700;
}

/*-----------------------------------*\
  ZIP CODE POP UP
\*-----------------------------------*/

#modal {
	position: fixed; inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

.modal-inner {
	width: 100%; height: 100%;
	overflow: auto; display: flex;
	align-items: center; 
	justify-content: center;
	padding: 20px 0;
}

.modal-content {
	background: #DFEFF8; color: #258FCF;
	width: 95%; max-width: 500px;
	padding: 40px 20px; position: relative;
	text-align: center; font-weight: 400;
	box-shadow: 7px 0 6px rgba(0, 0, 0, 0.16);
}

.btn-close {
	position: absolute; top: 0; right: 0;
	padding: 12px; width: 48px;
}

.warning {
	display: inline-block; width: 36px;
	margin-bottom: 12px;
}

.popintro {
	font-size: 2.2rem; line-height: 1.25;
	font-weight: 600; color: #0B3F94;
	margin-bottom: 12px;
}

.modal-content p:last-of-type {
	margin-bottom: 0;
}

.modal-content a {
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {

	.modal-inner {
		padding: 40px 0;
	}

	.modal-content {
		padding: 60px 20px 48px;
		font-size: 2.4rem;
	}

	.modal-content p {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.45;
	}

	.btn-close {
		top: 6px; right: 6px;
	}

	.warning {
		width: 48px;
		margin-bottom: 10px;
	}

	.popintro {
		font-size: 3.3rem;
		margin-bottom: 20px;
	}

}
