a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
}
:focus {
  outline: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^="col-"] {
  float: left;
  padding-right: 100px;
}
.grid-90 {
  margin-right: -90px;
}
.grid-90:after {
  clear: both;
  content: "";
  display: table;
}
.grid-90 [class^="col-"] {
  float: left;
  padding-right: 90px;
}
.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^="col-"] {
  float: left;
  padding-right: 50px;
}
.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^="col-"] {
  float: left;
  padding-right: 40px;
}
.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^="col-"] {
  float: left;
  padding-right: 20px;
}
.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^="col-"] {
  float: left;
  padding-right: 10px;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8,
.col-7-8 {
  width: 62.5%;
}
.col-1-10 {
  width: 10%;
}
.clear-col-2 [class^="col-"]:nth-child(odd) {
  clear: both;
}
.clear-col-3 [class^="col-"]:nth-child(3n + 1) {
  clear: both;
}
.clear-col-4 [class^="col-"]:nth-child(4n + 1) {
  clear: both;
}
body {
  color: #061f3c;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
}
.sans {
  font-family: Inter, sans-serif;
}
.serif {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
}
.icon {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
h4 {
  border-bottom: 2px solid #0074c7;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
p {
  line-height: 150%;
  margin-bottom: 40px;
}
.content ol a,
.content p a,
.content ul a {
  color: #0074c7;
  font-weight: 500;
  text-decoration: none;
}
.content ol b,
.content ol strong,
.content p b,
.content p strong,
.content ul b,
.content ul strong {
  font-weight: 600;
}
.content ol em,
.content ol i,
.content p em,
.content p i,
.content ul em,
.content ul i {
  font-style: italic;
}
.content ol,
.content ul {
  line-height: 180%;
  list-style: disc;
  margin: 0 0 20px 20px;
}
.content ol li,
.content ul li {
  margin-bottom: 10px;
}
.content ol {
  list-style: decimal;
}
body,
html {
  overflow-x: hidden;
}
.c {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 40px;
  width: 100%;
}
.c.slim {
  max-width: 1080px;
}
main,
section {
  padding: 80px 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background: #0065ae;
}
.faq li {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  border: 1px solid #c1c7ce;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 40px;
}
.faq li:before {
  content: "\2b";
  float: right;
  font: var(--fa-font-solid);
  line-height: 20px;
}
.faq li div {
  display: none;
}
.faq li.open {
  border-color: #0074c7;
}
.faq li.open:before {
  content: "\f068";
}
.faq li.open div {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  padding-top: 40px;
}
.page-header {
  background-color: #061f3c;
  background-image: url(about-header.png?2);
  background-size: cover;
  padding: 20px 0 80px;
  position: relative;
}
.page-header h1 {
  color: #fff;
  font-size: 48px;
  max-width: 50%;
}
.page-header p {
  color: #fff;
  font-size: 20px;
  max-width: 66%;
}
.page-header .breadcrumbs {
  margin-bottom: 100px;
  position: relative;
}
.page-header .breadcrumbs:before {
  background: #0074c7;
  background: linear-gradient(90deg, #0074c7 0, transparent 100%);
  content: "";
  height: 1px;
  position: absolute;
  left: -2000px;
  bottom: -20px;
  right: 25%;
}
.page-header .breadcrumbs li a {
  color: #fff;
}
.page-header .breadcrumbs li:last-child a {
  color: #fff;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.page-menu {
  border-bottom: 1px solid #f1f2f3;
  padding: 0;
}
.page-menu ul {
  text-align: center;
}
.page-menu ul li {
  display: inline-block;
}
.page-menu ul li a {
  border-bottom: 4px solid transparent;
  color: #44576c;
  display: block;
  font-weight: 600;
  padding: 30px 25px 26px;
  text-decoration: none;
}
.page-menu ul li a:hover {
  color: #0074c7;
}
.page-menu ul li.current-menu-item a {
  border-color: #0074c7;
  color: #0074c7;
}
.pagination a,
.pagination span {
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: inline-block;
  background: #f1f2f3;
  font-size: 13px;
  color: #44576c;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0 5px;
}
.pagination a.current,
.pagination span.current {
  background: #44576c;
  color: #fff;
}
.breadcrumbs {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
}
.breadcrumbs:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumbs li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.breadcrumbs li:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 0.54;
  -webkit-opacity: 0.54;
  -moz-opacity: 0.54;
  -khtml-opacity: 0.54;
  color: #44576c;
  content: "\f105";
  font: var(--fa-font-solid);
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: -22px;
}
.breadcrumbs li a {
  color: #0074c7;
  display: block;
  line-height: 20px;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  text-decoration: underline;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  color: #061f3c;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 40px;
}
table tr {
  background: #fff;
  border: none !important;
}
table tr td {
  border: none !important;
  padding: 20px !important;
  text-align: left;
}
table tr td:first-child {
  border-left: 1px solid #c1c7ce !important;
}
table tr td:last-child {
  border-right: 1px solid #c1c7ce !important;
}
table tr:nth-child(odd) {
  background-color: #f1f2f3;
}
table tr:first-child {
  background: #0074c7;
  color: #fff;
}
table tr:first-child td:first-child {
  -webkit-border-radius: 10px 0 0;
  -moz-border-radius-topleft: 10px;
  border-radius: 10px 0 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: none !important;
}
table tr:first-child td:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius-topleft: 0;
  border-radius: 0 10px 0 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: none !important;
}
table tr:last-child td {
  border-bottom: 1px solid #c1c7ce !important;
}
table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 0 0 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 0 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.top-bar {
  background: #e6f1f9;
  padding: 0;
}
.top-bar p {
  color: #061f3c;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
header {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 999;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
header .toggle-menu {
  display: none;
}
header .logo {
  float: left;
  margin-right: 60px;
  padding: 30px 0;
}
header .logo .nav-back {
  display: none;
}
header .logo img {
  display: block;
  height: 40px;
  width: auto;
}
header .navigation {
  float: left;
  margin: 0;
}
header .navigation > li {
  float: left;
}
header .navigation > li > a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #061f3c;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 30px 20px;
  text-decoration: none;
  position: relative;
}
header .navigation > li > a:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f107";
  font-size: 14px;
  margin-left: 10px;
}
header .navigation > li > a:only-child:after {
  display: none;
}
header .navigation > li .sub-navigation {
  box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  padding: 60px 0 40px;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
header .navigation > li .sub-navigation h3 {
  font-family: Inter, sans-serif;
  border-bottom: 1px solid #f1f2f3;
  color: #828f9d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  color: #44576c;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: -10px -10px 10px;
  padding: 10px;
  text-decoration: none;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a:after {
  clear: both;
  content: "";
  display: table;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #f1f2f3;
  float: left;
  display: block;
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a span {
  display: flex;
  line-height: 20px;
  min-height: 60px;
  align-items: center;
}
header .navigation > li .sub-navigation.sub-navigation-programs ul li a:hover {
  background: #f1f2f3;
  color: #061f3c;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  .sub-navigation-learn-featured-image {
  margin: -20px -20px 20px;
  aspect-ratio: 1.77777778;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  .sub-navigation-learn-featured-image
  img {
  object-fit: cover;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  h5 {
  color: #828f9d;
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured
  span {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  color: #061f3c;
  line-height: 30px;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-featured:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
header .navigation > li .sub-navigation.sub-navigation-learn ul {
  margin-bottom: 40px;
}
header .navigation > li .sub-navigation.sub-navigation-learn ul li {
  margin-bottom: 20px;
}
header .navigation > li .sub-navigation.sub-navigation-learn ul li a {
  color: #44576c;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
header .navigation > li .sub-navigation.sub-navigation-learn ul li a:hover {
  color: #061f3c;
  text-decoration: underline;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #0074c7;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f061";
  font-size: 13px;
  margin-left: 5px;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more:hover {
  text-decoration: underline;
}
header
  .navigation
  > li
  .sub-navigation.sub-navigation-learn
  .sub-navigation-learn-more:hover:after {
  margin-left: 10px;
}
header .navigation > li:hover > a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
header .navigation > li:hover .sub-navigation {
  display: block;
}
header .header-cta {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0;
  padding: 10px 30px;
  text-decoration: none;
}
footer {
  border-top: 1px solid #c1c7ce;
  font-size: 16px;
  padding: 80px 0;
}
footer .logo {
  display: block;
  margin-bottom: 40px;
}
footer .logo img {
  display: block;
  height: 40px;
  width: auto;
}
footer .footer-phone {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 10px 30px;
  text-decoration: none;
}
footer h3 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #061f3c;
  font-weight: 600;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  margin-bottom: 40px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #44576c;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
footer ul li a:hover {
  color: #061f3c;
  text-decoration: underline;
}
.copyright {
  background: #e6f1f9;
  font-size: 14px;
  padding: 20px;
}
.copyright:after {
  clear: both;
  content: "";
  display: table;
}
.copyright p {
  float: left;
  line-height: 40px;
  margin: 0;
}
.copyright .menu-copyright {
  float: right;
  list-style: 0;
  margin: 0;
}
.copyright .menu-copyright li {
  float: left;
  margin-left: 20px;
}
.copyright .menu-copyright li a {
  color: #0074c7;
  display: block;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}
article.featured {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
article.featured h3 a {
  color: #061f3c;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
article.featured .featured-image {
  display: block;
  margin: -20px -20px 20px;
}
article.block {
  background: #fff;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
article.block h3 a {
  color: #061f3c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
article.block .featured-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
}
article.horizontal {
  margin-bottom: 20px;
  padding-left: 200px;
  min-height: 100px;
  position: relative;
}
article.horizontal .featured-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  max-height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
article.horizontal .featured-image img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: auto;
  width: 180px;
}
article.horizontal .byline {
  padding-left: 0;
}
article.horizontal .byline .byline-author,
article.horizontal .byline .byline-image {
  display: none;
}
article.horizontal h3 {
  margin-bottom: 10px;
}
article.horizontal h3 a {
  color: #061f3c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.article-header {
  background: #f6f3f0;
  padding: 20px 0 40px;
}
.article-header .breadcrumbs {
  margin-bottom: 40px;
}
.article-header .post-categories:after {
  clear: both;
  content: "";
  display: table;
}
.article-header .post-categories li {
  float: left;
  margin: 0 10px 20px 0;
}
.article-header .post-categories li a {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
}
.article-header h1 {
  margin-bottom: 20px;
}
.article-header .excerpt {
  color: #44576c;
  font-size: 18px;
}
.article-header .article-header-featured-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  width: 100%;
}
.byline {
  padding-left: 60px;
  position: relative;
}
.byline .byline-image {
  position: absolute;
  top: 0;
  left: 0;
}
.byline .byline-image img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: 40px;
  width: 40px;
}
.byline .byline-author {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.byline .byline-author a {
  color: #0074c7;
  font-weight: 500;
  text-decoration: none;
}
.byline .byline-date {
  color: #44576c;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.toc {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.toc h3 {
  border-bottom: 1px solid #f1f2f3;
  cursor: pointer;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 40px;
}
.toc h3 i {
  float: left;
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
}
.toc h3:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f107";
  float: right;
  font-size: 14px;
  line-height: 40px;
  margin-left: 10px;
}
.toc ul {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  display: none;
  list-style: disc;
  margin: 0 0 40px 20px;
}
.toc ul li {
  color: #0074c7;
  margin-bottom: 20px;
}
.toc ul li a {
  color: #0074c7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.toc ul li a:hover {
  text-decoration: underline;
}
.toc.open h3:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.toc.open ul {
  display: block;
}
.advisors {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  margin-bottom: 40px;
  padding: 20px;
}
.advisors h3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  margin-bottom: 10px;
}
.advisors h3 img {
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 80px;
}
.advisors ul {
  border-top: 1px solid #e6e9eb;
  margin: 0 -20px -20px;
  padding: 20px;
}
.advisors ul li {
  color: #0074c7;
  display: inline;
  margin-right: 20px;
  margin-bottom: 0;
  padding-right: 20px;
}
.advisors ul li a {
  color: #0074c7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.rise {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: url(rise-bg.png);
  background-size: cover;
  padding: 40px;
}
.rise h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.rise p {
  color: #fff;
}
.rise form:after {
  clear: both;
  content: "";
  display: table;
}
.rise form input[type="email"] {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  float: left;
  height: 60px;
  margin-right: 10px;
  padding: 20px;
  width: 300px;
}
.rise form input[type="submit"] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  padding: 20px;
  width: 150px;
}
.rise form input[type="submit"]:hover {
  background: #0065ae;
}
.article-card {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  aspect-ratio: 1.56;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.article-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-card h3 {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#061f3c)
  );
  background-image: -webkit-linear-gradient(top, transparent, #061f3c);
  background-image: -moz-linear-gradient(top, transparent, #061f3c);
  background-image: -ms-linear-gradient(top, transparent, #061f3c);
  background-image: -o-linear-gradient(top, transparent, #061f3c);
  background-image: linear-gradient(to bottom, transparent, #061f3c);
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.article-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.front-page-welcome {
  background: url(front-page-welcome-bg.png) #061f3c;
  background-size: cover;
  position: relative;
  padding-bottom: 160px;
}
.front-page-welcome h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  max-width: 800px;
  margin-bottom: 20px;
}
.front-page-welcome p {
  color: #fff;
  font-size: 20px;
}
.front-page-welcome .front-page-welcome-stat {
  background: linear-gradient(90deg, #004a7f 0, rgba(0, 0, 0, 0) 60%);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page-welcome .front-page-welcome-stat p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 20px;
  margin: 0;
}
.front-page-welcome .front-page-welcome-stat p span {
  color: #82e7ee;
}
.front-page-welcome .front-page-welcome-stat p img {
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  width: 16px;
}
.front-page-perks {
  background: #fff;
  padding: 40px 0;
}
.front-page-perks .col-1-3 {
  position: relative;
}
.front-page-perks .col-1-3:after {
  content: "";
  border-right: 1px dashed #0074c7;
  width: 1px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.front-page-perks .col-1-3:last-child:after {
  display: none;
}
.front-page-perks .front-page-perks-box {
  padding-left: 40px;
  position: relative;
}
.front-page-perks .front-page-perks-box img {
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
}
.front-page-perks .front-page-perks-box h5 {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.front-page-perks .front-page-perks-box p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.front-page-get-started {
  background: #e6f1f9;
}
.front-page-get-started .front-page-get-started-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fff;
  border-bottom: 8px solid #0074c7;
  display: block;
  overflow: hidden;
  padding: 40px 40% 40px 40px;
  position: relative;
  text-decoration: none;
}
.front-page-get-started
  .front-page-get-started-box
  .front-page-get-started-box-bg {
  background-image: url(front-page-get-started-box-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
}
.front-page-get-started
  .front-page-get-started-box
  .front-page-get-started-box-img {
  display: block;
  height: 40px;
  margin-bottom: 40px;
  width: 40px;
}
.front-page-get-started .front-page-get-started-box h3 {
  color: #061f3c;
  font-weight: 500;
  margin-bottom: 40px;
  text-decoration: none;
}
.front-page-get-started .front-page-get-started-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.front-page-featured-programs {
  background: #e6f1f9;
  padding-top: 0;
}
.front-page-featured-programs .c {
  padding-top: 80px;
  position: relative;
}
.front-page-featured-programs .c:before {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  content: "";
  background: #0074c7;
  height: 1px;
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
}
.front-page-featured-programs p {
  font-size: 20px;
}
.front-page-featured-programs .front-page-featured-programs-box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fff;
  border-bottom: 8px solid #0074c7;
  color: #061f3c;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 80px 40px 40px;
  text-decoration: none;
}
.front-page-featured-programs .front-page-featured-programs-box img {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  width: 40px;
}
.front-page-featured-programs .front-page-featured-programs-box p {
  font-size: 18px;
}
.front-page-featured-programs .front-page-featured-programs-box .learn-more {
  color: #0074c7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.front-page-featured-programs
  .front-page-featured-programs-box
  .learn-more:after {
  background-image: url(arrow-right.png);
  background-size: 16px 12px;
  display: inline-block;
  content: "";
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.front-page-featured-programs .front-page-featured-programs-box.grants,
.front-page-featured-programs .front-page-featured-programs-box.ssdi,
.front-page-featured-programs .front-page-featured-programs-box.veteran {
  background-image: url(veteran-bg.png);
  background-size: 170px 170px;
  background-position: top right;
  background-repeat: no-repeat;
}
.front-page-featured-programs .front-page-featured-programs-box.ssdi {
  background-image: url(ssdi-bg.png);
}
.front-page-featured-programs .front-page-featured-programs-box.grants {
  background-image: url(grants-bg.png);
}
.front-page-featured-programs .front-page-featured-programs-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #0074c7;
}
.front-page-mission {
  background: #e6f1f9;
  padding-top: 0;
}
.front-page-mission .front-page-mission-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 80px 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.front-page-mission .front-page-mission-box p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 20px;
  max-width: 900px;
}
.front-page-mission .front-page-mission-box p b {
  font-weight: 700;
}
.front-page-as-seen-in {
  background: linear-gradient(90deg, #004a7f 0, #061f3c 100%);
  padding: 120px 0 60px;
  margin-top: -140px;
}
.front-page-as-seen-in h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.front-page-as-seen-in img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.front-page-learn {
  background: #f6f3f0;
}
.front-page-learn p {
  font-size: 20px;
}
.front-page-learn .front-page-learn-box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 220px 40px 40px;
  position: relative;
}
.front-page-learn .front-page-learn-box .front-page-learn-box-img {
  background-size: cover;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.front-page-learn .front-page-learn-box h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.front-page-learn .front-page-learn-box h3 a {
  color: #061f3c;
  text-decoration: none;
}
.front-page-learn .front-page-learn-box h3 a:hover {
  color: #0074c7;
}
.front-page-reviews {
  background: #061f3c;
  text-align: center;
}
.front-page-reviews h4 {
  color: #fff;
  text-align: center;
}
.front-page-reviews h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.front-page-reviews .front-page-reviews-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #fff;
  margin-bottom: 40px;
  padding: 40px;
  text-align: left;
}
.front-page-reviews .front-page-reviews-box img {
  height: 24px;
  display: block;
  width: auto;
  margin-bottom: 20px;
}
.front-page-reviews .front-page-reviews-box p {
  color: #fff;
  font-size: 20px;
}
.front-page-reviews .front-page-reviews-box h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.front-page-reviews .front-page-reviews-box h6 {
  opacity: 0.54;
  -webkit-opacity: 0.54;
  -moz-opacity: 0.54;
  -khtml-opacity: 0.54;
  color: #fff;
  font-size: 12px;
}
.front-page-reviews .btn {
  margin: 0 auto;
}
.front-page-faq h2 {
  text-align: center;
  margin-bottom: 40px;
}
.newsletter {
  padding-top: 0;
}
.newsletter .newsletter-box {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #061f3c;
  padding: 100px 50% 100px 40px;
  position: relative;
}
.newsletter .newsletter-box h4 {
  color: #fff;
}
.newsletter .newsletter-box h3 {
  color: #fff;
  font-size: 28px;
}
.newsletter .newsletter-box form {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 40%;
}
.newsletter .newsletter-box form h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.newsletter .newsletter-box form input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.newsletter .newsletter-box form input[type="radio"] + label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  position: relative;
  width: 100%;
}
.newsletter .newsletter-box form input[type="radio"] + label:before {
  border-radius: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #e6e9eb;
  content: "";
  height: 20px;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 20px;
}
.newsletter .newsletter-box form input[type="radio"]:checked + label {
  border-color: #0074c7;
  color: #0074c7;
  font-weight: 500;
}
.newsletter .newsletter-box form input[type="radio"]:checked + label:before {
  background: #0074c7;
}
.newsletter .newsletter-box form input[type="email"] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  height: 50px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.newsletter .newsletter-box form input[type="submit"] {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%;
}
.newsletter .newsletter-box form input[type="submit"]:hover {
  background: #0065ae;
}
.newsletter .newsletter-box form p.disclaimer {
  font-size: 12px;
  text-align: center;
}
.newsletter .newsletter-box form p.disclaimer a {
  color: #0074c7;
  font-weight: 500;
}
.blog-header {
  background: url(blog-header-bg.png);
  background-size: cover;
  padding: 20px 0 60px;
}
.blog-header .breadcrumbs {
  margin-bottom: 40px;
}
.blog-header form {
  position: relative;
}
.blog-header form input[type="search"] {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border: 1px solid #e6e9eb;
  height: 60px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
}
.blog-header form input[type="search"]:focus {
  border-color: #0074c7;
}
.blog-header form button {
  background: 0 0;
  border: none;
  color: #0074c7;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.blog-header form button:hover {
  color: #0065ae;
}
.blog-menu {
  padding: 20px 0;
}
.blog-menu ul {
  list-style: none;
  margin: 0;
}
.blog-menu ul:after {
  clear: both;
  content: "";
  display: table;
}
.blog-menu ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-menu ul li a {
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #0074c7;
  color: #0074c7;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
}
.blog-menu ul li a.active {
  background: #0074c7;
  color: #fff;
}
.blog-menu ul li a:hover {
  background: #e6f1f9;
}
.blog-latest {
  padding: 0;
}
.blog-cta {
  border-bottom: 400px solid #f1f2f3;
}
.blog-cta .blog-cta-box {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: url(blog-cta-bg.png);
  background-size: cover;
  margin-bottom: -400px;
  padding: 100px 0;
  text-align: center;
}
.blog-cta .blog-cta-box h3,
.blog-cta .blog-cta-box p {
  color: #fff;
}
.blog-category-section {
  border-bottom: 20px solid #f1f2f3;
}
.blog-category-section.no-border {
  border: none;
}
.blog-category-section .blog-category-section-header {
  border-bottom: 1px solid #e6e9eb;
  margin-bottom: 40px;
}
.blog-category-section .blog-category-section-header .blog-cat-img {
  display: block;
  float: left;
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.blog-category-section .blog-category-section-header h2 {
  line-height: 60px;
}
.blog-category-section .blog-category-section-header p {
  max-width: 60%;
}
.blog-category-section .blog-category-section-header .blog-cat-more {
  color: #0074c7;
  font-weight: 600;
  text-decoration: none;
}
.about-our-mission {
  text-align: center;
}
.about-our-mission h2 {
  font-size: 32px;
}
.about-our-mission p {
  margin: 0 auto 60px;
  max-width: 800px;
}
.about-our-mission .about-our-mission-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #0074c7;
  cursor: pointer;
  display: block;
  padding: 80px 10px;
  overflow: hidden;
  position: relative;
}
.about-our-mission .about-our-mission-box:before {
  -webkit-border-radius: 200px 0 0;
  -moz-border-radius-topleft: 200px;
  border-radius: 200px 0 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #e6f1f9;
  content: "";
  height: 132px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 132px;
  z-index: 3;
}
.about-our-mission .about-our-mission-box:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  content: "\2b";
  color: #fff;
  height: 48px;
  line-height: 48px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
  width: 48px;
  z-index: 5;
}
.about-our-mission .about-our-mission-box img {
  display: block;
  height: 48px;
  margin: 0 auto 20px;
  width: 48px;
}
.about-our-mission .about-our-mission-box h3 {
  color: #0074c7;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-our-mission .about-our-mission-box p {
  max-width: 70%;
}
.about-our-mission .about-our-mission-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.about-our-mission .about-our-mission-box:hover:after {
  background: #061f3c;
}
.about-our-mission .about-our-mission-box div {
  display: none;
}
.about-our-mission .about-our-mission-box.open {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}
.about-our-mission .about-our-mission-box.open:after {
  content: "\f00d";
}
.about-our-mission .about-our-mission-box.open div {
  background: #fff;
  display: block;
  line-height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  text-align: left;
  z-index: 4;
}
.about-team {
  background: url(about-team-bg.png) #061f3c;
  background-size: cover;
  padding: 80px 0;
}
.about-team .about-team-content {
  max-width: 450px;
}
.about-team .about-team-content h2 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-team .about-team-content p {
  color: #fff;
}
.about-team .about-team-content .about-team-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px;
}
.about-team .about-team-content .about-team-box img {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.about-team .about-team-content .about-team-box p {
  margin-bottom: 0;
}
.about-team .about-team-content .about-team-box span {
  color: #82e7ee;
}
.about-team .about-team-image {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: auto;
  width: 100%;
}
.about-advocate {
  background: #f6f3f0;
  padding: 80px 0;
}
.about-advocate .about-advocate-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  background: #fff;
  padding: 40px;
  text-align: center;
}
.about-advocate .about-advocate-box img {
  display: block;
  height: 48px;
  margin: 60px auto 20px;
  width: 48px;
}
.about-advocate .about-advocate-box h3 {
  font-weight: 700;
  text-align: center;
}
.about-advocate .about-advocate-box p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  color: #061f3c;
}
.about-advocate .about-advocate-box .about-advocate-box-inset {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  font-family: Inter, sans-serif;
  background: #f6f3f0;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  padding: 40px;
  text-align: left;
}
.about-explore {
  padding: 100px 0;
  text-align: center;
}
.about-explore h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.about-explore ul {
  text-align: center;
  margin-bottom: 40px;
}
.about-explore ul li {
  border-right: 1px solid #0074c7;
  display: inline-block;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}
.about-explore ul li:before {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0074c7;
  color: #fff;
  content: "\f00c";
  float: left;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
  text-align: center;
  width: 16px;
}
.about-explore ul li:last-child {
  border-right: 0;
}
.about-explore .btn {
  display: inline-block;
  margin: 0 auto;
}
.contact h2 {
  text-align: center;
}
.contact .contact-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #e6e9eb;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 40px;
}
.contact .contact-box .map {
  margin: -40px -40px 40px;
}
.contact .contact-box h3 {
  margin-bottom: 40px;
  font-weight: 700;
}
.contact .contact-box h3 + h4 {
  margin-top: -20px;
}
.contact .contact-box p:last-child {
  margin: 0;
}
.contact .contact-box .contact-call,
.contact .contact-box .contact-email {
  color: #0074c7;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}
.contact .contact-box .contact-call:hover,
.contact .contact-box .contact-email:hover {
  text-decoration: underline;
}
.contact .contact-follow {
  padding: 100px 0 40px;
}
.contact .contact-follow .contact-social,
.contact .contact-follow p {
  text-align: center;
}
.contact .contact-follow .contact-social li {
  display: inline-block;
}
.contact .contact-follow .contact-social li a {
  color: #828f9d;
  font-size: 40px;
  padding: 20px 40px;
}
.contact .contact-follow .contact-social li a:hover {
  color: #0074c7;
}
.how-it-works-process h2 {
  text-align: center;
}
.how-it-works-process h4 {
  margin-top: 60px;
}
.how-it-works-process .how-it-works-process-intro {
  text-align: center;
}
.how-it-works-process img {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
.how-it-works-contact {
  background: url(how-it-works-contact-bg.png);
  background-size: cover;
}
.how-it-works-contact .how-it-works-contact-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border-bottom: 6px solid #0074c7;
  padding: 40px;
}
.how-it-works-compare {
  background: #f6f3f0;
  padding: 120px 0;
}
.how-it-works-compare .col-1-2:first-child {
  position: relative;
}
.how-it-works-compare .col-1-2:first-child i {
  color: #0074c7;
}
.how-it-works-compare .col-1-2:first-child:after {
  background: #f1f2f3;
  content: "";
  position: absolute;
  top: 20px;
  bottom: 40px;
  right: 25px;
  width: 1px;
}
.how-it-works-compare .how-it-works-compare-box {
  margin-bottom: 40px;
  position: relative;
  padding: 40px 0 40px 60px;
}
.how-it-works-compare .how-it-works-compare-box p {
  margin: 0;
}
.how-it-works-compare .how-it-works-compare-box i {
  position: absolute;
  top: 40px;
  left: 0;
  width: 40px;
  font-size: 40px;
}
.how-it-works-compare .how-it-works-compare-consult {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 20px;
  text-align: center;
}
.how-it-works-compare .how-it-works-compare-consult p {
  margin: 0;
}
.how-it-works-compare .how-it-works-compare-consult p a {
  color: #0074c7;
}
.how-it-works-money {
  background: #e6f1f9;
  padding: 80px 0;
}
.how-it-works-money .how-it-works-money-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  padding: 60px;
}
.how-it-works-money .how-it-works-money-box p:last-child {
  margin: 0;
}
.how-it-works-money .how-it-works-money-box img {
  margin-bottom: 40px;
}
.how-it-works-money .how-it-works-money-box .how-it-works-money-box-inset {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #061f3c;
  color: #fff;
  padding: 40px;
}
.reviews {
  text-align: center;
}
.reviews .reviews-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 40px;
  text-align: left;
}
.reviews .reviews-box .reviews-box-logo {
  display: block;
  height: 56px;
  margin-bottom: 30px;
  width: auto;
}
.reviews .reviews-box .rating {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}
.reviews .reviews-box .stars {
  display: inline;
  height: 24px;
  width: auto;
  margin-left: 10px;
}
.reviews .reviews-box .reviews-box-read-more {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #0074c7;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.reviews .reviews-box .reviews-box-read-more:after {
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  content: "\f061";
  font-size: 13px;
  margin-left: 5px;
}
.reviews .reviews-box .reviews-box-read-more:hover {
  text-decoration: underline;
}
.reviews .reviews-box .reviews-box-read-more:hover:after {
  margin-left: 10px;
}
.testimonials {
  background: #f6f3f0;
  padding: 80px 0;
  text-align: center;
}
.testimonials h2 {
  margin-bottom: 40px;
}
.testimonials .testimonials-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border: 1px solid #f1f2f3;
  margin-bottom: 20px;
  padding: 40px;
  text-align: left;
}
.testimonials .testimonials-box .stars {
  display: block;
  height: 24px;
  width: auto;
  margin-bottom: 20px;
}
.testimonials .testimonials-box h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonials .testimonials-box h6 {
  color: #828f9d;
  font-size: 13px;
}
.category-header {
  background: url(category-bg.png);
  background-size: cover;
  padding: 20px 0 60px;
}
.category-header .breadcrumbs {
  margin-bottom: 40px;
}
.category-header form {
  position: relative;
}
.category-header form input[type="search"] {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #fff;
  border: 1px solid #e6e9eb;
  height: 60px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
}
.category-header form input[type="search"]:focus {
  border-color: #0074c7;
}
.category-header form button {
  background: 0 0;
  border: none;
  color: #0074c7;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.category-header form button:hover {
  color: #0065ae;
}
@media screen and (max-width: 1200px) {
  .c {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid,
  .grid-100,
  .grid-20,
  .grid-40,
  .grid-50,
  .grid-90 {
    margin-right: 0;
  }
  .grid-100:after,
  .grid-20:after,
  .grid-40:after,
  .grid-50:after,
  .grid-90:after,
  .grid:after {
    clear: both;
    content: "";
    display: table;
  }
  .grid [class^="col-"],
  .grid-100 [class^="col-"],
  .grid-20 [class^="col-"],
  .grid-40 [class^="col-"],
  .grid-50 [class^="col-"],
  .grid-90 [class^="col-"] {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .top-bar p {
    font-size: 10px;
    line-height: 30px;
  }
  header .toggle-menu {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
    text-align: center;
    width: 40px;
  }
  header .toggle-menu:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0c9";
  }
  header .toggle-menu:hover {
    background: #0074c7;
    color: #fff;
  }
  body.menu-open .top-bar,
  header .header-cta,
  header .navigation {
    display: none;
  }
  body.menu-open header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.menu-open header .c {
    padding-right: 10px;
  }
  body.menu-open header .logo {
    padding: 10px 0;
  }
  body.menu-open header .toggle-menu {
    margin: 10px 0;
  }
  body.menu-open header .toggle-menu:before {
    content: "\f00d";
  }
  body.menu-open header .navigation {
    background: #061f3c;
    display: block;
    float: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body.menu-open header .navigation > li {
    float: none;
    margin: 0;
  }
  body.menu-open header .navigation > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    padding: 20px;
  }
  body.menu-open header .navigation > li > a:after {
    line-height: 40px;
    content: "\f105";
    float: right;
  }
  body.menu-open header .navigation > li > a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  body.menu-open header .navigation > li .sub-navigation {
    display: none;
  }
  body.menu-open header .navigation > li:hover > a:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  body.menu-open header .navigation > li:hover .sub-navigation {
    display: none;
  }
  body.menu-open header .navigation > li:nth-child(2) > a:after {
    display: none;
  }
  body.menu-open header .navigation > li.open .sub-navigation {
    background: #061f3c;
    display: block;
    padding: 0;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000000;
  }
  body.menu-open header .navigation > li.open .sub-navigation .c {
    padding: 0;
  }
  body.menu-open header .navigation > li.open .sub-navigation h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 20px;
    text-transform: none;
  }
  body.menu-open header .navigation > li.open .sub-navigation h3:after {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-size: 14px;
    line-height: 40px;
    content: "\f105";
    float: right;
  }
  body.menu-open header .navigation > li.open .sub-navigation h3:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  body.menu-open header .navigation > li.open .sub-navigation ul {
    display: none;
  }
  body.menu-open header .navigation > li.open .sub-navigation div.open ul {
    background: #061f3c;
    display: block;
    padding: 20px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000001;
  }
  body.menu-open header .navigation > li.open .sub-navigation div.open ul li {
    margin-bottom: 20px;
  }
  body.menu-open header .navigation > li.open .sub-navigation div.open ul li a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background: rgba(255, 255, 255, 0.1);
  }
  body.menu-open
    header
    .navigation
    > li.open
    .sub-navigation
    div.open
    ul
    li
    a
    span {
    color: #fff;
  }
  body.menu-open
    header
    .navigation
    > li.open
    .sub-navigation
    div.open
    ul
    li
    a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  body.menu-open header .header-cta {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    margin: 0;
    z-index: 500;
  }
  body.sub-menu-open header .logo {
    color: #004a7f;
    text-decoration: none;
  }
  body.sub-menu-open header .logo img {
    display: none;
  }
  body.sub-menu-open header .logo .nav-back {
    display: block;
    font-weight: 500;
    line-height: 40px;
  }
  body.sub-menu-open header .logo .nav-back:before {
    display: inline-block;
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-size: 14px;
    line-height: 40px;
    content: "\f104";
    float: left;
    margin-right: 10px;
  }
  body.sub-menu-open header .logo:hover {
    color: #0074c7;
  }
  main,
  section {
    padding: 40px 0;
  }
  body {
    font-size: 16px;
  }
  h1,
  h2,
  h3 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    margin-bottom: 20px;
  }
  .front-page-welcome {
    padding-bottom: 120px;
  }
  .front-page-welcome h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 20px;
  }
  .front-page-welcome p {
    color: #fff;
    font-size: 16px;
  }
  .front-page-welcome .front-page-welcome-stat p {
    font-size: 14px;
  }
  .front-page-welcome .front-page-welcome-stat p img {
    display: none;
  }
  .front-page-perks {
    background: #fff;
    padding: 40px 0 20px;
  }
  .front-page-perks .col-1-3 {
    position: relative;
  }
  .front-page-perks .col-1-3:after {
    display: none;
  }
  .front-page-perks .front-page-perks-box {
    margin-bottom: 20px;
  }
  .front-page-get-started .front-page-get-started-box {
    padding-right: 0;
  }
  .front-page-get-started
    .front-page-get-started-box
    .front-page-get-started-box-bg {
    display: none;
  }
  .front-page-mission {
    background: #e6f1f9;
    padding-top: 0;
  }
  .front-page-mission .front-page-mission-box {
    padding: 40px;
  }
  .front-page-mission .front-page-mission-box p {
    font-size: 16px;
  }
  .front-page-learn .btn {
    margin-bottom: 20px;
  }
  .faq li {
    font-size: 16px;
  }
  .newsletter {
    padding-top: 0;
  }
  .newsletter .newsletter-box {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #061f3c;
    padding: 40px 20px;
    position: relative;
  }
  .newsletter .newsletter-box h4 {
    color: #fff;
  }
  .newsletter .newsletter-box h3 {
    color: #fff;
    font-size: 28px;
  }
  .newsletter .newsletter-box form {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #fff;
    padding: 40px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: auto;
  }
  .newsletter .newsletter-box form h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .newsletter .newsletter-box form input[type="radio"] {
    position: absolute;
    left: -9999px;
  }
  .newsletter .newsletter-box form input[type="radio"] + label {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #e6e9eb;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
    position: relative;
    width: 100%;
  }
  .newsletter .newsletter-box form input[type="radio"] + label:before {
    border-radius: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #e6e9eb;
    content: "";
    height: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 20px;
  }
  .newsletter .newsletter-box form input[type="radio"]:checked + label {
    border-color: #0074c7;
    color: #0074c7;
    font-weight: 500;
  }
  .newsletter .newsletter-box form input[type="radio"]:checked + label:before {
    background: #0074c7;
  }
  .newsletter .newsletter-box form input[type="email"] {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #e6e9eb;
    height: 50px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
  }
  .newsletter .newsletter-box form input[type="submit"] {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #0074c7;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .newsletter .newsletter-box form input[type="submit"]:hover {
    background: #0065ae;
  }
  .newsletter .newsletter-box form p.disclaimer {
    font-size: 12px;
    text-align: center;
  }
  .newsletter .newsletter-box form p.disclaimer a {
    color: #0074c7;
    font-weight: 500;
  }
  footer .footer-phone {
    margin-bottom: 20px;
  }
  .copyright {
    background: #e6f1f9;
    font-size: 14px;
    padding: 20px;
  }
  .copyright:after {
    clear: both;
    content: "";
    display: table;
  }
  .copyright p {
    float: none;
    line-height: 40px;
    margin: 0;
  }
  .copyright .menu-copyright {
    clear: both;
    float: none;
    list-style: 0;
    margin: 0;
  }
  .copyright .menu-copyright li {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
  .copyright .menu-copyright li a {
    color: #0074c7;
    display: block;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
  }
  .page-header {
    padding: 20px 0 40px;
    position: relative;
  }
  .page-header h1 {
    color: #fff;
    font-size: 36px;
    max-width: 100%;
  }
  .page-header p {
    color: #fff;
    font-size: 16px;
    max-width: 100%;
  }
  .page-header .breadcrumbs {
    margin-bottom: 40px;
  }
  .page-menu {
    border-bottom: 1px solid #f1f2f3;
    padding: 0;
  }
  .page-menu ul {
    text-align: center;
  }
  .page-menu ul li {
    display: inline-block;
  }
  .page-menu ul li a {
    border-bottom: 4px solid transparent;
    color: #44576c;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 20px 5px;
    text-decoration: none;
  }
  .page-menu ul li a:hover {
    color: #0074c7;
  }
  .page-menu ul li.current-menu-item a {
    border-color: #0074c7;
    color: #0074c7;
  }
  .about-our-mission .about-our-mission-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #0074c7;
    cursor: pointer;
    display: block;
    padding: 40px 10px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
  }
  .about-advocate {
    background: #f6f3f0;
    padding: 20px 0;
  }
  .about-advocate .about-advocate-box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100, "GRAD" 0;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  .about-advocate .about-advocate-box img {
    margin-top: 0;
  }
  .about-advocate .about-advocate-box .about-advocate-box-inset {
    font-size: 14px;
  }
  .about-explore {
    padding: 40px 0;
  }
  .about-explore h3 {
    font-size: 32px;
  }
  .about-explore ul {
    text-align: center;
    margin-bottom: 40px;
  }
  .about-explore ul li {
    border-right: 0;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
  }
  .about-explore ul li:last-child {
    border-right: 0;
  }
  .about-explore .btn {
    display: inline-block;
    margin: 0 auto;
  }
  .contact .contact-follow {
    padding: 40px 0;
  }
  .contact .contact-follow .contact-social,
  .contact .contact-follow p {
    text-align: center;
  }
  .contact .contact-follow .contact-social li {
    display: inline-block;
  }
  .contact .contact-follow .contact-social li a {
    color: #828f9d;
    font-size: 40px;
    padding: 20px 10px;
  }
  .contact .contact-follow .contact-social li a:hover {
    color: #0074c7;
  }
  .how-it-works-compare {
    background: #f6f3f0;
    padding: 40px 0;
  }
  .how-it-works-compare .col-1-2:first-child {
    position: relative;
  }
  .how-it-works-compare .col-1-2:first-child i {
    color: #0074c7;
  }
  .how-it-works-compare .col-1-2:first-child:after {
    background: #f1f2f3;
    content: "";
    position: absolute;
    top: 20px;
    bottom: 40px;
    right: 25px;
    width: 1px;
  }
  .how-it-works-compare .how-it-works-compare-box {
    margin-bottom: 0;
    position: relative;
    padding: 40px 0 40px 60px;
  }
  .how-it-works-compare .how-it-works-compare-box p {
    margin: 0;
  }
  .how-it-works-compare .how-it-works-compare-box i {
    position: absolute;
    top: 40px;
    left: 0;
    width: 40px;
    font-size: 40px;
  }
  .how-it-works-compare .how-it-works-compare-consult {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  .how-it-works-compare .how-it-works-compare-consult p {
    margin: 0;
  }
  .how-it-works-compare .how-it-works-compare-consult p a {
    color: #0074c7;
  }
}


/* ACCORDION STYLES */
* {
  max-width: unset;
}
#infn {
  background-color: rgb(0, 86, 167);
}
#ipgzr {
  color: rgb(33, 33, 33);
  border-top-color: rgb(244, 244, 244);
  border-right-color: rgb(244, 244, 244);
  border-bottom-color: rgb(244, 244, 244);
  border-left-color: rgb(244, 244, 244);
  background-color: rgb(255, 255, 255);
}
#ifrd7 {
  color: rgb(33, 33, 33);
}
#i8b1x {
  color: rgb(33, 33, 33);
}
#ckyCCPAOptOut {
  background-color: rgb(255, 255, 255);
}
#i34ei {
  color: rgb(33, 33, 33);
}
#ibpr1 {
  color: rgb(133, 133, 133);
  border-top-color: rgb(222, 223, 224);
  border-right-color: rgb(222, 223, 224);
  border-bottom-color: rgb(222, 223, 224);
  border-left-color: rgb(222, 223, 224);
  background-color: rgb(255, 255, 255);
}
#i4xdb {
  color: rgb(244, 244, 244);
  border-top-color: rgb(24, 99, 220);
  border-right-color: rgb(24, 99, 220);
  border-bottom-color: rgb(24, 99, 220);
  border-left-color: rgb(24, 99, 220);
  background-color: rgb(24, 99, 220);
}
#imnqx {
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  direction: ltr;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgb(41, 60, 91);
  background-color: rgb(237, 237, 237);
}
#ikgi9 {
  margin-left: 5px;
  line-height: 0;
}
#iwhnr {
  width: 78px;
  height: 13px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#i8zqmo {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  color: rgb(0, 116, 199);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}
