@import url('/templates/COMMON_JS/fontawesome-pro-5.8.1-web/css/all.min.css');
@import url("https://use.typekit.net/kqk6abe.css");
@import url('/templates/northrop_grumman_2021/slick/slick.css');
@import url('/templates/northrop_grumman_2021/slick/slick-theme.css');
@import url('/templates/northrop_grumman_2021/css/bootstrap.min.css');
@import url('/templates/northrop_grumman_2021/css/alerts2.css');
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cfe6.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9iB_5q.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBv5q.ttf) format('truetype');
}
@font-face {
  font-family: "Raph Lanok Future";
  font-weight: 400;
  font-style: normal;
  src: url("/templates/northrop_grumman_2021/fonts/RaphLanokFuture.ttf") format("truetype"), url("/templates/northrop_grumman_2021/fonts/RaphLanokFuture.otf") format("opentype");
  font-display: swap;
}
/* DESIGN FIX FOR BOOTSTRAP CONTAINER XL WIDTH */
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  color: black;
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  overflow-x: hidden;
}
h2,
h3,
h4 {
  color: #0a3266;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
}
h3 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}
h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
}
span.content_faq_header {
  color: #0a3266;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  display: block;
}
.content_rates_table_title {
  color: #0a3266;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}
.cursive {
  font-family: 'Raph Lanok Future', serif;
}
.cta,
a.cta,
button.cta,
button[data-dismiss=modal] {
  border: none;
  margin: 5px;
  background: #74b240;
  display: inline-block;
  padding: 10px 30px;
  font-size: 20px;
  color: black;
  border-radius: 29px;
}
.cta:hover,
a.cta:hover,
button.cta:hover,
button[data-dismiss=modal]:hover,
.cta:active,
a.cta:active,
button.cta:active,
button[data-dismiss=modal]:active,
.cta:focus,
a.cta:focus,
button.cta:focus,
button[data-dismiss=modal]:focus {
  background: #0a3266;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .cta,
  a.cta,
  button.cta,
  button[data-dismiss=modal] {
    padding: 15px 30px;
  }
}
.cta-fluid,
a.cta-fluid,
button.cta-fluid {
  border: none;
  margin: 5px;
  background: #74b240;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: black;
  border-radius: 29px;
}
.cta-fluid:hover,
a.cta-fluid:hover,
button.cta-fluid:hover,
.cta-fluid:active,
a.cta-fluid:active,
button.cta-fluid:active,
.cta-fluid:focus,
a.cta-fluid:focus,
button.cta-fluid:focus {
  background: #0a3266;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .cta-fluid,
  a.cta-fluid,
  button.cta-fluid {
    padding: 15px 30px;
  }
}
.cta-bordered,
a.cta-bordered,
button.cta-bordered {
  background: white;
  display: inline-block;
  padding: 10px 30px;
  font-size: 20px;
  color: #0a3266;
  border-radius: 29px;
  border: 3px solid #74b240;
}
.cta-bordered:hover,
a.cta-bordered:hover,
button.cta-bordered:hover,
.cta-bordered:active,
a.cta-bordered:active,
button.cta-bordered:active,
.cta-bordered:focus,
a.cta-bordered:focus,
button.cta-bordered:focus {
  background: #0a3266;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .cta-bordered,
  a.cta-bordered,
  button.cta-bordered {
    padding: 15px 30px;
  }
}
.cta-bordered-fluid,
a.cta-bordered-fluid,
button.cta-bordered-fluid {
  background: white;
  display: inline-block;
  width: 100%;
  margin: 5px;
  font-size: 20px;
  color: #0a3266;
  border-radius: 29px;
  border: 3px solid #74b240;
}
.cta-bordered-fluid:hover,
a.cta-bordered-fluid:hover,
button.cta-bordered-fluid:hover,
.cta-bordered-fluid:active,
a.cta-bordered-fluid:active,
button.cta-bordered-fluid:active,
.cta-bordered-fluid:focus,
a.cta-bordered-fluid:focus,
button.cta-bordered-fluid:focus {
  background: #0a3266;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .cta-bordered-fluid,
  a.cta-bordered-fluid,
  button.cta-bordered-fluid {
    padding: 15px 30px;
  }
}
#obMobile {
  width: 311px;
  background: white;
  z-index: 110;
  position: fixed;
  border-left: 3px solid #74b240;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 60px;
  display: none;
}
#obMobile.active {
  display: block;
}
#obMobile #closeMobileOb {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #0a3266;
  border: none;
  background: transparent;
}
#obMobile form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#obMobile form .ob-title {
  font-size: 20px;
  line-height: 1.35;
  color: #0a3266;
  text-align: center;
  margin-bottom: 12px;
}
#obMobile form input {
  text-align: center;
  padding: 15px 0;
  width: 212px;
  border-radius: 29px;
}
#obMobile form input[type=text] {
  border: 1px solid #0054a6;
}
#obMobile form input[type=submit] {
  background: #0a3266;
  color: white;
  margin-top: 8px;
  border: none;
}
#obMobile form > div {
  display: inline-block;
}
#obMobile form > div > a {
  font-size: 16px;
  color: #0a3266;
  text-decoration: underline;
}
header {
  overflow-y: visible;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
}
@media only screen and (min-width: 1440px) {
  header {
    position: relative;
  }
}
header.stickied {
  position: fixed;
}
header.stickied .alertholder {
  display: none;
}
header .container {
  position: relative;
}
header .container .top-row {
  height: 85px;
}
header .container .second-row {
  height: 39px;
}
@media only screen and (min-width: 576px) {
  header .container {
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  header .container {
    max-width: 1400px;
  }
}
header .homelink {
  display: block;
  padding: 10px 0 10px 10px;
  z-index: 100;
}
header .homelink img {
  width: 130px;
  height: auto;
}
@media only screen and (min-width: 576px) {
  header .homelink {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  header .homelink img {
    width: 175px;
  }
}
@media only screen and (min-width: 768px) {
  header .homelink img {
    width: 228px;
  }
}
@media only screen and (min-width: 1440px) {
  header .homelink img {
    width: 275px;
  }
}
header .toplinks {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
header .toplinks li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  header .toplinks li {
    margin: 0 11px;
  }
}
@media only screen and (min-width: 992px) {
  header .toplinks li {
    margin: 0 18.5px;
  }
  header .toplinks li:last-child {
    margin-right: 0;
  }
}
header .toplinks li a {
  font-size: 12px;
  font-weight: bold;
  color: #0a3266;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  max-width: 95px;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  header .toplinks li a {
    font-size: 14px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  header .toplinks li a {
    font-size: 16px;
    line-height: 1.5;
  }
}
header .navbar-toggler {
  outline: none;
  display: inline-block;
  color: #0a3266;
  font-size: 20px;
  border-radius: 50%;
  border: solid 4px #74b240;
  background: white;
  height: 55px;
  width: 55px;
  position: absolute;
  right: 10px;
  top: -7.5px;
  z-index: 9999;
}
header .navbar-toggler span {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .navbar-toggler span {
    display: inline;
  }
}
@media only screen and (min-width: 576px) {
  header .navbar-toggler {
    width: 132px;
    border-radius: 29px;
  }
  header .navbar-toggler span {
    display: inline-block;
  }
}
@media only screen and (min-width: 1440px) {
  header .navbar-toggler {
    display: none;
  }
}
header #search_toggle {
  color: white;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
header div#navbarNavDropdown .navliner {
  display: none;
}
@media only screen and (min-width: 1440px) {
  header div#navbarNavDropdown .navliner {
    display: flex;
    position: relative;
  }
}
header div#navbarNavDropdown .navliner > .CMitem,
header div#navbarNavDropdown .navliner > a {
  display: inline-block;
  margin: 0 10px;
  padding: 6px 19px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 20px;
}
header div#navbarNavDropdown .navliner > .CMitem:hover,
header div#navbarNavDropdown .navliner > a:hover {
  background: #74b240;
  text-decoration: none;
}
header div#navbarNavDropdown .navliner > .CMitem.active,
header div#navbarNavDropdown .navliner > a.active {
  background: #74b240;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header div#navbarNavDropdown .navliner .ddcontent {
  display: none;
  position: absolute;
  left: 10px;
  right: 20px;
  top: 31px;
  border: 3px solid #74b240;
  border-radius: 29px;
  border-top-left-radius: 0;
  padding: 35px;
  background: white;
}
header div#navbarNavDropdown .navliner .ddcontent h3,
header div#navbarNavDropdown .navliner .ddcontent h4,
header div#navbarNavDropdown .navliner .ddcontent h5 {
  color: #0a3266;
}
header div#navbarNavDropdown .navliner .ddcontent a:not(.cta) {
  color: #0054a6;
  font-weight: bold;
}
header div#navbarNavDropdown .navliner .ddcontent ul {
  list-style: none;
}
header div#navbarNavDropdown .navliner .ddcontent ul li {
  margin: 6px 0;
}
header div#navbarNavDropdown .navliner .ddcontent ul li ul {
  list-style: none;
}
header div#navbarNavDropdown .navliner .ddcontent ul li ul li {
  margin: 6px 0;
}
header div#navbarNavDropdown .navliner .ddcontent ul li ul li a:not([class]) {
  font-weight: normal;
}
header div#navbarNavDropdown .navliner .ddcontent:nth-child(7),
header div#navbarNavDropdown .navliner .ddcontent:nth-child(9),
header div#navbarNavDropdown .navliner .ddcontent:nth-child(11) {
  border-top-left-radius: 29px;
  border-top-right-radius: 0;
  right: 10px;
}
header #navcol {
  justify-content: flex-end;
  padding-right: 195px;
}
@media only screen and (min-width: 576px) {
  header #navcol {
    padding-right: 295px;
  }
}
@media only screen and (min-width: 768px) {
  header #navcol {
    padding-right: 415px;
  }
}
@media only screen and (min-width: 1440px) {
  header #navcol {
    padding-right: 285px;
  }
}
header #obToggleMobile {
  display: block;
  border: solid 4px #74b240;
  position: absolute;
  right: 80px;
  top: -7px;
  border-radius: 29px;
  background: white;
  width: 115px;
  height: 55px;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
  outline: none;
}
header #obToggleMobile:hover {
  border-color: #0054a6;
}
header #obToggleMobile i {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  header #obToggleMobile i {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  header #obToggleMobile {
    width: 133px;
    right: 155px;
  }
}
@media only screen and (min-width: 768px) {
  header #obToggleMobile {
    display: none;
  }
}
header #obWrap {
  border: solid 4px #74b240;
  position: absolute;
  right: 80px;
  top: -7px;
  border-radius: 29px;
  background: white;
  display: none;
}
header #obWrap:hover {
  border-color: #0054a6;
}
header #obWrap.active:hover {
  border-color: #74b240;
}
@media only screen and (min-width: 576px) {
  header #obWrap {
    width: 141px;
    right: 150px;
  }
}
@media only screen and (min-width: 768px) {
  header #obWrap {
    width: 255px;
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  header #obWrap {
    width: 279px;
    right: 0;
  }
}
header #obWrap #obToggle {
  display: inline-block;
  font-size: 20px;
  border-radius: 29px;
  border: none;
  background: white;
  color: #0a3266;
  width: 108px;
  height: 47px;
  outline: none;
}
header #obWrap #obToggle span {
  display: none;
}
@media only screen and (min-width: 768px) {
  header #obWrap #obToggle span {
    display: inline;
  }
}
header #obWrap #obToggle i {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  header #obWrap #obToggle i {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  header #obWrap #obToggle {
    width: 133px;
  }
}
@media only screen and (min-width: 768px) {
  header #obWrap #obToggle {
    width: 247px;
  }
}
@media only screen and (min-width: 1440px) {
  header #obWrap #obToggle {
    width: 271px;
  }
}
header #obWrap #obInner {
  display: none;
}
header #obWrap #obInner form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
header #obWrap #obInner form input {
  text-align: center;
  padding: 15px 0;
  width: 212px;
  border-radius: 29px;
}
header #obWrap #obInner form input[type=text] {
  border: 1px solid #0054a6;
}
header #obWrap #obInner form input[type=submit] {
  background: #0a3266;
  color: white;
  margin-top: 8px;
  border: none;
}
@media only screen and (min-width: 576px) {
  header #obWrap #obInner form input {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  header #obWrap #obInner form input {
    width: 212px;
  }
}
header #obWrap #obInner form > div {
  display: inline-block;
}
header #obWrap #obInner form > div > a {
  font-size: 16px;
  color: #0a3266;
  text-decoration: underline;
}
#searchWrap {
  position: relative;
  display: none;
  z-index: 99;
  position: absolute;
  right: auto;
  left: 0;
  top: 50px;
}
@media only screen and (min-width: 576px) {
  #searchWrap {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #searchWrap {
    left: 150px;
  }
}
@media only screen and (min-width: 992px) {
  #searchWrap {
    left: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  #searchWrap {
    left: auto;
    top: 40px;
    right: 300px;
  }
}
#searchWrap form {
  display: inline-flex;
  background: #74b240;
  padding: 6px;
  border-radius: 27px;
}
#searchWrap form input[type=text] {
  margin: 0;
  border: 0;
  width: 120px;
  height: 45px;
  padding: 5px;
  border-radius: 23px;
}
@media only screen and (min-width: 576px) {
  #searchWrap form input[type=text] {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  #searchWrap form input[type=text] {
    width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  #searchWrap form input[type=text] {
    width: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  #searchWrap form input[type=text] {
    width: 400px;
  }
}
#searchWrap form button {
  padding: 10px 30px;
  border-radius: 23px;
  background: #0a3266;
  color: white;
  border: none;
}
#searchWrap form button:hover,
#searchWrap form button:focus,
#searchWrap form button:active {
  background: #0054a6;
}
#searchWrap form #closeSearch {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-left: 11px;
  margin-right: 10px;
  color: black;
  display: inline-flex;
  align-items: center;
}
#searchWrap form #closeSearch:hover,
#searchWrap form #closeSearch:focus,
#searchWrap form #closeSearch:active {
  color: #0054a6;
}
#mobiMenu {
  position: fixed;
  top: 105px;
  bottom: 0;
  right: -300px;
  display: none;
  overflow-y: scroll;
  background: white;
  z-index: 100;
  width: 311px;
  padding: 60px 25px 25px 25px;
  transition: right 0.2s ease;
}
#mobiMenu.active {
  display: block;
  right: 0;
  border-left: 6px solid #74b240;
}
#mobiMenu a {
  color: #0a3266;
}
#mobiMenu button {
  color: #0054a6;
  border: none;
  background: transparent;
  padding: 0;
}
#mobiMenu button:active,
#mobiMenu button:focus,
#mobiMenu button:hover {
  outline: none;
}
#mobiMenu button i {
  margin: 0 5px;
}
#mobiMenu .L1,
#mobiMenu > a.d-block {
  position: relative;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #0a3266;
  border-bottom: 3px solid #0054a6;
  width: 100%;
  text-align: left;
  padding: 6px 0;
}
#mobiMenu button.L1:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  color: #0054a6;
  font-size: 21px;
  display: inline;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.2s ease-in-out;
}
#mobiMenu button.L1.active {
  border-bottom: none;
}
#mobiMenu button.L1.active:after {
  transform: rotate(180deg);
}
#mobiMenu .L2 {
  display: none;
  padding-left: 20px !important;
  border-bottom: 3px solid #0a3266;
}
#mobiMenu .L2 a,
#mobiMenu .L2 button {
  display: block;
  margin: 5px 0;
}
#mobiMenu .L3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 15px !important;
  display: none;
}
#mobiMenu .L3 a {
  display: block;
  margin: 5px 0;
}
#mobiMenu #closeMobiMenu {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}
#mobiMenu .row:last-child {
  flex-direction: column;
}
#mobiMenu .row:last-child .col > * {
  width: 100%;
}
#mobiMenu .row:last-child .col h3 {
  position: relative;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #0a3266;
  border-bottom: 3px solid #0054a6;
  width: 100%;
  text-align: left;
  padding: 6px 0;
  cursor: pointer;
}
#mobiMenu .row:last-child .col h3:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  color: #0054a6;
  font-size: 21px;
  display: inline;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.2s ease-in-out;
}
#mobiMenu .row:last-child .col h3.active {
  border-bottom: none;
}
#mobiMenu .row:last-child .col h3.active:after {
  transform: rotate(180deg);
}
#mobiMenu .row:last-child .col ul {
  display: none;
  border-bottom: 3px solid #0a3266;
  padding-bottom: 10px;
}
.bottomlinks span:last-child {
  display: none;
}
#homepageMasthead {
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 300px;
  margin-top: 105px;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead {
    height: 326px;
  }
}
@media only screen and (min-width: 768px) {
  #homepageMasthead {
    height: 442px;
  }
}
@media only screen and (min-width: 992px) {
  #homepageMasthead {
    height: 601px;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead {
    height: 626px;
    margin-top: 0 !important;
  }
}
#homepageMasthead .masthead-overlay {
  z-index: 1;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8));
}
@media only screen and (min-width: 768px) {
  #homepageMasthead .masthead-overlay {
    top: 50%;
  }
}
#homepageMasthead .masthead-caption {
  z-index: 2;
  color: black;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #homepageMasthead .masthead-caption {
    left: 20%;
    right: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead .masthead-caption {
    left: 18%;
    right: 18%;
  }
}
#homepageMasthead .masthead-caption .code_block_indiv_top {
  display: none;
}
#homepageMasthead .masthead-caption h1 {
  color: #0a3266;
  font-size: 24px;
  font-weight: 800;
}
#homepageMasthead .masthead-caption h1 span {
  font-weight: normal;
  font-size: 37px;
  display: block;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead .masthead-caption h1 {
    font-size: 31px;
  }
  #homepageMasthead .masthead-caption h1 span {
    font-size: 47px;
  }
}
@media only screen and (min-width: 992px) {
  #homepageMasthead .masthead-caption h1 {
    font-size: 36px;
  }
  #homepageMasthead .masthead-caption h1 span {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead .masthead-caption h1 span {
    display: inline;
  }
}
#homepageMasthead .masthead-caption h3 {
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead .masthead-caption h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #homepageMasthead .masthead-caption h3 {
    font-size: 24px;
  }
}
#homepageMasthead .masthead-caption p {
  display: none;
}
#homepageMasthead .masthead-caption p:last-child {
  display: block;
}
@media only screen and (min-width: 992px) {
  #homepageMasthead .masthead-caption p {
    display: block;
  }
}
#homepageMasthead_slideshow {
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 200px;
  margin-top: 105px;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead_slideshow {
    height: 225px;
  }
}
@media only screen and (min-width: 768px) {
  #homepageMasthead_slideshow {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #homepageMasthead_slideshow {
    height: 401px;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead_slideshow {
    height: 420px;
    margin-top: 0 !important;
  }
}
#homepageMasthead_slideshow .carousel-overlay {
  z-index: 1;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8));
}
@media only screen and (min-width: 768px) {
  #homepageMasthead_slideshow .carousel-overlay {
    top: 50%;
  }
}
#homepageMasthead_slideshow .carousel-item {
  height: 200px;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead_slideshow .carousel-item {
    height: 225px;
  }
}
@media only screen and (min-width: 768px) {
  #homepageMasthead_slideshow .carousel-item {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #homepageMasthead_slideshow .carousel-item {
    height: 401px;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead_slideshow .carousel-item {
    height: 420px;
    margin-top: 0 !important;
  }
}
#homepageMasthead_slideshow .carousel-caption {
  z-index: 2;
  color: black;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #homepageMasthead_slideshow .carousel-caption {
    left: 20%;
    right: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead_slideshow .carousel-caption {
    left: 18%;
    right: 18%;
  }
}
#homepageMasthead_slideshow .carousel-caption .code_block_indiv_top {
  display: none;
}
#homepageMasthead_slideshow .carousel-caption h1 {
  color: #0a3266;
  font-size: 24px;
  font-weight: 800;
}
#homepageMasthead_slideshow .carousel-caption h1 span {
  font-weight: normal;
  font-size: 37px;
  display: block;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead_slideshow .carousel-caption h1 {
    font-size: 31px;
  }
  #homepageMasthead_slideshow .carousel-caption h1 span {
    font-size: 47px;
  }
}
@media only screen and (min-width: 992px) {
  #homepageMasthead_slideshow .carousel-caption h1 {
    font-size: 36px;
  }
  #homepageMasthead_slideshow .carousel-caption h1 span {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1440px) {
  #homepageMasthead_slideshow .carousel-caption h1 span {
    display: inline;
  }
}
#homepageMasthead_slideshow .carousel-caption h3 {
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  #homepageMasthead_slideshow .carousel-caption h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #homepageMasthead_slideshow .carousel-caption h3 {
    font-size: 24px;
  }
}
#homepageMasthead_slideshow .carousel-caption p {
  display: none;
}
#homepageMasthead_slideshow .carousel-caption p:last-child {
  display: block;
}
@media only screen and (min-width: 992px) {
  #homepageMasthead_slideshow .carousel-caption p {
    display: block;
  }
}
.rc-container {
  margin: 30px 0;
}
.rc-container #rates-carousel .slick-prev,
.rc-container #rates-carousel .slick-next {
  top: 40%;
  height: 75px;
}
.rc-container #rates-carousel .slick-prev:before,
.rc-container #rates-carousel .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 63px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  color: black;
}
.rc-container #rates-carousel .slick-prev {
  left: 0px;
}
@media only screen and (min-width: 1440px) {
  .rc-container #rates-carousel .slick-prev {
    left: -150px;
  }
}
.rc-container #rates-carousel .slick-prev:before {
  content: '\f104';
}
.rc-container #rates-carousel .slick-next {
  right: 0px;
}
@media only screen and (min-width: 1440px) {
  .rc-container #rates-carousel .slick-next {
    right: -150px;
  }
}
.rc-container #rates-carousel .slick-next:before {
  content: '\f105';
}
.rc-container .rate-cell p {
  margin: 3px 0;
}
.rc-container .rate-cell p:first-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.rc-container .rate-cell p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
}
.rc-container .rate-cell p:nth-child(3) {
  font-size: 58px;
  color: #0a3266;
}
.rc-container .rate-cell .cta {
  padding: 12px 25px;
}
@media only screen and (min-width: 576px) {
  .rc-container {
    margin: 55px 0;
  }
}
@media only screen and (min-width: 768px) {
  .rc-container {
    margin: 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  .rc-container {
    margin: 60px 0;
  }
}
#homeContent {
  background: url(/templates/northrop_grumman_2021/images/Home-DecisionTree.jpg);
  background-size: cover;
  background-position: 40% top;
  display: none;
}
#homeContent .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: center;
}
#homeContent .container > * {
  width: 100%;
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  #homeContent .container > * {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  #homeContent .container > * {
    max-width: 700px;
  }
}
#homeContent .container > p:last-child {
  margin: 0;
}
#homeContent .container .cursive {
  font-size: 42px;
}
#homeContent .container .cursive + p {
  margin: 0;
}
#homeContent .CHboxedup {
  height: 250px;
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  #homeContent .CHboxedup {
    max-width: 600px;
    height: 220px;
  }
}
@media only screen and (min-width: 1440px) {
  #homeContent .CHboxedup {
    max-width: 700px;
  }
}
#homeContent .CHboxedup .CHbox {
  border: none;
  padding: 0;
  height: 250px;
}
@media only screen and (min-width: 992px) {
  #homeContent .CHboxedup .CHbox {
    height: 220px;
  }
}
#homeContent .CHboxedup .CHbox .CHQ {
  font-size: 28px;
  line-height: 1.36;
  color: #0a3266;
  border: none;
  margin-bottom: 5px;
}
#homeContent .CHboxedup .CHbox .CHAs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#homeContent .CHboxedup .CHbox .CHA {
  flex: 49.5% 0 1;
  padding: 12px 0px;
  text-align: center;
  border: 2px solid #0a3266;
  color: #0a3266;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 43px;
}
@media only screen and (min-width: 992px) {
  #homeContent .CHboxedup .CHbox .CHA {
    flex: 24.5% 0 1;
  }
}
@media only screen and (min-width: 768px) {
  #homeContent {
    display: flex;
    align-items: center;
    height: 366px;
  }
}
@media only screen and (min-width: 992px) {
  #homeContent {
    height: 389px;
  }
}
#homeContentMobile {
  background: url(/templates/northrop_grumman_2021/images/Home-DecisionTree.jpg);
  background-size: cover;
  background-position: top right;
  height: 257px;
  text-align: center;
  display: flex;
  align-items: center;
}
#homeContentMobile .cursive {
  font-size: 36px;
}
@media only screen and (min-width: 576px) {
  #homeContentMobile {
    padding-top: 60px;
    height: 323px;
    background-position: 38% 50%;
  }
  #homeContentMobile .container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column;
  }
  #homeContentMobile .container * {
    max-width: 340px;
  }
}
@media only screen and (min-width: 768px) {
  #homeContentMobile {
    display: none;
  }
}
#homeBoxes a:not([class]) {
  color: #0054a6;
  text-decoration: underline;
}
#homeBoxes .container-fluid {
  padding: 0;
  /*max-width: 1440px;*/
  margin: 0 auto;
}
#homeBoxes .homeboxes-desktop {
  display: none;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  #homeBoxes .homeboxes-desktop {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #homeBoxes .homeboxes-desktop {
    margin: 47px 0 32px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #homeBoxes .homeboxes-desktop {
    margin: 72px 0 82px 0;
  }
}
#homeBoxes .homeboxes-desktop .hometabs {
  padding: 0 30px;
  margin-bottom: -74px;
  position: relative;
  z-index: 10;
}
#homeBoxes .homeboxes-desktop .hometabs .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1440px) {
  #homeBoxes .homeboxes-desktop .hometabs .container {
    padding: 0;
  }
}
#homeBoxes .homeboxes-desktop .hometabs .hometab {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#homeBoxes .homeboxes-desktop .hometabs .hometab:hover {
  border: 3px solid #74b240;
}
#homeBoxes .homeboxes-desktop .hometabs .hometab.on:hover {
  border: none;
}
@media only screen and (min-width: 992px) {
  #homeBoxes .homeboxes-desktop .hometabs .hometab {
    width: 180px;
    height: 170px;
  }
}
@media only screen and (min-width: 1440px) {
  #homeBoxes .homeboxes-desktop .hometabs .hometab {
    width: 223px;
    height: 168px;
  }
}
#homeBoxes .homeboxes-desktop .hometabs .hometab > p > img {
  width: 60px !important;
  height: auto !important;
}
#homeBoxes .homeboxes-desktop .hometabs .hometab .hometabtext {
  margin-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
}
#homeBoxes .homeboxes-desktop .hometabs .hometab:not(.on) .hometabtext {
  color: #0a3266;
  text-transform: uppercase;
}
#homeBoxes .homeboxes-desktop .hometabs .hometab.on {
  background: #0a3266;
  color: white;
}
#homeBoxes .homeboxes-desktop .hometabs .hometab.on .hometabtext {
  font-family: 'Raph Lanok Future', serif;
  font-size: 24px;
  font-weight: normal;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox {
  display: none;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox.on {
  display: block;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside {
  height: 550px;
  position: relative;
  background-size: cover;
  background-position: top center;
}
@media only screen and (min-width: 1440px) {
  #homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside {
    height: 700px;
  }
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .container {
  height: 550px;
}
@media only screen and (min-width: 1440px) {
  #homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .container {
    height: 700px;
  }
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content {
  text-align: center;
  position: absolute;
  right: 0px;
  top: 120px;
  background-color: rgba(255, 255, 255, 0.84);
  bottom: 67px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  width: 280px;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content * {
  max-width: 100%;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content .cursive {
  color: #0a3266;
  font-size: 40px;
  line-height: 1.8;
  margin: 0;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content p {
  font-size: 18px;
  line-height: 1.44;
  padding: 0 5px;
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content p:nth-child(2) {
  color: #0a3266;
  font-size: 28px;
  line-height: 1.36;
  margin: 0 auto 9px auto;
  padding-bottom: 9px;
  border-bottom: 5px solid #0a3266;
  width: calc(50%);
}
#homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content p:nth-child(3) {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  #homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content {
    width: 420px;
  }
}
@media only screen and (min-width: 992px) {
  #homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content {
    top: 130px;
    bottom: 66px;
    right: 0px;
    width: 329px;
  }
}
@media only screen and (min-width: 1440px) {
  #homeBoxes .homeboxes-desktop .homeboxes .homebox .homebox-inside .homebox-content {
    top: 199px;
    bottom: 119px;
    right: 0px;
    width: 366px;
  }
}
#homeBoxes .homeboxes-mobile {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 30px 0;
}
@media only screen and (min-width: 576px) {
  #homeBoxes .homeboxes-mobile {
    margin: 45px 0;
  }
}
@media only screen and (min-width: 768px) {
  #homeBoxes .homeboxes-mobile {
    display: none;
  }
}
#homeBoxes .homeboxes-mobile .hometab {
  cursor: pointer;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  margin: 5px 0px 5px;
  padding: 8.1px 55px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
