/* Reset */
.classspan {
  margin-bottom: 15px;
}
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
body,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
images,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Defaults */
a,
button,
input[type="submit"] {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
body,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
images,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
a:focus,
a {
  color: #0333af;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted;
  cursor: help;
}
code,
pre {
  font-size: 1em;
}
del {
  text-decoration: line-through;
}
dfn {
  font-style: italic;
  font-weight: 700;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1em 10px;
}
fieldset {
  border: 0;
}
fieldset p {
  margin: 0 0 5px;
}
img {
  border: 0;
  vertical-align: bottom;
}
ins {
  text-decoration: none;
}
hr {
  margin: 0 0 0.5em;
}
strong {
  font-weight: 700;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="submit"],
button {
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
img {
  height: auto;
}
body {
  background: #ffffff;
  color: #242527;
  font: 400 18px/25px "Poppins", Arial, Sans-Serif;
}
body.dark {
  background: #242527;
  color: #eff8ff;
}
body.overflow {
  position: fixed;
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearer-block:after {
  display: table;
  content: "";
  clear: both;
}
p {
  margin-bottom: 25px;
  text-align: left;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h1 {
  font-size: 31px;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-align: center;
}
h1.bigger {
  font-size: 40px;
}
h1.smaller {
  font-size: 32px;
}
h2 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}
h2.smaller {
  font-size: 30px;
}
h2.medium {
  font-size: 40px;
}
h2.bigger {
  font-size: 50px;
}
h3 {
  font-size: 28px;
  line-height: normal;
  color: black;
  margin-bottom: 20px;
  text-align: center;
}
h4 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 20px;
}
h2.green-box {
  background-color: rgba(100, 181, 49, 0.16);
  padding: 20px 30px;
  margin: 0 -30px 25px;
  font-size: 24px;
}
.yellow-box {
  background-color: rgb(255, 227, 0);
  padding: 20px 30px;
}
.yellow-box p:last-child {
  margin-bottom: 0;
}
.red-announce {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 -25px 10px;
  outline: none;
  background-color: rgba(159, 0, 0, 0.79);
  color: rgb(255, 255, 255);
  font-size: 28px;
  text-align: center;
}
.center {
  text-align: center;
}
.left-text {
  text-align: left;
}
.date {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1b1c1e;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.flex-box .img-h {
  width: 173px;
}
.flex-box .text {
  max-width: calc(100% - 173px);
  padding-left: 15px;
  font-size: 22px;
}
.img-h img {
  border: 2px solid white;
  box-shadow: 0 4px 3px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 50% !important;
}
.container {
  max-width: 970px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto 100px;
}
.container.larger {
  max-width: 1120px;
}
.navbar {
  background-color: #035397;
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
}
.dark .page {
  padding: 50px 0 0;
}
.pd-top {
  padding-top: 20px;
}
.no-mg {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-pd {
  padding-top: 0 !important;
}
.no-br {
  border-bottom: none !important;
}
.mg-40 {
  margin-bottom: 40px !important;
}

.firstbuttons {
  display: flex;
  justify-content: center;
}
.secondbuttons {
  display: flex;
  justify-content: center;
}
.ctabutton {
  display: flex;
  justify-content: center;
}
.quote {
  padding: 25px 25px 1px;
  background-color: rgb(1, 116, 199);
  font-style: italic;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
}
.bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.bordered-black {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
body:not(.dark) .page .container {
  background: #fff;
  border-radius: 5px;
}
ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.check:before {
  content: "\2714";
  font-style: normal;
  margin-right: 10px;
}
.bottom-container {
  max-width: 1150px;
  padding: 0 25px;
  width: 100%;
  margin: 80px auto 0;
}
.big-mg.bottom-container {
  margin-top: 500px;
}
.navbar-cta {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}
.underline {
  text-decoration: underline;
}
.button {
  font: 600 30px/47px "Poppins", Arial, Sans-Serif;
  box-shadow: inset 0 0px 0px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
  padding: 5px 25px;
  background: #ff6702;
  color: #fff;
  border: 2px solid #ff6702;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}
.button:hover {
  background: 5px solid #ff6702;
  color: #fff;
  text-decoration: none;
}
.big-font {
  font-size: 22px;
  line-height: 30px;
}
.smaller-text {
  font-size: 16px;
  line-height: 19px;
}
.smaller-text h4 {
  font-size: 20px;
  line-height: 25px;
}
.footer-cta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dark .footer {
  border-top: 2px solid #1b1c1e;
  background: transparent;
}
.footer {
  padding: 30px 0 50px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  background: #035397;
  border-top: 1px solid #aaaaaa;
  color: white;
}
.footer .bottom-container a {
  word-break: break-all;
}
.maincontent {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.flex-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
  margin: 0px;
  outline: none;
  background-color: rgba(66, 185, 159, 0.15);
  margin: 0 -30px 40px;
}
.flex-buttons.with-border {
  border: 2px dashed #174994;
  border-radius: 20px;
}
.dashed-bg-box {
  border: 2px dashed #174994;
  border-radius: 20px;
  background: rgb(231, 246, 255);
  padding: 20px 35px !important;
  margin: 0 -35px 25px;
}
.dashed-bg-box.black {
  border-color: #242527;
  border-radius: 10px;
}
.dashed-bg-box p:last-child {
  margin-bottom: 0;
}
.flex-buttons.col-3 .button {
  width: 30%;
}
.flex-buttons.no-pd {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-bg {
  background: transparent !important;
}
.btn-green {
  color: #fff !important;
  text-decoration: none !important;
  background: #30a05c;
  font-size: 24px;
  line-height: 30px;
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 25px;
  width: 47%;
}
.btn-green:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
  background: #30a05c;
}
.btn-blue {
  background-color: rgb(1, 116, 199);
  border: none;
  color: #fff !important;
  text-decoration: none !important;
}
.flex-buttons .btn-blue {
  margin-bottom: 20px;
}
.btn-light-green {
  color: #fff !important;
  text-decoration: none !important;
  background: rgb(56, 169, 31);
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.btn-light-green:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
}
.btn-orange {
  background-color: rgb(245, 138, 26);
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-orange:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
  background-color: rgb(245, 138, 26);
}
.btn-yellow {
  background: rgb(245, 173, 67);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 30px;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgb(0 0 0 / 20%);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
  display: inline-block;
}
.btn-yellow:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
}
.btn-red {
  background-color: rgb(228, 59, 44);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 24px;
  line-height: 40px;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-red:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
  background-color: rgb(228, 59, 44);
}
.btn-container {
  padding: 20px 0 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.form-block {
  padding-bottom: 40px;
}
.checkmarks {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
}
.firstcontent {
  margin-right: 20px;
}
.ctabtn {
  padding: 20px;
  background-color: #1e8ae5;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: white;
  margin: 0 10px 0 10px;
  font-size: 20px;
}
.btn {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}
.ctabox {
  text-align: center;
  background-color: #035397;
  padding: 30px;
  border-radius: 10px;
  color: white;
}
.secondcontent {
  margin-left: 20px;
}
.form-block .text-input {
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 16px;
  padding: 12px 18px;
  box-shadow: inset 0 1px 2px rgb(130 137 150 / 23%),
    0 1px 0 rgb(255 255 255 / 95%) !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.form-block textarea {
  height: 70px;
}
.text-input::placeholder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.text-input::-webkit-input-placeholder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.text-input:-ms-input-placeholder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.btn-contact {
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: rgb(1, 116, 199);
  font-size: 20px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 25px;
  line-height: 30px;
  text-align: center !important;
  text-decoration: none !important;
  display: block;
  width: 127px;
  margin: 0 auto;
}
.btn-sign-up {
  width: 220px;
}
.btn-contact:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
  color: #fff;
}
.numbered-list {
  margin-bottom: 25px;
}
.numbered-list li {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
}
.numbered-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.numbered-list li span {
  padding: 10px;
  background: #3cb371;
  border-bottom: 2px solid #308f5a;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0;
  margin-right: 6px;
  width: auto;
  margin-left: 0 !important;
  line-height: 15px;
  min-width: 34px;
  text-align: center;
}
.button-box {
  background-color: #06557e;
  padding-bottom: 22px;
  margin: 0 -30px 35px;
}
.button-box h3 {
  background-color: #0075b2;
  color: #fff;
  font-size: 24px;
  padding: 20px;
}
.button-box a {
  margin: 0 30px;
}
.button-box .button {
  background-color: rgb(53, 207, 66) !important;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 40px;
  border: none;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}
.button-box .button:hover {
  box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%),
    0 233px 233px 0 rgb(255 255 255 / 12%) inset;
}
@media screen and (max-width: 767px) {
  .red-announce {
    margin: 0 -20px 10px;
  }
  .container {
    padding: 0 20px;
  }
  .flex-box .text,
  .flex-box .img-h {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .flex-box .img-h {
    margin-bottom: 20px;
  }
  .flex-buttons {
    display: block;
    padding: 20px;
    margin: 0 -20px 40px;
  }
  .flex-buttons .button {
    width: 100%;
  }
  .flex-buttons .button + .button {
    margin-top: 20px;
  }
  .flex-buttons.col-3 .button {
    width: 100%;
  }
  .button-box {
    margin: 0 -20px 35px;
  }
  h2.green-box {
    margin: 0 -20px 25px;
    padding: 20px;
    font-size: 22px;
  }
  .button-box .button {
    margin: 0 20px;
  }
  .dashed-bg-box {
    padding: 20px 20px !important;
    margin: 0 -20px 25px;
  }
}

@media screen and (max-width: 767px) {
  img {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 23px;
  }
  p {
    font-size: 15px;
    line-height: normal;
  }

  .btn {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 17px;
  }
  h3 {
    font-size: 23px;
  }
  .navbar {
    justify-content: space-around;
    font-size: 14px;
  }

  .maincontent {
    display: block;
  }
  .firstcontent {
    width: 100% !important;
    text-align: center;
    margin-right: 0px;
  }
  .secondcontent {
    margin-top: 1.5rem;
    margin-left: 0px !important;
  }
  h1 {
    font-size: 25px;
    margin-top: 1.5rem;
  }
  .span1 {
    font-size: 18px !important;
  }
  .h21 {
    font-size: 28px;
    margin-top: 20px;
  }
  .btn {
    margin-top: 0px;
  }
  .number-cta {
    font-size: 18px;
  }
}
