ma/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       Matt Oettinger
 Author URI:   oettingerdev@gmail.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
:root {
  --background-blue: #1c1a7d;
  --turquoise: #3ac9db;
  --denim: #388ce0;
  --white: #fff;
  --cream: #f3f3f3;
  --mariner: #2770c4;
  --downriver: #0d2f4f;
}

body {
  color: #40406a;
  font-family: "PS SpaceGrotesk", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 1.556em;
}

h1, h2, h3 {
  font-family: Facundo, sans-serif;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.214em;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.222em;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333em;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.389em;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  font-size: 16px;
  line-height: 1.3;
}

a, p a {
  color: var(--denim);
  text-decoration: none;
}

@font-face {
  font-family: "Facundo";
  src: url("assets/fonts/Facundo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.et-fb-iframe-ancestor header.et-l--header {
  display: none;
}

#et-boc header.et-l--header {
  background: transparent;
  position: relative !important;
}
#et-boc header.et-l--header .mo-header-logo {
  margin: 0 !important;
}
#et-boc header.et-l--header .mo-header-logo img {
  width: 220px !important;
}
#et-boc header.et-l--header div[class*=mo-header-col] {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
}
#et-boc header.et-l--header .mo-header-row {
  width: 100% !important;
  height: 120px;
  justify-content: space-between;
}
#et-boc header.et-l--header .mo-header-row:after {
  display: none !important;
}
@media (max-width: 1252px) {
  #et-boc header.et-l--header .mo-header-row {
    padding: 0 18px !important;
  }
}
#et-boc header.et-l--header .mo-header-col-2 {
  display: flex;
  justify-content: center;
  z-index: 2;
}
#et-boc header.et-l--header .mo-header-col-3 {
  z-index: 1;
}
#et-boc header.et-l--header .mo-header-col-1 {
  margin: 0 !important;
}
#et-boc header.et-l--header .mo-header-trigger {
  display: none;
}
@media (min-width: 981px) {
  #et-boc header.et-l--header #menu-mega-menu {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    line-height: 18px;
    height: 18px;
    position: relative;
    top: -2px;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu {
    list-style: none;
    padding: 0;
  }
  #et-boc header.et-l--header #menu-mega-menu > li {
    display: inline-block;
    padding-right: 1em;
    height: 18px;
    line-height: 18px;
    position: relative;
  }
  #et-boc header.et-l--header #menu-mega-menu > li li a:hover {
    text-decoration: underline;
  }
  #et-boc header.et-l--header #menu-mega-menu > li:hover > .sub-menu {
    display: flex;
  }
  #et-boc header.et-l--header #menu-mega-menu > li > .menu-parent {
    color: #fff;
    height: 18px;
    line-height: 18px;
    display: flex;
  }
  #et-boc header.et-l--header #menu-mega-menu > li > .menu-parent:hover {
    color: #3ac9db;
    cursor: default;
  }
  #et-boc header.et-l--header #menu-mega-menu > li > .menu-parent .et-pb-icon {
    display: inline-block;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
  }
  #et-boc header.et-l--header #menu-mega-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    background: #0d2f4f;
    padding: 20px 20px 20px 38px;
    border-radius: 20px;
    min-width: 330px;
  }
  #et-boc header.et-l--header #menu-mega-menu > li > .sub-menu > li > a {
    color: #fff;
  }
  #et-boc header.et-l--header #menu-mega-menu .sub-menu-col {
    width: 210px;
    padding-right: 1em;
  }
  #et-boc header.et-l--header #menu-mega-menu .sub-menu-col li {
    padding: 0.1em 0;
  }
  #et-boc header.et-l--header #menu-mega-menu .sub-menu-parent {
    color: #fff;
  }
  #et-boc header.et-l--header #menu-mega-menu .sub-menu .sub-menu {
    padding-left: 20px;
  }
  #et-boc header.et-l--header #menu-mega-menu .sub-menu .sub-menu a {
    color: #3ac9db;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu > li > a {
    color: #fff;
  }
  #et-boc header.et-l--header #menu-main-side-menu {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 42px;
  }
  #et-boc header.et-l--header #menu-main-side-menu ul {
    margin: 0;
    padding: 0;
  }
  #et-boc header.et-l--header #menu-main-side-menu .et-pb-icon {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-right: 5px;
  }
  #et-boc header.et-l--header #menu-main-side-menu li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }
  #et-boc header.et-l--header #menu-main-side-menu li:last-child {
    padding-left: 1em;
  }
  #et-boc header.et-l--header #menu-main-side-menu li:last-child a {
    background-color: #3ac9db;
    color: #0d2f4f;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    line-height: 42px;
    height: 42px;
    white-space: nowrap;
    position: relative;
    padding: 0 1em;
  }
  #et-boc header.et-l--header #menu-main-side-menu li:first-child a:hover {
    color: #3ac9db;
  }
  #et-boc header.et-l--header #menu-main-side-menu li:nth-child(2) a:hover {
    color: #fff;
  }
  #et-boc header.et-l--header #menu-main-side-menu a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 980px) {
  #et-boc header.et-l--header .mo-header-trigger {
    display: flex;
  }
  #et-boc header.et-l--header .mo-header-logo .et_pb_image_wrap {
    margin: 0 0 0 18px;
  }
  #et-boc header.et-l--header .mo-header-trigger {
    margin: 0 18px 0 0;
  }
  #et-boc header.et-l--header .mo-header-row.et_pb_row {
    background: #1c1a7d;
    max-width: none !important;
    width: 100% !important;
    position: fixed !important;
    top: 0;
    right: -100vw !important;
    bottom: 0;
    padding-top: 0 !important;
    transition: all 0.15s ease-in;
    height: 100% !important;
    overflow: scroll;
  }
  #et-boc header.et-l--header .mo-header-row--open.et_pb_row {
    right: 0 !important;
  }
  #et-boc header.et-l--header .mo-header-col-1 {
    z-index: 3 !important;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: #1c1a7d;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
  }
  #et-boc header.et-l--header .mo-header-col-2 {
    padding-top: 110px;
  }
  #et-boc header.et-l--header .menu-item li {
    padding: 2px 0;
  }
  #et-boc header.et-l--header #menu-mega-menu {
    width: 290px;
    margin: 0 auto 7em;
    padding: 0 16px;
  }
  #et-boc header.et-l--header #menu-mega-menu > li {
    font-size: 32px;
    font-family: Facundo, sans-serif;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: #fff;
  }
  #et-boc header.et-l--header #menu-mega-menu > li a {
    color: #fff;
  }
  #et-boc header.et-l--header #menu-mega-menu > li > ul {
    display: none;
    font-size: 20px;
    padding: 0.2em 0;
    margin: 1em 0 0;
  }
  #et-boc header.et-l--header #menu-mega-menu .menu-parent {
    cursor: default;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu {
    list-style: none;
    padding: 0;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu a {
    font-size: 20px;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu li ul {
    margin: 0;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu li ul a {
    color: #3ac9db !important;
    font-size: 20px !important;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu > li {
    margin: 0 0 0.5em;
  }
  #et-boc header.et-l--header #menu-mega-menu .col-sub-menu > li:last-child {
    margin: 0;
  }
  #et-boc header.et-l--header #menu-mega-menu .et-pb-icon {
    font-size: 1.5em !important;
    position: relative;
    line-height: 32px !important;
    top: 10px;
  }
  #et-boc header.et-l--header .mobile_menu_bar:before {
    color: #fff;
  }
  #et-boc header.et-l--header .mo-header-col-3 {
    justify-content: center;
  }
  #et-boc header.et-l--header #menu-main-side-menu {
    font-size: 20px;
    font-family: Facundo, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 290px;
    margin: 0 auto;
    padding: 0 16px;
  }
  #et-boc header.et-l--header #menu-main-side-menu li {
    list-style: none;
  }
  #et-boc header.et-l--header #menu-main-side-menu li:first-child {
    margin: 0 0 0.7em;
  }
  #et-boc header.et-l--header #menu-main-side-menu li:last-child a {
    padding: 0 17px;
    line-height: 54px;
    height: 49px;
    background: #3ac9db;
    display: inline-block;
    border-radius: 10px;
    color: #1c1a7d;
  }
  #et-boc header.et-l--header #menu-main-side-menu a {
    font-size: 22px;
    color: #fff;
  }
  #et-boc header.et-l--header #menu-main-side-menu .et-pb-icon {
    font-size: 25px !important;
  }
  #et-boc header.et-l--header #et_mobile_nav_menu {
    position: fixed;
    top: 22px;
    right: 1em;
    border-radius: 5px;
  }
}