#homeBoxes .homeboxes-mobile .hometab > p {
  margin: 0;
}
#homeBoxes .homeboxes-mobile .hometab p > img {
  width: auto !important;
  height: 44px !important;
}
#homeBoxes .homeboxes-mobile .hometab .hometabtext {
  margin-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
}
#homeBoxes .homeboxes-mobile .hometab:not(.on) .hometabtext {
  color: #0a3266;
  text-transform: uppercase;
}
#homeBoxes .homeboxes-mobile .hometab.on {
  background: #0a3266;
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
#homeBoxes .homeboxes-mobile .hometab.on .hometabtext {
  font-family: 'Raph Lanok Future', serif;
  font-size: 24px;
  font-weight: normal;
}
#homeBoxes .homeboxes-mobile .homebox {
  display: none;
}
#homeBoxes .homeboxes-mobile .homebox.on {
  display: block;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#homeBoxes .homeboxes-mobile .homebox.on .homebox-inside {
  background-size: contain;
  background-position: 0% 0%;
  padding-top: 50%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#homeBoxes .homeboxes-mobile .homebox.on .homebox-inside .homebox-content {
  background: white;
  text-align: center;
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#homeBoxes .homeboxes-mobile .homebox.on .homebox-inside .homebox-content .cursive {
  font-size: 40px;
  color: #0a3266;
}
#homeBoxes .homeboxes-mobile .homebox.on .homebox-inside .homebox-content p:nth-child(2) {
  color: #0a3266;
  font-size: 28px;
  line-height: 1.36;
  margin: 0 auto 9px auto;
  padding-bottom: 9px;
  border-bottom: 5px solid #0a3266;
  width: calc(50%);
}
@media only screen and (min-width: 576px) {
  #homeBoxes .homeboxes-mobile .homebox.on .homebox-inside .homebox-content .cursive,
  #homeBoxes .homeboxes-mobile .homebox.on .homebox-inside .homebox-content p:nth-child(2) {
    display: inline;
    border: none;
    margin: 0 3px;
  }
  #homeBoxes .homeboxes-mobile .homebox.on .homebox-inside .homebox-content p:nth-child(3) {
    margin: 9px auto 14px auto;
    padding-bottom: 9px;
    border-bottom: 5px solid #0a3266;
    width: calc(50%);
  }
}
#homeCarousel {
  margin-bottom: 50px;
}
#homeCarousel .carousel {
  padding: 0 15px;
}
#homeCarousel .carousel .carousel-inner {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.34);
  border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  #homeCarousel .carousel .carousel-inner {
    box-shadow: none;
    border-radius: 0;
  }
}
#homeCarousel .carousel .carousel-inner .carousel-item {
  border-radius: 20px;
}
#homeCarousel .carousel .carousel-inner .carousel-item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (min-width: 576px) {
  #homeCarousel .carousel .carousel-inner .carousel-item img {
    box-shadow: none;
    border-radius: 0;
    height: 263px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}
