/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1200px;
}

.dnd-section {
  padding-bottom: 130px;
  padding-top: 130px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1200px;
}




html {
  font-size: 16;
}

body {
  color: #242627;
  font-weight: 400;
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
  font-size: 16px;
}

p {
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
  font-weight: 400;
}

a {
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
  color: rgba(55, 28, 161, 1.0);
}

a:hover,
a:focus {
  color:#1C0E52;
}

a:active {
  color: rgba(95, 68, 201, 1.0);
}

h1 {
  color: #1C0E52;
  font-family: Druk Text Medium,Helvetica,Arial,sans-serif;
  font-size: 54.4px;
  font-weight: 400;
}



h2 {
  color: #1C0E52;
  font-family: Druk Text Medium,Helvetica,Arial,sans-serif;
  font-size: 41.6px;
  font-weight: 400;
}



h3 {
  color: #1C0E52;
  font-family: FS Koopman Medium,Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 400;
}



h4 {
  color: #1C0E52;
  font-family: FS Koopman Medium,Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 400;
}



h5 {
  color: #1C0E52;
  font-family: FS Koopman Medium,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  color: #1C0E52;
  font-family: FS Koopman Medium,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
  top: -1.2em;
  font-size: 48%;
  display: inline-block;
  margin-left: 2px;
}

blockquote {
  border-left: 10px solid #F8FAFC;
}