.mo-footer-nav {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 700px) {
  .mo-footer-nav {
    display: flex;
  }
}
.mo-footer-nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.mo-footer-nav li {
  padding: 0.3em 0;
}
.mo-footer-nav__ul {
  padding-right: 1em !important;
}
.mo-footer-nav__ul ul a {
  font-size: 16px;
  color: #fff;
}
.mo-footer-nav__ul ul a:hover {
  color: #3ac9db;
}
.mo-footer-nav__parent > a {
  color: #3ac9db;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: underline;
  font-weight: bold;
}

@media (min-width: 981px) {
  #menu-footer-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2em;
  }
}
#menu-footer-menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
#menu-footer-menu .sub-menu {
  margin: 0 0 2em;
  padding: 0 !important;
}
#menu-footer-menu .sub-menu li {
  text-decoration: none !important;
  padding: 2px 0;
}
#menu-footer-menu .sub-menu li a {
  text-decoration: none !important;
  padding: 2px 0;
}
#menu-footer-menu .sub-menu li a:hover {
  color: #3ac9db !important;
}
#menu-footer-menu li.menu-item-type-custom a:hover {
  cursor: default;
}

.mo-overflow--show {
  overflow: visible !important;
}

@media (min-width: 981px) {
  .mo-lead-form__row {
    display: flex;
    justify-content: space-between;
  }
}
.mo-lead-form__row__col {
  width: 100%;
  padding: 1em;
}
.mo-lead-form textarea {
  height: 8em !important;
}

