@charset "UTF-8";
/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.section--hero p {
  font-size: 18px; }

body, html {
  font-family: din-2014,sans-serif;
  font-size: 16px;
  line-height: 1.65; }

h1, h2, .blog__title,
h3, h4, h5, h6,
.header-menu a,
.utility-menu a {
  font-family: urw-din-semi-condensed,sans-serif; }

h1, h2 {
  line-height: 1.1; }

h2 {
  font-weight: 600; }

h3 {
  font-size: 28px; }

p {
  line-height: 26px; }

@media (max-width: 767px) {
  h1 {
    font-size: 42px !important; } }

.heading__title {
  font-size: 36px; }
  @media (max-width: 767px) {
    .heading__title {
      font-size: 32px !important; } }

.section--pricing .pricing__price {
  font-weight: 400; }

.text-left {
  text-align: left; }
  .text-left .img-fluid {
    margin-right: auto;
    margin-left: 0px; }

.text-center {
  text-align: center; }
  .text-center .img-fluid {
    margin-left: auto;
    margin-right: auto; }

.text-right {
  text-align: right; }
  .text-right .img-fluid {
    margin-left: auto;
    margin-right: 0px; }

.text-bold {
  font-weight: bold; }

.text-underline {
  text-decoration: underline; }

.color-inherit {
  color: inherit !important; }

.block {
  display: block; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.btn--solid.btn-teal {
  background: #2b9eaa;
  border-color: #2b9eaa;
  color: #fff; }
  .btn--solid.btn-teal:hover {
    filter: brightness(115%); }

.header {
  min-height: unset;
  padding: 0px; }

.header-menu-wrap {
  padding-top: 10px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  .header .header-menu {
    margin-top: 1rem; } }

.utility-menu .container {
  display: flex; }

.header .header-menu a {
  font-weight: 500;
  text-transform: lowercase;
  margin: 0 12px; }
  @media (max-width: 767px) {
    .header .header-menu a {
      font-size: 18px;
      margin: 0 5px; } }

.header--light a {
  color: #0a1a20; }
  .header--light a:hover {
    color: #2b9eaa; }

.header .header-ham {
  top: 20px; }

.header .header-ham span {
  background-color: #2b9eaa;
  display: block;
  height: 2px;
  width: 20px;
  margin-left: auto;
  margin-right: auto; }

.header .header-ham span:nth-child(2) {
  top: 6px; }

.header .header-ham span:nth-child(3) {
  top: 12px; }

.header .header-ham.open span:nth-child(3) {
  top: 14px; }

.navbar-nav {
  display: block;
  margin-top: 0px; }
  .navbar-nav li {
    margin-top: 0px;
    margin-bottom: 0px; }
    @media (min-width: 767px) {
      .navbar-nav li {
        display: inline-block; } }
  .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
    top: 93%;
    border-top: 1px solid #fff; }
  .navbar-nav .dropdown-menu {
    min-width: 200px; }
    .navbar-nav .dropdown-menu li {
      display: block; }
      .navbar-nav .dropdown-menu li a {
        display: block;
        line-height: 40px; }
    @media (max-width: 767px) {
      .navbar-nav .dropdown-menu {
        display: block;
        position: relative;
        float: none;
        padding-left: 1rem;
        border: 0px; }
        .navbar-nav .dropdown-menu a {
          font-size: .9rem; } }

.utility-menu {
  display: block;
  border-bottom: 1px solid #25A1AC; }
  @media (max-width: 767px) {
    .utility-menu {
      display: none; } }
  .utility-menu .container {
    display: flex;
    align-items: center;
    min-height: 42px; }
  .utility-menu a {
    font-weight: 500;
    text-transform: lowercase;
    font-size: 13px;
    line-height: 26px;
    margin: 0px 12px;
    color: #2b9eaa; }
    .utility-menu a:hover {
      color: #0a1a20; }
  .utility-menu .social-nav,
  .utility-menu .utility-nav {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0px; }
  .utility-menu .ministry-link {
    display: flex;
    margin-right: 22px; }
    .utility-menu .ministry-link svg {
      width: 107px;
      height: 22px; }
  .utility-menu .social-icons__row {
    margin: 0px; }

.utility-menu.mobile {
  display: block;
  border-bottom: 0px;
  border-top: 1px solid #25A1AC;
  margin-top: 1rem; }
  @media (min-width: 767px) {
    .utility-menu.mobile {
      display: none; } }
  .utility-menu.mobile .container {
    padding-top: 1rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-left: 0px;
    padding-right: 0px; }
  .utility-menu.mobile .social-nav,
  .utility-menu.mobile .utility-nav {
    width: 100%; }
  .utility-menu.mobile .utility-nav {
    display: block; }
  .utility-menu.mobile .social-nav {
    justify-content: space-between; }
  .utility-menu.mobile .social-icons__row {
    display: flex;
    flex-direction: row;
    margin-left: 0px; }
  .utility-menu.mobile .user {
    display: none; }
  .utility-menu.mobile .user__dropdown {
    padding: 0px !important; }
  .utility-menu.mobile .ministry-link svg {
    width: 107px;
    height: 40px; }

.header .user:hover {
  color: #0a1a20 !important; }

.header .user__avatar {
  height: unset;
  max-height: unset;
  border-radius: unset;
  margin-left: 0px;
  cursor: pointer; }

.social-nav .social-icons {
  margin-bottom: 0px; }
  .social-nav .social-icons a {
    margin: 0 6px;
    font-size: 16px; }

.utility-nav {
  justify-content: flex-end; }
  .utility-nav .seperator {
    line-height: 23px; }

.header .user__dropdown {
  top: 35px !important;
  padding: 10px; }

.header .user__dropdown--light a:hover {
  color: #0a1a20 !important; }

.section--opt_in_bar img {
  width: 250px; }

.section--opt_in_bar.section--dark .form-control {
  color: white; }

.section--medium .heading {
  margin-bottom: 1rem; }

.featured-section-row {
  display: flex;
  flex-wrap: wrap; }

.featured-column {
  display: flex;
  flex-direction: column; }

.featured-column-inner:hover .cta-link {
  text-decoration: none; }

.featured-column-inner {
  position: relative;
  flex: 1 1 auto; }

.cta-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-decoration: underline; }

.featured-column-content p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.featured-column-content {
  flex: 1 1 auto;
  padding-bottom: 0.5rem; }

.card.pricing {
  height: 100%;
  margin-top: 0px; }

.pricing__content {
  flex: 1 1 auto;
  margin-top: 0px;
  margin-bottom: 0px; }
  .pricing__content ul {
    list-style: none;
    padding-left: 0px; }
  .pricing__content ul li:before {
    content: '✓';
    color: #2b9eaa;
    padding-right: 10px; }

@media (min-width: 767px) {
  .pricing-wrapper {
    display: flex; } }

.card-block {
  display: flex;
  flex-direction: column;
  height: 100%; }

.pricing-popular .card-block {
  height: calc(100% - 58px); }

@media (min-width: 767px) {
  .offers-wrap {
    display: flex; } }
.offers-wrap .card {
  height: calc(100% - 1rem); }

.footer__text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer__text-container {
      display: flex;
      flex-direction: column;
      align-items: center; } }

.bg-bottom {
  background-position: bottom; }

.bg-center {
  background-position: center; }

.bg-left {
  background-position: left; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-left-top {
  background-position: left top; }

.bg-right {
  background-position: right; }

.bg-right-bottom {
  background-position: right bottom; }

.bg-right-top {
  background-position: right top; }

.bg-top {
  background-position: top; }
