﻿* {margin:0; padding:0; outline:none; border:none; box-sizing:border-box; -moz-box-sizing:border-box;}

/* GLOBAL */

html 	{}
body 	{line-height:1; background-color: #EEF6F9; color: #17181C; font-family: "futura-pt", sans-serif;}

h1		{font-size: 50px; font-weight: 700; line-height: 1.2em; color: #17181C; margin-bottom: 0.45em}
h2		{font-size: 30px; font-weight: 700; line-height: 1.2em; color: #17181C; margin-bottom: 0.45em}
h3		{}
h4		{}
h5		{}
h6		{}

p		{line-height: 1.3em; margin-bottom: 1em}

ul,
ol		{}

img      {max-width:100%; height:auto;}
a        {color:inherit;}
a.cover  {position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); display:block;}
.inner   {max-width:1200px; width:calc(100% - 60px); margin:0 auto; position: relative;}

.cols    {display: flex;}

/* HEADER */
header 			{padding: 11px 0; background-color: #ffffff; border-bottom: 1px solid #291D4C}

header .logo    {width:75px;}

header .inner   {display:flex;justify-content:space-between;align-items:center;}

header nav                       {transition:all .5s; display: flex; align-items: center; }
header nav ul                    {display: flex;column-gap: 2em;}
header nav ul li a               {color:#0A0909; text-decoration:none; font-size: 20px; font-weight: 500}
header nav ul li a:hover         {opacity: 0.5}
header nav ul li:first-child a   {font-weight: 700}
header .nav-toggle               {display:none;}

/* HERO SECTION */
.hero-section                    {padding: 80px 0}
.hero-section .cols              {align-items: center; gap: 85px;}
.hero-section .col               {max-width: 100%;}
.hero-section .col:first-child   {width: 565px; max-width: 100%;}
.hero-section p                  {font-size: 24px; font-weight: 500}
.hero-text                       {width: 500px; max-width: 100%}

/* HOW IT WORKS */
.how-it-works              {padding: 0 0 70px 0}
.how-it-works h2           {display: block; text-align: center; margin-bottom: 1em}
.how-it-works .cols	      {gap: 45px; flex-wrap: wrap}
.how-it-works .col	      {flex: 0 0 calc((100% - (2 * 45px)) / 3)}
.how-it-works .hiw-box     {background-color: #ffffff; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.16); border-radius: 20px; height: 100%; padding: 20px 25px;}
.how-it-works .hiw-box h3  {font-size: 24px; font-weight: 700; margin-bottom: 0.5em}
.how-it-works .hiw-box p   {margin-bottom: 0; font-size: 20px;}

/* ENTER FORM */  
.enter-form-section        {padding-bottom: 70px;}
.enter-form-section h2     {display: block; text-align: center; color: #ffffff; margin-bottom: 1em}
.form-container-panel      {background-color: #58004E; width: 622px; max-width: 100%; padding: 40px 52px; margin: auto; border-radius: 20px;}

.form-field-error,
p.form-field-error         {color: #FF5D60 !important; font-size: 16px !important; margin: 5px 0}

/* CONTACT PAGE */
.two-col-page,
.contact-page                    {padding: 100px 0}

.two-col-page .cols,
.contact-page .cols              {justify-content: space-between; gap: 40px;}

.two-col-page .col:first-child,
.contact-page .col:first-child   {width: 480px; max-width: 100%;}

.contact-page .col:last-child    {width: 552px; max-width: 100%;}

.two-col-page .col p,
.contact-page .col p             {font-size: 24px; font-weight: 500}

.contact-page .form-container-panel {padding-left: 25px; padding-right: 25px;}

.support-hours    {border-radius: 10px; border:2px solid #58004E; padding: 20px; width: 100%; max-width: 434px;}
.support-hours p  {font-size: 20px; font-weight: 600; margin-bottom: 0.5em}
.support-hours h2 {font-size: 24px; margin-bottom: 0.15em}
.support-hours p.small  {font-size: 18px; font-weight: 500}
.support-hours p.smaller  {font-size: 16px; font-weight: 500}

/* FAQS */
.faq-container .faq-item                {padding: 1em 0; border-top: 2px solid #242832; }
.faq-container .faq-item:last-child		{border-bottom: 2px solid #242832;}
.faq-container .faq-item .faq-title     {display: flex;justify-content: space-between;align-items:center;cursor:pointer;gap:10px;}
.faq-container .faq-item .faq-title h2  {margin-bottom:0; font-size: 20px; line-height: 26px; color:#58004E;}
.faq-container .faq-item .faq-title img       {width:40px;cursor:pointer;margin-top:3px;transition:transform .25s;}
.faq-container .faq-item .faq-answer    {display:none;margin-top:.5em;}



.faq-container .faq-item .faq-answer ul,
.faq-container .faq-item .faq-answer ol,
.faq-container .faq-item .faq-answer p    {text-align:left !important; font-size: 18px; line-height: 23px; color: var(--darkNavyBlue); margin-bottom: 18px;}


.faq-container .faq-item .faq-answer ul li,
.faq-container .faq-item .faq-answer ol li {margin-left: 20px; margin-bottom: 10px;  }

.faq-page .page-intro h1                {margin-bottom: 16px;}
.faq-page .page-intro p                 {font-size: 18px;}

a.btn-faq                             {margin-top: 20px;}

.faq-container .faq-item.open img      {transform:rotate(-180deg);}
.faq-container .faq-item.open .faq-answer    {display:block;}

.two-col-page .col:first-child {width: auto; flex: 1}
.two-col-page .col:last-child {width: 739px;}

/* TEXT PAGE */
.two-col-page.text-page h1                   {margin-bottom: 0}

.two-col-page.text-page .col:last-child h2   {font-size: 30px; margin-bottom: 1em}
.two-col-page.text-page .col:last-child h3   {font-size: 25px; margin-bottom: 1em}
.two-col-page.text-page .col:last-child h4   {font-size: 20px; margin-bottom: 1em}
.two-col-page.text-page .col:last-child h5   {font-size: 18px; margin-bottom: 1em}
.two-col-page.text-page .col:last-child h6   {font-size: 18px; margin-bottom: 1em}
.two-col-page.text-page .col:last-child ol,
.two-col-page.text-page .col:last-child ul,
.two-col-page.text-page .col:last-child p    {font-size: 18px; font-weight: 500; line-height: 1.3em}

.two-col-page.text-page .col:last-child ol li,
.two-col-page.text-page .col:last-child ul li   {margin-bottom: 0.5em}

.two-col-page.text-page .col:last-child ul,
.two-col-page.text-page .col:last-child ol   {margin: 1em;}


/* FOOTER */
footer							{background-color: #58004E; position: relative; z-index: 20; }
footer nav						{text-align: center;position:relative;background-color: #58004E; padding: 50px 0;}
footer nav ul					{display: flex; justify-content: center; font-size: 17px; gap: 60px;}
footer nav ul li				{position:relative;}
footer nav ul li a         {color: #fff; text-decoration: none}

footer img                  {display: block;}
footer .footer-menus        {display: flex; justify-content: space-between;}

.footer-top		{background-color: #fff; position: relative; padding: 20px 0;text-align:center;color:#590F85;}
.footer-top h3  {margin-top:1em;margin-bottom:2em;font-weight:500;}


/* BUTTONS */
.btn	            {background-color: #58004E; font-size: 24px; font-weight: 700; color: #ffffff; border-radius: 20px; text-decoration: none; padding: 15px 51px; display: inline-block;}
.btn:hover        {background-color: #FFD166; color: #58004E;}

.btn.yellow       {background-color: #FFD166; color: #58004E;}
.btn.yellow:hover {background-color: #000000; color: #ffffff;}

/* FORM STYLES */
.form-container			{}
.form-row				{margin-bottom: 15px;}
.form-cell				{display: flex; flex-direction: column; gap: 8px;}
.form-cell label     {color: #ffffff; font-size: 20px; font-weight: 500}

textarea,
.select-css,
input[type="text"]		{font-size: 20px; font-weight: 500; border-radius: 10px; padding: 12px 15px; background-color: #ffffff;}
input[type="password"]	{}
input[type="submit"]	   {}
textarea				      {height: 220px;}

.form-row.checkbox                     {margin: 30px 0}
.checkmark                             {border-radius: 5px; border:1px solid #ffffff; background-color: transparent;}
.container                             {line-height: 1.3em;}
.container .checkmark:after            {border: solid #58004E; border-width: 0 3px 3px 0; left: 8px; top: 4px;}
.container input:checked ~ .checkmark  {background-color: #FFD166; border-color: #FFD166;}


/* SELECT CSS */
.select-css				{}

/* LEGACY COOKIE BAR */
.cookieBar              {width: 100%; background-color:rgba(0,0,0,0.5); position: fixed; bottom: 0px; left: 0px; text-align: center; padding: 10px 10px; z-index: 99999999;}
.cookieBar p			   {color:#ffffff; font-size:14px; font-family:inherit; line-height:1.5em; text-align:center; display:inline-block;}
.cookieBar .acceptBtn   {background:#000; border:1px solid #DEDEDE; font-weight:bold; display:inline-block; margin-top:6px; margin-left:5px; font-family:inherit; font-size:12px; padding:5px 10px; text-decoration:none; color:#FFF; text-transform:uppercase; }