#i9ygs6 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 241, 249);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: rgb(68, 87, 108);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  width: 100%;
  display: block;
}
#i678nk {
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 241, 249);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: rgb(68, 87, 108);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  width: 100%;
  display: block;
}
#i0eaa6 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 241, 249);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: rgb(68, 87, 108);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  width: 100%;
  display: block;
}
#iei3gx {
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 241, 249);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: rgb(68, 87, 108);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  width: 100%;
  display: block;
}
#i82vxk {
  text-align: center;
  height: 30px;
}
#quiz-iframe-BbLCLCyGGVAXc6gTat4uKuNn2N3xNXwYgGWsJBJj {
  width: 100px;
  min-width: 100%;
}
#iu4yda {
  box-sizing: border-box;
  position: fixed;
  cursor: pointer;
  font-family: undefined;
  visibility: hidden;
  z-index: 999999999;
  left: 50%;
  transform: translate(-50%, 0%);
}
#ilpvtj {
  width: 200px;
  height: 56px;
}
#i8x9hq {
  margin-top: 30px;
}
#ixy6w4 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#i560dl {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#i2dqvm {
  width: 965px;
  height: 329px;
}
#intz8k {
  padding-top: 0px;
  margin-bottom: -79px;
  padding-bottom: 97px;
}
#it24il {
  margin-top: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
#iy6321 {
  margin-top: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
}
#i5dxdl {
  margin-top: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
#iuws3h {
  margin-bottom: 20px;
  margin-top: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
#iq6jwq {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#iu6q3z {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#i8nv05 {
  flex-direction: row;
}
@media (max-width: 992px) {
  #igwrqh {
    flex-direction: column;
    align-items: center;
  }
  #ilpvtj {
    width: 100%;
    object-fit: contain;
    object-position: center center;
  }
  #ifw2yr {
    width: 100%;
  }
  #i2dqvm {
    width: 100%;
  }
  #ihl8el {
    margin-top: 47px;
  }
}
@media (max-width: 576px) {
  #ioptoi {
    width: 100%;
  }
  #isdd5 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  #ilpvtj {
    height: 40px;
    margin-top: -19px;
    width: 372px;
  }
  #ifw2yr {
    height: 46px;
  }
  #i2dqvm {
    width: 100%;
  }
}