@media only screen and (min-width: 992px) {
  #homeCarousel .carousel .carousel-inner .carousel-item img {
    height: 443px;
  }
}
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption {
  position: static;
  color: #0a3266;
}
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption h2 {
  line-height: 1.36;
  font-size: 28px;
}
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption h2 .cursive {
  display: block;
  font-size: 31px;
  line-height: 1.84;
}
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 992px) {
  #homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) {
    display: block;
    margin: 0 33px 20px 33px;
    padding-top: 20px;
    border-top: 5px solid #0a3266;
  }
}
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption .cta,
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption a.cta {
  padding: 11px 20px;
}
#homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption p:last-child {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  #homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.34);
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  #homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 40px;
    left: 14px;
    max-width: 370px;
  }
}
@media only screen and (min-width: 1440px) {
  #homeCarousel .carousel .carousel-inner .carousel-item .carousel-caption {
    left: 44px;
  }
}
#homeCarousel .carousel .carousel-indicators {
  bottom: -45px;
}
#homeCarousel .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  background: #74b240;
}
#homeCarousel .carousel .carousel-indicators li.active {
  background: #0a3266;
}
#homeTiles {
  padding-top: 20px;
}
@media only screen and (min-width: 1440px) {
  #homeTiles {
    padding-top: 50px;
  }
}
#homeTiles .container {
  padding: 0 15px;
}
#homeTiles .container .tile-wrap {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  #homeTiles .container .tile-wrap {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.23);
    padding: 0;
    margin: 0 15px;
  }
}
#homeTiles .container .tile-wrap .tile {
  margin: 15px auto;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.23);
}
#homeTiles .container .tile-wrap .tile .bannerwrap img {
  height: 217px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