.mo-module-title-reveal .et_pb_module_header {
  margin-left: -2em;
  cursor: pointer;
}
.mo-module-title-reveal .et_pb_blurb_description {
  display: none;
}
.mo-module-title-reveal .et_pb_blurb_description h3 {
  font-size: 24px;
  color: #1c1a7d;
  margin: 1em 0 0.2em;
  padding: 0;
}
.mo-module-title-reveal .et-pb-icon {
  position: relative;
  font-size: 40px;
  color: inherit !important;
  top: 7px;
  transition: all 0.1s linear;
}
.mo-module-title-reveal--open .et-pb-icon {
  transform: rotate(90deg);
  color: rgb(58, 201, 219) !important;
}
.mo-module-title-reveal--open h4.et_pb_module_header span:first-child {
  color: rgb(58, 201, 219) !important;
}
.mo-module-title-reveal--open .et_pb_blurb_description {
  display: block;
}

.equal-img-height img {
  height: 100px;
  object-fit: contain;
}

.blog-feature {
  border-radius: 20px;
}
@media (min-width: 981px) {
  .blog-feature article {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 55% 45%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.blog-feature article:hover img {
  transform: scale(1.1);
}
.blog-feature .entry-title {
  grid-area: 1/2/2/3;
  align-self: end;
  margin-bottom: 1em;
  padding: 0 60px;
}
@media (min-width: 981px) {
  .blog-feature .entry-title {
    padding-top: 130px;
  }
}
.blog-feature .post-content {
  padding: 0 60px 5em;
  grid-area: 2/2/3/3;
}
.blog-feature .entry-featured-image-url {
  overflow: hidden;
}
@media (min-width: 981px) {
  .blog-feature .entry-featured-image-url {
    position: absolute;
    top: 0;
    bottom: 0;
    grid-area: 1/1/3/2;
    margin-bottom: 0;
    align-self: start;
    height: 100%;
  }
  .blog-feature .entry-featured-image-url img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.blog-feature img {
  transition: all 0.1s ease;
}
.blog-feature__label {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.blog-feature__label span {
  display: inline-block;
  padding: 0 1em;
  height: 40px;
  line-height: 42px;
  background: #3ac9db;
  border-radius: 15px;
  margin-bottom: 2em;
}
@media (min-width: 981px) {
  .blog-feature__label {
    grid-area: 1/2/2/3;
    margin: 3em 0 0;
  }
}

.et_pb_blog_grid .et_pb_post {
  position: relative;
  padding-bottom: 30px;
}
.et_pb_blog_grid .et_pb_post .entry-title,
.et_pb_blog_grid .et_pb_post .post-content {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-item-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#et-main-area .et_pb_section_0,
#et-main-area .et_pb_section_first,
#et-main-area .et_pb_section_0_tb_body {
  position: relative !important;
  margin-top: 0 !important;
  padding-top: 120px !important;
}
@media (min-width: 981px) {
  #et-main-area .et_pb_section_0,
  #et-main-area .et_pb_section_first,
  #et-main-area .et_pb_section_0_tb_body {
    margin-top: -120px !important;
  }
}

.page-id-1619 header.et-l--header {
  display: none;
}
.page-id-1619 #et-main-area {
  background: #f3f3f3;
}
.page-id-1619 #et-main-area .et_pb_section {
  background: inherit;
}

.et_pb_blog_grid .pagination > .alignleft a:before {
  content: "< Previous";
  visibility: visible;
}

.et_pb_blog_grid .pagination > .alignleft a {
  visibility: collapse;
}

.et_pb_blog_grid .pagination > .alignright a:before {
  content: "Next >";
  visibility: visible;
}

.et_pb_blog_grid .pagination > .alignright a {
  visibility: collapse;
}

#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header {
  position: absolute;
  z-index: 2 !important;
  right: 0 !important;
  margin: 0 !important;
  border: none !important;
  cursor: pointer;
}
@media (max-width: 980px) {
  #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header {
    right: 50% !important;
    transform: translate(50%, 0);
    bottom: -100px !important;
  }
  #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--closed, #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--open {
    width: auto !important;
  }
  #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--closed form div, #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--open form div {
    width: 320px !important;
    background: #2770c4 !important;
    border-radius: 23px !important;
  }
  #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--closed input, #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--open input {
    width: 100% !important;
    padding: 0 29px 0 0 !important;
    pointer-events: all;
    cursor: default !important;
  }
}
#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header input {
  padding: 0 !important;
  height: 46px !important;
  line-height: 46px !important;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 20px !important;
  cursor: pointer !important;
  pointer-events: none;
  background: url("https://payscout.surdelldev.com/wp-content/uploads/2024/02/search.svg") no-repeat right center !important;
}
#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header form div {
  padding: 0 16px !important;
  width: 20px !important;
  display: block !important;
}
#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--open {
  cursor: default;
  right: -12px !important;
}
#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--open form div {
  width: 320px !important;
  background: #2770c4 !important;
  border-radius: 23px !important;
}
#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--open input {
  width: 100% !important;
  padding: 0 29px 0 0 !important;
  pointer-events: all;
  cursor: default !important;
}
#mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header.mo-search--closed {
  width: 40px;
}
@media (min-width: 981px) {
  #mo-search.et_pb_module.et_pb_search.et_pb_search_0_tb_header + div {
    padding-right: 40px;
  }
}

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