.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "National-BoldItalic";
  margin: 0;
}
.container {
  max-width: 1316px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.col-2 {
  /* flex: 0 0 16.666667%; */
  max-width: 16.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* css */
.hero-banner {
  overflow: hidden;
}
.hero-banner {
  position: relative;
  background-color: #234b91;
}
.row.row--header {
  flex-flow: row;
}
.row.row--header {
  flex-flow: row;
}

.hero-containers {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner-block {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero-banner-block img {
  align-self: end;
  height: 480px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.hero-banner h2 {
  color: #fff;
  line-height: 45px;
  margin: 20px 0 20px;
  font-size: 45px;
  font-family: "National-BoldItalic";
  font-style: normal;
}
.hero-banner p {
  color: #fff;
  max-width: 600px;
  font-size: 17px;
  line-height: 27px;
  font-family: "National-Book";
  margin: 0 0 25px;
}

.hero-banner h6 {
  color: #fff;
  font-family: "National-BoldItalic";
  margin: 0;
  font-style: normal;
  font-size: 21px;
}

.hero-banner ul {
  margin-top: 15px;
  font-family: "National-Book", sans-serif !important;
  font-style: normal;
}

.hero-banner ul li {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  font-family: "National-Book";
  margin-bottom: 5px;
}

.highlights {
  background-color: #fff;
  padding-bottom: 0;
}
.highlights--capsules-wrap {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.highlights--new .highlights--capsules-wrap {
  padding: 15px;
}
.highlights--capsules-bg {
  background-color: #fff;
  padding: 15px;
  border-radius: 0;
}
.highlights--new .highlights--capsules-bg.row {
  padding: 0;
  margin: 0 -7.5px;
}
.highlights-capsules {
  padding: 0 7.5px !important;
  max-width: 25%;
  display: flex;
  flex-flow: row wrap;
}
.highlights-capsules__img {
  position: relative;
  width: 100%;
}
.highlights-capsule--1 img,
.highlights-capsule--5 img {
  max-height: 60px;
  margin-top: -10px;
  margin-bottom: 0;
}
.highlights-capsules .highlights-capsules__img img {
  max-height: none;
  margin-top: 0;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 290px;
}
.highlights-capsules__title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
   left: 0;
}
.highlights-capsules__title h6 {
  color: #fff;
  font-size: 24px;
  font-family: "National-BoldItalic";
  font-style: normal;
}
.highlights-capsules__url {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #292e32;
  text-decoration: none;
  outline: none;
  font-family: "National-Book", sans-serif !important;
  font-style: normal;
}

.highlights-capsules .highlights-capsules__img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .hero-banner p {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-banner h2 {
    max-width: 435px;
  }
  .hero-banner h2 {
    margin: 20px 0 30px;
    font-size: 40px;
    max-width: 300px;
    line-height: 40px;
  }
  .hero-banner p {
    max-width: 360px;
    font-size: 16px;
  }
  .hero-banner ul {
    margin-left: 0;
    padding-left: 15px;
    max-width: 360px;
    font-size: 16px;
  }
  .highlights--capsules-wrap {
    margin-top: 0;
  }
  .highlights-capsules {
    margin-bottom: 20px;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 767px) {
  .col {
    max-width: 90%;
    margin: 0 auto;
  }
  .row {
    display: block !important;
  }
  .row.row--header {
    display: flex !important;
    flex-flow: column wrap;
  }
  .row--header .col:first-child {
    order: 2;
  }

  .row--header .col.col--banner {
    padding: 20px 0px;
  }
  .row--header .col {
    max-width: 100%;
    padding: 0;
  }
  .row--header .col:last-child {
    order: 1;
  }
  .hero-banner-block img {
    height: 460px;
    width: 100%;
  }

  .hero-containers {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    padding-bottom: 50px;
  }
  .hero-banner h2 {
    line-height: 45px;
    margin: 32px 0 20px;
    font-size: 45px;
  }
  .hero-banner h2 {
    margin-top: 0;
  }
  .hero-banner h6 {
    font-size: 18px;
  }

  .highlights {
    padding-top: 5px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .highlights--capsules-wrap {
    margin-bottom: 0;
  }
  .highlights--capsules-wrap {
    margin-top: 0;
  }
  .highlights--capsules-bg {
    display: block;
  }
  .highlights--capsules-bg {
    padding: 25px 20px;
  }

  .highlights-capsules {
    margin-bottom: 20px;
    padding: 0 10px !important;
    max-width: 100% !important;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section-hero {
  background-color: #234b91;
}
.page-content {
  padding: 30px 0;
  min-height: 90vh;
}

.page-hero {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

.page-hero__left {
  flex: 0 0 55%;
}

.page-hero__left img {
  display: block;
  height: auto;
  object-fit: cover;
}

.page-hero__right.feature-panel {
  flex: 0 0 35%;
  padding-left: 65px;
  padding-top: 50px;
}

.page-hero.page-content {
  min-height: auto;
}

.inner-page-content {
  background-color: #fff;
  padding: 0;
}

.innerpage-content.page-content {
  min-height: auto;
}

.innerpage-content {
  display: flex;
  flex-flow: row wrap;
}

.innerpage-content__left {
  flex: 0 0 65%;
  padding-top: 30px;
}
.resources-panel {
  flex: 0 0 35%;
  padding-left: 40px;
}

.resources-panel h2 {
  font-size: 36px;
}

.resources-panel p > a {
  text-decoration: underline;
}

.page-content .page-hero__right.feature-panel h1,
.page-content .page-hero__right.feature-panel h2,
.page-content .page-hero__right.feature-panel p {
  color: #fff;
  font-family: "National-BoldItalic";
  font-style: normal;
}

.page-content .feature-panel ul li {
  font-size: 16px;
  font-family: "National-Book";
  line-height: 27px;
  color: #3e474d;
}
.page-content .feature-panel h1 {
  margin-bottom: 30px;
  font-size: 36px;
}

.page-content .feature-panel h6 {
  font-family: "National-Bold";
  color: #3e474d;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}

.page-content .feature-panel ul {
  margin-top: 0;
  margin-bottom: 30px;
}

.resources__inner {
  background-color: #0b9cd7;
  padding: 20px 25px;
}

.resources__inner h2,
.resources__inner p {
  color: #fff;
  font-family: "National-BoldItalic";
  font-style: normal;
}

.resources__inner p > a,
.resources__inner ul li > a {
  color: #fff;
}

.resources__inner a:hover {
  color: #234b91;
}

.resources__inner p,
.resources__inner ul li {
  font-size: 16px;
  font-family: "National-Book";
  line-height: 22px;
  color: #fff;
}

.resources__inner p iframe {
  margin: 0 auto;
  max-width: 280px;
  display: block;
}
.page-content .feature-panel h2 {
  color: #27498f;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.feature-panel p {
  font-size: 18px;
  font-family: "National-Book";
  color: #fff;
  line-height: 27px;
  margin: 0 0 30px 0;
  max-width: 95%;
}

.feature-panel a {
  border-radius: 5px;
  background-color: #fcb040;
  border: 2px solid #fcb040;
  color: #fff;
  transition: background-color 0.5s ease;
  padding: 15px 20px;
  font-size: 20px;
  font-family: "National-BoldItalic";
  line-height: 1;
  margin-left: 45px;
}

.page-content .feature-panel a {
  background: none;
  padding: 0;
  color: #222;
  border: 0;
  font-size: 17px;
  margin: 0;
  font-style: normal;
  border-bottom: 1px solid #3fabae;
  border-radius: 0;
  text-decoration: none;
}

/** FAQs **/

#accordion > div {
  padding: 30px 0;
}

#accordion {
  margin: 25px 0;
  display: block;
}

.page-content .feature-panel a:hover {
  color: #3fabae;
  padding: 0;
  margin: 0;
  border: 0;
}

.page-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-content ol li {
  font-size: 19px;
  font-family: "National-Book";
  color: #3e474d;
  line-height: 1.729;
  padding: 12px 15px 12px 20px;
  border-bottom: 2px solid #eee;
  position: relative;
}

.page-content .feature-panel ol li a {
  border-bottom: 0;
  color: inherit;
  font-style: italic;
}

.page-content .feature-panel ol li:last-child {
  border-bottom: 0;
}

.page-content ol li:before {
  position: absolute;
  content: "\f420";
  top: 10px;
  font-size: 19px;
  right: 0;
  width: 8px;
  height: 14px;
  font-family: "Ionicons";
  font-style: normal;
  color: #27498f;
}

.page-content ol li:after {
  position: absolute;
  content: "\f3d1";
  top: 14px;
  font-size: 17px;
  left: 0;
  width: 8px;
  height: 14px;
  font-family: "Ionicons";
  font-style: normal;
  color: #8cc541;
}

.page-content hr {
  border: none;
  background: url(/assets/images/dots.png) top left repeat-x;
  height: 3px;
  outline: none;
  margin: 30px 0;
}

.page-content table {
  width: 100%;
}

.page-content .row {
  display: block;
}

.page-content td {
  border-bottom: 1px solid #eee;
  padding: 0;
}

.page-content .feature-panel table h2 {
  background: #27498f;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  margin: 0;
  line-height: 18px;
}

.page-content .feature-panel table h4 {
  background: #009edd;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}

.page-content .feature-panel table td {
  vertical-align: top;
}

.page-content .feature-panel table td p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}

.highlight {
  background: #8cc541;
  padding: 15px 35px 10px;
  border-radius: 3px;
  margin-top: 30px;
  display: block;
}

.page-content .feature-panel .highlight h2,
.page-content .feature-panel .highlight p {
  color: #fff;
}
strong {
  font-family: "National-Bold";
}
.page-content .feature-panel p {
  color: #3e474d;
  margin-bottom: 20px;
}

.feature-panel p {
  font-size: 18px;
  font-family: "National-Book";
  color: #fff;
  line-height: 27px;
  margin: 0 0 30px 0;
  max-width: 95%;
}

.page-content .feature-panel #accordion h2 {
  color: #27498f;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "National-BoldItalic";
  border-bottom: none;
  padding: 0;
}

.page-content .feature-panel #accordion p {
  color: #3e474d;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "National-Book";
  line-height: 27px;
  margin: 0 0 30px 0;
  max-width: 95%;
}
.page-content .feature-panel #accordion h2:after {
  content: none;
}

.breadcrumbs {
  border-bottom: none !important;
}
@media only screen and (max-width: 1280px) {
  .page-hero__left {
    flex: 0 0 58%;
  }
  .page-hero__right.feature-panel {
    flex: 0 0 42%;
  }
  .innerpage-content__left {
    flex: 0 0 58%;
}
.resources-panel {
    flex: 0 0 42%;
}
}

@media only screen and (max-width: 767px) {
  .section-hero .container {
    padding: 0;
  }
  .page-hero {
    padding: 0;
  }
  .page-hero__left {
    flex: 0 0 100%;
  }
  .page-hero__right.feature-panel {
    flex: 0 0 100%;
    padding-left: 15px;
    padding-top: 35px;
    padding-right: 30px;
  }
  .page-content .feature-panel h2 {
    font-size: 18px;
    line-height: 21px;
}
.feature-panel p {
    max-width: 100%;
}
.page-content .feature-panel #accordion p {
    max-width: 100%;
}
.inner-page-content {
    padding: 0;
}
.innerpage-content__left {
    flex: 0 0 100%;
}
.resources-panel {
    flex: 0 0 100%;
    padding-left: 0;
}
.col {
    max-width: 90%;
    margin: 0 auto;
}

.page-content .feature-panel #accordion  h2 {
    font-size: 18px;
    line-height: 21px;
}
.page-content .feature-panel #accordion  p{
    max-width: 100%;
}
}