@media only screen and (min-width: 576px) {
  #homeTiles .container .tile-wrap .tile .bannerwrap img {
    height: 275px;
  }
}
@media only screen and (min-width: 768px) {
  #homeTiles .container .tile-wrap .tile .bannerwrap img {
    height: 306px;
  }
}
#homeTiles .container .tile-wrap .tile .boxwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
}
#homeTiles .container .tile-wrap .tile .boxwrap .code_block_indiv_top {
  display: none;
}
#homeTiles .container .tile-wrap .tile .boxwrap a.cta,
#homeTiles .container .tile-wrap .tile .boxwrap .cta {
  padding: 15px 27px;
}
@media only screen and (min-width: 576px) {
  #homeTiles .container .tile-wrap .tile {
    margin: 30px auto;
  }
  #homeTiles .container .tile-wrap .tile:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #homeTiles .container .tile-wrap .tile {
    display: flex;
    box-shadow: none;
    margin: 0 auto;
  }
  #homeTiles .container .tile-wrap .tile:nth-child(even) {
    flex-flow: row-reverse nowrap;
  }
  #homeTiles .container .tile-wrap .tile .bannerwrap,
  #homeTiles .container .tile-wrap .tile .boxwrap {
    flex: 50% 1 0;
  }
}
@media only screen and (min-width: 992px) {
  #homeTiles .container .tile-wrap {
    display: flex;
  }
  #homeTiles .container .tile-wrap .tile {
    flex-flow: column;
    flex: 33.33% 1 0;
  }
  #homeTiles .container .tile-wrap .tile:nth-child(even) {
    flex-flow: column-reverse nowrap;
  }
  #homeTiles .container .tile-wrap .tile .bannerwrap,
  #homeTiles .container .tile-wrap .tile .boxwrap {
    min-height: 306px;
  }
  #homeTiles .container .tile-wrap .tile .boxwrap {
    display: flex;
    align-items: center;
  }
}
#interiorMasthead {
  position: relative;
  height: 260px;
}
#interiorMasthead .masthead-overlay {
  z-index: 10;
  position: absolute;
  top: 125px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8));
}
#interiorMasthead .masthead-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}
#interiorMasthead .masthead-content .cursive {
  color: #0a3266;
  font-size: 43px;
  line-height: 1.51;
}
#interiorMasthead .masthead-content .crumbs {
  display: none;
}
@media only screen and (min-width: 576px) {
  #interiorMasthead {
    height: 330px;
  }
  #interiorMasthead .masthead-overlay {
    top: 160px;
  }
  #interiorMasthead .masthead-content .crumbs {
    display: block;
  }
  #interiorMasthead .masthead-content .crumbs a {
    font-size: 16px;
    color: #0a3266;
    font-weight: bold;
  }
  #interiorMasthead .masthead-content .crumbs span {
    color: black;
    font-size: 16px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  #interiorMasthead {
    height: 400px;
  }
  #interiorMasthead .masthead-overlay {
    top: 225px;
  }
}
@media only screen and (min-width: 992px) {
  #interiorMasthead {
    height: 460px;
  }
  #interiorMasthead .masthead-overlay {
    top: 275px;
  }
}
.disclosure,
.disclaimer {
  font-size: 11px;
  font-style: italic;
}
.breaker {
  clear: both;
}
table.content_rates_table {
  border-bottom: 6px solid #0a3266;
  border-left: 6px solid #0a3266;
  border-right: 6px solid #0a3266;
}
table.content_rates_table tr.content_rates_table_fields_row .content_rates_table_fields {
  padding: 13px 20px;
  color: white;
  font-weight: bold;
  background: #0a3266;
}
table.content_rates_table tr .widecell {
  padding: 11px 20px 14px 20px;
}
table.content_rates_table tr .content_rates_table_row1 {
  padding: 11px 20px 14px 20px;
}
table.content_rates_table tr .content_rates_table_row1 td {
  border-right: 2px solid #0a3266;
}
table.content_rates_table tr .content_rates_table_row1 td:last-child {
  border-right: none;
}
table.content_rates_table tr .content_rates_table_row2 {
  background: rgba(0, 84, 166, 0.15);
  padding: 11px 20px 14px 20px;
}
table.content_rates_table tr .content_rates_table_row2 td {
  border-right: 2px solid #0a3266;
}
table.content_rates_table tr .content_rates_table_row2 td:last-child {
  border-right: none;
}
div#FRC_list button {
  border: none;
  background: transparent;
  font-size: 20px;
  color: #0a3266;
  font-weight: 600;
}
div#FRC_list button.closed span {
  transform: rotate(180deg);
}
div#FRC_list ul li {
  padding: 3px 0;
}
div#FRC_list ul li a {
  text-decoration: underline;
  color: #0054a6;
}
main {
  padding: 30px 15px;
  /** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
}
main a:not([class]) {
  text-decoration: underline;
  color: #0054a6;
}
main .card-wrapper {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 15px 0;
  width: 100%;
  display: block;
}
main .card-wrapper:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
main .card-wrapper img {
  margin: 10px;
}
main .card-wrapper .card-container {
  text-align: center;
  padding: 2px 16px;
}
main .card-wrapper .card-header {
  width: 100%;
  flex: 100% 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main .card-wrapper {
    width: 48%;
    margin: 25px 0.5%;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
main .crumbs {
  margin-bottom: 20px;
}
main .crumbs a {
  font-size: 16px;
  color: #0a3266;
  font-weight: bold;
}
main .crumbs span {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
main .cms_form_obj {
  margin-top: 30px;
  border-radius: 20px;
  border: solid 4px #74b240;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
main .cms_form_obj fieldset.cms_form_fieldset {
  flex: 100% 0 0;
  display: flex;
  flex-flow: column nowrap;
}
main .cms_form_obj fieldset.cms_form_fieldset legend {
  width: 100%;
}
main .cms_form_obj fieldset.cms_form_fieldset .cms_form_object {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main .cms_form_obj fieldset.cms_form_fieldset .cms_form_object .cms_form_checkbox_container {
  margin: 5px;
}
main .cms_form_obj .cms_form_item,
main .cms_form_obj > div:not([class]) {
  flex: 100% 1 0;
  margin-bottom: 5px;
  padding: 0;
}
main .cms_form_obj .cms_form_item .cms_form_label,
main .cms_form_obj > div:not([class]) .cms_form_label {
  width: 100%;
}
main .cms_form_obj .cms_form_item .cms_form_object,
main .cms_form_obj > div:not([class]) .cms_form_object {
  float: none;
  width: 100%;
}
main .cms_form_obj .cms_form_item .cms_form_object input[type=text],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=text],
main .cms_form_obj .cms_form_item .cms_form_object input[type=number],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=number],
main .cms_form_obj .cms_form_item .cms_form_object input[type=tel],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=tel],
main .cms_form_obj .cms_form_item .cms_form_object input[type=email],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=email],
main .cms_form_obj .cms_form_item .cms_form_object select,
main .cms_form_obj > div:not([class]) .cms_form_object select,
main .cms_form_obj .cms_form_item .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
main .cms_form_obj > div:not([class]) .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
main .cms_form_obj .cms_form_item .cms_form_object textarea,
main .cms_form_obj > div:not([class]) .cms_form_object textarea {
  border-radius: 26px;
  border: solid 1px #0054a6;
  text-align: center;
  padding: 10px 0;
}
main .cms_form_obj .cms_form_item .cms_form_object input[type=text] option,
main .cms_form_obj > div:not([class]) .cms_form_object input[type=text] option,
main .cms_form_obj .cms_form_item .cms_form_object input[type=number] option,
main .cms_form_obj > div:not([class]) .cms_form_object input[type=number] option,
main .cms_form_obj .cms_form_item .cms_form_object input[type=tel] option,
main .cms_form_obj > div:not([class]) .cms_form_object input[type=tel] option,
main .cms_form_obj .cms_form_item .cms_form_object input[type=email] option,
main .cms_form_obj > div:not([class]) .cms_form_object input[type=email] option,
main .cms_form_obj .cms_form_item .cms_form_object select option,
main .cms_form_obj > div:not([class]) .cms_form_object select option,
main .cms_form_obj .cms_form_item .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) option,
main .cms_form_obj > div:not([class]) .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) option,
main .cms_form_obj .cms_form_item .cms_form_object textarea option,
main .cms_form_obj > div:not([class]) .cms_form_object textarea option {
  text-align: center;
}
main .cms_form_obj .cms_form_item .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
main .cms_form_obj > div:not([class]) .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
main .cms_form_obj .cms_form_item .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button,
main .cms_form_obj > div:not([class]) .cms_form_object .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button {
  padding: 0;
  text-align: center;
}
main .cms_form_obj .cms_form_item .cms_form_object .bootstrap-select .dropdown-toggle .filter-option,
main .cms_form_obj > div:not([class]) .cms_form_object .bootstrap-select .dropdown-toggle .filter-option {
  text-align: center;
}
main .cms_form_obj .cms_form_item .cms_form_object input[type=checkbox],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=checkbox],
main .cms_form_obj .cms_form_item .cms_form_object input[type=radio],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=radio] {
  border: 1px solid #0054a6;
}
main .cms_form_obj .cms_form_item .cms_form_object .g-recaptcha > div,
main .cms_form_obj > div:not([class]) .cms_form_object .g-recaptcha > div {
  margin: 0 auto;
}
main .cms_form_obj .cms_form_item .cms_form_object input[type=submit],
main .cms_form_obj > div:not([class]) .cms_form_object input[type=submit] {
  margin: 16px auto 12px auto;
  padding: 8px 25px;
  border-radius: 27px;
  background-color: #74b240;
}
main .cms_form_obj .cms_form_item .cms_form_required_block,
main .cms_form_obj > div:not([class]) .cms_form_required_block {
  padding: 25px;
}
@media only screen and (min-width: 576px) {
  main .cms_form_obj .cms_form_item,
  main .cms_form_obj > div:not([class]) {
    flex: 225px 0 0;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  main .cms_form_obj .cms_form_item,
  main .cms_form_obj > div:not([class]) {
    flex: 295px 0 0;
  }
}
main .cms_form_obj > div:not([class]) {
  flex: 100% 0 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0;
}
main .cms_form_obj > div:not([class]) .cms_form_item:first-child input {
  margin: 5px 0;
}
main .cms_form_obj .cms_form_item.cms_form_captcha {
  flex: 100% 0 0;
  margin-bottom: 30px;
}
main .cms_form_obj .cms_form_content_block {
  flex: 100% 1 0;
}
@media only screen and (min-width: 576px) {
  main .cms_form_obj .cms_form_content_block {
    flex: 80% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  main .cms_form_obj .cms_form_content_block {
    flex: 620px 0 0;
  }
}
main .cms_form_obj .cms_form_content_block .disclosure {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  main .cms_form_obj {
    padding: 20px 150px;
  }
}
main .product-wrapper > div {
  position: relative;
  margin-bottom: 30px;
}
main .product-wrapper > div .bannerwrap a {
  display: block;
}
main .product-wrapper > div .bannerwrap img {
  height: 363px;
  width: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
main .product-wrapper > div .boxwrap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 20px;
  overflow: hidden;
}
main .product-wrapper > div .boxwrap .code_block_indiv_content {
  transition: height 0.2s ease-in-out;
}
main .product-wrapper > div .boxwrap .code_block_indiv_content > h2,
main .product-wrapper > div .boxwrap .code_block_indiv_content h3,
main .product-wrapper > div .boxwrap .code_block_indiv_content h4 {
  margin-bottom: 0;
}
main .product-wrapper > div .boxwrap .code_block_indiv_content > p {
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.2s ease-in-out, opacity 0.4s ease-in-out;
}
main .product-wrapper > div .boxwrap .code_block_indiv_content .cta,
main .product-wrapper > div .boxwrap .code_block_indiv_content a.cta,
main .product-wrapper > div .boxwrap .code_block_indiv_content button.cta {
  padding: 12px 25px;
}
main .product-wrapper > div .boxwrap:hover .code_block_indiv_content {
  height: 270px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
main .product-wrapper > div .boxwrap:hover .code_block_indiv_content > p {
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}
main .product-wrapper > div .boxwrap:hover .code_block_indiv_content > p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  main .product-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  main .product-wrapper > div {
    flex: calc(50% - 15px) 0 1;
    margin-right: 30px;
  }
  main .product-wrapper > div:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  main .product-wrapper > div {
    flex: calc(33.33% - 30px) 0 1;
    margin-right: 30px;
  }
  main .product-wrapper > div:nth-child(even) {
    margin-right: 30px;
  }
  main .product-wrapper > div:nth-child(3n) {
    margin-right: 0;
  }
}
main .peacock {
  border-radius: 20px;
  background-color: rgba(0, 84, 166, 0.15);
  padding: 15px 25px;
  margin: 0px 0px 20px 0px;
}
main .peacock .row > div {
  margin: 10px auto;
}
main .peacock i {
  color: #0a3266;
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  main .peacock i {
    font-size: 125px;
  }
}
main .faq_question_block_slide {
  background-color: white;
  color: #0a3266;
  display: block;
  border: 4px solid #74b240;
  padding: 15px;
  border-radius: 29px;
  margin: 20px 0 0 0;
}
main .faq_question_block_slide:hover,
main .faq_question_block_slide:focus,
main .faq_question_block_slide:active {
  border-color: #0a3266;
}
main .faq_question_block_slide .faq_question_block_slide_question a {
  color: #0a3266 !important;
  display: block;
}
main .faq_question_block_slide .faq_question_block_slide_answer {
  padding: 20px 20px 10px 20px;
}
main .faq_featured_block {
  margin: 20px 0 0 0 !important;
  display: block;
}
main .faq_header {
  display: block;
}
main .cms_form_collapsible_header {
  background: none;
  border-bottom: 0;
}
main table:not([class]),
main table.table_builder {
  border-bottom: 6px solid #0a3266;
  border-left: 6px solid #0a3266;
  border-right: 6px solid #0a3266;
}
main table:not([class]) th,
main table.table_builder th {
  padding: 13px 20px;
  color: white;
  font-weight: bold;
  background: #0a3266;
}
main table:not([class]) tbody tr td,
main table.table_builder tbody tr td {
  padding: 11px 20px 14px 20px;
  border-right: 2px solid #0a3266;
}
main table:not([class]) tbody tr td:last-child,
main table.table_builder tbody tr td:last-child {
  border-right: none;
}
main table:not([class]) tbody tr:nth-child(even),
main table.table_builder tbody tr:nth-child(even) {
  background: rgba(0, 84, 166, 0.15);
}
main button.divheader,
main .cms_form_collapsible_header a,
main .cms_form_collapsible_header a:visited,
main .faq_question_block_slide_question_closed a,
main .faq_question_block_slide_question_closed a:visited {
  color: #0a3266;
  text-decoration: none !important;
}
main button.divheader {
  margin-top: 20px;
  width: 100%;
  text-align: left;
  border: 0 !important;
}
main button.divheader:hover,
main button.divheader:focus,
main .cms_form_collapsible_header a:hover,
main .cms_form_collapsible_header a:focus,
main .faq_question_block_slide_question_closed a:hover,
main .faq_question_block_slide_question_closed a:focus {
  border-color: #0a3266;
}
main .cms_form_collapsible_header a:before,
main .faq_question_block_slide_question_closed a:before {
  content: '';
}
main button.divheader:after,
main .cms_form_collapsible_header a:after,
main .faq_question_block_slide_question_closed a:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: relative;
  float: right;
}
main button.divheader.open,
main .cms_form_collapsible_header.open a:before,
main .faq_question_block_slide_question_open a:before {
  content: '';
}
main button.divheader.open:after,
main .cms_form_collapsible_header.open a:after,
main .faq_question_block_slide_question_open a:after {
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: relative;
  float: right;
}
main details {
  position: relative;
  margin: 10px 0;
  border: 4px solid #74b240;
  border-radius: 29px;
}
main details:before {
  content: '\f067';
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 15px;
  font-size: 14px;
  color: #0a3266;
  font-family: "Font Awesome 5 Pro";
}
main details[open] {
  padding-bottom: 10px;
}
main details[open]:before {
  content: '\f068';
}
main details > p {
  padding: 0 15px;
}
main details summary {
  height: 50px;
  background: white;
  border-radius: 29px;
  border: solid 1px #ffffff;
  font-size: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
main details summary * {
  margin: 0;
  color: #0a3266;
}
main details summary p {
  margin: 0;
  display: inherit;
}
main details summary p:last-child {
  margin: 10px 0;
  line-height: 2.5;
}
main details ::-webkit-details-marker,
main details ::marker {
  display: none;
}
main details > summary::marker,
main details summary::-webkit-details-marker {
  display: none;
}
#contentRegions {
  padding: 10px 0;
}
#contentRegions a:not([class]) {
  color: #0054a6;
  text-decoration: underline;
}
@media only screen and (min-width: 576px) {
  #contentRegions {
    padding: 30px 0;
  }
  #contentRegions .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #contentRegions {
    padding-bottom: 15px;
  }
  #contentRegions .container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}
#contentRegions .wrapper {
  padding: 0 15px;
}
#contentRegions .wrapper > div {
  display: flex;
  flex-flow: column nowrap;
}
#contentRegions .wrapper > div .bannerwrap {
  border-radius: 20px;
  margin-bottom: 20px;
}
#contentRegions .wrapper > div .bannerwrap a {
  display: block;
}
#contentRegions .wrapper > div .bannerwrap img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
#contentRegions .wrapper > div .boxwrap {
  margin: 10px auto 20px auto;
}
@media only screen and (min-width: 768px) {
  #contentRegions .wrapper > div {
    flex-flow: row nowrap;
  }
  #contentRegions .wrapper > div:nth-child(even) {
    flex-flow: row-reverse nowrap;
  }
  #contentRegions .wrapper > div .bannerwrap {
    align-self: stretch;
    min-width: 280px;
    padding: 15px;
  }
  #contentRegions .wrapper > div .bannerwrap a,
  #contentRegions .wrapper > div .bannerwrap img {
    height: 100%;
  }
  #contentRegions .wrapper > div .bannerwrap img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  #contentRegions .wrapper > div .boxwrap {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  #contentRegions .wrapper > div .bannerwrap {
    min-width: 370px;
  }
}
#contentRegions .peacock {
  border-radius: 20px;
  background-color: rgba(0, 84, 166, 0.15);
  padding: 15px 25px;
  margin: 0 15px;
}
#contentRegions .peacock .row > div {
  margin: 10px auto;
}
#contentRegions .peacock i {
  color: #0a3266;
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  #contentRegions .peacock i {
    font-size: 125px;
  }
}
#contentRegions .lower-regions {
  margin-top: 50px;
  padding: 0 30px;
}
#contentRegions .lower-regions .wrapper {
  padding: 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.23);
}
#contentRegions .lower-regions .wrapper .boxwrap {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
}
#contentRegions .lower-regions .wrapper .boxwrap .boxtop {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.36;
  color: #0a3266;
  margin-bottom: 16px;
}
#contentRegions .lower-regions .wrapper .boxwrap ul.regions_relatedlink_list {
  list-style: none;
  padding: 0;
}
#contentRegions .lower-regions .wrapper .boxwrap ul.regions_relatedlink_list li {
  margin: 5px 0;
}
#contentRegions .lower-regions .wrapper .boxwrap ul.regions_relatedlink_list li a {
  color: #0054a6;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.56;
}
#contentRegions .lower-regions .wrapper .bannerwrap img {
  border-radius: 0;
  height: 270px;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position: 80%;';
  object-position: 80%;
}
@media only screen and (min-width: 576px) {
  #contentRegions .lower-regions .wrapper .bannerwrap img {
    height: 360px;
  }
}
@media only screen and (min-width: 576px) {
  #contentRegions .lower-regions .wrapper .bannerwrap {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) {
  #contentRegions .lower-regions .wrapper > div:last-child {
    position: relative;
  }
  #contentRegions .lower-regions .wrapper > div:last-child .boxwrap {
    position: absolute;
    top: 42px;
    left: 16px;
    bottom: 27px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.34);
    background: rgba(255, 255, 255, 0.9);
    max-width: 40%;
    padding: 15px 20px;
    line-height: 1.38;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
  #contentRegions .lower-regions .wrapper > div:last-child .boxwrap > * {
    max-width: 100%;
  }
  #contentRegions .lower-regions .wrapper > div:last-child .boxwrap .cta,
  #contentRegions .lower-regions .wrapper > div:last-child .boxwrap .cta-bordered {
    padding: 8px 25px;
  }
  #contentRegions .lower-regions .wrapper > div:last-child .bannerwrap img {
    object-position: right;
  }
}
@media only screen and (min-width: 768px) {
  #contentRegions .lower-regions .wrapper > div:last-child .bannerwrap {
    width: 100%;
    padding: 0;
  }
  #contentRegions .lower-regions .wrapper > div:last-child .bannerwrap img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #contentRegions .lower-regions .wrapper {
    display: flex;
  }
  #contentRegions .lower-regions .wrapper > div:first-child {
    flex: 300px 1 1;
  }
  #contentRegions .lower-regions .wrapper > div:last-child {
    flex: 640px 1 0;
  }
}
@media only screen and (min-width: 992px) {
  #contentRegions .lower-regions {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1440px) {
  #contentRegions .lower-regions.container {
    max-width: 1140px;
  }
}
#contentRegions .region-wrapper {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.23);
  text-align: center;
}
#contentRegions .region-wrapper .boxwrap {
  padding: 30px 20px;
}
#contentRegions .region-wrapper .boxwrap .cta,
#contentRegions .region-wrapper .boxwrap a.cta {
  padding: 8px 25px;
}
#contentRegions .region-wrapper ul.regions_relatedlink_list {
  padding-left: 0;
  list-style: none;
}
#contentRegions .region-wrapper ul.regions_relatedlink_list li {
  margin: 7.5px 0;
}
#contentRegions .region-wrapper ul.regions_relatedlink_list li a {
  color: #0054a6;
  font-size: 18px;
  text-decoration: underline;
}
#contentRegions .region-wrapper > div:nth-child(2) .bannerwrap {
  align-self: stretch;
}
#contentRegions .region-wrapper > div:nth-child(2) .bannerwrap img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media only screen and (min-width: 576px) {
  #contentRegions .region-wrapper > div:nth-child(2) .bannerwrap img {
    height: 100%;
  }
}
#contentRegions .region-wrapper > div:nth-child(2) .boxwrap {
  position: absolute;
  bottom: 12px;
  left: 27px;
  right: 27px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 10px;
}
#contentRegions .region-wrapper > div:nth-child(2) .boxwrap .cta,
#contentRegions .region-wrapper > div:nth-child(2) .boxwrap a.cta {
  padding: 8px 25px;
}
#contentRegions .region-wrapper .region-wrapper .region-wrapper ul.regions_relatedlink_list .region-wrapper ul.regions_relatedlink_list li .region-wrapper .boxtop {
  font-size: 28px;
  font-weight: 600;
  color: #0a3266;
  margin-bottom: 15px;
}
.bannerwrap img {
  max-width: 100%;
  height: auto;
}
#footerColumns {
  border-top: 24px solid #74b240;
  margin-top: 48px;
  padding-top: 32px;
  padding-bottom: 40px;
}
#footerColumns h3 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  #footerColumns {
    padding-bottom: 34px;
  }
}
@media only screen and (min-width: 768px) {
  #footerColumns {
    margin-top: 39px;
    padding-top: 17px;
    padding-bottom: 38px;
  }
}
@media only screen and (min-width: 992px) {
  #footerColumns {
    margin-top: 72px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  #footerColumns {
    margin-top: 84px;
    padding-top: 44px;
    padding-bottom: 44px;
    border-width: 27px;
  }
}
#footerColumns .container .row .fc-phones {
  padding: 0 30px;
}
#footerColumns .container .row .fc-phones > p {
  color: #0a3266;
}
#footerColumns .container .row .fc-phones > p > a {
  color: black;
  padding-left: 20px;
}
#footerColumns .container .row .fc-links-desktop {
  padding-left: 20px;
  border-left: 2px solid #0a3266;
}
#footerColumns .container .row .fc-links-desktop .row {
  width: 100%;
}
#footerColumns .container .row .fc-links-desktop ul {
  list-style: none;
  padding: 0;
}
#footerColumns .container .row .fc-links-desktop ul li {
  display: block;
  margin: 5px 0;
}
#footerColumns .container .row .fc-links-desktop ul li a {
  color: black;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  display: inline-block;
}
#footerColumns .container .row .fc-links-mobile {
  margin-top: 20px;
}
#footerColumns .container .row .fc-links-mobile ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
#footerColumns .container .row .fc-links-mobile ul li {
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
  border-right: 1.5px solid #0a3266;
}
#footerColumns .container .row .fc-links-mobile ul li:last-child {
  border: none;
}
#footerColumns .container .row .fc-links-mobile ul li a {
  font-size: 18px;
  color: #0a3266;
}
footer {
  background: #0a3266;
  color: white;
  padding: 35px 15px;
}
footer a {
  display: inline-block;
  margin: 5px;
}
footer #balanceLogo {
  width: 154px;
  height: auto;
}
footer #coopatmLogo {
  width: 50px;
  height: auto;
}
footer #coopsharedLogo {
  width: 50px;
  height: auto;
}
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist ul {
  list-style: none;
  padding-left: 30px;
}
.checklist li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.checklist li:before {
  position: static;
  font-size: 18px;
  display: inline-block;
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  color: #0a3266;
}
.pipe {
  font-weight: 700;
  margin: 0 5px;
}
.sideslider {
  width: 100%;
  overflow: auto;
}
.navy-bg {
  background: #0a3266;
}
#search_toggle[aria-expanded="true"] i:before {
  content: "\f00d";
}
.navbar-toggler[aria-expanded="true"] i:before {
  content: "\f00d";
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #0a3266 !important;
}
.dropdown-menu.third-lvl.show {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  .homelink img {
    max-width: unset;
  }
}
/** ALERTS ****************************************************/
.alertholder {
  width: 100%;
}
.alertbar {
  padding: 10px 0;
  width: 100%;
}
.alert {
  width: 96%;
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
.alert_icon {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  line-height: 1;
}
.alert_icon:before {
  content: '\f06a';
}
@media only screen and (min-width: 768px) {
  .alert_icon {
    font-size: 51px;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  .alert_icon {
    margin-right: 120px;
  }
}
button.exed {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  display: block;
  text-decoration: none !important;
}
button.exed:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Pro';
}
/* fa 4 - older sites
button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important; background: transparent; border: 0;}
button.exed:before {content:"\f057"; font-family: 'FontAwesome'; }
 */
.divcontent {
  width: 100%;
  padding: 0px 50px 20px 50px;
  display: none;
}
.skipper {
  display: none;
}
.anchor,
a[name] {
  position: relative;
  bottom: 150px;
  display: block;
}
.boxedsearch a.clear {
  background: #0054a6;
}
form#locator a.clear {
  padding: 6px 10px;
  border: 1px solid black;
  background: #0054a6;
}
div.legend {
  text-align: left;
  top: -60px;
  z-index: 99;
}
div.legend .legend_label:nth-child(5),
div.legend .legend_label:nth-child(6),
div.legend .legend_label:nth-child(7) {
  display: block;
}
.boxedsearch #locator {
  width: 100%;
  min-height: 230px;
}
.boxedsearch #locator label {
  width: auto !important;
}
.boxedsearch #locator label.blocked {
  width: 100px !important;
}
.boxedsearch #locator legend {
  width: auto !important;
}
.boxedsearch #locator .loc_formbox2 fieldset p {
  display: flex;
  align-items: center;
}
.boxedsearch #locator .loc_formbox2 fieldset p label {
  margin-left: 5px;
}
fieldset p label {
  margin-left: 5px;
}