@media(max-width: 480px){
  h1 {
    font-size: 2.4rem;
    line-height: 1.1;
    text-transform: uppercase;
    /*text-align:center;*/
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: uppercase;
   /* text-align:center;*/
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  h4 {
    font-family: ;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  h5 {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.1;
  }
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(28, 14, 82, 1.0);
}

.hs-button,
.button--primary, 
.blog-comments .hs-button.primary{
  background-color: rgba(55, 28, 161, 1.0);
  border-color: rgba(55, 28, 161, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus, 
.blog-comments .hs-button.primary:hover,
.blog-comments .hs-button.primary:focus{
  background-color: #1C0E52;
  border-color: #1C0E52;
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(95, 68, 201, 1.0);
  border-color: rgba(95, 68, 201, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(10, 10, 10, 1.0);
  font-size: 14px; 
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(181, 189, 196, 1.0);
  color: ;
  border-radius: px;
  background-color: rgba(254, 254, 254, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(55, 28, 161, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #242627;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}
form {
  border-color: rgba(#null, 0.0);
}




th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(28, 14, 82, 1.0);
  color: rgba(28, 14, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(28, 14, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(28, 14, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(28, 14, 82, 1.0);
}





.main_header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1200px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(28, 14, 82, 1.0);
  border-bottom-color: rgba(28, 14, 82, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus{
  border-bottom-color: rgba(55, 28, 161, 1.0);
  color: rgba(28, 14, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  border-bottom-color: rgba(30, 205, 125, 1.0);
  color: rgba(28, 14, 82, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(28, 14, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(28, 14, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a {
  color: rgba(28, 14, 82, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.header_access .hs-menu-wrapper>ul>li:last-child>a {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(55, 28, 161, 1.0);
  background-color: rgba(55, 28, 161, 1.0);
}
.header_access .hs-menu-wrapper>ul>li:last-child>a:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(28, 14, 82, 1.0);
  background-color: rgba(28, 14, 82, 1.0);
}
.header_access .hs-menu-wrapper>ul>li:first-child>a {
  color: rgba(55, 28, 161, 1.0);
  border-color: rgba(176, 166, 216, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.header_access .hs-menu-wrapper>ul>li:first-child>a:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(55, 28, 161, 1.0);
  background-color: rgba(55, 28, 161, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: FS Koopman,Helvetica,Arial,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(28, 14, 82, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(28, 14, 82, 1.0);
  }
}

#hs_menu_wrapper_primary_menu[data-menu-id="149809318483"] .hs-item-has-children:first-of-type .hs-menu-children-wrapper .hs-menu-item:nth-of-type(5) {
  text-indent: 0;
}
#hs_menu_wrapper_primary_menu[data-menu-id="149809318483"] .hs-item-has-children:first-of-type .hs-menu-children-wrapper .hs-menu-item:nth-of-type(6) {
  text-indent: 1rem;
}






.footer__main {
  background-color: rgba(246, 244, 239, 1.0);
}
.footer_col-2 .hs-menu-wrapper>ul>li>a, 
.footer_col-2 .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(28, 14, 82, 1.0);
  border-bottom-color: rgba(181, 189, 196, 1.0);
}
.footer__container {
  max-width: 1200px;
}
.footer_col-2 .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(28, 14, 82, 1.0);
}
.footer_col-2 .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: rgba(28, 14, 82, 1.0);
}
.footer__copyright {
  color: rgba(36, 38, 39, 1.0);
}
.copyright_link p a {
  color: rgba(28, 14, 82, 1.0);
}
.copyright_link p a:hover {
  color: rgba(55, 28, 161, 1.0);
}
.footer__social ul li svg {
  fill: rgba(28, 14, 82, 1.0);
}
.footer__social ul li:hover svg {
  fill: rgba(55, 28, 161, 1.0);
}
.footer_top {
  border-bottom-color: rgba(181, 189, 196, 1.0);
}




.content-wrapper {
  max-width: 1200px;
}

.blog-post__date {
  border-color: #242627;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #242627;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #4c4e4f;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494a52;
}

.blog-pagination__link {
  color: #242627;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494a52;
}

.blog-post__title {
  color: #1C0E52;
  font-family:Druk Text Medium,Helvetica,Arial,sans-serif;
  font-size: 41.6px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

/* custome and one off classes */
.hs-image-widget {
  border-radius:8px;
}
.cta-container {
  text-align:left;
}
@media(max-width: 480px){
  .hs-image-widget {
  border-radius:4px;
}
  .cta-container {
    text-align:center;
  }
  
}


/*STYLES FOR USERNAME FLOW*/
#loginModal {
  height:auto!important;
  max-height: none;
}
#username-path {
	transition: opacity .2s;
	max-width: 400px;
  text-align: left;
	text-align: left;
}
#username-path form {
	text-align: left;
  padding: 0;
}
#username-path label {
  display: block;
  margin: 0;
  font-size: .875rem;
  line-height: 1.8;
  color: #0a0a0a;
}
#username-path small {
	margin: -20px 0 14px;
	color: $color-error;
}
#username-path input.error {
	border: $color-error 2px solid;
}
#username-path input {
  height: 48px;
  border-color: #B5BDC4;
  border-radius: 3px;
  margin-bottom: 1.25rem;
  box-shadow: none;
  padding: 6px 12px;
  display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
}
#username-path button {
	width: 100%;
}
.btn-user-check {
  width:100%;
  padding-top:14px;
  padding-bottom:14px;
}
.btn-negative {
    background-color: transparent!important;
    color: #FFF;
    padding: 0!important;
    margin: 16px 0px 16px!important;
    display: inline-flex!important;
    align-items: center!important;
    border:none!important;
}
.btn-negative .iris {
    color: #371CA1!important;
}
.btn-negative .iris:hover {
    color: #1C0E52!important;
}
.btn-negative:hover {
    color: #371CA1!important;
}

.hs-form__field__input {
  background-color:#FFFFFF;
}




.footer__main {
  background: linear-gradient(235deg,#240e52 19.73%,#27156f 48.32%,#1c0e52 70.43%);
  color: #bdb4e0;
  padding: 1.875rem 0;
}

.footer-logo svg {
  max-width: 200px;
}

@media (min-width: 1024px) {
  .footer_social_icon {
    float: left;
    width: 25%;
  }
  .footer_menu {
    float: right;
    width: 65%;
  }
  .footer_col-2 {
    width: 35%;
  }
  .footer_col-2 .hs-menu-wrapper>ul>li>a, 
  .footer_col-2 .hs-menu-wrapper>ul>li>a:hover{
    border-bottom-color: transparent;
  }
}
 
.footer_col-2 .hs-menu-wrapper>ul>li>ul>li>a {
  color: #bdb4e0;
}

.footer_col-2 .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #fff;
}

.footer_col-2 .hs-menu-wrapper>ul>li>a, 
.footer_col-2 .hs-menu-wrapper>ul>li>a:hover{
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.footer_top {
  border-bottom-color: transparent;
}

.footer__copyright {
  color: #bdb4e0;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .copyright_link, .footer__copyright {
    margin-top: 2rem; 
  }
}

#hs_form_target_widget_1750097731402-r {
    max-width: 840px;
    margin: 0 auto;
}
#hs_form_target_widget_1750097731402-r form {
    margin: 0 auto;
}




.hs-content-id-191179490444 #lobHeroLanding,
.hs-content-id-190497189779 #lobHeroLanding {
    background-size: cover!important;
    background-position: bottom!important;
    min-height: 600px;
}
@media screen and (max-width: 767px) {
    .hs-content-id-191179490444 #lobHeroLanding,
    .hs-content-id-190497189779 #lobHeroLanding {
        min-height: 360px;
    }
}
@media screen and (min-width: 1888px) {
    .hs-content-id-191179490444 #lobHeroLanding,
    .hs-content-id-190497189779 #lobHeroLanding {
        background-position: center -150px!important;
    }
}

.hs-content-id-191179490444 #lobHeroLanding .lander_hero_content,
.hs-content-id-190497189779 #lobHeroLanding .lander_hero_content {
    width: 100%;
    flex-basis: 100%;
}
.hs-content-id-191179490444 #lobHeroLanding .lander_hero_content h1,
.hs-content-id-190497189779 #lobHeroLanding .lander_hero_content h1 {
    background: url("https://resources.liveoak.bank/hubfs/we-love-small-business.svg") no-repeat center center;
    background-size: contain;
    height: 148px;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .hs-content-id-191179490444 #lobHeroLanding .lander_hero_content h1,
    .hs-content-id-190497189779 #lobHeroLanding .lander_hero_content h1 {
        background-size: 75%;
        margin-top: -50px;
    }
}
@media screen and (max-width: 575px) {
    .hs-content-id-191179490444 #lobHeroLanding .lander_hero_content h1,
    .hs-content-id-190497189779 #lobHeroLanding .lander_hero_content h1 {
        background-size: 100%;
    }
}

/*.copyright_link svg path, 
.copyright_link svg rect {
  fill: #bdb4e0;
}*/





.hs-content-id-189732788072 .row-fluid:has(> .span6) {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.hs-content-id-189732788072 .span6 {
/*   all: inherit!important; */
}