/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/**
    This file is for all the different variables
*/
header {
  background-color: #05205E;
  padding: 30px 0;
}
header .site-branding .ire-brand-img {
  text-align: center;
}
header .site-branding .ire-brand-img img {
  max-width: 250px;
}

/**
    This file is for all the different variables
*/
footer {
  margin-top: 50px;
}
footer .footer-need-help {
  background-color: #F3F5F7;
  padding: 50px 0;
  text-align: center;
}
footer .footer-need-help h3 {
  font-size: 24px;
  font-weight: 800;
  color: #05205E;
  text-align: center;
  margin: 0px 0px 10px;
}
footer .footer-need-help p {
  color: #05205E;
  font-weight: 400;
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
footer .footer-need-help a {
  color: #ffffff;
  background-color: #05205E;
  padding: 5px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  margin-top: 20px;
}
footer .footer-need-help a:hover {
  background-color: #000207;
  cursor: pointer;
}
footer .footer-ire {
  background-color: #05205E;
  border-bottom: 20px solid #00609b;
  padding: 50px 0;
  text-align: center;
}
footer .footer-ire img {
  max-width: 250px;
  margin: 0 auto;
}
footer .footer-ire p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

/**
    This file is for all the different variables
*/
html {
  scroll-behavior: smooth;
  margin: 0px;
}

body {
  margin: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
}

p, a, li, span, div {
  font-family: "Albert Sans", sans-serif;
}

.entry-content {
  margin: 0px;
}

a {
  color: #CD00FC;
  font-weight: 700;
  text-decoration: none;
}
a:visited {
  color: #CD00FC;
}
a:hover {
  color: #520064;
}

.navy-links p a {
  color: #05205E;
}
.navy-links p a:visited {
  color: #05205E;
}
.navy-links p a:hover {
  color: #000207;
}
.navy-links span a {
  color: #05205E;
}
.navy-links span a:visited {
  color: #05205E;
}
.navy-links span a:hover {
  color: #000207;
}

.stk-block-button .stk-link {
  display: flex !important;
  justify-content: space-between !important;
}

/*# sourceMappingURL=main.css.map*/