.region-promos {
  gap: 30px;
  justify-content: space-between
}

.region-promos .col {
  flex: 100% 1 0;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 0;
  transition: all 0.2s ease-in-out
}

.region-promos .col:hover,.region-promos .col:focus,.region-promos .col:active {
  transform: translateY(-2px)
}

.region-promos .col img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px
}

.region-promos .col div {
  padding: 1rem
}

@media (min-width: 576px) {
  .region-promos .col div {
      padding:2rem
  }
}

@media (min-width: 768px) {
  .region-promos .col {
      flex:calc(calc(100% - 30px) / 2) 1 0
  }
}

@media (min-width: 992px) {
  .region-promos .col {
      flex:20% 1 0
  }
}

.cards-wrapper [class*="card-"] {
  border-radius: 10px;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.12);
  background-color: #fff;
  padding: .75rem 1rem;
  margin-top: 14px;
  transition: all 0.2s ease-in-out
}

.cards-wrapper [class*="card-"]:hover,.cards-wrapper [class*="card-"]:focus,.cards-wrapper [class*="card-"]:active {
  transform: translateY(-2px)
}

.cards-wrapper [class*="card-"] [class*="fa-"] {
  color: #78bb43;
  margin-right: 14px
}

.cards-wrapper [class*="card-"] * {
  margin-bottom: 0
}

.cards-wrapper [class*="card-"] p:first-child {
  font-size: 18px;
  color: #0a3266;
  font-weight: 700;
  float: left
}

.cards-wrapper [class*="card-"] p:first-child span,.cards-wrapper [class*="card-"] p:first-child i {
  font-size: 28px
}

.cards-wrapper .card-3 p:first-child {
  float: none
}

.cards-wrapper.nocontent [class*="card-"] p {
  font-size: 18px;
  color: #0a3266;
  font-weight: 700
}

.cards-wrapper.nocontent [class*="card-"] p:last-child {
  display: block
}

@media (min-width: 576px) {
  .cards-wrapper {
      display:flex;
      flex-flow: row wrap;
      gap: 30px
  }

  .cards-wrapper [class*="card-"] {
      border-radius: 30px;
      padding: 25px;
      flex: 0 0 calc(calc(100% - 30px) / 2);
      text-align: center
  }

  .cards-wrapper [class*="card-"] p:first-child {
      font-size: 20px;
      float: none
  }

  .cards-wrapper [class*="card-"] p:first-child span,.cards-wrapper [class*="card-"] p:first-child i {
      font-size: 60px;
      display: block;
      margin: 0 0 1rem
  }

  .cards-wrapper.nocontent [class*="card-"] p {
      font-size: 20px
  }
}

@media (min-width: 768px) {
  .cards-wrapper [class*="card-"] {
      padding:45px 30px
  }

  .cards-wrapper [class*="card-"] p:first-child {
      font-size: 28px
  }

  .cards-wrapper .card-3 {
      flex: 0 0 calc(calc(100% - 60px) / 3)
  }
}

@media (min-width: 992px) {
  .cards-wrapper .card-4 {
      flex:calc(calc(100% - 90px) / 4) 0 0
  }

  .cards-wrapper [class*="card-"] p:first-child {
      font-size: 40px
  }
}